Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
avoid word being recognized as special by doxygen
authorAugustin Degomme <augustin.degomme@imag.fr>
Mon, 15 Dec 2014 21:00:27 +0000 (22:00 +0100)
committerAugustin Degomme <augustin.degomme@imag.fr>
Mon, 15 Dec 2014 21:00:27 +0000 (22:00 +0100)
doc/doxygen/module-smpi.doc

index 27d96e5..0474d17 100644 (file)
@@ -72,7 +72,7 @@ ELF executable has been introduced in SimGrid 3.11. By using the <tt>smpi/
 privatize_global_variableles</tt> 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