From 5e23f0ea567ecc824dba212d915ae1d590a253f0 Mon Sep 17 00:00:00 2001 From: Hannes Kuchelmeister <13hannes11@users.noreply.github.com> Date: Tue, 2 Feb 2021 10:30:31 +0100 Subject: [PATCH] Create README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..8173572 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# Uppsala University: parallel_programming_practical_assignments + +This repository contains my hand in assingment code for the course "Language Abstraction for Parallel Programming". + +The code most likely is not bug free but might still be intersting. +The second and third assignments use build scripts which allow you to run simply by using `./run.sh`. +Moreover they include some basic test.