Skip to content

Commit ef6b981

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

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
@@ -145,6 +145,8 @@ if [[ $SYNCMODE == 1 ]]; then
145145
fi
146146
fi
147147
GPU_CONFIG_KEY+="GPU_global.synchronousProcessing=1;GPU_proc.clearO2OutputFromGPU=1;"
148+
# dump raw data in case of GPU crash and set dump directory size limits; files are automatically cleaned by EPN after 60 days
149+
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;"
148150
has_processing_step TPC_DEDX && GPU_CONFIG_KEY+="GPU_global.rundEdx=1;"
149151
has_detector ITS && TRD_FILTER_CONFIG+=" --filter-trigrec"
150152
else

0 commit comments

Comments
 (0)