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

fix for test23.3 since sstat doesn't do System or User time anymore

parent b0e08e7b
No related branches found
No related tags found
No related merge requests found
......@@ -59,6 +59,7 @@ set mc MinCPU
set mn MinCPUNode
set mt MinCPUTask
set nt NTasks
#
# Check accounting config and bail if not found.
#
......@@ -626,13 +627,13 @@ if {$matches != 4} {
set exit_code 1
}
set matches [sstat_vargs o $ac,$ap,$ar,$av,$ji,$mp,$mpn,$mpt,$mr,$mrn,$mrt,$mvs,$mvn,$mvt,$mc,$mn,$mt,$nt,$sc,$tc $job_id3]
set matches [sstat_vargs o $ac,$ap,$ar,$av,$ji,$mp,$mpn,$mpt,$mr,$mrn,$mrt,$mvs,$mvn,$mvt,$mc,$mn,$mt,$nt $job_id3]
if {$matches != 6} {
send_user "\nFAILURE: sstat -o failed ($matches)\n"
set exit_code 1
}
set matches [sstat_vargs -format $ac,$ap,$ar,$av,$ji,$mp,$mpn,$mpt,$mr,$mrn,$mrt,$mvs,$mvn,$mvt,$mc,$mn,$mt,$nt,$sc,$tc $job_id3]
set matches [sstat_vargs -format $ac,$ap,$ar,$av,$ji,$mp,$mpn,$mpt,$mr,$mrn,$mrt,$mvs,$mvn,$mvt,$mc,$mn,$mt,$nt $job_id3]
if {$matches != 6} {
send_user "\nFAILURE: sstat --format failed ($matches)\n"
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