Skip to content

Commit

Permalink
MPI fix
Browse files Browse the repository at this point in the history
  • Loading branch information
houjun committed Aug 30, 2024
1 parent a1a002f commit 5463e81
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/tests/region_transfer_all.c
Original file line number Diff line number Diff line change
Expand Up @@ -329,8 +329,6 @@ main(int argc, char **argv)
}
}

MPI_Barrier(MPI_COMM_WORLD);

// close object
for (i = 0; i < OBJ_NUM; ++i) {
if (PDCobj_close(obj[i]) < 0) {
Expand Down

0 comments on commit 5463e81

Please sign in to comment.