coin-or / Couenne

Convex Over and Under Envelopes for Nonlinear Estimation
Eclipse Public License 1.0
72 stars 8 forks source link

"make" gives an error #3

Closed svigerske closed 5 years ago

svigerske commented 5 years ago

Issue created by migration from Trac.

Original creator: Hai1982

Original creation time: 2010-01-27 06:47:22

Assignee: somebody

Version:

Hello!

I try to install Couenne and have followed the instructions. When I get to the "make" instruction (in the build-directory), I get the following error message:

../../../ThirdParty/Mumps/MUMPS/src/dmumps_part2.F:4761.72:

  USE TOOLS_COMMON                                                  
                                                                    1

Fatal Error: Can't open module file 'tools_common.mod' for reading at (1): No such file or directory make[1]: [dmumps_part2.lo] Fehler 1 make[1]: Verlasse Verzeichnis '/home/sonja/Couenne/build/ThirdParty/Mumps' make: [all-recursive] Fehler 1

Looking into the folder, I found the file tools_coomon_mod.F which seemed to be the one he searched, so I named it tools_common.mod, which produces the following error message:

../../../ThirdParty/Mumps/MUMPS/src/dmumps_part2.F:4761.72:

  USE TOOLS_COMMON                                                  
                                                                    1

Fatal Error: File 'tools_common.mod' opened at (1) is not a GFORTRAN module file make[1]: [dmumps_part2.lo] Fehler 1 make[1]: Verlasse Verzeichnis '/home/sonja/Couenne/build/ThirdParty/Mumps' make: [all-recursive] Fehler 1

Could you please help me? Thank you!

svigerske commented 5 years ago

Comment by @merraksh created at 2010-01-27 15:34:13

Hi,

I'll try to reproduce the error. Did you download the stable/0.3 version or some of the releases (0.3.0 or 0.2.2)? Also, I assume you are using MUMPS instead of HSL, right?

Thanks, Pietro

svigerske commented 5 years ago

Comment by Hai1982 created at 2010-01-28 15:58:27

Well, I installed the stable/0.2 as I just copied out of the installation guide. I am going to try with the 0.3 version, but at the moment I do not get onto the HSL Arcive Server.

It points I should include a dummy file for METIS in the ma57ad.f, but METIS is not yet part of the ThirdParty Folder. Do I have to install it?

Thanks for helping!

svigerske commented 5 years ago

Comment by @merraksh created at 2010-01-30 22:52:18

The INSTALL.HSL does suggest adding a dummy file, but Metis is not used in Couenne and thus you should ignore that.

I have recently noticed an error similar to what you get in your original posting. In my case, it was due to an obsolete version of mc19ad.f. The version that gave an error was from 1974, while the version I have, which works, is from 1977. Can you check that and, if so, replace it with the "recent" version?

If that also fails, please let me know (as an alternative to HSL, you could use Mumps).

Cheers, Pietro

svigerske commented 5 years ago

Comment by @merraksh created at 2010-05-07 02:37:32

Dear submitter,

did you solve this problem? Please let me know if you need further help on this. I am going to close this ticket soon unless this still doesn't work.

Best, Pietro

svigerske commented 5 years ago

Comment by @merraksh created at 2010-05-07 02:37:32

Changing assignee from somebody to @merraksh.

svigerske commented 5 years ago

Comment by @merraksh created at 2010-05-07 02:37:32

Changing status from new to assigned.

svigerske commented 5 years ago

Comment by @merraksh created at 2010-07-30 22:14:45

Resolution: fixed