CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Namespaces | Variables
mps_check.py File Reference

Go to the source code of this file.

Namespaces

 mps_check
 

Variables

tuple 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
 
tuple mps_check.columns = line.split()
 
string mps_check.command = eos+' 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
 
string mps_check.eos = '/afs/cern.ch/project/eos/installation/cms/bin/eos.select'
 
tuple mps_check.eoslsoutput = subprocess.check_output(command, stderr=subprocess.STDOUT, shell=True)
 
int mps_check.exceptionCaught = 0
 
string mps_check.farmhost = ' '
 
int mps_check.finished = 0
 
int mps_check.fw8001 = 0
 
tuple mps_check.INFILE = open(eazeLog,'r')
 
int mps_check.insuffPriv = 0
 
int mps_check.ioprob = 0
 
int mps_check.killed = 0
 
tuple mps_check.lib = mpslib.jobdatabase()
 
string mps_check.logZipped = 'no'
 
tuple mps_check.match = re.search(re.compile('This process used .+?(\d+) KSI2K seconds',re.M|re.I), line)
 
tuple mps_check.mem = match.group(1)
 
tuple mps_check.memoryratio = usedPedeMem/(lib.pedeMem/1024.)
 
string mps_check.milleOut = 'milleBinary%03d.dat'
 
int mps_check.mOutSize = 0
 
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
 
tuple mps_check.STDFILE = open(stdOut,'r')
 
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