https://github.com/parantapa/structgen
StructGen: Generate Data Structures for HPC Applications
https://github.com/parantapa/structgen
Last synced: 5 months ago
JSON representation
StructGen: Generate Data Structures for HPC Applications
- Host: GitHub
- URL: https://github.com/parantapa/structgen
- Owner: parantapa
- License: mit
- Created: 2022-04-29T17:58:10.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-09T14:45:18.000Z (about 4 years ago)
- Last Synced: 2025-12-05T22:41:17.204Z (6 months ago)
- Language: Python
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.txt
Awesome Lists containing this project
README
StructGen: Generate Data Structures for HPC Applications
========================================================
StructGen provides a language
to specify data structures at a high level.
Based on this specification it can generate:
1. C code to specify memory layout of the data structures,
2. Python helper routines for reading and writing these structures,
3. Java helper routines for reading and writing these structures,
4. MPI helper routines to move the data across MPI ranks,
5. OpenMP helper routines to move the data across NUMA nodes, and
6. CUDA helper routines to move the data to and from GPUs.