From d7d8c577e6c042172585f8bf175862bbf3328466 Mon Sep 17 00:00:00 2001 From: Bruce J Palmer Date: Fri, 28 Feb 2020 10:40:38 -0800 Subject: [PATCH] Changed settings so that PR is using MPI datatypes for strided put,get,acc. --- comex/src-mpi-pr/comex_impl.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/comex/src-mpi-pr/comex_impl.h b/comex/src-mpi-pr/comex_impl.h index bc3ec4671..817724081 100644 --- a/comex/src-mpi-pr/comex_impl.h +++ b/comex/src-mpi-pr/comex_impl.h @@ -32,9 +32,9 @@ #define ENABLE_PUT_PACKED 1 #define ENABLE_GET_PACKED 1 #define ENABLE_ACC_PACKED 1 -#define ENABLE_PUT_DATATYPE 0 -#define ENABLE_GET_DATATYPE 0 -#define ENABLE_ACC_DATATYPE 0 +#define ENABLE_PUT_DATATYPE 1 +#define ENABLE_GET_DATATYPE 1 +#define ENABLE_ACC_DATATYPE 1 #define ENABLE_PUT_IOV 1 #define ENABLE_GET_IOV 1 #define ENABLE_ACC_IOV 1