Skip to content

Commit 3b0daac

Browse files
benedikt-voelkelsawenzel
authored andcommitted
grid_submit.sh, use correct spec name for error output
1 parent 34ffebd commit 3b0daac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GRID/utils/grid_submit.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ TTL=${JOBTTL};
356356
EOF
357357
echo "Output = {"${OUTPUTSPEC:-\"logs*.zip@disk=1\",\"AO2D.root@disk=1\"}"};" >> "${MY_JOBNAMEDATE}.jdl" # add output spec
358358
echo "Packages = {"${PACKAGESPEC}"};" >> "${MY_JOBNAMEDATE}.jdl" # add package spec
359-
[ $ERROROUTPUTSPEC ] && echo "ErrorOutput = {"${ERROROUTPUTSPEC}"};" >> "${MY_JOBNAMEDATE}.jdl" # add error output files
359+
[ $ERROROUTPUTSPEC ] && echo "OutputErrorE = {"${ERROROUTPUTSPEC}"};" >> "${MY_JOBNAMEDATE}.jdl" # add error output files
360360
[ $IMAGESPEC ] && echo "DebugTag = {\"${IMAGESPEC}\"};" >> "${MY_JOBNAMEDATE}.jdl" # use special singularity image to run job
361361

362362
# "output_arch.zip:output/*@disk=2",

0 commit comments

Comments
 (0)