Skip to content

Commit f93dbde

Browse files
davidrohrchiarazampolli
authored andcommitted
Fix misleading output
1 parent 2042bb0 commit f93dbde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DATA/tools/epn/gen_topo.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ else
3737
# Note that this does not load the module, but just needs an O2DPG path to find, which then does the bulk of the topology generation.
3838
# gen_topo_o2dpg.sh is kept compatible between O2DPG versions, thus it doesn't really depend on which O2DPG version we use at this point.
3939
if [[ -z $O2DPG_ROOT ]]; then
40-
O2DPG_ROOT=`bash -c "module load O2DPG > /dev/null; echo \\\$O2DPG_ROOT;"`
40+
O2DPG_ROOT=`bash -c "module load O2DPG &> /dev/null; echo \\\$O2DPG_ROOT;"`
4141
fi
4242
fi
4343
# Now we know which gen_topo_o2dpg.sh we can use, and all EPN related env variables are set, so we can run the topology generation.

0 commit comments

Comments
 (0)