Skip to content
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

Compiling with gfortran10 requires an additional flag #5

Open
cecgresonant opened this issue Feb 11, 2021 · 1 comment
Open

Compiling with gfortran10 requires an additional flag #5

cecgresonant opened this issue Feb 11, 2021 · 1 comment

Comments

@cecgresonant
Copy link

I just reinstalled KSHELL on my new laptop, where I have gfortran10. This compiler is apparently less forgiving than the previous one, and I had to add
-fallow-argument-mismatch
in line 50 of the Makefile to make it compile. Then it worked like a charm :)

@hamad12a
Copy link

you mean at line 50;

FFLAGS = -O3 -fopenmp -fallow-argument-mismatch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants