Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
SWIFTsim
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SWIFT
SWIFTsim
Commits
db959290
Commit
db959290
authored
5 years ago
by
Peter W. Draper
Browse files
Options
Downloads
Patches
Plain Diff
Start documenting MPI settings that can work
parent
d829751c
No related branches found
No related tags found
1 merge request
!1074
Documenting MPI settings
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README-mpi-hints.md
+38
-0
38 additions, 0 deletions
README-mpi-hints.md
with
38 additions
and
0 deletions
README-mpi-hints.md
0 → 100644
+
38
−
0
View file @
db959290
Various hints on settings needed to get various MPIs running with SWIFT.
Last update 5th May 2020.
[[
_TOC_
]]
## Intel MPI
_Intel MPI 2018_
usually runs without any needs for special settings.
_Intel MPI 2019 and 2020_
can run for small tests, but without flags will
generally deadlock in the MPI exchanges of the engine, or worse. In that case
try the following settings.
```
FI_OFI_RXM_RX_SIZE=4096
FI_OFI_RXM_TX_SIZE=4096
FI_UNIVERSE_SIZE=2048
```
If you want use the
`release_mt`
library, then you also need to use:
```
source $I_MPI_ROOT/intel64/bin/mpivars.sh release_mt
```
when initializing the library environment. Some success has also been seen
using the asynchronous progression settings:
```
I_MPI_ASYNC_PROGRESS=1
I_MPI_ASYNC_PROGRESS_THREADS=1
```
(note these are tested with
`2019 update-4`
and
`2020 update-1`
).
## OpenMPI
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment