Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Interface 2: qstat output

    • Visibility: Public
    • Change Control: Stable
    • Details: As PBS_MAXSEQNUM changed from 7 to 12 to support 1 trillion sequence id, so all qstat output's header also got changed for all the options (like qstat -n/-s/-st etc). In all the qstat options only change is the space between two fields "Job id" and "Name", increased 5 the count of '-'(hyphen's) between them. Given below the output of qstat command(see below space between "Job id" and "Name" field and also count of '-' in next line).
      • Previous output :
        • Job id            Name             User              Time Use S Queue
          ----------------  ---------------- ----------------  -------- - -----
          1.vision          STDIN            pbsuser1          00:00:00 R workq
      • New output :

...

  • Interface 3: pbs_rstat output

    • Visibility: Public
    • Change Control: Stable
    • Details: As PBS_MAXSEQNUM increased from 7 to 12, so pbs_rstat output header also got changed slightly (increased the 5 count of '-'(hyphen's) at the end of the line).
      • Given below the output of pbs_rstat command.
      • Previous output:

        Resv ID Queue User State Start / Duration / End

        ---------------------------------------------------------------------

        R5.blrpc67 R5 bhagatr@ CO Today 14:00 / 7200 / Today 16:00

      • New output:

        Resv ID Queue User State Start / Duration / End

        -------------------------------------------------------------------------- // added extra '-' here

        R6.blrpc67 R5 bhagatr@ CO Today 17:00 / 7200 / Today 18:00

...