PBS::rpp.3pm

Langue: en

Autres versions - même langue

Version: 2004-10-11 (fedora - 01/12/10)

Section: 3 (Bibliothèques de fonctions)

NAME

PBS::rpp - Perl extension for PBS's RPP protocol

SYNOPSIS

   use PBS::rpp;
 
 

ABSTRACT

Perl wrapper extension for PBS's RPP protocol (as from OpenPBS or Torque).

DESCRIPTION

Perl wrapper extension for PBS's RPP protocol. The API is exactly the same as the original C API.

RPP is the network protocol used by PBS for inter-mom communication. The author of perl-PBS doesn't know anything about the protocol, how to use it, or how to test it. This module was generated automatically by swig and can load without erroring. Caveat Emptor.

Please send bug and success reports!

The PBS::rm module uses routines exported by this module.

EXPORT

None by default.

Exportable tags include: rpp_open rpp_bind rpp_poll rpp_io rpp_read
               rpp_write rpp_close rpp_getaddr rpp_flush rpp_shutdown
               rpp_terminate rpp_rcommit rpp_wcommit rpp_skip rpp_eom
               rpp_getc rpp_putc netaddr crc rpp_fd rpp_dbprt rpp_retry

SEE ALSO

The PBS ERS.

AUTHOR

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

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