Skip to content
Snippets Groups Projects
Commit a92d0abf authored by Don Lipari's avatar Don Lipari
Browse files

Repaired test25.1

parent 08434152
No related branches found
No related tags found
No related merge requests found
......@@ -59,6 +59,9 @@ make_bash_script $file_in "$bin_sleep 600"
proc def_cpu_cnt { } {
global sinfo alpha_numeric_under number exit_code partition
if { [string length $partition] == 0 } {
set partition [default_partition]
}
set cpu_cnt 1
spawn $sinfo -h -o "%P %C" -p $partition --state=idle
expect {
......
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