1FORTRAN(1)                       User Commands                      FORTRAN(1)
2
3
4

NAME

6       Fortran  - Reports statistics regarding an HDF5 file and the objects in
7       the file.
8

DESCRIPTION

10       usage: h5fc [OPTIONS] <compile line>
11
12              OPTIONS:
13
14       -help  This help message.
15
16       -echo  Show all the shell commands executed
17
18       -prefix=DIR
19              Prefix directory to find HDF5 lib/ and include/
20
21              subdirectories [default: /usr]
22
23       -show  Show the commands without executing them
24
25       -showconfig
26              Show the HDF5 library configuration summary
27
28       -shlib Compile with shared HDF5 libraries
29
30       -noshlib
31              Compile with static HDF5 libraries [default]
32
33       <compile line>
34              - the normal compile line options for your compiler.
35
36              h5fc uses the same compiler you used to compile HDF5. Check with
37              your  compiler's man pages for more information on which options
38              are needed.
39
40              You can override the compiler and linker to compile your program
41              by setting the following environment variables accordingly:
42
43       HDF5_FC
44              -  use a different Fortran 90 or 95 compiler
45
46       HDF5_FLINKER
47              -  use a different linker
48
49       HDF5_USE_SHLIB=[yes|no]
50              -  use shared or static version of the HDF5 library
51
52              [default: no]
53
54              You  can  also add or change paths and flags to the compile line
55              using the following environment varibles or by assigning them to
56              their counterparts in the 'Things You Can Modify to Override...'
57              section of h5fc
58
59       Variable
60              Current value to be replaced
61
62       HDF5_FFLAGS
63              ""
64
65       HDF5_LDFLAGS
66              ""
67
68       HDF5_LIBS
69              ""
70
71              Note that adding library paths  to  HDF5_LDFLAGS  where  another
72              hdf5  version  is  located may link your program with that other
73              hdf5 library version.
74
76       Copyright © 2011 Free Software Foundation, Inc.
77
78       GNU Fortran comes with NO WARRANTY, to the  extent  permitted  by  law.
79       You  may  redistribute copies of GNU Fortran under the terms of the GNU
80       General Public License.  For more information about these matters,  see
81       the file named COPYING
82

SEE ALSO

84       The  full  documentation for Fortran is maintained as a Texinfo manual.
85       If the info and Fortran programs are properly installed at  your  site,
86       the command
87
88              info Fortran
89
90       should give you access to the complete manual.
91
92
93
94Fortran (Debian 4.6.1-4) 4.6.1    August 2011                       FORTRAN(1)
Impressum