X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ddf5b93f08c793fed357c61e9e8486fbd8084b56..f1a8552a42735c41d109bb458835a17976baed9c:/src/smpi/smpi_base.c diff --git a/src/smpi/smpi_base.c b/src/smpi/smpi_base.c index c2d0939011..1972895d0d 100644 --- a/src/smpi/smpi_base.c +++ b/src/smpi/smpi_base.c @@ -8,7 +8,7 @@ SMPI_Global_t smpi_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) {