[mpich-commits] [mpich] MPICH primary repository branch, master, updated. v3.1.2-151-g2e46f3a

Service Account noreply at mpich.org
Wed Sep 3 17:19:22 CDT 2014


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  2e46f3a6b660dba9c1ac8ffd4c1767ef548df077 (commit)
       via  d94a476666fc6dac1163b9767e79aa9e134b507a (commit)
      from  b58d4baf6c32b8e55faf7b3370a80428811ba21f (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/2e46f3a6b660dba9c1ac8ffd4c1767ef548df077

commit 2e46f3a6b660dba9c1ac8ffd4c1767ef548df077
Author: Pavan Balaji <balaji at anl.gov>
Date:   Wed Sep 3 17:18:32 2014 -0500

    Added release notes for the mxm netmod.
    
    No reviewer.

diff --git a/README.vin b/README.vin
index c7fcaf5..528164b 100644
--- a/README.vin
+++ b/README.vin
@@ -473,6 +473,25 @@ 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.
 
+mxm network module
+``````````````````
+The mxm netmod provides support for Mellanox InfiniBand adapters.  It
+can be built with the following configure option:
+
+  --with-device=ch3:nemesis:mxm
+
+If your MXM library is installed in a non-standard location, you might
+need to help configure find it using the following configure option
+(assuming the libraries are present in /path/to/mxm/lib and the
+include headers are present in /path/to/mxm/include):
+
+  --with-mxm=/path/to/mxm
+
+(or)
+
+  --with-mxm-lib=/path/to/mxm/lib
+  --with-mxm-include=/path/to/mxm/include
+
 ib network module
 `````````````````
 The IB netmod provides support for InfiniBand on x86_64 platforms

http://git.mpich.org/mpich.git/commitdiff/d94a476666fc6dac1163b9767e79aa9e134b507a

commit d94a476666fc6dac1163b9767e79aa9e134b507a
Author: Pavan Balaji <balaji at anl.gov>
Date:   Wed Sep 3 17:15:44 2014 -0500

    Added a note in the CHANGES file about the MXM netmod.
    
    No reviewer.

diff --git a/CHANGES b/CHANGES
index e826f2c..d5e888d 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,9 @@
 
  # Fortran 2008 bindings are enabled by default and fully supported.
 
+ # Added support for the Mellanox MXM InfiniBand interface.  (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).
 

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

Summary of changes:
 CHANGES    |    3 +++
 README.vin |   19 +++++++++++++++++++
 2 files changed, 22 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
MPICH primary repository


More information about the commits mailing list