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

CPP out LOC calls for NAG. #63

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open

Conversation

DJDavies2
Copy link
Contributor

Resolves #62. The LOC intrinsic is only used for some write statements, so it looks like it can be cpp'ed out for NAG. I can do something more sophisticated if desired, but this change results in this ecbuild output:

-- Checking Fortran support for "finalization"
-- Checking Fortran support for "finalization" -- works
-- Feature FINAL enabled
-- FCKIT_HAVE_FINAL [1]
-- FCKIT_FINAL_FUNCTION_RESULT = 1
-- FCKIT_FINAL_UNINITIALIZED_LOCAL = 0
-- FCKIT_FINAL_UNINITIALIZED_INTENT_OUT = 1
-- FCKIT_FINAL_UNINITIALIZED_INTENT_INOUT = 0
-- FCKIT_FINAL_NOT_PROPAGATING = 0
-- FCKIT_FINAL_NOT_INHERITING = 0
-- FCKIT_FINAL_BROKEN_FOR_ALLOCATABLE_ARRAY = 0
-- FCKIT_FINAL_BROKEN_FOR_AUTOMATIC_ARRAY = 0

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

Successfully merging this pull request may close these issues.

Fortran finalization test doesn't work for NAG
1 participant