Skip to content
Prev 1389 / 2152 Next

mpirun and R

On Jun 2, 2012, at 8:00 PM, Jonathan Greenberg wrote:

            
But are you running mcaffinity on the *cluster instances*? It won't do you any good to run it in the master instance. E.g. if you want to use different CPUs for each instance you would run something like clusterApply(cl, 1:12, mcaffinity)
Yes (although I prefer to use the static version for speed), if I recall correctly it's something like
-lmkl_gf_lp64 -lmkl_gnu_thread -lmkl_core -lpthread

Cheers,
Simon