Bugfixes:
- usage of
combiner_ptr_converter
instead ofint_ptr_mapper
fixing #51 - fix translation for
MPI_UNWEIGHTED
&MPI_WEIGHTS_EMPTY
, fixes issue #49 - generalize wi4mpi init message to
MPI_Init_threads
andMPI_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 tolibmpi.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