No, not really. SharedArrays do only support bitstypes. I have an application where the function to be executed in parallel depends on some fixed data (some constants, a dict, some arrays, etc.) I would like to replace my @parallel for loop by @everywhere (because of the reuse of my cholesky factorization), but I'm worried that this will explode my memory usage.
- [julia-users] @everywhere and memory allocation Pieterjan Robbe
- [julia-users] Re: @everywhere and memory allocation Andre Bieler
- [julia-users] Re: @everywhere and memory allocati... Pieterjan Robbe
