From 38cc0d89b17367770fa9a0e1ac3284d6b7a4fd3e Mon Sep 17 00:00:00 2001 From: Christian Heinrich Date: Wed, 6 Dec 2017 14:35:46 +0100 Subject: [PATCH] [SMPI] Remove wrong comments on functions --- src/smpi/internals/smpi_deployment.cpp | 2 -- 1 file changed, 2 deletions(-) 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. -- 2.20.1