From c614f7216177745ddea1171d7ca0c6e68c378c17 Mon Sep 17 00:00:00 2001 From: shivesh Date: Fri, 8 Mar 2019 13:36:58 -0600 Subject: Fri 8 Mar 13:36:58 CST 2019 --- submitter/sens_dag.py | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) (limited to 'submitter') 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)) -- cgit v1.2.3