Re: [julia-users] CPU_CORES is deprecated

2016-10-28 Thread Yichao Yu
https://github.com/JuliaLang/julia/blob/master/NEWS.md#library-improvements-1 On Fri, Oct 28, 2016 at 8:27 AM, Yichao Yu wrote: > Sys.CPU_CORES > > On Fri, Oct 28, 2016 at 8:14 AM, Nils Gudat wrote: >> As the title says - getting a warning but the constant still exist. There's >> none of the usu

Re: [julia-users] CPU_CORES is deprecated

2016-10-28 Thread Yichao Yu
Sys.CPU_CORES On Fri, Oct 28, 2016 at 8:14 AM, Nils Gudat wrote: > As the title says - getting a warning but the constant still exist. There's > none of the ususal "use ... instead" in the warning, what's the replacement > (if any) for this in 0.5?

[julia-users] CPU_CORES is deprecated

2016-10-28 Thread Nils Gudat
As the title says - getting a warning but the constant still exist. There's none of the ususal "use ... instead" in the warning, what's the replacement (if any) for this in 0.5?