Bug 1082584
| Summary: | libmpi.so.0: cannot open shared object file: No such file or directory | ||
|---|---|---|---|
| Product: | [Fedora] Fedora EPEL | Reporter: | Chris Webb <christopher.webb> |
| Component: | pypar | Assignee: | Susi Lehtola <susi.lehtola> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | el6 | CC: | susi.lehtola |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | pypar-2.1.5_108-1.el6 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-04-15 23:29:21 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Chris Webb
2014-03-31 12:03:12 UTC
Does it work if you remove the
# Work around bug in OpenMPI (December 2009):
# https://bugs.launchpad.net/ubuntu/+source/petsc4py/+bug/232036
from ctypes import *
mpi = CDLL('libmpi.so.0', RTLD_GLOBAL)
# End work around
section altogether?
I did try that, it generates the followimg error:
[spimcmw@cnsdesk1 ~]0% python
Python 2.6.6 (r266:84292, Nov 21 2013, 12:39:37)
[GCC 4.4.7 20120313 (Red Hat 4.4.7-3)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import pypar
python: symbol lookup error: /usr/lib64/openmpi/lib/openmpi/mca_paffinity_hwloc.so: undefined symbol: mca_base_param_reg_int
[spimcmw@cnsdesk1 ~]127%
This is the same issue as in bug #754262. I'm syncing the EPEL6 branch with rawhide. pypar-2.1.5_108-1.el6 has been submitted as an update for Fedora EPEL 6. https://admin.fedoraproject.org/updates/pypar-2.1.5_108-1.el6 Package pypar-2.1.5_108-1.el6: * should fix your issue, * was pushed to the Fedora EPEL 6 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=epel-testing pypar-2.1.5_108-1.el6' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-1019/pypar-2.1.5_108-1.el6 then log in and leave karma (feedback). pypar-2.1.5_108-1.el6 has been pushed to the Fedora EPEL 6 stable repository. If problems still persist, please make note of it in this bug report. |