Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
make the C and Fortran interfaces of SMPI as extern C also in the code
authorMartin Quinson <martin.quinson@loria.fr>
Wed, 15 Feb 2017 16:27:37 +0000 (17:27 +0100)
committerMartin Quinson <martin.quinson@loria.fr>
Wed, 15 Feb 2017 16:27:44 +0000 (17:27 +0100)
commitb3f2daa8ba97d28b224597331ac3b8d9a719aa30
tree95ad48e8f95c2d839911375bc50fd1ebdf635e16
parentd0b97e9f37660aadb6271704dd87afbef0088e53
make the C and Fortran interfaces of SMPI as extern C also in the code

This is useless because they are also marked as such in the header
files, but sonar only notices if they are marked in the implementation
too.

Also do some tiny changes to please sonar.
src/smpi/smpi_f77.cpp
src/smpi/smpi_mpi.cpp
src/smpi/smpi_pmpi.cpp
teshsuite/smpi/type-vector/type-vector.c