Changes to OpenMP scripts to extract arguments from iom_put#3373
Changes to OpenMP scripts to extract arguments from iom_put#3373
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #3373 +/- ##
=======================================
Coverage 99.96% 99.96%
=======================================
Files 389 389
Lines 54548 54598 +50
=======================================
+ Hits 54529 54579 +50
Misses 19 19 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Transformation failing on nemo5, and maybe not for structure of array: |
|
ITs all pass now, the remaining question is whether there's any performance degredation - I don't think there should be but its possible this is being done "too widely". One for either @sergisiso or @arporter to review. |
sergisiso
left a comment
There was a problem hiding this comment.
@LonelyCat124 The changes look good, but I would like that the transformation provide more feedback in order to understand why it hasn't given a performance improvement. Also, see if it can be more generic.
|
The DataNode2Temp has a: This may be a problem as walk returns self, and iom_put is not pure. I suppose this was meant for the calls in the arguments and we just forgot to skip self? |
@sergisiso I don't think so. We're calling the transformation on the argument, not the call so the iom_put is the parent. |
|
@sergisiso This is ready for another look, I am going to set ITs going again since output code changes will likely happen. |
There was a problem hiding this comment.
@LonelyCat124 I am happy with the current implementation and bringing the remaining rough edges to separate issues/TODOs. There is just final clean up to do before merging it.
|
@sergisiso I've set integration running again, assuming no issues arise this is ready for another look. If the tests fail on treesitter related issues then I think we should wait until #3408 is merged. |
sergisiso
left a comment
There was a problem hiding this comment.
@LonelyCat124 All comments have been addressed and this is ready for merging, but I will wait until the PR that fixes the treesitter issue is merged to proceed.
No description provided.