[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [HTCondor-users] prepare job hook anyone?



# condor_config_val -dump | grep -i blast
BLASTSEARCH_HOOK_PREPARE_JOB = /bin/sh -c "cat > /dev/null ; exit 0"
	I don't know anything about the job hook code, but I'd be 
astonished if this worked anywhere else HTCondor allows you to specify an 
executable.  Try specifying a single, specific file instead.  (Note that 
the manual defines <Keyword>_HOOK_PREPARE_JOB as "the full path to the 
program invoked by the condor_starter before it runs the job".  This is, 
the full path and nothing else.)
- Todd