10000 Tags · mtkp/mpi-network-motif · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: mtkp/mpi-network-motif

Tags

v1.1.0

Toggle v1.1.0's commit message
Implement basic thread load balancing

Implement load balancing for local threads. Load balancing does
not occur across the MPI cluster. Load balancing only occurs at the
root index level (the next available root index in the graph
is assigned to the next available thread).

Across the cluster, distribution is static. Each MPI rank
is responsible for graph indexes where [ (index % mpi.rank) == 0 ].

v1.0.1

Toggle v1.0.1's commit message
Need to synchronize on subgraphs map.

v1.0.0

Toggle v1.0.0's commit message
small cleanup to code, refactor enumerate() into enumerate() and exte…

…nd()

v0.9.0

Toggle v0.9.0's commit message
randomize input data order

0