Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix windows build (don't ask why this helps)
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Mon, 6 Aug 2007 11:36:46 +0000 (11:36 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Mon, 6 Aug 2007 11:36:46 +0000 (11:36 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3979 48e7efb5-ca39-0410-a469-dd3cf9ba447f

src/smpi/smpi_base.c

index c2d0939..1972895 100644 (file)
@@ -8,7 +8,7 @@ SMPI_Global_t     smpi_global     = NULL;
 
 SMPI_MPI_Global_t smpi_mpi_global = NULL;
 
 
 SMPI_MPI_Global_t smpi_mpi_global = NULL;
 
-XBT_LOG_NEW_DEFAULT_CATEGORY(smpi, "SMPI");
+XBT_LOG_NEW_DEFAULT_SUBCATEGORY(smpi,XBT_LOG_ROOT_CAT, "All SMPI categories (see \ref SMPI_API)");
 
 int inline smpi_mpi_comm_size(smpi_mpi_communicator_t *comm)
 {
 
 int inline smpi_mpi_comm_size(smpi_mpi_communicator_t *comm)
 {