Build a lammps container and run it anywhere

Introduction What is a Container? Linux Containers is an operating-system-level virtualization method for running multiple isolated Linux systems on a control host using a single Linux kernel. For us this means that LAMMPS and its dependencies are neatly packaged inside an isolated space where only the bare minimum of the reqirements to run LAMMPS are present. Some major advantages of containerized applications are that we won’t have to worry about clash of dependency and ease of sharing our software....

June 16, 2022 · 4 min · Me