Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
change consecutive to the renaming of the C++ wrappers
[simgrid.git] / examples / SimGrid.tesh
1 # Command line : \r
2 # Windows -> tesh --directory=%EXAMPLE_DIR% --file=SimGrid.tesh --log="log.thresh:info tesh.fmt:%m%n" --keep-going-unit\r
3 # Linux   -> tesh --directory=$EXAMPLE_DIR --file=SimGrid.tesh --log="log.thresh:info tesh.fmt:%m%n" --keep-going-unit\r
4 D Examples (MSG API functionnality checking (for C, C++ and Java))\r
5 \r
6 $ cd ${EXAMPLE_DIR:=.}\r
7 \r
8 $ cd msg\r
9 \r
10 # Masterslave OK\r
11 ! include masterslave/masterslave.tesh\r
12 \r
13 # Outputs difference : __FILE__ difference between Windows and Linux\r
14 #! include masterslave/masterslave_bypass.tesh\r
15 \r
16 # Outputs difference\r
17 ! include masterslave/masterslave_failure.tesh\r
18 \r
19 ! include masterslave/masterslave_forwarder.tesh\r
20 \r
21 # Parllel task\r
22 ! include parallel_task/parallel_task.tesh\r
23 \r
24 # Priority\r
25 ! include priority/priority.tesh\r
26 \r
27 # Properties\r
28 ! include properties/msg_prop.tesh\r
29 \r
30 # Send/Receive\r
31 \r
32 ! include sendrecv/sendrecv_CLM03.tesh\r
33 \r
34 # format d'affichage de %g\r
35 ! include sendrecv/sendrecv_KCCFLN05.tesh\r
36 \r
37 \r
38 ! include sendrecv/sendrecv_Reno.tesh\r
39 \r
40 # Modele non valid\r
41 #! include sendrecv/sendrecv_SDP.tesh\r
42 \r
43 \r
44 ! include sendrecv/sendrecv_Vegas.tesh\r
45 \r
46 # Suspend\r
47 ! include suspend/suspend.tesh\r
48 \r
49 $ cd ..\r
50 \r
51 $ cd java/basic\r
52 \r
53 ! include basic.tesh\r
54 \r
55 $ cd ..\r
56 \r
57 $ cd comm_time\r
58 \r
59 ! include comm_time.tesh\r
60 \r
61 $ cd ..\r
62 \r
63 $ cd ping_pong\r
64 \r
65 ! include ping_pong.tesh\r
66 \r
67 $ cd ..\r
68 \r
69 $ cd suspend\r
70 \r
71 ! include suspend.tesh\r
72 \r
73 $ cd ..\r
74 \r
75 $ cd autoDestination\r
76 \r
77 ! include autoDestination.tesh\r
78 \r
79 $ cd ..\r
80 \r
81 $ cd explicitDestination\r
82 \r
83 ! include explicitDestination.tesh\r
84 \r
85 $ cd ..\r
86 \r
87 $ cd ..\r
88 \r
89 $ cd cxx/basic\r
90 \r
91 ! include basic.tesh\r
92 \r
93 $ cd ..\r
94 \r
95 $ cd comm_time\r
96 \r
97 ! include comm_time.tesh\r
98 \r
99 $ cd ..\r
100 \r
101 $ cd ping_pong\r
102 \r
103 ! include ping_pong.tesh\r
104 \r
105 $ cd ..\r
106 \r
107 $ cd suspend\r
108 \r
109 ! include suspend.tesh\r
110 \r
111 $ cd ..\r
112 \r
113 $ cd autoDestination\r
114 \r
115 ! include autoDestination.tesh\r
116 \r
117 $ cd ..\r
118 \r
119 $ cd explicitDestination\r
120 \r
121 ! include explicitDestination.tesh\r
122 \r
123 \r
124 \r
125 \r
126 \r
127 \r