[Bug 232036] Re: importing petsc4py.PETSc results in segfault

2013-06-14 Thread Thomas Hotz
This package is not in our software archive any more, so I close this
bug.

** Changed in: petsc4py (Ubuntu)
   Status: New = Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/232036

Title:
  importing petsc4py.PETSc results in segfault

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/petsc4py/+bug/232036/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 232036] Re: importing petsc4py.PETSc results in segfault

2009-09-08 Thread Nizamov Shawkat
This is a bug in OpenMPI and I also came across it. Workaround for
python is quite simple :

from ctypes import *
mpi = CDLL('libmpi.so.0', RTLD_GLOBAL)

proposed in OpenMPI FAQ at http://www.open-mpi.org/faq/?category=running
#loading-libmpi-dynamically

If I recoll correctly, I didn't observe this behaviour previously (in
8.10)  with OpenMPI 1.2 series.

My guess is that this bug should be attached to libopenmpi

wbr
Shawkat

-- 
importing petsc4py.PETSc results in segfault
https://bugs.launchpad.net/bugs/232036
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 232036] Re: importing petsc4py.PETSc results in segfault

2009-09-08 Thread Nizamov Shawkat
Also, as mentioned in 
http://www.open-mpi.org/community/lists/users/2009/02/8135.php
bug may be resolved compiling  OpenMPI 1.3 using --enable-shared --enable-static

-- 
importing petsc4py.PETSc results in segfault
https://bugs.launchpad.net/bugs/232036
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 232036] Re: importing petsc4py.PETSc results in segfault

2009-09-07 Thread kisuke
Binary package hint: python-petsc4py

Runnin ubuntu jaunty (9.04), i386 arch:

$ python
Python 2.6.2 (release26-maint, Apr 19 2009, 01:56:41) 
[GCC 4.3.3] on linux2
Type help, copyright, credits or license for more information.
 import petsc4py.PETSc
python: symbol lookup error: 
/usr/lib/openmpi/lib/openmpi/mca_paffinity_linux.so: undefined symbol: 
mca_base_param_reg_int

Some pacake info:

$ wajig detail petsc-dev | grep Version
Version: 2.3.3-15ubuntu2

$ wajig detail python-petsc4py | grep Version
Version: 0.7.5-5build1
Python-Version: 2.5, 2.6

$ wajig detail python-numpy | grep Version
Version: 1:1.2.1-1ubuntu1
Python-Version: 2.5, 2.6

regards,
Luis.

-- 
importing petsc4py.PETSc results in segfault
https://bugs.launchpad.net/bugs/232036
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 232036] Re: importing petsc4py.PETSc results in segfault

2008-10-23 Thread Gabriel de Perthuis
The real cause is bug #260027 (though that's hard to guess, so I did not
mark it as a duplicate).

-- 
importing petsc4py.PETSc results in segfault
https://bugs.launchpad.net/bugs/232036
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs