<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Eric,</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Thanks for reporting. This has been fixed in the current development branch and will be fixed in the upcoming 4.0.1 release.</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
-- <br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Hui Zhou<br>
</div>
<div id="appendonsend"></div>
<hr style="display:inline-block;width:98%" tabindex="-1">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" style="font-size:11pt" color="#000000"><b>From:</b> Eric Borisch via discuss <discuss@mpich.org><br>
<b>Sent:</b> Monday, February 14, 2022 11:47 AM<br>
<b>To:</b> discuss@mpich.org <discuss@mpich.org><br>
<b>Cc:</b> Eric Borisch <eborisch@gmail.com><br>
<b>Subject:</b> [mpich-discuss] man(3) pages in 4.0.0?</font>
<div> </div>
</div>
<div>
<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>
</div>
</body>
</html>