-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Labels
ReviewedSidreIssues related to Axom's 'sidre' componentIssues related to Axom's 'sidre' componentenhancementNew feature or requestNew feature or request
Description
Some tools and interfaces support only sidre hierarchies or conduit hierarchies. To use a combination of them, we need to switch seamlessly between the 2 hierarchy types. This means deep copying and shallow-copying between the two. Four methods needed (2 are currently supported):
- Deep copy conduit to sidre:
Group::importConduitNode - Deep copy sidre to conduit: Missing
- Shallow copy conduit to sidre: Missing
- Shallow copy sidre to conduit:
Group::createNativeLayout
We should implement the missing methods.
Sidre and Conduit have ways to specify an allocator id for a hierarchy node. The deep copy should respect the value set for the destination node and propagate it down the destination hierarchy.
Metadata
Metadata
Assignees
Labels
ReviewedSidreIssues related to Axom's 'sidre' componentIssues related to Axom's 'sidre' componentenhancementNew feature or requestNew feature or request