From 86382b56f83fe9a1e6aa1fe5d602518316420fed Mon Sep 17 00:00:00 2001 From: Frank Baker Date: Fri, 23 Jan 2004 16:04:01 -0500 Subject: [svn-r8108] Purpose: Corrections from tech review in the following tool descriptions h5cc/h5pcc h5fc/h5pfc h5c++ Platforms tested: IE 5 --- doc/html/Tools.html | 30 ++++++++++++++++++------------ 1 file changed, 18 insertions(+), 12 deletions(-) diff --git a/doc/html/Tools.html b/doc/html/Tools.html index 3579e8d..f0f26c3 100644 --- a/doc/html/Tools.html +++ b/doc/html/Tools.html @@ -2066,7 +2066,8 @@ installed with HDF5.
Helper scripts to compile HDF5 C applications.
Description:
h5cc and h5pcc can be used in much - the same way as MPIch is used to compile an HDF5 program. + the same way as mpicc by MPICH is used to compile + an HDF5 program. These tools take care of specifying on the command line the locations of the HDF5 header files and libraries. h5cc is for use in serial computing environments; @@ -2076,10 +2077,10 @@ installed with HDF5. compiler scripts in that if you have used a set of scripts to compile the HDF5 library, then h5cc and h5pcc also use those scripts. - For example, when compiling an MPIch program, you use the + For example, when compiling an MPICH program, you use the mpicc script. - If you have built HDF5 using MPIch, then h5cc - uses the MPIch program for compilation. + If you have built HDF5 using MPICH, then h5cc + uses the MPICH program for compilation.

Some programs use HDF5 in only a few modules. It is not necessary to use h5cc or h5pcc @@ -2088,6 +2089,7 @@ installed with HDF5. convenience scripts, you can still compile HDF5 modules in the normal manner, though you will have to specify the HDF5 libraries and include paths yourself. + Use the -show option to see the details.

An example of how to use h5cc to compile the program hdf_prog, which consists of the modules @@ -2156,7 +2158,8 @@ installed with HDF5.

Helper scripts to compile HDF5 Fortran90 applications.
Description:
h5fc and h5pfc can be used in much the - same way MPIch is used to compile an HDF5 program. + same way mpif90 by MPICH is used to compile + an HDF5 program. These tools take care of specifying on the command line the locations of the HDF5 header files and libraries. h5fc is for use in serial computing environments; @@ -2166,9 +2169,9 @@ installed with HDF5. compiler scripts in that if you have used a set of scripts to compile the HDF5 Fortran library, then h5fc and h5pfc also use those scripts. For example, when - compiling an MPIch program, you use the mpif90 - script. If you have built HDF5 using MPIch, then h5fc - uses the MPIch program for compilation. + compiling an MPICH program, you use the mpif90 + script. If you have built HDF5 using MPICH, then h5fc + uses the MPICH program for compilation.

Some programs use HDF5 in only a few modules. It is not necessary to use h5fc and h5pfc to compile those @@ -2177,6 +2180,7 @@ installed with HDF5. convenience scripts, you can still compile HDF5 Fortran modules in the normal manner, though you will have to specify the HDF5 libraries and include paths yourself. + Use the -show option to see the details.

An example of how to use h5fc to compile the program hdf_prog, which consists of the modules @@ -2237,14 +2241,15 @@ installed with HDF5.

Helper script to compile HDF5 C++ applications.
Description:

- h5c++ can be used in much the same way MPIch is used - to compile an HDF5 program. It takes care of specifying where the + h5c++ can be used in much the same way + mpiCC by MPICH is used to compile an HDF5 program. + It takes care of specifying where the HDF5 header files and libraries are on the command line.

h5c++ subsumes all other compiler scripts in that if you've used one set of compiler scripts to compile the HDF5 C++ library, then h5c++ uses those same scripts. - For example, when compiling an MPIch program, + For example, when compiling an MPICH program, you use the mpiCC script.

Some programs use HDF5 in only a few modules. It isn't necessary @@ -2253,6 +2258,7 @@ installed with HDF5. script, you are still able to compile HDF5 C++ modules in the normal way. In that case, you will have to specify the HDF5 libraries and include paths yourself. + Use the -show option to see the details.

An example of how to use h5c++ to compile the program hdf_prog, which consists of modules @@ -2386,7 +2392,7 @@ And in this document, the Describes HDF5 Release 1.6.2, February 2004 -Last modified: 8 January 2004 +Last modified: 23 January 2004 -- cgit v0.12