From 79e9de019f464c4173a93b8c49020c2d0d3a8c07 Mon Sep 17 00:00:00 2001 From: moebiusband73 Date: Wed, 5 May 2021 09:58:46 +0200 Subject: [PATCH] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 48ff5e8..94e2875 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,6 @@ A simple, sequential C implementation of the [Mantevo miniMD](https://github.com/Mantevo/miniMD) benchmark in less than 1000 LOC. -A $x^2$ test. - ## Build 1. Open `config.mk` and edit the `TAG` value according to the tool chain used. Currently supported is GCC, CLANG (LLVM), and ICC (Intel).