https://github.com/LLNL/conduit
Simplified Data Exchange for HPC Simulations
https://github.com/LLNL/conduit
cpp data-management fortran hdf5 hpc json llnl python radiuss scientific-computing yaml
Last synced: about 2 months ago
JSON representation
Simplified Data Exchange for HPC Simulations
- Host: GitHub
- URL: https://github.com/LLNL/conduit
- Owner: LLNL
- License: other
- Created: 2015-08-11T16:14:10.000Z (almost 10 years ago)
- Default Branch: develop
- Last Pushed: 2025-03-24T23:57:27.000Z (about 2 months ago)
- Last Synced: 2025-03-25T15:17:37.610Z (about 2 months ago)
- Topics: cpp, data-management, fortran, hdf5, hpc, json, llnl, python, radiuss, scientific-computing, yaml
- Language: C++
- Homepage: https://software.llnl.gov/conduit/
- Size: 40.8 MB
- Stars: 221
- Watchers: 21
- Forks: 68
- Open Issues: 179
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Conduit
===========**Conduit: Simplified Data Exchange for HPC Simulations**
Conduit is an open source project from Lawrence Livermore National Laboratory that provides an intuitive model for describing hierarchical scientific data in C++, C, Fortran, and Python. It is used for data coupling between packages in-core, serialization, and I/O tasks.
[](https://travis-ci.org/LLNL/conduit)
[](https://ci.appveyor.com/project/cyrush/conduit)
[](https://coveralls.io/github/LLNL/conduit?branch=develop)
[](https://scan.coverity.com/projects/llnl-conduit)Documentation
=================To get started building and using Conduit, check out the full documentation:
http://llnl-conduit.readthedocs.io/
Source Repo
=================Conduit's source is hosted on GitHub:
https://github.com/llnl/conduit
License
===========Conduit is released under a BSD-style license - for detailed license info, refer to:
https://llnl-conduit.readthedocs.io/en/latest/licenses.html
or the following files in the Conduit source tree:
- [LICENSE](/LICENSE)
- [thirdparty_licenses.md](/thirdparty_licenses.md)Changelog
===========
- [Changelog](/CHANGELOG.md)