MpiFx 1.4.0
Data Types List
Here are the data types with brief descriptions:
[detail level 12]
 Mmpifx_allgather_moduleContains wrapper for MPI_ALLGATHER
 Cmpifx_allgatherGathers scalars/arrays on all nodes
 Mmpifx_allgatherv_moduleContains wrapper for MPI_allgatherv
 Cmpifx_allgathervGathers scalars/arrays of different lengths on all nodes
 Mmpifx_allreduce_moduleContains wrapper for MPI_ALLREDUCE
 Cmpifx_allreduceReduces a scalar/array on all nodes
 Cmpifx_allreduceipReduces a scalar/array on all nodes in place
 Mmpifx_bcast_moduleContains wrapper for MPI_BCAST
 Cmpifx_bcastBroadcasts an MPI message to all nodes
 Mmpifx_comm_moduleContains the extended MPI communicator
 Cmpifx_commMPI communicator with some additional information
 Mmpifx_gather_moduleContains wrapper for MPI_GATHER
 Cmpifx_gatherGathers scalars/arrays on a given node
 Mmpifx_gatherv_moduleContains wrapper for MPI_gatherv
 Cmpifx_gathervGathers scalars/arrays of different lengths on a given node
 Mmpifx_recv_moduleContains wrapper for MPI_RECV
 Cmpifx_recvReceives a message from a given node
 Mmpifx_reduce_moduleContains wrapper for MPI_REDUCE
 Cmpifx_reduceReduces a scalar/array on a given node
 Cmpifx_reduceipReduces a scalar/array on a given node in place
 Mmpifx_scatter_moduleContains wrapper for MPI_SCATTER
 Cmpifx_scatterScatters scalars/arrays on a given node
 Mmpifx_scatterv_moduleContains wrapper for MPI_SCATTER
 Cmpifx_scattervScatters scalars/arrays of different lengths from a given node
 Mmpifx_send_moduleContains wrapper for MPI_SEND
 Cmpifx_sendSends a message to a given node
 Mmpifx_win_moduleContains routined for MPI shared memory windows
 Cmpifx_winMPI shared memory window with some additional information