[R-sig-hpc] *SOLUTION* socket cluster/gotoblas2 configuration confusion

Claudia Beleites claudia.beleites at ipht-jena.de
Mon Nov 28 16:18:47 CET 2011


Steve,

many thanks, you were right.

That's the current state:

I now call R with:
taskset 0xffffffff R
which allows all cores to be used by R.
Actually I set
alias R='taskset 0xffffffff R'
The combination of a snow (socket) cluster and Sys.setenv 
(`GOTO_NUM_THREADS`=XXX)) works as expected and allows to change the 
number of workers and adjust the number of threads used by the BLAS 
accordingly.

Using multicore, one core per mc.cores is used as the name of the 
parameter suggests.

Best and many thanks,

Claudia




-- 
Claudia Beleites
Spectroscopy/Imaging
Institute of Photonic Technology
Albert-Einstein-Str. 9
07745 Jena
Germany

email: claudia.beleites at ipht-jena.de
phone: +49 3641 206-133
fax:   +49 2641 206-399



More information about the R-sig-hpc mailing list