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
|