You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
.The text was updated successfully, but these errors were encountered: