Skip to content

Commit 5da639c

Browse files
committed
ci: use SDFT-compatible MPI width
1 parent 5a8e4cb commit 5da639c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/sai-gpu-full.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,10 @@ jobs:
118118
run_cases 11_PW_GPU 2 "$CI_SRC/tests/11_PW_GPU/CASES_GPU.txt" '^scf_bpcg$'
119119
run_cases 11_PW_GPU 1 "$CI_SRC/tests/11_PW_GPU/CASES_GPU.txt" '^scf_out_wf$'
120120
121-
for suite in 12_NAO_Gamma_GPU 13_NAO_multik_GPU 15_rtTDDFT_GPU 16_SDFT_GPU; do
121+
for suite in 12_NAO_Gamma_GPU 13_NAO_multik_GPU 15_rtTDDFT_GPU; do
122122
run_cases "$suite" 4 CASES_GPU.txt '^[^#].*_.*$'
123123
done
124+
run_cases 16_SDFT_GPU 2 CASES_GPU.txt '^[^#].*_.*$'
124125
125126
if [[ "${RUN_CUSOLVERMP:-false}" == true ]]; then
126127
tmp=$(mktemp -d /tmp/abacus-sai-cusolvermp.XXXXXX)

0 commit comments

Comments
 (0)