Skip to content

Commit bed6fdd

Browse files
committed
Do not unset ARGS_EXTRA_PROCESS_o2_ctf_reader_workflow
As it prevents passing extra options, like the limit on the N TFs to process
1 parent 0cb96a4 commit bed6fdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DATA/production/configurations/asyncReco/setenv_extra.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ echo "WORKFLOW_DETECTORS_EXCLUDE = $WORKFLOW_DETECTORS_EXCLUDE"
8282

8383
# ad-hoc settings for CTF reader: we are on the grid, we read the files remotely
8484
echo -e "\nProcessing mode = ${MODE}"
85-
unset ARGS_EXTRA_PROCESS_o2_ctf_reader_workflow
85+
#unset ARGS_EXTRA_PROCESS_o2_ctf_reader_workflow
8686

8787
if [[ $MODE == "remote" ]]; then
8888
if [[ $ALIEN_JDL_REMOTEREADING != 1 ]]; then

0 commit comments

Comments
 (0)