Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add option smpi/privatize-lib to add extra library to privatization.
authordegomme <adegomme@users.noreply.github.com>
Mon, 18 Jun 2018 13:31:16 +0000 (15:31 +0200)
committerdegomme <adegomme@users.noreply.github.com>
Mon, 18 Jun 2018 13:31:16 +0000 (15:31 +0200)
commit26cc914ea54fae16e353aa561b46fa6fa26d2ebc
treea1b6d97a2b1a55813eb8291783dc9bb92b9a2c11
parent3b2ff08b6c36016e266f2995099f6977c50c0a99
Add option smpi/privatize-lib to add extra library to privatization.
This can be use for instance with libgfortran for fortran codes with I/O.
TODO :
- pass multiple libs (miniDFT may need this)
- find a better way to find the lib, for now we have to give the exact lib name or path
  (libgfortran.so.3, or /path/to/libgfortran.so.3 works, but not libgfortran or libgfortran.so)
src/simgrid/sg_config.cpp
src/smpi/internals/smpi_global.cpp