ParameterType
Each input parameter to one of the MPI calls wrapped by KaMPIng needs to has one of the following tag...
Definition named_parameter_types.hpp:33
@ request
Tag used to represent an MPI_Request.
@ op
Tag used to represent a reduce operation in a MPI call.
@ recv_count
Tag used to represent the number of elements to be received.
@ source
Tag used to represent the sending PE in a MPI call.
@ send_mode
Tag used to represent the send mode used by a send operation.
@ recv_type
Tag used to represent a recv type in an MPI call.
@ root
Tag used to represent the root PE in a MPI collectives call.
@ destination
Tag used to represent the receiving PE in a MPI call.
@ status
Tag used to represent the status in a MPI call.
@ send_type
Tag used to represent a send type in an MPI call.
@ statuses
Tag used to represent a container of statuses in a MPI call.
@ tag
Tag used to represent the message tag in a MPI call.
@ send_count
Tag used to represent the number of elements to be sent.