Skip to content
Sung-Eun Choi edited this page Aug 1, 2016 · 3 revisions

This repository is tests primarily targeting the libfabric GNI provider.

How to build and run

First off, you'll need similar tool versions as needed for building libfabric. See GNI provider wiki for more info on that.

To build:

% ./autogen.sh
% ./configure --prefix=/path/to/cray-tests/install/dir --with-libfabric=/path/to/libfabric/install/dir --with-pmi=/opt/cray/pmi/default
% make install

To run:

% cd /path/to/cray-tests/install/dir
% ./run_cray_tests.py
Clone this wiki locally