You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
mattfidler
added a commit
to nlmixrdevelopment/liblsoda
that referenced
this issue
Jun 19, 2018
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?
The text was updated successfully, but these errors were encountered: