Link Statically
To link coolfluid statically, just add to the coolfluid.conf file:
allstatic = 1
As a result all libraries will be compiled a static libraries and the executables will include all the functionality.
A static executable can be copied to another machine without also having to copy all the libraries. Moreover it might be slightly faster in solving.
