If it helps, the BLAS I used is compiled to use 6 threads.
On Wed, Feb 6, 2019 at 3:47 AM Berend Hasselman wrote:
>
>
> > On 6 Feb 2019, at 10:58, Martin Maechler
> wrote:
> >
>
> .
> >
> ---
> >
> > I summarize what ha
> On 6 Feb 2019, at 10:58, Martin Maechler wrote:
>
.
> ---
>
> I summarize what has been reported till:
>
> Failure in these cases
>
> 1. Kasper K ("Scientific Linux", self compiled R, using Intel's MKL
>
Thank you, Brad (and others),
> Brad Bell on Mon, 4 Feb 2019 07:21:18 -0700 writes:
> I get the failure message. To be specific:
adcomp.git> R CMD BATCH --quiet test_nlminb.R
adcomp.git> cat test_nlminb.Rout
>> f <- function(x) sum( log(diff(x)^2+.01) + (x[1]-1)^2 )
>> op