Changeset 5627

Show
Ignore:
Timestamp:
10/29/09 16:57:04 (4 weeks ago)
Author:
goodell
Message:

ROMIO wibbles.

Reviewed by robl@.

Location:
mpich2/trunk/src/mpi/romio
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • mpich2/trunk/src/mpi/romio/adio/common/ad_init.c

    r4122 r5627  
    6161    /* Assume system-wide hints won't change between runs: move hint processing 
    6262     * from ADIO_Open to here */ 
     63    /* FIXME should be checking error code from MPI_Info_create here */ 
    6364    MPI_Info_create(&ADIOI_syshints); 
    6465    ADIOI_process_system_hints(ADIOI_syshints); 
  • mpich2/trunk/src/mpi/romio/mpi-io/mpir-mpioinit.c

    r4010 r5627  
    4242        /* put a dummy attribute on MPI_COMM_SELF, because we want the delete 
    4343           function to be called when MPI_COMM_SELF is freed. Clarified 
    44            in MPI-2 section 4.8, the standard mandates that attribugtes on 
     44           in MPI-2 section 4.8, the standard mandates that attributes on 
    4545           MPI_COMM_SELF get cleaned up early in MPI_Finalize */ 
    4646