From 5524a24a54c030ab3d1abc9167eea7deae2a7119 Mon Sep 17 00:00:00 2001 From: Augustin Degomme Date: Mon, 15 Dec 2014 22:00:27 +0100 Subject: [PATCH] avoid word being recognized as special by doxygen --- doc/doxygen/module-smpi.doc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/doxygen/module-smpi.doc b/doc/doxygen/module-smpi.doc index 27d96e5e71..0474d172c1 100644 --- a/doc/doxygen/module-smpi.doc +++ b/doc/doxygen/module-smpi.doc @@ -72,7 +72,7 @@ ELF executable has been introduced in SimGrid 3.11. By using the smpi/ privatize_global_variableles option to yes, SMPI will duplicate the segments containing the global variables and when needed, will map the right one in memory. This needs ELF executables and mmap on the system -(Linux and recent BSDs should be compatible). As no copy is involved, +(Linux and recent BSDs should be compatible). %As no copy is involved, performance should not be altered (but memory occupation will be higher). This solution actually works really good for a good number of MPI -- 2.20.1