X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d33b57c6b1125ecac63144e45e7c90ef46669155..effadf994078b5f7bbc589d3ac0ba2aae8aaa59f:/doc/doxygen/module-smpi.doc diff --git a/doc/doxygen/module-smpi.doc b/doc/doxygen/module-smpi.doc index 13544860e3..bbeaed2761 100644 --- a/doc/doxygen/module-smpi.doc +++ b/doc/doxygen/module-smpi.doc @@ -641,10 +641,11 @@ make @endverbatim Indeed, the programs compiled with smpicc cannot be executed -without smpirun, while configure wants to test them directly. -With SMPI_PRETEND_CC, any program compiled with smpicc stops -and returns 0 before doing anything that would fail without -smpirun. +without smpirun (they are shared libraries, and they do weird +things on startup), while configure wants to test them directly. +With SMPI_PRETEND_CC smpicc does not compile as shared, +and the SMPI initialization stops and returns 0 before doing anything +that would fail without smpirun. \warning