Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
maybe long double solve the issue
[simgrid.git] / examples / s4u / README.doc
1 S4U (Simgrid for you) is the next interface of SimGrid, expected to be released with SimGrid 4.0.
2
3 Even if it's in a very preliminary state so far, you are welcome to
4 try it and report any interface glitches that you see. Be however
5 warned that the interface will be modified until its final release. 
6 You will have to adapt your code on the way.
7
8 This file follows the Doxygen syntax to be included in the
9 documentation, but it should remain readable directly.
10
11 /** 
12  @defgroup s4u_examples S4U examples
13  @ingroup s4u_api
14  @brief Find the S4U example fitting your needs in the archive.
15
16   - @ref s4u_ex_basics
17                     
18 @section s4u_ex_basics Basic examples and features
19
20 @section s4u_ex_synchro Inter-Actor Synchronization 
21
22  - <b>Mutex</b>.
23    @ref examples/s4u/mutex/s4u_mutex.cpp\n
24    Shows how to use simgrid::s4u::Mutex synchronization objects
25                          
26 */
27
28 /**
29 @example examples/s4u/mutex/s4u_mutex.cpp
30
31 */