|
From: John R. <jr...@bi...> - 2016-02-04 22:07:11
|
> I compile my fortran code with the following flags: -c -tp x64 -r8 -i4 -Mnolre -Mnovect -Mnounroll -g > > I start it using valgrind doing: valgrind --tool=memcheck --leak-check=full ./rsiNE 54 2002SK1 NAEUa > > rsiNE is a csh script starts the code with some parameters and file names doing: > #!/bin/csh > ./paleonSG<< EOF >& out.pal > 4 1 1 > 02 > ... > ... > ... > EOF > I use Valgrind-3.5.0 and added the apport-valgrind package > Any idea of what I am doing wrong?? You are using valgrind-3.5.0 which is FIVE YEARS OBSOLETE. The current version is 3.11.0. UPGRADE NOW! Then grab a clue from: valgrind --help | grep child |