[mpich2-commits] r5627 - in mpich2/trunk/src/mpi/romio: adio/common mpi-io
goodell at mcs.anl.gov
goodell at mcs.anl.gov
Thu Oct 29 16:57:04 CDT 2009
Author: goodell
Date: 2009-10-29 16:57:04 -0500 (Thu, 29 Oct 2009)
New Revision: 5627
Modified:
mpich2/trunk/src/mpi/romio/adio/common/ad_init.c
mpich2/trunk/src/mpi/romio/mpi-io/mpir-mpioinit.c
Log:
ROMIO wibbles.
Reviewed by robl at .
Modified: mpich2/trunk/src/mpi/romio/adio/common/ad_init.c
===================================================================
--- mpich2/trunk/src/mpi/romio/adio/common/ad_init.c 2009-10-29 21:57:02 UTC (rev 5626)
+++ mpich2/trunk/src/mpi/romio/adio/common/ad_init.c 2009-10-29 21:57:04 UTC (rev 5627)
@@ -60,6 +60,7 @@
/* Assume system-wide hints won't change between runs: move hint processing
* from ADIO_Open to here */
+ /* FIXME should be checking error code from MPI_Info_create here */
MPI_Info_create(&ADIOI_syshints);
ADIOI_process_system_hints(ADIOI_syshints);
Modified: mpich2/trunk/src/mpi/romio/mpi-io/mpir-mpioinit.c
===================================================================
--- mpich2/trunk/src/mpi/romio/mpi-io/mpir-mpioinit.c 2009-10-29 21:57:02 UTC (rev 5626)
+++ mpich2/trunk/src/mpi/romio/mpi-io/mpir-mpioinit.c 2009-10-29 21:57:04 UTC (rev 5627)
@@ -41,7 +41,7 @@
/* put a dummy attribute on MPI_COMM_SELF, because we want the delete
function to be called when MPI_COMM_SELF is freed. Clarified
- in MPI-2 section 4.8, the standard mandates that attribugtes on
+ in MPI-2 section 4.8, the standard mandates that attributes on
MPI_COMM_SELF get cleaned up early in MPI_Finalize */
MPI_Attr_put(MPI_COMM_SELF, ADIO_Init_keyval, (void *) 0);
More information about the mpich2-commits
mailing list