Introduction: HDF5 is a general purpose library and file format for storing scientific data. HDF5 can store two primary objects: datasets and groups. Website: http://hdf.ncsa.uiuc.edu/HDF5/ Requirements: NA Configure and Compile Options: Compiler: Sun Studio 11 64-bits Components CC = "/opt/SUNWspro/bin/cc -xtarget=opteron -xarch=amd64" CXX = "/opt/SUNWspro/bin/CC -xtarget=opteron -xarch=amd64" F77 = "/opt/SUNWspro/bin/f77 -xtarget=opteron -xarch=amd64" CFLAGS = "-xO5 -xtarget=opteron -xarch=amd64 -KPIC" CXXFLAGS = "-xO5 -xtarget=opteron -xarch=amd64 -KPIC" FFLAGS = "-xO5 -xtarget=opteron -xarch=amd64 -KPIC" ./configure --prefix=/usr/local/hdf5-1.6.5 \ --bindir=/usr/local/hdf5-1.6.5/bin/amd64 \ --libdir=/usr/local/hdf5-1.6.5/lib/64 \ --includedir=/usr/local/hdf5-1.6.5/include/amd64 \ --enable-production --enable-threadsafe \ --enable-cxx 32-bits Components CC = "/opt/SUNWspro/bin/cc -xtarget=opteron" CXX = "/opt/SUNWspro/bin/CC -xtarget=opteron" F77 = "/opt/SUNWspro/bin/f77 -xtarget=opteron" CFLAGS = "-xO5 -xtarget=opteron -KPIC" CXXLAGS = "-xO5 -xtarget=opteron -KPIC" FFLAGS = "-xO5 -xtarget=opteron -KPIC" ./configure --prefix=/usr/local/hdf5-1.6.5 \ --bindir=/usr/local/hdf5-1.6.5/bin/i86 \ --libdir=/usr/local/hdf5-1.6.5/lib \ --enable-production --enable-threadsafe \ --enable-cxx