This repository collects benchmarking data for the OGL library. Benchmark results are generated with the OBR scripts.
The benchmark data is structured the following way.
- case (separate folder)
- OGL version or tag
- Ginkgo version or tag
- the device on which the data was generated
- a set of csv files
- a subfolder folder for OpenFOAM log files for OpenFOAM runs and preprocessing steps
The simplest method to import the provided data_processing scripts is by adding the corresponding path to the sys.path
import sys
sys.path.append("<PATH_TO_SCRIPTS>")
import ogl_data_processing as odp