Displaying 1 result from an estimated 1 matches for "smsouthard".
2015 May 11
1
Foreach %dopar% operator incorrectly load balancing
...find what's been changed
so it's unclear to me exactly how to proceed. It is almost reminiscent of a
change in the BLAS library but this behavior persists after recompiling R
to not use the shared BLAS lib.
here is the output from lsof -p 23618 | grep 'blas\|lapack'
R 39781 smsouthard mem REG 8,17 3576576
1055038 /usr/local/lib/R/lib/libRlapack.so
R 39781 smsouthard mem REG 8,17 655336
1572936 /usr/lib/libblas/libblas.so.3.0
Output from R CMD ldd /usr/local/lib/R/bin/exec/R
linux-vdso.so.1 (0x00007ffca59fd000)
libR.so => /usr/loc...