Update 'computing_htcondor'

Blake Leverington 2022-01-11 16:08:26 +01:00
parent b3f74a6328
commit e6d22bd1fe

@ -25,7 +25,7 @@ should_transfer_files = IF_NEEDED
# Without variable part, output files will be the same for all jobs. # Without variable part, output files will be the same for all jobs.
# That can be confusing. # That can be confusing.
output = output/job.$(ClusterId).$(ProcId).out output = output/job.$(ClusterId).$(ProcId).out
error = ouput/job.$(ClusterId).$(ProcId).err error = output/job.$(ClusterId).$(ProcId).err
log = output/job.$(ClusterId).log log = output/job.$(ClusterId).log
# It is possible apply current environment variables in jobs, with the following # It is possible apply current environment variables in jobs, with the following