Description
Hi All,
I am working on getting 4.0 running on a linux computing cluster. I have been able to build the source from the master branch on Scientific Linux 6.
Ideally, OpenSim does not need to be installed on the "worker" nodes (as these are random computers in labs across campus). I currently have it setup where I can run a simulation on a "worker" node by sending the executable (ie cmc), input files and the shared opensim libraries (.so). Ideally, I would like to build OpenSim with static libraries, so the executables are stand alone and I don't need to transfer the .so libraries for every simulation.
Do you anticipate any problems with building OpenSim with static libraries? Am I correct that I should be able to do this by editing the CMakeLists.txt files?
Thanks,
Colin