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
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
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
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
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
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
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
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
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