Skip to content
Snippets Groups Projects
Commit 3e653573 authored by Alexander van Amesfoort's avatar Alexander van Amesfoort
Browse files

Task #4548: update cbt valgrind build instructions

parent 70d6d8b3
No related branches found
No related tags found
No related merge requests found
...@@ -171,11 +171,11 @@ needed for mpi to prevent tons of false positives ...@@ -171,11 +171,11 @@ needed for mpi to prevent tons of false positives
Dependency for: running LOFAR tests under valgrind Dependency for: running LOFAR tests under valgrind
cd $HOME/root/src cd $HOME/root/src
wget http://valgrind.org/downloads/valgrind-3.9.0.tar.bz2 # or whatever version you like wget http://valgrind.org/downloads/valgrind-3.10.1.tar.bz2 # or whatever version you like
tar jxf valgrind-3.9.0.tar.bz2 tar jxf valgrind-3.10.1.tar.bz2
cd valgrind-3.9.0 cd valgrind-3.10.1
./configure --prefix=$HOME/root --with-mpicc=/cm/shared/apps/openmpi/gcc/64/1.4.4/bin/mpicc ./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 make -j 8 install
valgrind ls -l # optional (test), should exit 0 valgrind ls -l # optional (test), should exit 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment