sdwfrost / liblsoda

The LSODA algorithm for differential equations as a shared library
MIT License
32 stars 16 forks source link

BLAS inside of liblsoda can conflict with other BLAS routines in R #15

Open mattfidler opened 6 years ago

mattfidler commented 6 years ago

I know you have thread-safe BLAS routines, but if the overall binary links to other blas routines (like MKL blas), it can cause segmentation faults. In RxODE, I renamed all the blas routines to blas0, I could submit a pull request if this of interest to the package.

By the way, where did the blas routines come from?