Hi,
I can seem to configure and build fine. However, I get error at the linking time at the end of build (see the screenshot). What is the likely cause?
I used following commands for building
-
module load compiler/intel/2023.1.0 mpi/impi/2021.11 lib/hdf5/1.14.4-intel-2023.1.0 devel/cuda/12.4
-
cmake -B build -D pgen=srpic/langmuir -D mpi=ON -D Kokkos_ENABLE_CUDA=ON -D Kokkos_ARCH_VOLTA70=ON -D Kokkos_ENABLE_OPENMP=ON
-
cmake --build build -j 8
