Welcome to pyloadl’s documentation!

Contents:

Pyloadl initialiser

pyloadl.PyCObjValid()

Check if the returned wrapped LL_element object is NULL

Parameters:query_element (Pointer) – LL_element returned by ll_query
Return type:int. The return code:
0 -- no data exists
1 -- data exists
pyloadl.ll_move_spool()

Moves the job records from the spool of one managing spool to another managing schedd in the local cluster

Parameters:
  • Scheduler (String) – Hostname of the scheduler which will receive the job queue from the current machine
  • Directory (String) – Spool directory containing the job queue to be moved
Return type:

int. The return code:

0 -- success
!0 -- represent error condition

Pointer. ll_error object, pass this to ll_error function to receive an error string

Indices and tables

Table Of Contents

This Page