[mpich-commits] r10638 - mpich2/trunk/src/mpi/romio/adio/include
goodell at mcs.anl.gov
goodell at mcs.anl.gov
Tue Nov 20 16:20:57 CST 2012
Author: goodell
Date: 2012-11-20 16:20:57 -0600 (Tue, 20 Nov 2012)
New Revision: 10638
Modified:
mpich2/trunk/src/mpi/romio/adio/include/adioi_error.h
Log:
Change error class in MPIO_CHECK_COUNT from MPI_ERR_ARG to MPI_ERR_COUNT
Contributed by IBM. Based on patch 0010 from code discussions.
Modified: mpich2/trunk/src/mpi/romio/adio/include/adioi_error.h
===================================================================
--- mpich2/trunk/src/mpi/romio/adio/include/adioi_error.h 2012-11-20 22:20:56 UTC (rev 10637)
+++ mpich2/trunk/src/mpi/romio/adio/include/adioi_error.h 2012-11-20 22:20:57 UTC (rev 10638)
@@ -41,7 +41,7 @@
error_code = MPIO_Err_create_code(MPI_SUCCESS, \
MPIR_ERR_RECOVERABLE, \
myname, __LINE__, \
- MPI_ERR_ARG, \
+ MPI_ERR_COUNT, \
"**iobadcount", 0); \
error_code = MPIO_Err_return_file(fh, error_code); \
goto fn_exit; \
More information about the commits
mailing list