bcfriesen / reframe

A regression testing framework to facilitate the sanity checking of HPC systems.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ReFrame

ReFrame is a new framework for writing regression tests for HPC systems. The goal of this framework is to abstract away the complexity of the interactions with the system, separating the logic of a regression test from the low-level details, which pertain to the system configuration and setup. This allows users to write easily portable regression tests, focusing only on the functionality.

Regression tests in ReFrame are simple Python classes that specify the basic parameters of the test. The framework will load the test and will send it down a well-defined pipeline that will take care of its execution. The stages of this pipeline take care of all the system interaction details, such as programming environment switching, compilation, job submission, job status query, sanity checking and performance assessment.

Writing system regression tests in a high-level modern programming language, like Python, poses a great advantage in organizing and maintaining the tests. Users can create their own test hierarchies, create test factories for generating multiple tests at the same time and also customize them in a simple and expressive way.

Documentation

The official documentation is maintained here.

About

A regression testing framework to facilitate the sanity checking of HPC systems.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 97.2%Language:C 2.0%Language:Cuda 0.6%Language:Makefile 0.1%Language:C++ 0.0%Language:Fortran 0.0%Language:Shell 0.0%