Ipopt on Jetson modules (arm arch in general) #495
Answered
by
damienhocking
winwinashwin
asked this question in
Q&A
Replies: 2 comments
-
ARM based CPUs should work in general (There is travis test that builds Ipopt on Ubuntu on ARM64: https://travis-ci.com/github/coin-or/Ipopt/jobs/514129657). Whether that works in your exact setting, I don't know. Essentially, you'll need C/C++ and probably also Fortran compilers. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi, this works, we use IPOPT on Jetsons all the time. It's a regular Linux build, we use vanilla lapack and MUMPS.
Damien
… On Jun 27, 2021, at 11:58 AM, Stefan Vigerske ***@***.***> wrote:
ARM based CPUs should work in general (There is travis test that builds Ipopt on Ubuntu on ARM64: https://travis-ci.com/github/coin-or/Ipopt/jobs/514129657). Whether that works in your exact setting, I don't know. Essentially, you'll need C/C++ and probably also Fortran compilers.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
svigerske
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello! I am quite new to the Ipopt community. I am trying to deploy a model predictive control system using Ipopt as the solver on a Nvidia Jetson module. Does Ipopt support arm based cpus? If not are there any alternatives??
Beta Was this translation helpful? Give feedback.
All reactions