Skip to content

Commit da261e3

Browse files
authored
Update ci.yml
1 parent cc3572b commit da261e3

File tree

1 file changed

+25
-25
lines changed

1 file changed

+25
-25
lines changed

.github/workflows/ci.yml

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -105,31 +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
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
119119

120-
- name: Setup
121-
run: echo "test"
120+
# - name: Setup
121+
# run: echo "test"
122122

123-
- name: Build
124-
run: |
125-
module purge
126-
module load nvhpc
127-
/usr/bin/bash mfc.sh build -j 4 --gpu
123+
# - name: Build
124+
# run: |
125+
# module purge
126+
# module load nvhpc
127+
# /usr/bin/bash mfc.sh build -j 4 --gpu
128128

129-
- name: Test Suite
130-
run: |
131-
qsub -I -q coc-ice-gpu -l nodes=1:ppn=8:gpus=2:teslav100
132-
module purge
133-
module load nvhpc
134-
/usr/bin/bash mfc.sh test -j 4 -b mpirun --gpu -a
135-
exit
129+
# - name: Test Suite
130+
# run: |
131+
# qsub -I -q coc-ice-gpu -l nodes=1:ppn=8:gpus=2:teslav100
132+
# module purge
133+
# module load nvhpc
134+
# /usr/bin/bash mfc.sh test -j 4 -b mpirun --gpu -a
135+
# exit

0 commit comments

Comments
 (0)