We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b47189 commit ad94d57Copy full SHA for ad94d57
src/mpi/mpi_caf.c
@@ -533,9 +533,10 @@ void *
533
MPI_Win_flush(caf_this_image-1, *p);
534
# endif // CAF_MPI_LOCK_UNLOCK
535
free(init_array);
536
- PREFIX(sync_all) (NULL,NULL,0);
537
}
538
+ PREFIX(sync_all) (NULL,NULL,0);
539
+
540
caf_static_t *tmp = malloc (sizeof (caf_static_t));
541
tmp->prev = caf_tot;
542
tmp->token = *token;
0 commit comments