Skip to content

megmcca/lammps-user-pace

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lammps-user-pace

Installation:

Build with make

  1. Clone the repository using https://github.com/ICAMS/lammps-user-pace.git or download the zip files from here.
  2. copy USER-PACE directory from the cloned repository into lammps/src folder.
  3. Include USER-PACE in the compilation by running make yes-user-pace from the lammps/src folder.
  4. Compile lammps as usual, i.e. make serial or make mpi.

Build with cmake

  1. Clone the repository using https://github.com/ICAMS/lammps-user-pace.git or download the zip files from here.

  2. copy USER-PACE directory from the cloned repository into lammps/src folder.

  3. Build LAMMPS using:

    cd lammps
    mkdir build
    cd build
    cmake -DCMAKE_BUILD_TYPE=Release -DPKG_USER-PACE=ON ../cmake 
    make
    

    Other configuration flags could be added, i.e. for MPI support"

    cmake -DCMAKE_BUILD_TYPE=Release -D BUILD_MPI=ON -DPKG_USER-PACE=ON ../cmake
    

    For more information see here.

Install using conda

LAMMPS package can be installed using conda by conda install -c conda-forge lammps. This distribution includes the USER-PACE package.

About

PACE with compute_pace

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 98.8%
  • Other 1.2%