Name: | openmpi |
---|---|
Version: | 1.1.1 |
Release: | 5.el5 |
Architecture: | i386 |
Group: | Development/Libraries |
Size: | 270438 |
License: | BSD |
RPM: | openmpi-1.1.1-5.el5.i386.rpm |
Source RPM: | openmpi-1.1.1-5.el5.src.rpm |
Build Date: | Wed Jun 06 2007 |
Build Host: | ca-build14 |
Vendor: | Oracle USA |
URL: | http://www.open-mpi.org/ |
Summary: | Open Message Passing Interface |
Description: | 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/ . |
- Remove the FORTIFY_SOURCE and stack protect options - Related: bz213075
- Bump and build against the final openib-1.1 package
- Fix an snprintf length bug in opal/util/cmd_line.c - RESOLVES: rhbz#210714
- Bump and build against openib-1.1-0.pre1.1 instead of 1.0
- Update to upstream 1.1.1 version
- ia64 can't take -m64 on the gcc command line, so don't set it there
- 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]).
- Make sure the post/preun scripts only add/remove alternatives on initial install and final removal, otherwise don't touch.
- Don't ghost the mpi.conf file as that means it will get removed when you remove 1 out of a number of alternatives based packages - Put the .mod file in -devel
- Various lint cleanups - Switch to using the standard alternatives mechanism instead of a home grown one
- Upgrade to 1.1 - Build with Infiniband support via openib
- Upgrade to 1.0.2
- Import into Fedora Core - Resolve LAM clashes
- Use configure options to install includes and libraries - Add ld.so.conf.d file to find libraries - Add -fPIC for x86_64
- 1.0.1 - Use alternatives
- fix lam conflicts
- initial specfile created