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