-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Closed
Labels
compiler:precompilationPrecompilation of modulesPrecompilation of modulesparallelismParallel or distributed computationParallel or distributed computation
Description
I have a situation where multiple julia instances might trigger precompilation of the same packages. If that happens, errors occur because the various julia instances try to write to the same precompile file at the same time. This is on a single machine.
#13684 describes a similar issue, but I'm opening a new issue here because the solutions suggested for #13684 won't work for my case: having a machine local precompile location would solve #13684 but not my issue here.
My wild guess is that to fix this problem, #7176 would have to be resolved.
s-baumann
Metadata
Metadata
Assignees
Labels
compiler:precompilationPrecompilation of modulesPrecompilation of modulesparallelismParallel or distributed computationParallel or distributed computation