Bug: Flag for Mumps

OpenSim Moco is a software toolkit to solve optimal control problems with musculoskeletal models defined in OpenSim using the direct collocation method.
POST REPLY
User avatar
Vinay Kumar
Posts: 34
Joined: Thu Nov 08, 2018 6:50 am

Bug: Flag for Mumps

Post by Vinay Kumar » Thu Jun 18, 2020 3:26 am

Can you please add the flag (ADD_FFLAGS=-fallow-argument-mismatch) to mumps. Omission of this flag causes trouble with compilation when using gfortran 10
Attachments
2020-06-19-042030_1920x1080_scrot.png
2020-06-19-042030_1920x1080_scrot.png (83.33 KiB) Viewed 548 times

User avatar
Christopher Dembia
Posts: 506
Joined: Fri Oct 12, 2012 4:09 pm

Re: Bug: Flag for Mumps

Post by Christopher Dembia » Thu Jun 18, 2020 11:57 am

Hey Vinay,

The flag would go here: https://github.com/opensim-org/opensim- ... s.txt#L292

I do not have an environment where I could easily test this. Could you try adding ADD_FFLAGS=-fallow-argument-mismatch to that line above and see if it solves your issue? If so, then we can incorporate that into the Moco codebase.

Note that you can use your own Ipopt; you need not use Moco's CMake files to compile Ipopt.

User avatar
Vinay Kumar
Posts: 34
Joined: Thu Nov 08, 2018 6:50 am

Re: Bug: Flag for Mumps

Post by Vinay Kumar » Fri Jun 26, 2020 7:57 pm

chrisdembia wrote:
Thu Jun 18, 2020 11:57 am
The flag would go here: https://github.com/opensim-org/opensim- ... s.txt#L292
Yes that did solve the problem.

Thank You.

POST REPLY