Changeset 524 for XIOS/branchs/xios-1.0/src/output/netcdf.hpp
- Timestamp:
- 12/01/14 18:58:38 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
XIOS/branchs/xios-1.0/src/output/netcdf.hpp
r501 r524 24 24 25 25 #if !defined(USING_NETCDF_PAR) 26 27 26 #define NC_INDEPENDENT 0 27 #define NC_COLLECTIVE 1 28 28 #endif 29 29 … … 40 40 #endif 41 41 } 42 42 43 43 inline int nc_open_par(const char *path, int mode, MPI_Comm comm, MPI_Info info,int *ncidp) 44 { 44 { 45 45 #if defined(USING_NETCDF_PAR) 46 46 return ::nc_open_par(path, mode, comm, info, ncidp) ; … … 51 51 #endif 52 52 } 53 53 54 54 inline int nc_var_par_access(int ncid, int varid, int par_access) 55 55 {
Note: See TracChangeset
for help on using the changeset viewer.