wiki:InitialTests

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

FUNCTION InitialTests(NodeInfo* Info)


Click here to view the source.


Sets up program environment and verifies MPI functionality through a battery of communications tests. If called by the master processor, InitialTests() will:

  • Obtain the number of processors within the group.
  • Broadcast BearCLAW environment variables (MaxLevel, CoarsenRatio, etc.) to all processors in the group.
  • Test sending and receiving of data between master and workers.
  • Test sending and receiving of data between workers.


INCLUDES:

InfoFieldUtils.mpi_cpp.f90

mpi.h Provides the MPI library.

USES:

Note: See TracWiki for help on using the wiki.