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

Allow long lines for free format fortran code #651

Open
juhanikataja opened this issue Mar 19, 2025 · 0 comments
Open

Allow long lines for free format fortran code #651

juhanikataja opened this issue Mar 19, 2025 · 0 comments

Comments

@juhanikataja
Copy link
Contributor

Problem is that in some places we preprocessor inserts paths in the fortran code (e.g. ModelDescription.F90:2619). It works fine on desktop but when the paths are long the line is truncated after preprocessing and weird error messages result.

Simple solution would be just to add fortran compilation flag that allows long lines. For gfortran it is -ffree-line-length-none.

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

1 participant