<div dir="ltr"><div><div>Hi,<br><br></div>I write a piece of code containing SLEPc calling and compile it into a .so library. Then I call this library in my program. I call MPI_Init in the main program, but it turns out that function SlepcInitialize in SLEPc .so library will not return, and the program stuck at that line. I don't know if this problem related to the place of MPI_Init calling, but the library works well if I only use one process and not initialize MPI outside.<br>
<br></div>Guoxi <br></div>