Skip to content

Commit 91b2df6

Browse files
authored
Merge ffbfd9d into sapling-pr-archive-ehellbar
2 parents c962719 + ffbfd9d commit 91b2df6

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

DATA/tools/epn/gen_topo_o2dpg.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ if [[ -z "$DDSHMSIZE" ]]; then echo \$DDSHMSIZE missing; exit 1; fi # SHM Size f
2424
# In case of debug mode, overwrite some settings
2525
if [[ "${DEBUG_TOPOLOGY_GENERATION:=0}" == "1" ]]; then
2626
echo "Debugging mode enabled. Setting options accordingly" 1>&2
27-
RECO_NUM_NODES_OVERRIDE=1 # to avoid slurm query, specify number of nodes to fixed value
28-
GEN_TOPO_MI100_NODES=1 # also for MI100 nodes
29-
GEN_TOPO_OVERRIDE_TEMPDIR=$PWD # keep temporary files like QC jsons in local directory
30-
EPN2EOS_METAFILES_DIR=/tmp # nothing is written here, just needs to be set to something
27+
export RECO_NUM_NODES_OVERRIDE=1 # to avoid slurm query, specify number of nodes to fixed value
28+
export GEN_TOPO_MI100_NODES=1 # also for MI100 nodes
29+
export GEN_TOPO_OVERRIDE_TEMPDIR=$PWD # keep temporary files like QC jsons in local directory
30+
export EPN2EOS_METAFILES_DIR=/tmp # nothing is written here, just needs to be set to something
3131
unset ECS_ENVIRONMENT_ID
3232
unset GEN_TOPO_CACHE_HASH
3333
fi

MC/config/analysis_testing/json/dpl/o2-analysis-hf-candidate-creator-2prong.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"useTvxTrigger": "false",
2222
"useTimeFrameBorderCut": "false",
2323
"useItsRofBorderCut": "false",
24-
"useIsGoodZvtxFT0vsPV": "true",
24+
"useIsGoodZvtxFT0vsPV": "false",
2525
"useNoSameBunchPileup": "true",
2626
"useOccupancyCut": "false",
2727
"occEstimator": "1",

0 commit comments

Comments
 (0)