diff --git a/src/LinearAlgebra.jl b/src/LinearAlgebra.jl index dad5e5c..9262c2f 100644 --- a/src/LinearAlgebra.jl +++ b/src/LinearAlgebra.jl @@ -717,7 +717,7 @@ function peakflops(n::Integer=4096; eltype::DataType=Float64, ntrials::Integer=3 end if parallel - let Distributed = Base.require_stdlib(Base.PkgId( + let Distributed = Base.require(Base.PkgId( Base.UUID((0x8ba89e20_285c_5b6f, 0x9357_94700520ee1b)), "Distributed")) nworkers = @invokelatest Distributed.nworkers() results = @invokelatest Distributed.pmap(peakflops, fill(n, nworkers))