Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
bcast on one process is a no-op
[simgrid.git] / examples / msg / app-pmm / app-pmm.c
index 5d4f662..f55f1a2 100644 (file)
 #include "xbt/xbt_os_time.h"
 
 /** @addtogroup MSG_examples
- * 
- * - <b>pmm/msg_pmm.c</b>: 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
+ *
+ * - <b>Parallel Matrix Multiplication: app-pmm/app-pmm.c</b>. 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");