-
Notifications
You must be signed in to change notification settings - Fork 58
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
ADDA version 1.2 and higher fails to compile #284
Comments
@pulmonarycosignerkindness , thanks for the detailed report. So far it seems some issue related to the compiler and/or make. So here are a few quick ideas to try:
|
And one more test: |
Yay, the Make version: GNU Make 4.3 Here's the output from
|
This was caused by change of default behavior of gcc since version 10 (now it is @pulmonarycosignerkindness , please check that |
Ah ok. Yes, it works out of the box now without any errors. Thank you! :) |
Describe the bug
I'm trying to compile ADDA v.1.4.0 (with
make seq
ormake mpi
, both give the same result), but I get errors saying,and so on, which makes the compiler exit with error 1. I have installed FFTW3, and MPICH, I have the fortran, C and C++ compilers, and have tried to manually set the paths, e.g.
FFTW3_INC_PATH
, but that doesn't work either.I get the same error for all ADDA versions above 1.1. Version 1.1 succeeds in compiling without any errors.
To reproduce
make
,make seq
ormake mpi
Expected behavior
The program should compile.
Output
Technical information
The text was updated successfully, but these errors were encountered: