Version 5 (modified by 12 years ago) ( diff ) | ,
---|
SUBROUTINE TransferInfo(INTEGER Source, INTEGER Destination, INTEGER PointerItemsListNr, NodeInfo* Info)
Click here to view the source.
Transfers the NodeInfo structure Info
between processors Source
and Destination
. This subroutine should only be run from the master processor, but it governs all types of transfers (master to worker, worker to master, and worker to worker).
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.