An open API service indexing awesome lists of open source software.

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

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
```