You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@jhendersonHDF , is SZIP required for parallel test?
If so, please update README.md.
>> 239 /tmp/hyoklee/spack-stage/spack-stage-hdf5-vol-tests-hyoklee.master-\
hnzcu35euaqbzxmya44fqs7qemdk23si/spack-src/hdf5_testpar/t_filter_read.c:26:22: \
fatal error: szlib.h: No such file or directory
240 # include "szlib.h"
The text was updated successfully, but these errors were encountered:
No, SZIP is not required for the parallel tests to be built. All code that uses szip-related calls is surrounded by
#ifdef H5_HAVE_FILTER_SZIP
and will not be built unless the HDF5 installation reports that SZIP is available. This suggests that there is a problem with the HDF5 installation being used.
@jhendersonHDF , is SZIP required for parallel test?
If so, please update README.md.
The text was updated successfully, but these errors were encountered: