From e14efade5dfa8df13c1b66a0d35af2d269784d11 Mon Sep 17 00:00:00 2001 From: Christian Heinrich Date: Thu, 28 Jun 2018 14:22:05 +0200 Subject: [PATCH] [SMPI] Remove outdated FIXME from smpi_deployment --- src/smpi/internals/smpi_deployment.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/smpi/internals/smpi_deployment.cpp b/src/smpi/internals/smpi_deployment.cpp index f783e8cd66..6c1c75c2f9 100644 --- a/src/smpi/internals/smpi_deployment.cpp +++ b/src/smpi/internals/smpi_deployment.cpp @@ -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 -- 2.20.1