|
From: Tom H. <to...@co...> - 2013-07-06 23:32:45
|
On 06/07/13 19:34, Sebastian Feld wrote: > On Sun, Jun 23, 2013 at 10:09 PM, Sebastian Feld > <seb...@gm...> wrote: >> How good or bad does valgrind support fortran 95 applications? Are >> there any catches or know bugs? is there a usage example for memcheck >> and exp-sgcheck? > > Sounds like Fortran is no longer supported, or at leats no one cares > about it anymore (judging by the fact that the last couple of > Fortran-related emails in the valgrind lists went unanswered and no > Fortran tests exist). Well valgrind works at the machine code level so it doesn't really care what language the code was originally written in. What do you mean by a "usage example" anyway? Using it on a Fortran program is no different to using it in a C program - you run it and see what errors are reported and then deal with them. Tom -- Tom Hughes (to...@co...) http://compton.nu/ |