Here is a quick and dirty instruction for installation of the metalwalls code.
Download the source code using https protocol:
git clone https://gitlab.maisondelasimulation.fr/amarinla/mw2.git
You will be prompted for your username and password.
Preinstall gfortran and openmpi. Then copy compile.something.mk from the computer directory to the mw2 folder as compile.mk. Add a line “FPPFLAGS := -DMW_USE_MPI”. Comment the path to the pFUnit package.
Execute make
.
Go to tests directory and execute tests:
python regression_tests.py -s nist
python regression_tests.py -s nacl
python regression_tests.py -s lammps