Contents: [slideshow]


About this document

The Edit, Compile, Link Cycle

Static vs Dynamic Linking

Dynamic Linking
  • The default — .sos are found at run-time.
Static Linking
Sometimes advantageous to merge a copy of the required libs into the binary/executable, e.g.:
  • certain libs not available on compute nodes;
  • moving binary/executable between systems.


...previousup (conts)next...