Skip to content

Commit d8fad5e

Browse files
authored
Update lib/MPIPreferences/src/MPIPreferences.jl
1 parent dd540a8 commit d8fad5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/MPIPreferences/src/MPIPreferences.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ function identify_abi(libmpi)
9393
end
9494

9595
try
96-
ptr = dlsym(hdl, :MPI_Get_library_version)
96+
ptr = dlsym(hndl, :MPI_Get_library_version)
9797
ccall(ptr, Cint, (Ptr{UInt8}, Ref{Cint}), buf, buflen)
9898
finally
9999
Libdl.dlclose(hndl)

0 commit comments

Comments
 (0)