Merge pull request #3588 from srtee/electrode-intel

simplified intel suffix styles in ELECTRODE
This commit is contained in:
Axel Kohlmeyer
2023-01-06 15:33:00 -05:00
committed by GitHub
13 changed files with 86 additions and 163 deletions

View File

@ -112,9 +112,5 @@ if(PKG_KSPACE)
RegisterIntegrateStyle(${INTEL_SOURCES_DIR}/verlet_lrt_intel.h)
endif()
if(PKG_ELECTRODE)
list(APPEND INTEL_SOURCES ${INTEL_SOURCES_DIR}/electrode_accel_intel.cpp)
endif()
target_sources(lammps PRIVATE ${INTEL_SOURCES})
target_include_directories(lammps PRIVATE ${INTEL_SOURCES_DIR})