Go to the source code of this file.
Namespaces | |
mps_fire | |
Functions | |
def | mps_fire.forward_proxy (rundir) |
Variables | |
mps_fire.action | |
mps_fire.args = parser.parse_args(sys.argv[1:]) | |
string | mps_fire.backupCfgPath = Path+'/%s.bak' |
string | mps_fire.backupScriptPath = Path+'/theScript.sh.bak' |
string | mps_fire.cfgPath = Path+'/%s' |
string | mps_fire.command = 'cat ' |
string | mps_fire.curJobName = 'm' |
mps_fire.default | |
mps_fire.dest | |
mps_fire.help | |
mps_fire.i = lib.nJobs | |
string | mps_fire.inCfgPath = theJobData+'/' |
mps_fire.int | |
int | mps_fire.jobNumFrom1 = i+1 |
mps_fire.lib = mpslib.jobdatabase() | |
mps_fire.match = re.search('Job <(\d+)> is submitted', result) | |
mps_fire.maxJobs | |
mps_fire.mergeCfg = subprocess.check_output(command, stderr=subprocess.STDOUT, shell=True) | |
bool | mps_fire.mergeOK = True |
mps_fire.nargs | |
mps_fire.nMerge = i-lib.nJobs | |
int | mps_fire.nSub = 0 |
mps_fire.parser | |
string | mps_fire.Path = '%s/%s' |
mps_fire.queue = resources | |
mps_fire.resources = lib.get_class('mille') | |
mps_fire.result | |
string | mps_fire.scriptPath = Path+'/theScript.sh' |
string | mps_fire.submission = 'bsub -J %s %s %s/%s/theScript.sh' |
mps_fire.theJobData = os.path.join(os.getcwd(), "jobData") | |
string | mps_fire.theJobName = 'mpalign' |
mps_fire.type | |
mps_fire.weight_conf = cPickle.load(f) | |