X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/11a34a08b64a2c5897a0ce2137fb9e8d37bd7fd2..c4b490069d7cdcaa3af5c0709d9967321cf48f9f:/examples/msg/app-pmm/app-pmm.c diff --git a/examples/msg/app-pmm/app-pmm.c b/examples/msg/app-pmm/app-pmm.c index 5d4f6629ef..d6ee681457 100644 --- a/examples/msg/app-pmm/app-pmm.c +++ b/examples/msg/app-pmm/app-pmm.c @@ -1,7 +1,6 @@ -/* pmm - parallel matrix multiplication "double diffusion" */ +/* pmm - double broadcast parallel matrix multiplication */ -/* Copyright (c) 2006-2015. The SimGrid Team. - * All rights reserved. */ +/* Copyright (c) 2006-2016. 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. */ @@ -10,12 +9,6 @@ #include "xbt/matrix.h" #include "xbt/xbt_os_time.h" -/** @addtogroup MSG_examples - * - * - pmm/msg_pmm.c: Parallel Matrix Multiplication is a little application. This is something that most MPI - * developers have written during their class, here implemented using MSG instead of MPI. - */ - XBT_LOG_NEW_DEFAULT_CATEGORY(msg_pmm, "Messages specific for this msg example"); /* This example should always be executed using a deployment of GRID_SIZE * GRID_SIZE nodes. */