Skip to content
/ OGL_DATA Public

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

Notifications You must be signed in to change notification settings

hpsim/OGL_DATA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages