Skip to content

Commit 99eac0d

Browse files
chiarazampolliBenedikt Volkel
authored andcommitted
To enable DPL REPORT PROCESSING from JDL
1 parent 924d203 commit 99eac0d

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

DATA/production/configurations/asyncReco/async_pass.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,12 @@ else
287287
INPUT_TYPE=CTF
288288
fi
289289

290+
# enabling time reporting
291+
if [[ -n $ALIEN_JDL_DPLREPORTPROCESSING ]]; then
292+
export DPL_REPORT_PROCESSING=$ALIEN_JDL_DPLREPORTPROCESSING
293+
fi
294+
295+
# defining whether to keep files
290296
if [[ -n $ALIEN_JDL_PACKAGES ]]; then # if we have this env variable, it means that we are running on the grid
291297
# JDL can set the permille to keep; otherwise we use 2
292298
if [[ ! -z "$ALIEN_JDL_NKEEP" ]]; then export NKEEP=$ALIEN_JDL_NKEEP; else NKEEP=2; fi

0 commit comments

Comments
 (0)