-
Notifications
You must be signed in to change notification settings - Fork 11
Difficulties with enabling fortran interface #5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I figured out the problem. The GFortran compiler enforces type matching for version 10 and later, which causes Zoltan to crash. This can be fixed by using version 9 or earlier. In Linux Mint, the current version of GFortran can be uninstalled and version 9 installed using the following terminal commands:
I strongly recommend adding this information to the documentation. |
Using
Maybe the |
I eventually figured this out as well. I configured using the command:
The
The type mismatch is a very confusing error. |
Installation works perfectly when I configure using
./configure --prefix=/usr/local/zoltan
However, when I run
It crashes with the following series of errors
I am using gfortran, which is not one of the compilers mentioned in the Known_Problems text file.
Operating System: Linux Mint 21
The text was updated successfully, but these errors were encountered: