Commits
Leon Arber committed 2bfc74c743d
Purpose: Bug Fix Description: mpich 1.2.4 does not properly implement the MPI_STATUS_IGNORE argument. It is treated as a NULL and this causes some functions to segfault when they attempt to write status information to this NULL address. Solution: Replaced the MPI_STATUS_IGNORE arguments with an MPI_Status variable into which status information can be safely written. Platforms tested: eirene (mpich 1.2.4, this bug has been fixed in mpich 1.2.6). Misc. update: