|
From: Julian S. <js...@ac...> - 2006-03-01 23:43:27
|
> > (random idea) If you re-run with --alignment=16, do you get > > different results? > Still the same. Valgrind reports with intel fortran compiler problem. > Someone else told me that valgrind has problem with Intel compiler. Is that > true? From the message below, could you please tell me what is wrong with > my code? It is impossible to say. It looks like you have an array indexing error. This would be easier if there was some line number info for MAIN__. It would help if you can check out and build the latest development sources of Valgrind. This is very easy; see http://valgrind.org/downloads/repository.html for details on how to do so. J |