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.
2 parents 3c7d996 + e9eabd9 commit 74b2054Copy full SHA for 74b2054
test/test_packages/extras/test_interpygate.py
@@ -12,7 +12,7 @@
12
_comm = MPI.COMM_WORLD
13
_rank = _comm.Get_rank()
14
_size = _comm.Get_size()
15
-except ImportError:
+except (ImportError, RuntimeError):
16
_comm = None
17
_rank = 0
18
_size = 1
0 commit comments