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?
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?