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

Disable CPU frequency test if no task affinity

parent 45006e36
No related branches found
No related tags found
No related merge requests found
......@@ -64,6 +64,10 @@ if {[slurmd_user_root] == 0} {
send_user "\nWARNING: This test is incompatible with SlurmdUser != root\n"
exit 0
}
if {[test_cpu_affinity_or_cgroup] == 0} {
send_user "\nWARNING: This test requires some form of task affinity\n"
exit 0
}
proc sub_job { freq } {
......
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