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
@warn"DistributedNext has detected that the Distributed stdlib may be in use. Be aware that these libraries are not compatible, you should use either one or the other."
84
+
returntrue
85
+
else
86
+
returnfalse
87
+
end
81
88
end
82
89
83
90
function_require_callback(mod::Base.PkgId)
84
-
_find_distributed_stdlib()
85
-
86
91
if Base.toplevel_load[] &&myid() ==1&&nprocs() >1
87
92
# broadcast top-level (e.g. from Main) import/using from node 1 (only)
88
93
@syncfor p inprocs()
@@ -132,16 +137,12 @@ function __init__()
132
137
# cluster cookie has been set, which is most likely to have been done
133
138
# through Distributed.init_multi() being called by Distributed.addprocs() or
@warn"DistributedNext has detected that the Distributed stdlib may be in use. Be aware that these libraries are not compatible, you should use either one or the other."
0 commit comments