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 <ludo@gnu.org>
This commit is contained in:
parent
1f9bff4152
commit
bb0f6d7526
|
@ -156,9 +156,9 @@ bind processes, and much more.")
|
||||||
(for-each delete-file (find-files out "config.log"))
|
(for-each delete-file (find-files out "config.log"))
|
||||||
#t))))))
|
#t))))))
|
||||||
(home-page "http://www.open-mpi.org")
|
(home-page "http://www.open-mpi.org")
|
||||||
(synopsis "MPI-2 implementation")
|
(synopsis "MPI-3 implementation")
|
||||||
(description
|
(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
|
maintained by a consortium of academic, research, and industry partners. Open
|
||||||
MPI is therefore able to combine the expertise, technologies, and resources
|
MPI is therefore able to combine the expertise, technologies, and resources
|
||||||
from all across the High Performance Computing community in order to build the
|
from all across the High Performance Computing community in order to build the
|
||||||
|
|
Loading…
Reference in New Issue