-
Notifications
You must be signed in to change notification settings - Fork 99
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
g77/ifort builds appear to be failing #56
Comments
this issue was pointed out by @klonuo |
Thanks for bringing this up, but... SharpClaw is all F90 code (modules, etc.) The next version of Clawpack will also use modules. Hence we can't support F77 compilers (unless we plan to maintain a separate set of Clawpack Fortran code just for that, which seems unreasonable to me). Of course, you can run the pure Python (1D) code without any Fortran. |
g77 should not work but ifort should in theory, does has ifort been tested yet? |
I just started testing with ifort 11.1 on my ubuntu machine and I can confirm that PyClaw does not work in this case. This could be moved to a different ticket which I will now do. |
Fixed, this was a result of another f2py problem that I am working, look up an issue regarding f2py, FFLAGS and -fPIC. |
Issue is #102 |
We need to expand our testing to cover some other common setups such as Ubuntu without gfortran and decide whether we can support them or not.
The text was updated successfully, but these errors were encountered: