Skip to content
Snippets Groups Projects
Commit 3abfc29a authored by Francesco Pannarale's avatar Francesco Pannarale
Browse files

Adding a python script to postprocess jobs on condor

git-svn-id: https://svn.ligo.caltech.edu/svn/bayeswave/trunk@90 c56465c9-8126-4a4f-9d7d-ac845eff4865
parent e7880098
No related branches found
No related tags found
No related merge requests found
......@@ -2,8 +2,8 @@
# Get path of BayesWaveBurst to figure out where the postprocessing scripts are
pathtoBWB=$(which BayesWaveBurst)
# This is the path to the job we want to analyze
fulldirname="$1"
# The argument for this script is the path to the job we want to analyze
dirname=$1
if [ -s "$pathtoBWB" ] ; then
pathtoBWB=${pathtoBWB%src*}
......
......@@ -2,7 +2,7 @@ INCDIR = #/Users/tyson/lscsoft/master/include /opt/local/include
LIBDIR = #/Users/tyson/lscsoft/master/lib /opt/local/lib
LIBS = lalburst lalsupport lalframe lalinference lalinspiral lalpulsar lalmetaio lalsimulation metaio lal gsl fftw3 fftw3f m
CCFLAGS = -Wall -g -std=gnu99
CCFLAGS = -Wall -g -std=gnu99 -O3 -pedantic
OBJS = Subroutines.o BayesLine.o
......
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