Bug 512144
| Summary: | openmpi package (installation) buggy | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Stefan Seefeld <stefan> |
| Component: | openmpi | Assignee: | Doug Ledford <dledford> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | high | Docs Contact: | |
| Priority: | low | ||
| Version: | 11 | CC: | alex, dledford, mgahagan |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2010-02-20 00:06:51 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 513462 | ||
|
Description
Stefan Seefeld
2009-07-16 14:24:29 UTC
openmpi-1.3.3-1 resolves the openmpi specific parts of this issue....however, there is a need to coordinate with mpich2 in order to resolve the "both own mpirun" problem. The issue is that it isn't really feasible to use alternatives to select MPI implementations (mainly because alternatives is intended to be system wide while MPI selection needs to be much finer grained). In order to use openmpi instead of mpich2, you need to load the openmpi module via environment-modules. This will put the openmpi mpirun in your path before /usr/bin and therefore override mpich2's mpirun. From a command prompt or in your login scripts: module load openmpi-<arch> will get you openmpi usability. openmpi-1.3.3-2.fc11 has been pushed to the Fedora 11 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update openmpi'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F11/FEDORA-2009-7951 Unfortunately a new update was pushed which omitted adding this bug to a new update to supercede the one above. Please visit: https://admin.fedoraproject.org/updates/F11/FEDORA-2009-10848 and test the version in updates-testing before it gets pushed to stable (which will happen very soon) to make sure there are no regressions. This should be resolved by the current openmpi, closing. |