Fix array_strides with nvhpc; Note: not working on Linux_aarch64#74
Fix array_strides with nvhpc; Note: not working on Linux_aarch64#74wdeconinck wants to merge 3 commits intodevelopfrom
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #74 +/- ##
===========================================
+ Coverage 51.35% 52.15% +0.80%
===========================================
Files 58 58
Lines 4812 4880 +68
Branches 449 448 -1
===========================================
+ Hits 2471 2545 +74
+ Misses 2341 2335 -6 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
440077c to
ee3404b
Compare
|
This is causing some unexpected error at the moment with nvidia/22.11 on the HPC CI, so should not be merged yet until understood. |
A workaround in atlas has been found and merged in develop (ecmwf/atlas#332) that makes this introduction neutral, fixing the failing test. |
ee3404b to
55d0afc
Compare
|
There are other unforeseen downstream problems unless the entire downstream stack is compiled with this flag. |
Try to fix array_strides computation for NVHPC.
Note, this is not working on Linux_aarch64.