You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to build pair flare inside a lammps container for our users on Perlmutter.
I have encountered the following error during compilation:
[ 95%] Building CXX object CMakeFiles/lammps.dir/opt/lammps/src/KOKKOS/pair_flare_kokkos.cpp.o
/opt/lammps/build/_deps/kokkoskernels-src/common/src/Kokkos_ArithTraits.hpp(871): error: class "Kokkos::Experimental::finite_min<Kokkos::Experimental::half_t>" has no member "value"
/opt/lammps/build/_deps/kokkoskernels-src/common/src/Kokkos_ArithTraits.hpp(871): error: class "Kokkos::Experimental::finite_max<Kokkos::Experimental::half_t>" has no member "value"
with more similar error messages.
I am using Kokkos kernel :
================================
Kokkos Kernels version: 4.4.1
================================
Kokkos Kernels ETI Types
Devices: <Cuda,CudaSpace>
Scalars:
Ordinals:
Offsets:
Layouts:
Kokkos Kernels components
COMMON: ON
BATCHED: ON
BLAS: ON
LAPACK: ON
GRAPH: ON
SPARSE: ON
ODE: ON
Kokkos Kernels TPLs
CUBLAS: /usr/local/cuda/lib64/stubs/libcublas.so
CUSPARSE: /usr/local/cuda/lib64/stubs/libcusparse.so
CUSOLVER: /usr/local/cuda/lib64/stubs/libcusolver.so
================================
This is, indirectly, caused by the old LAMMPS version, see #366.
The easiest solution is to use a newer version of LAMMPS; our weekly CI pulls the latest release. Alternatively, you can modify CMakeLists.txt as shown in the above issue.
Hi,
I am trying to build pair flare inside a lammps container for our users on Perlmutter.
I have encountered the following error during compilation:
with more similar error messages.
I am using Kokkos kernel :
My build instructions are as follows:
May I please request your help with this error?
Thank you!
Neil Mehta
The text was updated successfully, but these errors were encountered: