[mpich-commits] [mpich] MPICH primary repository branch, master, updated. v3.1rc2-48-gfb0cc7e

mysql vizuser noreply at mpich.org
Sun Dec 8 19:33:17 CST 2013


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "MPICH primary repository".

The branch, master has been updated
       via  fb0cc7ec359da14a3811b852ff9e0fe2d9a7576c (commit)
      from  c2093ef7da8e67a7db1d6e8f5caf6be9b6846672 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.mpich.org/mpich.git/commitdiff/fb0cc7ec359da14a3811b852ff9e0fe2d9a7576c

commit fb0cc7ec359da14a3811b852ff9e0fe2d9a7576c
Author: Masamichi Takagi <masamichi.takagi at gmail.com>
Date:   Sat Dec 7 20:23:00 2013 +0900

    Add a description on the DCFA network module
    
    Add lines to README.vin on how to configure the DCFA network module
    which makes MPICH run on IB and Xeon Phi.
    
    Signed-off-by: Pavan Balaji <balaji at mcs.anl.gov>

diff --git a/README.vin b/README.vin
index 5ddbc07..218500c 100644
--- a/README.vin
+++ b/README.vin
@@ -474,6 +474,46 @@ shared memory has limits on the size of shared memory segments so
 using this for Nemesis may limit the number of processes that can be
 started on a single node.
 
+dcfa network module
+```````````````````
+The DCFA 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:dcfa
+
+2. InfiniBand Open Fabrics, Xeon Phi, Intel MPSS Linux
+
+   For this mode, configure with the following options:
+
+       --with-device=ch3:nemesis:dcfa
+       --with-cross=<mpich-source>/src/mpid/ch3/channels/nemesis/netmod/dcfa/cross_values.txt
+       --host=x86_64-k1om-linux
+       --with-dcfa=/opt/intel/mic/ofed/card/usr
+       CC=icc CXX=icpc F77=ifort FC=ifort
+       CFLAGS=-mmic CXXFLAGS=-mmic FFLAGS=-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:dcfa
+       --with-cross=<mpich-source>/src/mpid/ch3/channels/nemesis/netmod/dcfa/cross_values.txt
+       --host=x86_64-k1om-linux
+       --with-dcfa=<mckernel-source>/attached
+       --disable-shared
+       CC=icc CXX=icpc F77=ifort FC=ifort
+       CFLAGS=-mmic CXXFLAGS=-mmic FFLAGS=-mmic FCFLAGS=-mmic LDFLAGS=-mmic
+
+    Note that shared builds are not supported for the third
+    configuration right now.
+
+
 sock channel
 ------------
 sock is the traditional TCP sockets based communication channel. It

-----------------------------------------------------------------------

Summary of changes:
 README.vin |   40 ++++++++++++++++++++++++++++++++++++++++
 1 files changed, 40 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
MPICH primary repository


More information about the commits mailing list