Skip to content

Commit

Permalink
more test fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ErolBa committed Dec 12, 2024
1 parent 6c54d5c commit 291d58a
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 6 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,16 @@ jobs:
make BUILD_ENV=gfortran_ubuntu dspec
- name: run_fast_cartesian
run: |
cd ${SPEC_PATH}/ci/G1V03L2Fi
cd ${SPEC_PATH}/ci/G1V03L0Fi
export OMP_NUM_THREADS=1
mpiexec -n 2 --allow-run-as-root ${SPEC_PATH}/xspec G1V03L2Fi.001.sp
python3 -m py_spec.ci.test compare.h5 G1V03L2Fi.001.sp.h5
mpiexec -n 2 --allow-run-as-root ${SPEC_PATH}/xspec G1V03L0Fi.sp
python3 -m py_spec.ci.test compare.h5 G1V03L0Fi.sp.h5
- name: run_fast_cartesian_lcons3
run: |
cd ${SPEC_PATH}/ci/G1V03L3Fi
export OMP_NUM_THREADS=1
mpiexec -n 2 --allow-run-as-root ${SPEC_PATH}/xspec G1V03L3Fi.sp
python3 -m py_spec.ci.test compare.h5 G1V03L3Fi.sp.h5
- name: run_fast_cylinder
run: |
cd ${SPEC_PATH}/ci/G2V32L1Fi
Expand Down
12 changes: 9 additions & 3 deletions .github/workflows/build_cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,16 @@ jobs:
# cmake --install .
- name: run_fast_cartesian
run: |
cd ${SPEC_PATH}/ci/G1V03L2Fi
cd ${SPEC_PATH}/ci/G1V03L0Fi
export OMP_NUM_THREADS=1
mpiexec -n 2 --allow-run-as-root $SPEC_PATH/install/bin/xspec G1V03L2Fi.001.sp
python3 -m py_spec.ci.test compare.h5 G1V03L2Fi.001.sp.h5
mpiexec -n 2 --allow-run-as-root $SPEC_PATH/install/bin/xspec G1V03L0Fi.sp
python3 -m py_spec.ci.test compare.h5 G1V03L0Fi.sp.h5
- name: run_fast_cartesian_lcons3
run: |
cd ${SPEC_PATH}/ci/G1V03L3Fi
export OMP_NUM_THREADS=1
mpiexec -n 2 --allow-run-as-root $SPEC_PATH/install/bin/xspec G1V03L3Fi.sp
python3 -m py_spec.ci.test compare.h5 G1V03L3Fi.sp.h5
- name: run_fast_cylinder
run: |
cd ${SPEC_PATH}/ci/G2V32L1Fi
Expand Down

0 comments on commit 291d58a

Please sign in to comment.