> 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


------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140
_______________________________________________
Valgrind-users mailing list
Valgrind-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/valgrind-users

Reply via email to