search for: dsyr

Displaying 2 results from an estimated 2 matches for "dsyr".

Did you mean: dsym
2020 Jul 15
2
Openblas?
On 2020-07-15 14:36, Dirk Eddelbuettel wrote: > > G?ran, > > This is not an easy email to reply to because it _contains nothing > reproducible_. Thanks Dirk, Sorry about that, but my real question was (see below): "Is the problem that openblas uses C versions of blas?" That is, do I need to change F77_CALL(name)(...); to cblas_name(...); everywhere? And if so, is
2007 Jan 12
0
Memory corruption in dynamically loaded code
...at I'm not writing outside array bounds). Second, using the gdb debugger (with ddd frontend), I noticed that the error only occurs on the second pass through the main Fortran code loop, which should not be very different from the first. The crash occurs during a call to the BLAS routine DSYR. I've been trying to replicate the problem in a smaller code snippet for posting to the list, but haven't had any luck so far. Perhaps there are some ideas based on the output? This is with R 2.4.1 on Ubuntu, and also occurs with R 2.4.1 on Mac OS X (gcc 3.4.6 and 3.4.2 respectively...