From 33d3fabb39ed638c3c58e627105360ea7455abdf Mon Sep 17 00:00:00 2001 From: Arne Morten Kvarving Date: Tue, 28 Jan 2020 11:35:38 +0100 Subject: [PATCH] add thermal parallel regression test --- compareECLFiles.cmake | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/compareECLFiles.cmake b/compareECLFiles.cmake index ec5648cfe..68bbf8f81 100755 --- a/compareECLFiles.cmake +++ b/compareECLFiles.cmake @@ -505,4 +505,11 @@ if(MPI_FOUND) SIMULATOR flow ABS_TOL ${abs_tol} REL_TOL ${rel_tol}) + + add_test_compare_parallel_simulation(CASENAME spe1_thermal + FILENAME SPE1CASE2_THERMAL + SIMULATOR flow + ABS_TOL ${abs_tol_parallel} + REL_TOL 1e-1 + DIR spe1) endif()