Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
revalidate tesh file
[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/msg/masterslave/simgrid.so
33 examples/simdag/simgrid.so
34 examples/lua/console/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/internal_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 manpages/
74 build_dir/
75 build/
76 buildtools/Cmake/memcheck_tests.cmake
77 buildtools/Cmake/test_prog/prog_va_copy.c
78
79
80 ################################################
81 ### windows borland
82 *.bpr
83 *.bpf
84
85 ################################################
86 ### Documentation
87 doc/all_bib.html
88 doc/logcategories.sh
89 doc/realtoc.sh
90 doc/tmp.realtoc
91 doc/using_bib.html
92 doc/Doxyfile
93 doc/footer.html
94 *.doc.toc
95 doc/latex/
96 doc/html
97 doc/index.php
98 doc/simgrid.tag
99 doc/doxygen/logcategories.doc
100 doc/index-API.doc
101 doc/simgrid_modules.map
102
103 ################################################
104 ### Specific of project 
105 .cproject
106 .project
107 .settings/
108 .anjuta
109 .anjuta_sym_db.db
110 simgrid.anjuta
111 .externalToolBuilders/
112 Debug/
113 .emacs.desktop
114 tags
115 callgrind.out.*
116
117 ################################################
118 ### Examples and traces
119 *.exe
120 testgraph.dot
121 testgraph.xml
122 examples/msg/ms.trace
123 examples/msg/procmig.trace
124 examples/msg/tasks.trace
125 examples/msg/volume.trace
126 examples/msg/zmsg_test.trace
127 examples/msg/categories.trace
128 examples/msg/masterslave/toto.txt
129 examples/msg/simulation.trace
130 examples/msg/toto.txt
131 examples/msg/z_gtnets.trace
132 examples/msg/gpu/test_MSG_gpu_task_create
133 examples/msg/cloud/masterslave_virtual_machines
134 examples/msg/tracing/link_srcdst_user_variables
135 examples/msg/tracing/link_user_variables
136 examples/msg/tracing/simple
137 examples/msg/tracing/trace_platform
138 examples/msg/tracing/user_variables
139 examples/msg/tracing/procmig
140 examples/msg/tracing/tasks
141 examples/msg/tracing/volume
142 examples/msg/io/file
143 examples/msg/io/file_unlink
144 examples/msg/mc/bugged3
145 examples/msg/mc/random_test
146 examples/msg/mc/bugged1_for_liveness
147 examples/msg/mc/bugged1_while_liveness
148 examples/msg/mc/centralized_liveness_deadlock
149 examples/msg/mc/test/test_heap_comparison
150 examples/msg/mc/chord_liveness
151 examples/msg/mc/test/snapshot_comparison_liveness1
152 examples/msg/mc/test/snapshot_comparison_liveness2
153 examples/msg/mc/test/snapshot_comparison_liveness3
154 examples/msg/mc/test/snapshot_comparison_liveness4
155 examples/msg/mc/test/snapshot_comparison_liveness5
156 examples/msg/chainsend/chainsend
157 examples/msg/chord/chord
158 examples/msg/chord/chord_stateful
159 examples/msg/chord/deployments
160 examples/msg/chord/exp_*
161 examples/msg/token_ring/token_ring
162 examples/msg/token_ring/token_bypass
163 examples/msg/icomms/peer
164 examples/msg/icomms/peer2
165 examples/msg/start_kill_time/sk_time
166 examples/msg/icomms/.kdbgrc.peer3
167 examples/msg/icomms/peer3
168 examples/msg/icomms/toto.txt
169 examples/msg/masterslave/masterslave_console
170 examples/msg/irc_isend/peer
171 examples/msg/irc_isend/toto.txt
172 examples/simdag/ex_sd_seq_access
173 examples/simdag/sd_seq_access
174 examples/simdag/sd_comm_throttling
175 examples/simdag/sd_fail
176 examples/simdag/sd_typed_tasks_test
177 examples/simdag/ex_sd_test_console
178 examples/simdag/sd_test_console
179 examples/simdag/scheduling/Montage_25.jed
180 examples/simdag/dot/dot_test
181 examples/simdag/dot/dot_test2
182 examples/simdag/ex_sd_test
183 examples/simdag/ex_sd_test2
184 examples/simdag/metaxml/sd_meta
185 examples/simdag/properties/sd_prop
186 examples/simdag/sd_test
187 examples/simdag/sd_test2
188 examples/simdag/dax/dax_test
189 examples/simdag/goal/goal_test
190 examples/simdag/scheduling/minmin_test
191 examples/msg/actions/actions
192 examples/msg/bittorrent/bittorrent
193 examples/msg/bittorrent/bittorrent_platfgen
194 examples/msg/kademlia/kademlia
195 examples/msg/gtnets/gtnets
196 examples/msg/masterslave/masterslave_bypass
197 examples/msg/masterslave/masterslave_failure
198 examples/msg/masterslave/masterslave_forwarder
199 examples/msg/masterslave/masterslave_mailbox
200 examples/msg/masterslave/masterslave_kill
201 examples/msg/masterslave/masterslave_arg
202 examples/msg/masterslave/masterslave_failure_platfgen
203 examples/msg/masterslave/masterslave_platfgen
204 examples/msg/migration/migration
205 examples/msg/parallel_task/parallel_task
206 examples/msg/parallel_task/test_ptask
207 examples/msg/priority/priority
208 examples/msg/properties/msg_prop
209 examples/msg/sendrecv/sendrecv
210 examples/msg/suspend/suspend
211 examples/msg/trace/test_trace_integration
212 examples/msg/mc/centralized
213 examples/msg/mc/bugged2
214 examples/msg/mc/bugged1
215 examples/msg/parallel_contexts/pcontexts
216 examples/msg/parallel_contexts/pcontexts2
217 examples/msg/pmm/msg_pmm
218 examples/smpi/toto.txt
219 examples/smpi/MM/MM_mpi
220 examples/smpi/smpi_replay
221 examples/smpi/replay/one_trace
222 examples/smpi/bcbench
223 examples/smpi/first
224 examples/smpi/mvmul
225 examples/smpi/ring_c
226 examples/smpi/second
227 examples/smpi/sendrecv
228 examples/smpi/mc_bugged1
229 examples/smpi/mc_bugged2
230 examples/smpi/smpi_traced_simple
231
232 examples/msg/mc/bugged1_liveness
233 examples/msg/mc/bugged1_stateful
234 examples/msg/mc/bugged2_liveness
235 examples/msg/mc/bugged2_stateful
236 examples/msg/mc/centralized_liveness
237
238 src/replay/replay
239 src/testall
240 teshsuite/smpi/allreduce
241 teshsuite/smpi/alltoall2
242 teshsuite/smpi/alltoall_basic
243 teshsuite/smpi/alltoallv
244 teshsuite/smpi/bcast
245 teshsuite/smpi/compute
246 teshsuite/smpi/compute2
247 teshsuite/smpi/compute3
248 teshsuite/smpi/dsend
249 teshsuite/smpi/hvector_test
250 teshsuite/smpi/indexed_test
251 teshsuite/smpi/pingpong
252 teshsuite/smpi/reduce
253 teshsuite/smpi/scatter
254 teshsuite/smpi/smpi_sendrecv
255 teshsuite/smpi/split
256 teshsuite/smpi/struct_test
257 teshsuite/smpi/ttest01
258 teshsuite/smpi/vector_test
259 teshsuite/smpi/mpich-test/*/*.out
260 teshsuite/smpi/mpich-test/*/*.stdo
261 teshsuite/smpi/mpich-test/coll/allgatherf
262 teshsuite/smpi/mpich-test/coll/allred
263 teshsuite/smpi/mpich-test/coll/allred2
264 teshsuite/smpi/mpich-test/coll/allredf
265 teshsuite/smpi/mpich-test/coll/allredmany
266 teshsuite/smpi/mpich-test/coll/alltoallv_mpich
267 teshsuite/smpi/mpich-test/coll/assocf
268 teshsuite/smpi/mpich-test/coll/barrier
269 teshsuite/smpi/mpich-test/coll/bcast_mpich
270 teshsuite/smpi/mpich-test/coll/bcastbug
271 teshsuite/smpi/mpich-test/coll/bcastbug2
272 teshsuite/smpi/mpich-test/coll/bcastlog
273 teshsuite/smpi/mpich-test/coll/bcastvec
274 teshsuite/smpi/mpich-test/coll/coll1
275 teshsuite/smpi/mpich-test/coll/coll10
276 teshsuite/smpi/mpich-test/coll/coll11
277 teshsuite/smpi/mpich-test/coll/coll12
278 teshsuite/smpi/mpich-test/coll/coll13
279 teshsuite/smpi/mpich-test/coll/coll2
280 teshsuite/smpi/mpich-test/coll/coll3
281 teshsuite/smpi/mpich-test/coll/coll4
282 teshsuite/smpi/mpich-test/coll/coll5
283 teshsuite/smpi/mpich-test/coll/coll6
284 teshsuite/smpi/mpich-test/coll/coll7
285 teshsuite/smpi/mpich-test/coll/coll8
286 teshsuite/smpi/mpich-test/coll/coll9
287 teshsuite/smpi/mpich-test/coll/grouptest
288 teshsuite/smpi/mpich-test/coll/longuser
289 teshsuite/smpi/mpich-test/coll/redscat
290 teshsuite/smpi/mpich-test/coll/redtst
291 teshsuite/smpi/mpich-test/coll/scantst
292 teshsuite/smpi/mpich-test/coll/scattern
293 teshsuite/smpi/mpich-test/coll/scatterv
294 teshsuite/smpi/mpich-test/context/attrerr
295 teshsuite/smpi/mpich-test/context/groupcreate
296 teshsuite/smpi/mpich-test/context/grouptest_mpich
297 teshsuite/smpi/mpich-test/context/icdup
298 teshsuite/smpi/mpich-test/context/ictest
299 teshsuite/smpi/mpich-test/context/ictest2
300 teshsuite/smpi/mpich-test/context/ictest3
301 teshsuite/smpi/mpich-test/env/aborttest
302 teshsuite/smpi/mpich-test/env/baseattr
303 teshsuite/smpi/mpich-test/env/env.diff
304 teshsuite/smpi/mpich-test/env/errhand
305 teshsuite/smpi/mpich-test/env/getproc
306 teshsuite/smpi/mpich-test/env/getprocf
307 teshsuite/smpi/mpich-test/env/gtime
308 teshsuite/smpi/mpich-test/env/init
309 teshsuite/smpi/mpich-test/env/sigchk
310 teshsuite/smpi/mpich-test/env/testerr
311 teshsuite/smpi/mpich-test/env/timers
312 teshsuite/smpi/mpich-test/env/timertest
313 teshsuite/smpi/mpich-test/profile/colluses
314 teshsuite/smpi/mpich-test/profile/ptest
315 teshsuite/smpi/mpich-test/pt2pt/bsendtest
316 teshsuite/smpi/mpich-test/pt2pt/cancel
317 teshsuite/smpi/mpich-test/pt2pt/cancel2
318 teshsuite/smpi/mpich-test/pt2pt/cancel3
319 teshsuite/smpi/mpich-test/pt2pt/cancelibm
320 teshsuite/smpi/mpich-test/pt2pt/cancelissend
321 teshsuite/smpi/mpich-test/pt2pt/cancelmessages
322 teshsuite/smpi/mpich-test/pt2pt/commit
323 teshsuite/smpi/mpich-test/pt2pt/dataalign
324 teshsuite/smpi/mpich-test/pt2pt/dtypelife
325 teshsuite/smpi/mpich-test/pt2pt/dtyperecv
326 teshsuite/smpi/mpich-test/pt2pt/exittest
327 teshsuite/smpi/mpich-test/pt2pt/fifth
328 teshsuite/smpi/mpich-test/pt2pt/flood
329 teshsuite/smpi/mpich-test/pt2pt/flood2
330 teshsuite/smpi/mpich-test/pt2pt/fourth
331 teshsuite/smpi/mpich-test/pt2pt/getelm
332 teshsuite/smpi/mpich-test/pt2pt/hindexed
333 teshsuite/smpi/mpich-test/pt2pt/htmsg
334 teshsuite/smpi/mpich-test/pt2pt/hvec
335 teshsuite/smpi/mpich-test/pt2pt/hvectest
336 teshsuite/smpi/mpich-test/pt2pt/hvectest2
337 teshsuite/smpi/mpich-test/pt2pt/irecvtest
338 teshsuite/smpi/mpich-test/pt2pt/irsend
339 teshsuite/smpi/mpich-test/pt2pt/irsendinit
340 teshsuite/smpi/mpich-test/pt2pt/isendf
341 teshsuite/smpi/mpich-test/pt2pt/isendtest
342 teshsuite/smpi/mpich-test/pt2pt/isndrcv
343 teshsuite/smpi/mpich-test/pt2pt/issend2
344 teshsuite/smpi/mpich-test/pt2pt/issendinit
345 teshsuite/smpi/mpich-test/pt2pt/issendtest
346 teshsuite/smpi/mpich-test/pt2pt/longmsgs
347 teshsuite/smpi/mpich-test/pt2pt/nblock
348 teshsuite/smpi/mpich-test/pt2pt/nbtest
349 teshsuite/smpi/mpich-test/pt2pt/nullproc
350 teshsuite/smpi/mpich-test/pt2pt/nullproc2
351 teshsuite/smpi/mpich-test/pt2pt/order
352 teshsuite/smpi/mpich-test/pt2pt/overtake
353 teshsuite/smpi/mpich-test/pt2pt/pack
354 teshsuite/smpi/mpich-test/pt2pt/persist
355 teshsuite/smpi/mpich-test/pt2pt/persist2
356 teshsuite/smpi/mpich-test/pt2pt/persistent
357 teshsuite/smpi/mpich-test/pt2pt/pingpong_f
358 teshsuite/smpi/mpich-test/pt2pt/probe
359 teshsuite/smpi/mpich-test/pt2pt/probe1
360 teshsuite/smpi/mpich-test/pt2pt/relrank
361 teshsuite/smpi/mpich-test/pt2pt/reqcreate
362 teshsuite/smpi/mpich-test/pt2pt/reqfree
363 teshsuite/smpi/mpich-test/pt2pt/secondf
364 teshsuite/smpi/mpich-test/pt2pt/self
365 teshsuite/smpi/mpich-test/pt2pt/selfvsworld
366 teshsuite/smpi/mpich-test/pt2pt/send1
367 teshsuite/smpi/mpich-test/pt2pt/sendcplx
368 teshsuite/smpi/mpich-test/pt2pt/sendfort
369 teshsuite/smpi/mpich-test/pt2pt/sendmany
370 teshsuite/smpi/mpich-test/pt2pt/sendorder
371 teshsuite/smpi/mpich-test/pt2pt/sendrecv2
372 teshsuite/smpi/mpich-test/pt2pt/sendrecv3
373 teshsuite/smpi/mpich-test/pt2pt/sendrecv4
374 teshsuite/smpi/mpich-test/pt2pt/sendrecv_mpich
375 teshsuite/smpi/mpich-test/pt2pt/sixth
376 teshsuite/smpi/mpich-test/pt2pt/sndrcv
377 teshsuite/smpi/mpich-test/pt2pt/sndrcvrep
378 teshsuite/smpi/mpich-test/pt2pt/sndrcvrpl2
379 teshsuite/smpi/mpich-test/pt2pt/ssendtest
380 teshsuite/smpi/mpich-test/pt2pt/ssendtest2
381 teshsuite/smpi/mpich-test/pt2pt/structlb
382 teshsuite/smpi/mpich-test/pt2pt/testall_mpich
383 teshsuite/smpi/mpich-test/pt2pt/testsome
384 teshsuite/smpi/mpich-test/pt2pt/testtest1
385 teshsuite/smpi/mpich-test/pt2pt/testtypes
386 teshsuite/smpi/mpich-test/pt2pt/third
387 teshsuite/smpi/mpich-test/pt2pt/trunc
388 teshsuite/smpi/mpich-test/pt2pt/truncmult
389 teshsuite/smpi/mpich-test/pt2pt/typebase
390 teshsuite/smpi/mpich-test/pt2pt/typebasef
391 teshsuite/smpi/mpich-test/pt2pt/typecreate
392 teshsuite/smpi/mpich-test/pt2pt/typelb
393 teshsuite/smpi/mpich-test/pt2pt/typetest
394 teshsuite/smpi/mpich-test/pt2pt/typeub
395 teshsuite/smpi/mpich-test/pt2pt/typeub2
396 teshsuite/smpi/mpich-test/pt2pt/typeub3
397 teshsuite/smpi/mpich-test/pt2pt/waitall
398 teshsuite/smpi/mpich-test/pt2pt/waitall2
399 teshsuite/smpi/mpich-test/pt2pt/waitall3
400 teshsuite/smpi/mpich-test/pt2pt/waitall4
401 teshsuite/smpi/mpich-test/pt2pt/waitany
402 teshsuite/msg/get_sender
403 teshsuite/msg/trace/test_trace_integration
404 teshsuite/simdag/basic0
405 teshsuite/simdag/basic1
406 teshsuite/simdag/basic2
407 teshsuite/simdag/basic3
408 teshsuite/simdag/basic4
409 teshsuite/simdag/basic5
410 teshsuite/simdag/basic6
411 teshsuite/simdag/incomplete
412 teshsuite/simdag/network/mxn/test_intra_all2all
413 teshsuite/simdag/network/mxn/test_intra_independent_comm
414 teshsuite/simdag/network/mxn/test_intra_scatter
415 teshsuite/simdag/network/p2p/test_latency1
416 teshsuite/simdag/network/p2p/test_latency2
417 teshsuite/simdag/network/p2p/test_latency3
418 teshsuite/simdag/network/p2p/test_latency_bound
419 teshsuite/simdag/network/test_reinit_costs
420 teshsuite/simdag/platforms/basic_parsing_test
421 teshsuite/simdag/platforms/flatifier
422 teshsuite/simdag/platforms/basic_tracing
423 teshsuite/simdag/platforms/basic_link_test
424 teshsuite/simdag/platforms/evaluate_get_route_time
425 teshsuite/simdag/platforms/evaluate_parse_time
426 teshsuite/simdag/partask/test_comp_only_par
427 teshsuite/simdag/partask/test_comp_only_seq
428 teshsuite/xbt/log_large_test
429 teshsuite/xbt/parallel_log_crashtest
430 testsuite/xbt/parmap_bench
431 teshsuite/xbt/mmalloc_test
432 testsuite/run_tests
433 testsuite/simdag/sd_test
434 testsuite/surf/lmm_usage
435 testsuite/surf/maxmin_bench
436 testsuite/surf/surf_usage
437 testsuite/surf/surf_usage2
438 testsuite/surf/trace_usage
439 testsuite/testgraph.dot
440 testsuite/testgraph.xml
441 testsuite/xbt/context_usage
442 testsuite/xbt/graphxml_usage
443 testsuite/xbt/heap_bench
444 testsuite/xbt/log_usage
445 tools/tesh/tesh
446 examples/msg/tracing/categories
447 examples/msg/tracing/ms
448 teshsuite/simdag/platforms/is_router_test
449 examples/msg/masterslave/masterslave_cluster
450 examples/simdag/simdag_tracing
451 examples/smpi/smpi_traced
452 examples/smpi/ttest01
453 teshsuite/datadesc_usage.out
454 test_rl
455 test_sg
456 examples/smpi/smpi_traced.trace
457 examples/simdag/dot/simulate_dot
458 teshsuite/simdag/platforms/graphicator
459
460 #########################################""
461 ## tutorial files
462 doc/gtut-files/01-bones_client
463 doc/gtut-files/01-bones_server
464 doc/gtut-files/02-simple_client
465 doc/gtut-files/02-simple_server
466 doc/gtut-files/03-args_client
467 doc/gtut-files/03-args_server
468 doc/gtut-files/04-callback_client
469 doc/gtut-files/04-callback_server
470 doc/gtut-files/05-globals_client
471 doc/gtut-files/05-globals_server
472 doc/gtut-files/06-logs_client
473 doc/gtut-files/06-logs_server
474 doc/gtut-files/07-timers_client
475 doc/gtut-files/07-timers_server
476 doc/gtut-files/08-exceptions_client
477 doc/gtut-files/08-exceptions_server
478 doc/gtut-files/09-simpledata_client
479 doc/gtut-files/09-simpledata_server
480 doc/gtut-files/10-rpc_client
481 doc/gtut-files/10-rpc_server
482 doc/gtut-files/11-explicitwait_client
483 doc/gtut-files/11-explicitwait_server