GE
Torque.py is a DIRAC independent class representing Torque batch system. Torque objects are used as backend batch system representation for LocalComputingElement and SSHComputingElement classes
The GE relies on the SubmitOptions parameter to choose the right queue. This should be specified in the Queue description in the CS. e.g.
SubmitOption = -l ct=6000
- class DIRAC.Resources.Computing.BatchSystems.GE.GE
Bases:
object
- getCEStatus(**kwargs)
Get the overall CE status
- getJobOutputFiles(**kwargs)
Get output file names and templates for the specific CE
- getJobStatus(**kwargs)
Get status of the jobs in the given list
- killJob(**kwargs)
Kill jobs in the given list
- submitJob(**kwargs)
Submit nJobs to the condor batch system