Skip to content

Commit e81b884

Browse files
author
Tanush Prathi
committed
Don't run frontier omp test
1 parent 31f8cd2 commit e81b884

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/frontier/build.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ if [ "$job_device" = "gpu" ]; then
1010
build_opts+=" acc"
1111
elif [ "$job_interface" = "omp" ]; then
1212
build_opts+=" mp"
13-
exit 0
1413
fi
1514
fi
1615

.github/workflows/frontier/test.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ if [ "$job_device" = "gpu" ]; then
1212
device_opts+=" acc"
1313
elif [ "$job_interface" = "omp" ]; then
1414
device_opts+=" mp"
15-
exit 0
1615
fi
1716
device_opts+=" -g $gpu_ids"
1817
fi

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,10 @@ jobs:
106106
- device: 'cpu'
107107
interface: 'none'
108108
lbl: 'frontier'
109+
exclude:
110+
- device: 'gpu'
111+
interface: 'omp'
112+
lbl: 'frontier'
109113
runs-on:
110114
group: phoenix
111115
labels: ${{ matrix.lbl }}

0 commit comments

Comments
 (0)