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

Re: [HTCondor-users] HTCondor "executable" DOS batch file - while jobs in the queue can the batch file be changed?



On 04/03/2018 10:19 AM, Michael Pelletier wrote:
The executable and input transfers are grabbed at job startup. This has posed a bit of a problem in some of our cases with JAR files and input data when the users are actively building multiple scenarios with hours worth of Monte Carlos each.

The condor_submit -spool option, or the submit file directive "copy_to_spool" can direct condor to copy input sandbox or just the executable to the condor spool directory at submit time, if you don't want the default behavior.

-greg