Changeset 675

Show
Ignore:
Timestamp:
10/26/09 11:41:11 (4 weeks ago)
Author:
robl
Message:

release today?

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/mpinetcdf.c

    r670 r675  
    2323const char * 
    2424ncmpi_inq_libvers(void) { 
    25   return "version = 1.1.0pre1 of 22 April 2009"; 
     25  return "version = 1.1.0 of 26 October 2009"; 
    2626} 
    2727 
     
    23832383  } 
    23842384 
     2385  /* if record variables are too big (so big that we cannot store the stride 
     2386   * between records in an MPI_Aint, for example) then we will have to process 
     2387   * this one record at a time.   
     2388   * 
     2389   * It stinks that we have to make this change in multiple places by the way 
     2390   */  
     2391 
    23852392  mpireturn = MPI_File_write_all(ncp->nciop->collective_fh, xbuf, nbytes, MPI_BYTE, &mpistatus); 
    23862393  if (mpireturn != MPI_SUCCESS) {