CMS 3D CMS Logo

Namespaces | Variables
mps_check.py File Reference

Go to the source code of this file.

Namespaces

 mps_check
 

Variables

 mps_check.array = line.split()
 
int mps_check.batchExited = 0
 
int mps_check.batchSuccess = 0
 
int mps_check.cfgerr = 0
 
int mps_check.cmdNotFound = 0
 
 mps_check.columns = line.split()
 
string mps_check.command = ' ls -l '
 
float mps_check.cpuFactor = 2.125
 
int mps_check.cputime = -1
 
string mps_check.disabled = ""
 
string mps_check.eazeLog = 'jobData/'
 
int mps_check.emptyDatErr = 0
 
int mps_check.emptyDatOnFarm = 0
 
int mps_check.endofjob = 0
 
int mps_check.eofile = 1
 
 mps_check.eoslsoutput = subprocess.check_output(command, stderr=subprocess.STDOUT, shell=True).split('\n')
 
int mps_check.exceptionCaught = 0
 
string mps_check.farmhost = ' '
 
int mps_check.finished = 0
 
int mps_check.fw8001 = 0
 
int mps_check.insuffPriv = 0
 
int mps_check.ioprob = 0
 
int mps_check.killed = 0
 
 mps_check.lib = mpslib.jobdatabase()
 
string mps_check.logZipped = 'no'
 
 mps_check.match = re.search(re.compile('This process used .+?(\d+) KSI2K seconds',re.M|re.I), line)
 
 mps_check.mem = match.group(1)
 
 mps_check.memoryratio = usedPedeMem/(lib.pedeMem/1024.)
 
string mps_check.milleOut = 'milleBinary%03d.dat'
 
int mps_check.mOutSize = 0
 
tuple mps_check.msg
 
int mps_check.nEvent = 0
 
string mps_check.okStatus = 'OK'
 
int mps_check.pedeAbend = 0
 
int mps_check.pedeLogErr = 0
 
string mps_check.pedeLogErrStr = ""
 
int mps_check.pedeLogWrn = 0
 
string mps_check.pedeLogWrnStr = ""
 
int mps_check.quota = 0
 
int mps_check.quotaspace = 0
 
string mps_check.remark = ""
 
int mps_check.rfioerr = 0
 
int mps_check.segviol = 0
 
string mps_check.stdOut = 'jobData/'
 
int mps_check.timel = 0
 
int mps_check.timeout = 0
 
int mps_check.tooManyTracks = 0
 
int mps_check.usedPedeMem = 0