Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
mattfidler opened this issue Jun 19, 2018 · 0 comments
Open

Comments

@mattfidler
Copy link
Contributor

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?

mattfidler added a commit to nlmixrdevelopment/liblsoda that referenced this issue Jun 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant