wiki:MPI_MoveGrids

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

FUNCTION MPI_MoveGrids(NodeInfo* Info, FuncParam* Param)


Click here to view the source.


It is assumed that this process will be called by the master processor. If Info is part of the initial grid and its fields haven't been allocated yet, then MPI_MoveGrids() will just call the AllocFields() function. Otherwise, it will transfer the Info structure from its current processor (Info%MPI_id) to a new processor (Info%New_MPI_id).


INCLUDES:

InfoFieldUtils.mpi_cpp.f90

mpi.h Provides the MPI library.

USES:

Note: See TracWiki for help on using the wiki.