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
OpenSeesMP - library missing
Moderator: selimgunay
Re: OpenSeesMP - library missing
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?
what version of mac os are you runnnig and how did you get openmpi?
Re: OpenSeesMP - library missing
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!
- 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
Hello, I have the same problem... have u solved the problem?