sntioudis / papreca

PAPRECA hybrid off-lattice kinetic Monte Carlo/molecular dynamics (kMC/MD) simulator
GNU General Public License v2.0
6 stars 0 forks source link

PAPRECA installation fails when LAMMPS is compiled with the package KOKKOS #23

Closed sntioudis closed 1 month ago

sntioudis commented 1 month ago

The PAPRECA CMakeLists must be updated to configure all packages correctly. Otherwise, building PAPRECA on top of a LAMMPS executable compiled with KOKKOS leads to linking errors.

sntioudis commented 1 month ago

The issue was resolved by linking to the shared LAMMPS library (liblammps.so see version 1.0.3).