Skip to content

Commit 54d421a

Browse files
authored
Fix PyOP2 test hang (#4937)
1 parent 862cbcf commit 54d421a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/pyop2/test_caching.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -821,6 +821,7 @@ def test_writing_large_so():
821821
COMM_WORLD.Barrier()
822822
with open("big.c", "r") as fh:
823823
program = fh.read()
824+
COMM_WORLD.Barrier()
824825

825826
if COMM_WORLD.rank == 1:
826827
os.remove("big.c")

0 commit comments

Comments
 (0)