Changes between Version 6 and Version 7 of DeBugging


Ignore:
Timestamp:
11/21/13 14:13:09 (11 years ago)
Author:
Erica Kaminski
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • DeBugging

    v6 v7  
    2424[[BR]]
    2525 == Using Valgrind ==
    26 In order to run a program under valgrind, the code must be compiled with the {{{-g}}} tag and without any optimization tags.  The valgrind executable is available on grass and on bluehive, and can be made available by adding the path to the {{$PATH}}} and {{{$LD_LIBRARY_PATH}}} in your {{{.bashrc}}} file.  Depending on your machine, use one of the following lines:
     26In order to run a program under valgrind, the code must be compiled with the {{{-g}}} tag and without any optimization tags.  The valgrind executable is available on grass and on bluehive, and can be made available by adding the path to the {{{PATH}}} and {{{LD_LIBRARY_PATH}}} in your {{{.bashrc}}} file.  Depending on your machine, use one of the following lines:
    2727
    2828'''grass.pas.rochester.edu:''' {{{export PATH=/home/bshroyer/local/valgrind/bin:$PATH}}}