Val. Lucet
Val. Lucet
@ViralBShah @vlandau I appreciate the quick reply. I will make an attempt and reopen if I run into issues.
This might be a little over my head. Could you explain further what that means and how to do it?
Reopening this issue as I am having some troubles... I read the [doc on parallel processing](https://docs.julialang.org/en/v1/manual/parallel-computing/). From my understanding of it, I did this: 1. I run julia with multiple...
> Can we check the appropriate INI option and have it call map in the seq case and pmap in the parallel? It would be good to have a PR...
> The challenge is that the current Circuitscape package is a bit of a mishmash - trying to be a library for other tools to use, as well as trying...
Ok, sorry for the confusion. Deleted a comment because I got myself confused. I think I get it now, no need to change the default value for `parallelize`.
@vlandau I was going to test it further and do what you suggested and ran into #244
the following script launch with `julia -p 2` now works: ``` @everywhere using Pkg @everywhere using Distributed @everywhere using LinearAlgebra.BLAS # Set BLAS threads to 1 to avoid oversubscription @everywhere...
It is what I was doing :) full script called with `julia -p 2` ``` using Pkg using Distributed using LinearAlgebra.BLAS # Set BLAS threads to 1 to avoid oversubscription...
Calling without `-p 2` (just `julia`) causes another issue: ``` ERROR: LoadError: On worker 2: KeyError: key Circuitscape [2b7a1792-8151-5239-925d-e2b8fdfa3201] not found getindex at ./dict.jl:477 [inlined] root_module at ./loading.jl:962 [inlined] deserialize_module...