-
Notifications
You must be signed in to change notification settings - Fork 63
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
[WIP]Fix PGI runtime issue with class(*) #346
Conversation
- Some tests such as global_ALE_z crash under PGI (ncrc4.pgi20 or ncrc5.pgi227) with FATAL from PE 27: unsupported attribute type: get_variable_attribute_0d: file:INPUT/tideamp.nc- variable:GRID_X_T attribute: axis - PGI in general has issues with class(*) construct and in this case cannot recognize the axis argument to be a string. - This mod helps PGI recognize that the argument is a string.
Codecov Report
@@ Coverage Diff @@
## dev/gfdl #346 +/- ##
=========================================
Coverage 38.38% 38.38%
=========================================
Files 268 268
Lines 76010 76010
Branches 13987 13987
=========================================
Hits 29176 29176
Misses 41595 41595
Partials 5239 5239 see 1 file with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Is this still happening in the current |
@nikizadehgfdl Is there any update on this? Is this still a problem on the latest branch? |
@nikizadehgfdl I tried the latest dev/gfdl with PGI and Having said that, I did find a problem with I'll let you decide how to proceed with this. |
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.
I suspect this is no longer necessary but I suppose there is no harm in it.
Gaea regression: https://gitlab.gfdl.noaa.gov/ogrp/MOM6/-/pipelines/19482 ✔️ |
FATAL from PE 27: unsupported attribute type: get_variable_attribute_0d: file:INPUT/tideamp.nc- variable:GRID_X_T attribute: axis
cannot recognize the axis argument to be a string.