Skip to content

Commit 291d58a

Browse files
committed
more test fixes
1 parent 6c54d5c commit 291d58a

File tree

2 files changed

+18
-6
lines changed

2 files changed

+18
-6
lines changed

.github/workflows/build.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,16 @@ jobs:
3333
make BUILD_ENV=gfortran_ubuntu dspec
3434
- name: run_fast_cartesian
3535
run: |
36-
cd ${SPEC_PATH}/ci/G1V03L2Fi
36+
cd ${SPEC_PATH}/ci/G1V03L0Fi
3737
export OMP_NUM_THREADS=1
38-
mpiexec -n 2 --allow-run-as-root ${SPEC_PATH}/xspec G1V03L2Fi.001.sp
39-
python3 -m py_spec.ci.test compare.h5 G1V03L2Fi.001.sp.h5
38+
mpiexec -n 2 --allow-run-as-root ${SPEC_PATH}/xspec G1V03L0Fi.sp
39+
python3 -m py_spec.ci.test compare.h5 G1V03L0Fi.sp.h5
40+
- name: run_fast_cartesian_lcons3
41+
run: |
42+
cd ${SPEC_PATH}/ci/G1V03L3Fi
43+
export OMP_NUM_THREADS=1
44+
mpiexec -n 2 --allow-run-as-root ${SPEC_PATH}/xspec G1V03L3Fi.sp
45+
python3 -m py_spec.ci.test compare.h5 G1V03L3Fi.sp.h5
4046
- name: run_fast_cylinder
4147
run: |
4248
cd ${SPEC_PATH}/ci/G2V32L1Fi

.github/workflows/build_cmake.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,16 @@ jobs:
3939
# cmake --install .
4040
- name: run_fast_cartesian
4141
run: |
42-
cd ${SPEC_PATH}/ci/G1V03L2Fi
42+
cd ${SPEC_PATH}/ci/G1V03L0Fi
4343
export OMP_NUM_THREADS=1
44-
mpiexec -n 2 --allow-run-as-root $SPEC_PATH/install/bin/xspec G1V03L2Fi.001.sp
45-
python3 -m py_spec.ci.test compare.h5 G1V03L2Fi.001.sp.h5
44+
mpiexec -n 2 --allow-run-as-root $SPEC_PATH/install/bin/xspec G1V03L0Fi.sp
45+
python3 -m py_spec.ci.test compare.h5 G1V03L0Fi.sp.h5
46+
- name: run_fast_cartesian_lcons3
47+
run: |
48+
cd ${SPEC_PATH}/ci/G1V03L3Fi
49+
export OMP_NUM_THREADS=1
50+
mpiexec -n 2 --allow-run-as-root $SPEC_PATH/install/bin/xspec G1V03L3Fi.sp
51+
python3 -m py_spec.ci.test compare.h5 G1V03L3Fi.sp.h5
4652
- name: run_fast_cylinder
4753
run: |
4854
cd ${SPEC_PATH}/ci/G2V32L1Fi

0 commit comments

Comments
 (0)