Re: [OctDev] Cann't make openmpi_ext working on Ubuntu 12.04 x86_64

2012-08-28 Thread c.
On 28 Aug 2012, at 15:27, Dmitry S. Kravtsov wrote: > 0040-00401000 r-xp fc:03 1193734 > /usr/bin/octave-3.2.4 I would highly recommend updating your Octave to a newer version, as 3.2.4 is quite old. Here are some instructions about how to that on Ubuntu

Re: [OctDev] Cann't make openmpi_ext working on Ubuntu 12.04 x86_64

2012-08-28 Thread c.
On 28 Aug 2012, at 15:31, Dmitry S. Kravtsov wrote: > Update: Error seems happening only at finalization, so I can perform normally > any usefull job before MPI_Finalize(); and than I got 100% chance to crash. Dmitri, I am preparing a new release of the openmpi_ext package which does contain a

Re: [OctDev] Cann't make openmpi_ext working on Ubuntu 12.04 x86_64

2012-08-28 Thread Dmitry S. Kravtsov
Sometimes I got more verbose error: *** glibc detected *** octave: double free or corruption (!prev): 0x01755ba0 *** === Backtrace: = /lib/x86_64-linux-gnu/libc.so.6(+0x7e626)[0x7fe3fa8b7626] /usr/lib/nvidia-current-updates/tls/libnvidia-tls.so.295.49(+0x1c01)[0x7fe3f4df2c01] =

Re: [OctDev] Cann't make openmpi_ext working on Ubuntu 12.04 x86_64

2012-08-28 Thread Dmitry S. Kravtsov
Update: Error seems happening only at finalization, so I can perform normally any usefull job before MPI_Finalize(); and than I got 100% chance to crash. -- Dmitry S. Kravtsov -- Live Security Virtual Conference Exclusive

[OctDev] Cann't make openmpi_ext working on Ubuntu 12.04 x86_64

2012-08-28 Thread Dmitry S. Kravtsov
Hello everyone, I was trying to make Forge version of openmpi_ext work on Ubuntu 12.04 x86_64 with no success. I tried both automated installation with "pkg install" and manually by following README in that package (with custom compiled openmpi-1.3.3). In any case I got segfaults just by executin