Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[SMPI] Clarify in debug message that SMPI processes are meant, not SIMIX.
authorChristian Heinrich <franz-christian.heinrich@inria.fr>
Sun, 28 Jan 2018 15:12:52 +0000 (16:12 +0100)
committerChristian Heinrich <franz-christian.heinrich@inria.fr>
Mon, 5 Feb 2018 15:50:43 +0000 (16:50 +0100)
src/smpi/internals/smpi_process.cpp

index 4ec37ca..0a61f94 100644 (file)
@@ -77,7 +77,7 @@ void Process::set_data(int* argc, char*** argv)
   argv_ = argv;
   // set the process attached to the mailbox
   mailbox_small_->setReceiver(process_);
-  XBT_DEBUG("<%lu> New process in the game: %p", process_->getPid(), process_.get());
+  XBT_DEBUG("<%lu> SMPI process has been initialized: %p", process_->getPid(), process_.get());
 }
 
 /** @brief Prepares the current process for termination. */