-
Notifications
You must be signed in to change notification settings - Fork 34
(Closes #3170) Adds support for fields and operators of explicit real32 or real64 kind. #3455
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
Open
arporter
wants to merge
10
commits into
master
Choose a base branch
from
3170_fld_real32_64
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+204
−68
Open
Changes from all commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
ee28458
#3170 add support for real64/32 field types
arporter 804921a
#3170 add support for real32/64 operators too [skip ci]
arporter 43d80dd
#3170 fix operator support [skip ci]
arporter e0537c9
#3170 tidy implementation
arporter d321fed
#3170 update UG
arporter 228bd82
#3170 extend test to include real64 operator
arporter cee7722
#3170 fix and extend tests
arporter 0bc25a7
#3170 extend lfric driver creator to import intrinsic precisions
arporter 1ffbe6b
#3170 fix linting
arporter fa07d1d
Merge branch 'master' into 3170_fld_real32_64
LonelyCat124 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@stevemullerworth apologies - you'll need to edit your PSyclone configuration file in the same way as is done here. We were only discussing today that we need to get rid of these settings (in favour of reading constants_mod.f90)...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, this works - I tested changing one field to real64 and one to real32 and it all compiles (the real32 is used in a built-in so there is no clash with a kernel kind).
Also, I noticed that our build system can point to a different config using PSYCLONE_CONFIG_FILE (as opposed to PSYCLONE_CONFIG), and changing PSYCLONE_CONFIG_FILE to point to the centrally-installed version also worked. I will enquire as to why we still maintain a copy of this file in our source.