libfabric
>= 1.13 is required.
Spack users can use spack install libfabric
.
See building.md for the manual installation of libfabric.
mkdir build
cd build
cmake ..
make
make DESTDIR=/tmp/ install
Use -DCMAKE_INSTALL_PREFIX=/my/local
to change installation
prefix from /usr/local/
to something else (e.g., /my/local
).
Let's assume that everything is installed under /tmp/usr/local/bin
and you have write permission on your current working directory.
export PATH=/tmp/usr/local/bin:$PATH
fabtrun
Set either SLURM
or PBS
TRUE in CTestConfig.cmake
to run test on clusters.
Then, repeat the steps in Build and run make test
after make
.