Skip to content

Commit e734e30

Browse files
benedikt-voelkelBenedikt Volkel
andauthored
Use CCDB local cache (#300)
Co-authored-by: Benedikt Volkel <benedikt.volkel@cern.ch>
1 parent ae28ae7 commit e734e30

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

MC/run/PWGHF/embedding_benchmark.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ MODULES="--skipModules ZDC"
2323
SIMENGINE=${SIMENGINE:-TGeant4}
2424
PYPROCESS=${PYPROCESS:-ccbar} #ccbar, bbar, ...
2525

26+
export ALICEO2_CCDB_LOCALCACHE=$PWD/.ccdb
27+
2628
# create workflow
2729
${O2DPG_ROOT}/MC/bin/o2dpg_sim_workflow.py -eCM 5020 -col pp -gen pythia8 -proc ${PYPROCESS} \
2830
-colBkg PbPb -genBkg pythia8 -procBkg "heavy_ion" \
@@ -33,3 +35,5 @@ ${O2DPG_ROOT}/MC/bin/o2dpg_sim_workflow.py -eCM 5020 -col pp -gen pythia8 -proc
3335

3436
# run workflow
3537
${O2DPG_ROOT}/MC/bin/o2_dpg_workflow_runner.py -f workflow.json --cpu-limit ${CPULIMIT:-8} -tt aod
38+
39+
unset ALICEO2_CCDB_LOCALCACHE

0 commit comments

Comments
 (0)