KMR
Public Attributes | List of all members
kmr_spawn_info Struct Reference

Spawning Info. More...

#include <kmr.h>

Public Attributes

int icomm_ff
 
void * maparg
 
int reply_root
 
union {
   long   i_
 
   MPI_Comm   icomm
 
u
 

Detailed Description

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).

Definition at line 759 of file kmr.h.


The documentation for this struct was generated from the following file: