Skip to content
Snippets Groups Projects
  1. Apr 20, 2015
    • Markus Blatt's avatar
      [bugfix] Only communicate on non-empty interfaces in VariableSizeCommunicator · 20309d46
      Markus Blatt authored
      Before this commit communcation would be initiated even on empty
      interfaces. While this does not lead to overwriting data or producing
      segmentation faults, it does lead to accessing the first component of
      empty vectors to get a pointer to pass to MPI functions. This produces
      error output with valgrind and other memory debuggers. Therefore with this
      commit we will first check whether the interface contains values and do
      nothing if it doesn't. We also augmented the test to catch the case wher only
      some processes have an empty interface.
      20309d46
  2. Jan 11, 2015
  3. Nov 08, 2014
    • Jö Fahlke's avatar
      [vc] Simplify ignore lists. · 251deeb0
      Jö Fahlke authored
      "Makefile.in", "*.o", etc. need only be listed in the toplevel .gitignore, the
      rules are applied recursively.
      
      Test programs etc. should be listed as "/program" in their directory's
      .gitignore, so they are not accidentially ignored in a lower level directory.
      251deeb0
  4. Oct 06, 2014
  5. Apr 09, 2014
  6. Feb 14, 2014
  7. Dec 17, 2013
  8. Dec 13, 2013
  9. Feb 13, 2013
  10. Aug 24, 2012
  11. Aug 06, 2012
  12. May 02, 2012
  13. Apr 29, 2012
  14. Apr 11, 2012
  15. Mar 15, 2012
    • Christoph Grüninger's avatar
      [CMake] · a314d08d
      Christoph Grüninger authored
      Temporarilly remove syncertest from building.
      Add some comments to config.h.cmake.
      
      [[Imported from SVN: r6591]]
      a314d08d
  16. Mar 14, 2012
    • Christoph Grüninger's avatar
      [CMake] · 2b015225
      Christoph Grüninger authored
      Exclude linking to MPI_CXX_LIBRARIES if MPI not found.
      
      [[Imported from SVN: r6590]]
      2b015225
    • Christoph Grüninger's avatar
      [CMake] · f2f529b1
      Christoph Grüninger authored
      Added support for MPI.
      Write module version information to config.h.
      
      [[Imported from SVN: r6588]]
      f2f529b1
  17. Mar 09, 2012
  18. Mar 04, 2012
  19. Apr 26, 2011
  20. Apr 15, 2011
  21. Nov 28, 2010
  22. Nov 24, 2010
Loading