wiki:TorqueUsage

Version 2 (modified by anonymous, 18 years ago) (diff)

--

Usage

In the pbs_python package the are two modules:

pbs
This python module wraps all the C-functions that are defined in pbs_ifl.h header file. The function names in the module are the same as for C.
PBSQuery
This is a python module build on top of the pbs python module. It can only be used for query purposes, eg: how many jobs, how many nodes, etc ..

PBS python module

As already mentioned this module

PBSQuery python module