Skip to main content

SZIP

  • Package official website
  • Package source: Official Tar file compiled by the system administrator
  • Mainly used for libraries that is depend when compiling HDF5.
  • If you need to re-compile HDF5, you can select the compiled SZIP to proceed.

SZIP module matrix

module nameusage
szip/2.1.1ml szip
  • SZIP 2.1.1 Compile-dependent environment
GCCCentOS
4.8.57.8
  • SZIP 2.1.1 Compilation parameters
CC=gcc CXX=g++ \
F77=gfortran F90=gfortran FC=gfortran \
./configure \
--prefix="$specify_install_path" \
--enable-production \
--enable-shared \
--enable-static \
--enable-encoding
  • Reference materials for compilation