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

2012-11-06 Thread Georg Ruzicka
t install this by default, so you have to do it yourself. You can do this in two ways: 1. you could look for a libtool package and install it. For example, yum shows it has "libtool-ltdl" that you could load 2. you could go to the gnu site and download libtool yourself, build it, an

[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
dings 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 chart: http://www.open-mpi.org/svn/building.php On Oct 25, 2012, at 1:06 PM, Georg Ruzicka wrote: > Hello. > >

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

2012-10-25 Thread Georg Ruzicka
art: 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 examples. > I used the developer trunk. > C, C++ and Fortran90 examples compiling and running well. > > When i tried to

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

2012-10-25 Thread Georg Ruzicka
led to load required libraries 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 devel

[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