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

restoring condor_setup.sh

git-svn-id: https://svn.ligo.caltech.edu/svn/bayeswave/trunk@35 c56465c9-8126-4a4f-9d7d-ac845eff4865
parent bddfbc67
No related branches found
No related tags found
No related merge requests found
gps=$1
dirname=job_${gps}
sedstr=s/GPS/${gps}/g
mkdir job_${gps}
sed $sedstr submit.template > ${dirname}/submit.txt
cp doit.sh ${dirname}/doit.sh
#-- Can also submit job right here!
cd $dirname
condor_submit submit.txt
\ No newline at end of file
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