<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style id="owaParaStyle" type="text/css">P {margin-top:0;margin-bottom:0;}</style>
</head>
<body ocsi="0" fpstyle="1">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">Hi all,<br>
For those who want to use Darshan as a dynamic library with multithreaded applications, the MPI_Init_thread wrapper is the issue.<br>
A simple program calling MPI_Init_thread() and MPI_Finalize() will crash if LD_PRELOAD is set to libdarshan.so<br>
As a workaround - do MPI_Init_thread() call resolve_mpi_symbols() as it is done for MPI_Init()
<br>
Hope it will help <br>
Myriam,<br>
</div>
</body>
</html>