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.
2 parents 1316aee + fd12b14 commit 113b765Copy full SHA for 113b765
pkgs/by-name/mp/mpiCheckPhaseHook/mpi-check-hook.sh
@@ -55,7 +55,7 @@ setupMpiCheck() {
55
# The solution is to use a preset cpu topology file and disable ucx model.
56
57
# Disable sysfs cpu topology directory discovery.
58
- export PRTE_MCA_hwloc_use_topo_file="@topology@"
+ export HWLOC_XMLFILE="@topology@"
59
# Use the network model ob1 instead of ucx.
60
export OMPI_MCA_pml=ob1
61
;;
@@ -68,6 +68,8 @@ setupMpiCheck() {
68
MVAPICH)
69
# Disable CPU pinning
70
export MV2_ENABLE_AFFINITY=0
71
+ # Disable sysfs cpu topology directory discovery.
72
73
74
esac
75
0 commit comments