Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Generate error strings at the same time enum is generated.
authorAugustin Degomme <degomme@wasabi>
Fri, 6 Jul 2018 12:56:06 +0000 (14:56 +0200)
committerAugustin Degomme <degomme@wasabi>
Fri, 6 Jul 2018 12:58:55 +0000 (14:58 +0200)
commit7ab95b4f204adf85e9f24eafcc51ed1e6ba2b232
tree152e3239a6d497d0a0d7e1f560c10b4fbb56f24e
parent715f1ab3817012946c01cda5d1e0a9deb9de4343
Generate error strings at the same time enum is generated.
- TODO : put back MPI_Errhandler_f2c and MPI_File_f2c unimplemented signatures...
Somehow converting from "#define MPI_SUCCESS 0" to their return type was OK but from enum is not for the compiler.
include/smpi/smpi.h
src/smpi/bindings/smpi_mpi.cpp
src/smpi/bindings/smpi_pmpi.cpp