Re: [Rd] dmvnorm

2013-06-10 Thread Simon Urbanek
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

[Rd] dmvnorm

2013-06-06 Thread Joshua N Pritikin
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