Skip to content

Commit e9eabd9

Browse files
committed
Catch one more MPI beta test failure.
1 parent 6081c71 commit e9eabd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_packages/extras/test_interpygate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
_comm = MPI.COMM_WORLD
1313
_rank = _comm.Get_rank()
1414
_size = _comm.Get_size()
15-
except ImportError:
15+
except (ImportError, RuntimeError):
1616
_comm = None
1717
_rank = 0
1818
_size = 1

0 commit comments

Comments
 (0)