From 3085bb9e401c6fedd73a734ab813f902accfe138 Mon Sep 17 00:00:00 2001 From: Wenqing Wang <wenqing.wang@ufz.de> Date: Tue, 8 Aug 2017 12:14:03 +0200 Subject: [PATCH] [CTest] Updated the out file name and changed the error tolerance of a test --- ProcessLib/LiquidFlow/Tests.cmake | 12 ++++++------ Tests/Data | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/ProcessLib/LiquidFlow/Tests.cmake b/ProcessLib/LiquidFlow/Tests.cmake index 5281cc54cbc..e57910ec3ba 100644 --- a/ProcessLib/LiquidFlow/Tests.cmake +++ b/ProcessLib/LiquidFlow/Tests.cmake @@ -118,10 +118,10 @@ AddTest( WRAPPER time TESTER vtkdiff REQUIREMENTS NOT OGS_USE_MPI - ABSTOL 1.e-16 RELTOL 1e-16 + ABSTOL 1.e-3 RELTOL 1e-10 DIFF_DATA - ThermalConvection_pcs_1_ts_232_t_50000000000.000000_non_const_mu.vtu ThermalConvection_pcs_1_ts_232_t_50000000000.000000.vtu pressure pressure - ThermalConvection_pcs_1_ts_232_t_50000000000.000000_non_const_mu.vtu ThermalConvection_pcs_1_ts_232_t_50000000000.000000.vtu temperature temperature + ThermalConvection_pcs_1_ts_232_t_50000000000.000000_non_const_mu.vtu ThermalConvection_pcs_1_ts_223_t_50000000000.000000.vtu pressure pressure + ThermalConvection_pcs_1_ts_232_t_50000000000.000000_non_const_mu.vtu ThermalConvection_pcs_1_ts_223_t_50000000000.000000.vtu temperature temperature ) AddTest( @@ -261,10 +261,10 @@ AddTest( WRAPPER_ARGS -np 1 TESTER vtkdiff REQUIREMENTS OGS_USE_MPI - ABSTOL 1.e-9 RELTOL 1e-8 + ABSTOL 1.e-3 RELTOL 1e-10 DIFF_DATA - ThermalConvection_pcs_1_ts_232_t_50000000000.000000_non_const_mu.vtu ThermalConvection_pcs_1_ts_232_t_50000000000_000000_0.vtu pressure pressure - ThermalConvection_pcs_1_ts_232_t_50000000000.000000_non_const_mu.vtu ThermalConvection_pcs_1_ts_232_t_50000000000_000000_0.vtu temperature temperature + ThermalConvection_pcs_1_ts_232_t_50000000000.000000_non_const_mu.vtu ThermalConvection_pcs_1_ts_223_t_50000000000_000000_0.vtu pressure pressure + ThermalConvection_pcs_1_ts_232_t_50000000000.000000_non_const_mu.vtu ThermalConvection_pcs_1_ts_223_t_50000000000_000000_0.vtu temperature temperature ) AddTest( diff --git a/Tests/Data b/Tests/Data index cbcfb7fa875..3b789a1c5b8 160000 --- a/Tests/Data +++ b/Tests/Data @@ -1 +1 @@ -Subproject commit cbcfb7fa8753eda81fd6d4a48d74ee95b7d52615 +Subproject commit 3b789a1c5b88f355f61e53ba62421647cf466aff -- GitLab