From b0bae3d8acaee6d998c6e733279b89f0fc6c64ac Mon Sep 17 00:00:00 2001 From: guj <jgu@lbl.gov> Date: Sun, 8 Oct 2017 17:10:43 -0700 Subject: [PATCH] defined more mpi types (for non mpi) --- source/adios2/mpidummy.h | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/source/adios2/mpidummy.h b/source/adios2/mpidummy.h index 1194d2a1f..6eefa64fe 100644 --- a/source/adios2/mpidummy.h +++ b/source/adios2/mpidummy.h @@ -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 -- GitLab