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

Thread safety of 3rd party libraries is not checked #3726

Open
lkuchenb opened this issue Mar 19, 2017 · 1 comment
Open

Thread safety of 3rd party libraries is not checked #3726

lkuchenb opened this issue Mar 19, 2017 · 1 comment

Comments

@lkuchenb
Copy link
Contributor

I don't know about other code, but at least since we have the parallel xval #3660 back in there are unresolved issues regarding thread safety of 3rd party libs.

I found that CMKLClassification depends on the GLPK LP-solver which seems to be unsafe for use in parallel (see the mailing list discussions linked here).

Other 3rd party libs should be checked and barriers implemented.

@karlnapf
Copy link
Member

Ouch!
Definitely
This is a good one for the detox2 project, or the usual suspects2 GSOC

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants