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
Merge requests
!713
Added note about OpenMPI on OP systems
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Added note about OpenMPI on OP systems
note-about-openmpi-on-ompipath
into
master
Overview
0
Commits
1
Changes
1
Merged
Josh Borrow
requested to merge
note-about-openmpi-on-ompipath
into
master
6 years ago
Overview
0
Commits
1
Changes
1
Expand
Adds a note to the docs; MS can you please check for accuracy.
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
07ee9d56
1 commit,
6 years ago
1 file
+
9
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
doc/RTD/source/GettingStarted/compiling_code.rst
+
9
−
0
Options
@@ -24,6 +24,15 @@ MPI
A recent implementation of MPI, such as Open MPI (v2.x or higher), is required,
or any library that implements at least the MPI 3 standard.
Running SWIFT on OmniPath atchitechtures with Open MPI
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
When running SWIFT on an OmniPath system we suggest that Open MPI v3.1.3 or higher
is used. A bug in the ``psm2`` library causes communications to be lost. It is
possible to run SWIFT with older versions (tested with v2.1.x) of Open MPI so
long as ``psm`` is used instead of ``psm2``, i.e. that you invoke ``mpirun``
with ``--mca btl vader,self -mca mtl psm``.
Libtool
~~~~~~~
The build system depends on libtool.
Loading