Closed
Description
Hi,
I was trying to rebuild the ADIOS2 (v2.7.1) when I encountered this issue:
CMake Error at thirdparty/atl/atl/cmake_install.cmake:57 (file):
file INSTALL cannot find
"/gpfs/alpine/proj-shared/csc143/jwang/io_modeling/ADIOS2/adios2-build/lib64/libadios2_atl.so.2.2.1":
No such file or directory.
Call Stack (most recent call first):
thirdparty/atl/cmake_install.cmake:47 (include)
thirdparty/cmake_install.cmake:53 (include)
cmake_install.cmake:52 (include)
I was not encountered with such issue before so I'm not sure if the upstream ATL library has been updated.
The build script used for building is as follows:
#!/bin/bash
module load cmake/3.18.4
module load gcc/9.3.0
module load openmpi/4.0.4
module load python/3.7-anaconda3
module load cuda/11.0.2
mkdir -p adios2-build && cd adios2-build
cmake -DADIOS2_USE_MPI=ON \
-DADIOS2_USE_BZip2=OFF \
-DADIOS2_USE_HDF5=ON \
-DADIOS2_USE_Python=ON \
-DADIOS2_USE_Fortran=OFF \
-DADIOS2_USE_ZFP=ON \
-DADIOS2_USE_SZ=ON \
-DSZ_LIBRARY=$SZ_LIBRARY \
-DZSTD_LIBRARY=$ZSTD_LIBRARY \
-DSZ_INCLUDE_DIR=$SZ_INCLUDE_DIR \
-DHDF5_ROOT=$HDF5_ROOT \
-DHDF5_C_INCLUDE_DIR=$HDF5_C_INCLUDE_DIR \
-DHDF5_FIND_DEBUG=ON \
-DADIOS2_USE_MGARD=OFF \
-DADIOS2_BUILD_EXAMPLES=ON \
-DBUILD_SHARED_LIBS=ON \
-DBUILD_TESTING=ON \
-DCMAKE_INSTALL_PREFIX=/gpfs/alpine/proj-shared/csc143/jwang/io_modeling/ADIOS2/adios2-build/ ../
make -j 16
make install
I'd appreciate if you could point me to some fix.
Thanks,
Metadata
Assignees
Labels
No labels
Activity