Skip to content

Wi4MPI 3.6.5

Compare
Choose a tag to compare
@marcjoos-cea marcjoos-cea released this 01 Dec 13:39
· 99 commits to master since this release

Bugfixes:

  • usage of combiner_ptr_converter instead of int_ptr_mapper fixing #51
  • fix translation for MPI_UNWEIGHTED & MPI_WEIGHTS_EMPTY, fixes issue #49
  • generalize wi4mpi init message to MPI_Init_threads and MPI_Init in Fortran and C; fixes issue #54
  • fix Fortran constants translation, fixes issues #21 & #61
  • transmit verbosity option to wi4mpi when using mpirun: fixes issue #15
  • mpicc: do not link to libmpi.so if not needed
  • `fix for override functions

Documentation:

  • new tutorials from ISC'23 conference
  • various typo corrections & updates

Other:

  • syntax checking with clang-format
  • refactoring of build stage

Thanks to @kevin-juilly, @Clement-Fontenaille, @ducrotv, @spoutn1k, @adrien-cotte, @nhanford, @eleon and @mathstuf for the hard work