Versions Compared

Key

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

...

  • Interface 1: soft_walltime resource

    • Change Control: Stable
    • Permissions: Write: Manager Read: Everyone
    • Details:
      • Using this resource the admin can set an estimate for how long the job will run.  This will be used by the scheduler for the job's duration.  The job will not be killed if it exceeds the estimate.
      • Since Resource_List.soft_walltime can only be set by a manager, it will likely be set via a queuejob hook or resources_default.
      • If soft_walltime is requested, it will be rejected with the following error message: qsub: "Cannot set attribute, read only or insufficient permission  Resource_List.soft_walltime" or PBSE_ATTRRO (15003) from the API.
  • Interface 2: New PBS error message 
    • Change Control: Stable
    • Details
      • An attempt to combine STF jobs submitted with soft_walltime will be rejected with the error message: "soft_walltime is not supported with Shrink to Fit jobs" or  PBSE_SOFTWT_STF (15178 - likely to change during development) from the API

...