Status Objects

Wrapper around the MPI_Status struct. This struct is returned to a process that is receiving a message or testing to see if a message is ready yet. It tells you which process sent the message (process_ref), the message-id, how many items were in the message (a message carries an array of items), and if the message you are waiting for was canceled or aborted due to an error.