ornladios / ADIOS

The old ADIOS 1.x code repository. Look for ADIOS2 for new repo
https://csmd.ornl.gov/adios
Other
54 stars 40 forks source link

zfp api change #126

Closed olesenm closed 6 years ago

olesenm commented 7 years ago

Change in zfp 0.5.1 API breaks compilation of ADIOS (when using the external library) Probably need to check against ZFP_VERSION:

#define ZFP_VERSION \
  ((ZFP_VERSION_MAJOR << 8) + \
   (ZFP_VERSION_MINOR << 4) + \
   (ZFP_VERSION_RELEASE << 0))

zfp 0.5.1, March 28, 2017