We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2042bb0 commit f93dbdeCopy full SHA for f93dbde
DATA/tools/epn/gen_topo.sh
@@ -37,7 +37,7 @@ else
37
# 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.
38
# 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.
39
if [[ -z $O2DPG_ROOT ]]; then
40
- O2DPG_ROOT=`bash -c "module load O2DPG > /dev/null; echo \\\$O2DPG_ROOT;"`
+ O2DPG_ROOT=`bash -c "module load O2DPG &> /dev/null; echo \\\$O2DPG_ROOT;"`
41
fi
42
43
# 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