Changes
Page history
Update Build
authored
Aug 02, 2021
by
Yannik Müller
Show whitespace changes
Inline
Side-by-side
Build.md
View page @
61994aa5
...
...
@@ -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:
...
...
...
...