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

Non-portable Fortran bug #3339

Open
tclune opened this issue Jan 17, 2025 · 0 comments
Open

Non-portable Fortran bug #3339

tclune opened this issue Jan 17, 2025 · 0 comments
Assignees
Labels
❗ High Priority This is a high priority PR

Comments

@tclune
Copy link
Collaborator

tclune commented Jan 17, 2025

KIND=8 is not standard. Use REAL64 from ISO Fortran. It is breaking builds. High priority.

real(kind=8), allocatable :: fr(:)

@tclune tclune added 🪲 Bugfix This fixes a bug! ❗ High Priority This is a high priority PR labels Jan 17, 2025
@mathomp4 mathomp4 removed the 🪲 Bugfix This fixes a bug! label Jan 17, 2025
@weiyuan-jiang weiyuan-jiang mentioned this issue Jan 17, 2025
7 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
❗ High Priority This is a high priority PR
Projects
None yet
Development

No branches or pull requests

3 participants