Browse Source

Fix position of inclusion of simgrid example code

Samuel Thibault 8 years ago
parent
commit
5077cafa48
1 changed files with 2 additions and 2 deletions
  1. 2 2
      doc/doxygen/chapters/470_simgrid.doxy

+ 2 - 2
doc/doxygen/chapters/470_simgrid.doxy

@@ -38,6 +38,8 @@ express that there is a CUDA implementation, even if one does not actually
 provide it. StarPU will not actually run it in Simgrid mode anyway by default
 provide it. StarPU will not actually run it in Simgrid mode anyway by default
 (unless the ::STARPU_CODELET_SIMGRID_EXECUTE flag is set in the codelet)
 (unless the ::STARPU_CODELET_SIMGRID_EXECUTE flag is set in the codelet)
 
 
+\snippet simgrid.c To be included. You should update doxygen if you see this text.
+
 \section Calibration Calibration
 \section Calibration Calibration
 
 
 The idea is to first compile StarPU normally, and run the application,
 The idea is to first compile StarPU normally, and run the application,
@@ -166,8 +168,6 @@ application running with simgrid, pass the <c>--cfg=contexts/factory:thread</c>
 option to the application, to make simgrid use system threads, which gdb will be
 option to the application, to make simgrid use system threads, which gdb will be
 able to manipulate as usual.
 able to manipulate as usual.
 
 
-\snippet simgrid.c To be included. You should update doxygen if you see this text.
-
 \section SimulationMemoryUsage Memory Usage
 \section SimulationMemoryUsage Memory Usage
 
 
 Since kernels are not actually run and data transfers are not actually
 Since kernels are not actually run and data transfers are not actually