From 3e653573ef60fabe5ebad7ca748dc4500a660a1d Mon Sep 17 00:00:00 2001
From: Alexander van Amesfoort <amesfoort@astron.nl>
Date: Tue, 27 Jan 2015 17:13:11 +0000
Subject: [PATCH] Task #4548: update cbt valgrind build instructions

---
 .../GPUProc/doc/DAS4-fs5-jenkins-install-instructions.txt | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/RTCP/Cobalt/GPUProc/doc/DAS4-fs5-jenkins-install-instructions.txt b/RTCP/Cobalt/GPUProc/doc/DAS4-fs5-jenkins-install-instructions.txt
index e94d7959c12..d7af63b2cca 100644
--- a/RTCP/Cobalt/GPUProc/doc/DAS4-fs5-jenkins-install-instructions.txt
+++ b/RTCP/Cobalt/GPUProc/doc/DAS4-fs5-jenkins-install-instructions.txt
@@ -171,11 +171,11 @@ needed for mpi to prevent tons of false positives
 Dependency for: running LOFAR tests under valgrind
 
   cd $HOME/root/src
-  wget http://valgrind.org/downloads/valgrind-3.9.0.tar.bz2  # or whatever version you like
-  tar jxf valgrind-3.9.0.tar.bz2
-  cd valgrind-3.9.0
+  wget http://valgrind.org/downloads/valgrind-3.10.1.tar.bz2  # or whatever version you like
+  tar jxf valgrind-3.10.1.tar.bz2
+  cd valgrind-3.10.1
   ./configure --prefix=$HOME/root --with-mpicc=/cm/shared/apps/openmpi/gcc/64/1.4.4/bin/mpicc
-# on cobalt, use: ./configure --prefix=/globalhome/lofarsystem/cobalt-root --with-mpicc=/opt/openmpi/bin/mpicc
+# on cobalt, use: ./configure --prefix=/localhome/lofar/valgrind-3.10.1 --with-mpicc=/opt/openmpi/bin/mpicc
   make -j 8 install
   valgrind ls -l   # optional (test), should exit 0
 
-- 
GitLab