[ ] Bug fix (non-breaking change which fixes an issue)
[x] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to change)
[ ] Trivial change (affects only documentation or cleanup)
[ ] Refactor (no functional changes, no api changes)
Checklist
[ ] Tested this change with a run of GEOSgcm
[x] Ran the Unit Tests (make tests)
Description
Added interface to copy all shared attributes in one info into the shared address space of another. Current implementation assumes that the target info object does not have a shared space already. If that assumption is later shown to be invalid, we must instead loop over each item in shared space and then copy.
Types of change(s)
Checklist
make tests
)Description
Added interface to copy all shared attributes in one info into the shared address space of another. Current implementation assumes that the target info object does not have a shared space already. If that assumption is later shown to be invalid, we must instead loop over each item in shared space and then copy.
Related Issue