Skip to content

Commit

Permalink
added more documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
edhartnett committed Nov 8, 2017
1 parent 6252d25 commit 02b66af
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions include/netcdf_par.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
*
* This header file is for the parallel I/O functions of netCDF.
*
* \author Ed Hartnett
*/
/* "$Id: netcdf_par.h,v 1.1 2010/06/01 15:46:49 ed Exp $" */

#ifndef NETCDF_PAR_H
#define NETCDF_PAR_H 1
Expand All @@ -19,8 +19,9 @@
extern "C" {
#endif

/* Use these with nc_var_par_access(). */
/** Use with nc_var_par_access() to set parallel access to independent. */
#define NC_INDEPENDENT 0
/** Use with nc_var_par_access() to set parallel access to collective. */
#define NC_COLLECTIVE 1

/* Create a file and enable parallel I/O. */
Expand Down

0 comments on commit 02b66af

Please sign in to comment.