File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments