From 0cf70802843e043b9e7e8a2e582bafd6e07f6fbf Mon Sep 17 00:00:00 2001 From: Arne Morten Kvarving Date: Thu, 5 Oct 2017 11:05:14 +0200 Subject: [PATCH] added: allow 15 iterations in spe3 test this is necessary due to slight differences between dune 2.4 and dune 2.5 --- compareECLFiles.cmake | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/compareECLFiles.cmake b/compareECLFiles.cmake index a2ed83d8f..90cb5c170 100644 --- a/compareECLFiles.cmake +++ b/compareECLFiles.cmake @@ -141,7 +141,8 @@ foreach(SIM flow flow_ebos flow_legacy) FILENAME SPE3CASE1 SIMULATOR ${SIM} ABS_TOL ${abs_tol} - REL_TOL ${rel_tol}) + REL_TOL ${rel_tol} + TEST_ARGS max_iter=15) endforeach() foreach(SIM flow flow_ebos flow_legacy)