Skip to content

Commit

Permalink
Changed settings so that PR is using MPI datatypes for strided put,ge…
Browse files Browse the repository at this point in the history
…t,acc.
  • Loading branch information
Bruce J Palmer committed Feb 28, 2020
1 parent c4feac6 commit d7d8c57
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions comex/src-mpi-pr/comex_impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d7d8c57

Please sign in to comment.