NetCDF  4.4.1.1
 All Data Structures Files Functions Variables Typedefs Macros Modules Pages
dparallel.c File Reference

This file has the parallel I/O functions which correspond to the serial I/O functions. More...

#include "config.h"
#include "ncdispatch.h"
Include dependency graph for dparallel.c:

Go to the source code of this file.

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

This file has the parallel I/O functions which correspond to the serial I/O functions.

Copyright 2010 University Corporation for Atmospheric Research/Unidata. See COPYRIGHT file for more info.

Definition in file dparallel.c.

Function Documentation

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 Fri Dec 16 2016 12:39:53 for NetCDF. NetCDF is a Unidata library.