Skip to content
Snippets Groups Projects
  1. Jun 10, 2013
    • Markus Blatt's avatar
      Prevents calling MPI_Comm_free after MPI_Finalize. · 033377ca
      Markus Blatt authored
      With OpenMPI there appeared cases where MPI_Comm_free
      was called after MPI_Finalize. This was caused by the
      destructor of OwnerOverlapCopyCommunication being called
      after MPI_Finalize.
      This patch moves the destruction out of the main method.
      If MPI 2 functionality is available we also check whether
      MPI_Finalize was called before freeing the communicator and
      only call free if not.
      033377ca
  2. Apr 29, 2013
  3. Mar 31, 2013
  4. Mar 16, 2013
  5. Mar 13, 2013
  6. Mar 11, 2013
  7. Feb 13, 2013
  8. Dec 21, 2012
  9. Dec 18, 2012
  10. Dec 05, 2012
  11. Nov 06, 2012
  12. Sep 20, 2012
  13. Sep 13, 2012
  14. Aug 24, 2012
  15. May 31, 2012
  16. May 24, 2012
    • Markus Blatt's avatar
      · f7c5154f
      Markus Blatt authored
      Renamed add_parmetis_flags to add_dune_parmetis_flags for consistency.
      
      [[Imported from SVN: r1597]]
      f7c5154f
  17. May 16, 2012
  18. May 02, 2012
  19. Apr 30, 2012
  20. Oct 12, 2011
  21. Jan 24, 2011
  22. Nov 24, 2010
  23. Nov 17, 2010
  24. Nov 03, 2010
  25. Oct 30, 2010
  26. Oct 12, 2010
Loading