Skip to content
Snippets Groups Projects
  1. Aug 16, 2018
  2. Jul 30, 2018
  3. Jun 25, 2018
  4. Jun 18, 2018
  5. Jun 14, 2018
  6. Jun 01, 2018
  7. May 30, 2018
  8. 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
  9. May 18, 2018
  10. May 16, 2018
  11. May 09, 2018
  12. Apr 08, 2018
  13. Mar 28, 2018
  14. Mar 21, 2018
  15. Mar 08, 2018
  16. Feb 27, 2018
  17. Feb 21, 2018
  18. Feb 14, 2018
  19. Feb 09, 2018
  20. Jan 30, 2018
  21. Jan 29, 2018
  22. Jan 28, 2018
  23. Jan 27, 2018
  24. Jan 18, 2018
  25. Jan 12, 2018
  26. Dec 08, 2017
  27. Nov 24, 2017
  28. Nov 16, 2017
  29. Nov 08, 2017
  30. Nov 03, 2017