Skip to content
Snippets Groups Projects
  1. Jan 08, 2019
  2. Jan 07, 2019
  3. Dec 21, 2018
  4. Dec 14, 2018
  5. Dec 12, 2018
  6. Dec 11, 2018
  7. Nov 07, 2018
  8. Nov 06, 2018
  9. Nov 05, 2018
  10. Oct 02, 2018
  11. Sep 28, 2018
  12. Sep 24, 2018
  13. Aug 24, 2018
  14. Aug 23, 2018
  15. Aug 16, 2018
  16. Jul 30, 2018
  17. Jun 25, 2018
  18. Jun 18, 2018
  19. Jun 14, 2018
  20. Jun 01, 2018
  21. May 30, 2018
  22. May 22, 2018
    • Michael Kuron's avatar
      Don’t call MPI_Type_free after MPI_Finalize · 7934e8f5
      Michael Kuron authored
      Vector2, Vector3 and Matrix3 define their own MPITrait::type functions that return an MPI_Datatype for them. It is created the first time the function is called and put into a static variable. It is therefore destroyed after the main() function exits, which is usually after MPI_Finalize has been called. Freeing the MPI_Datatype is therefore not possible and mpi::datatype cannot be used.
      7934e8f5
  23. May 18, 2018
  24. May 16, 2018
  25. May 09, 2018
  26. Apr 08, 2018
  27. Mar 28, 2018
  28. Mar 21, 2018
  29. Mar 08, 2018