Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -260,7 +260,7 @@ running_stage: - ../../src/scripts/model_maker.py ../../test_data/sphere/config_dev.yml - echo "Running np_sphere" - chmod +x np_sphere - OMP_NUM_THREADS=1 ./np_sphere DEDFB DSPH . - OMP_NUM_THREADS=2 ./np_sphere DEDFB DSPH . - mv c_OSPH c_OSPH_dev - mv c_TEDF c_TEDF_dev - mv c_TEDF.hd5 c_TEDF_dev.hd5 Loading Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -260,7 +260,7 @@ running_stage: - ../../src/scripts/model_maker.py ../../test_data/sphere/config_dev.yml - echo "Running np_sphere" - chmod +x np_sphere - OMP_NUM_THREADS=1 ./np_sphere DEDFB DSPH . - OMP_NUM_THREADS=2 ./np_sphere DEDFB DSPH . - mv c_OSPH c_OSPH_dev - mv c_TEDF c_TEDF_dev - mv c_TEDF.hd5 c_TEDF_dev.hd5 Loading