Source
if ((ret = PIOc_InitDecomp(iosysid, PIO_FLOAT, 2, &dim_len[1], (PIO_Offset)elements_per_pe,
/**
* @file
* Tests for NetCDF-4 Functions
*
*/
/** The number of possible output netCDF output flavors available to
* the ParallelIO library. */
/** The number of dimensions in the example data. In this example, we
* are using three-dimensional data. */
/** The length of our sample data along each dimension. There will be
* a total of 16 integers in each timestep of our data, and
* responsibilty for writing and reading them will be spread between
* all the processors used to run this example. */
/**@{*/
/**@}*/
/** The number of timesteps of data to write. */
/** The name of the variable in the netCDF output file. */
/** The meaning of life, the universe, and everything. */
/** Handle MPI errors. This should only be used with MPI library
* function calls. */
/** Handle non-MPI errors by finalizing the MPI library and exiting
* with an exit code. */