We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01a4dea commit 6ca7604Copy full SHA for 6ca7604
.github/workflows/frontier/build.sh
@@ -10,6 +10,7 @@ if [ "$job_device" = "gpu" ]; then
10
build_opts+=" acc"
11
elif [ "$job_interface" = "omp" ]; then
12
build_opts+=" mp"
13
+ exit 0
14
fi
15
16
0 commit comments