Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Tobias Weinzierl
teaMPI
Commits
d4d4a092
Commit
d4d4a092
authored
May 05, 2021
by
Philipp Samfaß
Browse files
Update README.md
parent
096fe70a
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
d4d4a092
...
@@ -20,7 +20,8 @@ To build the library:
...
@@ -20,7 +20,8 @@ To build the library:
1.
Run
`mkdir build && cd build`
1.
Run
`mkdir build && cd build`
2.
Run
`cmake ..`
in the build directory, specify compilers if needed
2.
Run
`cmake ..`
in the build directory, specify compilers if needed
3.
Run
`make`
in the build directory to build the shared library
3.
Run
`make`
in the build directory to build the shared library
4.
set the number of teams with the
`TEAMS`
environment variable (default: 2)
4.
Set the number of teams with the
`TEAMS`
environment variable (default: 2)
5.
Run the application with
`mpirun -n <np*TEAMS> ./application <args>`
with
`np`
processes per team
To use some example provided miniapps:
To use some example provided miniapps:
1.
run
`make`
in the applications folder
1.
run
`make`
in the applications folder
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment