Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
kill smpi_process_count(), use smpi_get_universe_size() instead
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Sun, 28 Jul 2019 23:55:25 +0000 (01:55 +0200)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Mon, 29 Jul 2019 00:05:25 +0000 (02:05 +0200)
commit115f7cc503a7b2513d4a08ab27b01c9bffbe67ae
treef29be7801aa3419d98fc64ff2e0f67566c50529d
parent5bd38fe2428d26c4635dbc4d8b2b70e028cf1486
kill smpi_process_count(), use smpi_get_universe_size() instead

process_count was probably the original name while universe_size was
added to implement MPI_Attr_get(MPI_UNIVERSE_SIZE). Merge both to sort
things out.

While I'm at it, move all of it to smpi_deployment to reduce the
amount of globals made visible to more than one module.
src/smpi/bindings/smpi_pmpi_comm.cpp
src/smpi/include/private.hpp
src/smpi/internals/smpi_actor.cpp
src/smpi/internals/smpi_deployment.cpp
src/smpi/internals/smpi_global.cpp
src/smpi/plugins/sampi_loadbalancer.cpp