Changeset 675
- Timestamp:
- 10/26/09 11:41:11 (4 weeks ago)
- Files:
-
- 1 modified
-
trunk/src/lib/mpinetcdf.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/mpinetcdf.c
r670 r675 23 23 const char * 24 24 ncmpi_inq_libvers(void) { 25 return "version = 1.1.0 pre1 of 22 April2009";25 return "version = 1.1.0 of 26 October 2009"; 26 26 } 27 27 … … 2383 2383 } 2384 2384 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 2385 2392 mpireturn = MPI_File_write_all(ncp->nciop->collective_fh, xbuf, nbytes, MPI_BYTE, &mpistatus); 2386 2393 if (mpireturn != MPI_SUCCESS) {
![(please configure the [header_logo] section in trac.ini)](/projects/parallel-netcdf/chrome/common/trac_banner.png)