[svn-r3563] Add changes to tutorial for Fortran
Purpose:
[is this a bug fix? feature? ...]
Description:
[describe the bug, or describe the new feature, etc]
Solution:
[details about the changes, algorithm, etc...]
[Please as detail as you can since your own explanation is
better than others guessing it from the code.]
Platforms tested:
[machines you have tested the changed version. This is absolute
important. Test it out on at least two or three different platforms
such as Big-endian-32bit (SUN/IRIX), little-endian-32(LINUX) and
64-bit (IRIX64/UNICOS/DEC-ALPHA) would be good.]
This commit is contained in:
87
doc/html/Tutor/software.html
Normal file
87
doc/html/Tutor/software.html
Normal file
@@ -0,0 +1,87 @@
|
||||
<HTML><HEAD>
|
||||
<TITLE>HDF5 Tutorial - Obtaining HDF5 Software</TITLE>
|
||||
</HEAD>
|
||||
|
||||
<body bgcolor="#ffffff">
|
||||
|
||||
<!-- BEGIN MAIN BODY -->
|
||||
|
||||
<A HREF="http://www.ncsa.uiuc.edu/"><img border=0
|
||||
src="http://www.ncsa.uiuc.edu/Images/NCSAhome/footerlogo.gif"
|
||||
width=78 height=27 alt="NCSA"><P></A>
|
||||
|
||||
[ <A HREF="title.html"><I>HDF5 Tutorial Top</I></A> ]
|
||||
<H1>
|
||||
<BIG><BIG><BIG><FONT COLOR="#c101cd">Obtaining HDF5 Software</FONT>
|
||||
</BIG></BIG></BIG></H1>
|
||||
|
||||
<hr noshade size=1>
|
||||
|
||||
<BODY>
|
||||
If you will be compiling in:
|
||||
<DL>
|
||||
<DT><B>C:</B>
|
||||
<DD>You will need the HDF5 library. We provide pre-compiled binaries
|
||||
for the platforms on which we tested at:
|
||||
<BR>
|
||||
<A HREF="ftp://ftp.ncsa.uiuc.edu/HDF/HDF5/current/bin/">ftp://ftp.ncsa.uiuc.edu/HDF/HDF5/current/bin/</A>
|
||||
<P>
|
||||
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:
|
||||
<BR>
|
||||
<A HREF="ftp://ftp.ncsa.uiuc.edu/HDF/gzip/">ftp://ftp.ncsa.uiuc.edu/HDF/gzip/</A>
|
||||
<P>
|
||||
You can build the HDF5 library yourself, if need be. The source code
|
||||
can be obtained from:
|
||||
<BR>
|
||||
<A HREF="ftp://ftp.ncsa.uiuc.edu/HDF/HDF5/current/src/">ftp://ftp.ncsa.uiuc.edu/HDF/HDF5/current/src/</A>
|
||||
<P>
|
||||
For further information regarding HDF5, check the HDF5 home page:
|
||||
<BR>
|
||||
<A HREF="http://hdf.ncsa.uiuc.edu/HDF5/">http://hdf.ncsa.uiuc.edu/HDF5/</A>
|
||||
<P>
|
||||
<DT><B>FORTRAN90:</B>
|
||||
<DD> With HDF5-1.4-beta2, support for Fortran 90 is included as part of
|
||||
the installation of the HDF5 library. Download the HDF5-1.4-beta2 source
|
||||
code and compile it with the <I>--enable-fortran</I> flag. Read the instructions
|
||||
in the
|
||||
<A HREF="ftp://ftp.ncsa.uiuc.edu/HDF/HDF5/hdf5-1.4-beta2/RELEASE">RELEASE</A>
|
||||
file for further details.
|
||||
|
||||
<P>
|
||||
<DT><B>Java:</B>
|
||||
<DD>You will need the JHI5 code. Go to the
|
||||
<A HREF="/java-hdf5-html">Java HDF5 web page</A>
|
||||
for information on the Java-HDF5 software. The Java Tutorial examples
|
||||
are included with this tutorial:
|
||||
<BR>
|
||||
<A HREF="./examples/java/">./examples/java/</A>
|
||||
</DL>
|
||||
|
||||
|
||||
<!-- BEGIN FOOTER INFO -->
|
||||
|
||||
<P><hr noshade size=1>
|
||||
<font face="arial,helvetica" size="-1">
|
||||
<a href="http://www.ncsa.uiuc.edu/"><img border=0
|
||||
src="http://www.ncsa.uiuc.edu/Images/NCSAhome/footerlogo.gif"
|
||||
width=78 height=27 alt="NCSA"><br>
|
||||
The National Center for Supercomputing Applications</A><br>
|
||||
<a href="http://www.uiuc.edu/">University of Illinois
|
||||
at Urbana-Champaign</a><br>
|
||||
<br>
|
||||
<!-- <A HREF="helpdesk.mail.html"> -->
|
||||
<A HREF="mailto:hdfhelp@@ncsa.uiuc.edu">
|
||||
hdfhelp@@ncsa.uiuc.edu</A>
|
||||
<BR> <H6>Last Modified: January 10, 2001</H6><BR>
|
||||
<!-- modified by Barbara Jones - bljones@@ncsa.uiuc.edu -->
|
||||
<!-- modified by Frank Baker - fbaker@@ncsa.uiuc.edu -->
|
||||
</FONT>
|
||||
<BR>
|
||||
<!-- <A HREF="mailto:hdfhelp@@ncsa.uiuc.edu"> -->
|
||||
|
||||
</BODY>
|
||||
</HTML>
|
||||
|
||||
Reference in New Issue
Block a user