Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[SMPI] Remove outdated FIXME from smpi_deployment
authorChristian Heinrich <franz-christian.heinrich@inria.fr>
Thu, 28 Jun 2018 12:22:05 +0000 (14:22 +0200)
committerChristian Heinrich <franz-christian.heinrich@inria.fr>
Fri, 29 Jun 2018 09:23:32 +0000 (11:23 +0200)
src/smpi/internals/smpi_deployment.cpp

index f783e8c..6c1c75c 100644 (file)
@@ -44,7 +44,6 @@ extern int process_count; // How many processes have been allocated over all ins
 /** \ingroup smpi_simulation
  * \brief Registers a running instance of a MPI program.
  *
- * FIXME : remove MSG from the loop at some point.
  * \param name the reference name of the function.
  * \param code the main mpi function (must have a int ..(int argc, char *argv[])) prototype
  * \param num_processes the size of the instance we want to deploy