ATLAS Offline Software
Namespaces | Variables
checkJobs.py File Reference

Go to the source code of this file.

Namespaces

 checkJobs
 

Variables

 checkJobs.runnr = sys.argv[1]
 
 checkJobs.name = sys.argv[2]
 
string checkJobs.prefix = runnr+'/'+name+'/'+'*/*-status.'
 
string checkJobs.prefixexit = runnr+'/'+name+'/'+'*/*-exit.'
 
 checkJobs.submitted = len(glob.glob(prefix+'SUBMITTED'))
 
 checkJobs.running = len(glob.glob(prefix+'RUNNING'))
 
 checkJobs.completed = len(glob.glob(prefix+'COMPLETED'))