MPI_COMM_MDUP(oldcomm, n, copyflag, commarray)
IN oldcomm // old communicator (handle)
IN n // number of copies (integer)
IN copyflag // if false, no copy constructors called (logical)
OUT commarray // array of communicators duplicated from oldcomm (handles)
MPI_COMM_MFREE(oldcomms, n)
INOUT oldcomms // old communicator array (handles)
IN n // number of communicators to be freed
the array of oldcomms must all share the same underlying group or
congruent groups, or else the call is erroneous.
Anthony Skjellum, PhD, Associate Professor of Computer Science;
Mississippi State University, Department of Computer Science & NSF ERC
Butler, Rm 300, PO Box 9637, Corner of Perry&Barr, Mississippi State,MS 39762
(601)325-8435 FAX: (601)325-8997; http://www.erc.msstate.edu/~tony;
"Persistence is fertile." ; e-mail: tony@cs.msstate.edu; Try MPI!