]> AND Public Git Repository - simgrid.git/blobdiff - examples/smpi/smpi_s4u_masterworker/masterworker_mailbox_smpi.cpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
move update_remains_lazy to the pimpl (as for CPUs)
[simgrid.git] / examples / smpi / smpi_s4u_masterworker / masterworker_mailbox_smpi.cpp
index 076c9fdfaf39c63d005c744eb39bf8ebc06f390d..2dab28fd093737932be60a7c7eecdacddfb3a764 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2010-2021. The SimGrid Team. All rights reserved.          */
+/* Copyright (c) 2010-2022. The SimGrid Team. All rights reserved.          */
 
 /* This program is free software; you can redistribute it and/or modify it
  * under the terms of the license (GNU LGPL) which comes with this package. */
@@ -9,7 +9,7 @@
 #include <array>
 #include <cstdio> /* snprintf */
 
-XBT_LOG_NEW_DEFAULT_CATEGORY(msg_test, "Messages specific for this msg example");
+XBT_LOG_NEW_DEFAULT_CATEGORY(smpi_masterworkers, "Messages specific for this example");
 
 static void master(std::vector<std::string> args)
 {