Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
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
- * Thu Dec 7 16:00:00 2006 Tom "spot" Callaway <tcallawa{%}redhat{*}com> - 1.1-8
- enable sparcv9 only (earlier won't work)
- * Fri Oct 13 17:00:00 2006 Doug Ledford <dledford{%}redhat{*}com> - 1.1-7
- ia64 can't take -m64 on the gcc command line, so don't set it there
- * Wed Oct 11 17:00:00 2006 Doug Ledford <dledford{%}redhat{*}com> - 1.1-6
- Bump rev to match fc6 rev
- Fixup some issue with alternatives support
- Split the 32bit and 64bit libs ld.so.conf.d files into two files so
multilib or single lib installs both work properly
- Put libs into their own package
- Add symlinks to /usr/share/openmpi/bin32 so that opal_wrapper-32
can be called even if it isn't the currently selected default method in
the alternatives setup (opal_wrapper needs to be called by mpicc, mpic++,
etc. in order to determine compile mode from argv[0]).