Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SWIFT
SWIFTsim
Commits
dc3eae62
Commit
dc3eae62
authored
Feb 28, 2018
by
Peter W. Draper
Browse files
Don't synchronize further, we have just past a barrier, so the need for that is very unlikely
parent
5dad5816
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/engine.c
View file @
dc3eae62
...
...
@@ -4538,7 +4538,7 @@ void engine_dump_restarts(struct engine *e, int drifted_all, int force) {
#endif
if
(
dump
)
{
/* Clean out the previous saved files, if found. Do this now as we are
* MPI synchronized.
XXX should we have a barrier XXX
*/
* MPI synchronized. */
restart_remove_previous
(
e
->
restart_file
);
/* Drift all particles first (may have just been done). */
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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