Building and installation instructions for Alpha Open VMS
2. Building and testing HDF5 C, Fortran and C++ libraries,
3. Installing HDF5 libraries
Please see INSTALL file in this directory for downloading instructions.
2. Building and testing HDF5 C, Fortran and C++ libraries and utilities.
IMPORTANT: This version REQUIRES GNU ZLIB library to be installed
on a system. You may download the source code from
- Use tar command to untar HDF5 source ball
- Change default directory to [.<source>.vms]
- Specify top HDF5 source directory in the build.com file
specify path to ZLIB library
if necessary, modify compilation flags
Do NOT REMOVE /define=H5_VMS and /standard=strict_ansi qualifiers.
- Run build.com command file
We recommend using batch queue to build and test this distribution.
The command file runs make.com and builds
C library, tests, and utilities
Fortran library and tests
It also runs test scripts to test C, Fortran and C++ libraries, and
h5dump, h5diff, h5ls, h5repack and h5import utilities.
3. Installing HDF5 libraries
Modify install.com file to specify installation directory and run
to install HDF5 C, Fortran, and C++ libraries, and utilities.