[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

[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

Re: [Bug 367377] Re: High load average, disk read, no apparent reason - 2.6.28-11

2009-06-15 Thread Nizamov Shawkat
I am also confident that bug had gone after upgrading to kernel 2.6.30 and using intel video drivers (from x-swat ppa) that default to older acceleration architecture (EXA). -- High load average, disk read, no apparent reason - 2.6.28-11 https://bugs.launchpad.net/bugs/367377 You received this

[Bug 367377] Re: High load average, disk read, no apparent reason - 2.6.28-11

2009-05-21 Thread Nizamov Shawkat
I also experience the same bug on notebook with i945 chipset with Ubuntu Jaunty. Symptoms are the same - at some point system becomes irresponsive, disk activity is such high that the only option is to power-off the notebook. As I was experiencing it rather frequently I had open consoles with

[Bug 360319] Re: [GM45] (Needs -intel 2.7.0) memory leak causes system to run out of memory (UXA/EXA)

2009-05-21 Thread Nizamov Shawkat
I still experience this bug with intel drivers 2.7.99.1-1, KDE4.2.2(4.2.3), installed from ppa's. There is another bug-report on the same problem. I wrote details there. https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video- intel/+bug/367377 -- [GM45] (Needs -intel 2.7.0) memory leak

[Bug 358137] Re: there is no kscope package in ubuntu 9.04

2009-04-14 Thread Nizamov Shawkat
Last kscope packaged in ubuntu is 1.6.0 from 2007 Current kscope version is 1.9.4 (March 2009) Available here http://sourceforge.net/project/downloading.php?group_id=97573filename=kscope-1.9.4.tar.gza=28544947 Please, package the new version -- there is no kscope package in ubuntu 9.04

[Bug 358137] Re: there is no kscope package in ubuntu 9.04

2009-04-14 Thread Nizamov Shawkat
I have made a repackage, available here - https://launchpad.net /~nizamov-shawkat/+archive/ppa -- there is no kscope package in ubuntu 9.04 https://bugs.launchpad.net/bugs/358137 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu

[Bug 342344] Re: openmpi-dev depends on libibverbs-dev

2009-04-13 Thread Nizamov Shawkat
Interestingly, build fails only on lpia architecture and succeeds on i386 and x86_64 arch's. even more - build fails only on lpia on jaunty and hardy, but not on the intrepid -- openmpi-dev depends on libibverbs-dev https://bugs.launchpad.net/bugs/342344 You received this bug notification

[Bug 342344] Re: openmpi-dev depends on libibverbs-dev

2009-04-09 Thread Nizamov Shawkat
I also hit this bug. I am compiling the package, depending on openmpi (in my ppa). It was a big surprise to see build failed because package was perfectly buildable package in pbuilder on my desktop. Interestingly, build fails only on lpia architecture and succeeds on i386 and x86_64 arch's.