File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -154,27 +154,27 @@ for STAGE in $STAGES; do
154154
155155 ARGS_ALL=" --session default"
156156 DICTCREATION=" "
157+ export WORKFLOW_PARAMETERS=
157158 if [[ " $STAGE " = " WITHGPU" ]]; then
158159 export CREATECTFDICT=0
159160 export GPUTYPE=CUDA
160161 export HOSTMEMSIZE=1000000000
161162 export SYNCMODE=1
162163 export CTFINPUT=0
163- export SAVECTF=0
164164 elif [[ " $STAGE " = " ASYNC" ]]; then
165165 export CREATECTFDICT=0
166166 export GPUTYPE=CPU
167167 export SYNCMODE=0
168168 export HOSTMEMSIZE=$TPCTRACKERSCRATCHMEMORY
169169 export CTFINPUT=1
170- export SAVECTF=0
170+ export WORKFLOW_PARAMETERS= " ${WORKFLOW_PARAMETERS} ,AOD "
171171 else
172172 export CREATECTFDICT=$SYNCMODEDOCTFDICT
173173 export GPUTYPE=CPU
174174 export SYNCMODE=1
175175 export HOSTMEMSIZE=$TPCTRACKERSCRATCHMEMORY
176176 export CTFINPUT=0
177- export SAVECTF=1
177+ export WORKFLOW_PARAMETERS= " ${WORKFLOW_PARAMETERS} ,CTF "
178178 unset JOBUTILS_JOB_SKIPCREATEDONE
179179 fi
180180 export SHMSIZE
You can’t perform that action at this time.
0 commit comments