File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
prodtests/full-system-test Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -224,6 +224,9 @@ has_detector_flp_processing CPV && CPV_INPUT=digits
224224! has_detector_flp_processing TOF && TOF_CONFIG+=" --local-cmp"
225225
226226if [[ $EPNSYNCMODE == 1 ]]; then
227+ # dump raw data in case of GPU crash and set dump directory size limits; files are automatically cleaned by EPN after 60 days
228+ 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;"
229+
227230 EVE_OPT+=" --eve-dds-collection-index 0"
228231 MIDDEC_CONFIG+=" --feeId-config-file \" $MID_FEEID_MAP \" "
229232 if [[ $EXTINPUT == 1 ]] && [[ $GPUTYPE != " CPU" ]] && [[ -z " $GPU_NUM_MEM_REG_CALLBACKS " ]]; then
You can’t perform that action at this time.
0 commit comments