File tree 2 files changed +18
-6
lines changed 2 files changed +18
-6
lines changed Original file line number Diff line number Diff line change @@ -33,10 +33,16 @@ jobs:
33
33
make BUILD_ENV=gfortran_ubuntu dspec
34
34
- name : run_fast_cartesian
35
35
run : |
36
- cd ${SPEC_PATH}/ci/G1V03L2Fi
36
+ cd ${SPEC_PATH}/ci/G1V03L0Fi
37
37
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
40
46
- name : run_fast_cylinder
41
47
run : |
42
48
cd ${SPEC_PATH}/ci/G2V32L1Fi
Original file line number Diff line number Diff line change @@ -39,10 +39,16 @@ jobs:
39
39
# cmake --install .
40
40
- name : run_fast_cartesian
41
41
run : |
42
- cd ${SPEC_PATH}/ci/G1V03L2Fi
42
+ cd ${SPEC_PATH}/ci/G1V03L0Fi
43
43
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
46
52
- name : run_fast_cylinder
47
53
run : |
48
54
cd ${SPEC_PATH}/ci/G2V32L1Fi
You can’t perform that action at this time.
0 commit comments