Skip to content

Commit 468deae

Browse files
committed
fix me
1 parent 32f6b69 commit 468deae

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/delta/test.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,6 @@ if [ "$job_device" == "gpu" ]; then
1616
n_test_threads=`expr $gpu_count \* 2`
1717
fi
1818

19+
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/sw/spack/deltas11-2023-03/apps/linux-rhel8-zen3/nvhpc-24.1/openmpi-4.1.5-zkiklxi/lib/
1920
./mfc.sh test --max-attempts 3 -a -j $n_test_threads $device_opts -- -c delta
2021

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
strategy:
104104
matrix:
105105
device: ['cpu', 'gpu']
106-
lbl: ['gt', 'ice', 'delta', 'frontier']
106+
lbl: ['gt', 'delta', 'frontier']
107107
exclude:
108108
- device: cpu
109109
lbl: frontier
@@ -121,9 +121,9 @@ jobs:
121121
if: matrix.lbl == 'gt'
122122
run: bash .github/workflows/phoenix/submit.sh .github/workflows/phoenix/test.sh ${{ matrix.device }}
123123

124-
- name: Build & Test
125-
if: matrix.lbl == 'ice'
126-
run: bash .github/workflows/ice/submit.sh .github/workflows/ice/test.sh ${{ matrix.device }}
124+
# - name: Build & Test
125+
# if: matrix.lbl == 'ice'
126+
# run: bash .github/workflows/ice/submit.sh .github/workflows/ice/test.sh ${{ matrix.device }}
127127

128128
- name: Build & Test
129129
if: matrix.lbl == 'delta'

0 commit comments

Comments
 (0)