Skip to content
Snippets Groups Projects
Commit 4f4ddc31 authored by Danny Auble's avatar Danny Auble
Browse files

mod so test1.83 will work with multi slurmd set up

parent c623b34d
No related branches found
No related tags found
No related merge requests found
...@@ -64,7 +64,7 @@ set host_1_num 0 ...@@ -64,7 +64,7 @@ set host_1_num 0
set host_2_num 0 set host_2_num 0
set waiting 0 set waiting 0
set timeout $max_job_delay set timeout $max_job_delay
spawn $srun -N3-3 --contiguous -l -t1 $bin_hostname spawn $srun -N3-3 --contiguous -l -t1 $bin_printenv SLURMD_NODENAME
expect { expect {
-re "More ($alpha) requested than permitted" { -re "More ($alpha) requested than permitted" {
send_user "\nWARNING: can't test srun task distribution\n" send_user "\nWARNING: can't test srun task distribution\n"
...@@ -130,12 +130,6 @@ if {[test_front_end] != 0} { ...@@ -130,12 +130,6 @@ if {[test_front_end] != 0} {
exit $exit_code exit $exit_code
} }
if {[string compare $host_0_name $host_1_name] == 0} {
send_user "\nWARNING: Appears you are using "
send_user "multiple slurmd testing.\n"
send_user "This test won't work in that fashion.\n"
exit 0
}
if {[string compare $host_0_name ""] == 0} { if {[string compare $host_0_name ""] == 0} {
send_user "\nFAILURE: Did not get hostname of task 0\n" send_user "\nFAILURE: Did not get hostname of task 0\n"
set exit_code 1 set exit_code 1
......
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