guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: openmpi: Description mentions MPI 3.0.


From: Ludovic Courtès
Subject: 02/02: gnu: openmpi: Description mentions MPI 3.0.
Date: Tue, 25 Jul 2017 12:21:45 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit bb0f6d7526477c321d025bc8e2dcb019dcc1f415
Author: Dave Love <address@hidden>
Date:   Sun Jul 23 22:30:40 2017 +0100

    gnu: openmpi: Description mentions MPI 3.0.
    
    * gnu/packages/mpi.scm (openmpi): It's MPI 3, not MPI 2.
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 gnu/packages/mpi.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/mpi.scm b/gnu/packages/mpi.scm
index 6adff2a..b20993b 100644
--- a/gnu/packages/mpi.scm
+++ b/gnu/packages/mpi.scm
@@ -156,9 +156,9 @@ bind processes, and much more.")
                         (for-each delete-file (find-files out "config.log"))
                         #t))))))
     (home-page "http://www.open-mpi.org";)
-    (synopsis "MPI-2 implementation")
+    (synopsis "MPI-3 implementation")
     (description
-     "The Open MPI Project is an MPI-2 implementation that is developed and
+     "The Open MPI Project is an MPI-3 implementation that is developed and
 maintained by a consortium of academic, research, and industry partners.  Open
 MPI is therefore able to combine the expertise, technologies, and resources
 from all across the High Performance Computing community in order to build the



reply via email to

[Prev in Thread] Current Thread [Next in Thread]