Skip to content
Snippets Groups Projects
  1. Jan 09, 2025
    • Tom Fischer's avatar
      [BL/MPI.h] In / out buffers must not be aliased · d38712c8
      Tom Fischer authored
      See https://www.mpi-forum.org/docs/mpi-4.1/mpi41-report.pdf page 10
      
      The following error message on JUWELS is fixed with this commit
      
      vtkMPICommunicator.cxx:60    WARN| MPI had an error
      ------------------------------------------------
      Invalid buffer pointer, error stack:
      internal_Allgather(133): MPI_Allgather(sendbuf=0x1233940, sendcount=1, MPI_UNSIGNED_LONG, recvbuf=0x1233840, recvcount=1, MPI_UNSIGNED_LONG, MPI_COMM_WORLD) failed
      internal_Allgather(85).: Buffers must not be aliased
      d38712c8
  2. Jan 02, 2025
  3. Jan 01, 2025
  4. Nov 24, 2024
  5. Nov 23, 2024
  6. Oct 25, 2024
  7. Oct 23, 2024
  8. Oct 18, 2024
  9. Oct 14, 2024
  10. Oct 01, 2024
  11. Sep 30, 2024
  12. Sep 26, 2024
  13. Sep 24, 2024
  14. Sep 04, 2024
    • Dmitri Naumov's avatar
      For all precision output use max_digits10 · d3ff4e1d
      Dmitri Naumov authored
      This guarantees floating-point -> text -> floating-point
      roundtrip.
      
      Those places, where the output precision was explicitly
      set to 15-18 places, were replaced with max_digits10
      precision.
      d3ff4e1d
  15. Aug 21, 2024
  16. Aug 14, 2024
  17. Jul 05, 2024
  18. Jun 10, 2024
  19. Jun 04, 2024
  20. Mar 27, 2024
  21. Mar 12, 2024
  22. Feb 12, 2024
Loading