Follow the PBS Pro Design Document Guidelines.

Links

Overview

There are a couple pieces of data that aren't logged into the accounting log that allows someone to see the full lifecycle of a job.  Right now the main source of data about a job comes from the 'E' record.  This tells us about the job after it ran.  If anything changed during the life of the job, we will miss it.

Technical Details

Enhanced 'Q' record

New 'a' record when a job is altered


Examples

% qsub -lselect=1:ncpus=1 -l place=pack -Wdepend=afterany:1008

10/22/2019 12:19:37;Q;1009.mars;user=bmann group=staff project=_pbs_project_default jobname=STDIN queue=workq ctime=1571771977 qtime=1571771977 etime=0 depend=afterany:1008.mars@mars Resource_List.ncpus=1 Resource_List.nodect=1 Resource_List.place=pack Resource_List.select=1:ncpus=1

% qalter -lwalltime=1:00:00 1009

10/22/2019  12:20:19;a;1009.mars;Resource_List.walltime=1:00:00

% qalter -Wdepend=afterany:1008,afterok:1013 1009

10/22/2019 12:20:19;a;1009.mars;depend=afterany:1008.mars@mars:afterok1013.mars@mars

% qalter -lmin_walltime=1:00 -l max_walltime=1:00:00 1009

10/22/2019 12:22:57;a;1009.mars;Resource_List.min_walltime=00:01:00 Resource_List.max_walltime=01:00:00


OSS Site Map

Project Documentation Main Page

Developer Guide Pages