Re: [OMPI users] Java bindings failed to load required libraries

2012-11-06 Thread Georg Ruzicka
uot;Open MPI Users" Gesendet: Mittwoch, 31. Oktober 2012 15:26:45 GMT +01:00 Amsterdam/Berlin/Bern/Rom/Stockholm/Wien Betreff: Re: [OMPI users] Java bindings failed to load required libraries The "libompi" was just a shorthand way of saying it can't load the OMPI libraries - i

Re: [OMPI users] Java bindings failed to load required libraries

2012-10-31 Thread Jeff Squyres
On Oct 31, 2012, at 10:23 AM, Ralph Castain wrote: > 2. you could go to the gnu site and download libtool yourself, build it, and > then ensure it is in your default path If you go this route, read the HACKING document at the top-level Open MPI directory. It has directions on how to build/inst

Re: [OMPI users] Java bindings failed to load required libraries

2012-10-31 Thread Ralph Castain
The "libompi" was just a shorthand way of saying it can't load the OMPI libraries - it actually is looking for the libopen-rte in your /lib directory. But that isn't the problem. The problem is that we require ltdladvise in order to correctly load those libraries. Given that you are building fro

[OMPI users] Java bindings failed to load required libraries

2012-10-31 Thread Georg Ruzicka
Hello again. The fault is still there and I can't locate it. It seem's the first part of the message came from the file ompi/mpi/java/c/mpi_MPI.c : NO LT_DLADVISE - CANNOT LOAD LIBOMPI and the second part from ompi/mpi/java/java/MPI.java I run a 'make install' in both directories. As the re

Re: [OMPI users] Java bindings failed to load required libraries

2012-10-25 Thread Georg Ruzicka
sry, my fault. not libtool 1.12.3 i mixed it up with automake - Ursprüngliche Mail - Von: "Jeff Squyres" An: "Open MPI Users" Gesendet: Donnerstag, 25. Oktober 2012 20:03:48 GMT +01:00 Amsterdam/Berlin/Bern/Rom/Stockholm/Wien Betreff: Re: [OMPI users] Java bin

Re: [OMPI users] Java bindings failed to load required libraries

2012-10-25 Thread Jeff Squyres
20:03:48 GMT +01:00 > Amsterdam/Berlin/Bern/Rom/Stockholm/Wien > Betreff: Re: [OMPI users] Java bindings failed to load required libraries > > Did you build from a trunk nightly tarball, or a SVN checkout? > > If a SVN checkout, you probably need to upgrade your Libtool. See thi

Re: [OMPI users] Java bindings failed to load required libraries

2012-10-25 Thread Georg Ruzicka
stag, 25. Oktober 2012 20:03:48 GMT +01:00 Amsterdam/Berlin/Bern/Rom/Stockholm/Wien Betreff: Re: [OMPI users] Java bindings failed to load required libraries Did you build from a trunk nightly tarball, or a SVN checkout? If a SVN checkout, you probably need to upgrade your Libtool. See this ch

Re: [OMPI users] Java bindings failed to load required libraries

2012-10-25 Thread Georg Ruzicka
The tool m4, autoconf and libtool are installed. - Ursprüngliche Mail - Von: "Ralph Castain" An: "Open MPI Users" Gesendet: Donnerstag, 25. Oktober 2012 19:54:32 GMT +01:00 Amsterdam/Berlin/Bern/Rom/Stockholm/Wien Betreff: Re: [OMPI users] Java bindings fai

Re: [OMPI users] Java bindings failed to load required libraries

2012-10-25 Thread Jeff Squyres
Did you build from a trunk nightly tarball, or a SVN checkout? If a SVN checkout, you probably need to upgrade your Libtool. See this chart: http://www.open-mpi.org/svn/building.php On Oct 25, 2012, at 1:06 PM, Georg Ruzicka wrote: > Hello. > > I installed open mpi and try to run the exa

Re: [OMPI users] Java bindings failed to load required libraries

2012-10-25 Thread Ralph Castain
I haven't worked with ubuntu in awhile, but I expect you need to install libtool On Oct 25, 2012, at 10:06 AM, Georg Ruzicka <82ruge1...@hft-stuttgart.de> wrote: > Hello. > > I installed open mpi and try to run the examples. > I used the developer trunk. > C, C++ and Fortran90 examples compiling

[OMPI users] Java bindings failed to load required libraries

2012-10-25 Thread Georg Ruzicka
Hello. I installed open mpi and try to run the examples. I used the developer trunk. C, C++ and Fortran90 examples compiling and running well. When i tried to run the compiled Hello.java class i get this messages: georg@ThinkPad-R61:~/ompi-svn/examples$ mpirun java Hello [ThinkPad-R61:19720] NO