Changes between Version 6 and Version 7 of NewFileFormatCode
- Timestamp:
- 01/09/09 14:44:50 (11 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NewFileFormatCode
v6 v7 18 18 19 19 When you create a netcdf dataset with parallel-netcdf, add the flag 20 `NC_64BIT_DATA` to the mode passed in to `ncmpi_create()` 20 `NC_64BIT_DATA` to the mode passed in to `ncmpi_create()`. Do not pass in the flag NC_64BIT_OFFSET. The two are mutually exclusive. 21 21 22 22 == Reporting Results == … … 29 29 * A dimension with more than 2^31^ elements will overflow `MPI_Type_create_subarray`. This is a limitation in MPI. ~~Will have to figure out a workaround~~ This was fixed in r622 30 30 * Serial netcdf libraries and tools will not know how to operate on this file format (yet). The serial netcdf team knows about our work and will accept patches once we have done the work to teach serial netcdf how to deal with this new file format. 31 * If you specify both NC_64BIT_OFFSET (CDF-2) and NC_64BIT_DATA (CDF-5), only NC_64BIT_OFFSET will be honored.
![(please configure the [header_logo] section in trac.ini)](/projects/parallel-netcdf/chrome/common/trac_banner.png)