OAR

OAR.py is a DIRAC independent class representing OAR batch system. OAR objects are used as backend batch system representation for LocalComputingElement and SSHComputingElement classes

class DIRAC.Resources.Computing.BatchSystems.OAR.OAR

Bases: object

getCEStatus(**kwargs)

Get the overall status of the CE

getJobStatus(**kwargs)

Get status of the jobs in the given list

killJob(**kwargs)

Delete a job from OAR batch scheduler. Input: list of jobs output: int

submitJob(**kwargs)

Submit nJobs to the OAR batch system