Skip to content

Clustering and MPI: multiple copy of same models #219

Description

@ichem001

Input: sets of models to be clustered
Output: clusters with more than number of models
Method: K-means clustering using mpi
Assessment: the output gives more than the total number of models in input.
What it looks like is that each process runs its own clustering and somehow merges the files together.
Ideally, mpi clustering should be used to have each process taking care of one of the K-clusters.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions