Skip to content

Commit dfb1b20

Browse files
authored
Update ci.yml
1 parent a14835f commit dfb1b20

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

.github/workflows/ci.yml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,3 +105,31 @@ jobs:
105105
module load nvhpc
106106
/bin/bash mfc.sh test -b mpirun --gpu -a
107107
108+
ice-gpu:
109+
name: (COC-ICE) Test Suite - GPU
110+
strategy:
111+
matrix:
112+
include:
113+
- os: [self-hosted, cocice]
114+
runs-on: ${{ matrix.os }}
115+
if: github.repository == 'MFlowCode/MFC'
116+
steps:
117+
- name: Clone
118+
uses: actions/checkout@v3
119+
120+
- name: Setup
121+
run: echo "test"
122+
123+
- name: Build
124+
run: |
125+
module purge
126+
module load nvhpc
127+
/usr/bin/bash mfc.sh build -j 4 --gpu
128+
129+
- name: Test Suite
130+
run: |
131+
qsub -I -q coc-ice-gpu -l nodes=1:ppn=6:gpus=1:teslav100
132+
module purge
133+
module load nvhpc
134+
/bin/bash mfc.sh test -b mpirun --gpu -a
135+
exit

0 commit comments

Comments
 (0)