From 6a927a23bd56db0bac7d8dac67ea5fee1950a81d Mon Sep 17 00:00:00 2001 From: Giovanni La Mura <giovanni.lamura@inaf.it> Date: Wed, 19 Mar 2025 13:04:54 +0100 Subject: [PATCH] Save copies of np_sphere binary configuration files for consistency tests --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2407ed46..4f21a46b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -242,6 +242,8 @@ running_stage: - chmod +x np_sphere - OMP_NUM_THREADS=1 ./np_sphere DEDFB DSPH . - mv c_OSPH c_OSPH_dev + - mv c_TEDF c_TEDF_dev + - mv c_TEDF.hd5 c_TEDF_dev.hd5 - echo "Testing parallel execution of SPHERE" - ../../src/scripts/model_maker.py ../../test_data/sphere/config_181_xi.yml - echo "Running parallel np_sphere" @@ -295,7 +297,7 @@ testing_stage: - export FFILE=../../test_data/sphere/OSPH_181_xi - python3 ../../src/scripts/pycompare.py --no-progress --ffile $FFILE --cfile c_OSPH_181_xi --html - echo "Checking consistency among legacy and HDF5 configuration files" - - ../testing/test_TEDF ../../test_data/sphere/DEDFB c_TEDF c_TEDF.hd5 + - ../testing/test_TEDF ../../test_data/sphere/DEDFB c_TEDF_dev c_TEDF_dev.hd5 - cd ../inclusion - echo "Comparing output of INCLUSION" - export FFILE=../../test_data/inclusion/OINCLU -- GitLab