From 3c02a3fb7a3aa0e4be11ab15d34e87886d54bc07 Mon Sep 17 00:00:00 2001 From: Jan Eitzinger Date: Wed, 14 Sep 2022 11:05:57 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 94e2875..a527c92 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # MD-Bench -A simple, sequential C implementation of the [Mantevo miniMD](https://github.com/Mantevo/miniMD) benchmark in less than 1000 LOC. +A simple, sequential C implementation short range MD algorithms. -## Build +## Build instructions for the lammps variant 1. Open `config.mk` and edit the `TAG` value according to the tool chain used. Currently supported is GCC, CLANG (LLVM), and ICC (Intel). 2. Change `DATA_LAYOUT` and `DATA_TYPE` if desired in config.mk.