![]() |
NetCDF
4.4.1.1
|
Main header file for the Parallel C API. More...
#include <mpi.h>Go to the source code of this file.
Macros | |
| #define | NC_COLLECTIVE 1 |
| #define | NC_INDEPENDENT 0 |
Functions | |
| int | nc_create_par (const char *path, int cmode, MPI_Comm comm, MPI_Info info, int *ncidp) |
| This function creates a file for use with parallel I/O. More... | |
| int | nc_create_par_fortran (const char *path, int cmode, int comm, int info, int *ncidp) |
| int | nc_open_par (const char *path, int mode, MPI_Comm comm, MPI_Info info, int *ncidp) |
| This function opens a file for parallel I/O. More... | |
| int | nc_open_par_fortran (const char *path, int mode, int comm, int info, int *ncidp) |
| Fortran needs to pass MPI comm/info as integers. More... | |
| int | nc_var_par_access (int ncid, int varid, int par_access) |
Main header file for the Parallel C API.
Copyright 2010 University Corporation for Atmospheric Research/Unidata. See COPYRIGHT file for more info.
This header file is for the parallel I/O functions of netCDF.
Definition in file netcdf_par.h.
| int nc_create_par | ( | const char * | path, |
| int | cmode, | ||
| MPI_Comm | comm, | ||
| MPI_Info | info, | ||
| int * | ncidp | ||
| ) |
This function creates a file for use with parallel I/O.
Definition at line 16 of file dparallel.c.
Generated on Tue Sep 19 2017 11:02:14 for NetCDF. NetCDF is
a Unidata library.