-
Notifications
You must be signed in to change notification settings - Fork 8
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
Check parallel option sent to fmincon #83
Comments
I realized that my Optimization Toolbox and Parallel Computing Toolbox (PCT) are on the same network license server, so I can't test this in the way that I planned. I'm 99.99% sure that when you don't have the PCT, MATLAB will just run in serial. I know this to be the case for Closing for now and will reopen it if someone has an issue. |
I can confirm that it glitches out in this case:
|
Strike that. I think this a bug of my own making. Investigating. |
OK, I made a PR for this in #101. We need to be careful when we include Parallel Toolbox methods (like If we do CI (as in #97), it might be nice to have two VMs, one with the parallel toolbox installed and one without. |
Originally posted by @zmorrell-sand in https://github.com/SNL-WaterPower/WecOptTool/issues/65#issuecomment-605332999
We need to check what happens for a user without the parallel toolbox running the example as it stands with 'UseParallel' set to true. If it errors we should consider mitigating measures as suggested.
The text was updated successfully, but these errors were encountered: