Skip to content

Commit

Permalink
Add test testing the model MSW_MODEL_1 with distributed wells on 2 pr…
Browse files Browse the repository at this point in the history
…ocesses
  • Loading branch information
lisajulia committed Feb 17, 2025
1 parent 6b5097c commit ca6a443
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions parallelTests.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,15 @@ add_test_compare_parallel_simulation(CASENAME msw-3d-two-producers
MPI_PROCS 4
TEST_ARGS --allow-distributed-wells=true)

add_test_compare_parallel_simulation(CASENAME msw-model-1
FILENAME MSW_MODEL_1
DIR model1
SIMULATOR flow_distribute_z
ABS_TOL 1e4 # the absolute tolerance is pretty high here, yet in this case, we are only interested in the relative tolerance
REL_TOL 1e-4
MPI_PROCS 2
TEST_ARGS --solver-max-time-step-in-days=15 --allow-distributed-wells=true)

add_test_compare_parallel_simulation(CASENAME spe9group
FILENAME SPE9_CP_GROUP
SIMULATOR flow
Expand Down

0 comments on commit ca6a443

Please sign in to comment.