X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/29a3b2869c0075fc75e8ccc66fc1d9c4c8bf6a85..f5b4648bcb7aa3c1174e25c9f3cd28867b3b2871:/doc/doxygen/uhood_arch.doc diff --git a/doc/doxygen/uhood_arch.doc b/doc/doxygen/uhood_arch.doc index f8663f4332..7ee3fdecb0 100644 --- a/doc/doxygen/uhood_arch.doc +++ b/doc/doxygen/uhood_arch.doc @@ -3,7 +3,7 @@ This page presents the current code organization, as you will see it if you dig into the src/ directory. But things will change during the current Gran Refactoring leading to SimGrid 4. So take the -information on this page with a grain of salt, and don't be affraid if +information on this page with a grain of salt, and don't be afraid if things are not exactly as documented here. At some point, we at least extend this page to present the overall @@ -15,9 +15,7 @@ page. @htmlonly
-@endhtmlonly -@htmlinclude simgrid_modules.map -@htmlonly +htmlinclude simgrid_modules.map
SimGrid Components (click to jump to API)
@endhtmlonly @@ -26,7 +24,7 @@ page. @section ug_overview Overview of the toolkit components -@subsection ug_overview_envs Programing environments layer +@subsection ug_overview_envs Programming environments layer SimGrid provides several programming environments built on top of a unique simulation kernel. Each environment targets a specific audience and @@ -42,7 +40,7 @@ your work. technical issues of real platforms are masked here. Check the @ref MSG_API section for more information. - - If you want to study the behavior of a MPI application using emulation, + - If you want to study the behavior of an MPI application using emulation, you should have a look at the @ref SMPI_API (Simulated MPI) programming environment. Unfortunately, this work is still underway. Check the @ref SMPI_API section for more information.