#include <ampiimpl.h>
Public Member Functions | |
AmpiOpHeader (MPI_User_function *f, MPI_Datatype d, int l, int szd) noexcept | |
Data Fields | |
MPI_User_function * | func |
MPI_Datatype | dtype |
int | len |
int | szdata |
Definition at line 265 of file ampiimpl.h.
AmpiOpHeader::AmpiOpHeader | ( | MPI_User_function * | f, | |
MPI_Datatype | d, | |||
int | l, | |||
int | szd | |||
) | [inline] |
Definition at line 271 of file ampiimpl.h.