Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vol-tests can't be built without szip when HDF5_VOL_TEST_ENABLE_PARALLEL is on. #8

Open
hyoklee opened this issue May 12, 2021 · 1 comment

Comments

@hyoklee
Copy link
Member

hyoklee commented May 12, 2021

@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"
@jhendersonHDF
Copy link
Contributor

jhendersonHDF commented May 12, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants