Advertisement
Guest User

valgrind_output

a guest
Nov 26th, 2014
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.55 KB | None | 0 0
  1. parallels@helix:~/src/hpc/7$ valgrind ./7_serial_func_v1 --track-origins=yes
  2. ==9280== Memcheck, a memory error detector
  3. ==9280== Copyright (C) 2002-2013, and GNU GPL'd, by Julian Seward et al.
  4. ==9280== Using Valgrind-3.10.0 and LibVEX; rerun with -h for copyright info
  5. ==9280== Command: ./7_serial_func_v1 --track-origins=yes
  6. ==9280==
  7. ==9280== Conditional jump or move depends on uninitialised value(s)
  8. ==9280==    at 0x400BED: equilibriumCheck (7_serial_func_v1.c:118)
  9. ==9280==    by 0x400752: main (7_serial_func_v1.c:49)
  10. ==9280==
  11. ==9280==
  12. ==9280== More than 10000000 total errors detected.  I'm not reporting any more.
  13. ==9280== Final error counts will be inaccurate.  Go fix your program!
  14. ==9280== Rerun with --error-limit=no to disable this cutoff.  Note
  15. ==9280== that errors may occur in your program without prior warning from
  16. ==9280== Valgrind, because errors are no longer being displayed.
  17. ==9280==
  18. Finished at iteration # 14904
  19. Thermal equilibrium attained, with maximum 0.01% change between iterations for any point
  20. Temperature @ (55,55) = 4.18
  21. Computed in 54.778325 seconds...
  22. ==9280==
  23. ==9280== HEAP SUMMARY:
  24. ==9280==     in use at exit: 0 bytes in 0 blocks
  25. ==9280==   total heap usage: 204 allocs, 204 frees, 83,224 bytes allocated
  26. ==9280==
  27. ==9280== All heap blocks were freed -- no leaks are possible
  28. ==9280==
  29. ==9280== For counts of detected and suppressed errors, rerun with: -v
  30. ==9280== Use --track-origins=yes to see where uninitialised values come from
  31. ==9280== ERROR SUMMARY: 10000000 errors from 1 contexts (suppressed: 0 from 0)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement