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 f2e0f3d commit 12d9066Copy full SHA for 12d9066
prodtests/full-system-test/dpl-workflow.sh
@@ -237,6 +237,8 @@ if [[ $SYNCRAWMODE == 1 ]]; then
237
if [[ $RUNTYPE == "PHYSICS" || $RUNTYPE == "COSMICS" || $RUNTYPE == "TECHNICAL" ]]; then
238
GPU_CONFIG_KEY+="GPU_global.checkFirstTfOrbit=1;"
239
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;"
242
# option for avoinding masking problematic channels from previous calibrations
243
TOF_CONFIG+=" --for-calib"
244
0 commit comments