Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpim-sw
libcdi
Commits
fe4f1f86
Commit
fe4f1f86
authored
Nov 19, 2013
by
Thomas Jahns
🤸
Browse files
Add NOPUT assertion to MPI_Win_post.
* Since we don't use MPI_Put this might improve performance.
parent
bb0ba018
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/pio_interface.c
View file @
fe4f1f86
...
...
@@ -820,7 +820,7 @@ void pioFinalize ( void )
void
pioWriteTimestep
()
{
#ifdef USE_MPI
int
collID
,
iAssert
=
0
;
int
collID
,
iAssert
=
MPI_MODE_NOPUT
;
/* int tokenEnd = END; */
int
rankGlob
=
commInqRankGlob
();
int
nProcsColl
=
commInqNProcsColl
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment