Calling *addprocs()* from REPL with for example *CPU_CORES* as argument returns 5 procs and 4 workers as expected, CPU_CORES returns 4 (physical cores are 2, but logical ones are 4). Also *rmprocs() *works fine, removing all procs but the first.
Il giorno mercoledì 20 aprile 2016 23:07:57 UTC+2, Greg Plowman ha scritto: > > Sorry, I can't really help you with command line julia -p 2 > But what happens when you call addprocs() from REPL? > Also, what is the value of CPU_CORES (typed at REPL)? > >