Skip to content

Commit 4cad8ee

Browse files
authored
Merge 12d9066 into sapling-pr-archive-ehellbar
2 parents fad5439 + 12d9066 commit 4cad8ee

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

prodtests/full-system-test/dpl-workflow.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,8 @@ if [[ $SYNCRAWMODE == 1 ]]; then
239239
if [[ $RUNTYPE == "PHYSICS" || $RUNTYPE == "COSMICS" || $RUNTYPE == "TECHNICAL" ]]; then
240240
GPU_CONFIG_KEY+="GPU_global.checkFirstTfOrbit=1;"
241241
fi
242+
# dump raw data in case of GPU crash and set dump directory size limits; files are automatically cleaned by EPN after 60 days
243+
GPU_CONFIG_KEY+="GPU_proc.debugOnFailure=1;GPU_proc.debugOnFailureDirectory=/data/tf/debug;GPU_proc.debugOnFailureMaxFiles=1000;GPU_proc.debugOnFailureMaxSize=500;GPU_proc.debugOnFailureSignalMask=2240;"
242244
# option for avoinding masking problematic channels from previous calibrations
243245
TOF_CONFIG+=" --for-calib"
244246
fi

0 commit comments

Comments
 (0)