Changeset 5627
- Timestamp:
- 10/29/09 16:57:04 (4 weeks ago)
- Location:
- mpich2/trunk/src/mpi/romio
- Files:
-
- 2 modified
-
adio/common/ad_init.c (modified) (1 diff)
-
mpi-io/mpir-mpioinit.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
mpich2/trunk/src/mpi/romio/adio/common/ad_init.c
r4122 r5627 61 61 /* Assume system-wide hints won't change between runs: move hint processing 62 62 * from ADIO_Open to here */ 63 /* FIXME should be checking error code from MPI_Info_create here */ 63 64 MPI_Info_create(&ADIOI_syshints); 64 65 ADIOI_process_system_hints(ADIOI_syshints); -
mpich2/trunk/src/mpi/romio/mpi-io/mpir-mpioinit.c
r4010 r5627 42 42 /* put a dummy attribute on MPI_COMM_SELF, because we want the delete 43 43 function to be called when MPI_COMM_SELF is freed. Clarified 44 in MPI-2 section 4.8, the standard mandates that attribu gtes on44 in MPI-2 section 4.8, the standard mandates that attributes on 45 45 MPI_COMM_SELF get cleaned up early in MPI_Finalize */ 46 46
