Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 8 days 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 (about 9 years ago)
- Default Branch: develop
- Last Pushed: 2024-10-15T17:01:14.000Z (23 days ago)
- Last Synced: 2024-10-16T22:44:58.829Z (21 days ago)
- Topics: cpp, data-management, fortran, hdf5, hpc, json, llnl, python, radiuss, scientific-computing, yaml
- Language: C++
- Homepage: https://software.llnl.gov/conduit/
- Size: 39.2 MB
- Stars: 211
- Watchers: 22
- Forks: 64
- Open Issues: 162
-
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.
[![Travis CI Build Status](https://travis-ci.org/LLNL/conduit.png)](https://travis-ci.org/LLNL/conduit)
[![Appveyor Build Status](https://ci.appveyor.com/api/projects/status/github/llnl/conduit?branch=develop&svg=true)](https://ci.appveyor.com/project/cyrush/conduit)
[![Coverage Status](https://coveralls.io/repos/github/LLNL/conduit/badge.svg?branch=develop)](https://coveralls.io/github/LLNL/conduit?branch=develop)
[![Static Analysis Status](https://scan.coverity.com/projects/8426/badge.svg?flat=1)](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)