-
Notifications
You must be signed in to change notification settings - Fork 56
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
Parallel example fails on julia 1.1 #119
Comments
@robertfeldt, I was wondering if there is anyone working on this, should we expect a fix anytime soon? One of my projects would be vastly sped up if this works. |
Hmm, parallel/distributed use of Julia is not my main competence so it would probably be more efficient if someone with more experience in this looked at it. Maybe @alyst has some input? If not I'll try to get to it soon and just investigate from scratch. Doesn't look too hard to debug. |
Seems to be related to this issues JuliaLang/julia#30679 You can get around this by adding the following line before calling the optimizer.
|
Hmm, I tried both with and without this supposed fix but Julia 1.1 dies with |
Might not work for 1.1. It works for me on the platform below. Julia Version 1.0.3 |
Tried this and it worked - Would anyone care to explain what this spinet is doing? Thanks, |
This is what I get with
master
:The text was updated successfully, but these errors were encountered: