ATLAS Offline Software
Loading...
Searching...
No Matches
checkJobs.py File Reference

Go to the source code of this file.

Namespaces

namespace  checkJobs

Variables

 checkJobs.runnr = sys.argv[1]
 checkJobs.name = sys.argv[2]
str checkJobs.prefix = runnr+'/'+name+'/'+'*/*-status.'
str 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'))