/open-earth-benchmarks

Open repository for climate and weather benchmark kernels

Primary LanguageC++OtherNOASSERTION

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

mkdir build && cd build
cmake ..
make