Skip to content
Prev 9407 / 15075 Next

single-threaded R, 100% CPU with BLAS, vecLib and ATLAS

Melanie,
On Oct 25, 2012, at 7:16 PM, Melanie Courtot wrote:

            
BLAS will have absolutely no effect on read.table() - it will always be single-threaded and it does not use BLAS. The difference between the two machines may be memory - read.table() is not the most efficient way to load a data set and maybe you're running out of memory (but you didn't tell us how you are loading it, really).

Cheers,
Simon