Skip to content

Commit eb21bfa

Browse files
committed
add 12 and 13 directories for GPU
1 parent 506d62f commit eb21bfa

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/cuda.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,16 @@ jobs:
4242
cd tests/11_PW_GPU
4343
bash ../integrate/Autotest.sh -n 2 -f CASES_GPU.txt
4444
45+
- name: Test 12_NAO_Gamma_GPU
46+
run: |
47+
cd tests/12_NAO_Gamma_GPU
48+
bash ../integrate/Autotest.sh -n 2 -f CASES_GPU.txt
49+
50+
- name: Test 13_NAO_multik_GPU
51+
run: |
52+
cd tests/13_NAO_multik_GPU
53+
bash ../integrate/Autotest.sh -n 2 -f CASES_GPU.txt
54+
4555
- name: Test 16_SDFT_GPU
4656
run: |
4757
cd tests/16_SDFT_GPU

0 commit comments

Comments
 (0)