This repository contains a Meson skeleton. It is used in the High-Performance Computiong: MD with C++ project.
cd builddir meson compile
Run executables of parallel code, change of domain decompositions needs to be done
inside the main files. Executables for all parallel code, have to be started in the folder containing xyz files,
special error messages for missing files are not shown, although meson should take care of them.
cd builddir/millestones/07/
mpirun -n 4 ./milestone7
cd builddir/millestones/08/
mpirun -n 4 ./milestone08
for straining, has to be started in the folder containing xyz files, special error messages for missing files are not shown
cd builddir/millestones/09/
mpirun -n 20 ./milestone09
results/results1.ipynb