Skip to content

Commit de867bb

Browse files
committed
Do not use cached topologies when debugging topology generation
1 parent 36185e5 commit de867bb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

DATA/tools/epn/gen_topo_o2dpg.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ if [[ "${DEBUG_TOPOLOGY_GENERATION:=0}" == "1" ]]; then
2929
GEN_TOPO_MI100_NODES=1 # also for MI100 nodes
3030
GEN_TOPO_OVERRIDE_TEMPDIR=$PWD # keep temporary files like QC jsons in local directory
3131
EPN2EOS_METAFILES_DIR=/tmp # nothing is written here, just needs to be set to something
32+
unset ECS_ENVIRONMENT_ID
33+
unset GEN_TOPO_CACHE_HASH
3234
fi
3335

3436
# Check settings coming from the EPN

0 commit comments

Comments
 (0)