PBS::rm.3pm

Langue: en

Autres versions - même langue

Version: 2005-11-04 (fedora - 01/12/10)

Section: 3 (Bibliothèques de fonctions)

NAME

PBS::rm - Perl extension for PBS's Resource Manager

SYNOPSIS

   use PBS::rm;
 
   $con=openrm("nodename",$PBS::PBS_MANAGER_SERVICE_PORT);
   addreq($con, "loadave");
   print getreq($con);
 
 

ABSTRACT

Perl wrapper extension for PBS's Resource Manager (as from OpenPBS or Torque). This allows you to retrieve various info about your nodes, configure the RM, etc. from Perl.

DESCRIPTION

Perl wrapper extension for PBS's Resource Manager. The API is exactly the same as the original C API. See the dumpmom script in the demos directory.

EXPORT

None by default.

Exportable tags include: openrm closerm downrm configrm addreq allreq etreq flushreq activereq fullresp.

SEE ALSO

The dumpmom script in the demos directory. The PBS ERS.

AUTHOR

Garrick Staples, <garrick@usc.edu> Copyright 2004, 2005 by Garrick Staples

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.