hpsim / OGL_DATA

A collection of benchmark results for various OGL and ginkgo versions on different hardware.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OGL_DATA

This repository collects benchmarking data for the OGL library. Benchmark results are generated with the OBR scripts.

Structure

The benchmark data is structured the following way.

  1. case (separate folder)
  2. OGL version or tag
  3. Ginkgo version or tag
  4. the device on which the data was generated
  5. a set of csv files
  6. a subfolder folder for OpenFOAM log files for OpenFOAM runs and preprocessing steps

Using the provided scripts

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

About

A collection of benchmark results for various OGL and ginkgo versions on different hardware.


Languages

Language:Roff 99.7%Language:Python 0.3%Language:Shell 0.0%