From d1e97b2b273d66e1df29330ba8d382698de5f8e4 Mon Sep 17 00:00:00 2001 From: Cintia Goncalves Machado Date: Wed, 10 Mar 2021 12:13:35 +0100 Subject: [PATCH] Add case for flow_onephase_energy --- compareECLFiles.cmake | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/compareECLFiles.cmake b/compareECLFiles.cmake index 4bb6d0485..4480e680f 100755 --- a/compareECLFiles.cmake +++ b/compareECLFiles.cmake @@ -945,6 +945,13 @@ if(MPI_FOUND) REL_TOL ${rel_tol} DIR spe1 TEST_ARGS --linear-solver-reduction=1e-7 --tolerance-cnv=5e-6 --tolerance-mb=1e-8) + add_test_compare_parallel_simulation(CASENAME spe1_thermal + FILENAME SPE1CASE2_THERMAL_ONEPHASE + SIMULATOR flow_onephase_energy + ABS_TOL ${abs_tol} + REL_TOL ${rel_tol} + DIR spe1 + TEST_ARGS --linear-solver-reduction=1e-7 --tolerance-cnv=5e-6 --tolerance-mb=1e-8) add_test_compare_parallel_simulation(CASENAME spe1_brine FILENAME SPE1CASE1_BRINE