[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. |
marshallward
left a comment
There was a problem hiding this comment.
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 ✔️ |
Specify order of operations for accumulating runoff terms and SW_vis_tot. Do so by retaining the previous answers (hence some odd groupings of operations.)
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.