-
Notifications
You must be signed in to change notification settings - Fork 360
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow rearranging data with a collective without any compile-time flags
Removing ifdefs around MPI_ALLTOALLW() call so that users can use the collective (PIO_REARR_COMM_TYPE=coll in env_run.xml) without specifying any additional compiler flags. Without this fix users need to specify "-D_USE_ALLTOALLW" to use the collective option. Thanks Pat for catching this issue. This runtime option was initially added in commit #83195da
- Loading branch information
1 parent
83195da
commit 1e0d159
Showing
1 changed file
with
0 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters