The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "dist:Slurm-Sacctmgr PAYERLE"

Slurm::Sacctmgr - Perl wrapper to sacctmgr command River stage zero No dependents

These provide wrappers to the Slurm sacctmgr command. Basically, it allows access to the Slurm sacctmgr command from within Perl. Forks and pipes are used so no new shell is spawned (and shell expansion is not handled) for increased safety. Although ...

PAYERLE/Slurm-Sacctmgr-1.1.0 - 10 Jun 2016 20:45:28 UTC

Slurm::Sacctmgr::User River stage zero No dependents

Represents a User entity in Slurm::Sacctmgr. Together with an instance of Slurm::Sacctmgr, this class allows one to issue commands to the Slurm sacctmgr command to add, delete, list, show, and modify sacctmgr entities of type "user". The Slurm::Sacct...

PAYERLE/Slurm-Sacctmgr-1.1.0 - 10 Jun 2016 20:45:28 UTC

Slurm::Sacctmgr::Qos River stage zero No dependents

Represents a Qos entity in Slurm::Sacctmgr. Together with an instance of Slurm::Sacctmgr, this class allows one to issue commands to the Slurm sacctmgr command to add, delete, list, show, and modify sacctmgr entities of type "qos". The Slurm::Sacctmg...

PAYERLE/Slurm-Sacctmgr-1.1.0 - 10 Jun 2016 20:45:28 UTC

Slurm::Sacctmgr::Event River stage zero No dependents

Represents a Event entity in Slurm::Sacctmgr. Together with an instance of Slurm::Sacctmgr, this class allows one to issue commands to the Slurm sacctmgr command to list or show sacctmgr entities of type "event". The Slurm::Sacctmgr class provides a ...

PAYERLE/Slurm-Sacctmgr-1.1.0 - 10 Jun 2016 20:45:28 UTC

Slurm::Sacctmgr::WCKey River stage zero No dependents

Represents a WCKey entity in Slurm::Sacctmgr. Together with an instance of Slurm::Sacctmgr, this class allows one to issue commands to the Slurm sacctmgr command to list or show sacctmgr entities of type "wckey". The Slurm::Sacctmgr class provides a ...

PAYERLE/Slurm-Sacctmgr-1.1.0 - 10 Jun 2016 20:45:28 UTC

Slurm::Sacctmgr::Cluster River stage zero No dependents

Represents a Cluster entity in Slurm::Sacctmgr. Together with an instance of Slurm::Sacctmgr, this class allows one to issue commands to the Slurm sacctmgr command to add, delete, list, show, and modify sacctmgr entities of type "cluster". The Slurm:...

PAYERLE/Slurm-Sacctmgr-1.1.0 - 10 Jun 2016 20:45:28 UTC

Slurm::Sacctmgr::Resource River stage zero No dependents

Represents a Resource entity in Slurm::Sacctmgr. Together with an instance of Slurm::Sacctmgr, this class allows one to issue commands to the Slurm sacctmgr command to add, delete, list, show, and modify sacctmgr entities of type "resource". The Slur...

PAYERLE/Slurm-Sacctmgr-1.1.0 - 10 Jun 2016 20:45:28 UTC

lib/Slurm/Sacctmgr/Tres.pm River stage zero No dependents

Represents a Trackable Resource (TRES) entity in Slurm::Sacctmgr. Together with an instance of Slurm::Sacctmgr, this class allows one to issue commands to the Slurm sacctmgr command to list or show sacctmgr entities of type "TRES". The Slurm::Sacctmg...

PAYERLE/Slurm-Sacctmgr-1.1.0 - 10 Jun 2016 20:45:28 UTC

lib/Slurm/Sacctmgr/Account.pm River stage zero No dependents

Represents a Account entity in Slurm::Sacctmgr. Together with an instance of Slurm::Sacctmgr, this class allows one to issue commands to the Slurm sacctmgr command to add, delete, list, show, and modify sacctmgr entities of type "account". The Slurm:...

PAYERLE/Slurm-Sacctmgr-1.1.0 - 10 Jun 2016 20:45:28 UTC

Slurm::Sacctmgr::EntityBase River stage zero No dependents

This is the base class for entities managed by sacctmgr. It provides common constructors, etc. Child classes should overload the following methods to customize behavior: _ro_fields Should return a list ref of the names of the read-only fields for thi...

PAYERLE/Slurm-Sacctmgr-1.1.0 - 10 Jun 2016 20:45:28 UTC

Slurm::Sacctmgr::Transaction River stage zero No dependents

Represents a Transaction entity in Slurm::Sacctmgr. Together with an instance of Slurm::Sacctmgr, this class allows one to issue commands to the Slurm sacctmgr command to list or show sacctmgr entities of type "transaction". The Slurm::Sacctmgr class...

PAYERLE/Slurm-Sacctmgr-1.1.0 - 10 Jun 2016 20:45:28 UTC

Slurm::Sacctmgr::Association River stage zero No dependents

Represents a Association entity in Slurm::Sacctmgr. Together with an instance of Slurm::Sacctmgr, this class allows one to issue commands to the Slurm sacctmgr command list or show entities of type "association". The Slurm::Sacctmgr class provides a ...

PAYERLE/Slurm-Sacctmgr-1.1.0 - 10 Jun 2016 20:45:28 UTC

Slurm::Sacctmgr::EntityBaseRW River stage zero No dependents

This is the base class for entities managed by sacctmgr, for entities which support the full set of read/write commands, i.e. can do all of add (i.e. inherits from Slurm::Sacctmgr::EntityBaseAddDel ) delete (i.e. inherits from Slurm::Sacctmgr::Entity...

PAYERLE/Slurm-Sacctmgr-1.1.0 - 10 Jun 2016 20:45:28 UTC

Slurm::Sacctmgr::EntityBaseAddDel River stage zero No dependents

This is the base class for entities managed by sacctmgr, for entities which can be use the "add" and "delete" commands. It provides the sacctmgr_add and sacctmgr_del methods. The heavy lifting is actually done by Slurm::Sacctmgr::EntityBase. This is ...

PAYERLE/Slurm-Sacctmgr-1.1.0 - 10 Jun 2016 20:45:28 UTC

Slurm::Sacctmgr::EntityBaseListable River stage zero No dependents

This is the base class for entities managed by sacctmgr, for entities which can be listed with the "list" or "show" commands. It provides the sacctmgr_list method. The heavy liting is actually done by Slurm::Sacctmgr::EntityBase. See Slurm::Sacctmgr:...

PAYERLE/Slurm-Sacctmgr-1.1.0 - 10 Jun 2016 20:45:28 UTC

Slurm::Sacctmgr::EntityBaseModifiable River stage zero No dependents

This is the base class for entities managed by sacctmgr, for entities which can be use the "modify" commands. It provides the sacctmgr_add and sacctmgr_del methods. The heavy liting is actually done by Slurm::Sacctmgr::EntityBase. See Slurm::Sacctmgr...

PAYERLE/Slurm-Sacctmgr-1.1.0 - 10 Jun 2016 20:45:28 UTC
16 results (0.046 seconds)