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.
2 parents fad5439 + 12d9066 commit 4cad8eeCopy full SHA for 4cad8ee
prodtests/full-system-test/dpl-workflow.sh
@@ -239,6 +239,8 @@ if [[ $SYNCRAWMODE == 1 ]]; then
239
if [[ $RUNTYPE == "PHYSICS" || $RUNTYPE == "COSMICS" || $RUNTYPE == "TECHNICAL" ]]; then
240
GPU_CONFIG_KEY+="GPU_global.checkFirstTfOrbit=1;"
241
fi
242
+ # dump raw data in case of GPU crash and set dump directory size limits; files are automatically cleaned by EPN after 60 days
243
+ 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;"
244
# option for avoinding masking problematic channels from previous calibrations
245
TOF_CONFIG+=" --for-calib"
246
0 commit comments