From 59886dba77f8e81b25fc0784241a75ec37cb50ea Mon Sep 17 00:00:00 2001 From: moebiusband73 Date: Wed, 5 May 2021 09:55:22 +0200 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 94e2875..48ff5e8 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ 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).