Di,

On Wednesday, August 8, 2018 at 12:13:16 PM UTC-4, 程迪 wrote:
>
> I noticed that static linking might be more appropriate for very large 
> scale computing. ref: 
> 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).

But how to compile dealii into a single static-linked executable?
>
Here is the relevant documentation 
https://www.dealii.org/9.0.0/users/cmake.html#configurebuild Again, do it 
only if you have a good reason :-)

Best,

Bruno

-- 
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