Jump to letter: [
49ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
openmpi: Open Message Passing Interface
- Summary
- Open MPI is an open source, freely available implementation of both the
MPI-1 and MPI-2 standards, combining technologies and resources from
several other projects (FT-MPI, LA-MPI, LAM/MPI, and PACX-MPI) in
order to build the best MPI library available. A completely new MPI-2
compliant implementation, Open MPI offers advantages for system and
software vendors, application developers, and computer science
researchers. For more information, see http://www.open-mpi.org/ .
Changelog
- * Tue Apr 14 19:00:00 2009 Jay Fenlason <fenlason{%}redhat{*}com> - 1.2.8-4
- openmpi-libs was causing trouble with rpm not pulling in compat-dapl
instead of compat-dapl-1.2.5. Add an explicit requires for it.
- Resolves: bz484908
- * Tue Jan 27 18:00:00 2009 Doug Ledford <dledford{%}redhat{*}com> - 1.2.8-3
- The previous openmpi libs were compiled completely against gcc4-gfortran,
but now it isn't in the build environment by default, so add a specific
BuildRequire for it and use it.
- Related: bz465921
- * Tue Jan 27 18:00:00 2009 Doug Ledford <dledford{%}redhat{*}com> - 1.2.8-2
- Fix a minor nit in the openmpi.csh.in file
- Unable to mix g77 and gfortran, and can't break back compatibility with
apps compiled using g77, so leave gfortran support out
- Related: bz465921