[svn-r2361] Updating "HDF5 Tutorial."
This commit is contained in:
@@ -19,8 +19,6 @@ width=78 height=27 alt="NCSA"><P></A>
|
||||
|
||||
|
||||
<hr noshade size=1>
|
||||
|
||||
<!-- The following buttons are for use only when the Tutorial is served from the HDF web server.
|
||||
<CENTER>
|
||||
<FONT SIZE="3" FACE="arial,helvetica" COLOR="#c80028">
|
||||
<B>[</B> <A HREF="http://hdf.ncsa.uiuc.edu/index.html">Home</A> <B>]</B>
|
||||
@@ -31,9 +29,47 @@ width=78 height=27 alt="NCSA"><P></A>
|
||||
</FONT>
|
||||
<BR>
|
||||
</CENTER>
|
||||
<BR CLEAR=ALL><BR>
|
||||
-->
|
||||
|
||||
<BR CLEAR=ALL><BR>
|
||||
<BODY>
|
||||
<HR>
|
||||
<BIG><B>NOTE:</B></BIG>
|
||||
This tutorial does NOT include the software needed to compile the
|
||||
examples. You will need to obtain this first:<P>
|
||||
<UL>
|
||||
<B>C:</B>
|
||||
<UL>Obtain the HDF5 library. We provide pre-compiled binaries for the
|
||||
platforms on which we tested at
|
||||
<A HREF="ftp://ftp.ncsa.uiuc.edu/HDF/HDF5/current/bin">ftp://ftp.ncsa.uiuc.edu/HDF/HDF5/current/bin</A>.
|
||||
If using the pre-compiled binaries you must
|
||||
also obtain the GZIP library, as they were compiled with GZIP included, but do
|
||||
not include this library. We provide the GZIP library for the platforms on
|
||||
which we
|
||||
tested at:
|
||||
<A HREF="ftp://ftp.ncsa.uiuc.edu/HDF/gzip/">ftp://ftp.ncsa.uiuc.edu/HDF/gzip/</A>
|
||||
</UL>
|
||||
<P>
|
||||
|
||||
<B>FORTRAN90</B>:
|
||||
<UL>
|
||||
Obtain the
|
||||
<A HREF="ftp://ftp.ncsa.uiuc.edu/HDF/HDF5/current/bin">HDF5 libraries</A>,
|
||||
<A HREF="ftp://ftp.ncsa.uiuc.edu/HDF/gzip/">GZIP library</A>, and
|
||||
the HDF5 Fortran90 library. Currently we only provide the source code
|
||||
for the HDF5 Fortran90 library at:
|
||||
|
||||
<A HREF="ftp://ftp.ncsa.uiuc.edu/HDF/HDF5/fortran/">ftp://ftp.ncsa.uiuc.edu/HDF/HDF5/fortran/</A>
|
||||
<P>
|
||||
The HDF5 Fortran90 library was tested on Solaris, IRIX64, and Digital Unix.
|
||||
</UL>
|
||||
<BR>
|
||||
<B>Java</B>: You will need the JHI5 code. Go to the
|
||||
<A HREF="/java-hdf5-html">Java HDF5 web page</A>
|
||||
for more details.
|
||||
|
||||
</UL>
|
||||
<HR>
|
||||
|
||||
<H2>Contents:</H2>
|
||||
<H3>Introductory Topics</H3>
|
||||
<OL>
|
||||
@@ -42,11 +78,11 @@ width=78 height=27 alt="NCSA"><P></A>
|
||||
<LI><A HREF="api.html">The HDF5 API</A>
|
||||
<LI><A HREF="crtfile.html">Creating an HDF5 File</A>
|
||||
<LI><A HREF="crtdat.html">Creating a Dataset</A>
|
||||
<LI><A HREF="rdwt.html">Reading from/Writing to a Dataset</A>
|
||||
<LI><A HREF="rdwt.html">Reading from or Writing to a Dataset</A>
|
||||
<LI><A HREF="crtatt.html">Creating an Attribute</A>
|
||||
<LI><A HREF="crtgrp.html">Creating a Group</A>
|
||||
<LI><A HREF="crtgrpar.html">Creating Groups using Absolute/Relative
|
||||
Names</A>
|
||||
<LI><A HREF="crtgrpar.html">Creating Groups Using Absolute and
|
||||
Relative Names</A>
|
||||
<LI><A HREF="crtgrpd.html">Creating Datasets in Groups</A>
|
||||
</OL>
|
||||
<UL>
|
||||
@@ -55,9 +91,9 @@ Names</A>
|
||||
</UL>
|
||||
<H3>Advanced Topics</H3>
|
||||
<UL>
|
||||
<LI><A HREF="compound.html">Compound Data Types</A>
|
||||
<LI><A HREF="select.html">Selections using H5Sselect_hyperslab</A>
|
||||
<LI><A HREF="selectc.html">Selections using H5Sselect_elements and H5SCopy</A>
|
||||
<LI><A HREF="compound.html">Compound Datatypes</A>
|
||||
<LI><A HREF="select.html">Dataspace Selection - Hyperslab</A>
|
||||
<LI><A HREF="selectc.html">Dataspace Selection - Individual Points</A>
|
||||
<LI><A HREF="reftoobj.html">References to Objects</A>
|
||||
<LI><A HREF="reftoreg.html">References to Dataset Regions</A>
|
||||
<LI><A HREF="extend.html">Chunking and Extendible Datasets</A>
|
||||
@@ -86,7 +122,7 @@ Names</A>
|
||||
<!-- <A HREF="helpdesk.mail.html"> -->
|
||||
<A HREF="mailto:hdfhelp@ncsa.uiuc.edu">
|
||||
hdfhelp@ncsa.uiuc.edu</A>
|
||||
<BR> <H6>Last Modified: October 8, 1999</H6><BR>
|
||||
<BR> <H6>Last Modified: June 5, 2000</H6><BR>
|
||||
<!-- modified by Barbara Jones - bljones@ncsa.uiuc.edu -->
|
||||
</FONT>
|
||||
<BR>
|
||||
|
||||
Reference in New Issue
Block a user