Go to the documentation of this file.
10 #define MPIVERSION 2 // choice
13 #define OPENMPVERSION 2 // 2 or 3 (3.0 not often implemented)
22 #define USEROMIO 1 // choice, whether to use ROMIO parallel I/O package
24 #define MPIAVOIDFORK (USINGMPIAVOIDFORK) // choice (avoids system/fork/etc calls)
26 #define USEROMIO 0 // no choice
27 #define MPIAVOIDFORK 0 // always 0, can't have GM without MPI
32 #define BARRIERROMIOPRE 1
38 #define MPIFLOWCONTROL 0
48 #define SIMULBCCALC -1
52 #define MPIEQUALNONMPI (1 || USINGOPENMP)