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 f550b93 commit 3ee0500Copy full SHA for 3ee0500
src/cluster.jl
@@ -531,7 +531,7 @@ default_addprocs_params(::ClusterManager) = default_addprocs_params()
531
default_addprocs_params() = Dict{Symbol,Any}(
532
:topology => :all_to_all,
533
:dir => pwd(),
534
- :exename => joinpath(Sys.BINDIR::String, julia_exename()),
+ :exename => joinpath(Sys.BINDIR, julia_exename()),
535
:exeflags => ``,
536
:enable_threaded_blas => false,
537
:lazy => true)
0 commit comments