NetCDF  4.5.0
netcdf_par.h File Reference

Main header file for the Parallel C API. More...

#include <mpi.h>
Include dependency graph for netcdf_par.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)
 

Detailed Description

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.

Function Documentation

◆ nc_create_par()

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.


Return to the Main Unidata NetCDF page.
Generated on Sat Dec 30 2017 10:59:33 for NetCDF. NetCDF is a Unidata library.