On 02/24/2017 08:55 AM, Justin Fisher
wrote:
You'll probably want to set executable = /path/to/script/script1.sh so that the shell script is the command. If you need to run more than one shell script in sequence, perhaps you need to wrap them up into a wrapper shell script. One of the HTCondor developers gave a great talk at HTCondor week last year about using condor_submit trickery to manage large number of file conversions -- perhaps looking at those slides will be helpful: http://research.cs.wisc.edu/htcondor//HTCondorWeek2016/presentations/TueKnoeller_AdvancedSubmit.pdf -greg |