X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9ebe965fa5eae2f655c02b4e7fa335901abcb06b..e14efade5dfa8df13c1b66a0d35af2d269784d11:/src/smpi/internals/smpi_deployment.cpp?ds=inline 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