We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5dfe50 commit becd1c7Copy full SHA for becd1c7
prodtests/full-system-test/dpl-workflow.sh
@@ -227,6 +227,8 @@ if [[ $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
230
+ [[ $RUNTYPE == "PHYSICS" ]] && ALPIDE_ERR_DUMPS=1
231
+
232
EVE_OPT+=" --eve-dds-collection-index 0"
233
MIDDEC_CONFIG+=" --feeId-config-file \"$MID_FEEID_MAP\""
234
if [[ $EXTINPUT == 1 ]] && [[ $GPUTYPE != "CPU" ]] && [[ -z "$GPU_NUM_MEM_REG_CALLBACKS" ]]; then
0 commit comments