Bug: Flag for Mumps
- Vinay Kumar
- Posts: 34
- Joined: Thu Nov 08, 2018 6:50 am
Bug: Flag for Mumps
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 (83.33 KiB) Viewed 683 times
- Christopher Dembia
- Posts: 506
- Joined: Fri Oct 12, 2012 4:09 pm
Re: Bug: Flag for Mumps
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.
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.
- Vinay Kumar
- Posts: 34
- Joined: Thu Nov 08, 2018 6:50 am
Re: Bug: Flag for Mumps
Yes that did solve the problem.chrisdembia wrote: ↑Thu Jun 18, 2020 11:57 amThe flag would go here: https://github.com/opensim-org/opensim- ... s.txt#L292
Thank You.