Skip to content
Snippets Groups Projects
Commit a58c5268 authored by Morris Jette's avatar Morris Jette
Browse files

Change GPU test for Cray systems

Do not test for CUDA environment variable on Cray system
parent cdcc4af9
No related branches found
No related tags found
No related merge requests found
...@@ -95,6 +95,11 @@ proc run_gpu_test { gres_cnt } { ...@@ -95,6 +95,11 @@ proc run_gpu_test { gres_cnt } {
print_header $test_id print_header $test_id
if {[test_cray]} {
send_user "\nWARNING: This test is incompatible with Cray systems\n"
exit $exit_code
}
# #
# Test if gres/gpu is configured # Test if gres/gpu is configured
# #
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment