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_INCLUDE_DIR not set #210

Closed rkube closed 3 years ago

rkube commented 3 years ago

I'm trying to compile ADIOS1 on traverse (a power9 cluster operated by Princeton University). Using Cmake, I modify the cmake_init file, run it from within a build subdirectory. I'm getting this error message from cmake:

CMake Error: The following variables are used in this project, but they are set to NOTFOUND. Please set them or make sure they are set and tested correctly in the CMake files: ZFP_INCLUDE_DIR

Do you have any suggestions on how to fix this? Thanks.

rkube commented 3 years ago

I fixed this by using compiling zfp from source. Then running cmake as cmake ${SRCDIR} -DZFP_DIR="/home/rkube/repos/zfp" -DZFP_LIBS="/home/rkube/repos/zfp/lib64" works.