Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 60d372f6 authored by ROUZAUD-CORNABAS Jonathan's avatar ROUZAUD-CORNABAS Jonathan
Browse files

[MPI/Aevol 8] Remove blocking MPI barrier that should have been removed after debugging

parent 0eaa9ac9
Branches
No related tags found
No related merge requests found
...@@ -953,7 +953,7 @@ void ExpManager::run_evolution() { ...@@ -953,7 +953,7 @@ void ExpManager::run_evolution() {
step_to_next_generation(); step_to_next_generation();
#ifdef HAVE_MPI #ifdef HAVE_MPI
// TODO/ REMOVE §!! // TODO/ REMOVE §!!
MPI_Barrier(MPI_COMM_WORLD); // MPI_Barrier(MPI_COMM_WORLD);
#endif #endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment