jpcoles / cscs-reframe-tests

The CSCS ReFrame test suite

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ReFrame test suite of CSCS

The tests are daily checked against the tip of the master branch of ReFrame. Several tests are built on top of the hpctestlib library that is provided with ReFrame.

To run the test suite you need first to clone and bootstrap ReFrame and then this repo:

Install ReFrame

git clone https://github.com/reframe-hpc/reframe.git
pushd reframe
./bootstrap.sh
export PATH=$(pwd)/bin:$PATH
popd

Clone the tests

git clone https://github.com/eth-cscs/cscs-reframe-tests
cd cscs-reframe-tests

You can then list all the tests on any CSCS supported machine as follows:

reframe -C config/cscs.py -c checks/ -R -l

About

The CSCS ReFrame test suite

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


Languages

Language:Python 49.5%Language:C 20.5%Language:C++ 20.3%Language:Fortran 7.0%Language:Cuda 2.1%Language:Makefile 0.3%Language:Groovy 0.3%Language:Shell 0.2%Language:Ruby 0.0%