X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/11a34a08b64a2c5897a0ce2137fb9e8d37bd7fd2..4febd002bec654c77a3e6e38b3feee35d87a79cc:/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..f55f1a2c60 100644 --- a/examples/msg/app-pmm/app-pmm.c +++ b/examples/msg/app-pmm/app-pmm.c @@ -11,9 +11,10 @@ #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. + * @section msg_ex_full_apps Examples of full applications + * + * - Parallel Matrix Multiplication: app-pmm/app-pmm.c. This little application is something that most MPI + * developers have written during their studies. Here it is implemented in MSG. */ XBT_LOG_NEW_DEFAULT_CATEGORY(msg_pmm, "Messages specific for this msg example");