ATLAS Offline Software
Loading...
Searching...
No Matches
checkJobs Namespace Reference

Variables

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

Variable Documentation

◆ completed

checkJobs.completed = len(glob.glob(prefix+'COMPLETED'))

Definition at line 23 of file checkJobs.py.

◆ name

checkJobs.name = sys.argv[2]

Definition at line 17 of file checkJobs.py.

◆ prefix

str checkJobs.prefix = runnr+'/'+name+'/'+'*/*-status.'

Definition at line 18 of file checkJobs.py.

◆ prefixexit

str checkJobs.prefixexit = runnr+'/'+name+'/'+'*/*-exit.'

Definition at line 19 of file checkJobs.py.

◆ running

checkJobs.running = len(glob.glob(prefix+'RUNNING'))

Definition at line 22 of file checkJobs.py.

◆ runnr

checkJobs.runnr = sys.argv[1]

Definition at line 16 of file checkJobs.py.

◆ submitted

checkJobs.submitted = len(glob.glob(prefix+'SUBMITTED'))

Definition at line 21 of file checkJobs.py.