On , 2020Feb20, at 15:26, Junchao Zhang via petsc-users <[email protected]<mailto:[email protected]>> wrote:
The main disadvantage of dynamic shared libraries is the runtime performance costs of dynamic linking. Every time the program is executed it has to perform a large part of its linking process The main disadvantage of static linked libraries is the program load time. Each processor that executes the program has to load the executable from disk. Static => large executables => disk hit. Victor.
