diff --git a/.gitignore b/.gitignore index 39f601c05f0..0ed14d7bb18 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ .project html/ +docs/ *~ \#*\# *.o diff --git a/docs/index.html b/docs/index.html index ab55abe5798..962e3b685bb 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1 +1,97 @@ -

hi

+ + + + + + + +PIO: Parallel I/O library (PIO) + + + + + + + + + + +
+
+ + + + + + +
+
PIO +  2.4.0 +
+
+
+ + + + + + + +
+ +
+
+ + +
+ +
+ +
+
+
Parallel I/O library (PIO)
+
+
+
Author
Jim Edwards
+
+John M. Dennis
+
+Mariana Vertenstein
+
+Edward Hartnett
+

The Parallel I/O (PIO) library has been developed over several years to improve the ability of component models of the Community Earth System Model (CESM) to perform I/O. We believe that the interface is sufficiently general to be useful to a broader spectrum of applications. The focus of development has been on backend tools that use the NetCDF file format. PIO currently supports NetCDF and PnetCDF as backend libraries, both can be linked and used with runtime options controlling which is used for a given file.

+

PIO2 represents a significant rewrite of the PIO library and includes a C API as well as the original F90 API. A new decomposition strategy has been introduced which gives the user more ability to tune io communications.

+

This user's guide provides information about the PIO library and examples on how it can be used. Please review the ChangeLog that is included with the distribution for up-to-date release information.

+ +
+ + + + diff --git a/pio-2.3.1.tar.gz b/pio-2.3.1.tar.gz new file mode 100644 index 00000000000..616113cad42 Binary files /dev/null and b/pio-2.3.1.tar.gz differ diff --git a/pio-2.4.0.tar.gz b/pio-2.4.0.tar.gz new file mode 100644 index 00000000000..3fa7064bea5 Binary files /dev/null and b/pio-2.4.0.tar.gz differ