SCOREC / rhel7-dev

dotfiles, scripts, and documentation useful for developers using the newer RHEL7 systems at RPI
GNU General Public License v3.0
0 stars 0 forks source link

Valgrind #4

Closed jacobmerson closed 6 years ago

jacobmerson commented 6 years ago

A valgrind install/module would be useful.

wrtobin commented 6 years ago

Working on this but the lack of gfortran in the default rhel7 GCC install is holding up the install since we want this available without requiring you to load a non-default compiler module (gcc 4.8.5 or gcc 7.3.0) prior to loading the valgrind module.

jacobmerson commented 6 years ago

From my perspective this isn't urgent...I have my own copy compiled.

cwsmith commented 6 years ago

There is a valgrind install in /usr/bin on pachisi.

cwsmith@pachisi: ~ $ which valgrind
/usr/bin/valgrind
cwsmith@pachisi: ~ $ valgrind --version
valgrind-3.13.0

Which is the latest version spack provides (outside 'develop'):

$ spack info valgrind
...
Preferred version:
    3.13.0     https://sourceware.org/pub/valgrind/valgrind-3.13.0.tar.bz2

Safe versions:
    develop    [git] git://sourceware.org/git/valgrind.git
    3.13.0     https://sourceware.org/pub/valgrind/valgrind-3.13.0.tar.bz2
    3.12.0     https://sourceware.org/pub/valgrind/valgrind-3.12.0.tar.bz2
    3.11.0     https://sourceware.org/pub/valgrind/valgrind-3.11.0.tar.bz2
    3.10.1     https://sourceware.org/pub/valgrind/valgrind-3.10.1.tar.bz2
    3.10.0     https://sourceware.org/pub/valgrind/valgrind-3.10.0.tar.bz2
...
wrtobin commented 6 years ago

not seeing /usr/bin/valgrind on Jenga

cwsmith commented 6 years ago

OK. I emailed help@ and Cc'd you.

jacobmerson commented 6 years ago

Not sure if the scorec help email address is working properly...A couple weeks ago I emailed Bob at that address and the ticket never went through. The new ticketing system seems to work.

cwsmith commented 6 years ago

help@ installed valgrind 3.13.0 on the rhel7 systems.

cwsmith@jenga: ~ $ which valgrind
/usr/bin/valgrind
cwsmith@jenga: ~ $ valgrind --version
valgrind-3.13.0

If there are systems with missing installs please reopen this ticket.