16 comments (16 comments)0 reactions (0 reactions)1 assignee (1 assignee)C++57 forks (57 forks)auto 404
MPIbackend: NetCDFgood first issuehelp wanted
Repository metrics
- Stars
- 160 stars (160 stars)
- PR merge metrics
- PR metrics pending (PR metrics pending)
Description
A NetCDF backend would be useful for FermiLab & SLAC codes.
Note: NetCDF4 can use HDF5 underneath.
Note: NetCDF also supports serial & parallel I/O.
Resources: how to write a backend
Contributor guide
- Research direction
- Study the existing backend implementations (e.g., HDF5) to understand the required interface. Read the backend writing guide and explore NetCDF's API to design a mapping that supports serial and parallel I/O.
- Tech stack
- cpp
- Domain
- backenddata
- Issue type
- Feature
- Prerequisites
- C++Git