<div dir="ltr"><div>Thank you for the excellent software!</div><div><br></div><div>Not a critical issue, by any means, but just bringing to your attention that the man pages in 4.0.0 look like something didn't go quite right during generation; it has the function signature for QMPI_Send() rather than MPI_Send() and some extra preprocessor statements.<br></div><div><br></div><div>[ From 4.0.0 .tar.gz from <a href="http://mpich.org">mpich.org</a> ]<br></div><div>MPI_Send(3)                           MPI                          MPI_Send(3)<br><br>NAME<br>       MPI_Send -  Performs a blocking send<br><br>SYNOPSIS<br>       #ifdef ENABLE_QMPI<br>       #ifndef MPICH_MPI_FROM_PMPI<br>       int QMPI_Send(QMPI_Context context, int tool_id, const void *buf, int count, MPI_Datatype datatype,<br>       int dest, int tag, MPI_Comm comm) MPICH_API_PUBLIC<br></div><div>[...]</div><div><br></div><div>[ From 3.4.3 .tar.gz from <a href="http://mpich.org">mpich.org</a> ]<br></div>MPI_Send(3)                           MPI                          MPI_Send(3)<br><br>NAME<br>       MPI_Send -  Performs a blocking send<br><br>SYNOPSIS<br>       int MPI_Send(const void *buf, int count, MPI_Datatype datatype, int dest, int tag, MPI_Comm comm)<div>[...]</div><div><br></div><div>You can see this in the mpich-hosted man pages, too: <a href="https://www.mpich.org/static/docs/latest/www3/MPI_Send.html">https://www.mpich.org/static/docs/latest/www3/MPI_Send.html</a></div><div><br></div><div>Thanks,</div><div>  - Eric<br></div><div><br></div><div><br></div></div>