Skip to content

Commit 12d9066

Browse files
committed
dpl-workflow.sh: dump raw data for GPU crashes by default in online
1 parent f2e0f3d commit 12d9066

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
@@ -237,6 +237,8 @@ if [[ $SYNCRAWMODE == 1 ]]; then
237237
if [[ $RUNTYPE == "PHYSICS" || $RUNTYPE == "COSMICS" || $RUNTYPE == "TECHNICAL" ]]; then
238238
GPU_CONFIG_KEY+="GPU_global.checkFirstTfOrbit=1;"
239239
fi
240+
# dump raw data in case of GPU crash and set dump directory size limits; files are automatically cleaned by EPN after 60 days
241+
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;"
240242
# option for avoinding masking problematic channels from previous calibrations
241243
TOF_CONFIG+=" --for-calib"
242244
fi

0 commit comments

Comments
 (0)