+
+
|
@@ -84,7 +95,7 @@
diff --git a/docs/dir_d28a4824dc47e487b107a5db32ef43c4.html b/docs/dir_d28a4824dc47e487b107a5db32ef43c4.html
index 3329aee9930..534d4160e19 100644
--- a/docs/dir_d28a4824dc47e487b107a5db32ef43c4.html
+++ b/docs/dir_d28a4824dc47e487b107a5db32ef43c4.html
@@ -68,6 +68,18 @@
examples Directory Reference
+
+
|
@@ -75,7 +87,7 @@
diff --git a/docs/dir_fbdd47254eba6596566cfbbd6768a55d.html b/docs/dir_fbdd47254eba6596566cfbbd6768a55d.html
index a447b8260a2..d2d79030c97 100644
--- a/docs/dir_fbdd47254eba6596566cfbbd6768a55d.html
+++ b/docs/dir_fbdd47254eba6596566cfbbd6768a55d.html
@@ -71,14 +71,62 @@
|
+file | pio.h [code] |
+ | Public headers for the PIO C interface.
|
+ |
+file | pio_darray.c |
+ | Public functions that read and write distributed arrays in PIO.
|
+ |
+file | pio_darray_int.c |
+ | Private functions to help read and write distributed arrays in PIO.
|
+ |
+file | pio_file.c |
+ | PIO File Handling.
|
+ |
+file | pio_get_nc.c |
+ | PIO functions to get data (excluding varm functions).
|
+ |
+file | pio_getput_int.c |
+ | Internal PIO functions to get and put attributes and data (excluding varm functions).
|
+ |
+file | pio_internal.h [code] |
+ | Private headers and defines for the PIO C interface.
|
+ |
+file | pio_lists.c |
+ | PIO list functions.
|
+ |
+file | pio_msg.c |
+ | PIO async message handling.
|
+ |
+file | pio_nc.c |
+ | PIO interfaces to NetCDF support functions.
|
+ |
file | pio_nc4.c |
| Functions to wrap netCDF-4 functions for PIO.
|
|
+file | pio_put_nc.c |
+ | PIO functions to write data.
|
+ |
+file | pio_rearrange.c |
+ | Code to map IO to model decomposition.
|
+ |
+file | pio_spmd.c |
+ | Algorithms modeled after spmd_utils in the Community Atmosphere Model; C translation.
|
+ |
+file | pioc.c |
+ | Some initialization and support functions.
|
+ |
+file | pioc_sc.c |
+ | Compute start and count arrays for the box rearranger.
|
+ |
+file | pioc_support.c |
+ | Support functions for the PIO library.
|
+ |
diff --git a/docs/error.html b/docs/error.html
index 3e5ef4dfefd..8adca2f4484 100644
--- a/docs/error.html
+++ b/docs/error.html
@@ -83,7 +83,7 @@
diff --git a/docs/examp.html b/docs/examp.html
index 8b8eb15e00e..e9a7f92ba80 100644
--- a/docs/examp.html
+++ b/docs/examp.html
@@ -87,7 +87,7 @@ Other Examples
diff --git a/docs/example1_8c.html b/docs/example1_8c.html
index 00a4ec02683..670a13df948 100644
--- a/docs/example1_8c.html
+++ b/docs/example1_8c.html
@@ -81,11 +81,15 @@
#include <stdlib.h>
#include <unistd.h>
#include <mpi.h>
-#include <pio.h>
+#include <pio.h>