lammps/cmake
Richard Berger ff2b61354d Bugfix for building LAMMPS+KOKKOS+DPD with CMake
Resolves issue #753, but there might be more work ahead.
2017-12-20 03:17:40 -05:00
..
Modules Bugfix for building LAMMPS+KOKKOS+DPD with CMake 2017-12-20 03:17:40 -05:00
gpu GPU: clean up part 2 2017-07-18 18:43:51 -06:00
pkgconfig cmake: fix lib suffix 2017-09-09 07:05:51 -06:00
CMakeLists.txt Bugfix for building LAMMPS+KOKKOS+DPD with CMake 2017-12-20 03:17:40 -05:00
README.md cmake: README is markdown 2017-08-28 14:27:12 -06:00

README.md

cmake-buildsystem

To use the cmake build system instead of the make-driven one, do:

cmake /path/to/lammps/source/cmake

(please note the cmake directory as the very end)

To enable package, e.g. GPU do

cmake /path/to/lammps/source/cmake -DENABLE_GPU=ON

cmake has many many options, do get an overview use the curses-based cmake interface, ccmake:

ccmake /path/to/lammps/source/cmake

(Don't forget to press "g" for generate once you are done with configuring)