Adam Zhang
Adam Zhang
UPD: After testing various methods, I finally solved the problem by temporally set thread number of MKL to 1 inside the function body inside mclapply. It seems this is a...
> > UPD: After testing various methods, I finally solved the problem by temporally set thread number of MKL to 1 inside the function body inside mclapply. It seems this...
> Hi @hahaschool > Thanks for your response. > I install `RevoUtilsMath`, and command this in R: > > > library(RevoUtilsMath) > > setMKLthreads(1) > > But I still got...
Hi @MichaelPeibo, Maybe your MRO is not using MKL as BLAS so MKL settings are not working. But anything banning multithreading in BLAS should work in this case. It seems...