Skip to content
Snippets Groups Projects
Commit b0bae3d8 authored by guj's avatar guj
Browse files

defined more mpi types (for non mpi)

parent ae5ac236
No related branches found
No related tags found
1 merge request!278added VDS support via Engine (HDF5Mixer)
......@@ -60,6 +60,17 @@ typedef int MPI_Fint;
#define MPI_UNSIGNED 4
#define MPI_UNSIGNED_LONG 5
#define MPI_UNSIGNED_LONG_LONG 6
#define MPI_SHORT 7
#define MPI_LONG 8
#define MPI_UNSIGNED_CHAR 9
#define MPI_2INT 10
#define MPI_UNSIGNED_SHORT 11
#define MPI_LONG_LONG_INT 12
#define MPI_LONG_DOUBLE 13
#define MPI_FLOAT_INT 14
#define MPI_DOUBLE_INT 15
#define MPI_LONG_DOUBLE_INT 16
#define MPI_SHORT_INT 17
#define MPI_ANY_SOURCE 0
#define MPI_ANY_TAG 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment