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
git clone https://github.com/schrummy14/LIGGGHTS_Flexible_Fibers
cd src
make -j4 auto
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