next up previous contents
Next: MPICOMMRANK MPI Communicator Rank Up: MPI Functions Previous: MPIBCAST MPI Broadcast   Contents

Subsections

MPICOMMGETPARENT MPI Get Parent Communicator

Usage

This routine returns the communicator for the group that spawned the current process. Calling this routine for a process that was not spawned using mpicommspawn will cause an error. The general syntax for its use is

  comm = mpicommgetparent



2004-10-27