Re: [Rd] openblas

2019-05-08 Thread Iñaki Ucar
On Wed, 8 May 2019 at 18:00, Ralf Stubner wrote: > > On 08.05.19 09:34, Iñaki Ucar wrote: > > On Wed, 8 May 2019 at 04:52, Peter Langfelder > > wrote: > >> > >> (CCing the R-devel list, maybe someone will have a better answer.) > >> > >> To be honest, I don't know how to. I wasn't able to configu

Re: [Rd] openblas

2019-05-08 Thread Peter Langfelder
On Wed, May 8, 2019 at 9:00 AM Ralf Stubner wrote: > AFAIK a single-threaded OpenBLAS is used. When compiling R from source > on a CentOS system I have used the configure option > '--with-blas="-lopenblasp"' to link with the pthread version of OpenBLAS. Yes, that's the right incantation. Thanks

Re: [Rd] openblas

2019-05-08 Thread Ralf Stubner
On 08.05.19 09:34, Iñaki Ucar wrote: > On Wed, 8 May 2019 at 04:52, Peter Langfelder > wrote: >> >> (CCing the R-devel list, maybe someone will have a better answer.) >> >> To be honest, I don't know how to. I wasn't able to configure R to use >> OpenBLAS using the configure script and options on

Re: [Rd] [R] approx with NAs --> new argument 'na.rm=TRUE' ?!

2019-05-08 Thread Martin Maechler
> Robert Almgren > on Fri, 3 May 2019 15:45:44 -0400 writes [ __ to R-help __ -- here diverted to R-devel on purpose] > There is something I do not think is right in the approx() > function in base R, with method="constant" and in the > presence of NA values. I have 3.6.0,

Re: [Rd] openblas

2019-05-08 Thread Iñaki Ucar
On Wed, 8 May 2019 at 04:52, Peter Langfelder wrote: > > (CCing the R-devel list, maybe someone will have a better answer.) > > To be honest, I don't know how to. I wasn't able to configure R to use > OpenBLAS using the configure script and options on my Linux Fedora system. > I configure it witho