Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add test for inserting the keyword INCLUDE from a PyAction in a paral… #5881

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions pyactionActionXComparisons.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,17 @@ if(MPI_FOUND)
IGNORE_EXTRA_KW BOTH
MPI_PROCS 4)

add_test_compareSeparateECLFiles(CASENAME pyaction_include_insert_kw_4_procx
DIR1 pyaction
FILENAME1 PYACTION_INCLUDE_INSERT_KW
DIR2 actionx
FILENAME2 ACTIONX_INCLUDE
SIMULATOR flow
ABS_TOL ${abs_tol}
REL_TOL ${rel_tol}
IGNORE_EXTRA_KW BOTH
MPI_PROCS 4)

add_test_compareSeparateECLFiles(CASENAME pyaction_multx+_insert_kw_4_procs
DIR1 pyaction
FILENAME1 PYACTION_MULTX+_INSERT_KW
Expand Down