Installing Ipopt On Linux Seems To Be Single Threaded #640
sthomas1978
started this conversation in
General
Replies: 1 comment
-
For a build of Ipopt with Mumps, there are two places where parallelization can occur.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi All
I am trying to install ipopt with the mumps linear solver as detailed in the installation instructions https://coin-or.github.io/Ipopt/INSTALL.html. I have managed to get ipopt up and running within linux environment and I am are calling ipopt via python pyomo package which runs ok.
What I have noticed is that when we run it via Linux ipopt seems to only run on one CPU core. If we run the same python script on a windows architecture it seems to use all cores available.
Is there something I need to change in order to get the Linux installation to utilise all the CPU cores?
Beta Was this translation helpful? Give feedback.
All reactions