Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
LinkTest
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cstao-public
LinkTest
Wiki
Build
Changes
Page history
New page
Templates
Clone repository
Update Build
authored
3 years ago
by
Yannik Müller
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Build.md
+9
-0
9 additions, 0 deletions
Build.md
with
9 additions
and
0 deletions
Build.md
View page @
61994aa5
...
@@ -21,6 +21,15 @@ In general you have to do the following steps
...
@@ -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)
4.
[Optional] Install
`linktest-report`
via pip (Update PYTHONPATH or use virtual environments)
5.
[Optional] Install
`pingponganalysis`
with
`make`
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
Transport Layers can be (de-)activated with
`make HAVE_<LAYER>=(0)1`
Transport Layers can be (de-)activated with
`make HAVE_<LAYER>=(0)1`
The following transport layers and other variables may be used:
The following transport layers and other variables may be used:
...
...
This diff is collapsed.
Click to expand it.