# analysis.sub # # Condor submit description file for Q Pipeline analysis # Shourov K. Chatterji # shourov@ligo.mit.edu # $Id: analysis.sub,v 1.1 2006/10/05 20:53:12 shourov Exp $ # condor universe universe = vanilla # working directory initialdir = . # output directory outputdir = ////// # parameters file parameters = parameters.txt # frame cache file framecache = framecache.txt # standard input input = /dev/null # standard output output = log/stdout/stdout_$(start)-$(stop).txt # standard error error = log/stderr/stderr_$(start)-$(stop).txt # condor log file log = ///////analysis.dag.log # name of executable executable = # command line arguments arguments = $(start) $(stop) $(parameters) $(framecache) $(outputdir) # pass evironment variables getenv = True # email notification notification = never # prevent core dumps coresize = 0 # queue the job queue 1