|
From: Fernando C. <fgm...@ya...> - 2009-01-24 02:32:06
|
Thanks
for the awnser, I found out what the problem was, I was running the former version of the program, before recompiling it.
For a final question, is there any log option that I am missing or it just write the result on the screen?
Thanks in advance.
Veja quais são os assuntos do momento no Yahoo! +Buscados
http://br.maisbuscados.yahoo.com |
|
From: tom f. <tf...@al...> - 2009-01-24 03:58:21
|
Fernando Coelho <fgm...@ya...> writes:
[snip]
> For a final question, is there any log option that I am missing or it just =
> write the result on the screen?
$ valgrind --log-file=myprog.vg.%p /path/to/your/program --options
the `%p' gets replace with the process ID, which is nice when you're
doing multiple runs, or debugging an MPI program.
-tom
|