Grant PBS Manager and Operator privileges, specify whether users can query the status of jobs owned by another user, and specify
how usernames are treated across all machines in a HPC cluster.
The real-time dashboard in Control (currently in preview release stage), provides live data in a single page to view
several aspects about the overall operation of a cluster.
Configure How Often to Restart the Python Interpreter
Determine when the Python Interpreter should be restarted.
PBS keeps track of the number of hooks serviced, the number of objects created, and
the time since the Python interpreter was last restarted. You can set a limits for
these attributes to control how often the Python interpreter is restarted.
Click the Configure tab.
Choose the HPC to configure.
Click Hooks from the PBS Professional menu located on
the left-hand side of the web page.
Click located to the right of Max Hook Runs
Before Python Restart.
For Max Hook Runs Before Python Restart, enter the maximum number of hooks to
be serviced before the Python interpreter is restarted.
If this number is exceeded and the time limit set for Python Restart Interval
has elapsed, the Python interpreter is restarted. Default is 100.
Click to save the change.
Click located to the right of Max Objects Before Python
Restart.
For Max Objects Before Python Restart, enter the maximum number of objects to
be created before the Python interpreter is restarted.
If this number is exceeded and the time limit set for Python Restart Interval
has elapsed, the Python interpreter is restarted. Default is 1000.
Click to save the change.
Click located to the right of Python Restart
Interval.
For Python Restart Interval, enter the minimum time interval before the Python
interpreter is restarted.
If this interval has elapsed, and either the maximum number of hooks to be
serviced (Max Hook Runs Before Python Restart) has been exceeded or the maximum
number of objects to be created (Max Objects Before Python Restart) has been
exceeded, the Python interpreter is restarted.
The duration can be entered as an integer in seconds or in the format:
[[HH:]MM:]SS. Default is 30 seconds.