From b5ffe475b096e4b75e8883842aba13613ace9be5 Mon Sep 17 00:00:00 2001 From: "Nathan Brown (brownn28)" Date: Sun, 12 Jul 2020 03:20:38 +0100 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 18a99f9..8bafed8 100644 --- a/README.md +++ b/README.md @@ -1 +1,2 @@ -# 370CT \ No newline at end of file +# 370CT +This repository is a showcase of parallel and distributed programming, as well as programming with concurrency. It is written in C++, and uses OpenMPI, and utilises threads, critical sections and conditio variables.