Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
metaxml example Makefile modifications
[simgrid.git] / src / smpi / smpi_receiver.c
index 0097875..e22363f 100644 (file)
@@ -1,5 +1,7 @@
 #include "private.h"
 
+XBT_LOG_NEW_DEFAULT_SUBCATEGORY(smpi_receiver, smpi, "Logging specific to SMPI (receiver)");
+
 int smpi_receiver(int argc, char **argv)
 {
        smx_process_t self;