From 49872d562f7f5ba4e1799b63b2d2dfd0601c7264 Mon Sep 17 00:00:00 2001
From: d74ksy <aidan@gtx690.dur.ac.uk>
Date: Tue, 28 Apr 2015 15:11:49 +0100
Subject: [PATCH] Update README

---
 README | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/README b/README
index 59ae041..db237d4 100644
--- a/README
+++ b/README
@@ -4,3 +4,7 @@ Installation Instructions:
 2) Run ./configure
 3) Run make in the main directory.
 4) Navigate to the src/ directory and execute the ./CUDACompile.sh script. With gcc-4.8 as the default compiler and nvcc command registered it should work.
+
+5) To run the examples, navigate to examples and run:
+./test_qr -m 32 -n 32 - This will run a QR on a 32x32 tile matrix (a tile is 32x32 elements).
+./test_bh -n X -f inputfile.txt - This will run the barnes-hut example on X particles imported from inputfile.txt. If the -f parameter is excluded then it will generate X random particles instead.
-- 
GitLab