OpenSeesMP - library missing

This forum is for issues related to parallel processing
and OpenSees using the new interpreters OpenSeesSP and OpenSeesMP

Moderator: selimgunay

Post Reply
kampix01
Posts: 14
Joined: Thu Mar 15, 2012 10:04 pm
Location: University of Innsbruck

OpenSeesMP - library missing

Post by kampix01 » Sun May 12, 2013 11:23 pm

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

fmk
Site Admin
Posts: 5883
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Re: OpenSeesMP - library missing

Post by fmk » Mon May 13, 2013 3:06 pm

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?

kampix01
Posts: 14
Joined: Thu Mar 15, 2012 10:04 pm
Location: University of Innsbruck

Re: OpenSeesMP - library missing

Post by kampix01 » Mon May 13, 2013 9:17 pm

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!

Simi
Posts: 1
Joined: Sun Apr 10, 2016 9:49 am
Location: Porto

Re: OpenSeesMP - library missing

Post by Simi » Tue Apr 12, 2016 7:04 am

Hello, I have the same problem... have u solved the problem?

Post Reply