Skip to content
Snippets Groups Projects
Commit 3085bb9e authored by wenqing's avatar wenqing
Browse files

[CTest] Updated the out file name and changed the error tolerance of a test

parent ea26c651
No related branches found
No related tags found
No related merge requests found
...@@ -118,10 +118,10 @@ AddTest( ...@@ -118,10 +118,10 @@ AddTest(
WRAPPER time WRAPPER time
TESTER vtkdiff TESTER vtkdiff
REQUIREMENTS NOT OGS_USE_MPI REQUIREMENTS NOT OGS_USE_MPI
ABSTOL 1.e-16 RELTOL 1e-16 ABSTOL 1.e-3 RELTOL 1e-10
DIFF_DATA 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_223_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 temperature temperature
) )
AddTest( AddTest(
...@@ -261,10 +261,10 @@ AddTest( ...@@ -261,10 +261,10 @@ AddTest(
WRAPPER_ARGS -np 1 WRAPPER_ARGS -np 1
TESTER vtkdiff TESTER vtkdiff
REQUIREMENTS OGS_USE_MPI REQUIREMENTS OGS_USE_MPI
ABSTOL 1.e-9 RELTOL 1e-8 ABSTOL 1.e-3 RELTOL 1e-10
DIFF_DATA 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_223_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 temperature temperature
) )
AddTest( AddTest(
......
Subproject commit cbcfb7fa8753eda81fd6d4a48d74ee95b7d52615 Subproject commit 3b789a1c5b88f355f61e53ba62421647cf466aff
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment