[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

MPI_Statuses_c2f/f2c in MPI-2.0 HTML doc



Hello.

The MPI-2.0 HTML document may contain references to two non-standard functions.


MPI-2:  Extensions to the Message-Passing Interface,
Message Passing Interface Forum (July 18, 1997)
Page 54, Line 33, states

   Advice to users.  There is not a separate conversion function for arrays 
of statuses,
   since one can simply loop through the array, converting each status. 
(End of advice
   to users.)


However, http://www.mpi-forum.org/docs/mpi-20-html/node261.html#Node261
declares

   int MPI_Statuses_c2f(int count, MPI_Status **cstatus, MPI_Fint* f_status)
   int MPI_Statuses_f2c(int count, MPI_Fint *f_status, MPI_Status **cstatus)


I believe the above two declarations, omitted in the MPI-2.0 postscript 
document,
are non-standard.

Thank you very much for your time.


Sunlung Suen