diff options
| author | shivesh <s.p.mandalia@qmul.ac.uk> | 2019-03-08 13:36:58 -0600 |
|---|---|---|
| committer | shivesh <s.p.mandalia@qmul.ac.uk> | 2019-03-08 13:36:58 -0600 |
| commit | c614f7216177745ddea1171d7ca0c6e68c378c17 (patch) | |
| tree | 159db8cb4a8ad1d39d521d8ecef9e86d36aa671b /submitter | |
| parent | e0df6e7e5aea33c030ed63fe3d3319fcc9072661 (diff) | |
| download | GolemFlavor-c614f7216177745ddea1171d7ca0c6e68c378c17.tar.gz GolemFlavor-c614f7216177745ddea1171d7ca0c6e68c378c17.zip | |
Fri 8 Mar 13:36:58 CST 2019
Diffstat (limited to 'submitter')
| -rw-r--r-- | submitter/sens_dag.py | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/submitter/sens_dag.py b/submitter/sens_dag.py index bfab194..7423d34 100644 --- a/submitter/sens_dag.py +++ b/submitter/sens_dag.py @@ -35,17 +35,18 @@ GLOBAL_PARAMS.update(dict( # MultiNest GLOBAL_PARAMS.update(dict( - # mn_live_points = 1000, - mn_live_points = 500, + mn_live_points = 1000, + # mn_live_points = 500, + # mn_live_points = 300, # mn_tolerance = 0.1, mn_tolerance = 0.3, mn_output = './mnrun' )) # FR -dimension = [6] +# dimension = [6] # dimension = [3, 6] -# dimension = [3, 4, 5, 6, 7, 8] +dimension = [3, 4, 5, 6, 7, 8] GLOBAL_PARAMS.update(dict( threads = 1, binning = '6e4 1e7 20', @@ -84,7 +85,9 @@ outfile = 'dagman_FR_SENS_{0}_{1}_{2}_{3}'.format( # outfile += '_seed2' # outfile += '_tol03' # outfile += '_NULL' -outfile += '_prior' +# outfile += '_prior' +# outfile += '_strictprior' +# outfile += '_noprior' outfile += '.submit' golemfitsourcepath = os.environ['GOLEMSOURCEPATH'] + '/GolemFit' condor_script = golemfitsourcepath + '/scripts/flavour_ratio/submitter/sens_submit.sub' @@ -112,7 +115,9 @@ with open(outfile, 'w') as f: # output += 'seed2/' # output += 'mn_noverlap/' # output += 'tol_03/' - output += 'prior/' + # output += 'prior/' + # output += 'strictprior/' + # output += 'noprior/' for r in xrange(sens_runs): print 'run', r f.write('JOB\tjob{0}\t{1}\n'.format(job_number, condor_script)) |
