Version 2 (modified by 12 years ago) ( diff ) | ,
---|
SUBROUTINE GetInfoPointer(INTEGER iInfo, NodeInfo* pInfo, CHARACTER(LEN=*) Message, INTEGER nChar)
Click here to view the source.
Uses the index iInfo
to retrieve a NodeInfo structure from the WorkerInfos
array and returns it as the target of pInfo
. If pInfo
is not defined, then it throws an error and prints a stack trace of WorkerInfos
.
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.