Skip to content
Snippets Groups Projects
Commit cfabb8eb authored by Jonah Kanner's avatar Jonah Kanner :nerd:
Browse files

clean up to mdc_setup.py

git-svn-id: https://svn.ligo.caltech.edu/svn/bayeswave/branches/condor_compile@101 c56465c9-8126-4a4f-9d7d-ac845eff4865
parent 8f7a9197
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,6 @@
# Example Condor setup script for BWB
# 2014, Jonah Kanner
# ----------------------------------
import os
import numpy as np
import subprocess
......@@ -43,40 +42,6 @@ bwbargsfmt = """--ifo H1 --H1-flow 40 --H1-channel H1:LDAS-STRAIN \
# ---------------------------------
# -- Define templates for run files
# ---------------------------------
doit_str = """#! /bin/sh
source /home/jkanner/.bashrc.mine
cd {top}
gps={gps}
intgps={intgps}
start=`expr $intgps - 100`
end=`expr $intgps + 100`
export LIGO_DATAFIND_SERVER=10.14.20.73:80
# Create Cache files
ligo_data_find --observatory H --type H1_LDAS_C02_L2 -s $start -e $end --lal-cache | grep file > H.cache
# ligo_data_find --observatory H --type BRST_S6 -s $start -e $end --lal-cache | grep file > Hmdc.cache
ligo_data_find --observatory L --type L1_LDAS_C02_L2 -s $start -e $end --lal-cache | grep file > L.cache
#ligo_data_find --observatory L --type BRST_S6 -s $start -e $end --lal-cache | grep file > Lmdc.cache
# ligo_data_find --observatory V --type HrecOnline -s $start -e $end --lal-cache | grep file > V.cache
#ligo_data_find --observatory V --type BRST_S6 -s $start -e $end --lal-cache | grep file > Vmdc.cache
# --V1-channel V1:h_16384Hz
# --MDC-channel V1:GW-H16K
# tar -cf chains.tar chains
# tar -cf waveforms.tar waveforms
# tar -cf snr.tar snr
"""
submit_str = """
executable={bwb}
universe=standard
......@@ -132,13 +97,6 @@ for waveform in waveformList:
dagfile.write("cd {0}\n".format(trigdir))
dagfile.write("condor_submit submit.txt\n\n")
# doitfile = open( os.path.join(trigdir, 'doit.sh'), 'w')
# doitfile.write(doit_str.format(top=trigdir, cachefile=mdccache, scale=scale, mdclog=mdclog))
# doitfile.close()
#jobname = "{0}_{1}_{2}".format(waveform, scale, int(float(trig)))
#dagfile.write("JOB {0} {1} \n".format(jobname, submitname))
#dagfile.write("RETRY {0} 1\n\n".format(jobname))
dagfile.close()
print "Thank you, come again"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment