Skip to content

Commit 6ca7604

Browse files
committed
Exit on frontier openmp build
1 parent 01a4dea commit 6ca7604

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/frontier/build.sh

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

0 commit comments

Comments
 (0)