File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -16,5 +16,6 @@ if [ "$job_device" == "gpu" ]; then
1616 n_test_threads=` expr $gpu_count \* 2`
1717fi
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
Original file line number Diff line number Diff 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'
You can’t perform that action at this time.
0 commit comments