Skip to content

Commit 5ee8aa1

Browse files
authored
MPIPreferences: warn showing wrong value (#604)
1 parent 10972e9 commit 5ee8aa1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/MPIPreferences/src/MPIPreferences.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ function use_system_binary(;
121121
export_prefs=false,
122122
force=true,
123123
)
124-
124+
binary = "system"
125125
# Set `ZES_ENABLE_SYSMAN` to work around https://github.com/open-mpi/ompi/issues/10142
126126
libmpi = withenv("ZES_ENABLE_SYSMAN" => "1") do
127127
find_library(library_names)
@@ -136,7 +136,7 @@ function use_system_binary(;
136136
mpiexec = collect(mpiexec)
137137
end
138138
set_preferences!(MPIPreferences,
139-
"binary" => "system",
139+
"binary" => binary,
140140
"libmpi" => libmpi,
141141
"abi" => abi,
142142
"mpiexec" => mpiexec,

0 commit comments

Comments
 (0)