From b47e670eac24db970f78570f356240e58465154c Mon Sep 17 00:00:00 2001
From: Kjartan Thor Wikfeldt <ktwikfeldt@gmail.com>
Date: Wed, 14 Aug 2019 11:11:08 +0200
Subject: [PATCH] add link to compilation instructions

---
 lab1/README.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lab1/README.md b/lab1/README.md
index 8cef8be..73f863f 100644
--- a/lab1/README.md
+++ b/lab1/README.md
@@ -28,7 +28,8 @@ which will help you get going on Beskow.
 
 # Exercise 1: Run "Hello, World"
 
-Run the "Hello, World" program found in the lecture. Make sure you understand how each processors prints its rank as well as the total number of processors in the communicator MPI_COMM_WORLD.
+[Compile](https://www.pdc.kth.se/support/documents/software_development/development.html) 
+and run the "Hello, World" program found in the lecture. Make sure you understand how each processors prints its rank as well as the total number of processors in the communicator MPI_COMM_WORLD.
 
 
 # Exercise 2: Send data across all processes
-- 
GitLab