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
I started julia for a distributed cluster using julia --machinefile [file]. However, I was unable to load any package, getting error messages like this from every node:
WARNING: Node state is inconsistent: node 10 failed to load cache from /home/juliaclusteradmin/.julia/lib/v0.6/Celeste.ji. Got:
WARNING: can only precompile from node 1
rsyncing my entire .julia to every node worked fine. However, the workers should be pulling the packages from node 1.
The text was updated successfully, but these errors were encountered:
@vtjnash Any thoughts here? Basically, I cannot load any packages on workers that don't share the same package folder as the master. This also seems equally broken on 0.4 and 0.5. If I start all processes with --compilecache=no it works fine.
I started julia for a distributed cluster using
julia --machinefile [file]
. However, I was unable to load any package, getting error messages like this from every node:rsyncing my entire
.julia
to every node worked fine. However, the workers should be pulling the packages from node 1.The text was updated successfully, but these errors were encountered: