From e6d22bd1fe2248654342906df6e7b703ac02bc38 Mon Sep 17 00:00:00 2001 From: Blake Leverington Date: Tue, 11 Jan 2022 16:08:26 +0100 Subject: [PATCH] Update 'computing_htcondor' --- computing_htcondor.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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