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 10972e9 commit 5ee8aa1Copy full SHA for 5ee8aa1
lib/MPIPreferences/src/MPIPreferences.jl
@@ -121,7 +121,7 @@ function use_system_binary(;
121
export_prefs=false,
122
force=true,
123
)
124
-
+ binary = "system"
125
# Set `ZES_ENABLE_SYSMAN` to work around https://github.com/open-mpi/ompi/issues/10142
126
libmpi = withenv("ZES_ENABLE_SYSMAN" => "1") do
127
find_library(library_names)
@@ -136,7 +136,7 @@ function use_system_binary(;
136
mpiexec = collect(mpiexec)
137
end
138
set_preferences!(MPIPreferences,
139
- "binary" => "system",
+ "binary" => binary,
140
"libmpi" => libmpi,
141
"abi" => abi,
142
"mpiexec" => mpiexec,
0 commit comments