From 0c8c06806482ece7f69373bbc9c34367dc0dda54 Mon Sep 17 00:00:00 2001 From: Anne Philipp <anne.philipp@univie.ac.at> Date: Thu, 11 Jun 2020 18:07:33 +0200 Subject: [PATCH] corrected new job template name in run script --- Run/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Run/run.sh b/Run/run.sh index efd5b76..1cbe354 100755 --- a/Run/run.sh +++ b/Run/run.sh @@ -37,7 +37,7 @@ AREA=None INPUTDIR=None OUTPUTDIR=None PP_ID=None -JOB_TEMPLATE='job.temp' +JOB_TEMPLATE='jobscript.template' CONTROLFILE='CONTROL_EA5' DEBUG=0 REQUEST=2 -- GitLab