Skip to content

Commit e162c59

Browse files
author
Alessandro Fanfarillo
committed
Added synchronization point during the registration of events and locks (partial patch)
Signed-off-by: Alessandro Fanfarillo <fanfarillo@ing.uniroma2.it>
1 parent 728fcef commit e162c59

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/mpi/mpi_caf.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -531,6 +531,7 @@ void *
531531
MPI_Win_flush(caf_this_image-1, *p);
532532
# endif // CAF_MPI_LOCK_UNLOCK
533533
free(init_array);
534+
PREFIX(sync_all) (NULL,NULL,0);
534535
}
535536

536537
caf_static_t *tmp = malloc (sizeof (caf_static_t));

0 commit comments

Comments
 (0)