Page 1 of 1

Bug: Flag for Mumps

Posted: Thu Jun 18, 2020 3:26 am
by vinaym815
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

Re: Bug: Flag for Mumps

Posted: Thu Jun 18, 2020 11:57 am
by chrisdembia
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.

Re: Bug: Flag for Mumps

Posted: Fri Jun 26, 2020 7:57 pm
by vinaym815
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.