ATLAS Offline Software
Variables
checkJobs Namespace Reference

Variables

 runnr = sys.argv[1]
 
 name = sys.argv[2]
 
string prefix = runnr+'/'+name+'/'+'*/*-status.'
 
string 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 24 of file checkJobs.py.

◆ name

checkJobs.name = sys.argv[2]

Definition at line 18 of file checkJobs.py.

◆ prefix

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

Definition at line 19 of file checkJobs.py.

◆ prefixexit

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

Definition at line 20 of file checkJobs.py.

◆ running

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

Definition at line 23 of file checkJobs.py.

◆ runnr

checkJobs.runnr = sys.argv[1]

Definition at line 17 of file checkJobs.py.

◆ submitted

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

Definition at line 22 of file checkJobs.py.