KMR
|
Spawning Info. More...
#include <kmr.h>
Public Attributes | |
int | icomm_ff |
void * | maparg |
int | reply_root |
union { | |
long i_ | |
MPI_Comm icomm | |
} | u |
Spawning Info.
(OBSOLETE: USE IS ENABLED BY SETTING SPAWN_PASS_INTERCOMM_IN_ARGUMENT=1 IN THE MKR STRUCTURE). It is passed to a map-function in kmr_map_via_spawn(). MAPARG is the pointer argument to kmr_map_via_spawn(). ICOMM is the inter-communicator, and ICOMM_FF is for Fortran. REPLY_ROOT is a boolean value of the option REPLY_ROOT. Union is taken for icomm to make it independent from its representation (integer or pointer).