Go to the source code of this file.
Namespaces | |
mps_update | |
Variables | |
mps_update.bjobs = subprocess.check_output('bjobs -l', stderr=subprocess.STDOUT, shell=True) | |
int | mps_update.cputime = 0 |
mps_update.diff = cputime-lib.JOBRUNTIME[theIndex] | |
string | mps_update.disabled = '' |
list | mps_update.FLAG = [] |
mps_update.jobid = int(match.group(1)) | |
mps_update.lib = mpslib.jobdatabase() | |
mps_update.match = re.search('Job<(\d+?)>,', line) | |
mps_update.results = bjobs.split('-----------------------') | |
mps_update.status = match.group(1) | |
int | mps_update.submittedjobs = 0 |
string | mps_update.theBatchDirectory = 'LSFJOB_' |
int | mps_update.theIndex = -1 |