From 6ae13eadad626f40e1096e8a56d4e8e1c947d0b8 Mon Sep 17 00:00:00 2001
From: aidan <aidan@64cores.dur.ac.uk>
Date: Thu, 10 Dec 2015 14:27:39 +0000
Subject: [PATCH] Minor changes

---
 examples/test_bh_mpi.c | 2 +-
 examples/test_qr_mpi.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/examples/test_bh_mpi.c b/examples/test_bh_mpi.c
index 1f06899..7306059 100644
--- a/examples/test_bh_mpi.c
+++ b/examples/test_bh_mpi.c
@@ -53,7 +53,7 @@
 #define NO_COM_AS_TASK
 #define NO_COUNTERS
 #define NO_EXACT
-
+#define OUTPUT_PARTS
 
 
 
diff --git a/examples/test_qr_mpi.c b/examples/test_qr_mpi.c
index 6711a95..0d1db35 100644
--- a/examples/test_qr_mpi.c
+++ b/examples/test_qr_mpi.c
@@ -846,7 +846,7 @@ if(s.rank == 0){
       }
   printf( "];\n" ); 
 
-
+message("Checking output");
 double *tempMatrix = tileToColumn(A, m*n*K*K, m, n, K);
    double *Q = computeQ(tempMatrix, m*K, K, tau, m);
    double *R = getR(tempMatrix, m*K);
-- 
GitLab