Clean up
This commit is contained in:
@ -432,12 +432,7 @@ if(PKG_MSCG OR PKG_ATC OR PKG_AWPMD OR PKG_ML-QUIP OR PKG_ML-POD OR PKG_LATTE OR
|
||||
set_target_properties(linalg PROPERTIES OUTPUT_NAME lammps_linalg${LAMMPS_MACHINE})
|
||||
set(BLAS_LIBRARIES "$<TARGET_FILE:linalg>")
|
||||
set(LAPACK_LIBRARIES "$<TARGET_FILE:linalg>")
|
||||
else()
|
||||
#message(PKG_ML-POD)
|
||||
#message(${BLAS_LIBRARIES})
|
||||
#message(${LAPACK_LIBRARIES})
|
||||
#set(lapackblas_libraries ${BLAS_LIBRARIES} ${LAPACK_LIBRARIES})
|
||||
#message(${lapackblas_libraries})
|
||||
else()
|
||||
list(APPEND LAPACK_LIBRARIES ${BLAS_LIBRARIES})
|
||||
endif()
|
||||
endif()
|
||||
|
||||
@ -168,7 +168,7 @@ function(DetectBuildSystemConflict lammps_src_dir)
|
||||
if(ARGC GREATER 1)
|
||||
list(REMOVE_AT ARGV 0)
|
||||
foreach(SRC_FILE ${ARGV})
|
||||
get_filename_component(FILENAME ${SRC_FILE} NAME)
|
||||
get_filename_component(FILENAME ${SRC_FILE} NAME
|
||||
if(EXISTS ${lammps_src_dir}/${FILENAME})
|
||||
message(FATAL_ERROR "\n########################################################################\n"
|
||||
"Found package(s) installed by the make-based build system\n"
|
||||
|
||||
@ -1791,7 +1791,9 @@ A pair style and compute for Proper Orthogonal Descriptors (POD). POD
|
||||
is a methodology for deriving descriptors based on the Karhuen-Loeve
|
||||
expansion. The ML-POD package provides an efficient implementation for
|
||||
running simulations with POD potentials, along with fitting the potentials
|
||||
natively in LAMMPS.
|
||||
natively in LAMMPS. If you want to use the fitting functionality in `compute_podfit`,
|
||||
you must install the LAPACK library on your machine, which will be included in
|
||||
your build via `CMakeLists.txt`
|
||||
|
||||
**Authors:**
|
||||
|
||||
|
||||
@ -302,7 +302,7 @@ whether an extra library is needed to build and use the package:
|
||||
- Proper orthogonal decomposition potentials
|
||||
- :doc:`pair pod <pair_pod>`
|
||||
- pod
|
||||
- no
|
||||
- ext
|
||||
* - :ref:`ML-QUIP <PKG-ML-QUIP>`
|
||||
- QUIP/libatoms interface
|
||||
- :doc:`pair_style quip <pair_quip>`
|
||||
|
||||
Reference in New Issue
Block a user