From: Christian Heinrich Date: Wed, 6 Dec 2017 13:35:46 +0000 (+0100) Subject: [SMPI] Remove wrong comments on functions X-Git-Tag: v3.19~357 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/38cc0d89b17367770fa9a0e1ac3284d6b7a4fd3e [SMPI] Remove wrong comments on functions --- diff --git a/src/smpi/internals/smpi_deployment.cpp b/src/smpi/internals/smpi_deployment.cpp index d470ebdb34..85de568017 100644 --- a/src/smpi/internals/smpi_deployment.cpp +++ b/src/smpi/internals/smpi_deployment.cpp @@ -78,7 +78,6 @@ void SMPI_app_instance_register(const char *name, xbt_main_func_t code, int num_ smpi_instances.insert(std::pair(name, instance)); } -//get the index of the process in the process_data array void smpi_deployment_register_process(const char* instance_id, int rank, int index) { if (smpi_instances.empty()) { // no instance registered, we probably used smpirun. @@ -93,7 +92,6 @@ void smpi_deployment_register_process(const char* instance_id, int rank, int ind instance.comm_world->group()->set_mapping(index, rank); } -//get the index of the process in the process_data array MPI_Comm* smpi_deployment_comm_world(const char* instance_id) { if (smpi_instances.empty()) { // no instance registered, we probably used smpirun.