Skip to content
Marc-Andre Hermanns edited this page Oct 31, 2019 · 1 revision

Participants

  • Marc-Andre Hermanns
  • Kathryn Mohror
  • Nathan Hjelm
  • Chris Chambreau
  • Martin Schulz

Topics

QMPI

  • How to dynamically get a certain tool configuration initialized in the static case?
    • Problem is that for static linking a symbol dependency (on the tool initialization function) needs to be created at compile time of the application
      • This is usually unfeasible
    • Potentially a tool can be used to generate a small object file at link time to be linked into the application with exactly these dependencies, such that the tools are linked into the application
      • Check with Joachim P. on how this is done in PnMPI.
Clone this wiki locally