File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
2525if [[ " ${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
3333fi
You can’t perform that action at this time.
0 commit comments