Skip to content

Commit

Permalink
Turned off datatypes for strided accumulate.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruce J Palmer committed Feb 28, 2020
1 parent d7d8c57 commit 2585469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion comex/src-mpi-pr/comex_impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
#define ENABLE_ACC_PACKED 1
#define ENABLE_PUT_DATATYPE 1
#define ENABLE_GET_DATATYPE 1
#define ENABLE_ACC_DATATYPE 1
#define ENABLE_ACC_DATATYPE 0
#define ENABLE_PUT_IOV 1
#define ENABLE_GET_IOV 1
#define ENABLE_ACC_IOV 1
Expand Down

0 comments on commit 2585469

Please sign in to comment.