wiki:MPI_Restart_Distribute

Version 2 (modified by trac, 12 years ago) ( diff )

FUNCTION MPI_Restart_Distribute(NodeInfo* Info)


Click here to view the source.


Moves a node to its destination processor after a restart. MPI_Restart_Distribute() does this by transferring Info's node to the processor identified by Info%New_MPI_id. If a project is restarted using fewer processors than it began with, then any nodes assigned to the extra processors (the ones whose processor IDs now exceed the current number of processors) will remain on the master processor.


INCLUDES:

InfoFieldUtils.mpi_cpp.f90

mpi.h Provides the MPI library.

USES:

Note: See TracWiki for help on using the wiki.