Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Other fix for #78 : Fortran logical and MPI_LOGICAL are actually 32 bits wide, not...
authorAugustin Degomme <adegomme@users.noreply.github.com>
Fri, 6 Aug 2021 13:00:40 +0000 (15:00 +0200)
committerAugustin Degomme <adegomme@users.noreply.github.com>
Fri, 6 Aug 2021 13:00:40 +0000 (15:00 +0200)
commit110e47361a8903da943770a74b291e17ae30c522
treedcaa853174ab4c174364a81b1456d7cceca62519
parent628ebb37dde165ec85aae3c31fa4b4b46ee57982
Other fix for #78 : Fortran logical and MPI_LOGICAL are actually 32 bits wide, not 8, and should not be mapped to MPI_C_BOOL but to MPI_INTEGER32 internally.
Because why not.
include/smpi/mpif.h.in
src/smpi/bindings/smpi_f77.cpp