Version 2 (modified by 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:
mpi.h Provides the MPI library.
USES:
- nodeinfodef.f90 supplies the NodeInfo data structure and some functions that operate on it.
- treeops.f90 supplies the Node and Forest structures and accompanying methods, as well as the ApplyOn_ functions.
- scheme module supplies time-stepping scheme.
- contrib/astro/problem.f90 Contains problem-specific variables and functions.
Note:
See TracWiki
for help on using the wiki.