diff --git a/docs/group___p_i_o__write__darray.html b/docs/group___p_i_o__write__darray.html
index 2606aeafb15..c2b14a4f2af 100644
--- a/docs/group___p_i_o__write__darray.html
+++ b/docs/group___p_i_o__write__darray.html
@@ -135,761 +135,10 @@
subroutine | piodarray::write_darray_7d_double (File, varDesc, ioDesc, array, iostat, fillval) |
| Writes a 7D array of type double. More...
|
|
-int | PIOc_write_darray_multi (int ncid, const int *varids, int ioid, int nvars, PIO_Offset arraylen, void *array, const int *frame, void **fillvalue, bool flushtodisk) |
- | Write one or more arrays with the same IO decomposition to the file. More...
|
- |
-int | find_var_fillvalue (file_desc_t *file, int varid, var_desc_t *vdesc) |
- | Find the fillvalue that should be used for a variable. More...
|
- |
-int | PIOc_write_darray (int ncid, int varid, int ioid, PIO_Offset arraylen, void *array, void *fillvalue) |
- | Write a distributed array to the output file. More...
|
- |
-int | find_start_count (int ndims, int fndims, var_desc_t *vdesc, io_region *region, const int *frame, size_t *start, size_t *count) |
- | Fill start/count arrays for write_darray_multi_par(). More...
|
- |
-int | write_darray_multi_par (file_desc_t *file, int nvars, int fndims, const int *varids, io_desc_t *iodesc, int fill, const int *frame) |
- | Write a set of one or more aggregated arrays to output file. More...
|
- |
-int | send_all_start_count (iosystem_desc_t *ios, io_desc_t *iodesc, PIO_Offset llen, int maxregions, int nvars, int fndims, size_t *tmp_start, size_t *tmp_count, void *iobuf) |
- | Internal function called by IO tasks other than IO task 0 to send their tmp_start/tmp_count arrays to IO task 0. More...
|
- |
-int | recv_and_write_data (file_desc_t *file, const int *varids, const int *frame, io_desc_t *iodesc, PIO_Offset llen, int maxregions, int nvars, int fndims, size_t *tmp_start, size_t *tmp_count, void *iobuf) |
- | This is an internal function that is run only on IO proc 0. More...
|
- |
-int | write_darray_multi_serial (file_desc_t *file, int nvars, int fndims, const int *varids, io_desc_t *iodesc, int fill, const int *frame) |
- | Write a set of one or more aggregated arrays to output file in serial mode. More...
|
- |
-int | flush_output_buffer (file_desc_t *file, bool force, PIO_Offset addsize) |
- | Flush the output buffer. More...
|
- |
-void | cn_buffer_report (iosystem_desc_t *ios, bool collective) |
- | Print out info about the buffer for debug purposes. More...
|
- |
-void | free_cn_buffer_pool (iosystem_desc_t *ios) |
- | Free the buffer pool. More...
|
- |
-int | flush_buffer (int ncid, wmulti_buffer *wmb, bool flushtodisk) |
- | Flush the buffer. More...
|
- |
-int | pio_sorted_copy (const void *array, void *sortedarray, io_desc_t *iodesc, int nvars, int direction) |
- | Sort the contents of an array. More...
|
- |
The overloaded PIO_write_darray writes a distributed array to disk.
-
-◆ cn_buffer_report()
-
-
-
-
-
- void cn_buffer_report |
- ( |
- iosystem_desc_t * |
- ios, |
-
-
- |
- |
- bool |
- collective |
-
-
- |
- ) |
- | |
-
-
-
-
-
Print out info about the buffer for debug purposes.
-
This should only be called when logging is enabled.
-
- Parameters
-
-
- ios | pointer to the IO system structure |
- collective | true if collective report is desired |
-
-
-
-
- Author
- Jim Edwards
-
-
-
-
-◆ find_start_count()
-
-
-
-
-
- int find_start_count |
- ( |
- int |
- ndims, |
-
-
- |
- |
- int |
- fndims, |
-
-
- |
- |
- var_desc_t * |
- vdesc, |
-
-
- |
- |
- io_region * |
- region, |
-
-
- |
- |
- const int * |
- frame, |
-
-
- |
- |
- size_t * |
- start, |
-
-
- |
- |
- size_t * |
- count |
-
-
- |
- ) |
- | |
-
-
-
-
-
Fill start/count arrays for write_darray_multi_par().
-
This is an internal function.
-
- Parameters
-
-
- ndims | the number of dims in the decomposition. |
- fndims | the number of dims in the file. |
- vdesc | pointer to the var_desc_t info. |
- region | pointer to a region. |
- frame | array of record values. |
- start | an already-allocated array which gets the start values. |
- count | an already-allocated array which gets the count values. |
-
-
-
-
- Returns
- 0 for success, error code otherwise.
-
- Author
- Ed Hartnett
-
-
-
-
-◆ find_var_fillvalue()
-
-
-
-
-
- int find_var_fillvalue |
- ( |
- file_desc_t * |
- file, |
-
-
- |
- |
- int |
- varid, |
-
-
- |
- |
- var_desc_t * |
- vdesc |
-
-
- |
- ) |
- | |
-
-
-
-
-
Find the fillvalue that should be used for a variable.
-
- Parameters
-
-
- file | Info about file we are writing to. |
- varid | the variable ID. |
- vdesc | pointer to var_desc_t info for this var. |
-
-
-
-
- Returns
- 0 for success, non-zero error code for failure.
-
- Author
- Ed Hartnett
-
-
-
-
-◆ flush_buffer()
-
-
-
-
-
- int flush_buffer |
- ( |
- int |
- ncid, |
-
-
- |
- |
- wmulti_buffer * |
- wmb, |
-
-
- |
- |
- bool |
- flushtodisk |
-
-
- |
- ) |
- | |
-
-
-
-
-
Flush the buffer.
-
- Parameters
-
-
- ncid | identifies the netCDF file. |
- wmb | pointer to the wmulti_buffer structure. |
- flushtodisk | if true, then flush data to disk. |
-
-
-
-
- Returns
- 0 for success, error code otherwise.
-
- Author
- Jim Edwards, Ed Hartnett
-
-
-
-
-◆ flush_output_buffer()
-
-
-
-
-
- int flush_output_buffer |
- ( |
- file_desc_t * |
- file, |
-
-
- |
- |
- bool |
- force, |
-
-
- |
- |
- PIO_Offset |
- addsize |
-
-
- |
- ) |
- | |
-
-
-
-
-
Flush the output buffer.
-
This is only relevant for files opened with pnetcdf.
-
- Parameters
-
-
- file | a pointer to the open file descriptor for the file that will be written to |
- force | true to force the flushing of the buffer |
- addsize | additional size to add to buffer (in bytes) |
-
-
-
-
- Returns
- 0 for success, error code otherwise.
-
- Author
- Jim Edwards, Ed Hartnett
-
-
-
-
-◆ free_cn_buffer_pool()
-
-
-
-
-
Free the buffer pool.
-
If malloc is used (that is, PIO_USE_MALLOC is non zero), this function does nothing.
-
- Parameters
-
-
- ios | pointer to the IO system structure. |
-
-
-
-
- Author
- Jim Edwards
-
-
-
-
-◆ pio_sorted_copy()
-
-
-
-
-
- int pio_sorted_copy |
- ( |
- const void * |
- array, |
-
-
- |
- |
- void * |
- sortedarray, |
-
-
- |
- |
- io_desc_t * |
- iodesc, |
-
-
- |
- |
- int |
- nvars, |
-
-
- |
- |
- int |
- direction |
-
-
- |
- ) |
- | |
-
-
-
-
-
Sort the contents of an array.
-
- Parameters
-
-
- array | pointer to the array |
- sortedarray | pointer that gets the sorted array. |
- iodesc | pointer to the iodesc. |
- nvars | number of variables. |
- direction | sort direction. |
-
-
-
-
- Returns
- 0 for success, error code otherwise.
-
- Author
- Jim Edwards
-
-
-
-
-◆ PIOc_write_darray()
-
-
-
-
-
- int PIOc_write_darray |
- ( |
- int |
- ncid, |
-
-
- |
- |
- int |
- varid, |
-
-
- |
- |
- int |
- ioid, |
-
-
- |
- |
- PIO_Offset |
- arraylen, |
-
-
- |
- |
- void * |
- array, |
-
-
- |
- |
- void * |
- fillvalue |
-
-
- |
- ) |
- | |
-
-
-
-
-
Write a distributed array to the output file.
-
This routine aggregates output on the compute nodes and only sends it to the IO nodes when the compute buffer is full or when a flush is triggered.
-
Internally, this function will:
--
-Locate info about this file, decomposition, and variable.
--
-If we don't have a fillvalue for this variable, determine one and remember it for future calls.
--
-Initialize or find the multi_buffer for this record/var.
--
-Find out how much free space is available in the multi buffer and flush if needed.
--
-Store the new user data in the mutli buffer.
--
-If needed (only for subset rearranger), fill in gaps in data with fillvalue.
--
-Remember the frame value (i.e. record number) of this data if there is one.
-
-
NOTE: The write multi buffer wmulti_buffer is the cache on compute nodes that will collect and store multiple variables before sending them to the io nodes. Aggregating variables in this way leads to a considerable savings in communication expense. Variables in the wmb array must have the same decomposition and base data size and we also need to keep track of whether each is a recordvar (has an unlimited dimension) or not.
-
- Parameters
-
-
- ncid | the ncid of the open netCDF file. |
- varid | the ID of the variable that these data will be written to. |
- ioid | the I/O description ID as passed back by PIOc_InitDecomp(). |
- arraylen | the length of the array to be written. This should be at least the length of the local component of the distrubited array. (Any values beyond length of the local component will be ignored.) |
- array | pointer to an array of length arraylen with the data to be written. This is a pointer to the distributed portion of the array that is on this task. |
- fillvalue | pointer to the fill value to be used for missing data. |
-
-
-
-
- Returns
- 0 for success, non-zero error code for failure.
-
- Author
- Jim Edwards, Ed Hartnett
-
-
-
-
-◆ PIOc_write_darray_multi()
-
-
-
-
-
- int PIOc_write_darray_multi |
- ( |
- int |
- ncid, |
-
-
- |
- |
- const int * |
- varids, |
-
-
- |
- |
- int |
- ioid, |
-
-
- |
- |
- int |
- nvars, |
-
-
- |
- |
- PIO_Offset |
- arraylen, |
-
-
- |
- |
- void * |
- array, |
-
-
- |
- |
- const int * |
- frame, |
-
-
- |
- |
- void ** |
- fillvalue, |
-
-
- |
- |
- bool |
- flushtodisk |
-
-
- |
- ) |
- | |
-
-
-
-
-
Write one or more arrays with the same IO decomposition to the file.
-
This funciton is similar to PIOc_write_darray(), but allows the caller to use their own data buffering (instead of using the buffering implemented in PIOc_write_darray()).
-
When the user calls PIOc_write_darray() one or more times, then PIO_write_darray_multi() will be called when the buffer is flushed.
-
Internally, this function will:
--
-Find info about file, decomposition, and variable.
--
-Do a special flush for pnetcdf if needed.
--
-Allocates a buffer big enough to hold all the data in the multi-buffer, for all tasks.
--
-Calls rearrange_comp2io() to move data from compute to IO tasks.
--
-For parallel iotypes (pnetcdf and netCDF-4 parallel) call pio_write_darray_multi_nc().
--
-For serial iotypes (netcdf classic and netCDF-4 serial) call write_darray_multi_serial().
--
-For subset rearranger, create holegrid to write missing data. Then call pio_write_darray_multi_nc() or write_darray_multi_serial() to write the holegrid.
--
-Special buffer flush for pnetcdf.
-
-
- Parameters
-
-
- ncid | identifies the netCDF file. |
- varids | an array of length nvars containing the variable ids to be written. |
- ioid | the I/O description ID as passed back by PIOc_InitDecomp(). |
- nvars | the number of variables to be written with this call. |
- arraylen | the length of the array to be written. This is the length of the distrubited array. That is, the length of the portion of the data that is on the processor. The same arraylen is used for all variables in the call. |
- array | pointer to the data to be written. This is a pointer to an array of arrays with the distributed portion of the array that is on this processor. There are nvars arrays of data, and each array of data contains one record worth of data for that variable. |
- frame | an array of length nvars with the frame or record dimension for each of the nvars variables in IOBUF. NULL if this iodesc contains non-record vars. |
- fillvalue | pointer an array (of length nvars) of pointers to the fill value to be used for missing data. |
- flushtodisk | non-zero to cause buffers to be flushed to disk. |
-
-
-
-
- Returns
- 0 for success, error code otherwise.
-
- Author
- Jim Edwards, Ed Hartnett
-
-
-
-
-◆ recv_and_write_data()
-
-
-
-
-
- int recv_and_write_data |
- ( |
- file_desc_t * |
- file, |
-
-
- |
- |
- const int * |
- varids, |
-
-
- |
- |
- const int * |
- frame, |
-
-
- |
- |
- io_desc_t * |
- iodesc, |
-
-
- |
- |
- PIO_Offset |
- llen, |
-
-
- |
- |
- int |
- maxregions, |
-
-
- |
- |
- int |
- nvars, |
-
-
- |
- |
- int |
- fndims, |
-
-
- |
- |
- size_t * |
- tmp_start, |
-
-
- |
- |
- size_t * |
- tmp_count, |
-
-
- |
- |
- void * |
- iobuf |
-
-
- |
- ) |
- | |
-
-
-
-
-
This is an internal function that is run only on IO proc 0.
-
It receives data from all the other IO tasks, and write that data to disk. This is called from write_darray_multi_serial().
-
- Parameters
-
-
- file | a pointer to the open file descriptor for the file that will be written to. |
- varids | an array of the variable ids to be written |
- frame | the record dimension for each of the nvars variables in iobuf. NULL if this iodesc contains non-record vars. |
- iodesc | pointer to the decomposition info. |
- llen | length of the iobuffer on this task for a single field. |
- maxregions | max number of blocks to be written from this iotask. |
- nvars | the number of variables to be written with this decomposition. |
- fndims | the number of dimensions in the file. |
- tmp_start | pointer to an already allocaed array of length fndims * maxregions. This array will get the start values for all regions. |
- tmp_count | pointer to an already allocaed array of length fndims * maxregions. This array will get the count values for all regions. |
- iobuf | the buffer to be written from this mpi task. May be null. for example we have 8 ionodes and a distributed array with global size 4, then at least 4 nodes will have a null iobuf. In practice the box rearranger trys to have at least blocksize bytes on each io task and so if the total number of bytes to write is less than blocksize*numiotasks then some iotasks will have a NULL iobuf. |
-
-
-
-
- Returns
- 0 for success, error code otherwise.
-
- Author
- Jim Edwards, Ed Hartnett
-
-
-
-
-◆ send_all_start_count()
-
-
-
-
-
- int send_all_start_count |
- ( |
- iosystem_desc_t * |
- ios, |
-
-
- |
- |
- io_desc_t * |
- iodesc, |
-
-
- |
- |
- PIO_Offset |
- llen, |
-
-
- |
- |
- int |
- maxregions, |
-
-
- |
- |
- int |
- nvars, |
-
-
- |
- |
- int |
- fndims, |
-
-
- |
- |
- size_t * |
- tmp_start, |
-
-
- |
- |
- size_t * |
- tmp_count, |
-
-
- |
- |
- void * |
- iobuf |
-
-
- |
- ) |
- | |
-
-
-
-
-
Internal function called by IO tasks other than IO task 0 to send their tmp_start/tmp_count arrays to IO task 0.
-
This is an internal function which is only called on io tasks other than IO task 0. It is called by write_darray_multi_serial().
-
- Returns
- 0 for success, error code otherwise.
-
- Author
- Jim Edwards, Ed Hartnett
-
-
-
◆ write_darray_2d_double()
@@ -2253,160 +1502,12 @@
-◆ write_darray_multi_par()
-
-
-
-
-
- int write_darray_multi_par |
- ( |
- file_desc_t * |
- file, |
-
-
- |
- |
- int |
- nvars, |
-
-
- |
- |
- int |
- fndims, |
-
-
- |
- |
- const int * |
- varids, |
-
-
- |
- |
- io_desc_t * |
- iodesc, |
-
-
- |
- |
- int |
- fill, |
-
-
- |
- |
- const int * |
- frame |
-
-
- |
- ) |
- | |
-
-
-
-
-
Write a set of one or more aggregated arrays to output file.
-
This function is only used with parallel-netcdf and netcdf-4 parallel iotypes. Serial io types use write_darray_multi_serial().
-
- Parameters
-
-
- file | a pointer to the open file descriptor for the file that will be written to |
- nvars | the number of variables to be written with this decomposition. |
- vid | an array of the variable ids to be written. |
- iodesc | pointer to the io_desc_t info. |
- fill | Non-zero if this write is fill data. |
- frame | the record dimension for each of the nvars variables in iobuf. NULL if this iodesc contains non-record vars. |
-
-
-
-
- Returns
- 0 for success, error code otherwise.
-
- Author
- Jim Edwards, Ed Hartnett
-
-
-
-
-◆ write_darray_multi_serial()
-
-
-
-
-
- int write_darray_multi_serial |
- ( |
- file_desc_t * |
- file, |
-
-
- |
- |
- int |
- nvars, |
-
-
- |
- |
- int |
- fndims, |
-
-
- |
- |
- const int * |
- varids, |
-
-
- |
- |
- io_desc_t * |
- iodesc, |
-
-
- |
- |
- int |
- fill, |
-
-
- |
- |
- const int * |
- frame |
-
-
- |
- ) |
- | |
-
-
-
-
-
Write a set of one or more aggregated arrays to output file in serial mode.
-
This function is called for netCDF classic and netCDF-4 serial iotypes. Parallel iotypes use write_darray_multi_par().
-
- Parameters
-
-
- file | a pointer to the open file descriptor for the file that will be written to. |
- nvars | the number of variables to be written with this decomposition. |
- varids | an array of the variable ids to be written |
- iodesc | pointer to the decomposition info. |
- fill | Non-zero if this write is fill data. |
- frame | the record dimension for each of the nvars variables in iobuf. NULL if this iodesc contains non-record vars. |
-
-
-
-
- Returns
- 0 for success, error code otherwise.
-
- Author
- Jim Edwards, Ed Hartnett
-
diff --git a/docs/group__error__return.html b/docs/group__error__return.html
index bd821455a9c..35e579206c5 100644
--- a/docs/group__error__return.html
+++ b/docs/group__error__return.html
@@ -72,7 +72,7 @@
diff --git a/docs/group__iodesc__generate.html b/docs/group__iodesc__generate.html
index 90c68d6a259..71234922a16 100644
--- a/docs/group__iodesc__generate.html
+++ b/docs/group__iodesc__generate.html
@@ -71,7 +71,7 @@
diff --git a/docs/index.html b/docs/index.html
index 66a29553b16..7f31a7dccaf 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -83,13 +83,14 @@
Testing
Examples
Frequently Asked Questions
-PIO user interface
+PIO Fortran Interface
+PIO C Interface
Guide for Contributors
diff --git a/docs/install.html b/docs/install.html
index e7391801e12..b7de4a90e13 100644
--- a/docs/install.html
+++ b/docs/install.html
@@ -110,7 +110,7 @@ Examples
diff --git a/docs/interfacepiodarray_1_1_p_i_oc__read__darray-members.html b/docs/interfacepiodarray_1_1_p_i_oc__read__darray-members.html
index f3ac12e5f51..9a5f4f5be04 100644
--- a/docs/interfacepiodarray_1_1_p_i_oc__read__darray-members.html
+++ b/docs/interfacepiodarray_1_1_p_i_oc__read__darray-members.html
@@ -74,7 +74,7 @@
diff --git a/docs/interfacepiodarray_1_1_p_i_oc__read__darray.html b/docs/interfacepiodarray_1_1_p_i_oc__read__darray.html
index 01cd3ba6837..cdb1cd82e4b 100644
--- a/docs/interfacepiodarray_1_1_p_i_oc__read__darray.html
+++ b/docs/interfacepiodarray_1_1_p_i_oc__read__darray.html
@@ -71,12 +71,12 @@
The documentation for this interface was generated from the following file:
diff --git a/docs/interfacepiodarray_1_1_p_i_oc__write__darray__multi-members.html b/docs/interfacepiodarray_1_1_p_i_oc__write__darray__multi-members.html
index a13903153e2..1c56023f167 100644
--- a/docs/interfacepiodarray_1_1_p_i_oc__write__darray__multi-members.html
+++ b/docs/interfacepiodarray_1_1_p_i_oc__write__darray__multi-members.html
@@ -74,7 +74,7 @@
diff --git a/docs/interfacepiodarray_1_1_p_i_oc__write__darray__multi.html b/docs/interfacepiodarray_1_1_p_i_oc__write__darray__multi.html
index 74ec3dc7c3d..08735b7b608 100644
--- a/docs/interfacepiodarray_1_1_p_i_oc__write__darray__multi.html
+++ b/docs/interfacepiodarray_1_1_p_i_oc__write__darray__multi.html
@@ -71,12 +71,12 @@
The documentation for this interface was generated from the following file:
diff --git a/docs/interfacepionfget__mod_1_1_p_i_oc__get__var__double-members.html b/docs/interfacepionfget__mod_1_1_p_i_oc__get__var__double-members.html
index 6cb0ccc4d97..18b971b1263 100644
--- a/docs/interfacepionfget__mod_1_1_p_i_oc__get__var__double-members.html
+++ b/docs/interfacepionfget__mod_1_1_p_i_oc__get__var__double-members.html
@@ -74,7 +74,7 @@
diff --git a/docs/interfacepionfget__mod_1_1_p_i_oc__get__var__double.html b/docs/interfacepionfget__mod_1_1_p_i_oc__get__var__double.html
index e8286e36a1c..f0b8c77bb1e 100644
--- a/docs/interfacepionfget__mod_1_1_p_i_oc__get__var__double.html
+++ b/docs/interfacepionfget__mod_1_1_p_i_oc__get__var__double.html
@@ -71,12 +71,12 @@
The documentation for this interface was generated from the following file:
diff --git a/docs/interfacepionfget__mod_1_1_p_i_oc__get__var__float-members.html b/docs/interfacepionfget__mod_1_1_p_i_oc__get__var__float-members.html
index c7ebc6a461d..f6f5e64ed58 100644
--- a/docs/interfacepionfget__mod_1_1_p_i_oc__get__var__float-members.html
+++ b/docs/interfacepionfget__mod_1_1_p_i_oc__get__var__float-members.html
@@ -74,7 +74,7 @@
diff --git a/docs/interfacepionfget__mod_1_1_p_i_oc__get__var__float.html b/docs/interfacepionfget__mod_1_1_p_i_oc__get__var__float.html
index b5adaa1aaa6..5d3ca8fdc9d 100644
--- a/docs/interfacepionfget__mod_1_1_p_i_oc__get__var__float.html
+++ b/docs/interfacepionfget__mod_1_1_p_i_oc__get__var__float.html
@@ -71,12 +71,12 @@
The documentation for this interface was generated from the following file:
diff --git a/docs/interfacepionfget__mod_1_1_p_i_oc__get__var__int-members.html b/docs/interfacepionfget__mod_1_1_p_i_oc__get__var__int-members.html
index 4d72a3202a6..27689a098b6 100644
--- a/docs/interfacepionfget__mod_1_1_p_i_oc__get__var__int-members.html
+++ b/docs/interfacepionfget__mod_1_1_p_i_oc__get__var__int-members.html
@@ -74,7 +74,7 @@
diff --git a/docs/interfacepionfget__mod_1_1_p_i_oc__get__var__int.html b/docs/interfacepionfget__mod_1_1_p_i_oc__get__var__int.html
index e4d17c44c07..bd91e29d313 100644
--- a/docs/interfacepionfget__mod_1_1_p_i_oc__get__var__int.html
+++ b/docs/interfacepionfget__mod_1_1_p_i_oc__get__var__int.html
@@ -71,12 +71,12 @@
The documentation for this interface was generated from the following file:
diff --git a/docs/interfacepionfget__mod_1_1_p_i_oc__get__vara__double-members.html b/docs/interfacepionfget__mod_1_1_p_i_oc__get__vara__double-members.html
index 6f626851946..bc477ce9fcb 100644
--- a/docs/interfacepionfget__mod_1_1_p_i_oc__get__vara__double-members.html
+++ b/docs/interfacepionfget__mod_1_1_p_i_oc__get__vara__double-members.html
@@ -74,7 +74,7 @@
diff --git a/docs/interfacepionfget__mod_1_1_p_i_oc__get__vara__double.html b/docs/interfacepionfget__mod_1_1_p_i_oc__get__vara__double.html
index 7976d281ab5..8e2cd3c727a 100644
--- a/docs/interfacepionfget__mod_1_1_p_i_oc__get__vara__double.html
+++ b/docs/interfacepionfget__mod_1_1_p_i_oc__get__vara__double.html
@@ -71,12 +71,12 @@
The documentation for this interface was generated from the following file:
diff --git a/docs/interfacepionfget__mod_1_1_p_i_oc__get__vara__float-members.html b/docs/interfacepionfget__mod_1_1_p_i_oc__get__vara__float-members.html
index 63aa8481496..ce9718b9f0f 100644
--- a/docs/interfacepionfget__mod_1_1_p_i_oc__get__vara__float-members.html
+++ b/docs/interfacepionfget__mod_1_1_p_i_oc__get__vara__float-members.html
@@ -74,7 +74,7 @@
diff --git a/docs/interfacepionfget__mod_1_1_p_i_oc__get__vara__float.html b/docs/interfacepionfget__mod_1_1_p_i_oc__get__vara__float.html
index 9c406795522..60afa0a8a28 100644
--- a/docs/interfacepionfget__mod_1_1_p_i_oc__get__vara__float.html
+++ b/docs/interfacepionfget__mod_1_1_p_i_oc__get__vara__float.html
@@ -71,12 +71,12 @@
The documentation for this interface was generated from the following file:
diff --git a/docs/interfacepionfget__mod_1_1_p_i_oc__get__vara__int-members.html b/docs/interfacepionfget__mod_1_1_p_i_oc__get__vara__int-members.html
index 8f5cba7a511..e0222c5eb19 100644
--- a/docs/interfacepionfget__mod_1_1_p_i_oc__get__vara__int-members.html
+++ b/docs/interfacepionfget__mod_1_1_p_i_oc__get__vara__int-members.html
@@ -74,7 +74,7 @@
diff --git a/docs/interfacepionfget__mod_1_1_p_i_oc__get__vara__int.html b/docs/interfacepionfget__mod_1_1_p_i_oc__get__vara__int.html
index eee00c4469b..b8aa1102f6e 100644
--- a/docs/interfacepionfget__mod_1_1_p_i_oc__get__vara__int.html
+++ b/docs/interfacepionfget__mod_1_1_p_i_oc__get__vara__int.html
@@ -71,12 +71,12 @@
The documentation for this interface was generated from the following file:
diff --git a/docs/interfacepionfget__mod_1_1_p_i_oc__get__vara__text-members.html b/docs/interfacepionfget__mod_1_1_p_i_oc__get__vara__text-members.html
index 96241397f8b..51c14a7a028 100644
--- a/docs/interfacepionfget__mod_1_1_p_i_oc__get__vara__text-members.html
+++ b/docs/interfacepionfget__mod_1_1_p_i_oc__get__vara__text-members.html
@@ -74,7 +74,7 @@
diff --git a/docs/interfacepionfget__mod_1_1_p_i_oc__get__vara__text.html b/docs/interfacepionfget__mod_1_1_p_i_oc__get__vara__text.html
index b5d0fe4e8f2..12b75520576 100644
--- a/docs/interfacepionfget__mod_1_1_p_i_oc__get__vara__text.html
+++ b/docs/interfacepionfget__mod_1_1_p_i_oc__get__vara__text.html
@@ -71,12 +71,12 @@
The documentation for this interface was generated from the following file:
diff --git a/docs/interfacepionfput__mod_1_1_p_i_oc__put__vara__double-members.html b/docs/interfacepionfput__mod_1_1_p_i_oc__put__vara__double-members.html
index 9f8bcc136c7..2ae065962cc 100644
--- a/docs/interfacepionfput__mod_1_1_p_i_oc__put__vara__double-members.html
+++ b/docs/interfacepionfput__mod_1_1_p_i_oc__put__vara__double-members.html
@@ -74,7 +74,7 @@
diff --git a/docs/interfacepionfput__mod_1_1_p_i_oc__put__vara__double.html b/docs/interfacepionfput__mod_1_1_p_i_oc__put__vara__double.html
index 4e67c79e85c..46b6168fc0f 100644
--- a/docs/interfacepionfput__mod_1_1_p_i_oc__put__vara__double.html
+++ b/docs/interfacepionfput__mod_1_1_p_i_oc__put__vara__double.html
@@ -71,12 +71,12 @@
The documentation for this interface was generated from the following file:
diff --git a/docs/interfacepionfput__mod_1_1_p_i_oc__put__vara__float-members.html b/docs/interfacepionfput__mod_1_1_p_i_oc__put__vara__float-members.html
index 4d7f2082755..a605ba06ef2 100644
--- a/docs/interfacepionfput__mod_1_1_p_i_oc__put__vara__float-members.html
+++ b/docs/interfacepionfput__mod_1_1_p_i_oc__put__vara__float-members.html
@@ -74,7 +74,7 @@
diff --git a/docs/interfacepionfput__mod_1_1_p_i_oc__put__vara__float.html b/docs/interfacepionfput__mod_1_1_p_i_oc__put__vara__float.html
index 45deaf6bad1..e24e7784843 100644
--- a/docs/interfacepionfput__mod_1_1_p_i_oc__put__vara__float.html
+++ b/docs/interfacepionfput__mod_1_1_p_i_oc__put__vara__float.html
@@ -71,12 +71,12 @@
The documentation for this interface was generated from the following file:
diff --git a/docs/interfacepionfput__mod_1_1_p_i_oc__put__vara__int-members.html b/docs/interfacepionfput__mod_1_1_p_i_oc__put__vara__int-members.html
index 9f60bbf000d..89f6677f8c9 100644
--- a/docs/interfacepionfput__mod_1_1_p_i_oc__put__vara__int-members.html
+++ b/docs/interfacepionfput__mod_1_1_p_i_oc__put__vara__int-members.html
@@ -74,7 +74,7 @@
diff --git a/docs/interfacepionfput__mod_1_1_p_i_oc__put__vara__int.html b/docs/interfacepionfput__mod_1_1_p_i_oc__put__vara__int.html
index 6df11af1b1d..f7bdc476f1b 100644
--- a/docs/interfacepionfput__mod_1_1_p_i_oc__put__vara__int.html
+++ b/docs/interfacepionfput__mod_1_1_p_i_oc__put__vara__int.html
@@ -71,12 +71,12 @@
The documentation for this interface was generated from the following file:
diff --git a/docs/interfacepionfput__mod_1_1_p_i_oc__put__vara__text-members.html b/docs/interfacepionfput__mod_1_1_p_i_oc__put__vara__text-members.html
index 32539326b6e..95b50aa1024 100644
--- a/docs/interfacepionfput__mod_1_1_p_i_oc__put__vara__text-members.html
+++ b/docs/interfacepionfput__mod_1_1_p_i_oc__put__vara__text-members.html
@@ -74,7 +74,7 @@
diff --git a/docs/interfacepionfput__mod_1_1_p_i_oc__put__vara__text.html b/docs/interfacepionfput__mod_1_1_p_i_oc__put__vara__text.html
index 7ce9282a44c..4286eb99527 100644
--- a/docs/interfacepionfput__mod_1_1_p_i_oc__put__vara__text.html
+++ b/docs/interfacepionfput__mod_1_1_p_i_oc__put__vara__text.html
@@ -71,12 +71,12 @@
The documentation for this interface was generated from the following file:
diff --git a/docs/intro.html b/docs/intro.html
index 7c9cd826362..2a763682328 100644
--- a/docs/intro.html
+++ b/docs/intro.html
@@ -77,7 +77,7 @@ Using PIO has three basic steps.
diff --git a/docs/mach_walkthrough.html b/docs/mach_walkthrough.html
index 794f2b456be..6fc74d68b87 100644
--- a/docs/mach_walkthrough.html
+++ b/docs/mach_walkthrough.html
@@ -227,7 +227,7 @@
Softenv packages and environment variables
It is not necessary to edit your .soft file on Mira inorder to build PIO. Execute the following commands to temporarily load packages into your softenv. These packages use the IBM/XL compiler.
%> soft add +mpiwrapper-xl (or switch from the default in your softenv)
- %> soft add -compilers-2015-02
+ %> soft add @ibm-compilers-2015-02
%> soft add +cmake
%> soft add +git
@@ -411,29 +411,36 @@
Build with:
cd hdf5-1.10.1
CC=mpicc ./configure --with-zlib=/usr/local/zlib-1.2.11_mpich-3.2 --with-szlib=/usr/local/szip-2.1_mpich-3.2 --prefix=/usr/local/hdf5-1.10.1_mpich-3.2 --enable-parallel
make all check
-sudo PATH=$PATH:/usr/local/bin make install
+sudo PATH=$PATH:/usr/local/bin make install
+
-Installing NetCDF-4 C Library
Download the netcdf C library from the NetCDF download
-page. Untar with: tar zxf netcdf-c-4.5.0-rc1.tar.gz
Build with:
-cd netcdf-c-4.5.0-rc1
+Installing NetCDF-4 C Library
+
+Download the netcdf C library from the NetCDF download page. Untar with:
tar zxf netcdf-c-4.5.0-rc1.tar.gz
+Build with:
cd netcdf-c-4.5.0-rc1
CPPFLAGS='-I/usr/local/zlib-1.2.11_mpich-3.2 -I/usr/local/szip-2.1_mpich-3.2/include -I/usr/local/hdf5-1.10.1_mpich-3.2/include' LDFLAGS='-L/usr/local/zlib-1.2.11_mpich-3.2/lib -L/usr/local/szip-2.1_mpich-3.2/lib -L/usr/local/hdf5-1.10.1_mpich-3.2/lib' CC=mpicc ./configure --enable-parallel-tests --prefix=/usr/local/netcdf-4.4.1_mpich-3.2
make all check
-sudo make install
Note that you may not build netCDF with it's built-in
-parallel-netCDF support, if you are also planning to use the
-parallel-netCDF library with PIO. For PIO, parallel-netCDF must be
-installed independently of netCDF.
+sudo make install
+Note that you may not build netCDF with it's built-in parallel-netCDF support, if you are also planning to use the parallel-netCDF library with PIO. For PIO, parallel-netCDF must be installed independently of netCDF.
+
+
-Installing NetCDF-4 Fortran Library
Download the netcdf Fortran library from the NetCDF download
-page. Untar
-with: tar zxf netcdf-fortran-4.4.4.tar.gz
Build with:
-cd netcdf-fortran-4.4.4
+Installing NetCDF-4 Fortran Library
+
+Download the netcdf Fortran library from the NetCDF download page. Untar with:
tar zxf netcdf-fortran-4.4.4.tar.gz
+Build with:
cd netcdf-fortran-4.4.4
CC=mpicc LD_LIBRARY_PATH=/usr/local/netcdf-4.4.1_mpich-3.2/lib FC=mpifort CPPFLAGS=-I/usr/local/netcdf-4.4.1_mpich-3.2/include LDFLAGS=-L/usr/local/netcdf-4.4.1_mpich-3.2/lib ./configure --enable-parallel-tests --prefix=/usr/local/netcdf-fortran-4.4.4_c_4.4.1_mpich-3.2
make all
-sudo make install
Note that make check did not work because of a failure in a
-test. This has been reported to the netCDF team.
+sudo make install
+Note that make check did not work because of a failure in a test. This has been reported to the netCDF team.
+
+
-Installing ParallelIO Library
Clone the ParallelIO library.
Create a build directory and run cmake.
-
+Installing ParallelIO Library
+
+Clone the ParallelIO library.
+
+Create a build directory and run cmake.
cd ParallelIO
mkdir build
cd build
@@ -441,31 +448,42 @@
make
make check
sudo make install
-
When debugging build issues, it's helpful to be able to do a clean
-build from the command line, including tests:
+
+When debugging build issues, it's helpful to be able to do a clean build from the command line, including tests:
+
cd build
rm -rf * && CFLAGS='-Wall -g' FFLAGS=-g CC=mpicc FC=mpifort cmake -DNetCDF_C_PATH=/usr/local/netcdf-4.4.1_mpich-3.2 -DNetCDF_Fortran_PATH=/usr/local/netcdf-fortran-4.4.4_c_4.4.1_mpich-3.2 -DPnetCDF_PATH=/usr/local/pnetcdf-1.8.1_mpich-3.2 -DPIO_HDF5_LOGGING=On -DPIO_USE_MALLOC=On -DPIO_ENABLE_LOGGING=On .. && make VERBOSE=1 all tests check
-
To build with address sanitizer:
+
+To build with address sanitizer:
+
rm -rf * && CFLAGS='-Wall -g -fsanitize=address -fno-omit-frame-pointer' FFLAGS='-g -fsanitize=address -fno-omit-frame-pointer' CC=mpicc FC=mpifort cmake -DNetCDF_C_PATH=/usr/local/netcdf-4.4.1_mpich-3.2 -DNetCDF_Fortran_PATH=/usr/local/netcdf-fortran-4.4.4_c_4.4.1_mpich-3.2 -DPnetCDF_PATH=/usr/local/pnetcdf-1.8.1_mpich-3.2 -DPIO_HDF5_LOGGING=On -DPIO_USE_MALLOC=On -DPIO_ENABLE_LOGGING=On .. && make VERBOSE=1 all tests check
-
Note the optional CFLAGS=-g which allows the use of a debugger
-with this code. Also note the optional VERBOSE=1 provided to make,
-which causes the build commands to be made visible.
Note also the -DPIO_ENABLE_LOGGING=On which is helpful for debugging but should probably not be used in production builds.
+
+Note the optional CFLAGS=-g which allows the use of a debugger with this code. Also note the optional VERBOSE=1 provided to make, which causes the build commands to be made visible.
+
+Note also the -DPIO_ENABLE_LOGGING=On which is helpful for debugging but should probably not be used in production builds.
+
+
-Building PIO with autotools.
To build the PIO library with autotools, clone the repo and use a command like this:
+Building PIO with autotools.
+
+To build the PIO library with autotools, clone the repo and use a command like this:
+
autoreconf -i && LD_LIBRARY_PATH=/usr/local/netcdf-4.4.1_mpich-3.2/lib CC=mpicc CFLAGS='-g' CPPFLAGS='-I/usr/local/netcdf-4.4.1_mpich-3.2/include/ -I/usr/local/pnetcdf-1.8.1_mpich-3.2/include' LDFLAGS='-L/usr/local/netcdf-4.4.1_mpich-3.2/lib -L/usr/local/pnetcdf-1.8.1_mpich-3.2/lib' ./configure && make check
-
To build with debug logging and the address sanitizer for memory checking (debugging builds only!):
+
+To build with debug logging and the address sanitizer for memory checking (debugging builds only!):
+
autoreconf -i && LD_LIBRARY_PATH=/usr/local/netcdf-4.4.1_mpich-3.2/lib CC=mpicc CFLAGS='-g -fsanitize=address -fno-omit-frame-pointer' CPPFLAGS='-I/usr/local/netcdf-4.4.1_mpich-3.2/include/ -I/usr/local/pnetcdf-1.8.1_mpich-3.2/include' LDFLAGS='-L/usr/local/netcdf-4.4.1_mpich-3.2/lib -L/usr/local/pnetcdf-1.8.1_mpich-3.2/lib' ./configure --enable-logging && make check
-
+
+
-Building and Running Performance Tests
Download a decomp file from our google
-code page. You can use any of those files, save them to
-build/test/performance. (These instructions were tested with the first
-one in the list.)
Create a namelist file, named "pioperf.nl". Save this file in the
-subdirectory (note that it is in the BUILD directory):
-
+Building and Running Performance Tests
+
+Download a decomp file from our google code page. You can use any of those files, save them to build/test/performance. (These instructions were tested with the first one in the list.)
+
+Create a namelist file, named "pioperf.nl". Save this file in the subdirectory (note that it is in the BUILD directory):
build/tests/performance/
-
The contents of the namelist file should look like:
-
+
+The contents of the namelist file should look like:
&pioperf
decompfile = "/u/sciteam/thayerca/scratch/pio_work/piodecomp30tasks01dims06.dat"
pio_typenames = 'pnetcdf'
@@ -473,25 +491,30 @@
rearrangers = 1
nvars = 2
/
-
You should change the path to your decomp file to wherever you
-saved it. You can add items to the list to run more tests, so, for
-instance, to test all of the types of io, your pio_typenames would
-look like: pio_typenames = 'pnetcdf','netcdf','netcdf4p','netcdf4c'
HDF5 is netcdf4p, and Parallel-Netcdf is pnetcdf.
Example to test with different numbers of tasks, you could do:
-niotasks = 30,15,5
Example to test with both of the rearranger algorithms:
-rearrangers = 1,2
Example to test with different numbers of variables:
-nvars = 8,5,3,2
Once you have your decomp file and your namelist set up, run like this:
+
+You should change the path to your decomp file to wherever you saved it. You can add items to the list to run more tests, so, for instance, to test all of the types of io, your pio_typenames would look like: pio_typenames = 'pnetcdf','netcdf','netcdf4p','netcdf4c'
+
+HDF5 is netcdf4p, and Parallel-Netcdf is pnetcdf.
+
+Example to test with different numbers of tasks, you could do: niotasks = 30,15,5
+
+Example to test with both of the rearranger algorithms: rearrangers = 1,2
+
+Example to test with different numbers of variables: nvars = 8,5,3,2
+
+Once you have your decomp file and your namelist set up, run like this:
+
mpiexec -n 30 ./pioperf
-
If you run the most basic performance tests (as in the first
-pioperf.nl example), this script should only take a few minutes (less
-than 5) to complete. The output and results will be written to your
-pioperf.o$PBS_JOBID file. Adding more iotypes and rearrangers and
-variables to these tests will increase the time significantly.
+
+If you run the most basic performance tests (as in the first pioperf.nl example), this script should only take a few minutes (less than 5) to complete. The output and results will be written to your pioperf.o$PBS_JOBID file. Adding more iotypes and rearrangers and variables to these tests will increase the time significantly.
+
+
-Last updated: 05-16-2016
-
+Last updated: 05-16-2016
+
diff --git a/docs/menudata.js b/docs/menudata.js
index fef2180ad5b..ee158e90fc1 100644
--- a/docs/menudata.js
+++ b/docs/menudata.js
@@ -14,12 +14,9 @@ var menudata={children:[
{text:"d",url:"globals_d.html#index_d"},
{text:"e",url:"globals_e.html#index_e"},
{text:"f",url:"globals_f.html#index_f"},
-{text:"g",url:"globals_g.html#index_g"},
{text:"i",url:"globals_i.html#index_i"},
-{text:"l",url:"globals_l.html#index_l"},
{text:"m",url:"globals_m.html#index_m"},
{text:"n",url:"globals_n.html#index_n"},
-{text:"o",url:"globals_o.html#index_o"},
{text:"p",url:"globals_p.html#index_p"},
{text:"r",url:"globals_r.html#index_r"},
{text:"s",url:"globals_s.html#index_s"},
@@ -28,20 +25,13 @@ var menudata={children:[
{text:"x",url:"globals_x.html#index_x"}]},
{text:"Functions/Subroutines",url:"globals_func.html",children:[
{text:"a",url:"globals_func.html#index_a"},
-{text:"b",url:"globals_func_b.html#index_b"},
{text:"c",url:"globals_func_c.html#index_c"},
{text:"d",url:"globals_func_d.html#index_d"},
{text:"e",url:"globals_func_e.html#index_e"},
{text:"f",url:"globals_func_f.html#index_f"},
-{text:"g",url:"globals_func_g.html#index_g"},
{text:"i",url:"globals_func_i.html#index_i"},
-{text:"l",url:"globals_func_l.html#index_l"},
{text:"m",url:"globals_func_m.html#index_m"},
-{text:"o",url:"globals_func_o.html#index_o"},
-{text:"p",url:"globals_func_p.html#index_p"},
-{text:"r",url:"globals_func_r.html#index_r"},
-{text:"s",url:"globals_func_s.html#index_s"},
-{text:"w",url:"globals_func_w.html#index_w"}]},
+{text:"p",url:"globals_func_p.html#index_p"}]},
{text:"Variables",url:"globals_vars.html"},
{text:"Typedefs",url:"globals_type.html"},
{text:"Enumerations",url:"globals_enum.html"},
@@ -49,7 +39,6 @@ var menudata={children:[
{text:"Macros",url:"globals_defs.html",children:[
{text:"d",url:"globals_defs.html#index_d"},
{text:"e",url:"globals_defs.html#index_e"},
-{text:"l",url:"globals_defs.html#index_l"},
{text:"m",url:"globals_defs.html#index_m"},
{text:"n",url:"globals_defs.html#index_n"},
{text:"p",url:"globals_defs.html#index_p"},
diff --git a/docs/modules.html b/docs/modules.html
index 0322df1451a..17b80eacc97 100644
--- a/docs/modules.html
+++ b/docs/modules.html
@@ -66,70 +66,106 @@
Here is a list of all modules:
diff --git a/docs/pages.html b/docs/pages.html
index e61ed8ef5db..413f456cdbd 100644
--- a/docs/pages.html
+++ b/docs/pages.html
@@ -66,25 +66,26 @@
Here is a list of all related documentation pages:
diff --git a/docs/pio_8_f90.html b/docs/pio_8_f90.html
index 7cc22d2eff4..0b82454b5cc 100644
--- a/docs/pio_8_f90.html
+++ b/docs/pio_8_f90.html
@@ -77,7 +77,7 @@
|
-subroutine | pio::pio_set_blocksize (blocksize) |
+subroutine pio::pio_set_blocksize (blocksize) |
| Set the target blocksize for the box rearranger.
|
|
logical function | pio::pio_iam_iotask (iosystem) |
@@ -166,7 +166,7 @@
diff --git a/docs/pio__kinds_8_f90.html b/docs/pio__kinds_8_f90.html
index c51ef8220e5..f00631432f9 100644
--- a/docs/pio__kinds_8_f90.html
+++ b/docs/pio__kinds_8_f90.html
@@ -77,36 +77,60 @@
|
-integer, parameter, public | pio_kinds::char_len = 360 |
+integer, parameter, public pio_kinds::char_len = 360 |
+ | char len
|
|
-integer, parameter, public | pio_kinds::log_kind = kind(.true.) |
+integer, parameter, public pio_kinds::log_kind = kind(.true.) |
+ | logical kind
|
|
-integer, parameter, public | pio_kinds::int_kind = kind(1) |
+integer, parameter, public pio_kinds::int_kind = kind(1) |
+ | int kind
|
|
-integer, parameter, public | pio_kinds::i4 = selected_int_kind(6) |
+integer, parameter, public pio_kinds::i4 = selected_int_kind(6) |
+ | i4 kind
|
|
-integer, parameter, public | pio_kinds::i8 = selected_int_kind(13) |
+integer, parameter, public pio_kinds::i8 = selected_int_kind(13) |
+ | i8 kind
|
|
-integer, parameter, public | pio_kinds::r4 = selected_real_kind(6) |
+integer, parameter, public pio_kinds::r4 = selected_real_kind(6) |
+ | r4 kind
|
|
-integer, parameter, public | pio_kinds::r8 = selected_real_kind(13) |
+integer, parameter, public pio_kinds::r8 = selected_real_kind(13) |
+ | r8 kind
|
|
-
-integer, parameter, public | pio_kinds::pio_offset_kind =MPI_OFFSET_KIND |
+integer, parameter, public | pio_kinds::pio_offset_kind =MPI_OFFSET_KIND |
+ | Byte size of the MPI_OFFSET type. More...
|
|
+
+
+◆ pio_offset_kind
+
+
+
+
+
+ integer, parameter, public pio_kinds::pio_offset_kind =MPI_OFFSET_KIND |
+
+
+
+
+
Byte size of the MPI_OFFSET type.
+
+
+
+
diff --git a/docs/pio__nc4_8c.html b/docs/pio__nc4_8c.html
index 49134bc5481..c7234022b99 100644
--- a/docs/pio__nc4_8c.html
+++ b/docs/pio__nc4_8c.html
@@ -75,289 +75,56 @@
More...
#include <config.h>
#include <pio.h>
-
#include <pio_internal.h>
+
#include <pio_internal.h>
|
-int | PIOc_def_var_deflate (int ncid, int varid, int shuffle, int deflate, int deflate_level) |
- | Set deflate (zlib) settings for a variable. More...
|
+int | PIOc_def_var_deflate (int ncid, int varid, int shuffle, int deflate, int deflate_level) |
+ | Set deflate (zlib) settings for a variable. More...
|
|
-int | PIOc_inq_var_deflate (int ncid, int varid, int *shufflep, int *deflatep, int *deflate_levelp) |
- | This function only applies to netCDF-4 files. More...
|
- |
-int | PIOc_def_var_chunking (int ncid, int varid, int storage, const PIO_Offset *chunksizesp) |
- | Set chunksizes for a variable. More...
|
+int | PIOc_inq_var_deflate (int ncid, int varid, int *shufflep, int *deflatep, int *deflate_levelp) |
+ | This function only applies to netCDF-4 files. More...
|
+ |
+int | PIOc_def_var_chunking (int ncid, int varid, int storage, const PIO_Offset *chunksizesp) |
+ | Set chunksizes for a variable. More...
|
|
-int | PIOc_inq_var_chunking (int ncid, int varid, int *storagep, PIO_Offset *chunksizesp) |
- | Inquire about chunksizes for a variable. More...
|
- |
-int | PIOc_def_var_endian (int ncid, int varid, int endian) |
- | Set chunksizes for a variable. More...
|
+int | PIOc_inq_var_chunking (int ncid, int varid, int *storagep, PIO_Offset *chunksizesp) |
+ | Inquire about chunksizes for a variable. More...
|
+ |
+int | PIOc_def_var_endian (int ncid, int varid, int endian) |
+ | Set chunksizes for a variable. More...
|
|
-int | PIOc_inq_var_endian (int ncid, int varid, int *endianp) |
- | Inquire about chunksizes for a variable. More...
|
- |
-int | PIOc_set_chunk_cache (int iosysid, int iotype, PIO_Offset size, PIO_Offset nelems, float preemption) |
- | Set chunk cache netCDF files to be opened/created. More...
|
+int | PIOc_inq_var_endian (int ncid, int varid, int *endianp) |
+ | Inquire about chunksizes for a variable. More...
|
+ |
+int | PIOc_set_chunk_cache (int iosysid, int iotype, PIO_Offset size, PIO_Offset nelems, float preemption) |
+ | Set chunk cache netCDF files to be opened/created. More...
|
|
-int | PIOc_get_chunk_cache (int iosysid, int iotype, PIO_Offset *sizep, PIO_Offset *nelemsp, float *preemptionp) |
- | Get current file chunk cache settings from HDF5. More...
|
+int | PIOc_get_chunk_cache (int iosysid, int iotype, PIO_Offset *sizep, PIO_Offset *nelemsp, float *preemptionp) |
+ | Get current file chunk cache settings from HDF5. More...
|
|
-int | PIOc_set_var_chunk_cache (int ncid, int varid, PIO_Offset size, PIO_Offset nelems, float preemption) |
- | Set chunksizes for a variable. More...
|
+int | PIOc_set_var_chunk_cache (int ncid, int varid, PIO_Offset size, PIO_Offset nelems, float preemption) |
+ | Set chunksizes for a variable. More...
|
|
-int | PIOc_get_var_chunk_cache (int ncid, int varid, PIO_Offset *sizep, PIO_Offset *nelemsp, float *preemptionp) |
- | Get the variable chunk cache settings. More...
|
- |
+int | PIOc_get_var_chunk_cache (int ncid, int varid, PIO_Offset *sizep, PIO_Offset *nelemsp, float *preemptionp) |
+ | Get the variable chunk cache settings. More...
|
+ |
Functions to wrap netCDF-4 functions for PIO.
- Author
- Ed Hartnett
-
-
-◆ PIOc_get_var_chunk_cache()
-
-
-
-
-
- int PIOc_get_var_chunk_cache |
- ( |
- int |
- ncid, |
-
-
- |
- |
- int |
- varid, |
-
-
- |
- |
- PIO_Offset * |
- sizep, |
-
-
- |
- |
- PIO_Offset * |
- nelemsp, |
-
-
- |
- |
- float * |
- preemptionp |
-
-
- |
- ) |
- | |
-
-
-
-
-
Get the variable chunk cache settings.
-
This function only applies to netCDF-4 files. When used with netCDF classic files, the error PIO_ENOTNC4 will be returned.
-
Note that these settings are not part of the data file - they apply only to the open file as long as it is open.
-
See the netCDF variable documentation for details about the operation of this function.
-
- Parameters
-
-
- ncid | the ncid of the open file. |
- varid | the ID of the variable to set chunksizes for. |
- sizep | will get the size of the cache in bytes. Ignored if NULL. |
- nelemsp | will get the number of elements in the cache. Ignored if NULL. |
- preemptionp | will get the cache preemption value. Ignored if NULL. |
-
-
-
-
- Returns
- PIO_NOERR for success, otherwise an error code.
-
- Author
- Ed Hartnett
-
-
-
-
-◆ PIOc_inq_var_chunking()
-
-
-
-
-
- int PIOc_inq_var_chunking |
- ( |
- int |
- ncid, |
-
-
- |
- |
- int |
- varid, |
-
-
- |
- |
- int * |
- storagep, |
-
-
- |
- |
- PIO_Offset * |
- chunksizesp |
-
-
- |
- ) |
- | |
-
-
-
-
-
Inquire about chunksizes for a variable.
-
This function only applies to netCDF-4 files. When used with netCDF classic files, the error PIO_ENOTNC4 will be returned.
-
See the netCDF variable documentation for details about the operation of this function.
-
- Parameters
-
-
- ncid | the ncid of the open file. |
- varid | the ID of the variable to set chunksizes for. |
- storagep | pointer to int which will be set to either NC_CONTIGUOUS or NC_CHUNKED. |
- chunksizesp | pointer to memory where chunksizes will be set. There are the same number of chunksizes as there are dimensions. |
-
-
-
-
- Returns
- PIO_NOERR for success, otherwise an error code.
-
- Author
- Ed Hartnett
-
-
-
-
-◆ PIOc_inq_var_deflate()
-
-
-
-
-
- int PIOc_inq_var_deflate |
- ( |
- int |
- ncid, |
-
-
- |
- |
- int |
- varid, |
-
-
- |
- |
- int * |
- shufflep, |
-
-
- |
- |
- int * |
- deflatep, |
-
-
- |
- |
- int * |
- deflate_levelp |
-
-
- |
- ) |
- | |
-
-
-
-
-
This function only applies to netCDF-4 files.
-
When used with netCDF classic files, the error PIO_ENOTNC4 will be returned.
-
Inquire about deflate (zlib compression) settings for a variable.
-
See the netCDF variable documentation for details about the operation of this function.
-
- Parameters
-
-
- ncid | the ncid of the open file. |
- varid | the ID of the variable to set chunksizes for. |
- shufflep | pointer to an int that will get the status of the shuffle filter. Ignored if NULL. |
- deflatep | pointer to an int that will be set to non-zero if deflation is in use for this variable. Ignored if NULL. |
- deflate_levelp | pointer to an int that will get the deflation level (from 1-9) if deflation is in use for this variable. Ignored if NULL. |
-
-
-
-
- Returns
- PIO_NOERR for success, otherwise an error code.
-
- Author
- Ed Hartnett
-
-
-
-
-◆ PIOc_inq_var_endian()
-
-
-
-
-
- int PIOc_inq_var_endian |
- ( |
- int |
- ncid, |
-
-
- |
- |
- int |
- varid, |
-
-
- |
- |
- int * |
- endianp |
-
-
- |
- ) |
- | |
-
-
-
-
-
Inquire about chunksizes for a variable.
-
This function only applies to netCDF-4 files. When used with netCDF classic files, the error PIO_ENOTNC4 will be returned.
-
See the netCDF variable documentation for details about the operation of this function.
-
- Parameters
-
-
- ncid | the ncid of the open file. |
- varid | the ID of the variable to set chunksizes for. |
- endianp | pointer to int which will be set to endianness. Ignored if NULL. |
-
-
-
-
- Returns
- PIO_NOERR for success, otherwise an error code.
-
- Author
- Ed Hartnett
-
-
-
-
+
diff --git a/docs/pio__nc4_8c__incl.map b/docs/pio__nc4_8c__incl.map
index 663d7222a42..a3cb5ed8db8 100644
--- a/docs/pio__nc4_8c__incl.map
+++ b/docs/pio__nc4_8c__incl.map
@@ -1,6 +1,3 @@
diff --git a/docs/pio__nc4_8c__incl.md5 b/docs/pio__nc4_8c__incl.md5
index 345b0d825ef..eb48e5269d1 100644
--- a/docs/pio__nc4_8c__incl.md5
+++ b/docs/pio__nc4_8c__incl.md5
@@ -1 +1 @@
-184cebe037a31dca67356e011e1bc459
\ No newline at end of file
+b7870e72f661af6f547eb5112241643d
\ No newline at end of file
diff --git a/docs/pio__nc4_8c__incl.png b/docs/pio__nc4_8c__incl.png
index 34fe9e144bb..5f52243411d 100644
Binary files a/docs/pio__nc4_8c__incl.png and b/docs/pio__nc4_8c__incl.png differ
diff --git a/docs/pio__support_8_f90.html b/docs/pio__support_8_f90.html
index d075785b8d9..1ab7e819145 100644
--- a/docs/pio__support_8_f90.html
+++ b/docs/pio__support_8_f90.html
@@ -96,13 +96,16 @@
|
-logical, public | pio_support::debug =.FALSE. |
+logical, public
diff --git a/docs/pio__types_8_f90.html b/docs/pio__types_8_f90.html
index f094b4a0ea2..3a7131189fb 100644
--- a/docs/pio__types_8_f90.html
+++ b/docs/pio__types_8_f90.html
@@ -99,97 +99,128 @@
|
-integer(i4), parameter, public | pio_types::pio_iotype_pnetcdf = 1 |
+integer(i4), parameter, public pio_types::pio_iotype_pnetcdf = 1 |
+ | parallel read/write of pNetCDF files
|
|
-integer(i4), parameter, public | pio_types::pio_iotype_netcdf = 2 |
+integer(i4), parameter, public pio_types::pio_iotype_netcdf = 2 |
+ | serial read/write of NetCDF file using 'base_node'
|
|
-integer(i4), parameter, public | pio_types::pio_iotype_netcdf4c = 3 |
+integer(i4), parameter, public pio_types::pio_iotype_netcdf4c = 3 |
+ | netcdf4 (hdf5 format) file opened for compression (serial write access only)
|
|
-integer(i4), parameter, public | pio_types::pio_iotype_netcdf4p = 4 |
+integer(i4), parameter, public pio_types::pio_iotype_netcdf4p = 4 |
+ | netcdf4 (hdf5 format) file opened in parallel (all netcdf4 files for read will be opened this way)
|
|
-integer(i4), parameter, public | pio_types::iotype_pnetcdf = PIO_iotype_pnetcdf |
+integer(i4), parameter, public pio_types::iotype_pnetcdf = PIO_iotype_pnetcdf |
+ | pnetcdf iotype
|
|
-integer(i4), parameter, public | pio_types::iotype_netcdf = PIO_iotype_netcdf |
+integer(i4), parameter, public pio_types::iotype_netcdf = PIO_iotype_netcdf |
+ | netcdf iotype
|
|
-integer(i4), parameter, public | pio_types::pio_rearr_box = 1 |
+integer(i4), parameter, public pio_types::pio_rearr_box = 1 |
+ | box rearranger
|
|
-integer(i4), parameter, public | pio_types::pio_rearr_subset = 2 |
+integer(i4), parameter, public pio_types::pio_rearr_subset = 2 |
+ | subset rearranger
|
|
-integer(i4), parameter, public | pio_types::pio_internal_error = -51 |
+integer(i4), parameter, public pio_types::pio_internal_error = -51 |
+ | abort on error from any task
|
|
-integer(i4), parameter, public | pio_types::pio_bcast_error = -52 |
+integer(i4), parameter, public pio_types::pio_bcast_error = -52 |
+ | broadcast an error
|
|
-integer(i4), parameter, public | pio_types::pio_return_error = -53 |
+integer(i4), parameter, public pio_types::pio_return_error = -53 |
+ | do nothing
|
|
-integer(i4), parameter, public | pio_types::pio_default = -1 |
+integer(i4), parameter, public pio_types::pio_default = -1 |
+ | default error handler
|
|
-integer, parameter, public | pio_types::pio_global = 0 |
+integer, parameter, public pio_types::pio_global = 0 |
+ | global atts
|
|
-integer, parameter, public | pio_types::pio_double = 6 |
+integer, parameter, public pio_types::pio_double = 6 |
+ | double type
|
|
-integer, parameter, public | pio_types::pio_real = 5 |
+integer, parameter, public pio_types::pio_real = 5 |
+ | real type
|
|
-integer, parameter, public | pio_types::pio_int = 4 |
+integer, parameter, public pio_types::pio_int = 4 |
+ | int type
|
|
-integer, parameter, public | pio_types::pio_char = 2 |
+integer, parameter, public pio_types::pio_char = 2 |
+ | char type
|
|
-integer, parameter, public | pio_types::pio_noerr = 0 |
+integer, parameter, public pio_types::pio_noerr = 0 |
+ | no error
|
|
-integer, parameter, public | pio_types::pio_max_name = 25 |
+integer, parameter, public pio_types::pio_max_name = 25 |
+ | max name len
|
|
-integer, parameter, public | pio_types::pio_max_var_dims = 6 |
+integer, parameter, public pio_types::pio_max_var_dims = 6 |
+ | max dims for a var
|
|
-integer, parameter, public | pio_types::pio_clobber = 10 |
+integer, parameter, public pio_types::pio_clobber = 10 |
+ | clobber existing file
|
|
-integer, parameter, public | pio_types::pio_noclobber = 11 |
+integer, parameter, public pio_types::pio_noclobber = 11 |
+ | do not clobber existing file
|
|
-integer, parameter, public | pio_types::pio_write = 20 |
+integer, parameter, public pio_types::pio_write = 20 |
+ | read-write
|
|
-integer, parameter, public | pio_types::pio_nowrite = 21 |
+integer, parameter, public pio_types::pio_nowrite = 21 |
+ | read-only
|
|
-integer, parameter, public | pio_types::pio_64bit_offset = 0 |
+integer, parameter, public pio_types::pio_64bit_offset = 0 |
+ | 64bit offset format
|
|
-integer, parameter, public | pio_types::pio_64bit_data = 0 |
+integer, parameter, public pio_types::pio_64bit_data = 0 |
+ | CDF5 format.
|
|
-integer, parameter, public | pio_types::pio_fill_int = -2147483647 |
+integer, parameter, public pio_types::pio_fill_int = -2147483647 |
+ | int fill value
|
|
-real, parameter, public | pio_types::pio_fill_float = 9.9692099683868690e+36 |
+real, parameter, public pio_types::pio_fill_float = 9.9692099683868690e+36 |
+ | float fill value
|
|
-double precision, parameter, public | pio_types::pio_fill_double = 9.9692099683868690e+36 |
+double precision, parameter, public pio_types::pio_fill_double = 9.9692099683868690e+36 |
+ | double fill value
|
|
-integer, parameter, public | pio_types::pio_num_ost = 16 |
+integer, parameter, public pio_types::pio_num_ost = 16 |
+ | num ost
|
|
-integer, parameter, public | pio_types::pio_rearr_comm_unlimited_pend_req = -1 |
+integer, parameter, public pio_types::pio_rearr_comm_unlimited_pend_req = -1 |
+ | unlimited requests
|
|
@@ -197,7 +228,7 @@
diff --git a/docs/search/all_0.js b/docs/search/all_0.js
index 0011fd57588..c4bbb506200 100644
--- a/docs/search/all_0.js
+++ b/docs/search/all_0.js
@@ -1,12 +1,8 @@
var searchData=
[
- ['add_5fto_5fvarlist',['add_to_varlist',['../pio__internal_8h.html#a30792ddf64ffa7135b7150ceb66b005c',1,'add_to_varlist(int varid, int rec_var, int pio_type, int pio_type_size, MPI_Datatype mpi_type, int mpi_type_size, var_desc_t **varlist): pio_lists.c'],['../pio__lists_8c.html#a30792ddf64ffa7135b7150ceb66b005c',1,'add_to_varlist(int varid, int rec_var, int pio_type, int pio_type_size, MPI_Datatype mpi_type, int mpi_type_size, var_desc_t **varlist): pio_lists.c']]],
['advanceframe',['advanceframe',['../group___p_i_o__advanceframe.html#ga3466b48f29038f5613f33ad5c33ac142',1,'piolib_mod']]],
- ['advanceframe_5fhandler',['advanceframe_handler',['../pio__msg_8c.html#ae904355d0c65c10abb981f3ecead084d',1,'pio_msg.c']]],
- ['alloc_5fregion2',['alloc_region2',['../pio__internal_8h.html#a475f9eeb6ffa913458ef3493fbadccb0',1,'alloc_region2(iosystem_desc_t *ios, int ndims, io_region **region): pioc_support.c'],['../pioc__support_8c.html#aedb8cb5bbf198ce481dd78e4447beb19',1,'alloc_region2(iosystem_desc_t *ios, int ndims, io_region **regionp): pioc_support.c']]],
+ ['alloc_5fregion2',['alloc_region2',['../pioc__support_8c.html#aedb8cb5bbf198ce481dd78e4447beb19',1,'pioc_support.c']]],
['arraylen',['arraylen',['../structwmulti__buffer.html#a3a3a4551d43bb902da4217ab698a6064',1,'wmulti_buffer']]],
['arridxperpe',['arridxperpe',['../structpioexample_1_1pioexampleclass.html#a7e6823c9476cb6b593d4e95c7fecfcb1',1,'pioexample::pioexampleclass']]],
- ['async',['async',['../structiosystem__desc__t.html#aeb0c951a503ef50d6ed469da259bb711',1,'iosystem_desc_t']]],
- ['att_5fget_5fhandler',['att_get_handler',['../pio__msg_8c.html#a41a37eba28d6ca832dc73376c231379f',1,'pio_msg.c']]],
- ['att_5fput_5fhandler',['att_put_handler',['../pio__msg_8c.html#aec5214081ad8df2c1d8c829971021bc3',1,'pio_msg.c']]]
+ ['async',['async',['../structiosystem__desc__t.html#aeb0c951a503ef50d6ed469da259bb711',1,'iosystem_desc_t']]]
];
diff --git a/docs/search/all_1.js b/docs/search/all_1.js
index 114a3478457..b7d7bb7d665 100644
--- a/docs/search/all_1.js
+++ b/docs/search/all_1.js
@@ -1,7 +1,5 @@
var searchData=
[
- ['blocksize',['blocksize',['../pioc_8c.html#a75e9073defcedf91712de41e4ac14800',1,'blocksize(): pioc_sc.c'],['../pioc__sc_8c.html#a75e9073defcedf91712de41e4ac14800',1,'blocksize(): pioc_sc.c']]],
- ['box_5frearrange_5fcreate',['box_rearrange_create',['../pio__internal_8h.html#a4426524dce386030db9ce54bb4c26758',1,'box_rearrange_create(iosystem_desc_t *ios, int maplen, const PIO_Offset *compmap, const int *gsize, int ndim, io_desc_t *iodesc): pio_rearrange.c'],['../pio__rearrange_8c.html#a0ca5039e5f9f85a449867af255ec6eee',1,'box_rearrange_create(iosystem_desc_t *ios, int maplen, const PIO_Offset *compmap, const int *gdimlen, int ndims, io_desc_t *iodesc): pio_rearrange.c']]],
- ['bpool_5ffree',['bpool_free',['../pio__darray__int_8c.html#af178de4ddf5149bb1a27b483e91a0d32',1,'pio_darray_int.c']]],
+ ['blocksize',['blocksize',['../pioc_8c.html#a75e9073defcedf91712de41e4ac14800',1,'pioc.c']]],
['buffer',['buffer',['../structfile__desc__t.html#a0c596f8e36c81915e0ef59dca2bee7f3',1,'file_desc_t']]]
];
diff --git a/docs/search/all_2.js b/docs/search/all_2.js
index e01d33f9d46..658880d1ce0 100644
--- a/docs/search/all_2.js
+++ b/docs/search/all_2.js
@@ -1,42 +1,34 @@
var searchData=
[
- ['calcstartandcount',['CalcStartandCount',['../pio__internal_8h.html#a3853ca65f627c30076b4fa2a9f88b0f2',1,'CalcStartandCount(int pio_type, int ndims, const int *gdims, int num_io_procs, int myiorank, PIO_Offset *start, PIO_Offset *count, int *num_aiotasks): pioc_sc.c'],['../pioc__sc_8c.html#a3853ca65f627c30076b4fa2a9f88b0f2',1,'CalcStartandCount(int pio_type, int ndims, const int *gdims, int num_io_procs, int myiorank, PIO_Offset *start, PIO_Offset *count, int *num_aiotasks): pioc_sc.c']]],
['calculate_5fvalue',['calculate_value',['../example2_8c.html#adc94683e96f58797755afd533c093c45',1,'example2.c']]],
['community_20atmosphere_20model_20_28cam_29',['Community Atmosphere Model (CAM)',['../_c_a_mexample.html',1,'examp']]],
- ['ceil2',['ceil2',['../pio__internal_8h.html#aa20d725c55954a741d14a83bf638c213',1,'ceil2(int i): pio_spmd.c'],['../pio__spmd_8c.html#aa20d725c55954a741d14a83bf638c213',1,'ceil2(int i): pio_spmd.c']]],
- ['change_5fdef_5ffile_5fhandler',['change_def_file_handler',['../pio__msg_8c.html#acc2c1f5d24278a57171500557a395333',1,'pio_msg.c']]],
+ ['char_5flen',['char_len',['../pio__kinds_8_f90.html#a40b9ef544701e6fb7b698d4a7ad5866a',1,'pio_kinds']]],
['check_5ffile',['check_file',['../example1_8c.html#a68a3f52d3825a0739cf5e076cfbebd9a',1,'check_file(int ntasks, char *filename): example1.c'],['../example2_8c.html#a68a3f52d3825a0739cf5e076cfbebd9a',1,'check_file(int ntasks, char *filename): example2.c']]],
- ['check_5fmpi',['check_mpi',['../pio__internal_8h.html#a23de97973c9b5221520ef6335b9040d4',1,'check_mpi(iosystem_desc_t *ios, file_desc_t *file, int mpierr, const char *filename, int line): pioc_support.c'],['../pioc__support_8c.html#a23de97973c9b5221520ef6335b9040d4',1,'check_mpi(iosystem_desc_t *ios, file_desc_t *file, int mpierr, const char *filename, int line): pioc_support.c']]],
- ['check_5fnetcdf',['check_netcdf',['../pio__internal_8h.html#ace3c12a0e8fe7fe5d0fef1d4efad830d',1,'check_netcdf(file_desc_t *file, int status, const char *fname, int line): pioc_support.c'],['../pioc__support_8c.html#ace3c12a0e8fe7fe5d0fef1d4efad830d',1,'check_netcdf(file_desc_t *file, int status, const char *fname, int line): pioc_support.c']]],
- ['check_5fnetcdf2',['check_netcdf2',['../pio__internal_8h.html#a93dc5d235914305c404d841de3f152f7',1,'check_netcdf2(iosystem_desc_t *ios, file_desc_t *file, int status, const char *fname, int line): pioc_support.c'],['../pioc__support_8c.html#a93dc5d235914305c404d841de3f152f7',1,'check_netcdf2(iosystem_desc_t *ios, file_desc_t *file, int status, const char *fname, int line): pioc_support.c']]],
+ ['check_5fmpi',['check_mpi',['../pioc__support_8c.html#a23de97973c9b5221520ef6335b9040d4',1,'pioc_support.c']]],
+ ['check_5fnetcdf',['check_netcdf',['../pioc__support_8c.html#ace3c12a0e8fe7fe5d0fef1d4efad830d',1,'pioc_support.c']]],
+ ['check_5fnetcdf2',['check_netcdf2',['../pioc__support_8c.html#a93dc5d235914305c404d841de3f152f7',1,'pioc_support.c']]],
['check_5funlim_5fuse',['check_unlim_use',['../pioc__support_8c.html#a0f2e99bf3d141d67c06c3b7ea02ffbf1',1,'pioc_support.c']]],
['checkmpireturn',['checkmpireturn',['../pio__support_8_f90.html#ac7968ba27902096f4dd743d468f25274',1,'pio_support']]],
['chunksize',['chunksize',['../example2_8c.html#ac370740bf1adc58a8c18773ffd823ebf',1,'example2.c']]],
['cleanup',['cleanup',['../structpioexample_1_1pioexampleclass.html#a98dc8381c73aa16077022c2601af502a',1,'pioexample::pioexampleclass']]],
- ['close_5ffile_5fhandler',['close_file_handler',['../pio__msg_8c.html#ad16b1058ca8b9036818a974f028f4ac8',1,'pio_msg.c']]],
['closefile',['closefile',['../structpioexample_1_1pioexampleclass.html#ad8d27e01569f9dfd28876febc5d42638',1,'pioexample::pioexampleclass::closefile()'],['../group___p_i_o__closefile.html#gabd36983797d48236a8d610b58a7c3aa8',1,'piolib_mod::closefile()']]],
- ['cn_5fbpool',['CN_bpool',['../pio__darray_8c.html#ad8ea77d66c23466b306a6d74e751bd9c',1,'CN_bpool(): pio_darray.c'],['../pio__darray__int_8c.html#ad8ea77d66c23466b306a6d74e751bd9c',1,'CN_bpool(): pio_darray.c']]],
- ['cn_5fbuffer_5freport',['cn_buffer_report',['../group___p_i_o__write__darray.html#ga35aea71e1d8cb61a1b6bffc6a15731af',1,'cn_buffer_report(iosystem_desc_t *ios, bool collective): pio_darray_int.c'],['../group___p_i_o__write__darray.html#ga35aea71e1d8cb61a1b6bffc6a15731af',1,'cn_buffer_report(iosystem_desc_t *ios, bool collective): pio_darray_int.c']]],
- ['comm_5ftype',['comm_type',['../structrearr__opt.html#a342fe712d7506465b38916591820ae7e',1,'rearr_opt']]],
+ ['cn_5fbpool',['CN_bpool',['../pio__darray_8c.html#ad8ea77d66c23466b306a6d74e751bd9c',1,'pio_darray.c']]],
+ ['comm_5ffc_5fopts_5fcomp2io',['comm_fc_opts_comp2io',['../structpio__types_1_1pio__rearr__opt__t.html#a5d18036a2fceb1a4fcff8699d2f64d3a',1,'pio_types::pio_rearr_opt_t']]],
+ ['comm_5ffc_5fopts_5fio2comp',['comm_fc_opts_io2comp',['../structpio__types_1_1pio__rearr__opt__t.html#ab2b57740e8477b11a260bc57e9e28164',1,'pio_types::pio_rearr_opt_t']]],
+ ['comm_5ftype',['comm_type',['../structrearr__opt.html#a342fe712d7506465b38916591820ae7e',1,'rearr_opt::comm_type()'],['../structpio__types_1_1pio__rearr__opt__t.html#a858797b8a0a36d4c19e6fc210b822adc',1,'pio_types::pio_rearr_opt_t::comm_type()']]],
['comp2io',['comp2io',['../structrearr__opt.html#aeca20bb690f07a0caa04c5f1ae95a256',1,'rearr_opt']]],
['comp_5fcomm',['comp_comm',['../structiosystem__desc__t.html#a362435c96f238f4c90da56af73454199',1,'iosystem_desc_t']]],
['comp_5fidx',['comp_idx',['../structiosystem__desc__t.html#a57a0b192ffe2f569d21ae31fc998ef88',1,'iosystem_desc_t']]],
['comp_5frank',['comp_rank',['../structiosystem__desc__t.html#a77a14897f1dc8aede4ec7f42b2566327',1,'iosystem_desc_t']]],
- ['compare_5foffsets',['compare_offsets',['../pio__internal_8h.html#ab23cee4109e4fa8a752484456bbc62fe',1,'compare_offsets(const void *a, const void *b): pio_rearrange.c'],['../pio__rearrange_8c.html#ab23cee4109e4fa8a752484456bbc62fe',1,'compare_offsets(const void *a, const void *b): pio_rearrange.c']]],
+ ['compare',['compare',['../pioc_8c.html#ac70138609ef6aa6fabca57aca8681e83',1,'pioc.c']]],
['compdof',['compdof',['../structpioexample_1_1pioexampleclass.html#a543d2bef96e9ef2817838921a3e17fd8',1,'pioexample::pioexampleclass']]],
['compmaster',['compmaster',['../structiosystem__desc__t.html#ae338cd1c51fc385932faefe5c80377a7',1,'iosystem_desc_t']]],
['compproc',['compproc',['../structiosystem__desc__t.html#a5076e66faed9677a6ed686348fff1033',1,'iosystem_desc_t']]],
['compranks',['compranks',['../structiosystem__desc__t.html#ae9147c3aba3e40bf2d3ad06ba2305512',1,'iosystem_desc_t']]],
['comproot',['comproot',['../structiosystem__desc__t.html#aeb4289bb6f3ea243e1a9bae70b45aaf9',1,'iosystem_desc_t']]],
- ['compute_5fbuffer_5finit',['compute_buffer_init',['../pio__darray__int_8c.html#adb265a4b03b59844fa784511a022911f',1,'compute_buffer_init(iosystem_desc_t *ios): pio_darray_int.c'],['../pio__internal_8h.html#adb265a4b03b59844fa784511a022911f',1,'compute_buffer_init(iosystem_desc_t *ios): pio_darray_int.c']]],
- ['compute_5fcounts',['compute_counts',['../pio__internal_8h.html#a027a769a445dd9fc27635bc446a0e100',1,'compute_counts(iosystem_desc_t *ios, io_desc_t *iodesc, const int *dest_ioproc, const PIO_Offset *dest_ioindex): pio_rearrange.c'],['../pio__rearrange_8c.html#a027a769a445dd9fc27635bc446a0e100',1,'compute_counts(iosystem_desc_t *ios, io_desc_t *iodesc, const int *dest_ioproc, const PIO_Offset *dest_ioindex): pio_rearrange.c']]],
- ['compute_5fmaxaggregate_5fbytes',['compute_maxaggregate_bytes',['../pio__darray__int_8c.html#a270978141a60afa6ab0aa99aff7cf715',1,'compute_maxaggregate_bytes(iosystem_desc_t *ios, io_desc_t *iodesc): pio_darray_int.c'],['../pio__internal_8h.html#a270978141a60afa6ab0aa99aff7cf715',1,'compute_maxaggregate_bytes(iosystem_desc_t *ios, io_desc_t *iodesc): pio_darray_int.c']]],
- ['compute_5fmaxiobuffersize',['compute_maxIObuffersize',['../pio__internal_8h.html#a7be19ba8290fabfe5d713784109a13cc',1,'compute_maxIObuffersize(MPI_Comm io_comm, io_desc_t *iodesc): pio_rearrange.c'],['../pio__rearrange_8c.html#a7be19ba8290fabfe5d713784109a13cc',1,'compute_maxIObuffersize(MPI_Comm io_comm, io_desc_t *iodesc): pio_rearrange.c']]],
- ['compute_5fone_5fdim',['compute_one_dim',['../pio__internal_8h.html#aea4b479a6d54a088387e3948d967b232',1,'compute_one_dim(int gdim, int ioprocs, int rank, PIO_Offset *start, PIO_Offset *count): pioc_sc.c'],['../pioc__sc_8c.html#aea4b479a6d54a088387e3948d967b232',1,'compute_one_dim(int gdim, int ioprocs, int rank, PIO_Offset *start, PIO_Offset *count): pioc_sc.c']]],
- ['coord_5fto_5flindex',['coord_to_lindex',['../pio__internal_8h.html#a048b73236020ba121556fa86557a050d',1,'coord_to_lindex(int ndims, const PIO_Offset *lcoord, const PIO_Offset *count): pio_rearrange.c'],['../pio__rearrange_8c.html#a048b73236020ba121556fa86557a050d',1,'coord_to_lindex(int ndims, const PIO_Offset *lcoord, const PIO_Offset *count): pio_rearrange.c']]],
['count',['count',['../structio__region.html#ae9897b9dc1ae1abb8e6421d55a8e4b20',1,'io_region']]],
- ['create_5ffile_5fhandler',['create_file_handler',['../pio__msg_8c.html#a9ed5cc5aa6db82fec9a430584ec9d54c',1,'pio_msg.c']]],
- ['create_5fmpi_5fdatatypes',['create_mpi_datatypes',['../pio__internal_8h.html#a557884406a8f1a700d15ac925ba2899d',1,'create_mpi_datatypes(MPI_Datatype basetype, int msgcnt, const PIO_Offset *mindex, const int *mcount, int *mfrom, MPI_Datatype *mtype): pio_rearrange.c'],['../pio__rearrange_8c.html#a5c21c922692dea1b9f7a2a889b6e790c',1,'create_mpi_datatypes(MPI_Datatype mpitype, int msgcnt, const PIO_Offset *mindex, const int *mcount, int *mfrom, MPI_Datatype *mtype): pio_rearrange.c']]],
['createdecomp',['createdecomp',['../structpioexample_1_1pioexampleclass.html#a6a47fedad0fe0d131fd0305e25b26546',1,'pioexample::pioexampleclass']]],
- ['createfile',['createfile',['../structpioexample_1_1pioexampleclass.html#ac1010cbbdf5cd79112bab8e3dbd5dfdf',1,'pioexample::pioexampleclass::createfile()'],['../group___p_i_o__createfile.html#ga359c93e9d4f79c37d488f00535122177',1,'piolib_mod::createfile()']]]
+ ['createfile',['createfile',['../structpioexample_1_1pioexampleclass.html#ac1010cbbdf5cd79112bab8e3dbd5dfdf',1,'pioexample::pioexampleclass::createfile()'],['../group___p_i_o__createfile.html#ga359c93e9d4f79c37d488f00535122177',1,'piolib_mod::createfile()']]],
+ ['close_20a_20file',['Close a File',['../group___p_i_o__close__file__c.html',1,'']]],
+ ['create_20a_20file',['Create a File',['../group___p_i_o__create__file__c.html',1,'']]]
];
diff --git a/docs/search/all_3.js b/docs/search/all_3.js
index 608ce4428db..e57597bfc81 100644
--- a/docs/search/all_3.js
+++ b/docs/search/all_3.js
@@ -4,6 +4,9 @@ var searchData=
['darray_5ffill',['DARRAY_FILL',['../pio__darray_8c.html#a3cbe4eaef9f3dd377fc4ddff08c32d02',1,'pio_darray.c']]],
['data',['data',['../structwmulti__buffer.html#aa6079bff17b568dcb461f89faa4b09e1',1,'wmulti_buffer']]],
['databuffer',['databuffer',['../structpioexample_1_1pioexampleclass.html#a154ba5b20555c9ba1c8674c064f3f8fb',1,'pioexample::pioexampleclass']]],
+ ['debug',['debug',['../pio__support_8_f90.html#aac4c26a2efb143482f67309d07d4e266',1,'pio_support']]],
+ ['debugasync',['debugasync',['../pio__support_8_f90.html#a587dc3074a365ced4e67a1082b327023',1,'pio_support']]],
+ ['debugio',['debugio',['../pio__support_8_f90.html#a32c1c595ec927ae3d54daad0c95492ca',1,'pio_support']]],
['describing_20decompositions',['Describing decompositions',['../decomp.html',1,'']]],
['decomp_5fbacktrace_5fatt_5fname',['DECOMP_BACKTRACE_ATT_NAME',['../pio_8h.html#a47738ade7edcd4f2c042f1db9122caf0',1,'pio.h']]],
['decomp_5fc_5forder_5fstr',['DECOMP_C_ORDER_STR',['../pio_8h.html#ae777e38649b5ac2013cc19558fdd0848',1,'pio.h']]],
@@ -23,33 +26,23 @@ var searchData=
['decomp_5fversion_5fatt_5fname',['DECOMP_VERSION_ATT_NAME',['../pio_8h.html#a478ec727417fbd8321eae4a8acfb7280',1,'pio.h']]],
['decompmap_5ft',['decompmap_t',['../structpio__types_1_1decompmap__t.html',1,'pio_types']]],
['def_5fdim_5fdesc',['def_dim_desc',['../group___p_i_o__def__dim.html#ga1fe0ae159057cf101e8eede7575e492a',1,'pio_nf']]],
- ['def_5fdim_5fhandler',['def_dim_handler',['../pio__msg_8c.html#ad116a29c2abd56f866cae4b01f980925',1,'pio_msg.c']]],
['def_5fdim_5fid',['def_dim_id',['../group___p_i_o__def__dim.html#ga08732588a313c6130c840dbe70635d2f',1,'pio_nf']]],
['def_5fdim_5fint_5fdesc',['def_dim_int_desc',['../group___p_i_o__def__dim.html#gabbfcbd8041efadf245d4a2f1ebf671b0',1,'pio_nf']]],
['def_5fdim_5fint_5fid',['def_dim_int_id',['../group___p_i_o__def__dim.html#ga50b5096923dcf55c5099635850322fae',1,'pio_nf']]],
['def_5fvar_5f0d_5fdesc',['def_var_0d_desc',['../group___p_i_o__def__var.html#ga5545746fd00003f354f9c209866bc65b',1,'pio_nf']]],
['def_5fvar_5f0d_5fid',['def_var_0d_id',['../group___p_i_o__def__var.html#gab8277873f8c79e923a04d4cf3e64cd82',1,'pio_nf']]],
- ['def_5fvar_5fchunking_5fhandler',['def_var_chunking_handler',['../pio__msg_8c.html#ae3f1cbdf621714c00299964160ce0aea',1,'pio_msg.c']]],
- ['def_5fvar_5fdeflate_5fhandler',['def_var_deflate_handler',['../pio__msg_8c.html#a889c5dafdb688f8472d715305844fae1',1,'pio_msg.c']]],
- ['def_5fvar_5fendian_5fhandler',['def_var_endian_handler',['../pio__msg_8c.html#ad6ba5a1833f44e1607a1582b7c716f43',1,'pio_msg.c']]],
- ['def_5fvar_5ffill_5fhandler',['def_var_fill_handler',['../pio__msg_8c.html#ad56c1e474f603e7f2d0ed4926e50e1dd',1,'pio_msg.c']]],
- ['def_5fvar_5fhandler',['def_var_handler',['../pio__msg_8c.html#affc07704f16fc2f89540c793f9979671',1,'pio_msg.c']]],
['def_5fvar_5fmd_5fdesc',['def_var_md_desc',['../group___p_i_o__def__var.html#gaf3c39aafb791324950d557f8cd1bd7c2',1,'pio_nf']]],
['def_5fvar_5fmd_5fid',['def_var_md_id',['../group___p_i_o__def__var.html#gac412bec00939a8235886d791a8cb2d1f',1,'pio_nf']]],
- ['default_5fblocksize',['DEFAULT_BLOCKSIZE',['../pioc__sc_8c.html#a46a626f6d8b24b07925d82cde2175864',1,'pioc_sc.c']]],
- ['default_5ferror_5fhandler',['default_error_handler',['../pioc_8c.html#aa51ffd0af16fbe64b37ed23b3c10700a',1,'default_error_handler(): pioc.c'],['../pioc__support_8c.html#aa51ffd0af16fbe64b37ed23b3c10700a',1,'default_error_handler(): pioc.c']]],
+ ['default_5ferror_5fhandler',['default_error_handler',['../pioc__support_8c.html#aa51ffd0af16fbe64b37ed23b3c10700a',1,'default_error_handler(): pioc.c'],['../pioc_8c.html#aa51ffd0af16fbe64b37ed23b3c10700a',1,'default_error_handler(): pioc.c']]],
['default_5frearranger',['default_rearranger',['../structiosystem__desc__t.html#a6badea08e053fb45299a22b6a57e5d46',1,'iosystem_desc_t']]],
- ['default_5fsubset_5fpartition',['default_subset_partition',['../pio__internal_8h.html#a4f533cf3a08255228387fbd45f96c767',1,'default_subset_partition(iosystem_desc_t *ios, io_desc_t *iodesc): pio_rearrange.c'],['../pio__rearrange_8c.html#a4f533cf3a08255228387fbd45f96c767',1,'default_subset_partition(iosystem_desc_t *ios, io_desc_t *iodesc): pio_rearrange.c']]],
- ['define_5fiodesc_5fdatatypes',['define_iodesc_datatypes',['../pio__internal_8h.html#ac50e05927ec724b673ceb602b1c0d483',1,'define_iodesc_datatypes(iosystem_desc_t *ios, io_desc_t *iodesc): pio_rearrange.c'],['../pio__rearrange_8c.html#ac50e05927ec724b673ceb602b1c0d483',1,'define_iodesc_datatypes(iosystem_desc_t *ios, io_desc_t *iodesc): pio_rearrange.c']]],
['definevar',['definevar',['../structpioexample_1_1pioexampleclass.html#af5d63a6a2129d3b6b782561695e1b254',1,'pioexample::pioexampleclass']]],
- ['delete_5fatt_5fhandler',['delete_att_handler',['../pio__msg_8c.html#a4d152cdad22171b7789fd31fb6933c6d',1,'pio_msg.c']]],
- ['delete_5ffile_5fhandler',['delete_file_handler',['../pio__msg_8c.html#a12687f743f0b9b0575227adf315adba1',1,'pio_msg.c']]],
- ['delete_5fvar_5fdesc',['delete_var_desc',['../pio__internal_8h.html#a94a3ab110ffeb19c6f033b5b70c29775',1,'delete_var_desc(int varid, var_desc_t **varlist): pio_lists.c'],['../pio__lists_8c.html#a94a3ab110ffeb19c6f033b5b70c29775',1,'delete_var_desc(int varid, var_desc_t **varlist): pio_lists.c']]],
['deprecated_20list',['Deprecated List',['../deprecated.html',1,'']]],
- ['determine_5ffill',['determine_fill',['../pio__internal_8h.html#ad323013df3a6197c3adc00ce03bd88f8',1,'determine_fill(iosystem_desc_t *ios, io_desc_t *iodesc, const int *gsize, const PIO_Offset *compmap): pio_rearrange.c'],['../pio__rearrange_8c.html#a4fe0daa8651f1a1434907db2b05b9b1f',1,'determine_fill(iosystem_desc_t *ios, io_desc_t *iodesc, const int *gdimlen, const PIO_Offset *compmap): pio_rearrange.c']]],
- ['determine_5fprocs',['determine_procs',['../pio__internal_8h.html#a69fa993028a0371829a5afc5a2d9c317',1,'determine_procs(int num_io_procs, int component_count, int *num_procs_per_comp, int **proc_list, int **my_proc_list): pioc_support.c'],['../pioc__support_8c.html#a69fa993028a0371829a5afc5a2d9c317',1,'determine_procs(int num_io_procs, int component_count, int *num_procs_per_comp, int **proc_list, int **my_proc_list): pioc_support.c']]],
+ ['determine_5fprocs',['determine_procs',['../pioc__support_8c.html#a69fa993028a0371829a5afc5a2d9c317',1,'pioc_support.c']]],
['dim_5flen',['dim_len',['../example2_8c.html#a0cdd029eb53af7edd1f798d8d2425b2b',1,'dim_len(): example2.c'],['../example1_8c.html#a64ac6367028a6df084dea6efe741a795',1,'DIM_LEN(): example1.c']]],
['dim_5fname',['dim_name',['../example2_8c.html#a2ff6a13fe5da4f73ddbd691b94aaec9a',1,'dim_name(): example2.c'],['../example1_8c.html#a68eca42e606398f1b7321200813679e4',1,'DIM_NAME(): example1.c']]],
['dimlen',['dimlen',['../structpioexample_1_1pioexampleclass.html#a04793022c40b565f88a4ae49c91b23bd',1,'pioexample::pioexampleclass::dimlen()'],['../structio__desc__t.html#a5e244740d0480f116975206d776e623b',1,'io_desc_t::dimlen()']]],
- ['do_5fio',['do_io',['../structfile__desc__t.html#a4bffd16a82bcb2734433ff50614b5b85',1,'file_desc_t']]]
+ ['do_5fio',['do_io',['../structfile__desc__t.html#a4bffd16a82bcb2734433ff50614b5b85',1,'file_desc_t']]],
+ ['define_20a_20dimension',['Define a Dimension',['../group___p_i_o__def__dim__c.html',1,'']]],
+ ['define_20a_20variable',['Define a Variable',['../group___p_i_o__def__var__c.html',1,'']]],
+ ['delete_20an_20attribute',['Delete an Attribute',['../group___p_i_o__del__att__c.html',1,'']]]
];
diff --git a/docs/search/all_4.js b/docs/search/all_4.js
index f38ac89161b..202288a92c2 100644
--- a/docs/search/all_4.js
+++ b/docs/search/all_4.js
@@ -1,5 +1,7 @@
var searchData=
[
+ ['enable_5fhs',['enable_hs',['../structpio__types_1_1pio__rearr__comm__fc__opt__t.html#a302c79b62ab18a7e342cdc5fe7e33cdf',1,'pio_types::pio_rearr_comm_fc_opt_t']]],
+ ['enable_5fisend',['enable_isend',['../structpio__types_1_1pio__rearr__comm__fc__opt__t.html#a397e466d5c4fcb58f2a055dce1c4df7a',1,'pio_types::pio_rearr_comm_fc_opt_t']]],
['enddef_5fdesc',['enddef_desc',['../group___p_i_o__enddef.html#gaf427dff332470c145e1dfaf8907bd870',1,'pio_nf']]],
['enddef_5fid',['enddef_id',['../group___p_i_o__enddef.html#gae5ec0660880c08131f82e8063c26ba8e',1,'pio_nf']]],
['epc_5fcleanup',['epc_cleanUp',['../example_pio_8c.html#ada6dae318c48313ae2f1d1791de71e82',1,'examplePio.c']]],
@@ -25,6 +27,6 @@ var searchData=
['examplepio_2ec',['examplePio.c',['../example_pio_8c.html',1,'']]],
['examplepio_2ef90',['examplePio.f90',['../example_pio_8f90.html',1,'']]],
['examplepioclass',['examplePioClass',['../example_pio_8c.html#a979ddb2d426025010ad5160da5c9e9e8',1,'examplePio.c']]],
- ['expand_5fregion',['expand_region',['../pio__internal_8h.html#a9f33a3fc15f89047573abd9af993eafa',1,'expand_region(int dim, const int *gdims, int maplen, const PIO_Offset *map, int region_size, int region_stride, const int *max_size, PIO_Offset *count): pio_rearrange.c'],['../pio__rearrange_8c.html#a34894ab4fab60701301c8d3c67219c20',1,'expand_region(int dim, const int *gdimlen, int maplen, const PIO_Offset *map, int region_size, int region_stride, const int *max_size, PIO_Offset *count): pio_rearrange.c']]],
+ ['end_20define_20mode',['End Define Mode',['../group___p_i_o__enddef__c.html',1,'']]],
['error_5fmethods',['error_methods',['../group___p_i_o__error__method.html',1,'']]]
];
diff --git a/docs/search/all_5.js b/docs/search/all_5.js
index 1fe3f583e42..7facd0489dc 100644
--- a/docs/search/all_5.js
+++ b/docs/search/all_5.js
@@ -1,27 +1,20 @@
var searchData=
[
['frequently_20asked_20questions',['Frequently Asked Questions',['../faq.html',1,'']]],
- ['fcd',['fcd',['../structrearr__opt.html#a6825903b13bee7b2b73c705054e2793f',1,'rearr_opt']]],
- ['fh',['fh',['../structfile__desc__t.html#ac11d983d7f6a52f1d7e1e1205aa0c93c',1,'file_desc_t']]],
- ['file_5fdesc_5ft',['file_desc_t',['../structpio__types_1_1file__desc__t.html',1,'pio_types::file_desc_t'],['../structfile__desc__t.html',1,'file_desc_t'],['../pio_8h.html#a7712fc6f2c0a1c8f72959c310182357f',1,'file_desc_t(): pio.h']]],
+ ['fcd',['fcd',['../structrearr__opt.html#a6825903b13bee7b2b73c705054e2793f',1,'rearr_opt::fcd()'],['../structpio__types_1_1pio__rearr__opt__t.html#ab30d36cdd95c7bf662fda655f6be7452',1,'pio_types::pio_rearr_opt_t::fcd()']]],
+ ['fh',['fh',['../structfile__desc__t.html#ac11d983d7f6a52f1d7e1e1205aa0c93c',1,'file_desc_t::fh()'],['../structpio__types_1_1file__desc__t.html#a3b0cf764f31b25606860d9c027a3fb32',1,'pio_types::file_desc_t::fh()']]],
+ ['file_5fdesc_5ft',['file_desc_t',['../structfile__desc__t.html',1,'file_desc_t'],['../structpio__types_1_1file__desc__t.html',1,'pio_types::file_desc_t'],['../pio_8h.html#a7712fc6f2c0a1c8f72959c310182357f',1,'file_desc_t(): pio.h']]],
['filename',['filename',['../structpioexample_1_1pioexampleclass.html#a1bd58a3929e07eb6da0ac18516abce6d',1,'pioexample::pioexampleclass']]],
['fillbuf',['fillbuf',['../structvar__desc__t.html#ac8c54f61c356694137302c47a91c367c',1,'var_desc_t']]],
['fillregion',['fillregion',['../structio__desc__t.html#a149541d0278eed68b8ad688e452fda81',1,'io_desc_t']]],
- ['fillvalue',['fillvalue',['../structwmulti__buffer.html#a86d0985ad146c8b7a840536bb6e38b9a',1,'wmulti_buffer']]],
+ ['fillvalue',['fillvalue',['../structvar__desc__t.html#a8ac1c59abd8e74ee6fd3ea7a11fb2917',1,'var_desc_t::fillvalue()'],['../structwmulti__buffer.html#a86d0985ad146c8b7a840536bb6e38b9a',1,'wmulti_buffer::fillvalue()']]],
['finalize',['finalize',['../group___p_i_o__finalize.html#ga01570706db6f1c5e61087045d558e9df',1,'piolib_mod']]],
- ['finalize_5fhandler',['finalize_handler',['../pio__msg_8c.html#a81aeb697528f892b732992675742266e',1,'pio_msg.c']]],
- ['find_5fall_5fstart_5fcount',['find_all_start_count',['../group___p_i_o__read__darray.html#gacb5eaab10ffe27b8d36479531b323df4',1,'pio_darray_int.c']]],
- ['find_5fmpi_5ftype',['find_mpi_type',['../pio__internal_8h.html#ae827623f5a38c2614a01fdb897f69a4c',1,'find_mpi_type(int pio_type, MPI_Datatype *mpi_type, int *type_size): pioc_support.c'],['../pioc__support_8c.html#ae827623f5a38c2614a01fdb897f69a4c',1,'find_mpi_type(int pio_type, MPI_Datatype *mpi_type, int *type_size): pioc_support.c']]],
- ['find_5fregion',['find_region',['../pio__internal_8h.html#a01fc42876c59d50b0de4132ee909df89',1,'find_region(int ndims, const int *gdims, int maplen, const PIO_Offset *map, PIO_Offset *start, PIO_Offset *count): pio_rearrange.c'],['../pio__rearrange_8c.html#a1618d520a976b72b2e617794e67a0a96',1,'find_region(int ndims, const int *gdimlen, int maplen, const PIO_Offset *map, PIO_Offset *start, PIO_Offset *count): pio_rearrange.c']]],
- ['find_5fstart_5fcount',['find_start_count',['../group___p_i_o__write__darray.html#ga8d94571912fdbac7f55dac70418613fe',1,'pio_darray_int.c']]],
- ['find_5fvar_5ffillvalue',['find_var_fillvalue',['../group___p_i_o__write__darray.html#gab3e7daa32e4bcbd54a1afa2508ed5f4f',1,'find_var_fillvalue(file_desc_t *file, int varid, var_desc_t *vdesc): pio_darray.c'],['../group___p_i_o__write__darray.html#gab3e7daa32e4bcbd54a1afa2508ed5f4f',1,'find_var_fillvalue(file_desc_t *file, int varid, var_desc_t *vdesc): pio_darray.c']]],
+ ['find_5fmpi_5ftype',['find_mpi_type',['../pioc__support_8c.html#ae827623f5a38c2614a01fdb897f69a4c',1,'pioc_support.c']]],
+ ['find_5fvar_5ffillvalue',['find_var_fillvalue',['../group___p_i_o__write__darray__c.html#gab3e7daa32e4bcbd54a1afa2508ed5f4f',1,'pio_darray.c']]],
['firstregion',['firstregion',['../structio__desc__t.html#a1318de33496d1ee4da890e7c375f06e4',1,'io_desc_t']]],
- ['flush_5fbuffer',['flush_buffer',['../group___p_i_o__write__darray.html#ga54bb852697cc62d54b7528bc4cee47b6',1,'flush_buffer(int ncid, wmulti_buffer *wmb, bool flushtodisk): pio_darray_int.c'],['../group___p_i_o__write__darray.html#ga54bb852697cc62d54b7528bc4cee47b6',1,'flush_buffer(int ncid, wmulti_buffer *wmb, bool flushtodisk): pio_darray_int.c']]],
- ['flush_5foutput_5fbuffer',['flush_output_buffer',['../group___p_i_o__write__darray.html#ga1b614dbe44ee8bd3a113090ebc2c23fd',1,'flush_output_buffer(file_desc_t *file, bool force, PIO_Offset addsize): pio_darray_int.c'],['../group___p_i_o__write__darray.html#ga1b614dbe44ee8bd3a113090ebc2c23fd',1,'flush_output_buffer(file_desc_t *file, bool force, PIO_Offset addsize): pio_darray_int.c']]],
['frame',['frame',['../structwmulti__buffer.html#af62be7bfb28e68a765a41796ecf99509',1,'wmulti_buffer']]],
- ['free_5fcn_5fbuffer_5fpool',['free_cn_buffer_pool',['../group___p_i_o__write__darray.html#gae903eda0079d3e43184a1bfdb53a45ae',1,'free_cn_buffer_pool(iosystem_desc_t *ios): pio_darray_int.c'],['../group___p_i_o__write__darray.html#gae903eda0079d3e43184a1bfdb53a45ae',1,'free_cn_buffer_pool(iosystem_desc_t *ios): pio_darray_int.c']]],
- ['free_5fregion_5flist',['free_region_list',['../pio__internal_8h.html#a7b1092f6a8ae5d9037a9d42642f3a191',1,'free_region_list(io_region *top): pioc_support.c'],['../pioc__support_8c.html#a7b1092f6a8ae5d9037a9d42642f3a191',1,'free_region_list(io_region *top): pioc_support.c']]],
+ ['free_5fregion_5flist',['free_region_list',['../pioc__support_8c.html#a7b1092f6a8ae5d9037a9d42642f3a191',1,'pioc_support.c']]],
['freedecomp_5ffile',['freedecomp_file',['../group___p_i_o__freedecomp.html#ga06e75cb3191818eec2ee270821cfdbb2',1,'piolib_mod']]],
- ['freedecomp_5fhandler',['freedecomp_handler',['../pio__msg_8c.html#aabcd3d437a8748dcd0ac6da4e86bc879',1,'pio_msg.c']]],
- ['freedecomp_5fios',['freedecomp_ios',['../group___p_i_o__freedecomp.html#ga66eba879f44ab5c92a29ce9e6d1a7f3a',1,'piolib_mod']]]
+ ['freedecomp_5fios',['freedecomp_ios',['../group___p_i_o__freedecomp.html#ga66eba879f44ab5c92a29ce9e6d1a7f3a',1,'piolib_mod']]],
+ ['free_20a_20decomposition',['Free a Decomposition',['../group___p_i_o__freedecomp__c.html',1,'']]]
];
diff --git a/docs/search/all_6.js b/docs/search/all_6.js
index 7606292cc98..e345e4529aa 100644
--- a/docs/search/all_6.js
+++ b/docs/search/all_6.js
@@ -1,23 +1,37 @@
var searchData=
[
['guide_20for_20contributors',['Guide for Contributors',['../contributing_code.html',1,'']]],
- ['gcd',['gcd',['../pio__internal_8h.html#af23d9d3b957105f099417c29e1404852',1,'gcd(int a, int b): pioc_sc.c'],['../pioc__sc_8c.html#af23d9d3b957105f099417c29e1404852',1,'gcd(int a, int b): pioc_sc.c']]],
- ['gcd_5farray',['gcd_array',['../pio__internal_8h.html#afb1273a26986a5a8b8894067c3cbb556',1,'gcd_array(int nain, int *ain): pioc_sc.c'],['../pioc__sc_8c.html#afb1273a26986a5a8b8894067c3cbb556',1,'gcd_array(int nain, int *ain): pioc_sc.c']]],
- ['gcdblocksize',['GCDblocksize',['../pio__internal_8h.html#a1e828814e18fec67a056c843f7bd1356',1,'GCDblocksize(int arrlen, const PIO_Offset *arr_in): pioc_sc.c'],['../pioc__sc_8c.html#a1e828814e18fec67a056c843f7bd1356',1,'GCDblocksize(int arrlen, const PIO_Offset *arr_in): pioc_sc.c']]],
- ['gcdblocksize_5fgaps',['GCDblocksize_gaps',['../pioc__sc_8c.html#ab31bb3daedce8acecfa328f2ab94f2fc',1,'pioc_sc.c']]],
['get_5fatt_5f1d_5fdouble',['get_att_1d_double',['../group___p_i_o__get__att.html#ga64ae018a86f73e2233fb529aeedc69f5',1,'pionfatt_mod']]],
+ ['get_5fatt_5f1d_5fid_5fdouble',['get_att_1d_id_double',['../pionfatt__mod__2_8f90.html#af0b6ee5422b5adcfddf2c176154d0f2a',1,'pionfatt_mod']]],
+ ['get_5fatt_5f1d_5fid_5fint',['get_att_1d_id_int',['../pionfatt__mod__2_8f90.html#abd859e9ff0fc5af9a7544cc887558ffe',1,'pionfatt_mod']]],
+ ['get_5fatt_5f1d_5fid_5freal',['get_att_1d_id_real',['../pionfatt__mod__2_8f90.html#a013d8a1a962b6a3ce870647a408fc1d3',1,'pionfatt_mod']]],
['get_5fatt_5f1d_5fint',['get_att_1d_int',['../group___p_i_o__get__att.html#gabadfae5ddbea347a04216177c3845ae5',1,'pionfatt_mod']]],
['get_5fatt_5f1d_5freal',['get_att_1d_real',['../group___p_i_o__get__att.html#ga44f647b79782857c24a7c71dcd9cc9e6',1,'pionfatt_mod']]],
+ ['get_5fatt_5fdesc_5f1d_5fdouble',['get_att_desc_1d_double',['../pionfatt__mod__2_8f90.html#a9bb2dcb3b59ae8b9cd44ee748466487d',1,'pionfatt_mod']]],
['get_5fatt_5fdesc_5f1d_5fint',['get_att_desc_1d_int',['../group___p_i_o__get__att.html#gaca3c2398939fc685ddbecb3e25355d3b',1,'pionfatt_mod']]],
+ ['get_5fatt_5fdesc_5f1d_5freal',['get_att_desc_1d_real',['../pionfatt__mod__2_8f90.html#a6a5da1e2f614221a27fe224b94adcd54',1,'pionfatt_mod']]],
+ ['get_5fatt_5fdesc_5fdouble',['get_att_desc_double',['../pionfatt__mod__2_8f90.html#ab8a854f83cb3d27470921833c7e1cf75',1,'pionfatt_mod']]],
+ ['get_5fatt_5fdesc_5fint',['get_att_desc_int',['../pionfatt__mod__2_8f90.html#a6f88ded2d11aa6e07882b8176f002610',1,'pionfatt_mod']]],
+ ['get_5fatt_5fdesc_5freal',['get_att_desc_real',['../pionfatt__mod__2_8f90.html#aac204d809aaa76407edb85dbb4fe9e73',1,'pionfatt_mod']]],
['get_5fatt_5fdesc_5ftext',['get_att_desc_text',['../group___p_i_o__get__att.html#gacc7cb491b8e2e6e1e6f3bd1412c5ec94',1,'pionfatt_mod']]],
+ ['get_5fatt_5fdouble',['get_att_double',['../pionfatt__mod__2_8f90.html#a2aaff332e948341aed023ba4a81c950b',1,'pionfatt_mod']]],
+ ['get_5fatt_5fid_5fdouble',['get_att_id_double',['../pionfatt__mod__2_8f90.html#a95a2ea0607dc59e9fedc30bb08180f01',1,'pionfatt_mod']]],
['get_5fatt_5fid_5fint',['get_att_id_int',['../group___p_i_o__get__att.html#ga7d40b08854576aed0e413eed9f1cb69f',1,'pionfatt_mod']]],
- ['get_5fchunk_5fcache_5fhandler',['get_chunk_cache_handler',['../pio__msg_8c.html#a03e3a1b4b2266e35cbb0b1c1177a549e',1,'pio_msg.c']]],
- ['get_5fregions',['get_regions',['../pio__internal_8h.html#aee2d8bfcc4ad3d4be6daa7e536d30cb0',1,'get_regions(int ndims, const int *gdimlen, int maplen, const PIO_Offset *map, int *maxregions, io_region *firstregion): pio_rearrange.c'],['../pio__rearrange_8c.html#aee2d8bfcc4ad3d4be6daa7e536d30cb0',1,'get_regions(int ndims, const int *gdimlen, int maplen, const PIO_Offset *map, int *maxregions, io_region *firstregion): pio_rearrange.c']]],
+ ['get_5fatt_5fid_5freal',['get_att_id_real',['../pionfatt__mod__2_8f90.html#a5daf1b40cce942b71eeff7bd6b91e1bb',1,'pionfatt_mod']]],
+ ['get_5fatt_5fid_5ftext',['get_att_id_text',['../pionfatt__mod__2_8f90.html#ab2dba45b06926d0e1116198e2e5cd6b4',1,'pionfatt_mod']]],
+ ['get_5fatt_5fint',['get_att_int',['../pionfatt__mod__2_8f90.html#ab988f615f5e842e09594011a0d7e3d8a',1,'pionfatt_mod']]],
+ ['get_5fatt_5freal',['get_att_real',['../pionfatt__mod__2_8f90.html#aeb72f770715d0a6633594385abb7a8d2',1,'pionfatt_mod']]],
+ ['get_5fatt_5ftext',['get_att_text',['../pionfatt__mod__2_8f90.html#a6f7d1aaddb8b531c7434f8b388db1e4e',1,'pionfatt_mod']]],
+ ['get_5fvar1_5fid_5fdouble',['get_var1_id_double',['../pionfget__mod__2_8f90.html#ac9f2deeec95e8fd6334d6dd2cc3b9dc7',1,'pionfget_mod']]],
+ ['get_5fvar1_5fid_5freal',['get_var1_id_real',['../pionfget__mod__2_8f90.html#af4912a40076f4284d06b387453ffa3b3',1,'pionfget_mod']]],
+ ['get_5fvar1_5fid_5ftext_5finternal',['get_var1_id_text_internal',['../pionfget__mod__2_8f90.html#ae04f97f783db454498a5b80852a3c8e0',1,'pionfget_mod']]],
['get_5fvar1_5ftext',['get_var1_text',['../group___p_i_o__get__var.html#ga78364f943c7935728e20d509d7b6cec9',1,'pionfget_mod']]],
['get_5fvar1_5fvdesc_5ftext',['get_var1_vdesc_text',['../group___p_i_o__get__var.html#ga3c3d43cf5d95afd04f6d2568e7fd604e',1,'pionfget_mod']]],
+ ['get_5fvar_5f0d_5fdouble',['get_var_0d_double',['../pionfget__mod__2_8f90.html#a53e36c9f6fb03e87c4b5464ab32c2fff',1,'pionfget_mod']]],
+ ['get_5fvar_5f0d_5freal',['get_var_0d_real',['../pionfget__mod__2_8f90.html#a6f3a915010dc2d619734cbb9b4912578',1,'pionfget_mod']]],
['get_5fvar_5f0d_5ftext',['get_var_0d_text',['../group___p_i_o__get__var.html#ga4e87630f8f0479dcd7436aca6d9b2e34',1,'pionfget_mod']]],
- ['get_5fvar_5fchunk_5fcache_5fhandler',['get_var_chunk_cache_handler',['../pio__msg_8c.html#ab1c5daa7c450df2d2795b4bc605db539',1,'pio_msg.c']]],
- ['get_5fvar_5fdesc',['get_var_desc',['../pio__internal_8h.html#a4718ac34587ecec757659447234f4256',1,'get_var_desc(int varid, var_desc_t **varlist, var_desc_t **var_desc): pio_lists.c'],['../pio__lists_8c.html#a4718ac34587ecec757659447234f4256',1,'get_var_desc(int varid, var_desc_t **varlist, var_desc_t **var_desc): pio_lists.c']]],
+ ['get_5fvar_5f1d_5fint',['get_var_1d_int',['../pionfget__mod__2_8f90.html#a8b6513e8ceaa90e4b0dd9805b90fbfa0',1,'pionfget_mod']]],
+ ['get_5fvar_5f1d_5ftext',['get_var_1d_text',['../pionfget__mod__2_8f90.html#ade092afcf0cbead0c3bdc2f97b3f2711',1,'pionfget_mod']]],
['get_5fvar_5fvdesc_5f0d_5ftext',['get_var_vdesc_0d_text',['../group___p_i_o__get__var.html#gaf0fe9ff4680d853dba15d048274147c8',1,'pionfget_mod']]],
['get_5fvara_5f1d_5fdouble',['get_vara_1d_double',['../group___p_i_o__get__var.html#ga1d566a42183be8c700df8d408dbb08c5',1,'pionfget_mod']]],
['get_5fvara_5f1d_5fint',['get_vara_1d_int',['../group___p_i_o__get__var.html#ga60eb7cb68cbd0f56c8dcc5152e75299f',1,'pionfget_mod']]],
@@ -34,6 +48,9 @@ var searchData=
['get_5fvara_5f5d_5fdouble',['get_vara_5d_double',['../group___p_i_o__get__var.html#ga00c8e3b110a71dc38b56d2a9b5432e14',1,'pionfget_mod']]],
['get_5fvara_5f5d_5fint',['get_vara_5d_int',['../group___p_i_o__get__var.html#ga29e8bb08e47d84f56a298ee0c38eaedd',1,'pionfget_mod']]],
['get_5fvara_5f5d_5freal',['get_vara_5d_real',['../group___p_i_o__get__var.html#ga984fcf5a144346e4c4186a66df981947',1,'pionfget_mod']]],
+ ['get_5fvara_5fdouble_5finternal',['get_vara_double_internal',['../pionfget__mod__2_8f90.html#aa0d92e4620df405d97f98a26be06fc13',1,'pionfget_mod']]],
+ ['get_5fvara_5freal_5finternal',['get_vara_real_internal',['../pionfget__mod__2_8f90.html#a4e226a7e0deffd04271891019e84af49',1,'pionfget_mod']]],
+ ['get_5fvara_5ftext_5finternal',['get_vara_text_internal',['../pionfget__mod__2_8f90.html#a2b80aaa8ec707d452ae53c55d4f9fa75',1,'pionfget_mod']]],
['get_5fvara_5fvdesc_5f1d_5fdouble',['get_vara_vdesc_1d_double',['../group___p_i_o__get__var.html#ga2cc1fc3e0feb8a9645a5a1f55410bf46',1,'pionfget_mod']]],
['get_5fvara_5fvdesc_5f1d_5fint',['get_vara_vdesc_1d_int',['../group___p_i_o__get__var.html#gaebc9f2b4b4f447aecfd4da4341bc8fda',1,'pionfget_mod']]],
['get_5fvara_5fvdesc_5f1d_5freal',['get_vara_vdesc_1d_real',['../group___p_i_o__get__var.html#ga5b64e272554f0155a51f4268af9ec1a1',1,'pionfget_mod']]],
@@ -54,6 +71,9 @@ var searchData=
['get_5fvara_5fvdesc_5f5d_5fint',['get_vara_vdesc_5d_int',['../group___p_i_o__get__var.html#ga4a155d29c433afef8d96a57fb377e47b',1,'pionfget_mod']]],
['get_5fvara_5fvdesc_5f5d_5freal',['get_vara_vdesc_5d_real',['../group___p_i_o__get__var.html#gaec8fff4ad85b2d607fda641b4dde36ed',1,'pionfget_mod']]],
['get_5fvara_5fvdesc_5f5d_5ftext',['get_vara_vdesc_5d_text',['../group___p_i_o__get__var.html#ga1ceff299c01971f248e4bbcc14b1e006',1,'pionfget_mod']]],
- ['get_5fvars_5fhandler',['get_vars_handler',['../pio__msg_8c.html#a6761b80077370e3a5bcd8268cd56733c',1,'pio_msg.c']]],
- ['getnumiotasks',['getnumiotasks',['../group___p_i_o__getnumiotasks.html#ga2834d0bc70fba7466f08fd8a2da3b5ef',1,'piolib_mod']]]
+ ['getnumiotasks',['getnumiotasks',['../group___p_i_o__getnumiotasks.html#ga2834d0bc70fba7466f08fd8a2da3b5ef',1,'piolib_mod']]],
+ ['get_20attribute_20values',['Get Attribute Values',['../group___p_i_o__get__att__c.html',1,'']]],
+ ['get_20the_20local_20array_20size',['Get the Local Array Size',['../group___p_i_o__get__local__array__size__c.html',1,'']]],
+ ['get_20data_20from_20a_20variable',['Get Data from a Variable',['../group___p_i_o__get__var__c.html',1,'']]],
+ ['get_20the_20number_20of_20io_20tasks',['Get the Number of IO Tasks',['../group___p_i_o__getnumiotasks__c.html',1,'']]]
];
diff --git a/docs/search/all_7.js b/docs/search/all_7.js
index 409290f98f3..c312c7a7d69 100644
--- a/docs/search/all_7.js
+++ b/docs/search/all_7.js
@@ -1,5 +1,6 @@
var searchData=
[
+ ['hh',['hh',['../structvar__desc__t.html#aeb255f8580bf16418410494ac6ceab7d',1,'var_desc_t::hh()'],['../structio__desc__t.html#a68ef277b19b7dcea43eafcd0cac7d63f',1,'io_desc_t::hh()'],['../structwmulti__buffer.html#ae852c32f8a6921f848cec6856769849b',1,'wmulti_buffer::hh()'],['../structfile__desc__t.html#a96a45eda132e3476b16e159b473d5185',1,'file_desc_t::hh()']]],
['holegridsize',['holegridsize',['../structio__desc__t.html#a2792b197c9a69fc19bec4171edd19b48',1,'io_desc_t']]],
['hs',['hs',['../structrearr__comm__fc__opt.html#a99bb96abd6fc9958d40f3f93c94ca6f0',1,'rearr_comm_fc_opt']]],
['htid',['htid',['../structwmulti__buffer.html#a7c6bd75f1ed6634b7f3ee6464a8e84df',1,'wmulti_buffer']]]
diff --git a/docs/search/all_8.js b/docs/search/all_8.js
index c30afacf0f2..796bb1d2dfe 100644
--- a/docs/search/all_8.js
+++ b/docs/search/all_8.js
@@ -1,6 +1,7 @@
var searchData=
[
- ['idx_5fto_5fdim_5flist',['idx_to_dim_list',['../pio__internal_8h.html#a7c3854430c469364f803e56afed9fca4',1,'idx_to_dim_list(int ndims, const int *gdims, PIO_Offset idx, PIO_Offset *dim_list): pio_rearrange.c'],['../pio__rearrange_8c.html#a26b1b0f5f1f4f977aa5e9d9d0fb09ce1',1,'idx_to_dim_list(int ndims, const int *gdimlen, PIO_Offset idx, PIO_Offset *dim_list): pio_rearrange.c']]],
+ ['i4',['i4',['../pio__kinds_8_f90.html#a4cc794b2c7b8a321a21331f91a400014',1,'pio_kinds']]],
+ ['i8',['i8',['../pio__kinds_8_f90.html#a10707937c0128b5a022037cad1ecd998',1,'pio_kinds']]],
['info',['info',['../structiosystem__desc__t.html#a6230bdca13e27d28836c5180c3083e3a',1,'iosystem_desc_t']]],
['init',['init',['../structpioexample_1_1pioexampleclass.html#a839b15f3abf340e2b046964bfe297808',1,'pioexample::pioexampleclass::init()'],['../example_pio_8f90.html#a78080ad7096ad345563544273bb61b85',1,'pioexample::init()']]],
['init_5fintercom',['init_intercom',['../group___p_i_o__init.html#ga2a34f801ef28767ad58b04cf99ebb207',1,'piolib_mod']]],
@@ -10,22 +11,16 @@ var searchData=
['initdecomp_5f1dof_5fnf_5fi4',['initdecomp_1dof_nf_i4',['../group___p_i_o__initdecomp.html#ga20305909e2f9de23c3fbb5ce6a99ca9c',1,'piolib_mod']]],
['initdecomp_5f2dof_5fbin_5fi4',['initdecomp_2dof_bin_i4',['../group___p_i_o__initdecomp.html#ga39562b2b358b3e305ce405d19d2c4db4',1,'piolib_mod']]],
['initdecomp_5f2dof_5fnf_5fi4',['initdecomp_2dof_nf_i4',['../group___p_i_o__initdecomp.html#ga9e58f2836223b7f45cd1e3e0098bebbe',1,'piolib_mod']]],
- ['initdecomp_5fdof_5fhandler',['initdecomp_dof_handler',['../pio__msg_8c.html#a9b72e7142f1be66a022b3f63098649a0',1,'pio_msg.c']]],
['inq_5fatt_5fdesc',['inq_att_desc',['../group___p_i_o__inq__att.html#ga3cf276e51e5b58322b5971c0228dd3f3',1,'pio_nf']]],
- ['inq_5fatt_5fhandler',['inq_att_handler',['../pio__msg_8c.html#adb1d7c17a27866636c4acf9f57d941f1',1,'pio_msg.c']]],
['inq_5fatt_5fid',['inq_att_id',['../group___p_i_o__inq__att.html#ga6f4bc43eaecd4acb1605bb6d8a39c0b9',1,'pio_nf']]],
['inq_5fatt_5fvid',['inq_att_vid',['../group___p_i_o__inq__att.html#gae3bae1e175781903ce5514772b9edd3c',1,'pio_nf']]],
- ['inq_5fattid_5fhandler',['inq_attid_handler',['../pio__msg_8c.html#ae93c81827126f88180a318ba626d1bd0',1,'pio_msg.c']]],
['inq_5fattlen_5fdesc',['inq_attlen_desc',['../group___p_i_o__inq__attlen.html#ga5cd2661a09fd5a426b89ce2b473e19b6',1,'pio_nf']]],
['inq_5fattlen_5fid',['inq_attlen_id',['../group___p_i_o__inq__attlen.html#ga255c1f853ccf17c0f7bac0c083391697',1,'pio_nf']]],
['inq_5fattlen_5fvid',['inq_attlen_vid',['../group___p_i_o__inq__attlen.html#gabce6256ec04eb70386bac8cf670fbab5',1,'pio_nf']]],
['inq_5fattname_5fdesc',['inq_attname_desc',['../group___p_i_o__inq__attname.html#ga9a7b2546b1677082db9657ac45854648',1,'pio_nf']]],
- ['inq_5fattname_5fhandler',['inq_attname_handler',['../pio__msg_8c.html#aab2850725e25e49d850c75ea4f0c3eb0',1,'pio_msg.c']]],
['inq_5fattname_5fid',['inq_attname_id',['../group___p_i_o__inq__attname.html#ga1e16444805d4b18bed5f36217a292b99',1,'pio_nf']]],
['inq_5fattname_5fvid',['inq_attname_vid',['../group___p_i_o__inq__attname.html#ga95cdc48b80aee2fc307f9a57a0d9b4ca',1,'pio_nf']]],
- ['inq_5fdim_5fhandler',['inq_dim_handler',['../pio__msg_8c.html#a98cf63f36c382d78d77c1aebafc21f0d',1,'pio_msg.c']]],
['inq_5fdimid_5fdesc',['inq_dimid_desc',['../group___p_i_o__inq__dimid.html#gac45634c2f5f4d2d84eb3d0ceffd2d4e9',1,'pio_nf']]],
- ['inq_5fdimid_5fhandler',['inq_dimid_handler',['../pio__msg_8c.html#ac4ffc5371ee195be94c7be29035c3d42',1,'pio_msg.c']]],
['inq_5fdimid_5fid',['inq_dimid_id',['../group___p_i_o__inq__dimid.html#ga3ada08e9d7d83e558c9effbe7df21c7e',1,'pio_nf']]],
['inq_5fdimlen_5fdesc',['inq_dimlen_desc',['../group___p_i_o__inq__dimlen.html#ga000ada579396b31d3c9e70c756ed2dea',1,'pio_nf']]],
['inq_5fdimlen_5fdesc_5flong',['inq_dimlen_desc_long',['../group___p_i_o__inq__dimlen.html#ga8419dd2e74458bee190d433c40ee8491',1,'pio_nf']]],
@@ -34,29 +29,19 @@ var searchData=
['inq_5fdimname_5fdesc',['inq_dimname_desc',['../group___p_i_o__inq__dimname.html#ga635f7202c1c1955c8637385adc820649',1,'pio_nf']]],
['inq_5fdimname_5fid',['inq_dimname_id',['../group___p_i_o__inq__dimname.html#gaaa1bffec058f66099981fb42139d2c79',1,'pio_nf']]],
['inq_5ffile_5fmetadata',['inq_file_metadata',['../group___p_i_o__openfile.html#gaf94a8ed54070141e6818d8b4082f92e2',1,'pioc_support.c']]],
- ['inq_5fformat_5fhandler',['inq_format_handler',['../pio__msg_8c.html#a34ed3e7dc618a201c7223ae945b61e8a',1,'pio_msg.c']]],
- ['inq_5fhandler',['inq_handler',['../pio__msg_8c.html#a53a1f714b354f7cc4ecb5891f4f52768',1,'pio_msg.c']]],
['inq_5fnatts_5fdesc',['inq_natts_desc',['../group___p_i_o__inq__natts.html#ga31a00d65a2bd6c6fefe70e85d84bd9b4',1,'pio_nf']]],
['inq_5fnatts_5fid',['inq_natts_id',['../group___p_i_o__inq__natts.html#ga0145a80fb028e8f80fa545dd45bdf2bf',1,'pio_nf']]],
['inq_5fndims_5fdesc',['inq_ndims_desc',['../group___p_i_o__inq__ndims.html#gaec2b049f9b160befc8705aa475621387',1,'pio_nf']]],
['inq_5fndims_5fid',['inq_ndims_id',['../group___p_i_o__inq__ndims.html#ga6c4b1ac748a3ca0c85360f0d1362309d',1,'pio_nf']]],
['inq_5fnvars_5fdesc',['inq_nvars_desc',['../group___p_i_o__inq__nvars.html#ga75745bf73050d2ba33f50c96e5ca9737',1,'pio_nf']]],
['inq_5fnvars_5fid',['inq_nvars_id',['../group___p_i_o__inq__nvars.html#ga64f78f2105aa0c8114a9995c114b738d',1,'pio_nf']]],
- ['inq_5ftype_5fhandler',['inq_type_handler',['../pio__msg_8c.html#adc7821ecf46be053479b0f100e221360',1,'pio_msg.c']]],
- ['inq_5funlimdims_5fhandler',['inq_unlimdims_handler',['../pio__msg_8c.html#a7c91406400595b025e4417b861876e52',1,'pio_msg.c']]],
- ['inq_5fvar_5fchunking_5fhandler',['inq_var_chunking_handler',['../pio__msg_8c.html#acb1326951b374a336bda17c603866852',1,'pio_msg.c']]],
['inq_5fvar_5fdeflate_5fdesc',['inq_var_deflate_desc',['../group___p_i_o__inq__var__deflate.html#ga9ef34700d0b2fb30d1443c5424d997d9',1,'pio_nf']]],
- ['inq_5fvar_5fdeflate_5fhandler',['inq_var_deflate_handler',['../pio__msg_8c.html#a13a132743b0e6c3381e2a7f5d603b4a4',1,'pio_msg.c']]],
['inq_5fvar_5fdeflate_5fid',['inq_var_deflate_id',['../group___p_i_o__inq__var__deflate.html#gab68fda955e3a5ac6ef0367749483c7f1',1,'pio_nf']]],
['inq_5fvar_5fdeflate_5fvid',['inq_var_deflate_vid',['../group___p_i_o__inq__var__deflate.html#gacaf3f950665cd30b440c162969bce37d',1,'pio_nf']]],
- ['inq_5fvar_5fendian_5fhandler',['inq_var_endian_handler',['../pio__msg_8c.html#a581824916f96a7ef13e33b8441d38567',1,'pio_msg.c']]],
- ['inq_5fvar_5ffill_5fhandler',['inq_var_fill_handler',['../pio__msg_8c.html#ad05fe34e55c3dd48b045cf943f63f803',1,'pio_msg.c']]],
- ['inq_5fvar_5fhandler',['inq_var_handler',['../pio__msg_8c.html#aa0c56d02df47769c96d427b1c8f98d4b',1,'pio_msg.c']]],
['inq_5fvardimid_5fdesc',['inq_vardimid_desc',['../group___p_i_o__inq__vardimid.html#gae47f2e64960778bf50c4707b5748e5b6',1,'pio_nf']]],
['inq_5fvardimid_5fid',['inq_vardimid_id',['../group___p_i_o__inq__vardimid.html#ga6403626a7aff422ec4302cf292bd81ea',1,'pio_nf']]],
['inq_5fvardimid_5fvid',['inq_vardimid_vid',['../group___p_i_o__inq__vardimid.html#ga0f08c75e267929e30a2abf75b3767940',1,'pio_nf']]],
['inq_5fvarid_5fdesc',['inq_varid_desc',['../group___p_i_o__inq__varid.html#gaf0a73d06e44223e3055601b3548c661e',1,'pio_nf']]],
- ['inq_5fvarid_5fhandler',['inq_varid_handler',['../pio__msg_8c.html#a490d71d3e78e08b5b59bd17b28bbbad6',1,'pio_msg.c']]],
['inq_5fvarid_5fid',['inq_varid_id',['../group___p_i_o__inq__varid.html#gaaec4972b51c09869fadfaf4801d929c3',1,'pio_nf']]],
['inq_5fvarid_5fvid',['inq_varid_vid',['../group___p_i_o__inq__varid.html#ga7d8fdf24c436c1f95bcf16e45d09d77e',1,'pio_nf']]],
['inq_5fvarname_5fdesc',['inq_varname_desc',['../group___p_i_o__inq__varname.html#ga7adeb7df7ab59e49d0e9f4cf7d33040c',1,'pio_nf']]],
@@ -79,28 +64,34 @@ var searchData=
['inquire_5fvariable_5fid',['inquire_variable_id',['../group___p_i_o__inquire__variable.html#gadf509cd6ed3f3d84a55fa7c6570548b6',1,'pio_nf']]],
['inquire_5fvariable_5fvid',['inquire_variable_vid',['../group___p_i_o__inquire__variable.html#ga8a5aaccac99485dae719fbd809e06084',1,'pio_nf']]],
['installing_20pio',['Installing PIO',['../install.html',1,'']]],
+ ['int_5fkind',['int_kind',['../pio__kinds_8_f90.html#a489077677546864ddc6bca161c7d5627',1,'pio_kinds']]],
['intercomm',['intercomm',['../structiosystem__desc__t.html#a70e27569f2d508a56c90c8763c67d5bb',1,'iosystem_desc_t']]],
['introduction',['Introduction',['../intro.html',1,'']]],
['io2comp',['io2comp',['../structrearr__opt.html#a8b278b23d13399de2c0c37e49ecec8a4',1,'rearr_opt']]],
['io_5fcomm',['io_comm',['../structiosystem__desc__t.html#ab97de8bab80dccb81d015cd8ea9f6fc3',1,'iosystem_desc_t']]],
- ['io_5fdesc_5ft',['io_desc_t',['../structpio__types_1_1io__desc__t.html',1,'pio_types::io_desc_t'],['../structio__desc__t.html',1,'io_desc_t'],['../pio_8h.html#a4d90d3c91ed76852ad6b8f870adee005',1,'io_desc_t(): pio.h']]],
+ ['io_5fdesc_5ft',['io_desc_t',['../structio__desc__t.html',1,'io_desc_t'],['../structpio__types_1_1io__desc__t.html',1,'pio_types::io_desc_t'],['../pio_8h.html#a4d90d3c91ed76852ad6b8f870adee005',1,'io_desc_t(): pio.h']]],
['io_5frank',['io_rank',['../structiosystem__desc__t.html#ab3668f3353df907f53d3ce7b8dc02b6c',1,'iosystem_desc_t']]],
['io_5fregion',['io_region',['../structio__region.html',1,'io_region'],['../pio_8h.html#a255fd4def6a78cafae3ea966a4f86893',1,'io_region(): pio.h']]],
['iobuf',['iobuf',['../structfile__desc__t.html#a842685f169b087fff0cd08e50e599c0c',1,'file_desc_t']]],
['io_20descriptors_2c_20generating',['io descriptors, generating',['../group__iodesc__generate.html',1,'']]],
['iodescncells',['iodescncells',['../structpioexample_1_1pioexampleclass.html#ad6af5157ab138c120ae091f19b6cd6c9',1,'pioexample::pioexampleclass']]],
- ['ioid',['ioid',['../structio__desc__t.html#a25b4283d2730b6570d8fa890a8ce73ea',1,'io_desc_t::ioid()'],['../structwmulti__buffer.html#a667fee0c4b8abf44a2b0703e097ab5f6',1,'wmulti_buffer::ioid()']]],
+ ['ioid',['ioid',['../structio__desc__t.html#a25b4283d2730b6570d8fa890a8ce73ea',1,'io_desc_t::ioid()'],['../structwmulti__buffer.html#a667fee0c4b8abf44a2b0703e097ab5f6',1,'wmulti_buffer::ioid()'],['../structpio__types_1_1io__desc__t.html#a20075c4a4d6089f4b4a279352498e304',1,'pio_types::io_desc_t::ioid()']]],
['iomaster',['iomaster',['../structiosystem__desc__t.html#ae1255c9d48ed0d0fcb8ebafdc537cb1c',1,'iosystem_desc_t']]],
['ioproc',['ioproc',['../structiosystem__desc__t.html#a8a3fdecd677b2900dfcf6b38cc79181b',1,'iosystem_desc_t']]],
['ioranks',['ioranks',['../structiosystem__desc__t.html#a64bb47312ace9243d5466cd37789227d',1,'iosystem_desc_t']]],
['ioroot',['ioroot',['../structiosystem__desc__t.html#ad4887d6eeefbbe4cf8373c6a094a10d1',1,'iosystem_desc_t']]],
- ['iosysid',['iosysid',['../structiosystem__desc__t.html#a349780a2a7a8b14bccadba61d0a3283b',1,'iosystem_desc_t']]],
- ['iosystem',['iosystem',['../structfile__desc__t.html#a2786365ee60ecd996a53d7d5107c24dd',1,'file_desc_t']]],
- ['iosystem_5fdesc_5ft',['iosystem_desc_t',['../structpio__types_1_1iosystem__desc__t.html',1,'pio_types::iosystem_desc_t'],['../structiosystem__desc__t.html',1,'iosystem_desc_t'],['../pio_8h.html#a059c7a85a913670bed41c52fbf05bc43',1,'iosystem_desc_t(): pio.h']]],
+ ['iosysid',['iosysid',['../structiosystem__desc__t.html#a349780a2a7a8b14bccadba61d0a3283b',1,'iosystem_desc_t::iosysid()'],['../structpio__types_1_1iosystem__desc__t.html#a6d95b0d6b1f73b59256ab9b486b5ac5a',1,'pio_types::iosystem_desc_t::iosysid()']]],
+ ['iosystem',['iosystem',['../structfile__desc__t.html#a2786365ee60ecd996a53d7d5107c24dd',1,'file_desc_t::iosystem()'],['../structpio__types_1_1file__desc__t.html#a93ced493d9cb3a5b7a48c95ca9a1b099',1,'pio_types::file_desc_t::iosystem()']]],
+ ['iosystem_5fdesc_5ft',['iosystem_desc_t',['../structiosystem__desc__t.html',1,'iosystem_desc_t'],['../structpio__types_1_1iosystem__desc__t.html',1,'pio_types::iosystem_desc_t'],['../pio_8h.html#a059c7a85a913670bed41c52fbf05bc43',1,'iosystem_desc_t(): pio.h']]],
['iotype',['iotype',['../structpioexample_1_1pioexampleclass.html#af59b594e0e942335c3dea5712c2dc473',1,'pioexample::pioexampleclass::iotype()'],['../structfile__desc__t.html#a4f43bb9519d336d421ce4c4c82ef8bb0',1,'file_desc_t::iotype()']]],
- ['iotype_5fis_5fvalid',['iotype_is_valid',['../pio__internal_8h.html#a0c4b989cc5c8182d64eed8dfd3519fbf',1,'iotype_is_valid(int iotype): pioc_support.c'],['../pioc__support_8c.html#a0c4b989cc5c8182d64eed8dfd3519fbf',1,'iotype_is_valid(int iotype): pioc_support.c']]],
+ ['iotype_5fis_5fvalid',['iotype_is_valid',['../pioc__support_8c.html#a0c4b989cc5c8182d64eed8dfd3519fbf',1,'pioc_support.c']]],
+ ['iotype_5fnetcdf',['iotype_netcdf',['../pio__types_8_f90.html#abc9c4579744bb3ca79a6297cf9e6f092',1,'pio_types']]],
+ ['iotype_5fpnetcdf',['iotype_pnetcdf',['../pio__types_8_f90.html#aa490e16cc42b3f4e5bf5232f170afafc',1,'pio_types']]],
['isend',['isend',['../structrearr__comm__fc__opt.html#a77dc830a4a4c27ed3e6d6aad6f096184',1,'rearr_comm_fc_opt']]],
['ista',['ista',['../structpioexample_1_1pioexampleclass.html#a9f1fe416650ed720ede20f245cdfc855',1,'pioexample::pioexampleclass']]],
['isto',['isto',['../structpioexample_1_1pioexampleclass.html#a9625281513502d3da7696e84dceaf0d5',1,'pioexample::pioexampleclass']]],
- ['install_20walk_2dthrough',['Install Walk-through',['../mach_walkthrough.html',1,'']]]
+ ['install_20walk_2dthrough',['Install Walk-through',['../mach_walkthrough.html',1,'']]],
+ ['initialize_20the_20io_20system',['Initialize the IO System',['../group___p_i_o__init__c.html',1,'']]],
+ ['initialize_20a_20decomposition',['Initialize a Decomposition',['../group___p_i_o__initdecomp__c.html',1,'']]],
+ ['is_20this_20io_20system_20active_3f',['Is this IO System Active?',['../group___p_i_o__iosystem__is__active__c.html',1,'']]]
];
diff --git a/docs/search/all_9.js b/docs/search/all_9.js
index 25469162f05..042146ee194 100644
--- a/docs/search/all_9.js
+++ b/docs/search/all_9.js
@@ -1,8 +1,13 @@
var searchData=
[
- ['lgcd',['lgcd',['../pio__internal_8h.html#a519df5fcdbcd109624e147ddc35791a9',1,'lgcd(long long a, long long b): pioc_sc.c'],['../pioc__sc_8c.html#a519df5fcdbcd109624e147ddc35791a9',1,'lgcd(long long a, long long b): pioc_sc.c']]],
- ['lgcd_5farray',['lgcd_array',['../pio__internal_8h.html#a9abc09db4545c9581b1b590be7d18c97',1,'lgcd_array(int nain, long long *ain): pioc_sc.c'],['../pioc__sc_8c.html#a9abc09db4545c9581b1b590be7d18c97',1,'lgcd_array(int nain, long long *ain): pioc_sc.c']]],
+ ['length',['length',['../structpio__types_1_1decompmap__t.html#a0fc76440744c5333d27fa137dede6796',1,'pio_types::decompmap_t']]],
['llen',['llen',['../structio__desc__t.html#aa774744b15b0eced2af33da10a8ed3c4',1,'io_desc_t']]],
['loffset',['loffset',['../structio__region.html#a65ba5fd34f21987d9c07cfb9e264b159',1,'io_region']]],
- ['log',['LOG',['../pio__internal_8h.html#abb35b3e9ac2b0ff8cd7c0881988940c0',1,'pio_internal.h']]]
+ ['log_5fkind',['log_kind',['../pio__kinds_8_f90.html#a7e59e6e085c21dd563020fdfa6fb5f0c',1,'pio_kinds']]],
+ ['learn_20about_20an_20attribute',['Learn About an Attribute',['../group___p_i_o__inq__att__c.html',1,'']]],
+ ['learn_20about_20file_20contents',['Learn About File Contents',['../group___p_i_o__inq__c.html',1,'']]],
+ ['learn_20about_20dimensions',['Learn About Dimensions',['../group___p_i_o__inq__dim__c.html',1,'']]],
+ ['learn_20about_20file_20binary_20format',['Learn About File Binary Format',['../group___p_i_o__inq__format__c.html',1,'']]],
+ ['learn_20about_20a_20variable',['Learn About a Variable',['../group___p_i_o__inq__var__c.html',1,'']]],
+ ['learn_20length_20of_20a_20data_20type',['Learn Length of a Data Type',['../group___p_i_o__typelen__c.html',1,'']]]
];
diff --git a/docs/search/all_a.js b/docs/search/all_a.js
index 764fcc2c6c5..17d047e0477 100644
--- a/docs/search/all_a.js
+++ b/docs/search/all_a.js
@@ -1,21 +1,18 @@
var searchData=
[
['main',['main',['../example1_8c.html#a0ddf1224851353fc92bfbff6f499fa97',1,'main(int argc, char *argv[]): example1.c'],['../example2_8c.html#a0ddf1224851353fc92bfbff6f499fa97',1,'main(int argc, char *argv[]): example2.c'],['../example_pio_8c.html#a0ddf1224851353fc92bfbff6f499fa97',1,'main(int argc, char *argv[]): examplePio.c'],['../example_pio_8f90.html#a8ec2266d83cd6c0b762cbcbc92c0af3d',1,'main: examplePio.f90']]],
- ['malloc_5fiodesc',['malloc_iodesc',['../pio__internal_8h.html#ad991769a22107d115d9574c152ce8ce3',1,'malloc_iodesc(iosystem_desc_t *ios, int piotype, int ndims, io_desc_t **iodesc): pioc_support.c'],['../pioc__support_8c.html#ad991769a22107d115d9574c152ce8ce3',1,'malloc_iodesc(iosystem_desc_t *ios, int piotype, int ndims, io_desc_t **iodesc): pioc_support.c']]],
+ ['malloc_5fiodesc',['malloc_iodesc',['../pioc__support_8c.html#ad991769a22107d115d9574c152ce8ce3',1,'pioc_support.c']]],
['map',['map',['../structio__desc__t.html#a3837a3cd3532a18e3b510a21a3903f39',1,'io_desc_t']]],
['maplen',['maplen',['../structio__desc__t.html#a7ea4140687fe625b553d255e99112e95',1,'io_desc_t']]],
- ['mapsort',['mapsort',['../structmapsort.html',1,'mapsort'],['../pio__internal_8h.html#a9e56a396114b27586e78c419119a8533',1,'mapsort(): pio_internal.h']]],
- ['max',['max',['../pio__internal_8h.html#affe776513b24d84b39af8ab0930fef7f',1,'pio_internal.h']]],
- ['max_5fgather_5fblock_5fsize',['MAX_GATHER_BLOCK_SIZE',['../pio__internal_8h.html#abedace09e11380e521abb000308802ba',1,'pio_internal.h']]],
- ['max_5fpend_5freq',['max_pend_req',['../structrearr__comm__fc__opt.html#ac6aea4e835c71daa004ce1a69efaa5b8',1,'rearr_comm_fc_opt']]],
+ ['max_5fbacktrace',['MAX_BACKTRACE',['../pioc__support_8c.html#a0943e0b42523c317b4c867f26e44dec6',1,'pioc_support.c']]],
+ ['max_5fpend_5freq',['max_pend_req',['../structrearr__comm__fc__opt.html#ac6aea4e835c71daa004ce1a69efaa5b8',1,'rearr_comm_fc_opt::max_pend_req()'],['../structpio__types_1_1pio__rearr__comm__fc__opt__t.html#af88b46e06801e8e9055b1c1f78027412',1,'pio_types::pio_rearr_comm_fc_opt_t::max_pend_req()']]],
['maxbytes',['maxbytes',['../structio__desc__t.html#a7f6bf3b3dc649e3cb87fdea2eff4fc6f',1,'io_desc_t']]],
['maxfillregions',['maxfillregions',['../structio__desc__t.html#a52e2f2be2c059d28a4df5e1f0de263d7',1,'io_desc_t']]],
['maxholegridsize',['maxholegridsize',['../structio__desc__t.html#abf7df02ce96310e2835c499e031f0607',1,'io_desc_t']]],
['maxiobuflen',['maxiobuflen',['../structio__desc__t.html#a9fb02c35ba6bb5a07837ac9407b2056a',1,'io_desc_t']]],
['maxregions',['maxregions',['../structio__desc__t.html#a9424540996b0b6fdbe2486bbb35a8baf',1,'io_desc_t']]],
- ['maxusage',['maxusage',['../pio__darray_8c.html#a89343a92bde7994f33f1f466022fa0fc',1,'maxusage(): pio_darray.c'],['../pio__darray__int_8c.html#a89343a92bde7994f33f1f466022fa0fc',1,'maxusage(): pio_darray.c']]],
- ['min',['min',['../pio__internal_8h.html#ac6afabdc09a49a433ee19d8a9486056d',1,'pio_internal.h']]],
- ['mpi_5foffset',['MPI_OFFSET',['../pio_8h.html#a757768e03c71e1f1720f6718eed964a8',1,'MPI_OFFSET(): pio.h'],['../pio__internal_8h.html#a0fdca746778ca31cd1e84208e32d12ef',1,'MPI_Offset(): pio_internal.h']]],
+ ['maxusage',['maxusage',['../pio__darray_8c.html#a89343a92bde7994f33f1f466022fa0fc',1,'pio_darray.c']]],
+ ['mpi_5foffset',['MPI_OFFSET',['../pio_8h.html#a757768e03c71e1f1720f6718eed964a8',1,'pio.h']]],
['mpi_5ftype',['mpi_type',['../structvar__desc__t.html#afbf32495520581b80be07f3d65f528cd',1,'var_desc_t']]],
['mpi_5ftype_5fsize',['mpi_type_size',['../structvar__desc__t.html#abd49b49ecae5dc420a2c7111c6b2b36c',1,'var_desc_t']]],
['mpierr',['MPIERR',['../example1_8c.html#a59c9fcdb8191a6e3d7e43d31e4c4448c',1,'MPIERR(): example1.c'],['../example2_8c.html#a59c9fcdb8191a6e3d7e43d31e4c4448c',1,'MPIERR(): example2.c']]],
diff --git a/docs/search/all_b.js b/docs/search/all_b.js
index f065674f0a5..8abd68a714d 100644
--- a/docs/search/all_b.js
+++ b/docs/search/all_b.js
@@ -1,14 +1,11 @@
var searchData=
[
+ ['ncid',['ncid',['../structpio__types_1_1var__desc__t.html#a3e627795ff0f730475b7e6e2b30a2670',1,'pio_types::var_desc_t']]],
['ndim',['NDIM',['../example1_8c.html#a2b1fd2d28c6a7d4a3f7027cc1b6466f3',1,'NDIM(): example1.c'],['../example2_8c.html#a2b1fd2d28c6a7d4a3f7027cc1b6466f3',1,'NDIM(): example2.c']]],
['ndims',['ndims',['../structio__desc__t.html#a258b4083cf5f5afaf66abdbe3db01a89',1,'io_desc_t']]],
['ndof',['ndof',['../structio__desc__t.html#a66ce0ae69f67e84921bbf85508fd015f',1,'io_desc_t']]],
['needsfill',['needsfill',['../structio__desc__t.html#ae091e478cb04d7b108cb1e124c05355d',1,'io_desc_t']]],
['needssort',['needssort',['../structio__desc__t.html#ae7bcd6fa7805489017be40db33ce0c59',1,'io_desc_t']]],
- ['netcdf_5fchar_5fsize',['NETCDF_CHAR_SIZE',['../pio__internal_8h.html#a38fc2e6a684bfdabf2c745c08c6bc02c',1,'pio_internal.h']]],
- ['netcdf_5fdouble_5fint64_5fsize',['NETCDF_DOUBLE_INT64_SIZE',['../pio__internal_8h.html#ab657f41cd86d6bdb37be349e0c77e12e',1,'pio_internal.h']]],
- ['netcdf_5fint_5ffloat_5fsize',['NETCDF_INT_FLOAT_SIZE',['../pio__internal_8h.html#a607a83a3995a7413e7b7352d4283a72f',1,'pio_internal.h']]],
- ['netcdf_5fshort_5fsize',['NETCDF_SHORT_SIZE',['../pio__internal_8h.html#af4a3af20f8c0c263864d98483072d3ad',1,'pio_internal.h']]],
['next',['next',['../structio__region.html#a15971dd265f37af41a802fea02eea4e9',1,'io_region::next()'],['../structiosystem__desc__t.html#ad4885665a95c1c45ce592e180e127e34',1,'iosystem_desc_t::next()']]],
['niotasks',['niotasks',['../structpioexample_1_1pioexampleclass.html#aa1fa3c0e1f613c945576ea89b2dd08c3',1,'pioexample::pioexampleclass']]],
['nrecvs',['nrecvs',['../structio__desc__t.html#a5409346e91db139f59bd27d4ac91576c',1,'io_desc_t']]],
diff --git a/docs/search/all_c.js b/docs/search/all_c.js
index 5f4e32e5667..f2140156094 100644
--- a/docs/search/all_c.js
+++ b/docs/search/all_c.js
@@ -1,5 +1,5 @@
var searchData=
[
- ['open_5ffile_5fhandler',['open_file_handler',['../pio__msg_8c.html#a9b908ce4e77f7a36ec089c2a7a8033b7',1,'pio_msg.c']]],
- ['optbase',['optbase',['../structpioexample_1_1pioexampleclass.html#ab41e31861ca460ab69ae45d4ab690984',1,'pioexample::pioexampleclass']]]
+ ['optbase',['optbase',['../structpioexample_1_1pioexampleclass.html#ab41e31861ca460ab69ae45d4ab690984',1,'pioexample::pioexampleclass']]],
+ ['open_20a_20file',['Open a File',['../group___p_i_o__open__file__c.html',1,'']]]
];
diff --git a/docs/search/all_d.js b/docs/search/all_d.js
index d0b84273a2d..256c7779b3f 100644
--- a/docs/search/all_d.js
+++ b/docs/search/all_d.js
@@ -1,57 +1,53 @@
var searchData=
[
- ['pio_20user_20interface',['PIO user interface',['../api.html',1,'']]],
+ ['pio_20fortran_20interface',['PIO Fortran Interface',['../api.html',1,'']]],
+ ['pio_20c_20interface',['PIO C Interface',['../c_api.html',1,'']]],
['parallel_20i_2fo_20libraries_20_28pio_29',['Parallel I/O Libraries (PIO)',['../index.html',1,'']]],
- ['pair',['pair',['../pio__internal_8h.html#a6ad7c86c11c88b494ad9cbe54ebb6f40',1,'pair(int np, int p, int k): pio_spmd.c'],['../pio__spmd_8c.html#a6ad7c86c11c88b494ad9cbe54ebb6f40',1,'pair(int np, int p, int k): pio_spmd.c']]],
- ['performance_5ftune_5frearranger',['performance_tune_rearranger',['../pio__internal_8h.html#a459775627ccb163a9bcac77438004ba2',1,'performance_tune_rearranger(iosystem_desc_t *ios, io_desc_t *iodesc): pio_rearrange.c'],['../pio__rearrange_8c.html#a459775627ccb163a9bcac77438004ba2',1,'performance_tune_rearranger(iosystem_desc_t *ios, io_desc_t *iodesc): pio_rearrange.c']]],
['pio_2ef90',['pio.F90',['../pio_8_f90.html',1,'']]],
['pio_2eh',['pio.h',['../pio_8h.html',1,'']]],
- ['pio_5fadd_5fto_5ffile_5flist',['pio_add_to_file_list',['../pio__internal_8h.html#a0ca72ed538ff2b8ac16a4ccefbe0aa61',1,'pio_add_to_file_list(file_desc_t *file): pio_lists.c'],['../pio__lists_8c.html#a0ca72ed538ff2b8ac16a4ccefbe0aa61',1,'pio_add_to_file_list(file_desc_t *file): pio_lists.c']]],
- ['pio_5fadd_5fto_5fiodesc_5flist',['pio_add_to_iodesc_list',['../pio__internal_8h.html#ae9084266999d137da71f1051ea8b1265',1,'pio_add_to_iodesc_list(io_desc_t *iodesc): pio_lists.c'],['../pio__lists_8c.html#ae9084266999d137da71f1051ea8b1265',1,'pio_add_to_iodesc_list(io_desc_t *iodesc): pio_lists.c']]],
- ['pio_5fadd_5fto_5fiosystem_5flist',['pio_add_to_iosystem_list',['../pio__internal_8h.html#a85a7782aeb5db0bb3b75a2bfb29f04a0',1,'pio_add_to_iosystem_list(iosystem_desc_t *ios): pio_lists.c'],['../pio__lists_8c.html#a85a7782aeb5db0bb3b75a2bfb29f04a0',1,'pio_add_to_iosystem_list(iosystem_desc_t *ios): pio_lists.c']]],
+ ['pio_5f64bit_5fdata',['pio_64bit_data',['../pio__types_8_f90.html#aa6ca58157c7e809655f77607ce919acc',1,'pio_types']]],
+ ['pio_5f64bit_5foffset',['pio_64bit_offset',['../pio__types_8_f90.html#a37a9ebb788a1ff17ccceab7712149cc6',1,'pio_types']]],
['pio_5fadvanceframe',['PIO_advanceframe',['../group___p_i_o__advanceframe.html',1,'']]],
- ['pio_5fbcast_5ferror',['PIO_BCAST_ERROR',['../pio_8h.html#a982191cb68f550f75091a40c3a133189af4294f43fb4548f7c3bb5ddbfc1db232',1,'pio.h']]],
- ['pio_5fbuffer_5fsize_5flimit',['pio_buffer_size_limit',['../pio__darray_8c.html#aabf3f9fc5a764a9107ad492e1559cd77',1,'pio_buffer_size_limit(): pio_darray.c'],['../pio__darray__int_8c.html#aabf3f9fc5a764a9107ad492e1559cd77',1,'pio_buffer_size_limit(): pio_darray.c'],['../pio__internal_8h.html#aabf3f9fc5a764a9107ad492e1559cd77',1,'pio_buffer_size_limit(): pio_darray.c']]],
+ ['pio_5fbcast_5ferror',['pio_bcast_error',['../pio__types_8_f90.html#aedd6d39f6d4f242d5bb9131910db215b',1,'pio_types::pio_bcast_error()'],['../pio_8h.html#a982191cb68f550f75091a40c3a133189af4294f43fb4548f7c3bb5ddbfc1db232',1,'PIO_BCAST_ERROR(): pio.h']]],
+ ['pio_5fbuffer_5fsize_5flimit',['pio_buffer_size_limit',['../pio__darray_8c.html#aabf3f9fc5a764a9107ad492e1559cd77',1,'pio_darray.c']]],
+ ['pio_5fchar',['pio_char',['../pio__types_8_f90.html#ad18facff1e9078caec158687cfb6eb92',1,'pio_types']]],
+ ['pio_5fclobber',['pio_clobber',['../pio__types_8_f90.html#adc951e1c31b54757b44c05bd1cdd7c27',1,'pio_types']]],
['pio_5fclosefile',['PIO_closefile',['../group___p_i_o__closefile.html',1,'']]],
- ['pio_5fcnbuffer_5flimit',['pio_cnbuffer_limit',['../pio__darray__int_8c.html#a9a746679975777183db1fb4e3cb0381c',1,'pio_darray_int.c']]],
['pio_5fcreatefile',['PIO_createfile',['../group___p_i_o__createfile.html',1,'']]],
['pio_5fdarray_2ec',['pio_darray.c',['../pio__darray_8c.html',1,'']]],
- ['pio_5fdarray_5fint_2ec',['pio_darray_int.c',['../pio__darray__int_8c.html',1,'']]],
- ['pio_5fdatatype_5fnull',['PIO_DATATYPE_NULL',['../pio__internal_8h.html#ad6356fde2d8839e08eaf18da91e2398b',1,'pio_internal.h']]],
['pio_5fdef_5fdim',['PIO_def_dim',['../group___p_i_o__def__dim.html',1,'']]],
['pio_5fdef_5fvar',['PIO_def_var',['../group___p_i_o__def__var.html',1,'']]],
- ['pio_5fdefault',['PIO_DEFAULT',['../pio_8h.html#a39ae42ff91b54d8e03f741bd3f4b12f4',1,'pio.h']]],
- ['pio_5fdelete_5ffile_5ffrom_5flist',['pio_delete_file_from_list',['../pio__internal_8h.html#aa8809cc768fc8c8b65e2c4403f8d10e3',1,'pio_delete_file_from_list(int ncid): pio_lists.c'],['../pio__lists_8c.html#aa8809cc768fc8c8b65e2c4403f8d10e3',1,'pio_delete_file_from_list(int ncid): pio_lists.c']]],
- ['pio_5fdelete_5fiodesc_5ffrom_5flist',['pio_delete_iodesc_from_list',['../pio__internal_8h.html#a7c0b3519929dea5d6a7833d21ab9771d',1,'pio_delete_iodesc_from_list(int ioid): pio_lists.c'],['../pio__lists_8c.html#a7c0b3519929dea5d6a7833d21ab9771d',1,'pio_delete_iodesc_from_list(int ioid): pio_lists.c']]],
- ['pio_5fdelete_5fiosystem_5ffrom_5flist',['pio_delete_iosystem_from_list',['../pio__internal_8h.html#a90a72cf5e6d3c1163c12923284bae4c6',1,'pio_delete_iosystem_from_list(int piosysid): pio_lists.c'],['../pio__lists_8c.html#a90a72cf5e6d3c1163c12923284bae4c6',1,'pio_delete_iosystem_from_list(int piosysid): pio_lists.c']]],
- ['pio_5fdeletefile',['pio_deletefile',['../piolib__mod_8_f90.html#a6b07d8d4697d3277931d413a1e182a48',1,'piolib_mod']]],
+ ['pio_5fdefault',['pio_default',['../pio__types_8_f90.html#ab0b97bdef734cdf178b4c4f6e729f18f',1,'pio_types::pio_default()'],['../pio_8h.html#a39ae42ff91b54d8e03f741bd3f4b12f4',1,'PIO_DEFAULT(): pio.h']]],
+ ['pio_5fdeletefile',['pio_deletefile',['../piolib__mod_8f90.html#a6b07d8d4697d3277931d413a1e182a48',1,'piolib_mod']]],
+ ['pio_5fdouble',['pio_double',['../pio__types_8_f90.html#af1bd7b8e000f1848734d12d9e5a5af96',1,'pio_types']]],
['pio_5febadiotype',['PIO_EBADIOTYPE',['../pio_8h.html#a9393d14ad7b5f852d9861db2057b3282',1,'pio.h']]],
['pio_5feindep',['PIO_EINDEP',['../pio_8h.html#ae11d6fdb7de9cfa9e994d42d20c037f5',1,'pio.h']]],
['pio_5fenddef',['PIO_enddef',['../group___p_i_o__enddef.html',1,'']]],
- ['pio_5ferr',['pio_err',['../pio__internal_8h.html#a9ca7f07374a56d53781de6dc149ca886',1,'pio_err(iosystem_desc_t *ios, file_desc_t *file, int err_num, const char *fname, int line): pioc_support.c'],['../pioc__support_8c.html#a9ca7f07374a56d53781de6dc149ca886',1,'pio_err(iosystem_desc_t *ios, file_desc_t *file, int err_num, const char *fname, int line): pioc_support.c']]],
+ ['pio_5ferr',['pio_err',['../pioc__support_8c.html#a9ca7f07374a56d53781de6dc149ca886',1,'pioc_support.c']]],
['pio_5ferror_5fhandlers',['PIO_ERROR_HANDLERS',['../pio_8h.html#a982191cb68f550f75091a40c3a133189',1,'pio.h']]],
['pio_5fevardimmismatch',['PIO_EVARDIMMISMATCH',['../pio_8h.html#a8f81ddc26f35661e83683bfbc4cd6abc',1,'pio.h']]],
['pio_5ffile_2ec',['pio_file.c',['../pio__file_8c.html',1,'']]],
- ['pio_5ffile_5fis_5fopen',['pio_file_is_open',['../piolib__mod_8_f90.html#a589b60c983df089c8ea21d69c5faac5f',1,'piolib_mod']]],
+ ['pio_5ffile_5fis_5fopen',['pio_file_is_open',['../piolib__mod_8f90.html#a589b60c983df089c8ea21d69c5faac5f',1,'piolib_mod']]],
+ ['pio_5ffill_5fdouble',['pio_fill_double',['../pio__types_8_f90.html#a1330384d1870d7c74e16b8d1f831d172',1,'pio_types']]],
+ ['pio_5ffill_5ffloat',['pio_fill_float',['../pio__types_8_f90.html#abbe6afb9bc3b96f8c1375d0ff23897bd',1,'pio_types']]],
+ ['pio_5ffill_5fint',['pio_fill_int',['../pio__types_8_f90.html#a36a2029ef11559645a8718f3f4e64dd1',1,'pio_types']]],
['pio_5ffinalize',['PIO_finalize',['../group___p_i_o__finalize.html',1,'']]],
- ['pio_5ffinalize_5flogging',['pio_finalize_logging',['../pio__internal_8h.html#a632f01eafb324a77a83b2b13912f6746',1,'pio_finalize_logging(void): pioc_support.c'],['../pioc__support_8c.html#a632f01eafb324a77a83b2b13912f6746',1,'pio_finalize_logging(void): pioc_support.c']]],
+ ['pio_5ffinalize_5flogging',['pio_finalize_logging',['../pioc__support_8c.html#a632f01eafb324a77a83b2b13912f6746',1,'pioc_support.c']]],
['pio_5ffirst_5ferror_5fcode',['PIO_FIRST_ERROR_CODE',['../pio_8h.html#a53b0a0ba9de0ba76508fb54fa326cbfd',1,'pio.h']]],
['pio_5ffreedecomp',['PIO_freedecomp',['../group___p_i_o__freedecomp.html',1,'']]],
['pio_5fget_5fatt',['PIO_get_att',['../group___p_i_o__get__att.html',1,'']]],
- ['pio_5fget_5ffile',['pio_get_file',['../pio__internal_8h.html#a181e783b476835fd6a1e3da0f9a94130',1,'pio_get_file(int ncid, file_desc_t **filep): pio_lists.c'],['../pio__lists_8c.html#a623442aa3edfeeb178359f1caed3c8e7',1,'pio_get_file(int ncid, file_desc_t **cfile1): pio_lists.c']]],
- ['pio_5fget_5fiodesc_5ffrom_5fid',['pio_get_iodesc_from_id',['../pio__internal_8h.html#ae66c0933af29647269c54b12508f74cf',1,'pio_get_iodesc_from_id(int ioid): pio_lists.c'],['../pio__lists_8c.html#ae66c0933af29647269c54b12508f74cf',1,'pio_get_iodesc_from_id(int ioid): pio_lists.c']]],
- ['pio_5fget_5fiosystem_5ffrom_5fid',['pio_get_iosystem_from_id',['../pio__internal_8h.html#a3d058ddb1a1fe6b0851ee00053edd7df',1,'pio_get_iosystem_from_id(int iosysid): pio_lists.c'],['../pio__lists_8c.html#a3d058ddb1a1fe6b0851ee00053edd7df',1,'pio_get_iosystem_from_id(int iosysid): pio_lists.c']]],
['pio_5fget_5flocal_5farray_5fsize',['pio_get_local_array_size',['../group___p_i_o__get__local__array__size.html#gab8a9ffb0a03badbcfd71731a36acdf02',1,'piolib_mod::pio_get_local_array_size()'],['../group___p_i_o__get__local__array__size.html',1,'(Global Namespace)']]],
['pio_5fget_5fnc_2ec',['pio_get_nc.c',['../pio__get__nc_8c.html',1,'']]],
['pio_5fget_5fvar',['PIO_get_var',['../group___p_i_o__get__var.html',1,'']]],
['pio_5fgetnumiotasks',['PIO_getnumiotasks',['../group___p_i_o__getnumiotasks.html',1,'']]],
- ['pio_5fgetput_5fint_2ec',['pio_getput_int.c',['../pio__getput__int_8c.html',1,'']]],
+ ['pio_5fglobal',['pio_global',['../pio__types_8_f90.html#ab7d075eb33a76e3eba4c804f561e1026',1,'pio_types']]],
['pio_5fiam_5fiotask',['pio_iam_iotask',['../pio_8_f90.html#a6494c938373f4eb5ba6bd6534d1a0fcc',1,'pio']]],
['pio_5finit',['PIO_init',['../group___p_i_o__init.html',1,'']]],
- ['pio_5finit_5flogging',['pio_init_logging',['../pio__internal_8h.html#a9a721f024dd47d04f5dbad622adea7ee',1,'pio_init_logging(void): pioc_support.c'],['../pioc__support_8c.html#a9a721f024dd47d04f5dbad622adea7ee',1,'pio_init_logging(void): pioc_support.c']]],
+ ['pio_5finit_5flogging',['pio_init_logging',['../pioc__support_8c.html#a9a721f024dd47d04f5dbad622adea7ee',1,'pioc_support.c']]],
['pio_5finitdecomp',['PIO_initdecomp',['../group___p_i_o__initdecomp.html',1,'']]],
['pio_5finitdecomp_5fbc',['pio_initdecomp_bc',['../group___p_i_o__initdecomp.html#ga6f7a8735dbe5214bf2b3dcd88f37eaf3',1,'piolib_mod']]],
['pio_5finitdecomp_5fdof_5fi4',['pio_initdecomp_dof_i4',['../group___p_i_o__initdecomp.html#gaba1b0bd480a9ccb431dc304abce94764',1,'piolib_mod']]],
+ ['pio_5finitdecomp_5fdof_5fi8',['pio_initdecomp_dof_i8',['../piolib__mod_8f90.html#ae7a812918fbc191b815d550964381479',1,'piolib_mod']]],
['pio_5finq_5fatt',['PIO_inq_att',['../group___p_i_o__inq__att.html',1,'']]],
['pio_5finq_5fattlen',['PIO_inq_attlen',['../group___p_i_o__inq__attlen.html',1,'']]],
['pio_5finq_5fattname',['PIO_inq_attname',['../group___p_i_o__inq__attname.html',1,'']]],
@@ -72,39 +68,41 @@ var searchData=
['pio_5finquire',['PIO_inquire',['../group___p_i_o__inquire.html',1,'']]],
['pio_5finquire_5fdimension',['PIO_inquire_dimension',['../group___p_i_o__inquire__dimension.html',1,'']]],
['pio_5finquire_5fvariable',['PIO_inquire_variable',['../group___p_i_o__inquire__variable.html',1,'']]],
- ['pio_5finternal_2eh',['pio_internal.h',['../pio__internal_8h.html',1,'']]],
- ['pio_5finternal_5ferror',['PIO_INTERNAL_ERROR',['../pio_8h.html#a982191cb68f550f75091a40c3a133189a22b2f4375485086b711ac51c936bb460',1,'pio.h']]],
+ ['pio_5fint',['pio_int',['../pio__types_8_f90.html#af32fd42be568cc89fd08ff599fe31ecd',1,'pio_types']]],
+ ['pio_5finternal_5ferror',['pio_internal_error',['../pio__types_8_f90.html#a1a54649d7a96c3d6a3ba24bf33681e45',1,'pio_types::pio_internal_error()'],['../pio_8h.html#a982191cb68f550f75091a40c3a133189a22b2f4375485086b711ac51c936bb460',1,'PIO_INTERNAL_ERROR(): pio.h']]],
['pio_5fiosystem_5fis_5factive',['pio_iosystem_is_active',['../pio_8_f90.html#a0f0c8531137032f4828974311d00fb16',1,'pio']]],
['pio_5fiotask_5frank',['pio_iotask_rank',['../pio_8_f90.html#aa51424942733b733a74383156b51ad2b',1,'pio']]],
['pio_5fiotype',['PIO_IOTYPE',['../pio_8h.html#aa81fb241b31a8419bc97c01bce7ef368',1,'PIO_IOTYPE(): pio.h'],['../group___p_i_o__iotype.html',1,'(Global Namespace)']]],
- ['pio_5fiotype_5fnetcdf',['PIO_IOTYPE_NETCDF',['../pio_8h.html#aa81fb241b31a8419bc97c01bce7ef368aab3557e863c590270695774022e8124f',1,'pio.h']]],
- ['pio_5fiotype_5fnetcdf4c',['PIO_IOTYPE_NETCDF4C',['../pio_8h.html#aa81fb241b31a8419bc97c01bce7ef368a34a90f9c42a2aee1d0ca458cd50750ed',1,'pio.h']]],
- ['pio_5fiotype_5fnetcdf4p',['PIO_IOTYPE_NETCDF4P',['../pio_8h.html#aa81fb241b31a8419bc97c01bce7ef368a22e0fea0660c7df8ff5909de767e195a',1,'pio.h']]],
- ['pio_5fiotype_5fpnetcdf',['PIO_IOTYPE_PNETCDF',['../pio_8h.html#aa81fb241b31a8419bc97c01bce7ef368adcd470331bb74d49fbaa41f255ed1ba5',1,'pio.h']]],
+ ['pio_5fiotype_5favailable',['pio_iotype_available',['../piolib__mod_8f90.html#ab69a7cc0698073ca1cb0ae19781de690',1,'piolib_mod']]],
+ ['pio_5fiotype_5fnetcdf',['pio_iotype_netcdf',['../pio__types_8_f90.html#afc3219b4e177d8c1c172eead7d292386',1,'pio_types::pio_iotype_netcdf()'],['../pio_8h.html#aa81fb241b31a8419bc97c01bce7ef368aab3557e863c590270695774022e8124f',1,'PIO_IOTYPE_NETCDF(): pio.h']]],
+ ['pio_5fiotype_5fnetcdf4c',['pio_iotype_netcdf4c',['../pio__types_8_f90.html#aa287cbbd71c85a5927d77a70f8cfb622',1,'pio_types::pio_iotype_netcdf4c()'],['../pio_8h.html#aa81fb241b31a8419bc97c01bce7ef368a34a90f9c42a2aee1d0ca458cd50750ed',1,'PIO_IOTYPE_NETCDF4C(): pio.h']]],
+ ['pio_5fiotype_5fnetcdf4p',['pio_iotype_netcdf4p',['../pio__types_8_f90.html#a3ddb852c38b6848155440794a20aba25',1,'pio_types::pio_iotype_netcdf4p()'],['../pio_8h.html#aa81fb241b31a8419bc97c01bce7ef368a22e0fea0660c7df8ff5909de767e195a',1,'PIO_IOTYPE_NETCDF4P(): pio.h']]],
+ ['pio_5fiotype_5fpnetcdf',['pio_iotype_pnetcdf',['../pio__types_8_f90.html#ae0ba73ec8c9e8c941a7c0f5ca491c1f0',1,'pio_types::pio_iotype_pnetcdf()'],['../pio_8h.html#aa81fb241b31a8419bc97c01bce7ef368adcd470331bb74d49fbaa41f255ed1ba5',1,'PIO_IOTYPE_PNETCDF(): pio.h']]],
['pio_5fkinds',['PIO_kinds',['../group___p_i_o__kinds.html',1,'']]],
['pio_5fkinds_2ef90',['pio_kinds.F90',['../pio__kinds_8_f90.html',1,'']]],
- ['pio_5flists_2ec',['pio_lists.c',['../pio__lists_8c.html',1,'']]],
- ['pio_5flong_5finternal',['PIO_LONG_INTERNAL',['../pio__internal_8h.html#a7ebfecc68d05230336f43ebd4a1ea16a',1,'pio_internal.h']]],
['pio_5fmax_5fdims',['PIO_MAX_DIMS',['../pio_8h.html#a26c7020d5bbf194da64f6fc09d53f32a',1,'pio.h']]],
+ ['pio_5fmax_5fname',['pio_max_name',['../pio__types_8_f90.html#a4c9ced6add00ac0d8fd44c90853ac814',1,'pio_types']]],
+ ['pio_5fmax_5fvar_5fdims',['pio_max_var_dims',['../pio__types_8_f90.html#a2820b3b092afd3df986baad8367a5486',1,'pio_types']]],
['pio_5fmax_5fvars',['PIO_MAX_VARS',['../pio_8h.html#adbc8561902f84b31e4b10157ea0be817',1,'pio.h']]],
- ['pio_5fmsg',['PIO_MSG',['../pio__internal_8h.html#a7038933c37accafe3f17a9e973ee6947',1,'pio_internal.h']]],
- ['pio_5fmsg_2ec',['pio_msg.c',['../pio__msg_8c.html',1,'']]],
- ['pio_5fmsg_5fhandler2',['pio_msg_handler2',['../pio__internal_8h.html#a2ae3c8546654c2263ef80ba653b238ee',1,'pio_msg_handler2(int io_rank, int component_count, iosystem_desc_t **iosys, MPI_Comm io_comm): pio_msg.c'],['../pio__msg_8c.html#a2ae3c8546654c2263ef80ba653b238ee',1,'pio_msg_handler2(int io_rank, int component_count, iosystem_desc_t **iosys, MPI_Comm io_comm): pio_msg.c']]],
['pio_5fnc_2ec',['pio_nc.c',['../pio__nc_8c.html',1,'']]],
['pio_5fnc4_2ec',['pio_nc4.c',['../pio__nc4_8c.html',1,'']]],
['pio_5fncid',['pio_ncid',['../structfile__desc__t.html#a6238064b4318aa9d5d6bfd9776d75613',1,'file_desc_t']]],
- ['pio_5fnext_5fncid',['pio_next_ncid',['../pio__file_8c.html#a937d6c04c95c3e58980353953d831df5',1,'pio_next_ncid(): pio_file.c'],['../pioc__support_8c.html#a937d6c04c95c3e58980353953d831df5',1,'pio_next_ncid(): pio_file.c']]],
- ['pio_5fnum_5fiosystem',['pio_num_iosystem',['../pio__internal_8h.html#a62c993e3185064fadf3ec0b95ebea626',1,'pio_num_iosystem(int *niosysid): pio_lists.c'],['../pio__lists_8c.html#a62c993e3185064fadf3ec0b95ebea626',1,'pio_num_iosystem(int *niosysid): pio_lists.c']]],
- ['pio_5foffset',['PIO_OFFSET',['../pio_8h.html#a14497592730ea1a88cd1dbc53239dd59',1,'PIO_OFFSET(): pio.h'],['../pio_8h.html#a1225edb54e6d6de678bf675485549eb0',1,'PIO_Offset(): pio.h']]],
+ ['pio_5fnext_5fioid',['pio_next_ioid',['../pioc_8c.html#afe06a12118895eb7b9fe5539a2cbb5e8',1,'pioc.c']]],
+ ['pio_5fnext_5fncid',['pio_next_ncid',['../pioc__support_8c.html#a937d6c04c95c3e58980353953d831df5',1,'pio_next_ncid(): pio_file.c'],['../pio__file_8c.html#a937d6c04c95c3e58980353953d831df5',1,'pio_next_ncid(): pio_file.c']]],
+ ['pio_5fnoclobber',['pio_noclobber',['../pio__types_8_f90.html#ae830d99fb4364046a43f9f3995741b19',1,'pio_types']]],
+ ['pio_5fnoerr',['pio_noerr',['../pio__types_8_f90.html#a8a6aff98b0908c533dd180d653b28e7c',1,'pio_types']]],
+ ['pio_5fnowrite',['pio_nowrite',['../pio__types_8_f90.html#a6bebf25ec5e9051b23f0a05079e47a03',1,'pio_types']]],
+ ['pio_5fnum_5fost',['pio_num_ost',['../pio__types_8_f90.html#a0432a6b71c714a288b97e253b5c83231',1,'pio_types']]],
+ ['pio_5foffset',['PIO_Offset',['../pio_8h.html#a1225edb54e6d6de678bf675485549eb0',1,'PIO_Offset(): pio.h'],['../pio_8h.html#a14497592730ea1a88cd1dbc53239dd59',1,'PIO_OFFSET(): pio.h']]],
+ ['pio_5foffset_5fkind',['pio_offset_kind',['../pio__kinds_8_f90.html#aa77ea45df74763fe83a2ff08124f3119',1,'pio_kinds']]],
['pio_5fopenfile',['pio_openfile',['../group___p_i_o__openfile.html#ga434cd26b109dc9e16dbbb3741c3ac1db',1,'piolib_mod::pio_openfile()'],['../group___p_i_o__openfile.html',1,'(Global Namespace)']]],
['pio_5fput_5fatt',['PIO_put_att',['../group___p_i_o__put__att.html',1,'']]],
['pio_5fput_5fnc_2ec',['pio_put_nc.c',['../pio__put__nc_8c.html',1,'']]],
['pio_5fput_5fvar',['PIO_put_var',['../group___p_i_o__put__var.html',1,'']]],
['pio_5fread_5fdarray',['PIO_read_darray',['../group___p_i_o__read__darray.html',1,'']]],
- ['pio_5fread_5fdarray_5fnc',['pio_read_darray_nc',['../group___p_i_o__read__darray.html#ga0191092b2a65ce808aaa386c984da160',1,'pio_read_darray_nc(file_desc_t *file, io_desc_t *iodesc, int vid, void *iobuf): pio_darray_int.c'],['../group___p_i_o__read__darray.html#ga0191092b2a65ce808aaa386c984da160',1,'pio_read_darray_nc(file_desc_t *file, io_desc_t *iodesc, int vid, void *iobuf): pio_darray_int.c']]],
- ['pio_5fread_5fdarray_5fnc_5fserial',['pio_read_darray_nc_serial',['../group___p_i_o__read__darray.html#ga2d440f0ff9f9fe7329901604e99138b3',1,'pio_read_darray_nc_serial(file_desc_t *file, io_desc_t *iodesc, int vid, void *iobuf): pio_darray_int.c'],['../group___p_i_o__read__darray.html#ga2d440f0ff9f9fe7329901604e99138b3',1,'pio_read_darray_nc_serial(file_desc_t *file, io_desc_t *iodesc, int vid, void *iobuf): pio_darray_int.c']]],
['pio_5freaddof',['pio_readdof',['../pio__support_8_f90.html#aa6b9b98ebf5a85c45dfc0f108f453fba',1,'pio_support']]],
- ['pio_5frearr_5fbox',['PIO_REARR_BOX',['../pio_8h.html#ab0dd70fbaba2863ad8194ff3ad0b3153a294a1426a9188239a5409dfea62850ed',1,'pio.h']]],
+ ['pio_5freal',['pio_real',['../pio__types_8_f90.html#a9a27cad4ee605e24c1d60375f97f1749',1,'pio_types']]],
+ ['pio_5frearr_5fbox',['pio_rearr_box',['../pio__types_8_f90.html#a88eddff0455b2b90ff8d71dbbd323fdc',1,'pio_types::pio_rearr_box()'],['../pio_8h.html#ab0dd70fbaba2863ad8194ff3ad0b3153a294a1426a9188239a5409dfea62850ed',1,'PIO_REARR_BOX(): pio.h']]],
['pio_5frearr_5fcomm_5fcoll',['PIO_REARR_COMM_COLL',['../pio_8h.html#aca138dcbfdef9c622291a628cf7e17e2a29d780e67f43273dcc17c42f675a9365',1,'pio.h']]],
['pio_5frearr_5fcomm_5fdir',['PIO_rearr_comm_dir',['../group___p_i_o__rearr__comm__dir.html',1,'']]],
['pio_5frearr_5fcomm_5ffc_5f1d_5fcomp2io',['PIO_REARR_COMM_FC_1D_COMP2IO',['../pio_8h.html#a97aa036137156799c503ead99a91f12ca61cb8321209d93b502305ddafba3bf33',1,'pio.h']]],
@@ -117,292 +115,302 @@ var searchData=
['pio_5frearr_5fcomm_5fp2p',['PIO_REARR_COMM_P2P',['../pio_8h.html#aca138dcbfdef9c622291a628cf7e17e2aefe51632957419ca1b1deb1b2d48d271',1,'pio.h']]],
['pio_5frearr_5fcomm_5ft',['PIO_rearr_comm_t',['../group___p_i_o__rearr__comm__t.html',1,'']]],
['pio_5frearr_5fcomm_5ftype',['PIO_REARR_COMM_TYPE',['../pio_8h.html#aca138dcbfdef9c622291a628cf7e17e2',1,'pio.h']]],
- ['pio_5frearr_5fcomm_5funlimited_5fpend_5freq',['PIO_REARR_COMM_UNLIMITED_PEND_REQ',['../pio_8h.html#a6d7754fb8c0e0df7339312e938946478',1,'pio.h']]],
+ ['pio_5frearr_5fcomm_5funlimited_5fpend_5freq',['PIO_REARR_COMM_UNLIMITED_PEND_REQ',['../pio_8h.html#a6d7754fb8c0e0df7339312e938946478',1,'PIO_REARR_COMM_UNLIMITED_PEND_REQ(): pio.h'],['../pio__types_8_f90.html#a45014f87ccc655594b3c3832ed66ee8d',1,'pio_types::pio_rearr_comm_unlimited_pend_req()']]],
['pio_5frearr_5fmethod',['PIO_rearr_method',['../group___p_i_o__rearr__method.html',1,'']]],
['pio_5frearr_5fopt_5ft',['pio_rearr_opt_t',['../structpio__types_1_1pio__rearr__opt__t.html',1,'pio_types']]],
['pio_5frearr_5foptions',['PIO_rearr_options',['../group___p_i_o__rearr__options.html',1,'']]],
- ['pio_5frearr_5fsubset',['PIO_REARR_SUBSET',['../pio_8h.html#ab0dd70fbaba2863ad8194ff3ad0b3153a53e62a3987ad419926771d478a395fad',1,'pio.h']]],
- ['pio_5frearrange_2ec',['pio_rearrange.c',['../pio__rearrange_8c.html',1,'']]],
+ ['pio_5frearr_5fsubset',['pio_rearr_subset',['../pio__types_8_f90.html#aa7b1efc272acd83e75b5f1659d5ceebd',1,'pio_types::pio_rearr_subset()'],['../pio_8h.html#ab0dd70fbaba2863ad8194ff3ad0b3153a53e62a3987ad419926771d478a395fad',1,'PIO_REARR_SUBSET(): pio.h']]],
['pio_5frearrangers',['PIO_REARRANGERS',['../pio_8h.html#ab0dd70fbaba2863ad8194ff3ad0b3153',1,'pio.h']]],
['pio_5fredef',['PIO_redef',['../group___p_i_o__redef.html',1,'']]],
['pio_5freq_5fnull',['PIO_REQ_NULL',['../pio_8h.html#ab22134cf9085018192e54db9e2fcc944',1,'pio.h']]],
- ['pio_5frequest_5falloc_5fchunk',['PIO_REQUEST_ALLOC_CHUNK',['../pio__internal_8h.html#ad680c10eae49078f9d360cdfe69ee2e0',1,'pio_internal.h']]],
- ['pio_5freturn_5ferror',['PIO_RETURN_ERROR',['../pio_8h.html#a982191cb68f550f75091a40c3a133189a7d2f63c829077ee9e25bf4bd48ae1937',1,'pio.h']]],
+ ['pio_5freturn_5ferror',['pio_return_error',['../pio__types_8_f90.html#a007dd8957d55824c4e302bf0a7028d86',1,'pio_types::pio_return_error()'],['../pio_8h.html#a982191cb68f550f75091a40c3a133189a7d2f63c829077ee9e25bf4bd48ae1937',1,'PIO_RETURN_ERROR(): pio.h']]],
['pio_5fset_5fblocksize',['pio_set_blocksize',['../group___p_i_o__set__blocksize.html#ga58a49dfda66ba8c28e6558f6754704fc',1,'pio::pio_set_blocksize()'],['../group___p_i_o__set__blocksize.html',1,'(Global Namespace)']]],
- ['pio_5fset_5fhint',['PIO_set_hint',['../group___p_i_o__set__hint.html',1,'']]],
+ ['pio_5fset_5fbuffer_5fsize_5flimit',['pio_set_buffer_size_limit',['../piodarray_8f90.html#a99c8ee0c211a8bc7f819cbcc915baa33',1,'piodarray']]],
+ ['pio_5fset_5fhint',['pio_set_hint',['../piolib__mod_8f90.html#a4feeee096c2a40bd7377672afdd7fb8e',1,'piolib_mod']]],
+ ['pio_5fset_5fhint',['PIO_set_hint',['../group___p_i_o__set__hint__grp.html',1,'']]],
['pio_5fset_5flog_5flevel',['PIO_set_log_level',['../group___p_i_o__set__log__level.html',1,'']]],
- ['pio_5fset_5frearr_5fopts',['pio_set_rearr_opts',['../piolib__mod_8_f90.html#a0ae92fff1a887840f8a2e63e2b56cc35',1,'piolib_mod']]],
+ ['pio_5fset_5frearr_5fopts',['pio_set_rearr_opts',['../piolib__mod_8f90.html#a0ae92fff1a887840f8a2e63e2b56cc35',1,'piolib_mod']]],
['pio_5fsetdebuglevel',['PIO_setdebuglevel',['../group___p_i_o__setdebuglevel.html',1,'']]],
['pio_5fseterrorhandling',['PIO_seterrorhandling',['../group___p_i_o__seterrorhandling.html',1,'']]],
['pio_5fsetframe',['PIO_setframe',['../group___p_i_o__setframe.html',1,'']]],
- ['pio_5fsorted_5fcopy',['pio_sorted_copy',['../group___p_i_o__write__darray.html#ga8ae50e94f14e3b81ed3c694993695619',1,'pio_sorted_copy(const void *array, void *sortedarray, io_desc_t *iodesc, int nvars, int direction): pio_darray_int.c'],['../group___p_i_o__write__darray.html#ga8ae50e94f14e3b81ed3c694993695619',1,'pio_sorted_copy(const void *array, void *tmparray, io_desc_t *iodesc, int nvars, int direction): pio_darray_int.c']]],
- ['pio_5fspmd_2ec',['pio_spmd.c',['../pio__spmd_8c.html',1,'']]],
['pio_5fstrerror',['PIO_strerror',['../group___p_i_o__strerror.html',1,'']]],
['pio_5fsupport_2ef90',['pio_support.F90',['../pio__support_8_f90.html',1,'']]],
- ['pio_5fswapm',['pio_swapm',['../pio__internal_8h.html#a4d341649c03cba93c667c26e4fb1ec9c',1,'pio_swapm(void *sendbuf, int *sendcounts, int *sdispls, MPI_Datatype *sendtypes, void *recvbuf, int *recvcounts, int *rdispls, MPI_Datatype *recvtypes, MPI_Comm comm, rearr_comm_fc_opt_t *fc): pio_spmd.c'],['../pio__spmd_8c.html#a4d341649c03cba93c667c26e4fb1ec9c',1,'pio_swapm(void *sendbuf, int *sendcounts, int *sdispls, MPI_Datatype *sendtypes, void *recvbuf, int *recvcounts, int *rdispls, MPI_Datatype *recvtypes, MPI_Comm comm, rearr_comm_fc_opt_t *fc): pio_spmd.c']]],
- ['pio_5fswapm_5fdefaults',['pio_swapm_defaults',['../structpio__swapm__defaults.html',1,'pio_swapm_defaults'],['../pio__internal_8h.html#aba568e1e48de18885991eafa9da57416',1,'pio_swapm_defaults(): pio_internal.h']]],
['pio_5fsyncfile',['PIO_syncfile',['../group___p_i_o__syncfile.html',1,'']]],
['pio_5ftype',['pio_type',['../structvar__desc__t.html#ab86aadc19f1f570900edf23c27cbf79b',1,'var_desc_t::pio_type()'],['../structfile__desc__t.html#a2ec30f84f2049ac8bfbcadabd8f853c6',1,'file_desc_t::pio_type()']]],
['pio_5ftype_5fsize',['pio_type_size',['../structvar__desc__t.html#a64383d7ebd9c256a50b9a7b7be2d6396',1,'var_desc_t']]],
['pio_5ftypes_2ef90',['pio_types.F90',['../pio__types_8_f90.html',1,'']]],
+ ['pio_5fwrite',['pio_write',['../pio__types_8_f90.html#af01c4a0dde8bb401f297626614cd81bc',1,'pio_types']]],
['pio_5fwrite_5fdarray',['PIO_write_darray',['../group___p_i_o__write__darray.html',1,'']]],
['pio_5fwritedof',['pio_writedof',['../pio__support_8_f90.html#a70786a25959ff291ef4d781f9554ff06',1,'pio_support']]],
- ['pioassert',['pioassert',['../pio__internal_8h.html#a762886113a7422e056c96c6c533cd82b',1,'pioassert(_Bool expression, const char *msg, const char *fname, int line): pioc_support.c'],['../pioc__support_8c.html#a762886113a7422e056c96c6c533cd82b',1,'pioassert(_Bool expression, const char *msg, const char *fname, int line): pioc_support.c']]],
+ ['pioassert',['pioassert',['../pioc__support_8c.html#a762886113a7422e056c96c6c533cd82b',1,'pioc_support.c']]],
['pioc_2ec',['pioc.c',['../pioc_8c.html',1,'']]],
- ['pioc_5fadvanceframe',['PIOc_advanceframe',['../pio_8h.html#aa0d2ac568ba1e0b339d7fb9248d8358c',1,'PIOc_advanceframe(int ncid, int varid): pioc.c'],['../pioc_8c.html#aa0d2ac568ba1e0b339d7fb9248d8358c',1,'PIOc_advanceframe(int ncid, int varid): pioc.c']]],
- ['pioc_5fchange_5fdef',['pioc_change_def',['../pio__internal_8h.html#abf7668416ef848e0e94934a54ba7ee7f',1,'pioc_change_def(int ncid, int is_enddef): pioc_support.c'],['../pioc__support_8c.html#abf7668416ef848e0e94934a54ba7ee7f',1,'pioc_change_def(int ncid, int is_enddef): pioc_support.c']]],
- ['pioc_5fclosefile',['PIOc_closefile',['../pio_8h.html#aee37be8734afcb8ee94088dc287c341b',1,'PIOc_closefile(int ncid): pio_file.c'],['../pio__file_8c.html#aee37be8734afcb8ee94088dc287c341b',1,'PIOc_closefile(int ncid): pio_file.c']]],
- ['pioc_5fcreate',['PIOc_create',['../pio_8h.html#ad31670417f971b11f52c8d919d738778',1,'PIOc_create(int iosysid, const char *path, int cmode, int *ncidp): pio_file.c'],['../pio__file_8c.html#a639570c19eeee26c757f63d1765c124d',1,'PIOc_create(int iosysid, const char *filename, int cmode, int *ncidp): pio_file.c']]],
- ['pioc_5fcreatefile',['PIOc_createfile',['../group___p_i_o__createfile.html#gaed31e065901c964d4224b3db61a30d5e',1,'PIOc_createfile(int iosysid, int *ncidp, int *iotype, const char *fname, int mode): pio_file.c'],['../group___p_i_o__createfile.html#gaed31e065901c964d4224b3db61a30d5e',1,'PIOc_createfile(int iosysid, int *ncidp, int *iotype, const char *filename, int mode): pio_file.c']]],
- ['pioc_5fcreatefile_5fint',['PIOc_createfile_int',['../group___p_i_o__createfile.html#gafa48e273e52a910db01e01f0c538800d',1,'PIOc_createfile_int(int iosysid, int *ncidp, int *iotype, const char *filename, int mode): pioc_support.c'],['../group___p_i_o__createfile.html#gafa48e273e52a910db01e01f0c538800d',1,'PIOc_createfile_int(int iosysid, int *ncidp, int *iotype, const char *filename, int mode): pioc_support.c']]],
- ['pioc_5fdef_5fdim',['PIOc_def_dim',['../group___p_i_o__def__dim.html#ga19ec254c22fa1822aa86cf69a074c1af',1,'PIOc_def_dim(int ncid, const char *name, PIO_Offset len, int *idp): pio_nc.c'],['../group___p_i_o__def__dim.html#ga19ec254c22fa1822aa86cf69a074c1af',1,'PIOc_def_dim(int ncid, const char *name, PIO_Offset len, int *idp): pio_nc.c']]],
- ['pioc_5fdef_5fvar',['PIOc_def_var',['../group___p_i_o__def__var.html#ga70d1d5b2f5e828fed653ca87aacef16e',1,'PIOc_def_var(int ncid, const char *name, nc_type xtype, int ndims, const int *dimidsp, int *varidp): pio_nc.c'],['../group___p_i_o__def__var.html#ga70d1d5b2f5e828fed653ca87aacef16e',1,'PIOc_def_var(int ncid, const char *name, nc_type xtype, int ndims, const int *dimidsp, int *varidp): pio_nc.c']]],
- ['pioc_5fdef_5fvar_5fchunking',['PIOc_def_var_chunking',['../group___p_i_o__def__var.html#ga1accdef205cd597d5c598bd6733db1ce',1,'PIOc_def_var_chunking(int ncid, int varid, int storage, const PIO_Offset *chunksizesp): pio_nc4.c'],['../group___p_i_o__def__var.html#ga1accdef205cd597d5c598bd6733db1ce',1,'PIOc_def_var_chunking(int ncid, int varid, int storage, const PIO_Offset *chunksizesp): pio_nc4.c']]],
- ['pioc_5fdef_5fvar_5fdeflate',['PIOc_def_var_deflate',['../group___p_i_o__def__var.html#ga914f3306b223e1631a8fc63cd603acea',1,'PIOc_def_var_deflate(int ncid, int varid, int shuffle, int deflate, int deflate_level): pio_nc4.c'],['../group___p_i_o__def__var.html#ga914f3306b223e1631a8fc63cd603acea',1,'PIOc_def_var_deflate(int ncid, int varid, int shuffle, int deflate, int deflate_level): pio_nc4.c']]],
- ['pioc_5fdef_5fvar_5fendian',['PIOc_def_var_endian',['../group___p_i_o__def__var.html#ga96ad8b671c81a209e253fc56dbc022e3',1,'PIOc_def_var_endian(int ncid, int varid, int endian): pio_nc4.c'],['../group___p_i_o__def__var.html#ga96ad8b671c81a209e253fc56dbc022e3',1,'PIOc_def_var_endian(int ncid, int varid, int endian): pio_nc4.c']]],
- ['pioc_5fdef_5fvar_5ffill',['PIOc_def_var_fill',['../group___p_i_o__def__var.html#ga3eef846624adb5b9a2f0907bfa6eedcf',1,'PIOc_def_var_fill(int ncid, int varid, int no_fill, const void *fill_value): pio_nc.c'],['../group___p_i_o__def__var.html#ga3eef846624adb5b9a2f0907bfa6eedcf',1,'PIOc_def_var_fill(int ncid, int varid, int fill_mode, const void *fill_valuep): pio_nc.c']]],
- ['pioc_5fdel_5fatt',['PIOc_del_att',['../pio_8h.html#afa0ad58fad5c3c91891bb85a0d0b97f5',1,'PIOc_del_att(int ncid, int varid, const char *name): pio_nc.c'],['../pio__nc_8c.html#afa0ad58fad5c3c91891bb85a0d0b97f5',1,'PIOc_del_att(int ncid, int varid, const char *name): pio_nc.c']]],
- ['pioc_5fdeletefile',['PIOc_deletefile',['../pio_8h.html#a030a38f55eae60c0265a7e6d888eed6c',1,'PIOc_deletefile(int iosysid, const char *filename): pio_file.c'],['../pio__file_8c.html#a030a38f55eae60c0265a7e6d888eed6c',1,'PIOc_deletefile(int iosysid, const char *filename): pio_file.c']]],
- ['pioc_5fenddef',['PIOc_enddef',['../group___p_i_o__enddef.html#ga9967ed940ad4b735965a4abe35101709',1,'PIOc_enddef(int ncid): pio_nc.c'],['../group___p_i_o__enddef.html#ga9967ed940ad4b735965a4abe35101709',1,'PIOc_enddef(int ncid): pio_nc.c']]],
- ['pioc_5ffile_5fis_5fopen',['PIOc_File_is_Open',['../pio_8h.html#ad95ac275db45c86b26bdc1d0c41993a1',1,'PIOc_File_is_Open(int ncid): pioc.c'],['../pioc_8c.html#ad95ac275db45c86b26bdc1d0c41993a1',1,'PIOc_File_is_Open(int ncid): pioc.c']]],
- ['pioc_5ffinalize',['PIOc_finalize',['../group___p_i_o__finalize.html#ga04e150e10a29f037979dc2eaa872bdb5',1,'PIOc_finalize(int iosysid): pioc.c'],['../group___p_i_o__finalize.html#ga04e150e10a29f037979dc2eaa872bdb5',1,'PIOc_finalize(int iosysid): pioc.c']]],
- ['pioc_5ffreedecomp',['PIOc_freedecomp',['../pio_8h.html#a6416ad3c81a99f31f8f55e857acd697e',1,'PIOc_freedecomp(int iosysid, int ioid): pioc_support.c'],['../pioc__support_8c.html#a6416ad3c81a99f31f8f55e857acd697e',1,'PIOc_freedecomp(int iosysid, int ioid): pioc_support.c']]],
- ['pioc_5fget_5fatt',['PIOc_get_att',['../group___p_i_o__get__att.html#ga1dd46dceac74ad9b49f29d2913174dcd',1,'PIOc_get_att(int ncid, int varid, const char *name, void *ip): pio_nc.c'],['../group___p_i_o__get__att.html#ga1dd46dceac74ad9b49f29d2913174dcd',1,'PIOc_get_att(int ncid, int varid, const char *name, void *ip): pio_nc.c']]],
- ['pioc_5fget_5fatt_5fdouble',['PIOc_get_att_double',['../interfacepionfatt__mod_1_1_p_i_oc__get__att__double.html',1,'pionfatt_mod::PIOc_get_att_double'],['../group___p_i_o__get__att.html#gaecad535f948d4843294a01e313f5537a',1,'PIOc_get_att_double(int ncid, int varid, const char *name, double *ip): pio_nc.c'],['../group___p_i_o__get__att.html#gaecad535f948d4843294a01e313f5537a',1,'PIOc_get_att_double(int ncid, int varid, const char *name, double *ip): pio_nc.c']]],
- ['pioc_5fget_5fatt_5ffloat',['PIOc_get_att_float',['../interfacepionfatt__mod_1_1_p_i_oc__get__att__float.html',1,'pionfatt_mod::PIOc_get_att_float'],['../group___p_i_o__get__att.html#ga80dd8f9e09046e6f3474b7d58d8d5635',1,'PIOc_get_att_float(int ncid, int varid, const char *name, float *ip): pio_nc.c'],['../group___p_i_o__get__att.html#ga80dd8f9e09046e6f3474b7d58d8d5635',1,'PIOc_get_att_float(int ncid, int varid, const char *name, float *ip): pio_nc.c']]],
- ['pioc_5fget_5fatt_5fint',['PIOc_get_att_int',['../interfacepionfatt__mod_1_1_p_i_oc__get__att__int.html',1,'pionfatt_mod::PIOc_get_att_int'],['../group___p_i_o__get__att.html#ga16a824a434a7007da9043d21c6043990',1,'PIOc_get_att_int(int ncid, int varid, const char *name, int *ip): pio_nc.c'],['../group___p_i_o__get__att.html#ga16a824a434a7007da9043d21c6043990',1,'PIOc_get_att_int(int ncid, int varid, const char *name, int *ip): pio_nc.c']]],
- ['pioc_5fget_5fatt_5flong',['PIOc_get_att_long',['../group___p_i_o__get__att.html#ga534855a29b613656cab8f7b24119d9af',1,'PIOc_get_att_long(int ncid, int varid, const char *name, long *ip): pio_nc.c'],['../group___p_i_o__get__att.html#ga534855a29b613656cab8f7b24119d9af',1,'PIOc_get_att_long(int ncid, int varid, const char *name, long *ip): pio_nc.c']]],
- ['pioc_5fget_5fatt_5flonglong',['PIOc_get_att_longlong',['../group___p_i_o__get__att.html#ga8a1e5cc1beb9923396394d27bbb62b33',1,'PIOc_get_att_longlong(int ncid, int varid, const char *name, long long *ip): pio_nc.c'],['../group___p_i_o__get__att.html#ga8a1e5cc1beb9923396394d27bbb62b33',1,'PIOc_get_att_longlong(int ncid, int varid, const char *name, long long *ip): pio_nc.c']]],
- ['pioc_5fget_5fatt_5fschar',['PIOc_get_att_schar',['../group___p_i_o__get__att.html#gac01d99d8e1da36ea33eb29e7d015c633',1,'PIOc_get_att_schar(int ncid, int varid, const char *name, signed char *ip): pio_nc.c'],['../group___p_i_o__get__att.html#gac01d99d8e1da36ea33eb29e7d015c633',1,'PIOc_get_att_schar(int ncid, int varid, const char *name, signed char *ip): pio_nc.c']]],
- ['pioc_5fget_5fatt_5fshort',['PIOc_get_att_short',['../group___p_i_o__get__att.html#gafc0b5c94acae7a1fb7371f831bd71513',1,'PIOc_get_att_short(int ncid, int varid, const char *name, short *ip): pio_nc.c'],['../group___p_i_o__get__att.html#gafc0b5c94acae7a1fb7371f831bd71513',1,'PIOc_get_att_short(int ncid, int varid, const char *name, short *ip): pio_nc.c']]],
- ['pioc_5fget_5fatt_5ftc',['PIOc_get_att_tc',['../pio__getput__int_8c.html#af0329f65f200ef1aaa6a376fe2025946',1,'PIOc_get_att_tc(int ncid, int varid, const char *name, nc_type memtype, void *ip): pio_getput_int.c'],['../pio__internal_8h.html#af0329f65f200ef1aaa6a376fe2025946',1,'PIOc_get_att_tc(int ncid, int varid, const char *name, nc_type memtype, void *ip): pio_getput_int.c']]],
- ['pioc_5fget_5fatt_5ftext',['PIOc_get_att_text',['../interfacepionfatt__mod_1_1_p_i_oc__get__att__text.html',1,'pionfatt_mod::PIOc_get_att_text'],['../group___p_i_o__get__att.html#ga04bdce8e5dab732f3233c72df6528965',1,'PIOc_get_att_text(int ncid, int varid, const char *name, char *ip): pio_nc.c'],['../group___p_i_o__get__att.html#ga04bdce8e5dab732f3233c72df6528965',1,'PIOc_get_att_text(int ncid, int varid, const char *name, char *ip): pio_nc.c']]],
- ['pioc_5fget_5fatt_5fuchar',['PIOc_get_att_uchar',['../group___p_i_o__get__att.html#ga4e2064f8a1124df673119a7769cab715',1,'PIOc_get_att_uchar(int ncid, int varid, const char *name, unsigned char *ip): pio_nc.c'],['../group___p_i_o__get__att.html#ga4e2064f8a1124df673119a7769cab715',1,'PIOc_get_att_uchar(int ncid, int varid, const char *name, unsigned char *ip): pio_nc.c']]],
- ['pioc_5fget_5fatt_5fuint',['PIOc_get_att_uint',['../group___p_i_o__get__att.html#ga5e124ab099cc187c1aa15d47d1e3f4d3',1,'PIOc_get_att_uint(int ncid, int varid, const char *name, unsigned int *ip): pio_nc.c'],['../group___p_i_o__get__att.html#ga5e124ab099cc187c1aa15d47d1e3f4d3',1,'PIOc_get_att_uint(int ncid, int varid, const char *name, unsigned int *ip): pio_nc.c']]],
- ['pioc_5fget_5fatt_5fulonglong',['PIOc_get_att_ulonglong',['../group___p_i_o__get__att.html#ga3cca871639792ab07b4b75a39192d06a',1,'PIOc_get_att_ulonglong(int ncid, int varid, const char *name, unsigned long long *ip): pio_nc.c'],['../group___p_i_o__get__att.html#ga3cca871639792ab07b4b75a39192d06a',1,'PIOc_get_att_ulonglong(int ncid, int varid, const char *name, unsigned long long *ip): pio_nc.c']]],
- ['pioc_5fget_5fatt_5fushort',['PIOc_get_att_ushort',['../group___p_i_o__get__att.html#ga499dfba474c9941bf52c2b5db6ea6a1c',1,'PIOc_get_att_ushort(int ncid, int varid, const char *name, unsigned short *ip): pio_nc.c'],['../group___p_i_o__get__att.html#ga499dfba474c9941bf52c2b5db6ea6a1c',1,'PIOc_get_att_ushort(int ncid, int varid, const char *name, unsigned short *ip): pio_nc.c']]],
- ['pioc_5fget_5fchunk_5fcache',['PIOc_get_chunk_cache',['../group___p_i_o__def__var.html#ga21d9de130e3c2be14bf21b3bc4063999',1,'PIOc_get_chunk_cache(int iosysid, int iotype, PIO_Offset *sizep, PIO_Offset *nelemsp, float *preemptionp): pio_nc4.c'],['../group___p_i_o__def__var.html#ga21d9de130e3c2be14bf21b3bc4063999',1,'PIOc_get_chunk_cache(int iosysid, int iotype, PIO_Offset *sizep, PIO_Offset *nelemsp, float *preemptionp): pio_nc4.c']]],
- ['pioc_5fget_5flocal_5farray_5fsize',['PIOc_get_local_array_size',['../pio_8h.html#a0f8ff9696a8e06aec913e0bdcb7da2f2',1,'PIOc_get_local_array_size(int ioid): pioc.c'],['../pioc_8c.html#a0f8ff9696a8e06aec913e0bdcb7da2f2',1,'PIOc_get_local_array_size(int ioid): pioc.c']]],
- ['pioc_5fget_5fnumiotasks',['PIOc_get_numiotasks',['../pio_8h.html#a63e9c3a6d23a6c0be99584707b18ba1c',1,'PIOc_get_numiotasks(int iosysid, int *numiotasks): pioc.c'],['../pioc_8c.html#a63e9c3a6d23a6c0be99584707b18ba1c',1,'PIOc_get_numiotasks(int iosysid, int *numiotasks): pioc.c']]],
- ['pioc_5fget_5fvar',['PIOc_get_var',['../pio_8h.html#a7d40c1af3620a12f166f41ed540aa68b',1,'PIOc_get_var(int ncid, int varid, void *buf): pio_get_nc.c'],['../pio__get__nc_8c.html#a7d40c1af3620a12f166f41ed540aa68b',1,'PIOc_get_var(int ncid, int varid, void *buf): pio_get_nc.c']]],
- ['pioc_5fget_5fvar1',['PIOc_get_var1',['../pio_8h.html#adc66d83f6d67f6846a2cded6f71c241a',1,'PIOc_get_var1(int ncid, int varid, const PIO_Offset *index, void *buf): pio_get_nc.c'],['../pio__get__nc_8c.html#adc66d83f6d67f6846a2cded6f71c241a',1,'PIOc_get_var1(int ncid, int varid, const PIO_Offset *index, void *buf): pio_get_nc.c']]],
- ['pioc_5fget_5fvar1_5fdouble',['PIOc_get_var1_double',['../pio_8h.html#a86d73d7b45442eec9c1aace977f05874',1,'PIOc_get_var1_double(int ncid, int varid, const PIO_Offset *index, double *buf): pio_get_nc.c'],['../pio__get__nc_8c.html#a86d73d7b45442eec9c1aace977f05874',1,'PIOc_get_var1_double(int ncid, int varid, const PIO_Offset *index, double *buf): pio_get_nc.c']]],
- ['pioc_5fget_5fvar1_5ffloat',['PIOc_get_var1_float',['../pio_8h.html#a30f495e78a8988c3486ce86521ce1ce0',1,'PIOc_get_var1_float(int ncid, int varid, const PIO_Offset *index, float *buf): pio_get_nc.c'],['../pio__get__nc_8c.html#a30f495e78a8988c3486ce86521ce1ce0',1,'PIOc_get_var1_float(int ncid, int varid, const PIO_Offset *index, float *buf): pio_get_nc.c']]],
- ['pioc_5fget_5fvar1_5fint',['PIOc_get_var1_int',['../pio_8h.html#a078c2bc2d27e799f452158f36398829b',1,'PIOc_get_var1_int(int ncid, int varid, const PIO_Offset *index, int *buf): pio_get_nc.c'],['../pio__get__nc_8c.html#a078c2bc2d27e799f452158f36398829b',1,'PIOc_get_var1_int(int ncid, int varid, const PIO_Offset *index, int *buf): pio_get_nc.c']]],
- ['pioc_5fget_5fvar1_5flong',['PIOc_get_var1_long',['../pio_8h.html#a75317a0b9a65928ad638afbeb0605be2',1,'PIOc_get_var1_long(int ncid, int varid, const PIO_Offset *index, long *buf): pio_get_nc.c'],['../pio__get__nc_8c.html#a75317a0b9a65928ad638afbeb0605be2',1,'PIOc_get_var1_long(int ncid, int varid, const PIO_Offset *index, long *buf): pio_get_nc.c']]],
- ['pioc_5fget_5fvar1_5flonglong',['PIOc_get_var1_longlong',['../pio_8h.html#a0f0a1b69878cba8467beb7eaac46c490',1,'PIOc_get_var1_longlong(int ncid, int varid, const PIO_Offset *index, long long *buf): pio_get_nc.c'],['../pio__get__nc_8c.html#a0f0a1b69878cba8467beb7eaac46c490',1,'PIOc_get_var1_longlong(int ncid, int varid, const PIO_Offset *index, long long *buf): pio_get_nc.c']]],
- ['pioc_5fget_5fvar1_5fschar',['PIOc_get_var1_schar',['../pio_8h.html#aff5e3f043cecdaa3d70e794581527513',1,'PIOc_get_var1_schar(int ncid, int varid, const PIO_Offset *index, signed char *buf): pio_get_nc.c'],['../pio__get__nc_8c.html#aff5e3f043cecdaa3d70e794581527513',1,'PIOc_get_var1_schar(int ncid, int varid, const PIO_Offset *index, signed char *buf): pio_get_nc.c']]],
- ['pioc_5fget_5fvar1_5fshort',['PIOc_get_var1_short',['../pio_8h.html#a48b6dcc3d7419c1f4e20ed2fc0ea2f57',1,'PIOc_get_var1_short(int ncid, int varid, const PIO_Offset *index, short *buf): pio_get_nc.c'],['../pio__get__nc_8c.html#a48b6dcc3d7419c1f4e20ed2fc0ea2f57',1,'PIOc_get_var1_short(int ncid, int varid, const PIO_Offset *index, short *buf): pio_get_nc.c']]],
- ['pioc_5fget_5fvar1_5ftc',['PIOc_get_var1_tc',['../pio__getput__int_8c.html#afb53ec4626ba0b36c3809f938cc64236',1,'PIOc_get_var1_tc(int ncid, int varid, const PIO_Offset *index, nc_type xtype, void *buf): pio_getput_int.c'],['../pio__internal_8h.html#afb53ec4626ba0b36c3809f938cc64236',1,'PIOc_get_var1_tc(int ncid, int varid, const PIO_Offset *index, nc_type xtype, void *buf): pio_getput_int.c']]],
- ['pioc_5fget_5fvar1_5ftext',['PIOc_get_var1_text',['../pio_8h.html#a8d7d64a4973d8867ac3bcb5718936260',1,'PIOc_get_var1_text(int ncid, int varid, const PIO_Offset *index, char *buf): pio_get_nc.c'],['../pio__get__nc_8c.html#a8d7d64a4973d8867ac3bcb5718936260',1,'PIOc_get_var1_text(int ncid, int varid, const PIO_Offset *index, char *buf): pio_get_nc.c']]],
- ['pioc_5fget_5fvar1_5fuchar',['PIOc_get_var1_uchar',['../pio_8h.html#afe8b4452c69f1bc41504d4dacc7d92ce',1,'PIOc_get_var1_uchar(int ncid, int varid, const PIO_Offset *index, unsigned char *buf): pio_get_nc.c'],['../pio__get__nc_8c.html#afe8b4452c69f1bc41504d4dacc7d92ce',1,'PIOc_get_var1_uchar(int ncid, int varid, const PIO_Offset *index, unsigned char *buf): pio_get_nc.c']]],
- ['pioc_5fget_5fvar1_5fuint',['PIOc_get_var1_uint',['../pio_8h.html#aab1431d46d31bad4bb1a94fabf9e191b',1,'PIOc_get_var1_uint(int ncid, int varid, const PIO_Offset *index, unsigned int *buf): pio_get_nc.c'],['../pio__get__nc_8c.html#aab1431d46d31bad4bb1a94fabf9e191b',1,'PIOc_get_var1_uint(int ncid, int varid, const PIO_Offset *index, unsigned int *buf): pio_get_nc.c']]],
- ['pioc_5fget_5fvar1_5fulonglong',['PIOc_get_var1_ulonglong',['../pio_8h.html#a1911638dede15aab419f223fd630d681',1,'PIOc_get_var1_ulonglong(int ncid, int varid, const PIO_Offset *index, unsigned long long *buf): pio_get_nc.c'],['../pio__get__nc_8c.html#a1911638dede15aab419f223fd630d681',1,'PIOc_get_var1_ulonglong(int ncid, int varid, const PIO_Offset *index, unsigned long long *buf): pio_get_nc.c']]],
- ['pioc_5fget_5fvar1_5fushort',['PIOc_get_var1_ushort',['../pio_8h.html#a523b53d3beb43e6ae5a1295fe1af6694',1,'PIOc_get_var1_ushort(int ncid, int varid, const PIO_Offset *index, unsigned short *buf): pio_get_nc.c'],['../pio__get__nc_8c.html#a523b53d3beb43e6ae5a1295fe1af6694',1,'PIOc_get_var1_ushort(int ncid, int varid, const PIO_Offset *index, unsigned short *buf): pio_get_nc.c']]],
- ['pioc_5fget_5fvar_5fchunk_5fcache',['PIOc_get_var_chunk_cache',['../pio_8h.html#acf7c11b31e7618d23886c9e0d3ed439d',1,'PIOc_get_var_chunk_cache(int ncid, int varid, PIO_Offset *sizep, PIO_Offset *nelemsp, float *preemptionp): pio_nc4.c'],['../pio__nc4_8c.html#acf7c11b31e7618d23886c9e0d3ed439d',1,'PIOc_get_var_chunk_cache(int ncid, int varid, PIO_Offset *sizep, PIO_Offset *nelemsp, float *preemptionp): pio_nc4.c']]],
- ['pioc_5fget_5fvar_5fdouble',['PIOc_get_var_double',['../interfacepionfget__mod_1_1_p_i_oc__get__var__double.html',1,'pionfget_mod::PIOc_get_var_double'],['../pio_8h.html#ac860946e1513f6c542bbe73675ea42ca',1,'PIOc_get_var_double(int ncid, int varid, double *buf): pio_get_nc.c'],['../pio__get__nc_8c.html#ac860946e1513f6c542bbe73675ea42ca',1,'PIOc_get_var_double(int ncid, int varid, double *buf): pio_get_nc.c']]],
- ['pioc_5fget_5fvar_5ffloat',['PIOc_get_var_float',['../interfacepionfget__mod_1_1_p_i_oc__get__var__float.html',1,'pionfget_mod::PIOc_get_var_float'],['../pio_8h.html#ac5a6cc5b8470eb9d15f43f16f31d0095',1,'PIOc_get_var_float(int ncid, int varid, float *buf): pio_get_nc.c'],['../pio__get__nc_8c.html#ac5a6cc5b8470eb9d15f43f16f31d0095',1,'PIOc_get_var_float(int ncid, int varid, float *buf): pio_get_nc.c']]],
- ['pioc_5fget_5fvar_5fint',['PIOc_get_var_int',['../interfacepionfget__mod_1_1_p_i_oc__get__var__int.html',1,'pionfget_mod::PIOc_get_var_int'],['../pio_8h.html#af26dbf53c05c37a29e61a52ba2163bad',1,'PIOc_get_var_int(int ncid, int varid, int *buf): pio_get_nc.c'],['../pio__get__nc_8c.html#af26dbf53c05c37a29e61a52ba2163bad',1,'PIOc_get_var_int(int ncid, int varid, int *buf): pio_get_nc.c']]],
- ['pioc_5fget_5fvar_5flong',['PIOc_get_var_long',['../pio_8h.html#aa0cde462928debf71200047f612da144',1,'PIOc_get_var_long(int ncid, int varid, long *buf): pio_get_nc.c'],['../pio__get__nc_8c.html#aa0cde462928debf71200047f612da144',1,'PIOc_get_var_long(int ncid, int varid, long *buf): pio_get_nc.c']]],
- ['pioc_5fget_5fvar_5flonglong',['PIOc_get_var_longlong',['../pio_8h.html#a81a84b33c3a6fb622105e554db5cf2c9',1,'PIOc_get_var_longlong(int ncid, int varid, long long *buf): pio_get_nc.c'],['../pio__get__nc_8c.html#a81a84b33c3a6fb622105e554db5cf2c9',1,'PIOc_get_var_longlong(int ncid, int varid, long long *buf): pio_get_nc.c']]],
- ['pioc_5fget_5fvar_5fschar',['PIOc_get_var_schar',['../pio_8h.html#a057621ac16cdde03c2c58ac61fe72433',1,'PIOc_get_var_schar(int ncid, int varid, signed char *buf): pio_get_nc.c'],['../pio__get__nc_8c.html#a057621ac16cdde03c2c58ac61fe72433',1,'PIOc_get_var_schar(int ncid, int varid, signed char *buf): pio_get_nc.c']]],
- ['pioc_5fget_5fvar_5fshort',['PIOc_get_var_short',['../pio_8h.html#ae292946dd099741230f6998c65bad0b3',1,'PIOc_get_var_short(int ncid, int varid, short *buf): pio_get_nc.c'],['../pio__get__nc_8c.html#ae292946dd099741230f6998c65bad0b3',1,'PIOc_get_var_short(int ncid, int varid, short *buf): pio_get_nc.c']]],
- ['pioc_5fget_5fvar_5ftc',['PIOc_get_var_tc',['../pio__getput__int_8c.html#afe004a6ad047adf04dbb64c6b7a4938e',1,'PIOc_get_var_tc(int ncid, int varid, nc_type xtype, void *buf): pio_getput_int.c'],['../pio__internal_8h.html#afe004a6ad047adf04dbb64c6b7a4938e',1,'PIOc_get_var_tc(int ncid, int varid, nc_type xtype, void *buf): pio_getput_int.c']]],
- ['pioc_5fget_5fvar_5ftext',['PIOc_get_var_text',['../pio_8h.html#a76315bb37b0fd20bebd243ccaa913a9c',1,'PIOc_get_var_text(int ncid, int varid, char *buf): pio_get_nc.c'],['../pio__get__nc_8c.html#a76315bb37b0fd20bebd243ccaa913a9c',1,'PIOc_get_var_text(int ncid, int varid, char *buf): pio_get_nc.c']]],
- ['pioc_5fget_5fvar_5fuchar',['PIOc_get_var_uchar',['../pio_8h.html#a66781a00c8aedd310bc1fef70e1f57a6',1,'PIOc_get_var_uchar(int ncid, int varid, unsigned char *buf): pio_get_nc.c'],['../pio__get__nc_8c.html#a66781a00c8aedd310bc1fef70e1f57a6',1,'PIOc_get_var_uchar(int ncid, int varid, unsigned char *buf): pio_get_nc.c']]],
- ['pioc_5fget_5fvar_5fuint',['PIOc_get_var_uint',['../pio_8h.html#a215c4d7cea127b1e353ffd1c55ced777',1,'PIOc_get_var_uint(int ncid, int varid, unsigned int *buf): pio_get_nc.c'],['../pio__get__nc_8c.html#a215c4d7cea127b1e353ffd1c55ced777',1,'PIOc_get_var_uint(int ncid, int varid, unsigned int *buf): pio_get_nc.c']]],
- ['pioc_5fget_5fvar_5fulonglong',['PIOc_get_var_ulonglong',['../pio_8h.html#a125cea31f69f5386cc6457cce2d6dcb1',1,'PIOc_get_var_ulonglong(int ncid, int varid, unsigned long long *buf): pio_get_nc.c'],['../pio__get__nc_8c.html#a125cea31f69f5386cc6457cce2d6dcb1',1,'PIOc_get_var_ulonglong(int ncid, int varid, unsigned long long *buf): pio_get_nc.c']]],
- ['pioc_5fget_5fvar_5fushort',['PIOc_get_var_ushort',['../pio_8h.html#a2fb84e441eb0e58151e11285f90ee4b5',1,'PIOc_get_var_ushort(int ncid, int varid, unsigned short *buf): pio_get_nc.c'],['../pio__get__nc_8c.html#a2fb84e441eb0e58151e11285f90ee4b5',1,'PIOc_get_var_ushort(int ncid, int varid, unsigned short *buf): pio_get_nc.c']]],
- ['pioc_5fget_5fvara',['PIOc_get_vara',['../pio_8h.html#acff7aafc82ae15a6eb4685fec2121749',1,'PIOc_get_vara(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, void *buf): pio_get_nc.c'],['../pio__get__nc_8c.html#acff7aafc82ae15a6eb4685fec2121749',1,'PIOc_get_vara(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, void *buf): pio_get_nc.c']]],
- ['pioc_5fget_5fvara_5fdouble',['PIOc_get_vara_double',['../interfacepionfget__mod_1_1_p_i_oc__get__vara__double.html',1,'pionfget_mod::PIOc_get_vara_double'],['../pio_8h.html#a863b84080e317664e1b29bac9ff2f70f',1,'PIOc_get_vara_double(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, double *buf): pio_get_nc.c'],['../pio__get__nc_8c.html#a863b84080e317664e1b29bac9ff2f70f',1,'PIOc_get_vara_double(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, double *buf): pio_get_nc.c']]],
- ['pioc_5fget_5fvara_5ffloat',['PIOc_get_vara_float',['../interfacepionfget__mod_1_1_p_i_oc__get__vara__float.html',1,'pionfget_mod::PIOc_get_vara_float'],['../pio_8h.html#ad651dd110d5de95cf2310ad86ca7431f',1,'PIOc_get_vara_float(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, float *buf): pio_get_nc.c'],['../pio__get__nc_8c.html#ad651dd110d5de95cf2310ad86ca7431f',1,'PIOc_get_vara_float(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, float *buf): pio_get_nc.c']]],
- ['pioc_5fget_5fvara_5fint',['PIOc_get_vara_int',['../interfacepionfget__mod_1_1_p_i_oc__get__vara__int.html',1,'pionfget_mod::PIOc_get_vara_int'],['../pio_8h.html#acf64992ece3a7b270f511ecc16f0a924',1,'PIOc_get_vara_int(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, int *buf): pio_get_nc.c'],['../pio__get__nc_8c.html#acf64992ece3a7b270f511ecc16f0a924',1,'PIOc_get_vara_int(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, int *buf): pio_get_nc.c']]],
- ['pioc_5fget_5fvara_5flong',['PIOc_get_vara_long',['../pio_8h.html#a1c289362504e4ccce8fe30ed0f0aaaa2',1,'PIOc_get_vara_long(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, long *buf): pio_get_nc.c'],['../pio__get__nc_8c.html#a1c289362504e4ccce8fe30ed0f0aaaa2',1,'PIOc_get_vara_long(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, long *buf): pio_get_nc.c']]],
- ['pioc_5fget_5fvara_5flonglong',['PIOc_get_vara_longlong',['../pio_8h.html#ad034da93fe285d075fccc62134b9aeee',1,'PIOc_get_vara_longlong(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, long long *buf): pio_get_nc.c'],['../pio__get__nc_8c.html#ad034da93fe285d075fccc62134b9aeee',1,'PIOc_get_vara_longlong(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, long long *buf): pio_get_nc.c']]],
- ['pioc_5fget_5fvara_5fschar',['PIOc_get_vara_schar',['../pio_8h.html#a2a957b04af4bb53d98362a007eb2c92c',1,'PIOc_get_vara_schar(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, signed char *buf): pio_get_nc.c'],['../pio__get__nc_8c.html#a2a957b04af4bb53d98362a007eb2c92c',1,'PIOc_get_vara_schar(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, signed char *buf): pio_get_nc.c']]],
- ['pioc_5fget_5fvara_5fshort',['PIOc_get_vara_short',['../pio_8h.html#a81295deac78f91142721a2ad0745e5fa',1,'PIOc_get_vara_short(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, short *buf): pio_get_nc.c'],['../pio__get__nc_8c.html#a81295deac78f91142721a2ad0745e5fa',1,'PIOc_get_vara_short(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, short *buf): pio_get_nc.c']]],
- ['pioc_5fget_5fvara_5ftext',['PIOc_get_vara_text',['../interfacepionfget__mod_1_1_p_i_oc__get__vara__text.html',1,'pionfget_mod::PIOc_get_vara_text'],['../pio_8h.html#a6d5c7315b332ddb793317e93f2a2df1b',1,'PIOc_get_vara_text(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, char *buf): pio_get_nc.c'],['../pio__get__nc_8c.html#a6d5c7315b332ddb793317e93f2a2df1b',1,'PIOc_get_vara_text(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, char *buf): pio_get_nc.c']]],
- ['pioc_5fget_5fvara_5fuchar',['PIOc_get_vara_uchar',['../pio_8h.html#a2e97141acbb8dfa3199d1929172c6b6c',1,'PIOc_get_vara_uchar(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, unsigned char *buf): pio_get_nc.c'],['../pio__get__nc_8c.html#a2e97141acbb8dfa3199d1929172c6b6c',1,'PIOc_get_vara_uchar(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, unsigned char *buf): pio_get_nc.c']]],
- ['pioc_5fget_5fvara_5fuint',['PIOc_get_vara_uint',['../pio_8h.html#a58440b8cbe979b52beac5d82bed1191c',1,'PIOc_get_vara_uint(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, unsigned int *buf): pio_get_nc.c'],['../pio__get__nc_8c.html#a58440b8cbe979b52beac5d82bed1191c',1,'PIOc_get_vara_uint(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, unsigned int *buf): pio_get_nc.c']]],
- ['pioc_5fget_5fvara_5fulonglong',['PIOc_get_vara_ulonglong',['../pio_8h.html#a8fb823e83602f416d61e340220639047',1,'PIOc_get_vara_ulonglong(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, unsigned long long *buf): pio_get_nc.c'],['../pio__get__nc_8c.html#a8fb823e83602f416d61e340220639047',1,'PIOc_get_vara_ulonglong(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, unsigned long long *buf): pio_get_nc.c']]],
- ['pioc_5fget_5fvara_5fushort',['PIOc_get_vara_ushort',['../pio_8h.html#ad4a1f5291d633bd1172e02bb8689089b',1,'PIOc_get_vara_ushort(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, unsigned short *buf): pio_get_nc.c'],['../pio__get__nc_8c.html#ad4a1f5291d633bd1172e02bb8689089b',1,'PIOc_get_vara_ushort(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, unsigned short *buf): pio_get_nc.c']]],
- ['pioc_5fget_5fvars',['PIOc_get_vars',['../pio_8h.html#af0048bfd981bad0aaa2e457ef38e665a',1,'PIOc_get_vars(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, void *buf): pio_get_nc.c'],['../pio__get__nc_8c.html#af0048bfd981bad0aaa2e457ef38e665a',1,'PIOc_get_vars(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, void *buf): pio_get_nc.c']]],
- ['pioc_5fget_5fvars_5fdouble',['PIOc_get_vars_double',['../pio_8h.html#aa6a7c4cb2aa8c1707f10a351f7223ff6',1,'PIOc_get_vars_double(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, double *buf): pio_get_nc.c'],['../pio__get__nc_8c.html#aa6a7c4cb2aa8c1707f10a351f7223ff6',1,'PIOc_get_vars_double(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, double *buf): pio_get_nc.c']]],
- ['pioc_5fget_5fvars_5ffloat',['PIOc_get_vars_float',['../pio_8h.html#ac15aa7656a4d578e3ed3052d53218339',1,'PIOc_get_vars_float(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, float *buf): pio_get_nc.c'],['../pio__get__nc_8c.html#ac15aa7656a4d578e3ed3052d53218339',1,'PIOc_get_vars_float(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, float *buf): pio_get_nc.c']]],
- ['pioc_5fget_5fvars_5fint',['PIOc_get_vars_int',['../pio_8h.html#a660d969dcfd95deffea9a86e19eb680e',1,'PIOc_get_vars_int(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, int *buf): pio_get_nc.c'],['../pio__get__nc_8c.html#a660d969dcfd95deffea9a86e19eb680e',1,'PIOc_get_vars_int(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, int *buf): pio_get_nc.c']]],
- ['pioc_5fget_5fvars_5flong',['PIOc_get_vars_long',['../pio_8h.html#a4d20037a54ed002ac8ce30477cc27cf9',1,'PIOc_get_vars_long(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, long *buf): pio_get_nc.c'],['../pio__get__nc_8c.html#a4d20037a54ed002ac8ce30477cc27cf9',1,'PIOc_get_vars_long(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, long *buf): pio_get_nc.c']]],
- ['pioc_5fget_5fvars_5flonglong',['PIOc_get_vars_longlong',['../pio_8h.html#a1e274b54e878153300eb286186ab2187',1,'PIOc_get_vars_longlong(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, long long *buf): pio_get_nc.c'],['../pio__get__nc_8c.html#a1e274b54e878153300eb286186ab2187',1,'PIOc_get_vars_longlong(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, long long *buf): pio_get_nc.c']]],
- ['pioc_5fget_5fvars_5fschar',['PIOc_get_vars_schar',['../pio_8h.html#a3e067710d5ad6a2c4e89284218e785ee',1,'PIOc_get_vars_schar(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, signed char *buf): pio_get_nc.c'],['../pio__get__nc_8c.html#a3e067710d5ad6a2c4e89284218e785ee',1,'PIOc_get_vars_schar(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, signed char *buf): pio_get_nc.c']]],
- ['pioc_5fget_5fvars_5fshort',['PIOc_get_vars_short',['../pio_8h.html#a05463520b62138bbf5cec2d4196c78fa',1,'PIOc_get_vars_short(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, short *buf): pio_get_nc.c'],['../pio__get__nc_8c.html#a05463520b62138bbf5cec2d4196c78fa',1,'PIOc_get_vars_short(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, short *buf): pio_get_nc.c']]],
- ['pioc_5fget_5fvars_5ftc',['PIOc_get_vars_tc',['../pio__getput__int_8c.html#ad892154891f27f6b3bfd84fca50d1611',1,'PIOc_get_vars_tc(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, nc_type xtype, void *buf): pio_getput_int.c'],['../pio__internal_8h.html#ad892154891f27f6b3bfd84fca50d1611',1,'PIOc_get_vars_tc(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, nc_type xtype, void *buf): pio_getput_int.c']]],
- ['pioc_5fget_5fvars_5ftext',['PIOc_get_vars_text',['../pio_8h.html#a86eb1cf94b0619d3f6cb8a6db0d9fba5',1,'PIOc_get_vars_text(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, char *buf): pio_get_nc.c'],['../pio__get__nc_8c.html#a86eb1cf94b0619d3f6cb8a6db0d9fba5',1,'PIOc_get_vars_text(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, char *buf): pio_get_nc.c']]],
- ['pioc_5fget_5fvars_5fuchar',['PIOc_get_vars_uchar',['../pio_8h.html#ad2858b93b2adc2ae922acaaad33ede22',1,'PIOc_get_vars_uchar(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, unsigned char *buf): pio_get_nc.c'],['../pio__get__nc_8c.html#ad2858b93b2adc2ae922acaaad33ede22',1,'PIOc_get_vars_uchar(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, unsigned char *buf): pio_get_nc.c']]],
- ['pioc_5fget_5fvars_5fuint',['PIOc_get_vars_uint',['../pio_8h.html#a0cb353e13d7a9a344a497a930205c021',1,'PIOc_get_vars_uint(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, unsigned int *buf): pio_get_nc.c'],['../pio__get__nc_8c.html#a0cb353e13d7a9a344a497a930205c021',1,'PIOc_get_vars_uint(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, unsigned int *buf): pio_get_nc.c']]],
- ['pioc_5fget_5fvars_5fulonglong',['PIOc_get_vars_ulonglong',['../pio_8h.html#a7764935cfae37abfc17a9053206cf48d',1,'PIOc_get_vars_ulonglong(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, unsigned long long *buf): pio_get_nc.c'],['../pio__get__nc_8c.html#a7764935cfae37abfc17a9053206cf48d',1,'PIOc_get_vars_ulonglong(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, unsigned long long *buf): pio_get_nc.c']]],
- ['pioc_5fget_5fvars_5fushort',['PIOc_get_vars_ushort',['../pio_8h.html#a07625cd2351357ffe83cdbd0c8d372b6',1,'PIOc_get_vars_ushort(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, unsigned short *buf): pio_get_nc.c'],['../pio__get__nc_8c.html#a07625cd2351357ffe83cdbd0c8d372b6',1,'PIOc_get_vars_ushort(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, unsigned short *buf): pio_get_nc.c']]],
- ['pioc_5fiam_5fiotask',['PIOc_iam_iotask',['../pio_8h.html#afdcc433f8b653aef3ee5632bfd39f522',1,'PIOc_iam_iotask(int iosysid, bool *ioproc): pioc.c'],['../pioc_8c.html#afdcc433f8b653aef3ee5632bfd39f522',1,'PIOc_iam_iotask(int iosysid, bool *ioproc): pioc.c']]],
- ['pioc_5finit_5fasync',['PIOc_init_async',['../group___p_i_o__init.html#ga017725f65a38a40963ac6936bbe7b5e9',1,'PIOc_init_async(MPI_Comm world, int num_io_procs, int *io_proc_list, int component_count, int *num_procs_per_comp, int **proc_list, MPI_Comm *io_comm, MPI_Comm *comp_comm, int rearranger, int *iosysidp): pioc.c'],['../group___p_i_o__init.html#ga017725f65a38a40963ac6936bbe7b5e9',1,'PIOc_init_async(MPI_Comm world, int num_io_procs, int *io_proc_list, int component_count, int *num_procs_per_comp, int **proc_list, MPI_Comm *user_io_comm, MPI_Comm *user_comp_comm, int rearranger, int *iosysidp): pioc.c']]],
- ['pioc_5finit_5fdecomp',['PIOc_init_decomp',['../group___p_i_o__initdecomp.html#gae8417bae4d00472a015d0a84a5b34acf',1,'PIOc_init_decomp(int iosysid, int pio_type, int ndims, const int *gdimlen, int maplen, const PIO_Offset *compmap, int *ioidp, int rearranger, const PIO_Offset *iostart, const PIO_Offset *iocount): pioc.c'],['../group___p_i_o__initdecomp.html#gae8417bae4d00472a015d0a84a5b34acf',1,'PIOc_init_decomp(int iosysid, int pio_type, int ndims, const int *gdimlen, int maplen, const PIO_Offset *compmap, int *ioidp, int rearranger, const PIO_Offset *iostart, const PIO_Offset *iocount): pioc.c']]],
- ['pioc_5finit_5fintracomm',['PIOc_Init_Intracomm',['../group___p_i_o__init.html#ga479a1d9fe2edfc7ca321a1b482fe0211',1,'PIOc_Init_Intracomm(MPI_Comm comp_comm, int num_iotasks, int stride, int base, int rearr, int *iosysidp): pioc.c'],['../group___p_i_o__init.html#ga479a1d9fe2edfc7ca321a1b482fe0211',1,'PIOc_Init_Intracomm(MPI_Comm comp_comm, int num_iotasks, int stride, int base, int rearr, int *iosysidp): pioc.c']]],
- ['pioc_5finit_5fintracomm_5ffrom_5ff90',['PIOc_Init_Intracomm_from_F90',['../pioc_8c.html#a6c15dcb7a77c662652357b8fee15ade8',1,'pioc.c']]],
- ['pioc_5finitdecomp',['PIOc_InitDecomp',['../group___p_i_o__initdecomp.html#ga56c119d47d1082df044968f80acbe265',1,'PIOc_InitDecomp(int iosysid, int pio_type, int ndims, const int *gdimlen, int maplen, const PIO_Offset *compmap, int *ioidp, const int *rearr, const PIO_Offset *iostart, const PIO_Offset *iocount): pioc.c'],['../group___p_i_o__initdecomp.html#ga56c119d47d1082df044968f80acbe265',1,'PIOc_InitDecomp(int iosysid, int pio_type, int ndims, const int *gdimlen, int maplen, const PIO_Offset *compmap, int *ioidp, const int *rearranger, const PIO_Offset *iostart, const PIO_Offset *iocount): pioc.c']]],
- ['pioc_5finitdecomp_5fbc',['PIOc_InitDecomp_bc',['../group___p_i_o__initdecomp.html#gaed76f78609946d71bb304d584afe1266',1,'PIOc_InitDecomp_bc(int iosysid, int basetype, int ndims, const int *gdimlen, const long int *start, const long int *count, int *ioidp): pioc.c'],['../group___p_i_o__initdecomp.html#gaed76f78609946d71bb304d584afe1266',1,'PIOc_InitDecomp_bc(int iosysid, int pio_type, int ndims, const int *gdimlen, const long int *start, const long int *count, int *ioidp): pioc.c']]],
- ['pioc_5finq',['PIOc_inq',['../pio_8h.html#a9790ba350b61362f558ce56a98fd1198',1,'PIOc_inq(int ncid, int *ndimsp, int *nvarsp, int *ngattsp, int *unlimdimidp): pio_nc.c'],['../pio__nc_8c.html#a9790ba350b61362f558ce56a98fd1198',1,'PIOc_inq(int ncid, int *ndimsp, int *nvarsp, int *ngattsp, int *unlimdimidp): pio_nc.c']]],
- ['pioc_5finq_5fatt',['PIOc_inq_att',['../group___p_i_o__inq__att.html#ga3f4dcd306338d1f72f77ab2482e994dc',1,'PIOc_inq_att(int ncid, int varid, const char *name, nc_type *xtypep, PIO_Offset *lenp): pio_nc.c'],['../group___p_i_o__inq__att.html#ga3f4dcd306338d1f72f77ab2482e994dc',1,'PIOc_inq_att(int ncid, int varid, const char *name, nc_type *xtypep, PIO_Offset *lenp): pio_nc.c']]],
- ['pioc_5finq_5fatt_5feh',['PIOc_inq_att_eh',['../group___p_i_o__inq__att.html#ga711f9cb958d177a395e6b464f6b29e6d',1,'PIOc_inq_att_eh(int ncid, int varid, const char *name, int eh, nc_type *xtypep, PIO_Offset *lenp): pio_nc.c'],['../group___p_i_o__inq__att.html#ga711f9cb958d177a395e6b464f6b29e6d',1,'PIOc_inq_att_eh(int ncid, int varid, const char *name, int eh, nc_type *xtypep, PIO_Offset *lenp): pio_nc.c']]],
- ['pioc_5finq_5fattid',['PIOc_inq_attid',['../pio_8h.html#a1c3115b28f2453e850749b173ce7861a',1,'PIOc_inq_attid(int ncid, int varid, const char *name, int *idp): pio_nc.c'],['../pio__nc_8c.html#a1c3115b28f2453e850749b173ce7861a',1,'PIOc_inq_attid(int ncid, int varid, const char *name, int *idp): pio_nc.c']]],
- ['pioc_5finq_5fattlen',['PIOc_inq_attlen',['../group___p_i_o__inq__attlen.html#gac5b6d9b5314d88fee8a1c048a2aa5b13',1,'PIOc_inq_attlen(int ncid, int varid, const char *name, PIO_Offset *lenp): pio_nc.c'],['../group___p_i_o__inq__attlen.html#gac5b6d9b5314d88fee8a1c048a2aa5b13',1,'PIOc_inq_attlen(int ncid, int varid, const char *name, PIO_Offset *lenp): pio_nc.c']]],
- ['pioc_5finq_5fattname',['PIOc_inq_attname',['../group___p_i_o__inq__attname.html#gaa7d8b173e8bba7544c042301877082a0',1,'PIOc_inq_attname(int ncid, int varid, int attnum, char *name): pio_nc.c'],['../group___p_i_o__inq__attname.html#gaa7d8b173e8bba7544c042301877082a0',1,'PIOc_inq_attname(int ncid, int varid, int attnum, char *name): pio_nc.c']]],
- ['pioc_5finq_5fatttype',['PIOc_inq_atttype',['../pio_8h.html#ae63b13cb2b45416bcedecba0137ab1a0',1,'PIOc_inq_atttype(int ncid, int varid, const char *name, nc_type *xtypep): pio_nc.c'],['../pio__nc_8c.html#ae63b13cb2b45416bcedecba0137ab1a0',1,'PIOc_inq_atttype(int ncid, int varid, const char *name, nc_type *xtypep): pio_nc.c']]],
- ['pioc_5finq_5fdim',['PIOc_inq_dim',['../pio_8h.html#afbcd29f59d668e7514daf294f7723bc9',1,'PIOc_inq_dim(int ncid, int dimid, char *name, PIO_Offset *lenp): pio_nc.c'],['../pio__nc_8c.html#afbcd29f59d668e7514daf294f7723bc9',1,'PIOc_inq_dim(int ncid, int dimid, char *name, PIO_Offset *lenp): pio_nc.c']]],
- ['pioc_5finq_5fdimid',['PIOc_inq_dimid',['../group___p_i_o__inq__dimid.html#gab2dadfe68b44605032f57abd2465c4c7',1,'PIOc_inq_dimid(int ncid, const char *name, int *idp): pio_nc.c'],['../group___p_i_o__inq__dimid.html#gab2dadfe68b44605032f57abd2465c4c7',1,'PIOc_inq_dimid(int ncid, const char *name, int *idp): pio_nc.c']]],
- ['pioc_5finq_5fdimlen',['PIOc_inq_dimlen',['../group___p_i_o__inq__dimlen.html#gadd004af4a485f2fcfd1a818ed6a81fb1',1,'PIOc_inq_dimlen(int ncid, int dimid, PIO_Offset *lenp): pio_nc.c'],['../group___p_i_o__inq__dimlen.html#gadd004af4a485f2fcfd1a818ed6a81fb1',1,'PIOc_inq_dimlen(int ncid, int dimid, PIO_Offset *lenp): pio_nc.c']]],
- ['pioc_5finq_5fdimname',['PIOc_inq_dimname',['../group___p_i_o__inq__dimname.html#ga68d9e59e6a5460d461d46f3cf62f195d',1,'PIOc_inq_dimname(int ncid, int dimid, char *name): pio_nc.c'],['../group___p_i_o__inq__dimname.html#ga68d9e59e6a5460d461d46f3cf62f195d',1,'PIOc_inq_dimname(int ncid, int dimid, char *name): pio_nc.c']]],
- ['pioc_5finq_5fformat',['PIOc_inq_format',['../pio_8h.html#a16fec184bfa95cc2e9704be939dc3077',1,'PIOc_inq_format(int ncid, int *formatp): pio_nc.c'],['../pio__nc_8c.html#a16fec184bfa95cc2e9704be939dc3077',1,'PIOc_inq_format(int ncid, int *formatp): pio_nc.c']]],
- ['pioc_5finq_5fnatts',['PIOc_inq_natts',['../group___p_i_o__inq__natts.html#ga64ac5f3a5565ec08d222b27fcb3b180c',1,'PIOc_inq_natts(int ncid, int *ngattsp): pio_nc.c'],['../group___p_i_o__inq__natts.html#ga64ac5f3a5565ec08d222b27fcb3b180c',1,'PIOc_inq_natts(int ncid, int *ngattsp): pio_nc.c']]],
- ['pioc_5finq_5fndims',['PIOc_inq_ndims',['../group___p_i_o__inq__ndims.html#gab30f861c47545f6ff1647b6652e38ccf',1,'PIOc_inq_ndims(int ncid, int *ndimsp): pio_nc.c'],['../group___p_i_o__inq__ndims.html#gab30f861c47545f6ff1647b6652e38ccf',1,'PIOc_inq_ndims(int ncid, int *ndimsp): pio_nc.c']]],
- ['pioc_5finq_5fnvars',['PIOc_inq_nvars',['../group___p_i_o__inq__nvars.html#gaa6036459562b703f5ef0c9de3cfabe82',1,'PIOc_inq_nvars(int ncid, int *nvarsp): pio_nc.c'],['../group___p_i_o__inq__nvars.html#gaa6036459562b703f5ef0c9de3cfabe82',1,'PIOc_inq_nvars(int ncid, int *nvarsp): pio_nc.c']]],
- ['pioc_5finq_5ftype',['PIOc_inq_type',['../pio_8h.html#a3da640cefc1d77011f125d60e6de66c9',1,'PIOc_inq_type(int ncid, nc_type xtype, char *name, PIO_Offset *sizep): pio_nc.c'],['../pio__nc_8c.html#a3da640cefc1d77011f125d60e6de66c9',1,'PIOc_inq_type(int ncid, nc_type xtype, char *name, PIO_Offset *sizep): pio_nc.c']]],
- ['pioc_5finq_5funlimdim',['PIOc_inq_unlimdim',['../group___p_i_o__inq__unlimdim.html#ga191801159c80d1d3eb09b52ee9c68109',1,'PIOc_inq_unlimdim(int ncid, int *unlimdimidp): pio_nc.c'],['../group___p_i_o__inq__unlimdim.html#ga191801159c80d1d3eb09b52ee9c68109',1,'PIOc_inq_unlimdim(int ncid, int *unlimdimidp): pio_nc.c']]],
- ['pioc_5finq_5funlimdims',['PIOc_inq_unlimdims',['../group___p_i_o__inq__unlimdim.html#gae677132a4670352eee8b77106e300bca',1,'PIOc_inq_unlimdims(int ncid, int *nunlimdimsp, int *unlimdimidsp): pio_nc.c'],['../group___p_i_o__inq__unlimdim.html#gae677132a4670352eee8b77106e300bca',1,'PIOc_inq_unlimdims(int ncid, int *nunlimdimsp, int *unlimdimidsp): pio_nc.c']]],
- ['pioc_5finq_5fvar',['PIOc_inq_var',['../pio_8h.html#addf7e8a37df0eb4407da0537364b258e',1,'PIOc_inq_var(int ncid, int varid, char *name, nc_type *xtypep, int *ndimsp, int *dimidsp, int *nattsp): pio_nc.c'],['../pio__nc_8c.html#addf7e8a37df0eb4407da0537364b258e',1,'PIOc_inq_var(int ncid, int varid, char *name, nc_type *xtypep, int *ndimsp, int *dimidsp, int *nattsp): pio_nc.c']]],
- ['pioc_5finq_5fvar_5fchunking',['PIOc_inq_var_chunking',['../pio_8h.html#a2b739539ae6466d402f861d179d506fe',1,'PIOc_inq_var_chunking(int ncid, int varid, int *storagep, PIO_Offset *chunksizesp): pio_nc4.c'],['../pio__nc4_8c.html#a2b739539ae6466d402f861d179d506fe',1,'PIOc_inq_var_chunking(int ncid, int varid, int *storagep, PIO_Offset *chunksizesp): pio_nc4.c']]],
- ['pioc_5finq_5fvar_5fdeflate',['PIOc_inq_var_deflate',['../pio_8h.html#ac79879dc9e1afc418c55005b760070b1',1,'PIOc_inq_var_deflate(int ncid, int varid, int *shufflep, int *deflatep, int *deflate_levelp): pio_nc4.c'],['../pio__nc4_8c.html#ac79879dc9e1afc418c55005b760070b1',1,'PIOc_inq_var_deflate(int ncid, int varid, int *shufflep, int *deflatep, int *deflate_levelp): pio_nc4.c']]],
- ['pioc_5finq_5fvar_5fendian',['PIOc_inq_var_endian',['../pio_8h.html#a71751485953f3b12656d3eff18756342',1,'PIOc_inq_var_endian(int ncid, int varid, int *endianp): pio_nc4.c'],['../pio__nc4_8c.html#a71751485953f3b12656d3eff18756342',1,'PIOc_inq_var_endian(int ncid, int varid, int *endianp): pio_nc4.c']]],
- ['pioc_5finq_5fvar_5ffill',['PIOc_inq_var_fill',['../pio_8h.html#ac6bf4e7db1abeb3981df78160b7865be',1,'PIOc_inq_var_fill(int ncid, int varid, int *no_fill, void *fill_valuep): pio_nc.c'],['../pio__nc_8c.html#ac6bf4e7db1abeb3981df78160b7865be',1,'PIOc_inq_var_fill(int ncid, int varid, int *no_fill, void *fill_valuep): pio_nc.c']]],
- ['pioc_5finq_5fvardimid',['PIOc_inq_vardimid',['../group___p_i_o__inq__vardimid.html#ga64e3c298debdf592df776120ac435018',1,'PIOc_inq_vardimid(int ncid, int varid, int *dimidsp): pio_nc.c'],['../group___p_i_o__inq__vardimid.html#ga64e3c298debdf592df776120ac435018',1,'PIOc_inq_vardimid(int ncid, int varid, int *dimidsp): pio_nc.c']]],
- ['pioc_5finq_5fvarid',['PIOc_inq_varid',['../group___p_i_o__inq__varid.html#gab06c4fbddf140e0068ed09ec8df6f4a7',1,'PIOc_inq_varid(int ncid, const char *name, int *varidp): pio_nc.c'],['../group___p_i_o__inq__varid.html#gab06c4fbddf140e0068ed09ec8df6f4a7',1,'PIOc_inq_varid(int ncid, const char *name, int *varidp): pio_nc.c']]],
- ['pioc_5finq_5fvarname',['PIOc_inq_varname',['../group___p_i_o__inq__varname.html#gacaf2b9392fa6b75cca52dc15bf31caa0',1,'PIOc_inq_varname(int ncid, int varid, char *name): pio_nc.c'],['../group___p_i_o__inq__varname.html#gacaf2b9392fa6b75cca52dc15bf31caa0',1,'PIOc_inq_varname(int ncid, int varid, char *name): pio_nc.c']]],
- ['pioc_5finq_5fvarnatts',['PIOc_inq_varnatts',['../group___p_i_o__inq__varnatts.html#ga9fd7594665cdf752b57fcabf17b743c0',1,'PIOc_inq_varnatts(int ncid, int varid, int *nattsp): pio_nc.c'],['../group___p_i_o__inq__varnatts.html#ga9fd7594665cdf752b57fcabf17b743c0',1,'PIOc_inq_varnatts(int ncid, int varid, int *nattsp): pio_nc.c']]],
- ['pioc_5finq_5fvarndims',['PIOc_inq_varndims',['../group___p_i_o__inq__varndims.html#gacc5ad429734adf6ea43e6ee1b71080e2',1,'PIOc_inq_varndims(int ncid, int varid, int *ndimsp): pio_nc.c'],['../group___p_i_o__inq__varndims.html#gacc5ad429734adf6ea43e6ee1b71080e2',1,'PIOc_inq_varndims(int ncid, int varid, int *ndimsp): pio_nc.c']]],
- ['pioc_5finq_5fvartype',['PIOc_inq_vartype',['../group___p_i_o__inq__vartype.html#ga55005fa698798142cd4a741c2daa4fb7',1,'PIOc_inq_vartype(int ncid, int varid, nc_type *xtypep): pio_nc.c'],['../group___p_i_o__inq__vartype.html#ga55005fa698798142cd4a741c2daa4fb7',1,'PIOc_inq_vartype(int ncid, int varid, nc_type *xtypep): pio_nc.c']]],
- ['pioc_5fiosystem_5fis_5factive',['PIOc_iosystem_is_active',['../pio_8h.html#a2f5db6c65240a951921a2d81f2c676ec',1,'PIOc_iosystem_is_active(int iosysid, bool *active): pioc.c'],['../pioc_8c.html#a2f5db6c65240a951921a2d81f2c676ec',1,'PIOc_iosystem_is_active(int iosysid, bool *active): pioc.c']]],
- ['pioc_5fiotask_5frank',['PIOc_iotask_rank',['../pio_8h.html#abd7de94627946a534263acc82f3eecbd',1,'PIOc_iotask_rank(int iosysid, int *iorank): pioc.c'],['../pioc_8c.html#abd7de94627946a534263acc82f3eecbd',1,'PIOc_iotask_rank(int iosysid, int *iorank): pioc.c']]],
- ['pioc_5fiotype_5favailable',['PIOc_iotype_available',['../pio_8h.html#a2a0c6af74443f9110ea4efcdaf0e9060',1,'PIOc_iotype_available(int iotype): pioc.c'],['../pioc_8c.html#a2a0c6af74443f9110ea4efcdaf0e9060',1,'PIOc_iotype_available(int iotype): pioc.c']]],
- ['pioc_5fopen',['PIOc_open',['../group___p_i_o__openfile.html#ga92c81c481ba4eb5488af9e678f3bf8af',1,'PIOc_open(int iosysid, const char *path, int mode, int *ncidp): pio_file.c'],['../group___p_i_o__openfile.html#ga92c81c481ba4eb5488af9e678f3bf8af',1,'PIOc_open(int iosysid, const char *path, int mode, int *ncidp): pio_file.c']]],
- ['pioc_5fopenfile',['PIOc_openfile',['../group___p_i_o__openfile.html#gae8e01fc5492663b46def2be31a95034c',1,'PIOc_openfile(int iosysid, int *ncidp, int *iotype, const char *fname, int mode): pio_file.c'],['../group___p_i_o__openfile.html#gae8e01fc5492663b46def2be31a95034c',1,'PIOc_openfile(int iosysid, int *ncidp, int *iotype, const char *filename, int mode): pio_file.c']]],
- ['pioc_5fopenfile2',['PIOc_openfile2',['../group___p_i_o__openfile.html#ga20a0dc12bed4b4a3329a6ec158f3afe6',1,'PIOc_openfile2(int iosysid, int *ncidp, int *iotype, const char *fname, int mode): pio_file.c'],['../group___p_i_o__openfile.html#ga20a0dc12bed4b4a3329a6ec158f3afe6',1,'PIOc_openfile2(int iosysid, int *ncidp, int *iotype, const char *filename, int mode): pio_file.c']]],
- ['pioc_5fopenfile_5fretry',['PIOc_openfile_retry',['../group___p_i_o__openfile.html#ga840c375f53e5e38142762c8cb30fcdc6',1,'PIOc_openfile_retry(int iosysid, int *ncidp, int *iotype, const char *filename, int mode, int retry): pioc_support.c'],['../group___p_i_o__openfile.html#ga840c375f53e5e38142762c8cb30fcdc6',1,'PIOc_openfile_retry(int iosysid, int *ncidp, int *iotype, const char *filename, int mode, int retry): pioc_support.c']]],
- ['pioc_5fpnetcdf_5finq_5ftype',['pioc_pnetcdf_inq_type',['../pio__internal_8h.html#afad0201e540769b008670fdde0b3a5e0',1,'pioc_pnetcdf_inq_type(int ncid, nc_type xtype, char *name, PIO_Offset *sizep): pioc_support.c'],['../pioc__support_8c.html#afad0201e540769b008670fdde0b3a5e0',1,'pioc_pnetcdf_inq_type(int ncid, nc_type xtype, char *name, PIO_Offset *sizep): pioc_support.c']]],
- ['pioc_5fput_5fatt',['PIOc_put_att',['../group___p_i_o__put__att.html#ga89b16c95b53a06c052dd7d0be3361d1b',1,'PIOc_put_att(int ncid, int varid, const char *name, nc_type xtype, PIO_Offset len, const void *op): pio_nc.c'],['../group___p_i_o__put__att.html#ga89b16c95b53a06c052dd7d0be3361d1b',1,'PIOc_put_att(int ncid, int varid, const char *name, nc_type xtype, PIO_Offset len, const void *op): pio_nc.c']]],
- ['pioc_5fput_5fatt_5fdouble',['PIOc_put_att_double',['../interfacepionfatt__mod_1_1_p_i_oc__put__att__double.html',1,'pionfatt_mod::PIOc_put_att_double'],['../group___p_i_o__put__att.html#gabb380a7233ae58151d254c572baaa08c',1,'PIOc_put_att_double(int ncid, int varid, const char *name, nc_type xtype, PIO_Offset len, const double *op): pio_nc.c'],['../group___p_i_o__put__att.html#gabb380a7233ae58151d254c572baaa08c',1,'PIOc_put_att_double(int ncid, int varid, const char *name, nc_type xtype, PIO_Offset len, const double *op): pio_nc.c']]],
- ['pioc_5fput_5fatt_5ffloat',['PIOc_put_att_float',['../interfacepionfatt__mod_1_1_p_i_oc__put__att__float.html',1,'pionfatt_mod::PIOc_put_att_float'],['../group___p_i_o__put__att.html#ga049f6f519d87915baaa63ae99d422d0d',1,'PIOc_put_att_float(int ncid, int varid, const char *name, nc_type xtype, PIO_Offset len, const float *op): pio_nc.c'],['../group___p_i_o__put__att.html#ga049f6f519d87915baaa63ae99d422d0d',1,'PIOc_put_att_float(int ncid, int varid, const char *name, nc_type xtype, PIO_Offset len, const float *op): pio_nc.c']]],
- ['pioc_5fput_5fatt_5fint',['PIOc_put_att_int',['../interfacepionfatt__mod_1_1_p_i_oc__put__att__int.html',1,'pionfatt_mod::PIOc_put_att_int'],['../group___p_i_o__put__att.html#ga41fc69b4eb154accbc08c5a451205d7d',1,'PIOc_put_att_int(int ncid, int varid, const char *name, nc_type xtype, PIO_Offset len, const int *op): pio_nc.c'],['../group___p_i_o__put__att.html#ga41fc69b4eb154accbc08c5a451205d7d',1,'PIOc_put_att_int(int ncid, int varid, const char *name, nc_type xtype, PIO_Offset len, const int *op): pio_nc.c']]],
- ['pioc_5fput_5fatt_5flong',['PIOc_put_att_long',['../group___p_i_o__put__att.html#gad25b7a96b0edb92a21bb934e626a57a8',1,'PIOc_put_att_long(int ncid, int varid, const char *name, nc_type xtype, PIO_Offset len, const long *op): pio_nc.c'],['../group___p_i_o__put__att.html#gad25b7a96b0edb92a21bb934e626a57a8',1,'PIOc_put_att_long(int ncid, int varid, const char *name, nc_type xtype, PIO_Offset len, const long *op): pio_nc.c']]],
- ['pioc_5fput_5fatt_5flonglong',['PIOc_put_att_longlong',['../group___p_i_o__put__att.html#ga07e7969ec456ff54984cb5e1691ed266',1,'PIOc_put_att_longlong(int ncid, int varid, const char *name, nc_type xtype, PIO_Offset len, const long long *op): pio_nc.c'],['../group___p_i_o__put__att.html#ga07e7969ec456ff54984cb5e1691ed266',1,'PIOc_put_att_longlong(int ncid, int varid, const char *name, nc_type xtype, PIO_Offset len, const long long *op): pio_nc.c']]],
- ['pioc_5fput_5fatt_5fschar',['PIOc_put_att_schar',['../group___p_i_o__put__att.html#ga06fa09bcdf362935946ef21964783246',1,'PIOc_put_att_schar(int ncid, int varid, const char *name, nc_type xtype, PIO_Offset len, const signed char *op): pio_nc.c'],['../group___p_i_o__put__att.html#ga06fa09bcdf362935946ef21964783246',1,'PIOc_put_att_schar(int ncid, int varid, const char *name, nc_type xtype, PIO_Offset len, const signed char *op): pio_nc.c']]],
- ['pioc_5fput_5fatt_5fshort',['PIOc_put_att_short',['../group___p_i_o__put__att.html#gae62c0317444af8433b6a42555ab6cec9',1,'PIOc_put_att_short(int ncid, int varid, const char *name, nc_type xtype, PIO_Offset len, const short *op): pio_nc.c'],['../group___p_i_o__put__att.html#gae62c0317444af8433b6a42555ab6cec9',1,'PIOc_put_att_short(int ncid, int varid, const char *name, nc_type xtype, PIO_Offset len, const short *op): pio_nc.c']]],
- ['pioc_5fput_5fatt_5ftc',['PIOc_put_att_tc',['../pio__getput__int_8c.html#a484b8ef57eb3128f999890bf0ebb84de',1,'PIOc_put_att_tc(int ncid, int varid, const char *name, nc_type atttype, PIO_Offset len, nc_type memtype, const void *op): pio_getput_int.c'],['../pio__internal_8h.html#a484b8ef57eb3128f999890bf0ebb84de',1,'PIOc_put_att_tc(int ncid, int varid, const char *name, nc_type atttype, PIO_Offset len, nc_type memtype, const void *op): pio_getput_int.c']]],
- ['pioc_5fput_5fatt_5ftext',['PIOc_put_att_text',['../interfacepionfatt__mod_1_1_p_i_oc__put__att__text.html',1,'pionfatt_mod::PIOc_put_att_text'],['../group___p_i_o__put__att.html#ga47507ceae26e72a4b61cf4de2d694e44',1,'PIOc_put_att_text(int ncid, int varid, const char *name, PIO_Offset len, const char *op): pio_nc.c'],['../group___p_i_o__put__att.html#ga47507ceae26e72a4b61cf4de2d694e44',1,'PIOc_put_att_text(int ncid, int varid, const char *name, PIO_Offset len, const char *op): pio_nc.c']]],
- ['pioc_5fput_5fatt_5fuchar',['PIOc_put_att_uchar',['../group___p_i_o__put__att.html#ga580260de61bbf085ea9219718d31e55a',1,'PIOc_put_att_uchar(int ncid, int varid, const char *name, nc_type xtype, PIO_Offset len, const unsigned char *op): pio_nc.c'],['../group___p_i_o__put__att.html#ga580260de61bbf085ea9219718d31e55a',1,'PIOc_put_att_uchar(int ncid, int varid, const char *name, nc_type xtype, PIO_Offset len, const unsigned char *op): pio_nc.c']]],
- ['pioc_5fput_5fatt_5fuint',['PIOc_put_att_uint',['../group___p_i_o__put__att.html#gaa5c96bf2e78f7795dec028181b560f60',1,'PIOc_put_att_uint(int ncid, int varid, const char *name, nc_type xtype, PIO_Offset len, const unsigned int *op): pio_nc.c'],['../group___p_i_o__put__att.html#gaa5c96bf2e78f7795dec028181b560f60',1,'PIOc_put_att_uint(int ncid, int varid, const char *name, nc_type xtype, PIO_Offset len, const unsigned int *op): pio_nc.c']]],
- ['pioc_5fput_5fatt_5fulonglong',['PIOc_put_att_ulonglong',['../group___p_i_o__put__att.html#gab3dba0f2544e5bb45830d95539386a46',1,'PIOc_put_att_ulonglong(int ncid, int varid, const char *name, nc_type xtype, PIO_Offset len, const unsigned long long *op): pio_nc.c'],['../group___p_i_o__put__att.html#gab3dba0f2544e5bb45830d95539386a46',1,'PIOc_put_att_ulonglong(int ncid, int varid, const char *name, nc_type xtype, PIO_Offset len, const unsigned long long *op): pio_nc.c']]],
- ['pioc_5fput_5fatt_5fushort',['PIOc_put_att_ushort',['../group___p_i_o__put__att.html#gaba29ac8eff7dbf829b505a82b522a88f',1,'PIOc_put_att_ushort(int ncid, int varid, const char *name, nc_type xtype, PIO_Offset len, const unsigned short *op): pio_nc.c'],['../group___p_i_o__put__att.html#gaba29ac8eff7dbf829b505a82b522a88f',1,'PIOc_put_att_ushort(int ncid, int varid, const char *name, nc_type xtype, PIO_Offset len, const unsigned short *op): pio_nc.c']]],
- ['pioc_5fput_5fvar',['PIOc_put_var',['../pio_8h.html#ae1335e70accf96dc73e9c753d2721fe7',1,'PIOc_put_var(int ncid, int varid, const void *buf): pio_put_nc.c'],['../pio__put__nc_8c.html#abb19e8cc14ebc3da354a59865062a36a',1,'PIOc_put_var(int ncid, int varid, const void *op): pio_put_nc.c']]],
- ['pioc_5fput_5fvar1',['PIOc_put_var1',['../pio_8h.html#a61d91466d9b4af1c6823a6a965886411',1,'PIOc_put_var1(int ncid, int varid, const PIO_Offset *index, const void *buf): pio_put_nc.c'],['../pio__put__nc_8c.html#abbe1fc54ed511f0d5ded025ec220e13f',1,'PIOc_put_var1(int ncid, int varid, const PIO_Offset *index, const void *op): pio_put_nc.c']]],
- ['pioc_5fput_5fvar1_5fdouble',['PIOc_put_var1_double',['../pio_8h.html#a1727f44bee1a0c507dad7db8ee457b98',1,'PIOc_put_var1_double(int ncid, int varid, const PIO_Offset *index, const double *op): pio_put_nc.c'],['../pio__put__nc_8c.html#a1727f44bee1a0c507dad7db8ee457b98',1,'PIOc_put_var1_double(int ncid, int varid, const PIO_Offset *index, const double *op): pio_put_nc.c']]],
- ['pioc_5fput_5fvar1_5ffloat',['PIOc_put_var1_float',['../pio_8h.html#af6cc08d617add871ca7ea370a323cf9f',1,'PIOc_put_var1_float(int ncid, int varid, const PIO_Offset *index, const float *op): pio_put_nc.c'],['../pio__put__nc_8c.html#af6cc08d617add871ca7ea370a323cf9f',1,'PIOc_put_var1_float(int ncid, int varid, const PIO_Offset *index, const float *op): pio_put_nc.c']]],
- ['pioc_5fput_5fvar1_5fint',['PIOc_put_var1_int',['../pio_8h.html#a13e061386f46be55cae8e49e8c7a5c43',1,'PIOc_put_var1_int(int ncid, int varid, const PIO_Offset *index, const int *op): pio_put_nc.c'],['../pio__put__nc_8c.html#a13e061386f46be55cae8e49e8c7a5c43',1,'PIOc_put_var1_int(int ncid, int varid, const PIO_Offset *index, const int *op): pio_put_nc.c']]],
- ['pioc_5fput_5fvar1_5flong',['PIOc_put_var1_long',['../pio_8h.html#a50b623d7c4e2f1a10ad8a88e269da1a9',1,'PIOc_put_var1_long(int ncid, int varid, const PIO_Offset *index, const long *ip): pio_put_nc.c'],['../pio__put__nc_8c.html#a1b3df73dc76dcaf14d04bf7b240e4399',1,'PIOc_put_var1_long(int ncid, int varid, const PIO_Offset *index, const long *op): pio_put_nc.c']]],
- ['pioc_5fput_5fvar1_5flonglong',['PIOc_put_var1_longlong',['../pio_8h.html#a4788980743228d824eb7645b362c5ce9',1,'PIOc_put_var1_longlong(int ncid, int varid, const PIO_Offset *index, const long long *op): pio_put_nc.c'],['../pio__put__nc_8c.html#a4788980743228d824eb7645b362c5ce9',1,'PIOc_put_var1_longlong(int ncid, int varid, const PIO_Offset *index, const long long *op): pio_put_nc.c']]],
- ['pioc_5fput_5fvar1_5fschar',['PIOc_put_var1_schar',['../pio_8h.html#ad518542a09a575eeca279497940206ec',1,'PIOc_put_var1_schar(int ncid, int varid, const PIO_Offset *index, const signed char *op): pio_put_nc.c'],['../pio__put__nc_8c.html#ad518542a09a575eeca279497940206ec',1,'PIOc_put_var1_schar(int ncid, int varid, const PIO_Offset *index, const signed char *op): pio_put_nc.c']]],
- ['pioc_5fput_5fvar1_5fshort',['PIOc_put_var1_short',['../pio_8h.html#a86827831c9fc9fb0277a901cbe773959',1,'PIOc_put_var1_short(int ncid, int varid, const PIO_Offset *index, const short *op): pio_put_nc.c'],['../pio__put__nc_8c.html#a86827831c9fc9fb0277a901cbe773959',1,'PIOc_put_var1_short(int ncid, int varid, const PIO_Offset *index, const short *op): pio_put_nc.c']]],
- ['pioc_5fput_5fvar1_5ftc',['PIOc_put_var1_tc',['../pio__getput__int_8c.html#a27ffb972c26f5764d0690c8bc0d22236',1,'PIOc_put_var1_tc(int ncid, int varid, const PIO_Offset *index, nc_type xtype, const void *op): pio_getput_int.c'],['../pio__internal_8h.html#a27ffb972c26f5764d0690c8bc0d22236',1,'PIOc_put_var1_tc(int ncid, int varid, const PIO_Offset *index, nc_type xtype, const void *op): pio_getput_int.c']]],
- ['pioc_5fput_5fvar1_5ftext',['PIOc_put_var1_text',['../pio_8h.html#ae3ec127de3786a1ddeb731fc5232cfa7',1,'PIOc_put_var1_text(int ncid, int varid, const PIO_Offset *index, const char *op): pio_put_nc.c'],['../pio__put__nc_8c.html#ae3ec127de3786a1ddeb731fc5232cfa7',1,'PIOc_put_var1_text(int ncid, int varid, const PIO_Offset *index, const char *op): pio_put_nc.c']]],
- ['pioc_5fput_5fvar1_5fuchar',['PIOc_put_var1_uchar',['../pio_8h.html#ab0c45df01479fe96e2fb80b5adea5029',1,'PIOc_put_var1_uchar(int ncid, int varid, const PIO_Offset *index, const unsigned char *op): pio_put_nc.c'],['../pio__put__nc_8c.html#ab0c45df01479fe96e2fb80b5adea5029',1,'PIOc_put_var1_uchar(int ncid, int varid, const PIO_Offset *index, const unsigned char *op): pio_put_nc.c']]],
- ['pioc_5fput_5fvar1_5fuint',['PIOc_put_var1_uint',['../pio_8h.html#a2637048f0ac5d0e4b7ac0135dfc15224',1,'PIOc_put_var1_uint(int ncid, int varid, const PIO_Offset *index, const unsigned int *op): pio_put_nc.c'],['../pio__put__nc_8c.html#a2637048f0ac5d0e4b7ac0135dfc15224',1,'PIOc_put_var1_uint(int ncid, int varid, const PIO_Offset *index, const unsigned int *op): pio_put_nc.c']]],
- ['pioc_5fput_5fvar1_5fulonglong',['PIOc_put_var1_ulonglong',['../pio_8h.html#a148bf48c4a09e88be8fbd6f5e3db7fb9',1,'PIOc_put_var1_ulonglong(int ncid, int varid, const PIO_Offset *index, const unsigned long long *op): pio_put_nc.c'],['../pio__put__nc_8c.html#a148bf48c4a09e88be8fbd6f5e3db7fb9',1,'PIOc_put_var1_ulonglong(int ncid, int varid, const PIO_Offset *index, const unsigned long long *op): pio_put_nc.c']]],
- ['pioc_5fput_5fvar1_5fushort',['PIOc_put_var1_ushort',['../pio_8h.html#aae352be792bfa197056d91654ce492a6',1,'PIOc_put_var1_ushort(int ncid, int varid, const PIO_Offset *index, const unsigned short *op): pio_put_nc.c'],['../pio__put__nc_8c.html#aae352be792bfa197056d91654ce492a6',1,'PIOc_put_var1_ushort(int ncid, int varid, const PIO_Offset *index, const unsigned short *op): pio_put_nc.c']]],
- ['pioc_5fput_5fvar_5fdouble',['PIOc_put_var_double',['../pio_8h.html#ad6e5f5937169ea6f5f8f3965e9096410',1,'PIOc_put_var_double(int ncid, int varid, const double *op): pio_put_nc.c'],['../pio__put__nc_8c.html#ad6e5f5937169ea6f5f8f3965e9096410',1,'PIOc_put_var_double(int ncid, int varid, const double *op): pio_put_nc.c']]],
- ['pioc_5fput_5fvar_5ffloat',['PIOc_put_var_float',['../pio_8h.html#a258fa55bd055b47d84d61236f0e1317d',1,'PIOc_put_var_float(int ncid, int varid, const float *op): pio_put_nc.c'],['../pio__put__nc_8c.html#a258fa55bd055b47d84d61236f0e1317d',1,'PIOc_put_var_float(int ncid, int varid, const float *op): pio_put_nc.c']]],
- ['pioc_5fput_5fvar_5fint',['PIOc_put_var_int',['../pio_8h.html#a695b388f373f638218a34b055498c754',1,'PIOc_put_var_int(int ncid, int varid, const int *op): pio_put_nc.c'],['../pio__put__nc_8c.html#a695b388f373f638218a34b055498c754',1,'PIOc_put_var_int(int ncid, int varid, const int *op): pio_put_nc.c']]],
- ['pioc_5fput_5fvar_5flong',['PIOc_put_var_long',['../pio_8h.html#a054ab75d2101a8a0d36ec39f48b48ecc',1,'PIOc_put_var_long(int ncid, int varid, const long *op): pio_put_nc.c'],['../pio__put__nc_8c.html#a054ab75d2101a8a0d36ec39f48b48ecc',1,'PIOc_put_var_long(int ncid, int varid, const long *op): pio_put_nc.c']]],
- ['pioc_5fput_5fvar_5flonglong',['PIOc_put_var_longlong',['../pio_8h.html#ae14a05d8902e281e47cb090ab0298ea4',1,'PIOc_put_var_longlong(int ncid, int varid, const long long *op): pio_put_nc.c'],['../pio__put__nc_8c.html#ae14a05d8902e281e47cb090ab0298ea4',1,'PIOc_put_var_longlong(int ncid, int varid, const long long *op): pio_put_nc.c']]],
- ['pioc_5fput_5fvar_5fschar',['PIOc_put_var_schar',['../pio_8h.html#a12328ddf64847e1a0122fdb653770e33',1,'PIOc_put_var_schar(int ncid, int varid, const signed char *op): pio_put_nc.c'],['../pio__put__nc_8c.html#a12328ddf64847e1a0122fdb653770e33',1,'PIOc_put_var_schar(int ncid, int varid, const signed char *op): pio_put_nc.c']]],
- ['pioc_5fput_5fvar_5fshort',['PIOc_put_var_short',['../pio_8h.html#a476e3c866dc16974e8840dfb2837d003',1,'PIOc_put_var_short(int ncid, int varid, const short *op): pio_put_nc.c'],['../pio__put__nc_8c.html#a476e3c866dc16974e8840dfb2837d003',1,'PIOc_put_var_short(int ncid, int varid, const short *op): pio_put_nc.c']]],
- ['pioc_5fput_5fvar_5ftc',['PIOc_put_var_tc',['../pio__getput__int_8c.html#a21121e3cf78950ea489b6c0f89dbd2fa',1,'PIOc_put_var_tc(int ncid, int varid, nc_type xtype, const void *op): pio_getput_int.c'],['../pio__internal_8h.html#a21121e3cf78950ea489b6c0f89dbd2fa',1,'PIOc_put_var_tc(int ncid, int varid, nc_type xtype, const void *op): pio_getput_int.c']]],
- ['pioc_5fput_5fvar_5ftext',['PIOc_put_var_text',['../pio_8h.html#abb03b44df49b3f6e7788225a11fd1da6',1,'PIOc_put_var_text(int ncid, int varid, const char *op): pio_put_nc.c'],['../pio__put__nc_8c.html#abb03b44df49b3f6e7788225a11fd1da6',1,'PIOc_put_var_text(int ncid, int varid, const char *op): pio_put_nc.c']]],
- ['pioc_5fput_5fvar_5fuchar',['PIOc_put_var_uchar',['../pio_8h.html#a9e7bbb2d79a97a6590047e5c4a180743',1,'PIOc_put_var_uchar(int ncid, int varid, const unsigned char *op): pio_put_nc.c'],['../pio__put__nc_8c.html#a9e7bbb2d79a97a6590047e5c4a180743',1,'PIOc_put_var_uchar(int ncid, int varid, const unsigned char *op): pio_put_nc.c']]],
- ['pioc_5fput_5fvar_5fuint',['PIOc_put_var_uint',['../pio_8h.html#af4421e814e7bbc09a6a7827468aa483e',1,'PIOc_put_var_uint(int ncid, int varid, const unsigned int *op): pio_put_nc.c'],['../pio__put__nc_8c.html#af4421e814e7bbc09a6a7827468aa483e',1,'PIOc_put_var_uint(int ncid, int varid, const unsigned int *op): pio_put_nc.c']]],
- ['pioc_5fput_5fvar_5fulonglong',['PIOc_put_var_ulonglong',['../pio_8h.html#adf8f6d3b19755b3a296671c5b8152179',1,'PIOc_put_var_ulonglong(int ncid, int varid, const unsigned long long *op): pio_put_nc.c'],['../pio__put__nc_8c.html#adf8f6d3b19755b3a296671c5b8152179',1,'PIOc_put_var_ulonglong(int ncid, int varid, const unsigned long long *op): pio_put_nc.c']]],
- ['pioc_5fput_5fvar_5fushort',['PIOc_put_var_ushort',['../pio_8h.html#a41152ae73d225cb9278eb8675dd9e2e1',1,'PIOc_put_var_ushort(int ncid, int varid, const unsigned short *op): pio_put_nc.c'],['../pio__put__nc_8c.html#a41152ae73d225cb9278eb8675dd9e2e1',1,'PIOc_put_var_ushort(int ncid, int varid, const unsigned short *op): pio_put_nc.c']]],
- ['pioc_5fput_5fvara',['PIOc_put_vara',['../pio_8h.html#aaa15c8e671d1c62d46a0ac945ddc7896',1,'PIOc_put_vara(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const void *buf): pio_put_nc.c'],['../pio__put__nc_8c.html#a4119884357319e1f9629ca60c1c29afc',1,'PIOc_put_vara(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const void *op): pio_put_nc.c']]],
- ['pioc_5fput_5fvara_5fdouble',['PIOc_put_vara_double',['../interfacepionfput__mod_1_1_p_i_oc__put__vara__double.html',1,'pionfput_mod::PIOc_put_vara_double'],['../pio_8h.html#a8281a16150db297fd5042914fe5c61b7',1,'PIOc_put_vara_double(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const double *op): pio_put_nc.c'],['../pio__put__nc_8c.html#a8281a16150db297fd5042914fe5c61b7',1,'PIOc_put_vara_double(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const double *op): pio_put_nc.c']]],
- ['pioc_5fput_5fvara_5ffloat',['PIOc_put_vara_float',['../interfacepionfput__mod_1_1_p_i_oc__put__vara__float.html',1,'pionfput_mod::PIOc_put_vara_float'],['../pio_8h.html#acb39248b7bb0b3536ae91246bd9926a1',1,'PIOc_put_vara_float(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const float *op): pio_put_nc.c'],['../pio__put__nc_8c.html#acb39248b7bb0b3536ae91246bd9926a1',1,'PIOc_put_vara_float(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const float *op): pio_put_nc.c']]],
- ['pioc_5fput_5fvara_5fint',['PIOc_put_vara_int',['../interfacepionfput__mod_1_1_p_i_oc__put__vara__int.html',1,'pionfput_mod::PIOc_put_vara_int'],['../pio_8h.html#a4d0c5b1c1b156d61d3ede1662394bfb6',1,'PIOc_put_vara_int(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const int *op): pio_put_nc.c'],['../pio__put__nc_8c.html#a4d0c5b1c1b156d61d3ede1662394bfb6',1,'PIOc_put_vara_int(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const int *op): pio_put_nc.c']]],
- ['pioc_5fput_5fvara_5flong',['PIOc_put_vara_long',['../pio_8h.html#a70700bd6edfe28649ac99ab23adb3007',1,'PIOc_put_vara_long(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const long *op): pio_put_nc.c'],['../pio__put__nc_8c.html#a70700bd6edfe28649ac99ab23adb3007',1,'PIOc_put_vara_long(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const long *op): pio_put_nc.c']]],
- ['pioc_5fput_5fvara_5flonglong',['PIOc_put_vara_longlong',['../pio_8h.html#ac1de2406fe02082b5f5ca53267879f48',1,'PIOc_put_vara_longlong(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const long long *op): pio_put_nc.c'],['../pio__put__nc_8c.html#ac1de2406fe02082b5f5ca53267879f48',1,'PIOc_put_vara_longlong(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const long long *op): pio_put_nc.c']]],
- ['pioc_5fput_5fvara_5fschar',['PIOc_put_vara_schar',['../pio_8h.html#ab356150e292ea34ca78766fc6524edd5',1,'PIOc_put_vara_schar(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const signed char *op): pio_put_nc.c'],['../pio__put__nc_8c.html#ab356150e292ea34ca78766fc6524edd5',1,'PIOc_put_vara_schar(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const signed char *op): pio_put_nc.c']]],
- ['pioc_5fput_5fvara_5fshort',['PIOc_put_vara_short',['../pio_8h.html#a9c0005dabf7d0f45c9a7897ce617490e',1,'PIOc_put_vara_short(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const short *op): pio_put_nc.c'],['../pio__put__nc_8c.html#a9c0005dabf7d0f45c9a7897ce617490e',1,'PIOc_put_vara_short(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const short *op): pio_put_nc.c']]],
- ['pioc_5fput_5fvara_5ftext',['PIOc_put_vara_text',['../interfacepionfput__mod_1_1_p_i_oc__put__vara__text.html',1,'pionfput_mod::PIOc_put_vara_text'],['../pio_8h.html#a0948fa77fffa31614176a91aee3f000f',1,'PIOc_put_vara_text(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const char *op): pio_put_nc.c'],['../pio__put__nc_8c.html#a0948fa77fffa31614176a91aee3f000f',1,'PIOc_put_vara_text(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const char *op): pio_put_nc.c']]],
- ['pioc_5fput_5fvara_5fuchar',['PIOc_put_vara_uchar',['../pio_8h.html#a374ea08a51667530b4f4f5cd58ca2c58',1,'PIOc_put_vara_uchar(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const unsigned char *op): pio_put_nc.c'],['../pio__put__nc_8c.html#a374ea08a51667530b4f4f5cd58ca2c58',1,'PIOc_put_vara_uchar(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const unsigned char *op): pio_put_nc.c']]],
- ['pioc_5fput_5fvara_5fuint',['PIOc_put_vara_uint',['../pio_8h.html#a9986361e02f8b12130fd99fb357e6d37',1,'PIOc_put_vara_uint(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const unsigned int *op): pio_put_nc.c'],['../pio__put__nc_8c.html#a9986361e02f8b12130fd99fb357e6d37',1,'PIOc_put_vara_uint(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const unsigned int *op): pio_put_nc.c']]],
- ['pioc_5fput_5fvara_5fulonglong',['PIOc_put_vara_ulonglong',['../pio_8h.html#aaaaeca009761b1053d6a90474e83224a',1,'PIOc_put_vara_ulonglong(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const unsigned long long *op): pio_put_nc.c'],['../pio__put__nc_8c.html#aaaaeca009761b1053d6a90474e83224a',1,'PIOc_put_vara_ulonglong(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const unsigned long long *op): pio_put_nc.c']]],
- ['pioc_5fput_5fvara_5fushort',['PIOc_put_vara_ushort',['../pio_8h.html#a032fa0de7028fb3903a16c01ce87c557',1,'PIOc_put_vara_ushort(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const unsigned short *op): pio_put_nc.c'],['../pio__put__nc_8c.html#a032fa0de7028fb3903a16c01ce87c557',1,'PIOc_put_vara_ushort(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const unsigned short *op): pio_put_nc.c']]],
- ['pioc_5fput_5fvars',['PIOc_put_vars',['../pio_8h.html#a5a6220dcb602ace2640d97200115609a',1,'PIOc_put_vars(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, const void *buf): pio_put_nc.c'],['../pio__put__nc_8c.html#a9fe25fd7449ea26b0d4a2a0d22dbc41a',1,'PIOc_put_vars(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, const void *op): pio_put_nc.c']]],
- ['pioc_5fput_5fvars_5fdouble',['PIOc_put_vars_double',['../pio_8h.html#a7306e155cbf78fb6155ebb258a7b72ea',1,'PIOc_put_vars_double(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, const double *op): pio_put_nc.c'],['../pio__put__nc_8c.html#a7306e155cbf78fb6155ebb258a7b72ea',1,'PIOc_put_vars_double(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, const double *op): pio_put_nc.c']]],
- ['pioc_5fput_5fvars_5ffloat',['PIOc_put_vars_float',['../pio_8h.html#a6664099a827b2dcafee07541350658d6',1,'PIOc_put_vars_float(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, const float *op): pio_put_nc.c'],['../pio__put__nc_8c.html#a6664099a827b2dcafee07541350658d6',1,'PIOc_put_vars_float(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, const float *op): pio_put_nc.c']]],
- ['pioc_5fput_5fvars_5fint',['PIOc_put_vars_int',['../pio_8h.html#acace345de4c99cdad3e7a879785cdc25',1,'PIOc_put_vars_int(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, const int *op): pio_put_nc.c'],['../pio__put__nc_8c.html#acace345de4c99cdad3e7a879785cdc25',1,'PIOc_put_vars_int(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, const int *op): pio_put_nc.c']]],
- ['pioc_5fput_5fvars_5flong',['PIOc_put_vars_long',['../pio_8h.html#aff69eb687472a163e8ca541ba5e3d0c6',1,'PIOc_put_vars_long(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, const long *op): pio_put_nc.c'],['../pio__put__nc_8c.html#aff69eb687472a163e8ca541ba5e3d0c6',1,'PIOc_put_vars_long(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, const long *op): pio_put_nc.c']]],
- ['pioc_5fput_5fvars_5flonglong',['PIOc_put_vars_longlong',['../pio_8h.html#ae1206994f38f98d41422c971fbaa4441',1,'PIOc_put_vars_longlong(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, const long long *op): pio_put_nc.c'],['../pio__put__nc_8c.html#ae1206994f38f98d41422c971fbaa4441',1,'PIOc_put_vars_longlong(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, const long long *op): pio_put_nc.c']]],
- ['pioc_5fput_5fvars_5fschar',['PIOc_put_vars_schar',['../pio_8h.html#a21140ab146026d575ad8e77a9b25e964',1,'PIOc_put_vars_schar(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, const signed char *op): pio_put_nc.c'],['../pio__put__nc_8c.html#a21140ab146026d575ad8e77a9b25e964',1,'PIOc_put_vars_schar(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, const signed char *op): pio_put_nc.c']]],
- ['pioc_5fput_5fvars_5fshort',['PIOc_put_vars_short',['../pio_8h.html#a12d13babaa48a2b936f04596d7871c6b',1,'PIOc_put_vars_short(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, const short *op): pio_put_nc.c'],['../pio__put__nc_8c.html#a12d13babaa48a2b936f04596d7871c6b',1,'PIOc_put_vars_short(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, const short *op): pio_put_nc.c']]],
- ['pioc_5fput_5fvars_5ftc',['PIOc_put_vars_tc',['../pio__getput__int_8c.html#a2ad3a71b8de707063fc863f3f973cd10',1,'PIOc_put_vars_tc(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, nc_type xtype, const void *buf): pio_getput_int.c'],['../pio__internal_8h.html#a2ad3a71b8de707063fc863f3f973cd10',1,'PIOc_put_vars_tc(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, nc_type xtype, const void *buf): pio_getput_int.c']]],
- ['pioc_5fput_5fvars_5ftext',['PIOc_put_vars_text',['../pio_8h.html#abd8ae98837aae9454960f9d4178a5f29',1,'PIOc_put_vars_text(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, const char *op): pio_put_nc.c'],['../pio__put__nc_8c.html#abd8ae98837aae9454960f9d4178a5f29',1,'PIOc_put_vars_text(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, const char *op): pio_put_nc.c']]],
- ['pioc_5fput_5fvars_5fuchar',['PIOc_put_vars_uchar',['../pio_8h.html#a3fbdc59b8d29c3f31402925760740e91',1,'PIOc_put_vars_uchar(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, const unsigned char *op): pio_put_nc.c'],['../pio__put__nc_8c.html#a3fbdc59b8d29c3f31402925760740e91',1,'PIOc_put_vars_uchar(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, const unsigned char *op): pio_put_nc.c']]],
- ['pioc_5fput_5fvars_5fuint',['PIOc_put_vars_uint',['../pio_8h.html#a6a21170a203c2f50dd83f7f942995564',1,'PIOc_put_vars_uint(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, const unsigned int *op): pio_put_nc.c'],['../pio__put__nc_8c.html#a6a21170a203c2f50dd83f7f942995564',1,'PIOc_put_vars_uint(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, const unsigned int *op): pio_put_nc.c']]],
- ['pioc_5fput_5fvars_5fulonglong',['PIOc_put_vars_ulonglong',['../pio_8h.html#ab333af8ad45e0ea945093865edb3654a',1,'PIOc_put_vars_ulonglong(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, const unsigned long long *op): pio_put_nc.c'],['../pio__put__nc_8c.html#ab333af8ad45e0ea945093865edb3654a',1,'PIOc_put_vars_ulonglong(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, const unsigned long long *op): pio_put_nc.c']]],
- ['pioc_5fput_5fvars_5fushort',['PIOc_put_vars_ushort',['../pio_8h.html#aac1838d8762954411726ece43d12bd02',1,'PIOc_put_vars_ushort(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, const unsigned short *op): pio_put_nc.c'],['../pio__put__nc_8c.html#aac1838d8762954411726ece43d12bd02',1,'PIOc_put_vars_ushort(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, const unsigned short *op): pio_put_nc.c']]],
- ['pioc_5fread_5fdarray',['PIOc_read_darray',['../interfacepiodarray_1_1_p_i_oc__read__darray.html',1,'piodarray::PIOc_read_darray'],['../group___p_i_o__read__darray.html#gaa4eb9375a17ec358a88c8e7e388880db',1,'PIOc_read_darray(int ncid, int varid, int ioid, PIO_Offset arraylen, void *array): pio_darray.c'],['../group___p_i_o__read__darray.html#gaa4eb9375a17ec358a88c8e7e388880db',1,'PIOc_read_darray(int ncid, int varid, int ioid, PIO_Offset arraylen, void *array): pio_darray.c']]],
- ['pioc_5fread_5fnc_5fdecomp',['PIOc_read_nc_decomp',['../pio_8h.html#a84d8e975b0adcd6399825300277cf6bd',1,'PIOc_read_nc_decomp(int iosysid, const char *filename, int *ioid, MPI_Comm comm, int pio_type, char *title, char *history, int *fortran_order): pioc_support.c'],['../pioc__support_8c.html#afebbacda596e27882dace25a133e3c67',1,'PIOc_read_nc_decomp(int iosysid, const char *filename, int *ioidp, MPI_Comm comm, int pio_type, char *title, char *history, int *fortran_order): pioc_support.c']]],
- ['pioc_5freadmap',['PIOc_readmap',['../pio_8h.html#a60bb612a73ecfdf88920ccb69e9893d0',1,'PIOc_readmap(const char *file, int *ndims, int **gdims, PIO_Offset *fmaplen, PIO_Offset **map, MPI_Comm comm): pioc_support.c'],['../pioc__support_8c.html#a60bb612a73ecfdf88920ccb69e9893d0',1,'PIOc_readmap(const char *file, int *ndims, int **gdims, PIO_Offset *fmaplen, PIO_Offset **map, MPI_Comm comm): pioc_support.c']]],
- ['pioc_5freadmap_5ffrom_5ff90',['PIOc_readmap_from_f90',['../pio_8h.html#a0b8afdc0335a14a2b57a07fe31f5a28e',1,'PIOc_readmap_from_f90(const char *file, int *ndims, int **gdims, PIO_Offset *maplen, PIO_Offset **map, int f90_comm): pioc_support.c'],['../pioc__support_8c.html#a0b8afdc0335a14a2b57a07fe31f5a28e',1,'PIOc_readmap_from_f90(const char *file, int *ndims, int **gdims, PIO_Offset *maplen, PIO_Offset **map, int f90_comm): pioc_support.c']]],
- ['pioc_5fredef',['PIOc_redef',['../group___p_i_o__redef.html#ga409ea0e493fa0f74464ecde01647629a',1,'PIOc_redef(int ncid): pio_nc.c'],['../group___p_i_o__redef.html#ga409ea0e493fa0f74464ecde01647629a',1,'PIOc_redef(int ncid): pio_nc.c']]],
- ['pioc_5frename_5fatt',['PIOc_rename_att',['../pio_8h.html#a2fb37f6eab130d00625515911a317ba3',1,'PIOc_rename_att(int ncid, int varid, const char *name, const char *newname): pio_nc.c'],['../pio__nc_8c.html#a2fb37f6eab130d00625515911a317ba3',1,'PIOc_rename_att(int ncid, int varid, const char *name, const char *newname): pio_nc.c']]],
- ['pioc_5frename_5fdim',['PIOc_rename_dim',['../pio_8h.html#a00650c8568f5d8c6e325f931c91d8c11',1,'PIOc_rename_dim(int ncid, int dimid, const char *name): pio_nc.c'],['../pio__nc_8c.html#a00650c8568f5d8c6e325f931c91d8c11',1,'PIOc_rename_dim(int ncid, int dimid, const char *name): pio_nc.c']]],
- ['pioc_5frename_5fvar',['PIOc_rename_var',['../pio_8h.html#ae7b726002ea0fb7fe3f702e1ff0253d8',1,'PIOc_rename_var(int ncid, int varid, const char *name): pio_nc.c'],['../pio__nc_8c.html#ae7b726002ea0fb7fe3f702e1ff0253d8',1,'PIOc_rename_var(int ncid, int varid, const char *name): pio_nc.c']]],
- ['pioc_5fsc_2ec',['pioc_sc.c',['../pioc__sc_8c.html',1,'']]],
- ['pioc_5fset_5fblocksize',['PIOc_set_blocksize',['../group___p_i_o__set__blocksize.html#gae984deb48c9c2b694d3805d9e0bf673d',1,'PIOc_set_blocksize(int newblocksize): pioc.c'],['../group___p_i_o__set__blocksize.html#gae984deb48c9c2b694d3805d9e0bf673d',1,'PIOc_set_blocksize(int newblocksize): pioc.c']]],
- ['pioc_5fset_5fbuffer_5fsize_5flimit',['PIOc_set_buffer_size_limit',['../pio_8h.html#a391b1ef1811260306b599b5bcc680a52',1,'PIOc_set_buffer_size_limit(PIO_Offset limit): pio_darray.c'],['../pio__darray_8c.html#a391b1ef1811260306b599b5bcc680a52',1,'PIOc_set_buffer_size_limit(PIO_Offset limit): pio_darray.c']]],
- ['pioc_5fset_5fchunk_5fcache',['PIOc_set_chunk_cache',['../group___p_i_o__def__var.html#ga6a7595c5fa66ef4c35d26910a1195b52',1,'PIOc_set_chunk_cache(int iosysid, int iotype, PIO_Offset size, PIO_Offset nelems, float preemption): pio_nc4.c'],['../group___p_i_o__def__var.html#ga6a7595c5fa66ef4c35d26910a1195b52',1,'PIOc_set_chunk_cache(int iosysid, int iotype, PIO_Offset size, PIO_Offset nelems, float preemption): pio_nc4.c']]],
- ['pioc_5fset_5ffile_5ferror_5fhandling',['PIOc_Set_File_Error_Handling',['../group___p_i_o__error__method.html#gad96ab117379dea9b8e477ccb1d37801c',1,'PIOc_Set_File_Error_Handling(int ncid, int method): pioc.c'],['../group___p_i_o__error__method.html#gad96ab117379dea9b8e477ccb1d37801c',1,'PIOc_Set_File_Error_Handling(int ncid, int method): pioc.c']]],
- ['pioc_5fset_5ffill',['PIOc_set_fill',['../pio_8h.html#ab7b83b0cfaaf0d768ba357361edff9b6',1,'PIOc_set_fill(int ncid, int fillmode, int *old_modep): pio_nc.c'],['../pio__nc_8c.html#ab7b83b0cfaaf0d768ba357361edff9b6',1,'PIOc_set_fill(int ncid, int fillmode, int *old_modep): pio_nc.c']]],
- ['pioc_5fset_5fhint',['PIOc_set_hint',['../pio_8h.html#ac72053134b457aa56a2e0462bfb71803',1,'PIOc_set_hint(int iosysid, const char *hint, const char *hintval): pioc.c'],['../pioc_8c.html#ac72053134b457aa56a2e0462bfb71803',1,'PIOc_set_hint(int iosysid, const char *hint, const char *hintval): pioc.c']]],
- ['pioc_5fset_5fiosystem_5ferror_5fhandling',['PIOc_set_iosystem_error_handling',['../group___p_i_o__error__method.html#gac4d7bb3ea04026a1269a0e87608d13f3',1,'PIOc_set_iosystem_error_handling(int iosysid, int method, int *old_method): pioc.c'],['../group___p_i_o__error__method.html#gac4d7bb3ea04026a1269a0e87608d13f3',1,'PIOc_set_iosystem_error_handling(int iosysid, int method, int *old_method): pioc.c'],['../group___p_i_o__error__method.html#gac76c32bb1d06beeaabf003c1a12fc7a4',1,'PIOc_Set_IOSystem_Error_Handling(int iosysid, int method): pioc.c'],['../group___p_i_o__error__method.html#gac76c32bb1d06beeaabf003c1a12fc7a4',1,'PIOc_Set_IOSystem_Error_Handling(int iosysid, int method): pioc.c']]],
- ['pioc_5fset_5flog_5flevel',['PIOc_set_log_level',['../pio_8h.html#a1bb546dedd6290cb450577658e955edb',1,'PIOc_set_log_level(int level): pioc_support.c'],['../pioc__support_8c.html#a1bb546dedd6290cb450577658e955edb',1,'PIOc_set_log_level(int level): pioc_support.c']]],
- ['pioc_5fset_5frearr_5fopts',['PIOc_set_rearr_opts',['../pio_8h.html#af0f6203d1174297028f80edb8c64c377',1,'PIOc_set_rearr_opts(int iosysid, int comm_type, int fcd, bool enable_hs_c2i, bool enable_isend_c2i, int max_pend_req_c2i, bool enable_hs_i2c, bool enable_isend_i2c, int max_pend_req_i2c): pioc_support.c'],['../pioc__support_8c.html#af0f6203d1174297028f80edb8c64c377',1,'PIOc_set_rearr_opts(int iosysid, int comm_type, int fcd, bool enable_hs_c2i, bool enable_isend_c2i, int max_pend_req_c2i, bool enable_hs_i2c, bool enable_isend_i2c, int max_pend_req_i2c): pioc_support.c']]],
- ['pioc_5fset_5fvar_5fchunk_5fcache',['PIOc_set_var_chunk_cache',['../group___p_i_o__def__var.html#gafe68b976cb9feaefb3c06a4656f7152a',1,'PIOc_set_var_chunk_cache(int ncid, int varid, PIO_Offset size, PIO_Offset nelems, float preemption): pio_nc4.c'],['../group___p_i_o__def__var.html#gafe68b976cb9feaefb3c06a4656f7152a',1,'PIOc_set_var_chunk_cache(int ncid, int varid, PIO_Offset size, PIO_Offset nelems, float preemption): pio_nc4.c']]],
- ['pioc_5fsetframe',['PIOc_setframe',['../group___p_i_o__setframe.html#ga630e7798172acacbaf43e596b237f418',1,'PIOc_setframe(int ncid, int varid, int frame): pioc.c'],['../group___p_i_o__setframe.html#ga630e7798172acacbaf43e596b237f418',1,'PIOc_setframe(int ncid, int varid, int frame): pioc.c']]],
- ['pioc_5fstrerror',['PIOc_strerror',['../pio_8h.html#abd3edf404027545c762ad3ae10d765fb',1,'PIOc_strerror(int pioerr, char *errstr): pioc_support.c'],['../pioc__support_8c.html#a5354c4b50d70fa1cf7db81aadba8fb78',1,'PIOc_strerror(int pioerr, char *errmsg): pioc_support.c']]],
+ ['pioc_5fadvanceframe',['PIOc_advanceframe',['../group___p_i_o__setframe__c.html#gaa0d2ac568ba1e0b339d7fb9248d8358c',1,'PIOc_advanceframe(int ncid, int varid): pioc.c'],['../group___p_i_o__setframe__c.html#gaa0d2ac568ba1e0b339d7fb9248d8358c',1,'PIOc_advanceframe(int ncid, int varid): pioc.c']]],
+ ['pioc_5fchange_5fdef',['pioc_change_def',['../pioc__support_8c.html#abf7668416ef848e0e94934a54ba7ee7f',1,'pioc_support.c']]],
+ ['pioc_5fclosefile',['PIOc_closefile',['../group___p_i_o__close__file__c.html#gaee37be8734afcb8ee94088dc287c341b',1,'PIOc_closefile(int ncid): pio_file.c'],['../group___p_i_o__close__file__c.html#gaee37be8734afcb8ee94088dc287c341b',1,'PIOc_closefile(int ncid): pio_file.c']]],
+ ['pioc_5fcreate',['PIOc_create',['../group___p_i_o__create__file__c.html#ga639570c19eeee26c757f63d1765c124d',1,'PIOc_create(int iosysid, const char *filename, int cmode, int *ncidp): pio_file.c'],['../group___p_i_o__create__file__c.html#ga639570c19eeee26c757f63d1765c124d',1,'PIOc_create(int iosysid, const char *path, int cmode, int *ncidp): pio_file.c']]],
+ ['pioc_5fcreatefile',['PIOc_createfile',['../group___p_i_o__create__file__c.html#gaed31e065901c964d4224b3db61a30d5e',1,'PIOc_createfile(int iosysid, int *ncidp, int *iotype, const char *filename, int mode): pio_file.c'],['../group___p_i_o__create__file__c.html#gaed31e065901c964d4224b3db61a30d5e',1,'PIOc_createfile(int iosysid, int *ncidp, int *iotype, const char *fname, int mode): pio_file.c']]],
+ ['pioc_5fcreatefile_5fint',['PIOc_createfile_int',['../group___p_i_o__createfile.html#gafa48e273e52a910db01e01f0c538800d',1,'pioc_support.c']]],
+ ['pioc_5fdef_5fdim',['PIOc_def_dim',['../group___p_i_o__def__dim__c.html#ga19ec254c22fa1822aa86cf69a074c1af',1,'PIOc_def_dim(int ncid, const char *name, PIO_Offset len, int *idp): pio_nc.c'],['../group___p_i_o__def__dim__c.html#ga19ec254c22fa1822aa86cf69a074c1af',1,'PIOc_def_dim(int ncid, const char *name, PIO_Offset len, int *idp): pio_nc.c']]],
+ ['pioc_5fdef_5fvar',['PIOc_def_var',['../group___p_i_o__def__var__c.html#ga70d1d5b2f5e828fed653ca87aacef16e',1,'PIOc_def_var(int ncid, const char *name, nc_type xtype, int ndims, const int *dimidsp, int *varidp): pio_nc.c'],['../group___p_i_o__def__var__c.html#ga70d1d5b2f5e828fed653ca87aacef16e',1,'PIOc_def_var(int ncid, const char *name, nc_type xtype, int ndims, const int *dimidsp, int *varidp): pio_nc.c']]],
+ ['pioc_5fdef_5fvar_5fchunking',['PIOc_def_var_chunking',['../group___p_i_o__def__var__c.html#ga1accdef205cd597d5c598bd6733db1ce',1,'PIOc_def_var_chunking(int ncid, int varid, int storage, const PIO_Offset *chunksizesp): pio_nc4.c'],['../group___p_i_o__def__var__c.html#ga1accdef205cd597d5c598bd6733db1ce',1,'PIOc_def_var_chunking(int ncid, int varid, int storage, const PIO_Offset *chunksizesp): pio_nc4.c']]],
+ ['pioc_5fdef_5fvar_5fdeflate',['PIOc_def_var_deflate',['../group___p_i_o__def__var__c.html#ga914f3306b223e1631a8fc63cd603acea',1,'PIOc_def_var_deflate(int ncid, int varid, int shuffle, int deflate, int deflate_level): pio_nc4.c'],['../group___p_i_o__def__var__c.html#ga914f3306b223e1631a8fc63cd603acea',1,'PIOc_def_var_deflate(int ncid, int varid, int shuffle, int deflate, int deflate_level): pio_nc4.c']]],
+ ['pioc_5fdef_5fvar_5fendian',['PIOc_def_var_endian',['../group___p_i_o__def__var__c.html#ga96ad8b671c81a209e253fc56dbc022e3',1,'PIOc_def_var_endian(int ncid, int varid, int endian): pio_nc4.c'],['../group___p_i_o__def__var__c.html#ga96ad8b671c81a209e253fc56dbc022e3',1,'PIOc_def_var_endian(int ncid, int varid, int endian): pio_nc4.c']]],
+ ['pioc_5fdef_5fvar_5ffill',['PIOc_def_var_fill',['../group___p_i_o__def__var__c.html#ga3eef846624adb5b9a2f0907bfa6eedcf',1,'PIOc_def_var_fill(int ncid, int varid, int fill_mode, const void *fill_valuep): pio_nc.c'],['../group___p_i_o__def__var__c.html#ga3eef846624adb5b9a2f0907bfa6eedcf',1,'PIOc_def_var_fill(int ncid, int varid, int no_fill, const void *fill_value): pio_nc.c']]],
+ ['pioc_5fdel_5fatt',['PIOc_del_att',['../group___p_i_o__del__att__c.html#gafa0ad58fad5c3c91891bb85a0d0b97f5',1,'PIOc_del_att(int ncid, int varid, const char *name): pio_nc.c'],['../group___p_i_o__del__att__c.html#gafa0ad58fad5c3c91891bb85a0d0b97f5',1,'PIOc_del_att(int ncid, int varid, const char *name): pio_nc.c']]],
+ ['pioc_5fdeletefile',['PIOc_deletefile',['../pio__file_8c.html#a030a38f55eae60c0265a7e6d888eed6c',1,'PIOc_deletefile(int iosysid, const char *filename): pio_file.c'],['../pio_8h.html#a030a38f55eae60c0265a7e6d888eed6c',1,'PIOc_deletefile(int iosysid, const char *filename): pio_file.c']]],
+ ['pioc_5fenddef',['PIOc_enddef',['../group___p_i_o__enddef__c.html#ga9967ed940ad4b735965a4abe35101709',1,'PIOc_enddef(int ncid): pio_nc.c'],['../group___p_i_o__enddef__c.html#ga9967ed940ad4b735965a4abe35101709',1,'PIOc_enddef(int ncid): pio_nc.c']]],
+ ['pioc_5ffile_5fis_5fopen',['PIOc_File_is_Open',['../pioc_8c.html#ad95ac275db45c86b26bdc1d0c41993a1',1,'PIOc_File_is_Open(int ncid): pioc.c'],['../pio_8h.html#ad95ac275db45c86b26bdc1d0c41993a1',1,'PIOc_File_is_Open(int ncid): pioc.c']]],
+ ['pioc_5ffinalize',['PIOc_finalize',['../group___p_i_o__finalize__c.html#ga04e150e10a29f037979dc2eaa872bdb5',1,'PIOc_finalize(int iosysid): pioc.c'],['../group___p_i_o__finalize__c.html#ga04e150e10a29f037979dc2eaa872bdb5',1,'PIOc_finalize(int iosysid): pioc.c']]],
+ ['pioc_5ffreedecomp',['PIOc_freedecomp',['../group___p_i_o__freedecomp__c.html#ga6416ad3c81a99f31f8f55e857acd697e',1,'PIOc_freedecomp(int iosysid, int ioid): pioc_support.c'],['../group___p_i_o__freedecomp__c.html#ga6416ad3c81a99f31f8f55e857acd697e',1,'PIOc_freedecomp(int iosysid, int ioid): pioc_support.c']]],
+ ['pioc_5fget_5fatt',['PIOc_get_att',['../group___p_i_o__get__att__c.html#ga1dd46dceac74ad9b49f29d2913174dcd',1,'PIOc_get_att(int ncid, int varid, const char *name, void *ip): pio_nc.c'],['../group___p_i_o__get__att__c.html#ga1dd46dceac74ad9b49f29d2913174dcd',1,'PIOc_get_att(int ncid, int varid, const char *name, void *ip): pio_nc.c']]],
+ ['pioc_5fget_5fatt_5fdouble',['PIOc_get_att_double',['../group___p_i_o__get__att__c.html#gaecad535f948d4843294a01e313f5537a',1,'PIOc_get_att_double(int ncid, int varid, const char *name, double *ip): pio_nc.c'],['../group___p_i_o__get__att__c.html#gaecad535f948d4843294a01e313f5537a',1,'PIOc_get_att_double(int ncid, int varid, const char *name, double *ip): pio_nc.c']]],
+ ['pioc_5fget_5fatt_5ffloat',['PIOc_get_att_float',['../group___p_i_o__get__att__c.html#ga80dd8f9e09046e6f3474b7d58d8d5635',1,'PIOc_get_att_float(int ncid, int varid, const char *name, float *ip): pio_nc.c'],['../group___p_i_o__get__att__c.html#ga80dd8f9e09046e6f3474b7d58d8d5635',1,'PIOc_get_att_float(int ncid, int varid, const char *name, float *ip): pio_nc.c']]],
+ ['pioc_5fget_5fatt_5fint',['PIOc_get_att_int',['../group___p_i_o__get__att__c.html#ga16a824a434a7007da9043d21c6043990',1,'PIOc_get_att_int(int ncid, int varid, const char *name, int *ip): pio_nc.c'],['../group___p_i_o__get__att__c.html#ga16a824a434a7007da9043d21c6043990',1,'PIOc_get_att_int(int ncid, int varid, const char *name, int *ip): pio_nc.c']]],
+ ['pioc_5fget_5fatt_5flong',['PIOc_get_att_long',['../group___p_i_o__get__att__c.html#ga534855a29b613656cab8f7b24119d9af',1,'PIOc_get_att_long(int ncid, int varid, const char *name, long *ip): pio_nc.c'],['../group___p_i_o__get__att__c.html#ga534855a29b613656cab8f7b24119d9af',1,'PIOc_get_att_long(int ncid, int varid, const char *name, long *ip): pio_nc.c']]],
+ ['pioc_5fget_5fatt_5flonglong',['PIOc_get_att_longlong',['../group___p_i_o__get__att__c.html#ga8a1e5cc1beb9923396394d27bbb62b33',1,'PIOc_get_att_longlong(int ncid, int varid, const char *name, long long *ip): pio_nc.c'],['../group___p_i_o__get__att__c.html#ga8a1e5cc1beb9923396394d27bbb62b33',1,'PIOc_get_att_longlong(int ncid, int varid, const char *name, long long *ip): pio_nc.c']]],
+ ['pioc_5fget_5fatt_5fschar',['PIOc_get_att_schar',['../group___p_i_o__get__att__c.html#gac01d99d8e1da36ea33eb29e7d015c633',1,'PIOc_get_att_schar(int ncid, int varid, const char *name, signed char *ip): pio_nc.c'],['../group___p_i_o__get__att__c.html#gac01d99d8e1da36ea33eb29e7d015c633',1,'PIOc_get_att_schar(int ncid, int varid, const char *name, signed char *ip): pio_nc.c']]],
+ ['pioc_5fget_5fatt_5fshort',['PIOc_get_att_short',['../group___p_i_o__get__att__c.html#gafc0b5c94acae7a1fb7371f831bd71513',1,'PIOc_get_att_short(int ncid, int varid, const char *name, short *ip): pio_nc.c'],['../group___p_i_o__get__att__c.html#gafc0b5c94acae7a1fb7371f831bd71513',1,'PIOc_get_att_short(int ncid, int varid, const char *name, short *ip): pio_nc.c']]],
+ ['pioc_5fget_5fatt_5ftext',['PIOc_get_att_text',['../group___p_i_o__get__att__c.html#ga04bdce8e5dab732f3233c72df6528965',1,'PIOc_get_att_text(int ncid, int varid, const char *name, char *ip): pio_nc.c'],['../group___p_i_o__get__att__c.html#ga04bdce8e5dab732f3233c72df6528965',1,'PIOc_get_att_text(int ncid, int varid, const char *name, char *ip): pio_nc.c']]],
+ ['pioc_5fget_5fatt_5fuchar',['PIOc_get_att_uchar',['../group___p_i_o__get__att__c.html#ga4e2064f8a1124df673119a7769cab715',1,'PIOc_get_att_uchar(int ncid, int varid, const char *name, unsigned char *ip): pio_nc.c'],['../group___p_i_o__get__att__c.html#ga4e2064f8a1124df673119a7769cab715',1,'PIOc_get_att_uchar(int ncid, int varid, const char *name, unsigned char *ip): pio_nc.c']]],
+ ['pioc_5fget_5fatt_5fuint',['PIOc_get_att_uint',['../group___p_i_o__get__att__c.html#ga5e124ab099cc187c1aa15d47d1e3f4d3',1,'PIOc_get_att_uint(int ncid, int varid, const char *name, unsigned int *ip): pio_nc.c'],['../group___p_i_o__get__att__c.html#ga5e124ab099cc187c1aa15d47d1e3f4d3',1,'PIOc_get_att_uint(int ncid, int varid, const char *name, unsigned int *ip): pio_nc.c']]],
+ ['pioc_5fget_5fatt_5fulonglong',['PIOc_get_att_ulonglong',['../group___p_i_o__get__att__c.html#ga3cca871639792ab07b4b75a39192d06a',1,'PIOc_get_att_ulonglong(int ncid, int varid, const char *name, unsigned long long *ip): pio_nc.c'],['../group___p_i_o__get__att__c.html#ga3cca871639792ab07b4b75a39192d06a',1,'PIOc_get_att_ulonglong(int ncid, int varid, const char *name, unsigned long long *ip): pio_nc.c']]],
+ ['pioc_5fget_5fatt_5fushort',['PIOc_get_att_ushort',['../group___p_i_o__get__att__c.html#ga499dfba474c9941bf52c2b5db6ea6a1c',1,'PIOc_get_att_ushort(int ncid, int varid, const char *name, unsigned short *ip): pio_nc.c'],['../group___p_i_o__get__att__c.html#ga499dfba474c9941bf52c2b5db6ea6a1c',1,'PIOc_get_att_ushort(int ncid, int varid, const char *name, unsigned short *ip): pio_nc.c']]],
+ ['pioc_5fget_5fchunk_5fcache',['PIOc_get_chunk_cache',['../group___p_i_o__def__var__c.html#ga21d9de130e3c2be14bf21b3bc4063999',1,'PIOc_get_chunk_cache(int iosysid, int iotype, PIO_Offset *sizep, PIO_Offset *nelemsp, float *preemptionp): pio_nc4.c'],['../group___p_i_o__def__var__c.html#ga21d9de130e3c2be14bf21b3bc4063999',1,'PIOc_get_chunk_cache(int iosysid, int iotype, PIO_Offset *sizep, PIO_Offset *nelemsp, float *preemptionp): pio_nc4.c']]],
+ ['pioc_5fget_5flocal_5farray_5fsize',['PIOc_get_local_array_size',['../group___p_i_o__get__local__array__size__c.html#ga0f8ff9696a8e06aec913e0bdcb7da2f2',1,'PIOc_get_local_array_size(int ioid): pioc.c'],['../group___p_i_o__get__local__array__size__c.html#ga0f8ff9696a8e06aec913e0bdcb7da2f2',1,'PIOc_get_local_array_size(int ioid): pioc.c']]],
+ ['pioc_5fget_5fnumiotasks',['PIOc_get_numiotasks',['../group___p_i_o__getnumiotasks__c.html#ga63e9c3a6d23a6c0be99584707b18ba1c',1,'PIOc_get_numiotasks(int iosysid, int *numiotasks): pioc.c'],['../group___p_i_o__getnumiotasks__c.html#ga63e9c3a6d23a6c0be99584707b18ba1c',1,'PIOc_get_numiotasks(int iosysid, int *numiotasks): pioc.c']]],
+ ['pioc_5fget_5fvar',['PIOc_get_var',['../group___p_i_o__get__var__c.html#ga7d40c1af3620a12f166f41ed540aa68b',1,'PIOc_get_var(int ncid, int varid, void *buf): pio_get_nc.c'],['../group___p_i_o__get__var__c.html#ga7d40c1af3620a12f166f41ed540aa68b',1,'PIOc_get_var(int ncid, int varid, void *buf): pio_get_nc.c']]],
+ ['pioc_5fget_5fvar1',['PIOc_get_var1',['../group___p_i_o__get__var__c.html#gadc66d83f6d67f6846a2cded6f71c241a',1,'PIOc_get_var1(int ncid, int varid, const PIO_Offset *index, void *buf): pio_get_nc.c'],['../group___p_i_o__get__var__c.html#gadc66d83f6d67f6846a2cded6f71c241a',1,'PIOc_get_var1(int ncid, int varid, const PIO_Offset *index, void *buf): pio_get_nc.c']]],
+ ['pioc_5fget_5fvar1_5fdouble',['PIOc_get_var1_double',['../group___p_i_o__get__var__c.html#ga86d73d7b45442eec9c1aace977f05874',1,'PIOc_get_var1_double(int ncid, int varid, const PIO_Offset *index, double *buf): pio_get_nc.c'],['../group___p_i_o__get__var__c.html#ga86d73d7b45442eec9c1aace977f05874',1,'PIOc_get_var1_double(int ncid, int varid, const PIO_Offset *index, double *buf): pio_get_nc.c']]],
+ ['pioc_5fget_5fvar1_5ffloat',['PIOc_get_var1_float',['../group___p_i_o__get__var__c.html#ga30f495e78a8988c3486ce86521ce1ce0',1,'PIOc_get_var1_float(int ncid, int varid, const PIO_Offset *index, float *buf): pio_get_nc.c'],['../group___p_i_o__get__var__c.html#ga30f495e78a8988c3486ce86521ce1ce0',1,'PIOc_get_var1_float(int ncid, int varid, const PIO_Offset *index, float *buf): pio_get_nc.c']]],
+ ['pioc_5fget_5fvar1_5fint',['PIOc_get_var1_int',['../group___p_i_o__get__var__c.html#ga078c2bc2d27e799f452158f36398829b',1,'PIOc_get_var1_int(int ncid, int varid, const PIO_Offset *index, int *buf): pio_get_nc.c'],['../group___p_i_o__get__var__c.html#ga078c2bc2d27e799f452158f36398829b',1,'PIOc_get_var1_int(int ncid, int varid, const PIO_Offset *index, int *buf): pio_get_nc.c']]],
+ ['pioc_5fget_5fvar1_5flong',['PIOc_get_var1_long',['../group___p_i_o__get__var__c.html#ga75317a0b9a65928ad638afbeb0605be2',1,'PIOc_get_var1_long(int ncid, int varid, const PIO_Offset *index, long *buf): pio_get_nc.c'],['../group___p_i_o__get__var__c.html#ga75317a0b9a65928ad638afbeb0605be2',1,'PIOc_get_var1_long(int ncid, int varid, const PIO_Offset *index, long *buf): pio_get_nc.c']]],
+ ['pioc_5fget_5fvar1_5flonglong',['PIOc_get_var1_longlong',['../group___p_i_o__get__var__c.html#ga0f0a1b69878cba8467beb7eaac46c490',1,'PIOc_get_var1_longlong(int ncid, int varid, const PIO_Offset *index, long long *buf): pio_get_nc.c'],['../group___p_i_o__get__var__c.html#ga0f0a1b69878cba8467beb7eaac46c490',1,'PIOc_get_var1_longlong(int ncid, int varid, const PIO_Offset *index, long long *buf): pio_get_nc.c']]],
+ ['pioc_5fget_5fvar1_5fschar',['PIOc_get_var1_schar',['../group___p_i_o__get__var__c.html#gaff5e3f043cecdaa3d70e794581527513',1,'PIOc_get_var1_schar(int ncid, int varid, const PIO_Offset *index, signed char *buf): pio_get_nc.c'],['../group___p_i_o__get__var__c.html#gaff5e3f043cecdaa3d70e794581527513',1,'PIOc_get_var1_schar(int ncid, int varid, const PIO_Offset *index, signed char *buf): pio_get_nc.c']]],
+ ['pioc_5fget_5fvar1_5fshort',['PIOc_get_var1_short',['../group___p_i_o__get__var__c.html#ga48b6dcc3d7419c1f4e20ed2fc0ea2f57',1,'PIOc_get_var1_short(int ncid, int varid, const PIO_Offset *index, short *buf): pio_get_nc.c'],['../group___p_i_o__get__var__c.html#ga48b6dcc3d7419c1f4e20ed2fc0ea2f57',1,'PIOc_get_var1_short(int ncid, int varid, const PIO_Offset *index, short *buf): pio_get_nc.c']]],
+ ['pioc_5fget_5fvar1_5ftext',['PIOc_get_var1_text',['../group___p_i_o__get__var__c.html#ga8d7d64a4973d8867ac3bcb5718936260',1,'PIOc_get_var1_text(int ncid, int varid, const PIO_Offset *index, char *buf): pio_get_nc.c'],['../group___p_i_o__get__var__c.html#ga8d7d64a4973d8867ac3bcb5718936260',1,'PIOc_get_var1_text(int ncid, int varid, const PIO_Offset *index, char *buf): pio_get_nc.c']]],
+ ['pioc_5fget_5fvar1_5fuchar',['PIOc_get_var1_uchar',['../group___p_i_o__get__var__c.html#gafe8b4452c69f1bc41504d4dacc7d92ce',1,'PIOc_get_var1_uchar(int ncid, int varid, const PIO_Offset *index, unsigned char *buf): pio_get_nc.c'],['../group___p_i_o__get__var__c.html#gafe8b4452c69f1bc41504d4dacc7d92ce',1,'PIOc_get_var1_uchar(int ncid, int varid, const PIO_Offset *index, unsigned char *buf): pio_get_nc.c']]],
+ ['pioc_5fget_5fvar1_5fuint',['PIOc_get_var1_uint',['../group___p_i_o__get__var__c.html#gaab1431d46d31bad4bb1a94fabf9e191b',1,'PIOc_get_var1_uint(int ncid, int varid, const PIO_Offset *index, unsigned int *buf): pio_get_nc.c'],['../group___p_i_o__get__var__c.html#gaab1431d46d31bad4bb1a94fabf9e191b',1,'PIOc_get_var1_uint(int ncid, int varid, const PIO_Offset *index, unsigned int *buf): pio_get_nc.c']]],
+ ['pioc_5fget_5fvar1_5fulonglong',['PIOc_get_var1_ulonglong',['../group___p_i_o__get__var__c.html#ga1911638dede15aab419f223fd630d681',1,'PIOc_get_var1_ulonglong(int ncid, int varid, const PIO_Offset *index, unsigned long long *buf): pio_get_nc.c'],['../group___p_i_o__get__var__c.html#ga1911638dede15aab419f223fd630d681',1,'PIOc_get_var1_ulonglong(int ncid, int varid, const PIO_Offset *index, unsigned long long *buf): pio_get_nc.c']]],
+ ['pioc_5fget_5fvar1_5fushort',['PIOc_get_var1_ushort',['../group___p_i_o__get__var__c.html#ga523b53d3beb43e6ae5a1295fe1af6694',1,'PIOc_get_var1_ushort(int ncid, int varid, const PIO_Offset *index, unsigned short *buf): pio_get_nc.c'],['../group___p_i_o__get__var__c.html#ga523b53d3beb43e6ae5a1295fe1af6694',1,'PIOc_get_var1_ushort(int ncid, int varid, const PIO_Offset *index, unsigned short *buf): pio_get_nc.c']]],
+ ['pioc_5fget_5fvar_5fchunk_5fcache',['PIOc_get_var_chunk_cache',['../group___p_i_o__inq__var__c.html#gacf7c11b31e7618d23886c9e0d3ed439d',1,'PIOc_get_var_chunk_cache(int ncid, int varid, PIO_Offset *sizep, PIO_Offset *nelemsp, float *preemptionp): pio_nc4.c'],['../group___p_i_o__inq__var__c.html#gacf7c11b31e7618d23886c9e0d3ed439d',1,'PIOc_get_var_chunk_cache(int ncid, int varid, PIO_Offset *sizep, PIO_Offset *nelemsp, float *preemptionp): pio_nc4.c']]],
+ ['pioc_5fget_5fvar_5fdouble',['PIOc_get_var_double',['../interfacepionfget__mod_1_1_p_i_oc__get__var__double.html',1,'pionfget_mod::PIOc_get_var_double'],['../group___p_i_o__get__var__c.html#gac860946e1513f6c542bbe73675ea42ca',1,'PIOc_get_var_double(int ncid, int varid, double *buf): pio_get_nc.c'],['../group___p_i_o__get__var__c.html#gac860946e1513f6c542bbe73675ea42ca',1,'PIOc_get_var_double(int ncid, int varid, double *buf): pio_get_nc.c']]],
+ ['pioc_5fget_5fvar_5ffloat',['PIOc_get_var_float',['../interfacepionfget__mod_1_1_p_i_oc__get__var__float.html',1,'pionfget_mod::PIOc_get_var_float'],['../group___p_i_o__get__var__c.html#gac5a6cc5b8470eb9d15f43f16f31d0095',1,'PIOc_get_var_float(int ncid, int varid, float *buf): pio_get_nc.c'],['../group___p_i_o__get__var__c.html#gac5a6cc5b8470eb9d15f43f16f31d0095',1,'PIOc_get_var_float(int ncid, int varid, float *buf): pio_get_nc.c']]],
+ ['pioc_5fget_5fvar_5fint',['PIOc_get_var_int',['../interfacepionfget__mod_1_1_p_i_oc__get__var__int.html',1,'pionfget_mod::PIOc_get_var_int'],['../group___p_i_o__get__var__c.html#gaf26dbf53c05c37a29e61a52ba2163bad',1,'PIOc_get_var_int(int ncid, int varid, int *buf): pio_get_nc.c'],['../group___p_i_o__get__var__c.html#gaf26dbf53c05c37a29e61a52ba2163bad',1,'PIOc_get_var_int(int ncid, int varid, int *buf): pio_get_nc.c']]],
+ ['pioc_5fget_5fvar_5flong',['PIOc_get_var_long',['../group___p_i_o__get__var__c.html#gaa0cde462928debf71200047f612da144',1,'PIOc_get_var_long(int ncid, int varid, long *buf): pio_get_nc.c'],['../group___p_i_o__get__var__c.html#gaa0cde462928debf71200047f612da144',1,'PIOc_get_var_long(int ncid, int varid, long *buf): pio_get_nc.c']]],
+ ['pioc_5fget_5fvar_5flonglong',['PIOc_get_var_longlong',['../group___p_i_o__get__var__c.html#ga81a84b33c3a6fb622105e554db5cf2c9',1,'PIOc_get_var_longlong(int ncid, int varid, long long *buf): pio_get_nc.c'],['../group___p_i_o__get__var__c.html#ga81a84b33c3a6fb622105e554db5cf2c9',1,'PIOc_get_var_longlong(int ncid, int varid, long long *buf): pio_get_nc.c']]],
+ ['pioc_5fget_5fvar_5fschar',['PIOc_get_var_schar',['../group___p_i_o__get__var__c.html#ga057621ac16cdde03c2c58ac61fe72433',1,'PIOc_get_var_schar(int ncid, int varid, signed char *buf): pio_get_nc.c'],['../group___p_i_o__get__var__c.html#ga057621ac16cdde03c2c58ac61fe72433',1,'PIOc_get_var_schar(int ncid, int varid, signed char *buf): pio_get_nc.c']]],
+ ['pioc_5fget_5fvar_5fshort',['PIOc_get_var_short',['../group___p_i_o__get__var__c.html#gae292946dd099741230f6998c65bad0b3',1,'PIOc_get_var_short(int ncid, int varid, short *buf): pio_get_nc.c'],['../group___p_i_o__get__var__c.html#gae292946dd099741230f6998c65bad0b3',1,'PIOc_get_var_short(int ncid, int varid, short *buf): pio_get_nc.c']]],
+ ['pioc_5fget_5fvar_5ftext',['PIOc_get_var_text',['../group___p_i_o__get__var__c.html#ga76315bb37b0fd20bebd243ccaa913a9c',1,'PIOc_get_var_text(int ncid, int varid, char *buf): pio_get_nc.c'],['../group___p_i_o__get__var__c.html#ga76315bb37b0fd20bebd243ccaa913a9c',1,'PIOc_get_var_text(int ncid, int varid, char *buf): pio_get_nc.c']]],
+ ['pioc_5fget_5fvar_5fuchar',['PIOc_get_var_uchar',['../group___p_i_o__get__var__c.html#ga66781a00c8aedd310bc1fef70e1f57a6',1,'PIOc_get_var_uchar(int ncid, int varid, unsigned char *buf): pio_get_nc.c'],['../group___p_i_o__get__var__c.html#ga66781a00c8aedd310bc1fef70e1f57a6',1,'PIOc_get_var_uchar(int ncid, int varid, unsigned char *buf): pio_get_nc.c']]],
+ ['pioc_5fget_5fvar_5fuint',['PIOc_get_var_uint',['../group___p_i_o__get__var__c.html#ga215c4d7cea127b1e353ffd1c55ced777',1,'PIOc_get_var_uint(int ncid, int varid, unsigned int *buf): pio_get_nc.c'],['../group___p_i_o__get__var__c.html#ga215c4d7cea127b1e353ffd1c55ced777',1,'PIOc_get_var_uint(int ncid, int varid, unsigned int *buf): pio_get_nc.c']]],
+ ['pioc_5fget_5fvar_5fulonglong',['PIOc_get_var_ulonglong',['../group___p_i_o__get__var__c.html#ga125cea31f69f5386cc6457cce2d6dcb1',1,'PIOc_get_var_ulonglong(int ncid, int varid, unsigned long long *buf): pio_get_nc.c'],['../group___p_i_o__get__var__c.html#ga125cea31f69f5386cc6457cce2d6dcb1',1,'PIOc_get_var_ulonglong(int ncid, int varid, unsigned long long *buf): pio_get_nc.c']]],
+ ['pioc_5fget_5fvar_5fushort',['PIOc_get_var_ushort',['../group___p_i_o__get__var__c.html#ga2fb84e441eb0e58151e11285f90ee4b5',1,'PIOc_get_var_ushort(int ncid, int varid, unsigned short *buf): pio_get_nc.c'],['../group___p_i_o__get__var__c.html#ga2fb84e441eb0e58151e11285f90ee4b5',1,'PIOc_get_var_ushort(int ncid, int varid, unsigned short *buf): pio_get_nc.c']]],
+ ['pioc_5fget_5fvara',['PIOc_get_vara',['../group___p_i_o__get__var__c.html#gacff7aafc82ae15a6eb4685fec2121749',1,'PIOc_get_vara(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, void *buf): pio_get_nc.c'],['../group___p_i_o__get__var__c.html#gacff7aafc82ae15a6eb4685fec2121749',1,'PIOc_get_vara(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, void *buf): pio_get_nc.c']]],
+ ['pioc_5fget_5fvara_5fdouble',['PIOc_get_vara_double',['../interfacepionfget__mod_1_1_p_i_oc__get__vara__double.html',1,'pionfget_mod::PIOc_get_vara_double'],['../group___p_i_o__get__var__c.html#ga863b84080e317664e1b29bac9ff2f70f',1,'PIOc_get_vara_double(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, double *buf): pio_get_nc.c'],['../group___p_i_o__get__var__c.html#ga863b84080e317664e1b29bac9ff2f70f',1,'PIOc_get_vara_double(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, double *buf): pio_get_nc.c']]],
+ ['pioc_5fget_5fvara_5ffloat',['PIOc_get_vara_float',['../interfacepionfget__mod_1_1_p_i_oc__get__vara__float.html',1,'pionfget_mod::PIOc_get_vara_float'],['../group___p_i_o__get__var__c.html#gad651dd110d5de95cf2310ad86ca7431f',1,'PIOc_get_vara_float(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, float *buf): pio_get_nc.c'],['../group___p_i_o__get__var__c.html#gad651dd110d5de95cf2310ad86ca7431f',1,'PIOc_get_vara_float(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, float *buf): pio_get_nc.c']]],
+ ['pioc_5fget_5fvara_5fint',['PIOc_get_vara_int',['../interfacepionfget__mod_1_1_p_i_oc__get__vara__int.html',1,'pionfget_mod::PIOc_get_vara_int'],['../group___p_i_o__get__var__c.html#gacf64992ece3a7b270f511ecc16f0a924',1,'PIOc_get_vara_int(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, int *buf): pio_get_nc.c'],['../group___p_i_o__get__var__c.html#gacf64992ece3a7b270f511ecc16f0a924',1,'PIOc_get_vara_int(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, int *buf): pio_get_nc.c']]],
+ ['pioc_5fget_5fvara_5flong',['PIOc_get_vara_long',['../group___p_i_o__get__var__c.html#ga1c289362504e4ccce8fe30ed0f0aaaa2',1,'PIOc_get_vara_long(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, long *buf): pio_get_nc.c'],['../group___p_i_o__get__var__c.html#ga1c289362504e4ccce8fe30ed0f0aaaa2',1,'PIOc_get_vara_long(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, long *buf): pio_get_nc.c']]],
+ ['pioc_5fget_5fvara_5flonglong',['PIOc_get_vara_longlong',['../group___p_i_o__get__var__c.html#gad034da93fe285d075fccc62134b9aeee',1,'PIOc_get_vara_longlong(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, long long *buf): pio_get_nc.c'],['../group___p_i_o__get__var__c.html#gad034da93fe285d075fccc62134b9aeee',1,'PIOc_get_vara_longlong(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, long long *buf): pio_get_nc.c']]],
+ ['pioc_5fget_5fvara_5fschar',['PIOc_get_vara_schar',['../group___p_i_o__get__var__c.html#ga2a957b04af4bb53d98362a007eb2c92c',1,'PIOc_get_vara_schar(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, signed char *buf): pio_get_nc.c'],['../group___p_i_o__get__var__c.html#ga2a957b04af4bb53d98362a007eb2c92c',1,'PIOc_get_vara_schar(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, signed char *buf): pio_get_nc.c']]],
+ ['pioc_5fget_5fvara_5fshort',['PIOc_get_vara_short',['../group___p_i_o__get__var__c.html#ga81295deac78f91142721a2ad0745e5fa',1,'PIOc_get_vara_short(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, short *buf): pio_get_nc.c'],['../group___p_i_o__get__var__c.html#ga81295deac78f91142721a2ad0745e5fa',1,'PIOc_get_vara_short(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, short *buf): pio_get_nc.c']]],
+ ['pioc_5fget_5fvara_5ftext',['PIOc_get_vara_text',['../interfacepionfget__mod_1_1_p_i_oc__get__vara__text.html',1,'pionfget_mod::PIOc_get_vara_text'],['../group___p_i_o__get__var__c.html#ga6d5c7315b332ddb793317e93f2a2df1b',1,'PIOc_get_vara_text(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, char *buf): pio_get_nc.c'],['../group___p_i_o__get__var__c.html#ga6d5c7315b332ddb793317e93f2a2df1b',1,'PIOc_get_vara_text(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, char *buf): pio_get_nc.c']]],
+ ['pioc_5fget_5fvara_5fuchar',['PIOc_get_vara_uchar',['../group___p_i_o__get__var__c.html#ga2e97141acbb8dfa3199d1929172c6b6c',1,'PIOc_get_vara_uchar(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, unsigned char *buf): pio_get_nc.c'],['../group___p_i_o__get__var__c.html#ga2e97141acbb8dfa3199d1929172c6b6c',1,'PIOc_get_vara_uchar(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, unsigned char *buf): pio_get_nc.c']]],
+ ['pioc_5fget_5fvara_5fuint',['PIOc_get_vara_uint',['../group___p_i_o__get__var__c.html#ga58440b8cbe979b52beac5d82bed1191c',1,'PIOc_get_vara_uint(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, unsigned int *buf): pio_get_nc.c'],['../group___p_i_o__get__var__c.html#ga58440b8cbe979b52beac5d82bed1191c',1,'PIOc_get_vara_uint(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, unsigned int *buf): pio_get_nc.c']]],
+ ['pioc_5fget_5fvara_5fulonglong',['PIOc_get_vara_ulonglong',['../group___p_i_o__get__var__c.html#ga8fb823e83602f416d61e340220639047',1,'PIOc_get_vara_ulonglong(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, unsigned long long *buf): pio_get_nc.c'],['../group___p_i_o__get__var__c.html#ga8fb823e83602f416d61e340220639047',1,'PIOc_get_vara_ulonglong(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, unsigned long long *buf): pio_get_nc.c']]],
+ ['pioc_5fget_5fvara_5fushort',['PIOc_get_vara_ushort',['../group___p_i_o__get__var__c.html#gad4a1f5291d633bd1172e02bb8689089b',1,'PIOc_get_vara_ushort(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, unsigned short *buf): pio_get_nc.c'],['../group___p_i_o__get__var__c.html#gad4a1f5291d633bd1172e02bb8689089b',1,'PIOc_get_vara_ushort(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, unsigned short *buf): pio_get_nc.c']]],
+ ['pioc_5fget_5fvars',['PIOc_get_vars',['../group___p_i_o__get__var__c.html#gaf0048bfd981bad0aaa2e457ef38e665a',1,'PIOc_get_vars(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, void *buf): pio_get_nc.c'],['../group___p_i_o__get__var__c.html#gaf0048bfd981bad0aaa2e457ef38e665a',1,'PIOc_get_vars(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, void *buf): pio_get_nc.c']]],
+ ['pioc_5fget_5fvars_5fdouble',['PIOc_get_vars_double',['../group___p_i_o__get__var__c.html#gaa6a7c4cb2aa8c1707f10a351f7223ff6',1,'PIOc_get_vars_double(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, double *buf): pio_get_nc.c'],['../group___p_i_o__get__var__c.html#gaa6a7c4cb2aa8c1707f10a351f7223ff6',1,'PIOc_get_vars_double(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, double *buf): pio_get_nc.c']]],
+ ['pioc_5fget_5fvars_5ffloat',['PIOc_get_vars_float',['../group___p_i_o__get__var__c.html#gac15aa7656a4d578e3ed3052d53218339',1,'PIOc_get_vars_float(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, float *buf): pio_get_nc.c'],['../group___p_i_o__get__var__c.html#gac15aa7656a4d578e3ed3052d53218339',1,'PIOc_get_vars_float(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, float *buf): pio_get_nc.c']]],
+ ['pioc_5fget_5fvars_5fint',['PIOc_get_vars_int',['../group___p_i_o__get__var__c.html#ga660d969dcfd95deffea9a86e19eb680e',1,'PIOc_get_vars_int(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, int *buf): pio_get_nc.c'],['../group___p_i_o__get__var__c.html#ga660d969dcfd95deffea9a86e19eb680e',1,'PIOc_get_vars_int(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, int *buf): pio_get_nc.c']]],
+ ['pioc_5fget_5fvars_5flong',['PIOc_get_vars_long',['../group___p_i_o__get__var__c.html#ga4d20037a54ed002ac8ce30477cc27cf9',1,'PIOc_get_vars_long(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, long *buf): pio_get_nc.c'],['../group___p_i_o__get__var__c.html#ga4d20037a54ed002ac8ce30477cc27cf9',1,'PIOc_get_vars_long(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, long *buf): pio_get_nc.c']]],
+ ['pioc_5fget_5fvars_5flonglong',['PIOc_get_vars_longlong',['../group___p_i_o__get__var__c.html#ga1e274b54e878153300eb286186ab2187',1,'PIOc_get_vars_longlong(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, long long *buf): pio_get_nc.c'],['../group___p_i_o__get__var__c.html#ga1e274b54e878153300eb286186ab2187',1,'PIOc_get_vars_longlong(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, long long *buf): pio_get_nc.c']]],
+ ['pioc_5fget_5fvars_5fschar',['PIOc_get_vars_schar',['../group___p_i_o__get__var__c.html#ga3e067710d5ad6a2c4e89284218e785ee',1,'PIOc_get_vars_schar(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, signed char *buf): pio_get_nc.c'],['../group___p_i_o__get__var__c.html#ga3e067710d5ad6a2c4e89284218e785ee',1,'PIOc_get_vars_schar(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, signed char *buf): pio_get_nc.c']]],
+ ['pioc_5fget_5fvars_5fshort',['PIOc_get_vars_short',['../group___p_i_o__get__var__c.html#ga05463520b62138bbf5cec2d4196c78fa',1,'PIOc_get_vars_short(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, short *buf): pio_get_nc.c'],['../group___p_i_o__get__var__c.html#ga05463520b62138bbf5cec2d4196c78fa',1,'PIOc_get_vars_short(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, short *buf): pio_get_nc.c']]],
+ ['pioc_5fget_5fvars_5ftext',['PIOc_get_vars_text',['../group___p_i_o__get__var__c.html#ga86eb1cf94b0619d3f6cb8a6db0d9fba5',1,'PIOc_get_vars_text(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, char *buf): pio_get_nc.c'],['../group___p_i_o__get__var__c.html#ga86eb1cf94b0619d3f6cb8a6db0d9fba5',1,'PIOc_get_vars_text(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, char *buf): pio_get_nc.c']]],
+ ['pioc_5fget_5fvars_5fuchar',['PIOc_get_vars_uchar',['../group___p_i_o__get__var__c.html#gad2858b93b2adc2ae922acaaad33ede22',1,'PIOc_get_vars_uchar(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, unsigned char *buf): pio_get_nc.c'],['../group___p_i_o__get__var__c.html#gad2858b93b2adc2ae922acaaad33ede22',1,'PIOc_get_vars_uchar(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, unsigned char *buf): pio_get_nc.c']]],
+ ['pioc_5fget_5fvars_5fuint',['PIOc_get_vars_uint',['../group___p_i_o__get__var__c.html#ga0cb353e13d7a9a344a497a930205c021',1,'PIOc_get_vars_uint(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, unsigned int *buf): pio_get_nc.c'],['../group___p_i_o__get__var__c.html#ga0cb353e13d7a9a344a497a930205c021',1,'PIOc_get_vars_uint(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, unsigned int *buf): pio_get_nc.c']]],
+ ['pioc_5fget_5fvars_5fulonglong',['PIOc_get_vars_ulonglong',['../group___p_i_o__get__var__c.html#ga7764935cfae37abfc17a9053206cf48d',1,'PIOc_get_vars_ulonglong(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, unsigned long long *buf): pio_get_nc.c'],['../group___p_i_o__get__var__c.html#ga7764935cfae37abfc17a9053206cf48d',1,'PIOc_get_vars_ulonglong(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, unsigned long long *buf): pio_get_nc.c']]],
+ ['pioc_5fget_5fvars_5fushort',['PIOc_get_vars_ushort',['../group___p_i_o__get__var__c.html#ga07625cd2351357ffe83cdbd0c8d372b6',1,'PIOc_get_vars_ushort(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, unsigned short *buf): pio_get_nc.c'],['../group___p_i_o__get__var__c.html#ga07625cd2351357ffe83cdbd0c8d372b6',1,'PIOc_get_vars_ushort(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, unsigned short *buf): pio_get_nc.c']]],
+ ['pioc_5fiam_5fiotask',['PIOc_iam_iotask',['../group___p_i_o__iosystem__is__active__c.html#gafdcc433f8b653aef3ee5632bfd39f522',1,'PIOc_iam_iotask(int iosysid, bool *ioproc): pioc.c'],['../group___p_i_o__iosystem__is__active__c.html#gafdcc433f8b653aef3ee5632bfd39f522',1,'PIOc_iam_iotask(int iosysid, bool *ioproc): pioc.c']]],
+ ['pioc_5finit_5fasync',['PIOc_init_async',['../group___p_i_o__init__c.html#ga017725f65a38a40963ac6936bbe7b5e9',1,'PIOc_init_async(MPI_Comm world, int num_io_procs, int *io_proc_list, int component_count, int *num_procs_per_comp, int **proc_list, MPI_Comm *user_io_comm, MPI_Comm *user_comp_comm, int rearranger, int *iosysidp): pioc.c'],['../group___p_i_o__init__c.html#ga017725f65a38a40963ac6936bbe7b5e9',1,'PIOc_init_async(MPI_Comm world, int num_io_procs, int *io_proc_list, int component_count, int *num_procs_per_comp, int **proc_list, MPI_Comm *io_comm, MPI_Comm *comp_comm, int rearranger, int *iosysidp): pioc.c']]],
+ ['pioc_5finit_5fdecomp',['PIOc_init_decomp',['../group___p_i_o__initdecomp__c.html#gae8417bae4d00472a015d0a84a5b34acf',1,'PIOc_init_decomp(int iosysid, int pio_type, int ndims, const int *gdimlen, int maplen, const PIO_Offset *compmap, int *ioidp, int rearranger, const PIO_Offset *iostart, const PIO_Offset *iocount): pioc.c'],['../group___p_i_o__initdecomp__c.html#gae8417bae4d00472a015d0a84a5b34acf',1,'PIOc_init_decomp(int iosysid, int pio_type, int ndims, const int *gdimlen, int maplen, const PIO_Offset *compmap, int *ioidp, int rearranger, const PIO_Offset *iostart, const PIO_Offset *iocount): pioc.c']]],
+ ['pioc_5finit_5fintracomm',['PIOc_Init_Intracomm',['../group___p_i_o__init__c.html#ga479a1d9fe2edfc7ca321a1b482fe0211',1,'PIOc_Init_Intracomm(MPI_Comm comp_comm, int num_iotasks, int stride, int base, int rearr, int *iosysidp): pioc.c'],['../group___p_i_o__init__c.html#ga479a1d9fe2edfc7ca321a1b482fe0211',1,'PIOc_Init_Intracomm(MPI_Comm comp_comm, int num_iotasks, int stride, int base, int rearr, int *iosysidp): pioc.c']]],
+ ['pioc_5finit_5fintracomm_5ffrom_5ff90',['PIOc_Init_Intracomm_from_F90',['../group___p_i_o__init__c.html#ga6c15dcb7a77c662652357b8fee15ade8',1,'pioc.c']]],
+ ['pioc_5finitdecomp',['PIOc_InitDecomp',['../group___p_i_o__initdecomp__c.html#ga56c119d47d1082df044968f80acbe265',1,'PIOc_InitDecomp(int iosysid, int pio_type, int ndims, const int *gdimlen, int maplen, const PIO_Offset *compmap, int *ioidp, const int *rearranger, const PIO_Offset *iostart, const PIO_Offset *iocount): pioc.c'],['../group___p_i_o__initdecomp__c.html#ga56c119d47d1082df044968f80acbe265',1,'PIOc_InitDecomp(int iosysid, int pio_type, int ndims, const int *gdimlen, int maplen, const PIO_Offset *compmap, int *ioidp, const int *rearr, const PIO_Offset *iostart, const PIO_Offset *iocount): pioc.c']]],
+ ['pioc_5finitdecomp_5fbc',['PIOc_InitDecomp_bc',['../group___p_i_o__initdecomp__c.html#gaed76f78609946d71bb304d584afe1266',1,'PIOc_InitDecomp_bc(int iosysid, int pio_type, int ndims, const int *gdimlen, const long int *start, const long int *count, int *ioidp): pioc.c'],['../group___p_i_o__initdecomp__c.html#gaed76f78609946d71bb304d584afe1266',1,'PIOc_InitDecomp_bc(int iosysid, int basetype, int ndims, const int *gdimlen, const long int *start, const long int *count, int *ioidp): pioc.c']]],
+ ['pioc_5finq',['PIOc_inq',['../group___p_i_o__inq__c.html#ga9790ba350b61362f558ce56a98fd1198',1,'PIOc_inq(int ncid, int *ndimsp, int *nvarsp, int *ngattsp, int *unlimdimidp): pio_nc.c'],['../group___p_i_o__inq__c.html#ga9790ba350b61362f558ce56a98fd1198',1,'PIOc_inq(int ncid, int *ndimsp, int *nvarsp, int *ngattsp, int *unlimdimidp): pio_nc.c']]],
+ ['pioc_5finq_5fatt',['PIOc_inq_att',['../group___p_i_o__inq__att__c.html#ga3f4dcd306338d1f72f77ab2482e994dc',1,'PIOc_inq_att(int ncid, int varid, const char *name, nc_type *xtypep, PIO_Offset *lenp): pio_nc.c'],['../group___p_i_o__inq__att__c.html#ga3f4dcd306338d1f72f77ab2482e994dc',1,'PIOc_inq_att(int ncid, int varid, const char *name, nc_type *xtypep, PIO_Offset *lenp): pio_nc.c']]],
+ ['pioc_5finq_5fatt_5feh',['PIOc_inq_att_eh',['../group___p_i_o__inq__att__c.html#ga711f9cb958d177a395e6b464f6b29e6d',1,'pio_nc.c']]],
+ ['pioc_5finq_5fattid',['PIOc_inq_attid',['../pio__nc_8c.html#a1c3115b28f2453e850749b173ce7861a',1,'PIOc_inq_attid(int ncid, int varid, const char *name, int *idp): pio_nc.c'],['../pio_8h.html#a1c3115b28f2453e850749b173ce7861a',1,'PIOc_inq_attid(int ncid, int varid, const char *name, int *idp): pio_nc.c']]],
+ ['pioc_5finq_5fattlen',['PIOc_inq_attlen',['../pio__nc_8c.html#ac5b6d9b5314d88fee8a1c048a2aa5b13',1,'PIOc_inq_attlen(int ncid, int varid, const char *name, PIO_Offset *lenp): pio_nc.c'],['../pio_8h.html#ac5b6d9b5314d88fee8a1c048a2aa5b13',1,'PIOc_inq_attlen(int ncid, int varid, const char *name, PIO_Offset *lenp): pio_nc.c']]],
+ ['pioc_5finq_5fattname',['PIOc_inq_attname',['../pio__nc_8c.html#aa7d8b173e8bba7544c042301877082a0',1,'PIOc_inq_attname(int ncid, int varid, int attnum, char *name): pio_nc.c'],['../pio_8h.html#aa7d8b173e8bba7544c042301877082a0',1,'PIOc_inq_attname(int ncid, int varid, int attnum, char *name): pio_nc.c']]],
+ ['pioc_5finq_5fatttype',['PIOc_inq_atttype',['../pio__nc_8c.html#ae63b13cb2b45416bcedecba0137ab1a0',1,'PIOc_inq_atttype(int ncid, int varid, const char *name, nc_type *xtypep): pio_nc.c'],['../pio_8h.html#ae63b13cb2b45416bcedecba0137ab1a0',1,'PIOc_inq_atttype(int ncid, int varid, const char *name, nc_type *xtypep): pio_nc.c']]],
+ ['pioc_5finq_5fdim',['PIOc_inq_dim',['../group___p_i_o__inq__dim__c.html#gafbcd29f59d668e7514daf294f7723bc9',1,'PIOc_inq_dim(int ncid, int dimid, char *name, PIO_Offset *lenp): pio_nc.c'],['../group___p_i_o__inq__dim__c.html#gafbcd29f59d668e7514daf294f7723bc9',1,'PIOc_inq_dim(int ncid, int dimid, char *name, PIO_Offset *lenp): pio_nc.c']]],
+ ['pioc_5finq_5fdimid',['PIOc_inq_dimid',['../group___p_i_o__inq__dim__c.html#gab2dadfe68b44605032f57abd2465c4c7',1,'PIOc_inq_dimid(int ncid, const char *name, int *idp): pio_nc.c'],['../group___p_i_o__inq__dim__c.html#gab2dadfe68b44605032f57abd2465c4c7',1,'PIOc_inq_dimid(int ncid, const char *name, int *idp): pio_nc.c']]],
+ ['pioc_5finq_5fdimlen',['PIOc_inq_dimlen',['../group___p_i_o__inq__dim__c.html#gadd004af4a485f2fcfd1a818ed6a81fb1',1,'PIOc_inq_dimlen(int ncid, int dimid, PIO_Offset *lenp): pio_nc.c'],['../group___p_i_o__inq__dim__c.html#gadd004af4a485f2fcfd1a818ed6a81fb1',1,'PIOc_inq_dimlen(int ncid, int dimid, PIO_Offset *lenp): pio_nc.c']]],
+ ['pioc_5finq_5fdimname',['PIOc_inq_dimname',['../group___p_i_o__inq__dim__c.html#ga68d9e59e6a5460d461d46f3cf62f195d',1,'PIOc_inq_dimname(int ncid, int dimid, char *name): pio_nc.c'],['../group___p_i_o__inq__dim__c.html#ga68d9e59e6a5460d461d46f3cf62f195d',1,'PIOc_inq_dimname(int ncid, int dimid, char *name): pio_nc.c']]],
+ ['pioc_5finq_5fformat',['PIOc_inq_format',['../group___p_i_o__inq__format__c.html#ga16fec184bfa95cc2e9704be939dc3077',1,'PIOc_inq_format(int ncid, int *formatp): pio_nc.c'],['../group___p_i_o__inq__format__c.html#ga16fec184bfa95cc2e9704be939dc3077',1,'PIOc_inq_format(int ncid, int *formatp): pio_nc.c']]],
+ ['pioc_5finq_5fnatts',['PIOc_inq_natts',['../group___p_i_o__inq__c.html#ga64ac5f3a5565ec08d222b27fcb3b180c',1,'PIOc_inq_natts(int ncid, int *ngattsp): pio_nc.c'],['../group___p_i_o__inq__c.html#ga64ac5f3a5565ec08d222b27fcb3b180c',1,'PIOc_inq_natts(int ncid, int *ngattsp): pio_nc.c']]],
+ ['pioc_5finq_5fndims',['PIOc_inq_ndims',['../group___p_i_o__inq__c.html#gab30f861c47545f6ff1647b6652e38ccf',1,'PIOc_inq_ndims(int ncid, int *ndimsp): pio_nc.c'],['../group___p_i_o__inq__c.html#gab30f861c47545f6ff1647b6652e38ccf',1,'PIOc_inq_ndims(int ncid, int *ndimsp): pio_nc.c']]],
+ ['pioc_5finq_5fnvars',['PIOc_inq_nvars',['../group___p_i_o__inq__c.html#gaa6036459562b703f5ef0c9de3cfabe82',1,'PIOc_inq_nvars(int ncid, int *nvarsp): pio_nc.c'],['../group___p_i_o__inq__c.html#gaa6036459562b703f5ef0c9de3cfabe82',1,'PIOc_inq_nvars(int ncid, int *nvarsp): pio_nc.c']]],
+ ['pioc_5finq_5ftype',['PIOc_inq_type',['../group___p_i_o__typelen__c.html#ga3da640cefc1d77011f125d60e6de66c9',1,'PIOc_inq_type(int ncid, nc_type xtype, char *name, PIO_Offset *sizep): pio_nc.c'],['../group___p_i_o__typelen__c.html#ga3da640cefc1d77011f125d60e6de66c9',1,'PIOc_inq_type(int ncid, nc_type xtype, char *name, PIO_Offset *sizep): pio_nc.c']]],
+ ['pioc_5finq_5funlimdim',['PIOc_inq_unlimdim',['../group___p_i_o__inq__c.html#ga191801159c80d1d3eb09b52ee9c68109',1,'PIOc_inq_unlimdim(int ncid, int *unlimdimidp): pio_nc.c'],['../group___p_i_o__inq__c.html#ga191801159c80d1d3eb09b52ee9c68109',1,'PIOc_inq_unlimdim(int ncid, int *unlimdimidp): pio_nc.c']]],
+ ['pioc_5finq_5funlimdims',['PIOc_inq_unlimdims',['../pio__nc_8c.html#ae677132a4670352eee8b77106e300bca',1,'PIOc_inq_unlimdims(int ncid, int *nunlimdimsp, int *unlimdimidsp): pio_nc.c'],['../pio_8h.html#ae677132a4670352eee8b77106e300bca',1,'PIOc_inq_unlimdims(int ncid, int *nunlimdimsp, int *unlimdimidsp): pio_nc.c']]],
+ ['pioc_5finq_5fvar',['PIOc_inq_var',['../group___p_i_o__inq__var__c.html#gaddf7e8a37df0eb4407da0537364b258e',1,'PIOc_inq_var(int ncid, int varid, char *name, nc_type *xtypep, int *ndimsp, int *dimidsp, int *nattsp): pio_nc.c'],['../group___p_i_o__inq__var__c.html#gaddf7e8a37df0eb4407da0537364b258e',1,'PIOc_inq_var(int ncid, int varid, char *name, nc_type *xtypep, int *ndimsp, int *dimidsp, int *nattsp): pio_nc.c']]],
+ ['pioc_5finq_5fvar_5fchunking',['PIOc_inq_var_chunking',['../group___p_i_o__inq__var__c.html#ga2b739539ae6466d402f861d179d506fe',1,'PIOc_inq_var_chunking(int ncid, int varid, int *storagep, PIO_Offset *chunksizesp): pio_nc4.c'],['../group___p_i_o__inq__var__c.html#ga2b739539ae6466d402f861d179d506fe',1,'PIOc_inq_var_chunking(int ncid, int varid, int *storagep, PIO_Offset *chunksizesp): pio_nc4.c']]],
+ ['pioc_5finq_5fvar_5fdeflate',['PIOc_inq_var_deflate',['../group___p_i_o__inq__var__c.html#gac79879dc9e1afc418c55005b760070b1',1,'PIOc_inq_var_deflate(int ncid, int varid, int *shufflep, int *deflatep, int *deflate_levelp): pio_nc4.c'],['../group___p_i_o__inq__var__c.html#gac79879dc9e1afc418c55005b760070b1',1,'PIOc_inq_var_deflate(int ncid, int varid, int *shufflep, int *deflatep, int *deflate_levelp): pio_nc4.c']]],
+ ['pioc_5finq_5fvar_5fendian',['PIOc_inq_var_endian',['../group___p_i_o__inq__var__c.html#ga71751485953f3b12656d3eff18756342',1,'PIOc_inq_var_endian(int ncid, int varid, int *endianp): pio_nc4.c'],['../group___p_i_o__inq__var__c.html#ga71751485953f3b12656d3eff18756342',1,'PIOc_inq_var_endian(int ncid, int varid, int *endianp): pio_nc4.c']]],
+ ['pioc_5finq_5fvar_5ffill',['PIOc_inq_var_fill',['../group___p_i_o__inq__var__c.html#gac6bf4e7db1abeb3981df78160b7865be',1,'PIOc_inq_var_fill(int ncid, int varid, int *no_fill, void *fill_valuep): pio_nc.c'],['../group___p_i_o__inq__var__c.html#gac6bf4e7db1abeb3981df78160b7865be',1,'PIOc_inq_var_fill(int ncid, int varid, int *no_fill, void *fill_valuep): pio_nc.c']]],
+ ['pioc_5finq_5fvardimid',['PIOc_inq_vardimid',['../group___p_i_o__inq__var__c.html#ga64e3c298debdf592df776120ac435018',1,'PIOc_inq_vardimid(int ncid, int varid, int *dimidsp): pio_nc.c'],['../group___p_i_o__inq__var__c.html#ga64e3c298debdf592df776120ac435018',1,'PIOc_inq_vardimid(int ncid, int varid, int *dimidsp): pio_nc.c']]],
+ ['pioc_5finq_5fvarid',['PIOc_inq_varid',['../group___p_i_o__inq__var__c.html#gab06c4fbddf140e0068ed09ec8df6f4a7',1,'PIOc_inq_varid(int ncid, const char *name, int *varidp): pio_nc.c'],['../group___p_i_o__inq__var__c.html#gab06c4fbddf140e0068ed09ec8df6f4a7',1,'PIOc_inq_varid(int ncid, const char *name, int *varidp): pio_nc.c']]],
+ ['pioc_5finq_5fvarname',['PIOc_inq_varname',['../group___p_i_o__inq__var__c.html#gacaf2b9392fa6b75cca52dc15bf31caa0',1,'PIOc_inq_varname(int ncid, int varid, char *name): pio_nc.c'],['../group___p_i_o__inq__var__c.html#gacaf2b9392fa6b75cca52dc15bf31caa0',1,'PIOc_inq_varname(int ncid, int varid, char *name): pio_nc.c']]],
+ ['pioc_5finq_5fvarnatts',['PIOc_inq_varnatts',['../group___p_i_o__inq__var__c.html#ga9fd7594665cdf752b57fcabf17b743c0',1,'PIOc_inq_varnatts(int ncid, int varid, int *nattsp): pio_nc.c'],['../group___p_i_o__inq__var__c.html#ga9fd7594665cdf752b57fcabf17b743c0',1,'PIOc_inq_varnatts(int ncid, int varid, int *nattsp): pio_nc.c']]],
+ ['pioc_5finq_5fvarndims',['PIOc_inq_varndims',['../group___p_i_o__inq__var__c.html#gacc5ad429734adf6ea43e6ee1b71080e2',1,'PIOc_inq_varndims(int ncid, int varid, int *ndimsp): pio_nc.c'],['../group___p_i_o__inq__var__c.html#gacc5ad429734adf6ea43e6ee1b71080e2',1,'PIOc_inq_varndims(int ncid, int varid, int *ndimsp): pio_nc.c']]],
+ ['pioc_5finq_5fvartype',['PIOc_inq_vartype',['../group___p_i_o__inq__var__c.html#ga55005fa698798142cd4a741c2daa4fb7',1,'PIOc_inq_vartype(int ncid, int varid, nc_type *xtypep): pio_nc.c'],['../group___p_i_o__inq__var__c.html#ga55005fa698798142cd4a741c2daa4fb7',1,'PIOc_inq_vartype(int ncid, int varid, nc_type *xtypep): pio_nc.c']]],
+ ['pioc_5fiosystem_5fis_5factive',['PIOc_iosystem_is_active',['../group___p_i_o__iosystem__is__active__c.html#ga2f5db6c65240a951921a2d81f2c676ec',1,'PIOc_iosystem_is_active(int iosysid, bool *active): pioc.c'],['../group___p_i_o__iosystem__is__active__c.html#ga2f5db6c65240a951921a2d81f2c676ec',1,'PIOc_iosystem_is_active(int iosysid, bool *active): pioc.c']]],
+ ['pioc_5fiotask_5frank',['PIOc_iotask_rank',['../group___p_i_o__iosystem__is__active__c.html#gabd7de94627946a534263acc82f3eecbd',1,'PIOc_iotask_rank(int iosysid, int *iorank): pioc.c'],['../group___p_i_o__iosystem__is__active__c.html#gabd7de94627946a534263acc82f3eecbd',1,'PIOc_iotask_rank(int iosysid, int *iorank): pioc.c']]],
+ ['pioc_5fiotype_5favailable',['PIOc_iotype_available',['../pioc_8c.html#a2a0c6af74443f9110ea4efcdaf0e9060',1,'PIOc_iotype_available(int iotype): pioc.c'],['../pio_8h.html#a2a0c6af74443f9110ea4efcdaf0e9060',1,'PIOc_iotype_available(int iotype): pioc.c']]],
+ ['pioc_5fopen',['PIOc_open',['../group___p_i_o__open__file__c.html#ga92c81c481ba4eb5488af9e678f3bf8af',1,'PIOc_open(int iosysid, const char *path, int mode, int *ncidp): pio_file.c'],['../group___p_i_o__open__file__c.html#ga92c81c481ba4eb5488af9e678f3bf8af',1,'PIOc_open(int iosysid, const char *path, int mode, int *ncidp): pio_file.c']]],
+ ['pioc_5fopenfile',['PIOc_openfile',['../group___p_i_o__open__file__c.html#gae8e01fc5492663b46def2be31a95034c',1,'PIOc_openfile(int iosysid, int *ncidp, int *iotype, const char *filename, int mode): pio_file.c'],['../group___p_i_o__open__file__c.html#gae8e01fc5492663b46def2be31a95034c',1,'PIOc_openfile(int iosysid, int *ncidp, int *iotype, const char *fname, int mode): pio_file.c']]],
+ ['pioc_5fopenfile2',['PIOc_openfile2',['../group___p_i_o__open__file__c.html#ga20a0dc12bed4b4a3329a6ec158f3afe6',1,'PIOc_openfile2(int iosysid, int *ncidp, int *iotype, const char *filename, int mode): pio_file.c'],['../group___p_i_o__open__file__c.html#ga20a0dc12bed4b4a3329a6ec158f3afe6',1,'PIOc_openfile2(int iosysid, int *ncidp, int *iotype, const char *fname, int mode): pio_file.c']]],
+ ['pioc_5fopenfile_5fretry',['PIOc_openfile_retry',['../group___p_i_o__openfile.html#ga840c375f53e5e38142762c8cb30fcdc6',1,'pioc_support.c']]],
+ ['pioc_5fpnetcdf_5finq_5ftype',['pioc_pnetcdf_inq_type',['../pioc__support_8c.html#afad0201e540769b008670fdde0b3a5e0',1,'pioc_support.c']]],
+ ['pioc_5fput_5fatt',['PIOc_put_att',['../group___p_i_o__put__att__c.html#ga89b16c95b53a06c052dd7d0be3361d1b',1,'PIOc_put_att(int ncid, int varid, const char *name, nc_type xtype, PIO_Offset len, const void *op): pio_nc.c'],['../group___p_i_o__put__att__c.html#ga89b16c95b53a06c052dd7d0be3361d1b',1,'PIOc_put_att(int ncid, int varid, const char *name, nc_type xtype, PIO_Offset len, const void *op): pio_nc.c']]],
+ ['pioc_5fput_5fatt_5fdouble',['PIOc_put_att_double',['../group___p_i_o__put__att__c.html#gabb380a7233ae58151d254c572baaa08c',1,'PIOc_put_att_double(int ncid, int varid, const char *name, nc_type xtype, PIO_Offset len, const double *op): pio_nc.c'],['../group___p_i_o__put__att__c.html#gabb380a7233ae58151d254c572baaa08c',1,'PIOc_put_att_double(int ncid, int varid, const char *name, nc_type xtype, PIO_Offset len, const double *op): pio_nc.c']]],
+ ['pioc_5fput_5fatt_5ffloat',['PIOc_put_att_float',['../group___p_i_o__put__att__c.html#ga049f6f519d87915baaa63ae99d422d0d',1,'PIOc_put_att_float(int ncid, int varid, const char *name, nc_type xtype, PIO_Offset len, const float *op): pio_nc.c'],['../group___p_i_o__put__att__c.html#ga049f6f519d87915baaa63ae99d422d0d',1,'PIOc_put_att_float(int ncid, int varid, const char *name, nc_type xtype, PIO_Offset len, const float *op): pio_nc.c']]],
+ ['pioc_5fput_5fatt_5fint',['PIOc_put_att_int',['../group___p_i_o__put__att__c.html#ga41fc69b4eb154accbc08c5a451205d7d',1,'PIOc_put_att_int(int ncid, int varid, const char *name, nc_type xtype, PIO_Offset len, const int *op): pio_nc.c'],['../group___p_i_o__put__att__c.html#ga41fc69b4eb154accbc08c5a451205d7d',1,'PIOc_put_att_int(int ncid, int varid, const char *name, nc_type xtype, PIO_Offset len, const int *op): pio_nc.c']]],
+ ['pioc_5fput_5fatt_5flong',['PIOc_put_att_long',['../group___p_i_o__put__att__c.html#gad25b7a96b0edb92a21bb934e626a57a8',1,'PIOc_put_att_long(int ncid, int varid, const char *name, nc_type xtype, PIO_Offset len, const long *op): pio_nc.c'],['../group___p_i_o__put__att__c.html#gad25b7a96b0edb92a21bb934e626a57a8',1,'PIOc_put_att_long(int ncid, int varid, const char *name, nc_type xtype, PIO_Offset len, const long *op): pio_nc.c']]],
+ ['pioc_5fput_5fatt_5flonglong',['PIOc_put_att_longlong',['../group___p_i_o__put__att__c.html#ga07e7969ec456ff54984cb5e1691ed266',1,'PIOc_put_att_longlong(int ncid, int varid, const char *name, nc_type xtype, PIO_Offset len, const long long *op): pio_nc.c'],['../group___p_i_o__put__att__c.html#ga07e7969ec456ff54984cb5e1691ed266',1,'PIOc_put_att_longlong(int ncid, int varid, const char *name, nc_type xtype, PIO_Offset len, const long long *op): pio_nc.c']]],
+ ['pioc_5fput_5fatt_5fschar',['PIOc_put_att_schar',['../group___p_i_o__put__att__c.html#ga06fa09bcdf362935946ef21964783246',1,'PIOc_put_att_schar(int ncid, int varid, const char *name, nc_type xtype, PIO_Offset len, const signed char *op): pio_nc.c'],['../group___p_i_o__put__att__c.html#ga06fa09bcdf362935946ef21964783246',1,'PIOc_put_att_schar(int ncid, int varid, const char *name, nc_type xtype, PIO_Offset len, const signed char *op): pio_nc.c']]],
+ ['pioc_5fput_5fatt_5fshort',['PIOc_put_att_short',['../group___p_i_o__put__att__c.html#gae62c0317444af8433b6a42555ab6cec9',1,'PIOc_put_att_short(int ncid, int varid, const char *name, nc_type xtype, PIO_Offset len, const short *op): pio_nc.c'],['../group___p_i_o__put__att__c.html#gae62c0317444af8433b6a42555ab6cec9',1,'PIOc_put_att_short(int ncid, int varid, const char *name, nc_type xtype, PIO_Offset len, const short *op): pio_nc.c']]],
+ ['pioc_5fput_5fatt_5ftext',['PIOc_put_att_text',['../group___p_i_o__put__att__c.html#ga47507ceae26e72a4b61cf4de2d694e44',1,'PIOc_put_att_text(int ncid, int varid, const char *name, PIO_Offset len, const char *op): pio_nc.c'],['../group___p_i_o__put__att__c.html#ga47507ceae26e72a4b61cf4de2d694e44',1,'PIOc_put_att_text(int ncid, int varid, const char *name, PIO_Offset len, const char *op): pio_nc.c']]],
+ ['pioc_5fput_5fatt_5fuchar',['PIOc_put_att_uchar',['../group___p_i_o__put__att__c.html#ga580260de61bbf085ea9219718d31e55a',1,'PIOc_put_att_uchar(int ncid, int varid, const char *name, nc_type xtype, PIO_Offset len, const unsigned char *op): pio_nc.c'],['../group___p_i_o__put__att__c.html#ga580260de61bbf085ea9219718d31e55a',1,'PIOc_put_att_uchar(int ncid, int varid, const char *name, nc_type xtype, PIO_Offset len, const unsigned char *op): pio_nc.c']]],
+ ['pioc_5fput_5fatt_5fuint',['PIOc_put_att_uint',['../group___p_i_o__put__att__c.html#gaa5c96bf2e78f7795dec028181b560f60',1,'PIOc_put_att_uint(int ncid, int varid, const char *name, nc_type xtype, PIO_Offset len, const unsigned int *op): pio_nc.c'],['../group___p_i_o__put__att__c.html#gaa5c96bf2e78f7795dec028181b560f60',1,'PIOc_put_att_uint(int ncid, int varid, const char *name, nc_type xtype, PIO_Offset len, const unsigned int *op): pio_nc.c']]],
+ ['pioc_5fput_5fatt_5fulonglong',['PIOc_put_att_ulonglong',['../group___p_i_o__put__att__c.html#gab3dba0f2544e5bb45830d95539386a46',1,'PIOc_put_att_ulonglong(int ncid, int varid, const char *name, nc_type xtype, PIO_Offset len, const unsigned long long *op): pio_nc.c'],['../group___p_i_o__put__att__c.html#gab3dba0f2544e5bb45830d95539386a46',1,'PIOc_put_att_ulonglong(int ncid, int varid, const char *name, nc_type xtype, PIO_Offset len, const unsigned long long *op): pio_nc.c']]],
+ ['pioc_5fput_5fatt_5fushort',['PIOc_put_att_ushort',['../group___p_i_o__put__att__c.html#gaba29ac8eff7dbf829b505a82b522a88f',1,'PIOc_put_att_ushort(int ncid, int varid, const char *name, nc_type xtype, PIO_Offset len, const unsigned short *op): pio_nc.c'],['../group___p_i_o__put__att__c.html#gaba29ac8eff7dbf829b505a82b522a88f',1,'PIOc_put_att_ushort(int ncid, int varid, const char *name, nc_type xtype, PIO_Offset len, const unsigned short *op): pio_nc.c']]],
+ ['pioc_5fput_5fvar',['PIOc_put_var',['../group___p_i_o__put__var__c.html#gabb19e8cc14ebc3da354a59865062a36a',1,'PIOc_put_var(int ncid, int varid, const void *op): pio_put_nc.c'],['../group___p_i_o__put__var__c.html#gabb19e8cc14ebc3da354a59865062a36a',1,'PIOc_put_var(int ncid, int varid, const void *buf): pio_put_nc.c']]],
+ ['pioc_5fput_5fvar1',['PIOc_put_var1',['../group___p_i_o__put__var__c.html#gabbe1fc54ed511f0d5ded025ec220e13f',1,'PIOc_put_var1(int ncid, int varid, const PIO_Offset *index, const void *op): pio_put_nc.c'],['../group___p_i_o__put__var__c.html#gabbe1fc54ed511f0d5ded025ec220e13f',1,'PIOc_put_var1(int ncid, int varid, const PIO_Offset *index, const void *buf): pio_put_nc.c']]],
+ ['pioc_5fput_5fvar1_5fdouble',['PIOc_put_var1_double',['../group___p_i_o__put__var__c.html#ga1727f44bee1a0c507dad7db8ee457b98',1,'PIOc_put_var1_double(int ncid, int varid, const PIO_Offset *index, const double *op): pio_put_nc.c'],['../group___p_i_o__put__var__c.html#ga1727f44bee1a0c507dad7db8ee457b98',1,'PIOc_put_var1_double(int ncid, int varid, const PIO_Offset *index, const double *op): pio_put_nc.c']]],
+ ['pioc_5fput_5fvar1_5ffloat',['PIOc_put_var1_float',['../group___p_i_o__put__var__c.html#gaf6cc08d617add871ca7ea370a323cf9f',1,'PIOc_put_var1_float(int ncid, int varid, const PIO_Offset *index, const float *op): pio_put_nc.c'],['../group___p_i_o__put__var__c.html#gaf6cc08d617add871ca7ea370a323cf9f',1,'PIOc_put_var1_float(int ncid, int varid, const PIO_Offset *index, const float *op): pio_put_nc.c']]],
+ ['pioc_5fput_5fvar1_5fint',['PIOc_put_var1_int',['../group___p_i_o__put__var__c.html#ga13e061386f46be55cae8e49e8c7a5c43',1,'PIOc_put_var1_int(int ncid, int varid, const PIO_Offset *index, const int *op): pio_put_nc.c'],['../group___p_i_o__put__var__c.html#ga13e061386f46be55cae8e49e8c7a5c43',1,'PIOc_put_var1_int(int ncid, int varid, const PIO_Offset *index, const int *op): pio_put_nc.c']]],
+ ['pioc_5fput_5fvar1_5flong',['PIOc_put_var1_long',['../group___p_i_o__put__var__c.html#ga1b3df73dc76dcaf14d04bf7b240e4399',1,'PIOc_put_var1_long(int ncid, int varid, const PIO_Offset *index, const long *op): pio_put_nc.c'],['../group___p_i_o__put__var__c.html#ga1b3df73dc76dcaf14d04bf7b240e4399',1,'PIOc_put_var1_long(int ncid, int varid, const PIO_Offset *index, const long *ip): pio_put_nc.c']]],
+ ['pioc_5fput_5fvar1_5flonglong',['PIOc_put_var1_longlong',['../group___p_i_o__put__var__c.html#ga4788980743228d824eb7645b362c5ce9',1,'PIOc_put_var1_longlong(int ncid, int varid, const PIO_Offset *index, const long long *op): pio_put_nc.c'],['../group___p_i_o__put__var__c.html#ga4788980743228d824eb7645b362c5ce9',1,'PIOc_put_var1_longlong(int ncid, int varid, const PIO_Offset *index, const long long *op): pio_put_nc.c']]],
+ ['pioc_5fput_5fvar1_5fschar',['PIOc_put_var1_schar',['../group___p_i_o__put__var__c.html#gad518542a09a575eeca279497940206ec',1,'PIOc_put_var1_schar(int ncid, int varid, const PIO_Offset *index, const signed char *op): pio_put_nc.c'],['../group___p_i_o__put__var__c.html#gad518542a09a575eeca279497940206ec',1,'PIOc_put_var1_schar(int ncid, int varid, const PIO_Offset *index, const signed char *op): pio_put_nc.c']]],
+ ['pioc_5fput_5fvar1_5fshort',['PIOc_put_var1_short',['../group___p_i_o__put__var__c.html#ga86827831c9fc9fb0277a901cbe773959',1,'PIOc_put_var1_short(int ncid, int varid, const PIO_Offset *index, const short *op): pio_put_nc.c'],['../group___p_i_o__put__var__c.html#ga86827831c9fc9fb0277a901cbe773959',1,'PIOc_put_var1_short(int ncid, int varid, const PIO_Offset *index, const short *op): pio_put_nc.c']]],
+ ['pioc_5fput_5fvar1_5ftext',['PIOc_put_var1_text',['../group___p_i_o__put__var__c.html#gae3ec127de3786a1ddeb731fc5232cfa7',1,'PIOc_put_var1_text(int ncid, int varid, const PIO_Offset *index, const char *op): pio_put_nc.c'],['../group___p_i_o__put__var__c.html#gae3ec127de3786a1ddeb731fc5232cfa7',1,'PIOc_put_var1_text(int ncid, int varid, const PIO_Offset *index, const char *op): pio_put_nc.c']]],
+ ['pioc_5fput_5fvar1_5fuchar',['PIOc_put_var1_uchar',['../group___p_i_o__put__var__c.html#gab0c45df01479fe96e2fb80b5adea5029',1,'PIOc_put_var1_uchar(int ncid, int varid, const PIO_Offset *index, const unsigned char *op): pio_put_nc.c'],['../group___p_i_o__put__var__c.html#gab0c45df01479fe96e2fb80b5adea5029',1,'PIOc_put_var1_uchar(int ncid, int varid, const PIO_Offset *index, const unsigned char *op): pio_put_nc.c']]],
+ ['pioc_5fput_5fvar1_5fuint',['PIOc_put_var1_uint',['../group___p_i_o__put__var__c.html#ga2637048f0ac5d0e4b7ac0135dfc15224',1,'PIOc_put_var1_uint(int ncid, int varid, const PIO_Offset *index, const unsigned int *op): pio_put_nc.c'],['../group___p_i_o__put__var__c.html#ga2637048f0ac5d0e4b7ac0135dfc15224',1,'PIOc_put_var1_uint(int ncid, int varid, const PIO_Offset *index, const unsigned int *op): pio_put_nc.c']]],
+ ['pioc_5fput_5fvar1_5fulonglong',['PIOc_put_var1_ulonglong',['../group___p_i_o__put__var__c.html#ga148bf48c4a09e88be8fbd6f5e3db7fb9',1,'PIOc_put_var1_ulonglong(int ncid, int varid, const PIO_Offset *index, const unsigned long long *op): pio_put_nc.c'],['../group___p_i_o__put__var__c.html#ga148bf48c4a09e88be8fbd6f5e3db7fb9',1,'PIOc_put_var1_ulonglong(int ncid, int varid, const PIO_Offset *index, const unsigned long long *op): pio_put_nc.c']]],
+ ['pioc_5fput_5fvar1_5fushort',['PIOc_put_var1_ushort',['../group___p_i_o__put__var__c.html#gaae352be792bfa197056d91654ce492a6',1,'PIOc_put_var1_ushort(int ncid, int varid, const PIO_Offset *index, const unsigned short *op): pio_put_nc.c'],['../group___p_i_o__put__var__c.html#gaae352be792bfa197056d91654ce492a6',1,'PIOc_put_var1_ushort(int ncid, int varid, const PIO_Offset *index, const unsigned short *op): pio_put_nc.c']]],
+ ['pioc_5fput_5fvar_5fdouble',['PIOc_put_var_double',['../group___p_i_o__put__var__c.html#gad6e5f5937169ea6f5f8f3965e9096410',1,'PIOc_put_var_double(int ncid, int varid, const double *op): pio_put_nc.c'],['../group___p_i_o__put__var__c.html#gad6e5f5937169ea6f5f8f3965e9096410',1,'PIOc_put_var_double(int ncid, int varid, const double *op): pio_put_nc.c']]],
+ ['pioc_5fput_5fvar_5ffloat',['PIOc_put_var_float',['../group___p_i_o__put__var__c.html#ga258fa55bd055b47d84d61236f0e1317d',1,'PIOc_put_var_float(int ncid, int varid, const float *op): pio_put_nc.c'],['../group___p_i_o__put__var__c.html#ga258fa55bd055b47d84d61236f0e1317d',1,'PIOc_put_var_float(int ncid, int varid, const float *op): pio_put_nc.c']]],
+ ['pioc_5fput_5fvar_5fint',['PIOc_put_var_int',['../group___p_i_o__put__var__c.html#ga695b388f373f638218a34b055498c754',1,'PIOc_put_var_int(int ncid, int varid, const int *op): pio_put_nc.c'],['../group___p_i_o__put__var__c.html#ga695b388f373f638218a34b055498c754',1,'PIOc_put_var_int(int ncid, int varid, const int *op): pio_put_nc.c']]],
+ ['pioc_5fput_5fvar_5flong',['PIOc_put_var_long',['../group___p_i_o__put__var__c.html#ga054ab75d2101a8a0d36ec39f48b48ecc',1,'PIOc_put_var_long(int ncid, int varid, const long *op): pio_put_nc.c'],['../group___p_i_o__put__var__c.html#ga054ab75d2101a8a0d36ec39f48b48ecc',1,'PIOc_put_var_long(int ncid, int varid, const long *op): pio_put_nc.c']]],
+ ['pioc_5fput_5fvar_5flonglong',['PIOc_put_var_longlong',['../group___p_i_o__put__var__c.html#gae14a05d8902e281e47cb090ab0298ea4',1,'PIOc_put_var_longlong(int ncid, int varid, const long long *op): pio_put_nc.c'],['../group___p_i_o__put__var__c.html#gae14a05d8902e281e47cb090ab0298ea4',1,'PIOc_put_var_longlong(int ncid, int varid, const long long *op): pio_put_nc.c']]],
+ ['pioc_5fput_5fvar_5fschar',['PIOc_put_var_schar',['../group___p_i_o__put__var__c.html#ga12328ddf64847e1a0122fdb653770e33',1,'PIOc_put_var_schar(int ncid, int varid, const signed char *op): pio_put_nc.c'],['../group___p_i_o__put__var__c.html#ga12328ddf64847e1a0122fdb653770e33',1,'PIOc_put_var_schar(int ncid, int varid, const signed char *op): pio_put_nc.c']]],
+ ['pioc_5fput_5fvar_5fshort',['PIOc_put_var_short',['../group___p_i_o__put__var__c.html#ga476e3c866dc16974e8840dfb2837d003',1,'PIOc_put_var_short(int ncid, int varid, const short *op): pio_put_nc.c'],['../group___p_i_o__put__var__c.html#ga476e3c866dc16974e8840dfb2837d003',1,'PIOc_put_var_short(int ncid, int varid, const short *op): pio_put_nc.c']]],
+ ['pioc_5fput_5fvar_5ftext',['PIOc_put_var_text',['../group___p_i_o__put__var__c.html#gabb03b44df49b3f6e7788225a11fd1da6',1,'PIOc_put_var_text(int ncid, int varid, const char *op): pio_put_nc.c'],['../group___p_i_o__put__var__c.html#gabb03b44df49b3f6e7788225a11fd1da6',1,'PIOc_put_var_text(int ncid, int varid, const char *op): pio_put_nc.c']]],
+ ['pioc_5fput_5fvar_5fuchar',['PIOc_put_var_uchar',['../group___p_i_o__put__var__c.html#ga9e7bbb2d79a97a6590047e5c4a180743',1,'PIOc_put_var_uchar(int ncid, int varid, const unsigned char *op): pio_put_nc.c'],['../group___p_i_o__put__var__c.html#ga9e7bbb2d79a97a6590047e5c4a180743',1,'PIOc_put_var_uchar(int ncid, int varid, const unsigned char *op): pio_put_nc.c']]],
+ ['pioc_5fput_5fvar_5fuint',['PIOc_put_var_uint',['../group___p_i_o__put__var__c.html#gaf4421e814e7bbc09a6a7827468aa483e',1,'PIOc_put_var_uint(int ncid, int varid, const unsigned int *op): pio_put_nc.c'],['../group___p_i_o__put__var__c.html#gaf4421e814e7bbc09a6a7827468aa483e',1,'PIOc_put_var_uint(int ncid, int varid, const unsigned int *op): pio_put_nc.c']]],
+ ['pioc_5fput_5fvar_5fulonglong',['PIOc_put_var_ulonglong',['../group___p_i_o__put__var__c.html#gadf8f6d3b19755b3a296671c5b8152179',1,'PIOc_put_var_ulonglong(int ncid, int varid, const unsigned long long *op): pio_put_nc.c'],['../group___p_i_o__put__var__c.html#gadf8f6d3b19755b3a296671c5b8152179',1,'PIOc_put_var_ulonglong(int ncid, int varid, const unsigned long long *op): pio_put_nc.c']]],
+ ['pioc_5fput_5fvar_5fushort',['PIOc_put_var_ushort',['../group___p_i_o__put__var__c.html#ga41152ae73d225cb9278eb8675dd9e2e1',1,'PIOc_put_var_ushort(int ncid, int varid, const unsigned short *op): pio_put_nc.c'],['../group___p_i_o__put__var__c.html#ga41152ae73d225cb9278eb8675dd9e2e1',1,'PIOc_put_var_ushort(int ncid, int varid, const unsigned short *op): pio_put_nc.c']]],
+ ['pioc_5fput_5fvara',['PIOc_put_vara',['../group___p_i_o__put__var__c.html#ga4119884357319e1f9629ca60c1c29afc',1,'PIOc_put_vara(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const void *op): pio_put_nc.c'],['../group___p_i_o__put__var__c.html#ga4119884357319e1f9629ca60c1c29afc',1,'PIOc_put_vara(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const void *buf): pio_put_nc.c']]],
+ ['pioc_5fput_5fvara_5fdouble',['PIOc_put_vara_double',['../interfacepionfput__mod_1_1_p_i_oc__put__vara__double.html',1,'pionfput_mod::PIOc_put_vara_double'],['../group___p_i_o__put__var__c.html#ga8281a16150db297fd5042914fe5c61b7',1,'PIOc_put_vara_double(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const double *op): pio_put_nc.c'],['../group___p_i_o__put__var__c.html#ga8281a16150db297fd5042914fe5c61b7',1,'PIOc_put_vara_double(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const double *op): pio_put_nc.c']]],
+ ['pioc_5fput_5fvara_5ffloat',['PIOc_put_vara_float',['../interfacepionfput__mod_1_1_p_i_oc__put__vara__float.html',1,'pionfput_mod::PIOc_put_vara_float'],['../group___p_i_o__put__var__c.html#gacb39248b7bb0b3536ae91246bd9926a1',1,'PIOc_put_vara_float(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const float *op): pio_put_nc.c'],['../group___p_i_o__put__var__c.html#gacb39248b7bb0b3536ae91246bd9926a1',1,'PIOc_put_vara_float(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const float *op): pio_put_nc.c']]],
+ ['pioc_5fput_5fvara_5fint',['PIOc_put_vara_int',['../interfacepionfput__mod_1_1_p_i_oc__put__vara__int.html',1,'pionfput_mod::PIOc_put_vara_int'],['../group___p_i_o__put__var__c.html#ga4d0c5b1c1b156d61d3ede1662394bfb6',1,'PIOc_put_vara_int(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const int *op): pio_put_nc.c'],['../group___p_i_o__put__var__c.html#ga4d0c5b1c1b156d61d3ede1662394bfb6',1,'PIOc_put_vara_int(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const int *op): pio_put_nc.c']]],
+ ['pioc_5fput_5fvara_5flong',['PIOc_put_vara_long',['../group___p_i_o__put__var__c.html#ga70700bd6edfe28649ac99ab23adb3007',1,'PIOc_put_vara_long(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const long *op): pio_put_nc.c'],['../group___p_i_o__put__var__c.html#ga70700bd6edfe28649ac99ab23adb3007',1,'PIOc_put_vara_long(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const long *op): pio_put_nc.c']]],
+ ['pioc_5fput_5fvara_5flonglong',['PIOc_put_vara_longlong',['../group___p_i_o__put__var__c.html#gac1de2406fe02082b5f5ca53267879f48',1,'PIOc_put_vara_longlong(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const long long *op): pio_put_nc.c'],['../group___p_i_o__put__var__c.html#gac1de2406fe02082b5f5ca53267879f48',1,'PIOc_put_vara_longlong(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const long long *op): pio_put_nc.c']]],
+ ['pioc_5fput_5fvara_5fschar',['PIOc_put_vara_schar',['../group___p_i_o__put__var__c.html#gab356150e292ea34ca78766fc6524edd5',1,'PIOc_put_vara_schar(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const signed char *op): pio_put_nc.c'],['../group___p_i_o__put__var__c.html#gab356150e292ea34ca78766fc6524edd5',1,'PIOc_put_vara_schar(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const signed char *op): pio_put_nc.c']]],
+ ['pioc_5fput_5fvara_5fshort',['PIOc_put_vara_short',['../group___p_i_o__put__var__c.html#ga9c0005dabf7d0f45c9a7897ce617490e',1,'PIOc_put_vara_short(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const short *op): pio_put_nc.c'],['../group___p_i_o__put__var__c.html#ga9c0005dabf7d0f45c9a7897ce617490e',1,'PIOc_put_vara_short(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const short *op): pio_put_nc.c']]],
+ ['pioc_5fput_5fvara_5ftext',['PIOc_put_vara_text',['../interfacepionfput__mod_1_1_p_i_oc__put__vara__text.html',1,'pionfput_mod::PIOc_put_vara_text'],['../group___p_i_o__put__var__c.html#ga0948fa77fffa31614176a91aee3f000f',1,'PIOc_put_vara_text(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const char *op): pio_put_nc.c'],['../group___p_i_o__put__var__c.html#ga0948fa77fffa31614176a91aee3f000f',1,'PIOc_put_vara_text(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const char *op): pio_put_nc.c']]],
+ ['pioc_5fput_5fvara_5fuchar',['PIOc_put_vara_uchar',['../group___p_i_o__put__var__c.html#ga374ea08a51667530b4f4f5cd58ca2c58',1,'PIOc_put_vara_uchar(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const unsigned char *op): pio_put_nc.c'],['../group___p_i_o__put__var__c.html#ga374ea08a51667530b4f4f5cd58ca2c58',1,'PIOc_put_vara_uchar(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const unsigned char *op): pio_put_nc.c']]],
+ ['pioc_5fput_5fvara_5fuint',['PIOc_put_vara_uint',['../group___p_i_o__put__var__c.html#ga9986361e02f8b12130fd99fb357e6d37',1,'PIOc_put_vara_uint(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const unsigned int *op): pio_put_nc.c'],['../group___p_i_o__put__var__c.html#ga9986361e02f8b12130fd99fb357e6d37',1,'PIOc_put_vara_uint(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const unsigned int *op): pio_put_nc.c']]],
+ ['pioc_5fput_5fvara_5fulonglong',['PIOc_put_vara_ulonglong',['../group___p_i_o__put__var__c.html#gaaaaeca009761b1053d6a90474e83224a',1,'PIOc_put_vara_ulonglong(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const unsigned long long *op): pio_put_nc.c'],['../group___p_i_o__put__var__c.html#gaaaaeca009761b1053d6a90474e83224a',1,'PIOc_put_vara_ulonglong(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const unsigned long long *op): pio_put_nc.c']]],
+ ['pioc_5fput_5fvara_5fushort',['PIOc_put_vara_ushort',['../group___p_i_o__put__var__c.html#ga032fa0de7028fb3903a16c01ce87c557',1,'PIOc_put_vara_ushort(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const unsigned short *op): pio_put_nc.c'],['../group___p_i_o__put__var__c.html#ga032fa0de7028fb3903a16c01ce87c557',1,'PIOc_put_vara_ushort(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const unsigned short *op): pio_put_nc.c']]],
+ ['pioc_5fput_5fvars',['PIOc_put_vars',['../group___p_i_o__put__var__c.html#ga9fe25fd7449ea26b0d4a2a0d22dbc41a',1,'PIOc_put_vars(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, const void *op): pio_put_nc.c'],['../group___p_i_o__put__var__c.html#ga9fe25fd7449ea26b0d4a2a0d22dbc41a',1,'PIOc_put_vars(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, const void *buf): pio_put_nc.c']]],
+ ['pioc_5fput_5fvars_5fdouble',['PIOc_put_vars_double',['../group___p_i_o__put__var__c.html#ga7306e155cbf78fb6155ebb258a7b72ea',1,'PIOc_put_vars_double(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, const double *op): pio_put_nc.c'],['../group___p_i_o__put__var__c.html#ga7306e155cbf78fb6155ebb258a7b72ea',1,'PIOc_put_vars_double(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, const double *op): pio_put_nc.c']]],
+ ['pioc_5fput_5fvars_5ffloat',['PIOc_put_vars_float',['../group___p_i_o__put__var__c.html#ga6664099a827b2dcafee07541350658d6',1,'PIOc_put_vars_float(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, const float *op): pio_put_nc.c'],['../group___p_i_o__put__var__c.html#ga6664099a827b2dcafee07541350658d6',1,'PIOc_put_vars_float(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, const float *op): pio_put_nc.c']]],
+ ['pioc_5fput_5fvars_5fint',['PIOc_put_vars_int',['../group___p_i_o__put__var__c.html#gacace345de4c99cdad3e7a879785cdc25',1,'PIOc_put_vars_int(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, const int *op): pio_put_nc.c'],['../group___p_i_o__put__var__c.html#gacace345de4c99cdad3e7a879785cdc25',1,'PIOc_put_vars_int(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, const int *op): pio_put_nc.c']]],
+ ['pioc_5fput_5fvars_5flong',['PIOc_put_vars_long',['../group___p_i_o__put__var__c.html#gaff69eb687472a163e8ca541ba5e3d0c6',1,'PIOc_put_vars_long(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, const long *op): pio_put_nc.c'],['../group___p_i_o__put__var__c.html#gaff69eb687472a163e8ca541ba5e3d0c6',1,'PIOc_put_vars_long(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, const long *op): pio_put_nc.c']]],
+ ['pioc_5fput_5fvars_5flonglong',['PIOc_put_vars_longlong',['../group___p_i_o__put__var__c.html#gae1206994f38f98d41422c971fbaa4441',1,'PIOc_put_vars_longlong(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, const long long *op): pio_put_nc.c'],['../group___p_i_o__put__var__c.html#gae1206994f38f98d41422c971fbaa4441',1,'PIOc_put_vars_longlong(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, const long long *op): pio_put_nc.c']]],
+ ['pioc_5fput_5fvars_5fschar',['PIOc_put_vars_schar',['../group___p_i_o__put__var__c.html#ga21140ab146026d575ad8e77a9b25e964',1,'PIOc_put_vars_schar(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, const signed char *op): pio_put_nc.c'],['../group___p_i_o__put__var__c.html#ga21140ab146026d575ad8e77a9b25e964',1,'PIOc_put_vars_schar(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, const signed char *op): pio_put_nc.c']]],
+ ['pioc_5fput_5fvars_5fshort',['PIOc_put_vars_short',['../group___p_i_o__put__var__c.html#ga12d13babaa48a2b936f04596d7871c6b',1,'PIOc_put_vars_short(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, const short *op): pio_put_nc.c'],['../group___p_i_o__put__var__c.html#ga12d13babaa48a2b936f04596d7871c6b',1,'PIOc_put_vars_short(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, const short *op): pio_put_nc.c']]],
+ ['pioc_5fput_5fvars_5ftext',['PIOc_put_vars_text',['../group___p_i_o__put__var__c.html#gabd8ae98837aae9454960f9d4178a5f29',1,'PIOc_put_vars_text(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, const char *op): pio_put_nc.c'],['../group___p_i_o__put__var__c.html#gabd8ae98837aae9454960f9d4178a5f29',1,'PIOc_put_vars_text(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, const char *op): pio_put_nc.c']]],
+ ['pioc_5fput_5fvars_5fuchar',['PIOc_put_vars_uchar',['../group___p_i_o__put__var__c.html#ga3fbdc59b8d29c3f31402925760740e91',1,'PIOc_put_vars_uchar(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, const unsigned char *op): pio_put_nc.c'],['../group___p_i_o__put__var__c.html#ga3fbdc59b8d29c3f31402925760740e91',1,'PIOc_put_vars_uchar(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, const unsigned char *op): pio_put_nc.c']]],
+ ['pioc_5fput_5fvars_5fuint',['PIOc_put_vars_uint',['../group___p_i_o__put__var__c.html#ga6a21170a203c2f50dd83f7f942995564',1,'PIOc_put_vars_uint(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, const unsigned int *op): pio_put_nc.c'],['../group___p_i_o__put__var__c.html#ga6a21170a203c2f50dd83f7f942995564',1,'PIOc_put_vars_uint(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, const unsigned int *op): pio_put_nc.c']]],
+ ['pioc_5fput_5fvars_5fulonglong',['PIOc_put_vars_ulonglong',['../group___p_i_o__put__var__c.html#gab333af8ad45e0ea945093865edb3654a',1,'PIOc_put_vars_ulonglong(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, const unsigned long long *op): pio_put_nc.c'],['../group___p_i_o__put__var__c.html#gab333af8ad45e0ea945093865edb3654a',1,'PIOc_put_vars_ulonglong(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, const unsigned long long *op): pio_put_nc.c']]],
+ ['pioc_5fput_5fvars_5fushort',['PIOc_put_vars_ushort',['../group___p_i_o__put__var__c.html#gaac1838d8762954411726ece43d12bd02',1,'PIOc_put_vars_ushort(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, const unsigned short *op): pio_put_nc.c'],['../group___p_i_o__put__var__c.html#gaac1838d8762954411726ece43d12bd02',1,'PIOc_put_vars_ushort(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, const unsigned short *op): pio_put_nc.c']]],
+ ['pioc_5fread_5fdarray',['PIOc_read_darray',['../interfacepiodarray_1_1_p_i_oc__read__darray.html',1,'piodarray::PIOc_read_darray'],['../group___p_i_o__read__darray__c.html#gaa4eb9375a17ec358a88c8e7e388880db',1,'PIOc_read_darray(int ncid, int varid, int ioid, PIO_Offset arraylen, void *array): pio_darray.c'],['../group___p_i_o__read__darray__c.html#gaa4eb9375a17ec358a88c8e7e388880db',1,'PIOc_read_darray(int ncid, int varid, int ioid, PIO_Offset arraylen, void *array): pio_darray.c']]],
+ ['pioc_5fread_5fnc_5fdecomp',['PIOc_read_nc_decomp',['../pioc__support_8c.html#afebbacda596e27882dace25a133e3c67',1,'PIOc_read_nc_decomp(int iosysid, const char *filename, int *ioidp, MPI_Comm comm, int pio_type, char *title, char *history, int *fortran_order): pioc_support.c'],['../pio_8h.html#a84d8e975b0adcd6399825300277cf6bd',1,'PIOc_read_nc_decomp(int iosysid, const char *filename, int *ioid, MPI_Comm comm, int pio_type, char *title, char *history, int *fortran_order): pioc_support.c']]],
+ ['pioc_5fread_5fnc_5fdecomp_5fint',['pioc_read_nc_decomp_int',['../pioc__support_8c.html#ad8b29912a68d6152e4a1ec5eca683314',1,'pioc_support.c']]],
+ ['pioc_5freadmap',['PIOc_readmap',['../pioc__support_8c.html#a60bb612a73ecfdf88920ccb69e9893d0',1,'PIOc_readmap(const char *file, int *ndims, int **gdims, PIO_Offset *fmaplen, PIO_Offset **map, MPI_Comm comm): pioc_support.c'],['../pio_8h.html#a60bb612a73ecfdf88920ccb69e9893d0',1,'PIOc_readmap(const char *file, int *ndims, int **gdims, PIO_Offset *fmaplen, PIO_Offset **map, MPI_Comm comm): pioc_support.c']]],
+ ['pioc_5freadmap_5ffrom_5ff90',['PIOc_readmap_from_f90',['../pioc__support_8c.html#a0b8afdc0335a14a2b57a07fe31f5a28e',1,'PIOc_readmap_from_f90(const char *file, int *ndims, int **gdims, PIO_Offset *maplen, PIO_Offset **map, int f90_comm): pioc_support.c'],['../pio_8h.html#a0b8afdc0335a14a2b57a07fe31f5a28e',1,'PIOc_readmap_from_f90(const char *file, int *ndims, int **gdims, PIO_Offset *maplen, PIO_Offset **map, int f90_comm): pioc_support.c']]],
+ ['pioc_5fredef',['PIOc_redef',['../group___p_i_o__redef__c.html#ga409ea0e493fa0f74464ecde01647629a',1,'PIOc_redef(int ncid): pio_nc.c'],['../group___p_i_o__redef__c.html#ga409ea0e493fa0f74464ecde01647629a',1,'PIOc_redef(int ncid): pio_nc.c']]],
+ ['pioc_5frename_5fatt',['PIOc_rename_att',['../group___p_i_o__rename__att__c.html#ga2fb37f6eab130d00625515911a317ba3',1,'PIOc_rename_att(int ncid, int varid, const char *name, const char *newname): pio_nc.c'],['../group___p_i_o__rename__att__c.html#ga2fb37f6eab130d00625515911a317ba3',1,'PIOc_rename_att(int ncid, int varid, const char *name, const char *newname): pio_nc.c']]],
+ ['pioc_5frename_5fdim',['PIOc_rename_dim',['../group___p_i_o__rename__dim__c.html#ga00650c8568f5d8c6e325f931c91d8c11',1,'PIOc_rename_dim(int ncid, int dimid, const char *name): pio_nc.c'],['../group___p_i_o__rename__dim__c.html#ga00650c8568f5d8c6e325f931c91d8c11',1,'PIOc_rename_dim(int ncid, int dimid, const char *name): pio_nc.c']]],
+ ['pioc_5frename_5fvar',['PIOc_rename_var',['../group___p_i_o__rename__var__c.html#gae7b726002ea0fb7fe3f702e1ff0253d8',1,'PIOc_rename_var(int ncid, int varid, const char *name): pio_nc.c'],['../group___p_i_o__rename__var__c.html#gae7b726002ea0fb7fe3f702e1ff0253d8',1,'PIOc_rename_var(int ncid, int varid, const char *name): pio_nc.c']]],
+ ['pioc_5fset_5fblocksize',['PIOc_set_blocksize',['../group___p_i_o__set__blocksize__c.html#gae984deb48c9c2b694d3805d9e0bf673d',1,'PIOc_set_blocksize(int newblocksize): pioc.c'],['../group___p_i_o__set__blocksize__c.html#gae984deb48c9c2b694d3805d9e0bf673d',1,'PIOc_set_blocksize(int newblocksize): pioc.c']]],
+ ['pioc_5fset_5fbuffer_5fsize_5flimit',['PIOc_set_buffer_size_limit',['../pio__darray_8c.html#a391b1ef1811260306b599b5bcc680a52',1,'PIOc_set_buffer_size_limit(PIO_Offset limit): pio_darray.c'],['../pio_8h.html#a391b1ef1811260306b599b5bcc680a52',1,'PIOc_set_buffer_size_limit(PIO_Offset limit): pio_darray.c']]],
+ ['pioc_5fset_5fchunk_5fcache',['PIOc_set_chunk_cache',['../group___p_i_o__def__var__c.html#ga6a7595c5fa66ef4c35d26910a1195b52',1,'PIOc_set_chunk_cache(int iosysid, int iotype, PIO_Offset size, PIO_Offset nelems, float preemption): pio_nc4.c'],['../group___p_i_o__def__var__c.html#ga6a7595c5fa66ef4c35d26910a1195b52',1,'PIOc_set_chunk_cache(int iosysid, int iotype, PIO_Offset size, PIO_Offset nelems, float preemption): pio_nc4.c']]],
+ ['pioc_5fset_5ffile_5ferror_5fhandling',['PIOc_Set_File_Error_Handling',['../group___p_i_o__error__method__c.html#gad96ab117379dea9b8e477ccb1d37801c',1,'PIOc_Set_File_Error_Handling(int ncid, int method): pioc.c'],['../group___p_i_o__error__method__c.html#gad96ab117379dea9b8e477ccb1d37801c',1,'PIOc_Set_File_Error_Handling(int ncid, int method): pioc.c']]],
+ ['pioc_5fset_5ffill',['PIOc_set_fill',['../group___p_i_o__set__fill__c.html#gab7b83b0cfaaf0d768ba357361edff9b6',1,'PIOc_set_fill(int ncid, int fillmode, int *old_modep): pio_nc.c'],['../group___p_i_o__set__fill__c.html#gab7b83b0cfaaf0d768ba357361edff9b6',1,'PIOc_set_fill(int ncid, int fillmode, int *old_modep): pio_nc.c']]],
+ ['pioc_5fset_5fhint',['PIOc_set_hint',['../group___p_i_o__set__hint__c.html#gac72053134b457aa56a2e0462bfb71803',1,'PIOc_set_hint(int iosysid, const char *hint, const char *hintval): pioc.c'],['../group___p_i_o__set__hint__c.html#gac72053134b457aa56a2e0462bfb71803',1,'PIOc_set_hint(int iosysid, const char *hint, const char *hintval): pioc.c']]],
+ ['pioc_5fset_5fiosystem_5ferror_5fhandling',['PIOc_Set_IOSystem_Error_Handling',['../group___p_i_o__error__method__c.html#gac76c32bb1d06beeaabf003c1a12fc7a4',1,'PIOc_Set_IOSystem_Error_Handling(int iosysid, int method): pioc.c'],['../group___p_i_o__error__method__c.html#gac76c32bb1d06beeaabf003c1a12fc7a4',1,'PIOc_Set_IOSystem_Error_Handling(int iosysid, int method): pioc.c'],['../group___p_i_o__error__method__c.html#gac4d7bb3ea04026a1269a0e87608d13f3',1,'PIOc_set_iosystem_error_handling(int iosysid, int method, int *old_method): pioc.c'],['../group___p_i_o__error__method__c.html#gac4d7bb3ea04026a1269a0e87608d13f3',1,'PIOc_set_iosystem_error_handling(int iosysid, int method, int *old_method): pioc.c']]],
+ ['pioc_5fset_5flog_5flevel',['PIOc_set_log_level',['../pioc__support_8c.html#a1bb546dedd6290cb450577658e955edb',1,'PIOc_set_log_level(int level): pioc_support.c'],['../pio_8h.html#a1bb546dedd6290cb450577658e955edb',1,'PIOc_set_log_level(int level): pioc_support.c']]],
+ ['pioc_5fset_5frearr_5fopts',['PIOc_set_rearr_opts',['../pioc__support_8c.html#af0f6203d1174297028f80edb8c64c377',1,'PIOc_set_rearr_opts(int iosysid, int comm_type, int fcd, bool enable_hs_c2i, bool enable_isend_c2i, int max_pend_req_c2i, bool enable_hs_i2c, bool enable_isend_i2c, int max_pend_req_i2c): pioc_support.c'],['../pio_8h.html#af0f6203d1174297028f80edb8c64c377',1,'PIOc_set_rearr_opts(int iosysid, int comm_type, int fcd, bool enable_hs_c2i, bool enable_isend_c2i, int max_pend_req_c2i, bool enable_hs_i2c, bool enable_isend_i2c, int max_pend_req_i2c): pioc_support.c']]],
+ ['pioc_5fset_5fvar_5fchunk_5fcache',['PIOc_set_var_chunk_cache',['../group___p_i_o__def__var__c.html#gafe68b976cb9feaefb3c06a4656f7152a',1,'PIOc_set_var_chunk_cache(int ncid, int varid, PIO_Offset size, PIO_Offset nelems, float preemption): pio_nc4.c'],['../group___p_i_o__def__var__c.html#gafe68b976cb9feaefb3c06a4656f7152a',1,'PIOc_set_var_chunk_cache(int ncid, int varid, PIO_Offset size, PIO_Offset nelems, float preemption): pio_nc4.c']]],
+ ['pioc_5fsetframe',['PIOc_setframe',['../group___p_i_o__setframe__c.html#ga630e7798172acacbaf43e596b237f418',1,'PIOc_setframe(int ncid, int varid, int frame): pioc.c'],['../group___p_i_o__setframe__c.html#ga630e7798172acacbaf43e596b237f418',1,'PIOc_setframe(int ncid, int varid, int frame): pioc.c']]],
+ ['pioc_5fstrerror',['PIOc_strerror',['../pioc__support_8c.html#a5354c4b50d70fa1cf7db81aadba8fb78',1,'PIOc_strerror(int pioerr, char *errmsg): pioc_support.c'],['../pio_8h.html#abd3edf404027545c762ad3ae10d765fb',1,'PIOc_strerror(int pioerr, char *errstr): pioc_support.c']]],
['pioc_5fsupport_2ec',['pioc_support.c',['../pioc__support_8c.html',1,'']]],
- ['pioc_5fsync',['PIOc_sync',['../pio_8h.html#af0786a65a17388275114ddc4749b7e99',1,'PIOc_sync(int ncid): pio_file.c'],['../pio__file_8c.html#af0786a65a17388275114ddc4749b7e99',1,'PIOc_sync(int ncid): pio_file.c']]],
- ['pioc_5fwrite_5fdarray',['PIOc_write_darray',['../group___p_i_o__write__darray.html#gaa40fae759a2a5e39cb7af9b6f024db8f',1,'PIOc_write_darray(int ncid, int varid, int ioid, PIO_Offset arraylen, void *array, void *fillvalue): pio_darray.c'],['../group___p_i_o__write__darray.html#gaa40fae759a2a5e39cb7af9b6f024db8f',1,'PIOc_write_darray(int ncid, int varid, int ioid, PIO_Offset arraylen, void *array, void *fillvalue): pio_darray.c']]],
- ['pioc_5fwrite_5fdarray_5fmulti',['PIOc_write_darray_multi',['../interfacepiodarray_1_1_p_i_oc__write__darray__multi.html',1,'piodarray::PIOc_write_darray_multi'],['../group___p_i_o__write__darray.html#ga8e6611243431101939c4dd4c991a7e0b',1,'PIOc_write_darray_multi(int ncid, const int *varids, int ioid, int nvars, PIO_Offset arraylen, void *array, const int *frame, void **fillvalue, bool flushtodisk): pio_darray.c'],['../group___p_i_o__write__darray.html#ga8e6611243431101939c4dd4c991a7e0b',1,'PIOc_write_darray_multi(int ncid, const int *varids, int ioid, int nvars, PIO_Offset arraylen, void *array, const int *frame, void **fillvalue, bool flushtodisk): pio_darray.c']]],
- ['pioc_5fwrite_5fdecomp',['PIOc_write_decomp',['../pio_8h.html#af4584849f62a2587b9f44588c00aff9b',1,'PIOc_write_decomp(const char *file, int iosysid, int ioid, MPI_Comm comm): pioc_support.c'],['../pioc__support_8c.html#af4584849f62a2587b9f44588c00aff9b',1,'PIOc_write_decomp(const char *file, int iosysid, int ioid, MPI_Comm comm): pioc_support.c']]],
- ['pioc_5fwrite_5fnc_5fdecomp',['PIOc_write_nc_decomp',['../pio_8h.html#a9d698d00504b20962c3bf8f8867c4f2c',1,'PIOc_write_nc_decomp(int iosysid, const char *filename, int cmode, int ioid, char *title, char *history, int fortran_order): pioc_support.c'],['../pioc__support_8c.html#a9d698d00504b20962c3bf8f8867c4f2c',1,'PIOc_write_nc_decomp(int iosysid, const char *filename, int cmode, int ioid, char *title, char *history, int fortran_order): pioc_support.c']]],
- ['pioc_5fwritemap',['PIOc_writemap',['../pio_8h.html#a3b16ec948dfda28b151a934f5693835f',1,'PIOc_writemap(const char *file, int ndims, const int *gdims, PIO_Offset maplen, PIO_Offset *map, MPI_Comm comm): pioc_support.c'],['../pioc__support_8c.html#a3b16ec948dfda28b151a934f5693835f',1,'PIOc_writemap(const char *file, int ndims, const int *gdims, PIO_Offset maplen, PIO_Offset *map, MPI_Comm comm): pioc_support.c']]],
- ['pioc_5fwritemap_5ffrom_5ff90',['PIOc_writemap_from_f90',['../pio_8h.html#acfa3fdb0973e6efe362cd434cc17a7f4',1,'PIOc_writemap_from_f90(const char *file, int ndims, const int *gdims, PIO_Offset maplen, const PIO_Offset *map, int f90_comm): pioc_support.c'],['../pioc__support_8c.html#acfa3fdb0973e6efe362cd434cc17a7f4',1,'PIOc_writemap_from_f90(const char *file, int ndims, const int *gdims, PIO_Offset maplen, const PIO_Offset *map, int f90_comm): pioc_support.c']]],
- ['piodarray_2ef90',['piodarray.F90',['../piodarray_8_f90.html',1,'']]],
- ['piodie',['piodie',['../pio__support_8_f90.html#a13fac82014192fcf782a95c3be4e9a66',1,'pio_support::piodie()'],['../pio__internal_8h.html#ad417d75138578970277896756f0baca8',1,'piodie(const char *msg, const char *fname, int line): pioc_support.c'],['../pioc__support_8c.html#ad417d75138578970277896756f0baca8',1,'piodie(const char *msg, const char *fname, int line): pioc_support.c']]],
+ ['pioc_5fsync',['PIOc_sync',['../group___p_i_o__sync__file__c.html#gaf0786a65a17388275114ddc4749b7e99',1,'PIOc_sync(int ncid): pio_file.c'],['../group___p_i_o__sync__file__c.html#gaf0786a65a17388275114ddc4749b7e99',1,'PIOc_sync(int ncid): pio_file.c']]],
+ ['pioc_5fwrite_5fdarray',['PIOc_write_darray',['../group___p_i_o__write__darray__c.html#gaa40fae759a2a5e39cb7af9b6f024db8f',1,'PIOc_write_darray(int ncid, int varid, int ioid, PIO_Offset arraylen, void *array, void *fillvalue): pio_darray.c'],['../group___p_i_o__write__darray__c.html#gaa40fae759a2a5e39cb7af9b6f024db8f',1,'PIOc_write_darray(int ncid, int varid, int ioid, PIO_Offset arraylen, void *array, void *fillvalue): pio_darray.c']]],
+ ['pioc_5fwrite_5fdarray_5fmulti',['PIOc_write_darray_multi',['../interfacepiodarray_1_1_p_i_oc__write__darray__multi.html',1,'piodarray::PIOc_write_darray_multi'],['../group___p_i_o__write__darray__c.html#ga8e6611243431101939c4dd4c991a7e0b',1,'PIOc_write_darray_multi(int ncid, const int *varids, int ioid, int nvars, PIO_Offset arraylen, void *array, const int *frame, void **fillvalue, bool flushtodisk): pio_darray.c'],['../group___p_i_o__write__darray__c.html#ga8e6611243431101939c4dd4c991a7e0b',1,'PIOc_write_darray_multi(int ncid, const int *varids, int ioid, int nvars, PIO_Offset arraylen, void *array, const int *frame, void **fillvalue, bool flushtodisk): pio_darray.c']]],
+ ['pioc_5fwrite_5fdecomp',['PIOc_write_decomp',['../pioc__support_8c.html#af4584849f62a2587b9f44588c00aff9b',1,'PIOc_write_decomp(const char *file, int iosysid, int ioid, MPI_Comm comm): pioc_support.c'],['../pio_8h.html#af4584849f62a2587b9f44588c00aff9b',1,'PIOc_write_decomp(const char *file, int iosysid, int ioid, MPI_Comm comm): pioc_support.c']]],
+ ['pioc_5fwrite_5fnc_5fdecomp',['PIOc_write_nc_decomp',['../pioc__support_8c.html#a9d698d00504b20962c3bf8f8867c4f2c',1,'PIOc_write_nc_decomp(int iosysid, const char *filename, int cmode, int ioid, char *title, char *history, int fortran_order): pioc_support.c'],['../pio_8h.html#a9d698d00504b20962c3bf8f8867c4f2c',1,'PIOc_write_nc_decomp(int iosysid, const char *filename, int cmode, int ioid, char *title, char *history, int fortran_order): pioc_support.c']]],
+ ['pioc_5fwrite_5fnc_5fdecomp_5fint',['pioc_write_nc_decomp_int',['../pioc__support_8c.html#a825a5756e45d6090f6eb672481efaeb3',1,'pioc_support.c']]],
+ ['pioc_5fwritemap',['PIOc_writemap',['../pioc__support_8c.html#a3b16ec948dfda28b151a934f5693835f',1,'PIOc_writemap(const char *file, int ndims, const int *gdims, PIO_Offset maplen, PIO_Offset *map, MPI_Comm comm): pioc_support.c'],['../pio_8h.html#a3b16ec948dfda28b151a934f5693835f',1,'PIOc_writemap(const char *file, int ndims, const int *gdims, PIO_Offset maplen, PIO_Offset *map, MPI_Comm comm): pioc_support.c']]],
+ ['pioc_5fwritemap_5ffrom_5ff90',['PIOc_writemap_from_f90',['../pioc__support_8c.html#acfa3fdb0973e6efe362cd434cc17a7f4',1,'PIOc_writemap_from_f90(const char *file, int ndims, const int *gdims, PIO_Offset maplen, const PIO_Offset *map, int f90_comm): pioc_support.c'],['../pio_8h.html#acfa3fdb0973e6efe362cd434cc17a7f4',1,'PIOc_writemap_from_f90(const char *file, int ndims, const int *gdims, PIO_Offset maplen, const PIO_Offset *map, int f90_comm): pioc_support.c']]],
+ ['piodarray_2ef90',['piodarray.f90',['../piodarray_8f90.html',1,'']]],
+ ['piodie',['piodie',['../pioc__support_8c.html#ad417d75138578970277896756f0baca8',1,'piodie(): pioc_support.c'],['../pio__support_8_f90.html#a13fac82014192fcf782a95c3be4e9a66',1,'pio_support::piodie()']]],
['piodimid',['piodimid',['../structpioexample_1_1pioexampleclass.html#a9c9f7373d6749acbce6afc0f4623baf6',1,'pioexample::pioexampleclass']]],
['pioexampleclass',['pioexampleclass',['../structpioexample_1_1pioexampleclass.html',1,'pioexample']]],
['piofiledesc',['piofiledesc',['../structpioexample_1_1pioexampleclass.html#a8f71dcf595d63545436a782fef481256',1,'pioexample::pioexampleclass']]],
['pioiosystem',['pioiosystem',['../structpioexample_1_1pioexampleclass.html#aa22262aa581f2c1a3e01f030669dff0e',1,'pioexample::pioexampleclass']]],
- ['piolib_5fmod_2ef90',['piolib_mod.F90',['../piolib__mod_8_f90.html',1,'']]],
- ['pionfatt_5fmod_2ef90',['pionfatt_mod.F90',['../pionfatt__mod_8_f90.html',1,'']]],
- ['pionfget_5fmod_2ef90',['pionfget_mod.F90',['../pionfget__mod_8_f90.html',1,'']]],
- ['pionfput_5fmod_2ef90',['pionfput_mod.F90',['../pionfput__mod_8_f90.html',1,'']]],
+ ['piolib_5fmod_2ef90',['piolib_mod.f90',['../piolib__mod_8f90.html',1,'']]],
+ ['pionfatt_5fmod_5f2_2ef90',['pionfatt_mod_2.f90',['../pionfatt__mod__2_8f90.html',1,'']]],
+ ['pionfget_5fmod_5f2_2ef90',['pionfget_mod_2.f90',['../pionfget__mod__2_8f90.html',1,'']]],
+ ['pionfput_5fmod_2ef90',['pionfput_mod.f90',['../pionfput__mod_8f90.html',1,'']]],
['piotype',['piotype',['../structio__desc__t.html#a920af440f3c5c8afe830fd14505ea5f9',1,'io_desc_t']]],
['piotype_5fsize',['piotype_size',['../structio__desc__t.html#ac8fe465cc848795f803e74d14047a5c8',1,'io_desc_t']]],
['piovar',['piovar',['../structpioexample_1_1pioexampleclass.html#a20d31bbfbc065e4720b8c4a780a25fe0',1,'pioexample::pioexampleclass']]],
- ['print_5ftrace',['print_trace',['../pio__internal_8h.html#a06839094738850e58e21bf91304675a4',1,'print_trace(FILE *fp): pioc_support.c'],['../pioc__support_8c.html#a06839094738850e58e21bf91304675a4',1,'print_trace(FILE *fp): pioc_support.c']]],
+ ['print_5ftrace',['print_trace',['../pioc__support_8c.html#a06839094738850e58e21bf91304675a4',1,'pioc_support.c']]],
['put_5fatt_5f1d_5fdesc_5fdouble',['put_att_1d_desc_double',['../group___p_i_o__put__att.html#ga400b54245a5820edf44c65187f1a98d2',1,'pionfatt_mod']]],
['put_5fatt_5f1d_5fdesc_5fint',['put_att_1d_desc_int',['../group___p_i_o__put__att.html#ga6e9ceefc157eb88e58373591273d6dfc',1,'pionfatt_mod']]],
['put_5fatt_5f1d_5fdesc_5freal',['put_att_1d_desc_real',['../group___p_i_o__put__att.html#gad375ea287d08d380012f1accf3d23af7',1,'pionfatt_mod']]],
['put_5fatt_5f1d_5fid_5fdouble',['put_att_1d_id_double',['../group___p_i_o__put__att.html#ga0f45152f915fa49e67c40de2b95cf669',1,'pionfatt_mod']]],
['put_5fatt_5f1d_5fid_5fint',['put_att_1d_id_int',['../group___p_i_o__put__att.html#gac868c6c566018d58307ea63ef944a75e',1,'pionfatt_mod']]],
+ ['put_5fatt_5f1d_5fid_5finternal_5fdouble',['put_att_1d_id_internal_double',['../pionfatt__mod__2_8f90.html#acf9e75bfdcc2b808a531467d14d9a05e',1,'pionfatt_mod']]],
+ ['put_5fatt_5f1d_5fid_5finternal_5fint',['put_att_1d_id_internal_int',['../pionfatt__mod__2_8f90.html#affcc2199827539fa435780d175ff44a2',1,'pionfatt_mod']]],
+ ['put_5fatt_5f1d_5fid_5finternal_5freal',['put_att_1d_id_internal_real',['../pionfatt__mod__2_8f90.html#a7107ec2d94f67095330cfd2edda63888',1,'pionfatt_mod']]],
['put_5fatt_5f1d_5fid_5freal',['put_att_1d_id_real',['../group___p_i_o__put__att.html#ga5554c7cb365a2ddb5ee6620df5b64b1e',1,'pionfatt_mod']]],
+ ['put_5fatt_5f1d_5fid_5ftext',['put_att_1d_id_text',['../pionfatt__mod__2_8f90.html#a61231c54356167308da3b3f7e5bfeeb2',1,'pionfatt_mod']]],
+ ['put_5fatt_5f1d_5fid_5ftext_5finternal',['put_att_1d_id_text_internal',['../pionfatt__mod__2_8f90.html#a891e59d492f9a6382cf236e90829ed38',1,'pionfatt_mod']]],
+ ['put_5fatt_5f1d_5fvid_5fdouble',['put_att_1d_vid_double',['../pionfatt__mod__2_8f90.html#aebace6312cbb4296f253fc5393e9f422',1,'pionfatt_mod']]],
+ ['put_5fatt_5f1d_5fvid_5fint',['put_att_1d_vid_int',['../pionfatt__mod__2_8f90.html#ae5089ab627e422ec1ee8b67b5585176f',1,'pionfatt_mod']]],
+ ['put_5fatt_5f1d_5fvid_5freal',['put_att_1d_vid_real',['../pionfatt__mod__2_8f90.html#a7c021111d286be169b3fa0dafa75f06f',1,'pionfatt_mod']]],
+ ['put_5fatt_5f1d_5fvid_5ftext',['put_att_1d_vid_text',['../pionfatt__mod__2_8f90.html#a6c42ea9f5057b572cccdc5aec3f390b1',1,'pionfatt_mod']]],
+ ['put_5fatt_5fdesc_5fdouble',['put_att_desc_double',['../pionfatt__mod__2_8f90.html#ae7e3d670ade9d97d5a9cacf40907efa8',1,'pionfatt_mod']]],
+ ['put_5fatt_5fdesc_5fint',['put_att_desc_int',['../pionfatt__mod__2_8f90.html#a95045b680a4aeb337fcc2b6165acdd17',1,'pionfatt_mod']]],
+ ['put_5fatt_5fdesc_5freal',['put_att_desc_real',['../pionfatt__mod__2_8f90.html#aabafff804c585f68e74ae6de1c4a07de',1,'pionfatt_mod']]],
['put_5fatt_5fdesc_5ftext',['put_att_desc_text',['../group___p_i_o__put__att.html#ga5a66229689e246b141c29cf35550de47',1,'pionfatt_mod']]],
+ ['put_5fatt_5fid_5fdouble',['put_att_id_double',['../pionfatt__mod__2_8f90.html#a3c6a72f52b7f3efdffaa5654c5b2611f',1,'pionfatt_mod']]],
+ ['put_5fatt_5fid_5fint',['put_att_id_int',['../pionfatt__mod__2_8f90.html#ab9ad13349e2aab19b4b7b10689277fd8',1,'pionfatt_mod']]],
+ ['put_5fatt_5fid_5freal',['put_att_id_real',['../pionfatt__mod__2_8f90.html#a6f3170532233426fba12ecf2b5ef93a7',1,'pionfatt_mod']]],
+ ['put_5fatt_5fid_5ftext',['put_att_id_text',['../pionfatt__mod__2_8f90.html#a8022c6add861967b859ecf23a8621514',1,'pionfatt_mod']]],
+ ['put_5fatt_5fvid_5fdouble',['put_att_vid_double',['../pionfatt__mod__2_8f90.html#ab60af306132f26f4399dfaa9b7f84fbc',1,'pionfatt_mod']]],
+ ['put_5fatt_5fvid_5fint',['put_att_vid_int',['../pionfatt__mod__2_8f90.html#a4af0cf2ded4b4de2e2833c8660e7a1ea',1,'pionfatt_mod']]],
+ ['put_5fatt_5fvid_5freal',['put_att_vid_real',['../pionfatt__mod__2_8f90.html#a8514932e2ea627e4c059a9728f78af84',1,'pionfatt_mod']]],
+ ['put_5fatt_5fvid_5ftext',['put_att_vid_text',['../pionfatt__mod__2_8f90.html#a229481ca3dc30bfd63c1f22eed9e7cbb',1,'pionfatt_mod']]],
['put_5fvar1_5fdouble',['put_var1_double',['../group___p_i_o__put__var.html#ga149f46b92b9796a2021806590e86299c',1,'pionfput_mod']]],
['put_5fvar1_5fint',['put_var1_int',['../group___p_i_o__put__var.html#ga0acbdf98bc536f8e69dbef2a35cdc419',1,'pionfput_mod']]],
['put_5fvar1_5freal',['put_var1_real',['../group___p_i_o__put__var.html#gafb63482a7114cf4de3f46e9d5e846f53',1,'pionfput_mod']]],
@@ -498,6 +506,5 @@ var searchData=
['put_5fvara_5fvdesc_5f5d_5fdouble',['put_vara_vdesc_5d_double',['../group___p_i_o__put__var.html#ga5f2a994b4ebaff85c453ca3cb4eb5f28',1,'pionfput_mod']]],
['put_5fvara_5fvdesc_5f5d_5fint',['put_vara_vdesc_5d_int',['../group___p_i_o__put__var.html#ga823bd3538a78a0be3ff5109ad1d54c01',1,'pionfput_mod']]],
['put_5fvara_5fvdesc_5f5d_5freal',['put_vara_vdesc_5d_real',['../group___p_i_o__put__var.html#ga14cf7c10f267b699aa8634db85f381fe',1,'pionfput_mod']]],
- ['put_5fvara_5fvdesc_5f5d_5ftext',['put_vara_vdesc_5d_text',['../group___p_i_o__put__var.html#ga43dcf78e0a9e7f7e9dd6070ba7b288c8',1,'pionfput_mod']]],
- ['put_5fvars_5fhandler',['put_vars_handler',['../pio__msg_8c.html#afb04a32030a33d8d24d1495388a38209',1,'pio_msg.c']]]
+ ['put_5fvara_5fvdesc_5f5d_5ftext',['put_vara_vdesc_5d_text',['../group___p_i_o__put__var.html#ga43dcf78e0a9e7f7e9dd6070ba7b288c8',1,'pionfput_mod']]]
];
diff --git a/docs/search/all_e.js b/docs/search/all_e.js
index fb0857d7990..5a17058c73a 100644
--- a/docs/search/all_e.js
+++ b/docs/search/all_e.js
@@ -1,6 +1,14 @@
var searchData=
[
+ ['reading_20a_20variable_20into_20distributes_20arrays',['Reading a Variable into Distributes Arrays',['../group___p_i_o__read__darray__c.html',1,'']]],
+ ['re_2denter_20define_20mode',['Re-enter Define Mode',['../group___p_i_o__redef__c.html',1,'']]],
+ ['rename_20an_20attribute',['Rename an Attribute',['../group___p_i_o__rename__att__c.html',1,'']]],
+ ['rename_20a_20dimension',['Rename a Dimension',['../group___p_i_o__rename__dim__c.html',1,'']]],
+ ['rename_20a_20variable',['Rename a Variable',['../group___p_i_o__rename__var__c.html',1,'']]],
+ ['r4',['r4',['../pio__kinds_8_f90.html#adf174a9a2674e372db60ed78eba41de6',1,'pio_kinds']]],
+ ['r8',['r8',['../pio__kinds_8_f90.html#ad543e4ef384abaf8bd6e5543fd76f10f',1,'pio_kinds']]],
['rcount',['rcount',['../structio__desc__t.html#aff1ad34793e462c3807ebb3c1384dea9',1,'io_desc_t']]],
+ ['read_5fascii',['read_ascii',['../piolib__mod_8f90.html#a55cf208a51f3d97b0f10adcde4e5a780',1,'piolib_mod']]],
['read_5fdarray_5f1d_5fdouble',['read_darray_1d_double',['../group___p_i_o__read__darray.html#ga3a2dea5460dafc4645216f8325483c2e',1,'piodarray']]],
['read_5fdarray_5f1d_5fint',['read_darray_1d_int',['../group___p_i_o__read__darray.html#gaa919aa47e0d0e3e38f2af27614dfbd3b',1,'piodarray']]],
['read_5fdarray_5f1d_5freal',['read_darray_1d_real',['../group___p_i_o__read__darray.html#gae7ff1037681c06b33a86199defdf5d2c',1,'piodarray']]],
@@ -22,26 +30,23 @@ var searchData=
['read_5fdarray_5f7d_5fdouble',['read_darray_7d_double',['../group___p_i_o__read__darray.html#gafd439814b70b6ca6f04e4028fbf5d0bc',1,'piodarray']]],
['read_5fdarray_5f7d_5fint',['read_darray_7d_int',['../group___p_i_o__read__darray.html#ga8adba892ab688ddab94ef9292c71ef54',1,'piodarray']]],
['read_5fdarray_5f7d_5freal',['read_darray_7d_real',['../group___p_i_o__read__darray.html#gac0bc86372d5e04b2770b4da730f1f7ce',1,'piodarray']]],
+ ['read_5fdarray_5finternal_5fdouble',['read_darray_internal_double',['../piodarray_8f90.html#a3af070859dc01d6abc617d67bd585e78',1,'piodarray']]],
+ ['read_5fdarray_5finternal_5fint',['read_darray_internal_int',['../piodarray_8f90.html#a108657d4f23ac08e5357d55e0966733a',1,'piodarray']]],
+ ['read_5fdarray_5finternal_5freal',['read_darray_internal_real',['../piodarray_8f90.html#a7b8ffd691c5e583f7a1847d607a35627',1,'piodarray']]],
['readbuffer',['readbuffer',['../structpioexample_1_1pioexampleclass.html#a526361acbf70a77e0afe9d19498bba3b',1,'pioexample::pioexampleclass']]],
- ['readdarray_5fhandler',['readdarray_handler',['../pio__msg_8c.html#a6bec47ab1c7dfad99f45eabc423f8164',1,'pio_msg.c']]],
['readvar',['readvar',['../structpioexample_1_1pioexampleclass.html#aaf78ac9ebc4084edf35f295f6cf5598a',1,'pioexample::pioexampleclass']]],
['rearr_5fcomm_5ffc_5fopt',['rearr_comm_fc_opt',['../structrearr__comm__fc__opt.html',1,'']]],
['rearr_5fcomm_5ffc_5fopt_5ft',['rearr_comm_fc_opt_t',['../pio_8h.html#a33bec608b2c9dd2e2855f7adcc23c7c2',1,'pio.h']]],
['rearr_5fopt',['rearr_opt',['../structrearr__opt.html',1,'']]],
['rearr_5fopt_5ft',['rearr_opt_t',['../pio_8h.html#af676ea8a0aa46e2f1a2cc2b6dc8c7569',1,'pio.h']]],
['rearr_5fopts',['rearr_opts',['../structio__desc__t.html#afe6b16e1e8f774639b0de1328f8981c9',1,'io_desc_t::rearr_opts()'],['../structiosystem__desc__t.html#a90c06b85112d2cbcef262b8a8c0aea12',1,'iosystem_desc_t::rearr_opts()']]],
- ['rearrange_5fcomp2io',['rearrange_comp2io',['../pio__internal_8h.html#a2cf6663a5359e57a8e9afc9b9b25a3f3',1,'rearrange_comp2io(iosystem_desc_t *ios, io_desc_t *iodesc, void *sbuf, void *rbuf, int nvars): pio_rearrange.c'],['../pio__rearrange_8c.html#a2cf6663a5359e57a8e9afc9b9b25a3f3',1,'rearrange_comp2io(iosystem_desc_t *ios, io_desc_t *iodesc, void *sbuf, void *rbuf, int nvars): pio_rearrange.c']]],
- ['rearrange_5fio2comp',['rearrange_io2comp',['../pio__internal_8h.html#ae802d4ff09454d673bf4729e87e54d33',1,'rearrange_io2comp(iosystem_desc_t *ios, io_desc_t *iodesc, void *sbuf, void *rbuf): pio_rearrange.c'],['../pio__rearrange_8c.html#ae802d4ff09454d673bf4729e87e54d33',1,'rearrange_io2comp(iosystem_desc_t *ios, io_desc_t *iodesc, void *sbuf, void *rbuf): pio_rearrange.c']]],
['rearranger',['rearranger',['../structio__desc__t.html#a0b342635e05c4858cf057f28298f8213',1,'io_desc_t']]],
+ ['rec_5fvar',['rec_var',['../structvar__desc__t.html#ab17f520dc332988370bdfbcfe0234476',1,'var_desc_t']]],
['record',['record',['../structvar__desc__t.html#a778c09b345537506feafa4f92705b6f5',1,'var_desc_t']]],
['recordvar',['recordvar',['../structwmulti__buffer.html#a52b790e294ce52e2b364f584abdbf9d8',1,'wmulti_buffer']]],
- ['recv_5fand_5fwrite_5fdata',['recv_and_write_data',['../group___p_i_o__write__darray.html#ga8962adeb628369df663bb35eeb86bc4f',1,'pio_darray_int.c']]],
['redef_5fdesc',['redef_desc',['../group___p_i_o__redef.html#gaf44dad7065b2cbc0f8b0b0308d7f88c5',1,'pio_nf']]],
['redef_5fid',['redef_id',['../group___p_i_o__redef.html#ga1a98648b5347710c172e49d556b2eae8',1,'pio_nf']]],
['remap',['remap',['../structio__desc__t.html#ae159156adf3f8a3d288bb45767508184',1,'io_desc_t']]],
- ['rename_5fatt_5fhandler',['rename_att_handler',['../pio__msg_8c.html#ac5418d46c1f0f006913f4e8ffbe9e9c8',1,'pio_msg.c']]],
- ['rename_5fdim_5fhandler',['rename_dim_handler',['../pio__msg_8c.html#a96b402a74642a35fd02394a9d54a8fa8',1,'pio_msg.c']]],
- ['rename_5fvar_5fhandler',['rename_var_handler',['../pio__msg_8c.html#afe1e2a9eed429cc50874fe0caae3a95e',1,'pio_msg.c']]],
['replace_5fc_5fnull',['replace_c_null',['../pio__support_8_f90.html#abcbf3a9d77e36435f9110d1efe8fb19a',1,'pio_support']]],
['request',['request',['../structvar__desc__t.html#afe58a0dd1a4e439098833e9dfa0e7102',1,'var_desc_t']]],
['resultlen',['resultlen',['../example1_8c.html#aeb75303058f3be9b462de7ba3f6b03a7',1,'resultlen(): example1.c'],['../example2_8c.html#aeb75303058f3be9b462de7ba3f6b03a7',1,'resultlen(): example2.c']]],
diff --git a/docs/search/all_f.js b/docs/search/all_f.js
index 494585c7492..2e927ce7606 100644
--- a/docs/search/all_f.js
+++ b/docs/search/all_f.js
@@ -1,24 +1,23 @@
var searchData=
[
+ ['set_20the_20error_20handling',['Set the Error Handling',['../group___p_i_o__error__method__c.html',1,'']]],
+ ['shut_20down_20the_20io_20system',['Shut Down the IO System',['../group___p_i_o__finalize__c.html',1,'']]],
+ ['set_20the_20blocksize',['Set the Blocksize',['../group___p_i_o__set__blocksize__c.html',1,'']]],
+ ['set_20fill_20value',['Set Fill Value',['../group___p_i_o__set__fill__c.html',1,'']]],
+ ['set_20an_20mpi_20hint',['Set an MPI Hint',['../group___p_i_o__set__hint__c.html',1,'']]],
+ ['set_20the_20record_20number',['Set the Record Number',['../group___p_i_o__setframe__c.html',1,'']]],
+ ['sync_20a_20file',['Sync a File',['../group___p_i_o__sync__file__c.html',1,'']]],
['scount',['scount',['../structio__desc__t.html#a85a813c99910c2791d70718dc2984a4d',1,'io_desc_t']]],
- ['send_5fall_5fstart_5fcount',['send_all_start_count',['../group___p_i_o__write__darray.html#gae16c81480e986ab1f684e1612c1035b6',1,'pio_darray_int.c']]],
- ['set_5fchunk_5fcache_5fhandler',['set_chunk_cache_handler',['../pio__msg_8c.html#a0261311e63251ce53b97aff50431295e',1,'pio_msg.c']]],
- ['set_5ffill_5fhandler',['set_fill_handler',['../pio__msg_8c.html#a56dce3c55d96dd9e790c7bf7f5903050',1,'pio_msg.c']]],
- ['set_5fvar_5fchunk_5fcache_5fhandler',['set_var_chunk_cache_handler',['../pio__msg_8c.html#a947c26fbca5045b5cefb0b077253fa10',1,'pio_msg.c']]],
['setdebuglevel',['setdebuglevel',['../group___p_i_o__setdebuglevel.html#ga197ef394cd490e1650b95ef0ab97cc85',1,'piolib_mod']]],
- ['seterrorhandling_5fhandler',['seterrorhandling_handler',['../pio__msg_8c.html#a7861e84f2fffa2e2e535c5f163971ff6',1,'pio_msg.c']]],
['seterrorhandlingfile',['seterrorhandlingfile',['../group___p_i_o__seterrorhandling.html#ga5c3e6c45dcd0af907b5e60c20bdae886',1,'piolib_mod']]],
['seterrorhandlingiosysid',['seterrorhandlingiosysid',['../group___p_i_o__seterrorhandling.html#gade8bdb3765989141d515751896e1e64e',1,'piolib_mod']]],
['seterrorhandlingiosystem',['seterrorhandlingiosystem',['../group___p_i_o__seterrorhandling.html#ga78b16b0612471672be4e8825dd2f2cef',1,'piolib_mod']]],
['setframe',['setframe',['../group___p_i_o__setframe.html#ga2c5966f917968c675e6c734c3ddbe565',1,'piolib_mod']]],
- ['setframe_5fhandler',['setframe_handler',['../pio__msg_8c.html#a941f496cbc7ec1bae38f0cde0b9d940a',1,'pio_msg.c']]],
['sindex',['sindex',['../structio__desc__t.html#a7c861a0543de55882f06a3bf8e273622',1,'io_desc_t']]],
- ['start',['start',['../structio__region.html#a9b4bc773d62123b98bb4b0821b2f1188',1,'io_region']]],
+ ['start',['start',['../structio__region.html#a9b4bc773d62123b98bb4b0821b2f1188',1,'io_region::start()'],['../structpio__types_1_1decompmap__t.html#a62487611f9a9332c44cf7ca1ac89ebb0',1,'pio_types::decompmap_t::start()']]],
['start_5fdata_5fval',['START_DATA_VAL',['../example1_8c.html#aba5ba18a0b68130c63410845f87fa708',1,'START_DATA_VAL(): example1.c'],['../example2_8c.html#aba5ba18a0b68130c63410845f87fa708',1,'START_DATA_VAL(): example2.c']]],
['stride',['stride',['../structpioexample_1_1pioexampleclass.html#a7db2a2d4a3a90efb1d15304a1302f367',1,'pioexample::pioexampleclass']]],
['stype',['stype',['../structio__desc__t.html#a46870b00a1e603c3c3e91cc0287c3f33',1,'io_desc_t']]],
['subset_5fcomm',['subset_comm',['../structio__desc__t.html#ae9e9fc0c4d6fea535c4fbe51ccd4d71f',1,'io_desc_t']]],
- ['subset_5frearrange_5fcreate',['subset_rearrange_create',['../pio__internal_8h.html#acd469d1ff342c427116bea9e9d307c79',1,'subset_rearrange_create(iosystem_desc_t *ios, int maplen, PIO_Offset *compmap, const int *gsize, int ndim, io_desc_t *iodesc): pio_rearrange.c'],['../pio__rearrange_8c.html#a1398c48cfe642bff77891d07953a8659',1,'subset_rearrange_create(iosystem_desc_t *ios, int maplen, PIO_Offset *compmap, const int *gdimlen, int ndims, io_desc_t *iodesc): pio_rearrange.c']]],
- ['sync_5ffile_5fhandler',['sync_file_handler',['../pio__msg_8c.html#aa2d60a0f5c2e626ee2c9f3f6acb52cb7',1,'pio_msg.c']]],
['syncfile',['syncfile',['../group___p_i_o__syncfile.html#ga2b10f2553a1dde620a57f8ac9f43c780',1,'piolib_mod']]]
];
diff --git a/docs/search/classes_1.js b/docs/search/classes_1.js
index 718416862a5..bf1565dfaef 100644
--- a/docs/search/classes_1.js
+++ b/docs/search/classes_1.js
@@ -1,4 +1,4 @@
var searchData=
[
- ['file_5fdesc_5ft',['file_desc_t',['../structpio__types_1_1file__desc__t.html',1,'pio_types::file_desc_t'],['../structfile__desc__t.html',1,'file_desc_t']]]
+ ['file_5fdesc_5ft',['file_desc_t',['../structfile__desc__t.html',1,'file_desc_t'],['../structpio__types_1_1file__desc__t.html',1,'pio_types::file_desc_t']]]
];
diff --git a/docs/search/classes_2.js b/docs/search/classes_2.js
index 869e178428f..c3ba2752df6 100644
--- a/docs/search/classes_2.js
+++ b/docs/search/classes_2.js
@@ -1,6 +1,6 @@
var searchData=
[
- ['io_5fdesc_5ft',['io_desc_t',['../structpio__types_1_1io__desc__t.html',1,'pio_types::io_desc_t'],['../structio__desc__t.html',1,'io_desc_t']]],
+ ['io_5fdesc_5ft',['io_desc_t',['../structio__desc__t.html',1,'io_desc_t'],['../structpio__types_1_1io__desc__t.html',1,'pio_types::io_desc_t']]],
['io_5fregion',['io_region',['../structio__region.html',1,'']]],
- ['iosystem_5fdesc_5ft',['iosystem_desc_t',['../structpio__types_1_1iosystem__desc__t.html',1,'pio_types::iosystem_desc_t'],['../structiosystem__desc__t.html',1,'iosystem_desc_t']]]
+ ['iosystem_5fdesc_5ft',['iosystem_desc_t',['../structiosystem__desc__t.html',1,'iosystem_desc_t'],['../structpio__types_1_1iosystem__desc__t.html',1,'pio_types::iosystem_desc_t']]]
];
diff --git a/docs/search/classes_3.js b/docs/search/classes_3.js
index 772c6e29c25..8c4b64c65b5 100644
--- a/docs/search/classes_3.js
+++ b/docs/search/classes_3.js
@@ -1,4 +1,19 @@
var searchData=
[
- ['mapsort',['mapsort',['../structmapsort.html',1,'']]]
+ ['pio_5frearr_5fcomm_5ffc_5fopt_5ft',['pio_rearr_comm_fc_opt_t',['../structpio__types_1_1pio__rearr__comm__fc__opt__t.html',1,'pio_types']]],
+ ['pio_5frearr_5fopt_5ft',['pio_rearr_opt_t',['../structpio__types_1_1pio__rearr__opt__t.html',1,'pio_types']]],
+ ['pioc_5fget_5fvar_5fdouble',['PIOc_get_var_double',['../interfacepionfget__mod_1_1_p_i_oc__get__var__double.html',1,'pionfget_mod']]],
+ ['pioc_5fget_5fvar_5ffloat',['PIOc_get_var_float',['../interfacepionfget__mod_1_1_p_i_oc__get__var__float.html',1,'pionfget_mod']]],
+ ['pioc_5fget_5fvar_5fint',['PIOc_get_var_int',['../interfacepionfget__mod_1_1_p_i_oc__get__var__int.html',1,'pionfget_mod']]],
+ ['pioc_5fget_5fvara_5fdouble',['PIOc_get_vara_double',['../interfacepionfget__mod_1_1_p_i_oc__get__vara__double.html',1,'pionfget_mod']]],
+ ['pioc_5fget_5fvara_5ffloat',['PIOc_get_vara_float',['../interfacepionfget__mod_1_1_p_i_oc__get__vara__float.html',1,'pionfget_mod']]],
+ ['pioc_5fget_5fvara_5fint',['PIOc_get_vara_int',['../interfacepionfget__mod_1_1_p_i_oc__get__vara__int.html',1,'pionfget_mod']]],
+ ['pioc_5fget_5fvara_5ftext',['PIOc_get_vara_text',['../interfacepionfget__mod_1_1_p_i_oc__get__vara__text.html',1,'pionfget_mod']]],
+ ['pioc_5fput_5fvara_5fdouble',['PIOc_put_vara_double',['../interfacepionfput__mod_1_1_p_i_oc__put__vara__double.html',1,'pionfput_mod']]],
+ ['pioc_5fput_5fvara_5ffloat',['PIOc_put_vara_float',['../interfacepionfput__mod_1_1_p_i_oc__put__vara__float.html',1,'pionfput_mod']]],
+ ['pioc_5fput_5fvara_5fint',['PIOc_put_vara_int',['../interfacepionfput__mod_1_1_p_i_oc__put__vara__int.html',1,'pionfput_mod']]],
+ ['pioc_5fput_5fvara_5ftext',['PIOc_put_vara_text',['../interfacepionfput__mod_1_1_p_i_oc__put__vara__text.html',1,'pionfput_mod']]],
+ ['pioc_5fread_5fdarray',['PIOc_read_darray',['../interfacepiodarray_1_1_p_i_oc__read__darray.html',1,'piodarray']]],
+ ['pioc_5fwrite_5fdarray_5fmulti',['PIOc_write_darray_multi',['../interfacepiodarray_1_1_p_i_oc__write__darray__multi.html',1,'piodarray']]],
+ ['pioexampleclass',['pioexampleclass',['../structpioexample_1_1pioexampleclass.html',1,'pioexample']]]
];
diff --git a/docs/search/classes_4.js b/docs/search/classes_4.js
index 56ec4dc0eac..34b334a31b9 100644
--- a/docs/search/classes_4.js
+++ b/docs/search/classes_4.js
@@ -1,28 +1,5 @@
var searchData=
[
- ['pio_5frearr_5fcomm_5ffc_5fopt_5ft',['pio_rearr_comm_fc_opt_t',['../structpio__types_1_1pio__rearr__comm__fc__opt__t.html',1,'pio_types']]],
- ['pio_5frearr_5fopt_5ft',['pio_rearr_opt_t',['../structpio__types_1_1pio__rearr__opt__t.html',1,'pio_types']]],
- ['pio_5fswapm_5fdefaults',['pio_swapm_defaults',['../structpio__swapm__defaults.html',1,'']]],
- ['pioc_5fget_5fatt_5fdouble',['PIOc_get_att_double',['../interfacepionfatt__mod_1_1_p_i_oc__get__att__double.html',1,'pionfatt_mod']]],
- ['pioc_5fget_5fatt_5ffloat',['PIOc_get_att_float',['../interfacepionfatt__mod_1_1_p_i_oc__get__att__float.html',1,'pionfatt_mod']]],
- ['pioc_5fget_5fatt_5fint',['PIOc_get_att_int',['../interfacepionfatt__mod_1_1_p_i_oc__get__att__int.html',1,'pionfatt_mod']]],
- ['pioc_5fget_5fatt_5ftext',['PIOc_get_att_text',['../interfacepionfatt__mod_1_1_p_i_oc__get__att__text.html',1,'pionfatt_mod']]],
- ['pioc_5fget_5fvar_5fdouble',['PIOc_get_var_double',['../interfacepionfget__mod_1_1_p_i_oc__get__var__double.html',1,'pionfget_mod']]],
- ['pioc_5fget_5fvar_5ffloat',['PIOc_get_var_float',['../interfacepionfget__mod_1_1_p_i_oc__get__var__float.html',1,'pionfget_mod']]],
- ['pioc_5fget_5fvar_5fint',['PIOc_get_var_int',['../interfacepionfget__mod_1_1_p_i_oc__get__var__int.html',1,'pionfget_mod']]],
- ['pioc_5fget_5fvara_5fdouble',['PIOc_get_vara_double',['../interfacepionfget__mod_1_1_p_i_oc__get__vara__double.html',1,'pionfget_mod']]],
- ['pioc_5fget_5fvara_5ffloat',['PIOc_get_vara_float',['../interfacepionfget__mod_1_1_p_i_oc__get__vara__float.html',1,'pionfget_mod']]],
- ['pioc_5fget_5fvara_5fint',['PIOc_get_vara_int',['../interfacepionfget__mod_1_1_p_i_oc__get__vara__int.html',1,'pionfget_mod']]],
- ['pioc_5fget_5fvara_5ftext',['PIOc_get_vara_text',['../interfacepionfget__mod_1_1_p_i_oc__get__vara__text.html',1,'pionfget_mod']]],
- ['pioc_5fput_5fatt_5fdouble',['PIOc_put_att_double',['../interfacepionfatt__mod_1_1_p_i_oc__put__att__double.html',1,'pionfatt_mod']]],
- ['pioc_5fput_5fatt_5ffloat',['PIOc_put_att_float',['../interfacepionfatt__mod_1_1_p_i_oc__put__att__float.html',1,'pionfatt_mod']]],
- ['pioc_5fput_5fatt_5fint',['PIOc_put_att_int',['../interfacepionfatt__mod_1_1_p_i_oc__put__att__int.html',1,'pionfatt_mod']]],
- ['pioc_5fput_5fatt_5ftext',['PIOc_put_att_text',['../interfacepionfatt__mod_1_1_p_i_oc__put__att__text.html',1,'pionfatt_mod']]],
- ['pioc_5fput_5fvara_5fdouble',['PIOc_put_vara_double',['../interfacepionfput__mod_1_1_p_i_oc__put__vara__double.html',1,'pionfput_mod']]],
- ['pioc_5fput_5fvara_5ffloat',['PIOc_put_vara_float',['../interfacepionfput__mod_1_1_p_i_oc__put__vara__float.html',1,'pionfput_mod']]],
- ['pioc_5fput_5fvara_5fint',['PIOc_put_vara_int',['../interfacepionfput__mod_1_1_p_i_oc__put__vara__int.html',1,'pionfput_mod']]],
- ['pioc_5fput_5fvara_5ftext',['PIOc_put_vara_text',['../interfacepionfput__mod_1_1_p_i_oc__put__vara__text.html',1,'pionfput_mod']]],
- ['pioc_5fread_5fdarray',['PIOc_read_darray',['../interfacepiodarray_1_1_p_i_oc__read__darray.html',1,'piodarray']]],
- ['pioc_5fwrite_5fdarray_5fmulti',['PIOc_write_darray_multi',['../interfacepiodarray_1_1_p_i_oc__write__darray__multi.html',1,'piodarray']]],
- ['pioexampleclass',['pioexampleclass',['../structpioexample_1_1pioexampleclass.html',1,'pioexample']]]
+ ['rearr_5fcomm_5ffc_5fopt',['rearr_comm_fc_opt',['../structrearr__comm__fc__opt.html',1,'']]],
+ ['rearr_5fopt',['rearr_opt',['../structrearr__opt.html',1,'']]]
];
diff --git a/docs/search/defines_0.js b/docs/search/defines_0.js
index da06a3c396a..f060edadf11 100644
--- a/docs/search/defines_0.js
+++ b/docs/search/defines_0.js
@@ -18,7 +18,6 @@ var searchData=
['decomp_5ftask_5fdim_5fname',['DECOMP_TASK_DIM_NAME',['../pio_8h.html#a99622014094206834ba37d7eda0fde39',1,'pio.h']]],
['decomp_5ftitle_5fatt_5fname',['DECOMP_TITLE_ATT_NAME',['../pio_8h.html#ab24fea66e92b6f91fd0895154ae65b01',1,'pio.h']]],
['decomp_5fversion_5fatt_5fname',['DECOMP_VERSION_ATT_NAME',['../pio_8h.html#a478ec727417fbd8321eae4a8acfb7280',1,'pio.h']]],
- ['default_5fblocksize',['DEFAULT_BLOCKSIZE',['../pioc__sc_8c.html#a46a626f6d8b24b07925d82cde2175864',1,'pioc_sc.c']]],
['dim_5flen',['DIM_LEN',['../example1_8c.html#a64ac6367028a6df084dea6efe741a795',1,'example1.c']]],
['dim_5fname',['DIM_NAME',['../example1_8c.html#a68eca42e606398f1b7321200813679e4',1,'example1.c']]]
];
diff --git a/docs/search/defines_2.js b/docs/search/defines_2.js
index 4643454d598..c9110c4f8b7 100644
--- a/docs/search/defines_2.js
+++ b/docs/search/defines_2.js
@@ -1,4 +1,6 @@
var searchData=
[
- ['log',['LOG',['../pio__internal_8h.html#abb35b3e9ac2b0ff8cd7c0881988940c0',1,'pio_internal.h']]]
+ ['max_5fbacktrace',['MAX_BACKTRACE',['../pioc__support_8c.html#a0943e0b42523c317b4c867f26e44dec6',1,'pioc_support.c']]],
+ ['mpi_5foffset',['MPI_OFFSET',['../pio_8h.html#a757768e03c71e1f1720f6718eed964a8',1,'pio.h']]],
+ ['mpierr',['MPIERR',['../example1_8c.html#a59c9fcdb8191a6e3d7e43d31e4c4448c',1,'MPIERR(): example1.c'],['../example2_8c.html#a59c9fcdb8191a6e3d7e43d31e4c4448c',1,'MPIERR(): example2.c']]]
];
diff --git a/docs/search/defines_3.js b/docs/search/defines_3.js
index baddd82a07c..51c9332e328 100644
--- a/docs/search/defines_3.js
+++ b/docs/search/defines_3.js
@@ -1,8 +1,7 @@
var searchData=
[
- ['max',['max',['../pio__internal_8h.html#affe776513b24d84b39af8ab0930fef7f',1,'pio_internal.h']]],
- ['max_5fgather_5fblock_5fsize',['MAX_GATHER_BLOCK_SIZE',['../pio__internal_8h.html#abedace09e11380e521abb000308802ba',1,'pio_internal.h']]],
- ['min',['min',['../pio__internal_8h.html#ac6afabdc09a49a433ee19d8a9486056d',1,'pio_internal.h']]],
- ['mpi_5foffset',['MPI_OFFSET',['../pio_8h.html#a757768e03c71e1f1720f6718eed964a8',1,'MPI_OFFSET(): pio.h'],['../pio__internal_8h.html#a0fdca746778ca31cd1e84208e32d12ef',1,'MPI_Offset(): pio_internal.h']]],
- ['mpierr',['MPIERR',['../example1_8c.html#a59c9fcdb8191a6e3d7e43d31e4c4448c',1,'MPIERR(): example1.c'],['../example2_8c.html#a59c9fcdb8191a6e3d7e43d31e4c4448c',1,'MPIERR(): example2.c']]]
+ ['ndim',['NDIM',['../example1_8c.html#a2b1fd2d28c6a7d4a3f7027cc1b6466f3',1,'NDIM(): example1.c'],['../example2_8c.html#a2b1fd2d28c6a7d4a3f7027cc1b6466f3',1,'NDIM(): example2.c']]],
+ ['num_5fevents',['NUM_EVENTS',['../example2_8c.html#ae769ca99bba831a6bfbf2e98d60aa1fb',1,'example2.c']]],
+ ['num_5fnetcdf_5fflavors',['NUM_NETCDF_FLAVORS',['../example1_8c.html#ae763c3ffeab20d06c1ab807cabb82394',1,'NUM_NETCDF_FLAVORS(): example1.c'],['../example2_8c.html#ae763c3ffeab20d06c1ab807cabb82394',1,'NUM_NETCDF_FLAVORS(): example2.c']]],
+ ['num_5ftimesteps',['NUM_TIMESTEPS',['../example2_8c.html#a78076335bc3d03745246fc5ffcdd4e85',1,'example2.c']]]
];
diff --git a/docs/search/defines_4.js b/docs/search/defines_4.js
index 579a8510b99..cfd169fc196 100644
--- a/docs/search/defines_4.js
+++ b/docs/search/defines_4.js
@@ -1,11 +1,13 @@
var searchData=
[
- ['ndim',['NDIM',['../example1_8c.html#a2b1fd2d28c6a7d4a3f7027cc1b6466f3',1,'NDIM(): example1.c'],['../example2_8c.html#a2b1fd2d28c6a7d4a3f7027cc1b6466f3',1,'NDIM(): example2.c']]],
- ['netcdf_5fchar_5fsize',['NETCDF_CHAR_SIZE',['../pio__internal_8h.html#a38fc2e6a684bfdabf2c745c08c6bc02c',1,'pio_internal.h']]],
- ['netcdf_5fdouble_5fint64_5fsize',['NETCDF_DOUBLE_INT64_SIZE',['../pio__internal_8h.html#ab657f41cd86d6bdb37be349e0c77e12e',1,'pio_internal.h']]],
- ['netcdf_5fint_5ffloat_5fsize',['NETCDF_INT_FLOAT_SIZE',['../pio__internal_8h.html#a607a83a3995a7413e7b7352d4283a72f',1,'pio_internal.h']]],
- ['netcdf_5fshort_5fsize',['NETCDF_SHORT_SIZE',['../pio__internal_8h.html#af4a3af20f8c0c263864d98483072d3ad',1,'pio_internal.h']]],
- ['num_5fevents',['NUM_EVENTS',['../example2_8c.html#ae769ca99bba831a6bfbf2e98d60aa1fb',1,'example2.c']]],
- ['num_5fnetcdf_5fflavors',['NUM_NETCDF_FLAVORS',['../example1_8c.html#ae763c3ffeab20d06c1ab807cabb82394',1,'NUM_NETCDF_FLAVORS(): example1.c'],['../example2_8c.html#ae763c3ffeab20d06c1ab807cabb82394',1,'NUM_NETCDF_FLAVORS(): example2.c']]],
- ['num_5ftimesteps',['NUM_TIMESTEPS',['../example2_8c.html#a78076335bc3d03745246fc5ffcdd4e85',1,'example2.c']]]
+ ['pio_5fdefault',['PIO_DEFAULT',['../pio_8h.html#a39ae42ff91b54d8e03f741bd3f4b12f4',1,'pio.h']]],
+ ['pio_5febadiotype',['PIO_EBADIOTYPE',['../pio_8h.html#a9393d14ad7b5f852d9861db2057b3282',1,'pio.h']]],
+ ['pio_5feindep',['PIO_EINDEP',['../pio_8h.html#ae11d6fdb7de9cfa9e994d42d20c037f5',1,'pio.h']]],
+ ['pio_5fevardimmismatch',['PIO_EVARDIMMISMATCH',['../pio_8h.html#a8f81ddc26f35661e83683bfbc4cd6abc',1,'pio.h']]],
+ ['pio_5ffirst_5ferror_5fcode',['PIO_FIRST_ERROR_CODE',['../pio_8h.html#a53b0a0ba9de0ba76508fb54fa326cbfd',1,'pio.h']]],
+ ['pio_5fmax_5fdims',['PIO_MAX_DIMS',['../pio_8h.html#a26c7020d5bbf194da64f6fc09d53f32a',1,'pio.h']]],
+ ['pio_5fmax_5fvars',['PIO_MAX_VARS',['../pio_8h.html#adbc8561902f84b31e4b10157ea0be817',1,'pio.h']]],
+ ['pio_5foffset',['PIO_Offset',['../pio_8h.html#a1225edb54e6d6de678bf675485549eb0',1,'PIO_Offset(): pio.h'],['../pio_8h.html#a14497592730ea1a88cd1dbc53239dd59',1,'PIO_OFFSET(): pio.h']]],
+ ['pio_5frearr_5fcomm_5funlimited_5fpend_5freq',['PIO_REARR_COMM_UNLIMITED_PEND_REQ',['../pio_8h.html#a6d7754fb8c0e0df7339312e938946478',1,'pio.h']]],
+ ['pio_5freq_5fnull',['PIO_REQ_NULL',['../pio_8h.html#ab22134cf9085018192e54db9e2fcc944',1,'pio.h']]]
];
diff --git a/docs/search/defines_5.js b/docs/search/defines_5.js
index 45736de894e..8aa1e76e824 100644
--- a/docs/search/defines_5.js
+++ b/docs/search/defines_5.js
@@ -1,16 +1,4 @@
var searchData=
[
- ['pio_5fdatatype_5fnull',['PIO_DATATYPE_NULL',['../pio__internal_8h.html#ad6356fde2d8839e08eaf18da91e2398b',1,'pio_internal.h']]],
- ['pio_5fdefault',['PIO_DEFAULT',['../pio_8h.html#a39ae42ff91b54d8e03f741bd3f4b12f4',1,'pio.h']]],
- ['pio_5febadiotype',['PIO_EBADIOTYPE',['../pio_8h.html#a9393d14ad7b5f852d9861db2057b3282',1,'pio.h']]],
- ['pio_5feindep',['PIO_EINDEP',['../pio_8h.html#ae11d6fdb7de9cfa9e994d42d20c037f5',1,'pio.h']]],
- ['pio_5fevardimmismatch',['PIO_EVARDIMMISMATCH',['../pio_8h.html#a8f81ddc26f35661e83683bfbc4cd6abc',1,'pio.h']]],
- ['pio_5ffirst_5ferror_5fcode',['PIO_FIRST_ERROR_CODE',['../pio_8h.html#a53b0a0ba9de0ba76508fb54fa326cbfd',1,'pio.h']]],
- ['pio_5flong_5finternal',['PIO_LONG_INTERNAL',['../pio__internal_8h.html#a7ebfecc68d05230336f43ebd4a1ea16a',1,'pio_internal.h']]],
- ['pio_5fmax_5fdims',['PIO_MAX_DIMS',['../pio_8h.html#a26c7020d5bbf194da64f6fc09d53f32a',1,'pio.h']]],
- ['pio_5fmax_5fvars',['PIO_MAX_VARS',['../pio_8h.html#adbc8561902f84b31e4b10157ea0be817',1,'pio.h']]],
- ['pio_5foffset',['PIO_OFFSET',['../pio_8h.html#a14497592730ea1a88cd1dbc53239dd59',1,'PIO_OFFSET(): pio.h'],['../pio_8h.html#a1225edb54e6d6de678bf675485549eb0',1,'PIO_Offset(): pio.h']]],
- ['pio_5frearr_5fcomm_5funlimited_5fpend_5freq',['PIO_REARR_COMM_UNLIMITED_PEND_REQ',['../pio_8h.html#a6d7754fb8c0e0df7339312e938946478',1,'pio.h']]],
- ['pio_5freq_5fnull',['PIO_REQ_NULL',['../pio_8h.html#ab22134cf9085018192e54db9e2fcc944',1,'pio.h']]],
- ['pio_5frequest_5falloc_5fchunk',['PIO_REQUEST_ALLOC_CHUNK',['../pio__internal_8h.html#ad680c10eae49078f9d360cdfe69ee2e0',1,'pio_internal.h']]]
+ ['start_5fdata_5fval',['START_DATA_VAL',['../example1_8c.html#aba5ba18a0b68130c63410845f87fa708',1,'START_DATA_VAL(): example1.c'],['../example2_8c.html#aba5ba18a0b68130c63410845f87fa708',1,'START_DATA_VAL(): example2.c']]]
];
diff --git a/docs/search/defines_6.js b/docs/search/defines_6.js
index 8aa1e76e824..62b3363aa91 100644
--- a/docs/search/defines_6.js
+++ b/docs/search/defines_6.js
@@ -1,4 +1,5 @@
var searchData=
[
- ['start_5fdata_5fval',['START_DATA_VAL',['../example1_8c.html#aba5ba18a0b68130c63410845f87fa708',1,'START_DATA_VAL(): example1.c'],['../example2_8c.html#aba5ba18a0b68130c63410845f87fa708',1,'START_DATA_VAL(): example2.c']]]
+ ['var_5fname',['VAR_NAME',['../example1_8c.html#a73de0b1772c59096554d6a846feff376',1,'VAR_NAME(): example1.c'],['../example2_8c.html#a73de0b1772c59096554d6a846feff376',1,'VAR_NAME(): example2.c']]],
+ ['versno',['VERSNO',['../pioc__support_8c.html#a4350e714ba9665aa0df05b404a320c3f',1,'pioc_support.c']]]
];
diff --git a/docs/search/files_1.js b/docs/search/files_1.js
index 33f69fb0dd2..6febf26199a 100644
--- a/docs/search/files_1.js
+++ b/docs/search/files_1.js
@@ -3,27 +3,19 @@ var searchData=
['pio_2ef90',['pio.F90',['../pio_8_f90.html',1,'']]],
['pio_2eh',['pio.h',['../pio_8h.html',1,'']]],
['pio_5fdarray_2ec',['pio_darray.c',['../pio__darray_8c.html',1,'']]],
- ['pio_5fdarray_5fint_2ec',['pio_darray_int.c',['../pio__darray__int_8c.html',1,'']]],
['pio_5ffile_2ec',['pio_file.c',['../pio__file_8c.html',1,'']]],
['pio_5fget_5fnc_2ec',['pio_get_nc.c',['../pio__get__nc_8c.html',1,'']]],
- ['pio_5fgetput_5fint_2ec',['pio_getput_int.c',['../pio__getput__int_8c.html',1,'']]],
- ['pio_5finternal_2eh',['pio_internal.h',['../pio__internal_8h.html',1,'']]],
['pio_5fkinds_2ef90',['pio_kinds.F90',['../pio__kinds_8_f90.html',1,'']]],
- ['pio_5flists_2ec',['pio_lists.c',['../pio__lists_8c.html',1,'']]],
- ['pio_5fmsg_2ec',['pio_msg.c',['../pio__msg_8c.html',1,'']]],
['pio_5fnc_2ec',['pio_nc.c',['../pio__nc_8c.html',1,'']]],
['pio_5fnc4_2ec',['pio_nc4.c',['../pio__nc4_8c.html',1,'']]],
['pio_5fput_5fnc_2ec',['pio_put_nc.c',['../pio__put__nc_8c.html',1,'']]],
- ['pio_5frearrange_2ec',['pio_rearrange.c',['../pio__rearrange_8c.html',1,'']]],
- ['pio_5fspmd_2ec',['pio_spmd.c',['../pio__spmd_8c.html',1,'']]],
['pio_5fsupport_2ef90',['pio_support.F90',['../pio__support_8_f90.html',1,'']]],
['pio_5ftypes_2ef90',['pio_types.F90',['../pio__types_8_f90.html',1,'']]],
['pioc_2ec',['pioc.c',['../pioc_8c.html',1,'']]],
- ['pioc_5fsc_2ec',['pioc_sc.c',['../pioc__sc_8c.html',1,'']]],
['pioc_5fsupport_2ec',['pioc_support.c',['../pioc__support_8c.html',1,'']]],
- ['piodarray_2ef90',['piodarray.F90',['../piodarray_8_f90.html',1,'']]],
- ['piolib_5fmod_2ef90',['piolib_mod.F90',['../piolib__mod_8_f90.html',1,'']]],
- ['pionfatt_5fmod_2ef90',['pionfatt_mod.F90',['../pionfatt__mod_8_f90.html',1,'']]],
- ['pionfget_5fmod_2ef90',['pionfget_mod.F90',['../pionfget__mod_8_f90.html',1,'']]],
- ['pionfput_5fmod_2ef90',['pionfput_mod.F90',['../pionfput__mod_8_f90.html',1,'']]]
+ ['piodarray_2ef90',['piodarray.f90',['../piodarray_8f90.html',1,'']]],
+ ['piolib_5fmod_2ef90',['piolib_mod.f90',['../piolib__mod_8f90.html',1,'']]],
+ ['pionfatt_5fmod_5f2_2ef90',['pionfatt_mod_2.f90',['../pionfatt__mod__2_8f90.html',1,'']]],
+ ['pionfget_5fmod_5f2_2ef90',['pionfget_mod_2.f90',['../pionfget__mod__2_8f90.html',1,'']]],
+ ['pionfput_5fmod_2ef90',['pionfput_mod.f90',['../pionfput__mod_8f90.html',1,'']]]
];
diff --git a/docs/search/functions_0.js b/docs/search/functions_0.js
index df448603be7..448a8d91a80 100644
--- a/docs/search/functions_0.js
+++ b/docs/search/functions_0.js
@@ -1,9 +1,5 @@
var searchData=
[
- ['add_5fto_5fvarlist',['add_to_varlist',['../pio__internal_8h.html#a30792ddf64ffa7135b7150ceb66b005c',1,'add_to_varlist(int varid, int rec_var, int pio_type, int pio_type_size, MPI_Datatype mpi_type, int mpi_type_size, var_desc_t **varlist): pio_lists.c'],['../pio__lists_8c.html#a30792ddf64ffa7135b7150ceb66b005c',1,'add_to_varlist(int varid, int rec_var, int pio_type, int pio_type_size, MPI_Datatype mpi_type, int mpi_type_size, var_desc_t **varlist): pio_lists.c']]],
['advanceframe',['advanceframe',['../group___p_i_o__advanceframe.html#ga3466b48f29038f5613f33ad5c33ac142',1,'piolib_mod']]],
- ['advanceframe_5fhandler',['advanceframe_handler',['../pio__msg_8c.html#ae904355d0c65c10abb981f3ecead084d',1,'pio_msg.c']]],
- ['alloc_5fregion2',['alloc_region2',['../pio__internal_8h.html#a475f9eeb6ffa913458ef3493fbadccb0',1,'alloc_region2(iosystem_desc_t *ios, int ndims, io_region **region): pioc_support.c'],['../pioc__support_8c.html#aedb8cb5bbf198ce481dd78e4447beb19',1,'alloc_region2(iosystem_desc_t *ios, int ndims, io_region **regionp): pioc_support.c']]],
- ['att_5fget_5fhandler',['att_get_handler',['../pio__msg_8c.html#a41a37eba28d6ca832dc73376c231379f',1,'pio_msg.c']]],
- ['att_5fput_5fhandler',['att_put_handler',['../pio__msg_8c.html#aec5214081ad8df2c1d8c829971021bc3',1,'pio_msg.c']]]
+ ['alloc_5fregion2',['alloc_region2',['../pioc__support_8c.html#aedb8cb5bbf198ce481dd78e4447beb19',1,'pioc_support.c']]]
];
diff --git a/docs/search/functions_1.js b/docs/search/functions_1.js
index 6e8153efa2d..89cf45ee89b 100644
--- a/docs/search/functions_1.js
+++ b/docs/search/functions_1.js
@@ -1,5 +1,15 @@
var searchData=
[
- ['box_5frearrange_5fcreate',['box_rearrange_create',['../pio__internal_8h.html#a4426524dce386030db9ce54bb4c26758',1,'box_rearrange_create(iosystem_desc_t *ios, int maplen, const PIO_Offset *compmap, const int *gsize, int ndim, io_desc_t *iodesc): pio_rearrange.c'],['../pio__rearrange_8c.html#a0ca5039e5f9f85a449867af255ec6eee',1,'box_rearrange_create(iosystem_desc_t *ios, int maplen, const PIO_Offset *compmap, const int *gdimlen, int ndims, io_desc_t *iodesc): pio_rearrange.c']]],
- ['bpool_5ffree',['bpool_free',['../pio__darray__int_8c.html#af178de4ddf5149bb1a27b483e91a0d32',1,'pio_darray_int.c']]]
+ ['calculate_5fvalue',['calculate_value',['../example2_8c.html#adc94683e96f58797755afd533c093c45',1,'example2.c']]],
+ ['check_5ffile',['check_file',['../example1_8c.html#a68a3f52d3825a0739cf5e076cfbebd9a',1,'check_file(int ntasks, char *filename): example1.c'],['../example2_8c.html#a68a3f52d3825a0739cf5e076cfbebd9a',1,'check_file(int ntasks, char *filename): example2.c']]],
+ ['check_5fmpi',['check_mpi',['../pioc__support_8c.html#a23de97973c9b5221520ef6335b9040d4',1,'pioc_support.c']]],
+ ['check_5fnetcdf',['check_netcdf',['../pioc__support_8c.html#ace3c12a0e8fe7fe5d0fef1d4efad830d',1,'pioc_support.c']]],
+ ['check_5fnetcdf2',['check_netcdf2',['../pioc__support_8c.html#a93dc5d235914305c404d841de3f152f7',1,'pioc_support.c']]],
+ ['check_5funlim_5fuse',['check_unlim_use',['../pioc__support_8c.html#a0f2e99bf3d141d67c06c3b7ea02ffbf1',1,'pioc_support.c']]],
+ ['checkmpireturn',['checkmpireturn',['../pio__support_8_f90.html#ac7968ba27902096f4dd743d468f25274',1,'pio_support']]],
+ ['cleanup',['cleanup',['../structpioexample_1_1pioexampleclass.html#a98dc8381c73aa16077022c2601af502a',1,'pioexample::pioexampleclass']]],
+ ['closefile',['closefile',['../structpioexample_1_1pioexampleclass.html#ad8d27e01569f9dfd28876febc5d42638',1,'pioexample::pioexampleclass::closefile()'],['../group___p_i_o__closefile.html#gabd36983797d48236a8d610b58a7c3aa8',1,'piolib_mod::closefile()']]],
+ ['compare',['compare',['../pioc_8c.html#ac70138609ef6aa6fabca57aca8681e83',1,'pioc.c']]],
+ ['createdecomp',['createdecomp',['../structpioexample_1_1pioexampleclass.html#a6a47fedad0fe0d131fd0305e25b26546',1,'pioexample::pioexampleclass']]],
+ ['createfile',['createfile',['../structpioexample_1_1pioexampleclass.html#ac1010cbbdf5cd79112bab8e3dbd5dfdf',1,'pioexample::pioexampleclass::createfile()'],['../group___p_i_o__createfile.html#ga359c93e9d4f79c37d488f00535122177',1,'piolib_mod::createfile()']]]
];
diff --git a/docs/search/functions_2.js b/docs/search/functions_2.js
index 936b5b3747b..cc4168345d4 100644
--- a/docs/search/functions_2.js
+++ b/docs/search/functions_2.js
@@ -1,28 +1,13 @@
var searchData=
[
- ['calcstartandcount',['CalcStartandCount',['../pio__internal_8h.html#a3853ca65f627c30076b4fa2a9f88b0f2',1,'CalcStartandCount(int pio_type, int ndims, const int *gdims, int num_io_procs, int myiorank, PIO_Offset *start, PIO_Offset *count, int *num_aiotasks): pioc_sc.c'],['../pioc__sc_8c.html#a3853ca65f627c30076b4fa2a9f88b0f2',1,'CalcStartandCount(int pio_type, int ndims, const int *gdims, int num_io_procs, int myiorank, PIO_Offset *start, PIO_Offset *count, int *num_aiotasks): pioc_sc.c']]],
- ['calculate_5fvalue',['calculate_value',['../example2_8c.html#adc94683e96f58797755afd533c093c45',1,'example2.c']]],
- ['ceil2',['ceil2',['../pio__internal_8h.html#aa20d725c55954a741d14a83bf638c213',1,'ceil2(int i): pio_spmd.c'],['../pio__spmd_8c.html#aa20d725c55954a741d14a83bf638c213',1,'ceil2(int i): pio_spmd.c']]],
- ['change_5fdef_5ffile_5fhandler',['change_def_file_handler',['../pio__msg_8c.html#acc2c1f5d24278a57171500557a395333',1,'pio_msg.c']]],
- ['check_5ffile',['check_file',['../example1_8c.html#a68a3f52d3825a0739cf5e076cfbebd9a',1,'check_file(int ntasks, char *filename): example1.c'],['../example2_8c.html#a68a3f52d3825a0739cf5e076cfbebd9a',1,'check_file(int ntasks, char *filename): example2.c']]],
- ['check_5fmpi',['check_mpi',['../pio__internal_8h.html#a23de97973c9b5221520ef6335b9040d4',1,'check_mpi(iosystem_desc_t *ios, file_desc_t *file, int mpierr, const char *filename, int line): pioc_support.c'],['../pioc__support_8c.html#a23de97973c9b5221520ef6335b9040d4',1,'check_mpi(iosystem_desc_t *ios, file_desc_t *file, int mpierr, const char *filename, int line): pioc_support.c']]],
- ['check_5fnetcdf',['check_netcdf',['../pio__internal_8h.html#ace3c12a0e8fe7fe5d0fef1d4efad830d',1,'check_netcdf(file_desc_t *file, int status, const char *fname, int line): pioc_support.c'],['../pioc__support_8c.html#ace3c12a0e8fe7fe5d0fef1d4efad830d',1,'check_netcdf(file_desc_t *file, int status, const char *fname, int line): pioc_support.c']]],
- ['check_5fnetcdf2',['check_netcdf2',['../pio__internal_8h.html#a93dc5d235914305c404d841de3f152f7',1,'check_netcdf2(iosystem_desc_t *ios, file_desc_t *file, int status, const char *fname, int line): pioc_support.c'],['../pioc__support_8c.html#a93dc5d235914305c404d841de3f152f7',1,'check_netcdf2(iosystem_desc_t *ios, file_desc_t *file, int status, const char *fname, int line): pioc_support.c']]],
- ['check_5funlim_5fuse',['check_unlim_use',['../pioc__support_8c.html#a0f2e99bf3d141d67c06c3b7ea02ffbf1',1,'pioc_support.c']]],
- ['checkmpireturn',['checkmpireturn',['../pio__support_8_f90.html#ac7968ba27902096f4dd743d468f25274',1,'pio_support']]],
- ['cleanup',['cleanup',['../structpioexample_1_1pioexampleclass.html#a98dc8381c73aa16077022c2601af502a',1,'pioexample::pioexampleclass']]],
- ['close_5ffile_5fhandler',['close_file_handler',['../pio__msg_8c.html#ad16b1058ca8b9036818a974f028f4ac8',1,'pio_msg.c']]],
- ['closefile',['closefile',['../structpioexample_1_1pioexampleclass.html#ad8d27e01569f9dfd28876febc5d42638',1,'pioexample::pioexampleclass::closefile()'],['../group___p_i_o__closefile.html#gabd36983797d48236a8d610b58a7c3aa8',1,'piolib_mod::closefile()']]],
- ['cn_5fbuffer_5freport',['cn_buffer_report',['../group___p_i_o__write__darray.html#ga35aea71e1d8cb61a1b6bffc6a15731af',1,'cn_buffer_report(iosystem_desc_t *ios, bool collective): pio_darray_int.c'],['../group___p_i_o__write__darray.html#ga35aea71e1d8cb61a1b6bffc6a15731af',1,'cn_buffer_report(iosystem_desc_t *ios, bool collective): pio_darray_int.c']]],
- ['compare_5foffsets',['compare_offsets',['../pio__internal_8h.html#ab23cee4109e4fa8a752484456bbc62fe',1,'compare_offsets(const void *a, const void *b): pio_rearrange.c'],['../pio__rearrange_8c.html#ab23cee4109e4fa8a752484456bbc62fe',1,'compare_offsets(const void *a, const void *b): pio_rearrange.c']]],
- ['compute_5fbuffer_5finit',['compute_buffer_init',['../pio__darray__int_8c.html#adb265a4b03b59844fa784511a022911f',1,'compute_buffer_init(iosystem_desc_t *ios): pio_darray_int.c'],['../pio__internal_8h.html#adb265a4b03b59844fa784511a022911f',1,'compute_buffer_init(iosystem_desc_t *ios): pio_darray_int.c']]],
- ['compute_5fcounts',['compute_counts',['../pio__internal_8h.html#a027a769a445dd9fc27635bc446a0e100',1,'compute_counts(iosystem_desc_t *ios, io_desc_t *iodesc, const int *dest_ioproc, const PIO_Offset *dest_ioindex): pio_rearrange.c'],['../pio__rearrange_8c.html#a027a769a445dd9fc27635bc446a0e100',1,'compute_counts(iosystem_desc_t *ios, io_desc_t *iodesc, const int *dest_ioproc, const PIO_Offset *dest_ioindex): pio_rearrange.c']]],
- ['compute_5fmaxaggregate_5fbytes',['compute_maxaggregate_bytes',['../pio__darray__int_8c.html#a270978141a60afa6ab0aa99aff7cf715',1,'compute_maxaggregate_bytes(iosystem_desc_t *ios, io_desc_t *iodesc): pio_darray_int.c'],['../pio__internal_8h.html#a270978141a60afa6ab0aa99aff7cf715',1,'compute_maxaggregate_bytes(iosystem_desc_t *ios, io_desc_t *iodesc): pio_darray_int.c']]],
- ['compute_5fmaxiobuffersize',['compute_maxIObuffersize',['../pio__internal_8h.html#a7be19ba8290fabfe5d713784109a13cc',1,'compute_maxIObuffersize(MPI_Comm io_comm, io_desc_t *iodesc): pio_rearrange.c'],['../pio__rearrange_8c.html#a7be19ba8290fabfe5d713784109a13cc',1,'compute_maxIObuffersize(MPI_Comm io_comm, io_desc_t *iodesc): pio_rearrange.c']]],
- ['compute_5fone_5fdim',['compute_one_dim',['../pio__internal_8h.html#aea4b479a6d54a088387e3948d967b232',1,'compute_one_dim(int gdim, int ioprocs, int rank, PIO_Offset *start, PIO_Offset *count): pioc_sc.c'],['../pioc__sc_8c.html#aea4b479a6d54a088387e3948d967b232',1,'compute_one_dim(int gdim, int ioprocs, int rank, PIO_Offset *start, PIO_Offset *count): pioc_sc.c']]],
- ['coord_5fto_5flindex',['coord_to_lindex',['../pio__internal_8h.html#a048b73236020ba121556fa86557a050d',1,'coord_to_lindex(int ndims, const PIO_Offset *lcoord, const PIO_Offset *count): pio_rearrange.c'],['../pio__rearrange_8c.html#a048b73236020ba121556fa86557a050d',1,'coord_to_lindex(int ndims, const PIO_Offset *lcoord, const PIO_Offset *count): pio_rearrange.c']]],
- ['create_5ffile_5fhandler',['create_file_handler',['../pio__msg_8c.html#a9ed5cc5aa6db82fec9a430584ec9d54c',1,'pio_msg.c']]],
- ['create_5fmpi_5fdatatypes',['create_mpi_datatypes',['../pio__internal_8h.html#a557884406a8f1a700d15ac925ba2899d',1,'create_mpi_datatypes(MPI_Datatype basetype, int msgcnt, const PIO_Offset *mindex, const int *mcount, int *mfrom, MPI_Datatype *mtype): pio_rearrange.c'],['../pio__rearrange_8c.html#a5c21c922692dea1b9f7a2a889b6e790c',1,'create_mpi_datatypes(MPI_Datatype mpitype, int msgcnt, const PIO_Offset *mindex, const int *mcount, int *mfrom, MPI_Datatype *mtype): pio_rearrange.c']]],
- ['createdecomp',['createdecomp',['../structpioexample_1_1pioexampleclass.html#a6a47fedad0fe0d131fd0305e25b26546',1,'pioexample::pioexampleclass']]],
- ['createfile',['createfile',['../structpioexample_1_1pioexampleclass.html#ac1010cbbdf5cd79112bab8e3dbd5dfdf',1,'pioexample::pioexampleclass::createfile()'],['../group___p_i_o__createfile.html#ga359c93e9d4f79c37d488f00535122177',1,'piolib_mod::createfile()']]]
+ ['def_5fdim_5fdesc',['def_dim_desc',['../group___p_i_o__def__dim.html#ga1fe0ae159057cf101e8eede7575e492a',1,'pio_nf']]],
+ ['def_5fdim_5fid',['def_dim_id',['../group___p_i_o__def__dim.html#ga08732588a313c6130c840dbe70635d2f',1,'pio_nf']]],
+ ['def_5fdim_5fint_5fdesc',['def_dim_int_desc',['../group___p_i_o__def__dim.html#gabbfcbd8041efadf245d4a2f1ebf671b0',1,'pio_nf']]],
+ ['def_5fdim_5fint_5fid',['def_dim_int_id',['../group___p_i_o__def__dim.html#ga50b5096923dcf55c5099635850322fae',1,'pio_nf']]],
+ ['def_5fvar_5f0d_5fdesc',['def_var_0d_desc',['../group___p_i_o__def__var.html#ga5545746fd00003f354f9c209866bc65b',1,'pio_nf']]],
+ ['def_5fvar_5f0d_5fid',['def_var_0d_id',['../group___p_i_o__def__var.html#gab8277873f8c79e923a04d4cf3e64cd82',1,'pio_nf']]],
+ ['def_5fvar_5fmd_5fdesc',['def_var_md_desc',['../group___p_i_o__def__var.html#gaf3c39aafb791324950d557f8cd1bd7c2',1,'pio_nf']]],
+ ['def_5fvar_5fmd_5fid',['def_var_md_id',['../group___p_i_o__def__var.html#gac412bec00939a8235886d791a8cb2d1f',1,'pio_nf']]],
+ ['definevar',['definevar',['../structpioexample_1_1pioexampleclass.html#af5d63a6a2129d3b6b782561695e1b254',1,'pioexample::pioexampleclass']]],
+ ['determine_5fprocs',['determine_procs',['../pioc__support_8c.html#a69fa993028a0371829a5afc5a2d9c317',1,'pioc_support.c']]]
];
diff --git a/docs/search/functions_3.js b/docs/search/functions_3.js
index 0bb76c7c719..70fb3c519ab 100644
--- a/docs/search/functions_3.js
+++ b/docs/search/functions_3.js
@@ -1,25 +1,15 @@
var searchData=
[
- ['def_5fdim_5fdesc',['def_dim_desc',['../group___p_i_o__def__dim.html#ga1fe0ae159057cf101e8eede7575e492a',1,'pio_nf']]],
- ['def_5fdim_5fhandler',['def_dim_handler',['../pio__msg_8c.html#ad116a29c2abd56f866cae4b01f980925',1,'pio_msg.c']]],
- ['def_5fdim_5fid',['def_dim_id',['../group___p_i_o__def__dim.html#ga08732588a313c6130c840dbe70635d2f',1,'pio_nf']]],
- ['def_5fdim_5fint_5fdesc',['def_dim_int_desc',['../group___p_i_o__def__dim.html#gabbfcbd8041efadf245d4a2f1ebf671b0',1,'pio_nf']]],
- ['def_5fdim_5fint_5fid',['def_dim_int_id',['../group___p_i_o__def__dim.html#ga50b5096923dcf55c5099635850322fae',1,'pio_nf']]],
- ['def_5fvar_5f0d_5fdesc',['def_var_0d_desc',['../group___p_i_o__def__var.html#ga5545746fd00003f354f9c209866bc65b',1,'pio_nf']]],
- ['def_5fvar_5f0d_5fid',['def_var_0d_id',['../group___p_i_o__def__var.html#gab8277873f8c79e923a04d4cf3e64cd82',1,'pio_nf']]],
- ['def_5fvar_5fchunking_5fhandler',['def_var_chunking_handler',['../pio__msg_8c.html#ae3f1cbdf621714c00299964160ce0aea',1,'pio_msg.c']]],
- ['def_5fvar_5fdeflate_5fhandler',['def_var_deflate_handler',['../pio__msg_8c.html#a889c5dafdb688f8472d715305844fae1',1,'pio_msg.c']]],
- ['def_5fvar_5fendian_5fhandler',['def_var_endian_handler',['../pio__msg_8c.html#ad6ba5a1833f44e1607a1582b7c716f43',1,'pio_msg.c']]],
- ['def_5fvar_5ffill_5fhandler',['def_var_fill_handler',['../pio__msg_8c.html#ad56c1e474f603e7f2d0ed4926e50e1dd',1,'pio_msg.c']]],
- ['def_5fvar_5fhandler',['def_var_handler',['../pio__msg_8c.html#affc07704f16fc2f89540c793f9979671',1,'pio_msg.c']]],
- ['def_5fvar_5fmd_5fdesc',['def_var_md_desc',['../group___p_i_o__def__var.html#gaf3c39aafb791324950d557f8cd1bd7c2',1,'pio_nf']]],
- ['def_5fvar_5fmd_5fid',['def_var_md_id',['../group___p_i_o__def__var.html#gac412bec00939a8235886d791a8cb2d1f',1,'pio_nf']]],
- ['default_5fsubset_5fpartition',['default_subset_partition',['../pio__internal_8h.html#a4f533cf3a08255228387fbd45f96c767',1,'default_subset_partition(iosystem_desc_t *ios, io_desc_t *iodesc): pio_rearrange.c'],['../pio__rearrange_8c.html#a4f533cf3a08255228387fbd45f96c767',1,'default_subset_partition(iosystem_desc_t *ios, io_desc_t *iodesc): pio_rearrange.c']]],
- ['define_5fiodesc_5fdatatypes',['define_iodesc_datatypes',['../pio__internal_8h.html#ac50e05927ec724b673ceb602b1c0d483',1,'define_iodesc_datatypes(iosystem_desc_t *ios, io_desc_t *iodesc): pio_rearrange.c'],['../pio__rearrange_8c.html#ac50e05927ec724b673ceb602b1c0d483',1,'define_iodesc_datatypes(iosystem_desc_t *ios, io_desc_t *iodesc): pio_rearrange.c']]],
- ['definevar',['definevar',['../structpioexample_1_1pioexampleclass.html#af5d63a6a2129d3b6b782561695e1b254',1,'pioexample::pioexampleclass']]],
- ['delete_5fatt_5fhandler',['delete_att_handler',['../pio__msg_8c.html#a4d152cdad22171b7789fd31fb6933c6d',1,'pio_msg.c']]],
- ['delete_5ffile_5fhandler',['delete_file_handler',['../pio__msg_8c.html#a12687f743f0b9b0575227adf315adba1',1,'pio_msg.c']]],
- ['delete_5fvar_5fdesc',['delete_var_desc',['../pio__internal_8h.html#a94a3ab110ffeb19c6f033b5b70c29775',1,'delete_var_desc(int varid, var_desc_t **varlist): pio_lists.c'],['../pio__lists_8c.html#a94a3ab110ffeb19c6f033b5b70c29775',1,'delete_var_desc(int varid, var_desc_t **varlist): pio_lists.c']]],
- ['determine_5ffill',['determine_fill',['../pio__internal_8h.html#ad323013df3a6197c3adc00ce03bd88f8',1,'determine_fill(iosystem_desc_t *ios, io_desc_t *iodesc, const int *gsize, const PIO_Offset *compmap): pio_rearrange.c'],['../pio__rearrange_8c.html#a4fe0daa8651f1a1434907db2b05b9b1f',1,'determine_fill(iosystem_desc_t *ios, io_desc_t *iodesc, const int *gdimlen, const PIO_Offset *compmap): pio_rearrange.c']]],
- ['determine_5fprocs',['determine_procs',['../pio__internal_8h.html#a69fa993028a0371829a5afc5a2d9c317',1,'determine_procs(int num_io_procs, int component_count, int *num_procs_per_comp, int **proc_list, int **my_proc_list): pioc_support.c'],['../pioc__support_8c.html#a69fa993028a0371829a5afc5a2d9c317',1,'determine_procs(int num_io_procs, int component_count, int *num_procs_per_comp, int **proc_list, int **my_proc_list): pioc_support.c']]]
+ ['enddef_5fdesc',['enddef_desc',['../group___p_i_o__enddef.html#gaf427dff332470c145e1dfaf8907bd870',1,'pio_nf']]],
+ ['enddef_5fid',['enddef_id',['../group___p_i_o__enddef.html#gae5ec0660880c08131f82e8063c26ba8e',1,'pio_nf']]],
+ ['epc_5fcleanup',['epc_cleanUp',['../example_pio_8c.html#ada6dae318c48313ae2f1d1791de71e82',1,'examplePio.c']]],
+ ['epc_5fclosefile',['epc_closeFile',['../example_pio_8c.html#a953324c74bd13c13537728db07afe2d6',1,'examplePio.c']]],
+ ['epc_5fcreatedecomp',['epc_createDecomp',['../example_pio_8c.html#a5ce9b9370b529190e132790c49397d9c',1,'examplePio.c']]],
+ ['epc_5fcreatefile',['epc_createFile',['../example_pio_8c.html#af2ded23cda360951d1c07956f7a5daaf',1,'examplePio.c']]],
+ ['epc_5fdefinevar',['epc_defineVar',['../example_pio_8c.html#adb42e47eeab7ad4ff2dfe165413b59a8',1,'examplePio.c']]],
+ ['epc_5ferrorhandler',['epc_errorHandler',['../example_pio_8c.html#a147d7820aa940c5012d41bb43feba26f',1,'examplePio.c']]],
+ ['epc_5finit',['epc_init',['../example_pio_8c.html#a67976bc68369e54b1efe9e7ce5dd1a01',1,'examplePio.c']]],
+ ['epc_5fnew',['epc_new',['../example_pio_8c.html#a7175aa5557459a40cad3acd59b400799',1,'examplePio.c']]],
+ ['epc_5freadvar',['epc_readVar',['../example_pio_8c.html#ad7b5f59231752c94fee226d7cb5fe7bb',1,'examplePio.c']]],
+ ['epc_5fwritevar',['epc_writeVar',['../example_pio_8c.html#a78a930ccdbecdb78384a415449509cd8',1,'examplePio.c']]]
];
diff --git a/docs/search/functions_4.js b/docs/search/functions_4.js
index 63c6f085a92..4b91a2ad294 100644
--- a/docs/search/functions_4.js
+++ b/docs/search/functions_4.js
@@ -1,16 +1,9 @@
var searchData=
[
- ['enddef_5fdesc',['enddef_desc',['../group___p_i_o__enddef.html#gaf427dff332470c145e1dfaf8907bd870',1,'pio_nf']]],
- ['enddef_5fid',['enddef_id',['../group___p_i_o__enddef.html#gae5ec0660880c08131f82e8063c26ba8e',1,'pio_nf']]],
- ['epc_5fcleanup',['epc_cleanUp',['../example_pio_8c.html#ada6dae318c48313ae2f1d1791de71e82',1,'examplePio.c']]],
- ['epc_5fclosefile',['epc_closeFile',['../example_pio_8c.html#a953324c74bd13c13537728db07afe2d6',1,'examplePio.c']]],
- ['epc_5fcreatedecomp',['epc_createDecomp',['../example_pio_8c.html#a5ce9b9370b529190e132790c49397d9c',1,'examplePio.c']]],
- ['epc_5fcreatefile',['epc_createFile',['../example_pio_8c.html#af2ded23cda360951d1c07956f7a5daaf',1,'examplePio.c']]],
- ['epc_5fdefinevar',['epc_defineVar',['../example_pio_8c.html#adb42e47eeab7ad4ff2dfe165413b59a8',1,'examplePio.c']]],
- ['epc_5ferrorhandler',['epc_errorHandler',['../example_pio_8c.html#a147d7820aa940c5012d41bb43feba26f',1,'examplePio.c']]],
- ['epc_5finit',['epc_init',['../example_pio_8c.html#a67976bc68369e54b1efe9e7ce5dd1a01',1,'examplePio.c']]],
- ['epc_5fnew',['epc_new',['../example_pio_8c.html#a7175aa5557459a40cad3acd59b400799',1,'examplePio.c']]],
- ['epc_5freadvar',['epc_readVar',['../example_pio_8c.html#ad7b5f59231752c94fee226d7cb5fe7bb',1,'examplePio.c']]],
- ['epc_5fwritevar',['epc_writeVar',['../example_pio_8c.html#a78a930ccdbecdb78384a415449509cd8',1,'examplePio.c']]],
- ['expand_5fregion',['expand_region',['../pio__internal_8h.html#a9f33a3fc15f89047573abd9af993eafa',1,'expand_region(int dim, const int *gdims, int maplen, const PIO_Offset *map, int region_size, int region_stride, const int *max_size, PIO_Offset *count): pio_rearrange.c'],['../pio__rearrange_8c.html#a34894ab4fab60701301c8d3c67219c20',1,'expand_region(int dim, const int *gdimlen, int maplen, const PIO_Offset *map, int region_size, int region_stride, const int *max_size, PIO_Offset *count): pio_rearrange.c']]]
+ ['finalize',['finalize',['../group___p_i_o__finalize.html#ga01570706db6f1c5e61087045d558e9df',1,'piolib_mod']]],
+ ['find_5fmpi_5ftype',['find_mpi_type',['../pioc__support_8c.html#ae827623f5a38c2614a01fdb897f69a4c',1,'pioc_support.c']]],
+ ['find_5fvar_5ffillvalue',['find_var_fillvalue',['../group___p_i_o__write__darray__c.html#gab3e7daa32e4bcbd54a1afa2508ed5f4f',1,'pio_darray.c']]],
+ ['free_5fregion_5flist',['free_region_list',['../pioc__support_8c.html#a7b1092f6a8ae5d9037a9d42642f3a191',1,'pioc_support.c']]],
+ ['freedecomp_5ffile',['freedecomp_file',['../group___p_i_o__freedecomp.html#ga06e75cb3191818eec2ee270821cfdbb2',1,'piolib_mod']]],
+ ['freedecomp_5fios',['freedecomp_ios',['../group___p_i_o__freedecomp.html#ga66eba879f44ab5c92a29ce9e6d1a7f3a',1,'piolib_mod']]]
];
diff --git a/docs/search/functions_5.js b/docs/search/functions_5.js
index e1bab8c362b..1f5ca62f990 100644
--- a/docs/search/functions_5.js
+++ b/docs/search/functions_5.js
@@ -1,17 +1,74 @@
var searchData=
[
- ['finalize',['finalize',['../group___p_i_o__finalize.html#ga01570706db6f1c5e61087045d558e9df',1,'piolib_mod']]],
- ['finalize_5fhandler',['finalize_handler',['../pio__msg_8c.html#a81aeb697528f892b732992675742266e',1,'pio_msg.c']]],
- ['find_5fall_5fstart_5fcount',['find_all_start_count',['../group___p_i_o__read__darray.html#gacb5eaab10ffe27b8d36479531b323df4',1,'pio_darray_int.c']]],
- ['find_5fmpi_5ftype',['find_mpi_type',['../pio__internal_8h.html#ae827623f5a38c2614a01fdb897f69a4c',1,'find_mpi_type(int pio_type, MPI_Datatype *mpi_type, int *type_size): pioc_support.c'],['../pioc__support_8c.html#ae827623f5a38c2614a01fdb897f69a4c',1,'find_mpi_type(int pio_type, MPI_Datatype *mpi_type, int *type_size): pioc_support.c']]],
- ['find_5fregion',['find_region',['../pio__internal_8h.html#a01fc42876c59d50b0de4132ee909df89',1,'find_region(int ndims, const int *gdims, int maplen, const PIO_Offset *map, PIO_Offset *start, PIO_Offset *count): pio_rearrange.c'],['../pio__rearrange_8c.html#a1618d520a976b72b2e617794e67a0a96',1,'find_region(int ndims, const int *gdimlen, int maplen, const PIO_Offset *map, PIO_Offset *start, PIO_Offset *count): pio_rearrange.c']]],
- ['find_5fstart_5fcount',['find_start_count',['../group___p_i_o__write__darray.html#ga8d94571912fdbac7f55dac70418613fe',1,'pio_darray_int.c']]],
- ['find_5fvar_5ffillvalue',['find_var_fillvalue',['../group___p_i_o__write__darray.html#gab3e7daa32e4bcbd54a1afa2508ed5f4f',1,'find_var_fillvalue(file_desc_t *file, int varid, var_desc_t *vdesc): pio_darray.c'],['../group___p_i_o__write__darray.html#gab3e7daa32e4bcbd54a1afa2508ed5f4f',1,'find_var_fillvalue(file_desc_t *file, int varid, var_desc_t *vdesc): pio_darray.c']]],
- ['flush_5fbuffer',['flush_buffer',['../group___p_i_o__write__darray.html#ga54bb852697cc62d54b7528bc4cee47b6',1,'flush_buffer(int ncid, wmulti_buffer *wmb, bool flushtodisk): pio_darray_int.c'],['../group___p_i_o__write__darray.html#ga54bb852697cc62d54b7528bc4cee47b6',1,'flush_buffer(int ncid, wmulti_buffer *wmb, bool flushtodisk): pio_darray_int.c']]],
- ['flush_5foutput_5fbuffer',['flush_output_buffer',['../group___p_i_o__write__darray.html#ga1b614dbe44ee8bd3a113090ebc2c23fd',1,'flush_output_buffer(file_desc_t *file, bool force, PIO_Offset addsize): pio_darray_int.c'],['../group___p_i_o__write__darray.html#ga1b614dbe44ee8bd3a113090ebc2c23fd',1,'flush_output_buffer(file_desc_t *file, bool force, PIO_Offset addsize): pio_darray_int.c']]],
- ['free_5fcn_5fbuffer_5fpool',['free_cn_buffer_pool',['../group___p_i_o__write__darray.html#gae903eda0079d3e43184a1bfdb53a45ae',1,'free_cn_buffer_pool(iosystem_desc_t *ios): pio_darray_int.c'],['../group___p_i_o__write__darray.html#gae903eda0079d3e43184a1bfdb53a45ae',1,'free_cn_buffer_pool(iosystem_desc_t *ios): pio_darray_int.c']]],
- ['free_5fregion_5flist',['free_region_list',['../pio__internal_8h.html#a7b1092f6a8ae5d9037a9d42642f3a191',1,'free_region_list(io_region *top): pioc_support.c'],['../pioc__support_8c.html#a7b1092f6a8ae5d9037a9d42642f3a191',1,'free_region_list(io_region *top): pioc_support.c']]],
- ['freedecomp_5ffile',['freedecomp_file',['../group___p_i_o__freedecomp.html#ga06e75cb3191818eec2ee270821cfdbb2',1,'piolib_mod']]],
- ['freedecomp_5fhandler',['freedecomp_handler',['../pio__msg_8c.html#aabcd3d437a8748dcd0ac6da4e86bc879',1,'pio_msg.c']]],
- ['freedecomp_5fios',['freedecomp_ios',['../group___p_i_o__freedecomp.html#ga66eba879f44ab5c92a29ce9e6d1a7f3a',1,'piolib_mod']]]
+ ['get_5fatt_5f1d_5fdouble',['get_att_1d_double',['../group___p_i_o__get__att.html#ga64ae018a86f73e2233fb529aeedc69f5',1,'pionfatt_mod']]],
+ ['get_5fatt_5f1d_5fid_5fdouble',['get_att_1d_id_double',['../pionfatt__mod__2_8f90.html#af0b6ee5422b5adcfddf2c176154d0f2a',1,'pionfatt_mod']]],
+ ['get_5fatt_5f1d_5fid_5fint',['get_att_1d_id_int',['../pionfatt__mod__2_8f90.html#abd859e9ff0fc5af9a7544cc887558ffe',1,'pionfatt_mod']]],
+ ['get_5fatt_5f1d_5fid_5freal',['get_att_1d_id_real',['../pionfatt__mod__2_8f90.html#a013d8a1a962b6a3ce870647a408fc1d3',1,'pionfatt_mod']]],
+ ['get_5fatt_5f1d_5fint',['get_att_1d_int',['../group___p_i_o__get__att.html#gabadfae5ddbea347a04216177c3845ae5',1,'pionfatt_mod']]],
+ ['get_5fatt_5f1d_5freal',['get_att_1d_real',['../group___p_i_o__get__att.html#ga44f647b79782857c24a7c71dcd9cc9e6',1,'pionfatt_mod']]],
+ ['get_5fatt_5fdesc_5f1d_5fdouble',['get_att_desc_1d_double',['../pionfatt__mod__2_8f90.html#a9bb2dcb3b59ae8b9cd44ee748466487d',1,'pionfatt_mod']]],
+ ['get_5fatt_5fdesc_5f1d_5fint',['get_att_desc_1d_int',['../group___p_i_o__get__att.html#gaca3c2398939fc685ddbecb3e25355d3b',1,'pionfatt_mod']]],
+ ['get_5fatt_5fdesc_5f1d_5freal',['get_att_desc_1d_real',['../pionfatt__mod__2_8f90.html#a6a5da1e2f614221a27fe224b94adcd54',1,'pionfatt_mod']]],
+ ['get_5fatt_5fdesc_5fdouble',['get_att_desc_double',['../pionfatt__mod__2_8f90.html#ab8a854f83cb3d27470921833c7e1cf75',1,'pionfatt_mod']]],
+ ['get_5fatt_5fdesc_5fint',['get_att_desc_int',['../pionfatt__mod__2_8f90.html#a6f88ded2d11aa6e07882b8176f002610',1,'pionfatt_mod']]],
+ ['get_5fatt_5fdesc_5freal',['get_att_desc_real',['../pionfatt__mod__2_8f90.html#aac204d809aaa76407edb85dbb4fe9e73',1,'pionfatt_mod']]],
+ ['get_5fatt_5fdesc_5ftext',['get_att_desc_text',['../group___p_i_o__get__att.html#gacc7cb491b8e2e6e1e6f3bd1412c5ec94',1,'pionfatt_mod']]],
+ ['get_5fatt_5fdouble',['get_att_double',['../pionfatt__mod__2_8f90.html#a2aaff332e948341aed023ba4a81c950b',1,'pionfatt_mod']]],
+ ['get_5fatt_5fid_5fdouble',['get_att_id_double',['../pionfatt__mod__2_8f90.html#a95a2ea0607dc59e9fedc30bb08180f01',1,'pionfatt_mod']]],
+ ['get_5fatt_5fid_5fint',['get_att_id_int',['../group___p_i_o__get__att.html#ga7d40b08854576aed0e413eed9f1cb69f',1,'pionfatt_mod']]],
+ ['get_5fatt_5fid_5freal',['get_att_id_real',['../pionfatt__mod__2_8f90.html#a5daf1b40cce942b71eeff7bd6b91e1bb',1,'pionfatt_mod']]],
+ ['get_5fatt_5fid_5ftext',['get_att_id_text',['../pionfatt__mod__2_8f90.html#ab2dba45b06926d0e1116198e2e5cd6b4',1,'pionfatt_mod']]],
+ ['get_5fatt_5fint',['get_att_int',['../pionfatt__mod__2_8f90.html#ab988f615f5e842e09594011a0d7e3d8a',1,'pionfatt_mod']]],
+ ['get_5fatt_5freal',['get_att_real',['../pionfatt__mod__2_8f90.html#aeb72f770715d0a6633594385abb7a8d2',1,'pionfatt_mod']]],
+ ['get_5fatt_5ftext',['get_att_text',['../pionfatt__mod__2_8f90.html#a6f7d1aaddb8b531c7434f8b388db1e4e',1,'pionfatt_mod']]],
+ ['get_5fvar1_5fid_5fdouble',['get_var1_id_double',['../pionfget__mod__2_8f90.html#ac9f2deeec95e8fd6334d6dd2cc3b9dc7',1,'pionfget_mod']]],
+ ['get_5fvar1_5fid_5freal',['get_var1_id_real',['../pionfget__mod__2_8f90.html#af4912a40076f4284d06b387453ffa3b3',1,'pionfget_mod']]],
+ ['get_5fvar1_5fid_5ftext_5finternal',['get_var1_id_text_internal',['../pionfget__mod__2_8f90.html#ae04f97f783db454498a5b80852a3c8e0',1,'pionfget_mod']]],
+ ['get_5fvar1_5ftext',['get_var1_text',['../group___p_i_o__get__var.html#ga78364f943c7935728e20d509d7b6cec9',1,'pionfget_mod']]],
+ ['get_5fvar1_5fvdesc_5ftext',['get_var1_vdesc_text',['../group___p_i_o__get__var.html#ga3c3d43cf5d95afd04f6d2568e7fd604e',1,'pionfget_mod']]],
+ ['get_5fvar_5f0d_5fdouble',['get_var_0d_double',['../pionfget__mod__2_8f90.html#a53e36c9f6fb03e87c4b5464ab32c2fff',1,'pionfget_mod']]],
+ ['get_5fvar_5f0d_5freal',['get_var_0d_real',['../pionfget__mod__2_8f90.html#a6f3a915010dc2d619734cbb9b4912578',1,'pionfget_mod']]],
+ ['get_5fvar_5f0d_5ftext',['get_var_0d_text',['../group___p_i_o__get__var.html#ga4e87630f8f0479dcd7436aca6d9b2e34',1,'pionfget_mod']]],
+ ['get_5fvar_5f1d_5fint',['get_var_1d_int',['../pionfget__mod__2_8f90.html#a8b6513e8ceaa90e4b0dd9805b90fbfa0',1,'pionfget_mod']]],
+ ['get_5fvar_5f1d_5ftext',['get_var_1d_text',['../pionfget__mod__2_8f90.html#ade092afcf0cbead0c3bdc2f97b3f2711',1,'pionfget_mod']]],
+ ['get_5fvar_5fvdesc_5f0d_5ftext',['get_var_vdesc_0d_text',['../group___p_i_o__get__var.html#gaf0fe9ff4680d853dba15d048274147c8',1,'pionfget_mod']]],
+ ['get_5fvara_5f1d_5fdouble',['get_vara_1d_double',['../group___p_i_o__get__var.html#ga1d566a42183be8c700df8d408dbb08c5',1,'pionfget_mod']]],
+ ['get_5fvara_5f1d_5fint',['get_vara_1d_int',['../group___p_i_o__get__var.html#ga60eb7cb68cbd0f56c8dcc5152e75299f',1,'pionfget_mod']]],
+ ['get_5fvara_5f1d_5freal',['get_vara_1d_real',['../group___p_i_o__get__var.html#gaf752e6a0cf61c19fb5262f51fa10290c',1,'pionfget_mod']]],
+ ['get_5fvara_5f2d_5fdouble',['get_vara_2d_double',['../group___p_i_o__get__var.html#ga71a18309b1069479478fd96900434cfd',1,'pionfget_mod']]],
+ ['get_5fvara_5f2d_5fint',['get_vara_2d_int',['../group___p_i_o__get__var.html#ga8991f512233e11ab89556c3e01b1258e',1,'pionfget_mod']]],
+ ['get_5fvara_5f2d_5freal',['get_vara_2d_real',['../group___p_i_o__get__var.html#gad8a2ab267505f9d23ae8b8ea29c138c8',1,'pionfget_mod']]],
+ ['get_5fvara_5f3d_5fdouble',['get_vara_3d_double',['../group___p_i_o__get__var.html#gabc438913fc460d3e95de3f93f5d48007',1,'pionfget_mod']]],
+ ['get_5fvara_5f3d_5fint',['get_vara_3d_int',['../group___p_i_o__get__var.html#ga41c6a37c8ea4f4cd75d078f340b13648',1,'pionfget_mod']]],
+ ['get_5fvara_5f3d_5freal',['get_vara_3d_real',['../group___p_i_o__get__var.html#ga30d4f37505f03cae6b1ada8c02d895db',1,'pionfget_mod']]],
+ ['get_5fvara_5f4d_5fdouble',['get_vara_4d_double',['../group___p_i_o__get__var.html#ga02cbe8db23bead156012065e789b0921',1,'pionfget_mod']]],
+ ['get_5fvara_5f4d_5fint',['get_vara_4d_int',['../group___p_i_o__get__var.html#ga93c752eab167a9ea1bcfdf788fd1120a',1,'pionfget_mod']]],
+ ['get_5fvara_5f4d_5freal',['get_vara_4d_real',['../group___p_i_o__get__var.html#gac759f835c74ab2669ad65a48e645f1c4',1,'pionfget_mod']]],
+ ['get_5fvara_5f5d_5fdouble',['get_vara_5d_double',['../group___p_i_o__get__var.html#ga00c8e3b110a71dc38b56d2a9b5432e14',1,'pionfget_mod']]],
+ ['get_5fvara_5f5d_5fint',['get_vara_5d_int',['../group___p_i_o__get__var.html#ga29e8bb08e47d84f56a298ee0c38eaedd',1,'pionfget_mod']]],
+ ['get_5fvara_5f5d_5freal',['get_vara_5d_real',['../group___p_i_o__get__var.html#ga984fcf5a144346e4c4186a66df981947',1,'pionfget_mod']]],
+ ['get_5fvara_5fdouble_5finternal',['get_vara_double_internal',['../pionfget__mod__2_8f90.html#aa0d92e4620df405d97f98a26be06fc13',1,'pionfget_mod']]],
+ ['get_5fvara_5freal_5finternal',['get_vara_real_internal',['../pionfget__mod__2_8f90.html#a4e226a7e0deffd04271891019e84af49',1,'pionfget_mod']]],
+ ['get_5fvara_5ftext_5finternal',['get_vara_text_internal',['../pionfget__mod__2_8f90.html#a2b80aaa8ec707d452ae53c55d4f9fa75',1,'pionfget_mod']]],
+ ['get_5fvara_5fvdesc_5f1d_5fdouble',['get_vara_vdesc_1d_double',['../group___p_i_o__get__var.html#ga2cc1fc3e0feb8a9645a5a1f55410bf46',1,'pionfget_mod']]],
+ ['get_5fvara_5fvdesc_5f1d_5fint',['get_vara_vdesc_1d_int',['../group___p_i_o__get__var.html#gaebc9f2b4b4f447aecfd4da4341bc8fda',1,'pionfget_mod']]],
+ ['get_5fvara_5fvdesc_5f1d_5freal',['get_vara_vdesc_1d_real',['../group___p_i_o__get__var.html#ga5b64e272554f0155a51f4268af9ec1a1',1,'pionfget_mod']]],
+ ['get_5fvara_5fvdesc_5f1d_5ftext',['get_vara_vdesc_1d_text',['../group___p_i_o__get__var.html#ga3104c91ca2dc977ba19fe8e1e7e45fb9',1,'pionfget_mod']]],
+ ['get_5fvara_5fvdesc_5f2d_5fdouble',['get_vara_vdesc_2d_double',['../group___p_i_o__get__var.html#gad6d3ee18276cd7832a0251c9e17edf20',1,'pionfget_mod']]],
+ ['get_5fvara_5fvdesc_5f2d_5fint',['get_vara_vdesc_2d_int',['../group___p_i_o__get__var.html#ga9ec5851fe2c64be5359088f33fd286c0',1,'pionfget_mod']]],
+ ['get_5fvara_5fvdesc_5f2d_5freal',['get_vara_vdesc_2d_real',['../group___p_i_o__get__var.html#gadd0e481f9246b94061c51e2dbc67c598',1,'pionfget_mod']]],
+ ['get_5fvara_5fvdesc_5f2d_5ftext',['get_vara_vdesc_2d_text',['../group___p_i_o__get__var.html#ga817b3375d47d41ab8ff74f50590111cb',1,'pionfget_mod']]],
+ ['get_5fvara_5fvdesc_5f3d_5fdouble',['get_vara_vdesc_3d_double',['../group___p_i_o__get__var.html#gaa1cab84fb6a7330c9d64f8dfbbfb9eb6',1,'pionfget_mod']]],
+ ['get_5fvara_5fvdesc_5f3d_5fint',['get_vara_vdesc_3d_int',['../group___p_i_o__get__var.html#gafc1780f0bdc774ffec7ac1625460991c',1,'pionfget_mod']]],
+ ['get_5fvara_5fvdesc_5f3d_5freal',['get_vara_vdesc_3d_real',['../group___p_i_o__get__var.html#ga98a6722ddde13f07b5d620684563977b',1,'pionfget_mod']]],
+ ['get_5fvara_5fvdesc_5f3d_5ftext',['get_vara_vdesc_3d_text',['../group___p_i_o__get__var.html#ga75ec03aeab69d08b91ea9d217b7b7ad0',1,'pionfget_mod']]],
+ ['get_5fvara_5fvdesc_5f4d_5fdouble',['get_vara_vdesc_4d_double',['../group___p_i_o__get__var.html#gaaaf517173a06a7a751efc6654ec0ebea',1,'pionfget_mod']]],
+ ['get_5fvara_5fvdesc_5f4d_5fint',['get_vara_vdesc_4d_int',['../group___p_i_o__get__var.html#ga4d03b1efc20ca7b8325fb23ba29b82ca',1,'pionfget_mod']]],
+ ['get_5fvara_5fvdesc_5f4d_5freal',['get_vara_vdesc_4d_real',['../group___p_i_o__get__var.html#ga9f8e24f473d1d9216d37c4ae1ac96b61',1,'pionfget_mod']]],
+ ['get_5fvara_5fvdesc_5f4d_5ftext',['get_vara_vdesc_4d_text',['../group___p_i_o__get__var.html#ga36432d6457238b87ef82c3c239a5b24c',1,'pionfget_mod']]],
+ ['get_5fvara_5fvdesc_5f5d_5fdouble',['get_vara_vdesc_5d_double',['../group___p_i_o__get__var.html#gace10b0367f249e2a355ce4d38f250ba9',1,'pionfget_mod']]],
+ ['get_5fvara_5fvdesc_5f5d_5fint',['get_vara_vdesc_5d_int',['../group___p_i_o__get__var.html#ga4a155d29c433afef8d96a57fb377e47b',1,'pionfget_mod']]],
+ ['get_5fvara_5fvdesc_5f5d_5freal',['get_vara_vdesc_5d_real',['../group___p_i_o__get__var.html#gaec8fff4ad85b2d607fda641b4dde36ed',1,'pionfget_mod']]],
+ ['get_5fvara_5fvdesc_5f5d_5ftext',['get_vara_vdesc_5d_text',['../group___p_i_o__get__var.html#ga1ceff299c01971f248e4bbcc14b1e006',1,'pionfget_mod']]],
+ ['getnumiotasks',['getnumiotasks',['../group___p_i_o__getnumiotasks.html#ga2834d0bc70fba7466f08fd8a2da3b5ef',1,'piolib_mod']]]
];
diff --git a/docs/search/functions_6.js b/docs/search/functions_6.js
index a52294ad6df..0e2ff7d21d3 100644
--- a/docs/search/functions_6.js
+++ b/docs/search/functions_6.js
@@ -1,58 +1,64 @@
var searchData=
[
- ['gcd',['gcd',['../pio__internal_8h.html#af23d9d3b957105f099417c29e1404852',1,'gcd(int a, int b): pioc_sc.c'],['../pioc__sc_8c.html#af23d9d3b957105f099417c29e1404852',1,'gcd(int a, int b): pioc_sc.c']]],
- ['gcd_5farray',['gcd_array',['../pio__internal_8h.html#afb1273a26986a5a8b8894067c3cbb556',1,'gcd_array(int nain, int *ain): pioc_sc.c'],['../pioc__sc_8c.html#afb1273a26986a5a8b8894067c3cbb556',1,'gcd_array(int nain, int *ain): pioc_sc.c']]],
- ['gcdblocksize',['GCDblocksize',['../pio__internal_8h.html#a1e828814e18fec67a056c843f7bd1356',1,'GCDblocksize(int arrlen, const PIO_Offset *arr_in): pioc_sc.c'],['../pioc__sc_8c.html#a1e828814e18fec67a056c843f7bd1356',1,'GCDblocksize(int arrlen, const PIO_Offset *arr_in): pioc_sc.c']]],
- ['gcdblocksize_5fgaps',['GCDblocksize_gaps',['../pioc__sc_8c.html#ab31bb3daedce8acecfa328f2ab94f2fc',1,'pioc_sc.c']]],
- ['get_5fatt_5f1d_5fdouble',['get_att_1d_double',['../group___p_i_o__get__att.html#ga64ae018a86f73e2233fb529aeedc69f5',1,'pionfatt_mod']]],
- ['get_5fatt_5f1d_5fint',['get_att_1d_int',['../group___p_i_o__get__att.html#gabadfae5ddbea347a04216177c3845ae5',1,'pionfatt_mod']]],
- ['get_5fatt_5f1d_5freal',['get_att_1d_real',['../group___p_i_o__get__att.html#ga44f647b79782857c24a7c71dcd9cc9e6',1,'pionfatt_mod']]],
- ['get_5fatt_5fdesc_5f1d_5fint',['get_att_desc_1d_int',['../group___p_i_o__get__att.html#gaca3c2398939fc685ddbecb3e25355d3b',1,'pionfatt_mod']]],
- ['get_5fatt_5fdesc_5ftext',['get_att_desc_text',['../group___p_i_o__get__att.html#gacc7cb491b8e2e6e1e6f3bd1412c5ec94',1,'pionfatt_mod']]],
- ['get_5fatt_5fid_5fint',['get_att_id_int',['../group___p_i_o__get__att.html#ga7d40b08854576aed0e413eed9f1cb69f',1,'pionfatt_mod']]],
- ['get_5fchunk_5fcache_5fhandler',['get_chunk_cache_handler',['../pio__msg_8c.html#a03e3a1b4b2266e35cbb0b1c1177a549e',1,'pio_msg.c']]],
- ['get_5fregions',['get_regions',['../pio__internal_8h.html#aee2d8bfcc4ad3d4be6daa7e536d30cb0',1,'get_regions(int ndims, const int *gdimlen, int maplen, const PIO_Offset *map, int *maxregions, io_region *firstregion): pio_rearrange.c'],['../pio__rearrange_8c.html#aee2d8bfcc4ad3d4be6daa7e536d30cb0',1,'get_regions(int ndims, const int *gdimlen, int maplen, const PIO_Offset *map, int *maxregions, io_region *firstregion): pio_rearrange.c']]],
- ['get_5fvar1_5ftext',['get_var1_text',['../group___p_i_o__get__var.html#ga78364f943c7935728e20d509d7b6cec9',1,'pionfget_mod']]],
- ['get_5fvar1_5fvdesc_5ftext',['get_var1_vdesc_text',['../group___p_i_o__get__var.html#ga3c3d43cf5d95afd04f6d2568e7fd604e',1,'pionfget_mod']]],
- ['get_5fvar_5f0d_5ftext',['get_var_0d_text',['../group___p_i_o__get__var.html#ga4e87630f8f0479dcd7436aca6d9b2e34',1,'pionfget_mod']]],
- ['get_5fvar_5fchunk_5fcache_5fhandler',['get_var_chunk_cache_handler',['../pio__msg_8c.html#ab1c5daa7c450df2d2795b4bc605db539',1,'pio_msg.c']]],
- ['get_5fvar_5fdesc',['get_var_desc',['../pio__internal_8h.html#a4718ac34587ecec757659447234f4256',1,'get_var_desc(int varid, var_desc_t **varlist, var_desc_t **var_desc): pio_lists.c'],['../pio__lists_8c.html#a4718ac34587ecec757659447234f4256',1,'get_var_desc(int varid, var_desc_t **varlist, var_desc_t **var_desc): pio_lists.c']]],
- ['get_5fvar_5fvdesc_5f0d_5ftext',['get_var_vdesc_0d_text',['../group___p_i_o__get__var.html#gaf0fe9ff4680d853dba15d048274147c8',1,'pionfget_mod']]],
- ['get_5fvara_5f1d_5fdouble',['get_vara_1d_double',['../group___p_i_o__get__var.html#ga1d566a42183be8c700df8d408dbb08c5',1,'pionfget_mod']]],
- ['get_5fvara_5f1d_5fint',['get_vara_1d_int',['../group___p_i_o__get__var.html#ga60eb7cb68cbd0f56c8dcc5152e75299f',1,'pionfget_mod']]],
- ['get_5fvara_5f1d_5freal',['get_vara_1d_real',['../group___p_i_o__get__var.html#gaf752e6a0cf61c19fb5262f51fa10290c',1,'pionfget_mod']]],
- ['get_5fvara_5f2d_5fdouble',['get_vara_2d_double',['../group___p_i_o__get__var.html#ga71a18309b1069479478fd96900434cfd',1,'pionfget_mod']]],
- ['get_5fvara_5f2d_5fint',['get_vara_2d_int',['../group___p_i_o__get__var.html#ga8991f512233e11ab89556c3e01b1258e',1,'pionfget_mod']]],
- ['get_5fvara_5f2d_5freal',['get_vara_2d_real',['../group___p_i_o__get__var.html#gad8a2ab267505f9d23ae8b8ea29c138c8',1,'pionfget_mod']]],
- ['get_5fvara_5f3d_5fdouble',['get_vara_3d_double',['../group___p_i_o__get__var.html#gabc438913fc460d3e95de3f93f5d48007',1,'pionfget_mod']]],
- ['get_5fvara_5f3d_5fint',['get_vara_3d_int',['../group___p_i_o__get__var.html#ga41c6a37c8ea4f4cd75d078f340b13648',1,'pionfget_mod']]],
- ['get_5fvara_5f3d_5freal',['get_vara_3d_real',['../group___p_i_o__get__var.html#ga30d4f37505f03cae6b1ada8c02d895db',1,'pionfget_mod']]],
- ['get_5fvara_5f4d_5fdouble',['get_vara_4d_double',['../group___p_i_o__get__var.html#ga02cbe8db23bead156012065e789b0921',1,'pionfget_mod']]],
- ['get_5fvara_5f4d_5fint',['get_vara_4d_int',['../group___p_i_o__get__var.html#ga93c752eab167a9ea1bcfdf788fd1120a',1,'pionfget_mod']]],
- ['get_5fvara_5f4d_5freal',['get_vara_4d_real',['../group___p_i_o__get__var.html#gac759f835c74ab2669ad65a48e645f1c4',1,'pionfget_mod']]],
- ['get_5fvara_5f5d_5fdouble',['get_vara_5d_double',['../group___p_i_o__get__var.html#ga00c8e3b110a71dc38b56d2a9b5432e14',1,'pionfget_mod']]],
- ['get_5fvara_5f5d_5fint',['get_vara_5d_int',['../group___p_i_o__get__var.html#ga29e8bb08e47d84f56a298ee0c38eaedd',1,'pionfget_mod']]],
- ['get_5fvara_5f5d_5freal',['get_vara_5d_real',['../group___p_i_o__get__var.html#ga984fcf5a144346e4c4186a66df981947',1,'pionfget_mod']]],
- ['get_5fvara_5fvdesc_5f1d_5fdouble',['get_vara_vdesc_1d_double',['../group___p_i_o__get__var.html#ga2cc1fc3e0feb8a9645a5a1f55410bf46',1,'pionfget_mod']]],
- ['get_5fvara_5fvdesc_5f1d_5fint',['get_vara_vdesc_1d_int',['../group___p_i_o__get__var.html#gaebc9f2b4b4f447aecfd4da4341bc8fda',1,'pionfget_mod']]],
- ['get_5fvara_5fvdesc_5f1d_5freal',['get_vara_vdesc_1d_real',['../group___p_i_o__get__var.html#ga5b64e272554f0155a51f4268af9ec1a1',1,'pionfget_mod']]],
- ['get_5fvara_5fvdesc_5f1d_5ftext',['get_vara_vdesc_1d_text',['../group___p_i_o__get__var.html#ga3104c91ca2dc977ba19fe8e1e7e45fb9',1,'pionfget_mod']]],
- ['get_5fvara_5fvdesc_5f2d_5fdouble',['get_vara_vdesc_2d_double',['../group___p_i_o__get__var.html#gad6d3ee18276cd7832a0251c9e17edf20',1,'pionfget_mod']]],
- ['get_5fvara_5fvdesc_5f2d_5fint',['get_vara_vdesc_2d_int',['../group___p_i_o__get__var.html#ga9ec5851fe2c64be5359088f33fd286c0',1,'pionfget_mod']]],
- ['get_5fvara_5fvdesc_5f2d_5freal',['get_vara_vdesc_2d_real',['../group___p_i_o__get__var.html#gadd0e481f9246b94061c51e2dbc67c598',1,'pionfget_mod']]],
- ['get_5fvara_5fvdesc_5f2d_5ftext',['get_vara_vdesc_2d_text',['../group___p_i_o__get__var.html#ga817b3375d47d41ab8ff74f50590111cb',1,'pionfget_mod']]],
- ['get_5fvara_5fvdesc_5f3d_5fdouble',['get_vara_vdesc_3d_double',['../group___p_i_o__get__var.html#gaa1cab84fb6a7330c9d64f8dfbbfb9eb6',1,'pionfget_mod']]],
- ['get_5fvara_5fvdesc_5f3d_5fint',['get_vara_vdesc_3d_int',['../group___p_i_o__get__var.html#gafc1780f0bdc774ffec7ac1625460991c',1,'pionfget_mod']]],
- ['get_5fvara_5fvdesc_5f3d_5freal',['get_vara_vdesc_3d_real',['../group___p_i_o__get__var.html#ga98a6722ddde13f07b5d620684563977b',1,'pionfget_mod']]],
- ['get_5fvara_5fvdesc_5f3d_5ftext',['get_vara_vdesc_3d_text',['../group___p_i_o__get__var.html#ga75ec03aeab69d08b91ea9d217b7b7ad0',1,'pionfget_mod']]],
- ['get_5fvara_5fvdesc_5f4d_5fdouble',['get_vara_vdesc_4d_double',['../group___p_i_o__get__var.html#gaaaf517173a06a7a751efc6654ec0ebea',1,'pionfget_mod']]],
- ['get_5fvara_5fvdesc_5f4d_5fint',['get_vara_vdesc_4d_int',['../group___p_i_o__get__var.html#ga4d03b1efc20ca7b8325fb23ba29b82ca',1,'pionfget_mod']]],
- ['get_5fvara_5fvdesc_5f4d_5freal',['get_vara_vdesc_4d_real',['../group___p_i_o__get__var.html#ga9f8e24f473d1d9216d37c4ae1ac96b61',1,'pionfget_mod']]],
- ['get_5fvara_5fvdesc_5f4d_5ftext',['get_vara_vdesc_4d_text',['../group___p_i_o__get__var.html#ga36432d6457238b87ef82c3c239a5b24c',1,'pionfget_mod']]],
- ['get_5fvara_5fvdesc_5f5d_5fdouble',['get_vara_vdesc_5d_double',['../group___p_i_o__get__var.html#gace10b0367f249e2a355ce4d38f250ba9',1,'pionfget_mod']]],
- ['get_5fvara_5fvdesc_5f5d_5fint',['get_vara_vdesc_5d_int',['../group___p_i_o__get__var.html#ga4a155d29c433afef8d96a57fb377e47b',1,'pionfget_mod']]],
- ['get_5fvara_5fvdesc_5f5d_5freal',['get_vara_vdesc_5d_real',['../group___p_i_o__get__var.html#gaec8fff4ad85b2d607fda641b4dde36ed',1,'pionfget_mod']]],
- ['get_5fvara_5fvdesc_5f5d_5ftext',['get_vara_vdesc_5d_text',['../group___p_i_o__get__var.html#ga1ceff299c01971f248e4bbcc14b1e006',1,'pionfget_mod']]],
- ['get_5fvars_5fhandler',['get_vars_handler',['../pio__msg_8c.html#a6761b80077370e3a5bcd8268cd56733c',1,'pio_msg.c']]],
- ['getnumiotasks',['getnumiotasks',['../group___p_i_o__getnumiotasks.html#ga2834d0bc70fba7466f08fd8a2da3b5ef',1,'piolib_mod']]]
+ ['init',['init',['../structpioexample_1_1pioexampleclass.html#a839b15f3abf340e2b046964bfe297808',1,'pioexample::pioexampleclass::init()'],['../example_pio_8f90.html#a78080ad7096ad345563544273bb61b85',1,'pioexample::init()']]],
+ ['init_5fintercom',['init_intercom',['../group___p_i_o__init.html#ga2a34f801ef28767ad58b04cf99ebb207',1,'piolib_mod']]],
+ ['init_5fintracom',['init_intracom',['../group___p_i_o__init.html#ga24013f7eb18aa1552bb0a9ccecc689b3',1,'piolib_mod']]],
+ ['init_5flogging',['init_logging',['../example2_8c.html#a34cfad2213dacda3f966cb58ca85ec62',1,'example2.c']]],
+ ['initdecomp_5f1dof_5fbin_5fi8',['initdecomp_1dof_bin_i8',['../group___p_i_o__initdecomp.html#ga043f00b0a111a252e14b4120e0dcbbd4',1,'piolib_mod']]],
+ ['initdecomp_5f1dof_5fnf_5fi4',['initdecomp_1dof_nf_i4',['../group___p_i_o__initdecomp.html#ga20305909e2f9de23c3fbb5ce6a99ca9c',1,'piolib_mod']]],
+ ['initdecomp_5f2dof_5fbin_5fi4',['initdecomp_2dof_bin_i4',['../group___p_i_o__initdecomp.html#ga39562b2b358b3e305ce405d19d2c4db4',1,'piolib_mod']]],
+ ['initdecomp_5f2dof_5fnf_5fi4',['initdecomp_2dof_nf_i4',['../group___p_i_o__initdecomp.html#ga9e58f2836223b7f45cd1e3e0098bebbe',1,'piolib_mod']]],
+ ['inq_5fatt_5fdesc',['inq_att_desc',['../group___p_i_o__inq__att.html#ga3cf276e51e5b58322b5971c0228dd3f3',1,'pio_nf']]],
+ ['inq_5fatt_5fid',['inq_att_id',['../group___p_i_o__inq__att.html#ga6f4bc43eaecd4acb1605bb6d8a39c0b9',1,'pio_nf']]],
+ ['inq_5fatt_5fvid',['inq_att_vid',['../group___p_i_o__inq__att.html#gae3bae1e175781903ce5514772b9edd3c',1,'pio_nf']]],
+ ['inq_5fattlen_5fdesc',['inq_attlen_desc',['../group___p_i_o__inq__attlen.html#ga5cd2661a09fd5a426b89ce2b473e19b6',1,'pio_nf']]],
+ ['inq_5fattlen_5fid',['inq_attlen_id',['../group___p_i_o__inq__attlen.html#ga255c1f853ccf17c0f7bac0c083391697',1,'pio_nf']]],
+ ['inq_5fattlen_5fvid',['inq_attlen_vid',['../group___p_i_o__inq__attlen.html#gabce6256ec04eb70386bac8cf670fbab5',1,'pio_nf']]],
+ ['inq_5fattname_5fdesc',['inq_attname_desc',['../group___p_i_o__inq__attname.html#ga9a7b2546b1677082db9657ac45854648',1,'pio_nf']]],
+ ['inq_5fattname_5fid',['inq_attname_id',['../group___p_i_o__inq__attname.html#ga1e16444805d4b18bed5f36217a292b99',1,'pio_nf']]],
+ ['inq_5fattname_5fvid',['inq_attname_vid',['../group___p_i_o__inq__attname.html#ga95cdc48b80aee2fc307f9a57a0d9b4ca',1,'pio_nf']]],
+ ['inq_5fdimid_5fdesc',['inq_dimid_desc',['../group___p_i_o__inq__dimid.html#gac45634c2f5f4d2d84eb3d0ceffd2d4e9',1,'pio_nf']]],
+ ['inq_5fdimid_5fid',['inq_dimid_id',['../group___p_i_o__inq__dimid.html#ga3ada08e9d7d83e558c9effbe7df21c7e',1,'pio_nf']]],
+ ['inq_5fdimlen_5fdesc',['inq_dimlen_desc',['../group___p_i_o__inq__dimlen.html#ga000ada579396b31d3c9e70c756ed2dea',1,'pio_nf']]],
+ ['inq_5fdimlen_5fdesc_5flong',['inq_dimlen_desc_long',['../group___p_i_o__inq__dimlen.html#ga8419dd2e74458bee190d433c40ee8491',1,'pio_nf']]],
+ ['inq_5fdimlen_5fid',['inq_dimlen_id',['../group___p_i_o__inq__dimlen.html#ga11df6b5ec11a5a38e917c2b3383ee3d0',1,'pio_nf']]],
+ ['inq_5fdimlen_5fid_5flong',['inq_dimlen_id_long',['../group___p_i_o__inq__dimlen.html#ga9de8a61d0a0ec84c4e2b22d6f1407e96',1,'pio_nf']]],
+ ['inq_5fdimname_5fdesc',['inq_dimname_desc',['../group___p_i_o__inq__dimname.html#ga635f7202c1c1955c8637385adc820649',1,'pio_nf']]],
+ ['inq_5fdimname_5fid',['inq_dimname_id',['../group___p_i_o__inq__dimname.html#gaaa1bffec058f66099981fb42139d2c79',1,'pio_nf']]],
+ ['inq_5ffile_5fmetadata',['inq_file_metadata',['../group___p_i_o__openfile.html#gaf94a8ed54070141e6818d8b4082f92e2',1,'pioc_support.c']]],
+ ['inq_5fnatts_5fdesc',['inq_natts_desc',['../group___p_i_o__inq__natts.html#ga31a00d65a2bd6c6fefe70e85d84bd9b4',1,'pio_nf']]],
+ ['inq_5fnatts_5fid',['inq_natts_id',['../group___p_i_o__inq__natts.html#ga0145a80fb028e8f80fa545dd45bdf2bf',1,'pio_nf']]],
+ ['inq_5fndims_5fdesc',['inq_ndims_desc',['../group___p_i_o__inq__ndims.html#gaec2b049f9b160befc8705aa475621387',1,'pio_nf']]],
+ ['inq_5fndims_5fid',['inq_ndims_id',['../group___p_i_o__inq__ndims.html#ga6c4b1ac748a3ca0c85360f0d1362309d',1,'pio_nf']]],
+ ['inq_5fnvars_5fdesc',['inq_nvars_desc',['../group___p_i_o__inq__nvars.html#ga75745bf73050d2ba33f50c96e5ca9737',1,'pio_nf']]],
+ ['inq_5fnvars_5fid',['inq_nvars_id',['../group___p_i_o__inq__nvars.html#ga64f78f2105aa0c8114a9995c114b738d',1,'pio_nf']]],
+ ['inq_5fvar_5fdeflate_5fdesc',['inq_var_deflate_desc',['../group___p_i_o__inq__var__deflate.html#ga9ef34700d0b2fb30d1443c5424d997d9',1,'pio_nf']]],
+ ['inq_5fvar_5fdeflate_5fid',['inq_var_deflate_id',['../group___p_i_o__inq__var__deflate.html#gab68fda955e3a5ac6ef0367749483c7f1',1,'pio_nf']]],
+ ['inq_5fvar_5fdeflate_5fvid',['inq_var_deflate_vid',['../group___p_i_o__inq__var__deflate.html#gacaf3f950665cd30b440c162969bce37d',1,'pio_nf']]],
+ ['inq_5fvardimid_5fdesc',['inq_vardimid_desc',['../group___p_i_o__inq__vardimid.html#gae47f2e64960778bf50c4707b5748e5b6',1,'pio_nf']]],
+ ['inq_5fvardimid_5fid',['inq_vardimid_id',['../group___p_i_o__inq__vardimid.html#ga6403626a7aff422ec4302cf292bd81ea',1,'pio_nf']]],
+ ['inq_5fvardimid_5fvid',['inq_vardimid_vid',['../group___p_i_o__inq__vardimid.html#ga0f08c75e267929e30a2abf75b3767940',1,'pio_nf']]],
+ ['inq_5fvarid_5fdesc',['inq_varid_desc',['../group___p_i_o__inq__varid.html#gaf0a73d06e44223e3055601b3548c661e',1,'pio_nf']]],
+ ['inq_5fvarid_5fid',['inq_varid_id',['../group___p_i_o__inq__varid.html#gaaec4972b51c09869fadfaf4801d929c3',1,'pio_nf']]],
+ ['inq_5fvarid_5fvid',['inq_varid_vid',['../group___p_i_o__inq__varid.html#ga7d8fdf24c436c1f95bcf16e45d09d77e',1,'pio_nf']]],
+ ['inq_5fvarname_5fdesc',['inq_varname_desc',['../group___p_i_o__inq__varname.html#ga7adeb7df7ab59e49d0e9f4cf7d33040c',1,'pio_nf']]],
+ ['inq_5fvarname_5fid',['inq_varname_id',['../group___p_i_o__inq__varname.html#ga5048b665969697dde6615b4a93ef14e1',1,'pio_nf']]],
+ ['inq_5fvarname_5fvid',['inq_varname_vid',['../group___p_i_o__inq__varname.html#gac1e121bb36cd909ce4311b1ff429d756',1,'pio_nf']]],
+ ['inq_5fvarnatts_5fdesc',['inq_varnatts_desc',['../group___p_i_o__inq__varnatts.html#ga26758ad91704698ef0cf7fe5817a9ad6',1,'pio_nf']]],
+ ['inq_5fvarnatts_5fid',['inq_varnatts_id',['../group___p_i_o__inq__varnatts.html#ga49d231e0b02a956c32e50b27f2a505be',1,'pio_nf']]],
+ ['inq_5fvarnatts_5fvid',['inq_varnatts_vid',['../group___p_i_o__inq__varnatts.html#ga1736ac5577a75edfbcda4974aad6f22b',1,'pio_nf']]],
+ ['inq_5fvarndims_5fdesc',['inq_varndims_desc',['../group___p_i_o__inq__varndims.html#gac9a43be9bd57fa5752e649adebe68205',1,'pio_nf']]],
+ ['inq_5fvarndims_5fid',['inq_varndims_id',['../group___p_i_o__inq__varndims.html#ga6b9399049bfe13d2585ad69b628d3284',1,'pio_nf']]],
+ ['inq_5fvarndims_5fvid',['inq_varndims_vid',['../group___p_i_o__inq__varndims.html#ga8bebb39dc6e52f42a55b4e18bf7c36c8',1,'pio_nf']]],
+ ['inq_5fvartype_5fdesc',['inq_vartype_desc',['../group___p_i_o__inq__vartype.html#ga4f15c4b59ee53493543dc8e8d22419cc',1,'pio_nf']]],
+ ['inq_5fvartype_5fid',['inq_vartype_id',['../group___p_i_o__inq__vartype.html#ga2e31ee3f011c4de5de082add7c593c90',1,'pio_nf']]],
+ ['inq_5fvartype_5fvid',['inq_vartype_vid',['../group___p_i_o__inq__vartype.html#ga5fe39a80cbf008092aa3de0c607b8989',1,'pio_nf']]],
+ ['inquire_5fdesc',['inquire_desc',['../group___p_i_o__inquire.html#gaaefd5a9aaf2b61b0b5e2270868d0c076',1,'pio_nf']]],
+ ['inquire_5fdimension_5fdesc',['inquire_dimension_desc',['../group___p_i_o__inquire__dimension.html#ga9c1aea92ffa38817c6aa00154adf14e5',1,'pio_nf']]],
+ ['inquire_5fdimension_5fid',['inquire_dimension_id',['../group___p_i_o__inquire__dimension.html#ga355381b21d3a376b3ded74e8af8dd4fc',1,'pio_nf']]],
+ ['inquire_5fid',['inquire_id',['../group___p_i_o__inquire.html#ga195f13262360e2f389b612508b4e2744',1,'pio_nf']]],
+ ['inquire_5fvariable_5fdesc',['inquire_variable_desc',['../group___p_i_o__inquire__variable.html#gab1dc4fdd5ff21b81a9c310c24d697626',1,'pio_nf']]],
+ ['inquire_5fvariable_5fid',['inquire_variable_id',['../group___p_i_o__inquire__variable.html#gadf509cd6ed3f3d84a55fa7c6570548b6',1,'pio_nf']]],
+ ['inquire_5fvariable_5fvid',['inquire_variable_vid',['../group___p_i_o__inquire__variable.html#ga8a5aaccac99485dae719fbd809e06084',1,'pio_nf']]],
+ ['iotype_5fis_5fvalid',['iotype_is_valid',['../pioc__support_8c.html#a0c4b989cc5c8182d64eed8dfd3519fbf',1,'pioc_support.c']]]
];
diff --git a/docs/search/functions_7.js b/docs/search/functions_7.js
index 6138fa66a45..f9ac042df50 100644
--- a/docs/search/functions_7.js
+++ b/docs/search/functions_7.js
@@ -1,81 +1,5 @@
var searchData=
[
- ['idx_5fto_5fdim_5flist',['idx_to_dim_list',['../pio__internal_8h.html#a7c3854430c469364f803e56afed9fca4',1,'idx_to_dim_list(int ndims, const int *gdims, PIO_Offset idx, PIO_Offset *dim_list): pio_rearrange.c'],['../pio__rearrange_8c.html#a26b1b0f5f1f4f977aa5e9d9d0fb09ce1',1,'idx_to_dim_list(int ndims, const int *gdimlen, PIO_Offset idx, PIO_Offset *dim_list): pio_rearrange.c']]],
- ['init',['init',['../structpioexample_1_1pioexampleclass.html#a839b15f3abf340e2b046964bfe297808',1,'pioexample::pioexampleclass::init()'],['../example_pio_8f90.html#a78080ad7096ad345563544273bb61b85',1,'pioexample::init()']]],
- ['init_5fintercom',['init_intercom',['../group___p_i_o__init.html#ga2a34f801ef28767ad58b04cf99ebb207',1,'piolib_mod']]],
- ['init_5fintracom',['init_intracom',['../group___p_i_o__init.html#ga24013f7eb18aa1552bb0a9ccecc689b3',1,'piolib_mod']]],
- ['init_5flogging',['init_logging',['../example2_8c.html#a34cfad2213dacda3f966cb58ca85ec62',1,'example2.c']]],
- ['initdecomp_5f1dof_5fbin_5fi8',['initdecomp_1dof_bin_i8',['../group___p_i_o__initdecomp.html#ga043f00b0a111a252e14b4120e0dcbbd4',1,'piolib_mod']]],
- ['initdecomp_5f1dof_5fnf_5fi4',['initdecomp_1dof_nf_i4',['../group___p_i_o__initdecomp.html#ga20305909e2f9de23c3fbb5ce6a99ca9c',1,'piolib_mod']]],
- ['initdecomp_5f2dof_5fbin_5fi4',['initdecomp_2dof_bin_i4',['../group___p_i_o__initdecomp.html#ga39562b2b358b3e305ce405d19d2c4db4',1,'piolib_mod']]],
- ['initdecomp_5f2dof_5fnf_5fi4',['initdecomp_2dof_nf_i4',['../group___p_i_o__initdecomp.html#ga9e58f2836223b7f45cd1e3e0098bebbe',1,'piolib_mod']]],
- ['initdecomp_5fdof_5fhandler',['initdecomp_dof_handler',['../pio__msg_8c.html#a9b72e7142f1be66a022b3f63098649a0',1,'pio_msg.c']]],
- ['inq_5fatt_5fdesc',['inq_att_desc',['../group___p_i_o__inq__att.html#ga3cf276e51e5b58322b5971c0228dd3f3',1,'pio_nf']]],
- ['inq_5fatt_5fhandler',['inq_att_handler',['../pio__msg_8c.html#adb1d7c17a27866636c4acf9f57d941f1',1,'pio_msg.c']]],
- ['inq_5fatt_5fid',['inq_att_id',['../group___p_i_o__inq__att.html#ga6f4bc43eaecd4acb1605bb6d8a39c0b9',1,'pio_nf']]],
- ['inq_5fatt_5fvid',['inq_att_vid',['../group___p_i_o__inq__att.html#gae3bae1e175781903ce5514772b9edd3c',1,'pio_nf']]],
- ['inq_5fattid_5fhandler',['inq_attid_handler',['../pio__msg_8c.html#ae93c81827126f88180a318ba626d1bd0',1,'pio_msg.c']]],
- ['inq_5fattlen_5fdesc',['inq_attlen_desc',['../group___p_i_o__inq__attlen.html#ga5cd2661a09fd5a426b89ce2b473e19b6',1,'pio_nf']]],
- ['inq_5fattlen_5fid',['inq_attlen_id',['../group___p_i_o__inq__attlen.html#ga255c1f853ccf17c0f7bac0c083391697',1,'pio_nf']]],
- ['inq_5fattlen_5fvid',['inq_attlen_vid',['../group___p_i_o__inq__attlen.html#gabce6256ec04eb70386bac8cf670fbab5',1,'pio_nf']]],
- ['inq_5fattname_5fdesc',['inq_attname_desc',['../group___p_i_o__inq__attname.html#ga9a7b2546b1677082db9657ac45854648',1,'pio_nf']]],
- ['inq_5fattname_5fhandler',['inq_attname_handler',['../pio__msg_8c.html#aab2850725e25e49d850c75ea4f0c3eb0',1,'pio_msg.c']]],
- ['inq_5fattname_5fid',['inq_attname_id',['../group___p_i_o__inq__attname.html#ga1e16444805d4b18bed5f36217a292b99',1,'pio_nf']]],
- ['inq_5fattname_5fvid',['inq_attname_vid',['../group___p_i_o__inq__attname.html#ga95cdc48b80aee2fc307f9a57a0d9b4ca',1,'pio_nf']]],
- ['inq_5fdim_5fhandler',['inq_dim_handler',['../pio__msg_8c.html#a98cf63f36c382d78d77c1aebafc21f0d',1,'pio_msg.c']]],
- ['inq_5fdimid_5fdesc',['inq_dimid_desc',['../group___p_i_o__inq__dimid.html#gac45634c2f5f4d2d84eb3d0ceffd2d4e9',1,'pio_nf']]],
- ['inq_5fdimid_5fhandler',['inq_dimid_handler',['../pio__msg_8c.html#ac4ffc5371ee195be94c7be29035c3d42',1,'pio_msg.c']]],
- ['inq_5fdimid_5fid',['inq_dimid_id',['../group___p_i_o__inq__dimid.html#ga3ada08e9d7d83e558c9effbe7df21c7e',1,'pio_nf']]],
- ['inq_5fdimlen_5fdesc',['inq_dimlen_desc',['../group___p_i_o__inq__dimlen.html#ga000ada579396b31d3c9e70c756ed2dea',1,'pio_nf']]],
- ['inq_5fdimlen_5fdesc_5flong',['inq_dimlen_desc_long',['../group___p_i_o__inq__dimlen.html#ga8419dd2e74458bee190d433c40ee8491',1,'pio_nf']]],
- ['inq_5fdimlen_5fid',['inq_dimlen_id',['../group___p_i_o__inq__dimlen.html#ga11df6b5ec11a5a38e917c2b3383ee3d0',1,'pio_nf']]],
- ['inq_5fdimlen_5fid_5flong',['inq_dimlen_id_long',['../group___p_i_o__inq__dimlen.html#ga9de8a61d0a0ec84c4e2b22d6f1407e96',1,'pio_nf']]],
- ['inq_5fdimname_5fdesc',['inq_dimname_desc',['../group___p_i_o__inq__dimname.html#ga635f7202c1c1955c8637385adc820649',1,'pio_nf']]],
- ['inq_5fdimname_5fid',['inq_dimname_id',['../group___p_i_o__inq__dimname.html#gaaa1bffec058f66099981fb42139d2c79',1,'pio_nf']]],
- ['inq_5ffile_5fmetadata',['inq_file_metadata',['../group___p_i_o__openfile.html#gaf94a8ed54070141e6818d8b4082f92e2',1,'pioc_support.c']]],
- ['inq_5fformat_5fhandler',['inq_format_handler',['../pio__msg_8c.html#a34ed3e7dc618a201c7223ae945b61e8a',1,'pio_msg.c']]],
- ['inq_5fhandler',['inq_handler',['../pio__msg_8c.html#a53a1f714b354f7cc4ecb5891f4f52768',1,'pio_msg.c']]],
- ['inq_5fnatts_5fdesc',['inq_natts_desc',['../group___p_i_o__inq__natts.html#ga31a00d65a2bd6c6fefe70e85d84bd9b4',1,'pio_nf']]],
- ['inq_5fnatts_5fid',['inq_natts_id',['../group___p_i_o__inq__natts.html#ga0145a80fb028e8f80fa545dd45bdf2bf',1,'pio_nf']]],
- ['inq_5fndims_5fdesc',['inq_ndims_desc',['../group___p_i_o__inq__ndims.html#gaec2b049f9b160befc8705aa475621387',1,'pio_nf']]],
- ['inq_5fndims_5fid',['inq_ndims_id',['../group___p_i_o__inq__ndims.html#ga6c4b1ac748a3ca0c85360f0d1362309d',1,'pio_nf']]],
- ['inq_5fnvars_5fdesc',['inq_nvars_desc',['../group___p_i_o__inq__nvars.html#ga75745bf73050d2ba33f50c96e5ca9737',1,'pio_nf']]],
- ['inq_5fnvars_5fid',['inq_nvars_id',['../group___p_i_o__inq__nvars.html#ga64f78f2105aa0c8114a9995c114b738d',1,'pio_nf']]],
- ['inq_5ftype_5fhandler',['inq_type_handler',['../pio__msg_8c.html#adc7821ecf46be053479b0f100e221360',1,'pio_msg.c']]],
- ['inq_5funlimdims_5fhandler',['inq_unlimdims_handler',['../pio__msg_8c.html#a7c91406400595b025e4417b861876e52',1,'pio_msg.c']]],
- ['inq_5fvar_5fchunking_5fhandler',['inq_var_chunking_handler',['../pio__msg_8c.html#acb1326951b374a336bda17c603866852',1,'pio_msg.c']]],
- ['inq_5fvar_5fdeflate_5fdesc',['inq_var_deflate_desc',['../group___p_i_o__inq__var__deflate.html#ga9ef34700d0b2fb30d1443c5424d997d9',1,'pio_nf']]],
- ['inq_5fvar_5fdeflate_5fhandler',['inq_var_deflate_handler',['../pio__msg_8c.html#a13a132743b0e6c3381e2a7f5d603b4a4',1,'pio_msg.c']]],
- ['inq_5fvar_5fdeflate_5fid',['inq_var_deflate_id',['../group___p_i_o__inq__var__deflate.html#gab68fda955e3a5ac6ef0367749483c7f1',1,'pio_nf']]],
- ['inq_5fvar_5fdeflate_5fvid',['inq_var_deflate_vid',['../group___p_i_o__inq__var__deflate.html#gacaf3f950665cd30b440c162969bce37d',1,'pio_nf']]],
- ['inq_5fvar_5fendian_5fhandler',['inq_var_endian_handler',['../pio__msg_8c.html#a581824916f96a7ef13e33b8441d38567',1,'pio_msg.c']]],
- ['inq_5fvar_5ffill_5fhandler',['inq_var_fill_handler',['../pio__msg_8c.html#ad05fe34e55c3dd48b045cf943f63f803',1,'pio_msg.c']]],
- ['inq_5fvar_5fhandler',['inq_var_handler',['../pio__msg_8c.html#aa0c56d02df47769c96d427b1c8f98d4b',1,'pio_msg.c']]],
- ['inq_5fvardimid_5fdesc',['inq_vardimid_desc',['../group___p_i_o__inq__vardimid.html#gae47f2e64960778bf50c4707b5748e5b6',1,'pio_nf']]],
- ['inq_5fvardimid_5fid',['inq_vardimid_id',['../group___p_i_o__inq__vardimid.html#ga6403626a7aff422ec4302cf292bd81ea',1,'pio_nf']]],
- ['inq_5fvardimid_5fvid',['inq_vardimid_vid',['../group___p_i_o__inq__vardimid.html#ga0f08c75e267929e30a2abf75b3767940',1,'pio_nf']]],
- ['inq_5fvarid_5fdesc',['inq_varid_desc',['../group___p_i_o__inq__varid.html#gaf0a73d06e44223e3055601b3548c661e',1,'pio_nf']]],
- ['inq_5fvarid_5fhandler',['inq_varid_handler',['../pio__msg_8c.html#a490d71d3e78e08b5b59bd17b28bbbad6',1,'pio_msg.c']]],
- ['inq_5fvarid_5fid',['inq_varid_id',['../group___p_i_o__inq__varid.html#gaaec4972b51c09869fadfaf4801d929c3',1,'pio_nf']]],
- ['inq_5fvarid_5fvid',['inq_varid_vid',['../group___p_i_o__inq__varid.html#ga7d8fdf24c436c1f95bcf16e45d09d77e',1,'pio_nf']]],
- ['inq_5fvarname_5fdesc',['inq_varname_desc',['../group___p_i_o__inq__varname.html#ga7adeb7df7ab59e49d0e9f4cf7d33040c',1,'pio_nf']]],
- ['inq_5fvarname_5fid',['inq_varname_id',['../group___p_i_o__inq__varname.html#ga5048b665969697dde6615b4a93ef14e1',1,'pio_nf']]],
- ['inq_5fvarname_5fvid',['inq_varname_vid',['../group___p_i_o__inq__varname.html#gac1e121bb36cd909ce4311b1ff429d756',1,'pio_nf']]],
- ['inq_5fvarnatts_5fdesc',['inq_varnatts_desc',['../group___p_i_o__inq__varnatts.html#ga26758ad91704698ef0cf7fe5817a9ad6',1,'pio_nf']]],
- ['inq_5fvarnatts_5fid',['inq_varnatts_id',['../group___p_i_o__inq__varnatts.html#ga49d231e0b02a956c32e50b27f2a505be',1,'pio_nf']]],
- ['inq_5fvarnatts_5fvid',['inq_varnatts_vid',['../group___p_i_o__inq__varnatts.html#ga1736ac5577a75edfbcda4974aad6f22b',1,'pio_nf']]],
- ['inq_5fvarndims_5fdesc',['inq_varndims_desc',['../group___p_i_o__inq__varndims.html#gac9a43be9bd57fa5752e649adebe68205',1,'pio_nf']]],
- ['inq_5fvarndims_5fid',['inq_varndims_id',['../group___p_i_o__inq__varndims.html#ga6b9399049bfe13d2585ad69b628d3284',1,'pio_nf']]],
- ['inq_5fvarndims_5fvid',['inq_varndims_vid',['../group___p_i_o__inq__varndims.html#ga8bebb39dc6e52f42a55b4e18bf7c36c8',1,'pio_nf']]],
- ['inq_5fvartype_5fdesc',['inq_vartype_desc',['../group___p_i_o__inq__vartype.html#ga4f15c4b59ee53493543dc8e8d22419cc',1,'pio_nf']]],
- ['inq_5fvartype_5fid',['inq_vartype_id',['../group___p_i_o__inq__vartype.html#ga2e31ee3f011c4de5de082add7c593c90',1,'pio_nf']]],
- ['inq_5fvartype_5fvid',['inq_vartype_vid',['../group___p_i_o__inq__vartype.html#ga5fe39a80cbf008092aa3de0c607b8989',1,'pio_nf']]],
- ['inquire_5fdesc',['inquire_desc',['../group___p_i_o__inquire.html#gaaefd5a9aaf2b61b0b5e2270868d0c076',1,'pio_nf']]],
- ['inquire_5fdimension_5fdesc',['inquire_dimension_desc',['../group___p_i_o__inquire__dimension.html#ga9c1aea92ffa38817c6aa00154adf14e5',1,'pio_nf']]],
- ['inquire_5fdimension_5fid',['inquire_dimension_id',['../group___p_i_o__inquire__dimension.html#ga355381b21d3a376b3ded74e8af8dd4fc',1,'pio_nf']]],
- ['inquire_5fid',['inquire_id',['../group___p_i_o__inquire.html#ga195f13262360e2f389b612508b4e2744',1,'pio_nf']]],
- ['inquire_5fvariable_5fdesc',['inquire_variable_desc',['../group___p_i_o__inquire__variable.html#gab1dc4fdd5ff21b81a9c310c24d697626',1,'pio_nf']]],
- ['inquire_5fvariable_5fid',['inquire_variable_id',['../group___p_i_o__inquire__variable.html#gadf509cd6ed3f3d84a55fa7c6570548b6',1,'pio_nf']]],
- ['inquire_5fvariable_5fvid',['inquire_variable_vid',['../group___p_i_o__inquire__variable.html#ga8a5aaccac99485dae719fbd809e06084',1,'pio_nf']]],
- ['iotype_5fis_5fvalid',['iotype_is_valid',['../pio__internal_8h.html#a0c4b989cc5c8182d64eed8dfd3519fbf',1,'iotype_is_valid(int iotype): pioc_support.c'],['../pioc__support_8c.html#a0c4b989cc5c8182d64eed8dfd3519fbf',1,'iotype_is_valid(int iotype): pioc_support.c']]]
+ ['main',['main',['../example1_8c.html#a0ddf1224851353fc92bfbff6f499fa97',1,'main(int argc, char *argv[]): example1.c'],['../example2_8c.html#a0ddf1224851353fc92bfbff6f499fa97',1,'main(int argc, char *argv[]): example2.c'],['../example_pio_8c.html#a0ddf1224851353fc92bfbff6f499fa97',1,'main(int argc, char *argv[]): examplePio.c'],['../example_pio_8f90.html#a8ec2266d83cd6c0b762cbcbc92c0af3d',1,'main: examplePio.f90']]],
+ ['malloc_5fiodesc',['malloc_iodesc',['../pioc__support_8c.html#ad991769a22107d115d9574c152ce8ce3',1,'pioc_support.c']]]
];
diff --git a/docs/search/functions_8.js b/docs/search/functions_8.js
index b4e1da51cba..25698bd32af 100644
--- a/docs/search/functions_8.js
+++ b/docs/search/functions_8.js
@@ -1,5 +1,374 @@
var searchData=
[
- ['lgcd',['lgcd',['../pio__internal_8h.html#a519df5fcdbcd109624e147ddc35791a9',1,'lgcd(long long a, long long b): pioc_sc.c'],['../pioc__sc_8c.html#a519df5fcdbcd109624e147ddc35791a9',1,'lgcd(long long a, long long b): pioc_sc.c']]],
- ['lgcd_5farray',['lgcd_array',['../pio__internal_8h.html#a9abc09db4545c9581b1b590be7d18c97',1,'lgcd_array(int nain, long long *ain): pioc_sc.c'],['../pioc__sc_8c.html#a9abc09db4545c9581b1b590be7d18c97',1,'lgcd_array(int nain, long long *ain): pioc_sc.c']]]
+ ['pio_5fdeletefile',['pio_deletefile',['../piolib__mod_8f90.html#a6b07d8d4697d3277931d413a1e182a48',1,'piolib_mod']]],
+ ['pio_5ferr',['pio_err',['../pioc__support_8c.html#a9ca7f07374a56d53781de6dc149ca886',1,'pioc_support.c']]],
+ ['pio_5ffile_5fis_5fopen',['pio_file_is_open',['../piolib__mod_8f90.html#a589b60c983df089c8ea21d69c5faac5f',1,'piolib_mod']]],
+ ['pio_5ffinalize_5flogging',['pio_finalize_logging',['../pioc__support_8c.html#a632f01eafb324a77a83b2b13912f6746',1,'pioc_support.c']]],
+ ['pio_5fget_5flocal_5farray_5fsize',['pio_get_local_array_size',['../group___p_i_o__get__local__array__size.html#gab8a9ffb0a03badbcfd71731a36acdf02',1,'piolib_mod']]],
+ ['pio_5fiam_5fiotask',['pio_iam_iotask',['../pio_8_f90.html#a6494c938373f4eb5ba6bd6534d1a0fcc',1,'pio']]],
+ ['pio_5finit_5flogging',['pio_init_logging',['../pioc__support_8c.html#a9a721f024dd47d04f5dbad622adea7ee',1,'pioc_support.c']]],
+ ['pio_5finitdecomp_5fbc',['pio_initdecomp_bc',['../group___p_i_o__initdecomp.html#ga6f7a8735dbe5214bf2b3dcd88f37eaf3',1,'piolib_mod']]],
+ ['pio_5finitdecomp_5fdof_5fi4',['pio_initdecomp_dof_i4',['../group___p_i_o__initdecomp.html#gaba1b0bd480a9ccb431dc304abce94764',1,'piolib_mod']]],
+ ['pio_5finitdecomp_5fdof_5fi8',['pio_initdecomp_dof_i8',['../piolib__mod_8f90.html#ae7a812918fbc191b815d550964381479',1,'piolib_mod']]],
+ ['pio_5fiosystem_5fis_5factive',['pio_iosystem_is_active',['../pio_8_f90.html#a0f0c8531137032f4828974311d00fb16',1,'pio']]],
+ ['pio_5fiotask_5frank',['pio_iotask_rank',['../pio_8_f90.html#aa51424942733b733a74383156b51ad2b',1,'pio']]],
+ ['pio_5fiotype_5favailable',['pio_iotype_available',['../piolib__mod_8f90.html#ab69a7cc0698073ca1cb0ae19781de690',1,'piolib_mod']]],
+ ['pio_5fopenfile',['pio_openfile',['../group___p_i_o__openfile.html#ga434cd26b109dc9e16dbbb3741c3ac1db',1,'piolib_mod']]],
+ ['pio_5freaddof',['pio_readdof',['../pio__support_8_f90.html#aa6b9b98ebf5a85c45dfc0f108f453fba',1,'pio_support']]],
+ ['pio_5fset_5fblocksize',['pio_set_blocksize',['../group___p_i_o__set__blocksize.html#ga58a49dfda66ba8c28e6558f6754704fc',1,'pio']]],
+ ['pio_5fset_5fbuffer_5fsize_5flimit',['pio_set_buffer_size_limit',['../piodarray_8f90.html#a99c8ee0c211a8bc7f819cbcc915baa33',1,'piodarray']]],
+ ['pio_5fset_5fhint',['pio_set_hint',['../piolib__mod_8f90.html#a4feeee096c2a40bd7377672afdd7fb8e',1,'piolib_mod']]],
+ ['pio_5fset_5frearr_5fopts',['pio_set_rearr_opts',['../piolib__mod_8f90.html#a0ae92fff1a887840f8a2e63e2b56cc35',1,'piolib_mod']]],
+ ['pio_5fwritedof',['pio_writedof',['../pio__support_8_f90.html#a70786a25959ff291ef4d781f9554ff06',1,'pio_support']]],
+ ['pioassert',['pioassert',['../pioc__support_8c.html#a762886113a7422e056c96c6c533cd82b',1,'pioc_support.c']]],
+ ['pioc_5fadvanceframe',['PIOc_advanceframe',['../group___p_i_o__setframe__c.html#gaa0d2ac568ba1e0b339d7fb9248d8358c',1,'PIOc_advanceframe(int ncid, int varid): pioc.c'],['../group___p_i_o__setframe__c.html#gaa0d2ac568ba1e0b339d7fb9248d8358c',1,'PIOc_advanceframe(int ncid, int varid): pioc.c']]],
+ ['pioc_5fchange_5fdef',['pioc_change_def',['../pioc__support_8c.html#abf7668416ef848e0e94934a54ba7ee7f',1,'pioc_support.c']]],
+ ['pioc_5fclosefile',['PIOc_closefile',['../group___p_i_o__close__file__c.html#gaee37be8734afcb8ee94088dc287c341b',1,'PIOc_closefile(int ncid): pio_file.c'],['../group___p_i_o__close__file__c.html#gaee37be8734afcb8ee94088dc287c341b',1,'PIOc_closefile(int ncid): pio_file.c']]],
+ ['pioc_5fcreate',['PIOc_create',['../group___p_i_o__create__file__c.html#ga639570c19eeee26c757f63d1765c124d',1,'PIOc_create(int iosysid, const char *filename, int cmode, int *ncidp): pio_file.c'],['../group___p_i_o__create__file__c.html#ga639570c19eeee26c757f63d1765c124d',1,'PIOc_create(int iosysid, const char *path, int cmode, int *ncidp): pio_file.c']]],
+ ['pioc_5fcreatefile',['PIOc_createfile',['../group___p_i_o__create__file__c.html#gaed31e065901c964d4224b3db61a30d5e',1,'PIOc_createfile(int iosysid, int *ncidp, int *iotype, const char *filename, int mode): pio_file.c'],['../group___p_i_o__create__file__c.html#gaed31e065901c964d4224b3db61a30d5e',1,'PIOc_createfile(int iosysid, int *ncidp, int *iotype, const char *fname, int mode): pio_file.c']]],
+ ['pioc_5fcreatefile_5fint',['PIOc_createfile_int',['../group___p_i_o__createfile.html#gafa48e273e52a910db01e01f0c538800d',1,'pioc_support.c']]],
+ ['pioc_5fdef_5fdim',['PIOc_def_dim',['../group___p_i_o__def__dim__c.html#ga19ec254c22fa1822aa86cf69a074c1af',1,'PIOc_def_dim(int ncid, const char *name, PIO_Offset len, int *idp): pio_nc.c'],['../group___p_i_o__def__dim__c.html#ga19ec254c22fa1822aa86cf69a074c1af',1,'PIOc_def_dim(int ncid, const char *name, PIO_Offset len, int *idp): pio_nc.c']]],
+ ['pioc_5fdef_5fvar',['PIOc_def_var',['../group___p_i_o__def__var__c.html#ga70d1d5b2f5e828fed653ca87aacef16e',1,'PIOc_def_var(int ncid, const char *name, nc_type xtype, int ndims, const int *dimidsp, int *varidp): pio_nc.c'],['../group___p_i_o__def__var__c.html#ga70d1d5b2f5e828fed653ca87aacef16e',1,'PIOc_def_var(int ncid, const char *name, nc_type xtype, int ndims, const int *dimidsp, int *varidp): pio_nc.c']]],
+ ['pioc_5fdef_5fvar_5fchunking',['PIOc_def_var_chunking',['../group___p_i_o__def__var__c.html#ga1accdef205cd597d5c598bd6733db1ce',1,'PIOc_def_var_chunking(int ncid, int varid, int storage, const PIO_Offset *chunksizesp): pio_nc4.c'],['../group___p_i_o__def__var__c.html#ga1accdef205cd597d5c598bd6733db1ce',1,'PIOc_def_var_chunking(int ncid, int varid, int storage, const PIO_Offset *chunksizesp): pio_nc4.c']]],
+ ['pioc_5fdef_5fvar_5fdeflate',['PIOc_def_var_deflate',['../group___p_i_o__def__var__c.html#ga914f3306b223e1631a8fc63cd603acea',1,'PIOc_def_var_deflate(int ncid, int varid, int shuffle, int deflate, int deflate_level): pio_nc4.c'],['../group___p_i_o__def__var__c.html#ga914f3306b223e1631a8fc63cd603acea',1,'PIOc_def_var_deflate(int ncid, int varid, int shuffle, int deflate, int deflate_level): pio_nc4.c']]],
+ ['pioc_5fdef_5fvar_5fendian',['PIOc_def_var_endian',['../group___p_i_o__def__var__c.html#ga96ad8b671c81a209e253fc56dbc022e3',1,'PIOc_def_var_endian(int ncid, int varid, int endian): pio_nc4.c'],['../group___p_i_o__def__var__c.html#ga96ad8b671c81a209e253fc56dbc022e3',1,'PIOc_def_var_endian(int ncid, int varid, int endian): pio_nc4.c']]],
+ ['pioc_5fdef_5fvar_5ffill',['PIOc_def_var_fill',['../group___p_i_o__def__var__c.html#ga3eef846624adb5b9a2f0907bfa6eedcf',1,'PIOc_def_var_fill(int ncid, int varid, int fill_mode, const void *fill_valuep): pio_nc.c'],['../group___p_i_o__def__var__c.html#ga3eef846624adb5b9a2f0907bfa6eedcf',1,'PIOc_def_var_fill(int ncid, int varid, int no_fill, const void *fill_value): pio_nc.c']]],
+ ['pioc_5fdel_5fatt',['PIOc_del_att',['../group___p_i_o__del__att__c.html#gafa0ad58fad5c3c91891bb85a0d0b97f5',1,'PIOc_del_att(int ncid, int varid, const char *name): pio_nc.c'],['../group___p_i_o__del__att__c.html#gafa0ad58fad5c3c91891bb85a0d0b97f5',1,'PIOc_del_att(int ncid, int varid, const char *name): pio_nc.c']]],
+ ['pioc_5fdeletefile',['PIOc_deletefile',['../pio__file_8c.html#a030a38f55eae60c0265a7e6d888eed6c',1,'PIOc_deletefile(int iosysid, const char *filename): pio_file.c'],['../pio_8h.html#a030a38f55eae60c0265a7e6d888eed6c',1,'PIOc_deletefile(int iosysid, const char *filename): pio_file.c']]],
+ ['pioc_5fenddef',['PIOc_enddef',['../group___p_i_o__enddef__c.html#ga9967ed940ad4b735965a4abe35101709',1,'PIOc_enddef(int ncid): pio_nc.c'],['../group___p_i_o__enddef__c.html#ga9967ed940ad4b735965a4abe35101709',1,'PIOc_enddef(int ncid): pio_nc.c']]],
+ ['pioc_5ffile_5fis_5fopen',['PIOc_File_is_Open',['../pioc_8c.html#ad95ac275db45c86b26bdc1d0c41993a1',1,'PIOc_File_is_Open(int ncid): pioc.c'],['../pio_8h.html#ad95ac275db45c86b26bdc1d0c41993a1',1,'PIOc_File_is_Open(int ncid): pioc.c']]],
+ ['pioc_5ffinalize',['PIOc_finalize',['../group___p_i_o__finalize__c.html#ga04e150e10a29f037979dc2eaa872bdb5',1,'PIOc_finalize(int iosysid): pioc.c'],['../group___p_i_o__finalize__c.html#ga04e150e10a29f037979dc2eaa872bdb5',1,'PIOc_finalize(int iosysid): pioc.c']]],
+ ['pioc_5ffreedecomp',['PIOc_freedecomp',['../group___p_i_o__freedecomp__c.html#ga6416ad3c81a99f31f8f55e857acd697e',1,'PIOc_freedecomp(int iosysid, int ioid): pioc_support.c'],['../group___p_i_o__freedecomp__c.html#ga6416ad3c81a99f31f8f55e857acd697e',1,'PIOc_freedecomp(int iosysid, int ioid): pioc_support.c']]],
+ ['pioc_5fget_5fatt',['PIOc_get_att',['../group___p_i_o__get__att__c.html#ga1dd46dceac74ad9b49f29d2913174dcd',1,'PIOc_get_att(int ncid, int varid, const char *name, void *ip): pio_nc.c'],['../group___p_i_o__get__att__c.html#ga1dd46dceac74ad9b49f29d2913174dcd',1,'PIOc_get_att(int ncid, int varid, const char *name, void *ip): pio_nc.c']]],
+ ['pioc_5fget_5fatt_5fdouble',['PIOc_get_att_double',['../group___p_i_o__get__att__c.html#gaecad535f948d4843294a01e313f5537a',1,'PIOc_get_att_double(int ncid, int varid, const char *name, double *ip): pio_nc.c'],['../group___p_i_o__get__att__c.html#gaecad535f948d4843294a01e313f5537a',1,'PIOc_get_att_double(int ncid, int varid, const char *name, double *ip): pio_nc.c']]],
+ ['pioc_5fget_5fatt_5ffloat',['PIOc_get_att_float',['../group___p_i_o__get__att__c.html#ga80dd8f9e09046e6f3474b7d58d8d5635',1,'PIOc_get_att_float(int ncid, int varid, const char *name, float *ip): pio_nc.c'],['../group___p_i_o__get__att__c.html#ga80dd8f9e09046e6f3474b7d58d8d5635',1,'PIOc_get_att_float(int ncid, int varid, const char *name, float *ip): pio_nc.c']]],
+ ['pioc_5fget_5fatt_5fint',['PIOc_get_att_int',['../group___p_i_o__get__att__c.html#ga16a824a434a7007da9043d21c6043990',1,'PIOc_get_att_int(int ncid, int varid, const char *name, int *ip): pio_nc.c'],['../group___p_i_o__get__att__c.html#ga16a824a434a7007da9043d21c6043990',1,'PIOc_get_att_int(int ncid, int varid, const char *name, int *ip): pio_nc.c']]],
+ ['pioc_5fget_5fatt_5flong',['PIOc_get_att_long',['../group___p_i_o__get__att__c.html#ga534855a29b613656cab8f7b24119d9af',1,'PIOc_get_att_long(int ncid, int varid, const char *name, long *ip): pio_nc.c'],['../group___p_i_o__get__att__c.html#ga534855a29b613656cab8f7b24119d9af',1,'PIOc_get_att_long(int ncid, int varid, const char *name, long *ip): pio_nc.c']]],
+ ['pioc_5fget_5fatt_5flonglong',['PIOc_get_att_longlong',['../group___p_i_o__get__att__c.html#ga8a1e5cc1beb9923396394d27bbb62b33',1,'PIOc_get_att_longlong(int ncid, int varid, const char *name, long long *ip): pio_nc.c'],['../group___p_i_o__get__att__c.html#ga8a1e5cc1beb9923396394d27bbb62b33',1,'PIOc_get_att_longlong(int ncid, int varid, const char *name, long long *ip): pio_nc.c']]],
+ ['pioc_5fget_5fatt_5fschar',['PIOc_get_att_schar',['../group___p_i_o__get__att__c.html#gac01d99d8e1da36ea33eb29e7d015c633',1,'PIOc_get_att_schar(int ncid, int varid, const char *name, signed char *ip): pio_nc.c'],['../group___p_i_o__get__att__c.html#gac01d99d8e1da36ea33eb29e7d015c633',1,'PIOc_get_att_schar(int ncid, int varid, const char *name, signed char *ip): pio_nc.c']]],
+ ['pioc_5fget_5fatt_5fshort',['PIOc_get_att_short',['../group___p_i_o__get__att__c.html#gafc0b5c94acae7a1fb7371f831bd71513',1,'PIOc_get_att_short(int ncid, int varid, const char *name, short *ip): pio_nc.c'],['../group___p_i_o__get__att__c.html#gafc0b5c94acae7a1fb7371f831bd71513',1,'PIOc_get_att_short(int ncid, int varid, const char *name, short *ip): pio_nc.c']]],
+ ['pioc_5fget_5fatt_5ftext',['PIOc_get_att_text',['../group___p_i_o__get__att__c.html#ga04bdce8e5dab732f3233c72df6528965',1,'PIOc_get_att_text(int ncid, int varid, const char *name, char *ip): pio_nc.c'],['../group___p_i_o__get__att__c.html#ga04bdce8e5dab732f3233c72df6528965',1,'PIOc_get_att_text(int ncid, int varid, const char *name, char *ip): pio_nc.c']]],
+ ['pioc_5fget_5fatt_5fuchar',['PIOc_get_att_uchar',['../group___p_i_o__get__att__c.html#ga4e2064f8a1124df673119a7769cab715',1,'PIOc_get_att_uchar(int ncid, int varid, const char *name, unsigned char *ip): pio_nc.c'],['../group___p_i_o__get__att__c.html#ga4e2064f8a1124df673119a7769cab715',1,'PIOc_get_att_uchar(int ncid, int varid, const char *name, unsigned char *ip): pio_nc.c']]],
+ ['pioc_5fget_5fatt_5fuint',['PIOc_get_att_uint',['../group___p_i_o__get__att__c.html#ga5e124ab099cc187c1aa15d47d1e3f4d3',1,'PIOc_get_att_uint(int ncid, int varid, const char *name, unsigned int *ip): pio_nc.c'],['../group___p_i_o__get__att__c.html#ga5e124ab099cc187c1aa15d47d1e3f4d3',1,'PIOc_get_att_uint(int ncid, int varid, const char *name, unsigned int *ip): pio_nc.c']]],
+ ['pioc_5fget_5fatt_5fulonglong',['PIOc_get_att_ulonglong',['../group___p_i_o__get__att__c.html#ga3cca871639792ab07b4b75a39192d06a',1,'PIOc_get_att_ulonglong(int ncid, int varid, const char *name, unsigned long long *ip): pio_nc.c'],['../group___p_i_o__get__att__c.html#ga3cca871639792ab07b4b75a39192d06a',1,'PIOc_get_att_ulonglong(int ncid, int varid, const char *name, unsigned long long *ip): pio_nc.c']]],
+ ['pioc_5fget_5fatt_5fushort',['PIOc_get_att_ushort',['../group___p_i_o__get__att__c.html#ga499dfba474c9941bf52c2b5db6ea6a1c',1,'PIOc_get_att_ushort(int ncid, int varid, const char *name, unsigned short *ip): pio_nc.c'],['../group___p_i_o__get__att__c.html#ga499dfba474c9941bf52c2b5db6ea6a1c',1,'PIOc_get_att_ushort(int ncid, int varid, const char *name, unsigned short *ip): pio_nc.c']]],
+ ['pioc_5fget_5fchunk_5fcache',['PIOc_get_chunk_cache',['../group___p_i_o__def__var__c.html#ga21d9de130e3c2be14bf21b3bc4063999',1,'PIOc_get_chunk_cache(int iosysid, int iotype, PIO_Offset *sizep, PIO_Offset *nelemsp, float *preemptionp): pio_nc4.c'],['../group___p_i_o__def__var__c.html#ga21d9de130e3c2be14bf21b3bc4063999',1,'PIOc_get_chunk_cache(int iosysid, int iotype, PIO_Offset *sizep, PIO_Offset *nelemsp, float *preemptionp): pio_nc4.c']]],
+ ['pioc_5fget_5flocal_5farray_5fsize',['PIOc_get_local_array_size',['../group___p_i_o__get__local__array__size__c.html#ga0f8ff9696a8e06aec913e0bdcb7da2f2',1,'PIOc_get_local_array_size(int ioid): pioc.c'],['../group___p_i_o__get__local__array__size__c.html#ga0f8ff9696a8e06aec913e0bdcb7da2f2',1,'PIOc_get_local_array_size(int ioid): pioc.c']]],
+ ['pioc_5fget_5fnumiotasks',['PIOc_get_numiotasks',['../group___p_i_o__getnumiotasks__c.html#ga63e9c3a6d23a6c0be99584707b18ba1c',1,'PIOc_get_numiotasks(int iosysid, int *numiotasks): pioc.c'],['../group___p_i_o__getnumiotasks__c.html#ga63e9c3a6d23a6c0be99584707b18ba1c',1,'PIOc_get_numiotasks(int iosysid, int *numiotasks): pioc.c']]],
+ ['pioc_5fget_5fvar',['PIOc_get_var',['../group___p_i_o__get__var__c.html#ga7d40c1af3620a12f166f41ed540aa68b',1,'PIOc_get_var(int ncid, int varid, void *buf): pio_get_nc.c'],['../group___p_i_o__get__var__c.html#ga7d40c1af3620a12f166f41ed540aa68b',1,'PIOc_get_var(int ncid, int varid, void *buf): pio_get_nc.c']]],
+ ['pioc_5fget_5fvar1',['PIOc_get_var1',['../group___p_i_o__get__var__c.html#gadc66d83f6d67f6846a2cded6f71c241a',1,'PIOc_get_var1(int ncid, int varid, const PIO_Offset *index, void *buf): pio_get_nc.c'],['../group___p_i_o__get__var__c.html#gadc66d83f6d67f6846a2cded6f71c241a',1,'PIOc_get_var1(int ncid, int varid, const PIO_Offset *index, void *buf): pio_get_nc.c']]],
+ ['pioc_5fget_5fvar1_5fdouble',['PIOc_get_var1_double',['../group___p_i_o__get__var__c.html#ga86d73d7b45442eec9c1aace977f05874',1,'PIOc_get_var1_double(int ncid, int varid, const PIO_Offset *index, double *buf): pio_get_nc.c'],['../group___p_i_o__get__var__c.html#ga86d73d7b45442eec9c1aace977f05874',1,'PIOc_get_var1_double(int ncid, int varid, const PIO_Offset *index, double *buf): pio_get_nc.c']]],
+ ['pioc_5fget_5fvar1_5ffloat',['PIOc_get_var1_float',['../group___p_i_o__get__var__c.html#ga30f495e78a8988c3486ce86521ce1ce0',1,'PIOc_get_var1_float(int ncid, int varid, const PIO_Offset *index, float *buf): pio_get_nc.c'],['../group___p_i_o__get__var__c.html#ga30f495e78a8988c3486ce86521ce1ce0',1,'PIOc_get_var1_float(int ncid, int varid, const PIO_Offset *index, float *buf): pio_get_nc.c']]],
+ ['pioc_5fget_5fvar1_5fint',['PIOc_get_var1_int',['../group___p_i_o__get__var__c.html#ga078c2bc2d27e799f452158f36398829b',1,'PIOc_get_var1_int(int ncid, int varid, const PIO_Offset *index, int *buf): pio_get_nc.c'],['../group___p_i_o__get__var__c.html#ga078c2bc2d27e799f452158f36398829b',1,'PIOc_get_var1_int(int ncid, int varid, const PIO_Offset *index, int *buf): pio_get_nc.c']]],
+ ['pioc_5fget_5fvar1_5flong',['PIOc_get_var1_long',['../group___p_i_o__get__var__c.html#ga75317a0b9a65928ad638afbeb0605be2',1,'PIOc_get_var1_long(int ncid, int varid, const PIO_Offset *index, long *buf): pio_get_nc.c'],['../group___p_i_o__get__var__c.html#ga75317a0b9a65928ad638afbeb0605be2',1,'PIOc_get_var1_long(int ncid, int varid, const PIO_Offset *index, long *buf): pio_get_nc.c']]],
+ ['pioc_5fget_5fvar1_5flonglong',['PIOc_get_var1_longlong',['../group___p_i_o__get__var__c.html#ga0f0a1b69878cba8467beb7eaac46c490',1,'PIOc_get_var1_longlong(int ncid, int varid, const PIO_Offset *index, long long *buf): pio_get_nc.c'],['../group___p_i_o__get__var__c.html#ga0f0a1b69878cba8467beb7eaac46c490',1,'PIOc_get_var1_longlong(int ncid, int varid, const PIO_Offset *index, long long *buf): pio_get_nc.c']]],
+ ['pioc_5fget_5fvar1_5fschar',['PIOc_get_var1_schar',['../group___p_i_o__get__var__c.html#gaff5e3f043cecdaa3d70e794581527513',1,'PIOc_get_var1_schar(int ncid, int varid, const PIO_Offset *index, signed char *buf): pio_get_nc.c'],['../group___p_i_o__get__var__c.html#gaff5e3f043cecdaa3d70e794581527513',1,'PIOc_get_var1_schar(int ncid, int varid, const PIO_Offset *index, signed char *buf): pio_get_nc.c']]],
+ ['pioc_5fget_5fvar1_5fshort',['PIOc_get_var1_short',['../group___p_i_o__get__var__c.html#ga48b6dcc3d7419c1f4e20ed2fc0ea2f57',1,'PIOc_get_var1_short(int ncid, int varid, const PIO_Offset *index, short *buf): pio_get_nc.c'],['../group___p_i_o__get__var__c.html#ga48b6dcc3d7419c1f4e20ed2fc0ea2f57',1,'PIOc_get_var1_short(int ncid, int varid, const PIO_Offset *index, short *buf): pio_get_nc.c']]],
+ ['pioc_5fget_5fvar1_5ftext',['PIOc_get_var1_text',['../group___p_i_o__get__var__c.html#ga8d7d64a4973d8867ac3bcb5718936260',1,'PIOc_get_var1_text(int ncid, int varid, const PIO_Offset *index, char *buf): pio_get_nc.c'],['../group___p_i_o__get__var__c.html#ga8d7d64a4973d8867ac3bcb5718936260',1,'PIOc_get_var1_text(int ncid, int varid, const PIO_Offset *index, char *buf): pio_get_nc.c']]],
+ ['pioc_5fget_5fvar1_5fuchar',['PIOc_get_var1_uchar',['../group___p_i_o__get__var__c.html#gafe8b4452c69f1bc41504d4dacc7d92ce',1,'PIOc_get_var1_uchar(int ncid, int varid, const PIO_Offset *index, unsigned char *buf): pio_get_nc.c'],['../group___p_i_o__get__var__c.html#gafe8b4452c69f1bc41504d4dacc7d92ce',1,'PIOc_get_var1_uchar(int ncid, int varid, const PIO_Offset *index, unsigned char *buf): pio_get_nc.c']]],
+ ['pioc_5fget_5fvar1_5fuint',['PIOc_get_var1_uint',['../group___p_i_o__get__var__c.html#gaab1431d46d31bad4bb1a94fabf9e191b',1,'PIOc_get_var1_uint(int ncid, int varid, const PIO_Offset *index, unsigned int *buf): pio_get_nc.c'],['../group___p_i_o__get__var__c.html#gaab1431d46d31bad4bb1a94fabf9e191b',1,'PIOc_get_var1_uint(int ncid, int varid, const PIO_Offset *index, unsigned int *buf): pio_get_nc.c']]],
+ ['pioc_5fget_5fvar1_5fulonglong',['PIOc_get_var1_ulonglong',['../group___p_i_o__get__var__c.html#ga1911638dede15aab419f223fd630d681',1,'PIOc_get_var1_ulonglong(int ncid, int varid, const PIO_Offset *index, unsigned long long *buf): pio_get_nc.c'],['../group___p_i_o__get__var__c.html#ga1911638dede15aab419f223fd630d681',1,'PIOc_get_var1_ulonglong(int ncid, int varid, const PIO_Offset *index, unsigned long long *buf): pio_get_nc.c']]],
+ ['pioc_5fget_5fvar1_5fushort',['PIOc_get_var1_ushort',['../group___p_i_o__get__var__c.html#ga523b53d3beb43e6ae5a1295fe1af6694',1,'PIOc_get_var1_ushort(int ncid, int varid, const PIO_Offset *index, unsigned short *buf): pio_get_nc.c'],['../group___p_i_o__get__var__c.html#ga523b53d3beb43e6ae5a1295fe1af6694',1,'PIOc_get_var1_ushort(int ncid, int varid, const PIO_Offset *index, unsigned short *buf): pio_get_nc.c']]],
+ ['pioc_5fget_5fvar_5fchunk_5fcache',['PIOc_get_var_chunk_cache',['../group___p_i_o__inq__var__c.html#gacf7c11b31e7618d23886c9e0d3ed439d',1,'PIOc_get_var_chunk_cache(int ncid, int varid, PIO_Offset *sizep, PIO_Offset *nelemsp, float *preemptionp): pio_nc4.c'],['../group___p_i_o__inq__var__c.html#gacf7c11b31e7618d23886c9e0d3ed439d',1,'PIOc_get_var_chunk_cache(int ncid, int varid, PIO_Offset *sizep, PIO_Offset *nelemsp, float *preemptionp): pio_nc4.c']]],
+ ['pioc_5fget_5fvar_5fdouble',['PIOc_get_var_double',['../group___p_i_o__get__var__c.html#gac860946e1513f6c542bbe73675ea42ca',1,'PIOc_get_var_double(int ncid, int varid, double *buf): pio_get_nc.c'],['../group___p_i_o__get__var__c.html#gac860946e1513f6c542bbe73675ea42ca',1,'PIOc_get_var_double(int ncid, int varid, double *buf): pio_get_nc.c']]],
+ ['pioc_5fget_5fvar_5ffloat',['PIOc_get_var_float',['../group___p_i_o__get__var__c.html#gac5a6cc5b8470eb9d15f43f16f31d0095',1,'PIOc_get_var_float(int ncid, int varid, float *buf): pio_get_nc.c'],['../group___p_i_o__get__var__c.html#gac5a6cc5b8470eb9d15f43f16f31d0095',1,'PIOc_get_var_float(int ncid, int varid, float *buf): pio_get_nc.c']]],
+ ['pioc_5fget_5fvar_5fint',['PIOc_get_var_int',['../group___p_i_o__get__var__c.html#gaf26dbf53c05c37a29e61a52ba2163bad',1,'PIOc_get_var_int(int ncid, int varid, int *buf): pio_get_nc.c'],['../group___p_i_o__get__var__c.html#gaf26dbf53c05c37a29e61a52ba2163bad',1,'PIOc_get_var_int(int ncid, int varid, int *buf): pio_get_nc.c']]],
+ ['pioc_5fget_5fvar_5flong',['PIOc_get_var_long',['../group___p_i_o__get__var__c.html#gaa0cde462928debf71200047f612da144',1,'PIOc_get_var_long(int ncid, int varid, long *buf): pio_get_nc.c'],['../group___p_i_o__get__var__c.html#gaa0cde462928debf71200047f612da144',1,'PIOc_get_var_long(int ncid, int varid, long *buf): pio_get_nc.c']]],
+ ['pioc_5fget_5fvar_5flonglong',['PIOc_get_var_longlong',['../group___p_i_o__get__var__c.html#ga81a84b33c3a6fb622105e554db5cf2c9',1,'PIOc_get_var_longlong(int ncid, int varid, long long *buf): pio_get_nc.c'],['../group___p_i_o__get__var__c.html#ga81a84b33c3a6fb622105e554db5cf2c9',1,'PIOc_get_var_longlong(int ncid, int varid, long long *buf): pio_get_nc.c']]],
+ ['pioc_5fget_5fvar_5fschar',['PIOc_get_var_schar',['../group___p_i_o__get__var__c.html#ga057621ac16cdde03c2c58ac61fe72433',1,'PIOc_get_var_schar(int ncid, int varid, signed char *buf): pio_get_nc.c'],['../group___p_i_o__get__var__c.html#ga057621ac16cdde03c2c58ac61fe72433',1,'PIOc_get_var_schar(int ncid, int varid, signed char *buf): pio_get_nc.c']]],
+ ['pioc_5fget_5fvar_5fshort',['PIOc_get_var_short',['../group___p_i_o__get__var__c.html#gae292946dd099741230f6998c65bad0b3',1,'PIOc_get_var_short(int ncid, int varid, short *buf): pio_get_nc.c'],['../group___p_i_o__get__var__c.html#gae292946dd099741230f6998c65bad0b3',1,'PIOc_get_var_short(int ncid, int varid, short *buf): pio_get_nc.c']]],
+ ['pioc_5fget_5fvar_5ftext',['PIOc_get_var_text',['../group___p_i_o__get__var__c.html#ga76315bb37b0fd20bebd243ccaa913a9c',1,'PIOc_get_var_text(int ncid, int varid, char *buf): pio_get_nc.c'],['../group___p_i_o__get__var__c.html#ga76315bb37b0fd20bebd243ccaa913a9c',1,'PIOc_get_var_text(int ncid, int varid, char *buf): pio_get_nc.c']]],
+ ['pioc_5fget_5fvar_5fuchar',['PIOc_get_var_uchar',['../group___p_i_o__get__var__c.html#ga66781a00c8aedd310bc1fef70e1f57a6',1,'PIOc_get_var_uchar(int ncid, int varid, unsigned char *buf): pio_get_nc.c'],['../group___p_i_o__get__var__c.html#ga66781a00c8aedd310bc1fef70e1f57a6',1,'PIOc_get_var_uchar(int ncid, int varid, unsigned char *buf): pio_get_nc.c']]],
+ ['pioc_5fget_5fvar_5fuint',['PIOc_get_var_uint',['../group___p_i_o__get__var__c.html#ga215c4d7cea127b1e353ffd1c55ced777',1,'PIOc_get_var_uint(int ncid, int varid, unsigned int *buf): pio_get_nc.c'],['../group___p_i_o__get__var__c.html#ga215c4d7cea127b1e353ffd1c55ced777',1,'PIOc_get_var_uint(int ncid, int varid, unsigned int *buf): pio_get_nc.c']]],
+ ['pioc_5fget_5fvar_5fulonglong',['PIOc_get_var_ulonglong',['../group___p_i_o__get__var__c.html#ga125cea31f69f5386cc6457cce2d6dcb1',1,'PIOc_get_var_ulonglong(int ncid, int varid, unsigned long long *buf): pio_get_nc.c'],['../group___p_i_o__get__var__c.html#ga125cea31f69f5386cc6457cce2d6dcb1',1,'PIOc_get_var_ulonglong(int ncid, int varid, unsigned long long *buf): pio_get_nc.c']]],
+ ['pioc_5fget_5fvar_5fushort',['PIOc_get_var_ushort',['../group___p_i_o__get__var__c.html#ga2fb84e441eb0e58151e11285f90ee4b5',1,'PIOc_get_var_ushort(int ncid, int varid, unsigned short *buf): pio_get_nc.c'],['../group___p_i_o__get__var__c.html#ga2fb84e441eb0e58151e11285f90ee4b5',1,'PIOc_get_var_ushort(int ncid, int varid, unsigned short *buf): pio_get_nc.c']]],
+ ['pioc_5fget_5fvara',['PIOc_get_vara',['../group___p_i_o__get__var__c.html#gacff7aafc82ae15a6eb4685fec2121749',1,'PIOc_get_vara(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, void *buf): pio_get_nc.c'],['../group___p_i_o__get__var__c.html#gacff7aafc82ae15a6eb4685fec2121749',1,'PIOc_get_vara(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, void *buf): pio_get_nc.c']]],
+ ['pioc_5fget_5fvara_5fdouble',['PIOc_get_vara_double',['../group___p_i_o__get__var__c.html#ga863b84080e317664e1b29bac9ff2f70f',1,'PIOc_get_vara_double(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, double *buf): pio_get_nc.c'],['../group___p_i_o__get__var__c.html#ga863b84080e317664e1b29bac9ff2f70f',1,'PIOc_get_vara_double(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, double *buf): pio_get_nc.c']]],
+ ['pioc_5fget_5fvara_5ffloat',['PIOc_get_vara_float',['../group___p_i_o__get__var__c.html#gad651dd110d5de95cf2310ad86ca7431f',1,'PIOc_get_vara_float(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, float *buf): pio_get_nc.c'],['../group___p_i_o__get__var__c.html#gad651dd110d5de95cf2310ad86ca7431f',1,'PIOc_get_vara_float(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, float *buf): pio_get_nc.c']]],
+ ['pioc_5fget_5fvara_5fint',['PIOc_get_vara_int',['../group___p_i_o__get__var__c.html#gacf64992ece3a7b270f511ecc16f0a924',1,'PIOc_get_vara_int(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, int *buf): pio_get_nc.c'],['../group___p_i_o__get__var__c.html#gacf64992ece3a7b270f511ecc16f0a924',1,'PIOc_get_vara_int(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, int *buf): pio_get_nc.c']]],
+ ['pioc_5fget_5fvara_5flong',['PIOc_get_vara_long',['../group___p_i_o__get__var__c.html#ga1c289362504e4ccce8fe30ed0f0aaaa2',1,'PIOc_get_vara_long(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, long *buf): pio_get_nc.c'],['../group___p_i_o__get__var__c.html#ga1c289362504e4ccce8fe30ed0f0aaaa2',1,'PIOc_get_vara_long(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, long *buf): pio_get_nc.c']]],
+ ['pioc_5fget_5fvara_5flonglong',['PIOc_get_vara_longlong',['../group___p_i_o__get__var__c.html#gad034da93fe285d075fccc62134b9aeee',1,'PIOc_get_vara_longlong(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, long long *buf): pio_get_nc.c'],['../group___p_i_o__get__var__c.html#gad034da93fe285d075fccc62134b9aeee',1,'PIOc_get_vara_longlong(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, long long *buf): pio_get_nc.c']]],
+ ['pioc_5fget_5fvara_5fschar',['PIOc_get_vara_schar',['../group___p_i_o__get__var__c.html#ga2a957b04af4bb53d98362a007eb2c92c',1,'PIOc_get_vara_schar(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, signed char *buf): pio_get_nc.c'],['../group___p_i_o__get__var__c.html#ga2a957b04af4bb53d98362a007eb2c92c',1,'PIOc_get_vara_schar(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, signed char *buf): pio_get_nc.c']]],
+ ['pioc_5fget_5fvara_5fshort',['PIOc_get_vara_short',['../group___p_i_o__get__var__c.html#ga81295deac78f91142721a2ad0745e5fa',1,'PIOc_get_vara_short(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, short *buf): pio_get_nc.c'],['../group___p_i_o__get__var__c.html#ga81295deac78f91142721a2ad0745e5fa',1,'PIOc_get_vara_short(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, short *buf): pio_get_nc.c']]],
+ ['pioc_5fget_5fvara_5ftext',['PIOc_get_vara_text',['../group___p_i_o__get__var__c.html#ga6d5c7315b332ddb793317e93f2a2df1b',1,'PIOc_get_vara_text(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, char *buf): pio_get_nc.c'],['../group___p_i_o__get__var__c.html#ga6d5c7315b332ddb793317e93f2a2df1b',1,'PIOc_get_vara_text(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, char *buf): pio_get_nc.c']]],
+ ['pioc_5fget_5fvara_5fuchar',['PIOc_get_vara_uchar',['../group___p_i_o__get__var__c.html#ga2e97141acbb8dfa3199d1929172c6b6c',1,'PIOc_get_vara_uchar(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, unsigned char *buf): pio_get_nc.c'],['../group___p_i_o__get__var__c.html#ga2e97141acbb8dfa3199d1929172c6b6c',1,'PIOc_get_vara_uchar(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, unsigned char *buf): pio_get_nc.c']]],
+ ['pioc_5fget_5fvara_5fuint',['PIOc_get_vara_uint',['../group___p_i_o__get__var__c.html#ga58440b8cbe979b52beac5d82bed1191c',1,'PIOc_get_vara_uint(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, unsigned int *buf): pio_get_nc.c'],['../group___p_i_o__get__var__c.html#ga58440b8cbe979b52beac5d82bed1191c',1,'PIOc_get_vara_uint(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, unsigned int *buf): pio_get_nc.c']]],
+ ['pioc_5fget_5fvara_5fulonglong',['PIOc_get_vara_ulonglong',['../group___p_i_o__get__var__c.html#ga8fb823e83602f416d61e340220639047',1,'PIOc_get_vara_ulonglong(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, unsigned long long *buf): pio_get_nc.c'],['../group___p_i_o__get__var__c.html#ga8fb823e83602f416d61e340220639047',1,'PIOc_get_vara_ulonglong(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, unsigned long long *buf): pio_get_nc.c']]],
+ ['pioc_5fget_5fvara_5fushort',['PIOc_get_vara_ushort',['../group___p_i_o__get__var__c.html#gad4a1f5291d633bd1172e02bb8689089b',1,'PIOc_get_vara_ushort(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, unsigned short *buf): pio_get_nc.c'],['../group___p_i_o__get__var__c.html#gad4a1f5291d633bd1172e02bb8689089b',1,'PIOc_get_vara_ushort(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, unsigned short *buf): pio_get_nc.c']]],
+ ['pioc_5fget_5fvars',['PIOc_get_vars',['../group___p_i_o__get__var__c.html#gaf0048bfd981bad0aaa2e457ef38e665a',1,'PIOc_get_vars(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, void *buf): pio_get_nc.c'],['../group___p_i_o__get__var__c.html#gaf0048bfd981bad0aaa2e457ef38e665a',1,'PIOc_get_vars(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, void *buf): pio_get_nc.c']]],
+ ['pioc_5fget_5fvars_5fdouble',['PIOc_get_vars_double',['../group___p_i_o__get__var__c.html#gaa6a7c4cb2aa8c1707f10a351f7223ff6',1,'PIOc_get_vars_double(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, double *buf): pio_get_nc.c'],['../group___p_i_o__get__var__c.html#gaa6a7c4cb2aa8c1707f10a351f7223ff6',1,'PIOc_get_vars_double(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, double *buf): pio_get_nc.c']]],
+ ['pioc_5fget_5fvars_5ffloat',['PIOc_get_vars_float',['../group___p_i_o__get__var__c.html#gac15aa7656a4d578e3ed3052d53218339',1,'PIOc_get_vars_float(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, float *buf): pio_get_nc.c'],['../group___p_i_o__get__var__c.html#gac15aa7656a4d578e3ed3052d53218339',1,'PIOc_get_vars_float(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, float *buf): pio_get_nc.c']]],
+ ['pioc_5fget_5fvars_5fint',['PIOc_get_vars_int',['../group___p_i_o__get__var__c.html#ga660d969dcfd95deffea9a86e19eb680e',1,'PIOc_get_vars_int(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, int *buf): pio_get_nc.c'],['../group___p_i_o__get__var__c.html#ga660d969dcfd95deffea9a86e19eb680e',1,'PIOc_get_vars_int(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, int *buf): pio_get_nc.c']]],
+ ['pioc_5fget_5fvars_5flong',['PIOc_get_vars_long',['../group___p_i_o__get__var__c.html#ga4d20037a54ed002ac8ce30477cc27cf9',1,'PIOc_get_vars_long(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, long *buf): pio_get_nc.c'],['../group___p_i_o__get__var__c.html#ga4d20037a54ed002ac8ce30477cc27cf9',1,'PIOc_get_vars_long(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, long *buf): pio_get_nc.c']]],
+ ['pioc_5fget_5fvars_5flonglong',['PIOc_get_vars_longlong',['../group___p_i_o__get__var__c.html#ga1e274b54e878153300eb286186ab2187',1,'PIOc_get_vars_longlong(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, long long *buf): pio_get_nc.c'],['../group___p_i_o__get__var__c.html#ga1e274b54e878153300eb286186ab2187',1,'PIOc_get_vars_longlong(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, long long *buf): pio_get_nc.c']]],
+ ['pioc_5fget_5fvars_5fschar',['PIOc_get_vars_schar',['../group___p_i_o__get__var__c.html#ga3e067710d5ad6a2c4e89284218e785ee',1,'PIOc_get_vars_schar(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, signed char *buf): pio_get_nc.c'],['../group___p_i_o__get__var__c.html#ga3e067710d5ad6a2c4e89284218e785ee',1,'PIOc_get_vars_schar(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, signed char *buf): pio_get_nc.c']]],
+ ['pioc_5fget_5fvars_5fshort',['PIOc_get_vars_short',['../group___p_i_o__get__var__c.html#ga05463520b62138bbf5cec2d4196c78fa',1,'PIOc_get_vars_short(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, short *buf): pio_get_nc.c'],['../group___p_i_o__get__var__c.html#ga05463520b62138bbf5cec2d4196c78fa',1,'PIOc_get_vars_short(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, short *buf): pio_get_nc.c']]],
+ ['pioc_5fget_5fvars_5ftext',['PIOc_get_vars_text',['../group___p_i_o__get__var__c.html#ga86eb1cf94b0619d3f6cb8a6db0d9fba5',1,'PIOc_get_vars_text(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, char *buf): pio_get_nc.c'],['../group___p_i_o__get__var__c.html#ga86eb1cf94b0619d3f6cb8a6db0d9fba5',1,'PIOc_get_vars_text(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, char *buf): pio_get_nc.c']]],
+ ['pioc_5fget_5fvars_5fuchar',['PIOc_get_vars_uchar',['../group___p_i_o__get__var__c.html#gad2858b93b2adc2ae922acaaad33ede22',1,'PIOc_get_vars_uchar(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, unsigned char *buf): pio_get_nc.c'],['../group___p_i_o__get__var__c.html#gad2858b93b2adc2ae922acaaad33ede22',1,'PIOc_get_vars_uchar(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, unsigned char *buf): pio_get_nc.c']]],
+ ['pioc_5fget_5fvars_5fuint',['PIOc_get_vars_uint',['../group___p_i_o__get__var__c.html#ga0cb353e13d7a9a344a497a930205c021',1,'PIOc_get_vars_uint(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, unsigned int *buf): pio_get_nc.c'],['../group___p_i_o__get__var__c.html#ga0cb353e13d7a9a344a497a930205c021',1,'PIOc_get_vars_uint(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, unsigned int *buf): pio_get_nc.c']]],
+ ['pioc_5fget_5fvars_5fulonglong',['PIOc_get_vars_ulonglong',['../group___p_i_o__get__var__c.html#ga7764935cfae37abfc17a9053206cf48d',1,'PIOc_get_vars_ulonglong(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, unsigned long long *buf): pio_get_nc.c'],['../group___p_i_o__get__var__c.html#ga7764935cfae37abfc17a9053206cf48d',1,'PIOc_get_vars_ulonglong(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, unsigned long long *buf): pio_get_nc.c']]],
+ ['pioc_5fget_5fvars_5fushort',['PIOc_get_vars_ushort',['../group___p_i_o__get__var__c.html#ga07625cd2351357ffe83cdbd0c8d372b6',1,'PIOc_get_vars_ushort(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, unsigned short *buf): pio_get_nc.c'],['../group___p_i_o__get__var__c.html#ga07625cd2351357ffe83cdbd0c8d372b6',1,'PIOc_get_vars_ushort(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, unsigned short *buf): pio_get_nc.c']]],
+ ['pioc_5fiam_5fiotask',['PIOc_iam_iotask',['../group___p_i_o__iosystem__is__active__c.html#gafdcc433f8b653aef3ee5632bfd39f522',1,'PIOc_iam_iotask(int iosysid, bool *ioproc): pioc.c'],['../group___p_i_o__iosystem__is__active__c.html#gafdcc433f8b653aef3ee5632bfd39f522',1,'PIOc_iam_iotask(int iosysid, bool *ioproc): pioc.c']]],
+ ['pioc_5finit_5fasync',['PIOc_init_async',['../group___p_i_o__init__c.html#ga017725f65a38a40963ac6936bbe7b5e9',1,'PIOc_init_async(MPI_Comm world, int num_io_procs, int *io_proc_list, int component_count, int *num_procs_per_comp, int **proc_list, MPI_Comm *user_io_comm, MPI_Comm *user_comp_comm, int rearranger, int *iosysidp): pioc.c'],['../group___p_i_o__init__c.html#ga017725f65a38a40963ac6936bbe7b5e9',1,'PIOc_init_async(MPI_Comm world, int num_io_procs, int *io_proc_list, int component_count, int *num_procs_per_comp, int **proc_list, MPI_Comm *io_comm, MPI_Comm *comp_comm, int rearranger, int *iosysidp): pioc.c']]],
+ ['pioc_5finit_5fdecomp',['PIOc_init_decomp',['../group___p_i_o__initdecomp__c.html#gae8417bae4d00472a015d0a84a5b34acf',1,'PIOc_init_decomp(int iosysid, int pio_type, int ndims, const int *gdimlen, int maplen, const PIO_Offset *compmap, int *ioidp, int rearranger, const PIO_Offset *iostart, const PIO_Offset *iocount): pioc.c'],['../group___p_i_o__initdecomp__c.html#gae8417bae4d00472a015d0a84a5b34acf',1,'PIOc_init_decomp(int iosysid, int pio_type, int ndims, const int *gdimlen, int maplen, const PIO_Offset *compmap, int *ioidp, int rearranger, const PIO_Offset *iostart, const PIO_Offset *iocount): pioc.c']]],
+ ['pioc_5finit_5fintracomm',['PIOc_Init_Intracomm',['../group___p_i_o__init__c.html#ga479a1d9fe2edfc7ca321a1b482fe0211',1,'PIOc_Init_Intracomm(MPI_Comm comp_comm, int num_iotasks, int stride, int base, int rearr, int *iosysidp): pioc.c'],['../group___p_i_o__init__c.html#ga479a1d9fe2edfc7ca321a1b482fe0211',1,'PIOc_Init_Intracomm(MPI_Comm comp_comm, int num_iotasks, int stride, int base, int rearr, int *iosysidp): pioc.c']]],
+ ['pioc_5finit_5fintracomm_5ffrom_5ff90',['PIOc_Init_Intracomm_from_F90',['../group___p_i_o__init__c.html#ga6c15dcb7a77c662652357b8fee15ade8',1,'pioc.c']]],
+ ['pioc_5finitdecomp',['PIOc_InitDecomp',['../group___p_i_o__initdecomp__c.html#ga56c119d47d1082df044968f80acbe265',1,'PIOc_InitDecomp(int iosysid, int pio_type, int ndims, const int *gdimlen, int maplen, const PIO_Offset *compmap, int *ioidp, const int *rearranger, const PIO_Offset *iostart, const PIO_Offset *iocount): pioc.c'],['../group___p_i_o__initdecomp__c.html#ga56c119d47d1082df044968f80acbe265',1,'PIOc_InitDecomp(int iosysid, int pio_type, int ndims, const int *gdimlen, int maplen, const PIO_Offset *compmap, int *ioidp, const int *rearr, const PIO_Offset *iostart, const PIO_Offset *iocount): pioc.c']]],
+ ['pioc_5finitdecomp_5fbc',['PIOc_InitDecomp_bc',['../group___p_i_o__initdecomp__c.html#gaed76f78609946d71bb304d584afe1266',1,'PIOc_InitDecomp_bc(int iosysid, int pio_type, int ndims, const int *gdimlen, const long int *start, const long int *count, int *ioidp): pioc.c'],['../group___p_i_o__initdecomp__c.html#gaed76f78609946d71bb304d584afe1266',1,'PIOc_InitDecomp_bc(int iosysid, int basetype, int ndims, const int *gdimlen, const long int *start, const long int *count, int *ioidp): pioc.c']]],
+ ['pioc_5finq',['PIOc_inq',['../group___p_i_o__inq__c.html#ga9790ba350b61362f558ce56a98fd1198',1,'PIOc_inq(int ncid, int *ndimsp, int *nvarsp, int *ngattsp, int *unlimdimidp): pio_nc.c'],['../group___p_i_o__inq__c.html#ga9790ba350b61362f558ce56a98fd1198',1,'PIOc_inq(int ncid, int *ndimsp, int *nvarsp, int *ngattsp, int *unlimdimidp): pio_nc.c']]],
+ ['pioc_5finq_5fatt',['PIOc_inq_att',['../group___p_i_o__inq__att__c.html#ga3f4dcd306338d1f72f77ab2482e994dc',1,'PIOc_inq_att(int ncid, int varid, const char *name, nc_type *xtypep, PIO_Offset *lenp): pio_nc.c'],['../group___p_i_o__inq__att__c.html#ga3f4dcd306338d1f72f77ab2482e994dc',1,'PIOc_inq_att(int ncid, int varid, const char *name, nc_type *xtypep, PIO_Offset *lenp): pio_nc.c']]],
+ ['pioc_5finq_5fatt_5feh',['PIOc_inq_att_eh',['../group___p_i_o__inq__att__c.html#ga711f9cb958d177a395e6b464f6b29e6d',1,'pio_nc.c']]],
+ ['pioc_5finq_5fattid',['PIOc_inq_attid',['../pio__nc_8c.html#a1c3115b28f2453e850749b173ce7861a',1,'PIOc_inq_attid(int ncid, int varid, const char *name, int *idp): pio_nc.c'],['../pio_8h.html#a1c3115b28f2453e850749b173ce7861a',1,'PIOc_inq_attid(int ncid, int varid, const char *name, int *idp): pio_nc.c']]],
+ ['pioc_5finq_5fattlen',['PIOc_inq_attlen',['../pio__nc_8c.html#ac5b6d9b5314d88fee8a1c048a2aa5b13',1,'PIOc_inq_attlen(int ncid, int varid, const char *name, PIO_Offset *lenp): pio_nc.c'],['../pio_8h.html#ac5b6d9b5314d88fee8a1c048a2aa5b13',1,'PIOc_inq_attlen(int ncid, int varid, const char *name, PIO_Offset *lenp): pio_nc.c']]],
+ ['pioc_5finq_5fattname',['PIOc_inq_attname',['../pio__nc_8c.html#aa7d8b173e8bba7544c042301877082a0',1,'PIOc_inq_attname(int ncid, int varid, int attnum, char *name): pio_nc.c'],['../pio_8h.html#aa7d8b173e8bba7544c042301877082a0',1,'PIOc_inq_attname(int ncid, int varid, int attnum, char *name): pio_nc.c']]],
+ ['pioc_5finq_5fatttype',['PIOc_inq_atttype',['../pio__nc_8c.html#ae63b13cb2b45416bcedecba0137ab1a0',1,'PIOc_inq_atttype(int ncid, int varid, const char *name, nc_type *xtypep): pio_nc.c'],['../pio_8h.html#ae63b13cb2b45416bcedecba0137ab1a0',1,'PIOc_inq_atttype(int ncid, int varid, const char *name, nc_type *xtypep): pio_nc.c']]],
+ ['pioc_5finq_5fdim',['PIOc_inq_dim',['../group___p_i_o__inq__dim__c.html#gafbcd29f59d668e7514daf294f7723bc9',1,'PIOc_inq_dim(int ncid, int dimid, char *name, PIO_Offset *lenp): pio_nc.c'],['../group___p_i_o__inq__dim__c.html#gafbcd29f59d668e7514daf294f7723bc9',1,'PIOc_inq_dim(int ncid, int dimid, char *name, PIO_Offset *lenp): pio_nc.c']]],
+ ['pioc_5finq_5fdimid',['PIOc_inq_dimid',['../group___p_i_o__inq__dim__c.html#gab2dadfe68b44605032f57abd2465c4c7',1,'PIOc_inq_dimid(int ncid, const char *name, int *idp): pio_nc.c'],['../group___p_i_o__inq__dim__c.html#gab2dadfe68b44605032f57abd2465c4c7',1,'PIOc_inq_dimid(int ncid, const char *name, int *idp): pio_nc.c']]],
+ ['pioc_5finq_5fdimlen',['PIOc_inq_dimlen',['../group___p_i_o__inq__dim__c.html#gadd004af4a485f2fcfd1a818ed6a81fb1',1,'PIOc_inq_dimlen(int ncid, int dimid, PIO_Offset *lenp): pio_nc.c'],['../group___p_i_o__inq__dim__c.html#gadd004af4a485f2fcfd1a818ed6a81fb1',1,'PIOc_inq_dimlen(int ncid, int dimid, PIO_Offset *lenp): pio_nc.c']]],
+ ['pioc_5finq_5fdimname',['PIOc_inq_dimname',['../group___p_i_o__inq__dim__c.html#ga68d9e59e6a5460d461d46f3cf62f195d',1,'PIOc_inq_dimname(int ncid, int dimid, char *name): pio_nc.c'],['../group___p_i_o__inq__dim__c.html#ga68d9e59e6a5460d461d46f3cf62f195d',1,'PIOc_inq_dimname(int ncid, int dimid, char *name): pio_nc.c']]],
+ ['pioc_5finq_5fformat',['PIOc_inq_format',['../group___p_i_o__inq__format__c.html#ga16fec184bfa95cc2e9704be939dc3077',1,'PIOc_inq_format(int ncid, int *formatp): pio_nc.c'],['../group___p_i_o__inq__format__c.html#ga16fec184bfa95cc2e9704be939dc3077',1,'PIOc_inq_format(int ncid, int *formatp): pio_nc.c']]],
+ ['pioc_5finq_5fnatts',['PIOc_inq_natts',['../group___p_i_o__inq__c.html#ga64ac5f3a5565ec08d222b27fcb3b180c',1,'PIOc_inq_natts(int ncid, int *ngattsp): pio_nc.c'],['../group___p_i_o__inq__c.html#ga64ac5f3a5565ec08d222b27fcb3b180c',1,'PIOc_inq_natts(int ncid, int *ngattsp): pio_nc.c']]],
+ ['pioc_5finq_5fndims',['PIOc_inq_ndims',['../group___p_i_o__inq__c.html#gab30f861c47545f6ff1647b6652e38ccf',1,'PIOc_inq_ndims(int ncid, int *ndimsp): pio_nc.c'],['../group___p_i_o__inq__c.html#gab30f861c47545f6ff1647b6652e38ccf',1,'PIOc_inq_ndims(int ncid, int *ndimsp): pio_nc.c']]],
+ ['pioc_5finq_5fnvars',['PIOc_inq_nvars',['../group___p_i_o__inq__c.html#gaa6036459562b703f5ef0c9de3cfabe82',1,'PIOc_inq_nvars(int ncid, int *nvarsp): pio_nc.c'],['../group___p_i_o__inq__c.html#gaa6036459562b703f5ef0c9de3cfabe82',1,'PIOc_inq_nvars(int ncid, int *nvarsp): pio_nc.c']]],
+ ['pioc_5finq_5ftype',['PIOc_inq_type',['../group___p_i_o__typelen__c.html#ga3da640cefc1d77011f125d60e6de66c9',1,'PIOc_inq_type(int ncid, nc_type xtype, char *name, PIO_Offset *sizep): pio_nc.c'],['../group___p_i_o__typelen__c.html#ga3da640cefc1d77011f125d60e6de66c9',1,'PIOc_inq_type(int ncid, nc_type xtype, char *name, PIO_Offset *sizep): pio_nc.c']]],
+ ['pioc_5finq_5funlimdim',['PIOc_inq_unlimdim',['../group___p_i_o__inq__c.html#ga191801159c80d1d3eb09b52ee9c68109',1,'PIOc_inq_unlimdim(int ncid, int *unlimdimidp): pio_nc.c'],['../group___p_i_o__inq__c.html#ga191801159c80d1d3eb09b52ee9c68109',1,'PIOc_inq_unlimdim(int ncid, int *unlimdimidp): pio_nc.c']]],
+ ['pioc_5finq_5funlimdims',['PIOc_inq_unlimdims',['../pio__nc_8c.html#ae677132a4670352eee8b77106e300bca',1,'PIOc_inq_unlimdims(int ncid, int *nunlimdimsp, int *unlimdimidsp): pio_nc.c'],['../pio_8h.html#ae677132a4670352eee8b77106e300bca',1,'PIOc_inq_unlimdims(int ncid, int *nunlimdimsp, int *unlimdimidsp): pio_nc.c']]],
+ ['pioc_5finq_5fvar',['PIOc_inq_var',['../group___p_i_o__inq__var__c.html#gaddf7e8a37df0eb4407da0537364b258e',1,'PIOc_inq_var(int ncid, int varid, char *name, nc_type *xtypep, int *ndimsp, int *dimidsp, int *nattsp): pio_nc.c'],['../group___p_i_o__inq__var__c.html#gaddf7e8a37df0eb4407da0537364b258e',1,'PIOc_inq_var(int ncid, int varid, char *name, nc_type *xtypep, int *ndimsp, int *dimidsp, int *nattsp): pio_nc.c']]],
+ ['pioc_5finq_5fvar_5fchunking',['PIOc_inq_var_chunking',['../group___p_i_o__inq__var__c.html#ga2b739539ae6466d402f861d179d506fe',1,'PIOc_inq_var_chunking(int ncid, int varid, int *storagep, PIO_Offset *chunksizesp): pio_nc4.c'],['../group___p_i_o__inq__var__c.html#ga2b739539ae6466d402f861d179d506fe',1,'PIOc_inq_var_chunking(int ncid, int varid, int *storagep, PIO_Offset *chunksizesp): pio_nc4.c']]],
+ ['pioc_5finq_5fvar_5fdeflate',['PIOc_inq_var_deflate',['../group___p_i_o__inq__var__c.html#gac79879dc9e1afc418c55005b760070b1',1,'PIOc_inq_var_deflate(int ncid, int varid, int *shufflep, int *deflatep, int *deflate_levelp): pio_nc4.c'],['../group___p_i_o__inq__var__c.html#gac79879dc9e1afc418c55005b760070b1',1,'PIOc_inq_var_deflate(int ncid, int varid, int *shufflep, int *deflatep, int *deflate_levelp): pio_nc4.c']]],
+ ['pioc_5finq_5fvar_5fendian',['PIOc_inq_var_endian',['../group___p_i_o__inq__var__c.html#ga71751485953f3b12656d3eff18756342',1,'PIOc_inq_var_endian(int ncid, int varid, int *endianp): pio_nc4.c'],['../group___p_i_o__inq__var__c.html#ga71751485953f3b12656d3eff18756342',1,'PIOc_inq_var_endian(int ncid, int varid, int *endianp): pio_nc4.c']]],
+ ['pioc_5finq_5fvar_5ffill',['PIOc_inq_var_fill',['../group___p_i_o__inq__var__c.html#gac6bf4e7db1abeb3981df78160b7865be',1,'PIOc_inq_var_fill(int ncid, int varid, int *no_fill, void *fill_valuep): pio_nc.c'],['../group___p_i_o__inq__var__c.html#gac6bf4e7db1abeb3981df78160b7865be',1,'PIOc_inq_var_fill(int ncid, int varid, int *no_fill, void *fill_valuep): pio_nc.c']]],
+ ['pioc_5finq_5fvardimid',['PIOc_inq_vardimid',['../group___p_i_o__inq__var__c.html#ga64e3c298debdf592df776120ac435018',1,'PIOc_inq_vardimid(int ncid, int varid, int *dimidsp): pio_nc.c'],['../group___p_i_o__inq__var__c.html#ga64e3c298debdf592df776120ac435018',1,'PIOc_inq_vardimid(int ncid, int varid, int *dimidsp): pio_nc.c']]],
+ ['pioc_5finq_5fvarid',['PIOc_inq_varid',['../group___p_i_o__inq__var__c.html#gab06c4fbddf140e0068ed09ec8df6f4a7',1,'PIOc_inq_varid(int ncid, const char *name, int *varidp): pio_nc.c'],['../group___p_i_o__inq__var__c.html#gab06c4fbddf140e0068ed09ec8df6f4a7',1,'PIOc_inq_varid(int ncid, const char *name, int *varidp): pio_nc.c']]],
+ ['pioc_5finq_5fvarname',['PIOc_inq_varname',['../group___p_i_o__inq__var__c.html#gacaf2b9392fa6b75cca52dc15bf31caa0',1,'PIOc_inq_varname(int ncid, int varid, char *name): pio_nc.c'],['../group___p_i_o__inq__var__c.html#gacaf2b9392fa6b75cca52dc15bf31caa0',1,'PIOc_inq_varname(int ncid, int varid, char *name): pio_nc.c']]],
+ ['pioc_5finq_5fvarnatts',['PIOc_inq_varnatts',['../group___p_i_o__inq__var__c.html#ga9fd7594665cdf752b57fcabf17b743c0',1,'PIOc_inq_varnatts(int ncid, int varid, int *nattsp): pio_nc.c'],['../group___p_i_o__inq__var__c.html#ga9fd7594665cdf752b57fcabf17b743c0',1,'PIOc_inq_varnatts(int ncid, int varid, int *nattsp): pio_nc.c']]],
+ ['pioc_5finq_5fvarndims',['PIOc_inq_varndims',['../group___p_i_o__inq__var__c.html#gacc5ad429734adf6ea43e6ee1b71080e2',1,'PIOc_inq_varndims(int ncid, int varid, int *ndimsp): pio_nc.c'],['../group___p_i_o__inq__var__c.html#gacc5ad429734adf6ea43e6ee1b71080e2',1,'PIOc_inq_varndims(int ncid, int varid, int *ndimsp): pio_nc.c']]],
+ ['pioc_5finq_5fvartype',['PIOc_inq_vartype',['../group___p_i_o__inq__var__c.html#ga55005fa698798142cd4a741c2daa4fb7',1,'PIOc_inq_vartype(int ncid, int varid, nc_type *xtypep): pio_nc.c'],['../group___p_i_o__inq__var__c.html#ga55005fa698798142cd4a741c2daa4fb7',1,'PIOc_inq_vartype(int ncid, int varid, nc_type *xtypep): pio_nc.c']]],
+ ['pioc_5fiosystem_5fis_5factive',['PIOc_iosystem_is_active',['../group___p_i_o__iosystem__is__active__c.html#ga2f5db6c65240a951921a2d81f2c676ec',1,'PIOc_iosystem_is_active(int iosysid, bool *active): pioc.c'],['../group___p_i_o__iosystem__is__active__c.html#ga2f5db6c65240a951921a2d81f2c676ec',1,'PIOc_iosystem_is_active(int iosysid, bool *active): pioc.c']]],
+ ['pioc_5fiotask_5frank',['PIOc_iotask_rank',['../group___p_i_o__iosystem__is__active__c.html#gabd7de94627946a534263acc82f3eecbd',1,'PIOc_iotask_rank(int iosysid, int *iorank): pioc.c'],['../group___p_i_o__iosystem__is__active__c.html#gabd7de94627946a534263acc82f3eecbd',1,'PIOc_iotask_rank(int iosysid, int *iorank): pioc.c']]],
+ ['pioc_5fiotype_5favailable',['PIOc_iotype_available',['../pioc_8c.html#a2a0c6af74443f9110ea4efcdaf0e9060',1,'PIOc_iotype_available(int iotype): pioc.c'],['../pio_8h.html#a2a0c6af74443f9110ea4efcdaf0e9060',1,'PIOc_iotype_available(int iotype): pioc.c']]],
+ ['pioc_5fopen',['PIOc_open',['../group___p_i_o__open__file__c.html#ga92c81c481ba4eb5488af9e678f3bf8af',1,'PIOc_open(int iosysid, const char *path, int mode, int *ncidp): pio_file.c'],['../group___p_i_o__open__file__c.html#ga92c81c481ba4eb5488af9e678f3bf8af',1,'PIOc_open(int iosysid, const char *path, int mode, int *ncidp): pio_file.c']]],
+ ['pioc_5fopenfile',['PIOc_openfile',['../group___p_i_o__open__file__c.html#gae8e01fc5492663b46def2be31a95034c',1,'PIOc_openfile(int iosysid, int *ncidp, int *iotype, const char *filename, int mode): pio_file.c'],['../group___p_i_o__open__file__c.html#gae8e01fc5492663b46def2be31a95034c',1,'PIOc_openfile(int iosysid, int *ncidp, int *iotype, const char *fname, int mode): pio_file.c']]],
+ ['pioc_5fopenfile2',['PIOc_openfile2',['../group___p_i_o__open__file__c.html#ga20a0dc12bed4b4a3329a6ec158f3afe6',1,'PIOc_openfile2(int iosysid, int *ncidp, int *iotype, const char *filename, int mode): pio_file.c'],['../group___p_i_o__open__file__c.html#ga20a0dc12bed4b4a3329a6ec158f3afe6',1,'PIOc_openfile2(int iosysid, int *ncidp, int *iotype, const char *fname, int mode): pio_file.c']]],
+ ['pioc_5fopenfile_5fretry',['PIOc_openfile_retry',['../group___p_i_o__openfile.html#ga840c375f53e5e38142762c8cb30fcdc6',1,'pioc_support.c']]],
+ ['pioc_5fpnetcdf_5finq_5ftype',['pioc_pnetcdf_inq_type',['../pioc__support_8c.html#afad0201e540769b008670fdde0b3a5e0',1,'pioc_support.c']]],
+ ['pioc_5fput_5fatt',['PIOc_put_att',['../group___p_i_o__put__att__c.html#ga89b16c95b53a06c052dd7d0be3361d1b',1,'PIOc_put_att(int ncid, int varid, const char *name, nc_type xtype, PIO_Offset len, const void *op): pio_nc.c'],['../group___p_i_o__put__att__c.html#ga89b16c95b53a06c052dd7d0be3361d1b',1,'PIOc_put_att(int ncid, int varid, const char *name, nc_type xtype, PIO_Offset len, const void *op): pio_nc.c']]],
+ ['pioc_5fput_5fatt_5fdouble',['PIOc_put_att_double',['../group___p_i_o__put__att__c.html#gabb380a7233ae58151d254c572baaa08c',1,'PIOc_put_att_double(int ncid, int varid, const char *name, nc_type xtype, PIO_Offset len, const double *op): pio_nc.c'],['../group___p_i_o__put__att__c.html#gabb380a7233ae58151d254c572baaa08c',1,'PIOc_put_att_double(int ncid, int varid, const char *name, nc_type xtype, PIO_Offset len, const double *op): pio_nc.c']]],
+ ['pioc_5fput_5fatt_5ffloat',['PIOc_put_att_float',['../group___p_i_o__put__att__c.html#ga049f6f519d87915baaa63ae99d422d0d',1,'PIOc_put_att_float(int ncid, int varid, const char *name, nc_type xtype, PIO_Offset len, const float *op): pio_nc.c'],['../group___p_i_o__put__att__c.html#ga049f6f519d87915baaa63ae99d422d0d',1,'PIOc_put_att_float(int ncid, int varid, const char *name, nc_type xtype, PIO_Offset len, const float *op): pio_nc.c']]],
+ ['pioc_5fput_5fatt_5fint',['PIOc_put_att_int',['../group___p_i_o__put__att__c.html#ga41fc69b4eb154accbc08c5a451205d7d',1,'PIOc_put_att_int(int ncid, int varid, const char *name, nc_type xtype, PIO_Offset len, const int *op): pio_nc.c'],['../group___p_i_o__put__att__c.html#ga41fc69b4eb154accbc08c5a451205d7d',1,'PIOc_put_att_int(int ncid, int varid, const char *name, nc_type xtype, PIO_Offset len, const int *op): pio_nc.c']]],
+ ['pioc_5fput_5fatt_5flong',['PIOc_put_att_long',['../group___p_i_o__put__att__c.html#gad25b7a96b0edb92a21bb934e626a57a8',1,'PIOc_put_att_long(int ncid, int varid, const char *name, nc_type xtype, PIO_Offset len, const long *op): pio_nc.c'],['../group___p_i_o__put__att__c.html#gad25b7a96b0edb92a21bb934e626a57a8',1,'PIOc_put_att_long(int ncid, int varid, const char *name, nc_type xtype, PIO_Offset len, const long *op): pio_nc.c']]],
+ ['pioc_5fput_5fatt_5flonglong',['PIOc_put_att_longlong',['../group___p_i_o__put__att__c.html#ga07e7969ec456ff54984cb5e1691ed266',1,'PIOc_put_att_longlong(int ncid, int varid, const char *name, nc_type xtype, PIO_Offset len, const long long *op): pio_nc.c'],['../group___p_i_o__put__att__c.html#ga07e7969ec456ff54984cb5e1691ed266',1,'PIOc_put_att_longlong(int ncid, int varid, const char *name, nc_type xtype, PIO_Offset len, const long long *op): pio_nc.c']]],
+ ['pioc_5fput_5fatt_5fschar',['PIOc_put_att_schar',['../group___p_i_o__put__att__c.html#ga06fa09bcdf362935946ef21964783246',1,'PIOc_put_att_schar(int ncid, int varid, const char *name, nc_type xtype, PIO_Offset len, const signed char *op): pio_nc.c'],['../group___p_i_o__put__att__c.html#ga06fa09bcdf362935946ef21964783246',1,'PIOc_put_att_schar(int ncid, int varid, const char *name, nc_type xtype, PIO_Offset len, const signed char *op): pio_nc.c']]],
+ ['pioc_5fput_5fatt_5fshort',['PIOc_put_att_short',['../group___p_i_o__put__att__c.html#gae62c0317444af8433b6a42555ab6cec9',1,'PIOc_put_att_short(int ncid, int varid, const char *name, nc_type xtype, PIO_Offset len, const short *op): pio_nc.c'],['../group___p_i_o__put__att__c.html#gae62c0317444af8433b6a42555ab6cec9',1,'PIOc_put_att_short(int ncid, int varid, const char *name, nc_type xtype, PIO_Offset len, const short *op): pio_nc.c']]],
+ ['pioc_5fput_5fatt_5ftext',['PIOc_put_att_text',['../group___p_i_o__put__att__c.html#ga47507ceae26e72a4b61cf4de2d694e44',1,'PIOc_put_att_text(int ncid, int varid, const char *name, PIO_Offset len, const char *op): pio_nc.c'],['../group___p_i_o__put__att__c.html#ga47507ceae26e72a4b61cf4de2d694e44',1,'PIOc_put_att_text(int ncid, int varid, const char *name, PIO_Offset len, const char *op): pio_nc.c']]],
+ ['pioc_5fput_5fatt_5fuchar',['PIOc_put_att_uchar',['../group___p_i_o__put__att__c.html#ga580260de61bbf085ea9219718d31e55a',1,'PIOc_put_att_uchar(int ncid, int varid, const char *name, nc_type xtype, PIO_Offset len, const unsigned char *op): pio_nc.c'],['../group___p_i_o__put__att__c.html#ga580260de61bbf085ea9219718d31e55a',1,'PIOc_put_att_uchar(int ncid, int varid, const char *name, nc_type xtype, PIO_Offset len, const unsigned char *op): pio_nc.c']]],
+ ['pioc_5fput_5fatt_5fuint',['PIOc_put_att_uint',['../group___p_i_o__put__att__c.html#gaa5c96bf2e78f7795dec028181b560f60',1,'PIOc_put_att_uint(int ncid, int varid, const char *name, nc_type xtype, PIO_Offset len, const unsigned int *op): pio_nc.c'],['../group___p_i_o__put__att__c.html#gaa5c96bf2e78f7795dec028181b560f60',1,'PIOc_put_att_uint(int ncid, int varid, const char *name, nc_type xtype, PIO_Offset len, const unsigned int *op): pio_nc.c']]],
+ ['pioc_5fput_5fatt_5fulonglong',['PIOc_put_att_ulonglong',['../group___p_i_o__put__att__c.html#gab3dba0f2544e5bb45830d95539386a46',1,'PIOc_put_att_ulonglong(int ncid, int varid, const char *name, nc_type xtype, PIO_Offset len, const unsigned long long *op): pio_nc.c'],['../group___p_i_o__put__att__c.html#gab3dba0f2544e5bb45830d95539386a46',1,'PIOc_put_att_ulonglong(int ncid, int varid, const char *name, nc_type xtype, PIO_Offset len, const unsigned long long *op): pio_nc.c']]],
+ ['pioc_5fput_5fatt_5fushort',['PIOc_put_att_ushort',['../group___p_i_o__put__att__c.html#gaba29ac8eff7dbf829b505a82b522a88f',1,'PIOc_put_att_ushort(int ncid, int varid, const char *name, nc_type xtype, PIO_Offset len, const unsigned short *op): pio_nc.c'],['../group___p_i_o__put__att__c.html#gaba29ac8eff7dbf829b505a82b522a88f',1,'PIOc_put_att_ushort(int ncid, int varid, const char *name, nc_type xtype, PIO_Offset len, const unsigned short *op): pio_nc.c']]],
+ ['pioc_5fput_5fvar',['PIOc_put_var',['../group___p_i_o__put__var__c.html#gabb19e8cc14ebc3da354a59865062a36a',1,'PIOc_put_var(int ncid, int varid, const void *op): pio_put_nc.c'],['../group___p_i_o__put__var__c.html#gabb19e8cc14ebc3da354a59865062a36a',1,'PIOc_put_var(int ncid, int varid, const void *buf): pio_put_nc.c']]],
+ ['pioc_5fput_5fvar1',['PIOc_put_var1',['../group___p_i_o__put__var__c.html#gabbe1fc54ed511f0d5ded025ec220e13f',1,'PIOc_put_var1(int ncid, int varid, const PIO_Offset *index, const void *op): pio_put_nc.c'],['../group___p_i_o__put__var__c.html#gabbe1fc54ed511f0d5ded025ec220e13f',1,'PIOc_put_var1(int ncid, int varid, const PIO_Offset *index, const void *buf): pio_put_nc.c']]],
+ ['pioc_5fput_5fvar1_5fdouble',['PIOc_put_var1_double',['../group___p_i_o__put__var__c.html#ga1727f44bee1a0c507dad7db8ee457b98',1,'PIOc_put_var1_double(int ncid, int varid, const PIO_Offset *index, const double *op): pio_put_nc.c'],['../group___p_i_o__put__var__c.html#ga1727f44bee1a0c507dad7db8ee457b98',1,'PIOc_put_var1_double(int ncid, int varid, const PIO_Offset *index, const double *op): pio_put_nc.c']]],
+ ['pioc_5fput_5fvar1_5ffloat',['PIOc_put_var1_float',['../group___p_i_o__put__var__c.html#gaf6cc08d617add871ca7ea370a323cf9f',1,'PIOc_put_var1_float(int ncid, int varid, const PIO_Offset *index, const float *op): pio_put_nc.c'],['../group___p_i_o__put__var__c.html#gaf6cc08d617add871ca7ea370a323cf9f',1,'PIOc_put_var1_float(int ncid, int varid, const PIO_Offset *index, const float *op): pio_put_nc.c']]],
+ ['pioc_5fput_5fvar1_5fint',['PIOc_put_var1_int',['../group___p_i_o__put__var__c.html#ga13e061386f46be55cae8e49e8c7a5c43',1,'PIOc_put_var1_int(int ncid, int varid, const PIO_Offset *index, const int *op): pio_put_nc.c'],['../group___p_i_o__put__var__c.html#ga13e061386f46be55cae8e49e8c7a5c43',1,'PIOc_put_var1_int(int ncid, int varid, const PIO_Offset *index, const int *op): pio_put_nc.c']]],
+ ['pioc_5fput_5fvar1_5flong',['PIOc_put_var1_long',['../group___p_i_o__put__var__c.html#ga1b3df73dc76dcaf14d04bf7b240e4399',1,'PIOc_put_var1_long(int ncid, int varid, const PIO_Offset *index, const long *op): pio_put_nc.c'],['../group___p_i_o__put__var__c.html#ga1b3df73dc76dcaf14d04bf7b240e4399',1,'PIOc_put_var1_long(int ncid, int varid, const PIO_Offset *index, const long *ip): pio_put_nc.c']]],
+ ['pioc_5fput_5fvar1_5flonglong',['PIOc_put_var1_longlong',['../group___p_i_o__put__var__c.html#ga4788980743228d824eb7645b362c5ce9',1,'PIOc_put_var1_longlong(int ncid, int varid, const PIO_Offset *index, const long long *op): pio_put_nc.c'],['../group___p_i_o__put__var__c.html#ga4788980743228d824eb7645b362c5ce9',1,'PIOc_put_var1_longlong(int ncid, int varid, const PIO_Offset *index, const long long *op): pio_put_nc.c']]],
+ ['pioc_5fput_5fvar1_5fschar',['PIOc_put_var1_schar',['../group___p_i_o__put__var__c.html#gad518542a09a575eeca279497940206ec',1,'PIOc_put_var1_schar(int ncid, int varid, const PIO_Offset *index, const signed char *op): pio_put_nc.c'],['../group___p_i_o__put__var__c.html#gad518542a09a575eeca279497940206ec',1,'PIOc_put_var1_schar(int ncid, int varid, const PIO_Offset *index, const signed char *op): pio_put_nc.c']]],
+ ['pioc_5fput_5fvar1_5fshort',['PIOc_put_var1_short',['../group___p_i_o__put__var__c.html#ga86827831c9fc9fb0277a901cbe773959',1,'PIOc_put_var1_short(int ncid, int varid, const PIO_Offset *index, const short *op): pio_put_nc.c'],['../group___p_i_o__put__var__c.html#ga86827831c9fc9fb0277a901cbe773959',1,'PIOc_put_var1_short(int ncid, int varid, const PIO_Offset *index, const short *op): pio_put_nc.c']]],
+ ['pioc_5fput_5fvar1_5ftext',['PIOc_put_var1_text',['../group___p_i_o__put__var__c.html#gae3ec127de3786a1ddeb731fc5232cfa7',1,'PIOc_put_var1_text(int ncid, int varid, const PIO_Offset *index, const char *op): pio_put_nc.c'],['../group___p_i_o__put__var__c.html#gae3ec127de3786a1ddeb731fc5232cfa7',1,'PIOc_put_var1_text(int ncid, int varid, const PIO_Offset *index, const char *op): pio_put_nc.c']]],
+ ['pioc_5fput_5fvar1_5fuchar',['PIOc_put_var1_uchar',['../group___p_i_o__put__var__c.html#gab0c45df01479fe96e2fb80b5adea5029',1,'PIOc_put_var1_uchar(int ncid, int varid, const PIO_Offset *index, const unsigned char *op): pio_put_nc.c'],['../group___p_i_o__put__var__c.html#gab0c45df01479fe96e2fb80b5adea5029',1,'PIOc_put_var1_uchar(int ncid, int varid, const PIO_Offset *index, const unsigned char *op): pio_put_nc.c']]],
+ ['pioc_5fput_5fvar1_5fuint',['PIOc_put_var1_uint',['../group___p_i_o__put__var__c.html#ga2637048f0ac5d0e4b7ac0135dfc15224',1,'PIOc_put_var1_uint(int ncid, int varid, const PIO_Offset *index, const unsigned int *op): pio_put_nc.c'],['../group___p_i_o__put__var__c.html#ga2637048f0ac5d0e4b7ac0135dfc15224',1,'PIOc_put_var1_uint(int ncid, int varid, const PIO_Offset *index, const unsigned int *op): pio_put_nc.c']]],
+ ['pioc_5fput_5fvar1_5fulonglong',['PIOc_put_var1_ulonglong',['../group___p_i_o__put__var__c.html#ga148bf48c4a09e88be8fbd6f5e3db7fb9',1,'PIOc_put_var1_ulonglong(int ncid, int varid, const PIO_Offset *index, const unsigned long long *op): pio_put_nc.c'],['../group___p_i_o__put__var__c.html#ga148bf48c4a09e88be8fbd6f5e3db7fb9',1,'PIOc_put_var1_ulonglong(int ncid, int varid, const PIO_Offset *index, const unsigned long long *op): pio_put_nc.c']]],
+ ['pioc_5fput_5fvar1_5fushort',['PIOc_put_var1_ushort',['../group___p_i_o__put__var__c.html#gaae352be792bfa197056d91654ce492a6',1,'PIOc_put_var1_ushort(int ncid, int varid, const PIO_Offset *index, const unsigned short *op): pio_put_nc.c'],['../group___p_i_o__put__var__c.html#gaae352be792bfa197056d91654ce492a6',1,'PIOc_put_var1_ushort(int ncid, int varid, const PIO_Offset *index, const unsigned short *op): pio_put_nc.c']]],
+ ['pioc_5fput_5fvar_5fdouble',['PIOc_put_var_double',['../group___p_i_o__put__var__c.html#gad6e5f5937169ea6f5f8f3965e9096410',1,'PIOc_put_var_double(int ncid, int varid, const double *op): pio_put_nc.c'],['../group___p_i_o__put__var__c.html#gad6e5f5937169ea6f5f8f3965e9096410',1,'PIOc_put_var_double(int ncid, int varid, const double *op): pio_put_nc.c']]],
+ ['pioc_5fput_5fvar_5ffloat',['PIOc_put_var_float',['../group___p_i_o__put__var__c.html#ga258fa55bd055b47d84d61236f0e1317d',1,'PIOc_put_var_float(int ncid, int varid, const float *op): pio_put_nc.c'],['../group___p_i_o__put__var__c.html#ga258fa55bd055b47d84d61236f0e1317d',1,'PIOc_put_var_float(int ncid, int varid, const float *op): pio_put_nc.c']]],
+ ['pioc_5fput_5fvar_5fint',['PIOc_put_var_int',['../group___p_i_o__put__var__c.html#ga695b388f373f638218a34b055498c754',1,'PIOc_put_var_int(int ncid, int varid, const int *op): pio_put_nc.c'],['../group___p_i_o__put__var__c.html#ga695b388f373f638218a34b055498c754',1,'PIOc_put_var_int(int ncid, int varid, const int *op): pio_put_nc.c']]],
+ ['pioc_5fput_5fvar_5flong',['PIOc_put_var_long',['../group___p_i_o__put__var__c.html#ga054ab75d2101a8a0d36ec39f48b48ecc',1,'PIOc_put_var_long(int ncid, int varid, const long *op): pio_put_nc.c'],['../group___p_i_o__put__var__c.html#ga054ab75d2101a8a0d36ec39f48b48ecc',1,'PIOc_put_var_long(int ncid, int varid, const long *op): pio_put_nc.c']]],
+ ['pioc_5fput_5fvar_5flonglong',['PIOc_put_var_longlong',['../group___p_i_o__put__var__c.html#gae14a05d8902e281e47cb090ab0298ea4',1,'PIOc_put_var_longlong(int ncid, int varid, const long long *op): pio_put_nc.c'],['../group___p_i_o__put__var__c.html#gae14a05d8902e281e47cb090ab0298ea4',1,'PIOc_put_var_longlong(int ncid, int varid, const long long *op): pio_put_nc.c']]],
+ ['pioc_5fput_5fvar_5fschar',['PIOc_put_var_schar',['../group___p_i_o__put__var__c.html#ga12328ddf64847e1a0122fdb653770e33',1,'PIOc_put_var_schar(int ncid, int varid, const signed char *op): pio_put_nc.c'],['../group___p_i_o__put__var__c.html#ga12328ddf64847e1a0122fdb653770e33',1,'PIOc_put_var_schar(int ncid, int varid, const signed char *op): pio_put_nc.c']]],
+ ['pioc_5fput_5fvar_5fshort',['PIOc_put_var_short',['../group___p_i_o__put__var__c.html#ga476e3c866dc16974e8840dfb2837d003',1,'PIOc_put_var_short(int ncid, int varid, const short *op): pio_put_nc.c'],['../group___p_i_o__put__var__c.html#ga476e3c866dc16974e8840dfb2837d003',1,'PIOc_put_var_short(int ncid, int varid, const short *op): pio_put_nc.c']]],
+ ['pioc_5fput_5fvar_5ftext',['PIOc_put_var_text',['../group___p_i_o__put__var__c.html#gabb03b44df49b3f6e7788225a11fd1da6',1,'PIOc_put_var_text(int ncid, int varid, const char *op): pio_put_nc.c'],['../group___p_i_o__put__var__c.html#gabb03b44df49b3f6e7788225a11fd1da6',1,'PIOc_put_var_text(int ncid, int varid, const char *op): pio_put_nc.c']]],
+ ['pioc_5fput_5fvar_5fuchar',['PIOc_put_var_uchar',['../group___p_i_o__put__var__c.html#ga9e7bbb2d79a97a6590047e5c4a180743',1,'PIOc_put_var_uchar(int ncid, int varid, const unsigned char *op): pio_put_nc.c'],['../group___p_i_o__put__var__c.html#ga9e7bbb2d79a97a6590047e5c4a180743',1,'PIOc_put_var_uchar(int ncid, int varid, const unsigned char *op): pio_put_nc.c']]],
+ ['pioc_5fput_5fvar_5fuint',['PIOc_put_var_uint',['../group___p_i_o__put__var__c.html#gaf4421e814e7bbc09a6a7827468aa483e',1,'PIOc_put_var_uint(int ncid, int varid, const unsigned int *op): pio_put_nc.c'],['../group___p_i_o__put__var__c.html#gaf4421e814e7bbc09a6a7827468aa483e',1,'PIOc_put_var_uint(int ncid, int varid, const unsigned int *op): pio_put_nc.c']]],
+ ['pioc_5fput_5fvar_5fulonglong',['PIOc_put_var_ulonglong',['../group___p_i_o__put__var__c.html#gadf8f6d3b19755b3a296671c5b8152179',1,'PIOc_put_var_ulonglong(int ncid, int varid, const unsigned long long *op): pio_put_nc.c'],['../group___p_i_o__put__var__c.html#gadf8f6d3b19755b3a296671c5b8152179',1,'PIOc_put_var_ulonglong(int ncid, int varid, const unsigned long long *op): pio_put_nc.c']]],
+ ['pioc_5fput_5fvar_5fushort',['PIOc_put_var_ushort',['../group___p_i_o__put__var__c.html#ga41152ae73d225cb9278eb8675dd9e2e1',1,'PIOc_put_var_ushort(int ncid, int varid, const unsigned short *op): pio_put_nc.c'],['../group___p_i_o__put__var__c.html#ga41152ae73d225cb9278eb8675dd9e2e1',1,'PIOc_put_var_ushort(int ncid, int varid, const unsigned short *op): pio_put_nc.c']]],
+ ['pioc_5fput_5fvara',['PIOc_put_vara',['../group___p_i_o__put__var__c.html#ga4119884357319e1f9629ca60c1c29afc',1,'PIOc_put_vara(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const void *op): pio_put_nc.c'],['../group___p_i_o__put__var__c.html#ga4119884357319e1f9629ca60c1c29afc',1,'PIOc_put_vara(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const void *buf): pio_put_nc.c']]],
+ ['pioc_5fput_5fvara_5fdouble',['PIOc_put_vara_double',['../group___p_i_o__put__var__c.html#ga8281a16150db297fd5042914fe5c61b7',1,'PIOc_put_vara_double(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const double *op): pio_put_nc.c'],['../group___p_i_o__put__var__c.html#ga8281a16150db297fd5042914fe5c61b7',1,'PIOc_put_vara_double(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const double *op): pio_put_nc.c']]],
+ ['pioc_5fput_5fvara_5ffloat',['PIOc_put_vara_float',['../group___p_i_o__put__var__c.html#gacb39248b7bb0b3536ae91246bd9926a1',1,'PIOc_put_vara_float(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const float *op): pio_put_nc.c'],['../group___p_i_o__put__var__c.html#gacb39248b7bb0b3536ae91246bd9926a1',1,'PIOc_put_vara_float(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const float *op): pio_put_nc.c']]],
+ ['pioc_5fput_5fvara_5fint',['PIOc_put_vara_int',['../group___p_i_o__put__var__c.html#ga4d0c5b1c1b156d61d3ede1662394bfb6',1,'PIOc_put_vara_int(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const int *op): pio_put_nc.c'],['../group___p_i_o__put__var__c.html#ga4d0c5b1c1b156d61d3ede1662394bfb6',1,'PIOc_put_vara_int(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const int *op): pio_put_nc.c']]],
+ ['pioc_5fput_5fvara_5flong',['PIOc_put_vara_long',['../group___p_i_o__put__var__c.html#ga70700bd6edfe28649ac99ab23adb3007',1,'PIOc_put_vara_long(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const long *op): pio_put_nc.c'],['../group___p_i_o__put__var__c.html#ga70700bd6edfe28649ac99ab23adb3007',1,'PIOc_put_vara_long(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const long *op): pio_put_nc.c']]],
+ ['pioc_5fput_5fvara_5flonglong',['PIOc_put_vara_longlong',['../group___p_i_o__put__var__c.html#gac1de2406fe02082b5f5ca53267879f48',1,'PIOc_put_vara_longlong(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const long long *op): pio_put_nc.c'],['../group___p_i_o__put__var__c.html#gac1de2406fe02082b5f5ca53267879f48',1,'PIOc_put_vara_longlong(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const long long *op): pio_put_nc.c']]],
+ ['pioc_5fput_5fvara_5fschar',['PIOc_put_vara_schar',['../group___p_i_o__put__var__c.html#gab356150e292ea34ca78766fc6524edd5',1,'PIOc_put_vara_schar(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const signed char *op): pio_put_nc.c'],['../group___p_i_o__put__var__c.html#gab356150e292ea34ca78766fc6524edd5',1,'PIOc_put_vara_schar(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const signed char *op): pio_put_nc.c']]],
+ ['pioc_5fput_5fvara_5fshort',['PIOc_put_vara_short',['../group___p_i_o__put__var__c.html#ga9c0005dabf7d0f45c9a7897ce617490e',1,'PIOc_put_vara_short(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const short *op): pio_put_nc.c'],['../group___p_i_o__put__var__c.html#ga9c0005dabf7d0f45c9a7897ce617490e',1,'PIOc_put_vara_short(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const short *op): pio_put_nc.c']]],
+ ['pioc_5fput_5fvara_5ftext',['PIOc_put_vara_text',['../group___p_i_o__put__var__c.html#ga0948fa77fffa31614176a91aee3f000f',1,'PIOc_put_vara_text(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const char *op): pio_put_nc.c'],['../group___p_i_o__put__var__c.html#ga0948fa77fffa31614176a91aee3f000f',1,'PIOc_put_vara_text(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const char *op): pio_put_nc.c']]],
+ ['pioc_5fput_5fvara_5fuchar',['PIOc_put_vara_uchar',['../group___p_i_o__put__var__c.html#ga374ea08a51667530b4f4f5cd58ca2c58',1,'PIOc_put_vara_uchar(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const unsigned char *op): pio_put_nc.c'],['../group___p_i_o__put__var__c.html#ga374ea08a51667530b4f4f5cd58ca2c58',1,'PIOc_put_vara_uchar(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const unsigned char *op): pio_put_nc.c']]],
+ ['pioc_5fput_5fvara_5fuint',['PIOc_put_vara_uint',['../group___p_i_o__put__var__c.html#ga9986361e02f8b12130fd99fb357e6d37',1,'PIOc_put_vara_uint(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const unsigned int *op): pio_put_nc.c'],['../group___p_i_o__put__var__c.html#ga9986361e02f8b12130fd99fb357e6d37',1,'PIOc_put_vara_uint(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const unsigned int *op): pio_put_nc.c']]],
+ ['pioc_5fput_5fvara_5fulonglong',['PIOc_put_vara_ulonglong',['../group___p_i_o__put__var__c.html#gaaaaeca009761b1053d6a90474e83224a',1,'PIOc_put_vara_ulonglong(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const unsigned long long *op): pio_put_nc.c'],['../group___p_i_o__put__var__c.html#gaaaaeca009761b1053d6a90474e83224a',1,'PIOc_put_vara_ulonglong(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const unsigned long long *op): pio_put_nc.c']]],
+ ['pioc_5fput_5fvara_5fushort',['PIOc_put_vara_ushort',['../group___p_i_o__put__var__c.html#ga032fa0de7028fb3903a16c01ce87c557',1,'PIOc_put_vara_ushort(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const unsigned short *op): pio_put_nc.c'],['../group___p_i_o__put__var__c.html#ga032fa0de7028fb3903a16c01ce87c557',1,'PIOc_put_vara_ushort(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const unsigned short *op): pio_put_nc.c']]],
+ ['pioc_5fput_5fvars',['PIOc_put_vars',['../group___p_i_o__put__var__c.html#ga9fe25fd7449ea26b0d4a2a0d22dbc41a',1,'PIOc_put_vars(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, const void *op): pio_put_nc.c'],['../group___p_i_o__put__var__c.html#ga9fe25fd7449ea26b0d4a2a0d22dbc41a',1,'PIOc_put_vars(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, const void *buf): pio_put_nc.c']]],
+ ['pioc_5fput_5fvars_5fdouble',['PIOc_put_vars_double',['../group___p_i_o__put__var__c.html#ga7306e155cbf78fb6155ebb258a7b72ea',1,'PIOc_put_vars_double(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, const double *op): pio_put_nc.c'],['../group___p_i_o__put__var__c.html#ga7306e155cbf78fb6155ebb258a7b72ea',1,'PIOc_put_vars_double(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, const double *op): pio_put_nc.c']]],
+ ['pioc_5fput_5fvars_5ffloat',['PIOc_put_vars_float',['../group___p_i_o__put__var__c.html#ga6664099a827b2dcafee07541350658d6',1,'PIOc_put_vars_float(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, const float *op): pio_put_nc.c'],['../group___p_i_o__put__var__c.html#ga6664099a827b2dcafee07541350658d6',1,'PIOc_put_vars_float(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, const float *op): pio_put_nc.c']]],
+ ['pioc_5fput_5fvars_5fint',['PIOc_put_vars_int',['../group___p_i_o__put__var__c.html#gacace345de4c99cdad3e7a879785cdc25',1,'PIOc_put_vars_int(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, const int *op): pio_put_nc.c'],['../group___p_i_o__put__var__c.html#gacace345de4c99cdad3e7a879785cdc25',1,'PIOc_put_vars_int(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, const int *op): pio_put_nc.c']]],
+ ['pioc_5fput_5fvars_5flong',['PIOc_put_vars_long',['../group___p_i_o__put__var__c.html#gaff69eb687472a163e8ca541ba5e3d0c6',1,'PIOc_put_vars_long(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, const long *op): pio_put_nc.c'],['../group___p_i_o__put__var__c.html#gaff69eb687472a163e8ca541ba5e3d0c6',1,'PIOc_put_vars_long(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, const long *op): pio_put_nc.c']]],
+ ['pioc_5fput_5fvars_5flonglong',['PIOc_put_vars_longlong',['../group___p_i_o__put__var__c.html#gae1206994f38f98d41422c971fbaa4441',1,'PIOc_put_vars_longlong(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, const long long *op): pio_put_nc.c'],['../group___p_i_o__put__var__c.html#gae1206994f38f98d41422c971fbaa4441',1,'PIOc_put_vars_longlong(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, const long long *op): pio_put_nc.c']]],
+ ['pioc_5fput_5fvars_5fschar',['PIOc_put_vars_schar',['../group___p_i_o__put__var__c.html#ga21140ab146026d575ad8e77a9b25e964',1,'PIOc_put_vars_schar(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, const signed char *op): pio_put_nc.c'],['../group___p_i_o__put__var__c.html#ga21140ab146026d575ad8e77a9b25e964',1,'PIOc_put_vars_schar(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, const signed char *op): pio_put_nc.c']]],
+ ['pioc_5fput_5fvars_5fshort',['PIOc_put_vars_short',['../group___p_i_o__put__var__c.html#ga12d13babaa48a2b936f04596d7871c6b',1,'PIOc_put_vars_short(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, const short *op): pio_put_nc.c'],['../group___p_i_o__put__var__c.html#ga12d13babaa48a2b936f04596d7871c6b',1,'PIOc_put_vars_short(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, const short *op): pio_put_nc.c']]],
+ ['pioc_5fput_5fvars_5ftext',['PIOc_put_vars_text',['../group___p_i_o__put__var__c.html#gabd8ae98837aae9454960f9d4178a5f29',1,'PIOc_put_vars_text(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, const char *op): pio_put_nc.c'],['../group___p_i_o__put__var__c.html#gabd8ae98837aae9454960f9d4178a5f29',1,'PIOc_put_vars_text(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, const char *op): pio_put_nc.c']]],
+ ['pioc_5fput_5fvars_5fuchar',['PIOc_put_vars_uchar',['../group___p_i_o__put__var__c.html#ga3fbdc59b8d29c3f31402925760740e91',1,'PIOc_put_vars_uchar(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, const unsigned char *op): pio_put_nc.c'],['../group___p_i_o__put__var__c.html#ga3fbdc59b8d29c3f31402925760740e91',1,'PIOc_put_vars_uchar(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, const unsigned char *op): pio_put_nc.c']]],
+ ['pioc_5fput_5fvars_5fuint',['PIOc_put_vars_uint',['../group___p_i_o__put__var__c.html#ga6a21170a203c2f50dd83f7f942995564',1,'PIOc_put_vars_uint(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, const unsigned int *op): pio_put_nc.c'],['../group___p_i_o__put__var__c.html#ga6a21170a203c2f50dd83f7f942995564',1,'PIOc_put_vars_uint(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, const unsigned int *op): pio_put_nc.c']]],
+ ['pioc_5fput_5fvars_5fulonglong',['PIOc_put_vars_ulonglong',['../group___p_i_o__put__var__c.html#gab333af8ad45e0ea945093865edb3654a',1,'PIOc_put_vars_ulonglong(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, const unsigned long long *op): pio_put_nc.c'],['../group___p_i_o__put__var__c.html#gab333af8ad45e0ea945093865edb3654a',1,'PIOc_put_vars_ulonglong(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, const unsigned long long *op): pio_put_nc.c']]],
+ ['pioc_5fput_5fvars_5fushort',['PIOc_put_vars_ushort',['../group___p_i_o__put__var__c.html#gaac1838d8762954411726ece43d12bd02',1,'PIOc_put_vars_ushort(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, const unsigned short *op): pio_put_nc.c'],['../group___p_i_o__put__var__c.html#gaac1838d8762954411726ece43d12bd02',1,'PIOc_put_vars_ushort(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, const unsigned short *op): pio_put_nc.c']]],
+ ['pioc_5fread_5fdarray',['PIOc_read_darray',['../group___p_i_o__read__darray__c.html#gaa4eb9375a17ec358a88c8e7e388880db',1,'PIOc_read_darray(int ncid, int varid, int ioid, PIO_Offset arraylen, void *array): pio_darray.c'],['../group___p_i_o__read__darray__c.html#gaa4eb9375a17ec358a88c8e7e388880db',1,'PIOc_read_darray(int ncid, int varid, int ioid, PIO_Offset arraylen, void *array): pio_darray.c']]],
+ ['pioc_5fread_5fnc_5fdecomp',['PIOc_read_nc_decomp',['../pioc__support_8c.html#afebbacda596e27882dace25a133e3c67',1,'PIOc_read_nc_decomp(int iosysid, const char *filename, int *ioidp, MPI_Comm comm, int pio_type, char *title, char *history, int *fortran_order): pioc_support.c'],['../pio_8h.html#a84d8e975b0adcd6399825300277cf6bd',1,'PIOc_read_nc_decomp(int iosysid, const char *filename, int *ioid, MPI_Comm comm, int pio_type, char *title, char *history, int *fortran_order): pioc_support.c']]],
+ ['pioc_5fread_5fnc_5fdecomp_5fint',['pioc_read_nc_decomp_int',['../pioc__support_8c.html#ad8b29912a68d6152e4a1ec5eca683314',1,'pioc_support.c']]],
+ ['pioc_5freadmap',['PIOc_readmap',['../pioc__support_8c.html#a60bb612a73ecfdf88920ccb69e9893d0',1,'PIOc_readmap(const char *file, int *ndims, int **gdims, PIO_Offset *fmaplen, PIO_Offset **map, MPI_Comm comm): pioc_support.c'],['../pio_8h.html#a60bb612a73ecfdf88920ccb69e9893d0',1,'PIOc_readmap(const char *file, int *ndims, int **gdims, PIO_Offset *fmaplen, PIO_Offset **map, MPI_Comm comm): pioc_support.c']]],
+ ['pioc_5freadmap_5ffrom_5ff90',['PIOc_readmap_from_f90',['../pioc__support_8c.html#a0b8afdc0335a14a2b57a07fe31f5a28e',1,'PIOc_readmap_from_f90(const char *file, int *ndims, int **gdims, PIO_Offset *maplen, PIO_Offset **map, int f90_comm): pioc_support.c'],['../pio_8h.html#a0b8afdc0335a14a2b57a07fe31f5a28e',1,'PIOc_readmap_from_f90(const char *file, int *ndims, int **gdims, PIO_Offset *maplen, PIO_Offset **map, int f90_comm): pioc_support.c']]],
+ ['pioc_5fredef',['PIOc_redef',['../group___p_i_o__redef__c.html#ga409ea0e493fa0f74464ecde01647629a',1,'PIOc_redef(int ncid): pio_nc.c'],['../group___p_i_o__redef__c.html#ga409ea0e493fa0f74464ecde01647629a',1,'PIOc_redef(int ncid): pio_nc.c']]],
+ ['pioc_5frename_5fatt',['PIOc_rename_att',['../group___p_i_o__rename__att__c.html#ga2fb37f6eab130d00625515911a317ba3',1,'PIOc_rename_att(int ncid, int varid, const char *name, const char *newname): pio_nc.c'],['../group___p_i_o__rename__att__c.html#ga2fb37f6eab130d00625515911a317ba3',1,'PIOc_rename_att(int ncid, int varid, const char *name, const char *newname): pio_nc.c']]],
+ ['pioc_5frename_5fdim',['PIOc_rename_dim',['../group___p_i_o__rename__dim__c.html#ga00650c8568f5d8c6e325f931c91d8c11',1,'PIOc_rename_dim(int ncid, int dimid, const char *name): pio_nc.c'],['../group___p_i_o__rename__dim__c.html#ga00650c8568f5d8c6e325f931c91d8c11',1,'PIOc_rename_dim(int ncid, int dimid, const char *name): pio_nc.c']]],
+ ['pioc_5frename_5fvar',['PIOc_rename_var',['../group___p_i_o__rename__var__c.html#gae7b726002ea0fb7fe3f702e1ff0253d8',1,'PIOc_rename_var(int ncid, int varid, const char *name): pio_nc.c'],['../group___p_i_o__rename__var__c.html#gae7b726002ea0fb7fe3f702e1ff0253d8',1,'PIOc_rename_var(int ncid, int varid, const char *name): pio_nc.c']]],
+ ['pioc_5fset_5fblocksize',['PIOc_set_blocksize',['../group___p_i_o__set__blocksize__c.html#gae984deb48c9c2b694d3805d9e0bf673d',1,'PIOc_set_blocksize(int newblocksize): pioc.c'],['../group___p_i_o__set__blocksize__c.html#gae984deb48c9c2b694d3805d9e0bf673d',1,'PIOc_set_blocksize(int newblocksize): pioc.c']]],
+ ['pioc_5fset_5fbuffer_5fsize_5flimit',['PIOc_set_buffer_size_limit',['../pio__darray_8c.html#a391b1ef1811260306b599b5bcc680a52',1,'PIOc_set_buffer_size_limit(PIO_Offset limit): pio_darray.c'],['../pio_8h.html#a391b1ef1811260306b599b5bcc680a52',1,'PIOc_set_buffer_size_limit(PIO_Offset limit): pio_darray.c']]],
+ ['pioc_5fset_5fchunk_5fcache',['PIOc_set_chunk_cache',['../group___p_i_o__def__var__c.html#ga6a7595c5fa66ef4c35d26910a1195b52',1,'PIOc_set_chunk_cache(int iosysid, int iotype, PIO_Offset size, PIO_Offset nelems, float preemption): pio_nc4.c'],['../group___p_i_o__def__var__c.html#ga6a7595c5fa66ef4c35d26910a1195b52',1,'PIOc_set_chunk_cache(int iosysid, int iotype, PIO_Offset size, PIO_Offset nelems, float preemption): pio_nc4.c']]],
+ ['pioc_5fset_5ffile_5ferror_5fhandling',['PIOc_Set_File_Error_Handling',['../group___p_i_o__error__method__c.html#gad96ab117379dea9b8e477ccb1d37801c',1,'PIOc_Set_File_Error_Handling(int ncid, int method): pioc.c'],['../group___p_i_o__error__method__c.html#gad96ab117379dea9b8e477ccb1d37801c',1,'PIOc_Set_File_Error_Handling(int ncid, int method): pioc.c']]],
+ ['pioc_5fset_5ffill',['PIOc_set_fill',['../group___p_i_o__set__fill__c.html#gab7b83b0cfaaf0d768ba357361edff9b6',1,'PIOc_set_fill(int ncid, int fillmode, int *old_modep): pio_nc.c'],['../group___p_i_o__set__fill__c.html#gab7b83b0cfaaf0d768ba357361edff9b6',1,'PIOc_set_fill(int ncid, int fillmode, int *old_modep): pio_nc.c']]],
+ ['pioc_5fset_5fhint',['PIOc_set_hint',['../group___p_i_o__set__hint__c.html#gac72053134b457aa56a2e0462bfb71803',1,'PIOc_set_hint(int iosysid, const char *hint, const char *hintval): pioc.c'],['../group___p_i_o__set__hint__c.html#gac72053134b457aa56a2e0462bfb71803',1,'PIOc_set_hint(int iosysid, const char *hint, const char *hintval): pioc.c']]],
+ ['pioc_5fset_5fiosystem_5ferror_5fhandling',['PIOc_Set_IOSystem_Error_Handling',['../group___p_i_o__error__method__c.html#gac76c32bb1d06beeaabf003c1a12fc7a4',1,'PIOc_Set_IOSystem_Error_Handling(int iosysid, int method): pioc.c'],['../group___p_i_o__error__method__c.html#gac76c32bb1d06beeaabf003c1a12fc7a4',1,'PIOc_Set_IOSystem_Error_Handling(int iosysid, int method): pioc.c'],['../group___p_i_o__error__method__c.html#gac4d7bb3ea04026a1269a0e87608d13f3',1,'PIOc_set_iosystem_error_handling(int iosysid, int method, int *old_method): pioc.c'],['../group___p_i_o__error__method__c.html#gac4d7bb3ea04026a1269a0e87608d13f3',1,'PIOc_set_iosystem_error_handling(int iosysid, int method, int *old_method): pioc.c']]],
+ ['pioc_5fset_5flog_5flevel',['PIOc_set_log_level',['../pioc__support_8c.html#a1bb546dedd6290cb450577658e955edb',1,'PIOc_set_log_level(int level): pioc_support.c'],['../pio_8h.html#a1bb546dedd6290cb450577658e955edb',1,'PIOc_set_log_level(int level): pioc_support.c']]],
+ ['pioc_5fset_5frearr_5fopts',['PIOc_set_rearr_opts',['../pioc__support_8c.html#af0f6203d1174297028f80edb8c64c377',1,'PIOc_set_rearr_opts(int iosysid, int comm_type, int fcd, bool enable_hs_c2i, bool enable_isend_c2i, int max_pend_req_c2i, bool enable_hs_i2c, bool enable_isend_i2c, int max_pend_req_i2c): pioc_support.c'],['../pio_8h.html#af0f6203d1174297028f80edb8c64c377',1,'PIOc_set_rearr_opts(int iosysid, int comm_type, int fcd, bool enable_hs_c2i, bool enable_isend_c2i, int max_pend_req_c2i, bool enable_hs_i2c, bool enable_isend_i2c, int max_pend_req_i2c): pioc_support.c']]],
+ ['pioc_5fset_5fvar_5fchunk_5fcache',['PIOc_set_var_chunk_cache',['../group___p_i_o__def__var__c.html#gafe68b976cb9feaefb3c06a4656f7152a',1,'PIOc_set_var_chunk_cache(int ncid, int varid, PIO_Offset size, PIO_Offset nelems, float preemption): pio_nc4.c'],['../group___p_i_o__def__var__c.html#gafe68b976cb9feaefb3c06a4656f7152a',1,'PIOc_set_var_chunk_cache(int ncid, int varid, PIO_Offset size, PIO_Offset nelems, float preemption): pio_nc4.c']]],
+ ['pioc_5fsetframe',['PIOc_setframe',['../group___p_i_o__setframe__c.html#ga630e7798172acacbaf43e596b237f418',1,'PIOc_setframe(int ncid, int varid, int frame): pioc.c'],['../group___p_i_o__setframe__c.html#ga630e7798172acacbaf43e596b237f418',1,'PIOc_setframe(int ncid, int varid, int frame): pioc.c']]],
+ ['pioc_5fstrerror',['PIOc_strerror',['../pioc__support_8c.html#a5354c4b50d70fa1cf7db81aadba8fb78',1,'PIOc_strerror(int pioerr, char *errmsg): pioc_support.c'],['../pio_8h.html#abd3edf404027545c762ad3ae10d765fb',1,'PIOc_strerror(int pioerr, char *errstr): pioc_support.c']]],
+ ['pioc_5fsync',['PIOc_sync',['../group___p_i_o__sync__file__c.html#gaf0786a65a17388275114ddc4749b7e99',1,'PIOc_sync(int ncid): pio_file.c'],['../group___p_i_o__sync__file__c.html#gaf0786a65a17388275114ddc4749b7e99',1,'PIOc_sync(int ncid): pio_file.c']]],
+ ['pioc_5fwrite_5fdarray',['PIOc_write_darray',['../group___p_i_o__write__darray__c.html#gaa40fae759a2a5e39cb7af9b6f024db8f',1,'PIOc_write_darray(int ncid, int varid, int ioid, PIO_Offset arraylen, void *array, void *fillvalue): pio_darray.c'],['../group___p_i_o__write__darray__c.html#gaa40fae759a2a5e39cb7af9b6f024db8f',1,'PIOc_write_darray(int ncid, int varid, int ioid, PIO_Offset arraylen, void *array, void *fillvalue): pio_darray.c']]],
+ ['pioc_5fwrite_5fdarray_5fmulti',['PIOc_write_darray_multi',['../group___p_i_o__write__darray__c.html#ga8e6611243431101939c4dd4c991a7e0b',1,'PIOc_write_darray_multi(int ncid, const int *varids, int ioid, int nvars, PIO_Offset arraylen, void *array, const int *frame, void **fillvalue, bool flushtodisk): pio_darray.c'],['../group___p_i_o__write__darray__c.html#ga8e6611243431101939c4dd4c991a7e0b',1,'PIOc_write_darray_multi(int ncid, const int *varids, int ioid, int nvars, PIO_Offset arraylen, void *array, const int *frame, void **fillvalue, bool flushtodisk): pio_darray.c']]],
+ ['pioc_5fwrite_5fdecomp',['PIOc_write_decomp',['../pioc__support_8c.html#af4584849f62a2587b9f44588c00aff9b',1,'PIOc_write_decomp(const char *file, int iosysid, int ioid, MPI_Comm comm): pioc_support.c'],['../pio_8h.html#af4584849f62a2587b9f44588c00aff9b',1,'PIOc_write_decomp(const char *file, int iosysid, int ioid, MPI_Comm comm): pioc_support.c']]],
+ ['pioc_5fwrite_5fnc_5fdecomp',['PIOc_write_nc_decomp',['../pioc__support_8c.html#a9d698d00504b20962c3bf8f8867c4f2c',1,'PIOc_write_nc_decomp(int iosysid, const char *filename, int cmode, int ioid, char *title, char *history, int fortran_order): pioc_support.c'],['../pio_8h.html#a9d698d00504b20962c3bf8f8867c4f2c',1,'PIOc_write_nc_decomp(int iosysid, const char *filename, int cmode, int ioid, char *title, char *history, int fortran_order): pioc_support.c']]],
+ ['pioc_5fwrite_5fnc_5fdecomp_5fint',['pioc_write_nc_decomp_int',['../pioc__support_8c.html#a825a5756e45d6090f6eb672481efaeb3',1,'pioc_support.c']]],
+ ['pioc_5fwritemap',['PIOc_writemap',['../pioc__support_8c.html#a3b16ec948dfda28b151a934f5693835f',1,'PIOc_writemap(const char *file, int ndims, const int *gdims, PIO_Offset maplen, PIO_Offset *map, MPI_Comm comm): pioc_support.c'],['../pio_8h.html#a3b16ec948dfda28b151a934f5693835f',1,'PIOc_writemap(const char *file, int ndims, const int *gdims, PIO_Offset maplen, PIO_Offset *map, MPI_Comm comm): pioc_support.c']]],
+ ['pioc_5fwritemap_5ffrom_5ff90',['PIOc_writemap_from_f90',['../pioc__support_8c.html#acfa3fdb0973e6efe362cd434cc17a7f4',1,'PIOc_writemap_from_f90(const char *file, int ndims, const int *gdims, PIO_Offset maplen, const PIO_Offset *map, int f90_comm): pioc_support.c'],['../pio_8h.html#acfa3fdb0973e6efe362cd434cc17a7f4',1,'PIOc_writemap_from_f90(const char *file, int ndims, const int *gdims, PIO_Offset maplen, const PIO_Offset *map, int f90_comm): pioc_support.c']]],
+ ['piodie',['piodie',['../pioc__support_8c.html#ad417d75138578970277896756f0baca8',1,'piodie(): pioc_support.c'],['../pio__support_8_f90.html#a13fac82014192fcf782a95c3be4e9a66',1,'pio_support::piodie()']]],
+ ['print_5ftrace',['print_trace',['../pioc__support_8c.html#a06839094738850e58e21bf91304675a4',1,'pioc_support.c']]],
+ ['put_5fatt_5f1d_5fdesc_5fdouble',['put_att_1d_desc_double',['../group___p_i_o__put__att.html#ga400b54245a5820edf44c65187f1a98d2',1,'pionfatt_mod']]],
+ ['put_5fatt_5f1d_5fdesc_5fint',['put_att_1d_desc_int',['../group___p_i_o__put__att.html#ga6e9ceefc157eb88e58373591273d6dfc',1,'pionfatt_mod']]],
+ ['put_5fatt_5f1d_5fdesc_5freal',['put_att_1d_desc_real',['../group___p_i_o__put__att.html#gad375ea287d08d380012f1accf3d23af7',1,'pionfatt_mod']]],
+ ['put_5fatt_5f1d_5fid_5fdouble',['put_att_1d_id_double',['../group___p_i_o__put__att.html#ga0f45152f915fa49e67c40de2b95cf669',1,'pionfatt_mod']]],
+ ['put_5fatt_5f1d_5fid_5fint',['put_att_1d_id_int',['../group___p_i_o__put__att.html#gac868c6c566018d58307ea63ef944a75e',1,'pionfatt_mod']]],
+ ['put_5fatt_5f1d_5fid_5finternal_5fdouble',['put_att_1d_id_internal_double',['../pionfatt__mod__2_8f90.html#acf9e75bfdcc2b808a531467d14d9a05e',1,'pionfatt_mod']]],
+ ['put_5fatt_5f1d_5fid_5finternal_5fint',['put_att_1d_id_internal_int',['../pionfatt__mod__2_8f90.html#affcc2199827539fa435780d175ff44a2',1,'pionfatt_mod']]],
+ ['put_5fatt_5f1d_5fid_5finternal_5freal',['put_att_1d_id_internal_real',['../pionfatt__mod__2_8f90.html#a7107ec2d94f67095330cfd2edda63888',1,'pionfatt_mod']]],
+ ['put_5fatt_5f1d_5fid_5freal',['put_att_1d_id_real',['../group___p_i_o__put__att.html#ga5554c7cb365a2ddb5ee6620df5b64b1e',1,'pionfatt_mod']]],
+ ['put_5fatt_5f1d_5fid_5ftext',['put_att_1d_id_text',['../pionfatt__mod__2_8f90.html#a61231c54356167308da3b3f7e5bfeeb2',1,'pionfatt_mod']]],
+ ['put_5fatt_5f1d_5fid_5ftext_5finternal',['put_att_1d_id_text_internal',['../pionfatt__mod__2_8f90.html#a891e59d492f9a6382cf236e90829ed38',1,'pionfatt_mod']]],
+ ['put_5fatt_5f1d_5fvid_5fdouble',['put_att_1d_vid_double',['../pionfatt__mod__2_8f90.html#aebace6312cbb4296f253fc5393e9f422',1,'pionfatt_mod']]],
+ ['put_5fatt_5f1d_5fvid_5fint',['put_att_1d_vid_int',['../pionfatt__mod__2_8f90.html#ae5089ab627e422ec1ee8b67b5585176f',1,'pionfatt_mod']]],
+ ['put_5fatt_5f1d_5fvid_5freal',['put_att_1d_vid_real',['../pionfatt__mod__2_8f90.html#a7c021111d286be169b3fa0dafa75f06f',1,'pionfatt_mod']]],
+ ['put_5fatt_5f1d_5fvid_5ftext',['put_att_1d_vid_text',['../pionfatt__mod__2_8f90.html#a6c42ea9f5057b572cccdc5aec3f390b1',1,'pionfatt_mod']]],
+ ['put_5fatt_5fdesc_5fdouble',['put_att_desc_double',['../pionfatt__mod__2_8f90.html#ae7e3d670ade9d97d5a9cacf40907efa8',1,'pionfatt_mod']]],
+ ['put_5fatt_5fdesc_5fint',['put_att_desc_int',['../pionfatt__mod__2_8f90.html#a95045b680a4aeb337fcc2b6165acdd17',1,'pionfatt_mod']]],
+ ['put_5fatt_5fdesc_5freal',['put_att_desc_real',['../pionfatt__mod__2_8f90.html#aabafff804c585f68e74ae6de1c4a07de',1,'pionfatt_mod']]],
+ ['put_5fatt_5fdesc_5ftext',['put_att_desc_text',['../group___p_i_o__put__att.html#ga5a66229689e246b141c29cf35550de47',1,'pionfatt_mod']]],
+ ['put_5fatt_5fid_5fdouble',['put_att_id_double',['../pionfatt__mod__2_8f90.html#a3c6a72f52b7f3efdffaa5654c5b2611f',1,'pionfatt_mod']]],
+ ['put_5fatt_5fid_5fint',['put_att_id_int',['../pionfatt__mod__2_8f90.html#ab9ad13349e2aab19b4b7b10689277fd8',1,'pionfatt_mod']]],
+ ['put_5fatt_5fid_5freal',['put_att_id_real',['../pionfatt__mod__2_8f90.html#a6f3170532233426fba12ecf2b5ef93a7',1,'pionfatt_mod']]],
+ ['put_5fatt_5fid_5ftext',['put_att_id_text',['../pionfatt__mod__2_8f90.html#a8022c6add861967b859ecf23a8621514',1,'pionfatt_mod']]],
+ ['put_5fatt_5fvid_5fdouble',['put_att_vid_double',['../pionfatt__mod__2_8f90.html#ab60af306132f26f4399dfaa9b7f84fbc',1,'pionfatt_mod']]],
+ ['put_5fatt_5fvid_5fint',['put_att_vid_int',['../pionfatt__mod__2_8f90.html#a4af0cf2ded4b4de2e2833c8660e7a1ea',1,'pionfatt_mod']]],
+ ['put_5fatt_5fvid_5freal',['put_att_vid_real',['../pionfatt__mod__2_8f90.html#a8514932e2ea627e4c059a9728f78af84',1,'pionfatt_mod']]],
+ ['put_5fatt_5fvid_5ftext',['put_att_vid_text',['../pionfatt__mod__2_8f90.html#a229481ca3dc30bfd63c1f22eed9e7cbb',1,'pionfatt_mod']]],
+ ['put_5fvar1_5fdouble',['put_var1_double',['../group___p_i_o__put__var.html#ga149f46b92b9796a2021806590e86299c',1,'pionfput_mod']]],
+ ['put_5fvar1_5fint',['put_var1_int',['../group___p_i_o__put__var.html#ga0acbdf98bc536f8e69dbef2a35cdc419',1,'pionfput_mod']]],
+ ['put_5fvar1_5freal',['put_var1_real',['../group___p_i_o__put__var.html#gafb63482a7114cf4de3f46e9d5e846f53',1,'pionfput_mod']]],
+ ['put_5fvar1_5ftext',['put_var1_text',['../group___p_i_o__put__var.html#ga1f74a108488e4d9c411fa411b3a805ad',1,'pionfput_mod']]],
+ ['put_5fvar1_5fvdesc_5ftext',['put_var1_vdesc_text',['../group___p_i_o__put__var.html#ga67c0b13b5f4b5fd7dfcdcff42567308b',1,'pionfput_mod']]],
+ ['put_5fvar_5f0d_5fdouble',['put_var_0d_double',['../group___p_i_o__put__var.html#ga4b158d17a8e0d9d5f4def56e7f5850a5',1,'pionfput_mod']]],
+ ['put_5fvar_5f0d_5fint',['put_var_0d_int',['../group___p_i_o__put__var.html#ga1799a02aa8746e633589ab5c32f67bc7',1,'pionfput_mod']]],
+ ['put_5fvar_5f0d_5freal',['put_var_0d_real',['../group___p_i_o__put__var.html#gaf706b069c1578feeb2e9b8b28e486446',1,'pionfput_mod']]],
+ ['put_5fvar_5f0d_5ftext',['put_var_0d_text',['../group___p_i_o__put__var.html#ga007e31993cf2468520f0311eaea95973',1,'pionfput_mod']]],
+ ['put_5fvar_5f1d_5fdouble',['put_var_1d_double',['../group___p_i_o__put__var.html#ga19eb63361fe941e922035eba747660fd',1,'pionfput_mod']]],
+ ['put_5fvar_5f1d_5fint',['put_var_1d_int',['../group___p_i_o__put__var.html#gadff566ea7570a1cefe244bea218a3bdc',1,'pionfput_mod']]],
+ ['put_5fvar_5f1d_5freal',['put_var_1d_real',['../group___p_i_o__put__var.html#ga472fa166959e490667636553c8d9c9a3',1,'pionfput_mod']]],
+ ['put_5fvar_5f1d_5ftext',['put_var_1d_text',['../group___p_i_o__put__var.html#gabe9e1c0112f607e43af241c7a065d81e',1,'pionfput_mod']]],
+ ['put_5fvar_5f2d_5fdouble',['put_var_2d_double',['../group___p_i_o__put__var.html#gabcc56b9b88c37f9eec8f034a256012f2',1,'pionfput_mod']]],
+ ['put_5fvar_5f2d_5fint',['put_var_2d_int',['../group___p_i_o__put__var.html#ga08192624d6b46870cff3ceea2a253935',1,'pionfput_mod']]],
+ ['put_5fvar_5f2d_5freal',['put_var_2d_real',['../group___p_i_o__put__var.html#ga7a7a29cab63bd78cf1e0cdbdb9f3de77',1,'pionfput_mod']]],
+ ['put_5fvar_5f2d_5ftext',['put_var_2d_text',['../group___p_i_o__put__var.html#ga6c691fc5377200c970c7aeff35c57024',1,'pionfput_mod']]],
+ ['put_5fvar_5f3d_5fdouble',['put_var_3d_double',['../group___p_i_o__put__var.html#ga7cd4ee07cc1ad199e1538b7eed65e5fd',1,'pionfput_mod']]],
+ ['put_5fvar_5f3d_5fint',['put_var_3d_int',['../group___p_i_o__put__var.html#ga6a614f66d85109923ea4fc37d13e2469',1,'pionfput_mod']]],
+ ['put_5fvar_5f3d_5freal',['put_var_3d_real',['../group___p_i_o__put__var.html#gaeadb6bf65b6e6a5befe22c271efc64ad',1,'pionfput_mod']]],
+ ['put_5fvar_5f3d_5ftext',['put_var_3d_text',['../group___p_i_o__put__var.html#ga692043facb4564576b57de9eea6e2425',1,'pionfput_mod']]],
+ ['put_5fvar_5f4d_5fdouble',['put_var_4d_double',['../group___p_i_o__put__var.html#ga12dca0c8cbf084171c3ae817b3a937c6',1,'pionfput_mod']]],
+ ['put_5fvar_5f4d_5fint',['put_var_4d_int',['../group___p_i_o__put__var.html#gaa801103a0132d09a03b0554214071c6b',1,'pionfput_mod']]],
+ ['put_5fvar_5f4d_5freal',['put_var_4d_real',['../group___p_i_o__put__var.html#ga1e370f333e8f49e91c35011d16f1d684',1,'pionfput_mod']]],
+ ['put_5fvar_5f4d_5ftext',['put_var_4d_text',['../group___p_i_o__put__var.html#ga35162a80322d797f2d61c94be9817fbe',1,'pionfput_mod']]],
+ ['put_5fvar_5f5d_5fdouble',['put_var_5d_double',['../group___p_i_o__put__var.html#ga26d0fb7ac09b525f5d45502f087504e0',1,'pionfput_mod']]],
+ ['put_5fvar_5f5d_5fint',['put_var_5d_int',['../group___p_i_o__put__var.html#ga697edb8ea003f481effa4d49320bd4c1',1,'pionfput_mod']]],
+ ['put_5fvar_5f5d_5freal',['put_var_5d_real',['../group___p_i_o__put__var.html#ga43780226cdd8f80b45bb3da74e8004d4',1,'pionfput_mod']]],
+ ['put_5fvar_5f5d_5ftext',['put_var_5d_text',['../group___p_i_o__put__var.html#ga5dc83bb1a9bf3816ce87e7af427e0df7',1,'pionfput_mod']]],
+ ['put_5fvar_5finternal_5fdouble',['put_var_internal_double',['../group___p_i_o__put__var.html#ga541a7f904d2113db7a4d3bb77e4e209d',1,'pionfput_mod']]],
+ ['put_5fvar_5finternal_5fint',['put_var_internal_int',['../group___p_i_o__put__var.html#gad8af60bdc3e13f46b50743f9237b235f',1,'pionfput_mod']]],
+ ['put_5fvar_5finternal_5freal',['put_var_internal_real',['../group___p_i_o__put__var.html#ga8d47e081844ec829d0d3805de0176655',1,'pionfput_mod']]],
+ ['put_5fvar_5fvdesc_5f0d_5fdouble',['put_var_vdesc_0d_double',['../group___p_i_o__put__var.html#gaa6a46cc77bd779d1633e1ad79f16e3e9',1,'pionfput_mod']]],
+ ['put_5fvar_5fvdesc_5f0d_5fint',['put_var_vdesc_0d_int',['../group___p_i_o__put__var.html#ga155a55ee1d2f20a0b150e38a25ee8ed8',1,'pionfput_mod']]],
+ ['put_5fvar_5fvdesc_5f0d_5freal',['put_var_vdesc_0d_real',['../group___p_i_o__put__var.html#ga9751af622472de1b1183513587c20bf6',1,'pionfput_mod']]],
+ ['put_5fvar_5fvdesc_5f0d_5ftext',['put_var_vdesc_0d_text',['../group___p_i_o__put__var.html#ga84b30ae3427ae6da5cf29b7ecf781ce4',1,'pionfput_mod']]],
+ ['put_5fvar_5fvdesc_5f1d_5fdouble',['put_var_vdesc_1d_double',['../group___p_i_o__put__var.html#ga5c68fc45998064cca48113c4dd583086',1,'pionfput_mod']]],
+ ['put_5fvar_5fvdesc_5f1d_5fint',['put_var_vdesc_1d_int',['../group___p_i_o__put__var.html#ga3643828467af4de759235b03dc24f068',1,'pionfput_mod']]],
+ ['put_5fvar_5fvdesc_5f1d_5freal',['put_var_vdesc_1d_real',['../group___p_i_o__put__var.html#ga3ff6d1d2394d03643383bbf56ab65f57',1,'pionfput_mod']]],
+ ['put_5fvar_5fvdesc_5f1d_5ftext',['put_var_vdesc_1d_text',['../group___p_i_o__put__var.html#ga48ec02bcfa98661c8a0c94328a216615',1,'pionfput_mod']]],
+ ['put_5fvar_5fvdesc_5f2d_5fdouble',['put_var_vdesc_2d_double',['../group___p_i_o__put__var.html#ga396d6da6a3a55fb6476c286458b8f034',1,'pionfput_mod']]],
+ ['put_5fvar_5fvdesc_5f2d_5fint',['put_var_vdesc_2d_int',['../group___p_i_o__put__var.html#gaec8e42c5461dc921f5563b55f29481b5',1,'pionfput_mod']]],
+ ['put_5fvar_5fvdesc_5f2d_5freal',['put_var_vdesc_2d_real',['../group___p_i_o__put__var.html#ga4bf0583c8901390be8c5c5ef66308968',1,'pionfput_mod']]],
+ ['put_5fvar_5fvdesc_5f2d_5ftext',['put_var_vdesc_2d_text',['../group___p_i_o__put__var.html#gad7bec7c5efb96b22b16dc719c6231b81',1,'pionfput_mod']]],
+ ['put_5fvar_5fvdesc_5f3d_5fdouble',['put_var_vdesc_3d_double',['../group___p_i_o__put__var.html#gad127d2753eb6142cd3ebb25a2689b068',1,'pionfput_mod']]],
+ ['put_5fvar_5fvdesc_5f3d_5fint',['put_var_vdesc_3d_int',['../group___p_i_o__put__var.html#gad2ced69db36c42084abbeac2a37a8b99',1,'pionfput_mod']]],
+ ['put_5fvar_5fvdesc_5f3d_5freal',['put_var_vdesc_3d_real',['../group___p_i_o__put__var.html#gababad999e064edc982b3326e3aebf216',1,'pionfput_mod']]],
+ ['put_5fvar_5fvdesc_5f3d_5ftext',['put_var_vdesc_3d_text',['../group___p_i_o__put__var.html#ga71b4a9fba578bfaddc104997dff5e454',1,'pionfput_mod']]],
+ ['put_5fvar_5fvdesc_5f4d_5fdouble',['put_var_vdesc_4d_double',['../group___p_i_o__put__var.html#ga6ff932b86ebd6227195652646d5cd84a',1,'pionfput_mod']]],
+ ['put_5fvar_5fvdesc_5f4d_5fint',['put_var_vdesc_4d_int',['../group___p_i_o__put__var.html#ga30c036af0c917760942d98dce96f2cad',1,'pionfput_mod']]],
+ ['put_5fvar_5fvdesc_5f4d_5freal',['put_var_vdesc_4d_real',['../group___p_i_o__put__var.html#ga859c2ad3e7de6b5f428d003c33dc6acb',1,'pionfput_mod']]],
+ ['put_5fvar_5fvdesc_5f4d_5ftext',['put_var_vdesc_4d_text',['../group___p_i_o__put__var.html#gadc1493e8c23840638b543c66915485e6',1,'pionfput_mod']]],
+ ['put_5fvar_5fvdesc_5f5d_5fdouble',['put_var_vdesc_5d_double',['../group___p_i_o__put__var.html#gab39f99a67e17eba00b15b3f188d175fd',1,'pionfput_mod']]],
+ ['put_5fvar_5fvdesc_5f5d_5fint',['put_var_vdesc_5d_int',['../group___p_i_o__put__var.html#gab402cda7fbb22ae7d98b258657bfbe12',1,'pionfput_mod']]],
+ ['put_5fvar_5fvdesc_5f5d_5freal',['put_var_vdesc_5d_real',['../group___p_i_o__put__var.html#ga860ea0b2b3bfb0a514761c0f4572c66b',1,'pionfput_mod']]],
+ ['put_5fvar_5fvdesc_5f5d_5ftext',['put_var_vdesc_5d_text',['../group___p_i_o__put__var.html#gabb49e549fdc8b9abbf637cd445e23d8f',1,'pionfput_mod']]],
+ ['put_5fvara_5f1d_5fdouble',['put_vara_1d_double',['../group___p_i_o__put__var.html#gaf7e15c328133ed0ed3848851a909501b',1,'pionfput_mod']]],
+ ['put_5fvara_5f1d_5fint',['put_vara_1d_int',['../group___p_i_o__put__var.html#ga4f124036b8cb5fb3491139928f7a6411',1,'pionfput_mod']]],
+ ['put_5fvara_5f1d_5freal',['put_vara_1d_real',['../group___p_i_o__put__var.html#ga78f94d71b44c1414149409b8d4721548',1,'pionfput_mod']]],
+ ['put_5fvara_5f1d_5ftext',['put_vara_1d_text',['../group___p_i_o__put__var.html#gae497e8e304d3018906f9b5ae4a70dec6',1,'pionfput_mod']]],
+ ['put_5fvara_5f2d_5fdouble',['put_vara_2d_double',['../group___p_i_o__put__var.html#gacf5d8364c2f42759b3d7aadfc1ac5e1a',1,'pionfput_mod']]],
+ ['put_5fvara_5f2d_5fint',['put_vara_2d_int',['../group___p_i_o__put__var.html#ga9cd412076cbce25e1ddd769dfdb99e2c',1,'pionfput_mod']]],
+ ['put_5fvara_5f2d_5freal',['put_vara_2d_real',['../group___p_i_o__put__var.html#gafc9b8d2686a81bf5b12f6f47a8f188b4',1,'pionfput_mod']]],
+ ['put_5fvara_5f2d_5ftext',['put_vara_2d_text',['../group___p_i_o__put__var.html#ga6a68c2a0064d921284334e7e77f4b45d',1,'pionfput_mod']]],
+ ['put_5fvara_5f3d_5fdouble',['put_vara_3d_double',['../group___p_i_o__put__var.html#gad817b988bdc67e86dfe6145d8b878db5',1,'pionfput_mod']]],
+ ['put_5fvara_5f3d_5fint',['put_vara_3d_int',['../group___p_i_o__put__var.html#gaaf005d847ada3c557af98365ec67b1c1',1,'pionfput_mod']]],
+ ['put_5fvara_5f3d_5freal',['put_vara_3d_real',['../group___p_i_o__put__var.html#ga0e1b0c3013c34d252b1cff6ea8a0b998',1,'pionfput_mod']]],
+ ['put_5fvara_5f3d_5ftext',['put_vara_3d_text',['../group___p_i_o__put__var.html#gad14311ff733ed146df91b491d6c5b107',1,'pionfput_mod']]],
+ ['put_5fvara_5f4d_5fdouble',['put_vara_4d_double',['../group___p_i_o__put__var.html#gab17fb8a70276d43ef6baca3beaf93bcd',1,'pionfput_mod']]],
+ ['put_5fvara_5f4d_5fint',['put_vara_4d_int',['../group___p_i_o__put__var.html#gab481885760c628c8a55a74cf94c56593',1,'pionfput_mod']]],
+ ['put_5fvara_5f4d_5freal',['put_vara_4d_real',['../group___p_i_o__put__var.html#gad8ce5fe5076de9c48a305fc70fd2433c',1,'pionfput_mod']]],
+ ['put_5fvara_5f4d_5ftext',['put_vara_4d_text',['../group___p_i_o__put__var.html#gad0167ee171eb8d34d88eea0c2e90a448',1,'pionfput_mod']]],
+ ['put_5fvara_5f5d_5fdouble',['put_vara_5d_double',['../group___p_i_o__put__var.html#ga49224b3b762d3a94bf27f241ec54d655',1,'pionfput_mod']]],
+ ['put_5fvara_5f5d_5fint',['put_vara_5d_int',['../group___p_i_o__put__var.html#ga70b151f4947b4aa5a5f41a11359bda4b',1,'pionfput_mod']]],
+ ['put_5fvara_5f5d_5freal',['put_vara_5d_real',['../group___p_i_o__put__var.html#gad41be0f21d84df1e403d218a65f70b80',1,'pionfput_mod']]],
+ ['put_5fvara_5f5d_5ftext',['put_vara_5d_text',['../group___p_i_o__put__var.html#gaa4ce40994e7cd45fce21381a676225ff',1,'pionfput_mod']]],
+ ['put_5fvara_5fvdesc_5f1d_5fdouble',['put_vara_vdesc_1d_double',['../group___p_i_o__put__var.html#ga3ff2a7f17c45722abac726fb79363404',1,'pionfput_mod']]],
+ ['put_5fvara_5fvdesc_5f1d_5fint',['put_vara_vdesc_1d_int',['../group___p_i_o__put__var.html#ga76d541f2f0eb409bbac5fd59fcf73455',1,'pionfput_mod']]],
+ ['put_5fvara_5fvdesc_5f1d_5freal',['put_vara_vdesc_1d_real',['../group___p_i_o__put__var.html#ga263bbdfc7c30c9be268d52d3b6c5eee1',1,'pionfput_mod']]],
+ ['put_5fvara_5fvdesc_5f1d_5ftext',['put_vara_vdesc_1d_text',['../group___p_i_o__put__var.html#ga381282297630477d110550a88172612b',1,'pionfput_mod']]],
+ ['put_5fvara_5fvdesc_5f2d_5fdouble',['put_vara_vdesc_2d_double',['../group___p_i_o__put__var.html#gabf3a20b705763fbd237ac48e3db27871',1,'pionfput_mod']]],
+ ['put_5fvara_5fvdesc_5f2d_5fint',['put_vara_vdesc_2d_int',['../group___p_i_o__put__var.html#ga7648f01eb2f9d67a0cb5bbcc2e474a76',1,'pionfput_mod']]],
+ ['put_5fvara_5fvdesc_5f2d_5freal',['put_vara_vdesc_2d_real',['../group___p_i_o__put__var.html#ga47ce0445fd371060edc1df0418d67c25',1,'pionfput_mod']]],
+ ['put_5fvara_5fvdesc_5f2d_5ftext',['put_vara_vdesc_2d_text',['../group___p_i_o__put__var.html#ga7730db9212396e477df42973525c6933',1,'pionfput_mod']]],
+ ['put_5fvara_5fvdesc_5f3d_5fdouble',['put_vara_vdesc_3d_double',['../group___p_i_o__put__var.html#gaa2170fc41771c08cab91f78d31530e57',1,'pionfput_mod']]],
+ ['put_5fvara_5fvdesc_5f3d_5fint',['put_vara_vdesc_3d_int',['../group___p_i_o__put__var.html#ga185d89cb9eec9f39bfb0bbe9014d52f5',1,'pionfput_mod']]],
+ ['put_5fvara_5fvdesc_5f3d_5freal',['put_vara_vdesc_3d_real',['../group___p_i_o__put__var.html#ga7b16d91e8754af417b91f6b818c88e22',1,'pionfput_mod']]],
+ ['put_5fvara_5fvdesc_5f3d_5ftext',['put_vara_vdesc_3d_text',['../group___p_i_o__put__var.html#ga9b88d5bfb641c1983b646eaa37782439',1,'pionfput_mod']]],
+ ['put_5fvara_5fvdesc_5f4d_5fdouble',['put_vara_vdesc_4d_double',['../group___p_i_o__put__var.html#ga55d94dbb95e25f224f9c4fed51d26906',1,'pionfput_mod']]],
+ ['put_5fvara_5fvdesc_5f4d_5fint',['put_vara_vdesc_4d_int',['../group___p_i_o__put__var.html#gaf9ac6f8e908cf688201c0dd3be545c87',1,'pionfput_mod']]],
+ ['put_5fvara_5fvdesc_5f4d_5freal',['put_vara_vdesc_4d_real',['../group___p_i_o__put__var.html#ga73c553a1e70e16cd9c6ea081e699900c',1,'pionfput_mod']]],
+ ['put_5fvara_5fvdesc_5f4d_5ftext',['put_vara_vdesc_4d_text',['../group___p_i_o__put__var.html#gaf6918fe56d0c9837293fa5142e5b480f',1,'pionfput_mod']]],
+ ['put_5fvara_5fvdesc_5f5d_5fdouble',['put_vara_vdesc_5d_double',['../group___p_i_o__put__var.html#ga5f2a994b4ebaff85c453ca3cb4eb5f28',1,'pionfput_mod']]],
+ ['put_5fvara_5fvdesc_5f5d_5fint',['put_vara_vdesc_5d_int',['../group___p_i_o__put__var.html#ga823bd3538a78a0be3ff5109ad1d54c01',1,'pionfput_mod']]],
+ ['put_5fvara_5fvdesc_5f5d_5freal',['put_vara_vdesc_5d_real',['../group___p_i_o__put__var.html#ga14cf7c10f267b699aa8634db85f381fe',1,'pionfput_mod']]],
+ ['put_5fvara_5fvdesc_5f5d_5ftext',['put_vara_vdesc_5d_text',['../group___p_i_o__put__var.html#ga43dcf78e0a9e7f7e9dd6070ba7b288c8',1,'pionfput_mod']]]
];
diff --git a/docs/search/functions_9.js b/docs/search/functions_9.js
index 3ba1591d6a6..2269c65ebcd 100644
--- a/docs/search/functions_9.js
+++ b/docs/search/functions_9.js
@@ -1,5 +1,32 @@
var searchData=
[
- ['main',['main',['../example1_8c.html#a0ddf1224851353fc92bfbff6f499fa97',1,'main(int argc, char *argv[]): example1.c'],['../example2_8c.html#a0ddf1224851353fc92bfbff6f499fa97',1,'main(int argc, char *argv[]): example2.c'],['../example_pio_8c.html#a0ddf1224851353fc92bfbff6f499fa97',1,'main(int argc, char *argv[]): examplePio.c'],['../example_pio_8f90.html#a8ec2266d83cd6c0b762cbcbc92c0af3d',1,'main: examplePio.f90']]],
- ['malloc_5fiodesc',['malloc_iodesc',['../pio__internal_8h.html#ad991769a22107d115d9574c152ce8ce3',1,'malloc_iodesc(iosystem_desc_t *ios, int piotype, int ndims, io_desc_t **iodesc): pioc_support.c'],['../pioc__support_8c.html#ad991769a22107d115d9574c152ce8ce3',1,'malloc_iodesc(iosystem_desc_t *ios, int piotype, int ndims, io_desc_t **iodesc): pioc_support.c']]]
+ ['read_5fascii',['read_ascii',['../piolib__mod_8f90.html#a55cf208a51f3d97b0f10adcde4e5a780',1,'piolib_mod']]],
+ ['read_5fdarray_5f1d_5fdouble',['read_darray_1d_double',['../group___p_i_o__read__darray.html#ga3a2dea5460dafc4645216f8325483c2e',1,'piodarray']]],
+ ['read_5fdarray_5f1d_5fint',['read_darray_1d_int',['../group___p_i_o__read__darray.html#gaa919aa47e0d0e3e38f2af27614dfbd3b',1,'piodarray']]],
+ ['read_5fdarray_5f1d_5freal',['read_darray_1d_real',['../group___p_i_o__read__darray.html#gae7ff1037681c06b33a86199defdf5d2c',1,'piodarray']]],
+ ['read_5fdarray_5f2d_5fdouble',['read_darray_2d_double',['../group___p_i_o__read__darray.html#ga97260e48211b060167b85f5aad382bfd',1,'piodarray']]],
+ ['read_5fdarray_5f2d_5fint',['read_darray_2d_int',['../group___p_i_o__read__darray.html#gaccce9ae6a56f753952d72b6b43824ea6',1,'piodarray']]],
+ ['read_5fdarray_5f2d_5freal',['read_darray_2d_real',['../group___p_i_o__read__darray.html#ga759a19f17c15754c35a4a91af069c8ed',1,'piodarray']]],
+ ['read_5fdarray_5f3d_5fdouble',['read_darray_3d_double',['../group___p_i_o__read__darray.html#ga555817ceca579848c0bd81d3c9fd57e3',1,'piodarray']]],
+ ['read_5fdarray_5f3d_5fint',['read_darray_3d_int',['../group___p_i_o__read__darray.html#gaa2854f6d422459e788fa346702b800b8',1,'piodarray']]],
+ ['read_5fdarray_5f3d_5freal',['read_darray_3d_real',['../group___p_i_o__read__darray.html#gadc84bf1d2fa259327655b6c456b66837',1,'piodarray']]],
+ ['read_5fdarray_5f4d_5fdouble',['read_darray_4d_double',['../group___p_i_o__read__darray.html#gabc0dea01b66521f16218bbba084b99f3',1,'piodarray']]],
+ ['read_5fdarray_5f4d_5fint',['read_darray_4d_int',['../group___p_i_o__read__darray.html#gaddd580d1b65c4cb5865136c167829e6a',1,'piodarray']]],
+ ['read_5fdarray_5f4d_5freal',['read_darray_4d_real',['../group___p_i_o__read__darray.html#gae615e873b1063c1444a59009228936e9',1,'piodarray']]],
+ ['read_5fdarray_5f5d_5fdouble',['read_darray_5d_double',['../group___p_i_o__read__darray.html#ga5ce626012abe78f78da139c2eb48703c',1,'piodarray']]],
+ ['read_5fdarray_5f5d_5fint',['read_darray_5d_int',['../group___p_i_o__read__darray.html#gac8f4a48a7c0fe54e3bf4aa1bb3bb66a6',1,'piodarray']]],
+ ['read_5fdarray_5f5d_5freal',['read_darray_5d_real',['../group___p_i_o__read__darray.html#ga10cbe88474d39cc54f974d015200df83',1,'piodarray']]],
+ ['read_5fdarray_5f6d_5fdouble',['read_darray_6d_double',['../group___p_i_o__read__darray.html#ga8dd1ab4f98602a258734e0f1095a88d5',1,'piodarray']]],
+ ['read_5fdarray_5f6d_5fint',['read_darray_6d_int',['../group___p_i_o__read__darray.html#ga2b311a0ee93511a2e853151dbabcbd4b',1,'piodarray']]],
+ ['read_5fdarray_5f6d_5freal',['read_darray_6d_real',['../group___p_i_o__read__darray.html#ga6e4db8f3ccb45020fe0ebb9659f5d4a8',1,'piodarray']]],
+ ['read_5fdarray_5f7d_5fdouble',['read_darray_7d_double',['../group___p_i_o__read__darray.html#gafd439814b70b6ca6f04e4028fbf5d0bc',1,'piodarray']]],
+ ['read_5fdarray_5f7d_5fint',['read_darray_7d_int',['../group___p_i_o__read__darray.html#ga8adba892ab688ddab94ef9292c71ef54',1,'piodarray']]],
+ ['read_5fdarray_5f7d_5freal',['read_darray_7d_real',['../group___p_i_o__read__darray.html#gac0bc86372d5e04b2770b4da730f1f7ce',1,'piodarray']]],
+ ['read_5fdarray_5finternal_5fdouble',['read_darray_internal_double',['../piodarray_8f90.html#a3af070859dc01d6abc617d67bd585e78',1,'piodarray']]],
+ ['read_5fdarray_5finternal_5fint',['read_darray_internal_int',['../piodarray_8f90.html#a108657d4f23ac08e5357d55e0966733a',1,'piodarray']]],
+ ['read_5fdarray_5finternal_5freal',['read_darray_internal_real',['../piodarray_8f90.html#a7b8ffd691c5e583f7a1847d607a35627',1,'piodarray']]],
+ ['readvar',['readvar',['../structpioexample_1_1pioexampleclass.html#aaf78ac9ebc4084edf35f295f6cf5598a',1,'pioexample::pioexampleclass']]],
+ ['redef_5fdesc',['redef_desc',['../group___p_i_o__redef.html#gaf44dad7065b2cbc0f8b0b0308d7f88c5',1,'pio_nf']]],
+ ['redef_5fid',['redef_id',['../group___p_i_o__redef.html#ga1a98648b5347710c172e49d556b2eae8',1,'pio_nf']]],
+ ['replace_5fc_5fnull',['replace_c_null',['../pio__support_8_f90.html#abcbf3a9d77e36435f9110d1efe8fb19a',1,'pio_support']]]
];
diff --git a/docs/search/functions_a.js b/docs/search/functions_a.js
index bf305463797..a4367391201 100644
--- a/docs/search/functions_a.js
+++ b/docs/search/functions_a.js
@@ -1,4 +1,9 @@
var searchData=
[
- ['open_5ffile_5fhandler',['open_file_handler',['../pio__msg_8c.html#a9b908ce4e77f7a36ec089c2a7a8033b7',1,'pio_msg.c']]]
+ ['setdebuglevel',['setdebuglevel',['../group___p_i_o__setdebuglevel.html#ga197ef394cd490e1650b95ef0ab97cc85',1,'piolib_mod']]],
+ ['seterrorhandlingfile',['seterrorhandlingfile',['../group___p_i_o__seterrorhandling.html#ga5c3e6c45dcd0af907b5e60c20bdae886',1,'piolib_mod']]],
+ ['seterrorhandlingiosysid',['seterrorhandlingiosysid',['../group___p_i_o__seterrorhandling.html#gade8bdb3765989141d515751896e1e64e',1,'piolib_mod']]],
+ ['seterrorhandlingiosystem',['seterrorhandlingiosystem',['../group___p_i_o__seterrorhandling.html#ga78b16b0612471672be4e8825dd2f2cef',1,'piolib_mod']]],
+ ['setframe',['setframe',['../group___p_i_o__setframe.html#ga2c5966f917968c675e6c734c3ddbe565',1,'piolib_mod']]],
+ ['syncfile',['syncfile',['../group___p_i_o__syncfile.html#ga2b10f2553a1dde620a57f8ac9f43c780',1,'piolib_mod']]]
];
diff --git a/docs/search/functions_b.js b/docs/search/functions_b.js
index b1b6998ab5e..fa6797010c7 100644
--- a/docs/search/functions_b.js
+++ b/docs/search/functions_b.js
@@ -1,374 +1,31 @@
var searchData=
[
- ['pair',['pair',['../pio__internal_8h.html#a6ad7c86c11c88b494ad9cbe54ebb6f40',1,'pair(int np, int p, int k): pio_spmd.c'],['../pio__spmd_8c.html#a6ad7c86c11c88b494ad9cbe54ebb6f40',1,'pair(int np, int p, int k): pio_spmd.c']]],
- ['performance_5ftune_5frearranger',['performance_tune_rearranger',['../pio__internal_8h.html#a459775627ccb163a9bcac77438004ba2',1,'performance_tune_rearranger(iosystem_desc_t *ios, io_desc_t *iodesc): pio_rearrange.c'],['../pio__rearrange_8c.html#a459775627ccb163a9bcac77438004ba2',1,'performance_tune_rearranger(iosystem_desc_t *ios, io_desc_t *iodesc): pio_rearrange.c']]],
- ['pio_5fadd_5fto_5ffile_5flist',['pio_add_to_file_list',['../pio__internal_8h.html#a0ca72ed538ff2b8ac16a4ccefbe0aa61',1,'pio_add_to_file_list(file_desc_t *file): pio_lists.c'],['../pio__lists_8c.html#a0ca72ed538ff2b8ac16a4ccefbe0aa61',1,'pio_add_to_file_list(file_desc_t *file): pio_lists.c']]],
- ['pio_5fadd_5fto_5fiodesc_5flist',['pio_add_to_iodesc_list',['../pio__internal_8h.html#ae9084266999d137da71f1051ea8b1265',1,'pio_add_to_iodesc_list(io_desc_t *iodesc): pio_lists.c'],['../pio__lists_8c.html#ae9084266999d137da71f1051ea8b1265',1,'pio_add_to_iodesc_list(io_desc_t *iodesc): pio_lists.c']]],
- ['pio_5fadd_5fto_5fiosystem_5flist',['pio_add_to_iosystem_list',['../pio__internal_8h.html#a85a7782aeb5db0bb3b75a2bfb29f04a0',1,'pio_add_to_iosystem_list(iosystem_desc_t *ios): pio_lists.c'],['../pio__lists_8c.html#a85a7782aeb5db0bb3b75a2bfb29f04a0',1,'pio_add_to_iosystem_list(iosystem_desc_t *ios): pio_lists.c']]],
- ['pio_5fdelete_5ffile_5ffrom_5flist',['pio_delete_file_from_list',['../pio__internal_8h.html#aa8809cc768fc8c8b65e2c4403f8d10e3',1,'pio_delete_file_from_list(int ncid): pio_lists.c'],['../pio__lists_8c.html#aa8809cc768fc8c8b65e2c4403f8d10e3',1,'pio_delete_file_from_list(int ncid): pio_lists.c']]],
- ['pio_5fdelete_5fiodesc_5ffrom_5flist',['pio_delete_iodesc_from_list',['../pio__internal_8h.html#a7c0b3519929dea5d6a7833d21ab9771d',1,'pio_delete_iodesc_from_list(int ioid): pio_lists.c'],['../pio__lists_8c.html#a7c0b3519929dea5d6a7833d21ab9771d',1,'pio_delete_iodesc_from_list(int ioid): pio_lists.c']]],
- ['pio_5fdelete_5fiosystem_5ffrom_5flist',['pio_delete_iosystem_from_list',['../pio__internal_8h.html#a90a72cf5e6d3c1163c12923284bae4c6',1,'pio_delete_iosystem_from_list(int piosysid): pio_lists.c'],['../pio__lists_8c.html#a90a72cf5e6d3c1163c12923284bae4c6',1,'pio_delete_iosystem_from_list(int piosysid): pio_lists.c']]],
- ['pio_5fdeletefile',['pio_deletefile',['../piolib__mod_8_f90.html#a6b07d8d4697d3277931d413a1e182a48',1,'piolib_mod']]],
- ['pio_5ferr',['pio_err',['../pio__internal_8h.html#a9ca7f07374a56d53781de6dc149ca886',1,'pio_err(iosystem_desc_t *ios, file_desc_t *file, int err_num, const char *fname, int line): pioc_support.c'],['../pioc__support_8c.html#a9ca7f07374a56d53781de6dc149ca886',1,'pio_err(iosystem_desc_t *ios, file_desc_t *file, int err_num, const char *fname, int line): pioc_support.c']]],
- ['pio_5ffile_5fis_5fopen',['pio_file_is_open',['../piolib__mod_8_f90.html#a589b60c983df089c8ea21d69c5faac5f',1,'piolib_mod']]],
- ['pio_5ffinalize_5flogging',['pio_finalize_logging',['../pio__internal_8h.html#a632f01eafb324a77a83b2b13912f6746',1,'pio_finalize_logging(void): pioc_support.c'],['../pioc__support_8c.html#a632f01eafb324a77a83b2b13912f6746',1,'pio_finalize_logging(void): pioc_support.c']]],
- ['pio_5fget_5ffile',['pio_get_file',['../pio__internal_8h.html#a181e783b476835fd6a1e3da0f9a94130',1,'pio_get_file(int ncid, file_desc_t **filep): pio_lists.c'],['../pio__lists_8c.html#a623442aa3edfeeb178359f1caed3c8e7',1,'pio_get_file(int ncid, file_desc_t **cfile1): pio_lists.c']]],
- ['pio_5fget_5fiodesc_5ffrom_5fid',['pio_get_iodesc_from_id',['../pio__internal_8h.html#ae66c0933af29647269c54b12508f74cf',1,'pio_get_iodesc_from_id(int ioid): pio_lists.c'],['../pio__lists_8c.html#ae66c0933af29647269c54b12508f74cf',1,'pio_get_iodesc_from_id(int ioid): pio_lists.c']]],
- ['pio_5fget_5fiosystem_5ffrom_5fid',['pio_get_iosystem_from_id',['../pio__internal_8h.html#a3d058ddb1a1fe6b0851ee00053edd7df',1,'pio_get_iosystem_from_id(int iosysid): pio_lists.c'],['../pio__lists_8c.html#a3d058ddb1a1fe6b0851ee00053edd7df',1,'pio_get_iosystem_from_id(int iosysid): pio_lists.c']]],
- ['pio_5fget_5flocal_5farray_5fsize',['pio_get_local_array_size',['../group___p_i_o__get__local__array__size.html#gab8a9ffb0a03badbcfd71731a36acdf02',1,'piolib_mod']]],
- ['pio_5fiam_5fiotask',['pio_iam_iotask',['../pio_8_f90.html#a6494c938373f4eb5ba6bd6534d1a0fcc',1,'pio']]],
- ['pio_5finit_5flogging',['pio_init_logging',['../pio__internal_8h.html#a9a721f024dd47d04f5dbad622adea7ee',1,'pio_init_logging(void): pioc_support.c'],['../pioc__support_8c.html#a9a721f024dd47d04f5dbad622adea7ee',1,'pio_init_logging(void): pioc_support.c']]],
- ['pio_5finitdecomp_5fbc',['pio_initdecomp_bc',['../group___p_i_o__initdecomp.html#ga6f7a8735dbe5214bf2b3dcd88f37eaf3',1,'piolib_mod']]],
- ['pio_5finitdecomp_5fdof_5fi4',['pio_initdecomp_dof_i4',['../group___p_i_o__initdecomp.html#gaba1b0bd480a9ccb431dc304abce94764',1,'piolib_mod']]],
- ['pio_5fiosystem_5fis_5factive',['pio_iosystem_is_active',['../pio_8_f90.html#a0f0c8531137032f4828974311d00fb16',1,'pio']]],
- ['pio_5fiotask_5frank',['pio_iotask_rank',['../pio_8_f90.html#aa51424942733b733a74383156b51ad2b',1,'pio']]],
- ['pio_5fmsg_5fhandler2',['pio_msg_handler2',['../pio__internal_8h.html#a2ae3c8546654c2263ef80ba653b238ee',1,'pio_msg_handler2(int io_rank, int component_count, iosystem_desc_t **iosys, MPI_Comm io_comm): pio_msg.c'],['../pio__msg_8c.html#a2ae3c8546654c2263ef80ba653b238ee',1,'pio_msg_handler2(int io_rank, int component_count, iosystem_desc_t **iosys, MPI_Comm io_comm): pio_msg.c']]],
- ['pio_5fnum_5fiosystem',['pio_num_iosystem',['../pio__internal_8h.html#a62c993e3185064fadf3ec0b95ebea626',1,'pio_num_iosystem(int *niosysid): pio_lists.c'],['../pio__lists_8c.html#a62c993e3185064fadf3ec0b95ebea626',1,'pio_num_iosystem(int *niosysid): pio_lists.c']]],
- ['pio_5fopenfile',['pio_openfile',['../group___p_i_o__openfile.html#ga434cd26b109dc9e16dbbb3741c3ac1db',1,'piolib_mod']]],
- ['pio_5fread_5fdarray_5fnc',['pio_read_darray_nc',['../group___p_i_o__read__darray.html#ga0191092b2a65ce808aaa386c984da160',1,'pio_read_darray_nc(file_desc_t *file, io_desc_t *iodesc, int vid, void *iobuf): pio_darray_int.c'],['../group___p_i_o__read__darray.html#ga0191092b2a65ce808aaa386c984da160',1,'pio_read_darray_nc(file_desc_t *file, io_desc_t *iodesc, int vid, void *iobuf): pio_darray_int.c']]],
- ['pio_5fread_5fdarray_5fnc_5fserial',['pio_read_darray_nc_serial',['../group___p_i_o__read__darray.html#ga2d440f0ff9f9fe7329901604e99138b3',1,'pio_read_darray_nc_serial(file_desc_t *file, io_desc_t *iodesc, int vid, void *iobuf): pio_darray_int.c'],['../group___p_i_o__read__darray.html#ga2d440f0ff9f9fe7329901604e99138b3',1,'pio_read_darray_nc_serial(file_desc_t *file, io_desc_t *iodesc, int vid, void *iobuf): pio_darray_int.c']]],
- ['pio_5freaddof',['pio_readdof',['../pio__support_8_f90.html#aa6b9b98ebf5a85c45dfc0f108f453fba',1,'pio_support']]],
- ['pio_5fset_5fblocksize',['pio_set_blocksize',['../group___p_i_o__set__blocksize.html#ga58a49dfda66ba8c28e6558f6754704fc',1,'pio']]],
- ['pio_5fset_5frearr_5fopts',['pio_set_rearr_opts',['../piolib__mod_8_f90.html#a0ae92fff1a887840f8a2e63e2b56cc35',1,'piolib_mod']]],
- ['pio_5fsorted_5fcopy',['pio_sorted_copy',['../group___p_i_o__write__darray.html#ga8ae50e94f14e3b81ed3c694993695619',1,'pio_sorted_copy(const void *array, void *sortedarray, io_desc_t *iodesc, int nvars, int direction): pio_darray_int.c'],['../group___p_i_o__write__darray.html#ga8ae50e94f14e3b81ed3c694993695619',1,'pio_sorted_copy(const void *array, void *tmparray, io_desc_t *iodesc, int nvars, int direction): pio_darray_int.c']]],
- ['pio_5fswapm',['pio_swapm',['../pio__internal_8h.html#a4d341649c03cba93c667c26e4fb1ec9c',1,'pio_swapm(void *sendbuf, int *sendcounts, int *sdispls, MPI_Datatype *sendtypes, void *recvbuf, int *recvcounts, int *rdispls, MPI_Datatype *recvtypes, MPI_Comm comm, rearr_comm_fc_opt_t *fc): pio_spmd.c'],['../pio__spmd_8c.html#a4d341649c03cba93c667c26e4fb1ec9c',1,'pio_swapm(void *sendbuf, int *sendcounts, int *sdispls, MPI_Datatype *sendtypes, void *recvbuf, int *recvcounts, int *rdispls, MPI_Datatype *recvtypes, MPI_Comm comm, rearr_comm_fc_opt_t *fc): pio_spmd.c']]],
- ['pio_5fwritedof',['pio_writedof',['../pio__support_8_f90.html#a70786a25959ff291ef4d781f9554ff06',1,'pio_support']]],
- ['pioassert',['pioassert',['../pio__internal_8h.html#a762886113a7422e056c96c6c533cd82b',1,'pioassert(_Bool expression, const char *msg, const char *fname, int line): pioc_support.c'],['../pioc__support_8c.html#a762886113a7422e056c96c6c533cd82b',1,'pioassert(_Bool expression, const char *msg, const char *fname, int line): pioc_support.c']]],
- ['pioc_5fadvanceframe',['PIOc_advanceframe',['../pio_8h.html#aa0d2ac568ba1e0b339d7fb9248d8358c',1,'PIOc_advanceframe(int ncid, int varid): pioc.c'],['../pioc_8c.html#aa0d2ac568ba1e0b339d7fb9248d8358c',1,'PIOc_advanceframe(int ncid, int varid): pioc.c']]],
- ['pioc_5fchange_5fdef',['pioc_change_def',['../pio__internal_8h.html#abf7668416ef848e0e94934a54ba7ee7f',1,'pioc_change_def(int ncid, int is_enddef): pioc_support.c'],['../pioc__support_8c.html#abf7668416ef848e0e94934a54ba7ee7f',1,'pioc_change_def(int ncid, int is_enddef): pioc_support.c']]],
- ['pioc_5fclosefile',['PIOc_closefile',['../pio_8h.html#aee37be8734afcb8ee94088dc287c341b',1,'PIOc_closefile(int ncid): pio_file.c'],['../pio__file_8c.html#aee37be8734afcb8ee94088dc287c341b',1,'PIOc_closefile(int ncid): pio_file.c']]],
- ['pioc_5fcreate',['PIOc_create',['../pio_8h.html#ad31670417f971b11f52c8d919d738778',1,'PIOc_create(int iosysid, const char *path, int cmode, int *ncidp): pio_file.c'],['../pio__file_8c.html#a639570c19eeee26c757f63d1765c124d',1,'PIOc_create(int iosysid, const char *filename, int cmode, int *ncidp): pio_file.c']]],
- ['pioc_5fcreatefile',['PIOc_createfile',['../group___p_i_o__createfile.html#gaed31e065901c964d4224b3db61a30d5e',1,'PIOc_createfile(int iosysid, int *ncidp, int *iotype, const char *fname, int mode): pio_file.c'],['../group___p_i_o__createfile.html#gaed31e065901c964d4224b3db61a30d5e',1,'PIOc_createfile(int iosysid, int *ncidp, int *iotype, const char *filename, int mode): pio_file.c']]],
- ['pioc_5fcreatefile_5fint',['PIOc_createfile_int',['../group___p_i_o__createfile.html#gafa48e273e52a910db01e01f0c538800d',1,'PIOc_createfile_int(int iosysid, int *ncidp, int *iotype, const char *filename, int mode): pioc_support.c'],['../group___p_i_o__createfile.html#gafa48e273e52a910db01e01f0c538800d',1,'PIOc_createfile_int(int iosysid, int *ncidp, int *iotype, const char *filename, int mode): pioc_support.c']]],
- ['pioc_5fdef_5fdim',['PIOc_def_dim',['../group___p_i_o__def__dim.html#ga19ec254c22fa1822aa86cf69a074c1af',1,'PIOc_def_dim(int ncid, const char *name, PIO_Offset len, int *idp): pio_nc.c'],['../group___p_i_o__def__dim.html#ga19ec254c22fa1822aa86cf69a074c1af',1,'PIOc_def_dim(int ncid, const char *name, PIO_Offset len, int *idp): pio_nc.c']]],
- ['pioc_5fdef_5fvar',['PIOc_def_var',['../group___p_i_o__def__var.html#ga70d1d5b2f5e828fed653ca87aacef16e',1,'PIOc_def_var(int ncid, const char *name, nc_type xtype, int ndims, const int *dimidsp, int *varidp): pio_nc.c'],['../group___p_i_o__def__var.html#ga70d1d5b2f5e828fed653ca87aacef16e',1,'PIOc_def_var(int ncid, const char *name, nc_type xtype, int ndims, const int *dimidsp, int *varidp): pio_nc.c']]],
- ['pioc_5fdef_5fvar_5fchunking',['PIOc_def_var_chunking',['../group___p_i_o__def__var.html#ga1accdef205cd597d5c598bd6733db1ce',1,'PIOc_def_var_chunking(int ncid, int varid, int storage, const PIO_Offset *chunksizesp): pio_nc4.c'],['../group___p_i_o__def__var.html#ga1accdef205cd597d5c598bd6733db1ce',1,'PIOc_def_var_chunking(int ncid, int varid, int storage, const PIO_Offset *chunksizesp): pio_nc4.c']]],
- ['pioc_5fdef_5fvar_5fdeflate',['PIOc_def_var_deflate',['../group___p_i_o__def__var.html#ga914f3306b223e1631a8fc63cd603acea',1,'PIOc_def_var_deflate(int ncid, int varid, int shuffle, int deflate, int deflate_level): pio_nc4.c'],['../group___p_i_o__def__var.html#ga914f3306b223e1631a8fc63cd603acea',1,'PIOc_def_var_deflate(int ncid, int varid, int shuffle, int deflate, int deflate_level): pio_nc4.c']]],
- ['pioc_5fdef_5fvar_5fendian',['PIOc_def_var_endian',['../group___p_i_o__def__var.html#ga96ad8b671c81a209e253fc56dbc022e3',1,'PIOc_def_var_endian(int ncid, int varid, int endian): pio_nc4.c'],['../group___p_i_o__def__var.html#ga96ad8b671c81a209e253fc56dbc022e3',1,'PIOc_def_var_endian(int ncid, int varid, int endian): pio_nc4.c']]],
- ['pioc_5fdef_5fvar_5ffill',['PIOc_def_var_fill',['../group___p_i_o__def__var.html#ga3eef846624adb5b9a2f0907bfa6eedcf',1,'PIOc_def_var_fill(int ncid, int varid, int no_fill, const void *fill_value): pio_nc.c'],['../group___p_i_o__def__var.html#ga3eef846624adb5b9a2f0907bfa6eedcf',1,'PIOc_def_var_fill(int ncid, int varid, int fill_mode, const void *fill_valuep): pio_nc.c']]],
- ['pioc_5fdel_5fatt',['PIOc_del_att',['../pio_8h.html#afa0ad58fad5c3c91891bb85a0d0b97f5',1,'PIOc_del_att(int ncid, int varid, const char *name): pio_nc.c'],['../pio__nc_8c.html#afa0ad58fad5c3c91891bb85a0d0b97f5',1,'PIOc_del_att(int ncid, int varid, const char *name): pio_nc.c']]],
- ['pioc_5fdeletefile',['PIOc_deletefile',['../pio_8h.html#a030a38f55eae60c0265a7e6d888eed6c',1,'PIOc_deletefile(int iosysid, const char *filename): pio_file.c'],['../pio__file_8c.html#a030a38f55eae60c0265a7e6d888eed6c',1,'PIOc_deletefile(int iosysid, const char *filename): pio_file.c']]],
- ['pioc_5fenddef',['PIOc_enddef',['../group___p_i_o__enddef.html#ga9967ed940ad4b735965a4abe35101709',1,'PIOc_enddef(int ncid): pio_nc.c'],['../group___p_i_o__enddef.html#ga9967ed940ad4b735965a4abe35101709',1,'PIOc_enddef(int ncid): pio_nc.c']]],
- ['pioc_5ffile_5fis_5fopen',['PIOc_File_is_Open',['../pio_8h.html#ad95ac275db45c86b26bdc1d0c41993a1',1,'PIOc_File_is_Open(int ncid): pioc.c'],['../pioc_8c.html#ad95ac275db45c86b26bdc1d0c41993a1',1,'PIOc_File_is_Open(int ncid): pioc.c']]],
- ['pioc_5ffinalize',['PIOc_finalize',['../group___p_i_o__finalize.html#ga04e150e10a29f037979dc2eaa872bdb5',1,'PIOc_finalize(int iosysid): pioc.c'],['../group___p_i_o__finalize.html#ga04e150e10a29f037979dc2eaa872bdb5',1,'PIOc_finalize(int iosysid): pioc.c']]],
- ['pioc_5ffreedecomp',['PIOc_freedecomp',['../pio_8h.html#a6416ad3c81a99f31f8f55e857acd697e',1,'PIOc_freedecomp(int iosysid, int ioid): pioc_support.c'],['../pioc__support_8c.html#a6416ad3c81a99f31f8f55e857acd697e',1,'PIOc_freedecomp(int iosysid, int ioid): pioc_support.c']]],
- ['pioc_5fget_5fatt',['PIOc_get_att',['../group___p_i_o__get__att.html#ga1dd46dceac74ad9b49f29d2913174dcd',1,'PIOc_get_att(int ncid, int varid, const char *name, void *ip): pio_nc.c'],['../group___p_i_o__get__att.html#ga1dd46dceac74ad9b49f29d2913174dcd',1,'PIOc_get_att(int ncid, int varid, const char *name, void *ip): pio_nc.c']]],
- ['pioc_5fget_5fatt_5fdouble',['PIOc_get_att_double',['../group___p_i_o__get__att.html#gaecad535f948d4843294a01e313f5537a',1,'PIOc_get_att_double(int ncid, int varid, const char *name, double *ip): pio_nc.c'],['../group___p_i_o__get__att.html#gaecad535f948d4843294a01e313f5537a',1,'PIOc_get_att_double(int ncid, int varid, const char *name, double *ip): pio_nc.c']]],
- ['pioc_5fget_5fatt_5ffloat',['PIOc_get_att_float',['../group___p_i_o__get__att.html#ga80dd8f9e09046e6f3474b7d58d8d5635',1,'PIOc_get_att_float(int ncid, int varid, const char *name, float *ip): pio_nc.c'],['../group___p_i_o__get__att.html#ga80dd8f9e09046e6f3474b7d58d8d5635',1,'PIOc_get_att_float(int ncid, int varid, const char *name, float *ip): pio_nc.c']]],
- ['pioc_5fget_5fatt_5fint',['PIOc_get_att_int',['../group___p_i_o__get__att.html#ga16a824a434a7007da9043d21c6043990',1,'PIOc_get_att_int(int ncid, int varid, const char *name, int *ip): pio_nc.c'],['../group___p_i_o__get__att.html#ga16a824a434a7007da9043d21c6043990',1,'PIOc_get_att_int(int ncid, int varid, const char *name, int *ip): pio_nc.c']]],
- ['pioc_5fget_5fatt_5flong',['PIOc_get_att_long',['../group___p_i_o__get__att.html#ga534855a29b613656cab8f7b24119d9af',1,'PIOc_get_att_long(int ncid, int varid, const char *name, long *ip): pio_nc.c'],['../group___p_i_o__get__att.html#ga534855a29b613656cab8f7b24119d9af',1,'PIOc_get_att_long(int ncid, int varid, const char *name, long *ip): pio_nc.c']]],
- ['pioc_5fget_5fatt_5flonglong',['PIOc_get_att_longlong',['../group___p_i_o__get__att.html#ga8a1e5cc1beb9923396394d27bbb62b33',1,'PIOc_get_att_longlong(int ncid, int varid, const char *name, long long *ip): pio_nc.c'],['../group___p_i_o__get__att.html#ga8a1e5cc1beb9923396394d27bbb62b33',1,'PIOc_get_att_longlong(int ncid, int varid, const char *name, long long *ip): pio_nc.c']]],
- ['pioc_5fget_5fatt_5fschar',['PIOc_get_att_schar',['../group___p_i_o__get__att.html#gac01d99d8e1da36ea33eb29e7d015c633',1,'PIOc_get_att_schar(int ncid, int varid, const char *name, signed char *ip): pio_nc.c'],['../group___p_i_o__get__att.html#gac01d99d8e1da36ea33eb29e7d015c633',1,'PIOc_get_att_schar(int ncid, int varid, const char *name, signed char *ip): pio_nc.c']]],
- ['pioc_5fget_5fatt_5fshort',['PIOc_get_att_short',['../group___p_i_o__get__att.html#gafc0b5c94acae7a1fb7371f831bd71513',1,'PIOc_get_att_short(int ncid, int varid, const char *name, short *ip): pio_nc.c'],['../group___p_i_o__get__att.html#gafc0b5c94acae7a1fb7371f831bd71513',1,'PIOc_get_att_short(int ncid, int varid, const char *name, short *ip): pio_nc.c']]],
- ['pioc_5fget_5fatt_5ftc',['PIOc_get_att_tc',['../pio__getput__int_8c.html#af0329f65f200ef1aaa6a376fe2025946',1,'PIOc_get_att_tc(int ncid, int varid, const char *name, nc_type memtype, void *ip): pio_getput_int.c'],['../pio__internal_8h.html#af0329f65f200ef1aaa6a376fe2025946',1,'PIOc_get_att_tc(int ncid, int varid, const char *name, nc_type memtype, void *ip): pio_getput_int.c']]],
- ['pioc_5fget_5fatt_5ftext',['PIOc_get_att_text',['../group___p_i_o__get__att.html#ga04bdce8e5dab732f3233c72df6528965',1,'PIOc_get_att_text(int ncid, int varid, const char *name, char *ip): pio_nc.c'],['../group___p_i_o__get__att.html#ga04bdce8e5dab732f3233c72df6528965',1,'PIOc_get_att_text(int ncid, int varid, const char *name, char *ip): pio_nc.c']]],
- ['pioc_5fget_5fatt_5fuchar',['PIOc_get_att_uchar',['../group___p_i_o__get__att.html#ga4e2064f8a1124df673119a7769cab715',1,'PIOc_get_att_uchar(int ncid, int varid, const char *name, unsigned char *ip): pio_nc.c'],['../group___p_i_o__get__att.html#ga4e2064f8a1124df673119a7769cab715',1,'PIOc_get_att_uchar(int ncid, int varid, const char *name, unsigned char *ip): pio_nc.c']]],
- ['pioc_5fget_5fatt_5fuint',['PIOc_get_att_uint',['../group___p_i_o__get__att.html#ga5e124ab099cc187c1aa15d47d1e3f4d3',1,'PIOc_get_att_uint(int ncid, int varid, const char *name, unsigned int *ip): pio_nc.c'],['../group___p_i_o__get__att.html#ga5e124ab099cc187c1aa15d47d1e3f4d3',1,'PIOc_get_att_uint(int ncid, int varid, const char *name, unsigned int *ip): pio_nc.c']]],
- ['pioc_5fget_5fatt_5fulonglong',['PIOc_get_att_ulonglong',['../group___p_i_o__get__att.html#ga3cca871639792ab07b4b75a39192d06a',1,'PIOc_get_att_ulonglong(int ncid, int varid, const char *name, unsigned long long *ip): pio_nc.c'],['../group___p_i_o__get__att.html#ga3cca871639792ab07b4b75a39192d06a',1,'PIOc_get_att_ulonglong(int ncid, int varid, const char *name, unsigned long long *ip): pio_nc.c']]],
- ['pioc_5fget_5fatt_5fushort',['PIOc_get_att_ushort',['../group___p_i_o__get__att.html#ga499dfba474c9941bf52c2b5db6ea6a1c',1,'PIOc_get_att_ushort(int ncid, int varid, const char *name, unsigned short *ip): pio_nc.c'],['../group___p_i_o__get__att.html#ga499dfba474c9941bf52c2b5db6ea6a1c',1,'PIOc_get_att_ushort(int ncid, int varid, const char *name, unsigned short *ip): pio_nc.c']]],
- ['pioc_5fget_5fchunk_5fcache',['PIOc_get_chunk_cache',['../group___p_i_o__def__var.html#ga21d9de130e3c2be14bf21b3bc4063999',1,'PIOc_get_chunk_cache(int iosysid, int iotype, PIO_Offset *sizep, PIO_Offset *nelemsp, float *preemptionp): pio_nc4.c'],['../group___p_i_o__def__var.html#ga21d9de130e3c2be14bf21b3bc4063999',1,'PIOc_get_chunk_cache(int iosysid, int iotype, PIO_Offset *sizep, PIO_Offset *nelemsp, float *preemptionp): pio_nc4.c']]],
- ['pioc_5fget_5flocal_5farray_5fsize',['PIOc_get_local_array_size',['../pio_8h.html#a0f8ff9696a8e06aec913e0bdcb7da2f2',1,'PIOc_get_local_array_size(int ioid): pioc.c'],['../pioc_8c.html#a0f8ff9696a8e06aec913e0bdcb7da2f2',1,'PIOc_get_local_array_size(int ioid): pioc.c']]],
- ['pioc_5fget_5fnumiotasks',['PIOc_get_numiotasks',['../pio_8h.html#a63e9c3a6d23a6c0be99584707b18ba1c',1,'PIOc_get_numiotasks(int iosysid, int *numiotasks): pioc.c'],['../pioc_8c.html#a63e9c3a6d23a6c0be99584707b18ba1c',1,'PIOc_get_numiotasks(int iosysid, int *numiotasks): pioc.c']]],
- ['pioc_5fget_5fvar',['PIOc_get_var',['../pio_8h.html#a7d40c1af3620a12f166f41ed540aa68b',1,'PIOc_get_var(int ncid, int varid, void *buf): pio_get_nc.c'],['../pio__get__nc_8c.html#a7d40c1af3620a12f166f41ed540aa68b',1,'PIOc_get_var(int ncid, int varid, void *buf): pio_get_nc.c']]],
- ['pioc_5fget_5fvar1',['PIOc_get_var1',['../pio_8h.html#adc66d83f6d67f6846a2cded6f71c241a',1,'PIOc_get_var1(int ncid, int varid, const PIO_Offset *index, void *buf): pio_get_nc.c'],['../pio__get__nc_8c.html#adc66d83f6d67f6846a2cded6f71c241a',1,'PIOc_get_var1(int ncid, int varid, const PIO_Offset *index, void *buf): pio_get_nc.c']]],
- ['pioc_5fget_5fvar1_5fdouble',['PIOc_get_var1_double',['../pio_8h.html#a86d73d7b45442eec9c1aace977f05874',1,'PIOc_get_var1_double(int ncid, int varid, const PIO_Offset *index, double *buf): pio_get_nc.c'],['../pio__get__nc_8c.html#a86d73d7b45442eec9c1aace977f05874',1,'PIOc_get_var1_double(int ncid, int varid, const PIO_Offset *index, double *buf): pio_get_nc.c']]],
- ['pioc_5fget_5fvar1_5ffloat',['PIOc_get_var1_float',['../pio_8h.html#a30f495e78a8988c3486ce86521ce1ce0',1,'PIOc_get_var1_float(int ncid, int varid, const PIO_Offset *index, float *buf): pio_get_nc.c'],['../pio__get__nc_8c.html#a30f495e78a8988c3486ce86521ce1ce0',1,'PIOc_get_var1_float(int ncid, int varid, const PIO_Offset *index, float *buf): pio_get_nc.c']]],
- ['pioc_5fget_5fvar1_5fint',['PIOc_get_var1_int',['../pio_8h.html#a078c2bc2d27e799f452158f36398829b',1,'PIOc_get_var1_int(int ncid, int varid, const PIO_Offset *index, int *buf): pio_get_nc.c'],['../pio__get__nc_8c.html#a078c2bc2d27e799f452158f36398829b',1,'PIOc_get_var1_int(int ncid, int varid, const PIO_Offset *index, int *buf): pio_get_nc.c']]],
- ['pioc_5fget_5fvar1_5flong',['PIOc_get_var1_long',['../pio_8h.html#a75317a0b9a65928ad638afbeb0605be2',1,'PIOc_get_var1_long(int ncid, int varid, const PIO_Offset *index, long *buf): pio_get_nc.c'],['../pio__get__nc_8c.html#a75317a0b9a65928ad638afbeb0605be2',1,'PIOc_get_var1_long(int ncid, int varid, const PIO_Offset *index, long *buf): pio_get_nc.c']]],
- ['pioc_5fget_5fvar1_5flonglong',['PIOc_get_var1_longlong',['../pio_8h.html#a0f0a1b69878cba8467beb7eaac46c490',1,'PIOc_get_var1_longlong(int ncid, int varid, const PIO_Offset *index, long long *buf): pio_get_nc.c'],['../pio__get__nc_8c.html#a0f0a1b69878cba8467beb7eaac46c490',1,'PIOc_get_var1_longlong(int ncid, int varid, const PIO_Offset *index, long long *buf): pio_get_nc.c']]],
- ['pioc_5fget_5fvar1_5fschar',['PIOc_get_var1_schar',['../pio_8h.html#aff5e3f043cecdaa3d70e794581527513',1,'PIOc_get_var1_schar(int ncid, int varid, const PIO_Offset *index, signed char *buf): pio_get_nc.c'],['../pio__get__nc_8c.html#aff5e3f043cecdaa3d70e794581527513',1,'PIOc_get_var1_schar(int ncid, int varid, const PIO_Offset *index, signed char *buf): pio_get_nc.c']]],
- ['pioc_5fget_5fvar1_5fshort',['PIOc_get_var1_short',['../pio_8h.html#a48b6dcc3d7419c1f4e20ed2fc0ea2f57',1,'PIOc_get_var1_short(int ncid, int varid, const PIO_Offset *index, short *buf): pio_get_nc.c'],['../pio__get__nc_8c.html#a48b6dcc3d7419c1f4e20ed2fc0ea2f57',1,'PIOc_get_var1_short(int ncid, int varid, const PIO_Offset *index, short *buf): pio_get_nc.c']]],
- ['pioc_5fget_5fvar1_5ftc',['PIOc_get_var1_tc',['../pio__getput__int_8c.html#afb53ec4626ba0b36c3809f938cc64236',1,'PIOc_get_var1_tc(int ncid, int varid, const PIO_Offset *index, nc_type xtype, void *buf): pio_getput_int.c'],['../pio__internal_8h.html#afb53ec4626ba0b36c3809f938cc64236',1,'PIOc_get_var1_tc(int ncid, int varid, const PIO_Offset *index, nc_type xtype, void *buf): pio_getput_int.c']]],
- ['pioc_5fget_5fvar1_5ftext',['PIOc_get_var1_text',['../pio_8h.html#a8d7d64a4973d8867ac3bcb5718936260',1,'PIOc_get_var1_text(int ncid, int varid, const PIO_Offset *index, char *buf): pio_get_nc.c'],['../pio__get__nc_8c.html#a8d7d64a4973d8867ac3bcb5718936260',1,'PIOc_get_var1_text(int ncid, int varid, const PIO_Offset *index, char *buf): pio_get_nc.c']]],
- ['pioc_5fget_5fvar1_5fuchar',['PIOc_get_var1_uchar',['../pio_8h.html#afe8b4452c69f1bc41504d4dacc7d92ce',1,'PIOc_get_var1_uchar(int ncid, int varid, const PIO_Offset *index, unsigned char *buf): pio_get_nc.c'],['../pio__get__nc_8c.html#afe8b4452c69f1bc41504d4dacc7d92ce',1,'PIOc_get_var1_uchar(int ncid, int varid, const PIO_Offset *index, unsigned char *buf): pio_get_nc.c']]],
- ['pioc_5fget_5fvar1_5fuint',['PIOc_get_var1_uint',['../pio_8h.html#aab1431d46d31bad4bb1a94fabf9e191b',1,'PIOc_get_var1_uint(int ncid, int varid, const PIO_Offset *index, unsigned int *buf): pio_get_nc.c'],['../pio__get__nc_8c.html#aab1431d46d31bad4bb1a94fabf9e191b',1,'PIOc_get_var1_uint(int ncid, int varid, const PIO_Offset *index, unsigned int *buf): pio_get_nc.c']]],
- ['pioc_5fget_5fvar1_5fulonglong',['PIOc_get_var1_ulonglong',['../pio_8h.html#a1911638dede15aab419f223fd630d681',1,'PIOc_get_var1_ulonglong(int ncid, int varid, const PIO_Offset *index, unsigned long long *buf): pio_get_nc.c'],['../pio__get__nc_8c.html#a1911638dede15aab419f223fd630d681',1,'PIOc_get_var1_ulonglong(int ncid, int varid, const PIO_Offset *index, unsigned long long *buf): pio_get_nc.c']]],
- ['pioc_5fget_5fvar1_5fushort',['PIOc_get_var1_ushort',['../pio_8h.html#a523b53d3beb43e6ae5a1295fe1af6694',1,'PIOc_get_var1_ushort(int ncid, int varid, const PIO_Offset *index, unsigned short *buf): pio_get_nc.c'],['../pio__get__nc_8c.html#a523b53d3beb43e6ae5a1295fe1af6694',1,'PIOc_get_var1_ushort(int ncid, int varid, const PIO_Offset *index, unsigned short *buf): pio_get_nc.c']]],
- ['pioc_5fget_5fvar_5fchunk_5fcache',['PIOc_get_var_chunk_cache',['../pio_8h.html#acf7c11b31e7618d23886c9e0d3ed439d',1,'PIOc_get_var_chunk_cache(int ncid, int varid, PIO_Offset *sizep, PIO_Offset *nelemsp, float *preemptionp): pio_nc4.c'],['../pio__nc4_8c.html#acf7c11b31e7618d23886c9e0d3ed439d',1,'PIOc_get_var_chunk_cache(int ncid, int varid, PIO_Offset *sizep, PIO_Offset *nelemsp, float *preemptionp): pio_nc4.c']]],
- ['pioc_5fget_5fvar_5fdouble',['PIOc_get_var_double',['../pio_8h.html#ac860946e1513f6c542bbe73675ea42ca',1,'PIOc_get_var_double(int ncid, int varid, double *buf): pio_get_nc.c'],['../pio__get__nc_8c.html#ac860946e1513f6c542bbe73675ea42ca',1,'PIOc_get_var_double(int ncid, int varid, double *buf): pio_get_nc.c']]],
- ['pioc_5fget_5fvar_5ffloat',['PIOc_get_var_float',['../pio_8h.html#ac5a6cc5b8470eb9d15f43f16f31d0095',1,'PIOc_get_var_float(int ncid, int varid, float *buf): pio_get_nc.c'],['../pio__get__nc_8c.html#ac5a6cc5b8470eb9d15f43f16f31d0095',1,'PIOc_get_var_float(int ncid, int varid, float *buf): pio_get_nc.c']]],
- ['pioc_5fget_5fvar_5fint',['PIOc_get_var_int',['../pio_8h.html#af26dbf53c05c37a29e61a52ba2163bad',1,'PIOc_get_var_int(int ncid, int varid, int *buf): pio_get_nc.c'],['../pio__get__nc_8c.html#af26dbf53c05c37a29e61a52ba2163bad',1,'PIOc_get_var_int(int ncid, int varid, int *buf): pio_get_nc.c']]],
- ['pioc_5fget_5fvar_5flong',['PIOc_get_var_long',['../pio_8h.html#aa0cde462928debf71200047f612da144',1,'PIOc_get_var_long(int ncid, int varid, long *buf): pio_get_nc.c'],['../pio__get__nc_8c.html#aa0cde462928debf71200047f612da144',1,'PIOc_get_var_long(int ncid, int varid, long *buf): pio_get_nc.c']]],
- ['pioc_5fget_5fvar_5flonglong',['PIOc_get_var_longlong',['../pio_8h.html#a81a84b33c3a6fb622105e554db5cf2c9',1,'PIOc_get_var_longlong(int ncid, int varid, long long *buf): pio_get_nc.c'],['../pio__get__nc_8c.html#a81a84b33c3a6fb622105e554db5cf2c9',1,'PIOc_get_var_longlong(int ncid, int varid, long long *buf): pio_get_nc.c']]],
- ['pioc_5fget_5fvar_5fschar',['PIOc_get_var_schar',['../pio_8h.html#a057621ac16cdde03c2c58ac61fe72433',1,'PIOc_get_var_schar(int ncid, int varid, signed char *buf): pio_get_nc.c'],['../pio__get__nc_8c.html#a057621ac16cdde03c2c58ac61fe72433',1,'PIOc_get_var_schar(int ncid, int varid, signed char *buf): pio_get_nc.c']]],
- ['pioc_5fget_5fvar_5fshort',['PIOc_get_var_short',['../pio_8h.html#ae292946dd099741230f6998c65bad0b3',1,'PIOc_get_var_short(int ncid, int varid, short *buf): pio_get_nc.c'],['../pio__get__nc_8c.html#ae292946dd099741230f6998c65bad0b3',1,'PIOc_get_var_short(int ncid, int varid, short *buf): pio_get_nc.c']]],
- ['pioc_5fget_5fvar_5ftc',['PIOc_get_var_tc',['../pio__getput__int_8c.html#afe004a6ad047adf04dbb64c6b7a4938e',1,'PIOc_get_var_tc(int ncid, int varid, nc_type xtype, void *buf): pio_getput_int.c'],['../pio__internal_8h.html#afe004a6ad047adf04dbb64c6b7a4938e',1,'PIOc_get_var_tc(int ncid, int varid, nc_type xtype, void *buf): pio_getput_int.c']]],
- ['pioc_5fget_5fvar_5ftext',['PIOc_get_var_text',['../pio_8h.html#a76315bb37b0fd20bebd243ccaa913a9c',1,'PIOc_get_var_text(int ncid, int varid, char *buf): pio_get_nc.c'],['../pio__get__nc_8c.html#a76315bb37b0fd20bebd243ccaa913a9c',1,'PIOc_get_var_text(int ncid, int varid, char *buf): pio_get_nc.c']]],
- ['pioc_5fget_5fvar_5fuchar',['PIOc_get_var_uchar',['../pio_8h.html#a66781a00c8aedd310bc1fef70e1f57a6',1,'PIOc_get_var_uchar(int ncid, int varid, unsigned char *buf): pio_get_nc.c'],['../pio__get__nc_8c.html#a66781a00c8aedd310bc1fef70e1f57a6',1,'PIOc_get_var_uchar(int ncid, int varid, unsigned char *buf): pio_get_nc.c']]],
- ['pioc_5fget_5fvar_5fuint',['PIOc_get_var_uint',['../pio_8h.html#a215c4d7cea127b1e353ffd1c55ced777',1,'PIOc_get_var_uint(int ncid, int varid, unsigned int *buf): pio_get_nc.c'],['../pio__get__nc_8c.html#a215c4d7cea127b1e353ffd1c55ced777',1,'PIOc_get_var_uint(int ncid, int varid, unsigned int *buf): pio_get_nc.c']]],
- ['pioc_5fget_5fvar_5fulonglong',['PIOc_get_var_ulonglong',['../pio_8h.html#a125cea31f69f5386cc6457cce2d6dcb1',1,'PIOc_get_var_ulonglong(int ncid, int varid, unsigned long long *buf): pio_get_nc.c'],['../pio__get__nc_8c.html#a125cea31f69f5386cc6457cce2d6dcb1',1,'PIOc_get_var_ulonglong(int ncid, int varid, unsigned long long *buf): pio_get_nc.c']]],
- ['pioc_5fget_5fvar_5fushort',['PIOc_get_var_ushort',['../pio_8h.html#a2fb84e441eb0e58151e11285f90ee4b5',1,'PIOc_get_var_ushort(int ncid, int varid, unsigned short *buf): pio_get_nc.c'],['../pio__get__nc_8c.html#a2fb84e441eb0e58151e11285f90ee4b5',1,'PIOc_get_var_ushort(int ncid, int varid, unsigned short *buf): pio_get_nc.c']]],
- ['pioc_5fget_5fvara',['PIOc_get_vara',['../pio_8h.html#acff7aafc82ae15a6eb4685fec2121749',1,'PIOc_get_vara(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, void *buf): pio_get_nc.c'],['../pio__get__nc_8c.html#acff7aafc82ae15a6eb4685fec2121749',1,'PIOc_get_vara(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, void *buf): pio_get_nc.c']]],
- ['pioc_5fget_5fvara_5fdouble',['PIOc_get_vara_double',['../pio_8h.html#a863b84080e317664e1b29bac9ff2f70f',1,'PIOc_get_vara_double(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, double *buf): pio_get_nc.c'],['../pio__get__nc_8c.html#a863b84080e317664e1b29bac9ff2f70f',1,'PIOc_get_vara_double(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, double *buf): pio_get_nc.c']]],
- ['pioc_5fget_5fvara_5ffloat',['PIOc_get_vara_float',['../pio_8h.html#ad651dd110d5de95cf2310ad86ca7431f',1,'PIOc_get_vara_float(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, float *buf): pio_get_nc.c'],['../pio__get__nc_8c.html#ad651dd110d5de95cf2310ad86ca7431f',1,'PIOc_get_vara_float(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, float *buf): pio_get_nc.c']]],
- ['pioc_5fget_5fvara_5fint',['PIOc_get_vara_int',['../pio_8h.html#acf64992ece3a7b270f511ecc16f0a924',1,'PIOc_get_vara_int(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, int *buf): pio_get_nc.c'],['../pio__get__nc_8c.html#acf64992ece3a7b270f511ecc16f0a924',1,'PIOc_get_vara_int(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, int *buf): pio_get_nc.c']]],
- ['pioc_5fget_5fvara_5flong',['PIOc_get_vara_long',['../pio_8h.html#a1c289362504e4ccce8fe30ed0f0aaaa2',1,'PIOc_get_vara_long(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, long *buf): pio_get_nc.c'],['../pio__get__nc_8c.html#a1c289362504e4ccce8fe30ed0f0aaaa2',1,'PIOc_get_vara_long(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, long *buf): pio_get_nc.c']]],
- ['pioc_5fget_5fvara_5flonglong',['PIOc_get_vara_longlong',['../pio_8h.html#ad034da93fe285d075fccc62134b9aeee',1,'PIOc_get_vara_longlong(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, long long *buf): pio_get_nc.c'],['../pio__get__nc_8c.html#ad034da93fe285d075fccc62134b9aeee',1,'PIOc_get_vara_longlong(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, long long *buf): pio_get_nc.c']]],
- ['pioc_5fget_5fvara_5fschar',['PIOc_get_vara_schar',['../pio_8h.html#a2a957b04af4bb53d98362a007eb2c92c',1,'PIOc_get_vara_schar(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, signed char *buf): pio_get_nc.c'],['../pio__get__nc_8c.html#a2a957b04af4bb53d98362a007eb2c92c',1,'PIOc_get_vara_schar(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, signed char *buf): pio_get_nc.c']]],
- ['pioc_5fget_5fvara_5fshort',['PIOc_get_vara_short',['../pio_8h.html#a81295deac78f91142721a2ad0745e5fa',1,'PIOc_get_vara_short(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, short *buf): pio_get_nc.c'],['../pio__get__nc_8c.html#a81295deac78f91142721a2ad0745e5fa',1,'PIOc_get_vara_short(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, short *buf): pio_get_nc.c']]],
- ['pioc_5fget_5fvara_5ftext',['PIOc_get_vara_text',['../pio_8h.html#a6d5c7315b332ddb793317e93f2a2df1b',1,'PIOc_get_vara_text(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, char *buf): pio_get_nc.c'],['../pio__get__nc_8c.html#a6d5c7315b332ddb793317e93f2a2df1b',1,'PIOc_get_vara_text(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, char *buf): pio_get_nc.c']]],
- ['pioc_5fget_5fvara_5fuchar',['PIOc_get_vara_uchar',['../pio_8h.html#a2e97141acbb8dfa3199d1929172c6b6c',1,'PIOc_get_vara_uchar(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, unsigned char *buf): pio_get_nc.c'],['../pio__get__nc_8c.html#a2e97141acbb8dfa3199d1929172c6b6c',1,'PIOc_get_vara_uchar(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, unsigned char *buf): pio_get_nc.c']]],
- ['pioc_5fget_5fvara_5fuint',['PIOc_get_vara_uint',['../pio_8h.html#a58440b8cbe979b52beac5d82bed1191c',1,'PIOc_get_vara_uint(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, unsigned int *buf): pio_get_nc.c'],['../pio__get__nc_8c.html#a58440b8cbe979b52beac5d82bed1191c',1,'PIOc_get_vara_uint(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, unsigned int *buf): pio_get_nc.c']]],
- ['pioc_5fget_5fvara_5fulonglong',['PIOc_get_vara_ulonglong',['../pio_8h.html#a8fb823e83602f416d61e340220639047',1,'PIOc_get_vara_ulonglong(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, unsigned long long *buf): pio_get_nc.c'],['../pio__get__nc_8c.html#a8fb823e83602f416d61e340220639047',1,'PIOc_get_vara_ulonglong(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, unsigned long long *buf): pio_get_nc.c']]],
- ['pioc_5fget_5fvara_5fushort',['PIOc_get_vara_ushort',['../pio_8h.html#ad4a1f5291d633bd1172e02bb8689089b',1,'PIOc_get_vara_ushort(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, unsigned short *buf): pio_get_nc.c'],['../pio__get__nc_8c.html#ad4a1f5291d633bd1172e02bb8689089b',1,'PIOc_get_vara_ushort(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, unsigned short *buf): pio_get_nc.c']]],
- ['pioc_5fget_5fvars',['PIOc_get_vars',['../pio_8h.html#af0048bfd981bad0aaa2e457ef38e665a',1,'PIOc_get_vars(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, void *buf): pio_get_nc.c'],['../pio__get__nc_8c.html#af0048bfd981bad0aaa2e457ef38e665a',1,'PIOc_get_vars(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, void *buf): pio_get_nc.c']]],
- ['pioc_5fget_5fvars_5fdouble',['PIOc_get_vars_double',['../pio_8h.html#aa6a7c4cb2aa8c1707f10a351f7223ff6',1,'PIOc_get_vars_double(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, double *buf): pio_get_nc.c'],['../pio__get__nc_8c.html#aa6a7c4cb2aa8c1707f10a351f7223ff6',1,'PIOc_get_vars_double(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, double *buf): pio_get_nc.c']]],
- ['pioc_5fget_5fvars_5ffloat',['PIOc_get_vars_float',['../pio_8h.html#ac15aa7656a4d578e3ed3052d53218339',1,'PIOc_get_vars_float(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, float *buf): pio_get_nc.c'],['../pio__get__nc_8c.html#ac15aa7656a4d578e3ed3052d53218339',1,'PIOc_get_vars_float(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, float *buf): pio_get_nc.c']]],
- ['pioc_5fget_5fvars_5fint',['PIOc_get_vars_int',['../pio_8h.html#a660d969dcfd95deffea9a86e19eb680e',1,'PIOc_get_vars_int(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, int *buf): pio_get_nc.c'],['../pio__get__nc_8c.html#a660d969dcfd95deffea9a86e19eb680e',1,'PIOc_get_vars_int(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, int *buf): pio_get_nc.c']]],
- ['pioc_5fget_5fvars_5flong',['PIOc_get_vars_long',['../pio_8h.html#a4d20037a54ed002ac8ce30477cc27cf9',1,'PIOc_get_vars_long(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, long *buf): pio_get_nc.c'],['../pio__get__nc_8c.html#a4d20037a54ed002ac8ce30477cc27cf9',1,'PIOc_get_vars_long(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, long *buf): pio_get_nc.c']]],
- ['pioc_5fget_5fvars_5flonglong',['PIOc_get_vars_longlong',['../pio_8h.html#a1e274b54e878153300eb286186ab2187',1,'PIOc_get_vars_longlong(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, long long *buf): pio_get_nc.c'],['../pio__get__nc_8c.html#a1e274b54e878153300eb286186ab2187',1,'PIOc_get_vars_longlong(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, long long *buf): pio_get_nc.c']]],
- ['pioc_5fget_5fvars_5fschar',['PIOc_get_vars_schar',['../pio_8h.html#a3e067710d5ad6a2c4e89284218e785ee',1,'PIOc_get_vars_schar(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, signed char *buf): pio_get_nc.c'],['../pio__get__nc_8c.html#a3e067710d5ad6a2c4e89284218e785ee',1,'PIOc_get_vars_schar(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, signed char *buf): pio_get_nc.c']]],
- ['pioc_5fget_5fvars_5fshort',['PIOc_get_vars_short',['../pio_8h.html#a05463520b62138bbf5cec2d4196c78fa',1,'PIOc_get_vars_short(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, short *buf): pio_get_nc.c'],['../pio__get__nc_8c.html#a05463520b62138bbf5cec2d4196c78fa',1,'PIOc_get_vars_short(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, short *buf): pio_get_nc.c']]],
- ['pioc_5fget_5fvars_5ftc',['PIOc_get_vars_tc',['../pio__getput__int_8c.html#ad892154891f27f6b3bfd84fca50d1611',1,'PIOc_get_vars_tc(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, nc_type xtype, void *buf): pio_getput_int.c'],['../pio__internal_8h.html#ad892154891f27f6b3bfd84fca50d1611',1,'PIOc_get_vars_tc(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, nc_type xtype, void *buf): pio_getput_int.c']]],
- ['pioc_5fget_5fvars_5ftext',['PIOc_get_vars_text',['../pio_8h.html#a86eb1cf94b0619d3f6cb8a6db0d9fba5',1,'PIOc_get_vars_text(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, char *buf): pio_get_nc.c'],['../pio__get__nc_8c.html#a86eb1cf94b0619d3f6cb8a6db0d9fba5',1,'PIOc_get_vars_text(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, char *buf): pio_get_nc.c']]],
- ['pioc_5fget_5fvars_5fuchar',['PIOc_get_vars_uchar',['../pio_8h.html#ad2858b93b2adc2ae922acaaad33ede22',1,'PIOc_get_vars_uchar(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, unsigned char *buf): pio_get_nc.c'],['../pio__get__nc_8c.html#ad2858b93b2adc2ae922acaaad33ede22',1,'PIOc_get_vars_uchar(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, unsigned char *buf): pio_get_nc.c']]],
- ['pioc_5fget_5fvars_5fuint',['PIOc_get_vars_uint',['../pio_8h.html#a0cb353e13d7a9a344a497a930205c021',1,'PIOc_get_vars_uint(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, unsigned int *buf): pio_get_nc.c'],['../pio__get__nc_8c.html#a0cb353e13d7a9a344a497a930205c021',1,'PIOc_get_vars_uint(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, unsigned int *buf): pio_get_nc.c']]],
- ['pioc_5fget_5fvars_5fulonglong',['PIOc_get_vars_ulonglong',['../pio_8h.html#a7764935cfae37abfc17a9053206cf48d',1,'PIOc_get_vars_ulonglong(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, unsigned long long *buf): pio_get_nc.c'],['../pio__get__nc_8c.html#a7764935cfae37abfc17a9053206cf48d',1,'PIOc_get_vars_ulonglong(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, unsigned long long *buf): pio_get_nc.c']]],
- ['pioc_5fget_5fvars_5fushort',['PIOc_get_vars_ushort',['../pio_8h.html#a07625cd2351357ffe83cdbd0c8d372b6',1,'PIOc_get_vars_ushort(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, unsigned short *buf): pio_get_nc.c'],['../pio__get__nc_8c.html#a07625cd2351357ffe83cdbd0c8d372b6',1,'PIOc_get_vars_ushort(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, unsigned short *buf): pio_get_nc.c']]],
- ['pioc_5fiam_5fiotask',['PIOc_iam_iotask',['../pio_8h.html#afdcc433f8b653aef3ee5632bfd39f522',1,'PIOc_iam_iotask(int iosysid, bool *ioproc): pioc.c'],['../pioc_8c.html#afdcc433f8b653aef3ee5632bfd39f522',1,'PIOc_iam_iotask(int iosysid, bool *ioproc): pioc.c']]],
- ['pioc_5finit_5fasync',['PIOc_init_async',['../group___p_i_o__init.html#ga017725f65a38a40963ac6936bbe7b5e9',1,'PIOc_init_async(MPI_Comm world, int num_io_procs, int *io_proc_list, int component_count, int *num_procs_per_comp, int **proc_list, MPI_Comm *io_comm, MPI_Comm *comp_comm, int rearranger, int *iosysidp): pioc.c'],['../group___p_i_o__init.html#ga017725f65a38a40963ac6936bbe7b5e9',1,'PIOc_init_async(MPI_Comm world, int num_io_procs, int *io_proc_list, int component_count, int *num_procs_per_comp, int **proc_list, MPI_Comm *user_io_comm, MPI_Comm *user_comp_comm, int rearranger, int *iosysidp): pioc.c']]],
- ['pioc_5finit_5fdecomp',['PIOc_init_decomp',['../group___p_i_o__initdecomp.html#gae8417bae4d00472a015d0a84a5b34acf',1,'PIOc_init_decomp(int iosysid, int pio_type, int ndims, const int *gdimlen, int maplen, const PIO_Offset *compmap, int *ioidp, int rearranger, const PIO_Offset *iostart, const PIO_Offset *iocount): pioc.c'],['../group___p_i_o__initdecomp.html#gae8417bae4d00472a015d0a84a5b34acf',1,'PIOc_init_decomp(int iosysid, int pio_type, int ndims, const int *gdimlen, int maplen, const PIO_Offset *compmap, int *ioidp, int rearranger, const PIO_Offset *iostart, const PIO_Offset *iocount): pioc.c']]],
- ['pioc_5finit_5fintracomm',['PIOc_Init_Intracomm',['../group___p_i_o__init.html#ga479a1d9fe2edfc7ca321a1b482fe0211',1,'PIOc_Init_Intracomm(MPI_Comm comp_comm, int num_iotasks, int stride, int base, int rearr, int *iosysidp): pioc.c'],['../group___p_i_o__init.html#ga479a1d9fe2edfc7ca321a1b482fe0211',1,'PIOc_Init_Intracomm(MPI_Comm comp_comm, int num_iotasks, int stride, int base, int rearr, int *iosysidp): pioc.c']]],
- ['pioc_5finit_5fintracomm_5ffrom_5ff90',['PIOc_Init_Intracomm_from_F90',['../pioc_8c.html#a6c15dcb7a77c662652357b8fee15ade8',1,'pioc.c']]],
- ['pioc_5finitdecomp',['PIOc_InitDecomp',['../group___p_i_o__initdecomp.html#ga56c119d47d1082df044968f80acbe265',1,'PIOc_InitDecomp(int iosysid, int pio_type, int ndims, const int *gdimlen, int maplen, const PIO_Offset *compmap, int *ioidp, const int *rearr, const PIO_Offset *iostart, const PIO_Offset *iocount): pioc.c'],['../group___p_i_o__initdecomp.html#ga56c119d47d1082df044968f80acbe265',1,'PIOc_InitDecomp(int iosysid, int pio_type, int ndims, const int *gdimlen, int maplen, const PIO_Offset *compmap, int *ioidp, const int *rearranger, const PIO_Offset *iostart, const PIO_Offset *iocount): pioc.c']]],
- ['pioc_5finitdecomp_5fbc',['PIOc_InitDecomp_bc',['../group___p_i_o__initdecomp.html#gaed76f78609946d71bb304d584afe1266',1,'PIOc_InitDecomp_bc(int iosysid, int basetype, int ndims, const int *gdimlen, const long int *start, const long int *count, int *ioidp): pioc.c'],['../group___p_i_o__initdecomp.html#gaed76f78609946d71bb304d584afe1266',1,'PIOc_InitDecomp_bc(int iosysid, int pio_type, int ndims, const int *gdimlen, const long int *start, const long int *count, int *ioidp): pioc.c']]],
- ['pioc_5finq',['PIOc_inq',['../pio_8h.html#a9790ba350b61362f558ce56a98fd1198',1,'PIOc_inq(int ncid, int *ndimsp, int *nvarsp, int *ngattsp, int *unlimdimidp): pio_nc.c'],['../pio__nc_8c.html#a9790ba350b61362f558ce56a98fd1198',1,'PIOc_inq(int ncid, int *ndimsp, int *nvarsp, int *ngattsp, int *unlimdimidp): pio_nc.c']]],
- ['pioc_5finq_5fatt',['PIOc_inq_att',['../group___p_i_o__inq__att.html#ga3f4dcd306338d1f72f77ab2482e994dc',1,'PIOc_inq_att(int ncid, int varid, const char *name, nc_type *xtypep, PIO_Offset *lenp): pio_nc.c'],['../group___p_i_o__inq__att.html#ga3f4dcd306338d1f72f77ab2482e994dc',1,'PIOc_inq_att(int ncid, int varid, const char *name, nc_type *xtypep, PIO_Offset *lenp): pio_nc.c']]],
- ['pioc_5finq_5fatt_5feh',['PIOc_inq_att_eh',['../group___p_i_o__inq__att.html#ga711f9cb958d177a395e6b464f6b29e6d',1,'PIOc_inq_att_eh(int ncid, int varid, const char *name, int eh, nc_type *xtypep, PIO_Offset *lenp): pio_nc.c'],['../group___p_i_o__inq__att.html#ga711f9cb958d177a395e6b464f6b29e6d',1,'PIOc_inq_att_eh(int ncid, int varid, const char *name, int eh, nc_type *xtypep, PIO_Offset *lenp): pio_nc.c']]],
- ['pioc_5finq_5fattid',['PIOc_inq_attid',['../pio_8h.html#a1c3115b28f2453e850749b173ce7861a',1,'PIOc_inq_attid(int ncid, int varid, const char *name, int *idp): pio_nc.c'],['../pio__nc_8c.html#a1c3115b28f2453e850749b173ce7861a',1,'PIOc_inq_attid(int ncid, int varid, const char *name, int *idp): pio_nc.c']]],
- ['pioc_5finq_5fattlen',['PIOc_inq_attlen',['../group___p_i_o__inq__attlen.html#gac5b6d9b5314d88fee8a1c048a2aa5b13',1,'PIOc_inq_attlen(int ncid, int varid, const char *name, PIO_Offset *lenp): pio_nc.c'],['../group___p_i_o__inq__attlen.html#gac5b6d9b5314d88fee8a1c048a2aa5b13',1,'PIOc_inq_attlen(int ncid, int varid, const char *name, PIO_Offset *lenp): pio_nc.c']]],
- ['pioc_5finq_5fattname',['PIOc_inq_attname',['../group___p_i_o__inq__attname.html#gaa7d8b173e8bba7544c042301877082a0',1,'PIOc_inq_attname(int ncid, int varid, int attnum, char *name): pio_nc.c'],['../group___p_i_o__inq__attname.html#gaa7d8b173e8bba7544c042301877082a0',1,'PIOc_inq_attname(int ncid, int varid, int attnum, char *name): pio_nc.c']]],
- ['pioc_5finq_5fatttype',['PIOc_inq_atttype',['../pio_8h.html#ae63b13cb2b45416bcedecba0137ab1a0',1,'PIOc_inq_atttype(int ncid, int varid, const char *name, nc_type *xtypep): pio_nc.c'],['../pio__nc_8c.html#ae63b13cb2b45416bcedecba0137ab1a0',1,'PIOc_inq_atttype(int ncid, int varid, const char *name, nc_type *xtypep): pio_nc.c']]],
- ['pioc_5finq_5fdim',['PIOc_inq_dim',['../pio_8h.html#afbcd29f59d668e7514daf294f7723bc9',1,'PIOc_inq_dim(int ncid, int dimid, char *name, PIO_Offset *lenp): pio_nc.c'],['../pio__nc_8c.html#afbcd29f59d668e7514daf294f7723bc9',1,'PIOc_inq_dim(int ncid, int dimid, char *name, PIO_Offset *lenp): pio_nc.c']]],
- ['pioc_5finq_5fdimid',['PIOc_inq_dimid',['../group___p_i_o__inq__dimid.html#gab2dadfe68b44605032f57abd2465c4c7',1,'PIOc_inq_dimid(int ncid, const char *name, int *idp): pio_nc.c'],['../group___p_i_o__inq__dimid.html#gab2dadfe68b44605032f57abd2465c4c7',1,'PIOc_inq_dimid(int ncid, const char *name, int *idp): pio_nc.c']]],
- ['pioc_5finq_5fdimlen',['PIOc_inq_dimlen',['../group___p_i_o__inq__dimlen.html#gadd004af4a485f2fcfd1a818ed6a81fb1',1,'PIOc_inq_dimlen(int ncid, int dimid, PIO_Offset *lenp): pio_nc.c'],['../group___p_i_o__inq__dimlen.html#gadd004af4a485f2fcfd1a818ed6a81fb1',1,'PIOc_inq_dimlen(int ncid, int dimid, PIO_Offset *lenp): pio_nc.c']]],
- ['pioc_5finq_5fdimname',['PIOc_inq_dimname',['../group___p_i_o__inq__dimname.html#ga68d9e59e6a5460d461d46f3cf62f195d',1,'PIOc_inq_dimname(int ncid, int dimid, char *name): pio_nc.c'],['../group___p_i_o__inq__dimname.html#ga68d9e59e6a5460d461d46f3cf62f195d',1,'PIOc_inq_dimname(int ncid, int dimid, char *name): pio_nc.c']]],
- ['pioc_5finq_5fformat',['PIOc_inq_format',['../pio_8h.html#a16fec184bfa95cc2e9704be939dc3077',1,'PIOc_inq_format(int ncid, int *formatp): pio_nc.c'],['../pio__nc_8c.html#a16fec184bfa95cc2e9704be939dc3077',1,'PIOc_inq_format(int ncid, int *formatp): pio_nc.c']]],
- ['pioc_5finq_5fnatts',['PIOc_inq_natts',['../group___p_i_o__inq__natts.html#ga64ac5f3a5565ec08d222b27fcb3b180c',1,'PIOc_inq_natts(int ncid, int *ngattsp): pio_nc.c'],['../group___p_i_o__inq__natts.html#ga64ac5f3a5565ec08d222b27fcb3b180c',1,'PIOc_inq_natts(int ncid, int *ngattsp): pio_nc.c']]],
- ['pioc_5finq_5fndims',['PIOc_inq_ndims',['../group___p_i_o__inq__ndims.html#gab30f861c47545f6ff1647b6652e38ccf',1,'PIOc_inq_ndims(int ncid, int *ndimsp): pio_nc.c'],['../group___p_i_o__inq__ndims.html#gab30f861c47545f6ff1647b6652e38ccf',1,'PIOc_inq_ndims(int ncid, int *ndimsp): pio_nc.c']]],
- ['pioc_5finq_5fnvars',['PIOc_inq_nvars',['../group___p_i_o__inq__nvars.html#gaa6036459562b703f5ef0c9de3cfabe82',1,'PIOc_inq_nvars(int ncid, int *nvarsp): pio_nc.c'],['../group___p_i_o__inq__nvars.html#gaa6036459562b703f5ef0c9de3cfabe82',1,'PIOc_inq_nvars(int ncid, int *nvarsp): pio_nc.c']]],
- ['pioc_5finq_5ftype',['PIOc_inq_type',['../pio_8h.html#a3da640cefc1d77011f125d60e6de66c9',1,'PIOc_inq_type(int ncid, nc_type xtype, char *name, PIO_Offset *sizep): pio_nc.c'],['../pio__nc_8c.html#a3da640cefc1d77011f125d60e6de66c9',1,'PIOc_inq_type(int ncid, nc_type xtype, char *name, PIO_Offset *sizep): pio_nc.c']]],
- ['pioc_5finq_5funlimdim',['PIOc_inq_unlimdim',['../group___p_i_o__inq__unlimdim.html#ga191801159c80d1d3eb09b52ee9c68109',1,'PIOc_inq_unlimdim(int ncid, int *unlimdimidp): pio_nc.c'],['../group___p_i_o__inq__unlimdim.html#ga191801159c80d1d3eb09b52ee9c68109',1,'PIOc_inq_unlimdim(int ncid, int *unlimdimidp): pio_nc.c']]],
- ['pioc_5finq_5funlimdims',['PIOc_inq_unlimdims',['../group___p_i_o__inq__unlimdim.html#gae677132a4670352eee8b77106e300bca',1,'PIOc_inq_unlimdims(int ncid, int *nunlimdimsp, int *unlimdimidsp): pio_nc.c'],['../group___p_i_o__inq__unlimdim.html#gae677132a4670352eee8b77106e300bca',1,'PIOc_inq_unlimdims(int ncid, int *nunlimdimsp, int *unlimdimidsp): pio_nc.c']]],
- ['pioc_5finq_5fvar',['PIOc_inq_var',['../pio_8h.html#addf7e8a37df0eb4407da0537364b258e',1,'PIOc_inq_var(int ncid, int varid, char *name, nc_type *xtypep, int *ndimsp, int *dimidsp, int *nattsp): pio_nc.c'],['../pio__nc_8c.html#addf7e8a37df0eb4407da0537364b258e',1,'PIOc_inq_var(int ncid, int varid, char *name, nc_type *xtypep, int *ndimsp, int *dimidsp, int *nattsp): pio_nc.c']]],
- ['pioc_5finq_5fvar_5fchunking',['PIOc_inq_var_chunking',['../pio_8h.html#a2b739539ae6466d402f861d179d506fe',1,'PIOc_inq_var_chunking(int ncid, int varid, int *storagep, PIO_Offset *chunksizesp): pio_nc4.c'],['../pio__nc4_8c.html#a2b739539ae6466d402f861d179d506fe',1,'PIOc_inq_var_chunking(int ncid, int varid, int *storagep, PIO_Offset *chunksizesp): pio_nc4.c']]],
- ['pioc_5finq_5fvar_5fdeflate',['PIOc_inq_var_deflate',['../pio_8h.html#ac79879dc9e1afc418c55005b760070b1',1,'PIOc_inq_var_deflate(int ncid, int varid, int *shufflep, int *deflatep, int *deflate_levelp): pio_nc4.c'],['../pio__nc4_8c.html#ac79879dc9e1afc418c55005b760070b1',1,'PIOc_inq_var_deflate(int ncid, int varid, int *shufflep, int *deflatep, int *deflate_levelp): pio_nc4.c']]],
- ['pioc_5finq_5fvar_5fendian',['PIOc_inq_var_endian',['../pio_8h.html#a71751485953f3b12656d3eff18756342',1,'PIOc_inq_var_endian(int ncid, int varid, int *endianp): pio_nc4.c'],['../pio__nc4_8c.html#a71751485953f3b12656d3eff18756342',1,'PIOc_inq_var_endian(int ncid, int varid, int *endianp): pio_nc4.c']]],
- ['pioc_5finq_5fvar_5ffill',['PIOc_inq_var_fill',['../pio_8h.html#ac6bf4e7db1abeb3981df78160b7865be',1,'PIOc_inq_var_fill(int ncid, int varid, int *no_fill, void *fill_valuep): pio_nc.c'],['../pio__nc_8c.html#ac6bf4e7db1abeb3981df78160b7865be',1,'PIOc_inq_var_fill(int ncid, int varid, int *no_fill, void *fill_valuep): pio_nc.c']]],
- ['pioc_5finq_5fvardimid',['PIOc_inq_vardimid',['../group___p_i_o__inq__vardimid.html#ga64e3c298debdf592df776120ac435018',1,'PIOc_inq_vardimid(int ncid, int varid, int *dimidsp): pio_nc.c'],['../group___p_i_o__inq__vardimid.html#ga64e3c298debdf592df776120ac435018',1,'PIOc_inq_vardimid(int ncid, int varid, int *dimidsp): pio_nc.c']]],
- ['pioc_5finq_5fvarid',['PIOc_inq_varid',['../group___p_i_o__inq__varid.html#gab06c4fbddf140e0068ed09ec8df6f4a7',1,'PIOc_inq_varid(int ncid, const char *name, int *varidp): pio_nc.c'],['../group___p_i_o__inq__varid.html#gab06c4fbddf140e0068ed09ec8df6f4a7',1,'PIOc_inq_varid(int ncid, const char *name, int *varidp): pio_nc.c']]],
- ['pioc_5finq_5fvarname',['PIOc_inq_varname',['../group___p_i_o__inq__varname.html#gacaf2b9392fa6b75cca52dc15bf31caa0',1,'PIOc_inq_varname(int ncid, int varid, char *name): pio_nc.c'],['../group___p_i_o__inq__varname.html#gacaf2b9392fa6b75cca52dc15bf31caa0',1,'PIOc_inq_varname(int ncid, int varid, char *name): pio_nc.c']]],
- ['pioc_5finq_5fvarnatts',['PIOc_inq_varnatts',['../group___p_i_o__inq__varnatts.html#ga9fd7594665cdf752b57fcabf17b743c0',1,'PIOc_inq_varnatts(int ncid, int varid, int *nattsp): pio_nc.c'],['../group___p_i_o__inq__varnatts.html#ga9fd7594665cdf752b57fcabf17b743c0',1,'PIOc_inq_varnatts(int ncid, int varid, int *nattsp): pio_nc.c']]],
- ['pioc_5finq_5fvarndims',['PIOc_inq_varndims',['../group___p_i_o__inq__varndims.html#gacc5ad429734adf6ea43e6ee1b71080e2',1,'PIOc_inq_varndims(int ncid, int varid, int *ndimsp): pio_nc.c'],['../group___p_i_o__inq__varndims.html#gacc5ad429734adf6ea43e6ee1b71080e2',1,'PIOc_inq_varndims(int ncid, int varid, int *ndimsp): pio_nc.c']]],
- ['pioc_5finq_5fvartype',['PIOc_inq_vartype',['../group___p_i_o__inq__vartype.html#ga55005fa698798142cd4a741c2daa4fb7',1,'PIOc_inq_vartype(int ncid, int varid, nc_type *xtypep): pio_nc.c'],['../group___p_i_o__inq__vartype.html#ga55005fa698798142cd4a741c2daa4fb7',1,'PIOc_inq_vartype(int ncid, int varid, nc_type *xtypep): pio_nc.c']]],
- ['pioc_5fiosystem_5fis_5factive',['PIOc_iosystem_is_active',['../pio_8h.html#a2f5db6c65240a951921a2d81f2c676ec',1,'PIOc_iosystem_is_active(int iosysid, bool *active): pioc.c'],['../pioc_8c.html#a2f5db6c65240a951921a2d81f2c676ec',1,'PIOc_iosystem_is_active(int iosysid, bool *active): pioc.c']]],
- ['pioc_5fiotask_5frank',['PIOc_iotask_rank',['../pio_8h.html#abd7de94627946a534263acc82f3eecbd',1,'PIOc_iotask_rank(int iosysid, int *iorank): pioc.c'],['../pioc_8c.html#abd7de94627946a534263acc82f3eecbd',1,'PIOc_iotask_rank(int iosysid, int *iorank): pioc.c']]],
- ['pioc_5fiotype_5favailable',['PIOc_iotype_available',['../pio_8h.html#a2a0c6af74443f9110ea4efcdaf0e9060',1,'PIOc_iotype_available(int iotype): pioc.c'],['../pioc_8c.html#a2a0c6af74443f9110ea4efcdaf0e9060',1,'PIOc_iotype_available(int iotype): pioc.c']]],
- ['pioc_5fopen',['PIOc_open',['../group___p_i_o__openfile.html#ga92c81c481ba4eb5488af9e678f3bf8af',1,'PIOc_open(int iosysid, const char *path, int mode, int *ncidp): pio_file.c'],['../group___p_i_o__openfile.html#ga92c81c481ba4eb5488af9e678f3bf8af',1,'PIOc_open(int iosysid, const char *path, int mode, int *ncidp): pio_file.c']]],
- ['pioc_5fopenfile',['PIOc_openfile',['../group___p_i_o__openfile.html#gae8e01fc5492663b46def2be31a95034c',1,'PIOc_openfile(int iosysid, int *ncidp, int *iotype, const char *fname, int mode): pio_file.c'],['../group___p_i_o__openfile.html#gae8e01fc5492663b46def2be31a95034c',1,'PIOc_openfile(int iosysid, int *ncidp, int *iotype, const char *filename, int mode): pio_file.c']]],
- ['pioc_5fopenfile2',['PIOc_openfile2',['../group___p_i_o__openfile.html#ga20a0dc12bed4b4a3329a6ec158f3afe6',1,'PIOc_openfile2(int iosysid, int *ncidp, int *iotype, const char *fname, int mode): pio_file.c'],['../group___p_i_o__openfile.html#ga20a0dc12bed4b4a3329a6ec158f3afe6',1,'PIOc_openfile2(int iosysid, int *ncidp, int *iotype, const char *filename, int mode): pio_file.c']]],
- ['pioc_5fopenfile_5fretry',['PIOc_openfile_retry',['../group___p_i_o__openfile.html#ga840c375f53e5e38142762c8cb30fcdc6',1,'PIOc_openfile_retry(int iosysid, int *ncidp, int *iotype, const char *filename, int mode, int retry): pioc_support.c'],['../group___p_i_o__openfile.html#ga840c375f53e5e38142762c8cb30fcdc6',1,'PIOc_openfile_retry(int iosysid, int *ncidp, int *iotype, const char *filename, int mode, int retry): pioc_support.c']]],
- ['pioc_5fpnetcdf_5finq_5ftype',['pioc_pnetcdf_inq_type',['../pio__internal_8h.html#afad0201e540769b008670fdde0b3a5e0',1,'pioc_pnetcdf_inq_type(int ncid, nc_type xtype, char *name, PIO_Offset *sizep): pioc_support.c'],['../pioc__support_8c.html#afad0201e540769b008670fdde0b3a5e0',1,'pioc_pnetcdf_inq_type(int ncid, nc_type xtype, char *name, PIO_Offset *sizep): pioc_support.c']]],
- ['pioc_5fput_5fatt',['PIOc_put_att',['../group___p_i_o__put__att.html#ga89b16c95b53a06c052dd7d0be3361d1b',1,'PIOc_put_att(int ncid, int varid, const char *name, nc_type xtype, PIO_Offset len, const void *op): pio_nc.c'],['../group___p_i_o__put__att.html#ga89b16c95b53a06c052dd7d0be3361d1b',1,'PIOc_put_att(int ncid, int varid, const char *name, nc_type xtype, PIO_Offset len, const void *op): pio_nc.c']]],
- ['pioc_5fput_5fatt_5fdouble',['PIOc_put_att_double',['../group___p_i_o__put__att.html#gabb380a7233ae58151d254c572baaa08c',1,'PIOc_put_att_double(int ncid, int varid, const char *name, nc_type xtype, PIO_Offset len, const double *op): pio_nc.c'],['../group___p_i_o__put__att.html#gabb380a7233ae58151d254c572baaa08c',1,'PIOc_put_att_double(int ncid, int varid, const char *name, nc_type xtype, PIO_Offset len, const double *op): pio_nc.c']]],
- ['pioc_5fput_5fatt_5ffloat',['PIOc_put_att_float',['../group___p_i_o__put__att.html#ga049f6f519d87915baaa63ae99d422d0d',1,'PIOc_put_att_float(int ncid, int varid, const char *name, nc_type xtype, PIO_Offset len, const float *op): pio_nc.c'],['../group___p_i_o__put__att.html#ga049f6f519d87915baaa63ae99d422d0d',1,'PIOc_put_att_float(int ncid, int varid, const char *name, nc_type xtype, PIO_Offset len, const float *op): pio_nc.c']]],
- ['pioc_5fput_5fatt_5fint',['PIOc_put_att_int',['../group___p_i_o__put__att.html#ga41fc69b4eb154accbc08c5a451205d7d',1,'PIOc_put_att_int(int ncid, int varid, const char *name, nc_type xtype, PIO_Offset len, const int *op): pio_nc.c'],['../group___p_i_o__put__att.html#ga41fc69b4eb154accbc08c5a451205d7d',1,'PIOc_put_att_int(int ncid, int varid, const char *name, nc_type xtype, PIO_Offset len, const int *op): pio_nc.c']]],
- ['pioc_5fput_5fatt_5flong',['PIOc_put_att_long',['../group___p_i_o__put__att.html#gad25b7a96b0edb92a21bb934e626a57a8',1,'PIOc_put_att_long(int ncid, int varid, const char *name, nc_type xtype, PIO_Offset len, const long *op): pio_nc.c'],['../group___p_i_o__put__att.html#gad25b7a96b0edb92a21bb934e626a57a8',1,'PIOc_put_att_long(int ncid, int varid, const char *name, nc_type xtype, PIO_Offset len, const long *op): pio_nc.c']]],
- ['pioc_5fput_5fatt_5flonglong',['PIOc_put_att_longlong',['../group___p_i_o__put__att.html#ga07e7969ec456ff54984cb5e1691ed266',1,'PIOc_put_att_longlong(int ncid, int varid, const char *name, nc_type xtype, PIO_Offset len, const long long *op): pio_nc.c'],['../group___p_i_o__put__att.html#ga07e7969ec456ff54984cb5e1691ed266',1,'PIOc_put_att_longlong(int ncid, int varid, const char *name, nc_type xtype, PIO_Offset len, const long long *op): pio_nc.c']]],
- ['pioc_5fput_5fatt_5fschar',['PIOc_put_att_schar',['../group___p_i_o__put__att.html#ga06fa09bcdf362935946ef21964783246',1,'PIOc_put_att_schar(int ncid, int varid, const char *name, nc_type xtype, PIO_Offset len, const signed char *op): pio_nc.c'],['../group___p_i_o__put__att.html#ga06fa09bcdf362935946ef21964783246',1,'PIOc_put_att_schar(int ncid, int varid, const char *name, nc_type xtype, PIO_Offset len, const signed char *op): pio_nc.c']]],
- ['pioc_5fput_5fatt_5fshort',['PIOc_put_att_short',['../group___p_i_o__put__att.html#gae62c0317444af8433b6a42555ab6cec9',1,'PIOc_put_att_short(int ncid, int varid, const char *name, nc_type xtype, PIO_Offset len, const short *op): pio_nc.c'],['../group___p_i_o__put__att.html#gae62c0317444af8433b6a42555ab6cec9',1,'PIOc_put_att_short(int ncid, int varid, const char *name, nc_type xtype, PIO_Offset len, const short *op): pio_nc.c']]],
- ['pioc_5fput_5fatt_5ftc',['PIOc_put_att_tc',['../pio__getput__int_8c.html#a484b8ef57eb3128f999890bf0ebb84de',1,'PIOc_put_att_tc(int ncid, int varid, const char *name, nc_type atttype, PIO_Offset len, nc_type memtype, const void *op): pio_getput_int.c'],['../pio__internal_8h.html#a484b8ef57eb3128f999890bf0ebb84de',1,'PIOc_put_att_tc(int ncid, int varid, const char *name, nc_type atttype, PIO_Offset len, nc_type memtype, const void *op): pio_getput_int.c']]],
- ['pioc_5fput_5fatt_5ftext',['PIOc_put_att_text',['../group___p_i_o__put__att.html#ga47507ceae26e72a4b61cf4de2d694e44',1,'PIOc_put_att_text(int ncid, int varid, const char *name, PIO_Offset len, const char *op): pio_nc.c'],['../group___p_i_o__put__att.html#ga47507ceae26e72a4b61cf4de2d694e44',1,'PIOc_put_att_text(int ncid, int varid, const char *name, PIO_Offset len, const char *op): pio_nc.c']]],
- ['pioc_5fput_5fatt_5fuchar',['PIOc_put_att_uchar',['../group___p_i_o__put__att.html#ga580260de61bbf085ea9219718d31e55a',1,'PIOc_put_att_uchar(int ncid, int varid, const char *name, nc_type xtype, PIO_Offset len, const unsigned char *op): pio_nc.c'],['../group___p_i_o__put__att.html#ga580260de61bbf085ea9219718d31e55a',1,'PIOc_put_att_uchar(int ncid, int varid, const char *name, nc_type xtype, PIO_Offset len, const unsigned char *op): pio_nc.c']]],
- ['pioc_5fput_5fatt_5fuint',['PIOc_put_att_uint',['../group___p_i_o__put__att.html#gaa5c96bf2e78f7795dec028181b560f60',1,'PIOc_put_att_uint(int ncid, int varid, const char *name, nc_type xtype, PIO_Offset len, const unsigned int *op): pio_nc.c'],['../group___p_i_o__put__att.html#gaa5c96bf2e78f7795dec028181b560f60',1,'PIOc_put_att_uint(int ncid, int varid, const char *name, nc_type xtype, PIO_Offset len, const unsigned int *op): pio_nc.c']]],
- ['pioc_5fput_5fatt_5fulonglong',['PIOc_put_att_ulonglong',['../group___p_i_o__put__att.html#gab3dba0f2544e5bb45830d95539386a46',1,'PIOc_put_att_ulonglong(int ncid, int varid, const char *name, nc_type xtype, PIO_Offset len, const unsigned long long *op): pio_nc.c'],['../group___p_i_o__put__att.html#gab3dba0f2544e5bb45830d95539386a46',1,'PIOc_put_att_ulonglong(int ncid, int varid, const char *name, nc_type xtype, PIO_Offset len, const unsigned long long *op): pio_nc.c']]],
- ['pioc_5fput_5fatt_5fushort',['PIOc_put_att_ushort',['../group___p_i_o__put__att.html#gaba29ac8eff7dbf829b505a82b522a88f',1,'PIOc_put_att_ushort(int ncid, int varid, const char *name, nc_type xtype, PIO_Offset len, const unsigned short *op): pio_nc.c'],['../group___p_i_o__put__att.html#gaba29ac8eff7dbf829b505a82b522a88f',1,'PIOc_put_att_ushort(int ncid, int varid, const char *name, nc_type xtype, PIO_Offset len, const unsigned short *op): pio_nc.c']]],
- ['pioc_5fput_5fvar',['PIOc_put_var',['../pio_8h.html#ae1335e70accf96dc73e9c753d2721fe7',1,'PIOc_put_var(int ncid, int varid, const void *buf): pio_put_nc.c'],['../pio__put__nc_8c.html#abb19e8cc14ebc3da354a59865062a36a',1,'PIOc_put_var(int ncid, int varid, const void *op): pio_put_nc.c']]],
- ['pioc_5fput_5fvar1',['PIOc_put_var1',['../pio_8h.html#a61d91466d9b4af1c6823a6a965886411',1,'PIOc_put_var1(int ncid, int varid, const PIO_Offset *index, const void *buf): pio_put_nc.c'],['../pio__put__nc_8c.html#abbe1fc54ed511f0d5ded025ec220e13f',1,'PIOc_put_var1(int ncid, int varid, const PIO_Offset *index, const void *op): pio_put_nc.c']]],
- ['pioc_5fput_5fvar1_5fdouble',['PIOc_put_var1_double',['../pio_8h.html#a1727f44bee1a0c507dad7db8ee457b98',1,'PIOc_put_var1_double(int ncid, int varid, const PIO_Offset *index, const double *op): pio_put_nc.c'],['../pio__put__nc_8c.html#a1727f44bee1a0c507dad7db8ee457b98',1,'PIOc_put_var1_double(int ncid, int varid, const PIO_Offset *index, const double *op): pio_put_nc.c']]],
- ['pioc_5fput_5fvar1_5ffloat',['PIOc_put_var1_float',['../pio_8h.html#af6cc08d617add871ca7ea370a323cf9f',1,'PIOc_put_var1_float(int ncid, int varid, const PIO_Offset *index, const float *op): pio_put_nc.c'],['../pio__put__nc_8c.html#af6cc08d617add871ca7ea370a323cf9f',1,'PIOc_put_var1_float(int ncid, int varid, const PIO_Offset *index, const float *op): pio_put_nc.c']]],
- ['pioc_5fput_5fvar1_5fint',['PIOc_put_var1_int',['../pio_8h.html#a13e061386f46be55cae8e49e8c7a5c43',1,'PIOc_put_var1_int(int ncid, int varid, const PIO_Offset *index, const int *op): pio_put_nc.c'],['../pio__put__nc_8c.html#a13e061386f46be55cae8e49e8c7a5c43',1,'PIOc_put_var1_int(int ncid, int varid, const PIO_Offset *index, const int *op): pio_put_nc.c']]],
- ['pioc_5fput_5fvar1_5flong',['PIOc_put_var1_long',['../pio_8h.html#a50b623d7c4e2f1a10ad8a88e269da1a9',1,'PIOc_put_var1_long(int ncid, int varid, const PIO_Offset *index, const long *ip): pio_put_nc.c'],['../pio__put__nc_8c.html#a1b3df73dc76dcaf14d04bf7b240e4399',1,'PIOc_put_var1_long(int ncid, int varid, const PIO_Offset *index, const long *op): pio_put_nc.c']]],
- ['pioc_5fput_5fvar1_5flonglong',['PIOc_put_var1_longlong',['../pio_8h.html#a4788980743228d824eb7645b362c5ce9',1,'PIOc_put_var1_longlong(int ncid, int varid, const PIO_Offset *index, const long long *op): pio_put_nc.c'],['../pio__put__nc_8c.html#a4788980743228d824eb7645b362c5ce9',1,'PIOc_put_var1_longlong(int ncid, int varid, const PIO_Offset *index, const long long *op): pio_put_nc.c']]],
- ['pioc_5fput_5fvar1_5fschar',['PIOc_put_var1_schar',['../pio_8h.html#ad518542a09a575eeca279497940206ec',1,'PIOc_put_var1_schar(int ncid, int varid, const PIO_Offset *index, const signed char *op): pio_put_nc.c'],['../pio__put__nc_8c.html#ad518542a09a575eeca279497940206ec',1,'PIOc_put_var1_schar(int ncid, int varid, const PIO_Offset *index, const signed char *op): pio_put_nc.c']]],
- ['pioc_5fput_5fvar1_5fshort',['PIOc_put_var1_short',['../pio_8h.html#a86827831c9fc9fb0277a901cbe773959',1,'PIOc_put_var1_short(int ncid, int varid, const PIO_Offset *index, const short *op): pio_put_nc.c'],['../pio__put__nc_8c.html#a86827831c9fc9fb0277a901cbe773959',1,'PIOc_put_var1_short(int ncid, int varid, const PIO_Offset *index, const short *op): pio_put_nc.c']]],
- ['pioc_5fput_5fvar1_5ftc',['PIOc_put_var1_tc',['../pio__getput__int_8c.html#a27ffb972c26f5764d0690c8bc0d22236',1,'PIOc_put_var1_tc(int ncid, int varid, const PIO_Offset *index, nc_type xtype, const void *op): pio_getput_int.c'],['../pio__internal_8h.html#a27ffb972c26f5764d0690c8bc0d22236',1,'PIOc_put_var1_tc(int ncid, int varid, const PIO_Offset *index, nc_type xtype, const void *op): pio_getput_int.c']]],
- ['pioc_5fput_5fvar1_5ftext',['PIOc_put_var1_text',['../pio_8h.html#ae3ec127de3786a1ddeb731fc5232cfa7',1,'PIOc_put_var1_text(int ncid, int varid, const PIO_Offset *index, const char *op): pio_put_nc.c'],['../pio__put__nc_8c.html#ae3ec127de3786a1ddeb731fc5232cfa7',1,'PIOc_put_var1_text(int ncid, int varid, const PIO_Offset *index, const char *op): pio_put_nc.c']]],
- ['pioc_5fput_5fvar1_5fuchar',['PIOc_put_var1_uchar',['../pio_8h.html#ab0c45df01479fe96e2fb80b5adea5029',1,'PIOc_put_var1_uchar(int ncid, int varid, const PIO_Offset *index, const unsigned char *op): pio_put_nc.c'],['../pio__put__nc_8c.html#ab0c45df01479fe96e2fb80b5adea5029',1,'PIOc_put_var1_uchar(int ncid, int varid, const PIO_Offset *index, const unsigned char *op): pio_put_nc.c']]],
- ['pioc_5fput_5fvar1_5fuint',['PIOc_put_var1_uint',['../pio_8h.html#a2637048f0ac5d0e4b7ac0135dfc15224',1,'PIOc_put_var1_uint(int ncid, int varid, const PIO_Offset *index, const unsigned int *op): pio_put_nc.c'],['../pio__put__nc_8c.html#a2637048f0ac5d0e4b7ac0135dfc15224',1,'PIOc_put_var1_uint(int ncid, int varid, const PIO_Offset *index, const unsigned int *op): pio_put_nc.c']]],
- ['pioc_5fput_5fvar1_5fulonglong',['PIOc_put_var1_ulonglong',['../pio_8h.html#a148bf48c4a09e88be8fbd6f5e3db7fb9',1,'PIOc_put_var1_ulonglong(int ncid, int varid, const PIO_Offset *index, const unsigned long long *op): pio_put_nc.c'],['../pio__put__nc_8c.html#a148bf48c4a09e88be8fbd6f5e3db7fb9',1,'PIOc_put_var1_ulonglong(int ncid, int varid, const PIO_Offset *index, const unsigned long long *op): pio_put_nc.c']]],
- ['pioc_5fput_5fvar1_5fushort',['PIOc_put_var1_ushort',['../pio_8h.html#aae352be792bfa197056d91654ce492a6',1,'PIOc_put_var1_ushort(int ncid, int varid, const PIO_Offset *index, const unsigned short *op): pio_put_nc.c'],['../pio__put__nc_8c.html#aae352be792bfa197056d91654ce492a6',1,'PIOc_put_var1_ushort(int ncid, int varid, const PIO_Offset *index, const unsigned short *op): pio_put_nc.c']]],
- ['pioc_5fput_5fvar_5fdouble',['PIOc_put_var_double',['../pio_8h.html#ad6e5f5937169ea6f5f8f3965e9096410',1,'PIOc_put_var_double(int ncid, int varid, const double *op): pio_put_nc.c'],['../pio__put__nc_8c.html#ad6e5f5937169ea6f5f8f3965e9096410',1,'PIOc_put_var_double(int ncid, int varid, const double *op): pio_put_nc.c']]],
- ['pioc_5fput_5fvar_5ffloat',['PIOc_put_var_float',['../pio_8h.html#a258fa55bd055b47d84d61236f0e1317d',1,'PIOc_put_var_float(int ncid, int varid, const float *op): pio_put_nc.c'],['../pio__put__nc_8c.html#a258fa55bd055b47d84d61236f0e1317d',1,'PIOc_put_var_float(int ncid, int varid, const float *op): pio_put_nc.c']]],
- ['pioc_5fput_5fvar_5fint',['PIOc_put_var_int',['../pio_8h.html#a695b388f373f638218a34b055498c754',1,'PIOc_put_var_int(int ncid, int varid, const int *op): pio_put_nc.c'],['../pio__put__nc_8c.html#a695b388f373f638218a34b055498c754',1,'PIOc_put_var_int(int ncid, int varid, const int *op): pio_put_nc.c']]],
- ['pioc_5fput_5fvar_5flong',['PIOc_put_var_long',['../pio_8h.html#a054ab75d2101a8a0d36ec39f48b48ecc',1,'PIOc_put_var_long(int ncid, int varid, const long *op): pio_put_nc.c'],['../pio__put__nc_8c.html#a054ab75d2101a8a0d36ec39f48b48ecc',1,'PIOc_put_var_long(int ncid, int varid, const long *op): pio_put_nc.c']]],
- ['pioc_5fput_5fvar_5flonglong',['PIOc_put_var_longlong',['../pio_8h.html#ae14a05d8902e281e47cb090ab0298ea4',1,'PIOc_put_var_longlong(int ncid, int varid, const long long *op): pio_put_nc.c'],['../pio__put__nc_8c.html#ae14a05d8902e281e47cb090ab0298ea4',1,'PIOc_put_var_longlong(int ncid, int varid, const long long *op): pio_put_nc.c']]],
- ['pioc_5fput_5fvar_5fschar',['PIOc_put_var_schar',['../pio_8h.html#a12328ddf64847e1a0122fdb653770e33',1,'PIOc_put_var_schar(int ncid, int varid, const signed char *op): pio_put_nc.c'],['../pio__put__nc_8c.html#a12328ddf64847e1a0122fdb653770e33',1,'PIOc_put_var_schar(int ncid, int varid, const signed char *op): pio_put_nc.c']]],
- ['pioc_5fput_5fvar_5fshort',['PIOc_put_var_short',['../pio_8h.html#a476e3c866dc16974e8840dfb2837d003',1,'PIOc_put_var_short(int ncid, int varid, const short *op): pio_put_nc.c'],['../pio__put__nc_8c.html#a476e3c866dc16974e8840dfb2837d003',1,'PIOc_put_var_short(int ncid, int varid, const short *op): pio_put_nc.c']]],
- ['pioc_5fput_5fvar_5ftc',['PIOc_put_var_tc',['../pio__getput__int_8c.html#a21121e3cf78950ea489b6c0f89dbd2fa',1,'PIOc_put_var_tc(int ncid, int varid, nc_type xtype, const void *op): pio_getput_int.c'],['../pio__internal_8h.html#a21121e3cf78950ea489b6c0f89dbd2fa',1,'PIOc_put_var_tc(int ncid, int varid, nc_type xtype, const void *op): pio_getput_int.c']]],
- ['pioc_5fput_5fvar_5ftext',['PIOc_put_var_text',['../pio_8h.html#abb03b44df49b3f6e7788225a11fd1da6',1,'PIOc_put_var_text(int ncid, int varid, const char *op): pio_put_nc.c'],['../pio__put__nc_8c.html#abb03b44df49b3f6e7788225a11fd1da6',1,'PIOc_put_var_text(int ncid, int varid, const char *op): pio_put_nc.c']]],
- ['pioc_5fput_5fvar_5fuchar',['PIOc_put_var_uchar',['../pio_8h.html#a9e7bbb2d79a97a6590047e5c4a180743',1,'PIOc_put_var_uchar(int ncid, int varid, const unsigned char *op): pio_put_nc.c'],['../pio__put__nc_8c.html#a9e7bbb2d79a97a6590047e5c4a180743',1,'PIOc_put_var_uchar(int ncid, int varid, const unsigned char *op): pio_put_nc.c']]],
- ['pioc_5fput_5fvar_5fuint',['PIOc_put_var_uint',['../pio_8h.html#af4421e814e7bbc09a6a7827468aa483e',1,'PIOc_put_var_uint(int ncid, int varid, const unsigned int *op): pio_put_nc.c'],['../pio__put__nc_8c.html#af4421e814e7bbc09a6a7827468aa483e',1,'PIOc_put_var_uint(int ncid, int varid, const unsigned int *op): pio_put_nc.c']]],
- ['pioc_5fput_5fvar_5fulonglong',['PIOc_put_var_ulonglong',['../pio_8h.html#adf8f6d3b19755b3a296671c5b8152179',1,'PIOc_put_var_ulonglong(int ncid, int varid, const unsigned long long *op): pio_put_nc.c'],['../pio__put__nc_8c.html#adf8f6d3b19755b3a296671c5b8152179',1,'PIOc_put_var_ulonglong(int ncid, int varid, const unsigned long long *op): pio_put_nc.c']]],
- ['pioc_5fput_5fvar_5fushort',['PIOc_put_var_ushort',['../pio_8h.html#a41152ae73d225cb9278eb8675dd9e2e1',1,'PIOc_put_var_ushort(int ncid, int varid, const unsigned short *op): pio_put_nc.c'],['../pio__put__nc_8c.html#a41152ae73d225cb9278eb8675dd9e2e1',1,'PIOc_put_var_ushort(int ncid, int varid, const unsigned short *op): pio_put_nc.c']]],
- ['pioc_5fput_5fvara',['PIOc_put_vara',['../pio_8h.html#aaa15c8e671d1c62d46a0ac945ddc7896',1,'PIOc_put_vara(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const void *buf): pio_put_nc.c'],['../pio__put__nc_8c.html#a4119884357319e1f9629ca60c1c29afc',1,'PIOc_put_vara(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const void *op): pio_put_nc.c']]],
- ['pioc_5fput_5fvara_5fdouble',['PIOc_put_vara_double',['../pio_8h.html#a8281a16150db297fd5042914fe5c61b7',1,'PIOc_put_vara_double(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const double *op): pio_put_nc.c'],['../pio__put__nc_8c.html#a8281a16150db297fd5042914fe5c61b7',1,'PIOc_put_vara_double(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const double *op): pio_put_nc.c']]],
- ['pioc_5fput_5fvara_5ffloat',['PIOc_put_vara_float',['../pio_8h.html#acb39248b7bb0b3536ae91246bd9926a1',1,'PIOc_put_vara_float(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const float *op): pio_put_nc.c'],['../pio__put__nc_8c.html#acb39248b7bb0b3536ae91246bd9926a1',1,'PIOc_put_vara_float(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const float *op): pio_put_nc.c']]],
- ['pioc_5fput_5fvara_5fint',['PIOc_put_vara_int',['../pio_8h.html#a4d0c5b1c1b156d61d3ede1662394bfb6',1,'PIOc_put_vara_int(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const int *op): pio_put_nc.c'],['../pio__put__nc_8c.html#a4d0c5b1c1b156d61d3ede1662394bfb6',1,'PIOc_put_vara_int(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const int *op): pio_put_nc.c']]],
- ['pioc_5fput_5fvara_5flong',['PIOc_put_vara_long',['../pio_8h.html#a70700bd6edfe28649ac99ab23adb3007',1,'PIOc_put_vara_long(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const long *op): pio_put_nc.c'],['../pio__put__nc_8c.html#a70700bd6edfe28649ac99ab23adb3007',1,'PIOc_put_vara_long(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const long *op): pio_put_nc.c']]],
- ['pioc_5fput_5fvara_5flonglong',['PIOc_put_vara_longlong',['../pio_8h.html#ac1de2406fe02082b5f5ca53267879f48',1,'PIOc_put_vara_longlong(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const long long *op): pio_put_nc.c'],['../pio__put__nc_8c.html#ac1de2406fe02082b5f5ca53267879f48',1,'PIOc_put_vara_longlong(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const long long *op): pio_put_nc.c']]],
- ['pioc_5fput_5fvara_5fschar',['PIOc_put_vara_schar',['../pio_8h.html#ab356150e292ea34ca78766fc6524edd5',1,'PIOc_put_vara_schar(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const signed char *op): pio_put_nc.c'],['../pio__put__nc_8c.html#ab356150e292ea34ca78766fc6524edd5',1,'PIOc_put_vara_schar(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const signed char *op): pio_put_nc.c']]],
- ['pioc_5fput_5fvara_5fshort',['PIOc_put_vara_short',['../pio_8h.html#a9c0005dabf7d0f45c9a7897ce617490e',1,'PIOc_put_vara_short(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const short *op): pio_put_nc.c'],['../pio__put__nc_8c.html#a9c0005dabf7d0f45c9a7897ce617490e',1,'PIOc_put_vara_short(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const short *op): pio_put_nc.c']]],
- ['pioc_5fput_5fvara_5ftext',['PIOc_put_vara_text',['../pio_8h.html#a0948fa77fffa31614176a91aee3f000f',1,'PIOc_put_vara_text(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const char *op): pio_put_nc.c'],['../pio__put__nc_8c.html#a0948fa77fffa31614176a91aee3f000f',1,'PIOc_put_vara_text(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const char *op): pio_put_nc.c']]],
- ['pioc_5fput_5fvara_5fuchar',['PIOc_put_vara_uchar',['../pio_8h.html#a374ea08a51667530b4f4f5cd58ca2c58',1,'PIOc_put_vara_uchar(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const unsigned char *op): pio_put_nc.c'],['../pio__put__nc_8c.html#a374ea08a51667530b4f4f5cd58ca2c58',1,'PIOc_put_vara_uchar(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const unsigned char *op): pio_put_nc.c']]],
- ['pioc_5fput_5fvara_5fuint',['PIOc_put_vara_uint',['../pio_8h.html#a9986361e02f8b12130fd99fb357e6d37',1,'PIOc_put_vara_uint(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const unsigned int *op): pio_put_nc.c'],['../pio__put__nc_8c.html#a9986361e02f8b12130fd99fb357e6d37',1,'PIOc_put_vara_uint(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const unsigned int *op): pio_put_nc.c']]],
- ['pioc_5fput_5fvara_5fulonglong',['PIOc_put_vara_ulonglong',['../pio_8h.html#aaaaeca009761b1053d6a90474e83224a',1,'PIOc_put_vara_ulonglong(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const unsigned long long *op): pio_put_nc.c'],['../pio__put__nc_8c.html#aaaaeca009761b1053d6a90474e83224a',1,'PIOc_put_vara_ulonglong(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const unsigned long long *op): pio_put_nc.c']]],
- ['pioc_5fput_5fvara_5fushort',['PIOc_put_vara_ushort',['../pio_8h.html#a032fa0de7028fb3903a16c01ce87c557',1,'PIOc_put_vara_ushort(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const unsigned short *op): pio_put_nc.c'],['../pio__put__nc_8c.html#a032fa0de7028fb3903a16c01ce87c557',1,'PIOc_put_vara_ushort(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const unsigned short *op): pio_put_nc.c']]],
- ['pioc_5fput_5fvars',['PIOc_put_vars',['../pio_8h.html#a5a6220dcb602ace2640d97200115609a',1,'PIOc_put_vars(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, const void *buf): pio_put_nc.c'],['../pio__put__nc_8c.html#a9fe25fd7449ea26b0d4a2a0d22dbc41a',1,'PIOc_put_vars(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, const void *op): pio_put_nc.c']]],
- ['pioc_5fput_5fvars_5fdouble',['PIOc_put_vars_double',['../pio_8h.html#a7306e155cbf78fb6155ebb258a7b72ea',1,'PIOc_put_vars_double(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, const double *op): pio_put_nc.c'],['../pio__put__nc_8c.html#a7306e155cbf78fb6155ebb258a7b72ea',1,'PIOc_put_vars_double(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, const double *op): pio_put_nc.c']]],
- ['pioc_5fput_5fvars_5ffloat',['PIOc_put_vars_float',['../pio_8h.html#a6664099a827b2dcafee07541350658d6',1,'PIOc_put_vars_float(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, const float *op): pio_put_nc.c'],['../pio__put__nc_8c.html#a6664099a827b2dcafee07541350658d6',1,'PIOc_put_vars_float(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, const float *op): pio_put_nc.c']]],
- ['pioc_5fput_5fvars_5fint',['PIOc_put_vars_int',['../pio_8h.html#acace345de4c99cdad3e7a879785cdc25',1,'PIOc_put_vars_int(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, const int *op): pio_put_nc.c'],['../pio__put__nc_8c.html#acace345de4c99cdad3e7a879785cdc25',1,'PIOc_put_vars_int(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, const int *op): pio_put_nc.c']]],
- ['pioc_5fput_5fvars_5flong',['PIOc_put_vars_long',['../pio_8h.html#aff69eb687472a163e8ca541ba5e3d0c6',1,'PIOc_put_vars_long(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, const long *op): pio_put_nc.c'],['../pio__put__nc_8c.html#aff69eb687472a163e8ca541ba5e3d0c6',1,'PIOc_put_vars_long(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, const long *op): pio_put_nc.c']]],
- ['pioc_5fput_5fvars_5flonglong',['PIOc_put_vars_longlong',['../pio_8h.html#ae1206994f38f98d41422c971fbaa4441',1,'PIOc_put_vars_longlong(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, const long long *op): pio_put_nc.c'],['../pio__put__nc_8c.html#ae1206994f38f98d41422c971fbaa4441',1,'PIOc_put_vars_longlong(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, const long long *op): pio_put_nc.c']]],
- ['pioc_5fput_5fvars_5fschar',['PIOc_put_vars_schar',['../pio_8h.html#a21140ab146026d575ad8e77a9b25e964',1,'PIOc_put_vars_schar(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, const signed char *op): pio_put_nc.c'],['../pio__put__nc_8c.html#a21140ab146026d575ad8e77a9b25e964',1,'PIOc_put_vars_schar(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, const signed char *op): pio_put_nc.c']]],
- ['pioc_5fput_5fvars_5fshort',['PIOc_put_vars_short',['../pio_8h.html#a12d13babaa48a2b936f04596d7871c6b',1,'PIOc_put_vars_short(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, const short *op): pio_put_nc.c'],['../pio__put__nc_8c.html#a12d13babaa48a2b936f04596d7871c6b',1,'PIOc_put_vars_short(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, const short *op): pio_put_nc.c']]],
- ['pioc_5fput_5fvars_5ftc',['PIOc_put_vars_tc',['../pio__getput__int_8c.html#a2ad3a71b8de707063fc863f3f973cd10',1,'PIOc_put_vars_tc(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, nc_type xtype, const void *buf): pio_getput_int.c'],['../pio__internal_8h.html#a2ad3a71b8de707063fc863f3f973cd10',1,'PIOc_put_vars_tc(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, nc_type xtype, const void *buf): pio_getput_int.c']]],
- ['pioc_5fput_5fvars_5ftext',['PIOc_put_vars_text',['../pio_8h.html#abd8ae98837aae9454960f9d4178a5f29',1,'PIOc_put_vars_text(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, const char *op): pio_put_nc.c'],['../pio__put__nc_8c.html#abd8ae98837aae9454960f9d4178a5f29',1,'PIOc_put_vars_text(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, const char *op): pio_put_nc.c']]],
- ['pioc_5fput_5fvars_5fuchar',['PIOc_put_vars_uchar',['../pio_8h.html#a3fbdc59b8d29c3f31402925760740e91',1,'PIOc_put_vars_uchar(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, const unsigned char *op): pio_put_nc.c'],['../pio__put__nc_8c.html#a3fbdc59b8d29c3f31402925760740e91',1,'PIOc_put_vars_uchar(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, const unsigned char *op): pio_put_nc.c']]],
- ['pioc_5fput_5fvars_5fuint',['PIOc_put_vars_uint',['../pio_8h.html#a6a21170a203c2f50dd83f7f942995564',1,'PIOc_put_vars_uint(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, const unsigned int *op): pio_put_nc.c'],['../pio__put__nc_8c.html#a6a21170a203c2f50dd83f7f942995564',1,'PIOc_put_vars_uint(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, const unsigned int *op): pio_put_nc.c']]],
- ['pioc_5fput_5fvars_5fulonglong',['PIOc_put_vars_ulonglong',['../pio_8h.html#ab333af8ad45e0ea945093865edb3654a',1,'PIOc_put_vars_ulonglong(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, const unsigned long long *op): pio_put_nc.c'],['../pio__put__nc_8c.html#ab333af8ad45e0ea945093865edb3654a',1,'PIOc_put_vars_ulonglong(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, const unsigned long long *op): pio_put_nc.c']]],
- ['pioc_5fput_5fvars_5fushort',['PIOc_put_vars_ushort',['../pio_8h.html#aac1838d8762954411726ece43d12bd02',1,'PIOc_put_vars_ushort(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, const unsigned short *op): pio_put_nc.c'],['../pio__put__nc_8c.html#aac1838d8762954411726ece43d12bd02',1,'PIOc_put_vars_ushort(int ncid, int varid, const PIO_Offset *start, const PIO_Offset *count, const PIO_Offset *stride, const unsigned short *op): pio_put_nc.c']]],
- ['pioc_5fread_5fdarray',['PIOc_read_darray',['../group___p_i_o__read__darray.html#gaa4eb9375a17ec358a88c8e7e388880db',1,'PIOc_read_darray(int ncid, int varid, int ioid, PIO_Offset arraylen, void *array): pio_darray.c'],['../group___p_i_o__read__darray.html#gaa4eb9375a17ec358a88c8e7e388880db',1,'PIOc_read_darray(int ncid, int varid, int ioid, PIO_Offset arraylen, void *array): pio_darray.c']]],
- ['pioc_5fread_5fnc_5fdecomp',['PIOc_read_nc_decomp',['../pio_8h.html#a84d8e975b0adcd6399825300277cf6bd',1,'PIOc_read_nc_decomp(int iosysid, const char *filename, int *ioid, MPI_Comm comm, int pio_type, char *title, char *history, int *fortran_order): pioc_support.c'],['../pioc__support_8c.html#afebbacda596e27882dace25a133e3c67',1,'PIOc_read_nc_decomp(int iosysid, const char *filename, int *ioidp, MPI_Comm comm, int pio_type, char *title, char *history, int *fortran_order): pioc_support.c']]],
- ['pioc_5freadmap',['PIOc_readmap',['../pio_8h.html#a60bb612a73ecfdf88920ccb69e9893d0',1,'PIOc_readmap(const char *file, int *ndims, int **gdims, PIO_Offset *fmaplen, PIO_Offset **map, MPI_Comm comm): pioc_support.c'],['../pioc__support_8c.html#a60bb612a73ecfdf88920ccb69e9893d0',1,'PIOc_readmap(const char *file, int *ndims, int **gdims, PIO_Offset *fmaplen, PIO_Offset **map, MPI_Comm comm): pioc_support.c']]],
- ['pioc_5freadmap_5ffrom_5ff90',['PIOc_readmap_from_f90',['../pio_8h.html#a0b8afdc0335a14a2b57a07fe31f5a28e',1,'PIOc_readmap_from_f90(const char *file, int *ndims, int **gdims, PIO_Offset *maplen, PIO_Offset **map, int f90_comm): pioc_support.c'],['../pioc__support_8c.html#a0b8afdc0335a14a2b57a07fe31f5a28e',1,'PIOc_readmap_from_f90(const char *file, int *ndims, int **gdims, PIO_Offset *maplen, PIO_Offset **map, int f90_comm): pioc_support.c']]],
- ['pioc_5fredef',['PIOc_redef',['../group___p_i_o__redef.html#ga409ea0e493fa0f74464ecde01647629a',1,'PIOc_redef(int ncid): pio_nc.c'],['../group___p_i_o__redef.html#ga409ea0e493fa0f74464ecde01647629a',1,'PIOc_redef(int ncid): pio_nc.c']]],
- ['pioc_5frename_5fatt',['PIOc_rename_att',['../pio_8h.html#a2fb37f6eab130d00625515911a317ba3',1,'PIOc_rename_att(int ncid, int varid, const char *name, const char *newname): pio_nc.c'],['../pio__nc_8c.html#a2fb37f6eab130d00625515911a317ba3',1,'PIOc_rename_att(int ncid, int varid, const char *name, const char *newname): pio_nc.c']]],
- ['pioc_5frename_5fdim',['PIOc_rename_dim',['../pio_8h.html#a00650c8568f5d8c6e325f931c91d8c11',1,'PIOc_rename_dim(int ncid, int dimid, const char *name): pio_nc.c'],['../pio__nc_8c.html#a00650c8568f5d8c6e325f931c91d8c11',1,'PIOc_rename_dim(int ncid, int dimid, const char *name): pio_nc.c']]],
- ['pioc_5frename_5fvar',['PIOc_rename_var',['../pio_8h.html#ae7b726002ea0fb7fe3f702e1ff0253d8',1,'PIOc_rename_var(int ncid, int varid, const char *name): pio_nc.c'],['../pio__nc_8c.html#ae7b726002ea0fb7fe3f702e1ff0253d8',1,'PIOc_rename_var(int ncid, int varid, const char *name): pio_nc.c']]],
- ['pioc_5fset_5fblocksize',['PIOc_set_blocksize',['../group___p_i_o__set__blocksize.html#gae984deb48c9c2b694d3805d9e0bf673d',1,'PIOc_set_blocksize(int newblocksize): pioc.c'],['../group___p_i_o__set__blocksize.html#gae984deb48c9c2b694d3805d9e0bf673d',1,'PIOc_set_blocksize(int newblocksize): pioc.c']]],
- ['pioc_5fset_5fbuffer_5fsize_5flimit',['PIOc_set_buffer_size_limit',['../pio_8h.html#a391b1ef1811260306b599b5bcc680a52',1,'PIOc_set_buffer_size_limit(PIO_Offset limit): pio_darray.c'],['../pio__darray_8c.html#a391b1ef1811260306b599b5bcc680a52',1,'PIOc_set_buffer_size_limit(PIO_Offset limit): pio_darray.c']]],
- ['pioc_5fset_5fchunk_5fcache',['PIOc_set_chunk_cache',['../group___p_i_o__def__var.html#ga6a7595c5fa66ef4c35d26910a1195b52',1,'PIOc_set_chunk_cache(int iosysid, int iotype, PIO_Offset size, PIO_Offset nelems, float preemption): pio_nc4.c'],['../group___p_i_o__def__var.html#ga6a7595c5fa66ef4c35d26910a1195b52',1,'PIOc_set_chunk_cache(int iosysid, int iotype, PIO_Offset size, PIO_Offset nelems, float preemption): pio_nc4.c']]],
- ['pioc_5fset_5ffile_5ferror_5fhandling',['PIOc_Set_File_Error_Handling',['../group___p_i_o__error__method.html#gad96ab117379dea9b8e477ccb1d37801c',1,'PIOc_Set_File_Error_Handling(int ncid, int method): pioc.c'],['../group___p_i_o__error__method.html#gad96ab117379dea9b8e477ccb1d37801c',1,'PIOc_Set_File_Error_Handling(int ncid, int method): pioc.c']]],
- ['pioc_5fset_5ffill',['PIOc_set_fill',['../pio_8h.html#ab7b83b0cfaaf0d768ba357361edff9b6',1,'PIOc_set_fill(int ncid, int fillmode, int *old_modep): pio_nc.c'],['../pio__nc_8c.html#ab7b83b0cfaaf0d768ba357361edff9b6',1,'PIOc_set_fill(int ncid, int fillmode, int *old_modep): pio_nc.c']]],
- ['pioc_5fset_5fhint',['PIOc_set_hint',['../pio_8h.html#ac72053134b457aa56a2e0462bfb71803',1,'PIOc_set_hint(int iosysid, const char *hint, const char *hintval): pioc.c'],['../pioc_8c.html#ac72053134b457aa56a2e0462bfb71803',1,'PIOc_set_hint(int iosysid, const char *hint, const char *hintval): pioc.c']]],
- ['pioc_5fset_5fiosystem_5ferror_5fhandling',['PIOc_set_iosystem_error_handling',['../group___p_i_o__error__method.html#gac4d7bb3ea04026a1269a0e87608d13f3',1,'PIOc_set_iosystem_error_handling(int iosysid, int method, int *old_method): pioc.c'],['../group___p_i_o__error__method.html#gac4d7bb3ea04026a1269a0e87608d13f3',1,'PIOc_set_iosystem_error_handling(int iosysid, int method, int *old_method): pioc.c'],['../group___p_i_o__error__method.html#gac76c32bb1d06beeaabf003c1a12fc7a4',1,'PIOc_Set_IOSystem_Error_Handling(int iosysid, int method): pioc.c'],['../group___p_i_o__error__method.html#gac76c32bb1d06beeaabf003c1a12fc7a4',1,'PIOc_Set_IOSystem_Error_Handling(int iosysid, int method): pioc.c']]],
- ['pioc_5fset_5flog_5flevel',['PIOc_set_log_level',['../pio_8h.html#a1bb546dedd6290cb450577658e955edb',1,'PIOc_set_log_level(int level): pioc_support.c'],['../pioc__support_8c.html#a1bb546dedd6290cb450577658e955edb',1,'PIOc_set_log_level(int level): pioc_support.c']]],
- ['pioc_5fset_5frearr_5fopts',['PIOc_set_rearr_opts',['../pio_8h.html#af0f6203d1174297028f80edb8c64c377',1,'PIOc_set_rearr_opts(int iosysid, int comm_type, int fcd, bool enable_hs_c2i, bool enable_isend_c2i, int max_pend_req_c2i, bool enable_hs_i2c, bool enable_isend_i2c, int max_pend_req_i2c): pioc_support.c'],['../pioc__support_8c.html#af0f6203d1174297028f80edb8c64c377',1,'PIOc_set_rearr_opts(int iosysid, int comm_type, int fcd, bool enable_hs_c2i, bool enable_isend_c2i, int max_pend_req_c2i, bool enable_hs_i2c, bool enable_isend_i2c, int max_pend_req_i2c): pioc_support.c']]],
- ['pioc_5fset_5fvar_5fchunk_5fcache',['PIOc_set_var_chunk_cache',['../group___p_i_o__def__var.html#gafe68b976cb9feaefb3c06a4656f7152a',1,'PIOc_set_var_chunk_cache(int ncid, int varid, PIO_Offset size, PIO_Offset nelems, float preemption): pio_nc4.c'],['../group___p_i_o__def__var.html#gafe68b976cb9feaefb3c06a4656f7152a',1,'PIOc_set_var_chunk_cache(int ncid, int varid, PIO_Offset size, PIO_Offset nelems, float preemption): pio_nc4.c']]],
- ['pioc_5fsetframe',['PIOc_setframe',['../group___p_i_o__setframe.html#ga630e7798172acacbaf43e596b237f418',1,'PIOc_setframe(int ncid, int varid, int frame): pioc.c'],['../group___p_i_o__setframe.html#ga630e7798172acacbaf43e596b237f418',1,'PIOc_setframe(int ncid, int varid, int frame): pioc.c']]],
- ['pioc_5fstrerror',['PIOc_strerror',['../pio_8h.html#abd3edf404027545c762ad3ae10d765fb',1,'PIOc_strerror(int pioerr, char *errstr): pioc_support.c'],['../pioc__support_8c.html#a5354c4b50d70fa1cf7db81aadba8fb78',1,'PIOc_strerror(int pioerr, char *errmsg): pioc_support.c']]],
- ['pioc_5fsync',['PIOc_sync',['../pio_8h.html#af0786a65a17388275114ddc4749b7e99',1,'PIOc_sync(int ncid): pio_file.c'],['../pio__file_8c.html#af0786a65a17388275114ddc4749b7e99',1,'PIOc_sync(int ncid): pio_file.c']]],
- ['pioc_5fwrite_5fdarray',['PIOc_write_darray',['../group___p_i_o__write__darray.html#gaa40fae759a2a5e39cb7af9b6f024db8f',1,'PIOc_write_darray(int ncid, int varid, int ioid, PIO_Offset arraylen, void *array, void *fillvalue): pio_darray.c'],['../group___p_i_o__write__darray.html#gaa40fae759a2a5e39cb7af9b6f024db8f',1,'PIOc_write_darray(int ncid, int varid, int ioid, PIO_Offset arraylen, void *array, void *fillvalue): pio_darray.c']]],
- ['pioc_5fwrite_5fdarray_5fmulti',['PIOc_write_darray_multi',['../group___p_i_o__write__darray.html#ga8e6611243431101939c4dd4c991a7e0b',1,'PIOc_write_darray_multi(int ncid, const int *varids, int ioid, int nvars, PIO_Offset arraylen, void *array, const int *frame, void **fillvalue, bool flushtodisk): pio_darray.c'],['../group___p_i_o__write__darray.html#ga8e6611243431101939c4dd4c991a7e0b',1,'PIOc_write_darray_multi(int ncid, const int *varids, int ioid, int nvars, PIO_Offset arraylen, void *array, const int *frame, void **fillvalue, bool flushtodisk): pio_darray.c']]],
- ['pioc_5fwrite_5fdecomp',['PIOc_write_decomp',['../pio_8h.html#af4584849f62a2587b9f44588c00aff9b',1,'PIOc_write_decomp(const char *file, int iosysid, int ioid, MPI_Comm comm): pioc_support.c'],['../pioc__support_8c.html#af4584849f62a2587b9f44588c00aff9b',1,'PIOc_write_decomp(const char *file, int iosysid, int ioid, MPI_Comm comm): pioc_support.c']]],
- ['pioc_5fwrite_5fnc_5fdecomp',['PIOc_write_nc_decomp',['../pio_8h.html#a9d698d00504b20962c3bf8f8867c4f2c',1,'PIOc_write_nc_decomp(int iosysid, const char *filename, int cmode, int ioid, char *title, char *history, int fortran_order): pioc_support.c'],['../pioc__support_8c.html#a9d698d00504b20962c3bf8f8867c4f2c',1,'PIOc_write_nc_decomp(int iosysid, const char *filename, int cmode, int ioid, char *title, char *history, int fortran_order): pioc_support.c']]],
- ['pioc_5fwritemap',['PIOc_writemap',['../pio_8h.html#a3b16ec948dfda28b151a934f5693835f',1,'PIOc_writemap(const char *file, int ndims, const int *gdims, PIO_Offset maplen, PIO_Offset *map, MPI_Comm comm): pioc_support.c'],['../pioc__support_8c.html#a3b16ec948dfda28b151a934f5693835f',1,'PIOc_writemap(const char *file, int ndims, const int *gdims, PIO_Offset maplen, PIO_Offset *map, MPI_Comm comm): pioc_support.c']]],
- ['pioc_5fwritemap_5ffrom_5ff90',['PIOc_writemap_from_f90',['../pio_8h.html#acfa3fdb0973e6efe362cd434cc17a7f4',1,'PIOc_writemap_from_f90(const char *file, int ndims, const int *gdims, PIO_Offset maplen, const PIO_Offset *map, int f90_comm): pioc_support.c'],['../pioc__support_8c.html#acfa3fdb0973e6efe362cd434cc17a7f4',1,'PIOc_writemap_from_f90(const char *file, int ndims, const int *gdims, PIO_Offset maplen, const PIO_Offset *map, int f90_comm): pioc_support.c']]],
- ['piodie',['piodie',['../pio__support_8_f90.html#a13fac82014192fcf782a95c3be4e9a66',1,'pio_support::piodie()'],['../pio__internal_8h.html#ad417d75138578970277896756f0baca8',1,'piodie(const char *msg, const char *fname, int line): pioc_support.c'],['../pioc__support_8c.html#ad417d75138578970277896756f0baca8',1,'piodie(const char *msg, const char *fname, int line): pioc_support.c']]],
- ['print_5ftrace',['print_trace',['../pio__internal_8h.html#a06839094738850e58e21bf91304675a4',1,'print_trace(FILE *fp): pioc_support.c'],['../pioc__support_8c.html#a06839094738850e58e21bf91304675a4',1,'print_trace(FILE *fp): pioc_support.c']]],
- ['put_5fatt_5f1d_5fdesc_5fdouble',['put_att_1d_desc_double',['../group___p_i_o__put__att.html#ga400b54245a5820edf44c65187f1a98d2',1,'pionfatt_mod']]],
- ['put_5fatt_5f1d_5fdesc_5fint',['put_att_1d_desc_int',['../group___p_i_o__put__att.html#ga6e9ceefc157eb88e58373591273d6dfc',1,'pionfatt_mod']]],
- ['put_5fatt_5f1d_5fdesc_5freal',['put_att_1d_desc_real',['../group___p_i_o__put__att.html#gad375ea287d08d380012f1accf3d23af7',1,'pionfatt_mod']]],
- ['put_5fatt_5f1d_5fid_5fdouble',['put_att_1d_id_double',['../group___p_i_o__put__att.html#ga0f45152f915fa49e67c40de2b95cf669',1,'pionfatt_mod']]],
- ['put_5fatt_5f1d_5fid_5fint',['put_att_1d_id_int',['../group___p_i_o__put__att.html#gac868c6c566018d58307ea63ef944a75e',1,'pionfatt_mod']]],
- ['put_5fatt_5f1d_5fid_5freal',['put_att_1d_id_real',['../group___p_i_o__put__att.html#ga5554c7cb365a2ddb5ee6620df5b64b1e',1,'pionfatt_mod']]],
- ['put_5fatt_5fdesc_5ftext',['put_att_desc_text',['../group___p_i_o__put__att.html#ga5a66229689e246b141c29cf35550de47',1,'pionfatt_mod']]],
- ['put_5fvar1_5fdouble',['put_var1_double',['../group___p_i_o__put__var.html#ga149f46b92b9796a2021806590e86299c',1,'pionfput_mod']]],
- ['put_5fvar1_5fint',['put_var1_int',['../group___p_i_o__put__var.html#ga0acbdf98bc536f8e69dbef2a35cdc419',1,'pionfput_mod']]],
- ['put_5fvar1_5freal',['put_var1_real',['../group___p_i_o__put__var.html#gafb63482a7114cf4de3f46e9d5e846f53',1,'pionfput_mod']]],
- ['put_5fvar1_5ftext',['put_var1_text',['../group___p_i_o__put__var.html#ga1f74a108488e4d9c411fa411b3a805ad',1,'pionfput_mod']]],
- ['put_5fvar1_5fvdesc_5ftext',['put_var1_vdesc_text',['../group___p_i_o__put__var.html#ga67c0b13b5f4b5fd7dfcdcff42567308b',1,'pionfput_mod']]],
- ['put_5fvar_5f0d_5fdouble',['put_var_0d_double',['../group___p_i_o__put__var.html#ga4b158d17a8e0d9d5f4def56e7f5850a5',1,'pionfput_mod']]],
- ['put_5fvar_5f0d_5fint',['put_var_0d_int',['../group___p_i_o__put__var.html#ga1799a02aa8746e633589ab5c32f67bc7',1,'pionfput_mod']]],
- ['put_5fvar_5f0d_5freal',['put_var_0d_real',['../group___p_i_o__put__var.html#gaf706b069c1578feeb2e9b8b28e486446',1,'pionfput_mod']]],
- ['put_5fvar_5f0d_5ftext',['put_var_0d_text',['../group___p_i_o__put__var.html#ga007e31993cf2468520f0311eaea95973',1,'pionfput_mod']]],
- ['put_5fvar_5f1d_5fdouble',['put_var_1d_double',['../group___p_i_o__put__var.html#ga19eb63361fe941e922035eba747660fd',1,'pionfput_mod']]],
- ['put_5fvar_5f1d_5fint',['put_var_1d_int',['../group___p_i_o__put__var.html#gadff566ea7570a1cefe244bea218a3bdc',1,'pionfput_mod']]],
- ['put_5fvar_5f1d_5freal',['put_var_1d_real',['../group___p_i_o__put__var.html#ga472fa166959e490667636553c8d9c9a3',1,'pionfput_mod']]],
- ['put_5fvar_5f1d_5ftext',['put_var_1d_text',['../group___p_i_o__put__var.html#gabe9e1c0112f607e43af241c7a065d81e',1,'pionfput_mod']]],
- ['put_5fvar_5f2d_5fdouble',['put_var_2d_double',['../group___p_i_o__put__var.html#gabcc56b9b88c37f9eec8f034a256012f2',1,'pionfput_mod']]],
- ['put_5fvar_5f2d_5fint',['put_var_2d_int',['../group___p_i_o__put__var.html#ga08192624d6b46870cff3ceea2a253935',1,'pionfput_mod']]],
- ['put_5fvar_5f2d_5freal',['put_var_2d_real',['../group___p_i_o__put__var.html#ga7a7a29cab63bd78cf1e0cdbdb9f3de77',1,'pionfput_mod']]],
- ['put_5fvar_5f2d_5ftext',['put_var_2d_text',['../group___p_i_o__put__var.html#ga6c691fc5377200c970c7aeff35c57024',1,'pionfput_mod']]],
- ['put_5fvar_5f3d_5fdouble',['put_var_3d_double',['../group___p_i_o__put__var.html#ga7cd4ee07cc1ad199e1538b7eed65e5fd',1,'pionfput_mod']]],
- ['put_5fvar_5f3d_5fint',['put_var_3d_int',['../group___p_i_o__put__var.html#ga6a614f66d85109923ea4fc37d13e2469',1,'pionfput_mod']]],
- ['put_5fvar_5f3d_5freal',['put_var_3d_real',['../group___p_i_o__put__var.html#gaeadb6bf65b6e6a5befe22c271efc64ad',1,'pionfput_mod']]],
- ['put_5fvar_5f3d_5ftext',['put_var_3d_text',['../group___p_i_o__put__var.html#ga692043facb4564576b57de9eea6e2425',1,'pionfput_mod']]],
- ['put_5fvar_5f4d_5fdouble',['put_var_4d_double',['../group___p_i_o__put__var.html#ga12dca0c8cbf084171c3ae817b3a937c6',1,'pionfput_mod']]],
- ['put_5fvar_5f4d_5fint',['put_var_4d_int',['../group___p_i_o__put__var.html#gaa801103a0132d09a03b0554214071c6b',1,'pionfput_mod']]],
- ['put_5fvar_5f4d_5freal',['put_var_4d_real',['../group___p_i_o__put__var.html#ga1e370f333e8f49e91c35011d16f1d684',1,'pionfput_mod']]],
- ['put_5fvar_5f4d_5ftext',['put_var_4d_text',['../group___p_i_o__put__var.html#ga35162a80322d797f2d61c94be9817fbe',1,'pionfput_mod']]],
- ['put_5fvar_5f5d_5fdouble',['put_var_5d_double',['../group___p_i_o__put__var.html#ga26d0fb7ac09b525f5d45502f087504e0',1,'pionfput_mod']]],
- ['put_5fvar_5f5d_5fint',['put_var_5d_int',['../group___p_i_o__put__var.html#ga697edb8ea003f481effa4d49320bd4c1',1,'pionfput_mod']]],
- ['put_5fvar_5f5d_5freal',['put_var_5d_real',['../group___p_i_o__put__var.html#ga43780226cdd8f80b45bb3da74e8004d4',1,'pionfput_mod']]],
- ['put_5fvar_5f5d_5ftext',['put_var_5d_text',['../group___p_i_o__put__var.html#ga5dc83bb1a9bf3816ce87e7af427e0df7',1,'pionfput_mod']]],
- ['put_5fvar_5finternal_5fdouble',['put_var_internal_double',['../group___p_i_o__put__var.html#ga541a7f904d2113db7a4d3bb77e4e209d',1,'pionfput_mod']]],
- ['put_5fvar_5finternal_5fint',['put_var_internal_int',['../group___p_i_o__put__var.html#gad8af60bdc3e13f46b50743f9237b235f',1,'pionfput_mod']]],
- ['put_5fvar_5finternal_5freal',['put_var_internal_real',['../group___p_i_o__put__var.html#ga8d47e081844ec829d0d3805de0176655',1,'pionfput_mod']]],
- ['put_5fvar_5fvdesc_5f0d_5fdouble',['put_var_vdesc_0d_double',['../group___p_i_o__put__var.html#gaa6a46cc77bd779d1633e1ad79f16e3e9',1,'pionfput_mod']]],
- ['put_5fvar_5fvdesc_5f0d_5fint',['put_var_vdesc_0d_int',['../group___p_i_o__put__var.html#ga155a55ee1d2f20a0b150e38a25ee8ed8',1,'pionfput_mod']]],
- ['put_5fvar_5fvdesc_5f0d_5freal',['put_var_vdesc_0d_real',['../group___p_i_o__put__var.html#ga9751af622472de1b1183513587c20bf6',1,'pionfput_mod']]],
- ['put_5fvar_5fvdesc_5f0d_5ftext',['put_var_vdesc_0d_text',['../group___p_i_o__put__var.html#ga84b30ae3427ae6da5cf29b7ecf781ce4',1,'pionfput_mod']]],
- ['put_5fvar_5fvdesc_5f1d_5fdouble',['put_var_vdesc_1d_double',['../group___p_i_o__put__var.html#ga5c68fc45998064cca48113c4dd583086',1,'pionfput_mod']]],
- ['put_5fvar_5fvdesc_5f1d_5fint',['put_var_vdesc_1d_int',['../group___p_i_o__put__var.html#ga3643828467af4de759235b03dc24f068',1,'pionfput_mod']]],
- ['put_5fvar_5fvdesc_5f1d_5freal',['put_var_vdesc_1d_real',['../group___p_i_o__put__var.html#ga3ff6d1d2394d03643383bbf56ab65f57',1,'pionfput_mod']]],
- ['put_5fvar_5fvdesc_5f1d_5ftext',['put_var_vdesc_1d_text',['../group___p_i_o__put__var.html#ga48ec02bcfa98661c8a0c94328a216615',1,'pionfput_mod']]],
- ['put_5fvar_5fvdesc_5f2d_5fdouble',['put_var_vdesc_2d_double',['../group___p_i_o__put__var.html#ga396d6da6a3a55fb6476c286458b8f034',1,'pionfput_mod']]],
- ['put_5fvar_5fvdesc_5f2d_5fint',['put_var_vdesc_2d_int',['../group___p_i_o__put__var.html#gaec8e42c5461dc921f5563b55f29481b5',1,'pionfput_mod']]],
- ['put_5fvar_5fvdesc_5f2d_5freal',['put_var_vdesc_2d_real',['../group___p_i_o__put__var.html#ga4bf0583c8901390be8c5c5ef66308968',1,'pionfput_mod']]],
- ['put_5fvar_5fvdesc_5f2d_5ftext',['put_var_vdesc_2d_text',['../group___p_i_o__put__var.html#gad7bec7c5efb96b22b16dc719c6231b81',1,'pionfput_mod']]],
- ['put_5fvar_5fvdesc_5f3d_5fdouble',['put_var_vdesc_3d_double',['../group___p_i_o__put__var.html#gad127d2753eb6142cd3ebb25a2689b068',1,'pionfput_mod']]],
- ['put_5fvar_5fvdesc_5f3d_5fint',['put_var_vdesc_3d_int',['../group___p_i_o__put__var.html#gad2ced69db36c42084abbeac2a37a8b99',1,'pionfput_mod']]],
- ['put_5fvar_5fvdesc_5f3d_5freal',['put_var_vdesc_3d_real',['../group___p_i_o__put__var.html#gababad999e064edc982b3326e3aebf216',1,'pionfput_mod']]],
- ['put_5fvar_5fvdesc_5f3d_5ftext',['put_var_vdesc_3d_text',['../group___p_i_o__put__var.html#ga71b4a9fba578bfaddc104997dff5e454',1,'pionfput_mod']]],
- ['put_5fvar_5fvdesc_5f4d_5fdouble',['put_var_vdesc_4d_double',['../group___p_i_o__put__var.html#ga6ff932b86ebd6227195652646d5cd84a',1,'pionfput_mod']]],
- ['put_5fvar_5fvdesc_5f4d_5fint',['put_var_vdesc_4d_int',['../group___p_i_o__put__var.html#ga30c036af0c917760942d98dce96f2cad',1,'pionfput_mod']]],
- ['put_5fvar_5fvdesc_5f4d_5freal',['put_var_vdesc_4d_real',['../group___p_i_o__put__var.html#ga859c2ad3e7de6b5f428d003c33dc6acb',1,'pionfput_mod']]],
- ['put_5fvar_5fvdesc_5f4d_5ftext',['put_var_vdesc_4d_text',['../group___p_i_o__put__var.html#gadc1493e8c23840638b543c66915485e6',1,'pionfput_mod']]],
- ['put_5fvar_5fvdesc_5f5d_5fdouble',['put_var_vdesc_5d_double',['../group___p_i_o__put__var.html#gab39f99a67e17eba00b15b3f188d175fd',1,'pionfput_mod']]],
- ['put_5fvar_5fvdesc_5f5d_5fint',['put_var_vdesc_5d_int',['../group___p_i_o__put__var.html#gab402cda7fbb22ae7d98b258657bfbe12',1,'pionfput_mod']]],
- ['put_5fvar_5fvdesc_5f5d_5freal',['put_var_vdesc_5d_real',['../group___p_i_o__put__var.html#ga860ea0b2b3bfb0a514761c0f4572c66b',1,'pionfput_mod']]],
- ['put_5fvar_5fvdesc_5f5d_5ftext',['put_var_vdesc_5d_text',['../group___p_i_o__put__var.html#gabb49e549fdc8b9abbf637cd445e23d8f',1,'pionfput_mod']]],
- ['put_5fvara_5f1d_5fdouble',['put_vara_1d_double',['../group___p_i_o__put__var.html#gaf7e15c328133ed0ed3848851a909501b',1,'pionfput_mod']]],
- ['put_5fvara_5f1d_5fint',['put_vara_1d_int',['../group___p_i_o__put__var.html#ga4f124036b8cb5fb3491139928f7a6411',1,'pionfput_mod']]],
- ['put_5fvara_5f1d_5freal',['put_vara_1d_real',['../group___p_i_o__put__var.html#ga78f94d71b44c1414149409b8d4721548',1,'pionfput_mod']]],
- ['put_5fvara_5f1d_5ftext',['put_vara_1d_text',['../group___p_i_o__put__var.html#gae497e8e304d3018906f9b5ae4a70dec6',1,'pionfput_mod']]],
- ['put_5fvara_5f2d_5fdouble',['put_vara_2d_double',['../group___p_i_o__put__var.html#gacf5d8364c2f42759b3d7aadfc1ac5e1a',1,'pionfput_mod']]],
- ['put_5fvara_5f2d_5fint',['put_vara_2d_int',['../group___p_i_o__put__var.html#ga9cd412076cbce25e1ddd769dfdb99e2c',1,'pionfput_mod']]],
- ['put_5fvara_5f2d_5freal',['put_vara_2d_real',['../group___p_i_o__put__var.html#gafc9b8d2686a81bf5b12f6f47a8f188b4',1,'pionfput_mod']]],
- ['put_5fvara_5f2d_5ftext',['put_vara_2d_text',['../group___p_i_o__put__var.html#ga6a68c2a0064d921284334e7e77f4b45d',1,'pionfput_mod']]],
- ['put_5fvara_5f3d_5fdouble',['put_vara_3d_double',['../group___p_i_o__put__var.html#gad817b988bdc67e86dfe6145d8b878db5',1,'pionfput_mod']]],
- ['put_5fvara_5f3d_5fint',['put_vara_3d_int',['../group___p_i_o__put__var.html#gaaf005d847ada3c557af98365ec67b1c1',1,'pionfput_mod']]],
- ['put_5fvara_5f3d_5freal',['put_vara_3d_real',['../group___p_i_o__put__var.html#ga0e1b0c3013c34d252b1cff6ea8a0b998',1,'pionfput_mod']]],
- ['put_5fvara_5f3d_5ftext',['put_vara_3d_text',['../group___p_i_o__put__var.html#gad14311ff733ed146df91b491d6c5b107',1,'pionfput_mod']]],
- ['put_5fvara_5f4d_5fdouble',['put_vara_4d_double',['../group___p_i_o__put__var.html#gab17fb8a70276d43ef6baca3beaf93bcd',1,'pionfput_mod']]],
- ['put_5fvara_5f4d_5fint',['put_vara_4d_int',['../group___p_i_o__put__var.html#gab481885760c628c8a55a74cf94c56593',1,'pionfput_mod']]],
- ['put_5fvara_5f4d_5freal',['put_vara_4d_real',['../group___p_i_o__put__var.html#gad8ce5fe5076de9c48a305fc70fd2433c',1,'pionfput_mod']]],
- ['put_5fvara_5f4d_5ftext',['put_vara_4d_text',['../group___p_i_o__put__var.html#gad0167ee171eb8d34d88eea0c2e90a448',1,'pionfput_mod']]],
- ['put_5fvara_5f5d_5fdouble',['put_vara_5d_double',['../group___p_i_o__put__var.html#ga49224b3b762d3a94bf27f241ec54d655',1,'pionfput_mod']]],
- ['put_5fvara_5f5d_5fint',['put_vara_5d_int',['../group___p_i_o__put__var.html#ga70b151f4947b4aa5a5f41a11359bda4b',1,'pionfput_mod']]],
- ['put_5fvara_5f5d_5freal',['put_vara_5d_real',['../group___p_i_o__put__var.html#gad41be0f21d84df1e403d218a65f70b80',1,'pionfput_mod']]],
- ['put_5fvara_5f5d_5ftext',['put_vara_5d_text',['../group___p_i_o__put__var.html#gaa4ce40994e7cd45fce21381a676225ff',1,'pionfput_mod']]],
- ['put_5fvara_5fvdesc_5f1d_5fdouble',['put_vara_vdesc_1d_double',['../group___p_i_o__put__var.html#ga3ff2a7f17c45722abac726fb79363404',1,'pionfput_mod']]],
- ['put_5fvara_5fvdesc_5f1d_5fint',['put_vara_vdesc_1d_int',['../group___p_i_o__put__var.html#ga76d541f2f0eb409bbac5fd59fcf73455',1,'pionfput_mod']]],
- ['put_5fvara_5fvdesc_5f1d_5freal',['put_vara_vdesc_1d_real',['../group___p_i_o__put__var.html#ga263bbdfc7c30c9be268d52d3b6c5eee1',1,'pionfput_mod']]],
- ['put_5fvara_5fvdesc_5f1d_5ftext',['put_vara_vdesc_1d_text',['../group___p_i_o__put__var.html#ga381282297630477d110550a88172612b',1,'pionfput_mod']]],
- ['put_5fvara_5fvdesc_5f2d_5fdouble',['put_vara_vdesc_2d_double',['../group___p_i_o__put__var.html#gabf3a20b705763fbd237ac48e3db27871',1,'pionfput_mod']]],
- ['put_5fvara_5fvdesc_5f2d_5fint',['put_vara_vdesc_2d_int',['../group___p_i_o__put__var.html#ga7648f01eb2f9d67a0cb5bbcc2e474a76',1,'pionfput_mod']]],
- ['put_5fvara_5fvdesc_5f2d_5freal',['put_vara_vdesc_2d_real',['../group___p_i_o__put__var.html#ga47ce0445fd371060edc1df0418d67c25',1,'pionfput_mod']]],
- ['put_5fvara_5fvdesc_5f2d_5ftext',['put_vara_vdesc_2d_text',['../group___p_i_o__put__var.html#ga7730db9212396e477df42973525c6933',1,'pionfput_mod']]],
- ['put_5fvara_5fvdesc_5f3d_5fdouble',['put_vara_vdesc_3d_double',['../group___p_i_o__put__var.html#gaa2170fc41771c08cab91f78d31530e57',1,'pionfput_mod']]],
- ['put_5fvara_5fvdesc_5f3d_5fint',['put_vara_vdesc_3d_int',['../group___p_i_o__put__var.html#ga185d89cb9eec9f39bfb0bbe9014d52f5',1,'pionfput_mod']]],
- ['put_5fvara_5fvdesc_5f3d_5freal',['put_vara_vdesc_3d_real',['../group___p_i_o__put__var.html#ga7b16d91e8754af417b91f6b818c88e22',1,'pionfput_mod']]],
- ['put_5fvara_5fvdesc_5f3d_5ftext',['put_vara_vdesc_3d_text',['../group___p_i_o__put__var.html#ga9b88d5bfb641c1983b646eaa37782439',1,'pionfput_mod']]],
- ['put_5fvara_5fvdesc_5f4d_5fdouble',['put_vara_vdesc_4d_double',['../group___p_i_o__put__var.html#ga55d94dbb95e25f224f9c4fed51d26906',1,'pionfput_mod']]],
- ['put_5fvara_5fvdesc_5f4d_5fint',['put_vara_vdesc_4d_int',['../group___p_i_o__put__var.html#gaf9ac6f8e908cf688201c0dd3be545c87',1,'pionfput_mod']]],
- ['put_5fvara_5fvdesc_5f4d_5freal',['put_vara_vdesc_4d_real',['../group___p_i_o__put__var.html#ga73c553a1e70e16cd9c6ea081e699900c',1,'pionfput_mod']]],
- ['put_5fvara_5fvdesc_5f4d_5ftext',['put_vara_vdesc_4d_text',['../group___p_i_o__put__var.html#gaf6918fe56d0c9837293fa5142e5b480f',1,'pionfput_mod']]],
- ['put_5fvara_5fvdesc_5f5d_5fdouble',['put_vara_vdesc_5d_double',['../group___p_i_o__put__var.html#ga5f2a994b4ebaff85c453ca3cb4eb5f28',1,'pionfput_mod']]],
- ['put_5fvara_5fvdesc_5f5d_5fint',['put_vara_vdesc_5d_int',['../group___p_i_o__put__var.html#ga823bd3538a78a0be3ff5109ad1d54c01',1,'pionfput_mod']]],
- ['put_5fvara_5fvdesc_5f5d_5freal',['put_vara_vdesc_5d_real',['../group___p_i_o__put__var.html#ga14cf7c10f267b699aa8634db85f381fe',1,'pionfput_mod']]],
- ['put_5fvara_5fvdesc_5f5d_5ftext',['put_vara_vdesc_5d_text',['../group___p_i_o__put__var.html#ga43dcf78e0a9e7f7e9dd6070ba7b288c8',1,'pionfput_mod']]],
- ['put_5fvars_5fhandler',['put_vars_handler',['../pio__msg_8c.html#afb04a32030a33d8d24d1495388a38209',1,'pio_msg.c']]]
+ ['write_5fdarray_5f1d_5fcinterface_5fdouble',['write_darray_1d_cinterface_double',['../piodarray_8f90.html#a66651275c10b1796608ec093446de41b',1,'piodarray']]],
+ ['write_5fdarray_5f1d_5fcinterface_5fint',['write_darray_1d_cinterface_int',['../piodarray_8f90.html#abdd2e170febcf14b6e7141febb8fbc8e',1,'piodarray']]],
+ ['write_5fdarray_5f1d_5fcinterface_5freal',['write_darray_1d_cinterface_real',['../piodarray_8f90.html#a3d645b0c14d1d62b04596a77bea502f2',1,'piodarray']]],
+ ['write_5fdarray_5f2d_5fdouble',['write_darray_2d_double',['../group___p_i_o__write__darray.html#ga3a403e6310fc93d477490a3d9187ac5a',1,'piodarray']]],
+ ['write_5fdarray_5f2d_5fint',['write_darray_2d_int',['../group___p_i_o__write__darray.html#gaf9b118942b77419f2662e63225196e3a',1,'piodarray']]],
+ ['write_5fdarray_5f2d_5freal',['write_darray_2d_real',['../group___p_i_o__write__darray.html#gaffba98ea76cd6529f70e81aebd51759c',1,'piodarray']]],
+ ['write_5fdarray_5f3d_5fdouble',['write_darray_3d_double',['../group___p_i_o__write__darray.html#gaa1bc7030b6985c14b4f4395a9813cd20',1,'piodarray']]],
+ ['write_5fdarray_5f3d_5fint',['write_darray_3d_int',['../group___p_i_o__write__darray.html#ga4fdd4458183d001ee86a65348173ebff',1,'piodarray']]],
+ ['write_5fdarray_5f3d_5freal',['write_darray_3d_real',['../group___p_i_o__write__darray.html#ga042b4424172b3024635a80a0ccfa9ff2',1,'piodarray']]],
+ ['write_5fdarray_5f4d_5fdouble',['write_darray_4d_double',['../group___p_i_o__write__darray.html#ga56b1124a763d57348d196b9db049b287',1,'piodarray']]],
+ ['write_5fdarray_5f4d_5fint',['write_darray_4d_int',['../group___p_i_o__write__darray.html#gacdc54b91f8a4d3db9c217e0d173f5b2f',1,'piodarray']]],
+ ['write_5fdarray_5f4d_5freal',['write_darray_4d_real',['../group___p_i_o__write__darray.html#ga19a839af40f84a8a216225650b02408d',1,'piodarray']]],
+ ['write_5fdarray_5f5d_5fdouble',['write_darray_5d_double',['../group___p_i_o__write__darray.html#ga0d84895c5bd97345fa8e62628fdd8eea',1,'piodarray']]],
+ ['write_5fdarray_5f5d_5fint',['write_darray_5d_int',['../group___p_i_o__write__darray.html#ga7441b167ce4cfadf8615aa55587c17cc',1,'piodarray']]],
+ ['write_5fdarray_5f5d_5freal',['write_darray_5d_real',['../group___p_i_o__write__darray.html#gab603f273c6f6c4405995232df7266532',1,'piodarray']]],
+ ['write_5fdarray_5f6d_5fdouble',['write_darray_6d_double',['../group___p_i_o__write__darray.html#ga8705c61671a210688966373b85d5cd89',1,'piodarray']]],
+ ['write_5fdarray_5f6d_5fint',['write_darray_6d_int',['../group___p_i_o__write__darray.html#gac82899d3cfeb71cc6f5694e408b49111',1,'piodarray']]],
+ ['write_5fdarray_5f6d_5freal',['write_darray_6d_real',['../group___p_i_o__write__darray.html#ga232835f55b8aac1f4f42035209a2a731',1,'piodarray']]],
+ ['write_5fdarray_5f7d_5fdouble',['write_darray_7d_double',['../group___p_i_o__write__darray.html#gae2eda505e927211b0ce67c6af2fe6a18',1,'piodarray']]],
+ ['write_5fdarray_5f7d_5fint',['write_darray_7d_int',['../group___p_i_o__write__darray.html#ga47749d3b96f6a95062e9522cf8fceb4d',1,'piodarray']]],
+ ['write_5fdarray_5f7d_5freal',['write_darray_7d_real',['../group___p_i_o__write__darray.html#ga9a2d7e22bd919af8e7aa76296f6fb1e6',1,'piodarray']]],
+ ['write_5fdarray_5fmulti_5f1d_5fcinterface_5fdouble',['write_darray_multi_1d_cinterface_double',['../piodarray_8f90.html#ab14027583ac2736ac72f29c92c04f7c4',1,'piodarray']]],
+ ['write_5fdarray_5fmulti_5f1d_5fcinterface_5fint',['write_darray_multi_1d_cinterface_int',['../piodarray_8f90.html#aa3536fa76b01c45f78b8c05f32c42754',1,'piodarray']]],
+ ['write_5fdarray_5fmulti_5f1d_5fcinterface_5freal',['write_darray_multi_1d_cinterface_real',['../piodarray_8f90.html#a9c42393f02ade20638482bdfaa627b5b',1,'piodarray']]],
+ ['write_5fdarray_5fmulti_5f1d_5fdouble',['write_darray_multi_1d_double',['../group___p_i_o__write__darray.html#ga8d0bd849649431d45be11f85e8aa53dd',1,'piodarray']]],
+ ['write_5fdarray_5fmulti_5f1d_5fint',['write_darray_multi_1d_int',['../group___p_i_o__write__darray.html#gab93e96206c8002d48dac170ff060f16c',1,'piodarray']]],
+ ['write_5fdarray_5fmulti_5f1d_5freal',['write_darray_multi_1d_real',['../group___p_i_o__write__darray.html#gaddec1071975bb5f847e49d8dfee98b93',1,'piodarray']]],
+ ['writevar',['writevar',['../structpioexample_1_1pioexampleclass.html#afcbe92804a76647173f0097f97869b05',1,'pioexample::pioexampleclass']]]
];
diff --git a/docs/search/groups_0.js b/docs/search/groups_0.js
index bd90bc31812..76a42e057cf 100644
--- a/docs/search/groups_0.js
+++ b/docs/search/groups_0.js
@@ -1,5 +1,5 @@
var searchData=
[
- ['error_20return_20codes',['error return codes',['../group__error__return.html',1,'']]],
- ['error_5fmethods',['error_methods',['../group___p_i_o__error__method.html',1,'']]]
+ ['close_20a_20file',['Close a File',['../group___p_i_o__close__file__c.html',1,'']]],
+ ['create_20a_20file',['Create a File',['../group___p_i_o__create__file__c.html',1,'']]]
];
diff --git a/docs/search/groups_1.js b/docs/search/groups_1.js
index 6ce1e9c76b0..260d9b6f5b8 100644
--- a/docs/search/groups_1.js
+++ b/docs/search/groups_1.js
@@ -1,4 +1,6 @@
var searchData=
[
- ['io_20descriptors_2c_20generating',['io descriptors, generating',['../group__iodesc__generate.html',1,'']]]
+ ['define_20a_20dimension',['Define a Dimension',['../group___p_i_o__def__dim__c.html',1,'']]],
+ ['define_20a_20variable',['Define a Variable',['../group___p_i_o__def__var__c.html',1,'']]],
+ ['delete_20an_20attribute',['Delete an Attribute',['../group___p_i_o__del__att__c.html',1,'']]]
];
diff --git a/docs/search/groups_2.js b/docs/search/groups_2.js
index eb4990d8890..828b1a6730b 100644
--- a/docs/search/groups_2.js
+++ b/docs/search/groups_2.js
@@ -1,58 +1,6 @@
var searchData=
[
- ['pio_5fadvanceframe',['PIO_advanceframe',['../group___p_i_o__advanceframe.html',1,'']]],
- ['pio_5fclosefile',['PIO_closefile',['../group___p_i_o__closefile.html',1,'']]],
- ['pio_5fcreatefile',['PIO_createfile',['../group___p_i_o__createfile.html',1,'']]],
- ['pio_5fdef_5fdim',['PIO_def_dim',['../group___p_i_o__def__dim.html',1,'']]],
- ['pio_5fdef_5fvar',['PIO_def_var',['../group___p_i_o__def__var.html',1,'']]],
- ['pio_5fenddef',['PIO_enddef',['../group___p_i_o__enddef.html',1,'']]],
- ['pio_5ffinalize',['PIO_finalize',['../group___p_i_o__finalize.html',1,'']]],
- ['pio_5ffreedecomp',['PIO_freedecomp',['../group___p_i_o__freedecomp.html',1,'']]],
- ['pio_5fget_5fatt',['PIO_get_att',['../group___p_i_o__get__att.html',1,'']]],
- ['pio_5fget_5flocal_5farray_5fsize',['PIO_get_local_array_size',['../group___p_i_o__get__local__array__size.html',1,'']]],
- ['pio_5fget_5fvar',['PIO_get_var',['../group___p_i_o__get__var.html',1,'']]],
- ['pio_5fgetnumiotasks',['PIO_getnumiotasks',['../group___p_i_o__getnumiotasks.html',1,'']]],
- ['pio_5finit',['PIO_init',['../group___p_i_o__init.html',1,'']]],
- ['pio_5finitdecomp',['PIO_initdecomp',['../group___p_i_o__initdecomp.html',1,'']]],
- ['pio_5finq_5fatt',['PIO_inq_att',['../group___p_i_o__inq__att.html',1,'']]],
- ['pio_5finq_5fattlen',['PIO_inq_attlen',['../group___p_i_o__inq__attlen.html',1,'']]],
- ['pio_5finq_5fattname',['PIO_inq_attname',['../group___p_i_o__inq__attname.html',1,'']]],
- ['pio_5finq_5fdimid',['PIO_inq_dimid',['../group___p_i_o__inq__dimid.html',1,'']]],
- ['pio_5finq_5fdimlen',['PIO_inq_dimlen',['../group___p_i_o__inq__dimlen.html',1,'']]],
- ['pio_5finq_5fdimname',['PIO_inq_dimname',['../group___p_i_o__inq__dimname.html',1,'']]],
- ['pio_5finq_5fnatts',['PIO_inq_natts',['../group___p_i_o__inq__natts.html',1,'']]],
- ['pio_5finq_5fndims',['PIO_inq_ndims',['../group___p_i_o__inq__ndims.html',1,'']]],
- ['pio_5finq_5fnvars',['PIO_inq_nvars',['../group___p_i_o__inq__nvars.html',1,'']]],
- ['pio_5finq_5funlimdim',['PIO_inq_unlimdim',['../group___p_i_o__inq__unlimdim.html',1,'']]],
- ['pio_5finq_5fvar_5fdeflate',['PIO_inq_var_deflate',['../group___p_i_o__inq__var__deflate.html',1,'']]],
- ['pio_5finq_5fvardimid',['PIO_inq_vardimid',['../group___p_i_o__inq__vardimid.html',1,'']]],
- ['pio_5finq_5fvarid',['PIO_inq_varid',['../group___p_i_o__inq__varid.html',1,'']]],
- ['pio_5finq_5fvarname',['PIO_inq_varname',['../group___p_i_o__inq__varname.html',1,'']]],
- ['pio_5finq_5fvarnatts',['PIO_inq_varnatts',['../group___p_i_o__inq__varnatts.html',1,'']]],
- ['pio_5finq_5fvarndims',['PIO_inq_varndims',['../group___p_i_o__inq__varndims.html',1,'']]],
- ['pio_5finq_5fvartype',['PIO_inq_vartype',['../group___p_i_o__inq__vartype.html',1,'']]],
- ['pio_5finquire',['PIO_inquire',['../group___p_i_o__inquire.html',1,'']]],
- ['pio_5finquire_5fdimension',['PIO_inquire_dimension',['../group___p_i_o__inquire__dimension.html',1,'']]],
- ['pio_5finquire_5fvariable',['PIO_inquire_variable',['../group___p_i_o__inquire__variable.html',1,'']]],
- ['pio_5fiotype',['PIO_iotype',['../group___p_i_o__iotype.html',1,'']]],
- ['pio_5fkinds',['PIO_kinds',['../group___p_i_o__kinds.html',1,'']]],
- ['pio_5fopenfile',['PIO_openfile',['../group___p_i_o__openfile.html',1,'']]],
- ['pio_5fput_5fatt',['PIO_put_att',['../group___p_i_o__put__att.html',1,'']]],
- ['pio_5fput_5fvar',['PIO_put_var',['../group___p_i_o__put__var.html',1,'']]],
- ['pio_5fread_5fdarray',['PIO_read_darray',['../group___p_i_o__read__darray.html',1,'']]],
- ['pio_5frearr_5fcomm_5fdir',['PIO_rearr_comm_dir',['../group___p_i_o__rearr__comm__dir.html',1,'']]],
- ['pio_5frearr_5fcomm_5ffc_5foptions',['PIO_rearr_comm_fc_options',['../group___p_i_o__rearr__comm__fc__options.html',1,'']]],
- ['pio_5frearr_5fcomm_5ft',['PIO_rearr_comm_t',['../group___p_i_o__rearr__comm__t.html',1,'']]],
- ['pio_5frearr_5fmethod',['PIO_rearr_method',['../group___p_i_o__rearr__method.html',1,'']]],
- ['pio_5frearr_5foptions',['PIO_rearr_options',['../group___p_i_o__rearr__options.html',1,'']]],
- ['pio_5fredef',['PIO_redef',['../group___p_i_o__redef.html',1,'']]],
- ['pio_5fset_5fblocksize',['PIO_set_blocksize',['../group___p_i_o__set__blocksize.html',1,'']]],
- ['pio_5fset_5fhint',['PIO_set_hint',['../group___p_i_o__set__hint.html',1,'']]],
- ['pio_5fset_5flog_5flevel',['PIO_set_log_level',['../group___p_i_o__set__log__level.html',1,'']]],
- ['pio_5fsetdebuglevel',['PIO_setdebuglevel',['../group___p_i_o__setdebuglevel.html',1,'']]],
- ['pio_5fseterrorhandling',['PIO_seterrorhandling',['../group___p_i_o__seterrorhandling.html',1,'']]],
- ['pio_5fsetframe',['PIO_setframe',['../group___p_i_o__setframe.html',1,'']]],
- ['pio_5fstrerror',['PIO_strerror',['../group___p_i_o__strerror.html',1,'']]],
- ['pio_5fsyncfile',['PIO_syncfile',['../group___p_i_o__syncfile.html',1,'']]],
- ['pio_5fwrite_5fdarray',['PIO_write_darray',['../group___p_i_o__write__darray.html',1,'']]]
+ ['error_20return_20codes',['error return codes',['../group__error__return.html',1,'']]],
+ ['end_20define_20mode',['End Define Mode',['../group___p_i_o__enddef__c.html',1,'']]],
+ ['error_5fmethods',['error_methods',['../group___p_i_o__error__method.html',1,'']]]
];
diff --git a/docs/search/pages_6.js b/docs/search/pages_6.js
index 38cca5280e5..365e8afb266 100644
--- a/docs/search/pages_6.js
+++ b/docs/search/pages_6.js
@@ -1,5 +1,6 @@
var searchData=
[
- ['pio_20user_20interface',['PIO user interface',['../api.html',1,'']]],
+ ['pio_20fortran_20interface',['PIO Fortran Interface',['../api.html',1,'']]],
+ ['pio_20c_20interface',['PIO C Interface',['../c_api.html',1,'']]],
['parallel_20i_2fo_20libraries_20_28pio_29',['Parallel I/O Libraries (PIO)',['../index.html',1,'']]]
];
diff --git a/docs/search/searchdata.js b/docs/search/searchdata.js
index 6dc3345fbfd..46adcc15331 100644
--- a/docs/search/searchdata.js
+++ b/docs/search/searchdata.js
@@ -1,15 +1,15 @@
var indexSectionsWithContent =
{
0: "abcdefghilmnoprstuvwx",
- 1: "dfimpruvw",
+ 1: "dfiprvw",
2: "ep",
- 3: "abcdefgilmoprsw",
+ 3: "acdefgimprsw",
4: "abcdefhilmnoprsuvw",
- 5: "efimprvw",
+ 5: "efirvw",
6: "p",
7: "p",
- 8: "delmnpsvx",
- 9: "eip",
+ 8: "demnpsvx",
+ 9: "cdefgiloprsw",
10: "cdefgipt"
};
diff --git a/docs/search/variables_1.js b/docs/search/variables_1.js
index 8e3b783a808..b7d7bb7d665 100644
--- a/docs/search/variables_1.js
+++ b/docs/search/variables_1.js
@@ -1,5 +1,5 @@
var searchData=
[
- ['blocksize',['blocksize',['../pioc_8c.html#a75e9073defcedf91712de41e4ac14800',1,'blocksize(): pioc_sc.c'],['../pioc__sc_8c.html#a75e9073defcedf91712de41e4ac14800',1,'blocksize(): pioc_sc.c']]],
+ ['blocksize',['blocksize',['../pioc_8c.html#a75e9073defcedf91712de41e4ac14800',1,'pioc.c']]],
['buffer',['buffer',['../structfile__desc__t.html#a0c596f8e36c81915e0ef59dca2bee7f3',1,'file_desc_t']]]
];
diff --git a/docs/search/variables_2.js b/docs/search/variables_2.js
index fb33bb61f9e..9ecf70d491f 100644
--- a/docs/search/variables_2.js
+++ b/docs/search/variables_2.js
@@ -1,8 +1,11 @@
var searchData=
[
+ ['char_5flen',['char_len',['../pio__kinds_8_f90.html#a40b9ef544701e6fb7b698d4a7ad5866a',1,'pio_kinds']]],
['chunksize',['chunksize',['../example2_8c.html#ac370740bf1adc58a8c18773ffd823ebf',1,'example2.c']]],
- ['cn_5fbpool',['CN_bpool',['../pio__darray_8c.html#ad8ea77d66c23466b306a6d74e751bd9c',1,'CN_bpool(): pio_darray.c'],['../pio__darray__int_8c.html#ad8ea77d66c23466b306a6d74e751bd9c',1,'CN_bpool(): pio_darray.c']]],
- ['comm_5ftype',['comm_type',['../structrearr__opt.html#a342fe712d7506465b38916591820ae7e',1,'rearr_opt']]],
+ ['cn_5fbpool',['CN_bpool',['../pio__darray_8c.html#ad8ea77d66c23466b306a6d74e751bd9c',1,'pio_darray.c']]],
+ ['comm_5ffc_5fopts_5fcomp2io',['comm_fc_opts_comp2io',['../structpio__types_1_1pio__rearr__opt__t.html#a5d18036a2fceb1a4fcff8699d2f64d3a',1,'pio_types::pio_rearr_opt_t']]],
+ ['comm_5ffc_5fopts_5fio2comp',['comm_fc_opts_io2comp',['../structpio__types_1_1pio__rearr__opt__t.html#ab2b57740e8477b11a260bc57e9e28164',1,'pio_types::pio_rearr_opt_t']]],
+ ['comm_5ftype',['comm_type',['../structrearr__opt.html#a342fe712d7506465b38916591820ae7e',1,'rearr_opt::comm_type()'],['../structpio__types_1_1pio__rearr__opt__t.html#a858797b8a0a36d4c19e6fc210b822adc',1,'pio_types::pio_rearr_opt_t::comm_type()']]],
['comp2io',['comp2io',['../structrearr__opt.html#aeca20bb690f07a0caa04c5f1ae95a256',1,'rearr_opt']]],
['comp_5fcomm',['comp_comm',['../structiosystem__desc__t.html#a362435c96f238f4c90da56af73454199',1,'iosystem_desc_t']]],
['comp_5fidx',['comp_idx',['../structiosystem__desc__t.html#a57a0b192ffe2f569d21ae31fc998ef88',1,'iosystem_desc_t']]],
diff --git a/docs/search/variables_3.js b/docs/search/variables_3.js
index 06d0ff35479..653fc522b0e 100644
--- a/docs/search/variables_3.js
+++ b/docs/search/variables_3.js
@@ -2,7 +2,10 @@ var searchData=
[
['data',['data',['../structwmulti__buffer.html#aa6079bff17b568dcb461f89faa4b09e1',1,'wmulti_buffer']]],
['databuffer',['databuffer',['../structpioexample_1_1pioexampleclass.html#a154ba5b20555c9ba1c8674c064f3f8fb',1,'pioexample::pioexampleclass']]],
- ['default_5ferror_5fhandler',['default_error_handler',['../pioc_8c.html#aa51ffd0af16fbe64b37ed23b3c10700a',1,'default_error_handler(): pioc.c'],['../pioc__support_8c.html#aa51ffd0af16fbe64b37ed23b3c10700a',1,'default_error_handler(): pioc.c']]],
+ ['debug',['debug',['../pio__support_8_f90.html#aac4c26a2efb143482f67309d07d4e266',1,'pio_support']]],
+ ['debugasync',['debugasync',['../pio__support_8_f90.html#a587dc3074a365ced4e67a1082b327023',1,'pio_support']]],
+ ['debugio',['debugio',['../pio__support_8_f90.html#a32c1c595ec927ae3d54daad0c95492ca',1,'pio_support']]],
+ ['default_5ferror_5fhandler',['default_error_handler',['../pioc__support_8c.html#aa51ffd0af16fbe64b37ed23b3c10700a',1,'default_error_handler(): pioc.c'],['../pioc_8c.html#aa51ffd0af16fbe64b37ed23b3c10700a',1,'default_error_handler(): pioc.c']]],
['default_5frearranger',['default_rearranger',['../structiosystem__desc__t.html#a6badea08e053fb45299a22b6a57e5d46',1,'iosystem_desc_t']]],
['dim_5flen',['dim_len',['../example2_8c.html#a0cdd029eb53af7edd1f798d8d2425b2b',1,'example2.c']]],
['dim_5fname',['dim_name',['../example2_8c.html#a2ff6a13fe5da4f73ddbd691b94aaec9a',1,'example2.c']]],
diff --git a/docs/search/variables_4.js b/docs/search/variables_4.js
index 45a6ce7f661..9fea07d662a 100644
--- a/docs/search/variables_4.js
+++ b/docs/search/variables_4.js
@@ -1,5 +1,7 @@
var searchData=
[
+ ['enable_5fhs',['enable_hs',['../structpio__types_1_1pio__rearr__comm__fc__opt__t.html#a302c79b62ab18a7e342cdc5fe7e33cdf',1,'pio_types::pio_rearr_comm_fc_opt_t']]],
+ ['enable_5fisend',['enable_isend',['../structpio__types_1_1pio__rearr__comm__fc__opt__t.html#a397e466d5c4fcb58f2a055dce1c4df7a',1,'pio_types::pio_rearr_comm_fc_opt_t']]],
['err_5fbuffer',['err_buffer',['../example1_8c.html#ab936652dd13083dc9181ec7886ab04b7',1,'err_buffer(): example1.c'],['../example2_8c.html#ab936652dd13083dc9181ec7886ab04b7',1,'err_buffer(): example2.c']]],
['error_5fhandler',['error_handler',['../structiosystem__desc__t.html#a5feeb0ee83c989df85476df5f9b891e5',1,'iosystem_desc_t']]]
];
diff --git a/docs/search/variables_5.js b/docs/search/variables_5.js
index 01831f90bfc..35086c4dfc8 100644
--- a/docs/search/variables_5.js
+++ b/docs/search/variables_5.js
@@ -1,11 +1,11 @@
var searchData=
[
- ['fcd',['fcd',['../structrearr__opt.html#a6825903b13bee7b2b73c705054e2793f',1,'rearr_opt']]],
- ['fh',['fh',['../structfile__desc__t.html#ac11d983d7f6a52f1d7e1e1205aa0c93c',1,'file_desc_t']]],
+ ['fcd',['fcd',['../structrearr__opt.html#a6825903b13bee7b2b73c705054e2793f',1,'rearr_opt::fcd()'],['../structpio__types_1_1pio__rearr__opt__t.html#ab30d36cdd95c7bf662fda655f6be7452',1,'pio_types::pio_rearr_opt_t::fcd()']]],
+ ['fh',['fh',['../structfile__desc__t.html#ac11d983d7f6a52f1d7e1e1205aa0c93c',1,'file_desc_t::fh()'],['../structpio__types_1_1file__desc__t.html#a3b0cf764f31b25606860d9c027a3fb32',1,'pio_types::file_desc_t::fh()']]],
['filename',['filename',['../structpioexample_1_1pioexampleclass.html#a1bd58a3929e07eb6da0ac18516abce6d',1,'pioexample::pioexampleclass']]],
['fillbuf',['fillbuf',['../structvar__desc__t.html#ac8c54f61c356694137302c47a91c367c',1,'var_desc_t']]],
['fillregion',['fillregion',['../structio__desc__t.html#a149541d0278eed68b8ad688e452fda81',1,'io_desc_t']]],
- ['fillvalue',['fillvalue',['../structwmulti__buffer.html#a86d0985ad146c8b7a840536bb6e38b9a',1,'wmulti_buffer']]],
+ ['fillvalue',['fillvalue',['../structvar__desc__t.html#a8ac1c59abd8e74ee6fd3ea7a11fb2917',1,'var_desc_t::fillvalue()'],['../structwmulti__buffer.html#a86d0985ad146c8b7a840536bb6e38b9a',1,'wmulti_buffer::fillvalue()']]],
['firstregion',['firstregion',['../structio__desc__t.html#a1318de33496d1ee4da890e7c375f06e4',1,'io_desc_t']]],
['frame',['frame',['../structwmulti__buffer.html#af62be7bfb28e68a765a41796ecf99509',1,'wmulti_buffer']]]
];
diff --git a/docs/search/variables_6.js b/docs/search/variables_6.js
index 409290f98f3..c312c7a7d69 100644
--- a/docs/search/variables_6.js
+++ b/docs/search/variables_6.js
@@ -1,5 +1,6 @@
var searchData=
[
+ ['hh',['hh',['../structvar__desc__t.html#aeb255f8580bf16418410494ac6ceab7d',1,'var_desc_t::hh()'],['../structio__desc__t.html#a68ef277b19b7dcea43eafcd0cac7d63f',1,'io_desc_t::hh()'],['../structwmulti__buffer.html#ae852c32f8a6921f848cec6856769849b',1,'wmulti_buffer::hh()'],['../structfile__desc__t.html#a96a45eda132e3476b16e159b473d5185',1,'file_desc_t::hh()']]],
['holegridsize',['holegridsize',['../structio__desc__t.html#a2792b197c9a69fc19bec4171edd19b48',1,'io_desc_t']]],
['hs',['hs',['../structrearr__comm__fc__opt.html#a99bb96abd6fc9958d40f3f93c94ca6f0',1,'rearr_comm_fc_opt']]],
['htid',['htid',['../structwmulti__buffer.html#a7c6bd75f1ed6634b7f3ee6464a8e84df',1,'wmulti_buffer']]]
diff --git a/docs/search/variables_7.js b/docs/search/variables_7.js
index 6b73788caeb..ed6f9ea9e66 100644
--- a/docs/search/variables_7.js
+++ b/docs/search/variables_7.js
@@ -1,20 +1,25 @@
var searchData=
[
+ ['i4',['i4',['../pio__kinds_8_f90.html#a4cc794b2c7b8a321a21331f91a400014',1,'pio_kinds']]],
+ ['i8',['i8',['../pio__kinds_8_f90.html#a10707937c0128b5a022037cad1ecd998',1,'pio_kinds']]],
['info',['info',['../structiosystem__desc__t.html#a6230bdca13e27d28836c5180c3083e3a',1,'iosystem_desc_t']]],
+ ['int_5fkind',['int_kind',['../pio__kinds_8_f90.html#a489077677546864ddc6bca161c7d5627',1,'pio_kinds']]],
['intercomm',['intercomm',['../structiosystem__desc__t.html#a70e27569f2d508a56c90c8763c67d5bb',1,'iosystem_desc_t']]],
['io2comp',['io2comp',['../structrearr__opt.html#a8b278b23d13399de2c0c37e49ecec8a4',1,'rearr_opt']]],
['io_5fcomm',['io_comm',['../structiosystem__desc__t.html#ab97de8bab80dccb81d015cd8ea9f6fc3',1,'iosystem_desc_t']]],
['io_5frank',['io_rank',['../structiosystem__desc__t.html#ab3668f3353df907f53d3ce7b8dc02b6c',1,'iosystem_desc_t']]],
['iobuf',['iobuf',['../structfile__desc__t.html#a842685f169b087fff0cd08e50e599c0c',1,'file_desc_t']]],
['iodescncells',['iodescncells',['../structpioexample_1_1pioexampleclass.html#ad6af5157ab138c120ae091f19b6cd6c9',1,'pioexample::pioexampleclass']]],
- ['ioid',['ioid',['../structio__desc__t.html#a25b4283d2730b6570d8fa890a8ce73ea',1,'io_desc_t::ioid()'],['../structwmulti__buffer.html#a667fee0c4b8abf44a2b0703e097ab5f6',1,'wmulti_buffer::ioid()']]],
+ ['ioid',['ioid',['../structio__desc__t.html#a25b4283d2730b6570d8fa890a8ce73ea',1,'io_desc_t::ioid()'],['../structwmulti__buffer.html#a667fee0c4b8abf44a2b0703e097ab5f6',1,'wmulti_buffer::ioid()'],['../structpio__types_1_1io__desc__t.html#a20075c4a4d6089f4b4a279352498e304',1,'pio_types::io_desc_t::ioid()']]],
['iomaster',['iomaster',['../structiosystem__desc__t.html#ae1255c9d48ed0d0fcb8ebafdc537cb1c',1,'iosystem_desc_t']]],
['ioproc',['ioproc',['../structiosystem__desc__t.html#a8a3fdecd677b2900dfcf6b38cc79181b',1,'iosystem_desc_t']]],
['ioranks',['ioranks',['../structiosystem__desc__t.html#a64bb47312ace9243d5466cd37789227d',1,'iosystem_desc_t']]],
['ioroot',['ioroot',['../structiosystem__desc__t.html#ad4887d6eeefbbe4cf8373c6a094a10d1',1,'iosystem_desc_t']]],
- ['iosysid',['iosysid',['../structiosystem__desc__t.html#a349780a2a7a8b14bccadba61d0a3283b',1,'iosystem_desc_t']]],
- ['iosystem',['iosystem',['../structfile__desc__t.html#a2786365ee60ecd996a53d7d5107c24dd',1,'file_desc_t']]],
+ ['iosysid',['iosysid',['../structiosystem__desc__t.html#a349780a2a7a8b14bccadba61d0a3283b',1,'iosystem_desc_t::iosysid()'],['../structpio__types_1_1iosystem__desc__t.html#a6d95b0d6b1f73b59256ab9b486b5ac5a',1,'pio_types::iosystem_desc_t::iosysid()']]],
+ ['iosystem',['iosystem',['../structfile__desc__t.html#a2786365ee60ecd996a53d7d5107c24dd',1,'file_desc_t::iosystem()'],['../structpio__types_1_1file__desc__t.html#a93ced493d9cb3a5b7a48c95ca9a1b099',1,'pio_types::file_desc_t::iosystem()']]],
['iotype',['iotype',['../structpioexample_1_1pioexampleclass.html#af59b594e0e942335c3dea5712c2dc473',1,'pioexample::pioexampleclass::iotype()'],['../structfile__desc__t.html#a4f43bb9519d336d421ce4c4c82ef8bb0',1,'file_desc_t::iotype()']]],
+ ['iotype_5fnetcdf',['iotype_netcdf',['../pio__types_8_f90.html#abc9c4579744bb3ca79a6297cf9e6f092',1,'pio_types']]],
+ ['iotype_5fpnetcdf',['iotype_pnetcdf',['../pio__types_8_f90.html#aa490e16cc42b3f4e5bf5232f170afafc',1,'pio_types']]],
['isend',['isend',['../structrearr__comm__fc__opt.html#a77dc830a4a4c27ed3e6d6aad6f096184',1,'rearr_comm_fc_opt']]],
['ista',['ista',['../structpioexample_1_1pioexampleclass.html#a9f1fe416650ed720ede20f245cdfc855',1,'pioexample::pioexampleclass']]],
['isto',['isto',['../structpioexample_1_1pioexampleclass.html#a9625281513502d3da7696e84dceaf0d5',1,'pioexample::pioexampleclass']]]
diff --git a/docs/search/variables_8.js b/docs/search/variables_8.js
index b7b71d47f61..ee6dd90b0e1 100644
--- a/docs/search/variables_8.js
+++ b/docs/search/variables_8.js
@@ -1,5 +1,7 @@
var searchData=
[
+ ['length',['length',['../structpio__types_1_1decompmap__t.html#a0fc76440744c5333d27fa137dede6796',1,'pio_types::decompmap_t']]],
['llen',['llen',['../structio__desc__t.html#aa774744b15b0eced2af33da10a8ed3c4',1,'io_desc_t']]],
- ['loffset',['loffset',['../structio__region.html#a65ba5fd34f21987d9c07cfb9e264b159',1,'io_region']]]
+ ['loffset',['loffset',['../structio__region.html#a65ba5fd34f21987d9c07cfb9e264b159',1,'io_region']]],
+ ['log_5fkind',['log_kind',['../pio__kinds_8_f90.html#a7e59e6e085c21dd563020fdfa6fb5f0c',1,'pio_kinds']]]
];
diff --git a/docs/search/variables_9.js b/docs/search/variables_9.js
index ae968b2dfbb..f818c1ee10c 100644
--- a/docs/search/variables_9.js
+++ b/docs/search/variables_9.js
@@ -2,13 +2,13 @@ var searchData=
[
['map',['map',['../structio__desc__t.html#a3837a3cd3532a18e3b510a21a3903f39',1,'io_desc_t']]],
['maplen',['maplen',['../structio__desc__t.html#a7ea4140687fe625b553d255e99112e95',1,'io_desc_t']]],
- ['max_5fpend_5freq',['max_pend_req',['../structrearr__comm__fc__opt.html#ac6aea4e835c71daa004ce1a69efaa5b8',1,'rearr_comm_fc_opt']]],
+ ['max_5fpend_5freq',['max_pend_req',['../structrearr__comm__fc__opt.html#ac6aea4e835c71daa004ce1a69efaa5b8',1,'rearr_comm_fc_opt::max_pend_req()'],['../structpio__types_1_1pio__rearr__comm__fc__opt__t.html#af88b46e06801e8e9055b1c1f78027412',1,'pio_types::pio_rearr_comm_fc_opt_t::max_pend_req()']]],
['maxbytes',['maxbytes',['../structio__desc__t.html#a7f6bf3b3dc649e3cb87fdea2eff4fc6f',1,'io_desc_t']]],
['maxfillregions',['maxfillregions',['../structio__desc__t.html#a52e2f2be2c059d28a4df5e1f0de263d7',1,'io_desc_t']]],
['maxholegridsize',['maxholegridsize',['../structio__desc__t.html#abf7df02ce96310e2835c499e031f0607',1,'io_desc_t']]],
['maxiobuflen',['maxiobuflen',['../structio__desc__t.html#a9fb02c35ba6bb5a07837ac9407b2056a',1,'io_desc_t']]],
['maxregions',['maxregions',['../structio__desc__t.html#a9424540996b0b6fdbe2486bbb35a8baf',1,'io_desc_t']]],
- ['maxusage',['maxusage',['../pio__darray_8c.html#a89343a92bde7994f33f1f466022fa0fc',1,'maxusage(): pio_darray.c'],['../pio__darray__int_8c.html#a89343a92bde7994f33f1f466022fa0fc',1,'maxusage(): pio_darray.c']]],
+ ['maxusage',['maxusage',['../pio__darray_8c.html#a89343a92bde7994f33f1f466022fa0fc',1,'pio_darray.c']]],
['mpi_5ftype',['mpi_type',['../structvar__desc__t.html#afbf32495520581b80be07f3d65f528cd',1,'var_desc_t']]],
['mpi_5ftype_5fsize',['mpi_type_size',['../structvar__desc__t.html#abd49b49ecae5dc420a2c7111c6b2b36c',1,'var_desc_t']]],
['mpitype',['mpitype',['../structio__desc__t.html#acace5d05ee97b31692fe7a2f107b057e',1,'io_desc_t']]],
diff --git a/docs/search/variables_a.js b/docs/search/variables_a.js
index 79b6b0ea79f..9fcfba1f519 100644
--- a/docs/search/variables_a.js
+++ b/docs/search/variables_a.js
@@ -1,5 +1,6 @@
var searchData=
[
+ ['ncid',['ncid',['../structpio__types_1_1var__desc__t.html#a3e627795ff0f730475b7e6e2b30a2670',1,'pio_types::var_desc_t']]],
['ndims',['ndims',['../structio__desc__t.html#a258b4083cf5f5afaf66abdbe3db01a89',1,'io_desc_t']]],
['ndof',['ndof',['../structio__desc__t.html#a66ce0ae69f67e84921bbf85508fd015f',1,'io_desc_t']]],
['needsfill',['needsfill',['../structio__desc__t.html#ae091e478cb04d7b108cb1e124c05355d',1,'io_desc_t']]],
diff --git a/docs/structpio__types_1_1decompmap__t-members.html b/docs/structpio__types_1_1decompmap__t-members.html
index 62fdf43be40..bc9161099ca 100644
--- a/docs/structpio__types_1_1decompmap__t-members.html
+++ b/docs/structpio__types_1_1decompmap__t-members.html
@@ -71,12 +71,12 @@