.\" DO NOT MODIFY THIS FILE! it was generated by rd2 .TH mpi_status.rd 1 "July 2001" .SH MPI::Status .PP .SH Description .PP A wrapper class around MPI status .SH Methods .PP .SH Informational Methods .PP .TP .fi .B MPI::Status#source() Returns the source of the message to which the status object refers. C equivalent: \&\fBstatus\.MPI_STATUS\fP .TP .fi .B MPI::Status#tag() Returns the tag of the message to which the status object refers. C equivalent: \&\fBstatus\.MPI_TAG\fP .TP .fi .B MPI::Status#cancelled?() Returns whether or not the message to which the status object refers was cancelled. C equivalent: \&\fBMPI_Test_cancelled()\fP