[SOLVED] SimTKlapack is missing in OpenSim-3.1 Linux

Provide easy-to-use, extensible software for modeling, simulating, controlling, and analyzing the neuromusculoskeletal system.
POST REPLY
User avatar
Michele Vivian
Posts: 4
Joined: Thu Dec 23, 2010 2:46 am

[SOLVED] SimTKlapack is missing in OpenSim-3.1 Linux

Post by Michele Vivian » Thu Oct 24, 2013 1:14 am

Goodmorning everybody,

I'm looking for someone which is using the last API version of OpenSim (3.1 as in the title).

My question is about the missing library 'SimTKlapack' in the folder 'lib'.
I am not able to properly linking my old code with the last version.
Actually it works correctly using the 3.0 version.

Any ideas? I'd really appreciate any helps :)

Have a nice day,
Michele
Last edited by Michele Vivian on Thu Oct 24, 2013 5:28 am, edited 1 time in total.

User avatar
Michele Vivian
Posts: 4
Joined: Thu Dec 23, 2010 2:46 am

Re: SimTKlapack is missing in OpenSim-3.1-Linux-x64.tar.gz?

Post by Michele Vivian » Thu Oct 24, 2013 1:18 am

I forgot to underline that the SimTKlapack lubrary is normally installed by the Windows installer.

Michele

User avatar
Michele Vivian
Posts: 4
Joined: Thu Dec 23, 2010 2:46 am

Re: SimTKlapack is missing in OpenSim-3.1-Linux-x64.tar.gz?

Post by Michele Vivian » Thu Oct 24, 2013 5:27 am

I solved it reading carefully the message of error:
/usr/bin/ld: warning: liblapack.so.3gf, needed by /home/USER/ThirdPartyPrograms/opensim31/lib/libosimAnalyses.so, not found (try using -rpath or -rpath-link)
/usr/bin/ld: warning: libblas.so.3gf, needed by /home/USER/ThirdPartyPrograms/

So you must be sure to have these libriaries already installed.

See you,
Michele

User avatar
Michael Sherman
Posts: 806
Joined: Fri Apr 01, 2005 6:05 pm

Re: [SOLVED] SimTKlapack is missing in OpenSim-3.1 Linux

Post by Michael Sherman » Thu Oct 24, 2013 8:48 am

Yes, that's right Michele -- we are only using SimTKlapack on Windows in 3.1; on other platforms we switched to the native lapack and blas libraries.

Regards,
Sherm

POST REPLY