.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.45.1. .TH H5PFC "1" "May 2014" "h5pfc (hdf5 1.8.12)" "User Commands" .SH NAME h5pfc \- helper script to compile HDF5 Fortran applications .SH DESCRIPTION usage: h5pfc [OPTIONS] .IP OPTIONS: .TP \fB\-help\fR This help message. .TP \fB\-echo\fR Show all the shell commands executed .TP \fB\-prefix\fR=\fI\,DIR\/\fR Prefix directory to find HDF5 lib/ and include/ .IP subdirectories [default: /usr] .TP \fB\-show\fR Show the commands without executing them .TP \fB\-showconfig\fR Show the HDF5 library configuration summary .TP \fB\-shlib\fR Compile with shared HDF5 libraries [default for hdf5 built without static libraries] .TP \fB\-noshlib\fR Compile with static HDF5 libraries [default for hdf5 built with static libraries] .TP \- the normal compile line options for your compiler. .TP h5pfc uses the same compiler you used to compile HDF5. Check with your compiler's man pages for more information on which options are needed. .IP You can override the compiler and linker to compile your program by setting the following environment variables accordingly: .TP HDF5_FC \- use a different Fortran 90 or 95 compiler .TP HDF5_FLINKER \- use a different linker .TP HDF5_USE_SHLIB=[yes|no] \- use shared or static version of the HDF5 library .TP [default: no except when built with only shared libraries] .IP You can also add or change paths and flags to the compile line using the following environment varibles or by assigning them to their counterparts in the 'Things You Can Modify to Override...' section of h5pfc .TP Variable Current value to be replaced .TP HDF5_FCFLAGS "" .TP HDF5_LDFLAGS "" .TP HDF5_LIBS "" .IP Note that adding library paths to HDF5_LDFLAGS where another hdf5 version is located may link your program with that other hdf5 library version.