Commit f05320f5 authored by Giovanni La Mura's avatar Giovanni La Mura
Browse files

Use two OpenMP threads to test development case of SPHERE

parent 4adb45d5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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