Skip to content

Commit e2b11f9

Browse files
committed
Exit with OMP and Frontier test
1 parent 1db105f commit e2b11f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/frontier/test.sh

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

0 commit comments

Comments
 (0)