Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
renamed MPI_ functions to avoid namespace collisions in distributed code.
[simgrid.git] / src / smpi / smpi_global.c
index 4f8fed0..d285a00 100644 (file)
@@ -2,7 +2,9 @@
 
 #include "private.h"
 
-XBT_LOG_NEW_DEFAULT_SUBCATEGORY(smpi, XBT_LOG_ROOT_CAT, "All SMPI categories");
+XBT_LOG_NEW_CATEGORY(smpi, "All SMPI categories");
+
+XBT_LOG_NEW_DEFAULT_SUBCATEGORY(smpi_kernel, smpi, "Logging specific to SMPI (kernel)");
 
 smpi_global_t     smpi_global     = NULL;