Update Build authored by Yannik Müller's avatar Yannik Müller
......@@ -21,6 +21,15 @@ In general you have to do the following steps
4. [Optional] Install `linktest-report` via pip (Update PYTHONPATH or use virtual environments)
5. [Optional] Install `pingponganalysis` with `make`
Quick-Start-Example installing Linktest with only MPI and TCP support. (Might not work on your system)
```bash
mkdir -p install
cd benchmark
ml GCC ParaStationMPI SIONlib SciPy-Stack # 1 + 2
make HAVE_MINIPMI=0 PREFIX=../install clean install # 3
python -m pip install ../python/setup.py --prefix=../install # 4
```
# Transport Layers
Transport Layers can be (de-)activated with `make HAVE_<LAYER>=(0)1`
The following transport layers and other variables may be used:
......
......