Hi, thanks for the hints. I am quite sure that at some points R stalls as I
am used to monitor the progress of simulations (with a custom function
similar to pbmclapply) and save partial results: whenever all R instances
collapse into one, then no more updates show up.
I was able to set OPENBLAS_NU
On Mon, 3 Jun 2019 06:37:46 +0200
Nicola Lunardon wrote:
> R seems to be running, but simulations do not progress further.
Have you tried message() (or REprintf() in C code) to narrow down the
specific part of the code where simulations stop in their progress?
It's less convenient than a good de
> I have written an R package to collect some functions to run simulations
> for a research project. Main functions are written in C and make use of
> BLAS routines, such as dsymm, dgemm, and ddot. I run simulations in
> parallel by using mclapply and the problem is that after some point all R
> in
I have written an R package to collect some functions to run simulations
for a research project. Main functions are written in C and make use of
BLAS routines, such as dsymm, dgemm, and ddot. I run simulations in
parallel by using mclapply and the problem is that after some point all R
instances co
4 matches
Mail list logo