Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add some tests for crosstraffic = 1.
[simgrid.git] / .gitignore
1 ################################################
2 ###OTHER CAT
3 *.l[oa]
4 *.loT
5 *.[oa]
6 *~
7 *.log
8 *_simulator
9 *.mk
10 *.swp
11 *.patch
12 *.plist
13 *.trace
14
15 ################################################
16 ### Maintainer mode
17 src/simdag/dax_dtd.l
18 src/surf/simgrid_dtd.l
19 src/xbt/graphxml.l
20
21 ################################################
22 ### Jedule
23 examples/simdag/scheduling/simgrid.jed
24 teshsuite/simdag/platforms/simgrid.jed
25
26 ################################################
27 ### Libraries links 
28 src/bindings/ruby/simgrid.so
29 examples/ruby/simgrid.so
30 examples/lua/simgrid.so
31 src/bindings/ruby/libsimgrid.so
32 examples/gras/console/simgrid.so
33 examples/msg/masterslave/simgrid.so
34 examples/simdag/simgrid.so
35
36 ################################################
37 ### Units and supernovae files
38 src/simgrid_units_main.c
39 src/*_unit.c
40 src/supernovae_*.c
41
42 ################################################
43 ### Generated files
44 _*.c
45 include/simgrid_config.h
46 include/xbt/version.h
47 include/instr/tracing_config.h
48 include/smpi/smpif.h
49 src/context_sysv_config.h
50 src/gras_config.h
51 src/smpi/smpicc
52 src/smpi/smpirun
53 simgrid-*.tar.gz
54
55 ################################################
56 ### Cmake files
57 CPackConfig.cmake
58 CPackSourceConfig.cmake
59 CTestTestfile.cmake
60 conftestval
61 cmake_install.cmake
62 CMakeFiles
63 install_manifest.txt
64 _CPack_Packages/
65 CMakeFiles
66 CMakeCache.txt
67 DartConfiguration.tcl
68 simgrid.nsi
69 Testing/
70 Makefile
71 bin/
72 lib/
73 build_dir/
74 build/
75 buildtools/Cmake/test_prog/prog_va_copy.c
76
77
78 ################################################
79 ### windows borland
80 *.bpr
81 *.bpf
82
83 ################################################
84 ### Documentation
85 doc/all_bib.html
86 doc/logcategories.sh
87 doc/realtoc.sh
88 doc/tmp.realtoc
89 doc/using_bib.html
90 doc/Doxyfile
91 doc/footer.html
92 *.doc.toc
93 doc/latex/
94 doc/html
95 doc/index-API.doc
96 doc/index.php
97 doc/simgrid.tag
98 doc/simgrid_modules.map
99 doc/publis_core.bib
100 doc/publis_core_bib.html
101 doc/publis_count.html
102 doc/publis_extern.bib
103 doc/publis_extern_bib.html
104 doc/publis_intra.bib
105 doc/publis_intra_bib.html
106
107 ################################################
108 ### Specific of project 
109 .cproject
110 .project
111 .settings/
112 .anjuta
113 .anjuta_sym_db.db
114 simgrid.anjuta
115 .externalToolBuilders/
116 Debug/
117 .emacs.desktop
118 tags
119 callgrind.out.*
120
121 ################################################
122 ### Examples and traces
123 *.exe
124 testgraph.dot
125 testgraph.xml
126 examples/msg/ms.trace
127 examples/msg/procmig.trace
128 examples/msg/tasks.trace
129 examples/msg/volume.trace
130 examples/msg/zmsg_test.trace
131 examples/msg/categories.trace
132 examples/msg/masterslave/toto.txt
133 examples/msg/simulation.trace
134 examples/msg/toto.txt
135 examples/msg/z_gtnets.trace
136 examples/msg/tracing/procmig
137 examples/msg/tracing/tasks
138 examples/msg/tracing/volume
139 examples/msg/mc/bugged3
140 examples/msg/mc/random_test
141 examples/msg/chord/chord
142 examples/msg/token_ring/token_ring
143 examples/simdag/ex_sd_seq_access
144 examples/simdag/sd_seq_access
145 examples/msg/icomms/peer
146 examples/msg/icomms/peer2
147 examples/gras/console/ping_client_console
148 examples/gras/console/ping_server_console
149 examples/gras/console/ping_simulator_console
150 examples/msg/icomms/.kdbgrc.peer3
151 examples/msg/icomms/peer3
152 examples/msg/icomms/toto.txt
153 examples/msg/masterslave/masterslave_console
154 examples/simdag/ex_sd_test_console
155 examples/simdag/sd_test_console
156 examples/simdag/scheduling/Montage_25.jed
157 examples/msg/irc_isend/peer
158 examples/msg/irc_isend/toto.txt
159 examples/simdag/dot/dot_test
160 examples/simdag/dot/dot_test2
161 examples/smpi/toto.txt
162 examples/java/*/classnoinst.stamp
163 examples/amok/bandwidth/bandwidth_maestro
164 examples/amok/bandwidth/bandwidth_sensor
165 examples/amok/saturate/saturate_maestro
166 examples/amok/saturate/saturate_sensor
167 examples/gras/all2all/all2all_receiver
168 examples/gras/all2all/all2all_sender
169 examples/gras/chrono/chrono_multiplier
170 examples/gras/mmrpc/mmrpc_client
171 examples/gras/mmrpc/mmrpc_server
172 examples/gras/mutual_exclusion/simple_token/simple_token_node
173 examples/gras/mutual_exclusion/simple_token/simple_token_checker
174 examples/gras/ping/ping_client
175 examples/gras/ping/ping_server
176 examples/gras/ping/ping_checker
177 examples/gras/pmm/pmm_master
178 examples/gras/pmm/pmm_slave
179 examples/gras/properties/properties_alice
180 examples/gras/properties/properties_bob
181 examples/gras/properties/properties_master
182 examples/gras/properties/properties_slave
183 examples/gras/rpc/rpc_client
184 examples/gras/rpc/rpc_forwarder
185 examples/gras/rpc/rpc_server
186 examples/gras/spawn/spawn_server
187 examples/gras/synchro/synchro_philosopher
188 examples/gras/timer/timer_client
189 examples/gras/replay/replay_simulator
190 examples/gras/replay/replay_master
191 examples/gras/replay/replay_worker
192 examples/msg/actions/actions
193 examples/msg/gtnets/gtnets
194 examples/msg/masterslave/masterslave_bypass
195 examples/msg/masterslave/masterslave_failure
196 examples/msg/masterslave/masterslave_forwarder
197 examples/msg/masterslave/masterslave_mailbox
198 examples/msg/migration/migration
199 examples/msg/parallel_task/parallel_task
200 examples/msg/parallel_task/test_ptask
201 examples/msg/priority/priority
202 examples/msg/properties/msg_prop
203 examples/msg/sendrecv/sendrecv
204 examples/msg/suspend/suspend
205 examples/msg/trace/test_trace_integration
206 examples/msg/mc/centralized
207 examples/msg/mc/bugged2
208 examples/msg/mc/bugged1
209 examples/msg/parallel_contexts/pcontexts
210 examples/msg/parallel_contexts/pcontexts2
211 examples/msg/pmm/msg_pmm
212 examples/simdag/ex_sd_test
213 examples/simdag/ex_sd_test2
214 examples/simdag/metaxml/sd_meta
215 examples/simdag/properties/sd_prop
216 examples/simdag/sd_test
217 examples/simdag/sd_test2
218 examples/simdag/dax/dax_test
219 examples/simdag/goal/goal_test
220 examples/simdag/scheduling/minmin_test
221 examples/smpi/reduce
222 examples/smpi/bcast
223 examples/smpi/bcbench
224 examples/smpi/compute
225 examples/smpi/compute2
226 examples/smpi/compute3
227 examples/smpi/first
228 examples/smpi/mvmul
229 examples/smpi/ring_c
230 examples/smpi/second
231 examples/smpi/split
232 examples/smpi/allreduce
233 examples/smpi/pingpong
234 examples/smpi/scatter
235 examples/smpi/alltoall2
236 examples/smpi/alltoall_basic
237 examples/smpi/alltoallv
238 examples/smpi/sendrecv
239 examples/smpi/smpi_sendrecv
240 examples/smpi/mc_bugged1
241 examples/smpi/mc_bugged2
242 src/replay/replay
243 src/testall
244 teshsuite/gras/datadesc/datadesc_usage
245 teshsuite/gras/empty_main/empty_main_function
246 teshsuite/gras/msg_handle/msg_handle_client
247 teshsuite/gras/msg_handle/msg_handle_server
248 teshsuite/gras/small_sleep/log.txt
249 teshsuite/gras/small_sleep/small_sleep_function
250 teshsuite/gras/modelcheck/modelcheck_checker
251 teshsuite/msg/get_sender
252 teshsuite/simdag/basic0
253 teshsuite/simdag/basic1
254 teshsuite/simdag/basic2
255 teshsuite/simdag/basic3
256 teshsuite/simdag/basic4
257 teshsuite/simdag/basic5
258 teshsuite/simdag/basic6
259 teshsuite/simdag/network/mxn/test_intra_all2all
260 teshsuite/simdag/network/mxn/test_intra_independent_comm
261 teshsuite/simdag/network/mxn/test_intra_scatter
262 teshsuite/simdag/network/p2p/test_latency1
263 teshsuite/simdag/network/p2p/test_latency2
264 teshsuite/simdag/network/p2p/test_latency3
265 teshsuite/simdag/network/p2p/test_latency_bound
266 teshsuite/simdag/network/test_reinit_costs
267 teshsuite/simdag/platforms/basic_parsing_test
268 teshsuite/simdag/platforms/flatifier
269 teshsuite/simdag/partask/test_comp_only_par
270 teshsuite/simdag/partask/test_comp_only_seq
271 teshsuite/xbt/log_large_test
272 teshsuite/xbt/parallel_log_crashtest
273 testsuite/run_tests
274 testsuite/simdag/sd_test
275 testsuite/surf/lmm_usage
276 testsuite/surf/maxmin_bench
277 testsuite/surf/surf_usage
278 testsuite/surf/surf_usage2
279 testsuite/surf/trace_usage
280 testsuite/testgraph.dot
281 testsuite/testgraph.xml
282 testsuite/xbt/context_usage
283 testsuite/xbt/graphxml_usage
284 testsuite/xbt/heap_bench
285 testsuite/xbt/log_usage
286 tools/gras/gras_stub_generator
287 tools/tesh/tesh
288 examples/msg/tracing/categories
289 examples/msg/tracing/ms
290 teshsuite/simdag/platforms/is_router_test
291 examples/msg/masterslave/masterslave_cluster
292 examples/simdag/simdag_tracing
293 examples/gras/spawn/spawn_child
294 examples/gras/spawn/spawn_father
295 examples/smpi/smpi_traced
296 examples/smpi/ttest01
297 teshsuite/datadesc_usage.out
298 test_rl
299 test_sg
300 examples/smpi/smpi_traced.trace
301 examples/simdag/dot/simulate_dot
302 teshsuite/simdag/platforms/graphicator
303
304 #########################################""
305 ## tutorial files
306 doc/gtut-files/01-bones_client
307 doc/gtut-files/01-bones_server
308 doc/gtut-files/02-simple_client
309 doc/gtut-files/02-simple_server
310 doc/gtut-files/03-args_client
311 doc/gtut-files/03-args_server
312 doc/gtut-files/04-callback_client
313 doc/gtut-files/04-callback_server
314 doc/gtut-files/05-globals_client
315 doc/gtut-files/05-globals_server
316 doc/gtut-files/06-logs_client
317 doc/gtut-files/06-logs_server
318 doc/gtut-files/07-timers_client
319 doc/gtut-files/07-timers_server
320 doc/gtut-files/08-exceptions_client
321 doc/gtut-files/08-exceptions_server
322 doc/gtut-files/09-simpledata_client
323 doc/gtut-files/09-simpledata_server
324 doc/gtut-files/10-rpc_client
325 doc/gtut-files/10-rpc_server
326 doc/gtut-files/11-explicitwait_client
327 doc/gtut-files/11-explicitwait_server