simplify intel versions of electrode fixes

This commit is contained in:
Shern Ren Tee
2023-01-03 12:29:45 +10:00
parent f84b64bc86
commit 8610fc6d33
13 changed files with 53 additions and 169 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})