Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Xin Wang
codes-dev
Commits
2bf51bc4
Commit
2bf51bc4
authored
Mar 20, 2017
by
Matthieu Dorier
Browse files
corrected error calling MPI_Finalize too early
parent
c6f59ed1
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/network-workloads/model-net-mpi-replay.c
View file @
2bf51bc4
...
...
@@ -1730,7 +1730,6 @@ int modelnet_mpi_replay(MPI_Comm comm, int* argc, char*** argv )
codes_jobmap_destroy
(
jobmap_ctx
);
tw_end
();
MPI_Finalize
();
return
0
;
}
...
...
Write
Preview
Markdown
is supported
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