From: Dmitry S. K. <idk...@gm...> - 2012-08-28 09:56:09
|
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 executing example scripts: $ mpirun -np 4 octave --eval helloworld GNU Octave, version 3.2.4 Copyright (C) 2009 John W. Eaton and others. This is free software; see the source code for copying conditions. There is ABSOLUTELY NO WARRANTY; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, type `warranty'. Octave was configured for "x86_64-pc-linux-gnu". Additional information about Octave is available at http://www.octave.org. ..... ..... We are at rank 0 that is master etc.. Greetings from process: 1! We are at rank 0 that is master etc.. Greetings from process: 2! We are at rank 0 that is master etc.. Greetings from process: 3! *** glibc detected *** octave: corrupted double-linked list: 0x00000000028e4420 *** *** glibc detected *** octave: corrupted double-linked list: 0x0000000002a69620 *** *** glibc detected *** octave: corrupted double-linked list: 0x000000000121d620 *** Any help is appreciated -- Dmitry S. Kravtsov |