Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Ignore pseudo-leaks when we use dlopen in smpi.
authordegomme <augustin.degomme@unibas.ch>
Wed, 17 May 2017 13:33:04 +0000 (15:33 +0200)
committerdegomme <augustin.degomme@unibas.ch>
Wed, 17 May 2017 13:33:04 +0000 (15:33 +0200)
commit87e788a85c4e031bb3fddacfa282472b49f36055
tree59fa639ae41e964a6ac5e4ea24a083b4468c0240
parentda0d7d1fbe3beaa4a4b234bd39668700aec0031a
Ignore pseudo-leaks when we use dlopen in smpi.
In a perfect world we should dlclose everything properly, but this leads to issues with some other atexit handles.
The xbt_postexit is always executed last, and closes the logs. If the SMPI code used XBT_LOG features, it is then needed until the last moment.
So we would need to store the handle at the XBT level instead of the SMPI one... And we don't really want that.
So we just hide these non-leaks from valgrind.
tools/simgrid.supp