test
CMS 3D CMS Logo

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

Go to the source code of this file.

Namespaces

 mps_fire
 

Variables

string mps_fire.action = "store_true"
 
tuple 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'
 
string mps_fire.help = "number of Mille jobs to be submitted (default: %(default)d)"
 
 mps_fire.i = lib.nJobs
 
string mps_fire.inCfgPath = theJobData+'/'
 
int mps_fire.jobNumFrom1 = i+1
 
tuple mps_fire.lib = mpslib.jobdatabase()
 
tuple mps_fire.match = re.search('Job <(\d+)> is submitted', result)
 
tuple mps_fire.mergeCfg = subprocess.check_output(command, stderr=subprocess.STDOUT, shell=True)
 
 mps_fire.mergeOK = True
 
 mps_fire.nMerge = i-lib.nJobs
 
int mps_fire.nSub = 0
 
tuple mps_fire.parser
 
string mps_fire.Path = '%s/%s'
 
 mps_fire.queue = resources
 
tuple mps_fire.resources = lib.get_class('mille')
 
tuple mps_fire.result = subprocess.check_output(submission, stderr=subprocess.STDOUT, shell=True)
 
string mps_fire.scriptPath = Path+'/theScript.sh'
 
string mps_fire.submission = 'bsub -J %s %s %s/%s/theScript.sh'
 
tuple mps_fire.theJobData = os.path.join(os.getcwd(), "jobData")
 
string mps_fire.theJobName = 'mpalign'