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:
@@ -71,3 +71,4 @@ class TestBasic(unittest.TestCase):
|
||||
poro2 = sim.get_porosity()
|
||||
self.assertAlmostEqual(poro2[0], 0.285, places=7, msg='value of porosity 2')
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user