You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -142,10 +142,10 @@ function use_system_binary(;
142
142
ifisnothing(abi)
143
143
abi =identify_abi(libmpi)
144
144
end
145
-
ifisnothing(abi_file)
146
-
abi_file=""
145
+
ifisnothing(abi_source_file)
146
+
abi_source_file=""
147
147
else
148
-
abi_file=abspath(abi_file)
148
+
abi_source_file=abspath(abi_source_file)
149
149
end
150
150
if mpiexec isa Cmd
151
151
mpiexec =collect(mpiexec)
@@ -154,13 +154,13 @@ function use_system_binary(;
154
154
"binary"=> binary,
155
155
"libmpi"=> libmpi,
156
156
"abi"=> abi,
157
-
"abi_file"=>abi_file,
157
+
"abi_source_file"=>abi_source_file,
158
158
"mpiexec"=> mpiexec,
159
159
export_prefs=export_prefs,
160
160
force=force
161
161
)
162
162
163
-
@warn"The underlying MPI implementation has changed. You will need to restart Julia for this change to take effect" binary libmpi abi abi_file mpiexec
163
+
@warn"The underlying MPI implementation has changed. You will need to restart Julia for this change to take effect" binary libmpi abi abi_source_file mpiexec
0 commit comments