-
Notifications
You must be signed in to change notification settings - Fork 65
Telecon: 2023 09 05
Cyrus Harrison edited this page Sep 5, 2023
·
8 revisions
Updates (Since last meeting)
- Cyrus Added
conduit_json_external
protocol gen and parsing- Allows you to parse a schema to achieve a result just like
set_external
- Allows you to parse a schema to achieve a result just like
- Justin has been working on materials support and matsetimprovements
- Cyrus is working on an uberenv + spack update (enables spack newer than 0.19 and transition to spack environments)
- Lots of work to smooth over how to use python packages in spack views.
Discussion:
- https://github.com/LLNL/conduit/issues/1151
- New carter interface will take device pointers, how will we handle in conduit cater?
- Arlie asked about Windows MSVC C++17 builds, added CI test(which is failing, but it's not a compilation issue)
- Arlie has been working on helpers that display Conduit Nodes in various debuggers (totalview, etc)
- Cyrus has been working on ideas for conduit device execution
Future:
- Helpers to modify names of mesh bp entries (rename a topology, rename a field)
- Top level Mesh BP Transforms Interface:
- Explore ZFP (or even ZLIB) Compression in HDF5 for ML Ensemble Data (Floating Point Images / Regular Grids)
- Discuss: https://github.com/LLNL/conduit/issues/941
- Add JSON/YAML Schema format that includes pointers
- From Kitware discussion
- Would enable duplicating a node using external semantics via a string interface.