Version 2 (modified by gary, 3 years ago)

minor formatting changes

developing with valgrind


  • Compile with the sys_valgrind directory below source. This includes the compiler option
    # no not initialize 
    CXXFLAGS += -DNOINIT
    
  • Run using the valgrind instructions in run_parallel.pl
  • Examine results with
    egrep 'lost:|ERROR SUMMARY:' *.err | egrep -v '0 bytes in 0 blocks|0 errors from 0 contexts'
    

Return to DeveloperPages

Return to main wiki page

Return to nublado.org