how_to_install_linux_ubuntu - schrummy14/LIGGGHTS_Flexible_Fibers GitHub Wiki

LIGGGHTS Flexible Fibers

Home

Commands

Tutorials

How To Install

How to Install LIGGGHTS on Ubuntu

  • Install Packages (You may want to check if vtk6 is installed already)
sudo apt-get install build-essential libopenmpi-dev libvtk7-dev
  • Clone the repository
git clone https://github.com/schrummy14/LIGGGHTS_Flexible_Fibers
  • Make the package
cd src
make -j4 auto
  • Create a symbolic link
sudo ln -s ~/where/you/installed/liggghts/src/lmp_auto /usr/local/bin/liggghts_bonds
  • Run the test suite (The "bond break" test may fail and this is ok as it is experimental)
cd ..
cd test_suite
python3 testAll.py