Changeset 698 for trunk/src/lib/pnetcdf.h
- Timestamp:
- 10/30/09 05:36:47 (5 months ago)
- Files:
-
- 1 modified
-
trunk/src/lib/pnetcdf.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/pnetcdf.h
r691 r698 86 86 MPI_Offset* start; 87 87 MPI_Offset* count; 88 int rw_flag; 88 89 }; 89 90 typedef struct NCMPI_Req * NCMPI_Request; 91 90 92 #define NCMPI_REQUEST_NULL ((NCMPI_Request)NULL) 91 93 #define NCMPI_REQTYPE_READ 1 … … 698 700 void **buffers, MPI_Offset *bufcounts, 699 701 MPI_Datatype *datatypes); 700 int 701 ncmpi_iput_vara_all(int ncid, int varid,702 703 int ncmpi_iput_vara_all(int ncid, int varid, 702 704 const MPI_Offset start[], const MPI_Offset count[], 703 705 const void *buf, MPI_Offset bufcount, … … 713 715 void **buffers, MPI_Offset *bufcounts, 714 716 MPI_Datatype *datatypes); 717 718 int ncmpi_iget_vara_all(int ncid, int varid, 719 const MPI_Offset start[], const MPI_Offset count[], 720 const void *buf, MPI_Offset bufcount, 721 MPI_Datatype datatype, NCMPI_Request *request); 715 722 716 723 int ncmpi_put_vara(int ncid, int varid,
![(please configure the [header_logo] section in trac.ini)](/projects/parallel-netcdf/chrome/common/trac_banner.png)