LAM/MPI logo

LAM/MPI General User's Mailing List Archives

  |   Home   |   Download   |   Documentation   |   FAQ   |   all just in this list

From: Konstantin Skaburskas (konstan_at_[hidden])
Date: 2003-04-30 03:33:10


To clarify things a little.

On Wed, 30 Apr 2003, Konstantin Skaburskas wrote:

> What is the difference between error codes returned by MPI_Waitall():
>
> 18 and 32018
>
> If I use MPI_Error_string() to map this error codes to the strings, they
> reffer to the same "MPI_Waitany: error code is in status".

Sorry. Actually, they are mapped to different strings:

18 - "MPI_Error_string: error code is in status"
32018 - "MPI_Waitany: error code is in status"

But question still remains:

When MPI_Waitall() returns 18 and when 32018?

>
> 18 is defined as MPI_ERR_IN_STATUS. What is 32018 then?
>

Konstantin Skaburskas