This is a test suite for libfabric designed to exercise features having particular interest for the Mochi project.
The major constituents of this project are the test program under transfer/, a test script under scripts/, and the project documentation under doc/.
The test program, which lives under transfer/, assumes either
a server or client personality, depending on the name by which
it is invoked. Invoked as fabtget
, it is the test server, and as fabtput
,
the test client.
scripts/fabtrun is the main test script.
doc/building.md, doc/building_cmake.md, and doc/building_spack.md tell how to build the project.
doc/tests.md describes the tests in this suite. doc/tests_mn.md describes how to run test using multiple nodes.