File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff 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
1514fi
1615
Original file line number Diff line number Diff 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 "
1817fi
Original file line number Diff line number Diff 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 }}
You can’t perform that action at this time.
0 commit comments