-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Description
Most (or maybe all):
Lines 3 to 17 in 90aca68
| MPI_Status* c_MPI_STATUSES_IGNORE = MPI_STATUSES_IGNORE; | |
| MPI_Info c_MPI_INFO_NULL = MPI_INFO_NULL; | |
| MPI_Comm c_MPI_COMM_WORLD = MPI_COMM_WORLD; | |
| MPI_Datatype c_MPI_DOUBLE = MPI_DOUBLE; | |
| MPI_Datatype c_MPI_FLOAT = MPI_FLOAT; | |
| MPI_Datatype c_MPI_INT = MPI_INT; | |
| void* c_MPI_IN_PLACE = MPI_IN_PLACE; | |
| MPI_Op c_MPI_SUM = MPI_SUM; |
of the variables can be prefixed with
constMetadata
Metadata
Assignees
Labels
No labels