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

Parallel multiprocess on multiple cores #161

Open
farhadbl opened this issue Apr 4, 2023 · 1 comment
Open

Parallel multiprocess on multiple cores #161

farhadbl opened this issue Apr 4, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@farhadbl
Copy link

farhadbl commented Apr 4, 2023

Not a bug, maybe. a feature to add or (maybe already developed) to let the users to run on multiple cores or run it on servers to speed up the optimization convergence.

@APMonitor
Copy link
Member

Thanks for that feature request. Most of the time is typically spent with the solver. There are parallel options for solvers such as IPOPT to use ma77, ma97, etc. We found that these linear solvers so speed up the solution, but not by more than a factor or 2-3 for the solver. Here are options for parallel solution with Gekko if you are solving multiple separate optimization problems.

@APMonitor APMonitor self-assigned this Apr 5, 2023
@APMonitor APMonitor added the enhancement New feature or request label Apr 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants