https://github.com/spcl/open-earth-benchmarks
Open repository for climate and weather benchmark kernels
https://github.com/spcl/open-earth-benchmarks
benchmarks climate high-performance-computing weather
Last synced: about 1 year ago
JSON representation
Open repository for climate and weather benchmark kernels
- Host: GitHub
- URL: https://github.com/spcl/open-earth-benchmarks
- Owner: spcl
- License: other
- Created: 2020-07-17T06:35:50.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-17T06:37:24.000Z (almost 6 years ago)
- Last Synced: 2025-03-22T19:45:07.501Z (about 1 year ago)
- Topics: benchmarks, climate, high-performance-computing, weather
- Language: C++
- Homepage:
- Size: 14.6 KB
- Stars: 10
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.TXT
Awesome Lists containing this project
README
# Climate Benchmark Kernels
This repository contains a set of benchmark kernels for climate simulations. The isolated kernel files can be found in the kernels subfolder. The rest of the code is a minimal infrastructure that allows the kernels to be executed.
## Build Instructions
```sh
mkdir build && cd build
cmake ..
make
```