-
Notifications
You must be signed in to change notification settings - Fork 41
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
Make num
comply (mostly) with Fortran 2008 standard
#702
Conversation
num: make test src f2008 standard compliant
num
comply (mostly) with Fortran 2008 standardnum
comply (mostly) with Fortran 2008 standard
Are we good to merge this? |
I think so? I'm not sure if we want to wait until after the release. I personally don't mind but wouldn't mind at least another dev chipping in. |
Probably best to merge this in right after release actually, since we'd like to get the release out very soon and even though we tested this branch it doesn't add too much to users (yet, without the other successive PRs which should be left for after the release) |
Merging now that we already have the 24.08.1 release branch |
This is the continuation of @VincentVanlaer's PR #696 (thanks Vincent!), which already made
num/test
comply with the Fortran 2008 standard. The rest ofnum
is now compiled with a Fortran 2008 flag so the aim is to reduce the number of warnings before merging this intomain
.We should make sure we can still build with
ifort
before merging.