mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Allow Python bindings to setup MPI
Allows the Python bindings to control whether MPI_Init() and MPI_Finalize() will be called when creating an OPM::Main object.
This commit is contained in:
@@ -20,3 +20,4 @@ class TestBasic(unittest.TestCase):
|
||||
# has not been initialized
|
||||
with self.assertRaises(RuntimeError):
|
||||
sim.get_dt()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user