Versions Compared

Key

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

Follows the PBS Pro Design Document Guidelines.

...

  • Errors and Return codes :
    • When the command with the new option executes successfully, the below output is put on the console. With exit code set to 0
             pbs_release_nodes: <sub select string>
    • Cannot be used in conjunction "-a" option. If used so, pbs_release_nodes will print below error along with usage strings.

      pbs_release_nodes: -a and -k options cannot be used together

    • Cannot be used in conjunction with supplying host/vnode list arguments (<vnode> [<vnode> [<vnode>] ...]). If used so, pbs_release_nodes will print below error along with usage strings.

      pbs_release_nodes: cannot supply node list with -k option

    • When the argument string to "-k" option doesn't start with "select=" string
              pbs_release_nodes: only a "select=" string is valid in -k option
    • When the sub select statement supplied contains undefined resources
              pbs_release_nodes: Unknown resource: <undefined res name>
    • <TBD> List For all other Failure scenarios, their return code and error messagesfailures, including non-satisfaction of the sub select string, the below error will get printed
              pbs_release_nodes: Server returned error 15010 for job
  • Accounting Logs :
    • No new accounting logs introduced. See Ref 2. above.

...

  • The "select" string parameter will be passed to "pbs_relnodesjob()" using its "extend" argument which is of type "char * "




...

OSS Site Map

Project Documentation Main Page

...