Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Enumeration of predefined MPI operations.
typedef enum _MPI_Op {
MPI_OP_NULL = 0x18000000,
MPI_MAX = 0x58000001,
MPI_MIN = 0x58000003,
MPI_SUM = 0x58000003,
MPI_PROD = 0x58000004,
MPI_LAND = 0x58000005,
MPI_BAND = 0x58000006,
MPI_LOR = 0x58000007,
MPI_BOR = 0x58000008,
MPI_LXOR = 0x58000009,
MPI_BXOR = 0x5800000a,
MPI_MINLOC = 0x5800000b,
MPI_MAXLOC = 0x5800000c,
MPI_REPLACE = 0x5800000d
} MPI_Op;
MPI_OP_NULL
MPI_MAX
MPI_MIN
MPI_SUM
MPI_PROD
MPI_LAND
MPI_BAND
MPI_LOR
MPI_BOR
MPI_LXOR
MPI_BXOR
MPI_MINLOC
MPI_MAXLOC
MPI_REPLACE
Product |
HPC Pack 2012 MS-MPI Redistributable Package, HPC Pack 2008 R2 MS-MPI Redistributable Package, HPC Pack 2008 MS-MPI Redistributable Package or HPC Pack 2008 Client Utilities |
Header |
Mpi.h |