Skip to content

Commit a3ebe1a

Browse files
authored
rename Parallel to Distributed (#20486)
1 parent ba0ee08 commit a3ebe1a

17 files changed

+76
-76
lines changed

base/parallel/Parallel.jl renamed to base/distributed/Distributed.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file is a part of Julia. License is MIT: http://julialang.org/license
22

3-
module Parallel
3+
module Distributed
44

55
# imports for extension
66
import Base: getindex, wait, put!, take!, fetch, isready, push!, length,

base/parallel/cluster.jl renamed to base/distributed/cluster.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -879,7 +879,7 @@ function disable_nagle(sock)
879879
@static if is_linux()
880880
# tcp_quickack is a linux only option
881881
if ccall(:jl_tcp_quickack, Cint, (Ptr{Void}, Cint), sock.handle, 1) < 0
882-
warn_once("Parallel networking unoptimized ( Error enabling TCP_QUICKACK : ", Libc.strerror(Libc.errno()), " )")
882+
warn_once("Networking unoptimized ( Error enabling TCP_QUICKACK : ", Libc.strerror(Libc.errno()), " )")
883883
end
884884
end
885885
end
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)