Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Rob Latham
MPICH-BlueGene
Commits
8b8b7f67
Commit
8b8b7f67
authored
Jun 11, 2015
by
Pavan Balaji
Committed by
Sangmin Seo
Jun 11, 2015
Browse files
Edit CHANGES and README.vin to remove IB mentions.
Signed-off-by:
Sangmin Seo
<
sseo@anl.gov
>
parent
a8ac5b4e
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
8b8b7f67
...
...
@@ -15,9 +15,6 @@
# Added support for the Mellanox HCOLL interface for collectives.
(thanks to Mellanox for the code contribution).
# Added support for OFED IB on Xeon and Xeon Phi. (thanks to RIKEN
and University of Tokyo for the contribution).
# Significant stability improvements to the MPICH/portals4
implementation.
...
...
README.vin
View file @
8b8b7f67
...
...
@@ -502,45 +502,6 @@ to "error" instead of the default "warn" by using:
MXM_LOG_LEVEL=error
export MXM_LOG_LEVEL
ib network module
`````````````````
The IB netmod provides support for InfiniBand on x86_64 platforms
(including Xeon Phi). It can be built in the following
configurations:
1. InfiniBand Open Fabrics, x86_64 (host), Linux
For this mode, configure with the following option:
--with-device=ch3:nemesis:ib
2. InfiniBand Open Fabrics, Xeon Phi, Intel MPSS Linux
For this mode, configure with the following options:
--with-device=ch3:nemesis:ib
--with-cross=<mpich-source>/src/mpid/ch3/channels/nemesis/netmod/ib/cross_values.txt
--host=x86_64-k1om-linux
--with-ib=/opt/intel/mic/ofed/card/usr
CC=icc CXX=icpc FC=ifort
CFLAGS=-mmic CXXFLAGS=-mmic FCFLAGS=-mmic LDFLAGS=-mmic
3. InfiniBand Open Fabrics, Xeon Phi, McKernel (developed by
University of Tokyo)
For this mode, configure with the following options:
--with-device=ch3:nemesis:ib
--with-cross=<mpich-source>/src/mpid/ch3/channels/nemesis/netmod/ib/cross_values.txt
--host=x86_64-k1om-linux
--with-ib=<mckernel-source>/attached
--disable-shared
CC=icc CXX=icpc FC=ifort
CFLAGS=-mmic CXXFLAGS=-mmic FCFLAGS=-mmic LDFLAGS=-mmic
Note that shared builds are not supported for the third
configuration right now.
portals4 network module
```````````````````````
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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