Giter Club home page Giter Club logo

autopas / lammps-autopas Goto Github PK

View Code? Open in Web Editor NEW
0.0 3.0 0.0 95.78 MB

AutoPas accelerator implementation for LAMMPS

License: GNU General Public License v2.0

Python 1.91% Shell 0.38% Tcl 8.94% Roff 0.34% C 1.29% CMake 0.61% Cuda 1.61% C++ 79.63% Makefile 0.28% Fortran 3.34% xBase 0.01% Perl 0.29% Gnuplot 0.01% Jupyter Notebook 0.98% Rich Text Format 0.20% Emacs Lisp 0.01% Vim Script 0.01% Arc 0.12% MATLAB 0.05% Awk 0.01%
molecular-dynamics lammps autopas hpc

lammps-autopas's Introduction

This is a fork of LAMMPS extended by AutoPas

How to run with AutoPas

Compile

mkdir lammps-autopas/build && cd "$_"

cmake \
    -DPKG_USER-AUTOPAS=yes \
    -DPKG_USER-OMP=yes \
    -DPKG_KOKKOS=yes \
    -DKOKKOS_ARCH=HSW \
    -DKOKKOS_ENABLE_OPENMP=yes \
    -DBUILD_OMP=yes \
    -DWITH_GZIP=false \
    -DWITH_JPEG=false \
    -DWITH_PNG=false \
    ../cmake

make

Run

Examples:

lmp -i in.lj -autopas on log debug -sf autopas -v t 1000 -v x 128 -v y 128 -v z 128 

or

lmp -i in.lj -autopas on notune t balanced-sliced-verlet c VerletListsCells d AoS n disabled estimator none -sf autopas -v t 1000 -v x 128 -v y 128 -v z 128 

Original LAMMPS README

This is the LAMMPS software package.

LAMMPS stands for Large-scale Atomic/Molecular Massively Parallel Simulator.

Copyright (2003) Sandia Corporation. Under the terms of Contract DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains certain rights in this software. This software is distributed under the GNU General Public License.


LAMMPS is a classical molecular dynamics simulation code designed to run efficiently on parallel computers. It was developed at Sandia National Laboratories, a US Department of Energy facility, with funding from the DOE. It is an open-source code, distributed freely under the terms of the GNU Public License (GPL).

The primary author of the code is Steve Plimpton, who can be emailed at [email protected]. The LAMMPS WWW Site at lammps.sandia.gov has more information about the code and its uses.

The LAMMPS distribution includes the following files and directories:

  • README.md this file
  • LICENSE the GNU General Public License (GPL)
  • bench benchmark problems
  • cmake CMake build system
  • doc documentation
  • examples simple test problems
  • lib libraries LAMMPS can be linked with
  • potentials interatomic potential files
  • python Python wrapper on LAMMPS as a library
  • src source files
  • tools pre- and post-processing tools

Point your browser at any of these files to get started:

You can also create these doc pages locally:

cd doc
make html                # creates HTML pages in doc/html
make pdf                 # creates Manual.pdf and Developer.pdf

lammps-autopas's People

Contributors

fg-tum avatar ssauermann avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.