Page 1 of 1

OpenSeesMP - library missing

Posted: Sun May 12, 2013 11:23 pm
by kampix01
Maybe anyone of you can help me. I want to use the OpenSeesMP software. Therefore I had to install OpenMPI on my macbook. Now, when I want to run a minimal example, I get an error, that some library is missing:

dyld: Library not loaded: /usr//lib/libmpi_cxx.0.dylib
Referenced from: /Users/maxmustermann/Desktop/OpenSeesMP
Reason: image not found

Has anybody an idea, where this library comes from? Do I have to use another version of OpenMPI? Or has this library something to do with my c and c++ compiler stuff. I installed the newest version (i think 4.8.1) of the gnu compiler, so I think this problem is related with the OpenMPI thing. Or has this something to do with the OpenSeesMP itself?

I'm a little bit wondering, why in this path '/usr//lib/libmpi_cxx.0.dylib' two slashes follows to '/usr'. I think this shoul be ''/usr/lib/libmpi_cxx.0.dylib''. But when I look into this directory, the needed library isn't inside too.

thanks

Re: OpenSeesMP - library missing

Posted: Mon May 13, 2013 3:06 pm
by fmk
the openmpi version that the parallel mac applications are built with came standard on the old mac10.6 or so operating system. i have access to a machine running 10.8. there is no openmpi provided by default. i will build and test some new binaries using one of the mpi packages.

what version of mac os are you runnnig and how did you get openmpi?

Re: OpenSeesMP - library missing

Posted: Mon May 13, 2013 9:17 pm
by kampix01
On my MacBook Pro I'm running with OSX 10.8.3 (2.4 Ghz, Intel Core i5).

- I got the OpenMPI package from:
http://www.open-mpi.org/software/ompi/v1.6/
and downloaded the latest stable version (1.6.4).

- For installing I followed the instructions in:
https://sites.google.com/site/dwhipp/tu ... n-mac-os-x

- and finally, for installing the GNU compiler, i followed the instructions in :
https://sites.google.com/site/dwhipp/tu ... lers#mlion

For additional information just ask again.
Thanks a lot!

Re: OpenSeesMP - library missing

Posted: Tue Apr 12, 2016 7:04 am
by Simi
Hello, I have the same problem... have u solved the problem?