On Jun 6, 2013, at 2:06 AM, Joshua N Pritikin wrote:
> Summary:
>
> + I am writing an R extension that needs to call dmvnorm more than
> 10,000 times during a model fitting computation.
>
> + My extension uses openmp for parallel execution.
>
> + As of R 3.0, it is no longer permitted for thr
Summary:
+ I am writing an R extension that needs to call dmvnorm more than
10,000 times during a model fitting computation.
+ My extension uses openmp for parallel execution.
+ As of R 3.0, it is no longer permitted for threads to call the R
interpreter because there is a stack overflow check