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