Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 365 Bytes

building.md

File metadata and controls

19 lines (11 loc) · 365 Bytes

Spack Users

See Building with Spack.

CMake Users

See Building with CMake.

Project dependencies

The test suite requires libfabric 1.13 or greater.

Make sure that you have your LD_LIBRARY_PATH set correctly for libfabric.

Example:

export LD_LIBRARY_PATH=path/to/libfabric/libs:${LD_LIBRARY_PATH}