Skip to content

Commit becd1c7

Browse files
committed
dpl-workflow.sh: enable ALPIDE_ERR_DUMPS by default in online physics runs
1 parent b5dfe50 commit becd1c7

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
@@ -227,6 +227,8 @@ if [[ $EPNSYNCMODE == 1 ]]; then
227227
# dump raw data in case of GPU crash and set dump directory size limits; files are automatically cleaned by EPN after 60 days
228228
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;"
229229

230+
[[ $RUNTYPE == "PHYSICS" ]] && ALPIDE_ERR_DUMPS=1
231+
230232
EVE_OPT+=" --eve-dds-collection-index 0"
231233
MIDDEC_CONFIG+=" --feeId-config-file \"$MID_FEEID_MAP\""
232234
if [[ $EXTINPUT == 1 ]] && [[ $GPUTYPE != "CPU" ]] && [[ -z "$GPU_NUM_MEM_REG_CALLBACKS" ]]; then

0 commit comments

Comments
 (0)