mirror of
https://github.com/OPM/opm-simulators.git
synced 2026-08-19 02:24:49 -05:00
Test WEFAC with PyAction in parallel
This test was missing among other, but it contract to the others it already works with master.
This commit is contained in:
committed by
Markus Blatt
parent
fc6d116de3
commit
9105b95901
@@ -207,6 +207,7 @@ if(MPI_FOUND)
|
||||
IGNORE_EXTRA_KW BOTH
|
||||
MPI_PROCS 4)
|
||||
|
||||
|
||||
add_test_compareSeparateECLFiles(CASENAME actionx_gefac_4_procs
|
||||
DIR1 model4
|
||||
FILENAME1 MOD4_GRP_GEFAC
|
||||
@@ -273,6 +274,17 @@ if(MPI_FOUND)
|
||||
IGNORE_EXTRA_KW BOTH
|
||||
MPI_PROCS 4)
|
||||
|
||||
add_test_compareSeparateECLFiles(CASENAME pyaction_wefac_insert_kw_4_procs
|
||||
DIR1 pyaction
|
||||
FILENAME1 PYACTION_WEFAC_INSERT_KW
|
||||
DIR2 actionx
|
||||
FILENAME2 ACTIONX_WEFAC
|
||||
SIMULATOR flow
|
||||
ABS_TOL ${abs_tol}
|
||||
REL_TOL ${rel_tol}
|
||||
IGNORE_EXTRA_KW BOTH
|
||||
MPI_PROCS 4)
|
||||
|
||||
add_test_compareSeparateECLFiles(CASENAME pyaction_welpi_insert_kw_4_procs
|
||||
DIR1 pyaction
|
||||
FILENAME1 PYACTION_WELPI_INSERT_KW
|
||||
|
||||
Reference in New Issue
Block a user