On 08/08/2018 10:28 AM, Bruno Turcksin wrote:
    
<https://ro-che.info/articles/2016-09-09-static-binaries-scientific-computing>

Static linking should be avoided unless you need to. For example, if you are on a Cray you probably have to do static linking. Honestly, all the advantages given in the blog are not real advantages in practice (good luck compiling your application on you desktop and then running it on a cluster).

In particular, you will find that linking your application against the deal.II (statically linked) library takes forever: several minutes. That's acceptable if you want to do it only once, when your application is fully developed. ut if you are still changing things, you will come to realize that that's going to strain your patience.

Best
 W.

--
------------------------------------------------------------------------
Wolfgang Bangerth          email:                 [email protected]
                           www: http://www.math.colostate.edu/~bangerth/

--
The deal.II project is located at http://www.dealii.org/
For mailing list/forum options, see 
https://groups.google.com/d/forum/dealii?hl=en
--- You received this message because you are subscribed to the Google Groups "deal.II User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to