Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use type bool for boolean variables in smpi::Comm too.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Thu, 26 Dec 2019 23:00:36 +0000 (00:00 +0100)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Fri, 27 Dec 2019 11:13:49 +0000 (12:13 +0100)
commit04b2e93870ff29c4e46ecd9e41451bfd911e60fe
tree7a0fa620be89f3402f3cb81048a0e46c48f89d35
parentbad5891a4d5a2d97e1dea926cb640f516c1fae0c
Use type bool for boolean variables in smpi::Comm too.

Don't touch members is_blocked_ and is_uniform_ which are used by MPI
communications with type MPI_INT.
src/smpi/colls/allgather/allgather-mvapich-smp.cpp
src/smpi/colls/smpi_mpich_selector.cpp
src/smpi/include/smpi_comm.hpp
src/smpi/mpi/smpi_comm.cpp