Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
ChangeLog
[simgrid.git] / ChangeLog
1 commit 78039abf1a93b76364948703c6190980ac03913b
2 Author: Pierre Veyre <pierre.veyre@cc.in2p3.fr>
3 Date:   Wed Sep 18 14:22:46 2013 +0200
4
5     Fix MSG_storage_get_properties()
6
7 commit e694957c5830a9f1407392fa7f76796274aa4d18
8 Merge: 984ea32 683e5e9
9 Author: Pierre Veyre <pierre.veyre@cc.in2p3.fr>
10 Date:   Wed Sep 18 10:59:20 2013 +0200
11
12     Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid
13
14 commit 984ea3223c5e84f4fd94cbfa594162e4ee87eac9
15 Author: Pierre Veyre <pierre.veyre@cc.in2p3.fr>
16 Date:   Wed Sep 18 10:55:11 2013 +0200
17
18     MSG storage API improvements
19
20 commit 683e5e98f3babdf68a07ec4db2aaace72953d289
21 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
22 Date:   Fri Sep 13 17:48:20 2013 +0200
23
24     Improve printing of boolean values with --cfg-help.
25     
26     Some values are rather strange...
27
28 commit 7541d5d8cc644c671083569c48d51765392cd9df
29 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
30 Date:   Fri Sep 13 16:42:24 2013 +0200
31
32     Run *-thread tests even when !HAVE_RAWCTX; skip Fortran tests when !SMPI_F2C.
33
34 commit f990fb3e009d569a7b86875ce792354d134166f4
35 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
36 Date:   Fri Sep 13 11:39:22 2013 +0200
37
38     HOME and BINARY directories were exchanged here. Fix this.
39
40 commit 9899feb3c58364b85481a20d6782bc11810abc49
41 Author: alebre <adrien.lebre@inria.fr>
42 Date:   Thu Sep 12 17:13:31 2013 +0200
43
44     Fix silly bug in msg process sleep bindings - Adrien
45
46 commit ae3c6831d3cc52a86b610f254fe7f10d831ee1c6
47 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
48 Date:   Thu Sep 12 17:00:26 2013 +0200
49
50     Avoid to build programs again during mpich3 tests.
51     
52     Die if program is not found.
53
54 commit 3712ed5611b3e111ef8e66300810642b9f6c0ea1
55 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
56 Date:   Thu Sep 12 14:42:14 2013 +0200
57
58     Make comment match the code.
59
60 commit 706c34969b0a7259107960727c88390c2654dd2d
61 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
62 Date:   Thu Sep 12 14:07:43 2013 +0200
63
64     Word "centralized" was removed from package name.
65
66 commit bba9595ccbeef3e2b15b8d8466022821604f7f7d
67 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
68 Date:   Thu Sep 12 13:52:30 2013 +0200
69
70     Remove redefinitions of COMPILE_FLAGS for mpich3-test.
71     
72     They should be useless now, and having hardcoded values for all these
73     configure variables was not a good idea.
74
75 commit 7d18220729378bc55a4b8ccc298d80e03263f3f0
76 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
77 Date:   Thu Sep 12 13:52:30 2013 +0200
78
79     Fix warnings about unused variables in mpich3-test.
80
81 commit 58ea59660df7ff5af144848bd7e5bc7d8b66bf37
82 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
83 Date:   Thu Sep 12 13:52:30 2013 +0200
84
85     Make smpi_process_init public, and avoid errors with smpiff.
86
87 commit 5441229ff73a76bfef32b3c609695b6f77f1890a
88 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
89 Date:   Thu Sep 12 13:52:30 2013 +0200
90
91     Don't remove forward declarations for subroutines.
92     
93     I can't see any good reason to remove them, and it removes compile errors
94     about implicit function declarations.
95
96 commit cf7caadcafb9685793383e9c6b94a1f5d0318dd1
97 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
98 Date:   Thu Sep 12 13:52:29 2013 +0200
99
100     Cannot free this string here.
101
102 commit b52c8b520fad18e1797a61ca0f7a9478c39a4e58
103 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
104 Date:   Thu Sep 12 13:52:29 2013 +0200
105
106     Use Msg.verb instead of System.out for message.
107     
108     Also reindent the whole file.
109
110 commit 363c6561b6288c19d8b6e89882c23814981865b5
111 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
112 Date:   Fri Sep 13 17:03:20 2013 +0200
113
114     Fix errors in make distcheck.
115     
116     * include missing files to the archive
117     * exclude Eclipse files from the archive
118     * exclude ./tools/spell/* from the archive
119     * exclude directory ./teshsuite/smpi/mpich3-test/f77/attr/ from the archive
120     * always include ./teshsuite/smpi/mpich3-test/{f77,f90}/*/CMakeLists.txt
121       and move test for SMPI_F2C in those files
122
123 commit 0d93d854c081e2991fcb656250c79121d02295cf
124 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
125 Date:   Fri Sep 13 17:13:25 2013 +0200
126
127     Cosmetics: reindent.
128
129 commit 5191616d7639d80cd3a10cd8ade8513e43ee2318
130 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
131 Date:   Thu Sep 12 13:52:29 2013 +0200
132
133     Minor corrections.
134
135 commit 01d1fb6aad0f3085ab2027950852d44caf9cff29
136 Author: Pierre Veyre <pierre.veyre@cc.in2p3.fr>
137 Date:   Tue Sep 10 09:59:45 2013 +0200
138
139     Storage API
140
141 commit 79d07fa92d487e7df17919c20510714cebae3f4e
142 Author: suter <frederic.suter@cc.in2p3.fr>
143 Date:   Mon Sep 9 10:25:37 2013 +0200
144
145     this example file cannot be parsed because of case sensitivity ... Not
146     sure it is actually used.
147
148 commit c84b205ab7658cc51948d8adcca162f2cdd96d51
149 Author: Augustin Degomme <degomme@idpann.imag.fr>
150 Date:   Tue Sep 3 19:18:18 2013 +0200
151
152     Ensure we don't post a too big receive here, because this could lead to problems with permanent receive.
153     Add a fixme to remember to handle this case soon
154
155 commit 1bf892ff2d046fd92b17cb484ee31438405670f5
156 Author: Martin Quinson <martin.quinson@loria.fr>
157 Date:   Tue Sep 3 17:53:13 2013 +0200
158
159     share my eclipse settings
160
161 commit 36d10ac35fad7089d504b07001264a32846472c9
162 Author: Martin Quinson <martin.quinson@loria.fr>
163 Date:   Tue Sep 3 17:52:49 2013 +0200
164
165     don't ignore eclipse project files so that  I can share them
166
167 commit 89ebd8572e30da4aef2329c5d9c7d00cdd19b8d4
168 Author: Martin Quinson <martin.quinson@loria.fr>
169 Date:   Tue Sep 3 17:48:11 2013 +0200
170
171     ignore all the *numerous* mpich3 tests
172
173 commit 54411abe12640c81450a0d4e13e763f0b0bf70be
174 Author: Martin Quinson <martin.quinson@loria.fr>
175 Date:   Tue Sep 3 17:45:15 2013 +0200
176
177     give this example default values for the arguments so that it can be run from eclipse
178
179 commit 64c486e020945dc0c8efa6d68d1686252472fe40
180 Author: Martin Quinson <martin.quinson@loria.fr>
181 Date:   Tue Sep 3 17:28:29 2013 +0200
182
183     unavoidable cosmetic. Sorry for the noise
184
185 commit f9341c8e0d98d6de5a8c8a0c1c2b73b1fed89c1c
186 Author: Martin Quinson <martin.quinson@loria.fr>
187 Date:   Tue Sep 3 17:22:56 2013 +0200
188
189     gosh people, don't you use git status? How could you leak so much files around?
190
191 commit 208a508e59bc6def035e5a9547ac05d973cf4fe4
192 Author: Martin Quinson <martin.quinson@loria.fr>
193 Date:   Tue Sep 3 17:10:59 2013 +0200
194
195     java examples: reorg the imports
196
197 commit 6cc00a36431e4a6ef99b445115ab53325194b9fd
198 Author: Martin Quinson <martin.quinson@loria.fr>
199 Date:   Tue Sep 3 17:05:16 2013 +0200
200
201     java examples: align the package declaration with the directory name
202
203 commit 4ff291abdbae0bd6effa23914a744b0fc43e4588
204 Author: Martin Quinson <martin.quinson@loria.fr>
205 Date:   Tue Sep 3 15:53:59 2013 +0200
206
207     include the CITATION.bib in the archives
208
209 commit 7e20dcfae2d77e6360c857d9ab6e486175048f34
210 Author: Mark Stillwell <marklee@fortawesome.org>
211 Date:   Mon Sep 2 10:00:10 2013 +0100
212
213     added a CITATION.bib file to make it easier for people to know how to cite the
214     simgrid software.
215
216 commit d32b47299f43f73b82c5fdbb791a17e19d17e0e0
217 Author: Augustin Degomme <degomme@idpann.imag.fr>
218 Date:   Thu Aug 29 14:47:10 2013 +0200
219
220     Revert "Argh stupid me! This fixes commit 4fff3fb509f60c96745fb5d3e1be1bd824185366. Thanks Mt!"
221     
222     This reverts commit 28937161936e11ceac5acccf0b547055cc67a79e.
223
224 commit e60e464cb95c411155028a62c30fa7d627704cf1
225 Author: Augustin Degomme <degomme@idpann.imag.fr>
226 Date:   Thu Aug 29 14:40:35 2013 +0200
227
228     as this can be called from anywhere (and sometimes inside smpi_sample blocks), remove bench start/stop
229
230 commit e2093200437e2b32ece25429c4ce43c2ba1ffde5
231 Author: Augustin Degomme <degomme@idpann.imag.fr>
232 Date:   Thu Aug 29 14:36:20 2013 +0200
233
234     memleaks --
235
236 commit 37a18f2a01d82eddce2e7d37912bcb7dfec99a89
237 Author: Augustin Degomme <degomme@idpann.imag.fr>
238 Date:   Thu Aug 29 14:35:49 2013 +0200
239
240     move tracing for smpi collectives to a place where inputs are already sanitized
241
242 commit 0198d4f8e942b276c9b53f52b421bba99c93ed0a
243 Author: Augustin Degomme <degomme@idpann.imag.fr>
244 Date:   Thu Aug 29 13:52:06 2013 +0200
245
246     add option tracing/smpi/display_sizes to display size of message in trace for smpi (for now).
247
248 commit eb6803b356722b81dc10bf4463c9b111c0736977
249 Author: Augustin Degomme <degomme@idpann.imag.fr>
250 Date:   Mon Aug 26 14:34:58 2013 +0200
251
252     we added it, we might as well ... use it ?
253
254 commit 1f97075c250e334b3d744aadff6dee322c24c408
255 Author: Augustin Degomme <degomme@idpann.imag.fr>
256 Date:   Mon Aug 26 14:28:04 2013 +0200
257
258     add mpich's allgatherv ring algo, as the one from star-mpi performs terribly
259
260 commit ef0b01b270c0f5b1282068b994a69a9c0d827a56
261 Author: Augustin Degomme <degomme@idpann.imag.fr>
262 Date:   Mon Aug 26 14:12:00 2013 +0200
263
264     have alltoallv bruck algo behave like mpich one, with only 4 messages sent at a time
265
266 commit cb05f84d25f0add3d49c67083991f650bc6c28b1
267 Author: Augustin Degomme <degomme@idpann.imag.fr>
268 Date:   Mon Aug 26 14:10:59 2013 +0200
269
270     typo--
271
272 commit 28937161936e11ceac5acccf0b547055cc67a79e
273 Author: Arnaud Legrand <arnaud.legrand@imag.fr>
274 Date:   Thu Aug 22 14:05:21 2013 +0200
275
276     Argh stupid me! This fixes commit 4fff3fb509f60c96745fb5d3e1be1bd824185366. Thanks Mt!
277
278 commit ab8c6906842306821c8407b87dd82ca952660da0
279 Author: Arnaud Legrand <arnaud.legrand@imag.fr>
280 Date:   Thu Aug 22 13:55:44 2013 +0200
281
282     My bad. There may be no process at all, hence, surf_solve may not be called, hence we need to check whether this variable has ever been initialized or not...
283
284 commit e92284beb25991e23cf18c5db06e33d647d77fd7
285 Author: Arnaud Legrand <arnaud.legrand@imag.fr>
286 Date:   Thu Aug 22 13:42:51 2013 +0200
287
288     Fix a bunch of typos thanks to the new spell script. I only made the words starting by the letter 'a'.
289
290 commit c3d740fb74c0b884529e52f079ac2aac55f1fbb4
291 Author: Arnaud Legrand <arnaud.legrand@imag.fr>
292 Date:   Thu Aug 22 13:36:15 2013 +0200
293
294     A French comment!?! Marion, please, check the translation. :)
295
296 commit 95ca0f216e08c8be42e39fb4a487237da7cb3479
297 Author: Arnaud Legrand <arnaud.legrand@imag.fr>
298 Date:   Thu Aug 22 13:27:41 2013 +0200
299
300     Add convenient scripts to check spelling.
301     
302     I stole them from http://www.kegel.com/kerspell/ and updated them to "modernity" (aspell did not work as expected so I switched to ispell).
303     Simply sh tools/spell/spell.sh and it will spit a list of dubious words.
304     Note that it ignores all the dubious words listed in tools/spell/sg_stopwords.txt and that I only checked the A's in there so far.
305
306 commit b7726f2e9e252f8442b008a34bca31716c3b6c6b
307 Author: Arnaud Legrand <arnaud.legrand@imag.fr>
308 Date:   Wed Aug 21 23:29:09 2013 +0200
309
310     Remove the uggly surf_watched_hosts pimple and allow the autorestart to work properly.
311     
312     Revalidate the tesh files which were actually wrong since hosts were not restarted at the right time...
313
314 commit 0c63bb7b7e2986962a19ce3f95b4a374da055c71
315 Author: Arnaud Legrand <arnaud.legrand@imag.fr>
316 Date:   Wed Aug 21 20:42:09 2013 +0200
317
318     Avoid stupid segfault on DEBUG when heap is empty.
319
320 commit 98f6fbd324516be294528628c148ca5f99179661
321 Author: Arnaud Legrand <arnaud.legrand@imag.fr>
322 Date:   Wed Aug 21 20:41:36 2013 +0200
323
324     Move variable to where it belongs.
325
326 commit 0801a30a2742f12e875a57c3f420431c2f3fe45c
327 Author: Arnaud Legrand <arnaud.legrand@imag.fr>
328 Date:   Wed Aug 21 20:39:29 2013 +0200
329
330     typo--
331
332 commit b25d66f85c4665387e404323ea69cd7e9c51cf48
333 Author: Arnaud Legrand <arnaud.legrand@imag.fr>
334 Date:   Wed Aug 21 18:22:23 2013 +0200
335
336     Get rid of nasty utf8 spaces that annoy latex.
337
338 commit 97fe5a00683240ca589f71945b0c23445bbac3d3
339 Author: Arnaud Legrand <arnaud.legrand@imag.fr>
340 Date:   Wed Aug 21 17:55:53 2013 +0200
341
342     Rulebased is dead some time ago.
343
344 commit 81cc1b311676270b4c3d8c49ad0c1bbf13486482
345 Author: Arnaud Legrand <arnaud.legrand@imag.fr>
346 Date:   Wed Aug 21 17:53:04 2013 +0200
347
348     Typos
349
350 commit c3b8f97d9a04b20bdf7e924d5976f93249cf1cc2
351 Author: Arnaud Legrand <arnaud.legrand@imag.fr>
352 Date:   Wed Aug 21 17:44:04 2013 +0200
353
354     Peers should be within an AS if we want this construction to be compatible with other kind of AS.
355
356 commit 4fff3fb509f60c96745fb5d3e1be1bd824185366
357 Author: Arnaud Legrand <arnaud.legrand@imag.fr>
358 Date:   Wed Aug 21 14:27:13 2013 +0200
359
360     Allow to disable simgrid cleanups at exit from command line option.
361
362 commit 616027d351e4eb6a217396b6bcde07fd6471b186
363 Author: Arnaud Legrand <arnaud.legrand@imag.fr>
364 Date:   Wed Aug 21 11:34:33 2013 +0200
365
366     typo--
367
368 commit 1d313eeb54204a0641ba0a750f4b90a7a63bcee2
369 Author: Arnaud Legrand <arnaud.legrand@imag.fr>
370 Date:   Wed Aug 21 11:18:51 2013 +0200
371
372     Typo--
373
374 commit 3e7df91d516d83faa66d82b6eb9c78cc400b1411
375 Author: Pierre Veyre <pierre.veyre@cc.in2p3.fr>
376 Date:   Mon Aug 19 12:01:51 2013 +0200
377
378     Add MSG_storages_as_dynar function
379
380 commit f6b0d23eaea9e39da091df3e74149c7e1e1ff4f6
381 Merge: ee52f84 e3a0e6e
382 Author: Pierre Veyre <pierre.veyre@cc.in2p3.fr>
383 Date:   Mon Aug 19 09:46:59 2013 +0200
384
385     Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid
386
387 commit e3a0e6efae0ebd7b72d522da18849c0cf6dba5b9
388 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
389 Date:   Wed Aug 14 17:10:17 2013 +0200
390
391     increase timeout
392
393 commit 3f55b2844ce344a02b74edf79e44f27eae688177
394 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
395 Date:   Wed Aug 14 16:35:56 2013 +0200
396
397     model-checker : else if instead of if{} if{}
398
399 commit 1ba9c6f06fb9e7c269ad3ca671f3a4f26bfdbc5f
400 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
401 Date:   Wed Aug 14 16:35:14 2013 +0200
402
403     model-checker : init equal_to in mmalloc info
404
405 commit 669afb9d366cacb2b87e277942257b15dd8b9c18
406 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
407 Date:   Wed Aug 14 16:31:45 2013 +0200
408
409     model-checker : memory free and cleanup
410
411 commit fb262c98039662cceb7db5d9a18e851fcc5213de
412 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
413 Date:   Wed Aug 14 11:57:14 2013 +0200
414
415     model-checker : update SMPI bugged mutual exclusion example
416
417 commit 443f173e17963d97c3ff28f6dec85846b92bc69d
418 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
419 Date:   Wed Aug 14 11:51:21 2013 +0200
420
421     model-checker : update MSG bugged mutual exclusion example
422
423 commit 7b1c1aadfae6740b800408845c235f76fefd0dc2
424 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
425 Date:   Wed Aug 14 11:36:19 2013 +0200
426
427     model-checker : stop stack comparison before the context switching with maestro
428
429 commit ee52f84fe512219acf534c4d4654c3df56659e91
430 Merge: 7dcc77d ca56c04
431 Author: Pierre Veyre <pierre.veyre@cc.in2p3.fr>
432 Date:   Wed Aug 14 09:31:29 2013 +0200
433
434     Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid
435
436 commit 7dcc77d7a9bf7a4b8f667da338bbed3abd35be98
437 Author: Pierre Veyre <pierre.veyre@cc.in2p3.fr>
438 Date:   Wed Aug 14 09:30:58 2013 +0200
439
440     prepare MSG_storages_as_dynar function
441
442 commit ca56c046667fe56766ea8d522fd87cf2c23df4a4
443 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
444 Date:   Tue Aug 13 15:59:04 2013 +0200
445
446     model-checker : fix dot output for liveness MC
447
448 commit ef6a1c2bf7ef52a543f8a4d3276b215d5644194b
449 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
450 Date:   Tue Aug 13 13:48:24 2013 +0200
451
452     model-checker : fix error compilation without MC
453
454 commit 1925e0588f28f14dc3135f067e8497a213ab0b0f
455 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
456 Date:   Tue Aug 13 13:38:44 2013 +0200
457
458     model-checker : remove binary
459
460 commit 5339a53824f6eb6d535f0e96bdf45df477871b1f
461 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
462 Date:   Tue Aug 13 13:35:57 2013 +0200
463
464     model-checker : create mc directory in smpi examples and add new example for liveness verification of MPI programs
465
466 commit c58613cc4fc2d6ace73c7f7840a71c7201afa2e2
467 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
468 Date:   Tue Aug 13 13:32:43 2013 +0200
469
470     model-checker : ignore in_use in s_smpi_mpi_datatype
471
472 commit 61fc380a9a01658181035a0d204c98967c27d7a4
473 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
474 Date:   Tue Aug 13 13:24:58 2013 +0200
475
476     model-checker : fix ignore mechanism
477
478 commit 292285977d176872c30cd7d8f1e81090855cb42a
479 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
480 Date:   Mon Aug 12 23:26:03 2013 +0200
481
482     model-checker : ignore smpi timer
483
484 commit 586c2c145fe2ad01beca9945d823f71f6887a8b9
485 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
486 Date:   Mon Aug 12 23:25:22 2013 +0200
487
488     get size of struct s_xbt_os_timer
489
490 commit da87c9b1533f7706bd33605e3b63aab65cad83ec
491 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
492 Date:   Mon Aug 12 20:11:35 2013 +0200
493
494     model-checker : fix ignore global variable
495
496 commit 3afa2377814512e11a13e85442813555d205fa0a
497 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
498 Date:   Mon Aug 12 19:44:58 2013 +0200
499
500     model-checker : remove unused variable
501
502 commit e3baa7c683af4c164d88294d662a1c4b073ac309
503 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
504 Date:   Mon Aug 12 19:43:09 2013 +0200
505
506     model-checker : add debug message
507
508 commit df596fa7ae7cf37d44a26094852508e7005d81d0
509 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
510 Date:   Mon Aug 12 19:42:33 2013 +0200
511
512     init ret_val (MC compliant)
513
514 commit 60efb31f7c04aa1bed677bc152718d5d952b4440
515 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
516 Date:   Mon Aug 12 19:41:03 2013 +0200
517
518     model-checker : fix MC init in smpi_main
519
520 commit 74b753c075bcd054409e619771d3b5967cfdb60e
521 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
522 Date:   Mon Aug 12 19:38:46 2013 +0200
523
524     model-checker : fix comparison of local variables
525
526 commit 9a5bef704c2690a8fc084dd6765fcb347d55ecc8
527 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
528 Date:   Mon Aug 12 19:37:59 2013 +0200
529
530     model-checker : initialize equal_to in mmalloc heapinfo
531
532 commit ae1fe1d00736445143169a9608780f506ce761fe
533 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
534 Date:   Mon Aug 12 19:36:09 2013 +0200
535
536     model-checker : memory free
537
538 commit 50376f845bf79ba752eb226efdeb2a46b2ff88cf
539 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
540 Date:   Mon Aug 12 19:35:02 2013 +0200
541
542     model-checker : extend ignore mechanism with new user primitive MC_ignore
543
544 commit 13975211f041f20675232b7b2397eae61790503a
545 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
546 Date:   Sun Aug 11 17:12:33 2013 +0200
547
548     model-checker : remove fprintf -> XBT_DEBUG
549
550 commit 05967b581bf55d9804d87164a3d3e98f90e4546e
551 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
552 Date:   Sat Aug 10 12:53:39 2013 +0200
553
554     model-checker : update tesh
555
556 commit 2adbebb21ea989090627ef4062f99c6ae19b32f5
557 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
558 Date:   Sat Aug 10 12:34:50 2013 +0200
559
560     model-checker : update chord example for exhaustive exploration with MC
561
562 commit ad8867933b08821b82e8ba42d807445f18b2764d
563 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
564 Date:   Sat Aug 10 12:29:45 2013 +0200
565
566     model-checker : udpate debug information
567
568 commit e3314a95b4f2e372c4876abb6ba3ff38ff76b4be
569 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
570 Date:   Sat Aug 10 12:28:48 2013 +0200
571
572     model-checker : fix DPOR with visited states reduction
573
574 commit ec3bf45915829f16601f4a221afff11f7bf0a138
575 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
576 Date:   Sat Aug 10 12:27:52 2013 +0200
577
578     model-checker : add min and max values for MC_RANDOM simcall
579
580 commit 53cbd5e910532d42818e595e277e18143bebee6e
581 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
582 Date:   Sat Aug 10 12:22:49 2013 +0200
583
584     model-checker : rename MC_max_depth(int prop) -> MC_cut()
585
586 commit e8b3a14465edd424a70a7270f4f287e0705a156e
587 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
588 Date:   Wed Aug 7 10:20:30 2013 +0200
589
590     model-checker : fix dot_output with DPOR
591
592 commit b2e658a1493efc2d23095c0a1b217c10bda84fa7
593 Author: suter <frederic.suter@cc.in2p3.fr>
594 Date:   Fri Aug 9 17:05:40 2013 +0200
595
596     document SD_config
597
598 commit f39afd4d1e12f52b0801f9a6013245279cfa4a2e
599 Author: suter <frederic.suter@cc.in2p3.fr>
600 Date:   Fri Aug 9 17:02:23 2013 +0200
601
602     start to design a test for storage management in SimDag (very very
603     preliminary for now)
604
605 commit 8ed7eecd6c48d762c43ba56385c967df20ce034f
606 Author: suter <frederic.suter@cc.in2p3.fr>
607 Date:   Fri Aug 9 16:58:51 2013 +0200
608
609     Simdag users may also want to change SimGrid configuration in the code
610     too (to switch to workstation/model:default, for instance)
611
612 commit 37f1e9c5d8bde362c4fae81e7dcbe71277dfd850
613 Author: suter <frederic.suter@cc.in2p3.fr>
614 Date:   Fri Aug 9 16:52:33 2013 +0200
615
616     at least give an existing model as example ...
617
618 commit a7e20a695a088f59da00df9803374a23f14751a3
619 Author: suter <frederic.suter@cc.in2p3.fr>
620 Date:   Fri Aug 9 16:48:45 2013 +0200
621
622     add a SD_workstation_storage_get_list as a first try to add storage
623     management to SimDag.
624
625 commit 5b3d59d1c716865b2ad23b6d9b8286226c57eba6
626 Author: suter <frederic.suter@cc.in2p3.fr>
627 Date:   Fri Aug 9 16:47:05 2013 +0200
628
629     small simplification
630
631 commit 56d873227b0d9a0254e04f63eaf6d76efdb0ef19
632 Author: suter <frederic.suter@cc.in2p3.fr>
633 Date:   Fri Aug 9 10:16:51 2013 +0200
634
635     add new simdag function upon user request.
636
637 commit 3c45d53295e90d4d7b999a53c9e8d249bd5302a1
638 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
639 Date:   Mon Aug 5 17:54:43 2013 +0200
640
641     update the other tesh for chord example
642
643 commit e0692a4cd5fbd9e7ad3e2ff7a088030846421f61
644 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
645 Date:   Mon Aug 5 17:45:45 2013 +0200
646
647     disable random lookup in Chord (tesh examples fail)
648
649 commit 7196b78c3ac7a18f22a865df65310fa591909272
650 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
651 Date:   Mon Aug 5 17:21:37 2013 +0200
652
653     update chord.tesh
654
655 commit f8760ba62472c43d2f7b4622c077c200fba79f4f
656 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
657 Date:   Mon Aug 5 16:49:36 2013 +0200
658
659     model-checker : update CMakeLists
660
661 commit e0199a1e9d26d4d4a0459ec98a745926820b1eb4
662 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
663 Date:   Mon Aug 5 16:46:59 2013 +0200
664
665     model-checker : remove dead file
666
667 commit 2bcbbaa9848de60e6d3efc806bd25f20ec2f7790
668 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
669 Date:   Mon Aug 5 16:46:15 2013 +0200
670
671     model-checker : remove duplicated example chord
672
673 commit e106f396c86e8656041281680d63735549985879
674 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
675 Date:   Mon Aug 5 16:04:46 2013 +0200
676
677     implement check_predecessor and random_lookup (periodic protocols) in Chord example
678
679 commit fe5d6cf540cf874faac8b5e3c2111bdf44dde864
680 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
681 Date:   Mon Aug 5 15:55:52 2013 +0200
682
683     cosmetics
684
685 commit 799c4fd899768d0184af411ea5b76377589aa9c6
686 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
687 Date:   Mon Aug 5 15:33:33 2013 +0200
688
689     model-checker : remove obsolete examples
690
691 commit 055747c669087313b6b27ccf89c990f14f5b8098
692 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
693 Date:   Mon Aug 5 15:28:04 2013 +0200
694
695     model-checker : remove dead code
696
697 commit 5e11c7363e10af116d37c7bc039694bf56e2688d
698 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
699 Date:   Mon Aug 5 15:21:31 2013 +0200
700
701     model-checker : new primitive MC_max_depth, to define a maximum exploration depth in user code
702
703 commit a82988d0e056ea07a7535534b11d1c4e8a5ebf0d
704 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
705 Date:   Mon Aug 5 15:13:19 2013 +0200
706
707     model-checker : update tesh files
708
709 commit 5032998904d77b72c4dc7658a3d29b90341e6b46
710 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
711 Date:   Mon Aug 5 15:12:22 2013 +0200
712
713     model-checker : fix DPOR with timeout
714
715 commit da5ec3007bc7d61ff26b9fe4c100f87779c502ce
716 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
717 Date:   Mon Aug 5 15:11:15 2013 +0200
718
719     model-checker : include simcall number in request_to_string
720
721 commit 9b8c19c2b3028ebeef9f76f159af56acd5739c6d
722 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
723 Date:   Mon Aug 5 14:48:31 2013 +0200
724
725     model-checker : snapshot comparison with the types of variables and cleanup
726
727 commit f0df12b2ea84d343936a102425a08c2f106fc468
728 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
729 Date:   Sun Jun 16 20:39:10 2013 +0200
730
731     model-checker : comparison of number of processes and bytes used in heap done twice, remove one of them
732
733 commit 9d8deb3b095e94c22039c29982373a7aaf44d1cd
734 Author: Augustin Degomme <degomme@idpann.imag.fr>
735 Date:   Wed Jul 24 13:43:05 2013 +0200
736
737     exclude tests, don't include them.
738
739 commit d367ff11bd2e88d47b9ba5e30f22c2b81473f08e
740 Author: Augustin Degomme <degomme@idpann.imag.fr>
741 Date:   Wed Jul 24 13:31:08 2013 +0200
742
743     Add simple autotuning selector for collectives
744     For now, it loops over existing ones and benches the time for each process and the maximum time.
745     It outputs the shortest collective found for each process, and also the global shortest.
746     A rollback feature should be added to allow correct continuation and simulation.
747     This is still experimental, tests are not generated, it can be called with --cfg=smpi/collname:automatic
748     For now we don't check for input values, so some algorithms will fail (because they need power of 2 or even number of processes, mainly). Checks should be added
749
750 commit 3380ca3d792a37cdccf63681c0db8d30b346b812
751 Author: Augustin Degomme <degomme@idpann.imag.fr>
752 Date:   Wed Jul 24 13:19:45 2013 +0200
753
754     generate unique names, but easier for debug
755
756 commit d548bab55e0c6577db54940b47dc40e164ffafa4
757 Author: Augustin Degomme <degomme@idpann.imag.fr>
758 Date:   Wed Jul 24 10:22:27 2013 +0200
759
760     deactivate f90 tests with MC, which caused problems
761
762 commit 60462481ce3851a5faf719d3d738beab79d56f11
763 Author: Augustin Degomme <degomme@idpann.imag.fr>
764 Date:   Wed Jul 24 10:14:11 2013 +0200
765
766     one of the two ci configurations kept failing, attempt to fix it
767
768 commit 7dac294c729d926787c2f5193f1d5d406a003efd
769 Author: Augustin Degomme <degomme@idpann.imag.fr>
770 Date:   Thu Jul 18 17:25:47 2013 +0200
771
772     remove now useless debug messages
773
774 commit 6ecd55edd57e59f258b935538b6346a4f6374ea9
775 Author: Augustin Degomme <degomme@idpann.imag.fr>
776 Date:   Thu Jul 18 15:16:16 2013 +0200
777
778     Set MPI_Request to MPI_REQUEST_NULL whenever a call fails
779
780 commit 1cd4e2c4bba73096cec2e10f165ae0c84bf36590
781 Author: Augustin Degomme <degomme@idpann.imag.fr>
782 Date:   Thu Jul 18 13:42:03 2013 +0200
783
784     guard against potential segfault when used before initialization
785
786 commit a455e00e0ff3a0546c01cf986a4de603f86058c3
787 Author: Augustin Degomme <degomme@idpann.imag.fr>
788 Date:   Thu Jul 18 13:41:40 2013 +0200
789
790     add an include to please ci
791
792 commit e8460e22a01e1bfdc59821a844556f384d13bdcc
793 Author: Augustin Degomme <degomme@idpann.imag.fr>
794 Date:   Wed Jul 17 18:00:48 2013 +0200
795
796     changelog update
797
798 commit a8789d26b134d65148058b8ec759127e97055b67
799 Author: Augustin Degomme <degomme@idpann.imag.fr>
800 Date:   Wed Jul 17 17:56:59 2013 +0200
801
802     fix behavior of MPI_STATUS_IGNORE and MPI_STATUSES_IGNORE with fortran
803
804 commit 4f3ef63ecb6572ebd98bc52c639e77a2c88bc496
805 Author: Augustin Degomme <degomme@idpann.imag.fr>
806 Date:   Wed Jul 17 16:48:21 2013 +0200
807
808     typo + compile without fortran
809
810 commit cdcaca9fe8cd4af53e699047cea7df2d40c9e8a8
811 Author: Augustin Degomme <degomme@idpann.imag.fr>
812 Date:   Wed Jul 17 16:39:34 2013 +0200
813
814     smpif90 changes (force gfortran for now), replace "use mpi" by include "mpif.h"
815
816 commit 4137195804cd6cf88d6077d42a80cd6b41e09814
817 Author: Augustin Degomme <degomme@idpann.imag.fr>
818 Date:   Wed Jul 17 16:18:03 2013 +0200
819
820     add fortran 90 tests
821
822 commit 18831c99f9114246958847f3648d49e5e2c97533
823 Author: Augustin Degomme <degomme@idpann.imag.fr>
824 Date:   Wed Jul 17 15:32:13 2013 +0200
825
826     Fix potential segfault
827
828 commit b113c052994d9c4ffdf4b886b65f733fcb66b556
829 Author: Augustin Degomme <degomme@idpann.imag.fr>
830 Date:   Wed Jul 17 15:31:41 2013 +0200
831
832     add one binding
833
834 commit cb66e3606db49f88d7fde5157a44fd6c5f2319ff
835 Author: Augustin Degomme <degomme@idpann.imag.fr>
836 Date:   Wed Jul 17 09:54:00 2013 +0200
837
838     fix behavior of waitany
839
840 commit 74cc93269ca48afe209cbb022f798743efd930c3
841 Author: suter <frederic.suter@cc.in2p3.fr>
842 Date:   Wed Jul 17 14:13:36 2013 +0200
843
844     oups forgot to describe new parameter
845
846 commit e75eb9cf239c06058afeba5e57096534a3990013
847 Author: suter <frederic.suter@cc.in2p3.fr>
848 Date:   Wed Jul 17 13:50:35 2013 +0200
849
850     don't allow java to attach user data to file (for now ... if a java
851     expert wants to deal with this, welcome)
852
853 commit b38338cc4115706f23bc5230df595e36d0ef2843
854 Author: suter <frederic.suter@cc.in2p3.fr>
855 Date:   Wed Jul 17 13:44:42 2013 +0200
856
857     update examples with new prototype for open
858
859 commit 61a837a60b668d9cd79a445eb5f99fd4fd77effc
860 Author: suter <frederic.suter@cc.in2p3.fr>
861 Date:   Wed Jul 17 13:29:28 2013 +0200
862
863     Allow users to attach arbitrary data to opened files
864
865 commit f4b7b8e6ce0fd35fc2ada5f5c06d212bcd2199c8
866 Merge: 79e90c9 a36528e
867 Author: Pierre Veyre <pierre.veyre@cc.in2p3.fr>
868 Date:   Wed Jul 17 09:57:16 2013 +0200
869
870     Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid
871
872 commit a36528e952b72859b4103b6c6faf97fb548cd9ab
873 Author: degomme <degomme@debian.localdomain>
874 Date:   Wed Jul 17 01:40:03 2013 +0200
875
876     remove f77 attr tests
877
878 commit 3925f1b878e01d62183fdfd76067966ce4c5b33f
879 Author: Augustin Degomme <degomme@idpann.imag.fr>
880 Date:   Tue Jul 16 20:14:23 2013 +0200
881
882     missing file
883
884 commit 0ddc1b248ae79993093d5b0221e7888f99d07e29
885 Author: Augustin Degomme <degomme@idpann.imag.fr>
886 Date:   Tue Jul 16 19:19:48 2013 +0200
887
888     only use MPI_SOURCE when necessary
889
890 commit d416192a1a8754dfe2fd32d702f387750824bc4e
891 Author: Augustin Degomme <degomme@idpann.imag.fr>
892 Date:   Tue Jul 16 19:14:32 2013 +0200
893
894     switch cmake variable names
895
896 commit 273106067a95b0e3dc65904ff59c87e22522d1aa
897 Author: Augustin Degomme <degomme@idpann.imag.fr>
898 Date:   Tue Jul 16 19:02:46 2013 +0200
899
900     cmakelists cleanup
901
902 commit 9deda161a84a426d0ea75ec4bd9b8cdc3a4b28fb
903 Author: Augustin Degomme <degomme@idpann.imag.fr>
904 Date:   Tue Jul 16 18:53:10 2013 +0200
905
906     Add (some) mpich3 f77 tests
907
908 commit 3f31053637ef02fcd96e3819683103686ce11992
909 Author: Augustin Degomme <degomme@idpann.imag.fr>
910 Date:   Tue Jul 16 18:34:15 2013 +0200
911
912     have smpiff work on temporary file copies
913     bad for debug, but allows -j flag to work with multiple targets using same file
914
915 commit 57a3400b63da222e6f8286cd4a4f6ad9982f1748
916 Author: Augustin Degomme <degomme@idpann.imag.fr>
917 Date:   Tue Jul 16 18:33:13 2013 +0200
918
919     correct a few mistakes with waitall, waitany, wait
920
921 commit 2c8da4ee3fc790b28fce65acc6395f0baec1b1cf
922 Author: Augustin Degomme <degomme@idpann.imag.fr>
923 Date:   Tue Jul 16 17:14:42 2013 +0200
924
925     make fortran new bindings almost functional
926
927 commit d9cdd4e949306eb118d2f1d7e51af1550bb61e7c
928 Author: Augustin Degomme <degomme@idpann.imag.fr>
929 Date:   Tue Jul 16 17:13:48 2013 +0200
930
931     add two more functions
932
933 commit 6ec742ccbc094e3c7ec38896af3f8340325b8b96
934 Author: Augustin Degomme <degomme@idpann.imag.fr>
935 Date:   Tue Jul 16 17:11:34 2013 +0200
936
937     fix MPI_Initialized
938
939 commit 79e90c963f37214684e948200fe61fc12945cc26
940 Author: Pierre Veyre <pierre.veyre@cc.in2p3.fr>
941 Date:   Tue Jul 16 14:53:03 2013 +0200
942
943     fix comments
944
945 commit 08d9a6809b424483f0f6579f8a1a5bcea3af40ad
946 Author: Pierre Veyre <pierre.veyre@cc.in2p3.fr>
947 Date:   Mon Jul 15 19:21:37 2013 +0200
948
949     Update msg_storage_t structure and prepare new storage functions
950
951 commit 5af89a5bd80d36eaca6688905d2a629135f1af88
952 Author: Augustin Degomme <degomme@idpann.imag.fr>
953 Date:   Mon Jul 15 15:36:29 2013 +0200
954
955     Update changelog
956
957 commit f4f669283c788ce2f4134e98c1506135e8f568b7
958 Author: Augustin Degomme <degomme@idpann.imag.fr>
959 Date:   Mon Jul 15 15:34:57 2013 +0200
960
961     remove references to old test suite
962
963 commit fc86bc2e9e2d8e22b37f59e8f7cc52a12708aebd
964 Author: Augustin Degomme <degomme@idpann.imag.fr>
965 Date:   Mon Jul 15 15:21:46 2013 +0200
966
967     wrong (but still unimplemented) function was used
968
969 commit 599bd9a7badf64009f454533e4ae8767f659f2fc
970 Author: Augustin Degomme <degomme@idpann.imag.fr>
971 Date:   Mon Jul 15 15:21:17 2013 +0200
972
973     add "a few" fortran bindings
974
975 commit 0a956d1a79f5290c6f58f4778c655b8b637f5bbb
976 Author: degomme <degomme@debian.localdomain>
977 Date:   Fri Jul 12 22:27:12 2013 +0200
978
979     remove problematic (and unused for now) test from build
980
981 commit 7b5050630a1744ce2c3e8d234f79900763bf48b1
982 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
983 Date:   Fri Jul 12 21:53:24 2013 +0200
984
985     Include directory is in source_dir, not in binary_dir.
986
987 commit cebb5dede2d1a8d7f02bfaf1147f74536b5bd819
988 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
989 Date:   Fri Jul 12 21:39:28 2013 +0200
990
991     Fix doxygen warning about parameter name that did not match the code.
992
993 commit e2de28087ab6087f9af04cc5504be95b04c64d13
994 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
995 Date:   Fri Jul 12 21:37:55 2013 +0200
996
997     Remove useless file.
998
999 commit 5f6cc4cce6413a09806a01e8e35038a5e7ff7c80
1000 Author: degomme <degomme@debian.localdomain>
1001 Date:   Fri Jul 12 20:59:28 2013 +0200
1002
1003     (try to) fix tests
1004
1005 commit 9fcfd4a4787ded9d55772ce7c8b93d905e069f77
1006 Author: Augustin Degomme <degomme@idpann.imag.fr>
1007 Date:   Fri Jul 12 19:22:42 2013 +0200
1008
1009     missing files
1010
1011 commit a78ea01a79ad9f2b8586a3d481edbd461167631e
1012 Author: Augustin Degomme <degomme@idpann.imag.fr>
1013 Date:   Fri Jul 12 19:12:18 2013 +0200
1014
1015     missing file for test
1016
1017 commit 8006a03b1ef66a0ddd4a4983ef170781a87a7225
1018 Author: Augustin Degomme <degomme@idpann.imag.fr>
1019 Date:   Fri Jul 12 19:09:37 2013 +0200
1020
1021     fix build and dist, add missing folder
1022
1023 commit b7dc075d2c3bdf2b384cb8897d16a4c0aa8ab0f7
1024 Author: Augustin Degomme <degomme@idpann.imag.fr>
1025 Date:   Fri Jul 12 18:44:20 2013 +0200
1026
1027     remove older mpich test suite
1028
1029 commit c81c99a491282f76757c2673961e3cdee6853539
1030 Author: Augustin Degomme <degomme@idpann.imag.fr>
1031 Date:   Fri Jul 12 18:43:38 2013 +0200
1032
1033     Add mpich3 test suite, to replace older one.
1034     This one is more complete, but a lot of tests are for MPI functions not supported in SMPI
1035     Lots of tests are disabled, and some folders not (yet) included.
1036
1037 commit db17323a11a3089f492c2cae1be7913673689d5c
1038 Author: Augustin Degomme <degomme@idpann.imag.fr>
1039 Date:   Fri Jul 12 18:27:59 2013 +0200
1040
1041     change some behaviors with MPI_IN_PLACE
1042
1043 commit 54f3e8ef2b6a97e765f395cfdead327fb0989c5f
1044 Author: Augustin Degomme <degomme@idpann.imag.fr>
1045 Date:   Fri Jul 12 18:14:43 2013 +0200
1046
1047     change algo chosen for pairwise, to work with non power of 2 number of procs
1048
1049 commit 60425301d60f5d95619c3fd7c7f6aa49d4ab8fcb
1050 Author: Augustin Degomme <degomme@idpann.imag.fr>
1051 Date:   Fri Jul 12 18:13:32 2013 +0200
1052
1053     initialize variable
1054
1055 commit d2012b2c49a0a6b424c0e4dbccd6a5aeaaa17b2e
1056 Author: Augustin Degomme <degomme@idpann.imag.fr>
1057 Date:   Fri Jul 12 18:13:13 2013 +0200
1058
1059     usless and buggy line
1060
1061 commit 84f6ab110aa0bbbb1c02733c276c5ef72d65935e
1062 Author: Augustin Degomme <degomme@idpann.imag.fr>
1063 Date:   Fri Jul 12 18:13:01 2013 +0200
1064
1065     remove MPI_COMM_WORLD references from star-mpi collectives
1066
1067 commit cab230407566725b13a5fa1353268e5a9a3b6145
1068 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
1069 Date:   Fri Jul 12 16:13:05 2013 +0200
1070
1071     Increase timeout for test java-async.
1072
1073 commit f72e3ef2896f8dbb89dd641508f99817a1438756
1074 Author: Pierre Veyre <pierre.veyre@cc.in2p3.fr>
1075 Date:   Fri Jul 12 16:24:18 2013 +0200
1076
1077     Fix MSG_storage_get_free_size() and add MSG_storage_get_used_size()
1078
1079 commit 064eb6c62faa9c6a00c67f5fff49f64a89b2f26c
1080 Author: Augustin Degomme <degomme@idpann.imag.fr>
1081 Date:   Thu Jul 11 21:48:10 2013 +0200
1082
1083     fix unitialized
1084
1085 commit 51f94e1d38869bd7a057c58ff4978fdff170a6e6
1086 Author: Augustin Degomme <degomme@idpann.imag.fr>
1087 Date:   Thu Jul 11 18:47:06 2013 +0200
1088
1089     remove a few leaks and memory errors
1090
1091 commit b3add651b9b6bd3d45fcadfe0b9bbd9db2e52352
1092 Author: Augustin Degomme <degomme@idpann.imag.fr>
1093 Date:   Thu Jul 11 15:59:16 2013 +0200
1094
1095     MPI_Iprobe should return flag=true when asked with stupid parameters
1096
1097 commit 4178d48270a11c7893b6425ff35ed9545cb1a163
1098 Author: Augustin Degomme <degomme@idpann.imag.fr>
1099 Date:   Thu Jul 11 15:58:52 2013 +0200
1100
1101     MPI_UNIVERSE_SIZE is initialized at runtime with MPI_COMM_WORLD
1102
1103 commit b1582ff6bf8de060a1b55924cda0b887bf398e24
1104 Author: Augustin Degomme <degomme@idpann.imag.fr>
1105 Date:   Thu Jul 11 15:58:08 2013 +0200
1106
1107     fix MPI_Group_range_excl
1108
1109 commit f5107861b83c82ea2d0a94511f37390054b45940
1110 Author: Augustin Degomme <degomme@idpann.imag.fr>
1111 Date:   Tue Jul 9 15:44:13 2013 +0200
1112
1113     fix usage of MPI_Initialized before run
1114
1115 commit c938136f8c0ff30191cafa9ab84538c60c19651c
1116 Author: Augustin Degomme <degomme@idpann.imag.fr>
1117 Date:   Tue Jul 9 15:01:17 2013 +0200
1118
1119     exscan non commutative fix
1120
1121 commit bf1edfe6e3a70b02a0032a3fceb7863f0117d069
1122 Author: Augustin Degomme <degomme@idpann.imag.fr>
1123 Date:   Tue Jul 9 14:59:39 2013 +0200
1124
1125     Copy the group when doing a comm_split, to avoid to have shared objects with reference counters.
1126
1127 commit 096cc96b4a60a70773a3cc632d56e6025669ba5a
1128 Author: Augustin Degomme <degomme@idpann.imag.fr>
1129 Date:   Tue Jul 9 14:29:42 2013 +0200
1130
1131     Crash with message when trying to use a log level that is not allowed (without enable_debug, for example)
1132
1133 commit 9e57b07d6be48367da8f9d9fa503de304aeacd72
1134 Author: suter <frederic.suter@cc.in2p3.fr>
1135 Date:   Thu Jul 11 11:20:15 2013 +0200
1136
1137     revalidate tesh file with dump output
1138
1139 commit 0fa4414ec5a612fdd89d2605bbbb3a4fa810606c
1140 Author: suter <frederic.suter@cc.in2p3.fr>
1141 Date:   Thu Jul 11 11:19:33 2013 +0200
1142
1143     want the value not the address
1144
1145 commit 6ccd57a953c53876aaa887293d2e580043010178
1146 Author: suter <frederic.suter@cc.in2p3.fr>
1147 Date:   Thu Jul 11 11:12:42 2013 +0200
1148
1149     Finally succeed to bring back all the needed information from SURF to
1150     MSG in one simcall. Dynars are my friends ;)
1151
1152 commit 53a14aeab09f8bcb214091691ef23b736e68e945
1153 Author: suter <frederic.suter@cc.in2p3.fr>
1154 Date:   Thu Jul 11 11:10:08 2013 +0200
1155
1156     some cleanup
1157
1158 commit 6daf66cdee9baabe8732e3946758e9fe106c09b2
1159 Author: suter <frederic.suter@cc.in2p3.fr>
1160 Date:   Thu Jul 11 11:02:13 2013 +0200
1161
1162     bummer, have to strdup value
1163
1164 commit e86565a320d9f2d0f1fc1ffef6e6a408fca3d984
1165 Author: suter <frederic.suter@cc.in2p3.fr>
1166 Date:   Thu Jul 11 11:01:03 2013 +0200
1167
1168     set field value
1169     remove cruft
1170
1171 commit 50c07172efbd6c3b73c787c2c200048d3205b640
1172 Author: Pierre Veyre <pierre.veyre@cc.in2p3.fr>
1173 Date:   Wed Jul 10 17:30:07 2013 +0200
1174
1175     Add MSG_host_get_storage_list() function
1176
1177 commit 20bd6775d978362f99c47ba22aef63540f771b98
1178 Author: suter <frederic.suter@cc.in2p3.fr>
1179 Date:   Wed Jul 10 14:28:00 2013 +0200
1180
1181     add missing prototype declarations
1182
1183 commit 49f1e451a96e0ef39bc0eb2864b8ae5ff6ced04b
1184 Author: suter <frederic.suter@cc.in2p3.fr>
1185 Date:   Wed Jul 10 14:27:29 2013 +0200
1186
1187     tiny conflict resolution
1188
1189 commit 8af8a1a1a07bf54b28a5fc112ac1ee7875b5c250
1190 Author: suter <frederic.suter@cc.in2p3.fr>
1191 Date:   Wed Jul 10 14:20:29 2013 +0200
1192
1193     unimplemented MSG_file_dump function
1194
1195 commit e9e9edad500ddf3967b577ca018ae9f5567bc1d8
1196 Author: suter <frederic.suter@cc.in2p3.fr>
1197 Date:   Wed Jul 10 14:19:26 2013 +0200
1198
1199     add content type to storage structure
1200     describe the info to bring up to MSG
1201
1202 commit 62bf48b13cea7b6b63f3d3e70b2a857cef442994
1203 Author: suter <frederic.suter@cc.in2p3.fr>
1204 Date:   Wed Jul 10 14:18:30 2013 +0200
1205
1206     store name and content type when creating storage resource
1207     start trying to bring some info up to MSG (epic fail in progress)
1208
1209 commit b2c017d4b4d344a6d44abf79fb0dcd457ec1857c
1210 Author: suter <frederic.suter@cc.in2p3.fr>
1211 Date:   Wed Jul 10 14:16:35 2013 +0200
1212
1213     useless comment to delimit sections
1214
1215 commit 636c4a39fd7018786f10c6e66954aae0ed5677d5
1216 Author: Pierre Veyre <pierre.veyre@cc.in2p3.fr>
1217 Date:   Wed Jul 10 12:56:00 2013 +0200
1218
1219     Add msg_storage_t structure, msg_storage_get_free_size function
1220
1221 commit 67ccd46cbccb5a82d2acdc6e3188aaab11ea5fa8
1222 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
1223 Date:   Tue Jul 9 13:17:28 2013 +0200
1224
1225     Remove double declaration for Cmake option "enable_debug".
1226
1227 commit 3a9e73a5fcfafe84e2dc1bc49f0d295682e1bd92
1228 Author: suter <frederic.suter@cc.in2p3.fr>
1229 Date:   Tue Jul 9 13:35:01 2013 +0200
1230
1231     id -> storageId in mount tags + example of content_type + test of
1232     default value (txt_unix)
1233
1234 commit a1688a8f4d3a06b7dfd59fdcf06c7a198b235fbb
1235 Author: suter <frederic.suter@cc.in2p3.fr>
1236 Date:   Tue Jul 9 13:32:09 2013 +0200
1237
1238     handle modifications of the DTD in surf
1239
1240 commit 25a9f90c2782623ab0be6d67335a6456010cd460
1241 Author: suter <frederic.suter@cc.in2p3.fr>
1242 Date:   Tue Jul 9 13:31:32 2013 +0200
1243
1244     add a content_type attribute to the storage and storage_type tags.
1245     rename the id attribute of the mount tag in storageId to make the
1246     connection more explicit
1247
1248 commit 94ead84e86203c1bd49eb77aa257f3db1ad5b431
1249 Author: suter <frederic.suter@cc.in2p3.fr>
1250 Date:   Tue Jul 9 12:03:18 2013 +0200
1251
1252     add the example of storage content in windows format to the list
1253
1254 commit 2b859d7b5c2aed26d77af4b362ba4f3d39626a9a
1255 Author: suter <frederic.suter@cc.in2p3.fr>
1256 Date:   Tue Jul 9 11:32:05 2013 +0200
1257
1258     the name field of a msg_file_t is actually a full name (including path),
1259     use a proper naming then.
1260
1261 commit 68e6eed4a337deed6cac90bd81a994ce71a7c56f
1262 Author: suter <frederic.suter@cc.in2p3.fr>
1263 Date:   Tue Jul 9 11:28:07 2013 +0200
1264
1265     add an example of storage content in the windows format
1266
1267 commit 8fc01073206577321522d6c8ca74c44c71c2b4e0
1268 Author: suter <frederic.suter@cc.in2p3.fr>
1269 Date:   Tue Jul 9 11:21:16 2013 +0200
1270
1271     change mind, fullname will be easier to deal with. End up with cleaning
1272     multiple spaces and tabs
1273
1274 commit c0fcabb4b0d3e21bf9d2c07af65b2945f312b6e8
1275 Author: suter <frederic.suter@cc.in2p3.fr>
1276 Date:   Mon Jul 8 16:24:42 2013 +0200
1277
1278     split name into path+name in content file
1279
1280 commit 6ec5697bd6af0a76e4391d07c6ff81b131eefaea
1281 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
1282 Date:   Tue Jul 9 11:28:19 2013 +0200
1283
1284     Don't break when there are spaces between tesh file and closing parenthesis.
1285
1286 commit b29d706faf4491ebbb78891c0b7b861a67e4e7df
1287 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
1288 Date:   Tue Jul 9 11:26:28 2013 +0200
1289
1290     Remove space before closing parenthesis.
1291     
1292     It made generate_memcheck_tests.pl fail.
1293
1294 commit 385e026fd01f94263f2a79f2b8ebf001dc73073b
1295 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
1296 Date:   Tue Jul 9 11:24:53 2013 +0200
1297
1298     Slightly improve error message.
1299
1300 commit deb40f5c576f72119cf77e575d4cc068c12e66cf
1301 Author: Augustin Degomme <degomme@idpann.imag.fr>
1302 Date:   Mon Jul 8 16:51:55 2013 +0200
1303
1304     handle non commutative case for scan/exscan
1305
1306 commit c1cfbb3b4083ee7f234f2977ce8c5e3e61f1c1ec
1307 Author: Augustin Degomme <degomme@idpann.imag.fr>
1308 Date:   Mon Jul 8 16:15:45 2013 +0200
1309
1310     make sure refcount of a comm is really 1 when initialized
1311
1312 commit cd701c7e68bbf6598c9350e19389c0b6952bdeef
1313 Author: Augustin Degomme <degomme@idpann.imag.fr>
1314 Date:   Mon Jul 8 15:01:53 2013 +0200
1315
1316     quick and naive implementation of the MPI_Exscan collective
1317
1318 commit 4eeff47d092d58bdcdc789c683bcb6ec9873e5c9
1319 Author: Augustin Degomme <degomme@idpann.imag.fr>
1320 Date:   Mon Jul 8 14:34:01 2013 +0200
1321
1322     MPI_Waitsome and MPI_Testsome can actually handle NULL parameter for indices
1323
1324 commit 198a6259727de39df5bb03861f67cb88f9a84373
1325 Author: Augustin Degomme <degomme@idpann.imag.fr>
1326 Date:   Mon Jul 8 14:33:21 2013 +0200
1327
1328     MPI_Translate_ranks should return MPI_PROC_NULL if we provide MPI_PROC_NULL as parameter
1329
1330 commit f440f91c0d78d785b2a9cf87c718a54af453cf26
1331 Author: Augustin Degomme <degomme@idpann.imag.fr>
1332 Date:   Mon Jul 8 14:31:36 2013 +0200
1333
1334     testany should work and return a flag if we test 0 comms.
1335
1336 commit a09fdaced8717cdcb0aefb66564bd4825c14e4aa
1337 Author: Augustin Degomme <degomme@idpann.imag.fr>
1338 Date:   Mon Jul 8 14:30:03 2013 +0200
1339
1340     Implement MPI_IN_PLACE behavior for collectives
1341
1342 commit fd7a301a0a756bd0808ef4440c5128c5d8f9d869
1343 Author: Augustin Degomme <degomme@idpann.imag.fr>
1344 Date:   Mon Jul 8 14:28:42 2013 +0200
1345
1346     Fix MPI_Comm_Split, to increment reference counter of the group, as it is shared between processes
1347
1348 commit 5f30f31253629200892746ad9d086d03bbec48a5
1349 Author: Augustin Degomme <degomme@idpann.imag.fr>
1350 Date:   Mon Jul 8 14:28:07 2013 +0200
1351
1352     add a reference counter in order to avoide deleting MPI_Comm, and MPI_Group, too soon
1353
1354 commit af94b4458a6da51502a01c06756e4c11cfbe2648
1355 Author: Augustin Degomme <degomme@idpann.imag.fr>
1356 Date:   Mon Jul 8 14:22:31 2013 +0200
1357
1358     have persistent communications use a PREPARED flag to implement the fact that they have not already been sent
1359     This is useful when testing their status before launch, to have an empty MPI_Status returned, as specified
1360
1361 commit 14c4d40b625501275e7ec6eccd6f92f659316f85
1362 Author: Augustin Degomme <degomme@idpann.imag.fr>
1363 Date:   Mon Jul 8 14:18:56 2013 +0200
1364
1365     Make internal collective flags negative (incorrect in MPI), to avoid confusion with user's messages
1366     This was seen when user's code was using MPI_ANY_TAG to receive any message (from the userland code), and lead to confusions.
1367
1368 commit bdffe1a4c1c157f23eb8c50cc5682d72daf59901
1369 Author: Augustin Degomme <degomme@idpann.imag.fr>
1370 Date:   Fri Jul 5 17:42:00 2013 +0200
1371
1372     fix tracing issue with some communicators
1373
1374 commit a97741effca6587abf0e311f3522f363f63f3463
1375 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
1376 Date:   Fri Jul 5 10:06:31 2013 +0200
1377
1378     Make distcheck succeed.
1379
1380 commit 621301e4a3b9734a912f86a08ae9a752fc739321
1381 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
1382 Date:   Fri Jul 5 10:04:16 2013 +0200
1383
1384     Use the same parameter name in the code and in the documentation.
1385
1386 commit 475bf1f019f9fb7fe1f55d3ec9c080c43107afca
1387 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
1388 Date:   Fri Jul 5 09:55:52 2013 +0200
1389
1390     Fix paths for msg/energy tests.
1391
1392 commit bb5ad8608cdba1a4d32f1079c6fcf904003cff6b
1393 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
1394 Date:   Fri Jul 5 09:46:12 2013 +0200
1395
1396     Make it build again after commit 152117af2fbcf4c99d0da5d10a6813aac7eee007
1397     (added dvfs support).
1398
1399 commit 7248f88d074c16ebf4a021f0ad31adfc0fdcc3e1
1400 Author: Augustin Degomme <degomme@idpann.imag.fr>
1401 Date:   Wed Jul 3 15:30:55 2013 +0200
1402
1403     add one missing test
1404
1405 commit cb8c50fdd86322fbff549fd9e4b42439705bdecc
1406 Author: Augustin Degomme <degomme@idpann.imag.fr>
1407 Date:   Fri Jul 5 09:56:20 2013 +0200
1408
1409     fix dist build
1410
1411 commit 9e6224ecd95ff7b6452fe9b2c088138877797542
1412 Merge: ebf8c46 0d2cd6f
1413 Author: acarpena <alexandra.carpen-amarie@inria.fr>
1414 Date:   Fri Jul 5 01:53:41 2013 +0000
1415
1416     Merge branch 'dvfs'
1417     
1418     Added DVFS and energy consumption support.
1419
1420 commit 0d2cd6f4e4e5c8b75159c79b7ae7d716cef99086
1421 Author: acarpena <alexandra.carpen-amarie@inria.fr>
1422 Date:   Thu Jul 4 16:42:07 2013 -0700
1423
1424     added tesh tests for DVFS
1425
1426 commit 891335d86e914cdc1ab32aff45c3930c3f6a3a03
1427 Author: acarpena <alexandra.carpen-amarie@inria.fr>
1428 Date:   Thu Jul 4 13:19:31 2013 -0700
1429
1430     added tesh tests for dvfs
1431
1432 commit ebf8c46c16a40fde708f840334c9e28e10060d4e
1433 Author: suter <frederic.suter@cc.in2p3.fr>
1434 Date:   Wed Jul 3 15:45:23 2013 +0200
1435
1436     add MSG_host_get_process_list() function.
1437
1438 commit 0f71b9d5ea36aaf6979d87d2f001cd7a8110c8c0
1439 Author: suter <frederic.suter@cc.in2p3.fr>
1440 Date:   Wed Jul 3 15:17:13 2013 +0200
1441
1442     cosmetics
1443
1444 commit f995ff68fb3215898f6ce38ff45a6e83762e4939
1445 Author: suter <frederic.suter@cc.in2p3.fr>
1446 Date:   Mon Jul 1 16:19:49 2013 +0200
1447
1448     pushing but never popping means useless code
1449     remove blanks in empty lines
1450
1451 commit 045ec84a15f79257de07f519c9654d9892985ef9
1452 Author: Augustin Degomme <degomme@idpann.imag.fr>
1453 Date:   Tue Jul 2 18:15:56 2013 +0200
1454
1455     This used to work by accident
1456
1457 commit 2d982ca14966f43a6678859d21fa7e796e8aa32f
1458 Author: Augustin Degomme <degomme@idpann.imag.fr>
1459 Date:   Tue Jul 2 18:15:06 2013 +0200
1460
1461     better handling of loop endings
1462     The upper bound may not be inside the set,
1463     or the stride can be negative, with upper bound < lower bound
1464
1465 commit b7ca8d8e4b0dcab8e81509b753e1b2fa80832f49
1466 Author: Augustin Degomme <degomme@idpann.imag.fr>
1467 Date:   Tue Jul 2 18:10:36 2013 +0200
1468
1469     get the rank and not the index for process creation
1470
1471 commit f6ca129aacb2f3200af4644e0dd236985973e7b6
1472 Author: Augustin Degomme <degomme@idpann.imag.fr>
1473 Date:   Tue Jul 2 17:34:56 2013 +0200
1474
1475     use the right index for sendrecv optimization
1476
1477 commit 1faf1e4ac5d8295ab562c45a5507a471ad4540a6
1478 Author: Augustin Degomme <degomme@idpann.imag.fr>
1479 Date:   Tue Jul 2 09:51:05 2013 +0200
1480
1481     unify collective tags
1482     allows to quickly identify the type of the collective when debugging
1483     avoid some collisions with wrong messages being received
1484
1485 commit 46a70e098d1d50876b9cf0576cac2357725cf54f
1486 Author: Augustin Degomme <degomme@idpann.imag.fr>
1487 Date:   Mon Jul 1 17:54:34 2013 +0200
1488
1489     handle MPI_IN_PLACE for basic reduce
1490
1491 commit 260f6acdb4f0d33a1cd039cdf02124ebd9aa54cd
1492 Author: Augustin Degomme <degomme@idpann.imag.fr>
1493 Date:   Mon Jul 1 12:12:17 2013 +0200
1494
1495     do not create communicator if process is not inside its group
1496
1497 commit a3848e5ea6b2305d6059c89705edaccbec356455
1498 Merge: 0c2d2d0 080dc09
1499 Author: acarpena <alexandra.carpen-amarie@inria.fr>
1500 Date:   Sun Jun 30 17:36:14 2013 -0700
1501
1502     Merge branch 'dvfs'
1503     
1504     Conflicts:
1505         buildtools/Cmake/MakeExe.cmake
1506         src/include/surf/surf.h
1507         src/surf/simgrid_dtd.c
1508
1509 commit 080dc09df11aea380c679d3b3ae257826c5cbd44
1510 Author: acarpena <alexandra.carpen-amarie@inria.fr>
1511 Date:   Sun Jun 30 17:04:23 2013 -0700
1512
1513     added dvfs support
1514
1515 commit 152117af2fbcf4c99d0da5d10a6813aac7eee007
1516 Author: acarpena <alexandra.carpen-amarie@inria.fr>
1517 Date:   Sun Jun 30 16:58:27 2013 -0700
1518
1519     added dvfs support
1520
1521 commit 0c2d2d0a3bf1d2b76e68c4b57b8ffac9b3f4ee2a
1522 Author: Augustin Degomme <degomme@idpann.imag.fr>
1523 Date:   Fri Jun 28 15:53:36 2013 +0200
1524
1525     Changelog update, more to come
1526
1527 commit c4f40214500b2b521f98a60d33f666c062ca318c
1528 Author: Augustin Degomme <degomme@idpann.imag.fr>
1529 Date:   Fri Jun 28 14:40:11 2013 +0200
1530
1531     make not_yet_implemented() a macro outputting the name of the function
1532     Also tell the user to contact the team if he wants the support for the function.
1533
1534 commit e1e50fa3f7c4b7b6bcb94dba4d4032f4d69260b9
1535 Author: Augustin Degomme <degomme@idpann.imag.fr>
1536 Date:   Fri Jun 28 13:32:17 2013 +0200
1537
1538     Add a huge variety of not yet impelmented functions, to compile MPICH3 test suite (without RMA or fortran)
1539
1540 commit 84a646f4695779bf82af58629a45f46f9a8a0e7c
1541 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
1542 Date:   Thu Jun 27 14:10:52 2013 +0200
1543
1544     Test -eq is for numerical values.
1545     
1546     Use construct "Use Alternate Value" to achieve the desired effect.
1547
1548 commit f746a1cfd3b3d8530468c78096133eb8ffa1fd90
1549 Author: Augustin Degomme <degomme@idpann.imag.fr>
1550 Date:   Wed Jun 26 17:01:38 2013 +0200
1551
1552     optimize MPI_Sendrecv if a process has to exchange with himself only
1553     This helps avoiding some lockings of lazy network model when one process waits for itself
1554
1555 commit d280c6ed36861ca6a0c72aaea747f28c20c4eae1
1556 Author: Augustin Degomme <degomme@idpann.imag.fr>
1557 Date:   Wed Jun 26 16:35:53 2013 +0200
1558
1559     avoid breaking replay, handle MPI_OP_NULL case
1560
1561 commit 2093781c3522f4122f1914486e94c1d4b8bcb3e2
1562 Author: Augustin Degomme <degomme@idpann.imag.fr>
1563 Date:   Wed Jun 26 13:58:41 2013 +0200
1564
1565     Fix smpi_sleep to execute the sleep on the simulated host (ignoring running host power)
1566
1567 commit fa79ff335a7bfed64b77b34207068c3f433e19d5
1568 Author: Augustin Degomme <degomme@idpann.imag.fr>
1569 Date:   Wed Jun 26 11:14:04 2013 +0200
1570
1571     handle non commutative reduce operations
1572
1573 commit de0856b198be8de817d9c0d496f5bdc0f426084a
1574 Author: Augustin Degomme <degomme@idpann.imag.fr>
1575 Date:   Tue Jun 25 17:57:46 2013 +0200
1576
1577     try again and again to be more portable with this test
1578
1579 commit 703a00161f6ba0654b87df7a04bd622842b9ebf9
1580 Author: Augustin Degomme <degomme@idpann.imag.fr>
1581 Date:   Tue Jun 25 17:01:48 2013 +0200
1582
1583     same as before, to make ci happy
1584
1585 commit 80ead39c7731ab3f2410b1104c78f9a2c0c02416
1586 Author: Augustin Degomme <degomme@idpann.imag.fr>
1587 Date:   Tue Jun 25 16:51:50 2013 +0200
1588
1589     try again to be 32/64 bit agnostic
1590
1591 commit 26a7a4aa12a348c085ec0d7e163692efc6efaeec
1592 Author: Augustin Degomme <degomme@idpann.imag.fr>
1593 Date:   Tue Jun 25 15:04:34 2013 +0200
1594
1595     modify reduce test to provide better coverage
1596
1597 commit 319a100d7f88e1ce33ca97fe868e796ae61304b9
1598 Author: Augustin Degomme <degomme@idpann.imag.fr>
1599 Date:   Tue Jun 25 14:31:53 2013 +0200
1600
1601     try to make the shared test compatible with 32bit architectures
1602
1603 commit dcc48b1305e2d90001e3ba52b4b426a0ba40da66
1604 Author: Augustin Degomme <degomme@idpann.imag.fr>
1605 Date:   Tue Jun 25 13:17:49 2013 +0200
1606
1607     mpich allgatherv was using wrong size value
1608
1609 commit 44a38683bc1680820d3c51bf3d02d462a575ead0
1610 Author: Augustin Degomme <degomme@idpann.imag.fr>
1611 Date:   Tue Jun 25 11:34:29 2013 +0200
1612
1613     mem leaks
1614
1615 commit 3c5f5f80d481830f70dbece02adba58e296a6f00
1616 Author: Augustin Degomme <degomme@idpann.imag.fr>
1617 Date:   Tue Jun 25 11:34:18 2013 +0200
1618
1619     Add a test for SMPI shared malloc and free
1620
1621 commit 874ed2944d8c34f20a31a62facae8145ebe6c6bd
1622 Author: suter <frederic.suter@cc.in2p3.fr>
1623 Date:   Tue Jun 25 12:47:26 2013 +0200
1624
1625     units for bandwidth properties too
1626
1627 commit 2ce25930bd88498435aac99343b2333169d2e4bb
1628 Author: suter <frederic.suter@cc.in2p3.fr>
1629 Date:   Tue Jun 25 12:44:40 2013 +0200
1630
1631     These "properties" are actually bandwidths: allow users to declare units
1632     in the XML file
1633
1634 commit fcab8998bd31ed922e4c88406c5fe85eb6c87aef
1635 Author: suter <frederic.suter@cc.in2p3.fr>
1636 Date:   Tue Jun 25 12:37:45 2013 +0200
1637
1638     start to clarify this example
1639
1640 commit dc78c79b2176f41a0622949cd31a8b66f6ca66aa
1641 Author: suter <frederic.suter@cc.in2p3.fr>
1642 Date:   Tue Jun 25 12:32:17 2013 +0200
1643
1644     remove an ugly pimple thanks to units in XML
1645
1646 commit 63304d32675b00de6f374f86cab305373d4b38d0
1647 Author: suter <frederic.suter@cc.in2p3.fr>
1648 Date:   Tue Jun 25 12:25:09 2013 +0200
1649
1650     allow to use units for storage too (bits, or bytes, or information bits
1651     or bytes, multiplied up to the Tera)
1652
1653 commit a29a242f5c736f17af7ffde36c0e7a3805b2f688
1654 Author: Augustin Degomme <degomme@idpann.imag.fr>
1655 Date:   Mon Jun 24 15:43:39 2013 +0200
1656
1657     separate allreduce tests, with one large and the other small, to avoid to lose too much time in testing, and triggering timeouts.
1658
1659 commit 3d03a9262aa220f6853ef6e803e4d5a393d94296
1660 Author: Augustin Degomme <degomme@idpann.imag.fr>
1661 Date:   Mon Jun 24 14:49:51 2013 +0200
1662
1663     fix two nasty bugs in complex datatypes handling, caught with test suite.
1664
1665 commit 5c57bdf5bab7e95809ca651778a57fb6e5e17fef
1666 Author: Augustin Degomme <degomme@idpann.imag.fr>
1667 Date:   Mon Jun 24 14:49:04 2013 +0200
1668
1669     mem leak
1670
1671 commit b63c7d6bb3bee5544c9c171a27611d3b445b485e
1672 Author: Augustin Degomme <degomme@idpann.imag.fr>
1673 Date:   Mon Jun 24 14:48:56 2013 +0200
1674
1675     pass collective selectors through mpich-coll test suite
1676
1677 commit e1b936b664e8d85f7e1468edd7f3d7bd1bad2dab
1678 Author: Augustin Degomme <degomme@idpann.imag.fr>
1679 Date:   Thu Jun 20 10:11:46 2013 +0200
1680
1681     star-mpi's pairwise alltoall is only valid for power of 2 cases, add openmpi's one instead
1682
1683 commit f4c18dab56cf75ca4455225ab7c1c5dcb6699b94
1684 Author: Augustin Degomme <degomme@idpann.imag.fr>
1685 Date:   Wed Jun 19 17:08:45 2013 +0200
1686
1687     correct a few bcast algorithms and change the test to actually use them all
1688
1689 commit b9c6a09e911fc100b36051e9c138ae14d1b18b5c
1690 Author: Augustin Degomme <degomme@idpann.imag.fr>
1691 Date:   Wed Jun 19 14:31:15 2013 +0200
1692
1693     have allreduce test work on much larger arrays to trigger segmentation in one algorithm
1694
1695 commit 12e2600d416ea922cdaa3fdefe2522260e7312d1
1696 Author: Augustin Degomme <degomme@idpann.imag.fr>
1697 Date:   Wed Jun 19 13:08:42 2013 +0200
1698
1699     ompi selector was using the wrong algo for alltoallv, add the right one and use it
1700
1701 commit 3bfb169bcaa27ee7c5c6a38d5075c37c2f449986
1702 Author: Augustin Degomme <degomme@idpann.imag.fr>
1703 Date:   Wed Jun 19 11:03:54 2013 +0200
1704
1705     increase tesh timeout for replay
1706
1707 commit cabe6a09faf622cfc48780e61c5b3f64bd589c10
1708 Author: Augustin Degomme <degomme@idpann.imag.fr>
1709 Date:   Wed Jun 19 11:03:26 2013 +0200
1710
1711     add forgotten test for an mpich algorithm
1712
1713 commit 52fe3ddd975cde39b727e97ebc9765d9f653e4b4
1714 Author: suter <frederic.suter@cc.in2p3.fr>
1715 Date:   Tue Jun 18 15:28:34 2013 +0200
1716
1717     apply some coding standard in function naming (agier has to be in
1718     vacations ... ;))
1719
1720 commit f5f727fbad47871ac65e6c1bd8daafa68667b1d6
1721 Author: suter <frederic.suter@cc.in2p3.fr>
1722 Date:   Tue Jun 18 15:18:26 2013 +0200
1723
1724     don't call things storage when it's mount
1725
1726 commit 16d1cb7e0e92b43f7e8485f25167c254f6c7f1e5
1727 Author: suter <frederic.suter@cc.in2p3.fr>
1728 Date:   Tue Jun 18 15:15:57 2013 +0200
1729
1730     don't call things storage when it's mount
1731
1732 commit b108a4b307246fd04e52827319b4a522e414c51f
1733 Author: Augustin Degomme <degomme@idpann.imag.fr>
1734 Date:   Tue Jun 18 14:02:26 2013 +0200
1735
1736     This is a bug in the implementation in OpenMPI, with OpenMPI accidentally working.
1737     That's because MPI_ANY_SOURCE is also -1 in OpenMPI.
1738
1739 commit 509521017c4fd521bb98758c369ea1d8295c6300
1740 Author: Augustin Degomme <degomme@idpann.imag.fr>
1741 Date:   Tue Jun 18 13:57:16 2013 +0200
1742
1743     test for barrier algorithms was testing scatter ...
1744
1745 commit 2467765308b776f14ad05d284de30c89e7f999a9
1746 Author: Augustin Degomme <degomme@idpann.imag.fr>
1747 Date:   Tue Jun 18 13:38:04 2013 +0200
1748
1749     change some defined values to less current ones
1750
1751 commit 50a66da9cb41cf1a83f0063f0c7fe44ce5274c80
1752 Author: Augustin Degomme <degomme@idpann.imag.fr>
1753 Date:   Tue Jun 18 13:16:55 2013 +0200
1754
1755     MPI_ERR_COMM was sometimes returned instead of MPI_ERR_RANK in SMPI
1756
1757 commit 08c0240e0f8a7c21ade3b93a4ef14cc4e56c01d6
1758 Author: Augustin Degomme <degomme@idpann.imag.fr>
1759 Date:   Mon Jun 17 18:13:53 2013 +0200
1760
1761     reduce_scatter default implementation was a mess
1762
1763 commit 8eb1dd81f53db215cf73319dc485f120addefe2d
1764 Author: Augustin Degomme <degomme@idpann.imag.fr>
1765 Date:   Mon Jun 17 18:13:26 2013 +0200
1766
1767     if we send 0 data, don't bother with subtypes
1768
1769 commit 964e31805a6409921f1e3a2cd497c15898b4b62b
1770 Author: Augustin Degomme <degomme@idpann.imag.fr>
1771 Date:   Mon Jun 17 18:12:28 2013 +0200
1772
1773     add option "smpi/use_shared_malloc", with true as default, to allow disabling the shared memory SMPI stuff dynamically
1774     Useful for debug purposes, to see if the shared memory is the cause of a bug
1775
1776 commit 4bac5d6867ff353bb05c89397a641001f43ba711
1777 Author: suter <frederic.suter@cc.in2p3.fr>
1778 Date:   Tue Jun 18 13:17:12 2013 +0200
1779
1780     yet another simplification of the storage API: we don't manage
1781     file contents, no need for a buffer as parameter ...
1782
1783 commit 699b4ffbee0612105ed036e2836aa695a11cebbb
1784 Author: suter <frederic.suter@cc.in2p3.fr>
1785 Date:   Tue Jun 18 12:53:14 2013 +0200
1786
1787     size shouldn't be accessible from the user API.
1788
1789 commit 936a14d7a4de6b0ab971a416d16a2b7099fc5cc1
1790 Author: Paul Bédaride <paul.bedaride@gmail.com>
1791 Date:   Mon Jun 17 11:07:18 2013 +0200
1792
1793     Fix of pastry
1794
1795 commit e26baeb660b732be1884889633e5fa4fedcc4d5b
1796 Author: Paul Bédaride <paul.bedaride@gmail.com>
1797 Date:   Fri Jun 14 18:19:46 2013 +0200
1798
1799     Add pastry msg example (First attempt)
1800
1801 commit 91ca39d79fbd3e53ea3cc5fdff3a7ec0348cfcfc
1802 Author: Guillaume Serrière <guillaume.serriere@esial.net>
1803 Date:   Fri Jun 14 15:02:19 2013 +0200
1804
1805     Change xbt_os_timer interface to handle cpu time, thread time and
1806     wall time distinctly.
1807     Windows section isn't test.
1808     
1809     Signed-off-by: Guillaume Serrière <guillaume.serriere@esial.net>
1810
1811 commit b060993afec218c8b2e08367f98b10b2fa824309
1812 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
1813 Date:   Fri Jun 14 12:58:39 2013 +0200
1814
1815     Use HEAD as default reference for git archive.
1816     
1817     The default branch may be undefined.
1818
1819 commit 5fd5bff93ecb155f478530a01c2f265e6e05bd4b
1820 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
1821 Date:   Fri Jun 14 11:25:47 2013 +0200
1822
1823     Add a small value to avoid rounding differences between x86 and x86_64.
1824
1825 commit 6767b7c4abfb52837bf452ef867dde18321b9da9
1826 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
1827 Date:   Fri Jun 14 11:25:16 2013 +0200
1828
1829     Change type double for size_t.
1830
1831 commit 0efcdbcf5699fd083152350d0cebd5c1fe356751
1832 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
1833 Date:   Fri Jun 14 09:42:45 2013 +0200
1834
1835     Remove unused variables.
1836
1837 commit 22732928b4523ffc817b31ec9ca0fc90b8101582
1838 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
1839 Date:   Fri Jun 14 09:31:02 2013 +0200
1840
1841     Comment out useless operation.
1842
1843 commit d531b19a0d1b2931ce8177bacd0124065c68476f
1844 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
1845 Date:   Thu Jun 13 16:11:17 2013 +0200
1846
1847     Add missing dependency.
1848
1849 commit 5283ccec7776f1a878edba1172fd837e373a8dfb
1850 Author: Augustin Degomme <degomme@idpann.imag.fr>
1851 Date:   Fri Jun 14 09:06:23 2013 +0200
1852
1853     wrong file name in cmake file
1854
1855 commit d121fa017abf8e2899d5f2c6032b0a428969d05f
1856 Author: Augustin Degomme <degomme@idpann.imag.fr>
1857 Date:   Fri Jun 14 09:02:11 2013 +0200
1858
1859     add missing prototype
1860
1861 commit 10a63639531e2e30afb9141aa2a9721ed652a566
1862 Author: Augustin Degomme <degomme@idpann.imag.fr>
1863 Date:   Fri Jun 14 08:57:24 2013 +0200
1864
1865     openmpi recently changed its decision for alltoallv algo
1866
1867 commit 9ebe15db62d1f732e4b3121ab8f4dc243371c51e
1868 Author: Augustin Degomme <degomme@idpann.imag.fr>
1869 Date:   Wed Jun 12 14:34:41 2013 +0200
1870
1871     add missing replay files to dist
1872
1873 commit da41b147264c6eb7febc5be6cfb2380eab69ba70
1874 Author: degomme <degomme@debian.localdomain>
1875 Date:   Fri Jun 14 00:56:09 2013 +0200
1876
1877     forgot one file
1878
1879 commit 8293a833f9c68986f8bd174d5bf3d04eb62918d7
1880 Author: degomme <degomme@debian.localdomain>
1881 Date:   Fri Jun 14 00:51:18 2013 +0200
1882
1883     we now have an mpich selector, and a bunch of new algorithms (--cfg=smpi/coll_selector:mpich)
1884
1885 commit 076aada113aa0566c059211416cd9214a54d763d
1886 Merge: ad9cf3d 3bf293f
1887 Author: Jonathan Rouzaud-Cornabas <jonathan.rouzaud-cornabas@ens-lyon.fr>
1888 Date:   Thu Jun 13 15:52:57 2013 +0200
1889
1890     Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid
1891
1892 commit ad9cf3dddccaf1d798a39120a83e79d291a57553
1893 Author: Jonathan Rouzaud-Cornabas <jonathan.rouzaud-cornabas@ens-lyon.fr>
1894 Date:   Thu Jun 13 15:52:48 2013 +0200
1895
1896     SIMIX call + MSG function + Java binding for get_core
1897
1898 commit 3bf293f0c23fc59535f99e17ee43531cb9a9fdb6
1899 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
1900 Date:   Thu Jun 13 15:00:53 2013 +0200
1901
1902     model-checker : restore while statement for bugged1_liveness example
1903
1904 commit 25cc8f2c515534fee077ff6ef9a71b55bfc2786f
1905 Merge: 8f040b3 d89f14e
1906 Author: Jonathan Rouzaud-Cornabas <jonathan.rouzaud-cornabas@ens-lyon.fr>
1907 Date:   Thu Jun 13 14:50:23 2013 +0200
1908
1909     Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid
1910
1911 commit 8f040b324eb3f808a1f5f8da203ae16b20296914
1912 Author: Jonathan Rouzaud-Cornabas <jonathan.rouzaud-cornabas@ens-lyon.fr>
1913 Date:   Thu Jun 13 14:49:59 2013 +0200
1914
1915     Properties available for cluster tag
1916
1917 commit d89f14ee146bf069a32e9e1802c7cbbbe96bd5d4
1918 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
1919 Date:   Thu Jun 13 12:45:47 2013 +0200
1920
1921     model-checker : update bugged1 and bugged2 tesh (different compilation flags)
1922
1923 commit 1b99d9bfbf73e4591ae012c78ac99ba08fabe645
1924 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
1925 Date:   Thu Jun 13 12:44:45 2013 +0200
1926
1927     model-checker : MC doesn't work with thread context
1928
1929 commit 2eef51f85212214302326508352271ca96de05eb
1930 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
1931 Date:   Thu Jun 13 12:30:47 2013 +0200
1932
1933     disable optimizations for build MC in jenkins
1934
1935 commit fd615df4984a14ed02924279352f41112b08ef5a
1936 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
1937 Date:   Thu Jun 13 12:29:40 2013 +0200
1938
1939     unused variable if tracing disabled
1940
1941 commit 639d8a94d0c1921cee3a2cebdd9480d69a407761
1942 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
1943 Date:   Thu Jun 13 12:15:31 2013 +0200
1944
1945     model-checker : increase timeout in tesh
1946
1947 commit e872999954cf2e237de0f8de77e95b16e7913410
1948 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
1949 Date:   Thu Jun 13 12:08:21 2013 +0200
1950
1951     model-checker : missing #ifdef
1952
1953 commit 97d5af37a4cafa4c5deb5bececf242ab1c015e2e
1954 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
1955 Date:   Thu Jun 13 11:38:02 2013 +0200
1956
1957     model-checker : update bugged2 tesh
1958
1959 commit 0f40cfec58fb170c3378cc63e83cb0a878552970
1960 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
1961 Date:   Thu Jun 13 09:21:52 2013 +0200
1962
1963     model-checker : fix (again ..) DPOR for iSend/iRecv and Wait communications
1964     
1965     - add rdv_cpy in s_smx_action_t structure. comm.rdv is used for
1966       garbage collection and set to NULL when the communication matches
1967       with another communication already pushed and waiting in the
1968       mailbox.
1969     - iSend/iRecv and Wait communications are independant if the
1970       communications are not in the same mailbox. Otherwise, the
1971       iSend/iRecv communication process issuer must be different of the
1972       src_proc or dst_proc of the Wait communication, or, src_buff and
1973       dst_buff of the communications must be different.
1974
1975 commit 4d6e2bb1c86ba6092fc69e61582c223100ee98a9
1976 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
1977 Date:   Wed Jun 12 18:30:23 2013 +0200
1978
1979     model-checker : improve debug messages
1980
1981 commit dd92246f876993d5196363d4f075231c25c87693
1982 Author: degomme <degomme@debian.localdomain>
1983 Date:   Thu Jun 13 11:36:43 2013 +0200
1984
1985     barrier tests
1986
1987 commit e6557f5a455aa071d62f977185ea49ed1437003a
1988 Author: degomme <degomme@debian.localdomain>
1989 Date:   Thu Jun 13 11:36:27 2013 +0200
1990
1991     end of ompi collectives addition, with barrier
1992
1993 commit 31f432aea8605524dd99b6141f8376a7da6d5230
1994 Author: degomme <degomme@debian.localdomain>
1995 Date:   Thu Jun 13 09:36:03 2013 +0200
1996
1997     add tests for scatter
1998
1999 commit da62b5cbd53ece70108a4f0eba4757e75f3dc00a
2000 Author: degomme <degomme@debian.localdomain>
2001 Date:   Thu Jun 13 09:26:51 2013 +0200
2002
2003     add scatter algos from ompi
2004
2005 commit 15a2c29a775316eba1298b52b84c4d22b190b334
2006 Author: degomme <degomme@debian.localdomain>
2007 Date:   Thu Jun 13 02:08:58 2013 +0200
2008
2009     unused variable
2010
2011 commit 908f43d575e3b19014f39ba209da997ab6e3fa2c
2012 Merge: b085fe2 e1973b3
2013 Author: degomme <degomme@debian.localdomain>
2014 Date:   Thu Jun 13 02:03:47 2013 +0200
2015
2016     Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid
2017
2018 commit b085fe247ae2cf2a6e36863a54f794deb4f342f5
2019 Author: degomme <degomme@debian.localdomain>
2020 Date:   Thu Jun 13 01:57:57 2013 +0200
2021
2022     add reduce scatter collectives from openmpi, and fix existing one
2023     and add tests, without doing separate commits because it is 2AM
2024
2025 commit e1973b337aa4a275d58f5f934f899291612b698a
2026 Merge: 66d3e89 6d10ceb
2027 Author: Jonathan Rouzaud-Cornabas <jonathan.rouzaud-cornabas@ens-lyon.fr>
2028 Date:   Wed Jun 12 17:13:46 2013 +0200
2029
2030     Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid
2031
2032 commit 66d3e8941f0a1313a58a117e791a9a52aa94a402
2033 Author: Jonathan Rouzaud-Cornabas <jonathan.rouzaud-cornabas@ens-lyon.fr>
2034 Date:   Wed Jun 12 17:13:37 2013 +0200
2035
2036     fix Node.java
2037
2038 commit 6d10ceb338728d308864f891ef8a540da45dfa02
2039 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
2040 Date:   Wed Jun 12 14:34:57 2013 +0200
2041
2042     Simplify the link specifications for libSG_java on win32 (untested).
2043     
2044     The variable SIMGRID_LIB_NAME_NAME is never used, and probably gets an
2045     undefined value here.  Remove its definition.
2046     
2047     The variable SIMGRID_LIB_NAME is never set.  Remove reference to it.
2048     
2049     Finally, use "target_link_libraries" for all platforms since I can't find any
2050     reason to avoid it on win32.
2051     
2052     Note that these changes are untested.
2053
2054 commit 576f5789336d40f76fbb07c4272cd684a860a1e5
2055 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
2056 Date:   Wed Jun 12 14:32:10 2013 +0200
2057
2058     Prototypes were changed by previous commit.
2059
2060 commit adb43549f2dd02ba002503aa6f11ad317075e3cf
2061 Author: suter <frederic.suter@cc.in2p3.fr>
2062 Date:   Wed Jun 12 13:28:03 2013 +0200
2063
2064     further simplification of the storage API, keep size only as nmemb was
2065     never really used.
2066
2067 commit 9603bfd3cc9171236c3f77a23e40b62036ea4f06
2068 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
2069 Date:   Wed Jun 12 11:49:54 2013 +0200
2070
2071     Use correct modifier, and don't lie about pointer type.
2072
2073 commit 56d5fef422211eb776ae8d6205816d382e26ecec
2074 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
2075 Date:   Wed Jun 12 11:42:08 2013 +0200
2076
2077     Address compilation warnings.
2078
2079 commit e8e5afcfad77a9090df0d7e6710fb9ac7bfe7802
2080 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
2081 Date:   Wed Jun 12 11:26:31 2013 +0200
2082
2083     Add CMakeLists.txt for examples/msg/semaphores/.
2084
2085 commit 41e2623bb0a37b4ecc7626fedc9e1b94e4d584a0
2086 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
2087 Date:   Wed Jun 12 11:25:27 2013 +0200
2088
2089     Sort entries.
2090
2091 commit bb893395dc24a24659310d48c5223a1548f64c3d
2092 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
2093 Date:   Wed Jun 12 11:25:13 2013 +0200
2094
2095     Add files to the dist archive.
2096
2097 commit 59f5e8487e875f111990e61ab2b025f61fbf0d57
2098 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
2099 Date:   Wed Jun 12 11:24:37 2013 +0200
2100
2101     This file doesn't belong to the dist archive.
2102
2103 commit 442ef391224350f03b56fca7c3a5cfbcae40a206
2104 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
2105 Date:   Wed Jun 12 11:13:52 2013 +0200
2106
2107     Use real parameter name in comment.
2108
2109 commit 11ddbb70152e1a18e91d817671d5323e0bd8533d
2110 Author: Jonathan Rouzaud-Cornabas <jonathan.rouzaud-cornabas@ens-lyon.fr>
2111 Date:   Wed Jun 12 08:37:41 2013 +0200
2112
2113     AS access from MSG layer
2114
2115 commit 798026732c3432883f1f261306c475c023e30a68
2116 Author: Augustin Degomme <degomme@idpann.imag.fr>
2117 Date:   Wed Jun 12 00:27:39 2013 +0200
2118
2119     remove warnings 2
2120
2121 commit 96619dfc463a060fd90d26d333ca0134d7c32429
2122 Author: Augustin Degomme <degomme@idpann.imag.fr>
2123 Date:   Wed Jun 12 00:07:48 2013 +0200
2124
2125     remove warnings
2126
2127 commit dee2366d6c226276bb2d9fba2b709a49fb0fbe38
2128 Author: Paul Bédaride <paul.bedaride@gmail.com>
2129 Date:   Fri Jun 7 09:21:37 2013 +0200
2130
2131     Remove debuging printf
2132
2133 commit d19a644f94a4c32b3ffd2fb7c8edbb8b9b58f382
2134 Author: Jonathan Rouzaud-Cornabas <jonathan.rouzaud-cornabas@ens-lyon.fr>
2135 Date:   Fri Jun 7 02:28:39 2013 +0200
2136
2137     Fix jmsg_as getSons
2138
2139 commit 70e1917f028f458c86401ee7a74145ec7e164dc4
2140 Author: Paul Bédaride <paul.bedaride@gmail.com>
2141 Date:   Thu Jun 6 23:33:25 2013 +0200
2142
2143     Add msg As getModel and GetHosts
2144
2145 commit 05faa61eee4ea71225b78d004f67f73a7269ab7b
2146 Author: Paul Bédaride <paul.bedaride@gmail.com>
2147 Date:   Thu Jun 6 21:51:32 2013 +0200
2148
2149     Add missing files
2150
2151 commit 82158c44ca7df93c46d866c81ed8c02b132a6cf7
2152 Author: Paul Bédaride <paul.bedaride@gmail.com>
2153 Date:   Thu Jun 6 18:57:26 2013 +0200
2154
2155     Access AS hierarchy at Msg layer
2156
2157 commit be7ef7ac1f3f0daf1ced88e55c149e6f43912ce6
2158 Author: Augustin Degomme <degomme@idpann.imag.fr>
2159 Date:   Tue Jun 11 17:53:17 2013 +0200
2160
2161     add test for gather collectives
2162
2163 commit 9f4593d014139381fd8977a84e76f0094fb2fac8
2164 Author: Augustin Degomme <degomme@idpann.imag.fr>
2165 Date:   Tue Jun 11 17:49:46 2013 +0200
2166
2167     add gather collectives from ompi
2168
2169 commit f7bfc7f9646c3f1c3b350a78b2fae5a35ea939f7
2170 Author: Augustin Degomme <degomme@idpann.imag.fr>
2171 Date:   Tue Jun 11 16:14:10 2013 +0200
2172
2173     Fix bug happening with MPI_Datatypes
2174     Provide better support for contiguous datatypes
2175
2176 commit c25acb156967c222e2512e0168767fe488e7d25c
2177 Author: Augustin Degomme <degomme@idpann.imag.fr>
2178 Date:   Tue Jun 11 15:26:33 2013 +0200
2179
2180     add allgatherv algo from ompi
2181
2182 commit d77e8454ea1c527ebec2b4629dcd3e90ecccf51e
2183 Author: Augustin Degomme <degomme@idpann.imag.fr>
2184 Date:   Tue Jun 11 11:02:21 2013 +0200
2185
2186     add new allgather algo from ompi
2187
2188 commit 6da3f48c9f8d12591ad10f3473afd2bfbce1b15e
2189 Author: suter <frederic.suter@cc.in2p3.fr>
2190 Date:   Tue Jun 11 15:21:42 2013 +0200
2191
2192     size_t instead of unsigned long for storage size and used_size
2193
2194 commit a7708e874685bdc7a883c4c9c09f37f0e39dca44
2195 Author: suter <frederic.suter@cc.in2p3.fr>
2196 Date:   Tue Jun 11 14:59:53 2013 +0200
2197
2198     simplify the simcall stack for file unlink
2199     there are still a few leaks: as unlink does not totally destroy the
2200     data structures. If the same file descriptor is reopened (new file is
2201     created), here comes the leak ...
2202
2203 commit dcb640a0f47e6b4c563eae670b9c72a0f9b7474a
2204 Author: suter <frederic.suter@cc.in2p3.fr>
2205 Date:   Tue Jun 11 10:55:07 2013 +0200
2206
2207     there is no stat on files anymore
2208
2209 commit cb213ff195ee293ff0ad8e7a7d8e6b7d5c335b99
2210 Author: suter <frederic.suter@cc.in2p3.fr>
2211 Date:   Tue Jun 11 10:49:21 2013 +0200
2212
2213     cleaning step: uniform naming (stream to fd) + some cuts at 80
2214     characters
2215
2216 commit b8f52f1d8141294fc2899777237b98d39c86d7c8
2217 Author: suter <frederic.suter@cc.in2p3.fr>
2218 Date:   Tue Jun 11 10:47:06 2013 +0200
2219
2220     one parameter less for open
2221
2222 commit 3bf05b5648732e6ea4ce4e63845e3fa075e017dc
2223 Author: suter <frederic.suter@cc.in2p3.fr>
2224 Date:   Tue Jun 11 10:45:42 2013 +0200
2225
2226     get rid of mode for open in Java bindings too
2227
2228 commit 8b1bc235e2747a7705c534c0fdcb0bc1bb8fb499
2229 Author: suter <frederic.suter@cc.in2p3.fr>
2230 Date:   Tue Jun 11 10:28:09 2013 +0200
2231
2232     get rid of "mode" parameter in the open file function. It wasn't used
2233     anyway.
2234
2235 commit 03b9cd8063ce997bf46d80291c7e54ec8480ad01
2236 Author: Augustin Degomme <degomme@idpann.imag.fr>
2237 Date:   Tue Jun 11 10:13:14 2013 +0200
2238
2239     add missing file in dist
2240
2241 commit a00f94a0c4dab6793ebd7f61961ef04d15873c23
2242 Author: Augustin Degomme <degomme@idpann.imag.fr>
2243 Date:   Tue Jun 11 10:06:54 2013 +0200
2244
2245     remove warning
2246
2247 commit d1d1f625ff0e84b1b1e2c267dc0078f97da80315
2248 Author: degomme <degomme@debian.localdomain>
2249 Date:   Tue Jun 11 02:03:22 2013 +0200
2250
2251     remove warning
2252
2253 commit 32b45cab9d4731c6cc648f79f1bebce2d1c7ca9a
2254 Author: degomme <degomme@debian.localdomain>
2255 Date:   Tue Jun 11 01:59:42 2013 +0200
2256
2257     add new algos for reduce from ompi
2258
2259 commit 9631558b72f9b30b510f23a391d77c61c0541bd5
2260 Author: degomme <degomme@debian.localdomain>
2261 Date:   Mon Jun 10 22:41:53 2013 +0200
2262
2263     add another ompi bcast algo
2264
2265 commit 0716a43321411df330eded3271a921b18574a26d
2266 Author: Augustin Degomme <degomme@idpann.imag.fr>
2267 Date:   Mon Jun 10 18:13:37 2013 +0200
2268
2269     add one more bcast algo
2270
2271 commit 59da8fcd5344f65ef28eb1106233049c126e2c18
2272 Author: Augustin Degomme <degomme@idpann.imag.fr>
2273 Date:   Mon Jun 10 17:11:17 2013 +0200
2274
2275     useless line
2276
2277 commit 51f0b3ebf52e6b7c6422e0be68bfc7a8cf732eb3
2278 Author: Augustin Degomme <degomme@idpann.imag.fr>
2279 Date:   Mon Jun 10 16:07:00 2013 +0200
2280
2281     add tests for ompi selector
2282
2283 commit 30ce1928845304200262ecc119ea735408d1098e
2284 Author: Augustin Degomme <degomme@idpann.imag.fr>
2285 Date:   Mon Jun 10 16:06:13 2013 +0200
2286
2287     add a new allreduce algorithm from openmpi
2288
2289 commit d504ff630c68bc8bf3e42a22ddcff4ebc62dbe51
2290 Author: Augustin Degomme <degomme@idpann.imag.fr>
2291 Date:   Mon Jun 10 14:50:10 2013 +0200
2292
2293     activate commute flag for MPI_Op, adds smpi_op_is_commute to test it (-1 FIXME !)
2294
2295 commit 0b7eb8f8385af2b5e0e5e3f6659d6214a503a9af
2296 Author: Augustin Degomme <degomme@idpann.imag.fr>
2297 Date:   Mon Jun 10 14:49:26 2013 +0200
2298
2299     remove warnings in smpi selector
2300
2301 commit 5fc5f436eb940f695a905a97efec90ec1ff15882
2302 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
2303 Date:   Mon Jun 10 15:11:27 2013 +0200
2304
2305     model-checker : update tesh for liveness example
2306
2307 commit 5ad607a5d74b8692fb56c1e4bf02400a2bccb55f
2308 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
2309 Date:   Mon Jun 10 14:59:20 2013 +0200
2310
2311     model-checker : update tesh
2312
2313 commit 7fd43d4615711a62983094f46b43097e51425e69
2314 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
2315 Date:   Mon Jun 10 14:55:51 2013 +0200
2316
2317     model-checker : remove out of date tesh of chord example
2318
2319 commit d2f19f87ea9f58ec528396689a5fb886e5692a80
2320 Author: suter <frederic.suter@cc.in2p3.fr>
2321 Date:   Mon Jun 10 09:11:33 2013 +0200
2322
2323     avoid double variable definition when tracing is activated (+some
2324     indenting)
2325
2326 commit f7c976ed5937b0d957b14a9c68404855a33a117d
2327 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
2328 Date:   Sat Jun 8 19:40:41 2013 +0200
2329
2330     model-checker : free memory
2331
2332 commit d6a65df81f2d1263be4186890863302355cb59f9
2333 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
2334 Date:   Sat Jun 8 19:15:17 2013 +0200
2335
2336     model-checker : increase number of colors for dot output
2337
2338 commit aa9957cdf6eccf9ed8f1001c41273ea2115b75b4
2339 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
2340 Date:   Fri Jun 7 12:06:14 2013 +0200
2341
2342     cosmetics : indent
2343
2344 commit 6a57d49726f4ad02cbe5f8764024bcc3a9bdbabb
2345 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
2346 Date:   Thu Jun 6 22:48:49 2013 +0200
2347
2348     model-checker : use raw_heap instead of std_heap
2349
2350 commit e081d27d94e22fb59dbd8294087fd10465a1ca1d
2351 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
2352 Date:   Thu Jun 6 22:31:39 2013 +0200
2353
2354     model-checker : fix dot output for smpi examples
2355
2356 commit 91ccd61316607f1aa43271257b00fb54af497808
2357 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
2358 Date:   Thu Jun 6 17:26:46 2013 +0200
2359
2360     cosmetics : indent
2361
2362 commit cee502af6d0b9f251c6f36a7baa98a5342b08abf
2363 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
2364 Date:   Wed Jun 5 23:48:07 2013 +0200
2365
2366     model-checker : add information in counter-example and dot output
2367
2368 commit 041f6cf28a3d83ee106f4ac7c80fa65809f50a31
2369 Author: George Markomanolis <george@markomanolis.com>
2370 Date:   Sat Jun 8 16:51:53 2013 +0200
2371
2372     New actions for the time independent trace replay framework:
2373     Gather
2374     AllGatherV
2375     ReduceScatter
2376     
2377     * I changed some declarations from xbt_new0() to calloc(), I had to use an MPI datatype variable declared as MPI_CURRENT_TYPE and it was not possible with xbt_new0().
2378     * Some new example files for the collectives calls with real values extracted from BigDFT.
2379
2380 commit 9d7537a900d7a00156eda13f5fd6ec26b10eb242
2381 Author: degomme <degomme@debian.localdomain>
2382 Date:   Fri Jun 7 14:42:28 2013 +0200
2383
2384     rename old alltoall selector function, which will probably be removed soon
2385
2386 commit c6b37bd8ca699c760d0198d8ad38ba802eb91ec2
2387 Author: degomme <degomme@debian.localdomain>
2388 Date:   Fri Jun 7 14:42:01 2013 +0200
2389
2390     add ompi selector for smpi collectives (use --cfg=smpi/coll_selector="ompi" to activate)
2391
2392 commit ee5447e55003f9f5292edc13ee50794157ac56b0
2393 Author: suter <frederic.suter@cc.in2p3.fr>
2394 Date:   Fri Jun 7 12:08:22 2013 +0200
2395
2396     simpler version of simcall to get the file of a file
2397
2398 commit 777ab1d984a7f99783e0a9dd18b4f52358900ee8
2399 Author: suter <frederic.suter@cc.in2p3.fr>
2400 Date:   Thu Jun 6 22:31:42 2013 +0200
2401
2402     allow tasks to take no output nor produce any output
2403
2404 commit 17426e6da9e3e452fcc304e77af71c28a71f5c5c
2405 Author: Lionel <eyraud@etincel.(none)>
2406 Date:   Fri Jun 7 00:55:03 2013 +0200
2407
2408     Bugfix
2409
2410 commit fa850fa2a06b496bf4e47755edccd72afe66b0d7
2411 Author: Lionel <eyraud@etincel.(none)>
2412 Date:   Fri Jun 7 00:20:02 2013 +0200
2413
2414     Fix exception handling in Java semaphores
2415
2416 commit 293e6564ad47956c2be7d43eb48c0dc097f421c5
2417 Author: Lionel <eyraud@etincel.(none)>
2418 Date:   Thu Jun 6 23:44:36 2013 +0200
2419
2420     Bugfix in semaphore code
2421
2422 commit 14b60cad3005c71ebc2d752dbdff94da9b64dde0
2423 Author: Lionel <eyraud@etincel.(none)>
2424 Date:   Thu Jun 6 23:44:14 2013 +0200
2425
2426     Add correct headers for Java exports
2427
2428 commit 821ff220193870353053eebc9b60d7c3abad4e2e
2429 Author: Lionel <eyraud@etincel.(none)>
2430 Date:   Thu Jun 6 23:29:34 2013 +0200
2431
2432     Bugfix
2433
2434 commit f122b5ee75cf18cd4ba58d081677e44763716203
2435 Author: Lionel <eyraud@etincel.(none)>
2436 Date:   Thu Jun 6 23:16:42 2013 +0200
2437
2438     An example to test MSG semaphores
2439
2440 commit c6f9797c6806eff7e821abd36a43436c5c58ed31
2441 Author: Lionel <eyraud@etincel.(none)>
2442 Date:   Thu Jun 6 21:59:47 2013 +0200
2443
2444     Update ChangeLog for Semaphores in Java
2445
2446 commit 0c7041a93174ffc542de056088890f2e8e3fe331
2447 Merge: 97833d1 77b3533
2448 Author: Lionel <eyraud@etincel.(none)>
2449 Date:   Thu Jun 6 21:43:26 2013 +0200
2450
2451     Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid
2452
2453 commit 97833d16834563a8e1773e4f8ff364a80bcb6c6a
2454 Author: Lionel <eyraud@etincel.(none)>
2455 Date:   Thu Jun 6 21:40:44 2013 +0200
2456
2457     Added Semaphore visibility to the Java bindings
2458
2459 commit 77b3533e27b1c323f77b151ffd73445a70320de6
2460 Author: suter <frederic.suter@cc.in2p3.fr>
2461 Date:   Thu Jun 6 21:36:13 2013 +0200
2462
2463     revalidate
2464
2465 commit 583b45fc459df9a4d3990cbf74009b3ffb63ef4a
2466 Author: suter <frederic.suter@cc.in2p3.fr>
2467 Date:   Thu Jun 6 21:30:49 2013 +0200
2468
2469     setting result help to propogate it
2470
2471 commit a505bd1917664e30e6ea9e2fb9fa11fe6ab14cfc
2472 Author: suter <frederic.suter@cc.in2p3.fr>
2473 Date:   Thu Jun 6 19:23:11 2013 +0200
2474
2475     no need to free the file descriptor when you just want the file size
2476     ... have to think harder when copy/pasting
2477
2478 commit 93c327273c84eca76c4ef81af03184a1b91b36d3
2479 Author: suter <frederic.suter@cc.in2p3.fr>
2480 Date:   Thu Jun 6 19:22:00 2013 +0200
2481
2482     stream to fd
2483
2484 commit e3efe5fac18e1bd2093165a494bd113fb7e93a4e
2485 Author: suter <frederic.suter@cc.in2p3.fr>
2486 Date:   Thu Jun 6 19:07:18 2013 +0200
2487
2488     copy/paste error
2489
2490 commit ec4656ceb7707c85a2228f23d88aae20798e4755
2491 Author: suter <frederic.suter@cc.in2p3.fr>
2492 Date:   Thu Jun 6 19:05:56 2013 +0200
2493
2494     fp => fd (for file descriptor)
2495
2496 commit 31cb418c23b5fc1ab337e073e4113c873252a2a7
2497 Author: suter <frederic.suter@cc.in2p3.fr>
2498 Date:   Thu Jun 6 18:40:06 2013 +0200
2499
2500     Wow, I wrote a simcall! 11 files to modify to do a simple get_size on a
2501     file ...
2502
2503 commit 9bb15bd26870bd706c2721583b02e56cf61860c2
2504 Author: suter <frederic.suter@cc.in2p3.fr>
2505 Date:   Thu Jun 6 17:52:32 2013 +0200
2506
2507     unsigned long to size_t
2508
2509 commit b984f825d9f734259eb180dfb81d65a36159b698
2510 Author: suter <frederic.suter@cc.in2p3.fr>
2511 Date:   Thu Jun 6 17:27:05 2013 +0200
2512
2513     add a function to retrieve the size of an msg_file_t
2514
2515 commit 40803b27ba5bcb382dfcd593885313a975bafd89
2516 Author: Martin Quinson <martin.quinson@loria.fr>
2517 Date:   Thu Jun 6 18:21:24 2013 +0200
2518
2519     Make semaphores visible from MSG
2520
2521 commit 877dda2974b23992f11587a14b349eacd373ece4
2522 Author: Lionel <eyraud@etincel.(none)>
2523 Date:   Thu Jun 6 15:05:54 2013 +0200
2524
2525     Export setAsyncMailbox to Java world
2526
2527 commit 58b3ca13418929fcbc0529f43269373cba293cae
2528 Author: suter <frederic.suter@cc.in2p3.fr>
2529 Date:   Thu Jun 6 10:31:04 2013 +0200
2530
2531     more cleanups related to stat on files
2532
2533 commit 04499946d1a382b5b5815d69b95b27dc78d36ed6
2534 Author: suter <frederic.suter@cc.in2p3.fr>
2535 Date:   Thu Jun 6 10:28:17 2013 +0200
2536
2537     no more stat structure
2538
2539 commit ade53b66a67b85694fb274e87f0d29c22ee84b8f
2540 Author: suter <frederic.suter@cc.in2p3.fr>
2541 Date:   Thu Jun 6 10:25:23 2013 +0200
2542
2543     file_stat.h has been removed
2544
2545 commit a7ae6d167dc1e11df403e90d915d45c3a4bed1c0
2546 Author: suter <frederic.suter@cc.in2p3.fr>
2547 Date:   Thu Jun 6 10:23:25 2013 +0200
2548
2549     remove references to an include file that doesn't exist anymore
2550
2551 commit e7ba1c287b7aef37c9aedf8a953910ac5c9380e2
2552 Author: Martin Quinson <martin.quinson@loria.fr>
2553 Date:   Thu Jun 6 09:49:55 2013 +0200
2554
2555     kill some dead code
2556
2557 commit 1f040cf05620d2fb74a8f34011464acb4d72cb0e
2558 Author: Martin Quinson <martin.quinson@loria.fr>
2559 Date:   Thu Jun 6 09:24:07 2013 +0200
2560
2561     commit my eclipse configuration file so that others can use it
2562
2563 commit 8eb4e362ed62f06368f89083526b56418ebae67a
2564 Author: Martin Quinson <martin.quinson@loria.fr>
2565 Date:   Thu Jun 6 09:02:05 2013 +0200
2566
2567     these got regenerated, apparently with a newer version of bison
2568
2569 commit c54d2dcbe0eefe47078bd972d2975470e9ef8ea9
2570 Author: Martin Quinson <martin.quinson@loria.fr>
2571 Date:   Thu Jun 6 08:59:48 2013 +0200
2572
2573     unignore eclipse project file, ignore some crappy compiled files
2574
2575 commit e6c4b413a125ab0016782004ed00289bfedf4a0d
2576 Author: suter <frederic.suter@cc.in2p3.fr>
2577 Date:   Wed Jun 5 22:50:21 2013 +0200
2578
2579     say that we messed with msg_file
2580
2581 commit 42971b0ce70b8dfab1c8a4ce5545664fea4a6f2e
2582 Author: suter <frederic.suter@cc.in2p3.fr>
2583 Date:   Wed Jun 5 22:42:35 2013 +0200
2584
2585     revalidate tesh to account for BIG FAT WARNING
2586
2587 commit eb157d0b5287893093184655770a8ecd59f76a1d
2588 Author: suter <frederic.suter@cc.in2p3.fr>
2589 Date:   Wed Jun 5 22:41:04 2013 +0200
2590
2591     revalidate tesh
2592
2593 commit 73f9260daacbea983884e90b7e366e9d1205d516
2594 Author: suter <frederic.suter@cc.in2p3.fr>
2595 Date:   Wed Jun 5 22:29:22 2013 +0200
2596
2597     simplify the examples of file usage
2598
2599 commit 20efd8117c7984f9c448f75ac7ab543c98802f1d
2600 Author: suter <frederic.suter@cc.in2p3.fr>
2601 Date:   Wed Jun 5 22:25:56 2013 +0200
2602
2603     path and size should be enough to describe files stored on a storage
2604     resource
2605
2606 commit 6330fa8d1410fba5e1560eeaeddf1a7382eaa369
2607 Author: suter <frederic.suter@cc.in2p3.fr>
2608 Date:   Wed Jun 5 22:25:06 2013 +0200
2609
2610     Simplify the way files are described. Get rid of the stats, the
2611     MSG_file_stat, and all the underlying functions
2612
2613 commit d83cf3b035bac2ce84d94c5b2dcc0b8bf2f38574
2614 Author: suter <frederic.suter@cc.in2p3.fr>
2615 Date:   Wed Jun 5 17:47:18 2013 +0200
2616
2617     start to simplify the stack of structures for files. Get rid of stats
2618     and just keep name, size and mount point
2619
2620 commit 2e306fd7a3ccf90fb022e505b26c587d69ec2a42
2621 Author: suter <frederic.suter@cc.in2p3.fr>
2622 Date:   Wed Jun 5 11:39:12 2013 +0200
2623
2624     typos
2625
2626 commit 129646a94f69cb2e243fe8a9fe49e87954597742
2627 Author: Martin Quinson <martin.quinson@loria.fr>
2628 Date:   Wed Jun 5 19:58:01 2013 +0200
2629
2630     document the fact that we accept abbreviations of log setting modifiers, even harsh ones
2631
2632 commit d1550ac7aec96d6e877a3451af0ec2bac93ce83c
2633 Author: Martin Quinson <martin.quinson@loria.fr>
2634 Date:   Wed Jun 5 19:56:21 2013 +0200
2635
2636     cleanups: kill unused forward declarations
2637
2638 commit 55317512453b1be36e24fd604617b4fef28e532f
2639 Author: Martin Quinson <martin.quinson@loria.fr>
2640 Date:   Wed Jun 5 19:55:24 2013 +0200
2641
2642     big fat warning to avoid an issue that Lionel encountered
2643
2644 commit a9a7fce452bf5dc36bde5c1e0090b91922d13588
2645 Author: Martin Quinson <martin.quinson@loria.fr>
2646 Date:   Tue Jun 4 22:36:17 2013 +0200
2647
2648     display a warning message to avoid that some people use that binary by error
2649
2650 commit a9cda6b9eb178b6bdc26aa2fa365091abedb8ca8
2651 Author: Martin Quinson <martin.quinson@loria.fr>
2652 Date:   Mon May 13 16:06:01 2013 +0200
2653
2654     document some recent changes
2655
2656 commit 7f06482332409f552ac19d126fa69520ade79fcb
2657 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
2658 Date:   Sun Jun 2 21:07:15 2013 +0200
2659
2660     model-checker : generate dot file for the verification of liveness properties
2661
2662 commit 526071cbe469230ffeb90c7fca623b6bdc01db21
2663 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
2664 Date:   Sun Jun 2 20:30:34 2013 +0200
2665
2666     model-checker : use else if instead of if then if
2667
2668 commit 83be6c229ad40bf76f34d807bc55d1413cf678aa
2669 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
2670 Date:   Sun Jun 2 20:27:51 2013 +0200
2671
2672     model-checker : fix dpor with dot_output
2673
2674 commit 28dbdccd6dfc861ac7951a9884ca597e37c94710
2675 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
2676 Date:   Sat Jun 1 16:26:14 2013 +0200
2677
2678     model-checker : modify chord example in mc for exhaustive exploration
2679     
2680     Each node executes only one of the periodic sub-protocols (stabilize,
2681     fix fingers, check predecessor or lookup) then it replies to requests
2682     from other nodes.
2683
2684 commit 13b26f61527fed7ac5dbc65753430499d89b4903
2685 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
2686 Date:   Sat Jun 1 11:51:06 2013 +0200
2687
2688     model-checker : fix memory free
2689
2690 commit 37876ed92c56be8bf04d4075e862fef838cf29e1
2691 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
2692 Date:   Fri May 31 23:38:26 2013 +0200
2693
2694     model-checker : remove useless if
2695
2696 commit d7d6db175cc786205321b1bfb6177e43f44cf85b
2697 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
2698 Date:   Fri May 31 23:30:47 2013 +0200
2699
2700     model-checker : fix compilation error
2701
2702 commit 76d61ee41af859ea9d964f305f96d0654b3473b4
2703 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
2704 Date:   Fri May 31 20:50:30 2013 +0200
2705
2706     model-checker : remove useless take/restore snapshot
2707
2708 commit 930aee4aca2cf2faaa7f129940e8b5cb1a844371
2709 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
2710 Date:   Fri May 31 15:29:50 2013 +0200
2711
2712     Try to support older versions of cmake.
2713
2714 commit 384437298dc42b6dd327bb4f0967cd5ad20fb6b2
2715 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
2716 Date:   Fri May 31 14:56:48 2013 +0200
2717
2718     model-checker : update bugged1_liveness tesh
2719
2720 commit 18618fc686c83dc040990e84e915739b2a5f0a79
2721 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
2722 Date:   Fri May 31 14:44:06 2013 +0200
2723
2724     model-checker : initialize variables
2725
2726 commit d7f09767e1c69493afa04dce4b6ed1f2d77b966a
2727 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
2728 Date:   Fri May 31 14:17:15 2013 +0200
2729
2730     model-checker : remove comment and add debug message
2731
2732 commit 371649bf05bfba5c4b81a68c44fde1bce924d295
2733 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
2734 Date:   Fri May 31 14:12:50 2013 +0200
2735
2736     model-checker : simplify algorithm for the verification of liveness properties
2737
2738 commit 756c7ab76ef93154efb6309c192763c2ac241928
2739 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
2740 Date:   Thu May 30 15:35:10 2013 +0200
2741
2742     model-checker : take snapshot of memory segments during the parsing of /proc/self/maps
2743
2744 commit 86942626354f3a1b1df9404a9324a9dbfb955c9a
2745 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
2746 Date:   Tue May 28 18:19:21 2013 +0200
2747
2748     model-checker : use only structure (mc_pair_t) for the verification of liveness properties
2749
2750 commit c73aeef05e1a3702e23296f6ff6690d6d408543b
2751 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
2752 Date:   Tue May 28 09:46:19 2013 +0200
2753
2754     model-checker : free memory
2755
2756 commit 9b5d5be212c4f3c8e9af41c3d6b771662b4495d5
2757 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
2758 Date:   Tue May 28 09:42:06 2013 +0200
2759
2760     model-checker : add global variable in bugged1_liveness example to change the number of clients
2761
2762 commit 41906f03a736673ad3b22028213662e36c938cb3
2763 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
2764 Date:   Mon May 27 17:45:46 2013 +0200
2765
2766     Remove reference to nonexistent class.
2767     
2768     It was removed more than one year ago.
2769
2770 commit fe436f73138dec14b5268e3aaa7b9ab2357fc102
2771 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
2772 Date:   Fri May 24 13:28:10 2013 +0200
2773
2774     Try to normalize path for libraries bundled into simgrid.jar.
2775
2776 commit fea7b654993d16ae61cfc36f454991d5ecf70c0a
2777 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
2778 Date:   Fri May 24 11:36:27 2013 +0200
2779
2780     Also add LICENSE file to simgrid.jar.
2781     
2782     It is referenced by file COPYING.
2783
2784 commit f3a659987f63e0e68ebc8da8ee33c13bf98b44ab
2785 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
2786 Date:   Tue May 21 18:19:17 2013 +0200
2787
2788     Small improvements to parmap_test
2789     
2790     * print an error message, and change exit status on error
2791     * reduce test time by decreasing the sleep duration in fun_get_id()
2792
2793 commit 1b118858229a08f00b76ab2105779c814f0363d0
2794 Author: Paul Bédaride <paul.bedaride@gmail.com>
2795 Date:   Thu May 23 15:06:31 2013 +0200
2796
2797     Add scala masterslave bypass and kill
2798
2799 commit bfbeefca4cf907a4139e2bd7b8eee57ff46f01ad
2800 Author: Paul Bédaride <paul.bedaride@gmail.com>
2801 Date:   Thu May 23 11:23:00 2013 +0200
2802
2803     Add missing FindScala.cmake
2804
2805 commit a2fc9093202ad92a65d242d6e5fe824106dc857a
2806 Author: Paul Bédaride <paul.bedaride@gmail.com>
2807 Date:   Thu May 23 11:09:28 2013 +0200
2808
2809     Add a scala masterslave example
2810
2811 commit d37bf2931ef84148a8fbb25fbd0afdda93fcdc55
2812 Author: Paul Bédaride <paul.bedaride@gmail.com>
2813 Date:   Tue May 21 16:52:13 2013 +0200
2814
2815     Fix Windows Jenkins script
2816
2817 commit 292883de6d7a037377a9a67d4123ad720c3f7590
2818 Author: Guillaume Serrière <guillaume.serriere@esial.net>
2819 Date:   Fri May 17 16:29:17 2013 +0200
2820
2821     Restore parmap unitTesting as part of teshsuite.
2822     
2823     Signed-off-by: Guillaume Serrière <guillaume.serriere@esial.net>
2824
2825 commit 74004cafa2eec4eae61fb0b83d5ba901a5347c1f
2826 Author: Paul Bédaride <paul.bedaride@gmail.com>
2827 Date:   Fri May 17 15:20:14 2013 +0200
2828
2829     Add linux and win shell scripts for jenkins
2830
2831 commit 3224d311afe32824f5c3c6d7c84da9d0da42cb3b
2832 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
2833 Date:   Thu May 16 17:30:17 2013 +0200
2834
2835     SIMIX must be initialized now to use parmaps.
2836
2837 commit fff8fc755939b0f3fbb3fd62cf3cc5f83aa05c5b
2838 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
2839 Date:   Thu May 16 16:53:09 2013 +0200
2840
2841     Remove now unused log category.
2842
2843 commit 4fc106b8bc6fc871f9d3623010993e47c97ed73c
2844 Author: Guillaume Serrière <guillaume.serriere@esial.net>
2845 Date:   Thu May 16 16:40:44 2013 +0200
2846
2847     Remove unused variable.
2848     
2849     Signed-off-by: Guillaume Serrière <guillaume.serriere@esial.net>
2850
2851 commit a2c3c96044c07288f1e1a2c3245f8a1fb62c22d6
2852 Author: Guillaume Serrière <guillaume.serriere@esial.net>
2853 Date:   Tue May 14 16:59:06 2013 +0200
2854
2855     Add of context creation in parmap.
2856     
2857     Remove parmap from unitTesting because we need a context factory
2858     for parmap creation now.
2859     
2860     Signed-off-by: Guillaume Serrière <guillaume.serriere@esial.net>
2861
2862 commit 61a993d9efe970edcbb1cb3d947553b2f188b327
2863 Author: Guillaume Serrière <guillaume.serriere@esial.net>
2864 Date:   Tue May 14 16:11:07 2013 +0200
2865
2866     Remove parmap from surf.
2867     
2868     Signed-off-by: Guillaume Serrière <guillaume.serriere@esial.net>
2869
2870 commit 6a5f125b5b31075b7bdb3170126a7b4d533756e8
2871 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
2872 Date:   Thu May 16 14:23:08 2013 +0200
2873
2874     Include TRACING_SRC only when HAVE_TRACING.
2875
2876 commit 93d06f870b710ab679422e2d1f9f70fd98a9e405
2877 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
2878 Date:   Wed May 15 18:29:39 2013 +0200
2879
2880     Give size of pointed area, not size of pointer.
2881
2882 commit 6d20c4d8150d0315751d881a8916106fda86afde
2883 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
2884 Date:   Wed May 15 18:29:39 2013 +0200
2885
2886     Add platf_route_rulebased2full.py to bin_files.
2887
2888 commit 3cebdd822e0da449810f0757ff3c2b2c14dc6ac4
2889 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
2890 Date:   Wed May 15 18:29:39 2013 +0200
2891
2892     Avoid unnecessary utf8 characters in ChangeLog.
2893
2894 commit db5be29f73ecbdd4e645849a941ccdd387bd858f
2895 Author: Paul Bédaride <paul.bedaride@gmail.com>
2896 Date:   Wed May 15 17:41:39 2013 +0200
2897
2898     Remove PCRE dependency and RuleBased routing
2899
2900 commit 4ce370996ff8db309df820b203b461a79aed993d
2901 Author: Paul Bédaride <paul.bedaride@gmail.com>
2902 Date:   Fri May 10 17:00:58 2013 +0200
2903
2904     Add new boolean type for configuration
2905
2906 commit e3abdabb61f2c6b853a9df18c50ce84c590836fa
2907 Author: Augustin Degomme <degomme@idpann.imag.fr>
2908 Date:   Tue May 7 17:10:04 2013 +0200
2909
2910     requalify tesh for replay to account for 301c31f7
2911
2912 commit f57237b815d7e474bdee0661b002befee59c278a
2913 Author: Augustin Degomme <degomme@idpann.imag.fr>
2914 Date:   Thu May 2 10:37:04 2013 +0200
2915
2916     synchronize all replay processes at the end
2917     to avoid some of them being destroyed wrongfully
2918
2919 commit 252f8d822ecbe9721cea8f9f21fde92151aab4a6
2920 Author: Augustin Degomme <degomme@idpann.imag.fr>
2921 Date:   Tue May 7 17:05:58 2013 +0200
2922
2923     Warning removal
2924
2925 commit c457b17449f5bc1b4b6c204a2634c2c1e7434e6b
2926 Author: Augustin Degomme <degomme@idpann.imag.fr>
2927 Date:   Tue May 7 13:42:43 2013 +0200
2928
2929     Fix nasty bug with wrong addressing of the processes in smpi.
2930     When using several groups, some confusions may happen and some processes may have mixed up messages they received
2931
2932 commit 054968556d1461592a6ab4789249b8fc86891193
2933 Author: Augustin Degomme <degomme@idpann.imag.fr>
2934 Date:   Thu May 2 11:22:41 2013 +0200
2935
2936     add an option smpi/iprobe, to inject sleeping time into a MPI_Iprobe call.
2937     Change the way this sleep is done, to increase it each time a MPI_Iprobe fails, to accelerate simulation
2938
2939 commit da0a3cd904439a20fe71662af7ed8d3398f94949
2940 Author: Augustin Degomme <degomme@idpann.imag.fr>
2941 Date:   Thu May 2 10:38:18 2013 +0200
2942
2943     MC showed that this test could go wrong if receiver is early
2944
2945 commit 0c0dd57c28936474d25a38aa50a4d4519998a85e
2946 Author: Augustin Degomme <degomme@idpann.imag.fr>
2947 Date:   Thu May 2 09:53:31 2013 +0200
2948
2949     fix bug with tracing of MPI_Sendrecv
2950
2951 commit fabcad3489b65a4fbe2fdcce5c08a6b1be076471
2952 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
2953 Date:   Tue May 7 10:46:01 2013 +0200
2954
2955     Use right test for error checking.
2956
2957 commit 070f88772c3ea0b722bd08851cd14371a37f362a
2958 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
2959 Date:   Tue May 7 10:42:45 2013 +0200
2960
2961     Typo.
2962
2963 commit 68b42b8cc9b6b366fe49bbc800f8d7e8791617b0
2964 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
2965 Date:   Tue May 7 09:46:44 2013 +0200
2966
2967     Add sg_xml_unit_converter.py to bin_files.
2968
2969 commit d950afcf1affbcec73b9529b5d3c663064c2a8d8
2970 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
2971 Date:   Tue May 7 09:40:12 2013 +0200
2972
2973     Also handle IEC binary prefixes for bandwidth.
2974
2975 commit e96591e449fee7a54bf3ecda31e85fb61df149c9
2976 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
2977 Date:   Tue May 7 09:31:59 2013 +0200
2978
2979     Use correct capitalization for unit prefixes.
2980
2981 commit 1e73faf0938f7ef712e1711e3b79e0be16441a0e
2982 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
2983 Date:   Tue May 7 09:29:00 2013 +0200
2984
2985     Factorize code for parsing values with units.
2986
2987 commit 790548512bc97315d97b03d2d418b167d903e895
2988 Author: Paul Bédaride <paul.bedaride@gmail.com>
2989 Date:   Mon May 6 16:57:54 2013 +0200
2990
2991     Less error prone unit conversion
2992
2993 commit 8847b375a11af83a841c0964292a2fe9ee9a0fff
2994 Author: Paul Bédaride <paul.bedaride@gmail.com>
2995 Date:   Mon May 6 15:25:25 2013 +0200
2996
2997     Fix to handle warnings+optimizations on CI for MC32 [#15544]
2998
2999 commit c94ebf727d3bac66028b7130aab3ee668b1949c0
3000 Author: Paul Bédaride <paul.bedaride@gmail.com>
3001 Date:   Mon May 6 14:36:15 2013 +0200
3002
3003     Fix to handle warnings+optimizations on CI [#15544]
3004
3005 commit 8a30d839e791237688f68d4047fef5a30293dfc4
3006 Author: Paul Bédaride <paul.bedaride@gmail.com>
3007 Date:   Mon May 6 10:09:23 2013 +0200
3008
3009     Add unit support in xml files [#14422]
3010
3011 commit f9dae702752c7b24a5800ad064a4961557d7a5a3
3012 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
3013 Date:   Tue Apr 30 19:02:26 2013 +0200
3014
3015     Remove stale forward declarations.
3016
3017 commit fa6c13d41657422d267644ec99f0419a723f4bf9
3018 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
3019 Date:   Mon Apr 29 14:03:20 2013 +0200
3020
3021     Remove duplicate file.
3022     
3023     It's the same as deploy_chord4.xml.
3024
3025 commit 3342839b8127195797fbdd4bd456c4fc62b6e1af
3026 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
3027 Date:   Mon Apr 29 14:01:25 2013 +0200
3028
3029     Remove binary file!
3030
3031 commit 12cd6f226a676a2dbd827724f0ed8264f5868ea8
3032 Merge: 000da6b 7f2b2cb
3033 Author: Nicolas Bonichon <bonichon@labri.fr>
3034 Date:   Tue Apr 30 17:33:21 2013 +0200
3035
3036     Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid
3037
3038 commit 7f2b2cb65aff6ae1fe4ba58b721e48d2b9149d53
3039 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
3040 Date:   Mon Apr 29 13:30:41 2013 +0200
3041
3042     model-checker : cleanups in tesh examples
3043     
3044     - rename directory: chord_liveness -> chord
3045     - add tesh for bugged2
3046     - remove broken tests snapshot_comparison*
3047     - neverJoin in Chord is a safety property, not a liveness property
3048
3049 commit 000da6bd8e9edf5422d5f7c80763d1c00a964959
3050 Author: Nicolas Bonichon <bonichon@labri.fr>
3051 Date:   Fri Apr 26 17:30:19 2013 +0200
3052
3053     Remove unused notion of stalled messages for "piece" messages
3054     
3055     Add some xtb_assert and correct a debug message
3056
3057 commit 27e9cd8b83e1902e590c9aede026fefe14aab85e
3058 Author: Paul Bédaride <paul.bedaride@gmail.com>
3059 Date:   Fri Apr 26 15:53:51 2013 +0200
3060
3061     Fix unset var in smpirun
3062
3063 commit c4dce37a464072055e585542c54771b5fa941700
3064 Author: Nicolas Bonichon <bonichon@labri.fr>
3065 Date:   Fri Apr 26 14:08:16 2013 +0200
3066
3067     bittorrent: Replace the last isend by dsend
3068     Remove all stuff related to pending sends
3069
3070 commit 65b0ef3e4abf59f79ff89fa7644aff2451922729
3071 Author: Nicolas Bonichon <bonichon@labri.fr>
3072 Date:   Thu Apr 25 18:53:11 2013 +0200
3073
3074     reindent ... this time with the appropriate options
3075
3076 commit cd641543689ed33eb33ac4f3905f63d3d6a0d541
3077 Author: Nicolas Bonichon <bonichon@labri.fr>
3078 Date:   Thu Apr 25 18:46:09 2013 +0200
3079
3080     Fully implement the piece selection algorithms of Bittorrent protocol:
3081        strict priority policy, random first policy, endgame mode
3082
3083 commit 4bb60fefa54ed1665d3452e2a748d26904b46f37
3084 Merge: d9e474a d55f954
3085 Author: Nicolas Bonichon <bonichon@labri.fr>
3086 Date:   Thu Apr 25 17:35:23 2013 +0200
3087
3088     Merge branch 'bittorrent'
3089
3090 commit d55f9548c659a1e31267748bde0f8bc9846cd1d4
3091 Author: Nicolas Bonichon <bonichon@labri.fr>
3092 Date:   Thu Apr 25 17:22:20 2013 +0200
3093
3094     -Cleaning a bit the code
3095     -Respecting better (but not yet completely)  the BitTorrent protocol specifications
3096
3097 commit c83246c94a2ea53cc13a509c8f39da2c3403fc38
3098 Author: Nicolas Bonichon <bonichon@labri.fr>
3099 Date:   Thu Apr 25 17:18:11 2013 +0200
3100
3101     reindent before changes
3102
3103 commit d9e474af42576c8d813481f92338ac07b7abe8f0
3104 Author: Paul Bédaride <paul.bedaride@gmail.com>
3105 Date:   Thu Apr 25 10:37:19 2013 +0200
3106
3107     Auto generate hostfile if not given to smpirun [#14692]
3108
3109 commit 6eac6fef3702d675a6c83b55f74227ce9d766e8b
3110 Author: Paul Bédaride <paul.bedaride@gmail.com>
3111 Date:   Tue Apr 23 14:57:09 2013 +0200
3112
3113     Fix doc bug [#15024]
3114
3115 commit 24546336d41329246d20c059177f80e1c0c88a9e
3116 Author: Paul Bédaride <paul.bedaride@gmail.com>
3117 Date:   Mon Apr 22 15:12:38 2013 +0200
3118
3119     Fix absolute path in documentation
3120
3121 commit 2e65689673b8bb15e19e8257f3be74283eed061d
3122 Author: Guillaume Serrière <guillaume.serriere@esial.net>
3123 Date:   Wed Apr 17 17:31:19 2013 +0200
3124
3125     Correction of documentation.
3126     
3127     If 0 is set as context/nthreads configuration value, the amount of core
3128     will be also auto-calculated.
3129     
3130     Signed-off-by: Guillaume Serrière <guillaume.serriere@esial.net>
3131
3132 commit 24b7f2c08aebf90ce7abb3a33586812681579ec7
3133 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
3134 Date:   Tue Apr 16 11:01:30 2013 +0200
3135
3136     Make check-dist-archive succeed (take last changes into account).
3137
3138 commit 943bf6851218435fed6e5f9e027795d8fa8f940d
3139 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
3140 Date:   Tue Apr 16 10:56:34 2013 +0200
3141
3142     Slightly improve error message when check_dist_archive fails.
3143     
3144     Also add some words about "make distcheck" in README.coding.
3145
3146 commit 624775b55293ba4ba88f6821cbb97a503a580073
3147 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
3148 Date:   Mon Apr 15 18:21:54 2013 +0200
3149
3150     Really call function TRACE_disable_power().
3151
3152 commit 0f9f1a444bcf9694613243c9390208846ee3e25f
3153 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
3154 Date:   Mon Apr 15 15:24:58 2013 +0200
3155
3156     Use correct parameter for bcast operation.
3157
3158 commit 3f54b3aa219f110121bb75de9209c94f3d1022bd
3159 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
3160 Date:   Mon Apr 15 15:11:15 2013 +0200
3161
3162     Return early on error.
3163     
3164     Avoid to use X and Y when they may be uninitialized.
3165
3166 commit 1d18e615eaa617d3354bc22dfbe711d34be9f902
3167 Merge: e9a0e9b 645128c
3168 Author: Jonathan Rouzaud-Cornabas <jonathan.rouzaud-cornabas@ens-lyon.fr>
3169 Date:   Mon Apr 15 18:10:51 2013 +0200
3170
3171     Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid
3172
3173 commit e9a0e9bc5955dc35cdce96dfdee9ab09fcb0d25e
3174 Author: Jonathan Rouzaud-Cornabas <jonathan.rouzaud-cornabas@ens-lyon.fr>
3175 Date:   Mon Apr 15 18:09:52 2013 +0200
3176
3177     Add new tracing options to reduce the size of the traces
3178
3179 commit 645128cb5c244346bc2723e88da128723c327621
3180 Author: Paul Bédaride <paul.bedaride@gmail.com>
3181 Date:   Fri Apr 12 16:25:00 2013 +0200
3182
3183     Add mpi allgatherv GB
3184
3185 commit f070773e633fc07bb6be25b23b7ded7657479e7f
3186 Author: Paul Bédaride <paul.bedaride@gmail.com>
3187 Date:   Fri Apr 12 14:35:12 2013 +0200
3188
3189     Reactivate some mpi collectives
3190
3191 commit ed737b4ccec9425f36a022c6da752e68d1a3588d
3192 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
3193 Date:   Fri Apr 12 11:05:56 2013 +0200
3194
3195     Remove unused file.
3196     
3197     To finalize commit 386b9bb016d5acdc4929226fa4347a8f6d79bd21
3198     "Remove mpi alltoall{,w}_pairwise (identical to ring)".
3199
3200 commit 5c68a25face4f25f85e0f5b9e4402a51fef22617
3201 Author: Paul Bédaride <paul.bedaride@gmail.com>
3202 Date:   Fri Apr 12 10:48:13 2013 +0200
3203
3204     Add teshsuite missing files
3205
3206 commit 81ab95aa866fd2bf4f95acff218cc891d366c20a
3207 Author: Paul Bédaride <paul.bedaride@gmail.com>
3208 Date:   Fri Apr 12 10:44:33 2013 +0200
3209
3210     Add mpi allgatherv pair ring
3211
3212 commit 386b9bb016d5acdc4929226fa4347a8f6d79bd21
3213 Author: Paul Bédaride <paul.bedaride@gmail.com>
3214 Date:   Thu Apr 11 16:41:35 2013 +0200
3215
3216     Remove mpi alltoall{,w}_pairwise (identical to ring)
3217
3218 commit 03a4b33b7689362cd3459b64810779ce55bc3a52
3219 Author: Paul Bédaride <paul.bedaride@gmail.com>
3220 Date:   Thu Apr 11 16:20:05 2013 +0200
3221
3222     Add mpi alltoallv ring ring-light-barrier ring-mpi-barrier ring-one-barrier
3223
3224 commit 5ccd28f1840b96133373adb39ded06788a8152e1
3225 Author: Paul Bédaride <paul.bedaride@gmail.com>
3226 Date:   Thu Apr 11 14:56:21 2013 +0200
3227
3228     Add mpi alltoallv pair
3229
3230 commit 64d0f9debf71f140a2faa41d2ee6e4892ba37bb9
3231 Author: Paul Bédaride <paul.bedaride@gmail.com>
3232 Date:   Thu Apr 11 14:51:21 2013 +0200
3233
3234     Add mpi alltoallv pair_light_barrier pair_mpi_barrier pair_one_barrier
3235
3236 commit def940c56dde95a61d9ca67677ee73547c541ff9
3237 Author: Augustin Degomme <degomme@idpann.imag.fr>
3238 Date:   Thu Apr 11 11:02:03 2013 +0200
3239
3240     try not to copy from outside of an array
3241
3242 commit bc42574693aa8ef1ee158a044546962c36ffdf80
3243 Author: Augustin Degomme <degomme@idpann.imag.fr>
3244 Date:   Thu Apr 11 11:01:24 2013 +0200
3245
3246     add missing coll test
3247
3248 commit a9b7c2dbec80a51f8615e24b6cb8f565f1273dd0
3249 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
3250 Date:   Wed Apr 10 17:27:30 2013 +0200
3251
3252     Disable stream buffer when reading /proc/self/maps.
3253     
3254     I don't fully  understand why it is necessary but, without this change, the MC
3255     tests may terminate on a SIGSEGV.  It is likely because some memory regions are
3256     unmapped on fclose, and then the real memory map is different from the
3257     informations that were read.
3258
3259 commit 97b87e07b86d73c2e40abdf13cf8f10e2729f985
3260 Author: Paul Bédaride <paul.bedaride@gmail.com>
3261 Date:   Wed Apr 10 18:25:27 2013 +0200
3262
3263     Add mpi alltoallv bruck and fix mpi alltoallv pairwise
3264
3265 commit 6e9a112fec4d147bad69a3062bfef3a4040cb55c
3266 Author: Paul Bédaride <paul.bedaride@gmail.com>
3267 Date:   Wed Apr 10 17:03:54 2013 +0200
3268
3269     Add mpi alltoallv pairwise
3270
3271 commit febfa21172b9cc827797849be5c0923aa399717f
3272 Author: Paul Bédaride <paul.bedaride@gmail.com>
3273 Date:   Wed Apr 10 15:38:23 2013 +0200
3274
3275     Add test for mpi alltoallv
3276
3277 commit 5decec9a8d02786adfe083e95659d93087a7743f
3278 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
3279 Date:   Wed Apr 10 12:08:31 2013 +0200
3280
3281     model-checker : update tesh for jenkins (memory management seems different between ubuntu and debian)
3282
3283 commit 8429a27f1273ff9240aeb17fd311802599e4d89c
3284 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
3285 Date:   Wed Apr 10 10:10:23 2013 +0200
3286
3287     Remove algorithm bcast-TSB.
3288     
3289     It looks like a prototype working only with 128 nodes,
3290     and being superseded by bcast-NTSB.
3291
3292 commit 8793d6d97b50abd592fcf3c7f785ee338822ad7d
3293 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
3294 Date:   Wed Apr 10 10:04:56 2013 +0200
3295
3296     Fix out-of-source build.
3297
3298 commit 1d19a5ec3d87dc7d3d8644fa15526f6a7786da04
3299 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
3300 Date:   Mon Apr 8 16:24:09 2013 +0200
3301
3302     Remove unused variables.
3303
3304 commit 47e4cca49d664abf3f09a24d5dac4b67ff6ac8f3
3305 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
3306 Date:   Tue Apr 9 22:08:37 2013 +0200
3307
3308     Initialize remainder.
3309     
3310     Again, this is only to shut gcc up.
3311
3312 commit 65d84730a14a065ff6fe3326090e649acbef0872
3313 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
3314 Date:   Tue Apr 9 22:02:43 2013 +0200
3315
3316     Initialize field loopback_link.
3317     
3318     Not sure if it's really needed, but gcc warns that it may be uninitialized.
3319
3320 commit 03a3325d35182d392a304bd94ce42a7f4db567bd
3321 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
3322 Date:   Tue Apr 9 17:29:55 2013 +0200
3323
3324     Regenerate mmalloc_32.tesh.
3325
3326 commit 50751169843b40ddd90477f6a8828cdcb4299da4
3327 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
3328 Date:   Mon Apr 8 17:54:22 2013 +0200
3329
3330     Remove temporary files.
3331
3332 commit 89e44dce958ad9625570b126f11d299b829d4932
3333 Author: Augustin Degomme <degomme@idpann.imag.fr>
3334 Date:   Tue Apr 9 18:19:00 2013 +0200
3335
3336     replace star_reduction by our own reduction
3337
3338 commit 02a13cd46eff988e8fad0711433787059f72b319
3339 Author: Augustin Degomme <degomme@idpann.imag.fr>
3340 Date:   Tue Apr 9 17:02:32 2013 +0200
3341
3342     remove a few more leaks to please valgrind, but nothing important
3343
3344 commit 5b4af899ae1e314c194978a4edca092148e40ccc
3345 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
3346 Date:   Mon Apr 8 18:30:24 2013 +0200
3347
3348     Fix hack for smpi_replay in smpirun.
3349
3350 commit 4ea726c98a847e00dd69de9c73d8a1713a35237c
3351 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
3352 Date:   Mon Apr 8 17:51:58 2013 +0200
3353
3354     Remove redundant file.
3355     
3356     It's the same as src/smpi/colls/colls_global.c.
3357
3358 commit 58ae601977a023a00e273fa6ac8e451a6a7417f0
3359 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
3360 Date:   Mon Apr 8 17:50:04 2013 +0200
3361
3362     Add missing calls to XBT_LOG_CONNECT.
3363
3364 commit b70f72945a9cf30aee4d6ee74c510e9553f9a620
3365 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
3366 Date:   Thu Apr 4 16:24:23 2013 +0200
3367
3368     Remove useless code.
3369
3370 commit ee45ccad7492ddea5a2b4bc33e3484255b90dbb7
3371 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
3372 Date:   Thu Apr 4 16:16:05 2013 +0200
3373
3374     Change file mode (remove execute bit).
3375
3376 commit 8aa3d4e2efefa53572b4bff010b49d637d02d880
3377 Author: Paul Bédaride <paul.bedaride@gmail.com>
3378 Date:   Tue Apr 9 17:16:06 2013 +0200
3379
3380     Fix mpi reduce tesh
3381
3382 commit 24689c95f53e8345b05f5417537c43699e634d5f
3383 Author: Paul Bédaride <paul.bedaride@gmail.com>
3384 Date:   Tue Apr 9 15:42:46 2013 +0200
3385
3386     Fix mpi bcast flattree-pipeline collective
3387
3388 commit a227e168f2fede1bff6426ff095b0c7e465253f5
3389 Author: Augustin Degomme <degomme@idpann.imag.fr>
3390 Date:   Tue Apr 9 11:58:39 2013 +0200
3391
3392     Requests are deallocated inside the Waitall, do not deallocate them again after
3393
3394 commit c94e821e152ba209559e8b646a70c4a77849f13e
3395 Author: Augustin Degomme <degomme@idpann.imag.fr>
3396 Date:   Tue Apr 9 11:23:28 2013 +0200
3397
3398     do not allocate 0 sized buffers which won't be copied/freed after
3399
3400 commit 2f17e329e19084133ea3fae7f06054b976f5c383
3401 Author: Augustin Degomme <degomme@idpann.imag.fr>
3402 Date:   Tue Apr 9 10:08:44 2013 +0200
3403
3404     avoid unitialized use
3405
3406 commit 52263a1d3f4556bb29e29984e13ab1f3a050582d
3407 Author: Augustin Degomme <degomme@idpann.imag.fr>
3408 Date:   Tue Apr 9 10:08:31 2013 +0200
3409
3410     Fix possible leak with 0 sized messages
3411
3412 commit a468c44a3ff64c8252a45ba0c4d8fea2c147491b
3413 Author: Augustin Degomme <degomme@idpann.imag.fr>
3414 Date:   Mon Apr 8 20:02:31 2013 +0200
3415
3416     Avoid marking as finished and deleting requests when passing multiple times inside a wait/test
3417
3418 commit 9dcbaf12eae0cdee463970e9c8716a6bf70dd1e0
3419 Author: Augustin Degomme <degomme@idpann.imag.fr>
3420 Date:   Mon Apr 8 19:59:23 2013 +0200
3421
3422     Attempt to fix problems with complex datatype copy in smpi
3423
3424 commit 1ba7f6b1ee9d622c2922456975c080242d052eae
3425 Author: Augustin Degomme <degomme@idpann.imag.fr>
3426 Date:   Mon Apr 8 16:51:21 2013 +0200
3427
3428     Fix possible memory leak
3429
3430 commit 652e7717895e9cb043a4664a4296ce216017add4
3431 Author: Augustin Degomme <degomme@idpann.imag.fr>
3432 Date:   Fri Apr 5 10:04:15 2013 +0200
3433
3434     avoid looping forever on iprobe
3435
3436 commit 5d924feccdf1e4fb220ad5c1dc784ad4d656d43d
3437 Author: Augustin Degomme <degomme@idpann.imag.fr>
3438 Date:   Fri Apr 5 10:03:50 2013 +0200
3439
3440     Fix bug with tracing of smpi internals and MPI_ANY_SOURCE
3441
3442 commit 2a7da3fc475a11817defb8d201da3887c9215b1a
3443 Author: Paul Bédaride <paul.bedaride@gmail.com>
3444 Date:   Mon Apr 8 17:39:58 2013 +0200
3445
3446     Change mpi_bcast teshtest to handle all cases
3447
3448 commit 93d811622222dd8585da7e210069976ab9675598
3449 Author: Paul Bédaride <paul.bedaride@gmail.com>
3450 Date:   Mon Apr 8 14:50:52 2013 +0200
3451
3452     change collective calls in smpi_replay
3453
3454 commit 76b2844429acb9b791121eef01f3256f5f3feb19
3455 Author: Paul Bédaride <paul.bedaride@gmail.com>
3456 Date:   Mon Apr 8 13:41:37 2013 +0200
3457
3458     Add missing file in DefinePackage
3459
3460 commit e7c0c67af63b3979a597a66e5e1c8b0435fc6e19
3461 Author: Paul Bédaride <paul.bedaride@gmail.com>
3462 Date:   Mon Apr 8 13:26:28 2013 +0200
3463
3464     Use simgrid function instead of MPI in collectives
3465
3466 commit 2a9d2f09c3a11c11dbce827e48c9177a911854ac
3467 Author: Augustin Degomme <degomme@idpann.imag.fr>
3468 Date:   Thu Apr 4 16:10:42 2013 +0200
3469
3470     remove another algorithm
3471
3472 commit 61d8c3fd4204aec990761232aca6deb29674a364
3473 Author: Augustin Degomme <degomme@idpann.imag.fr>
3474 Date:   Thu Apr 4 16:06:39 2013 +0200
3475
3476     fix two failing tests
3477
3478 commit 9ce9ffe42a1e578ec44ccf1cb804dff809d32c5d
3479 Author: Augustin Degomme <degomme@idpann.imag.fr>
3480 Date:   Thu Apr 4 15:50:53 2013 +0200
3481
3482     port a reduce algorithms with internal smpi calls
3483
3484 commit 916fc8fe27810528e5b8dbac6d6afae6f2ddf262
3485 Author: Augustin Degomme <degomme@idpann.imag.fr>
3486 Date:   Thu Apr 4 15:47:52 2013 +0200
3487
3488     remove a redundant algorithm
3489     
3490     Fix bug with macos
3491
3492 commit 7f04fa5306f52960db709bb520c49e9f4ecec000
3493 Author: Paul Bédaride <paul.bedaride@gmail.com>
3494 Date:   Thu Apr 4 11:15:57 2013 +0200
3495
3496     Add tesh files to test all new collectives
3497
3498 commit 3c8feb27df205372a67f1230e4038b30c38d0f3d
3499 Author: Martin Quinson <martin.quinson@loria.fr>
3500 Date:   Wed Apr 3 18:38:07 2013 +0200
3501
3502     little refresh, and a word about git commit messages
3503
3504 commit d4b3806057e1f0afa45139593843982d5d52d7a2
3505 Author: Martin Quinson <martin.quinson@loria.fr>
3506 Date:   Wed Apr 3 18:34:01 2013 +0200
3507
3508     use links in the manual TOC
3509
3510 commit 4d19d0578ec78430847de4271258e1d23ca67675
3511 Author: Augustin Degomme <degomme@idpann.imag.fr>
3512 Date:   Wed Apr 3 16:37:39 2013 +0200
3513
3514     another allreduce ported
3515
3516 commit eac83dfa5f5abf7ce1ca0d211554b854e03255f7
3517 Author: Augustin Degomme <degomme@idpann.imag.fr>
3518 Date:   Wed Apr 3 16:25:42 2013 +0200
3519
3520     fix a bug happening with manually defined clusters
3521
3522 commit e40e78a8761909f61c3f70ea61b0476b6eac3bc4
3523 Author: Augustin Degomme <degomme@idpann.imag.fr>
3524 Date:   Wed Apr 3 16:25:18 2013 +0200
3525
3526     adapt two collectives of starmpi to avoid timing issues, by using only smpi calls inside
3527
3528 commit 7acbcaa1ca3a7a70fa4d9f7c72f2f46dae6b4820
3529 Author: Augustin Degomme <degomme@idpann.imag.fr>
3530 Date:   Wed Apr 3 16:24:43 2013 +0200
3531
3532     actually use starmpi collectives for allreduce
3533
3534 commit 2a56ae61b3c1dfe00f46c656ad173b4a701b9322
3535 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
3536 Date:   Wed Apr 3 16:18:04 2013 +0200
3537
3538     model-checker : new examples (with tesh) for verification of liveness properties on chord
3539
3540 commit 9002b58078f72d95a7c56d9d774f108195c6e706
3541 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
3542 Date:   Wed Apr 3 15:56:28 2013 +0200
3543
3544     model-checker : display address of communication in Wait request if verbose log
3545
3546 commit e42c0a20b488f6fa0f3bb084bb4429bf9572bea6
3547 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
3548 Date:   Wed Apr 3 11:34:47 2013 +0200
3549
3550     model-checker : iSend/iRecv independent with Wait but not with WaitTimeout
3551
3552 commit eed2329ef0f23c6c80c8268b6c52f212d1aa47b4
3553 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
3554 Date:   Tue Apr 2 15:40:44 2013 +0200
3555
3556     model-checker : state at max depth may have none interleaved processes
3557
3558 commit 9d8ce6c58ec7d0a682ef47fde0c8199026948bb8
3559 Author: Augustin Degomme <degomme@idpann.imag.fr>
3560 Date:   Tue Apr 2 15:13:33 2013 +0200
3561
3562     have sendrecv_replace work with non contiguous datatypes and really pass tests
3563
3564 commit 9201096042d3e409c3a5e795418027266d4008fc
3565 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
3566 Date:   Tue Apr 2 14:12:54 2013 +0200
3567
3568     model-checker : update tesh
3569
3570 commit 23244e6abc0ffce10651b283c8955a63b86fe303
3571 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
3572 Date:   Tue Apr 2 14:05:10 2013 +0200
3573
3574     model-checker : signed int instead of unsigned int
3575
3576 commit c41221ced1320760042c67fcf721d5a8fc5828bb
3577 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
3578 Date:   Tue Apr 2 10:48:58 2013 +0200
3579
3580     model-checker : update tesh (different log messages)
3581
3582 commit 0e92f3b321f3111021d88213cac11a5e1a48cd08
3583 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
3584 Date:   Tue Apr 2 10:09:29 2013 +0200
3585
3586     model-checker : create dot_output file after MC_do_the_modelcheck_for_real and write only if not NULL
3587
3588 commit 6ec8e9d992b54560a1873c1d19f397b5b5d6a219
3589 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
3590 Date:   Mon Apr 1 18:31:24 2013 +0200
3591
3592     model-checker : restore independence between iSend/iRecv and Wait requests
3593
3594 commit d1881aa45492b97948d3eff7b8c5357571e2142d
3595 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
3596 Date:   Mon Apr 1 14:33:01 2013 +0200
3597
3598     model-checker : update state equality detection
3599     
3600     - ignore field in mmalloc meta-data equal to the amount of elements to ignore in this area
3601     - match_equals was applied twice in heap comparison algorithm, remove one unnecessary call
3602     - apply these changes in system-state equality comparison
3603
3604 commit 97205f69c3ff45b271a439e9feedd372c587656e
3605 Author: Paul Bédaride <paul.bedaride@gmail.com>
3606 Date:   Fri Mar 29 17:29:03 2013 +0100
3607
3608     Tesh sort wanted output
3609
3610 commit f58c9bcd23aa191e8071a41450d00dda0d182e34
3611 Author: Augustin Degomme <degomme@idpann.imag.fr>
3612 Date:   Thu Mar 14 13:41:04 2013 +0100
3613
3614     new attempt to stabilize the use of underscores on f90/f77/f2c
3615
3616 commit b21a62867de57cfba078fc522031c5da7d727f59
3617 Author: Augustin Degomme <degomme@idpann.imag.fr>
3618 Date:   Fri Mar 29 10:21:17 2013 +0100
3619
3620     freebsd compatibility
3621
3622 commit 726976b66d823569fe7f193e2cc93251435c0d16
3623 Author: Augustin Degomme <degomme@idpann.imag.fr>
3624 Date:   Tue Mar 12 16:07:53 2013 +0100
3625
3626     remove states for the new tracing option, as only links are really useful
3627
3628 commit bdb2a18a1d810e58e43b828efd84e2a6a43e78c8
3629 Author: Augustin Degomme <degomme@idpann.imag.fr>
3630 Date:   Mon Mar 11 16:30:00 2013 +0100
3631
3632     switch back from two underscores to one in fortran names, to allow linking with external libs
3633
3634 commit de76a4439653d092f7c210125e4bd93ed4c59336
3635 Author: Augustin Degomme <degomme@idpann.imag.fr>
3636 Date:   Mon Mar 11 16:29:22 2013 +0100
3637
3638     add a cfg:tracing/smpi/internals option, to trace all pt2pt communications during a collective one
3639     This provide a better view of the pattern, useful for debugging
3640
3641 commit bc06f9e0852a4e2d848fb0644acfd21ec655b0b8
3642 Author: Augustin Degomme <degomme@idpann.imag.fr>
3643 Date:   Thu Mar 7 10:49:31 2013 +0100
3644
3645     update dtd
3646
3647 commit dec88cb5450df90eb490d9bf0655184904981438
3648 Author: Augustin Degomme <degomme@idpann.imag.fr>
3649 Date:   Thu Mar 7 10:49:23 2013 +0100
3650
3651     add a loopback_lat and loopback_bw to cluster tag
3652
3653 commit e4c8c063b8ae7e4d7f38b657f8c43c1c8829ba4b
3654 Author: Augustin Degomme <degomme@idpann.imag.fr>
3655 Date:   Thu Mar 7 10:48:22 2013 +0100
3656
3657     add limiter_link option to cluster tag, to add a pseudo-shared link, to limit bandwidth reachable with a fullduplex link
3658
3659 commit 4f377cfbcae89e70585c675eb978c7c8a33dd773
3660 Author: Augustin Degomme <degomme@idpann.imag.fr>
3661 Date:   Wed Mar 6 17:30:05 2013 +0100
3662
3663     add a bunch of bindings/new definitions of unimplemented MPI-2 functions, to make bigdft happy again
3664
3665 commit 45f39b5ebd8986934739af13c63d706b60c7d950
3666 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
3667 Date:   Thu Mar 28 23:09:34 2013 +0100
3668
3669     Cosmetics: those are regexps.
3670
3671 commit ad1ca6eaa8df8c8d05516938aace782d8e8480b9
3672 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
3673 Date:   Thu Mar 28 22:20:30 2013 +0100
3674
3675     Remove extraneous parentheses, and silent clang.
3676
3677 commit b76892ef29d85440b016a170e17e01252c188381
3678 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
3679 Date:   Thu Mar 28 22:06:53 2013 +0100
3680
3681     Make dist complete, and fix "make distcheck".
3682
3683 commit eb331466252b6c67b4dce238845e9805c5938e78
3684 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
3685 Date:   Thu Mar 28 21:54:15 2013 +0100
3686
3687     Fix build without smpi.
3688
3689 commit c1b59942c96211c00f38b931c1a6a513616f8663
3690 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
3691 Date:   Thu Mar 28 21:47:04 2013 +0100
3692
3693     Don't build smpi in a separate library anymore.
3694
3695 commit a2f1b23687f04169144f4ffb4f20dc4fc5c28395
3696 Author: Paul Bédaride <paul.bedaride@gmail.com>
3697 Date:   Thu Mar 28 17:15:32 2013 +0100
3698
3699     Add collectives for allgather, allreduce, bcast and reduce
3700
3701 commit 727c068cd59669e79c6779f9ff93ec4ac91f7522
3702 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
3703 Date:   Wed Mar 27 13:17:43 2013 +0100
3704
3705     model-checker : add example (electric_fence) to check the soundness of the verification with DPOR and delete another one (random_test)
3706
3707 commit 585c03575926272c32a21202ef0552589aafaa51
3708 Author: Martin Quinson <martin.quinson@loria.fr>
3709 Date:   Wed Mar 27 01:27:37 2013 +0100
3710
3711     fix for windows -- not sure if it's still mandatory, but I guess so
3712
3713 commit 25fd5bf34caebe9efb725c743c7c4e0319c46ad2
3714 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
3715 Date:   Mon Mar 25 22:27:09 2013 +0100
3716
3717     Fix various build errors.
3718     
3719     Mainly unused variables, or pointer arithmetic with pointers to void.
3720     
3721     The builds with compile optimizations are still broken, because of smpi symbols
3722     imported in libsimgrid, but I'm not sure how to fix this properly.
3723
3724 commit 1b688c83e1d48eda7a3392c2a7f0c3c540e77f7d
3725 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
3726 Date:   Mon Mar 25 22:21:15 2013 +0100
3727
3728     Reindent files before changes.
3729
3730 commit 42052ec087f4e5c10bef91863cf0c63e3d60b0d7
3731 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
3732 Date:   Mon Mar 25 22:20:34 2013 +0100
3733
3734     Missing include.
3735
3736 commit 2da1db1d3c70aa206051434d75d641882f00ecc8
3737 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
3738 Date:   Mon Mar 25 23:47:08 2013 +0100
3739
3740     model-checker : variable declaration deleted with a previous conflict
3741
3742 commit 253fb1724434f70e2d51e73696a82c7feef4497f
3743 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
3744 Date:   Mon Mar 25 23:29:42 2013 +0100
3745
3746     model-checker : add variable deleted before to resolve a merge conflict
3747
3748 commit 4ccbf812a79a1577f9d125f46ad168d34d3371a5
3749 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
3750 Date:   Mon Mar 25 22:37:39 2013 +0100
3751
3752     model-checker : ignore variable about time used with tracing
3753
3754 commit c12f31e0bf110c61b506ef20c1d4de6b2cd2db87
3755 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
3756 Date:   Mon Mar 25 22:36:36 2013 +0100
3757
3758     model-checker : if acceptance cycle is detected, get num of equal pairs
3759
3760 commit d2bf506bf4ebad03e01464d88a0635165ca8a4ed
3761 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
3762 Date:   Mon Mar 25 22:02:50 2013 +0100
3763
3764     model-checker : last fix in DPOR algorithm if max depth is reached
3765     
3766     If max_depth is reached, the last state in stack may have a process
3767     interleaved with a request not executed yet. In that case, we start to
3768     apply the independence theorem with this last request not executed
3769     yet. Otherwise (no more process to interleave in the last state of the
3770     stack), last state is deleted before starting to apply independence theorem.
3771
3772 commit 5909c08d89f790f21908c7d2d392a63212df31e8
3773 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
3774 Date:   Thu Mar 21 15:38:13 2013 +0100
3775
3776     model-checker : update bugged1 tesh
3777
3778 commit f11b3ca51b38290288a29dd2f48d54aef6dbeb73
3779 Author: Martin Quinson <martin.quinson@loria.fr>
3780 Date:   Mon Mar 25 22:02:34 2013 +0100
3781
3782     documentation cosmetics
3783
3784 commit 1fad5cf547a36c6e8868b1b4988893d183a9ca59
3785 Author: Martin Quinson <martin.quinson@loria.fr>
3786 Date:   Mon Mar 25 21:36:35 2013 +0100
3787
3788     fix some simple errors in the commit of Paul (not enough to compile here)
3789
3790 commit 34242a04ecfdec872e424ef8a0adc6fc4506750d
3791 Author: Martin Quinson <martin.quinson@loria.fr>
3792 Date:   Mon Mar 25 21:31:56 2013 +0100
3793
3794     rework the SMPI documentation quite a bit
3795
3796 commit d356b692a6a8031a987fbff621e90b372c805e89
3797 Author: Martin Quinson <martin.quinson@loria.fr>
3798 Date:   Mon Mar 25 20:52:35 2013 +0100
3799
3800     split SMPI documentation into a specific file (no real change)
3801
3802 commit 7ce270272856fcab2790a35bcefb9d6e0fb52423
3803 Merge: a57b89a a9e025e
3804 Author: Jonathan Rouzaud-Cornabas <jonathan.rouzaud-cornabas@ens-lyon.fr>
3805 Date:   Mon Mar 25 17:35:26 2013 +0100
3806
3807     Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid
3808
3809 commit a57b89ae3cb8b6659c6b18c97124ed1caa1d3a64
3810 Author: Jonathan Rouzaud-Cornabas <jonathan.rouzaud-cornabas@ens-lyon.fr>
3811 Date:   Mon Mar 25 17:35:14 2013 +0100
3812
3813     Fix sendBounded java binding
3814
3815 commit a9e025e9ec512e6038ca65747abc6d78d5bf913e
3816 Author: Paul Bédaride <paul.bedaride@gmail.com>
3817 Date:   Mon Mar 25 17:24:48 2013 +0100
3818
3819     Add colls.h to DefinePackages
3820
3821 commit 482cc3463d7b94d6c39816c23f0d1e972a289728
3822 Merge: 1b3880b 19bb6f0
3823 Author: Paul Bédaride <paul.bedaride@gmail.com>
3824 Date:   Mon Mar 25 17:07:50 2013 +0100
3825
3826     Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid
3827
3828 commit 1b3880bef17a5cd3b705378935a5ce9399930f37
3829 Author: Paul Bédaride <paul.bedaride@gmail.com>
3830 Date:   Mon Mar 25 14:50:46 2013 +0100
3831
3832     Add alltoall collectives from starmpi
3833
3834 commit 19bb6f08769e62eec4350df3a0427099cbc8c792
3835 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
3836 Date:   Thu Mar 21 15:08:23 2013 +0100
3837
3838     Dumb commit: kill empty line.
3839
3840 commit ad0af37c5db978711c7a312b6325ad9a5ab9a25c
3841 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
3842 Date:   Thu Mar 21 15:04:33 2013 +0100
3843
3844     Kill unused variable.
3845
3846 commit 0408a4538fc4bad9cc852dea70e585d713a60a32
3847 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
3848 Date:   Thu Mar 21 14:04:50 2013 +0100
3849
3850     model-checker : use xbt_free_f instead of a new function which do the same thing
3851
3852 commit 84c0bdd5d7ca6061f968338a071501e4d4d9a084
3853 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
3854 Date:   Thu Mar 21 13:41:21 2013 +0100
3855
3856     model-checker : fix soundness of DPOR algorithm if max depth is reached
3857
3858 commit 05d68dfc42e0a317bba0cdbf0a346376aa7652ee
3859 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
3860 Date:   Tue Mar 19 20:48:50 2013 +0100
3861
3862     Also link with platform independent libunwind.
3863
3864 commit 5be8607beafe19c7821ded74305548a35dfeb111
3865 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
3866 Date:   Tue Mar 19 20:44:11 2013 +0100
3867
3868     Initialize variables.
3869
3870 commit 6c19ec372be0c657a9ff160fc03adfbf93e046ca
3871 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
3872 Date:   Tue Mar 19 18:59:16 2013 +0100
3873
3874     Generated file has changed.
3875
3876 commit 05ffa13e465e32105476e2755c0fecc378e564fa
3877 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
3878 Date:   Tue Mar 19 18:57:10 2013 +0100
3879
3880     Add missing declarations.
3881
3882 commit 9ba558e8b4fa1b132e834c1fbab074a3ac848169
3883 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
3884 Date:   Tue Mar 19 19:37:03 2013 +0100
3885
3886     model-checker : update tesh
3887
3888 commit ff3607bbc694290df2b8b5b722b9a02e8834f37c
3889 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
3890 Date:   Tue Mar 19 19:27:51 2013 +0100
3891
3892     model-checker : order reached_pairs by number of processes and heap bytes used
3893
3894 commit 18c01aaca168b9fa984e2facc3a5d6e9303368b7
3895 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
3896 Date:   Tue Mar 19 16:41:03 2013 +0100
3897
3898     model-checker : free memory
3899
3900 commit 05c4a63e27e20b594178b0e46298a04683c64c26
3901 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
3902 Date:   Tue Mar 19 16:39:25 2013 +0100
3903
3904     model-checker : cosmetics
3905
3906 commit a2805e6d4758d8ae99baef0e2ada1867356429ea
3907 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
3908 Date:   Tue Mar 19 16:39:04 2013 +0100
3909
3910     model-checker : fragment size and fragment number may be negative
3911
3912 commit 64d8be3badd63b57778ee6ed430a98668512466d
3913 Author: Jonathan Rouzaud-Cornabas <jonathan.rouzaud-cornabas@ens-lyon.fr>
3914 Date:   Tue Mar 19 18:33:28 2013 +0100
3915
3916     Add receive bounded to the java binding
3917
3918 commit 2e4d86b368af598e602c4abc229117cc5ba0b387
3919 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
3920 Date:   Tue Mar 19 16:24:01 2013 +0100
3921
3922     model-checker : store heap_bytes_used and number of processes directly in mc_visited_state and mc_visited_pair
3923
3924 commit bf5117c417f6e356c3a10c7f4856972e9b22f804
3925 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
3926 Date:   Tue Mar 19 13:50:30 2013 +0100
3927
3928     model-checker : update tesh (according to previous cleanups)
3929
3930 commit 3a54b6d1aef3110883b46f912b3a4eeb5c9fb087
3931 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
3932 Date:   Tue Mar 19 13:41:22 2013 +0100
3933
3934     model-checker : cleanups
3935     
3936     - remove (a part of) redundant code
3937     - rename structs and variables
3938     - update headers
3939
3940 commit 736185da44c7c9e4242f4cb34cea10c9f51ae3a2
3941 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
3942 Date:   Mon Mar 18 11:10:03 2013 +0100
3943
3944     model-checker : code refactoring for get_hash_global
3945
3946 commit d36f84b566b47c107a58ac26c5f3886feb1db61c
3947 Author: Nicolas Bonichon <bonichon@labri.fr>
3948 Date:   Mon Mar 18 15:53:43 2013 +0100
3949
3950     Fix msg-bittorrent's problem of incompletion
3951     
3952     In the previous version, a peer wasn't able to handle more than
3953     more message per second but could receive much more. As a consequence,
3954     the application gets stuck because of queuing issue.
3955     
3956     The problem comes from teh main loops (leech_loop() and seed_loop()))
3957     each call of MSG_task_irecv() was followed by a call of
3958     MSG_process_sleep(1) because the MSG_comm_test() always fails the
3959     first time.
3960     
3961     A call of MSG_mailbox_set_async() at the begining fixes this problem.
3962     
3963     : in the main loops (leech_loop)
3964
3965 commit 2398ef453746c412c3b3be6523e7a2ac139e97bc
3966 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
3967 Date:   Sat Mar 16 23:07:10 2013 +0100
3968
3969     model-checker : update msg chord example for the verification with MC
3970
3971 commit 0ecf1fc991ba1f035fd1ddfc4a5c021b8630144d
3972 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
3973 Date:   Sat Mar 16 22:47:16 2013 +0100
3974
3975     model-checker : fix tesh (different local deployment file)
3976
3977 commit eed33b5980ef79e3f979b80564fbd5314c47902d
3978 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
3979 Date:   Sat Mar 16 22:32:06 2013 +0100
3980
3981     model-checker : fix dpor
3982
3983 commit 00cd576021269f05e84dd36f3cee7afbfe90cede
3984 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
3985 Date:   Sat Mar 16 22:13:44 2013 +0100
3986
3987     model-checker : fix compilation error without MC
3988
3989 commit b2ded73872ecc304ee58437caf981a4a11b619ab
3990 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
3991 Date:   Sat Mar 16 19:00:15 2013 +0100
3992
3993     update tesh
3994
3995 commit def42a0dd2cfe03b680ad3b7f7c14147416e1a9b
3996 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
3997 Date:   Sat Mar 16 18:47:39 2013 +0100
3998
3999     model-checker : update tesh
4000
4001 commit 7a2f8b95fa87ae7d245870be8544e7e09730e1f9
4002 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
4003 Date:   Sat Mar 16 18:28:45 2013 +0100
4004
4005     model-checker : code refactoring for heap comparison algorithm
4006
4007 commit 25c8adc001703bcf1c761ae66001a4b0539dcf0e
4008 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
4009 Date:   Sat Mar 16 18:25:32 2013 +0100
4010
4011     model-checker : add state equality reduction in ddfs algorithm
4012
4013 commit c5071b3b404fbbfc84172a08fb4086bc5ce97fc9
4014 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
4015 Date:   Sat Mar 16 18:23:31 2013 +0100
4016
4017     model-checker : get current backtrace with libunwind (only available with ucontext factory for now ...)
4018
4019 commit 4f609ec53a6525146e68a4751ae29f8b0a8228a0
4020 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
4021 Date:   Thu Mar 14 14:48:54 2013 +0100
4022
4023     model-checker : code refactoring
4024
4025 commit de98b9c28c8701c88411c154c5711a8a7210c602
4026 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
4027 Date:   Wed Mar 13 17:07:17 2013 +0100
4028
4029     model-checker : ignore mc_time for heap comparison and global variables comparison
4030
4031 commit cbc3117c526501483677c834f121499c5c67b753
4032 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
4033 Date:   Wed Mar 13 17:05:56 2013 +0100
4034
4035     model-checker : improve debug message
4036
4037 commit bdd25e7e320fa5d4f826cbb89bad6cfff45e0c21
4038 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
4039 Date:   Wed Mar 13 17:04:20 2013 +0100
4040
4041     model-checker : new model-checker configuration model-check/dot_output=file_name which generates a dot output of graph state explored during model checking
4042
4043 commit 3fe2ef519e92552fc1122e4f4fbaba4b00aea768
4044 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
4045 Date:   Wed Mar 13 16:59:46 2013 +0100
4046
4047     model-checker : return state number if the current state is equal to another state already visited
4048
4049 commit 4d27a92b07b781ad03da0848332a26c289358bc9
4050 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
4051 Date:   Wed Mar 13 16:41:47 2013 +0100
4052
4053     model-checker : fix MC_RANDOM simcall
4054     
4055     Time doesn't exist in model-checking. However, there are some
4056     protocols, such as Chord, with some periodics operations (random
4057     lookup, check predecessors, ...).  If the model-checker is used with
4058     these examples, these operations are never executed because of the
4059     time which doesn't progress.  With MC_RANDOM simcall, the
4060     model-checker will explore the two cases : the case in which the
4061     periodic operation is executed and the other case in which it is not
4062     executed.  In this way, the verification is exhaustive whatever the
4063     period.
4064
4065 commit 8bcf7fd62bb1e2fa4ebb6430cad22cf24309fad6
4066 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
4067 Date:   Wed Mar 13 16:31:54 2013 +0100
4068
4069     model-checker : remove obsolete example
4070
4071 commit 8d38503da91e1cc122581ca0d34b5181c78d41bd
4072 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
4073 Date:   Tue Mar 5 21:38:32 2013 +0100
4074
4075     model-checker : set ignore flag to 0 if reallocation
4076
4077 commit a618df752b5123e895a49196e02c5302fde9df51
4078 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
4079 Date:   Tue Mar 5 21:36:44 2013 +0100
4080
4081     model-checker : minor changes for debug information in heap comparison algorithm
4082
4083 commit dac0a222c1b101fc43afe3d590dcc4a23502654d
4084 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
4085 Date:   Tue Mar 5 21:34:35 2013 +0100
4086
4087     model-checker : check if fragment or block has been already compared
4088
4089 commit e423c327ec83e22715123e4cbf1dcfd6dd1d8fd6
4090 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
4091 Date:   Tue Mar 5 21:31:51 2013 +0100
4092
4093     model-checker : remove local variable only if frame name is known
4094
4095 commit 2d8659efd37976d438feae7108ca944efe38adac
4096 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
4097 Date:   Tue Mar 5 21:28:57 2013 +0100
4098
4099     model-checker : remove static function
4100
4101 commit bfed6d5d4681739a8f146571c3d2f09798d0ecf4
4102 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
4103 Date:   Tue Mar 5 21:25:11 2013 +0100
4104
4105     model-checker : cosmetics
4106
4107 commit f0e89ec6fd6ecb2a6171da22d3ccc88a24cf5ba1
4108 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
4109 Date:   Tue Mar 5 21:24:45 2013 +0100
4110
4111     model-checker : get hash of local and global variables which are not pointers
4112
4113 commit 4e44b79c5c7acf75b2793fdd7ca7e604baf5da74
4114 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
4115 Date:   Tue Mar 5 18:05:54 2013 +0100
4116
4117     model-checker : ignore running context of processes for system state comparison
4118
4119 commit 1d3411a600fb19bb3049999c2a494a49bd23ca63
4120 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
4121 Date:   Mon Feb 11 09:20:35 2013 +0100
4122
4123     model-checker : use short instead of int for ignore information in mmalloc meta-data
4124
4125 commit 630ec674ef1d824672647bd7b1b64e91d6d88eaa
4126 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
4127 Date:   Mon Feb 11 09:19:22 2013 +0100
4128
4129     model-checker : init ignore information for each block/fragment only in mmalloc
4130
4131 commit a689a5d482f27922e0e031c45f6ad6fd4eb98d99
4132 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
4133 Date:   Mon Feb 11 09:14:31 2013 +0100
4134
4135     model-checker : remove commentated declaration of function (doesn't exist anymore)
4136
4137 commit b8169ac0d35610b827d6669a1263011e42a5e7b3
4138 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
4139 Date:   Mon Feb 11 09:12:00 2013 +0100
4140
4141     model-checker : remove variable from mc_local_variables if ignored
4142
4143 commit 2ff090eb3fb94469c8933f478a65d3c95a876bad
4144 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
4145 Date:   Mon Feb 11 09:08:42 2013 +0100
4146
4147     model-checker : fix memory leak
4148
4149 commit bc3b5a95b8c6c5ddb198890a6fec1a4c62f89fee
4150 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
4151 Date:   Mon Feb 11 09:08:26 2013 +0100
4152
4153     model-checker : cosmetics
4154
4155 commit 3a9ba94edbd1ef8375ba5e7bca9b02f45d4d8b89
4156 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
4157 Date:   Mon Feb 11 09:06:06 2013 +0100
4158
4159     model-checker : cleanups in mc_snapshot structure
4160
4161 commit 5a4767e64e45de2c17e9bbdcdf9c8588dbce80b0
4162 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
4163 Date:   Mon Feb 11 09:01:36 2013 +0100
4164
4165     model-checker : new simcall MC_RANDOM
4166
4167 commit fde9407d1baff5065d23b005144b324a1407edbf
4168 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
4169 Date:   Sun Feb 10 13:48:46 2013 +0100
4170
4171     model-checker : fix memory leak
4172
4173 commit b65a2e3cea58dea5f2122c44a57e16662fe11a2d
4174 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
4175 Date:   Fri Feb 8 14:37:03 2013 +0100
4176
4177     model-checker : get instruction pointer and frame name with libunwind for the comparison of stacks
4178
4179 commit 727deae514ba3f612e130c6a4ff3fbb435319ef6
4180 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
4181 Date:   Fri Feb 22 16:29:01 2013 +0100
4182
4183     Avoid to run the smpirun script through valgrind on memcheck.
4184
4185 commit 5252c7065d5f738649239f8b262393fd463c637d
4186 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
4187 Date:   Fri Feb 22 16:28:11 2013 +0100
4188
4189     Add new option to smpirun, for running valgrind/gdb/whatever...
4190
4191 commit 2062c0af4701847932d4f77a83803682ab99209b
4192 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
4193 Date:   Fri Mar 8 17:35:14 2013 +0100
4194
4195     Improve the printing of default values when size != 1.
4196
4197 commit edd0442ed8ec41357c14bba6e160b5216e7b17b1
4198 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
4199 Date:   Fri Mar 8 17:13:57 2013 +0100
4200
4201     Cosmetics: add space before opening parenthesis.
4202
4203 commit 8f3f2a19b6b88f3f810ae59aa54920df7ddff7f2
4204 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
4205 Date:   Wed Mar 6 13:18:39 2013 +0100
4206
4207     Check return code, and report errors.
4208     
4209     Avoids to call MPI_Get_count with an invalid status.
4210
4211 commit fd03c86d3c4b115f130d4347f78db5849223e1f6
4212 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
4213 Date:   Wed Mar 6 11:59:29 2013 +0100
4214
4215     Use simple arrays, instead of dynars.
4216     
4217     Also fix the use of uninitialized values in PMPI_Waitall.
4218
4219 commit 885b28633a8f79309c6b6066bbdf0d281e34d19d
4220 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
4221 Date:   Wed Mar 6 11:02:20 2013 +0100
4222
4223     Really copy only when recvbuf != sendbuf.
4224     
4225     And avoid to call memcpy with overlapping regions.
4226
4227 commit d19e3a6a01bbde980e77388bddef8517eb94418a
4228 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
4229 Date:   Fri Mar 1 16:49:25 2013 -0300
4230
4231     [doc] general update on tracing doc
4232
4233 commit 6691098f0f1d7f013f38899999d683c1b22ee11d
4234 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
4235 Date:   Thu Feb 21 18:28:27 2013 +0100
4236
4237     Define missing function.
4238
4239 commit 41d5f3c8a30bf77b309143b174ea5a616b24c5c2
4240 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
4241 Date:   Thu Feb 21 18:01:45 2013 +0100
4242
4243     Remove useless statements.
4244
4245 commit 71daf4c9813145587e68d18293e8043193b00915
4246 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
4247 Date:   Thu Feb 21 18:01:23 2013 +0100
4248
4249     Try to fix const madness.
4250     
4251     See http://c-faq.com/ansi/constmismatch.html for a related FAQ.
4252
4253 commit 16617733636d3dd60be16310b6bc33de7b38b9f8
4254 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
4255 Date:   Thu Feb 21 14:41:40 2013 +0100
4256
4257     Fix memory leaks in smpi.
4258
4259 commit 71075f45220dbd5262b1ec24204ac9a1670ad0c9
4260 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
4261 Date:   Thu Feb 21 14:41:07 2013 +0100
4262
4263     Extend smpi_register_static to accept any free function.
4264
4265 commit bbe9e94448e259f7383d27756a5cb58241f92aaa
4266 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
4267 Date:   Wed Feb 20 23:09:03 2013 +0100
4268
4269     Fix a few more memory leaks.
4270
4271 commit e256a93ec90a0aeb10350eb54952eabb0f0e640b
4272 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
4273 Date:   Wed Feb 20 21:26:05 2013 +0100
4274
4275     Avoid to export internal variables.
4276
4277 commit b31066f1f5b4dacf53af790feb5aa8b89de32ae3
4278 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
4279 Date:   Wed Feb 20 18:41:04 2013 +0100
4280
4281     Free timer after it's been used.
4282
4283 commit 024a14e4243df192ed69cd70a701c5fcb45312a7
4284 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
4285 Date:   Wed Feb 20 18:27:18 2013 +0100
4286
4287     Use splitted xml files, and avoid memory leaks in the parser.
4288
4289 commit 6b134d1eaf1978677f743fa1756a12d0cfffaf3b
4290 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
4291 Date:   Wed Feb 20 17:49:48 2013 +0100
4292
4293     Split the xml file, and destroy task, to fix memory leaks.
4294
4295 commit 2e6cdac131b649b1ccd7d8e8c5fe85c0dcf57904
4296 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
4297 Date:   Wed Feb 20 13:51:46 2013 +0100
4298
4299     Fix a few memory leaks.
4300
4301 commit 97309bb6b5e9ce0ee6b1e761d5ecb1eddf4ea583
4302 Author: Augustin Degomme <degomme@idpann.imag.fr>
4303 Date:   Tue Feb 19 17:35:22 2013 +0100
4304
4305     remove forgotten debug println
4306
4307 commit 0866d02c77b47ffa77be8e7092ac085fbf12ac40
4308 Author: Augustin Degomme <degomme@idpann.imag.fr>
4309 Date:   Tue Feb 19 17:24:33 2013 +0100
4310
4311     Java didn't report the same OS name as Cmake for Windows platform, force it to be "Windows"
4312
4313 commit 8bf5866cfbef3ae1134730ede6bb4cdf9cf500d8
4314 Author: Augustin Degomme <degomme@idpann.imag.fr>
4315 Date:   Tue Feb 19 16:55:03 2013 +0100
4316
4317     change an include, to avoid linking from simgrid to smpi
4318
4319 commit 69a014268d6f2fe30237d083f006edb7d4d428fa
4320 Author: Augustin Degomme <degomme@idpann.imag.fr>
4321 Date:   Tue Feb 19 16:54:26 2013 +0100
4322
4323     change name of the real executed main function to a windows specific one
4324
4325 commit 1730b64078a6d654b7ddedf0fb462c444c14c332
4326 Author: Augustin Degomme <degomme@idpann.imag.fr>
4327 Date:   Tue Feb 19 16:51:59 2013 +0100
4328
4329     add smpi to windows installer
4330
4331 commit 229835cacb9004cc39e3d2b4246dc081d03ebca5
4332 Author: Augustin Degomme <degomme@idpann.imag.fr>
4333 Date:   Tue Feb 19 16:51:29 2013 +0100
4334
4335     force lib names to stop changing when activating smpi on windows
4336
4337 commit 1af04af978a0d15f9e4e16db1270e42ff0fc6d11
4338 Merge: 28301c5 fed7a71
4339 Author: Augustin Degomme <degomme@idpann.imag.fr>
4340 Date:   Tue Feb 19 16:13:26 2013 +0100
4341
4342     Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid
4343
4344 commit fed7a7195130008d664979c16d3aab02bab00728
4345 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
4346 Date:   Tue Feb 19 11:17:27 2013 +0100
4347
4348     Use correct log category.
4349
4350 commit a09e5b1cd7d20e74174125776daed1e43154dc13
4351 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
4352 Date:   Mon Feb 18 22:38:16 2013 +0100
4353
4354     File was removed.
4355
4356 commit 385b24631a80b8be9bde9c537b645549d77118a9
4357 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
4358 Date:   Mon Feb 18 22:24:34 2013 +0100
4359
4360     Kill old commented line.
4361
4362 commit c6cb5a5160dfee6fbc85503a97eb59408853e494
4363 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
4364 Date:   Mon Feb 18 21:39:29 2013 +0100
4365
4366     Check status also with MC.
4367
4368 commit dea9e2082cf825036672c33ca943620826e9bf7a
4369 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
4370 Date:   Mon Feb 18 21:34:33 2013 +0100
4371
4372     Move test outside the loop.
4373
4374 commit ece04558b837066e1020da44442f97782e3cb71c
4375 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
4376 Date:   Mon Feb 18 21:31:42 2013 +0100
4377
4378     Set status in any case.
4379
4380 commit 0e8d56f015e3ca47f201ec7930818e37794d0152
4381 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
4382 Date:   Mon Feb 18 17:28:36 2013 +0100
4383
4384     Remove declarations for nonexistent functions or variables.
4385
4386 commit 2c4a020c7ff017b543e7e4e91448528a9a2f620f
4387 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
4388 Date:   Mon Feb 18 16:03:07 2013 +0100
4389
4390     Remove duplicated declaration for xbt_time().
4391
4392 commit 49ff21af7ad741979c51a383ae87546ccf4176a9
4393 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
4394 Date:   Mon Feb 18 12:25:07 2013 +0100
4395
4396     Change regexp to correctly handle types like "short int".
4397
4398 commit ca8fc590e9ad22ef658cda25c9c063c5b64a8078
4399 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
4400 Date:   Mon Feb 18 12:16:01 2013 +0100
4401
4402     Remove duplicated strings.
4403
4404 commit 93697250b6ac7f25c30f94eb2743668173bb3642
4405 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
4406 Date:   Mon Feb 18 12:12:47 2013 +0100
4407
4408     Cosmetics: add space.
4409
4410 commit dadb783835c77b9af0262d3a93a0815538b17a96
4411 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
4412 Date:   Mon Feb 18 11:16:53 2013 +0100
4413
4414     Also set MPI_ERROR in smpi_empty_status.
4415
4416 commit ae0ea7b8ffeac5625e3d3a745af03707c67dd341
4417 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
4418 Date:   Fri Feb 15 17:17:44 2013 +0100
4419
4420     Remove unused script.
4421
4422 commit 28301c5415d8fec4e9785e12d1a06332d30fcb25
4423 Author: Augustin Degomme <degomme@idpann.imag.fr>
4424 Date:   Fri Feb 15 10:39:44 2013 +0100
4425
4426     be case insensitive when trying to change main name in F90 files
4427
4428 commit ae52f7ae9bf667c7c5e17f1c8b128a2140e0e50f
4429 Author: Augustin Degomme <degomme@idpann.imag.fr>
4430 Date:   Fri Feb 15 10:31:14 2013 +0100
4431
4432     add mpi_testall binding for fortran
4433
4434 commit a7bdba363a829744d9da86412cc2f30d365daed0
4435 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
4436 Date:   Fri Feb 15 09:55:37 2013 +0100
4437
4438     Cosmetics: add space before dot.
4439
4440 commit 22597ce66d246bfecc64c1885ca6ebcf3e0cb7f6
4441 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
4442 Date:   Thu Feb 14 23:49:39 2013 +0100
4443
4444     Using memcpy looks a bit overkill here.
4445
4446 commit 594958077b1c848c24387cde2d6215d8c2a917b9
4447 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
4448 Date:   Thu Feb 14 23:45:29 2013 +0100
4449
4450     Remove spurious brace from error message.
4451
4452 commit 57025160719eaf8b0c9912dbd0605d05f8b4f369
4453 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
4454 Date:   Thu Feb 14 17:28:13 2013 +0100
4455
4456     Remove remaining traces from synchronized dynars.
4457     
4458     Had to add some #include "xbt/synchro_core.h".
4459
4460 commit 56d6a48ce04c1919e614e63cdd047dbf61034350
4461 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
4462 Date:   Thu Feb 14 17:05:41 2013 +0100
4463
4464     Increase tesh timeouts for slow machines.
4465
4466 commit d468dd7c4b2142981d28bf73bc7af8cd11d5b509
4467 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
4468 Date:   Thu Feb 14 17:05:08 2013 +0100
4469
4470     Make test reproducible on slow machines.
4471
4472 commit 1404bb1d3bf9cc3b74e218c5ba90fe41a103131e
4473 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
4474 Date:   Thu Feb 14 16:07:26 2013 +0100
4475
4476     Csmetics: algin braces.
4477
4478 commit cd2a441e4e7a75fe66240f2b6420ead8a0e66066
4479 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
4480 Date:   Thu Feb 14 15:45:24 2013 +0100
4481
4482     Remove declarations for undefined functions.
4483
4484 commit a3ebaa86f4ddc2bc225d676e9ce5028aad78f71a
4485 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
4486 Date:   Thu Feb 14 15:28:03 2013 +0100
4487
4488     Use xbt_XXX_is_empty() instead of testing xbt_XXX_length() against 0.
4489     
4490     XXX is 'dict' or 'dynar'.
4491
4492 commit b5460be431061e47e22509daff9cb6e8e7e3fd5b
4493 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
4494 Date:   Thu Feb 14 15:26:02 2013 +0100
4495
4496     Simply say func(...) instead of (*func)(...) when func is a pointer to function.
4497
4498 commit 50751f2b7acb2bb73d654614411b3d69c4d7ae9b
4499 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
4500 Date:   Thu Feb 14 15:25:47 2013 +0100
4501
4502     Use CATCH_ANONYMOUS whenever possible.
4503
4504 commit e0365935e018f9d810dc0f4d17fbc8ef31ec18b0
4505 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
4506 Date:   Thu Feb 14 15:25:43 2013 +0100
4507
4508     Replace, when possible, calls to bprintf() by calls to xbt_strdup().
4509
4510 commit e174d1894265b64ad5b19b6bb1127daddf635ad9
4511 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
4512 Date:   Thu Feb 14 15:14:50 2013 +0100
4513
4514     Also comment declaration for now unused variable.
4515
4516 commit b036ace46e683594df67ee56d63cf009a7bc6f03
4517 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
4518 Date:   Thu Feb 14 15:14:09 2013 +0100
4519
4520     Remove unused static functions.
4521
4522 commit 6f36ae96feae42a1c99887e341d05d510a96b5e6
4523 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
4524 Date:   Thu Feb 14 15:10:34 2013 +0100
4525
4526     Remove declarations for undefined functions.
4527
4528 commit c26727c7b09c0a22dbdcf53340c7c1fa6d5f4efe
4529 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
4530 Date:   Thu Feb 14 15:19:28 2013 +0100
4531
4532     Declaration for static functions in header file does not make much sense.
4533
4534 commit ac6814e66479b90af269911e3db789323af54dd0
4535 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
4536 Date:   Thu Feb 14 14:41:11 2013 +0100
4537
4538     [trace] fix tesh, changes only in event ordering, same number of links kept
4539
4540 commit aed1b063616b74c01728a773558532e89a5c7df7
4541 Merge: b0f9d49 25ccf0e
4542 Author: Jonathan Rouzaud-Cornabas <jonathan.rouzaud-cornabas@ens-lyon.fr>
4543 Date:   Thu Feb 14 14:26:18 2013 +0100
4544
4545     Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid
4546
4547 commit b0f9d49042d5ded62d3f2b46a1cc25db18ca60fd
4548 Author: Jonathan Rouzaud-Cornabas <jonathan.rouzaud-cornabas@ens-lyon.fr>
4549 Date:   Thu Feb 14 14:26:15 2013 +0100
4550
4551     Fix recv/irecv with bounded rate
4552
4553 commit 25ccf0ef0ac59df80b02516cb735235b2a2fe4f3
4554 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
4555 Date:   Thu Feb 14 14:20:42 2013 +0100
4556
4557     [trace] fix simdag tracing tesh (change in event ordering only)
4558
4559 commit 0d40830c5313be63de41401578c6eda0725c85ed
4560 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
4561 Date:   Thu Feb 14 14:13:56 2013 +0100
4562
4563     [trace] remove useless if, fix identation
4564
4565 commit 41508290fdf78dabcff094540ada4f720878b254
4566 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
4567 Date:   Thu Feb 14 14:12:32 2013 +0100
4568
4569     [trace] correct place to keep route allocation + free
4570
4571 commit d0c5e1a0a928d8bc285d5d48c6cdaa75d9c9b7ef
4572 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
4573 Date:   Thu Feb 14 13:59:41 2013 +0100
4574
4575     [trace] add debug messages to debug graph extraction in network models
4576     
4577     - only in generic_get_graph for now
4578
4579 commit 999eaa79aebc68c1d9e812889d99349fb2adf296
4580 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
4581 Date:   Thu Feb 14 13:58:54 2013 +0100
4582
4583     [trace] cosmetics and typos
4584
4585 commit 5310951700035057cb32577b5bbdda9d788b4352
4586 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
4587 Date:   Thu Feb 14 13:58:35 2013 +0100
4588
4589     [trace] useless declaration
4590
4591 commit f1a4bce3b5ddd9ba8c826c36356dfa71e732309e
4592 Author: Jonathan Rouzaud-Cornabas <jonathan.rouzaud-cornabas@ens-lyon.fr>
4593 Date:   Thu Feb 14 13:59:13 2013 +0100
4594
4595     New version of recv/irecv with bounded rate
4596
4597 commit 59823017c3f9f3dba0ef09292bb55ed9ab906254
4598 Merge: e539420 f632a20
4599 Author: Jonathan Rouzaud-Cornabas <jonathan.rouzaud-cornabas@ens-lyon.fr>
4600 Date:   Thu Feb 14 13:03:05 2013 +0100
4601
4602     Remove commented code from surf_routing_cluster
4603
4604 commit e539420254a37bebe33ac9258c633d2dbe39b1ad
4605 Author: Jonathan Rouzaud-Cornabas <jonathan.rouzaud-cornabas@ens-lyon.fr>
4606 Date:   Thu Feb 14 13:01:56 2013 +0100
4607
4608     Remove commented code from surf_routing_cluster
4609
4610 commit f632a205b7929ecfd367fcd2d787c65ab676da90
4611 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
4612 Date:   Wed Feb 13 18:14:22 2013 +0100
4613
4614     Check if INCLUDE_DIRECTORIES were found.
4615
4616 commit 2708a7f8439537832ea76c5e4fd3971b0b839e29
4617 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
4618 Date:   Wed Feb 13 17:53:43 2013 +0100
4619
4620     Add some debug messages.
4621
4622 commit 680bcc894b3db63cd9bcd685640c459cbd4343ad
4623 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
4624 Date:   Wed Feb 13 17:37:25 2013 +0100
4625
4626     Add option -X to less, to avoid to clear the screen.
4627
4628 commit b8b52890a65abf6ab75ab5551e9edf5566cb84ee
4629 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
4630 Date:   Wed Feb 13 17:27:46 2013 +0100
4631
4632     Add missing files to the archive.
4633
4634 commit 51300d0678fe7d82885ad873f5d0a9413536676a
4635 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
4636 Date:   Wed Feb 13 10:54:46 2013 +0100
4637
4638     Fix errors caught by java -Xcheck:jni.
4639     
4640     Fixed warnings:
4641     WARNING in native method: JNI call made with exception pending
4642
4643 commit deb05886997c568d91fe61bf35dcb9a74af47d3a
4644 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
4645 Date:   Wed Feb 13 10:49:32 2013 +0100
4646
4647     More long -> intptr_t changes.
4648
4649 commit d8261f5ac0df45fd2ce6b6089fadfd703f46f960
4650 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
4651 Date:   Wed Feb 13 10:19:10 2013 +0100
4652
4653     Add missing class initializer for VM.java.
4654
4655 commit 8e8f8b64b899284cbd166542ba352cd0c44059e8
4656 Merge: 687383a 8282175
4657 Author: Augustin Degomme <degomme@idpann.imag.fr>
4658 Date:   Wed Feb 13 10:51:39 2013 +0100
4659
4660     Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid
4661
4662 commit 8282175dc02662a4a07ea3cbd4462662a0943440
4663 Author: suter <frederic.suter@cc.in2p3.fr>
4664 Date:   Wed Feb 13 10:51:08 2013 +0100
4665
4666     word was missing, rephrase.
4667
4668 commit 8f8339b1dc8092a6c2be14063ea16dc7cb47e698
4669 Author: Martin Quinson <martin.quinson@loria.fr>
4670 Date:   Wed Feb 13 09:07:59 2013 +0100
4671
4672     add another word about the trap of dynar_search with pointed elements
4673
4674 commit a4bcf3181ca71a85b9c86a2ba21697f7ace4dc37
4675 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
4676 Date:   Wed Feb 13 00:52:41 2013 +0100
4677
4678     Typos: binded -> bound.
4679
4680 commit 17348a216907a911be1ff551533ff2884cc74685
4681 Author: Martin Quinson <martin.quinson@loria.fr>
4682 Date:   Wed Feb 13 01:02:54 2013 +0100
4683
4684     document that it's safe to interrupt a foreach with a break or return statement
4685
4686 commit d28966a899b92bf7f18385a59323fe945bb186de
4687 Author: Martin Quinson <martin.quinson@loria.fr>
4688 Date:   Wed Feb 13 01:00:34 2013 +0100
4689
4690     document that the search function on dynar don't work well with pointed values
4691
4692 commit 30ee2d1f39576b5cb0d438e23fea427d2ee8d078
4693 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
4694 Date:   Tue Feb 12 23:50:01 2013 +0100
4695
4696     Set correct NATIVE folder for 32bits x86.
4697
4698 commit dc6b2d1b449a4abfd50e7e0281ae7676b34cb8c0
4699 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
4700 Date:   Tue Feb 12 23:26:55 2013 +0100
4701
4702     Set cmake_minimum_version for the Java bindings.
4703     
4704     UseJava.cmake don't exist before cmake 2.8.6.
4705
4706 commit 16d02f0b6e7a4d6823172138b6dce141dab14654
4707 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
4708 Date:   Tue Feb 12 22:22:04 2013 +0100
4709
4710     Move Java build rules in a separate cmake file.
4711
4712 commit 01896eb20275e43d44368ae74747d778712dc3b5
4713 Author: Arnaud Giersch <arnaud.giersch@free.fr>
4714 Date:   Tue Feb 12 21:53:53 2013 +0100
4715
4716     Fix build warnings on 32bits archs.
4717     
4718     Use intermediate type intptr_t for conversions between pointer
4719     types and jlong.
4720
4721 commit 212b9ffa2c25beccda577b5f6250da93359c9d20
4722 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
4723 Date:   Tue Feb 12 17:48:16 2013 +0100
4724
4725     Try to make the smpi-mpich-env test more robust in multitasking environments.
4726     
4727     Only select the processes that share the same session ID.
4728
4729 commit 0c52eac8f871ae7b5af0d5f65ce946d2bc4b37d5
4730 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
4731 Date:   Tue Feb 12 16:08:08 2013 +0100
4732
4733     Initialize variable, and make gcc happy.
4734
4735 commit e7d63af354e1227ed78d115a6432d5c588693a72
4736 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
4737 Date:   Tue Feb 12 16:06:13 2013 +0100
4738
4739     Reindent.
4740
4741 commit 5983df9ea678c1bca6d9a1938c3aa4de9e685959
4742 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
4743 Date:   Tue Feb 12 15:58:57 2013 +0100
4744
4745     Kill unused variable.
4746
4747 commit 7bb7b9877ade77f3ffc33fb65ce39a4e71095a3b
4748 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
4749 Date:   Tue Feb 12 15:57:52 2013 +0100
4750
4751     Add missing declaration.
4752     
4753     Plus whitespace cleanup.
4754
4755 commit 687383a7ee2743f466b3e3eef9488971ce104f04
4756 Author: Augustin Degomme <degomme@idpann.imag.fr>
4757 Date:   Tue Feb 12 15:27:31 2013 +0100
4758
4759     issend should be treated as isend, even if not detached
4760
4761 commit d1a6afa8bf2ce00a7917061eb8f497ab5f57873d
4762 Author: Augustin Degomme <degomme@idpann.imag.fr>
4763 Date:   Tue Feb 12 15:15:33 2013 +0100
4764
4765     correct behavior of MPI_Send which used to values of MPI_Isend timing factors
4766
4767 commit e59da5fe3910d36fb5cec40c5032a84b912efdad
4768 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
4769 Date:   Tue Feb 12 14:31:14 2013 +0100
4770
4771     Update .gitgnore.
4772     
4773     Match any build directory named "build_*", and add etags' tag table.
4774
4775 commit b80f480540933d396f63ca3464bc40c1966a957d
4776 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
4777 Date:   Tue Feb 12 14:20:04 2013 +0100
4778
4779     Tests msg-bittorrent-*-parallel are not broken anymore.
4780
4781 commit 2b9e15c1a85e32f98027ba1f1ce99bed29490f49
4782 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
4783 Date:   Tue Feb 12 14:14:50 2013 +0100
4784
4785     Fix the parallel execution for the bittorrent example.
4786     
4787     The problem was that RngStream creation is not thread safe.  Furthermore,
4788     each created RngStream is dependent of the previously created RngStreams.
4789     
4790     The problem is circumvented by creating the RngStreams before the launch
4791     of the application.  Each host has its own stream, that can be retrieved
4792     through MSG_host_get_data().
4793
4794 commit 30add308fd48d36226f5bd4ae345cceb008f12f4
4795 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
4796 Date:   Tue Feb 12 01:10:49 2013 +0100
4797
4798     Fix double free error.
4799     
4800     Error reported by Borja Bergua, and patch inspired by Martin
4801     Quinson's proposal.
4802
4803 commit 2e9105988280d1e88b5b496d6e2eed4c8d541883
4804 Merge: d0d4cc7 79a0e7d
4805 Author: Jonathan Rouzaud-Cornabas <jonathan.rouzaud-cornabas@ens-lyon.fr>
4806 Date:   Tue Feb 12 14:39:29 2013 +0100
4807
4808     Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid
4809
4810 commit d0d4cc7697e64b5092445d666a1e11712044d69d
4811 Author: Jonathan Rouzaud-Cornabas <jonathan.rouzaud-cornabas@ens-lyon.fr>
4812 Date:   Tue Feb 12 14:39:05 2013 +0100
4813
4814     Bounded receive
4815
4816 commit 79a0e7d2c82c1d2220c1c82165beef46a4cf67ce
4817 Author: Augustin Degomme <degomme@idpann.imag.fr>
4818 Date:   Mon Feb 11 18:27:33 2013 +0100
4819
4820     add an smpi/ois factor, to account for the fact that MPI_Send and MPI_Isend internal times may be differents
4821
4822 commit 1d473a7bee4823d6f5c5d9a3cfbee5b51014d671
4823 Author: Augustin Degomme <degomme@idpann.imag.fr>
4824 Date:   Mon Feb 11 18:22:17 2013 +0100
4825
4826     activate a bunch of tests using mpi_ssend, and change back those where they had been changed to mpi_send
4827
4828 commit df86235deb77e8678d0b590c43a54f812ebb8566
4829 Author: Augustin Degomme <degomme@idpann.imag.fr>
4830 Date:   Mon Feb 11 17:43:44 2013 +0100
4831
4832     add support for Ssend/Issend in SMPI
4833
4834 commit 408dbe92f635f3a912c5a93385c740efcf7d0aaf
4835 Author: Augustin Degomme <degomme@idpann.imag.fr>
4836 Date:   Mon Feb 11 16:33:26 2013 +0100
4837
4838     Revert "always have display_timing activated for smpi, as it is quite useful"
4839     
4840     This reverts commit f641b68a3c807956396f8f70965ce9c4644dcfa5.
4841
4842 commit 56ac3ccc6b9d7ff1843570eda320e4d547fed157
4843 Author: Augustin Degomme <degomme@idpann.imag.fr>
4844 Date:   Mon Feb 11 15:50:16 2013 +0100
4845
4846     add option to set the threshold where smpi send stops behaving like isend.
4847     This was hardcoded to 65536, but experiments show that sometimes 327680 might be better
4848
4849 commit 50a895ff24f72093940462cd49aef5534c236cf2
4850 Author: Augustin Degomme <degomme@idpann.imag.fr>
4851 Date:   Mon Feb 11 15:49:08 2013 +0100
4852
4853     small change for smpi win
4854
4855 commit 3fb0e69100ca9874af9cea1143d05a5e2eff1b34
4856 Author: Augustin Degomme <degomme@idpann.imag.fr>
4857 Date:   Mon Feb 11 15:46:59 2013 +0100
4858
4859     bug : smpi tracing options were replacing those the user had set
4860
4861 commit 50eb40d7dff609c7f3f26614e894735e51a94f0e
4862 Author: Augustin Degomme <degomme@idpann.imag.fr>
4863 Date:   Tue Feb 5 18:27:08 2013 +0100
4864
4865     small fixes to repair unix build
4866
4867 commit edf41bc65fbed038733c540706f9db856be2c80d
4868 Author: Augustin Degomme <degomme@idpann.imag.fr>
4869 Date:   Tue Feb 5 18:19:47 2013 +0100
4870
4871     rename main function for windows
4872
4873 commit c1d3cac080b46c4e9591693335ee13aa03ba8d3f
4874 Author: Augustin Degomme <degomme@idpann.imag.fr>
4875 Date:   Tue Feb 5 18:19:27 2013 +0100
4876
4877     several changes in the way cmake handles windows
4878
4879 commit 3356a5d7d4ab2de2e1454a42718319754bb3c68f
4880 Author: Augustin Degomme <degomme@idpann.imag.fr>
4881 Date:   Mon Feb 11 16:19:13 2013 +0100
4882
4883     resolve cmakelists conflict
4884
4885 commit 614112d90d76a96c886453b03ef917d03beaa3e9
4886 Author: Augustin Degomme <degomme@idpann.imag.fr>
4887 Date:   Tue Feb 5 18:16:09 2013 +0100
4888
4889     remove a few unused things for win, but we have more bugs after ..
4890
4891 commit c8c6d0ade908d7787bda1c278511c3e404097671
4892 Author: Augustin Degomme <degomme@idpann.imag.fr>
4893 Date:   Tue Feb 5 18:14:38 2013 +0100
4894
4895     various fixes to hopefully compile under win32
4896
4897 commit fbb6b4556c347a1dec9e462574fdc2967f494002
4898 Merge: f641b68 aea5d35
4899 Author: Augustin Degomme <degomme@idpann.imag.fr>
4900 Date:   Mon Feb 11 15:50:39 2013 +0100
4901
4902     Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid
4903
4904 commit aea5d35ed8a14cebc1269fe2e6158d4ec3ad3a35
4905 Author: suter <frederic.suter@cc.in2p3.fr>
4906 Date:   Fri Feb 8 16:13:17 2013 +0100
4907
4908     handle new action trace files properly
4909
4910 commit 7f9a62a90f4a063e74df1b09a67387555a3f2f13
4911 Author: suter <frederic.suter@cc.in2p3.fr>
4912 Date:   Fri Feb 8 16:12:35 2013 +0100
4913
4914     add three more tests to smpi_replay : alltoall, alltoallv and waitall
4915
4916 commit 50137e48f43ec1f539c1f8ba1d8e3161e7fc3077
4917 Author: suter <frederic.suter@cc.in2p3.fr>
4918 Date:   Fri Feb 8 16:11:53 2013 +0100
4919
4920     new traces files were added in examples/smpi/replay. treat them as the
4921     others
4922
4923 commit a9b0436a2cbb60596670309f9e80229bccbfd05c
4924 Author: George Markomanolis <george@markomanolis.com>
4925 Date:   Fri Feb 8 14:02:24 2013 +0200
4926
4927     Fixing a possible bug, I should use parse_double() instead of atoi() if I want to handle values like 5e8. Adding examples for MPI_Alltoallv, MPI_Alltoall, MPI_Bcast/MPI_Reduce with various datatypes and MPI_Waitall.
4928
4929 commit c3662025e58cb79d0cb8f174323057c428ac8caf
4930 Author: suter <frederic.suter@cc.in2p3.fr>
4931 Date:   Fri Feb 8 10:56:07 2013 +0100
4932
4933     rewriting
4934
4935 commit aa4966ff5abe2668a6e7f2b875ffb9bfdef0a1c7
4936 Author: suter <frederic.suter@cc.in2p3.fr>
4937 Date:   Fri Feb 8 10:52:28 2013 +0100
4938
4939     revalidate tesh file as the reduce action has been modified
4940
4941 commit 17cd3d8da2c30956b15bb398a8c0fdbac2ed0f7d
4942 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
4943 Date:   Thu Feb 7 23:13:55 2013 +0100
4944
4945     Make this part automatically generated.
4946     
4947     And avoid to give a direct link to the archive, since it's too error prone.
4948
4949 commit 01dca8e143a11269ad071ccba4b2517a3f57cdad
4950 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
4951 Date:   Thu Feb 7 22:54:51 2013 +0100
4952
4953     Typo.
4954
4955 commit c9fd680801727a545b8baa6cb9d7e733ab4f3587
4956 Author: Martin Quinson <martin.quinson@loria.fr>
4957 Date:   Thu Feb 7 21:15:21 2013 +0100
4958
4959     Fix the download link in the install documentation
4960
4961 commit cd9cf0ac1638a45a987259d79cff63199be71dfd
4962 Author: Martin Quinson <martin.quinson@loria.fr>
4963 Date:   Thu Feb 7 21:10:50 2013 +0100
4964
4965     ops, didn't knew how gforge downloads work, actually
4966
4967 commit 40b6759700ea930c867740785561aed94cb9abb0
4968 Author: Martin Quinson <martin.quinson@loria.fr>
4969 Date:   Thu Feb 7 02:18:30 2013 +0100
4970
4971     a more welcoming README file
4972
4973 commit d0e28d3286e2c95074db63933b0a500223d5d767
4974 Author: Martin Quinson <martin.quinson@loria.fr>
4975 Date:   Thu Feb 7 02:14:02 2013 +0100
4976
4977     Seed the random generators before the main()
4978     
4979     Otherwise, it is possible that the user set the seed s/he wants before
4980     initializing simgrid, that would then override it with another seed.
4981     That would be a *very mean* side effect of initializing simgrid :)
4982
4983 commit ca70fc1b66134fce9158fd2efa78ba13c2fe06ae
4984 Author: George Markomanolis <george@markomanolis.com>
4985 Date:   Thu Feb 7 19:12:24 2013 +0200
4986
4987     Updating the Changelog for the SMPI replay tool
4988
4989 commit 3fa7ba54b3c95c674eb202301b98e2e469878342
4990 Author: George Markomanolis <george@markomanolis.com>
4991 Date:   Thu Feb 7 18:38:39 2013 +0200
4992
4993     Now the SMPI replay tool supports the modified MPE profiling tool.
4994     What is new:
4995     1) For most of the collective communications we can know exactly which rank is the root one.
4996     2) Now we can include in the traces the real used MPI datatype (till know we were using the MPI_BYTE). Also we can have multiple datatypes in the traces.
4997     3) The tool supports both time-independent traces from the TAU and the modified MPE tools.
4998     4) Fix Reduce action, as there was no information about computation load.
4999
5000 commit 2b9f74737bbd837c728884a5ba7d0a4f02bca79d
5001 Author: Jonathan Rouzaud-Cornabas <jonathan.rouzaud-cornabas@ens-lyon.fr>
5002 Date:   Thu Feb 7 15:04:11 2013 +0100
5003
5004     Add a new simcall that modifies the rate of the first smx_action_t on smx_rdv_t
5005
5006 commit 7634631c0192df9b22e59b2d2b505bf3404e4f98
5007 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
5008 Date:   Thu Feb 7 14:39:44 2013 +0100
5009
5010     Try to make simdag-test-dotload reproducible.
5011     
5012     Comment extracted from this patch:
5013       /* Hack: circumvent a bug in libcgraph, where the edges are not always given
5014        * back in creation order.  We sort them again, according to their sequence
5015        * id.  The problem appears to be solved (i.e.: I did not test it) in
5016        * graphviz' mercurial repository by the following changeset:
5017        *    changeset:   8431:d5f1fb7e8103
5018        *    user:        Emden Gansner <erg@research.att.com>
5019        *    date:        Tue Oct 11 12:38:58 2011 -0400
5020        *    summary:     Make sure edges are stored in node creation order
5021        * It should be fixed in graphviz 2.30 and above.
5022        */
5023
5024 commit bee82a5da884fdedb7ee1d9198ceac7d529af7f5
5025 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
5026 Date:   Wed Feb 6 22:40:14 2013 +0100
5027
5028     Return MPI_UNDEFINED for negative values too.
5029
5030 commit aa481daf32a31dab10771c829e925615a6013b23
5031 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
5032 Date:   Wed Feb 6 22:39:51 2013 +0100
5033
5034     Use MPI_ANY_SOURCE instead of -1.
5035
5036 commit 56882f01c7244f330aa344f6fc92a3c6abf5345b
5037 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
5038 Date:   Wed Feb 6 21:38:55 2013 +0100
5039
5040     Avoid to modify lib while it's been iterated.
5041
5042 commit bdddc6b8ce75aa2137ff203fb39f4fdbb2dcc483
5043 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
5044 Date:   Wed Feb 6 21:26:17 2013 +0100
5045
5046     MSG_comm_get_status must be called before MSG_comm_destroy.
5047
5048 commit f230038dc449bba6483d5af99897eec96864b54c
5049 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
5050 Date:   Wed Feb 6 19:11:01 2013 +0100
5051
5052     Exclude Java tests from memcheck.
5053     
5054     We don't want to test the JVM.
5055
5056 commit e582efe7cb4cbbf6ec627e2d6ae80b2d579e84ee
5057 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
5058 Date:   Wed Feb 6 18:49:43 2013 +0100
5059
5060     my_valgrind.pl: don't stop loop if $arg has value 0.
5061
5062 commit 0f9dad56ca86ae50217dbc763f95f132fede9c53
5063 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
5064 Date:   Wed Feb 6 18:07:37 2013 +0100
5065
5066     generate_memcheck_tests.pl: add support for any environment variable.
5067     
5068     "classpath" is an example of previously unsupported name.
5069
5070 commit 19d1ade0136fac9de3fbc23c15d9fac43496fd29
5071 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
5072 Date:   Wed Feb 6 11:10:39 2013 +0100
5073
5074     Give state a sensible value, and don't let it uninitialized.
5075
5076 commit 1a348421145197bbdbff1b564ba21dffe297010b
5077 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
5078 Date:   Wed Feb 6 10:56:04 2013 +0100
5079
5080     Test is not broken anymore.
5081
5082 commit 44d52bd356543c27bb090306d09e4cf855001329
5083 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
5084 Date:   Wed Feb 6 10:55:33 2013 +0100
5085
5086     Regenerate tesh file for master_slave_virtual_machines.
5087
5088 commit aafaaf396698612d5174bb0780c0a548e5422d84
5089 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
5090 Date:   Wed Feb 6 10:52:04 2013 +0100
5091
5092     Wait a while before effective shutdown.
5093
5094 commit 9f66e12669c65c600c935aed2188e92160616c62
5095 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
5096 Date:   Wed Feb 6 10:48:57 2013 +0100
5097
5098     Destroy comm action in SIMIX_process_kill.
5099
5100 commit 56e7200c5f51d92b14a7b3635e23fb922e27ed81
5101 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
5102 Date:   Tue Feb 5 23:07:22 2013 +0100
5103
5104     Correctly restart all processes on VM reboot.
5105     
5106     vm->processes is changed by MSG_process_restart.
5107
5108 commit 85fc6a41fb7502c4cc24304b8730988f57d8e8fa
5109 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
5110 Date:   Tue Feb 5 21:49:36 2013 +0100
5111
5112     Fix memory leak.
5113
5114 commit 0fb8296fe01395b38b961a9f258df0df6b789799
5115 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
5116 Date:   Wed Feb 6 09:00:38 2013 +0100
5117
5118     model-checker : fix insertion in mc_heap_comparison_ignore
5119
5120 commit 0d67926b0e3f0ea77ceac450089d1f5269243f4a
5121 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
5122 Date:   Tue Feb 5 16:31:47 2013 +0100
5123
5124     [pipol] Enable Java on MC builds.
5125
5126 commit af1c42899ed257870de7818698079542374a384c
5127 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
5128 Date:   Tue Feb 5 16:26:07 2013 +0100
5129
5130     [pipol] Synchronize MemCheck.sh and Nightly_memCheck.sh.
5131
5132 commit a1c9cce9c0a7343dbb4df4dbede6ac58552cee56
5133 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
5134 Date:   Tue Feb 5 16:22:51 2013 +0100
5135
5136     [pipol] Remove tests for simgrid-java.
5137
5138 commit 64e5895c01be890f4feaf75e1c46e9aa410505f9
5139 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
5140 Date:   Tue Feb 5 16:18:34 2013 +0100
5141
5142     [pipol] Install default version for compilers.
5143     
5144     Particularly, default-jdk should fix the search paths for cmake.
5145
5146 commit bcfbbee59ddacc1ebe6ad88b904b1a9764a950f4
5147 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
5148 Date:   Tue Feb 5 16:16:37 2013 +0100
5149
5150     [pipol] Sort packages by name.
5151
5152 commit e37c1e4bba9bb89cd2842f08cde998eb7f941d04
5153 Merge: 746b2dd f95108e
5154 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
5155 Date:   Tue Feb 5 16:14:07 2013 +0100
5156
5157     Merge branch 'v3_9_x'
5158
5159 commit f95108e7e5bcb66bba76a24c1c433eee710e38e0
5160 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
5161 Date:   Tue Feb 5 11:32:10 2013 +0100
5162
5163     Fix release date for v3.9.
5164
5165 commit e24d9f967b0ebaa02175fed669acb7505fd94b92
5166 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
5167 Date:   Tue Feb 5 11:12:03 2013 +0100
5168
5169     Cast value, to please C++ compilers.
5170
5171 commit 70452c4e85fdaf926e355031f83ef66273551e74
5172 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
5173 Date:   Tue Feb 5 11:10:00 2013 +0100
5174
5175     Mark parameter as unused.
5176
5177 commit 3a4383b6465c43cf36bf36a53b2434c94168949a
5178 Author: Paul Bédaride <paul.bedaride@gmail.com>
5179 Date:   Thu Jan 31 11:14:00 2013 +0100
5180
5181     Revert "Add ModelChecker build type"
5182     
5183     This reverts commit 07eb7317b31474d0b6702c255741b194dbfd2d6d.
5184     
5185     Conflicts:
5186         CMakeLists.txt
5187
5188 commit 746b2ddb2075d73a7ac430d7bf0cef2266effc83
5189 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
5190 Date:   Mon Feb 4 17:37:49 2013 +0100
5191
5192     Die if fopen() failed.
5193
5194 commit 8e58def7059f57874735b0ed8897f8ad49a12eb5
5195 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
5196 Date:   Mon Feb 4 17:37:19 2013 +0100
5197
5198     Kill spaces at eol.
5199
5200 commit d48a0a2ca52702597729ade5884cf9ef22651805
5201 Author: suter <frederic.suter@cc.in2p3.fr>
5202 Date:   Mon Feb 4 18:13:42 2013 +0100
5203
5204     don't try to understand why the order changes when jedule is activated
5205     anymore. just consider that it should be off.
5206     
5207     This test is really annoying. As valgrind indicates a lot of leaks
5208     coming the graphviz stuff, and that the issue comes from one edge read
5209     after or before another, I'm kind to blame this tool!
5210     
5211     Gonna get rid of this dependency one day!
5212
5213 commit f8f35e2f4b9366c38ca8a6a6870f2db257eb4b1c
5214 Author: suter <frederic.suter@cc.in2p3.fr>
5215 Date:   Mon Feb 4 18:02:34 2013 +0100
5216
5217     better to close file
5218
5219 commit 11dd4023fbddab5cc30c720af27f80f1ae8b7acc
5220 Author: Arnaud Legrand <arnaud.legrand@imag.fr>
5221 Date:   Mon Feb 4 10:53:17 2013 +0100
5222
5223     Add a new test on availability for the SimDAG API.
5224     Issue was reported by Ricardo Rodriguez on 29/12/12 and fixed in
5225     previous commits.
5226
5227 commit 4298670f82bb0d24d7f9e8311715a0a9d4776879
5228 Author: Arnaud Legrand <arnaud.legrand@imag.fr>
5229 Date:   Mon Feb 4 11:49:53 2013 +0100
5230
5231     This way of passing arguments has changed since a long time.
5232     Fixing all tesh files accordingly. Yet, now that this mechanism is
5233     effective, absolute paths are output everywhere, hence the need to
5234     hide just like we do for contexts. I wish I had a cleaner solution but
5235     I don't.
5236
5237 commit 0b57cd385897350c3d6d3fedbc4d44f61f4a9fa3
5238 Author: Arnaud Legrand <arnaud.legrand@imag.fr>
5239 Date:   Mon Feb 4 14:04:14 2013 +0100
5240
5241     Bug fix in trace management.
5242     When using periodicity, the first event indicates when events start and
5243     has undefined value (-1) as the value of the resource is used (e.g., the
5244     bandwidth value precised in the xml file). When looping with periodicity,
5245     the -1 value was used, which resulted in links with bandwidth -1.0 and
5246     could be noticed only in very specific situations.
5247
5248 commit ba3abd3b4e165446def969c6f763325434da158d
5249 Author: Arnaud Legrand <arnaud.legrand@imag.fr>
5250 Date:   Mon Feb 4 14:01:18 2013 +0100
5251
5252     Bug fix. The date given when updating the state of a resource was incorrect. It could result in incoherent traces.
5253
5254 commit cf258d9375c26ee9a39100271622ba08608a2838
5255 Author: Arnaud Legrand <arnaud.legrand@imag.fr>
5256 Date:   Mon Feb 4 14:00:12 2013 +0100
5257
5258     Additionnal information never hurt.
5259
5260 commit 85783f2e522ee25593c1fed9fd08f04af8b706c1
5261 Author: Arnaud Legrand <arnaud.legrand@imag.fr>
5262 Date:   Mon Feb 4 10:53:33 2013 +0100
5263
5264     Docfix
5265
5266 commit 81e83cfef77065982173ec07bad387546f08b56d
5267 Author: suter <frederic.suter@cc.in2p3.fr>
5268 Date:   Mon Feb 4 17:52:28 2013 +0100
5269
5270     don't break anything this way
5271
5272 commit 816ed01f1d1cac8b201eab70df523c413342047b
5273 Author: suter <frederic.suter@cc.in2p3.fr>
5274 Date:   Mon Feb 4 17:42:45 2013 +0100
5275
5276     don't break if debug is activated ...
5277
5278 commit 082eef9aa43b4c9f7767650481c47a5db01bd095
5279 Author: suter <frederic.suter@cc.in2p3.fr>
5280 Date:   Mon Feb 4 17:32:16 2013 +0100
5281
5282     mem leak --
5283
5284 commit 1bfd32571cecfa30a66a052583767c777d57d185
5285 Author: suter <frederic.suter@cc.in2p3.fr>
5286 Date:   Mon Feb 4 17:29:53 2013 +0100
5287
5288     mem leak--
5289
5290 commit 9937ada117e03843d1b18516a052a3325c51eefa
5291 Author: suter <frederic.suter@cc.in2p3.fr>
5292 Date:   Mon Feb 4 16:52:17 2013 +0100
5293
5294     'end' is parsed as other node now, don't use a non-existing workstation
5295     rank, just say nothing instead
5296
5297 commit ceea700ddaf4f76b197da8c762c05a9e1d03e412
5298 Author: suter <frederic.suter@cc.in2p3.fr>
5299 Date:   Mon Feb 4 16:50:54 2013 +0100
5300
5301     try again to revalidate this thing... hope it is robust now
5302
5303 commit df4f597eef96c3b4b5e72f7a5e57ba6d3d6a88a8
5304 Author: suter <frederic.suter@cc.in2p3.fr>
5305 Date:   Mon Feb 4 16:50:20 2013 +0100
5306
5307     oups, forgot to check is graph is acyclic or not
5308
5309 commit db75417a9126159366f27efe056e3d604c29a62c
5310 Author: suter <frederic.suter@cc.in2p3.fr>
5311 Date:   Mon Feb 4 16:41:31 2013 +0100
5312
5313     deal with the predefined scheduling stuff
5314
5315 commit 60086e528fae37ab1c4f3ac9bc87d3ea1de125c6
5316 Author: suter <frederic.suter@cc.in2p3.fr>
5317 Date:   Mon Feb 4 15:51:38 2013 +0100
5318
5319     yet another attempt to solve issues with the dotload tester. This code
5320     was very complex, more than it should have ...
5321     Reduce it to something simple:
5322       - parse the compute node
5323       - create transfer and control dependencies by browsing the input edges
5324         of the compute nodes
5325       - add extra dependencies from or to the 'root' and 'end' nodes for the
5326         entry and exit tasks respectively.
5327     The hope is that the order in some output will stay consistent across
5328     cdash distributions.
5329
5330 commit 86049a94bd1b3ed34b0779154cf498687e4a2937
5331 Author: suter <frederic.suter@cc.in2p3.fr>
5332 Date:   Mon Feb 4 15:42:30 2013 +0100
5333
5334     security commit before using the ax!
5335
5336 commit 1088a641031f8de40390b70086e6f54239782a0d
5337 Author: suter <frederic.suter@cc.in2p3.fr>
5338 Date:   Mon Feb 4 15:23:36 2013 +0100
5339
5340     change generated trace format
5341     cosmetics
5342
5343 commit 50c7d510d5d1d7e15a7de7c6a1167c23e3da5d1c
5344 Author: suter <frederic.suter@cc.in2p3.fr>
5345 Date:   Fri Feb 1 11:56:53 2013 +0100
5346
5347     doesn't hurt to use types expected by some xbt_dynar functions
5348
5349 commit 422c6b5a12ddeca39e50a0c9ec674cec1b104c0a
5350 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
5351 Date:   Mon Feb 4 15:54:29 2013 +0100
5352
5353     Rewrite xbt_getline.
5354     
5355     * fix a buffer overflow
5356     * correctly return -1 when nothing can be read
5357
5358 commit 6d14c1a0c31bf23b35ec3df2ebc361fc965591b3
5359 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
5360 Date:   Mon Feb 4 15:05:27 2013 +0100
5361
5362     Avoid to return from inside a TRY block.
5363
5364 commit bc59051b5395d73908634fdc95b5485d15c6413d
5365 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
5366 Date:   Mon Feb 4 14:24:27 2013 +0100
5367
5368     Initialize variable.
5369     
5370     Useless, but gcc whines if not initialized.
5371
5372 commit 8d28f426ad63dda86cb4b558c13140240ba503d0
5373 Author: Arnaud Legrand <arnaud.legrand@imag.fr>
5374 Date:   Mon Feb 4 10:53:17 2013 +0100
5375
5376     Add a new test on availability for the SimDAG API.
5377     Issue was reported by Ricardo Rodriguez on 29/12/12 and fixed in
5378     previous commits.
5379
5380 commit e8375ff07e57862447d713ade9e2901e89b9731b
5381 Author: Arnaud Legrand <arnaud.legrand@imag.fr>
5382 Date:   Mon Feb 4 11:49:53 2013 +0100
5383
5384     This way of passing arguments has changed since a long time.
5385     Fixing all tesh files accordingly. Yet, now that this mechanism is
5386     effective, absolute paths are output everywhere, hence the need to
5387     hide just like we do for contexts. I wish I had a cleaner solution but
5388     I don't.
5389
5390 commit f189215368da04e1e86dc349ef5b8ef82a14db09
5391 Author: Arnaud Legrand <arnaud.legrand@imag.fr>
5392 Date:   Mon Feb 4 14:04:14 2013 +0100
5393
5394     Bug fix in trace management.
5395     When using periodicity, the first event indicates when events start and
5396     has undefined value (-1) as the value of the resource is used (e.g., the
5397     bandwidth value precised in the xml file). When looping with periodicity,
5398     the -1 value was used, which resulted in links with bandwidth -1.0 and
5399     could be noticed only in very specific situations.
5400
5401 commit bfd195fd055c87a406ec2982cc75290321ca4059
5402 Author: Arnaud Legrand <arnaud.legrand@imag.fr>
5403 Date:   Mon Feb 4 14:01:18 2013 +0100
5404
5405     Bug fix. The date given when updating the state of a resource was incorrect. It could result in incoherent traces.
5406
5407 commit 1667fc9ed6a8015960b8a258f8177345d23b4d3a
5408 Author: Arnaud Legrand <arnaud.legrand@imag.fr>
5409 Date:   Mon Feb 4 14:00:12 2013 +0100
5410
5411     Additionnal information never hurt.
5412
5413 commit b56611c5fee105b28be36043e985855b9c550d64
5414 Author: Arnaud Legrand <arnaud.legrand@imag.fr>
5415 Date:   Mon Feb 4 10:53:33 2013 +0100
5416
5417     Docfix
5418
5419 commit 5c59e0a7029e4b0bb88dd8340a4864ee95dcf08e
5420 Author: Martin Quinson <martin.quinson@loria.fr>
5421 Date:   Mon Feb 4 13:50:24 2013 +0100
5422
5423     Further cleanup in the ignore file
5424     
5425     - ignore the files touched to track dependencies around java examples
5426     - don't ignore the files for the gras tutorial, as there is no such
5427       tutorial anymore
5428
5429 commit d4f15663c34447bed92582e01f96ae8ba5841fcd
5430 Author: Martin Quinson <martin.quinson@loria.fr>
5431 Date:   Mon Feb 4 13:12:34 2013 +0100
5432
5433     use our xbt_getline on every platform to ease our cmake mess
5434     
5435     Also, as stdio.h is not loaded by root headers of the simgrid tree, we
5436     need to explicitely load it in some locations.
5437
5438 commit f641b68a3c807956396f8f70965ce9c4644dcfa5
5439 Author: Augustin Degomme <degomme@idpann.imag.fr>
5440 Date:   Mon Jan 28 11:51:26 2013 +0100
5441
5442     always have display_timing activated for smpi, as it is quite useful
5443
5444 commit 7e741c018ba34742ccfdbf842299d711521dbf8f
5445 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
5446 Date:   Mon Feb 4 00:01:00 2013 +0100
5447
5448     Rename getline as xbt_getline.
5449
5450 commit ec7a9b79d8bec96e504baad859d4f0c262750479
5451 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
5452 Date:   Sun Feb 3 22:28:23 2013 +0100
5453
5454     Update documentation about java bindings.
5455
5456 commit de4e142716355ca45f153387a287f232713e6444
5457 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
5458 Date:   Sun Feb 3 22:21:49 2013 +0100
5459
5460     Fix javadoc warnings.
5461
5462 commit be2836c2b66857e6a6d404adffcea5c1a12972b4
5463 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
5464 Date:   Sun Feb 3 22:09:51 2013 +0100
5465
5466     Make javadoc less verbose.
5467
5468 commit b8ec45f42e58790c64cf449661f39f09f9b5fdb4
5469 Author: George Markomanolis <george@markomanolis.com>
5470 Date:   Sun Feb 3 23:06:59 2013 +0200
5471
5472     Add MPI_Alltoallv support to the SMPI replay tool. Make it easy to change MPI_Datatype for the SMPI replay tool (IS benchmark uses MPI_INT and some others use MPI_BYTE)
5473
5474 commit 82791f187dbb46144e40afb1a2b6a467df41dbc1
5475 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
5476 Date:   Sun Feb 3 02:17:02 2013 +0100
5477
5478     Connect log categories used in java bindings.
5479
5480 commit de8c822fef522aa463b0245cab9cf98ee15cd8e7
5481 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
5482 Date:   Sun Feb 3 01:35:52 2013 +0100
5483
5484     Change message to debug loglevel.
5485
5486 commit 94ca11acf4942d6c7f54c452e1dfe5c054e5381f
5487 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
5488 Date:   Sun Feb 3 01:14:39 2013 +0100
5489
5490     Fix java examples: catch exceptions on failures.
5491
5492 commit 322f5f25b4b082304c755b624909f953aa7a5a1e
5493 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
5494 Date:   Sun Feb 3 00:57:32 2013 +0100
5495
5496     Don't let exceptions pass through the MSG layer.
5497
5498 commit dbf95805b9f63cc091a6039e7dfa73d5d164382d
5499 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
5500 Date:   Sun Feb 3 00:45:16 2013 +0100
5501
5502     Typo.
5503
5504 commit 4ddee4eb2e5e6dcb072b7a87e55051a9cf7b5952
5505 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
5506 Date:   Sun Feb 3 00:38:52 2013 +0100
5507
5508     Run Java tests from build directory, instead of source directory.
5509
5510 commit 9ca48f577a750af164cd779c7be47cb4c5730a67
5511 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
5512 Date:   Sun Feb 3 00:27:39 2013 +0100
5513
5514     Remove output file after run.
5515
5516 commit f2501477895e9672b38eb7c8d8e417d089674512
5517 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
5518 Date:   Sun Feb 3 00:25:17 2013 +0100
5519
5520     There's no test for java_io.
5521
5522 commit 77959bacb839e9a33f46b7b0574950c9d8929d5a
5523 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
5524 Date:   Sat Feb 2 23:57:40 2013 +0100
5525
5526     Improve dependencies around simgrid.jar (again).
5527
5528 commit dc7fb5915104be962dc701fa6bf29e8814a61702
5529 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
5530 Date:   Sat Feb 2 16:42:44 2013 +0100
5531
5532     Strip libraries in release mode only.
5533
5534 commit 79dd60ca21e7acddc8f6293be9621cd440dc6310
5535 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
5536 Date:   Sat Feb 2 16:04:04 2013 +0100
5537
5538     SG_java_tracing is not a separate library anymore.
5539
5540 commit 39587fe37a218ff2f975a3225ef48cc86949d809
5541 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
5542 Date:   Sat Feb 2 15:52:03 2013 +0100
5543
5544     Improve output of check_dist_archive.
5545
5546 commit 03f7f1bbc7246127f763df067382b0c8530454fe
5547 Author: Martin Quinson <martin.quinson@loria.fr>
5548 Date:   Sun Feb 3 00:31:45 2013 +0100
5549
5550     cleanups in .gitignore files
5551     
5552     - re-kill two files that got re-added when merging with github
5553     - ignore java compiled files
5554
5555 commit 41ac7e58ef132dea8cea9addf213671ae38229ac
5556 Merge: 0c66fda ab37e64
5557 Author: Martin Quinson <martin.quinson@loria.fr>
5558 Date:   Sun Feb 3 00:29:42 2013 +0100
5559
5560     Merge branch 'master' of github.com:mquinson/simgrid
5561
5562 commit 0c66fdaf89787915a635a30afbd59ef8603f0ad3
5563 Author: George Markomanolis <george@markomanolis.com>
5564 Date:   Fri Feb 1 17:03:01 2013 +0200
5565
5566     Update the MPI_Waitall for SMPI replay tool, remove unnecessary loop
5567
5568 commit ead2689dfad687ab5d189151dfd12ea979c42ae8
5569 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
5570 Date:   Fri Feb 1 11:47:01 2013 +0100
5571
5572     Another fix in build depends.
5573     
5574     Hope it is correct now.
5575     
5576     Workaround a bug in cmake -E touch, where the modifiction time is
5577     truncated when file exists.
5578
5579 commit 2ea615a592d67525bb5f8809c352e2c4075521d7
5580 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
5581 Date:   Fri Feb 1 12:06:04 2013 +0100
5582
5583     model-checker : remove var in list of global variables with MC_ignore_data_bss
5584
5585 commit 874b2dcc3f8484b7f54be8cc126c4a611e74d030
5586 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
5587 Date:   Fri Feb 1 11:17:04 2013 +0100
5588
5589     Add missing files for dist.
5590
5591 commit 2a81801052307ada5cb703000e9a292a437d72e7
5592 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
5593 Date:   Fri Feb 1 11:14:59 2013 +0100
5594
5595     Consolidate .gitignore files.
5596
5597 commit bb90f02025de07b7f6b3e319114764303010562e
5598 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
5599 Date:   Fri Feb 1 11:13:15 2013 +0100
5600
5601     model-checker : fix index of dynar in get_location
5602
5603 commit 2977e6db5b2bc8bc1f66e0517db554193975607c
5604 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
5605 Date:   Fri Feb 1 11:03:03 2013 +0100
5606
5607     Try to guess JSG_BUNDLE on unknown systems.
5608
5609 commit 2a5d2b4d674571788c578d431cd7db9a9d3394e9
5610 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
5611 Date:   Fri Feb 1 10:52:14 2013 +0100
5612
5613     Add rules to install Java bindings.
5614
5615 commit 4f1e10f822e12a46da39e55780d7ad289a52055d
5616 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
5617 Date:   Fri Feb 1 10:40:27 2013 +0100
5618
5619     Fix library name.
5620
5621 commit f914c94fcd14228f2b19d4bc29da518cad6755c0
5622 Author: Maximiliano Geier <maximiliano.geier@loria.fr>
5623 Date:   Fri Feb 1 10:42:02 2013 +0100
5624
5625     chainsend: remove active wait at peer termination
5626
5627 commit 13ea2aa105a0670ea63ce4bc8f08fb3a884e2e73
5628 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
5629 Date:   Fri Feb 1 10:22:15 2013 +0100
5630
5631     Use predefined variables instead of hardcoded values.  Fix #15322.
5632
5633 commit e5211f0677c18dfc4015a44a739fa3f28fb43b93
5634 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
5635 Date:   Fri Feb 1 10:00:39 2013 +0100
5636
5637     Typo.
5638
5639 commit 81c3c0394f8a6fa6ef9fbad74529ce5a82081c2a
5640 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
5641 Date:   Fri Feb 1 02:18:36 2013 +0100
5642
5643     Fix dependencies for Java and its examples.
5644     
5645     Try to avoid to rebuild targets when not needed.
5646
5647 commit 4954e55da24797b576b6cf1dc74f09fd77824d2e
5648 Author: suter <frederic.suter@cc.in2p3.fr>
5649 Date:   Fri Feb 1 10:20:14 2013 +0100
5650
5651     Do the right thing for 'root' and 'end' in dot_add_parallel_task
5652     Various cosmetics
5653
5654 commit 593e0d7ee5f10b1a002ec27a3239dc8ec3e065e5
5655 Author: suter <frederic.suter@cc.in2p3.fr>
5656 Date:   Fri Feb 1 09:37:22 2013 +0100
5657
5658     typo
5659
5660 commit 29ae77a94066dfa43341757e1a51e62df3d4d8fa
5661 Author: Maximiliano Geier <maximiliano.geier@loria.fr>
5662 Date:   Fri Feb 1 10:04:19 2013 +0100
5663
5664     chainsend: reduce filesize in tesh to avoid timeouts in slow platforms
5665
5666 commit 314b9881b1714c0a3f52dbb45c02e0bdb31c57da
5667 Author: Maximiliano Geier <maximiliano.geier@loria.fr>
5668 Date:   Fri Feb 1 09:59:39 2013 +0100
5669
5670     chainsend: remove end of data message, send that information at chain initialization
5671
5672 commit 02ee3c18fe07a264062e9124381b618b5fef287b
5673 Author: Martin Quinson <martin.quinson@loria.fr>
5674 Date:   Fri Feb 1 01:46:57 2013 +0100
5675
5676     bugfix in Task.setDataSize(): change both C and Java worlds
5677
5678 commit a4418a7b3dd1083e90cced2f0abd0b62a0a16120
5679 Author: Martin Quinson <martin.quinson@loria.fr>
5680 Date:   Fri Feb 1 01:38:57 2013 +0100
5681
5682     Compile with a recent flexml
5683
5684 commit 6db32ce774b2bf61fe8d84a063691d9eed9248db
5685 Author: Martin Quinson <martin.quinson@loria.fr>
5686 Date:   Fri Feb 1 01:38:12 2013 +0100
5687
5688     make it compile in paranoid mode
5689
5690 commit 72681a4aeb25a7e5b764febe74aab7f6fadfb95a
5691 Author: Martin Quinson <martin.quinson@loria.fr>
5692 Date:   Thu Jan 31 22:01:12 2013 +0100
5693
5694     ignore some new stuff
5695
5696 commit 0b45215dc45523b8a95cb0edc9d80ca250a8e88e
5697 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
5698 Date:   Fri Feb 1 00:55:28 2013 +0100
5699
5700     model-checker : update tesh bugged1_liveness and chord_neverjoin
5701
5702 commit ae4e4af03720a84f4937d426f1ac8ca4d4fa1291
5703 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
5704 Date:   Thu Jan 31 23:33:43 2013 +0100
5705
5706     model-checker : remove trigger for state equality detection
5707
5708 commit 1216e8f0f02bb52f690f8cb60cfced9d4dc40f57
5709 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
5710 Date:   Thu Jan 31 23:32:03 2013 +0100
5711
5712     model-checker : debug message if log enabled
5713
5714 commit efb48157b629f9950a06c8987c9a41cd354bb979
5715 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
5716 Date:   Thu Jan 31 23:23:19 2013 +0100
5717
5718     model-checker : variable used ifdef MC_VERBOSE
5719
5720 commit 37dc8526fc8f952bd56ab72b4d58b657d34cbbbd
5721 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
5722 Date:   Thu Jan 31 23:05:51 2013 +0100
5723
5724     model-checker : start heap comparison from local variables
5725
5726 commit ff673c35e3a4c59f37040d6ae02ae49458301839
5727 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
5728 Date:   Wed Jan 30 23:34:25 2013 +0100
5729
5730     model-checker : fix get_local_variables
5731
5732 commit d013cec453ee914baf3c62275ea2042c41e7c270
5733 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
5734 Date:   Wed Jan 30 17:18:01 2013 +0100
5735
5736     model-checker : get bytes used in std_heap instead of chunks used
5737
5738 commit 22b764391c906f9c6974dfa7220be455ba6ed8c5
5739 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
5740 Date:   Wed Jan 30 17:12:27 2013 +0100
5741
5742     model-checker : remove unnecessary variable
5743
5744 commit 8f05fce42e8e93a70722dc8794326739ca581f2b
5745 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
5746 Date:   Fri Feb 1 00:44:28 2013 +0100
5747
5748     Remove remaining cruft from simgrid-java import.
5749
5750 commit f4ed810d292615d6b5006fff0d3ea24aefbe2002
5751 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
5752 Date:   Fri Feb 1 00:34:50 2013 +0100
5753
5754     Enable tests for all Java examples.
5755
5756 commit f371a2501c4503399f53c987a2bb24d1de5dfba2
5757 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
5758 Date:   Fri Feb 1 00:34:50 2013 +0100
5759
5760     Enable build for all Java examples.
5761
5762 commit 3dcaeac37eb8cbcda860a7dc8ff1bac8b16e618b
5763 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
5764 Date:   Fri Feb 1 00:34:50 2013 +0100
5765
5766     Oops... forgot to include Java bindings for tracing.
5767
5768 commit e7a1fc1391c712c572ffc711ec9cba1790f7fc24
5769 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
5770 Date:   Fri Feb 1 00:34:50 2013 +0100
5771
5772     Avoid to modify simgrid.jar at each build.
5773
5774 commit ab37e64645b3855e7abd79151e2884196b639fc4
5775 Author: Martin Quinson <martin.quinson@loria.fr>
5776 Date:   Thu Jan 31 22:01:12 2013 +0100
5777
5778     ignore some new stuff
5779
5780 commit e0188e2a2598ce57a4d21a3d7eb5f303aecaf0dd
5781 Merge: bf57dc3 c5e0ef2
5782 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
5783 Date:   Thu Jan 31 22:05:30 2013 +0100
5784
5785     Merge branch 'with_java'
5786
5787 commit c5e0ef2257e5f14e6204b52174003b3d9901c9eb
5788 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
5789 Date:   Thu Jan 31 22:00:14 2013 +0100
5790
5791     Add CMakeLists.txt for examples/java.
5792
5793 commit 668757bba2a5aac2aa9cad51029a8e75d80f41e6
5794 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
5795 Date:   Thu Jan 31 21:58:36 2013 +0100
5796
5797     Update CMakeLists.txt for java_bittorrent.
5798
5799 commit a0717ebd450c0d360a4ef5c5898d51e3b12cbb81
5800 Author: George Markomanolis <george@markomanolis.com>
5801 Date:   Thu Jan 31 22:51:04 2013 +0200
5802
5803     Adding MPI_Alltoall and MPI_Waitall to the SMPI replay tool
5804
5805 commit 025bad09cdc017e00cec2eb23d1af5092ecffd41
5806 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
5807 Date:   Thu Jan 31 22:22:22 2013 +0100
5808
5809     Fix path.
5810
5811 commit 022f306dcd08f62b30b45ffecec00e6b4c8c22cc
5812 Author: suter <frederic.suter@cc.in2p3.fr>
5813 Date:   Thu Jan 31 22:11:46 2013 +0100
5814
5815     don't compile simdag_trace if Tracing is off
5816
5817 commit 450f39091bfbf41590dfdcc521f9ce41cf5bbe01
5818 Author: suter <frederic.suter@cc.in2p3.fr>
5819 Date:   Thu Jan 31 21:58:03 2013 +0100
5820
5821     protect TRACE_sd_dotloader in case Tracing is off
5822
5823 commit b024d41adadfb05e5deb15fe3f9c75ded55ffdbb
5824 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
5825 Date:   Thu Jan 31 21:31:14 2013 +0100
5826
5827     Final fix for the java-bittorrent example.
5828
5829 commit 859eef9c053788bcd8baf790a29cd66557f5db4a
5830 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
5831 Date:   Thu Jan 31 21:29:35 2013 +0100
5832
5833     Combine the native libraries in simgrid.jar.
5834
5835 commit 960423477a73dac2c2144655b963f3aba9e19d54
5836 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
5837 Date:   Thu Jan 31 21:24:37 2013 +0100
5838
5839     Move around remaining files from SimGrid-java.
5840
5841 commit d96c801afcc9beac00274914682f4ce28f54ed7f
5842 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
5843 Date:   Thu Jan 31 18:59:10 2013 +0100
5844
5845     Add java-bittorrent example (still not working).
5846
5847 commit b8ba6c4b021762553d95b6b443ff136e9007f9ba
5848 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
5849 Date:   Thu Jan 31 17:28:17 2013 +0100
5850
5851     Fix warning: [cast] redundant cast to java.lang.String.
5852
5853 commit d601dbd71dbcb5b7e879a30bddfe963dc91082ed
5854 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
5855 Date:   Thu Jan 31 17:27:08 2013 +0100
5856
5857     Enable compile warnings for Java too.
5858
5859 commit 1ee0ed6b44e3639fcfcbb37a43e8709aa95a2db5
5860 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
5861 Date:   Thu Jan 31 17:19:45 2013 +0100
5862
5863     Don't define variables in header file.!
5864
5865 commit e094538b3c56c20f2e93c2d0c01ee970b2a9cff9
5866 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
5867 Date:   Thu Jan 31 16:56:34 2013 +0100
5868
5869     Don't catch exceptions if you don't know what to do after that!
5870     
5871     MSG functions should normally not throw any exception.
5872     
5873     Fixes warnings about "maybe uninitialized variables".
5874
5875 commit cc83f5e22fe421207bc2768c4136a1d62d6f7352
5876 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
5877 Date:   Thu Jan 31 16:11:02 2013 +0100
5878
5879     Build simgrid.jar.
5880
5881 commit bfdb6f5ee2869de9402478e5a6c3fb50accc22e4
5882 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
5883 Date:   Thu Jan 31 14:49:06 2013 +0100
5884
5885     Build libSG_java.
5886
5887 commit 0f532dbbdeb897da84cee5bfc679e077af4a7613
5888 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
5889 Date:   Thu Jan 31 11:55:23 2013 +0100
5890
5891     Define Java source files.
5892
5893 commit 2538f75ca1f38263cc053fabe88fac874dc467cd
5894 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
5895 Date:   Thu Jan 31 11:48:54 2013 +0100
5896
5897     This file is useless now.
5898
5899 commit b054038f9b052cfcda2cee6cbd8a0b78d3d3d99f
5900 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
5901 Date:   Thu Jan 31 11:47:20 2013 +0100
5902
5903     Add Cmake option "enable_java", and search for required dependencies.
5904
5905 commit bf57dc39f9991991f1f94f736787304718026c97
5906 Author: suter <frederic.suter@cc.in2p3.fr>
5907 Date:   Thu Jan 31 15:21:49 2013 +0100
5908
5909     final revalidation of this multi-example
5910
5911 commit f6de0be59ccbf547ff0ab288ca88452cb1ff37b2
5912 Author: suter <frederic.suter@cc.in2p3.fr>
5913 Date:   Thu Jan 31 15:21:21 2013 +0100
5914
5915     more complicated than expected. should be okay now.
5916
5917 commit 28abdd19b7530e488a8e43c992ac810d93ec1173
5918 Author: suter <frederic.suter@cc.in2p3.fr>
5919 Date:   Thu Jan 31 14:23:43 2013 +0100
5920
5921     Simplify the way files are handled
5922     More debug
5923
5924 commit d088711cdac305bbe9a613a38baa8faddd189991
5925 Author: suter <frederic.suter@cc.in2p3.fr>
5926 Date:   Thu Jan 31 11:31:42 2013 +0100
5927
5928     revalidate that too
5929
5930 commit 5e7ef854f9e7a6f643fbf5699540a13da17242be
5931 Author: suter <frederic.suter@cc.in2p3.fr>
5932 Date:   Thu Jan 31 11:29:19 2013 +0100
5933
5934     really revalide tesh (loader set some categories)
5935
5936 commit a8164bfb58950bd870b88b619a44190dcc37599a
5937 Author: suter <frederic.suter@cc.in2p3.fr>
5938 Date:   Thu Jan 31 11:14:53 2013 +0100
5939
5940     revalidate tesh with category dumping
5941
5942 commit ac249310feeadb1a189810085f12127fcd2793d8
5943 Author: suter <frederic.suter@cc.in2p3.fr>
5944 Date:   Thu Jan 31 11:12:03 2013 +0100
5945
5946     revalidate tesh file
5947
5948 commit 15bc0cccd4c7868782641cc6e66cf27fe91e0443
5949 Author: suter <frederic.suter@cc.in2p3.fr>
5950 Date:   Thu Jan 31 11:11:50 2013 +0100
5951
5952     use new category setting function name
5953
5954 commit ef483c0d8247741923113cfcf888a26f0659f88b
5955 Author: suter <frederic.suter@cc.in2p3.fr>
5956 Date:   Thu Jan 31 11:08:04 2013 +0100
5957
5958     make the category setting function public
5959
5960 commit a1fa356c9f8e75f033848056bc46933b3295500a
5961 Author: suter <frederic.suter@cc.in2p3.fr>
5962 Date:   Thu Jan 31 10:55:33 2013 +0100
5963
5964     Warn the user that declaring explicitly 'root' and/or 'end' task in
5965     the DOT file will be ignored. These two tasks have to be dummy ones
5966     and are overwritten anyway.
5967     Add debug
5968
5969 commit d868e81c77c793bfe40ba292797c70c5c48ab53e
5970 Author: suter <frederic.suter@cc.in2p3.fr>
5971 Date:   Thu Jan 31 10:53:00 2013 +0100
5972
5973     add default categories to typed tasks
5974     remove category set/get functions
5975     dump category if set
5976
5977 commit f74beffac2ba29d933a5edeafb2c1b85196e780c
5978 Author: suter <frederic.suter@cc.in2p3.fr>
5979 Date:   Thu Jan 31 10:50:46 2013 +0100
5980
5981     update category setting function name
5982
5983 commit c142ba9ceaa6471b84e0329c61e9f2fa2d8219cd
5984 Author: suter <frederic.suter@cc.in2p3.fr>
5985 Date:   Thu Jan 31 10:49:55 2013 +0100
5986
5987     add global task counter
5988     add tracing functions
5989
5990 commit 1370b0af961940012d4a6875cb828449168b05d0
5991 Author: suter <frederic.suter@cc.in2p3.fr>
5992 Date:   Thu Jan 31 10:48:44 2013 +0100
5993
5994     add a specific file to manage tracing in SimDag
5995
5996 commit 4844c0c1988511ba0f7871f623f10d12921c7b51
5997 Author: suter <frederic.suter@cc.in2p3.fr>
5998 Date:   Thu Jan 31 10:47:42 2013 +0100
5999
6000     remove set/get category functions. Managed in another way now
6001
6002 commit a77278b18dee3dba8874705754d5dbc35e835bf2
6003 Author: suter <frederic.suter@cc.in2p3.fr>
6004 Date:   Thu Jan 31 09:57:21 2013 +0100
6005
6006     use proper header
6007
6008 commit 04b84a29082f8074b760ce2e7194571d2663bb1c
6009 Author: Paul Bédaride <paul.bedaride@gmail.com>
6010 Date:   Thu Jan 31 15:46:19 2013 +0100
6011
6012     Generate a VERSION file with release number during make dist
6013
6014 commit c84bd3e390d0e7ecb20070a8edf461213378b93c
6015 Author: Paul Bédaride <paul.bedaride@gmail.com>
6016 Date:   Thu Jan 31 12:43:38 2013 +0100
6017
6018     Merge simgrid-java documentation into simgrid
6019
6020 commit 40691b478a9bba202b71f696117c0f550686c010
6021 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
6022 Date:   Thu Jan 31 12:02:23 2013 +0100
6023
6024     Use -x to test for executable.
6025
6026 commit 2da2db01b8e191c17611482e5282f8a59dc18ecd
6027 Author: Maximiliano Geier <maximiliano.geier@loria.fr>
6028 Date:   Thu Jan 31 11:59:44 2013 +0100
6029
6030     Added xbt_dynar_remove_n_at to remove an n-sized slice from a dynar
6031     
6032     This function is used to speed up pulling out trace events from the buffer
6033
6034 commit dd5510128a21934443941b3545700d7d28c410a6
6035 Author: Paul Bédaride <paul.bedaride@gmail.com>
6036 Date:   Thu Jan 31 11:14:00 2013 +0100
6037
6038     Revert "Add ModelChecker build type"
6039     
6040     This reverts commit 07eb7317b31474d0b6702c255741b194dbfd2d6d.
6041     
6042     Conflicts:
6043         CMakeLists.txt
6044
6045 commit b9f5c84f32e894b1b8eaefdb86de942dcbdceffe
6046 Author: Paul Bédaride <paul.bedaride@gmail.com>
6047 Date:   Thu Jan 31 11:10:02 2013 +0100
6048
6049     Add documentation to create simcalls
6050
6051 commit 7a7d635337f769993338c2a737bcd6a3a8f949ee
6052 Author: Jonathan Rouzaud-Cornabas <jonathan.rouzaud-cornabas@ens-lyon.fr>
6053 Date:   Thu Jan 31 09:56:07 2013 +0100
6054
6055     Export topology in a much more efficient way.
6056
6057 commit bd479acf08c74fc333e06b620cc55f2edf15fbbf
6058 Author: Paul Bédaride <paul.bedaride@gmail.com>
6059 Date:   Thu Jan 31 09:10:02 2013 +0100
6060
6061     Fix XBT_PUBLIC for pid simcall
6062
6063 commit 8e67b024cf0592ddef06e37870b36d4a4dfe058b
6064 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
6065 Date:   Thu Jan 31 00:40:51 2013 +0100
6066
6067     Move Java sources (Java files) to src/bindings/java/org/.
6068
6069 commit 1283307f26e739e654d195f81cceee5ce1683d99
6070 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
6071 Date:   Thu Jan 31 00:33:50 2013 +0100
6072
6073     Move Java sources (C files) to src/bindings/java/.
6074
6075 commit b558f9b18c938af6a35ebea66ac2323a60178202
6076 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
6077 Date:   Thu Jan 31 00:33:02 2013 +0100
6078
6079     Move Java examples to examples/java/.
6080
6081 commit 7a8cd62135619ad52e05ae1c929ef07e166e4260
6082 Merge: 59de917 6297441
6083 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
6084 Date:   Wed Jan 30 23:56:30 2013 +0100
6085
6086     Incorporate simgrid-java in simgrid-java/.
6087     
6088     In order to keep the history of the simgrid-java repository,
6089     the following procedure was used:
6090     $ git remote add -f java /path/to/simgrid-java.git/
6091     $ git merge -s ours --no-commit java/master
6092     $ git read-tree --prefix src/bindings/java/ -u java/master
6093     $ git commit -m 'Incorporate simgrid-java in simgrid-java/.'
6094
6095 commit 6297441a796323e62ff1a6f1404207db2e55cfb4
6096 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
6097 Date:   Wed Jan 30 23:09:34 2013 +0100
6098
6099     Add (empty) ChangeLog entry for release 3.10.
6100
6101 commit 8d7b2db7cfa8c3c6a5026dca45e44a0f256f1221
6102 Merge: 1afaf3f f25c4bc
6103 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
6104 Date:   Wed Jan 30 23:08:46 2013 +0100
6105
6106     Merge branch 'v3_9_x'
6107
6108 commit f25c4bc49d875e879f352e9f41590776f291954e
6109 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
6110 Date:   Wed Jan 30 23:03:44 2013 +0100
6111
6112     Add (empty) ChangeLog entry for release 3.9.
6113
6114 commit 1afaf3f70de9ba1b4643feec9d7e377e8cd8f47e
6115 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
6116 Date:   Wed Jan 30 22:58:06 2013 +0100
6117
6118     Increase version number.
6119
6120 commit 9be16611d4e46a34c3d150ad37e76409a3b3a643
6121 Author: Paul Bédaride <paul.bedaride@gmail.com>
6122 Date:   Wed Jan 30 22:53:13 2013 +0100
6123
6124     Fix masterslaveDeployment.xml
6125
6126 commit 5f6048cb018bff3560cdbb4da438474a5a23301e
6127 Merge: 61bd0c2 9a83942
6128 Author: Paul Bédaride <paul.bedaride@gmail.com>
6129 Date:   Wed Jan 30 22:45:44 2013 +0100
6130
6131     Merge branch 'v3_9_x'
6132
6133 commit 9a8394275cc43d5fbaf74bbfc0d87fb2862f766b
6134 Author: Paul Bédaride <paul.bedaride@gmail.com>
6135 Date:   Wed Jan 30 19:05:42 2013 +0100
6136
6137     Modify teshs timings
6138
6139 commit 9e0cc75839bb97e7c5a4c25ed97dc53c8acdb011
6140 Merge: 0062810 4df273f
6141 Author: Paul Bédaride <paul.bedaride@gmail.com>
6142 Date:   Wed Jan 30 18:20:59 2013 +0100
6143
6144     Merge commit '4df273f15273f959fc9e6ed69d2bf5e607ec9bf7' into HEAD
6145
6146 commit 59de91764a5c2867799e198b89c7d7cf1c9665d6
6147 Merge: 87bc879 fbbc5d9
6148 Author: Paul Bédaride <paul.bedaride@gmail.com>
6149 Date:   Wed Jan 30 18:08:19 2013 +0100
6150
6151     Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid
6152
6153 commit 87bc879019fc94e7ff1bc1ada77ecf85b0b588af
6154 Author: Paul Bédaride <paul.bedaride@gmail.com>
6155 Date:   Wed Jan 30 18:08:03 2013 +0100
6156
6157     Fix missing proto for PID functions
6158
6159 commit fbbc5d9c3b45d6be495f0b7f85ce84547c173567
6160 Merge: 373ed09 99354a5
6161 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
6162 Date:   Wed Jan 30 17:15:42 2013 +0100
6163
6164     Merge branch 'v3_9_x'
6165
6166 commit 373ed09fef634fb125c5039bbc722fbe49e93120
6167 Merge: 826c8a2 1625ecc
6168 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
6169 Date:   Wed Jan 30 17:14:54 2013 +0100
6170
6171     Merge remote-tracking branch 'github/master'
6172
6173 commit 99354a50cb08c0d112cdf15bebc677643845eee1
6174 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
6175 Date:   Wed Jan 30 16:58:05 2013 +0100
6176
6177     Add test for distcheck.
6178
6179 commit 20a72f83f0501485ccd746322957c3de2ce5c5d8
6180 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
6181 Date:   Wed Jan 30 16:52:17 2013 +0100
6182
6183     Add script to compare git repository and tardist.
6184
6185 commit 147fc0e3c6d41f860095806d70bb74bc173982c5
6186 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
6187 Date:   Wed Jan 30 16:51:24 2013 +0100
6188
6189     Add file to tardist.
6190
6191 commit 79170160bcdb4972cc62480c7c703a447f2d47b8
6192 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
6193 Date:   Wed Jan 30 16:41:24 2013 +0100
6194
6195     Remove old cruft.
6196
6197 commit f62d1850e4dfa486dab5e6f45d6d58f645431c76
6198 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
6199 Date:   Wed Jan 30 16:41:07 2013 +0100
6200
6201     Consolidate .gitignore files.
6202
6203 commit 61b17fae2ddf9cf1477f6de143e617d2f44ad3a9
6204 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
6205 Date:   Wed Jan 30 16:25:30 2013 +0100
6206
6207     Remove unused file.
6208
6209 commit 98bd1244ac48f2fbf9cd50d75820a87fb630639a
6210 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
6211 Date:   Wed Jan 30 16:22:38 2013 +0100
6212
6213     This file does not need to be distributed.
6214
6215 commit 1625ecc60d22425fe2fdbd1d6d6cc9c69142de64
6216 Author: Paul Bédaride <paul.bedaride@gmail.com>
6217 Date:   Wed Jan 30 16:18:07 2013 +0100
6218
6219     Make MSG use SIMIX pids
6220
6221 commit 06ee15f57336cd94ef7be68947df842dbce28675
6222 Author: Paul Bédaride <paul.bedaride@gmail.com>
6223 Date:   Wed Jan 30 11:27:42 2013 +0100
6224
6225     Add test for msg pid
6226
6227 commit 826c8a2c215097957759f992e2fa7f31fb1a98b8
6228 Merge: 8b00e4f a952e7b
6229 Author: Jonathan Rouzaud-Cornabas <jonathan.rouzaud-cornabas@ens-lyon.fr>
6230 Date:   Wed Jan 30 14:32:43 2013 +0100
6231
6232     Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid
6233
6234 commit fa3940d0d512ec2ae416d9c1219379b7dcb0ce1e
6235 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
6236 Date:   Wed Jan 30 14:06:58 2013 +0100
6237
6238     More missing files...
6239
6240 commit a952e7b8f580680c94a08ddb1ffbc76c56ac4bc8
6241 Merge: b289e37 e0ff34b
6242 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
6243 Date:   Wed Jan 30 12:33:26 2013 +0100
6244
6245     Merge branch 'v3_9_x'
6246
6247 commit 61bd0c289f356c79890ba0f17797a29987b53716
6248 Author: Jonathan Rouzaud-Cornabas <jonathan.rouzaud-cornabas@ens-lyon.fr>
6249 Date:   Wed Jan 30 12:30:16 2013 +0100
6250
6251     Add MSG_task_set_data_size function binding
6252
6253 commit 8b00e4fed886b2f358a1c00494f4487e1a6cb20d
6254 Author: Jonathan Rouzaud-Cornabas <jonathan.rouzaud-cornabas@ens-lyon.fr>
6255 Date:   Wed Jan 30 12:29:58 2013 +0100
6256
6257     Add MSG_task_set_data_size function
6258
6259 commit e0ff34ba29fdf329b1dbc4860e6b1ddd7242a8d5
6260 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
6261 Date:   Wed Jan 30 12:25:36 2013 +0100
6262
6263     Don't know what this file is for.  Just delete it!.
6264
6265 commit 0f3600baee5484a9ab8d96528462a4b906af51ea
6266 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
6267 Date:   Wed Jan 30 12:24:23 2013 +0100
6268
6269     Correclty distribute the lua/{bittorrent,kademlia} examples.
6270
6271 commit 13f416ea12e066fb9c55b8a4f864736825131f9f
6272 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
6273 Date:   Wed Jan 30 12:20:35 2013 +0100
6274
6275     Sort file names.
6276
6277 commit ed92896ceb94621af0768444f311c1e5a69677d2
6278 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
6279 Date:   Wed Jan 30 12:04:57 2013 +0100
6280
6281     Add the HelloWorld example to the doc.
6282
6283 commit bed3358ca90f8648632c93a5d497d773e45b6479
6284 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
6285 Date:   Wed Jan 30 11:59:35 2013 +0100
6286
6287     Add more missing files to the archive.
6288
6289 commit 08636053c586fc1f2c97e4b51675598485f79475
6290 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
6291 Date:   Wed Jan 30 11:54:55 2013 +0100
6292
6293     Remove remaining trace of chord_before_dsend.
6294
6295 commit 94ce2461e6d79a3db32abdbc0fe171f77a2c57e6
6296 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
6297 Date:   Wed Jan 30 11:45:39 2013 +0100
6298
6299     Disable bittorrent/parallel tests in release mode.
6300     
6301     These tests are known to fail *sometimes*.  Define environment variable SG_EXENV to
6302     "true", so that the tests fail consistently, and "make distcheck" succeeds.
6303
6304 commit e385be8e5c90d30519321a93f02b0c8beba48568
6305 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
6306 Date:   Wed Jan 30 11:09:13 2013 +0100
6307
6308     Improve message.
6309
6310 commit b3d597cdfa9df720b698d60becab11f5a669d68f
6311 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
6312 Date:   Wed Jan 30 10:58:44 2013 +0100
6313
6314     File looks unused too.  Remove it.
6315
6316 commit 12ab8155c115cf98d7c07683d2e70604543368d5
6317 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
6318 Date:   Wed Jan 30 10:33:13 2013 +0100
6319
6320     Add more missing files to the archive.
6321
6322 commit 4ebffd7bfb2ea2c900b0248cdc99da1dcd1aacda
6323 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
6324 Date:   Wed Jan 30 10:33:13 2013 +0100
6325
6326     Sort file names.
6327
6328 commit e7b9be91dd3d19d407e73e903db91621adf8ccbe
6329 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
6330 Date:   Wed Jan 30 10:10:59 2013 +0100
6331
6332     Remove now unused file.
6333
6334 commit d15b6b19eebea3ea377bb1a6de79b2d4a5e3f0bb
6335 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
6336 Date:   Tue Jan 29 21:45:55 2013 +0100
6337
6338     This file looks unused.
6339
6340 commit 5df661fee70abcf19d747a8edef86c3755c948e5
6341 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
6342 Date:   Wed Jan 30 02:11:21 2013 +0100
6343
6344     Remove "verbose" flag from tar generation.
6345
6346 commit b289e37c7ad67a06a0428b33dc99ccfd15b5fac2
6347 Merge: c9a7c08 aa192f6
6348 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
6349 Date:   Wed Jan 30 02:05:46 2013 +0100
6350
6351     Merge remote-tracking branch 'github/master'
6352
6353 commit d4e748b9801d1515b77db1080885ee83ff0dafc8
6354 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
6355 Date:   Wed Jan 30 01:26:05 2013 +0100
6356
6357     Also include generated doc in archive.
6358
6359 commit c9a7c0824a9cee4a6a22a4b90ffe382926dea4a4
6360 Merge: af98b4e 7180ea8
6361 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
6362 Date:   Wed Jan 30 01:17:26 2013 +0100
6363
6364     Merge branch 'v3_9_x'
6365
6366 commit 7180ea8446785dbdd3faba8e53f18982520934ea
6367 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
6368 Date:   Wed Jan 30 01:14:14 2013 +0100
6369
6370     Install doc in doc/simgrid.
6371
6372 commit c7231b45b6de3d5dd07c12fd3234654e07f33151
6373 Author: Martin Quinson <martin.quinson@loria.fr>
6374 Date:   Wed Jan 30 01:07:23 2013 +0100
6375
6376     more verbose message
6377
6378 commit aa192f6d7ece3eefc304338f852824cc15be6909
6379 Author: Paul Bédaride <paul.bedaride@gmail.com>
6380 Date:   Wed Jan 30 01:05:25 2013 +0100
6381
6382     Set a fixed seed for srand and srand48
6383
6384 commit af98b4ecc7b8ab3dc60fabbcc883868c8a805818
6385 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
6386 Date:   Wed Jan 30 00:43:17 2013 +0100
6387
6388     Prepare files for next release.
6389
6390 commit 6a6209ae617ba25152ddd80cd3b79d72748d7bd5
6391 Merge: 9b7b7b4 4850a21
6392 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
6393 Date:   Wed Jan 30 00:55:52 2013 +0100
6394
6395     Merge branch 'v3_9_x'
6396
6397 commit 054fe0158b9dbabd36c3ca35f808a572b8764b94
6398 Author: Jonathan Rouzaud-Cornabas <jonathan.rouzaud-cornabas@ens-lyon.fr>
6399 Date:   Wed Jan 30 00:45:52 2013 +0100
6400
6401     Add dsendBounded + sendBounded with timeout
6402
6403 commit 9b7b7b451f40c2aa97770c808f601213aa15cc6c
6404 Merge: 20f2291 23719e4
6405 Author: Jonathan Rouzaud-Cornabas <jonathan.rouzaud-cornabas@ens-lyon.fr>
6406 Date:   Wed Jan 30 00:25:21 2013 +0100
6407
6408     Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid
6409
6410 commit 20f2291e7c83e26eebe9aeb61a91b76b5aed5a64
6411 Author: Jonathan Rouzaud-Cornabas <jonathan.rouzaud-cornabas@ens-lyon.fr>
6412 Date:   Wed Jan 30 00:25:05 2013 +0100
6413
6414     Add dsend_bounded send_with_timeout_bounded
6415
6416 commit 4850a21a0c6e5a9aabe9d9a5e366108381b7a8a7
6417 Merge: 19676e2 42e69c5
6418 Author: Martin Quinson <martin.quinson@loria.fr>
6419 Date:   Wed Jan 30 00:08:30 2013 +0100
6420
6421     Merge branch 'v3_9_x' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid into v3_9_x
6422
6423 commit 23719e42c34c5f11de784380168a822d4296b1cf
6424 Merge: f880a98 42e69c5
6425 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
6426 Date:   Tue Jan 29 23:52:23 2013 +0100
6427
6428     Merge branch 'v3_9_x'
6429
6430 commit 19676e284575c2ab70cc36622fdf1837a513ba27
6431 Author: Martin Quinson <martin.quinson@loria.fr>
6432 Date:   Tue Jan 29 23:36:26 2013 +0100
6433
6434     bunch of files missing from the archive, breaking the tests
6435
6436 commit fdb00db083af84f44f82e6dfd98140a4b1c08c22
6437 Author: Paul Bédaride <paul.bedaride@gmail.com>
6438 Date:   Tue Jan 29 22:18:20 2013 +0100
6439
6440     Storage parsing skip empty line
6441
6442 commit fef2995bc27f7a50cfaa9227e0e4fa0e52010a45
6443 Author: Martin Quinson <martin.quinson@loria.fr>
6444 Date:   Tue Jan 29 22:04:34 2013 +0100
6445
6446     Actually, we run tests to see the problems when they exist
6447
6448 commit f49142d127a18e57635fd8c54abfb450c4600339
6449 Author: Martin Quinson <martin.quinson@loria.fr>
6450 Date:   Tue Jan 29 22:01:19 2013 +0100
6451
6452     read the 'how to release' page
6453
6454 commit 366ab202c53bb6be55740e3c85f810d1f1468de1
6455 Author: Martin Quinson <martin.quinson@loria.fr>
6456 Date:   Tue Jan 29 22:00:26 2013 +0100
6457
6458     this file got renamed in the tesh
6459
6460 commit ef152e58174ac2ad1c0eea45462532d1d07dcaf8
6461 Author: Paul Bédaride <paul.bedaride@gmail.com>
6462 Date:   Tue Jan 29 18:51:08 2013 +0100
6463
6464     Fix kademlia node sort
6465
6466 commit 42e69c5d43675587aae0bb367b8bf0746f6be13a
6467 Merge: c5e2d21 dd61727
6468 Author: Martin Quinson <martin.quinson@loria.fr>
6469 Date:   Tue Jan 29 22:24:30 2013 +0100
6470
6471     Merge branch 'v3_9_x' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid into v3_9_x
6472
6473 commit c5e2d219e98b48fd40f3f03c3fd7b9b53d523cf6
6474 Merge: c7bc969 8782653
6475 Author: Paul Bédaride <paul.bedaride@gmail.com>
6476 Date:   Tue Jan 29 22:22:41 2013 +0100
6477
6478     Merge branch 'v3_9_x' of github.com:mquinson/simgrid into v3_9_x
6479
6480 commit c7bc969088ae0b8ad6444b11d81044fc7333490c
6481 Author: Paul Bédaride <paul.bedaride@gmail.com>
6482 Date:   Tue Jan 29 22:18:20 2013 +0100
6483
6484     Storage parsing skip empty line
6485
6486 commit dd6172744f78fbe8dac3c17ea41ecca98ae432e2
6487 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
6488 Date:   Tue Jan 29 22:08:05 2013 +0100
6489
6490     Add missing tesh files to the archive.
6491
6492 commit f880a981b384591115dc6779af347db1946a536a
6493 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
6494 Date:   Tue Jan 29 22:08:05 2013 +0100
6495
6496     Add missing tesh files to the archive.
6497
6498 commit 87826538666a9bb45c088f6485cb2532684e529e
6499 Author: Martin Quinson <martin.quinson@loria.fr>
6500 Date:   Tue Jan 29 22:04:34 2013 +0100
6501
6502     Actually, we run tests to see the problems when they exist
6503
6504 commit d081b4a047d104d67945058636b1e535f9e0a745
6505 Author: Martin Quinson <martin.quinson@loria.fr>
6506 Date:   Tue Jan 29 22:01:19 2013 +0100
6507
6508     read the 'how to release' page
6509
6510 commit bd03d7d634c40d637c692085c4c7578083b862e2
6511 Author: Martin Quinson <martin.quinson@loria.fr>
6512 Date:   Tue Jan 29 22:00:26 2013 +0100
6513
6514     this file got renamed in the tesh
6515
6516 commit 93fe7f4019d97dc1b525dad00165d766b6ae7c06
6517 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
6518 Date:   Tue Jan 29 21:45:55 2013 +0100
6519
6520     This file looks unused.
6521
6522 commit 3fff6afce49e0137b90458af1c7cc766c527481b
6523 Author: Paul Bédaride <paul.bedaride@gmail.com>
6524 Date:   Tue Jan 29 18:51:08 2013 +0100
6525
6526     Fix kademlia node sort
6527
6528 commit bb35a1bfe85c39c1ba4ca5c13992c4347d4694e3
6529 Author: Martin Quinson <martin.quinson@loria.fr>
6530 Date:   Tue Jan 29 19:41:23 2013 +0100
6531
6532     get ready for the release
6533
6534 commit a0aee0be9f11332403318ca3a8e8be5280d97596
6535 Author: Martin Quinson <martin.quinson@loria.fr>
6536 Date:   Tue Jan 29 19:41:23 2013 +0100
6537
6538     get ready for the release
6539
6540 commit e6e653ac5c6803a507ccb966a6e561500f0208a2
6541 Author: suter <frederic.suter@cc.in2p3.fr>
6542 Date:   Tue Jan 29 19:18:17 2013 +0100
6543
6544     oups! forgot to rest some parts ...
6545
6546 commit 8026814e6ed70007a65bc03ebc952d9c885149ad
6547 Author: Martin Quinson <martin.quinson@loria.fr>
6548 Date:   Tue Jan 29 18:18:10 2013 +0100
6549
6550     The tutorials were moved on the website
6551
6552 commit aeab976afcfca830864adfec41b33bc180415327
6553 Merge: 8e9f3ce caace37
6554 Author: Paul Bédaride <paul.bedaride@gmail.com>
6555 Date:   Tue Jan 29 19:29:08 2013 +0100
6556
6557     Merge branch 'master' of 192.168.8.160:/git/simgrid
6558
6559 commit 6818b713411ead8f6b15250cf2d89ff24b75a8fa
6560 Author: Martin Quinson <martin.quinson@loria.fr>
6561 Date:   Tue Jan 29 18:18:10 2013 +0100
6562
6563     The tutorials were moved on the website
6564
6565 commit 6a6daf258cae7fc8ab36af83f8aeb388c78d7059
6566 Author: suter <frederic.suter@cc.in2p3.fr>
6567 Date:   Tue Jan 29 19:18:17 2013 +0100
6568
6569     oups! forgot to rest some parts ...
6570
6571 commit efb1d2a87f0ea8a73dcf7b6a415009b448924c53
6572 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
6573 Date:   Tue Jan 29 18:21:42 2013 +0100
6574
6575     Add missing files.
6576
6577 commit 020cbee0530ccdfaef033bec1ff205560f48c0bc
6578 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
6579 Date:   Tue Jan 29 18:15:50 2013 +0100
6580
6581     Sort file names.
6582
6583 commit 0e04f8c3bdd28dc6289f28996e05ad333e4eb1d2
6584 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
6585 Date:   Tue Jan 29 18:12:34 2013 +0100
6586
6587     Also make simgrid_documentation whith distcheck.
6588
6589 commit 8819b5481711e4eb256621c09b807087d1446b2c
6590 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
6591 Date:   Tue Jan 29 18:00:04 2013 +0100
6592
6593     Add msg-tuto-src to doc sources.
6594
6595 commit 28eabd18183adf815111dfdd09b53735d3856acb
6596 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
6597 Date:   Tue Jan 29 18:21:42 2013 +0100
6598
6599     Add missing files.
6600
6601 commit 49bd5d8b39f62b447dc8b011a891d087f6d4a9e8
6602 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
6603 Date:   Tue Jan 29 18:15:50 2013 +0100
6604
6605     Sort file names.
6606
6607 commit 355578b01b969e2cafac43ca2716720b8d76a71b
6608 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
6609 Date:   Tue Jan 29 18:12:34 2013 +0100
6610
6611     Also make simgrid_documentation whith distcheck.
6612
6613 commit 3f153bec5149e8a85cdc995f4e3bcfbb3ebcf2bd
6614 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
6615 Date:   Tue Jan 29 18:00:04 2013 +0100
6616
6617     Add msg-tuto-src to doc sources.
6618
6619 commit 8e9f3ce9f2e2546fe06f3a2057c17770ca755895
6620 Author: Paul Bédaride <paul.bedaride@gmail.com>
6621 Date:   Tue Jan 29 18:51:08 2013 +0100
6622
6623     Fix kademlia node sort
6624
6625 commit 5298602a43791e0cf9807702ba8c683d25d3a16d
6626 Author: Martin Quinson <martin.quinson@loria.fr>
6627 Date:   Tue Jan 29 17:52:14 2013 +0100
6628
6629     improve a comment in a little corner
6630
6631 commit e9c70bd501b9bbfde5e4b15e2a4dc6abdb33ae46
6632 Author: Martin Quinson <martin.quinson@loria.fr>
6633 Date:   Tue Jan 29 17:08:53 2013 +0100
6634
6635     refuse to compile in maintainer mode if flexml is not recent enough
6636
6637 commit 6145e635cc09a3410295d98723b2a1b3311976c4
6638 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
6639 Date:   Tue Jan 29 17:41:02 2013 +0100
6640
6641     Test is known to fail.
6642
6643 commit 2e0eac369b67aa9b4254a8372c563513133f1cd0
6644 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
6645 Date:   Tue Jan 29 17:31:57 2013 +0100
6646
6647     Actually install the doc.
6648
6649 commit b45ee5e2d512e5c882dd419f9904578a8913eb98
6650 Author: Martin Quinson <martin.quinson@loria.fr>
6651 Date:   Tue Jan 29 17:52:14 2013 +0100
6652
6653     improve a comment in a little corner
6654
6655 commit 83149ac614195c6ce583f319de3493c31418d1fd
6656 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
6657 Date:   Tue Jan 29 17:41:02 2013 +0100
6658
6659     Test is known to fail.
6660
6661 commit 60189b265fe775976d22750f4ed77d346138b7aa
6662 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
6663 Date:   Tue Jan 29 17:31:57 2013 +0100
6664
6665     Actually install the doc.
6666
6667 commit 98a625b0272bf3e305e90c892234d445f18362fa
6668 Author: Martin Quinson <martin.quinson@loria.fr>
6669 Date:   Tue Jan 29 17:08:53 2013 +0100
6670
6671     refuse to compile in maintainer mode if flexml is not recent enough
6672
6673 commit 5b6ee7ed7f29670ede185d8b777278ca1133becb
6674 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
6675 Date:   Tue Jan 29 16:33:06 2013 +0100
6676
6677     Connect log category xbt_heap.
6678
6679 commit d0dadc425a1bea8f7186dee616761efc76911943
6680 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
6681 Date:   Tue Jan 29 16:25:23 2013 +0100
6682
6683     In fact, doc/{user,ref}_guide are useless now.
6684
6685 commit 73da83c4318087e842fe48c2faff661087895cd2
6686 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
6687 Date:   Tue Jan 29 16:33:06 2013 +0100
6688
6689     Connect log category xbt_heap.
6690
6691 commit 52aaed6b60cdb4ad726a1d5d0c06466a4ca652c7
6692 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
6693 Date:   Tue Jan 29 16:25:23 2013 +0100
6694
6695     In fact, doc/{user,ref}_guide are useless now.
6696
6697 commit 94b2842e581ee8c5aa72c68e305684e8c7ff404f
6698 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
6699 Date:   Tue Jan 29 16:08:57 2013 +0100
6700
6701     mkdir doc/user_guide/html/
6702
6703 commit caace37d58ad00e1ffdc684850a1c9ab59ad2f79
6704 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
6705 Date:   Tue Jan 29 16:08:57 2013 +0100
6706
6707     mkdir doc/user_guide/html/
6708
6709 commit e28a572f1354466dd3d96a043500a14a87c04ada
6710 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
6711 Date:   Tue Jan 29 15:59:23 2013 +0100
6712
6713     File was deleted a few days ago.
6714
6715 commit 4821bac3716dead4556467c9ea98a0defc8062b1
6716 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
6717 Date:   Tue Jan 29 15:59:23 2013 +0100
6718
6719     File was deleted a few days ago.
6720
6721 commit 090fb57486c1c8d17cbea84bbf023c940f0dbf73
6722 Merge: d5de88c 2d9f158
6723 Author: Jonathan Rouzaud-Cornabas <jonathan.rouzaud-cornabas@ens-lyon.fr>
6724 Date:   Tue Jan 29 15:48:16 2013 +0100
6725
6726     Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid
6727
6728 commit d5de88ceabe3532f5c8c63147d7729b48185dfe6
6729 Author: Jonathan Rouzaud-Cornabas <jonathan.rouzaud-cornabas@ens-lyon.fr>
6730 Date:   Tue Jan 29 15:48:03 2013 +0100
6731
6732     Add MSG_task_isend_bounded
6733
6734 commit 3802cdd96c23984d0ca4431322a3755c3ed9ef8c
6735 Author: Jonathan Rouzaud-Cornabas <jonathan.rouzaud-cornabas@ens-lyon.fr>
6736 Date:   Tue Jan 29 15:47:17 2013 +0100
6737
6738     Add isendBounded for Task
6739
6740 commit 2d9f15893f0d30616ba394c85df84509563e950c
6741 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
6742 Date:   Tue Jan 29 15:29:26 2013 +0100
6743
6744     Typos + whitespace cleanup.
6745
6746 commit b001196daef8180e2b1df4e623ee4cfc6c4daa68
6747 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
6748 Date:   Mon Jan 28 16:28:47 2013 +0100
6749
6750     Avoid "maybe uninitialized" warning.
6751
6752 commit 6d2f9a6f0b14d7fe1f51dfe3b576a9bf2397ddb5
6753 Author: Augustin Degomme <degomme@idpann.imag.fr>
6754 Date:   Mon Jan 28 10:10:35 2013 +0100
6755
6756     do not force the O2 parameter inside SMPI scripts
6757
6758 commit ef10f0c17cccc20c91befa9727ad9c4932827697
6759 Author: Augustin Degomme <degomme@idpann.imag.fr>
6760 Date:   Mon Jan 28 09:59:38 2013 +0100
6761
6762     create backbone if either one of the bandwidth or latency is set to a value != 0, fixes #14873
6763
6764 commit e1648ed1227078a777534d9b24bb4a4970e6df01
6765 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
6766 Date:   Mon Jan 28 11:11:59 2013 +0100
6767
6768     unnecessary loop for the reset of the simcall args
6769
6770 commit 496eaae77e9e05c65442a456f19af345a584ee0a
6771 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
6772 Date:   Mon Jan 28 10:35:40 2013 +0100
6773
6774     model-checker : don't need to reset the result of simcal actually, remove unnecessary memset
6775
6776 commit 4bd100c60f5ce9eb90336facb97e09e1db932ca4
6777 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
6778 Date:   Mon Jan 28 10:19:52 2013 +0100
6779
6780     model-checker : reset args and result of simcalls in simcall_BODY macro
6781
6782 commit 9a10d9dc4c75ef2443ecf56b1ef7cb0720d061b9
6783 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
6784 Date:   Fri Jan 25 14:07:18 2013 +0100
6785
6786     Use %zu for type size_t.
6787
6788 commit f703e5eea34c57dbfcda1f9c6d2e8ac3f1512062
6789 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
6790 Date:   Fri Jan 25 13:05:25 2013 +0100
6791
6792     model-checker : need to switch between raw heap and std heap to remove ignore region
6793
6794 commit 1fe09f54bac3c43710f19de37bcec99cd19b92a8
6795 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
6796 Date:   Fri Jan 25 11:32:44 2013 +0100
6797
6798     model-checker : move function from mc_global in mm_module (compilation error without MC)
6799
6800 commit 99a12f0cb39eec92a0a1b8cbd3e1cf3e50559fba
6801 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
6802 Date:   Fri Jan 25 11:15:02 2013 +0100
6803
6804     model-checker : compare directly local variables found with DWARF and libunwind
6805
6806 commit aeecccef59f268281e3c0423a535ccc4e001e491
6807 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
6808 Date:   Fri Jan 25 11:02:43 2013 +0100
6809
6810     model-checker : start canonicalizatipn in heap comparison from global variables
6811
6812 commit 2de2be634908582c082f28ee99ebb337c57aa86e
6813 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
6814 Date:   Thu Jan 24 11:36:01 2013 +0100
6815
6816     model-checker : cleanups for heap comparison from global and local variables
6817
6818 commit 931f8df48073275d32886390f5182c5b9663d5fd
6819 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
6820 Date:   Tue Jan 22 17:48:59 2013 +0100
6821
6822     model-checker : stop heap comparison when the first block/fragment without equality is found
6823
6824 commit fd12164a2a077fd82a69ac8941511c60fe545712
6825 Author: Martin Quinson <martin.quinson@loria.fr>
6826 Date:   Thu Jan 24 14:31:11 2013 +0100
6827
6828     iirk, that item is particularly outdated and now ridiculous
6829
6830 commit db907e5d1aa9f0a3898b64e4b734447512f2b8a3
6831 Author: Arnaud Legrand <arnaud.legrand@imag.fr>
6832 Date:   Thu Jan 24 10:39:23 2013 +0100
6833
6834     Stupid git test (sorry for the noise)
6835
6836 commit 48eda6a2033423e980783b6e40bc35824808bb9a
6837 Author: Paul Bédaride <paul.bedaride@gmail.com>
6838 Date:   Wed Jan 23 18:22:01 2013 +0100
6839
6840     ChangeLog update
6841
6842 commit 656ccde4d843648bc5c5d2a10cbbf767c1183a93
6843 Author: Paul Bédaride <paul.bedaride@gmail.com>
6844 Date:   Wed Jan 23 18:12:38 2013 +0100
6845
6846     Remove MSG_load_platform_script and SD_load_environment_script functions
6847
6848 commit b565321ff8836a84c3d14c22c0789858086aa6c7
6849 Author: Paul Bédaride <paul.bedaride@gmail.com>
6850 Date:   Wed Jan 23 17:14:35 2013 +0100
6851
6852     Remove simdag-test-lua
6853
6854 commit 2ddaad87cbb9584159fd9ea054a4dd0dbf1224b2
6855 Merge: cae4f3c 0b72000
6856 Author: Paul Bédaride <paul.bedaride@gmail.com>
6857 Date:   Wed Jan 23 15:19:30 2013 +0100
6858
6859     Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid
6860
6861 commit cae4f3ce3a29af78349034eaa7206185fa66ebef
6862 Author: Paul Bédaride <paul.bedaride@gmail.com>
6863 Date:   Wed Jan 23 15:18:51 2013 +0100
6864
6865     Add the msg tutorial of Arnauld Legrand to doxygen
6866
6867 commit 0b720001b36cdb467aacc4a6ec7508226c8d2db6
6868 Author: suter <frederic.suter@cc.in2p3.fr>
6869 Date:   Tue Jan 22 14:10:04 2013 +0100
6870
6871     mem leak --
6872
6873 commit 40bbc8645482f0b800c24b4cffd13e58d60e45fd
6874 Author: suter <frederic.suter@cc.in2p3.fr>
6875 Date:   Tue Jan 22 12:13:42 2013 +0100
6876
6877     when scheduling the same application more than once, better to free
6878     remaining stuff before allocating them again
6879
6880 commit 6dbb38af3c37db705cc8db42a903b5d5a27fb95a
6881 Author: suter <frederic.suter@cc.in2p3.fr>
6882 Date:   Tue Jan 22 12:12:04 2013 +0100
6883
6884     tiny reindent
6885
6886 commit f84cfe8277f2b62f9caff0052fea73eb468e26a5
6887 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
6888 Date:   Mon Jan 21 22:45:54 2013 +0100
6889
6890     Fix build error with clang.
6891     
6892     error: redefinition of typedef s_xbt_dictelm_t is invalid in C [-Wtypedef-redefinition].
6893
6894 commit 18d0167716b0d86b07ef2e3feaacc8b3c9238326
6895 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
6896 Date:   Mon Jan 21 22:25:35 2013 +0100
6897
6898     Make it build again after commit 48404c66fc4d8248308db1d1398cb79a6763077e.
6899
6900 commit a93d9a4ceb57a26d8fa1c3904ce7904ff727f2e1
6901 Author: suter <frederic.suter@cc.in2p3.fr>
6902 Date:   Mon Jan 21 21:22:00 2013 +0100
6903
6904     Improve behavior of SD_application_reinit. Now, you can schedule tasks
6905     again ... which was the initial point
6906
6907 commit 268230ad6ae834e8749ee07226efc1913cfd2932
6908 Author: suter <frederic.suter@cc.in2p3.fr>
6909 Date:   Mon Jan 21 21:18:01 2013 +0100
6910
6911     revalidate tesh files with correct output
6912
6913 commit 081c68fbba3ebbb3bdd5471d46201d9f7731ae94
6914 Author: suter <frederic.suter@cc.in2p3.fr>
6915 Date:   Mon Jan 21 20:52:07 2013 +0100
6916
6917     don't use binary mask
6918
6919 commit e1a94e1131e309dd8cf98bb4bf650f3b23d3c2d5
6920 Author: suter <frederic.suter@cc.in2p3.fr>
6921 Date:   Mon Jan 21 16:24:38 2013 +0100
6922
6923     why let the user give a name to a dependency if s/he cannot get it
6924     after?
6925
6926 commit 48404c66fc4d8248308db1d1398cb79a6763077e
6927 Author: Paul Bédaride <paul.bedaride@gmail.com>
6928 Date:   Mon Jan 21 14:08:04 2013 +0100
6929
6930     All hosts types fusion to xbt_dictelm_t
6931
6932 commit 8498a654bd5379c957de389f3dbf4fc015e8b0b1
6933 Author: suter <frederic.suter@cc.in2p3.fr>
6934 Date:   Sun Jan 20 16:29:47 2013 +0100
6935
6936     can be interesting to get the value of the alpha parameter for parallel
6937     typed tasks
6938
6939 commit ac4e89145c9f4dfe554d6c97bfd2f869b57bd3ba
6940 Author: Martin Quinson <martin.quinson@loria.fr>
6941 Date:   Fri Jan 18 09:44:27 2013 +0100
6942
6943     increase the timeout of this test
6944
6945 commit b7d15f971798dc36cae930c545b760a8cfec8f78
6946 Author: suter <frederic.suter@cc.in2p3.fr>
6947 Date:   Thu Jan 17 17:01:22 2013 +0100
6948
6949     document addition of new simdag dot loader
6950
6951 commit c8b6d6839f2cd40cdb9b86c52c5bdacd2b271166
6952 Author: suter <frederic.suter@cc.in2p3.fr>
6953 Date:   Thu Jan 17 16:56:28 2013 +0100
6954
6955     add a test of the creation of a parallel task graph from a dot file
6956
6957 commit da6152abb1ea8e9d90d323f846b6703a14ee08e4
6958 Author: suter <frederic.suter@cc.in2p3.fr>
6959 Date:   Thu Jan 17 16:54:48 2013 +0100
6960
6961     add a new loader that creates a parallel task graph (i.e., a DAG whose
6962     nodes are parallel tasks) from a dot file. Creates a dynar of typed
6963     parallel tasks (SD_TASK_COMP_PAR_AMDAHL and SD_TASK_COMM_MXN_1D_BLOCK)
6964
6965 commit e1aab19126287838930239f1d9dabc6ebc873f3a
6966 Author: suter <frederic.suter@cc.in2p3.fr>
6967 Date:   Thu Jan 17 16:48:23 2013 +0100
6968
6969     change verbose messages
6970
6971 commit e15e517a25646bf11ea186ab7287b9df8280dae3
6972 Author: suter <frederic.suter@cc.in2p3.fr>
6973 Date:   Wed Jan 16 18:10:36 2013 +0100
6974
6975     better support of parallel typed tasks in dump and dotty functions
6976
6977 commit 5bd11d19929c8b6f70cc83ae718bbfc181ec4768
6978 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
6979 Date:   Thu Jan 17 15:13:24 2013 +0100
6980
6981     _surf_cfg_set was renamed (untested)
6982
6983 commit 100b1380c49e7e88e1faf2b7314515acf4f635fd
6984 Merge: 9bfa65c f1d8a21
6985 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
6986 Date:   Thu Jan 17 14:19:44 2013 +0100
6987
6988     Merge branch 'master' into vmtrace
6989
6990 commit 9bfa65c76083c4dfcf2ecb3b2f857585ac21f621
6991 Merge: 0c13871 33cebaf
6992 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
6993 Date:   Thu Jan 17 14:16:33 2013 +0100
6994
6995     Merge branch 'vmtrace' again (don't try to undersatand why)
6996
6997 commit 0c13871d73e933c1847faf8debea7b7745a3ff44
6998 Merge: 2bab61b 71425c7
6999 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
7000 Date:   Thu Jan 17 14:03:10 2013 +0100
7001
7002     Merge branch 'master' into vmtrace
7003     
7004     Conflicts:
7005         buildtools/Cmake/DefinePackages.cmake
7006         include/surf/simgrid_dtd.h
7007         include/xbt/graphxml.h
7008         src/instr/instr_config.c
7009         src/instr/instr_private.h
7010         src/simdag/dax_dtd.c
7011         src/simdag/dax_dtd.h
7012         src/surf/simgrid_dtd.c
7013         src/xbt/graphxml.c
7014
7015 commit 2bab61b2f25f18d18ecdeb972745ce02af1885a9
7016 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
7017 Date:   Thu Jan 17 13:41:11 2013 +0100
7018
7019     Missing declaration.
7020
7021 commit 410c20fdb9b68068548b9f4686eae70898a2b0ba
7022 Merge: 0062810 b981d71
7023 Author: Jonathan Rouzaud-Cornabas <jonathan.rouzaud-cornabas@ens-lyon.fr>
7024 Date:   Thu Jan 17 11:29:37 2013 +0100
7025
7026     Merge branch 'vmtrace'
7027
7028 commit 0062810c4d947182d063333a1e949f89a3647dd8
7029 Merge: 87191a0 32d9638
7030 Author: Jonathan Rouzaud-Cornabas <jonathan.rouzaud-cornabas@ens-lyon.fr>
7031 Date:   Thu Jan 17 11:29:01 2013 +0100
7032
7033     Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid-java
7034
7035 commit b981d712b790bf9db2525e0b36e728865e8febc1
7036 Author: Jonathan Rouzaud-Cornabas <jonathan.rouzaud-cornabas@ens-lyon.fr>
7037 Date:   Thu Jan 17 11:28:55 2013 +0100
7038
7039     Duplicate entry
7040
7041 commit f1d8a21970271bffe95aca7e5b9d7c357bcb4766
7042 Merge: 2d930fd 33cebaf
7043 Author: Jonathan Rouzaud-Cornabas <jonathan.rouzaud-cornabas@ens-lyon.fr>
7044 Date:   Thu Jan 17 00:19:37 2013 +0100
7045
7046     Merge branch 'vmtrace'
7047
7048 commit 33cebaf3e1fbceceb66340633766b7ffeac53f92
7049 Author: Jonathan Rouzaud-Cornabas <jonathan.rouzaud-cornabas@ens-lyon.fr>
7050 Date:   Thu Jan 17 00:19:29 2013 +0100
7051
7052     Trying to fix modification with new master branch
7053
7054 commit 1a2389b0ef5a19d9b81b68178e081ca54080cd74
7055 Author: Jonathan Rouzaud-Cornabas <jonathan.rouzaud-cornabas@ens-lyon.fr>
7056 Date:   Thu Jan 17 00:13:33 2013 +0100
7057
7058     Trying to fix modification with new master branch
7059
7060 commit ca21a95250bad7aa916b8f39daef95c548102a2c
7061 Author: Jonathan Rouzaud-Cornabas <jonathan.rouzaud-cornabas@ens-lyon.fr>
7062 Date:   Thu Jan 17 00:05:59 2013 +0100
7063
7064     Trying to fix modification with new master branch
7065
7066 commit fcaeb5564392d36334be6761475cb3310826181d
7067 Author: Jonathan Rouzaud-Cornabas <jonathan.rouzaud-cornabas@ens-lyon.fr>
7068 Date:   Wed Jan 16 23:37:26 2013 +0100
7069
7070     Trying to fix modification with new master branch
7071
7072 commit 2b277690e134be83dd52dac256dc16dd014f88a8
7073 Author: Jonathan Rouzaud-Cornabas <jonathan.rouzaud-cornabas@ens-lyon.fr>
7074 Date:   Wed Jan 16 23:29:26 2013 +0100
7075
7076     Trying to fix modification with new master branch
7077
7078 commit 2d930fd4960af33c07d94ddb874f7503bab264f0
7079 Author: Jonathan Rouzaud-Cornabas <jonathan.rouzaud-cornabas@ens-lyon.fr>
7080 Date:   Wed Jan 16 18:40:54 2013 +0100
7081
7082     Fix failed merge
7083
7084 commit 9e68ca10e951fb61e944c99c7774b1e415ae9f6d
7085 Merge: 9c7c553 71425c7
7086 Author: Jonathan Rouzaud-Cornabas <jonathan.rouzaud-cornabas@ens-lyon.fr>
7087 Date:   Wed Jan 16 18:00:42 2013 +0100
7088
7089     Merge with master
7090
7091 commit 71425c727bb809221d8c50de3fd491bd75faa381
7092 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
7093 Date:   Wed Jan 16 16:46:31 2013 +0100
7094
7095     model-checker : update bugged1 tesh
7096
7097 commit 942590efaa940196be55743948b96d8b95c6d0ae
7098 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
7099 Date:   Wed Jan 16 16:44:24 2013 +0100
7100
7101     model-checker : apply independance reduction at each step to reduce number of snapshot restore and transitions replay
7102
7103 commit 099817b98b4570e1d0d52972a35d48750a95ba59
7104 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
7105 Date:   Wed Jan 16 14:23:45 2013 +0100
7106
7107     model-checker : update bugged1 tesh
7108
7109 commit 465332a64bce200ef12c8c3ae6b53bec57767415
7110 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
7111 Date:   Wed Jan 16 14:20:24 2013 +0100
7112
7113     model-checker : minor fix in dpor algorithm
7114
7115 commit 1bbca19ae9a38f3cbac1162b207bb71b7fbf328d
7116 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
7117 Date:   Wed Jan 16 14:15:10 2013 +0100
7118
7119     Also check that the compiler really is gcc.
7120     
7121     Don't break with clang for example.
7122
7123 commit 90fed84c000f36c96f8bc38befc3a3b1e8cfc6ab
7124 Author: Augustin Degomme <degomme@idpann.imag.fr>
7125 Date:   Wed Jan 16 11:30:40 2013 +0100
7126
7127     change verbosity of some messages
7128
7129 commit 40752d52b1b436f20b9a9c7111ed80031c110f5e
7130 Author: Augustin Degomme <degomme@idpann.imag.fr>
7131 Date:   Wed Jan 9 17:53:27 2013 +0100
7132
7133     add smpi/os and smpi/or parameters to handle timings to inject into small-sized MPI comms
7134
7135 commit 871df6cc5608c39df5e4f90e19feea126756e056
7136 Author: Augustin Degomme <degomme@idpann.imag.fr>
7137 Date:   Mon Jan 7 10:54:05 2013 +0100
7138
7139     remove a few barriers from summa
7140
7141 commit bdede27b55f4d7428f635ef8ade408247dcfae93
7142 Author: Augustin Degomme <degomme@idpann.imag.fr>
7143 Date:   Mon Dec 17 16:04:50 2012 +0100
7144
7145     do not use f2c with 64 bits platforms which use old gcc (<4.5)
7146
7147 commit de522691ae839e2dec4107a426f1a0d68848d22c
7148 Author: Augustin Degomme <degomme@idpann.imag.fr>
7149 Date:   Thu Dec 13 10:30:05 2012 +0100
7150
7151     use temp file for fortran instead of fixed name, which conflicted with -j
7152
7153 commit 3904c967da0a8ca90dfc1bc602ede0045689e99f
7154 Author: suter <frederic.suter@cc.in2p3.fr>
7155 Date:   Mon Jan 14 23:38:10 2013 +0100
7156
7157     document bugfix
7158
7159 commit f5bacb2f99189b15a7c740a26b395e7886c41f7e
7160 Author: suter <frederic.suter@cc.in2p3.fr>
7161 Date:   Mon Jan 14 23:36:18 2013 +0100
7162
7163     bug fix: If the last released dependency is a control dependency, let
7164     the task become schedulable.
7165
7166 commit b1919c1826467eb2cfbc972842e0c39c5ab4d92c
7167 Author: suter <frederic.suter@cc.in2p3.fr>
7168 Date:   Mon Jan 14 15:02:34 2013 +0100
7169
7170     number of unsatisfied dependencies can be negative, using an unsigned
7171     int leads to weird outputs by SD_task_dump
7172
7173 commit ee64b03734cc22f81bd0f067f9be724b46f36e9e
7174 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
7175 Date:   Mon Jan 14 12:17:10 2013 +0100
7176
7177     model-checker : use a global timer for snapshot comparison times, define macros instead of if(XBT_LOG_ISENABLED) and add informations used for comparison (regions types, stacks sizes) in snapshot structure
7178
7179 commit 614a9d1249ea6287562890365fc68f261776df79
7180 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
7181 Date:   Sun Jan 13 17:05:03 2013 +0100
7182
7183     model-checker : add nb_processes in snapshot
7184
7185 commit c4a5e2819f12960e97513f3adf4cd1a53b97d3fe
7186 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
7187 Date:   Mon Jan 14 11:13:45 2013 +0100
7188
7189     Update mmalloc tesh for 32bits too.
7190
7191 commit ab53e28fd3b2c329701b261e70518b6a2d4d626b
7192 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
7193 Date:   Mon Jan 14 10:34:06 2013 +0100
7194
7195     Typo.
7196
7197 commit dbc517ef081558bd3c91c852f436f0b7312a22e1
7198 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
7199 Date:   Fri Jan 11 17:58:14 2013 +0100
7200
7201     model-checker : free memory
7202
7203 commit c991ec54a886fe3f3e1460353790938e88a7af1f
7204 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
7205 Date:   Fri Jan 11 17:55:15 2013 +0100
7206
7207     model-checker : add chunks used into snapshot structure and size used into stack snapshot structure
7208
7209 commit 88ca05cd1d857df41fed346b8d766f31a73b8ad8
7210 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
7211 Date:   Fri Jan 11 11:33:32 2013 +0100
7212
7213     model-checker : free memory
7214
7215 commit 868e0f3359e8a2a890dc88637dfa699dbcb5c24c
7216 Author: Paul Bédaride <paul.bedaride@gmail.com>
7217 Date:   Fri Jan 11 16:00:27 2013 +0100
7218
7219     Fix lua tesh and remove msg_lua_masterslave test
7220
7221 commit b65614d53e1cba701db0f7902da139f98bb49a1a
7222 Author: Martin Quinson <martin.quinson@loria.fr>
7223 Date:   Fri Jan 11 12:23:41 2013 +0100
7224
7225     add the files we need to ensure that make distcheck compiles again
7226
7227 commit cd2737270927f8c36bc67778ca4a9d024ca56824
7228 Author: Martin Quinson <martin.quinson@loria.fr>
7229 Date:   Fri Jan 11 12:11:36 2013 +0100
7230
7231     document in ChangeLog+NEWS my work on documentation
7232
7233 commit 2e757aaab0c5d889bf47b2e12a992a1fe8dd84b0
7234 Author: Martin Quinson <martin.quinson@loria.fr>
7235 Date:   Fri Jan 11 11:54:52 2013 +0100
7236
7237     make distcheck should rebuild the archive, and test with default params only (ie w/o MC)
7238
7239 commit 4e3671ec20faeb52d2d2eac40c0ab34ab3562395
7240 Author: Martin Quinson <martin.quinson@loria.fr>
7241 Date:   Fri Jan 11 11:45:46 2013 +0100
7242
7243     fix the make dist target by not including some files that were killed in the archive
7244
7245 commit 946a31b2223cc23d86d4482ab8a99764992baf73
7246 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
7247 Date:   Thu Jan 10 20:34:32 2013 +0100
7248
7249     model-checker : update mmalloc tesh
7250
7251 commit d0581029149ed8928e01918184f8ea115cc4f484
7252 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
7253 Date:   Thu Jan 10 20:24:35 2013 +0100
7254
7255     model-checker : update tesh
7256
7257 commit b97aa8c4138dbbde8d81ff6a635eef0a304f0efe
7258 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
7259 Date:   Thu Jan 10 20:09:02 2013 +0100
7260
7261     model-checker : fix memory free
7262
7263 commit ee9810253992f05b05992b201a37acbb255a1dc0
7264 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
7265 Date:   Thu Jan 10 18:54:31 2013 +0100
7266
7267     model-checker : free memory for stacks comparison
7268
7269 commit f05eb9982f2edbfbdc9dc77268406d9ca5aca2d3
7270 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
7271 Date:   Thu Jan 10 18:06:46 2013 +0100
7272
7273     model-checker : disable use of system malloc for raw_heap
7274
7275 commit 0a8e6e02b1e79ff96a8d707fa432c5df71213882
7276 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
7277 Date:   Thu Jan 10 18:02:24 2013 +0100
7278
7279     model-checker : some cleanup in mmalloc_compare_heap (free memory, delete unnecessary code)
7280
7281 commit a9c758e95a17758177775c1b6ad617edb4a923b1
7282 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
7283 Date:   Thu Jan 10 16:05:18 2013 +0100
7284
7285     Variable should be initialized.
7286
7287 commit bbfa61e65a312b4e52d264995e474e73f4078f87
7288 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
7289 Date:   Wed Jan 9 22:18:25 2013 +0100
7290
7291     Free the TRACE_{start,end}_functions dynars when they become useless.
7292
7293 commit d589b0d8fd8470ac535f9d72ab448d91e2d37714
7294 Author: Martin Quinson <martin.quinson@loria.fr>
7295 Date:   Wed Jan 9 23:38:59 2013 +0100
7296
7297     actually, the github version is probably a better source for that
7298
7299 commit ae7b97e49ebca15dfe00e0f463d1573a7bd44cc9
7300 Author: Paul Bédaride <paul.bedaride@gmail.com>
7301 Date:   Tue Jan 8 17:06:36 2013 +0100
7302
7303     Fix lua deploy
7304
7305 commit d947ff7466b473eeec602007934f8336a9b17f3c
7306 Author: Paul Bédaride <paul.bedaride@gmail.com>
7307 Date:   Fri Jan 4 10:36:45 2013 +0100
7308
7309     Fix lua platform script
7310
7311 commit a413f81990af8e4b725d3eb6712b885789a5121e
7312 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
7313 Date:   Tue Jan 8 14:53:28 2013 +0100
7314
7315     Fix build with tracing=OFF.
7316
7317 commit dd26d1201071250f4cd4c99201c503d17c2bc1a4
7318 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
7319 Date:   Tue Jan 8 14:52:46 2013 +0100
7320
7321     Avoid to put smpi symbols in libsimgrid.
7322     
7323     This was visibly introduced by commit 6cf3e5a62a7a4a685ddce69bac69d71fe0966a86
7324     (Move module tracing into corresponding modules), but it broke builds with
7325     -flto and GOLD ld.
7326
7327 commit cd13a63269973552c66aaf4e5cc621e70d59c34c
7328 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
7329 Date:   Fri Dec 21 13:56:27 2012 +0100
7330
7331     Reindent (again).
7332
7333 commit 9131a79d7d87d872cd5a4c354c3e7268041b2640
7334 Author: Martin Quinson <martin.quinson@loria.fr>
7335 Date:   Tue Jan 8 10:26:49 2013 +0100
7336
7337     new step to not forget when releasing the files
7338
7339 commit 6eb959ab32af31efe6bf68a3f263a1211b368c18
7340 Author: Maximiliano Geier <maximiliano.geier@loria.fr>
7341 Date:   Mon Jan 7 18:51:50 2013 +0100
7342
7343     chainsend: add optional argument to deployment file generator, so that we can generate a deployment file for a subset of the nodes in the platform file
7344
7345 commit c59fb90ea83ce58355bc388b1a5ebaef96420806
7346 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
7347 Date:   Mon Jan 7 13:56:08 2013 +0100
7348
7349     model-checker : comment backtrace and add ignore mechanism in mmalloc metadata
7350
7351 commit 1a8e5af34045d9f65169ce4766b0131dfe7825f2
7352 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
7353 Date:   Thu Jan 3 15:55:34 2013 +0100
7354
7355     model-checker : fix dichotomic search and insertion for visited states
7356
7357 commit e621aad76114ee574a0e26966992408db9c5ec27
7358 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
7359 Date:   Thu Jan 3 12:13:12 2013 +0100
7360
7361     model-checker : update list of visited states during the exploration with the newest states
7362
7363 commit 2fdde967b33a0a232a3988254536fc6d4dbf33b7
7364 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
7365 Date:   Wed Jan 2 18:59:52 2013 +0100
7366
7367     model-checker : use xbt_abort after exhaustive exploration
7368
7369 commit c8cb025267aaf5869a961e6606d13369c6701801
7370 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
7371 Date:   Wed Jan 2 18:47:08 2013 +0100
7372
7373     model-checker : ignore some local variables from simix in MC_init
7374
7375 commit bdb1638f0b58057107eb87995b2d447e34dc43a0
7376 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
7377 Date:   Wed Jan 2 18:38:17 2013 +0100
7378
7379     model-checker : fix sorting of visited states and state equality reduction
7380
7381 commit 17bbb74d5889f7d40f4c7aa18d74a9a8f4f99a6b
7382 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
7383 Date:   Tue Jan 1 16:08:31 2013 +0100
7384
7385     model-checker : sorting of visited states according to chunks used
7386
7387 commit 9dbb3ccc6b93628f85c80efdc227436aed930aec
7388 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
7389 Date:   Tue Jan 1 16:04:02 2013 +0100
7390
7391     model-checker : update bugged1 tesh
7392
7393 commit 85a65428aea40518dd5198032efddb3984dbe506
7394 Author: Martin Quinson <martin.quinson@loria.fr>
7395 Date:   Fri Dec 28 16:45:23 2012 +0100
7396
7397     Revert "Kill the <backbone> tag"
7398     
7399     This reverts commit 7d248dfd0b7fa18bacf5403efbf3dcf7a0cf902f.
7400     
7401     This is actually used in some situations where I don't have any good
7402     replacement. Sorry for the noise.
7403
7404 commit 7d248dfd0b7fa18bacf5403efbf3dcf7a0cf902f
7405 Author: Martin Quinson <martin.quinson@loria.fr>
7406 Date:   Fri Dec 28 16:29:02 2012 +0100
7407
7408     Kill the <backbone> tag
7409     
7410     This was allowed only in the <cluster> tag, and was dupplicating the
7411     features of the bb_* attributes of that tag. Kill this because the
7412     parser is already complex enough without dupplicating ways to get a
7413     given feature implemented. Sorry for the inconvinience.
7414
7415 commit 5fb577f6a410e0a43ae2ac72f581889e7bac2c76
7416 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
7417 Date:   Wed Dec 26 15:37:03 2012 +0100
7418
7419     model-checker : update chord_neverjoin tesh
7420
7421 commit e5ac33cf4580f8748f6f01c338896df9171fa4c9
7422 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
7423 Date:   Wed Dec 26 15:33:20 2012 +0100
7424
7425     model-checker : don't ignore simcall result in system state comparison
7426
7427 commit 4a4af74a30afd153306840dcc1840d1609b59b29
7428 Author: Martin Quinson <martin.quinson@loria.fr>
7429 Date:   Wed Dec 26 09:54:30 2012 +0100
7430
7431     add my last answer on the list to the FAQ
7432
7433 commit 5b433436f747059a98839adb2299075ca630f6d4
7434 Author: Martin Quinson <martin.quinson@loria.fr>
7435 Date:   Tue Dec 25 21:07:41 2012 +0100
7436
7437     this file should not overload the codebase
7438
7439 commit 74a9167818deaa2187e18a933131e451294585bc
7440 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
7441 Date:   Tue Dec 25 20:56:12 2012 +0100
7442
7443     model-checker : stats XP of model checking on chord example
7444
7445 commit a65af9cc95088e0b83af31e744ff4a9bbae3fad7
7446 Author: Martin Quinson <martin.quinson@loria.fr>
7447 Date:   Mon Dec 24 23:17:08 2012 +0100
7448
7449     remove the 'new_' part of function name sg_platf_new_trace_connect
7450
7451 commit 00e249a869374f624ab2375143c8c8e0e87036d1
7452 Author: Martin Quinson <martin.quinson@loria.fr>
7453 Date:   Mon Dec 24 23:14:41 2012 +0100
7454
7455     acknoledge that the default value is set in network.c so that we have a single point of truth
7456
7457 commit cd498619b09eef72dd6812778fb72cdb85910bbb
7458 Author: Martin Quinson <martin.quinson@loria.fr>
7459 Date:   Thu Dec 20 16:22:05 2012 +0100
7460
7461     This set was recently renamed
7462
7463 commit 8eef701b3f5d22a51d90de7b17145833518d4570
7464 Author: suter <frederic.suter@cc.in2p3.fr>
7465 Date:   Fri Dec 21 14:34:17 2012 +0100
7466
7467     first try at replaying alltoall. Not tested yet
7468
7469 commit c5c22f37a485155dc3b19de10336cc67d6ec688a
7470 Author: suter <frederic.suter@cc.in2p3.fr>
7471 Date:   Fri Dec 21 13:18:05 2012 +0100
7472
7473     make it compile
7474
7475 commit 7934cc022e85e5f7ecb3dd0a578871ee91da751b
7476 Author: suter <frederic.suter@cc.in2p3.fr>
7477 Date:   Fri Dec 21 12:37:36 2012 +0100
7478
7479     factor verbose logging
7480     add dummy actions for unimplemented MPI calls needed by NPB codes
7481
7482 commit 433cc2bc6f5a56c5443258a3d2fb668cb22a745c
7483 Author: suter <frederic.suter@cc.in2p3.fr>
7484 Date:   Fri Dec 21 11:30:41 2012 +0100
7485
7486     Cosmetics
7487
7488 commit 14b05fb84012709086290492445a2154c69b673b
7489 Author: Paul Bédaride <paul.bedaride@gmail.com>
7490 Date:   Fri Dec 21 10:21:05 2012 +0100
7491
7492     Revert "make MSG_comm_waitany use dynar"
7493     
7494     This reverts commit ae811896a4746542e8de1616e8bc95a3ee6320f2.
7495     
7496     Conflicts:
7497         examples/msg/actions/actions.c
7498
7499 commit dda3ca8a409584cb8939acbd287d69912d247622
7500 Author: Arnaud Legrand <arnaud.legrand@imag.fr>
7501 Date:   Thu Dec 20 23:51:26 2012 +0100
7502
7503     Allow MSG one-side communications that rely on parallel task to work with the compound model.
7504
7505 commit d22dbf808ef73d20175495533fe33a47fd2252cb
7506 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
7507 Date:   Thu Dec 20 23:18:16 2012 +0100
7508
7509     model-checker : fix MC_take_snapshot if malloc used for raw heap and several data segments for binary or libsimgrid
7510
7511 commit a7a65bd1066880ac5876add26720aad9634c1e0e
7512 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
7513 Date:   Thu Dec 20 15:38:45 2012 +0100
7514
7515     model-checker : fix dpor with state equality reduction
7516
7517 commit 7aa52bfbfe54f5be7c01add5ee242ee4c03b7e4e
7518 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
7519 Date:   Mon Dec 17 11:47:21 2012 +0100
7520
7521     model-checker : if frame name is empty, stop stack unwinding
7522
7523 commit cf799d4b83e1fda76b512c50bb781eca63d283da
7524 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
7525 Date:   Mon Dec 17 10:13:29 2012 +0100
7526
7527     model-checker : remove restriction of DPOR if several requests for same process
7528
7529 commit 794073d439f1b936db4444949cfbe0cf30de5df0
7530 Author: Maximiliano Geier <maximiliano.geier@loria.fr>
7531 Date:   Thu Dec 20 19:33:47 2012 +0100
7532
7533     chainsend: fix tesh
7534
7535 commit 1534b2e2f4525d905d5359a484983d1ece3f1178
7536 Author: Maximiliano Geier <maximiliano.geier@loria.fr>
7537 Date:   Thu Dec 20 19:21:33 2012 +0100
7538
7539     chainsend: change peers active wait to waitall
7540
7541 commit b0bca0b7f1108544ac94109b3887ca99fd2c21d7
7542 Author: Maximiliano Geier <maximiliano.geier@loria.fr>
7543 Date:   Thu Dec 20 18:32:33 2012 +0100
7544
7545     chainsend: broadcaster should send synchronously
7546
7547 commit 9fa23a65176e4aa86c5336fd131307297e540fd2
7548 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
7549 Date:   Thu Dec 20 18:07:16 2012 +0100
7550
7551     Now, you have to use "cursor" instead of "i".
7552
7553 commit 86e3fc9aca2d9f99dc0e300f546d6bd17856232b
7554 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
7555 Date:   Thu Dec 20 18:05:42 2012 +0100
7556
7557     Reindent file before changes.
7558
7559 commit d14b1c82259fb8bc3ec16ceeda293fbc5f5b56ed
7560 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
7561 Date:   Thu Dec 20 17:36:46 2012 +0100
7562
7563     Use "debug" log level here.
7564
7565 commit 34cab90599e2c8583d07c9fb77e37e7c46e04f7e
7566 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
7567 Date:   Thu Dec 20 15:42:43 2012 +0100
7568
7569     Some symbols were renamed by last flexml update.
7570
7571 commit 6342086f2782714746b430af3bf67952b789f5b7
7572 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
7573 Date:   Thu Dec 20 14:43:51 2012 +0100
7574
7575     Update with newer flexml.
7576
7577 commit ae811896a4746542e8de1616e8bc95a3ee6320f2
7578 Author: Paul Bédaride <paul.bedaride@gmail.com>
7579 Date:   Thu Dec 20 17:29:45 2012 +0100
7580
7581     make MSG_comm_waitany use dynar
7582
7583 commit 3805620a2f78c59fe285a1bf9ea2411a35d7f0b4
7584 Author: Martin Quinson <martin.quinson@loria.fr>
7585 Date:   Thu Dec 20 16:17:07 2012 +0100
7586
7587     improve the doc to include MSG_config
7588
7589 commit 88425d917174073213cea8943fa31eb0049cb84d
7590 Author: Martin Quinson <martin.quinson@loria.fr>
7591 Date:   Thu Dec 20 16:08:57 2012 +0100
7592
7593     make MSG_config public, document it, and implement it properly, not through a crude hack
7594
7595 commit 6cf3e5a62a7a4a685ddce69bac69d71fe0966a86
7596 Author: Paul Bédaride <paul.bedaride@gmail.com>
7597 Date:   Thu Dec 20 14:29:48 2012 +0100
7598
7599     Move module tracing into corresponding modules
7600
7601 commit 23f7bd2d6bcf61608b1ace84d6ff26657aec1a1e
7602 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
7603 Date:   Thu Dec 20 11:07:31 2012 +0100
7604
7605     Link with -ldl when using dlsym.
7606
7607 commit 51dcb8e712855f3cb16800ddea745ef6fc8d79e9
7608 Author: Martin Quinson <martin.quinson@loria.fr>
7609 Date:   Thu Dec 20 09:33:36 2012 +0100
7610
7611     remove the create_resource entry point in resource model APIs
7612     
7613     That's a leftover from ancient times that is not used anymore.
7614     Instead, these functions are registered by each model as callbacks
7615     within the sg_platf mechanism, which is now the unique way to create
7616     resources (we had up to 3 different ways to create resources in the
7617     code base :)
7618
7619 commit 5fa99e0865ddebb91c1e1df4c1fadf4b6c88e8c0
7620 Author: Martin Quinson <martin.quinson@loria.fr>
7621 Date:   Thu Dec 20 09:21:02 2012 +0100
7622
7623     fix a typo
7624
7625 commit 22840d246833d1c2aa4201c277e1b910dc65a40c
7626 Author: Martin Quinson <martin.quinson@loria.fr>
7627 Date:   Thu Dec 20 09:06:02 2012 +0100
7628
7629     rewrite the install doc, and integrate latest feedback on Mac builds
7630
7631 commit 3612c3313caae66ba62f30fc6fe7430cb2976801
7632 Author: Martin Quinson <martin.quinson@loria.fr>
7633 Date:   Thu Dec 20 09:04:45 2012 +0100
7634
7635     mark as advanced some options that are useless to the users, and improve some doc
7636
7637 commit 6d9c67b14f86e16e2c4fefe44443e18bada3ed1a
7638 Author: Martin Quinson <martin.quinson@loria.fr>
7639 Date:   Thu Dec 20 01:49:28 2012 +0100
7640
7641     remove a bit of cruft from the install doc, more remains to be cleaned
7642
7643 commit 12e9d50eaa5e9272ac80d5a3424f36739010ad44
7644 Author: Martin Quinson <martin.quinson@loria.fr>
7645 Date:   Wed Dec 19 20:16:02 2012 +0100
7646
7647     cosmetics
7648
7649 commit 22ff6a49b0593f2164d8c4c6244bff1a8bb16d86
7650 Author: Martin Quinson <martin.quinson@loria.fr>
7651 Date:   Wed Dec 19 19:41:07 2012 +0100
7652
7653     forgot the test file
7654
7655 commit cdf00e8d160887b870361b73204526ec7722abf5
7656 Author: Martin Quinson <martin.quinson@loria.fr>
7657 Date:   Wed Dec 19 19:31:22 2012 +0100
7658
7659     use system malloc for the raw heap if GNU ld is used
7660
7661 commit 906984c33ede60c163c8ea919304e5d0a1548b4a
7662 Author: suter <frederic.suter@cc.in2p3.fr>
7663 Date:   Wed Dec 19 12:18:52 2012 +0100
7664
7665     make this example be more valgrind compliant by increase host speed.
7666     When tasks end after the "Finalize" reception, nothing is safe ...
7667     Still has an invalid free in the end.
7668     did some typo correction too
7669
7670 commit cc375ad134c19925e1e343bae932be21cf8a8caf
7671 Author: Martin Quinson <martin.quinson@loria.fr>
7672 Date:   Tue Dec 18 16:17:49 2012 +0100
7673
7674     Use xbt_malloc (and friends) instead of direct malloc()
7675     
7676     This is good practice as it asserts that the result is not null, and
7677     it actually help me right now when digging in the MC.
7678
7679 commit 581a88bba670ee2756e1f4986f55c863190d6930
7680 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
7681 Date:   Tue Dec 18 16:53:56 2012 +0100
7682
7683     Add -Wall to CMAKE_Fortran_FLAGS, unless enable_compile_warnings=OFF.
7684     
7685     This triggers lots of warnings, mainly about implicit function declarations,
7686     but I don't know how to fix them properly for now.
7687
7688 commit 81e0dc596f5e71f5e255ad39405518ad165d244e
7689 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
7690 Date:   Tue Dec 18 13:45:56 2012 +0100
7691
7692     Linker option is useless when '-c' is present.
7693
7694 commit 32d9638c455b8074ac617c2ee5557b07a9e2f8ec
7695 Author: Martin Quinson <martin.quinson@loria.fr>
7696 Date:   Tue Dec 18 14:34:45 2012 +0100
7697
7698     correctly add the Manifest file to the jar archive
7699
7700 commit 495b157f3f134ef6823febdd6a1cba2ff2b94ba5
7701 Author: Martin Quinson <martin.quinson@loria.fr>
7702 Date:   Tue Dec 18 14:22:05 2012 +0100
7703
7704     add some files, and make sure that they land in the binary jar file
7705
7706 commit cb83f4f46c751c4dc32a4c9569e3626915803894
7707 Author: suter <frederic.suter@cc.in2p3.fr>
7708 Date:   Tue Dec 18 11:43:18 2012 +0100
7709
7710     this was fixed too
7711
7712 commit 16521cfa2744bb41935b0cf3b493407c7efde8ac
7713 Author: suter <frederic.suter@cc.in2p3.fr>
7714 Date:   Tue Dec 18 11:10:58 2012 +0100
7715
7716     mention bug fix in ChangeLog
7717
7718 commit a8e5359837149f73f41c1741d0d2e3f78b4de9a8
7719 Author: suter <frederic.suter@cc.in2p3.fr>
7720 Date:   Tue Dec 18 10:54:18 2012 +0100
7721
7722     add test_sd_avail.tesh to the list
7723
7724 commit 38bfd0deea7b752b27a058b3e43fbceacc0185e6
7725 Author: suter <frederic.suter@cc.in2p3.fr>
7726 Date:   Tue Dec 18 10:50:50 2012 +0100
7727
7728     add a tesh file for the test of availability traces
7729
7730 commit 66831da9d7eacdecc8c8bad2fdeb963494ea1424
7731 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
7732 Date:   Tue Dec 18 10:21:45 2012 +0100
7733
7734     Avoid to compile files when they're not needed.
7735
7736 commit 5c0ad37fd1f1e21ede5c8ff97e805f9855698424
7737 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
7738 Date:   Tue Dec 18 10:16:01 2012 +0100
7739
7740     This file does not belong to TRACING_SRC; define SIMGRID_SRC.
7741
7742 commit d8c20bf2f6fcfa63db82224bd927f588b3b166a4
7743 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
7744 Date:   Tue Dec 18 10:02:45 2012 +0100
7745
7746     Really remove deleted file.
7747
7748 commit 31c8e045f681d2f2f01c90eb5c2520f7973b462e
7749 Author: Martin Quinson <martin.quinson@loria.fr>
7750 Date:   Tue Dec 18 10:20:26 2012 +0100
7751
7752     Let's be honnest
7753
7754 commit 34b70bf538f38282b52626b2542801f1deec25ca
7755 Author: Martin Quinson <martin.quinson@loria.fr>
7756 Date:   Mon Dec 17 15:41:32 2012 +0100
7757
7758     refresh the README, and re-add it to the archives
7759
7760 commit 17297bfd06119ff0f303522aae8ea1b801dbe733
7761 Author: Martin Quinson <martin.quinson@loria.fr>
7762 Date:   Mon Dec 17 15:41:10 2012 +0100
7763
7764     that was really ancient (shame shame)
7765
7766 commit 3b5e3f74b12e039d0a5f5eacf3f82c37ad3505cc
7767 Author: suter <frederic.suter@cc.in2p3.fr>
7768 Date:   Tue Dec 18 10:11:12 2012 +0100
7769
7770     This prevent periodic availability/state traces to loop forever
7771
7772 commit 1e896e691f69c6e46566d038d37b4fd7ea18fa3d
7773 Author: Paul Bédaride <paul.bedaride@gmail.com>
7774 Date:   Tue Dec 18 10:01:10 2012 +0100
7775
7776     Fix _sg_do_model_check use with model_check=OFF
7777
7778 commit 28700bafbbef119ee34d7632ed7c61749995dc78
7779 Merge: 78c8b98 ae6e5e8
7780 Author: Paul Bédaride <paul.bedaride@gmail.com>
7781 Date:   Tue Dec 18 09:28:16 2012 +0100
7782
7783     Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid
7784
7785 commit ae6e5e85886c80a444afa6604591d6ee3a56f564
7786 Author: suter <frederic.suter@cc.in2p3.fr>
7787 Date:   Mon Dec 17 23:43:34 2012 +0100
7788
7789     cosmetics
7790
7791 commit c87a1faf862f306f15dd80a2d3428814a250c4ca
7792 Author: suter <frederic.suter@cc.in2p3.fr>
7793 Date:   Mon Dec 17 23:40:23 2012 +0100
7794
7795     add an example to test availability traces. Weird behavior and runs
7796     forever (thus no tesh yet)
7797
7798 commit 78c8b9893aa6947905617155ed8fa2538147e5e8
7799 Merge: 17a9f17 bbb5731
7800 Author: Paul Bédaride <paul.bedaride@gmail.com>
7801 Date:   Mon Dec 17 17:20:34 2012 +0100
7802
7803     Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid
7804
7805 commit 17a9f17337b1d6743025cf52e7c19a469138d38f
7806 Author: Paul Bédaride <paul.bedaride@gmail.com>
7807 Date:   Mon Dec 17 17:20:27 2012 +0100
7808
7809     Restructure config headers
7810
7811 commit bbb5731bb1764f2ee38d277950c92356fce1df42
7812 Author: suter <frederic.suter@cc.in2p3.fr>
7813 Date:   Mon Dec 17 16:33:27 2012 +0100
7814
7815     no need to explicitly tell that resources are initially up anymore.
7816
7817 commit 35f97bc21dd1519337935e52a973b6d320fdf2ef
7818 Author: suter <frederic.suter@cc.in2p3.fr>
7819 Date:   Mon Dec 17 16:32:20 2012 +0100
7820
7821     when the first event of a trace (availability or state) starts at a time
7822     greater than 0, this means that the default value has to be used
7823     meanwhile. Create a dummy event whose value is -1 and handle this in
7824     surf_presolve.
7825
7826 commit 01c70260177e586af94f9d221f9a5e616d8a504f
7827 Author: suter <frederic.suter@cc.in2p3.fr>
7828 Date:   Mon Dec 17 16:30:12 2012 +0100
7829
7830     when the value of an event is a negative one, don't update resource
7831     state during presolve. Allows to use default status up to the time (>0)
7832     of the "real" first event.
7833
7834 commit 0d3245b3e4f5440210358c5b7499379ee6aaa328
7835 Author: suter <frederic.suter@cc.in2p3.fr>
7836 Date:   Mon Dec 17 15:42:08 2012 +0100
7837
7838     add more debugging info there. Nice to know what is the new value
7839     assigned to the link
7840
7841 commit d7ef0e2c3657154be52ac3303dee6c35594d9b8d
7842 Author: Maximiliano Geier <maximiliano.geier@loria.fr>
7843 Date:   Mon Dec 17 15:52:20 2012 +0100
7844
7845     chainsend: print some transfer stats, move debug prints to where they belong
7846     
7847     also count up bytes when transfering, so that the peer can print its "transfer speed" when it's done, and finally update tesh accordingly
7848
7849 commit 24297936443eb968a6f4733731a2e01c67bdfcc5
7850 Author: Paul Bédaride <paul.bedaride@gmail.com>
7851 Date:   Mon Dec 17 11:17:04 2012 +0100
7852
7853     Fix model checker config issue
7854
7855 commit 7d9a2608433e246294b7c4b339371fd4d3530ba6
7856 Merge: 7d4a9a7 3ee5e2a
7857 Author: Paul Bédaride <paul.bedaride@gmail.com>
7858 Date:   Mon Dec 17 11:04:19 2012 +0100
7859
7860     Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid
7861
7862 commit 7d4a9a7e27436e76b10c1b1f9ce794655dc070a2
7863 Author: Paul Bédaride <paul.bedaride@gmail.com>
7864 Date:   Mon Dec 17 11:03:42 2012 +0100
7865
7866     Move config from surf to simgrid
7867
7868 commit 3ee5e2ac47abb878c628539714f57dbb4898032b
7869 Author: Sebastien Badia <seb@sebian.fr>
7870 Date:   Mon Dec 17 00:46:49 2012 +0100
7871
7872     Cosmetics : Remove whitespaces for mquinson :-)
7873
7874 commit bcc3c7749b4273243807c89b6f0b91ab449033f2
7875 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
7876 Date:   Sun Dec 16 21:18:01 2012 +0100
7877
7878     model-checker : remove tesh bugged2 (too long with the new version of DPOR)
7879
7880 commit 418c46cdf11088fc52b1f8613e8ad6f81e0a2575
7881 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
7882 Date:   Sun Dec 16 21:14:25 2012 +0100
7883
7884     model-checker : update tesh bugged1 with the new version of DPOR
7885
7886 commit 464f89a9c5bd6322317dd01fc1edfec57cf48db7
7887 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
7888 Date:   Sun Dec 16 18:31:45 2012 +0100
7889
7890     model-checker : interleave all enabled processes for each state and apply DPOR only once per process
7891
7892 commit 3c12edcf1badf7307f105b2afcd7b4223af493bb
7893 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
7894 Date:   Fri Dec 14 16:24:09 2012 +0100
7895
7896     model-checker : cosmectics
7897
7898 commit 415bcef093fcaa88f34a8ccd48248815a5a8757f
7899 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
7900 Date:   Fri Dec 14 15:57:57 2012 +0100
7901
7902     Remove comm from src_proc->comms and dst_proc->comms when finish it,
7903     if is detached (dsend)
7904     
7905     Currently, with dsend action, the wait of src_proc is not necessary to
7906     finish the communication. In this case, only dst_proc removes this
7907     communication from its list and destroys it, if src_proc is always
7908     running. When src_proc makes a process_cleanup after that, it
7909     retrieves this communication in its list while it doesn't exist
7910     anymore and thinks that this communication isn't for it. This led to a
7911     simulation error.
7912
7913 commit ba82f10f3e6c03bbe3002b38e59ae34a71574359
7914 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
7915 Date:   Fri Dec 14 15:50:35 2012 +0100
7916
7917     remove comm from rdv if comm destroyed before being finished
7918
7919 commit 0563fb6fa537f90021fffb42f13abc3577030379
7920 Author: Martin Quinson <martin.quinson@loria.fr>
7921 Date:   Fri Dec 14 16:35:36 2012 +0100
7922
7923     trace initialization requires some more love concerning native libs
7924
7925 commit 82f4d92f4eed89d1c257810d24f841de2106e3ec
7926 Author: Martin Quinson <martin.quinson@loria.fr>
7927 Date:   Fri Dec 14 16:34:30 2012 +0100
7928
7929     add a missing file to the archive
7930
7931 commit 7bd04ecffac47045cc7f2aad9790c50446624bae
7932 Author: Martin Quinson <martin.quinson@loria.fr>
7933 Date:   Fri Dec 14 16:33:24 2012 +0100
7934
7935     ddl files have strange names when generated with mingw
7936
7937 commit 1e9d81f41250ba9a77a8d6b113977c5765ff89d7
7938 Author: Martin Quinson <martin.quinson@loria.fr>
7939 Date:   Fri Dec 14 16:02:05 2012 +0100
7940
7941     doc fix: AS has no 'name' attribute, but a 'id' one
7942
7943 commit 7715a90f3843eb619350fa1014c9e71327ef760c
7944 Author: Martin Quinson <martin.quinson@loria.fr>
7945 Date:   Fri Dec 14 15:51:43 2012 +0100
7946
7947     reindent, no real change
7948
7949 commit 253e5e44da23233d06314cfb81b82149e45c1d5d
7950 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
7951 Date:   Fri Dec 14 13:39:22 2012 +0100
7952
7953     Typos.
7954
7955 commit 786246a1d66b281f419c62f21bdd49c11d9dec99
7956 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
7957 Date:   Fri Dec 14 13:39:22 2012 +0100
7958
7959     Use cat+here document, instead of non-portable echo -e.
7960
7961 commit fd4cc5484d464f76e4dd437155b9d0d69ef5a94e
7962 Author: Martin Quinson <martin.quinson@loria.fr>
7963 Date:   Fri Dec 14 12:12:42 2012 +0100
7964
7965     make doxygen happy
7966
7967 commit 81198ea2af726e0d0ee06759fcc4120241e044bb
7968 Author: Martin Quinson <martin.quinson@loria.fr>
7969 Date:   Thu Dec 13 16:36:24 2012 +0100
7970
7971     SimGrid 3.7 is ways too recent for GRAS (+cosmetics)
7972
7973 commit 50fbaf4e49aff29840e80979ad9cb5f1415b83f5
7974 Author: Martin Quinson <martin.quinson@loria.fr>
7975 Date:   Thu Dec 13 16:27:01 2012 +0100
7976
7977     document how to react when stuff break during the upgrade
7978
7979 commit 253ab8e839d87b6794545ac9094b020674cfe967
7980 Author: Martin Quinson <martin.quinson@loria.fr>
7981 Date:   Tue Dec 11 11:52:30 2012 +0100
7982
7983     ignore that binary file
7984
7985 commit 7b5d97a0198ce4ecbe5654a7cfe978bd1880f936
7986 Author: Augustin Degomme <degomme@idpann.imag.fr>
7987 Date:   Wed Dec 12 19:33:40 2012 +0100
7988
7989     change the way we handle MPI_Request termination
7990     to avoid using smx_action too much in smpi.
7991     Removes a few more leaks in collectives
7992     Handling of waitany was changed, it should return sooner and avoid a few unnecessary simcalls
7993
7994 commit bc74e6a87d5286f31ca5ae156ba74339b7f6775e
7995 Author: Arnaud Legrand <arnaud.legrand@imag.fr>
7996 Date:   Wed Dec 12 12:00:35 2012 +0100
7997
7998     Spell check...
7999
8000 commit c49799e7dc19456f53c747d6af0052ec65f97d41
8001 Author: Arnaud Legrand <arnaud.legrand@imag.fr>
8002 Date:   Wed Nov 14 14:55:02 2012 -0700
8003
8004     This is useful for those typing ./configure & make without looking at output. :)
8005
8006 commit f43152a541f7ce1ad5ce9ddbfe11d9610422f490
8007 Author: Paul Bédaride <paul.bedaride@gmail.com>
8008 Date:   Wed Dec 12 10:11:54 2012 +0100
8009
8010     Add ctest2junit.xsl for jenkins
8011
8012 commit 6ebb8b276908d2e563a591d910e3216b38ec7502
8013 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
8014 Date:   Wed Dec 12 08:19:26 2012 +0100
8015
8016     Another missing include, needed with tracing=off.
8017
8018 commit 8687b520f5bf89bedb3f7711d20ff70520221114
8019 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
8020 Date:   Tue Dec 11 18:01:54 2012 +0100
8021
8022     model-checker : update tesh bugged1_liveness
8023
8024 commit 4d66c7253fc38935a2a4f4d4571584a314260011
8025 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
8026 Date:   Tue Dec 11 17:46:58 2012 +0100
8027
8028     File simgrid_modules.png is automatically generated.
8029
8030 commit 7a9e199c3d3175defedfa8289c8589ed4bcee789
8031 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
8032 Date:   Tue Dec 11 17:43:42 2012 +0100
8033
8034     Add rule to generate png files from DOC_FIGS.
8035
8036 commit c1ddeeec9b2bc65d52a5f374db0c226839374335
8037 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
8038 Date:   Tue Dec 11 17:13:46 2012 +0100
8039
8040     Sort list, and add missing file output.goal.pdf.
8041
8042 commit e519eca04a7e3a2c008793aabed70077828aa86b
8043 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
8044 Date:   Tue Dec 11 16:38:59 2012 +0100
8045
8046     Remove/add a few includes.
8047
8048 commit 38ae1c9e075c09dad30905e7c36e9a0e0a915718
8049 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
8050 Date:   Tue Dec 11 16:35:15 2012 +0100
8051
8052     Revert "I'm so glad that this line is useless"
8053     
8054     This reverts commit 5904252e9e4e84030ee544d5efbd832dffa696a7.
8055     
8056     It broke builds with tracing=off.
8057
8058 commit 5b5563f8e343b89fff6b4e5b9b7a0c42e0f7fba8
8059 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
8060 Date:   Tue Dec 11 16:30:12 2012 +0100
8061
8062     Enable tracing for Nightly_memCheck too.
8063
8064 commit 9ed8f63d4856efe72038250011ad82a0f90f7d53
8065 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
8066 Date:   Tue Dec 11 15:48:02 2012 +0100
8067
8068     Remove now unused support for remote exceptions.
8069     
8070     Plus slight reindent in ex.h.
8071
8072 commit 33e60ba79d314e2b6e18e7d4c5bc354519a85455
8073 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
8074 Date:   Tue Dec 11 15:34:24 2012 +0100
8075
8076     Define target before using it.
8077
8078 commit 6af11f57f8a7fc1e6694ce8226db505c7bcaa00e
8079 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
8080 Date:   Tue Dec 11 15:13:41 2012 +0100
8081
8082     Rename function (create->reset), and kill empty function (destroy).
8083
8084 commit 4eb9402362d5ecd76b79b1054ba37a8de264a280
8085 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
8086 Date:   Tue Dec 11 15:13:41 2012 +0100
8087
8088     Use a sinlock instead of a mutex for mallocators.
8089
8090 commit 71a018851ec389e3c5c68e6dda895d47f5a29c5f
8091 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
8092 Date:   Tue Dec 11 15:13:41 2012 +0100
8093
8094     Factorize code for mutex locks.
8095
8096 commit dd7e8ef2e747369a874fb3f9abef81a22a89c8c7
8097 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
8098 Date:   Tue Dec 11 15:13:41 2012 +0100
8099
8100     Protect mallocators for concurrent acces only with parallel mode.
8101
8102 commit d28d982c819b1cf2e261afba2439ae8430b8cfb9
8103 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
8104 Date:   Tue Dec 11 15:13:41 2012 +0100
8105
8106     Enable smpi for Nightly_memCheck.
8107
8108 commit eea6f94335c93d0b4328e8435ee4f6e26154e48a
8109 Author: Martin Quinson <martin.quinson@loria.fr>
8110 Date:   Tue Dec 11 11:50:15 2012 +0100
8111
8112     make an error message informative
8113
8114 commit 3719170cd3de26a8fc027b9a6bb539a195b9e08c
8115 Author: Martin Quinson <martin.quinson@loria.fr>
8116 Date:   Tue Dec 11 11:49:31 2012 +0100
8117
8118     I should stop coding at night -- sorry
8119
8120 commit c755238ab99a51c4e88d6e0b74672c1ffb39dbf6
8121 Author: Martin Quinson <martin.quinson@loria.fr>
8122 Date:   Tue Dec 11 11:49:06 2012 +0100
8123
8124     no need for unused variables
8125
8126 commit 664f6f1f26d92f4ff38a76f8147464a282b32e82
8127 Author: Martin Quinson <martin.quinson@loria.fr>
8128 Date:   Tue Dec 11 11:13:29 2012 +0100
8129
8130     plug a memleak on my way
8131
8132 commit 0b383929b7044e87b46f2ebd9f85be4189ae6350
8133 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
8134 Date:   Mon Dec 10 17:34:50 2012 +0100
8135
8136     model-checker : update tesh bugged1 and bugged2
8137
8138 commit ea1c5a880fd056c637c99a6cc7ec0b9b62ac87c7
8139 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
8140 Date:   Mon Dec 10 16:53:55 2012 +0100
8141
8142     model-checker : forget one fix in MC_state_set_executed_request
8143
8144 commit e13dac70099e758d38fc15778b6f427139c981bb
8145 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
8146 Date:   Mon Dec 10 16:35:42 2012 +0100
8147
8148     model-checker : fix dpor algorithm if max depth reached
8149
8150 commit e45e8271d467f31bff14c5370f28069c23de6039
8151 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
8152 Date:   Mon Dec 10 16:34:25 2012 +0100
8153
8154     model-checker : restore previous version of MC_state_set_executed_request, fixed with commit 87d50bb063f2937d73b984bed011fef018a761e2
8155
8156 commit 4b06a0f2c1439b36454b71221e99e1586ccde0d7
8157 Author: Augustin Degomme <degomme@idpann.imag.fr>
8158 Date:   Fri Dec 7 16:24:32 2012 +0100
8159
8160     add a bunch of new fortran bindings, to make bigdft happy
8161
8162 commit 675f9e130e59269e4bd0cb5dcb61ea2ae4284d78
8163 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
8164 Date:   Mon Dec 10 14:40:53 2012 +0100
8165
8166     model-checker : remove independance between iSend/iRecv and Wait
8167
8168 commit ac2a2796d269a829faa7c4f45699e6f10751fa71
8169 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
8170 Date:   Mon Dec 10 14:21:05 2012 +0100
8171
8172     model-checker : one region in snapshot for data and bss segments of libsimgrid
8173
8174 commit 3afb7fcd5847dbd9cf2005e28d45eadcf96a399b
8175 Author: Martin Quinson <martin.quinson@loria.fr>
8176 Date:   Mon Dec 10 12:27:36 2012 +0100
8177
8178     document an ugly pimple in the code that were added for autorestart to work
8179
8180 commit 6b9672672f0cd8aa40d392cfd422da035e14fb40
8181 Author: Martin Quinson <martin.quinson@loria.fr>
8182 Date:   Sun Dec 9 22:20:09 2012 +0100
8183
8184     this file went public, obviously, so let's document it properly
8185
8186 commit aa4f99f9014c28f928991abccdfb10c44b74d5ab
8187 Author: Martin Quinson <martin.quinson@loria.fr>
8188 Date:   Sat Dec 8 16:16:01 2012 +0100
8189
8190     cosmetics
8191
8192 commit e2ec31cd19284f7cc75b071f8a6006f05a468faa
8193 Author: Martin Quinson <martin.quinson@loria.fr>
8194 Date:   Sat Dec 8 16:13:12 2012 +0100
8195
8196     doc: rename involved into contributing, and write a first version of this page
8197
8198 commit 2aac52ff8c0f69f5cdbacb1728a8a1119469586b
8199 Author: Martin Quinson <martin.quinson@loria.fr>
8200 Date:   Sat Dec 8 12:18:07 2012 +0100
8201
8202     the ref guide is not separated anymore
8203
8204 commit 3e1ec4487e521f11512c84858f85a811eedbad1f
8205 Author: Martin Quinson <martin.quinson@loria.fr>
8206 Date:   Sat Dec 8 12:17:52 2012 +0100
8207
8208     further improve the doc on documenting simgrid
8209
8210 commit a8ba146044f5e596efd93d81efd2958cbb1cb3b1
8211 Author: Martin Quinson <martin.quinson@loria.fr>
8212 Date:   Sat Dec 8 04:18:31 2012 +0100
8213
8214     document how to document simgrid so that other can do that too
8215
8216 commit 0a2c02c78cb93603b406a4b94e07720e04ef854f
8217 Author: Martin Quinson <martin.quinson@loria.fr>
8218 Date:   Sat Dec 8 04:18:00 2012 +0100
8219
8220     no need to declare twice the list of files that must be copied into the documentation
8221
8222 commit 3865b6c68277ccf95aaac822c3e0cde1447d8801
8223 Author: Martin Quinson <martin.quinson@loria.fr>
8224 Date:   Sat Dec 8 04:17:02 2012 +0100
8225
8226     document the unit testing mecanism
8227
8228 commit 3f3ba5eafe0f898aa5ecf54aef860326bab3bdaa
8229 Author: Martin Quinson <martin.quinson@loria.fr>
8230 Date:   Sat Dec 8 04:15:53 2012 +0100
8231
8232     fix doxygen markup
8233
8234 commit bb89977ebcb270b49d2806048a4d2f5a944a5997
8235 Author: Martin Quinson <martin.quinson@loria.fr>
8236 Date:   Sat Dec 8 02:12:16 2012 +0100
8237
8238     improve the internal doc on cmake files
8239
8240 commit 9bcf3ef1cfc9dc47405ac4ead358a6665b756645
8241 Author: Martin Quinson <martin.quinson@loria.fr>
8242 Date:   Fri Dec 7 23:23:59 2012 +0100
8243
8244     take care of the generation of doc/doxygen/logcategories.doc after last cleanup
8245
8246 commit 19cf206fcdff32e898927ef3d5d24186f6754a7e
8247 Author: Martin Quinson <martin.quinson@loria.fr>
8248 Date:   Fri Dec 7 23:17:51 2012 +0100
8249
8250     put some automatic links instead of letting the user search for themselves
8251
8252 commit 4f3542d1f6ce52c0d190d9ee21d641d5d313e1c7
8253 Author: Maximiliano Geier <maximiliano.geier@loria.fr>
8254 Date:   Fri Dec 7 14:47:11 2012 +0100
8255
8256     chainsend: change tesh to test with 8192 pieces
8257
8258 commit fd5e7dd3b80243988a5d0b4fa957bb30f57f7678
8259 Author: Maximiliano Geier <maximiliano.geier@loria.fr>
8260 Date:   Fri Dec 7 14:40:34 2012 +0100
8261
8262     chainsend: change test platform latencies and bandwidth to LAN-like values
8263
8264 commit 3da214841105b9ff875937b2b4cc8a85125a4cf0
8265 Author: Maximiliano Geier <maximiliano.geier@loria.fr>
8266 Date:   Fri Dec 7 14:39:35 2012 +0100
8267
8268     chainsend: decrease message size, it was actually too big for no good reason
8269
8270 commit be4f11687c56257e435d7a2603b8bd98e605c6bd
8271 Author: Maximiliano Geier <maximiliano.geier@loria.fr>
8272 Date:   Fri Dec 7 14:39:02 2012 +0100
8273
8274     chainsend: change default number of pieces
8275
8276 commit 03a8f40048341b03dc7d8e321ca89d0209c306fc
8277 Author: Maximiliano Geier <maximiliano.geier@loria.fr>
8278 Date:   Fri Dec 7 14:38:03 2012 +0100
8279
8280     chainsend: add number of pieces as parameter of the broadcaster
8281
8282 commit 5904252e9e4e84030ee544d5efbd832dffa696a7
8283 Author: Martin Quinson <martin.quinson@loria.fr>
8284 Date:   Fri Dec 7 09:55:28 2012 +0100
8285
8286     I'm so glad that this line is useless
8287
8288 commit 70224752620872ce4ae4647487d21eb54a69090c
8289 Author: Martin Quinson <martin.quinson@loria.fr>
8290 Date:   Fri Dec 7 09:55:12 2012 +0100
8291
8292     this file is now useless
8293
8294 commit 6a26b9f74047c0805cb05a1861be2b35b33a71df
8295 Author: Martin Quinson <martin.quinson@loria.fr>
8296 Date:   Fri Dec 7 08:02:09 2012 +0100
8297
8298     fix the 'sync-gforge-doc' target
8299
8300 commit 6a7855433dca0f0609aee81224b65c1e74ca5be5
8301 Author: Martin Quinson <martin.quinson@loria.fr>
8302 Date:   Thu Dec 6 21:22:08 2012 +0100
8303
8304     Fix a bunch of errors on make dist due to the recent documentation cleanup
8305     
8306     That's still broken because of a missing smpi replay trace file
8307
8308 commit 18fb7de546b3064c12e51127fa12a060bb342557
8309 Author: Martin Quinson <martin.quinson@loria.fr>
8310 Date:   Thu Dec 6 21:16:18 2012 +0100
8311
8312     activate the search engine, and keep the doxygen warnings under control
8313
8314 commit 325e864be56e089073a0f2d9d70aae3d82baf968
8315 Author: Martin Quinson <martin.quinson@loria.fr>
8316 Date:   Thu Dec 6 21:13:29 2012 +0100
8317
8318     Damn doxygen, I hate you. I really do.
8319     
8320     I can't find any way to create a link to the root of all modules. So
8321     simply remove that link, clicking on the right graphic will do it.
8322     
8323     Doxygen is the best documentation tool out there (I really digged),
8324     but it's soooo bad it's disgusting.
8325
8326 commit 58ce59f4ee4b6f916d39d04b5df928f2bfdb3422
8327 Author: Martin Quinson <martin.quinson@loria.fr>
8328 Date:   Thu Dec 6 21:12:42 2012 +0100
8329
8330     sort the elements of this file so that it becomes readable w/o loosing too much mental health points
8331
8332 commit 75a8739492b60edf1a33f89046d125e53e9bf308
8333 Author: Martin Quinson <martin.quinson@loria.fr>
8334 Date:   Thu Dec 6 16:43:16 2012 +0100
8335
8336     merge the refguide into the documentation
8337
8338 commit 21668ddb215e62e653854df55ffcd83ce50dea58
8339 Author: Martin Quinson <martin.quinson@loria.fr>
8340 Date:   Thu Dec 6 15:19:45 2012 +0100
8341
8342     merge the insider manual into the main one
8343
8344 commit 873ced5d526ed273099cb0a65a13163c3225c77f
8345 Author: Martin Quinson <martin.quinson@loria.fr>
8346 Date:   Thu Dec 6 12:00:42 2012 +0100
8347
8348     move the user manual one layer higher, so that all manuals are merged back
8349
8350 commit 9215b9a2294a6352eaac6396a6367d420cdc8759
8351 Author: Martin Quinson <martin.quinson@loria.fr>
8352 Date:   Thu Dec 6 11:17:26 2012 +0100
8353
8354     this file does not exists: it breaks make dist
8355
8356 commit 8b376fd3c79ae939f2457e6d39db69a74374f682
8357 Author: Martin Quinson <martin.quinson@loria.fr>
8358 Date:   Thu Dec 6 10:46:27 2012 +0100
8359
8360     adding slides to the documentation was not wise from me
8361
8362 commit f43c766932553c0f32c9e681ea5b7032003c29a7
8363 Author: Martin Quinson <martin.quinson@loria.fr>
8364 Date:   Thu Dec 6 10:44:55 2012 +0100
8365
8366     start refunding the userguide
8367
8368 commit 04623b43371d801573dc06771538af1057db6e41
8369 Author: Martin Quinson <martin.quinson@loria.fr>
8370 Date:   Thu Dec 6 01:29:55 2012 +0100
8371
8372     we should not forget about the mainpage of the documentation
8373
8374 commit acc856872ff17ac8a34bc6b7a93ffce371b77b61
8375 Author: Martin Quinson <martin.quinson@loria.fr>
8376 Date:   Wed Dec 5 23:12:10 2012 +0100
8377
8378     these files are not generated anymore
8379
8380 commit 592feac9f00f8e5df4075437790d7b8b16676660
8381 Author: Augustin Degomme <degomme@idpann.imag.fr>
8382 Date:   Thu Dec 6 19:09:11 2012 +0100
8383
8384     fix config issue
8385
8386 commit cfe516ddd1ef9b8759d25de872c0b8dee73e5da9
8387 Author: Augustin Degomme <degomme@idpann.imag.fr>
8388 Date:   Thu Dec 6 18:43:06 2012 +0100
8389
8390     handle proper cleanup of mpi datatypes with MPI_Type_free with a refcounter
8391
8392 commit 14608bd75984c1dc3e279f67ccce7a3accb7650a
8393 Author: Augustin Degomme <degomme@idpann.imag.fr>
8394 Date:   Thu Dec 6 18:31:11 2012 +0100
8395
8396     mallocators were not initialized and used since commit 1f50f809
8397
8398 commit 26ac669d68abd5ccb430266a6a57d1d2201827cf
8399 Merge: 07eb731 3490c32
8400 Author: Paul Bédaride <paul.bedaride@gmail.com>
8401 Date:   Thu Dec 6 10:57:01 2012 +0100
8402
8403     Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid
8404
8405 commit 07eb7317b31474d0b6702c255741b194dbfd2d6d
8406 Author: Paul Bédaride <paul.bedaride@gmail.com>
8407 Date:   Thu Dec 6 10:52:20 2012 +0100
8408
8409     Add ModelChecker build type
8410
8411 commit 3490c32bf631c78a2e97814d028939305f78e0d2
8412 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
8413 Date:   Thu Dec 6 10:31:51 2012 +0100
8414
8415     model-checker : liveness model-checking works only on 64bits for now, add condition for tests
8416
8417 commit 8c32d2978c520a4ff777c92e3ec14a827c60996a
8418 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
8419 Date:   Thu Dec 6 10:16:53 2012 +0100
8420
8421     model-checker : improve debug message if different global variable
8422
8423 commit e8b6afba8f8b0963162e7ece45d9503662d2f03d
8424 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
8425 Date:   Thu Dec 6 10:16:10 2012 +0100
8426
8427     model-checker : ignore global variables corresponding to a counter for coverage
8428
8429 commit 1630762970ef7debfd44c24e6621af716c11af73
8430 Author: Martin Quinson <martin.quinson@loria.fr>
8431 Date:   Wed Dec 5 21:57:59 2012 +0100
8432
8433     these includes are useless
8434
8435 commit 36d4554a8b13b10d651f614299de05220626bcb5
8436 Author: Martin Quinson <martin.quinson@loria.fr>
8437 Date:   Wed Dec 5 21:21:18 2012 +0100
8438
8439     we need that files to compile on windows
8440
8441 commit 5d4e0db1fca6cd248aaca381866715825fb93746
8442 Author: Augustin Degomme <degomme@idpann.imag.fr>
8443 Date:   Wed Dec 5 19:10:42 2012 +0100
8444
8445     activate pt2pt truncmult test in teshsuite
8446
8447 commit 6b9a59680b27bbe789336585bd00be1fae84d9a7
8448 Author: Augustin Degomme <degomme@idpann.imag.fr>
8449 Date:   Wed Dec 5 18:55:18 2012 +0100
8450
8451     modify the way we handle MPI_ANY_SOURCE, MPI_ANY_TAG, and MPI_TRUNCATED.
8452     Fix the case where a request may live outside smpi and be reused
8453     We store the values we may change in other fields
8454
8455 commit b4649c05f79527c8befbf7fac7a85ef6184ac032
8456 Author: Augustin Degomme <degomme@idpann.imag.fr>
8457 Date:   Wed Dec 5 18:51:24 2012 +0100
8458
8459     make valgrind happy with smpi by handling action destruction inside finish_wait
8460
8461 commit 8da04e000fceccdeebd0118f27d6974c8858da0e
8462 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
8463 Date:   Wed Dec 5 16:21:15 2012 +0100
8464
8465     model-checker : increase tesh timeout for mc-chord-neverjoin-ucontext
8466
8467 commit f449557885f5b949b9f52b1c3fa1395571c08857
8468 Author: Martin Quinson <martin.quinson@loria.fr>
8469 Date:   Wed Dec 5 16:20:12 2012 +0100
8470
8471     ensures that the native libraries are always loaded before trying to access them
8472
8473 commit d28deecd8877f863c3b2f8623da62ce8aeee304c
8474 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
8475 Date:   Wed Dec 5 15:58:31 2012 +0100
8476
8477     model-checker : update snapshot_comparison tests
8478
8479 commit 6bee07c05481cf59f8e8dbaff46629af3d254c06
8480 Author: Martin Quinson <martin.quinson@loria.fr>
8481 Date:   Wed Dec 5 08:07:13 2012 +0100
8482
8483     bundle the native library into the jar file
8484
8485 commit 6d8693000fed2c1603be15a9ff86d1965c2c61a9
8486 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
8487 Date:   Tue Dec 4 19:16:33 2012 +0100
8488
8489     model-checker : ignore new variables
8490
8491 commit 004dc1d6a53f5ded31becbdc1bee43805359d8c6
8492 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
8493 Date:   Tue Dec 4 19:15:13 2012 +0100
8494
8495     model-checker : display instruction pointer if different local variable
8496
8497 commit 88477504b135930a51dad5af1d57194c894c091b
8498 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
8499 Date:   Tue Dec 4 16:30:28 2012 +0100
8500
8501     model-checker : ignore simcall result in heap comparison
8502
8503 commit 9a438aff7d4cb341293b1f06c612eadb0fed0606
8504 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
8505 Date:   Tue Dec 4 16:29:13 2012 +0100
8506
8507     model-checker : remove unused code
8508
8509 commit eef2741bc79047ecdaa6507c23f99d9fa38cbc61
8510 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
8511 Date:   Tue Dec 4 16:28:54 2012 +0100
8512
8513     model-checker : set raw heap for initialization step
8514
8515 commit 7616b7b3f449a258f75f3e1ba5c974b74694e91a
8516 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
8517 Date:   Tue Dec 4 16:20:39 2012 +0100
8518
8519     model-checker : get libsimgrid_path with MC_init_memory_map_infos
8520
8521 commit 87d50bb063f2937d73b984bed011fef018a761e2
8522 Author: bedaride <bedaride@beowulf.loria.fr>
8523 Date:   Tue Dec 4 16:15:31 2012 +0100
8524
8525     Dirty Fix to handle model checking with new simcalls
8526
8527 commit 13be40eff6b05494529813d4c953dda7a03920c0
8528 Author: Martin Quinson <martin.quinson@loria.fr>
8529 Date:   Tue Dec 4 15:40:17 2012 +0100
8530
8531     doc cosmetics
8532
8533 commit b44aaffb3e7360fb86870ce79d34e8df11e111b7
8534 Author: Martin Quinson <martin.quinson@loria.fr>
8535 Date:   Tue Dec 4 15:35:58 2012 +0100
8536
8537     improve the documentation with regard to the compilation of SimGrid java (finding jni.h)
8538
8539 commit 830316386d87df5bd767a583240c193964bceac0
8540 Author: Martin Quinson <martin.quinson@loria.fr>
8541 Date:   Tue Dec 4 15:35:36 2012 +0100
8542
8543     Start the development of the next release
8544
8545 commit 62043c0117037b734977e83eaa266a83fe077d2f
8546 Author: Martin Quinson <martin.quinson@loria.fr>
8547 Date:   Tue Dec 4 14:32:35 2012 +0100
8548
8549     get ready to release, at least
8550
8551 commit 743a20c3c129ffabc897244b7e1347444f42ffe1
8552 Author: Martin Quinson <martin.quinson@loria.fr>
8553 Date:   Tue Dec 4 14:19:52 2012 +0100
8554
8555     and now, with the right URL for the faq, bummer
8556
8557 commit bcaf6443d33f47153fe3661255c958bc83ce0cca
8558 Author: Martin Quinson <martin.quinson@loria.fr>
8559 Date:   Tue Dec 4 14:16:05 2012 +0100
8560
8561     fix a bunch of links to the FAQ -- hate that code dupplication
8562
8563 commit 7d657e0ce959a6c5198fc7943a3606cf0d8892bf
8564 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
8565 Date:   Tue Dec 4 13:13:30 2012 +0100
8566
8567     Avoid to add an empty component into LD_LIBRARY_PATH if it was not set before.
8568     
8569     Also remove the trailing filename.
8570
8571 commit 023ba62ad77dcc3714288ca23364af119cdc9735
8572 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
8573 Date:   Tue Dec 4 13:05:30 2012 +0100
8574
8575     Avoid to add an empty component into LD_LIBRARY_PATH if it was not set before.
8576
8577 commit 2e24e34b88e3844c1518d98a78be5fe7964afe87
8578 Author: Martin Quinson <martin.quinson@loria.fr>
8579 Date:   Tue Dec 4 12:06:22 2012 +0100
8580
8581     Improve a bit the documentation with the help of Guglielmo De Angelis as beta tester
8582
8583 commit 1e6b0a52bef29bab9fd6754500c4e67206b07e7c
8584 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
8585 Date:   Mon Dec 3 19:07:15 2012 +0100
8586
8587     model-checker : fix MC_state_set_executed_request
8588     
8589     Comm for SIMCALL_COMM_WAIT was internal_comm address of mc_state
8590     (confusion between s_smx_action_t and smx_action_t)
8591
8592 commit 9d3c2875f1f2f1f758514ddc54a3d589ef52743c
8593 Author: shenshei <paul.bedaride@gmail.com>
8594 Date:   Mon Dec 3 17:54:02 2012 +0100
8595
8596     Fix debug message in simix
8597
8598 commit 3604f04709e5e6f2abd0ee011b2f8e0e8f32a96a
8599 Author: Augustin Degomme <degomme@idpann.imag.fr>
8600 Date:   Mon Dec 3 17:01:19 2012 +0100
8601
8602     comment a bit of code in sender_gap for smpi, which leaked memory.
8603     This is temporary to correct the leak, waiting for the replacement of sender_gap
8604
8605 commit bc630c996548bb09c7af6c098fa1b0a39bd8a08b
8606 Author: Augustin Degomme <degomme@idpann.imag.fr>
8607 Date:   Mon Dec 3 17:00:37 2012 +0100
8608
8609     remove sender's side data from mpi_send in the receiver's side for detached send
8610     fixes a leak.
8611
8612 commit b9734bbd2fdc60d9239ebee9f121ab7bba00c88f
8613 Author: Augustin Degomme <degomme@idpann.imag.fr>
8614 Date:   Mon Dec 3 12:10:47 2012 +0100
8615
8616     hopefully remove leak in permanent receive mode
8617
8618 commit 843ecd34daee4c7181642ff058cdcb448c34c05b
8619 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
8620 Date:   Mon Dec 3 10:29:13 2012 +0100
8621
8622     Add a note about inline functions in README.coding.
8623
8624 commit 1e3f29793efb84e328898065ee0c2491cf3bd3a7
8625 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
8626 Date:   Fri Nov 30 17:39:21 2012 +0100
8627
8628     Remove spurious semicolon.
8629
8630 commit b339ccd8d934ce92d0511d25048b9d965a0d37b8
8631 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
8632 Date:   Fri Nov 30 17:31:16 2012 +0100
8633
8634     Define inline functions in header file (again).
8635
8636 commit 36eaa45fc14692a0e3438b4fe100856adb38c7c0
8637 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
8638 Date:   Fri Nov 30 17:30:56 2012 +0100
8639
8640     Remove prototypes.
8641     
8642     These inline functions are only used in smx_user.  Forward declarations are useless.
8643
8644 commit a854cf5e6cb0eccfcac6992a3b1cf5d5be285754
8645 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
8646 Date:   Fri Nov 30 16:41:11 2012 +0100
8647
8648     Define inline function in header file.
8649
8650 commit 238f2586203ab9bc2d0f7b2cdd8c736c90d45d4a
8651 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
8652 Date:   Fri Nov 30 16:23:18 2012 +0100
8653
8654     Initialize variables, and make valgrind happy.
8655
8656 commit e2af0d84aea271ea0a95ccdb6eecb95fd8d7870b
8657 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
8658 Date:   Fri Nov 30 15:59:14 2012 +0100
8659
8660     Print a message and exit if file was not found.
8661
8662 commit bdf65e2dcb24e3aba35b9f861f8e24b50d3c4d19
8663 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
8664 Date:   Fri Nov 30 15:56:11 2012 +0100
8665
8666     Activate memcheck tests for smpi-replay.
8667
8668 commit 26523229bff50c8c67fc01b40b0bd837f821f671
8669 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
8670 Date:   Mon Dec 3 10:53:27 2012 +0100
8671
8672     Make generate_memcheck_tests.pl handle command "mkfile".
8673
8674 commit 6ee0a28b73cc7b7c8b305b207dd668200f0a9e9b
8675 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
8676 Date:   Fri Nov 30 15:54:31 2012 +0100
8677
8678     Set valgrind option --track-origins=no, to make it use less memory.
8679     
8680     Actually, for the test smpi-replay, it needs more than 4GB of memory
8681     with option --track-origins=yes.
8682
8683 commit bd0fb57e458ea6c58fe75a022c52a9a0336452b5
8684 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
8685 Date:   Thu Nov 29 22:20:30 2012 +0100
8686
8687     Make tests work when building out of the sources.
8688
8689 commit 96fb089c1df521d4824de6b9958ffbdb1c215d07
8690 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
8691 Date:   Thu Nov 29 22:19:29 2012 +0100
8692
8693     Don't ignore full directory contents.
8694
8695 commit 00877c07294b806fb12182afb30567d19a5ee755
8696 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
8697 Date:   Sun Dec 2 22:28:01 2012 +0100
8698
8699     model-checker : remove independance between iRecv and Wait
8700
8701 commit 107550dc3139edda069a66fbacfc677d728d0ef9
8702 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
8703 Date:   Sun Dec 2 22:15:23 2012 +0100
8704
8705     model-checker : statistics printed twice if exhaustive exploration
8706
8707 commit 4978a3ae13dbfca366661d84d801f1acc7a6e017
8708 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
8709 Date:   Sun Dec 2 22:13:37 2012 +0100
8710
8711     model-checker : get global variables with objdump and compare only the bytes in data segments corresponding to global variables
8712
8713 commit 68619e5931b60e6363fd9b009ddb9e6fd7c066cb
8714 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
8715 Date:   Sun Dec 2 22:09:09 2012 +0100
8716
8717     model-checker : get segments start only in MC_init_memory_map_info
8718
8719 commit 72f3e5bb7597e85d02f6fb4dea3c7a8ac18d520a
8720 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
8721 Date:   Sun Dec 2 22:07:32 2012 +0100
8722
8723     model-checker : text segment is read and exec only
8724
8725 commit 9c292df6b714911657b9a4d03fcc959569be31bb
8726 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
8727 Date:   Sun Dec 2 22:05:52 2012 +0100
8728
8729     model-checker : cleanups in comments
8730
8731 commit 21c50b7da3b65c65baef50fc50b2c828e10b4c0f
8732 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
8733 Date:   Sun Dec 2 22:01:39 2012 +0100
8734
8735     model-checker : get .got.plt sections
8736
8737 commit 7fef11c314bee09a58c9e05a11b82b4d4a17d8f1
8738 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
8739 Date:   Thu Nov 29 14:09:04 2012 +0100
8740
8741     model-checker : increase tesh timeout
8742
8743 commit 3b5450cf5b1e7cabae148f2a258255a65ba2735d
8744 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
8745 Date:   Thu Nov 29 14:07:21 2012 +0100
8746
8747     model-checker : fix tesh name
8748
8749 commit 1fb08bfd88ea0a1e8b4c1ec2b0ec4519126b6c51
8750 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
8751 Date:   Thu Nov 29 14:02:15 2012 +0100
8752
8753     model-checker : increase tesh timeouts
8754
8755 commit 49a16851516d792f58799e0c6b7b46b37b8d272b
8756 Author: suter <frederic.suter@cc.in2p3.fr>
8757 Date:   Sun Dec 2 12:45:22 2012 +0100
8758
8759     add the test of allReduce replay
8760
8761 commit f244935c2520a6102b98322d77fa7dc72933a935
8762 Author: suter <frederic.suter@cc.in2p3.fr>
8763 Date:   Sun Dec 2 12:44:30 2012 +0100
8764
8765     yet another action file for allReduce
8766
8767 commit 65a8898a82c9b5053cc0a39976fdbdc339c9cd22
8768 Author: suter <frederic.suter@cc.in2p3.fr>
8769 Date:   Fri Nov 30 16:20:10 2012 +0100
8770
8771     missing file
8772
8773 commit 1b90c328896ab220a222968f2e38b90c44e615a5
8774 Author: suter <frederic.suter@cc.in2p3.fr>
8775 Date:   Fri Nov 30 15:38:41 2012 +0100
8776
8777     hey you, you're supposed to be removed already (did I say that I hate
8778     git when it come to rm already?)
8779
8780 commit c2d5327a3f7a92699f9f4b44704d8f58dddba179
8781 Author: suter <frederic.suter@cc.in2p3.fr>
8782 Date:   Fri Nov 30 10:16:52 2012 +0100
8783
8784     remove temporary file at the end of the tesh f
8785
8786 commit 7a9dae46b82d9bb370ceea26566e130fce38c282
8787 Author: suter <frederic.suter@cc.in2p3.fr>
8788 Date:   Fri Nov 30 10:15:36 2012 +0100
8789
8790     typos
8791
8792 commit 7705e849132559bfd169a04c26296cc22f2d3743
8793 Author: Augustin Degomme <degomme@idpann.imag.fr>
8794 Date:   Fri Nov 30 15:59:39 2012 +0100
8795
8796     have the smpif90 file replace the main program clause by our own for f90
8797
8798 commit 292a2a9b6a68f7b9bd620b8222d20ea91fe3bcf9
8799 Author: Augustin Degomme <degomme@idpann.imag.fr>
8800 Date:   Fri Nov 30 12:44:15 2012 +0100
8801
8802     fix a memory leak happening with smpi_replay
8803
8804 commit b20e09447e41f77749c4d7f24cc750a6ce469232
8805 Author: Augustin Degomme <degomme@idpann.imag.fr>
8806 Date:   Wed Nov 28 18:42:49 2012 +0100
8807
8808     add support of smpif90 file
8809
8810 commit dc260216988aef34a7a171ae8aa0edc16ba93b42
8811 Author: Augustin Degomme <degomme@idpann.imag.fr>
8812 Date:   Wed Nov 28 11:36:42 2012 +0100
8813
8814     few fortran defines to make bigdft happy
8815
8816 commit 439ff233e2bd6371039af0bd43b5016626f63a9c
8817 Author: Augustin Degomme <degomme@idpann.imag.fr>
8818 Date:   Wed Nov 28 11:35:49 2012 +0100
8819
8820     add yet another stunt with smpi_simulated_main to provide support for f90
8821
8822 commit c3a7e65b70788c8331bd4d5916f1ab1a550e364d
8823 Author: Augustin Degomme <degomme@idpann.imag.fr>
8824 Date:   Wed Nov 28 10:01:29 2012 +0100
8825
8826     replace smpi_simulated main by smpi_simulated_main__, because __ is wanted by fortran compilers
8827     C compilers don't really care how we name it.
8828
8829 commit fa7f60d9e04bc8f3551a9d4da799b9668cc6df59
8830 Author: Augustin Degomme <degomme@idpann.imag.fr>
8831 Date:   Wed Nov 28 09:58:41 2012 +0100
8832
8833     add two functions to fortran bindings, needed by specfem
8834
8835 commit 99e2ec610b1e3484fa0a012a49ab3f99fe88bda0
8836 Author: Augustin Degomme <degomme@idpann.imag.fr>
8837 Date:   Wed Nov 28 09:57:01 2012 +0100
8838
8839     remove unsupported characters from mpif.h, for f90 compiler to be happy
8840
8841 commit c882e24932c718fad85c22cb546f30e158f1b31d
8842 Merge: 426a2f9 09a5e38
8843 Author: shenshei <paul.bedaride@gmail.com>
8844 Date:   Fri Nov 30 15:09:01 2012 +0100
8845
8846     Merge ../simgrid
8847
8848 commit 09a5e38f227f42cf1567a9ead8ed528a13fd35b1
8849 Author: shenshei <paul.bedaride@gmail.com>
8850 Date:   Fri Nov 30 15:07:38 2012 +0100
8851
8852     New simcalls work
8853
8854 commit 426a2f9b93ab66257cb7645d6e5a3f1e5f193e8c
8855 Author: Maximiliano Geier <maximiliano.geier@loria.fr>
8856 Date:   Fri Nov 30 11:30:58 2012 +0100
8857
8858     chainsend: fix compilation errors
8859     
8860     Signed-off-by: Maximiliano Geier <maximiliano.geier@loria.fr>
8861
8862 commit 6d7f851f116cff677f5d5cb009aa493a7510780c
8863 Author: Maximiliano Geier <maximiliano.geier@loria.fr>
8864 Date:   Fri Nov 30 11:11:05 2012 +0100
8865
8866     chainsend: change message sizes to more realistic values, avoid passing too many parameters around, use MSG_task_isend in broadcaster instead of send
8867     
8868     Signed-off-by: Maximiliano Geier <maximiliano.geier@loria.fr>
8869
8870 commit df18a796ce976b1f7fd63a1317e13b51dc25b833
8871 Author: suter <frederic.suter@cc.in2p3.fr>
8872 Date:   Fri Nov 30 09:00:11 2012 +0100
8873
8874     forgot to add this file thus breaking the smpi_replay test
8875
8876 commit b7dc271137b214c7ffd661941f9a03397a8736d2
8877 Author: suter <frederic.suter@cc.in2p3.fr>
8878 Date:   Thu Nov 29 17:13:40 2012 +0100
8879
8880     rm this file, generated now
8881
8882 commit 75b47fbdedef787204917ace12713f82a2243408
8883 Author: suter <frederic.suter@cc.in2p3.fr>
8884 Date:   Thu Nov 29 17:13:10 2012 +0100
8885
8886     add 2 more test for smpi replay: barrier and some Isend/Irecv
8887
8888 commit 1bc3c69d04ad1e5e9a7bfbd0a1d70b3a78c10959
8889 Author: suter <frederic.suter@cc.in2p3.fr>
8890 Date:   Thu Nov 29 17:06:50 2012 +0100
8891
8892     printing the final simulation time also has to be done by the last
8893     process to finish.
8894     smpi_process_finalize/destroy already called by PMPI_finalize (remove)
8895     use my own global to count the number of active processes (to not mess
8896     with process_count)
8897
8898 commit 071cbcc0eb242846a0a886f9cec27bfe92520c08
8899 Author: suter <frederic.suter@cc.in2p3.fr>
8900 Date:   Thu Nov 29 16:40:26 2012 +0100
8901
8902     assuming that rank 0 is the last to finish is a bad idea. the last
8903     process to die has to free the dicts.
8904
8905 commit ba4af0ef6187a425c7fec5ee126ae4b3c8e3c61c
8906 Author: suter <frederic.suter@cc.in2p3.fr>
8907 Date:   Thu Nov 29 16:34:05 2012 +0100
8908
8909     the comm_size action is useless now
8910
8911 commit 84f68fb3fdb61455f076f6d978c0f89f80a8b7fc
8912 Author: suter <frederic.suter@cc.in2p3.fr>
8913 Date:   Thu Nov 29 16:27:09 2012 +0100
8914
8915     generate the one_trace file for each test (will allow me to test several
8916     basic traces with a single temporary file)
8917
8918 commit 4827d2c33f5cadf967462e483ae5bd735f2150e0
8919 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
8920 Date:   Thu Nov 29 14:37:37 2012 +0100
8921
8922     Enable memcheck for smpi tests too.
8923     
8924     Tests from teshsuite/smpi/mpich-test/ are however still excluded, since
8925     they are run through intricate scripts.
8926     
8927     Also exclude smpi-replay, since it's too memory hungry.
8928
8929 commit 3682fedf2bd04454c396c64cf98ba0f92faace67
8930 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
8931 Date:   Thu Nov 29 14:37:22 2012 +0100
8932
8933     Make valgrind skip commands from /usr/bin/ and /bin/.
8934
8935 commit e7efecac8f3f7e71dfde2253b39d7a65130b5cd7
8936 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
8937 Date:   Thu Nov 29 15:18:38 2012 +0100
8938
8939     Cosmetics: test ucontexts before raw contexts.
8940
8941 commit cedfc729b0b6e1ee5a26fb44b8685087ce623796
8942 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
8943 Date:   Thu Nov 29 15:17:46 2012 +0100
8944
8945     Add missing guards.
8946
8947 commit c1fce3a7608e9f70779aa9eeeef2e1a310836c2f
8948 Author: suter <frederic.suter@cc.in2p3.fr>
8949 Date:   Thu Nov 29 14:24:09 2012 +0100
8950
8951     remove some leaks by calling SD_exit() before dying
8952
8953 commit da12e59545f3a14d0aaae10b9a6462adce8ff5ba
8954 Author: suter <frederic.suter@cc.in2p3.fr>
8955 Date:   Thu Nov 29 13:35:48 2012 +0100
8956
8957     clean stuff even when the scheduled is not good
8958
8959 commit 674b3b9045034e1563df4df481231fdb1c2608d5
8960 Merge: 6674482 f005f4d
8961 Author: Jonathan Rouzaud-Cornabas <jonathan.rouzaud-cornabas@ens-lyon.fr>
8962 Date:   Thu Nov 29 05:41:13 2012 -0600
8963
8964     Merge branch 'vmtrace' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid-java into vmtrace
8965
8966 commit 66744829ea6f8bcd0729ac8d35b6cafbe9c41a6c
8967 Author: Jonathan Rouzaud-Cornabas <jonathan.rouzaud-cornabas@ens-lyon.fr>
8968 Date:   Thu Nov 29 05:40:52 2012 -0600
8969
8970     getMessageSize
8971
8972 commit 2e7bf3211683a899f33b53d70ab6de8d70672ea2
8973 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
8974 Date:   Wed Nov 28 23:40:35 2012 +0100
8975
8976     Fix printf statements.
8977
8978 commit b0c62844142afb631594e472e7ad1ab2482b5eb3
8979 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
8980 Date:   Wed Nov 28 22:39:53 2012 +0100
8981
8982     Rename file, and make test smpi-mpich-pt2pt-raw succeed.
8983
8984 commit 62bd017534ec1252074202ced6e031504bf17f44
8985 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
8986 Date:   Wed Nov 28 21:34:51 2012 +0100
8987
8988     Add a few thoughts in README.coding, and correct typos.
8989
8990 commit 271b1ed392b298fe582c52512d47f0736987844e
8991 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
8992 Date:   Wed Nov 28 18:22:19 2012 +0100
8993
8994     We have status, return its value.
8995
8996 commit b77216e633e2d4e03cfb7778436b2464e7e24b70
8997 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
8998 Date:   Wed Nov 28 18:19:17 2012 +0100
8999
9000     Define functions as static.
9001     
9002     Fix build errors from -Werror=missing-prototypes.
9003
9004 commit d693e2620b270cd5a6ca836f5ead1c079be4820e
9005 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
9006 Date:   Wed Nov 28 18:18:19 2012 +0100
9007
9008     Remove unused variables.
9009
9010 commit 2816e3ca51171ca2479ae699d682c8e37324cc57
9011 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
9012 Date:   Wed Nov 28 17:48:37 2012 +0100
9013
9014     Add missing prototypes.
9015
9016 commit 7d961518f975f0bf546ef326331f5df5f8807417
9017 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
9018 Date:   Wed Nov 28 18:14:30 2012 +0100
9019
9020     An inline function must be visible from header file.
9021
9022 commit 7b4f6bf5c5002eb43b2b4093e983cb18f5979e96
9023 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
9024 Date:   Wed Nov 28 17:47:43 2012 +0100
9025
9026     Return new value.
9027     
9028     Did it work before?
9029
9030 commit 8bfb777d7a5d8e8b9541cb80d9554878c8b895fb
9031 Author: Maximiliano Geier <maximiliano.geier@loria.fr>
9032 Date:   Wed Nov 28 17:26:03 2012 +0100
9033
9034     Oops, forgot to actually add the new tesh
9035
9036 commit eaed19c446220e1d60bcd79aa970f64cbf815e7f
9037 Author: Maximiliano Geier <maximiliano.geier@loria.fr>
9038 Date:   Wed Nov 28 17:06:55 2012 +0100
9039
9040     Remove unused tesh (copied from sendrecv), add a real tesh for chainsend
9041
9042 commit e6bd520dd999137c9f9bf3968e4764d82c948314
9043 Author: Maximiliano Geier <maximiliano.geier@loria.fr>
9044 Date:   Wed Nov 28 15:19:57 2012 +0100
9045
9046     Oops, forgot to change one XBT_INFO
9047
9048 commit 821667cb42120b4d1796bd5739e20e7813d6d8ee
9049 Author: Maximiliano Geier <maximiliano.geier@loria.fr>
9050 Date:   Wed Nov 28 15:10:27 2012 +0100
9051
9052     Some more cleaning up, commented out INFO logs go to DEBUG
9053
9054 commit 8a98e237cf171b9295fd40e56b0a901387fbe185
9055 Author: Maximiliano Geier <maximiliano.geier@loria.fr>
9056 Date:   Wed Nov 28 13:31:20 2012 +0100
9057
9058     Code cleanup
9059
9060 commit d749060f107933bf2a39cdfee01b9b1885fc6b0b
9061 Author: Maximiliano Geier <maximiliano.geier@loria.fr>
9062 Date:   Wed Nov 28 12:01:54 2012 +0100
9063
9064     Fix compilation error: there's no MSG_clean anymore
9065
9066 commit cbc4c75a33fdc7dd6adc43e55eda63fd490abaa0
9067 Author: Maximiliano Geier <maximiliano.geier@loria.fr>
9068 Date:   Tue Oct 16 14:07:36 2012 +0200
9069
9070     Fix typo
9071
9072 commit 2aaa919aa7451546f9576b3a71fc41f896c24b31
9073 Author: Maximiliano Geier <maximiliano.geier@loria.fr>
9074 Date:   Tue Oct 16 11:42:50 2012 +0200
9075
9076     Renamed project to chainsend to avoid confusion
9077
9078 commit 639100ee11f3b66897b242b05f8782230b0dcd89
9079 Author: Maximiliano Geier <maximiliano.geier@loria.fr>
9080 Date:   Mon Oct 15 18:14:01 2012 +0200
9081
9082     Deployment file generator in Ruby, takes a platform file, parses hostnames and outputs a deployment file for kadeploy Fixed mailbox names so that they don't depend on the hostnames FIXME: comm_t should be queued both in sends and recvs
9083
9084 commit aa6668dbbd08c418867588055ca2c2d7c89abbfc
9085 Author: Maximiliano Geier <maximiliano.geier@loria.fr>
9086 Date:   Thu Oct 11 15:29:43 2012 +0200
9087
9088     Code is now modular and tidy
9089
9090 commit 982b4e75dbf84810d88dd2170fa80e2da575c8b9
9091 Author: Maximiliano Geier <maximiliano.geier@loria.fr>
9092 Date:   Wed Oct 10 17:16:58 2012 +0200
9093
9094     Refactored the xbt_dynar_iterator_t implementation Added reverse and random iterators
9095
9096 commit 69d66050bef9b3b9ec134c84f71f303194d5b13e
9097 Author: Maximiliano Geier <maximiliano.geier@loria.fr>
9098 Date:   Tue Oct 9 18:06:57 2012 +0200
9099
9100     First working version with 8 peers I have not evaluated how it works yet, only that every piece is delivered successfully
9101
9102 commit 124b9aa048dc0af73a539a2761ce5cbc95814f22
9103 Author: Maximiliano Geier <maximiliano.geier@loria.fr>
9104 Date:   Mon Oct 8 18:50:19 2012 +0200
9105
9106     Modified XML platform file so that routing actually gets done Now it works with sync messages, but it's too slow Async doesn't work yet, it fails after the first peer exits
9107
9108 commit e68e17956027521b8a3e8195d1ccd62b28f83aaa
9109 Author: Maximiliano Geier <maximiliano.geier@loria.fr>
9110 Date:   Fri Oct 5 17:57:17 2012 +0200
9111
9112     messages implementation: it dies when trying to forward data from one peer to another unified message parsing, it parses and executes chain and end of data messages correctly
9113
9114 commit 523f53b9ed809198f82d3f76945bd511fa175b64
9115 Author: Maximiliano Geier <maximiliano.geier@loria.fr>
9116 Date:   Tue Oct 2 17:16:37 2012 +0200
9117
9118     Modified platform and deployment files so it's easier to add nodes Fixed chain generation Implemented an end data message (peer doesn't know about it yet) TODO: fix peer side of end data, implement data send, see how to do a barrier to synchronize
9119
9120 commit d3143c0028a28311d7a1b0bcae5ac8e6d6a97eed
9121 Author: Maximiliano Geier <maximiliano.geier@loria.fr>
9122 Date:   Mon Oct 1 17:24:36 2012 +0200
9123
9124     Fixed iterator Initial version of chain generator (doesn't work) I have to change the deployment file and the way the peers are initialized so that you don't have to generate a huge file with every single entry
9125
9126 commit f8c559b682d138281eedddfbcb363a2b051c4d13
9127 Author: Maximiliano Geier <maximiliano.geier@loria.fr>
9128 Date:   Fri Sep 28 17:34:57 2012 +0200
9129
9130     Initial implementation of kadeploy look-alike
9131     
9132     Used sendrecv as skeleton
9133     Implemented a random iterator for xbt_dynar_t, which still segfaults
9134
9135 commit babb079cb238a644531e4cf5aa2dd045d8790b3c
9136 Author: shenshei <paul.bedaride@gmail.com>
9137 Date:   Mon Nov 26 13:24:57 2012 +0100
9138
9139     Change simcall functions
9140
9141 commit ede1c3b3c0e65b32ffa025b63d0850501225fb0a
9142 Author: paul bedaride <paul.bedaride@gmail.com>
9143 Date:   Thu Nov 8 11:20:47 2012 +0100
9144
9145     Add macros to generate simcalls code
9146
9147 commit d6fc96fb24bb0006584d44bee70df5f67b37f5fb
9148 Author: Cristian Rosa <cristian@rtfm.org.ar>
9149 Date:   Wed Oct 10 11:54:56 2012 -0300
9150
9151     Make SimGrid compile again :)
9152
9153 commit da9d640d914fb561db6cac31908505e8198c191b
9154 Author: Cristian Rosa <cristian@rtfm.org.ar>
9155 Date:   Tue Sep 18 13:42:28 2012 -0300
9156
9157     WIP on simcalls: fd8c267 Stop making direct calls to SIMIX for host handling, use simcalls instead.
9158
9159 commit dc43fd7b69f8615891c148ddca0db22bae4c8e73
9160 Author: Cristian Rosa <cristian@rtfm.org.ar>
9161 Date:   Mon Sep 10 09:57:51 2012 -0300
9162
9163     Stop making direct calls to SIMIX for host handling, use simcalls instead.
9164
9165 commit cfa2c6d8bd499b438e9f88e2e72e3b81e53b466a
9166 Author: Cristian Rosa <cristian@rtfm.org.ar>
9167 Date:   Mon Sep 10 09:55:59 2012 -0300
9168
9169     Kill unused macro.
9170
9171 commit d49424af95e13938bd75aaa5fdd36e5d3d4406f5
9172 Author: Cristian Rosa <cristian@rtfm.org.ar>
9173 Date:   Mon Sep 10 09:24:14 2012 -0300
9174
9175     Move Hosts related simcalls to the new API.
9176
9177 commit b9922f60d05b3a465f766be535baf55aef0a6651
9178 Author: Cristian Rosa <cristian@rtfm.org.ar>
9179 Date:   Fri Sep 7 15:12:34 2012 -0300
9180
9181     Add new type of scalar value 'STRING' for const char*
9182
9183 commit 5bfd6df6e3880e128c78afbeff9dfc131f8c8fef
9184 Author: Cristian Rosa <cristian@rtfm.org.ar>
9185 Date:   Fri Sep 7 12:33:18 2012 -0300
9186
9187     Extend definition of simcalls to include a pointer to the simcall handler functions.
9188     Use these pointers to initialize a simcall dispatch table.
9189
9190 commit 2f4b693b1235e1d82f41a1639046c3ac66063fba
9191 Author: Cristian Rosa <cristian@rtfm.org.ar>
9192 Date:   Fri Sep 7 10:59:04 2012 -0300
9193
9194     Move SIMCALL_HOST_EXECUTE to the new simcall architecture for initial testing.
9195
9196 commit e1c1a57d9f9a058f64abc00f8671d3a7c3d68f6b
9197 Author: Cristian Rosa <cristian@rtfm.org.ar>
9198 Date:   Thu Sep 6 11:25:07 2012 -0300
9199
9200     Add new simcall interface definitions.
9201
9202 commit 5460f34ed156280c6beaf9a6b330bb0d68ab46b9
9203 Author: Cristian Rosa <cristian@rtfm.org.ar>
9204 Date:   Fri Sep 7 12:33:18 2012 -0300
9205
9206     Extend definition of simcalls to include a pointer to the simcall handler functions.
9207     Use these pointers to initialize a simcall dispatch table.
9208
9209 commit 8cb8e7da03088da26d6f05b7ff84c412fef25a53
9210 Author: Cristian Rosa <cristian@rtfm.org.ar>
9211 Date:   Fri Sep 7 10:59:04 2012 -0300
9212
9213     Move SIMCALL_HOST_EXECUTE to the new simcall architecture for initial testing.
9214
9215 commit 017cf40352819fcf7bbf2926cbbc7b6b5cbc66d5
9216 Author: Cristian Rosa <cristian@rtfm.org.ar>
9217 Date:   Thu Sep 6 11:25:07 2012 -0300
9218
9219     Add new simcall interface definitions.
9220
9221 commit 9e4119834aac41934ea92555a4c5440a3d3cc97e
9222 Author: schnorr <Lucas.Schnorr@imag.fr>
9223 Date:   Wed Aug 22 23:39:39 2012 +0200
9224
9225     [trace] avoiding key clashes on paje links
9226
9227 commit 19b3bb8295414ed18f495863f071bcbac1ac0a4a
9228 Author: Augustin Degomme <degomme@idpann.imag.fr>
9229 Date:   Tue Aug 21 18:10:50 2012 +0200
9230
9231     forgot to add color for computing in previous commit
9232
9233 commit a0abb9d376adce051993b966c0acc6999cba129f
9234 Author: Augustin Degomme <degomme@idpann.imag.fr>
9235 Date:   Tue Aug 21 15:26:57 2012 +0200
9236
9237     add option to generate states for code outside smpi to allow computation timing (not completely accurate as some smpi calls are not traced yet)
9238
9239 commit c0e6229d1166c669111b8103d182d712f45ac085
9240 Author: jean-noel quintin <jnquintin@dhcp-892b9b64.ucd.ie>
9241 Date:   Tue Aug 21 11:46:15 2012 +0100
9242
9243     [smpi,simix-network] remove a useless function
9244
9245 commit 9d088dd72d45a9d82d8a0abbb6fdd467188e733e
9246 Author: schnorr <Lucas.Schnorr@imag.fr>
9247 Date:   Mon Aug 20 17:41:53 2012 +0200
9248
9249     [trace] for some reason, simulated time changed in smpi -> fix tesh then
9250
9251 commit 458cf7d574b7d760fe3d0a22aa3bc069082e26d1
9252 Author: schnorr <Lucas.Schnorr@imag.fr>
9253 Date:   Mon Aug 20 17:39:26 2012 +0200
9254
9255     [trace] updating tesh'es according to header changes
9256     
9257     details:
9258     - albeit recent modifications on the header, only a white
9259     space after the events number identification was removed
9260
9261 commit 143992d7beed6e85de04c441fc51b39408db61a2
9262 Author: schnorr <Lucas.Schnorr@imag.fr>
9263 Date:   Mon Aug 20 17:33:25 2012 +0200
9264
9265     [trace] header re-organization (now with a basic version)
9266     
9267     details:
9268     you can generate a basic version of the header by passing
9269     --cfg=tracing/basic:1 when launching your simulator (considering
9270     you are using other arguments to enable the tracing)
9271
9272 commit b4e868b61f6be7ba4c72944de96270fc9d01f4a7
9273 Author: schnorr <Lucas.Schnorr@imag.fr>
9274 Date:   Mon Aug 20 15:30:14 2012 +0200
9275
9276     [trace] fix color for MPI operations to correctly follow color specification
9277     
9278     details:
9279     http://paje.sourceforge.net/download/publication/lang-paje.pdf
9280
9281 commit 54ca70c64e93820a6c96ab7b4e0f1c612b72acc3
9282 Author: schnorr <Lucas.Schnorr@imag.fr>
9283 Date:   Mon Aug 20 15:25:20 2012 +0200
9284
9285     [trace] new option tracing/basic (used to generate impoverished trace files)
9286     
9287     details:
9288     - this option should be used with visualization tools that are
9289     incapable to read the complete Paje file format specification, as
9290     detailed in this file:
9291     http://paje.sourceforge.net/download/publication/lang-paje.pdf
9292
9293 commit 3d0ec27f4663316ce2c245e03d950a89f9e35957
9294 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
9295 Date:   Sat Aug 18 18:48:28 2012 +0200
9296
9297     model-checker : init result of simcalls for snapshot comparison done during simcall
9298
9299 commit e6bb6ef3c68e10a9db83a45a770e391f95bc827d
9300 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
9301 Date:   Fri Aug 17 09:55:59 2012 +0200
9302
9303     model-checker : try first to associate each block or fragment with the same positiion in the other heap
9304
9305 commit 234bab0555dfe251f5da7b29122d26d393e64cf6
9306 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
9307 Date:   Fri Aug 17 00:32:52 2012 +0200
9308
9309     model-checker : remove unnecessary step
9310
9311 commit d18ed2ecfd01de2a4139025244308638bf475852
9312 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
9313 Date:   Fri Aug 17 00:24:49 2012 +0200
9314
9315     model-checker : equal_to field of blocks/fragments updated twice with match_equals
9316
9317 commit 399309d03009809ad8b891b24630e7b2e7b2345e
9318 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
9319 Date:   Fri Aug 17 00:19:08 2012 +0200
9320
9321     modelc-checker : reset list of blocks/fragments pairs associated
9322
9323 commit 3f4a50f04ddac4e719a260e77bc5f88f88c8ea64
9324 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
9325 Date:   Fri Aug 17 00:13:52 2012 +0200
9326
9327     model-checker : init equal_to field to -1 for each allocated block/fragment at the beginning of the heap comparison
9328
9329 commit 982b71db436b5e176fa75bc3d8a05b339c57717c
9330 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
9331 Date:   Wed Aug 8 12:06:33 2012 +0200
9332
9333     model-checker : set size used to 0 when free fragment
9334
9335 commit e8ed89789ab2870904fb7bffc272a862e3cca1bc
9336 Author: Jean-Baptiste Hervé <jean-baptiste.herve@esial.net>
9337 Date:   Fri Aug 10 17:52:53 2012 +0200
9338
9339     Add a master/slave example using a generated platform, and using generated event traces
9340     
9341     This example fails at the end for the moment, apparently because of autorestart.
9342
9343 commit f8161e4936c7034ae3829b78f313a010a985dcdc
9344 Author: Jean-Baptiste Hervé <jean-baptiste.herve@esial.net>
9345 Date:   Fri Aug 10 15:38:46 2012 +0200
9346
9347     Platform generation: add a bittorent example using a generated platform
9348
9349 commit 437bf547e2d10fe55fae091a13675303aaa4ff32
9350 Author: Jean-Baptiste Hervé <jean-baptiste.herve@esial.net>
9351 Date:   Thu Aug 9 17:36:23 2012 +0200
9352
9353     Platform generation: add a master/slave example using a generated platform
9354
9355 commit cdc5e6b304490c7f11223bea097fea9fd2a2dfee
9356 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
9357 Date:   Tue Nov 27 15:52:55 2012 +0100
9358
9359     Typo + kill useless empty lines.
9360
9361 commit ecd8e4ee6c8c0f3647a7a8ce2ed95d8f1aba93e0
9362 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
9363 Date:   Tue Nov 27 15:32:03 2012 +0100
9364
9365     Call xbt_log_postexit() at the end.
9366
9367 commit 9c7c55379477045addcd9553b6b12752b5dc606f
9368 Author: Jonathan Rouzaud-Cornabas <jonathan.rouzaud-cornabas@ens-lyon.fr>
9369 Date:   Tue Nov 27 08:02:17 2012 -0600
9370
9371     update
9372
9373 commit e4abd3f271729beeff499da36267bfb274dd1f6d
9374 Merge: 16a81d3 52c07f4
9375 Author: Jonathan Rouzaud-Cornabas <jonathan.rouzaud-cornabas@ens-lyon.fr>
9376 Date:   Tue Nov 27 07:57:38 2012 -0600
9377
9378     update
9379
9380 commit 16a81d317a360ed7c9a3f3615b58b991f99cd241
9381 Author: Jonathan Rouzaud-Cornabas <jonathan.rouzaud-cornabas@ens-lyon.fr>
9382 Date:   Tue Nov 27 07:54:47 2012 -0600
9383
9384     update
9385
9386 commit 406f54970c00ca178fa918763d943027bd09e3ba
9387 Merge: bed55a0 4ede280
9388 Author: Jonathan Rouzaud-Cornabas <jonathan.rouzaud-cornabas@ens-lyon.fr>
9389 Date:   Tue Nov 27 07:50:16 2012 -0600
9390
9391     Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid into vmtrace
9392     
9393     Conflicts:
9394         include/surf/simgrid_dtd.h
9395         src/surf/simgrid_dtd.c
9396
9397 commit bed55a06c0de08698519ba251e4c4298cc2ff4b6
9398 Author: Jonathan Rouzaud-Cornabas <jonathan.rouzaud-cornabas@ens-lyon.fr>
9399 Date:   Tue Nov 27 07:49:34 2012 -0600
9400
9401     Last version before merging with master
9402
9403 commit 4ede28040ccac8fc9bab86ef8d571838020f2a14
9404 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
9405 Date:   Tue Nov 27 13:45:58 2012 +0100
9406
9407     gras_os_time() has vanished.
9408
9409 commit 351eea3159e6a20b85fd2622a8a593ae90a802df
9410 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
9411 Date:   Tue Nov 27 13:41:25 2012 +0100
9412
9413     File is unused since commit 678328fb7b84cbcebfff2e5df242b59fb0a0b9ff.
9414
9415 commit 1af9727066a32ce8b66adf74e95d87b5879eae0f
9416 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
9417 Date:   Mon Nov 26 17:45:43 2012 +0100
9418
9419     Remove unused test program.
9420     
9421     It was used to define SIZEOF_MAX for Gras.
9422
9423 commit d2ec5755ee8a63d63c5ae6c742133791cbdd2475
9424 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
9425 Date:   Mon Nov 26 17:45:43 2012 +0100
9426
9427     Remove needless volatile qualifier.
9428
9429 commit d1c6768af282c308189efe0fac7bb8a1e888a0cd
9430 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
9431 Date:   Mon Nov 26 17:45:43 2012 +0100
9432
9433     Remove unused variable.
9434
9435 commit 839b7f0b11fbe745fcd2157a1e316747d307eb83
9436 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
9437 Date:   Mon Nov 26 17:45:43 2012 +0100
9438
9439     s/diffrent/different/
9440
9441 commit 4e8cec4c5c88a439e8afe5ab83ca039b701d12b3
9442 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
9443 Date:   Mon Nov 26 17:45:43 2012 +0100
9444
9445     Typos.
9446
9447 commit f5380a75a1659d084b3de23995d82177bdbc90a5
9448 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
9449 Date:   Mon Nov 26 17:45:43 2012 +0100
9450
9451     Revalidate tesh outputs for msg/cloud, and lua tests.
9452
9453 commit ae701f4913efbc710c55d427cfe176a0b102b38e
9454 Author: suter <frederic.suter@cc.in2p3.fr>
9455 Date:   Mon Nov 26 16:26:31 2012 +0100
9456
9457     mention the modification of TCP_gamma default value, its impact and
9458     workaround
9459
9460 commit 30efef2e7f65c83e4ee7c4fc491b07fc659478e9
9461 Author: suter <frederic.suter@cc.in2p3.fr>
9462 Date:   Mon Nov 26 16:21:29 2012 +0100
9463
9464     revalidate tesh output for tracing ms and simdag
9465
9466 commit 7d0176578700ff92f51432a0dcf6c0464b84be05
9467 Author: suter <frederic.suter@cc.in2p3.fr>
9468 Date:   Mon Nov 26 16:15:10 2012 +0100
9469
9470     revalidate tesh output for token ring
9471
9472 commit 59b260de0cdfff4bc73bfcb8dd84ba170a1994e0
9473 Author: suter <frederic.suter@cc.in2p3.fr>
9474 Date:   Mon Nov 26 16:10:02 2012 +0100
9475
9476     revalidate tesh outputs for masterslave
9477
9478 commit 748fc12deab741172d2a8bc6bf1b9fdd2a40a9a7
9479 Author: suter <frederic.suter@cc.in2p3.fr>
9480 Date:   Mon Nov 26 16:00:31 2012 +0100
9481
9482     revalidate tesh output for bittorrent
9483
9484 commit a37d541e2f6b55c3b709dbf2066c6b1ba78d7bd6
9485 Author: suter <frederic.suter@cc.in2p3.fr>
9486 Date:   Mon Nov 26 15:44:24 2012 +0100
9487
9488     revalidate tesh output for actions
9489
9490 commit 512f178ce4a9b2276cc2be7afe5b4dc74d40bc15
9491 Author: suter <frederic.suter@cc.in2p3.fr>
9492 Date:   Mon Nov 26 15:30:24 2012 +0100
9493
9494     revalidate tesh outputs for chord
9495
9496 commit 1f54b02518eb90c6e6eb1a0520975b2d2b127769
9497 Author: suter <frederic.suter@cc.in2p3.fr>
9498 Date:   Mon Nov 26 14:15:21 2012 +0100
9499
9500     revalidate tesh outputs for icomms, pmm, sendrecv
9501
9502 commit 1195d3ca4bbf7e4cd2ce8c0c12e6f45af1dc705d
9503 Author: suter <frederic.suter@cc.in2p3.fr>
9504 Date:   Mon Nov 26 13:46:06 2012 +0100
9505
9506     revalidate tesh outputs for simdag tests
9507
9508 commit 34bddd35cf7b4fab7e164bbbbabf432e6d583161
9509 Author: suter <frederic.suter@cc.in2p3.fr>
9510 Date:   Mon Nov 26 13:45:16 2012 +0100
9511
9512     revalidate (ans simplify) tesh outputs
9513
9514 commit 3c6fc0c6d0d704281f05b79bedcd9bd61a8c868c
9515 Author: suter <frederic.suter@cc.in2p3.fr>
9516 Date:   Mon Nov 26 13:44:27 2012 +0100
9517
9518     change default value of tcp_gamma to use something more realistic than
9519     20K. Use 4MiB now
9520
9521 commit 68bcc41546f34b2b4fd2bc55f0ce7446fb8cbbfe
9522 Author: suter <frederic.suter@cc.in2p3.fr>
9523 Date:   Mon Nov 26 12:18:06 2012 +0100
9524
9525     better description of the basic simdag tests + cosmetics
9526
9527 commit d94864f3975b7e14ee88562f2a3456bc82603ecd
9528 Author: suter <frederic.suter@cc.in2p3.fr>
9529 Date:   Mon Nov 26 12:17:17 2012 +0100
9530
9531     oops removed the AS
9532
9533 commit 211e546ce273a078e9c6d35372fb2b9dea5b8f35
9534 Author: suter <frederic.suter@cc.in2p3.fr>
9535 Date:   Mon Nov 26 12:03:49 2012 +0100
9536
9537     get rid of useless spaces and tabs
9538
9539 commit 881eb1a4ca72f6b60f77457368bdd718836dd795
9540 Author: suter <frederic.suter@cc.in2p3.fr>
9541 Date:   Mon Nov 26 11:31:14 2012 +0100
9542
9543     add a description of the scenario
9544
9545 commit 7148c9208e34d627b13f5f1eae15d946e6811133
9546 Author: suter <frederic.suter@cc.in2p3.fr>
9547 Date:   Mon Nov 26 11:28:50 2012 +0100
9548
9549     Add a description of the scenario
9550
9551 commit 44d96f100f05cd9507de81d4590692fe96ed0fa2
9552 Author: suter <frederic.suter@cc.in2p3.fr>
9553 Date:   Mon Nov 26 10:04:41 2012 +0100
9554
9555     add a description of the scenario and expected result
9556
9557 commit bca294b697ffe5980a5d6aea3a3ed2d9a1f8a568
9558 Author: Martin Quinson <martin.quinson@loria.fr>
9559 Date:   Mon Nov 26 14:15:26 2012 +0100
9560
9561     doxygen is sooooo roten, it drives me crazy
9562
9563 commit 5311e568cf40ead1b36c7d5c247531317ed5acde
9564 Author: Martin Quinson <martin.quinson@loria.fr>
9565 Date:   Mon Nov 26 14:08:25 2012 +0100
9566
9567     add xbt_fifo_search(), to search an item with a user-provided comparison function
9568
9569 commit b82c39e1bcdca7cad4c88dd56a131d2b4268166a
9570 Author: Martin Quinson <martin.quinson@loria.fr>
9571 Date:   Sun Nov 25 15:15:52 2012 +0100
9572
9573     move sg_cmdline to xbt/virtu.h module, and rename it to xbt_cmdline
9574
9575 commit a11846627b7e46427494b079e4124a1e8a10e288
9576 Author: Martin Quinson <martin.quinson@loria.fr>
9577 Date:   Sun Nov 25 15:07:45 2012 +0100
9578
9579     xbt_os_procname and xbt_binary_name are the same -- keep only one of them
9580
9581 commit 1c2448da9bd6e99d15c5920d0d8d4b292347dae9
9582 Author: Martin Quinson <martin.quinson@loria.fr>
9583 Date:   Sun Nov 25 14:29:43 2012 +0100
9584
9585     Apparently, I'm not allowed to free the memory here
9586     
9587     I'm not sure of why I MUST free it in the other path, 10 lines above,
9588     if I don't want to leak and why I MUST NOT free it here, but anyway.
9589     All test pass this way, let's be pragmatic and move forward.
9590
9591 commit 4567958b25228037afc35b3116064a42a5b9e322
9592 Author: Martin Quinson <martin.quinson@loria.fr>
9593 Date:   Sun Nov 25 14:21:06 2012 +0100
9594
9595     plug a (damn) memleak. Gosh, this one was hard to get, too
9596
9597 commit c72aca8570e7fe605df7f74fe948db0ca15c8c2a
9598 Author: Martin Quinson <martin.quinson@loria.fr>
9599 Date:   Sun Nov 25 12:37:58 2012 +0100
9600
9601     plug a memleak in that example
9602
9603 commit bdd60f6c3abf41bfca1c86fdf7fa7a28aca704c5
9604 Author: Martin Quinson <martin.quinson@loria.fr>
9605 Date:   Sun Nov 25 12:09:00 2012 +0100
9606
9607     Remove all traces of chord_before_dsend
9608     
9609     This was an attempt at working around bugs in the model-checker, but
9610     it turned out that the bugs were not due to dsend, making the work
9611     around useless.
9612
9613 commit 2ed04aa36876f1bf3aca3db9009212945493c9b7
9614 Author: Martin Quinson <martin.quinson@loria.fr>
9615 Date:   Sun Nov 25 12:02:33 2012 +0100
9616
9617     further eradicate all traces of GRAS existance
9618
9619 commit 1af747ca35970917332a18a89a0e7ee104e1b2ee
9620 Author: Martin Quinson <martin.quinson@loria.fr>
9621 Date:   Sun Nov 25 11:38:20 2012 +0100
9622
9623     don't polute my disk with your crappy test files
9624
9625 commit d37a25bb59ef6bde02b3ceac6dcd83bbf4b89d0a
9626 Author: Martin Quinson <martin.quinson@loria.fr>
9627 Date:   Sat Nov 24 18:57:39 2012 +0100
9628
9629     document one of the major change of the upcoming release
9630
9631 commit 45398f9134b676d01704e4acedcbf8f15f4c5ddd
9632 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
9633 Date:   Fri Nov 23 16:45:59 2012 +0100
9634
9635     Remove doc items about gras.
9636
9637 commit a9e1374b153a2bb9ff79b8a59c994131d9728490
9638 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
9639 Date:   Fri Nov 23 16:44:53 2012 +0100
9640
9641     These files are automatically regenerated at another place.
9642     
9643     Remove them.
9644
9645 commit cb658e4fe46836518ac97ebfc2514a96256e9637
9646 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
9647 Date:   Fri Nov 23 16:20:42 2012 +0100
9648
9649     Remove deprecated figures.
9650
9651 commit ad42fe3dca503764217932f1f5fa6b2d2df29319
9652 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
9653 Date:   Fri Nov 23 16:17:22 2012 +0100
9654
9655     Remove old pictures.
9656     
9657     The files seem to be corrupted anyway.
9658
9659 commit 87e26db0b31b305c98c304911968163c37464f0d
9660 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
9661 Date:   Fri Nov 23 16:11:56 2012 +0100
9662
9663     Remove binary file!
9664
9665 commit 757ff9d52ecfe47d158e817d527a7793a9eb2395
9666 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
9667 Date:   Fri Nov 23 15:18:30 2012 +0100
9668
9669     Remove fixme comment.
9670     
9671     We cannot use an assert here, since test simdag_reinit_costs tries
9672     to call xbt_init twice.
9673
9674 commit 62c4caa95b94d2fa6158eee5883b9b89b7565bcc
9675 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
9676 Date:   Fri Nov 23 15:17:27 2012 +0100
9677
9678     Log priorities were renamed a long time ago.
9679
9680 commit b5101cdb8dddc91bb762085d97803f51360e4768
9681 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
9682 Date:   Fri Nov 23 15:15:45 2012 +0100
9683
9684     Eradicate gras further.
9685
9686 commit 6f6c9d1901823064c67abc1ba342b850814b5ed1
9687 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
9688 Date:   Fri Nov 23 12:43:21 2012 +0100
9689
9690     Merge XBT_SG_SRC with XBT_SRC, and fix make dist.
9691
9692 commit 20fe7f4f4856c064f148143d40972463cbb1cb76
9693 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
9694 Date:   Fri Nov 23 12:35:33 2012 +0100
9695
9696     Re-add file (wrongly removed).
9697
9698 commit 1fcf48fc76832f12e7e1b8d63e7809e401b39f89
9699 Author: Augustin Degomme <degomme@idpann.imag.fr>
9700 Date:   Fri Nov 23 11:58:55 2012 +0100
9701
9702     fix distcheck to handle mpich-test
9703
9704 commit 8340b9ca34a27bc19136607105d3ec1fe15c91db
9705 Merge: a093e1d 7dede3e
9706 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
9707 Date:   Fri Nov 23 11:24:55 2012 +0100
9708
9709     Merge branch 'killgraskill'
9710
9711 commit 7dede3e2fa9797c363b2411101ce3edc50ee66d0
9712 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
9713 Date:   Fri Nov 23 11:19:05 2012 +0100
9714
9715     Update ChangeLog.
9716
9717 commit a093e1d3dad9c1e9af6473e1f96e7d5f76a4dac1
9718 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
9719 Date:   Fri Nov 23 11:04:17 2012 +0100
9720
9721     Fix make dist.
9722     
9723     make distcheck is still broken, though.
9724
9725 commit 12bd9c96c1d310b97f7827e13a8bb0cf8d72124d
9726 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
9727 Date:   Tue Nov 20 11:20:29 2012 +0100
9728
9729     Finalize coverage for swag.c.
9730
9731 commit 78829b6122aecea94deca950fe78ab44516f5b08
9732 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
9733 Date:   Fri Nov 23 10:41:53 2012 +0100
9734
9735     Kill more references to GRAS.
9736
9737 commit 51cc3af6855ddc45c4c99605f99d68443ea4870a
9738 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
9739 Date:   Fri Nov 23 10:36:26 2012 +0100
9740
9741     This hack is not needed since gras is killed.
9742
9743 commit a8b5e623ecad573ef13267bd304777462993efdb
9744 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
9745 Date:   Fri Nov 23 10:20:12 2012 +0100
9746
9747     Rename gras_config to internal_config.
9748
9749 commit 3676269c65359df0174fd13b6c11687992437df8
9750 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
9751 Date:   Fri Nov 23 10:15:46 2012 +0100
9752
9753     Kill xbt_dynar_dopar().
9754     
9755     Keep it as a separated commit, to make a potential revert easier.
9756
9757 commit 5cf8b774598c7ce08ee2c05b1c461b10d0707b75
9758 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
9759 Date:   Fri Nov 23 09:57:35 2012 +0100
9760
9761     Use real threads for xbt_dynar_dopar.
9762
9763 commit 06600c9e32f7526de1c407fafb2acc21d45a7b0f
9764 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
9765 Date:   Fri Nov 23 09:40:34 2012 +0100
9766
9767     Revert "use MSG_init instead of xbt_init since someone wrongly create mutexes"
9768     
9769     This reverts commit becf2ff78c488808dcb55883271ca759ac0ca492
9770     since it's not needed anymore.
9771
9772 commit 6139ac45b7aebbc5c54f8a644843f78e88d5e2be
9773 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
9774 Date:   Fri Nov 23 09:34:07 2012 +0100
9775
9776     Move check at another place where it doesn't break the log machinery.
9777
9778 commit 678328fb7b84cbcebfff2e5df242b59fb0a0b9ff
9779 Author: Martin Quinson <martin.quinson@loria.fr>
9780 Date:   Fri Nov 23 01:03:17 2012 +0100
9781
9782     try to fix 'make dist' after GRAS murder (SMPI test still break it)
9783
9784 commit 2b94022871d37addf5de6ca4b743f76f8af403b6
9785 Author: Martin Quinson <martin.quinson@loria.fr>
9786 Date:   Fri Nov 23 00:52:31 2012 +0100
9787
9788     adapt the links of this figure to the fact that the doc is splited in 3 parts (fixes #15069)
9789
9790 commit a001834d758003f7a139ab67bc99b87c67f5582f
9791 Author: Martin Quinson <martin.quinson@loria.fr>
9792 Date:   Fri Nov 23 00:49:06 2012 +0100
9793
9794     remove GRAS and AMOK from the module picture
9795
9796 commit ba91e7bca08b621c2f13830a0b0495248fb3e87d
9797 Author: Martin Quinson <martin.quinson@loria.fr>
9798 Date:   Fri Nov 23 00:42:28 2012 +0100
9799
9800     further remove GRAS and friends (from the doxygen config files)
9801
9802 commit 8ec5b0b05442ccdf5cb64009a9d46e4d6b015452
9803 Author: Martin Quinson <martin.quinson@loria.fr>
9804 Date:   Fri Nov 23 00:15:48 2012 +0100
9805
9806     useless cosmetic
9807
9808 commit 3ee43d9b0acdf2f76f4525beca51dccef14f7319
9809 Author: Martin Quinson <martin.quinson@loria.fr>
9810 Date:   Fri Nov 23 00:04:19 2012 +0100
9811
9812     comments, debugs and other minor glitches
9813
9814 commit 57ab4df0b815042e14039f93e2e2cffc8bc27772
9815 Author: Martin Quinson <martin.quinson@loria.fr>
9816 Date:   Fri Nov 23 00:01:05 2012 +0100
9817
9818     use OS threads and not simix ones to run the test in parallel
9819
9820 commit 21638355f6a37554f11a644f1b3ba041b4bbf5ba
9821 Author: Martin Quinson <martin.quinson@loria.fr>
9822 Date:   Thu Nov 22 23:50:35 2012 +0100
9823
9824     a public xbt header wasnt included from xbt.h
9825
9826 commit bc3559aa4a4b4f96ade9a63b422f159cad0c94af
9827 Author: Martin Quinson <martin.quinson@loria.fr>
9828 Date:   Thu Nov 22 23:49:52 2012 +0100
9829
9830     ignore some of the recently added generated files
9831
9832 commit 76f0bf025d3cc3b2235e9c42119f7c14b8656927
9833 Author: Martin Quinson <martin.quinson@loria.fr>
9834 Date:   Thu Nov 22 23:41:11 2012 +0100
9835
9836     these examples were moved as tesh tests
9837
9838 commit 0d532db1711fc2383a3df2cb20a583281ad5adce
9839 Author: Martin Quinson <martin.quinson@loria.fr>
9840 Date:   Thu Nov 22 23:03:52 2012 +0100
9841
9842     kill synchronized dynars: we don't need them and they are a mess to keep (sorry, users)
9843
9844 commit becf2ff78c488808dcb55883271ca759ac0ca492
9845 Author: Martin Quinson <martin.quinson@loria.fr>
9846 Date:   Thu Nov 22 23:01:36 2012 +0100
9847
9848     use MSG_init instead of xbt_init since someone wrongly create mutexes
9849     
9850     There should not be necessary to call MSG_init to create xbt_mutexes,
9851     but since this creation induces a simcall, we'd better initialize
9852     simix.
9853     
9854     This is not sufficient though, as maestro_context does not seem to be
9855     initialized this way, leading to a try to dereference the host of the
9856     current process, that was never set.
9857
9858 commit 1cebdead80dbcffd966fec53f6001c1ccdf0a32f
9859 Author: Martin Quinson <martin.quinson@loria.fr>
9860 Date:   Thu Nov 22 22:39:04 2012 +0100
9861
9862     how did that cruft manage to live that long?
9863
9864 commit 641ae97cc718ff5d3328ec1564a47e68c67b5116
9865 Author: suter <frederic.suter@cc.in2p3.fr>
9866 Date:   Thu Nov 22 18:24:37 2012 +0100
9867
9868     typo--
9869
9870 commit b4f5f7b99f3d61a9b5fc838e514179290b213548
9871 Author: suter <frederic.suter@cc.in2p3.fr>
9872 Date:   Thu Nov 22 18:24:04 2012 +0100
9873
9874     some things do not have to be done by each process
9875
9876 commit f60438a0ee6d4be0f37c9d66f2c1cf3d4eb8812d
9877 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
9878 Date:   Thu Nov 22 18:03:02 2012 +0100
9879
9880     We want host name here, not process name.
9881
9882 commit d19d8df4d3b3a9c782ccec23d500f94f04cc42d2
9883 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
9884 Date:   Thu Nov 22 17:46:46 2012 +0100
9885
9886     Remove further references to gras in buildtools/.
9887
9888 commit fa37c93488d7f27f0085f6f4741cec11f721c31e
9889 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
9890 Date:   Thu Nov 22 17:31:45 2012 +0100
9891
9892     Remove references to amok in builtools/.
9893
9894 commit 4caa5c527a898a9b4875d6642e469f543b6b5c3d
9895 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
9896 Date:   Thu Nov 22 17:31:17 2012 +0100
9897
9898     These tests don't exist anymore.
9899
9900 commit 88911c6aec78224d891d1e3f1a5ae21bb832f744
9901 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
9902 Date:   Thu Nov 22 17:07:29 2012 +0100
9903
9904     xbt/time.h dows not exist anymore.
9905
9906 commit dc20526a8facde2f56ee0d3391e700e74628688a
9907 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
9908 Date:   Thu Nov 22 17:02:20 2012 +0100
9909
9910     Link against simgrid instead of gras.
9911
9912 commit 18b1db9bdbe16c3049c03774e2e77173d6a2d081
9913 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
9914 Date:   Thu Nov 22 17:01:48 2012 +0100
9915
9916     Use xbt_os_time() instead of gras_os_time().
9917
9918 commit 08b1a7bab15ffcf8d79befb2ae9ff128724808eb
9919 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
9920 Date:   Thu Nov 22 16:48:09 2012 +0100
9921
9922     Remove more references to gras.
9923
9924 commit 6848c8665d2bf74485c3f481aed1243950706d9c
9925 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
9926 Date:   Thu Nov 22 16:48:58 2012 +0100
9927
9928     Add missing files to build.
9929
9930 commit 271ad4217ac04b5dbc5c02fcf50ed1ebfae4e5cc
9931 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
9932 Date:   Thu Nov 22 16:46:09 2012 +0100
9933
9934     Define xbt_os_procname().
9935
9936 commit 6f621d72b7834aa12648381821b165da0d8513e1
9937 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
9938 Date:   Thu Nov 22 16:45:48 2012 +0100
9939
9940     xbt_trp and xbt_datadesc were removed.
9941
9942 commit fc4b0d44a9da64f74e4df9f56d8f1d5dd3a2bad4
9943 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
9944 Date:   Thu Nov 22 16:44:49 2012 +0100
9945
9946     Make tesh build (?).
9947
9948 commit 5b809ac73519352e036ea9f100bd804ccc897b5b
9949 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
9950 Date:   Thu Nov 22 16:31:49 2012 +0100
9951
9952     Kill gras_modinter.h.
9953
9954 commit aa19a51a07b846fef6f39300b55e9bac62babaa8
9955 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
9956 Date:   Thu Nov 22 16:25:02 2012 +0100
9957
9958     Log category gras_trp_sg does not exist anymore.
9959
9960 commit d96f16a9d2d339e40087cde77fbeeadbcf2ff809
9961 Author: suter <frederic.suter@cc.in2p3.fr>
9962 Date:   Thu Nov 22 16:33:36 2012 +0100
9963
9964     remove some leaks in verbose replay
9965
9966 commit 187ba0c05f9fbe51175179b9f637b6554f947468
9967 Author: Martin Quinson <martin.quinson@loria.fr>
9968 Date:   Thu Nov 22 15:33:49 2012 +0100
9969
9970     first try at killing GRAS -- does not compile yet
9971
9972 commit c91b68ade95e42efb7a24f19fb5228bee0b618d0
9973 Author: Martin Quinson <martin.quinson@loria.fr>
9974 Date:   Thu Nov 22 13:55:48 2012 +0100
9975
9976     remove gras from the main documentation
9977
9978 commit b9e96fbb5cfd020bcb5624e581388258e75342bb
9979 Author: Martin Quinson <martin.quinson@loria.fr>
9980 Date:   Thu Nov 22 13:58:02 2012 +0100
9981
9982     merge changes: modify GRAS vs. kill GRAS, kill wins
9983
9984 commit 39eaafd39429445bac3fb906bfde2714fc1dc848
9985 Merge: f357e1c 4df5992
9986 Author: paul bedaride <paul.bedaride@gmail.com>
9987 Date:   Thu Nov 22 11:41:27 2012 +0100
9988
9989     Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid
9990
9991 commit f357e1cd0c6a943b3fe7e8d94ed42a52810e69b5
9992 Author: paul bedaride <paul.bedaride@gmail.com>
9993 Date:   Thu Nov 22 11:41:21 2012 +0100
9994
9995     Change links in doc
9996
9997 commit 4df5992fe329d09bbc2f5d6cac9565361cd14bfb
9998 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
9999 Date:   Thu Nov 22 09:34:15 2012 +0100
10000
10001     model-checker : increase timeout in tesh chord_neverjoin
10002
10003 commit 1f28bb6ad97b952706794172827423fd4e258abc
10004 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
10005 Date:   Thu Nov 22 09:33:03 2012 +0100
10006
10007     model-checker : increase timeout in tesh snapshot_comparison[1-5]
10008
10009 commit c49140baf3058c9e38e1c5cc38140d676012ac0a
10010 Author: Augustin Degomme <degomme@idpann.imag.fr>
10011 Date:   Wed Nov 21 17:23:18 2012 +0100
10012
10013     secure the stack size parameter for thread,
10014     to avoid some segfaults when the value is not right
10015
10016 commit 75a8b17a721a40a515d537b6e0100707a4770dd1
10017 Author: Augustin Degomme <degomme@idpann.imag.fr>
10018 Date:   Wed Nov 21 16:06:53 2012 +0100
10019
10020     there was a mistake that prevented examples dir from being used in coverage reports.
10021     As they are meant to be used by users, we want to include them for release builds
10022
10023 commit 30f55b3994a21aa46f21782fdc402e47fd8f445c
10024 Author: Augustin Degomme <degomme@idpann.imag.fr>
10025 Date:   Tue Nov 20 10:50:03 2012 +0100
10026
10027     Switch some globals to DATA, this shouldn't change anything for now
10028
10029 commit fade06d89df37668a5c860369f303336b982d9e0
10030 Author: Augustin Degomme <degomme@idpann.imag.fr>
10031 Date:   Tue Nov 13 11:27:30 2012 +0100
10032
10033     seriously ...
10034
10035 commit 0c96372d5540bde146da1556f8a7cf0287f30900
10036 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
10037 Date:   Wed Nov 21 17:47:12 2012 +0100
10038
10039     model-checker: take snapshot if property file set
10040
10041 commit 9fcd145754f52ed8f27349db4508a20ae5ba0a49
10042 Author: Martin Quinson <martin.quinson@loria.fr>
10043 Date:   Wed Nov 21 17:04:15 2012 +0100
10044
10045     s/lastest/latest/ (stupid me)
10046
10047 commit 9eb198857c1c5d46886f0eb0ebbbfeca3d4de78e
10048 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
10049 Date:   Wed Nov 21 15:49:37 2012 +0100
10050
10051     model-checker : abort if acceptance cycle detected
10052
10053 commit f0628d9c3730884cfbeede51586f2c8561f4fac2
10054 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
10055 Date:   Wed Nov 21 15:42:24 2012 +0100
10056
10057     model-checker : remove automatic activation of MC if a value of cfg flag about MC is modified
10058
10059 commit 1619b56e8f7f377298f37c4004406c0aab78a151
10060 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
10061 Date:   Tue Nov 20 19:10:02 2012 +0100
10062
10063     model-checker : new tesh for snapshot comparison tests
10064
10065 commit b77b96a6fdd5563137a78a3d678bcbfa8bda66db
10066 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
10067 Date:   Tue Nov 20 18:27:42 2012 +0100
10068
10069     model-checker : rename cfg flag for state comparison reduction with storage of visited states (stateful->visited)
10070
10071 commit b95fe69db779388252bffaa53909bd1bf106139d
10072 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
10073 Date:   Tue Nov 20 18:13:42 2012 +0100
10074
10075     model-checker : use xbt_cfg_setdefault instead of default_value in surf_config (incorrect display with --help)
10076
10077 commit a27b7cd435294d62935a32330fa83608aa4974d9
10078 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
10079 Date:   Tue Nov 20 16:41:55 2012 +0100
10080
10081     model-checker : ignore coverage variables
10082
10083 commit 2cc294d3e6a633bd4a76a41ce98f053290b41623
10084 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
10085 Date:   Tue Nov 20 16:17:14 2012 +0100
10086
10087     model-checker : abort if popen failed
10088
10089 commit d0c5cc5a4f87a98928093830eab689dcdd0dd603
10090 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
10091 Date:   Mon Nov 19 15:50:51 2012 +0100
10092
10093     model-checker : fix compilation error (with optimizations) with commit d90a41491cfb04188c4469729fa60d01ec0ff693
10094
10095 commit 01cc1ca46bf6674e2ea2db363fd583cf002d5472
10096 Author: Martin Quinson <martin.quinson@loria.fr>
10097 Date:   Mon Nov 19 11:51:13 2012 +0100
10098
10099     fix the tesh outputs after last output cleanups
10100
10101 commit 61545150384cb45f61766f4864b204b94ad2b0dc
10102 Author: Martin Quinson <martin.quinson@loria.fr>
10103 Date:   Mon Nov 19 10:34:35 2012 +0100
10104
10105     add the TLA specification of the simix network layer, for marion to play with
10106
10107 commit 34f8030a48f9ea7e29316a4579bfc031452688ae
10108 Author: Martin Quinson <martin.quinson@loria.fr>
10109 Date:   Mon Nov 19 10:13:08 2012 +0100
10110
10111     attempt to get everything properly cleaned when only using --help and friends
10112
10113 commit c96ecfc133ad561ad8992a00508bfa9eaaeaf31a
10114 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
10115 Date:   Sun Nov 18 19:46:18 2012 +0100
10116
10117     model-checker : add tesh for bugged1_liveness and chord_neverjoin
10118
10119 commit 04c2f2d2a1d483120cef0e6110df53178c8bfe04
10120 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
10121 Date:   Sun Nov 18 19:40:43 2012 +0100
10122
10123     model-checker : use XBT_DEBUG instead of XBT_INFO
10124
10125 commit 1220a3e5916c35ba307f7a7eb48a2820bab961cd
10126 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
10127 Date:   Sun Nov 18 19:29:23 2012 +0100
10128
10129     model-checker : fix insertion in mc_data_bss_comparion
10130
10131 commit 7526c37879613289a86be06ec264b1cce5ef4049
10132 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
10133 Date:   Sun Nov 18 19:28:25 2012 +0100
10134
10135     model-checker : ignore some variables enabled with tracing, and variables about exception for all frames
10136
10137 commit d90a41491cfb04188c4469729fa60d01ec0ff693
10138 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
10139 Date:   Sun Nov 18 19:23:46 2012 +0100
10140
10141     model-checker : improve stack ignore in heap comparison algorithm
10142
10143 commit 247d96de592ac1fcd59411032c6528f238764516
10144 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
10145 Date:   Sun Nov 18 19:22:43 2012 +0100
10146
10147     model-checker : stateful mode disabled by default
10148
10149 commit f9f619ce0b60728045c1ef8b469b4d224f791552
10150 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
10151 Date:   Sat Nov 17 21:14:38 2012 +0100
10152
10153     model-checker : stop independance reduction if same request issuer
10154
10155 commit 98c7b18f3f7145fc71f5fec9309cc272c5359b92
10156 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
10157 Date:   Fri Nov 16 17:38:17 2012 +0100
10158
10159     model-checker : ignore new local variable
10160
10161 commit faefbf1df4c06fd86d785d0a376356cd2375b81e
10162 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
10163 Date:   Fri Nov 16 17:21:54 2012 +0100
10164
10165     model-checker : use XBT_DEBUG instead of XBT_INFO
10166
10167 commit 827af93af994ce96e6c607a0bec898bc62f1acbd
10168 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
10169 Date:   Fri Nov 16 17:20:37 2012 +0100
10170
10171     model-checker : MC_init() must be called for initial snapshot
10172
10173 commit ead8b3a1775defecebc316cb5e4fcddbd283df4c
10174 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
10175 Date:   Fri Nov 16 17:04:05 2012 +0100
10176
10177     model-checker : fix dpor algorithm
10178     
10179       - Interleave all enabled processes for each state
10180       - If max_depth reached and last state still have processes interleaved, backtrack on this state (reduction not applied)"
10181       - If independant transitions, corresponding process interleaved in previous state is disabled (MC_DONE)
10182
10183 commit 01bcdf570c06d71a9a6daa471733915fef91bb1f
10184 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
10185 Date:   Fri Nov 16 09:44:32 2012 +0100
10186
10187     forget to apply cleanups in MC on SMPI (separate MC_modelcheck for safety and liveness)
10188
10189 commit da09e6cbf4e0213856897ac754430c7bf6beecee
10190 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
10191 Date:   Thu Nov 15 23:54:34 2012 +0100
10192
10193     model-checker : factorize code for safety and liveness model-checking
10194     
10195     - same function for checkpointing : MC_take_snapshot
10196     - MC_init : dwarf parsing and init memory map info
10197     - add visited states storage for safety model checking
10198
10199 commit 864cdc455e38de68e3666a03e17d5a4cb0d7acaf
10200 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
10201 Date:   Thu Nov 15 21:53:16 2012 +0100
10202
10203     model-checker : fix dependance theorem according to TLA+ specification
10204     
10205     iSend and iRecv requests are dependant with Test requests if process issuer is different.
10206     On the path iRecv->iSend->Test, test return true but on the path iRecv/Test/iSend, test return false.
10207     
10208     So, each interleaving must be explored.
10209
10210 commit 427ce11c29a6a5b78045e0c0f703dd52a400e8ea
10211 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
10212 Date:   Thu Nov 15 21:33:21 2012 +0100
10213
10214     model-checker : warning message if max depth is reached
10215
10216 commit 03b941b5d37f891da6c5b00cb8b9ce4e348eb0df
10217 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
10218 Date:   Thu Nov 15 17:27:40 2012 +0100
10219
10220     model-checker : memory free
10221
10222 commit fcba745e5cc75f24b063641b26fd0fc03bf697e3
10223 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
10224 Date:   Thu Nov 15 17:27:01 2012 +0100
10225
10226     model-checker : cleanups in verification of current heap
10227
10228 commit a669a2adcfe446e750c619956d9fad5ce3b1ecbd
10229 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
10230 Date:   Thu Nov 15 17:20:51 2012 +0100
10231
10232     model-checker : comparison times are NULL for visited_pair
10233
10234 commit 57fe5b0979405e769623b751871db271dfb61652
10235 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
10236 Date:   Thu Nov 15 17:18:09 2012 +0100
10237
10238     model-checker : fix segfault in get_local_variables_values()
10239
10240 commit 68be5601ff3ff82d68ac0368fbe2f003f9da9143
10241 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
10242 Date:   Thu Nov 15 17:13:57 2012 +0100
10243
10244     model-checker : create subdir for chord example with liveness model-checking
10245
10246 commit c6189d1b7b02cda083791afc98f7e632100424d5
10247 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
10248 Date:   Thu Nov 15 17:08:26 2012 +0100
10249
10250     model-checker : store last visited states during exploration
10251     
10252       - new cfg flag : model-check/stateful -> indicates how many visited states stored (default value : 10)
10253       - if a state has been already visited, backtracking
10254
10255 commit 5b1e363f764347ddf3e895a6b58529c2036a1f24
10256 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
10257 Date:   Thu Nov 15 17:12:24 2012 +0100
10258
10259     Do memchecks with tracing=on, now that it's enabled by default.
10260
10261 commit 70471e9e6a4c9b3530bee7fa1b02ffc24e95494f
10262 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
10263 Date:   Thu Nov 15 17:07:03 2012 +0100
10264
10265     Put the TRY..CATCH inside a wrapper function.
10266     
10267     Avoid spurious warnings about variables that might be clobbered by
10268     setjmp/longjmp.
10269
10270 commit 9b9fd1cbede3f5153e7d2c59514e33c8b802c4c3
10271 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
10272 Date:   Thu Nov 15 16:50:56 2012 +0100
10273
10274     Add missing include.
10275     
10276     The problem is visible with -Denable_tracing=OFF only.
10277
10278 commit 0c50a688c8681647cb69300ef6131c585e2692ad
10279 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
10280 Date:   Thu Nov 15 16:10:55 2012 +0100
10281
10282     Put forward declaration of static function in c file, not in header.
10283
10284 commit 488dd54cbc91fad4cb04c9d0e92609a107ad1568
10285 Author: paul bedaride <paul.bedaride@gmail.com>
10286 Date:   Thu Nov 15 15:24:29 2012 +0100
10287
10288     Fix TestSuite.msg-file
10289
10290 commit abf999244fd17007810c1605298b1bbbb0334573
10291 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
10292 Date:   Thu Nov 15 13:36:15 2012 +0100
10293
10294     Make paranoid compiler happy.
10295
10296 commit 09f98aaf70651431716a4f2e068310c215167717
10297 Author: Maximiliano Geier <maximiliano.geier@loria.fr>
10298 Date:   Thu Nov 15 13:06:37 2012 +0100
10299
10300     flatifier: added --downgrade option to output version 2 platform files, options can also appear in any order
10301
10302 commit 9d93b70abfb0ec67ebc06ed01f230dbef71b9ab3
10303 Author: Martin Quinson <martin.quinson@loria.fr>
10304 Date:   Thu Nov 15 10:57:41 2012 +0100
10305
10306     display on configuration output whether the mallocators are activated or not
10307
10308 commit 1031a0ac5acd25204bfaae2ea136922602390091
10309 Author: Martin Quinson <martin.quinson@loria.fr>
10310 Date:   Thu Nov 15 10:44:11 2012 +0100
10311
10312     turn off the mallocators during the memory check
10313
10314 commit 1e3ccd959bd67aa0294794514968afc2fcb3e924
10315 Author: Martin Quinson <martin.quinson@loria.fr>
10316 Date:   Thu Nov 15 09:21:55 2012 +0100
10317
10318     git reset hard works even for Java. True story.
10319
10320 commit 74299bd06aa732e550c2693926bb0c4c8b4143aa
10321 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
10322 Date:   Wed Nov 14 23:02:08 2012 +0100
10323
10324     Git-reset should do the job here, plus minor corrections.
10325
10326 commit 52035a86a0a3364398acbd56d141f901adc49c6f
10327 Author: Martin Quinson <martin.quinson@loria.fr>
10328 Date:   Wed Nov 14 22:45:25 2012 +0100
10329
10330     ahem, document the right name for the new function
10331
10332 commit 1b31e6af6e4fe3ab737b8ac8681dcba610f7db50
10333 Author: Martin Quinson <martin.quinson@loria.fr>
10334 Date:   Wed Nov 14 22:21:29 2012 +0100
10335
10336     rewrite the 'howto release' guide, in paranoid mode
10337
10338 commit 9b96a12eb8c72e6349dc500472e7e05ceb2001f1
10339 Author: Martin Quinson <martin.quinson@loria.fr>
10340 Date:   Wed Nov 14 22:20:40 2012 +0100
10341
10342     typo in comments
10343
10344 commit afbe756ab7de4d2223c3e248e00f9b51e4f816ef
10345 Author: Martin Quinson <martin.quinson@loria.fr>
10346 Date:   Wed Nov 14 22:19:55 2012 +0100
10347
10348     cosmetics
10349
10350 commit a4814a9f448c5eeac2272ee04d2ef88810ccc951
10351 Author: Martin Quinson <martin.quinson@loria.fr>
10352 Date:   Wed Nov 14 22:19:30 2012 +0100
10353
10354     New function: MSG_get_process_number()
10355
10356 commit 0438cb0afe03a5f104af019df44f52aec27d2458
10357 Author: Martin Quinson <martin.quinson@loria.fr>
10358 Date:   Thu Nov 8 20:36:58 2012 +0100
10359
10360     enhance the flatifier so that it can be used for platform parsing performance measurement
10361
10362 commit 37f24fd67e04254218bd7b43dcb7650506776868
10363 Author: Maximiliano Geier <maximiliano.geier@loria.fr>
10364 Date:   Wed Nov 14 11:35:40 2012 +0100
10365
10366     BitTorrent: changed the way the PIECE message is handled so that it uses MSG_task_isend insted of MSG_task_dsend, and queues pending comms accordingly
10367
10368 commit 995564c24c3c1b491e552658b0542f5d91d133b0
10369 Author: Maximiliano Geier <maximiliano.geier@loria.fr>
10370 Date:   Wed Nov 14 11:27:13 2012 +0100
10371
10372     BitTorrent: added reference to the report by A. Legout on the size of messages
10373
10374 commit dbc4cf490e070fe093550c27cd05d8a9bb91ee53
10375 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
10376 Date:   Wed Nov 14 10:00:39 2012 +0100
10377
10378     smpicc: also reset CMAKE_LINKARGS when no linking is required (-c).
10379
10380 commit dafc6fe52dceb4ab063b177d74c60bebd47c8e54
10381 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
10382 Date:   Wed Nov 14 09:41:59 2012 +0100
10383
10384     Size can be negative.  Use ssize_t instead of size_t.
10385     
10386     Error caught by Clang:
10387     In file included from /home/giersch/lsrc/simgrid/simgrid-git/src/xbt/mmalloc/mm.c:21:
10388     src/xbt/mmalloc/mmorecore.c:74:19: error: comparison of unsigned expression < 0 is always false [-Werror,-Wtautological-compare]
10389       } else if (size < 0) {
10390
10391 commit 0d2c98345e65093248d2ae20dc713065c9c0f53c
10392 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
10393 Date:   Wed Nov 14 09:36:08 2012 +0100
10394
10395     Remove unsupported flags when Clang is used.
10396
10397 commit 97e28db9f2989a96c2285c7e04a6966351342d37
10398 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
10399 Date:   Wed Nov 14 09:32:17 2012 +0100
10400
10401     Also print CMAKE_xxx_COMPILER_ID.
10402
10403 commit a8909d621db9ae5690144cbe00fc0589c8ac26c8
10404 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
10405 Date:   Tue Nov 13 15:12:35 2012 +0100
10406
10407     model-checker : new cfg command line flag (model-check/max_depth) for max depth of exploration (default value is 1000)
10408
10409 commit 4f3a160841e4b3ad438549814da64aa62c114f45
10410 Author: paul bedaride <paul.bedaride@gmail.com>
10411 Date:   Tue Nov 13 11:58:03 2012 +0100
10412
10413     Correct a bug in kademlia
10414
10415 commit 8bb22e6a63746577a4c944175d932eb5b82b2d8f
10416 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
10417 Date:   Mon Nov 12 21:28:59 2012 +0100
10418
10419     Write the add_test(...) so that they are compatible with cmake 2.6.
10420
10421 commit 302db92b2c868b5f55ec8a32e440e5ecf3e94f5b
10422 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
10423 Date:   Mon Nov 12 21:19:11 2012 +0100
10424
10425     Use configure_file(... COPYONLY) instead of file(COPY ...).
10426     
10427     file(COPY ...) does not exist in cmake before 2.8.
10428
10429 commit 996f82a2b67e49a58b1de059bc44143e17a25ff6
10430 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
10431 Date:   Mon Nov 12 18:05:26 2012 +0100
10432
10433     Define macro if it's missing.
10434     
10435     CMAKE_FORCE_Fortran_COMPILER does not exist with cmake before 2.8.1.
10436     See http://www.cmake.org/Bug/view.php?id=10032
10437
10438 commit 5a56032a41336f0ae76fe5d8845599b403f73688
10439 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
10440 Date:   Mon Nov 12 17:56:22 2012 +0100
10441
10442     Protect string with quotes.
10443
10444 commit eeb2df0bfcb27a6c8ae08a21efc5fe014d27ea81
10445 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
10446 Date:   Mon Nov 12 17:40:18 2012 +0100
10447
10448     Use options compatible with older versions of git.
10449
10450 commit 14e582a514c60f61155a4548fc48841154069969
10451 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
10452 Date:   Mon Nov 12 17:39:11 2012 +0100
10453
10454     If several remotes are set, arbitrarily use the first one.
10455
10456 commit 3c97a882ab64499bcac27de50bff50029d40a180
10457 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
10458 Date:   Mon Nov 12 17:33:09 2012 +0100
10459
10460     model-checker : cosmetics on log message
10461
10462 commit e6842da5013c7598839024360b268d17c5c9d72a
10463 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
10464 Date:   Mon Nov 12 17:20:41 2012 +0100
10465
10466     model-checker : Add statistics about comparison times for each pair reached:
10467     
10468     - if debug log enabled for mc_compare:
10469       - number of comparisons done with this pair
10470       - for each comparison step : number of different states, comparison times (average, max, min)
10471     - otherwise
10472       - number of comparisons done with this pair
10473       - snapshot comparison times (stopped when the first difference is detected)
10474
10475 commit 15e1163e6cc44cd33e6bac01003189d11c6402c6
10476 Author: Augustin Degomme <degomme@idpann.imag.fr>
10477 Date:   Mon Nov 12 17:27:35 2012 +0100
10478
10479     cosmetics and fix ugly bug in windows code
10480
10481 commit fa798894e27f82493fa87e7a69d7e3f6b3815053
10482 Merge: 6fb81dc 5351503
10483 Author: Augustin Degomme <degomme@idpann.imag.fr>
10484 Date:   Mon Nov 12 16:02:21 2012 +0100
10485
10486     Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid
10487
10488 commit 53515032ce232406563ece3a2f1c67aa70fba037
10489 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
10490 Date:   Mon Nov 12 15:43:20 2012 +0100
10491
10492     [trace] bye bye triva, welcome viva
10493     
10494     todo:
10495     - update documentation
10496
10497 commit 6fb81dc07673c304971a87e3d96d2c89f12c6e37
10498 Author: Augustin Degomme <degomme@idpann.imag.fr>
10499 Date:   Mon Nov 12 15:37:54 2012 +0100
10500
10501     update doc for asynchronous send
10502
10503 commit 15e36483c20911faa2e206969e283d69eb698a96
10504 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
10505 Date:   Mon Nov 12 15:10:27 2012 +0100
10506
10507     [trace] do not extract topology graph if user ask to do so (by disabling --cfg=tracing/platform/topology)
10508
10509 commit db8f3a956b89a68eb6591a92d778d799daa61c7e
10510 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
10511 Date:   Mon Nov 12 15:09:41 2012 +0100
10512
10513     [trace] new tracing option to disable the topology tracing as a graph
10514     
10515     do:
10516     --cfg=tracing/platform/topology:0 to disable it
10517
10518 commit 88a706070908b5d58f2ff7ec137e92200cdfaeea
10519 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
10520 Date:   Mon Nov 12 15:05:13 2012 +0100
10521
10522     [trace] cosmetics, platform is registered as a hierarchy, not as a graph
10523
10524 commit a4b5bbd4e14f566c45013b6da710460f8a110893
10525 Author: Augustin Degomme <degomme@idpann.imag.fr>
10526 Date:   Mon Nov 12 14:40:21 2012 +0100
10527
10528     update doc to reflect change of the stack_size parameter
10529
10530 commit 45e23bc4aac5ee8211a46b33bb79c7756f24439e
10531 Author: Augustin Degomme <degomme@idpann.imag.fr>
10532 Date:   Mon Nov 12 14:33:50 2012 +0100
10533
10534     avoid setting the value of the stack size for thread factory if the parameter is not explicitely set by the user (this is a bit annoying, as it adds a global to check the initialization, but it handles the case were the explicitely wanted value is also the default one)
10535
10536 commit de2ba1766285962d449105925be099707e0102e6
10537 Merge: 3cdd0ac da20663
10538 Author: Augustin Degomme <degomme@idpann.imag.fr>
10539 Date:   Mon Nov 12 13:02:30 2012 +0100
10540
10541     Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid
10542
10543 commit da20663956217657b0500d8e1a6d4c8c6a74eb62
10544 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
10545 Date:   Sun Nov 11 20:37:50 2012 +0100
10546
10547     model-checker : remove chunks used comparison at the beginning of mmalloc_compare(), done at the beginning of snasphot_compare()
10548
10549 commit 16098557e7e5089d731a81792914ca81fff7fb4a
10550 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
10551 Date:   Sun Nov 11 19:12:26 2012 +0100
10552
10553     model-checker : unset raw heap after display of statistics if complete exploration without acceptance cycle found
10554
10555 commit f45a8e9ec8326197f2f1fff40efe1eecddc459fe
10556 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
10557 Date:   Sun Nov 11 19:04:00 2012 +0100
10558
10559     model-checker : get times elapsed for snasphot comparison
10560
10561 commit 23f5bf52cc58cf837840f231cf638e9fcd45097b
10562 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
10563 Date:   Sun Nov 11 18:47:30 2012 +0100
10564
10565     model-checker : add ignore mechanism for global variables (data + bss segments) in libsimgrid
10566
10567 commit 2856679722f2a932bcdd28f50776353829a61576
10568 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
10569 Date:   Sun Nov 11 17:34:55 2012 +0100
10570
10571     model-checker : get start of libsimgrid bss segment for MC_ignore mechanism
10572
10573 commit 8ab1e1d4905449ffe223868191b8a78bf3fb0064
10574 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
10575 Date:   Sun Nov 11 14:56:43 2012 +0100
10576
10577     model-checker : typo
10578
10579 commit bd0e8da0a8b664b31f4dcd3ace90b90ba6d8221f
10580 Author: Martin Quinson <martin.quinson@loria.fr>
10581 Date:   Fri Nov 9 19:32:13 2012 +0100
10582
10583     try to add a more verbose error message when the coroutine creation fails because of /proc/sys/vm/max_map_count
10584
10585 commit 0be045259319ad500785dced1ba4b7dc2e0fdfe9
10586 Author: Martin Quinson <martin.quinson@loria.fr>
10587 Date:   Fri Nov 9 19:18:41 2012 +0100
10588
10589     be more explicit about why sysctl is needed and why it is good for you
10590
10591 commit 72fe27194fcb9623c09078d80efbd3b174dbc731
10592 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
10593 Date:   Fri Nov 9 18:57:47 2012 +0100
10594
10595     Shake up snapshot comparison : apply a new order of comparison
10596     - number of chunks used in heaps
10597     - size used in stacks
10598     - binary/libsimgrid data segments
10599     - heap comparison algorithm
10600     - local variables with DWARF and libunwind
10601     
10602     If debug log is enabled on mc_compare, comparison is done entirely otherwise comparison stops when a first difference is detected.
10603
10604 commit c91b9b29ed7c9e5981376a4c21e197abff9c9870
10605 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
10606 Date:   Fri Nov 9 18:45:00 2012 +0100
10607
10608     model-checker : remove unnecessary comment
10609
10610 commit 26db99febdde24a0d879d7576d4ccf39c1a6d237
10611 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
10612 Date:   Fri Nov 9 18:44:02 2012 +0100
10613
10614     model-checker : move creation of initial_state_liveness in MC_init_liveness
10615
10616 commit 6f63fc36d25e3124be815b48c53b2aaafc1224d8
10617 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
10618 Date:   Fri Nov 9 18:37:21 2012 +0100
10619
10620     model-checker : add size of stack in parameter of the function MC_new_stack_area
10621
10622 commit 7e02819630f97eb2bd43ff422d156cc8a60929c5
10623 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
10624 Date:   Fri Nov 9 18:33:19 2012 +0100
10625
10626     model-checker : getter function for chunks used in heap
10627
10628 commit f8db3884110dda1330177a0b6b76a3dc47154244
10629 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
10630 Date:   Fri Nov 9 14:06:36 2012 +0100
10631
10632     model-checker : use statistics already included in heap struct for the comparison of fragment/block used
10633
10634 commit fe9136a55b6fb08018ff5500e7de1ba8e03caf9a
10635 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
10636 Date:   Fri Nov 9 14:04:35 2012 +0100
10637
10638     model-checker : initialize global variables
10639
10640 commit 3cdd0ac83adfa4f28b05b4c1961555e5203bc6a8
10641 Author: Augustin Degomme <degomme@idpann.imag.fr>
10642 Date:   Fri Nov 9 13:58:14 2012 +0100
10643
10644     add a function in xbt to allow setting the stack size of a pthread, according to the value of the contexts/stack_size parameter (which was only raw/ucontext before)
10645
10646 commit 07590d530fdab126f1f35077b6d2de7e81bdbf13
10647 Author: Martin Quinson <martin.quinson@loria.fr>
10648 Date:   Thu Nov 8 23:53:48 2012 +0100
10649
10650     New function Process.getCount()
10651
10652 commit 2e8dc2988826bd0f51da327e417520d8978d8972
10653 Author: Martin Quinson <martin.quinson@loria.fr>
10654 Date:   Thu Nov 8 21:47:10 2012 +0100
10655
10656     this is actually implemented
10657
10658 commit a183bb2523e9b08d1c10114d109bd1b57dd15471
10659 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
10660 Date:   Thu Nov 8 17:19:53 2012 +0100
10661
10662     model-checker : enable WaitTimeout requests only if cfg flag model-check/timeout:1
10663
10664 commit 3bb8fa4450ae1fcb7bbad80b92f907e831469711
10665 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
10666 Date:   Thu Nov 8 17:00:53 2012 +0100
10667
10668     model-checker : new command line flag (model-check/timeout) to enable/disable timeout for wait requests with model-checking
10669
10670 commit 97697743eca3a39982ea5d42539aa53f8acdaebb
10671 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
10672 Date:   Wed Nov 7 16:59:02 2012 +0100
10673
10674     model-checker : initialize variables (compilation error with optimizations)
10675
10676 commit ba89d905fbde89ecbea7c4a50ea17db987be8437
10677 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
10678 Date:   Wed Nov 7 16:16:20 2012 +0100
10679
10680     model-checker : add debug information on processes enabled for each state
10681
10682 commit 3eba06c317ce6ba3737ea25a3e3ecbcff4e56882
10683 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
10684 Date:   Wed Nov 7 15:49:56 2012 +0100
10685
10686     model-checker: add chord example for liveness property model checking
10687
10688 commit fde40a59529ab6874966a07ce928dc0897731678
10689 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
10690 Date:   Wed Nov 7 15:47:43 2012 +0100
10691
10692     model-checker : initialize global variable ignore_done and set its value to 0 at the end of heap comparison
10693
10694 commit bafef7b73131ceb40d273d98b1850823329ee689
10695 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
10696 Date:   Wed Nov 7 15:45:00 2012 +0100
10697
10698     model-checker : remove backtracking if no more request to execute in system state, search evolution in Büchi automaton
10699
10700 commit 225f61cee1db75a997e6f4654b0de8218e3aa8fc
10701 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
10702 Date:   Wed Nov 7 15:43:28 2012 +0100
10703
10704     model-checker : comment trigger for state equality detection
10705
10706 commit c4adbc682a9c7d5c3dea07b2b64c9a9e21b237ab
10707 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
10708 Date:   Wed Nov 7 15:39:06 2012 +0100
10709
10710     model-checker : improve debug information for stacks comparison
10711
10712 commit 96276d3834e5af1b4fc06a4c64c705108d5cd855
10713 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
10714 Date:   Wed Nov 7 15:38:07 2012 +0100
10715
10716     model-checker : add local variables from xbt/ex.h in ignore mechanism for stacks comparison
10717
10718 commit 0685d3d3e78277471c94864a820056f01b74fb7c
10719 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
10720 Date:   Wed Oct 31 21:37:46 2012 +0100
10721
10722     model-checker : ignore some local variables from xbt/ex.c for stack comparison
10723
10724 commit b436951b74325ab8ba6c798a151cc9081d24153e
10725 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
10726 Date:   Wed Oct 31 18:50:00 2012 +0100
10727
10728     model-checker : update examples for test snapshot comparison
10729
10730 commit a8c9a764fa0d66251c5b954663ee192facbd94c1
10731 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
10732 Date:   Wed Oct 31 18:48:51 2012 +0100
10733
10734     model-checker : memory free
10735
10736 commit 0645cbd02f4f44ea8d916a2093c1776002ebdcf4
10737 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
10738 Date:   Wed Oct 31 18:47:48 2012 +0100
10739
10740     model-checker : verification of current_heap
10741
10742 commit fe93dd78e64c2374403b3f1ac084155756837b38
10743 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
10744 Date:   Wed Oct 31 18:45:34 2012 +0100
10745
10746     model-checker : add ignore mechanism for comparison of local variables
10747
10748 commit 2f01a6122c5be515bbc2b661d83bbe4cf25cbc8f
10749 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
10750 Date:   Wed Oct 31 10:46:10 2012 +0100
10751
10752     model-checker : remove declaration of unused function
10753
10754 commit 758b92cdfc793c27128ddf3132a0f2135df29cbb
10755 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
10756 Date:   Sat Oct 27 22:53:54 2012 +0200
10757
10758     model-checker : fix dynar index in algorithm to get local variable location
10759
10760 commit b7d5024b7d2310a7ebc63bdda123e1ae8911dd0d
10761 Author: Augustin Degomme <degomme@idpann.imag.fr>
10762 Date:   Wed Nov 7 11:44:26 2012 +0100
10763
10764     add timeout to compute tesh, as i386 debian is painfully slow with it and fails
10765
10766 commit 52c07f4b6c9ba2b0af928b8e83c48f819e1c9fc0
10767 Author: alebre <alebre@portinfo61.info.emn.fr>
10768 Date:   Mon Nov 5 19:23:04 2012 +0100
10769
10770     Add Darwin test
10771
10772 commit 28df942f24971393bc65b4f9fdde3dff0fb8b3fd
10773 Author: Augustin Degomme <degomme@idpann.imag.fr>
10774 Date:   Mon Nov 5 11:18:29 2012 +0100
10775
10776     as MPI_Iprobe always use a 0-sized request, do not check if this size is different from the sent one, and do not answer MPI_ERR_TRUNCATE
10777
10778 commit a8c4451c319a18cd8c5f17cda618cdc038516ec6
10779 Author: degomme <degomme@debian.localdomain>
10780 Date:   Sun Nov 4 17:58:38 2012 +0100
10781
10782     add a tesh file and test for two already existing tests, to improve coverage of smpi_bench.c from 15% to 68%
10783
10784 commit 68b96ffe0e3bb075ca67fa164c8176a6d620913e
10785 Author: degomme <degomme@debian.localdomain>
10786 Date:   Sun Nov 4 15:25:19 2012 +0100
10787
10788     handle MPI_UB and MPI_LB for real, activate tests in the test suite for this (and deactivates sendrecv4 which was working by accident, as MPI_BOTTOM is not handled)
10789
10790 commit 4b8ca8703dd1c859a1e6d184ae2113e691c9a837
10791 Merge: e116068 bd061d7
10792 Author: navarro <navarro@caraja.(none)>
10793 Date:   Wed Oct 31 17:05:01 2012 +0100
10794
10795     Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid
10796
10797 commit e11606806e4f55e685ec00dabeeb575b668a5599
10798 Author: navarro <navarro@caraja.(none)>
10799 Date:   Wed Oct 31 17:01:29 2012 +0100
10800
10801     Add an example of generated pdf from simgrid scalability
10802
10803 commit bd061d70cc07483926b798679ec9ffee591bf56c
10804 Author: Augustin Degomme <degomme@idpann.imag.fr>
10805 Date:   Wed Oct 31 16:51:35 2012 +0100
10806
10807     replace explicit smpi_sleep calls I introduced in some examples by sleep ones
10808
10809 commit 2ecf418098cd2c0f6f099b53fd3a66d23d0d06b2
10810 Author: Augustin Degomme <degomme@idpann.imag.fr>
10811 Date:   Wed Oct 31 16:29:16 2012 +0100
10812
10813     quick fix that hopefully won't break too much compilation ... the second parameter of gettimeofday should never be used, and its type changes on some systems (void* or struct timezone*). As we don't need it, I just removed it from smpi_gettimeofday, which now takes only one parameter
10814
10815 commit bcd85ff340028f23723c6203c2985fa55e9d3217
10816 Author: Augustin Degomme <degomme@idpann.imag.fr>
10817 Date:   Wed Oct 31 15:50:39 2012 +0100
10818
10819     do not fail when building smpi without f2c, as it is now possible
10820
10821 commit 20b7e2968d06b068b91ed97762e8f0c9537b647e
10822 Author: Augustin Degomme <degomme@idpann.imag.fr>
10823 Date:   Wed Oct 31 15:18:19 2012 +0100
10824
10825     move defines frmpo smpi.h to mpi.h, to avoid using them when compiling smpi (the sleep one did weird things on macos platforms). They should be used for client codes only
10826
10827 commit f04ce01ae113fad8efc7ca9de0e8e189e1d889d6
10828 Author: Augustin Degomme <degomme@idpann.imag.fr>
10829 Date:   Tue Oct 30 16:07:45 2012 +0100
10830
10831     remove todo, once done
10832
10833 commit 7b8e869eed4f6b35b138d4155e9a8c8d5a46a56a
10834 Author: navarro <navarro@caraja.(none)>
10835 Date:   Wed Oct 31 13:22:58 2012 +0100
10836
10837     Change parse for exec to be complient with simgrid-scalab
10838
10839 commit 19c43bdd4a964e7640b8a9a6a61cd9d3c2fb8032
10840 Author: navarro <navarro@caraja.(none)>
10841 Date:   Wed Oct 31 13:21:06 2012 +0100
10842
10843     Oups
10844
10845 commit a9a30f22a5542c53e2e9988bfc8d8204d6b8c41c
10846 Author: navarro <navarro@caraja.(none)>
10847 Date:   Wed Oct 31 11:05:11 2012 +0100
10848
10849     Reused mem check in pipol
10850
10851 commit 4983e5bab5c7cc139d134093f0487c6e7d7c25e5
10852 Merge: a210e5a 61379d1
10853 Author: navarro <navarro@caraja.(none)>
10854 Date:   Wed Oct 31 11:00:38 2012 +0100
10855
10856     Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid
10857
10858 commit a210e5af745f00700ed7d4ee6147844996575692
10859 Author: navarro <navarro@caraja.(none)>
10860 Date:   Wed Oct 31 11:00:22 2012 +0100
10861
10862     Remove all navarro into source of pipol
10863
10864 commit 61379d12042f27c51406997c88c75da31d1e23f7
10865 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
10866 Date:   Tue Oct 30 21:08:10 2012 +0100
10867
10868     Variable is unused, remove it.
10869
10870 commit c66ded12fe49506aa0d7db41ae64554af0e8f481
10871 Author: suter <frederic.suter@cc.in2p3.fr>
10872 Date:   Tue Oct 30 20:50:41 2012 +0100
10873
10874     use MSG_host_set_property_value everywhere
10875
10876 commit e9e4057237fe1ffb6594a10a6952478ee114e0ec
10877 Author: suter <frederic.suter@cc.in2p3.fr>
10878 Date:   Tue Oct 30 20:40:05 2012 +0100
10879
10880     better to use a function that exists than dealing with the underlying
10881     data structure directly
10882     test two other uncovered functions while at it (update tesh accordingly)
10883
10884 commit affc0cba0a66ca44a584f73f1d2e4a614cd9310c
10885 Author: navarro <navarro@caraja.(none)>
10886 Date:   Tue Oct 30 16:50:52 2012 +0100
10887
10888     Correct way to use CTestCustom.cmake
10889
10890 commit 39d21f36107721450bd3f7630afbde683dd19074
10891 Author: Augustin Degomme <degomme@idpann.imag.fr>
10892 Date:   Tue Oct 30 15:41:46 2012 +0100
10893
10894     small change for future fortran tests in context folder
10895
10896 commit 74918c47be88cd2219fe969626a3127c16b41e57
10897 Author: Augustin Degomme <degomme@idpann.imag.fr>
10898 Date:   Tue Oct 30 15:07:29 2012 +0100
10899
10900     add changes to previous commit on ctest
10901
10902 commit 6c871f32984f8c197e340fe1cf600fb76dca7932
10903 Author: Augustin Degomme <degomme@idpann.imag.fr>
10904 Date:   Tue Oct 30 15:02:32 2012 +0100
10905
10906     correct behavior of smpi_group_excl and  smpi_group_intersection functions, and activate the group_test test frop the mpich-suite
10907
10908 commit 486587c19e54ae326e99404dbfb5b27d12679c54
10909 Author: Augustin Degomme <degomme@idpann.imag.fr>
10910 Date:   Tue Oct 30 12:14:53 2012 +0100
10911
10912     modifiy alltoall test to cover all 3 algorithms currently implemented in smpi
10913
10914 commit e6cd8a4a4a00204bf0a08b463a71a9ef99d48c01
10915 Author: Augustin Degomme <degomme@idpann.imag.fr>
10916 Date:   Tue Oct 30 11:20:22 2012 +0100
10917
10918     add a CMakeCustom.cmake file, which is automatically used by ctest to handle custom commands. these were inside CtestPipol.cmake, and were ignored (see http://www.kitware.com/blog/home/post/27 for details about why they force this file). The coverage has dropped in the cdash, due to the fact that we now calculate the coverage based on simgrid files only, not on test files ..
10919
10920 commit 00e8a1750ad5c45853bcbe78e2ef39c44eb5db9f
10921 Author: navarro <navarro@caraja.(none)>
10922 Date:   Tue Oct 30 15:05:30 2012 +0100
10923
10924     Add docs
10925
10926 commit 2780f742131ace177b23c0fa6fdc68b9b0915899
10927 Author: navarro <navarro@caraja.(none)>
10928 Date:   Tue Oct 30 15:05:23 2012 +0100
10929
10930     Cosmetics
10931
10932 commit 926e3b9500ee56b0a7ba69ab04592374024e5d38
10933 Author: navarro <navarro@caraja.(none)>
10934 Date:   Tue Oct 30 14:43:45 2012 +0100
10935
10936     Update target sync-pipol
10937
10938 commit 3d927ea97030e45c2ed067b9142ab780a3807782
10939 Author: navarro <navarro@caraja.(none)>
10940 Date:   Tue Oct 30 14:36:24 2012 +0100
10941
10942     Add a new target for update pipol scripts
10943
10944 commit a76e7a3b15c88c81c949dd883ea73cf2e7550e46
10945 Author: navarro <navarro@caraja.(none)>
10946 Date:   Tue Oct 30 14:22:45 2012 +0100
10947
10948     Comsetics. Replace exec_program by execute_process
10949
10950 commit 989e6ab3dcbeca0e48c487a2f3958db5e28288a4
10951 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
10952 Date:   Mon Oct 29 19:07:17 2012 +0100
10953
10954     Fix compilation error.
10955     
10956     src/smpi/smpi_mpi_dt.c:156:10: error: no previous prototype for â€˜smpi_datatype_get_extent’ [-Werror=missing-prototypes]
10957
10958 commit 89a96073defb22d35c70b62f2f564595306da7c3
10959 Merge: 8e2c9b7 585afb9
10960 Author: navarro <navarro@caraja.(none)>
10961 Date:   Mon Oct 29 17:15:03 2012 +0100
10962
10963     Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid
10964
10965 commit 8e2c9b77d0141688fc7b8be6435b78ed469597c3
10966 Author: navarro <navarro@caraja.(none)>
10967 Date:   Mon Oct 29 17:14:37 2012 +0100
10968
10969     Fix doxygen table generation
10970
10971 commit 585afb9fd33ca7e70cef86a2a3744598f11a0888
10972 Author: Augustin Degomme <degomme@idpann.imag.fr>
10973 Date:   Mon Oct 29 17:14:02 2012 +0100
10974
10975     handle nested datatypes in smpi (structs of vectors for example), which previously were causing a warning. Activate two tests from the suite to test these cases.
10976
10977 commit e70e9e652c0a586e0e692d8c23105f3639ceb285
10978 Author: navarro <navarro@caraja.(none)>
10979 Date:   Mon Oct 29 15:50:31 2012 +0100
10980
10981     Cosmetics. Remove unused part
10982
10983 commit 038f3e6d9a40841fb90a283fcd9ad14133c26fd0
10984 Merge: 7febac3 8828a2e
10985 Author: navarro <navarro@caraja.(none)>
10986 Date:   Mon Oct 29 15:28:20 2012 +0100
10987
10988     Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid
10989
10990 commit 7febac3dc66dcb8acc2f27f9b6e2468788d7bb4d
10991 Author: navarro <navarro@caraja.(none)>
10992 Date:   Mon Oct 29 15:16:11 2012 +0100
10993
10994     Add doc for dev_guide
10995
10996 commit 8828a2eccd298da736f32c7c4b3528d8ea29b3a5
10997 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
10998 Date:   Mon Oct 29 11:39:17 2012 +0100
10999
11000     Force Fortran compiler name, before calling enable_language(Fortran).
11001     
11002     Fix commit 95cd71e835559251f778c5e3676a49e881172ba6, avoiding unnecessary
11003     cmake runs.
11004
11005 commit 0fe4ab7fd44958740d4c5fc70f072ee9ac606015
11006 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
11007 Date:   Mon Oct 29 11:35:30 2012 +0100
11008
11009     This variable is useless.  CMAKE_Fortran_COMPILER is used as linker.
11010
11011 commit 0093624beb0cc8d051e354ba7fa3a3f1d81f0480
11012 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
11013 Date:   Mon Oct 29 09:57:10 2012 +0100
11014
11015     Slight reindent.
11016
11017 commit 96952e5534a3ccf217ad0b2078f612b6d8e82f0e
11018 Author: navarro <navarro@caraja.(none)>
11019 Date:   Mon Oct 29 11:16:50 2012 +0100
11020
11021     Preset JAVA_INCLUDE_PATH to user env variable.
11022     FIX: My cmake (2.8.9) don't find java (java-7-openjdk-amd64)
11023          without setting JAVA_INCLUDE_PATH before
11024
11025 commit 67e776126eeb5db48ca8c8465a81e9a0dc4f97ff
11026 Merge: 2796f5d a57c53e
11027 Author: navarro <navarro@caraja.(none)>
11028 Date:   Mon Oct 29 11:08:15 2012 +0100
11029
11030     Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid
11031
11032 commit 2796f5dd2b91df1814414adbe574d724c0059aa0
11033 Author: navarro <navarro@caraja.(none)>
11034 Date:   Mon Oct 29 11:08:08 2012 +0100
11035
11036     Comsetic and uninstall lib lua and man for tesh
11037
11038 commit a57c53ea9a7fddf4554d133f5616ba2a3b3b080d
11039 Author: Augustin Degomme <degomme@idpann.imag.fr>
11040 Date:   Mon Oct 29 10:40:53 2012 +0100
11041
11042     WORKING_DIRECTORY option for add_test was not supported until cmake 2.8.4, leading to issues and failed tests with previous versions
11043
11044 commit 56b1fc16ccdc0546167930af80d7ccf3516feebb
11045 Author: Augustin Degomme <degomme@idpann.imag.fr>
11046 Date:   Mon Oct 29 10:23:34 2012 +0100
11047
11048     remove absolute paths from test scripts
11049
11050 commit 111e204ea2a49f1839ddcf556e6e8c06085fd021
11051 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
11052 Date:   Sun Oct 28 11:58:04 2012 +0100
11053
11054     Fix compilation without MC.
11055
11056 commit 95cd71e835559251f778c5e3676a49e881172ba6
11057 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
11058 Date:   Sat Oct 27 19:39:57 2012 +0200
11059
11060     Optionally look for a Fortran compiler.
11061     
11062     Without that, CMake complains that it "cannot determine link language"
11063     for Fortran targets.
11064     
11065     This is not perfect: cmake is run systematically when doing make :(
11066
11067 commit 7b9d41b862392e119cc9657af14cd53603ab2eb5
11068 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
11069 Date:   Tue Oct 23 10:26:38 2012 +0200
11070
11071     model-checker : update second parameter of mmorecore function (size is a size_t not an int)
11072
11073 commit 083fd4d4e681df6bc814d040c7449f1bf2b20320
11074 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
11075 Date:   Fri Oct 19 15:30:48 2012 +0200
11076
11077     model-checker : store initial snapshot in structure malloced in raw_heap
11078
11079 commit 7b784c47bdc7fd9521ab151e654c0260dca7f2b3
11080 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
11081 Date:   Fri Oct 19 14:42:13 2012 +0200
11082
11083     model-checker : don't call exit at the end of MC (segfault on atexit)
11084
11085 commit 65d3d8fcbbea9adce80f7c2606d0dabc2bdd7f1c
11086 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
11087 Date:   Fri Oct 19 11:21:31 2012 +0200
11088
11089     model-checker : update debug information
11090
11091 commit b1ca5e16198315ae2190e0104eac0eab08aa4843
11092 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
11093 Date:   Fri Oct 19 11:20:42 2012 +0200
11094
11095     model-checker : remove the display of promela property
11096
11097 commit eb77317176edc7ac4aa1fb08d22bc44ca00261ff
11098 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
11099 Date:   Fri Oct 19 10:31:57 2012 +0200
11100
11101     model-checker : test examples for snapshot comparison
11102
11103 commit 114948db2d558f1be1481dea89be75166201461f
11104 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
11105 Date:   Fri Oct 19 10:20:21 2012 +0200
11106
11107     model-checker : New public functions to take a snapshot and compare two snapshots from user application using new simcalls (simcall_mc_snapshot and simcall_mc_compare_snapshots)
11108
11109 commit 652f5c53fc94cd105af2c2d46b10e7d19abdf274
11110 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
11111 Date:   Fri Oct 19 10:15:25 2012 +0200
11112
11113     model-checker : let some debug information with XBT_INFO
11114
11115 commit ae54134baee4ae2fa16a9c49cdb9daa646a3c569
11116 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
11117 Date:   Fri Oct 19 10:13:06 2012 +0200
11118
11119     model-checker : check current heap
11120
11121 commit b3f351db1a852620399e8c2839bd8ddb4d296449
11122 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
11123 Date:   Fri Oct 19 09:54:01 2012 +0200
11124
11125     model-checker : update bprintf format for local variables
11126
11127 commit 933d551d31475edf17d4a8440844d58096e0d499
11128 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
11129 Date:   Fri Oct 19 09:28:45 2012 +0200
11130
11131     model-checker : fix memory leaks in heap comparison
11132
11133 commit 03edbde5a26a665a8940b81bc370b3af4148e870
11134 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
11135 Date:   Thu Oct 18 22:17:04 2012 +0200
11136
11137     model-checker : clean debug information in bugged1_liveness example
11138
11139 commit 31fd837a0980fd05c51f65c3b20018d70e9c2cb4
11140 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
11141 Date:   Thu Oct 18 22:09:25 2012 +0200
11142
11143     model-checker : remove files about test_heap_comparison
11144
11145 commit 6db84410f825c13cdebbdec30aa7955f0864cf08
11146 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
11147 Date:   Thu Oct 18 22:00:11 2012 +0200
11148
11149     model-checker : process can be NULL
11150
11151 commit ff96c45809a06f045655a0b8203e193349890a1b
11152 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
11153 Date:   Thu Oct 18 21:53:30 2012 +0200
11154
11155     model-checker : backtracking if there is no request to execute
11156
11157 commit c9586ed59abbb442d8b66757d3b3f1b8f6df286e
11158 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
11159 Date:   Thu Oct 18 21:51:48 2012 +0200
11160
11161     model-checker : use xbt_abort to exit MC if acceptance cycle detected
11162
11163 commit 0275d08cbb6554fc92eff095847ea32f049e37e9
11164 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
11165 Date:   Thu Oct 18 21:49:30 2012 +0200
11166
11167     model-checker : init MC for liveness in a separate function
11168
11169 commit 3028d14c0b1903582ac16f5eb09e4f33d7b1eb3a
11170 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
11171 Date:   Thu Oct 18 21:37:55 2012 +0200
11172
11173     model-checker : if get_libsimgrid_plt_section called before first snapshot, libsimgrid_path is NULL
11174
11175 commit 12fad2725726e22be1590a156eb2e505a6e85493
11176 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
11177 Date:   Thu Oct 18 21:34:47 2012 +0200
11178
11179     model-checker : display debug information with XBT_DEBUG instead of XBT_INFO
11180
11181 commit 0caa7c0ef3bfec3dc4b7dfb265c5570f46346782
11182 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
11183 Date:   Thu Oct 18 21:22:20 2012 +0200
11184
11185     model-checker : change MC_take_snapshot_liveness declaration (snapshot returned instead of in parameters) and check heap used
11186
11187 commit f0caab39332af0b46570a9be4ec17a1dceefc229
11188 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
11189 Date:   Thu Oct 18 21:13:39 2012 +0200
11190
11191     model-checker : remove instruction pointer offset for local variables comparison
11192
11193 commit 3662ffc541a0827fab10e43ee660c6560ab12798
11194 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
11195 Date:   Thu Oct 18 13:40:09 2012 +0200
11196
11197     model-checker : stack_areas stored in raw_heap instead of std_heap
11198
11199 commit 52144e1c80c99708e51a27ef1347e3dd3e33002e
11200 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
11201 Date:   Thu Oct 18 10:53:00 2012 +0200
11202
11203     model-checker : debug information more concise
11204
11205 commit b72e8264dccedfa1c53042e99f94d3a8e5387316
11206 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
11207 Date:   Thu Oct 18 10:51:58 2012 +0200
11208
11209     model-checker : fix some memory leaks
11210
11211 commit fe50f12c40cd5b19c48e931a496bcb33ea8fb608
11212 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
11213 Date:   Wed Oct 17 22:03:15 2012 +0200
11214
11215     model-checker : first line of objdump --section-headers display complete path of elf file
11216
11217 commit ed98a4c3eb4b8dd9b9ed4534d07487c051557b65
11218 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
11219 Date:   Wed Oct 17 18:34:19 2012 +0200
11220
11221     model-checker : fix first parameter for get_stack_pointer (need stack context pointer instead of stack)
11222
11223 commit 5e80b119f85e258080482cb688a6b89e01d74595
11224 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
11225 Date:   Wed Oct 17 15:34:49 2012 +0200
11226
11227     model-checker : ignore pointers on raw_heap in data segment libsimgrid comparison
11228
11229 commit 4ee22bef8b4cebdc98311329547406dd7ebeea06
11230 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
11231 Date:   Sat Oct 27 19:21:19 2012 +0200
11232
11233     A C++ compiler is required for gtnets and ns3.
11234
11235 commit b5f6106ca9459629e8199d1f5e95ed326061edae
11236 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
11237 Date:   Sat Oct 27 19:20:54 2012 +0200
11238
11239     Cosmetics.
11240
11241 commit 6b1fdb14d869792793c22c96d20dacd4b135f0e2
11242 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
11243 Date:   Sat Oct 27 18:26:50 2012 +0200
11244
11245     Don't enforce to have a C++ nor a Fortran compiler.
11246     
11247     Depending on the configuration options, a C compiler is sufficient.
11248
11249 commit d9347ab3e960f0f098338c88a79724dbcf4a58bb
11250 Merge: fc3419e 0aa233a
11251 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
11252 Date:   Sat Oct 27 16:28:40 2012 +0200
11253
11254     Merge branch 'v3_8_x'
11255
11256 commit 0aa233a2c29e24e4ac31620e2386558d4912aefc
11257 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
11258 Date:   Sat Oct 27 16:27:14 2012 +0200
11259
11260     Also add release name in ChangeLog.
11261
11262 commit fc3419efe4d92bfa202543376995977c6a3171e9
11263 Merge: ebf1dd8 f320eef
11264 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
11265 Date:   Sat Oct 27 16:20:36 2012 +0200
11266
11267     Merge branch 'v3_8_x'
11268     
11269     Conflicts:
11270         ChangeLog (fixed).
11271
11272 commit f320eef2e3365bb67d45f1eee70859fba90cadfa
11273 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
11274 Date:   Sat Oct 27 16:12:56 2012 +0200
11275
11276     Release 3.8.1.
11277
11278 commit d7058d6264a42a1bec5cd0fb927df64d3e40981c
11279 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
11280 Date:   Sat Oct 27 15:14:24 2012 +0200
11281
11282     Document change.
11283
11284 commit 030093f60c4475f6e8185cdb13a7650b3b0dbe7b
11285 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
11286 Date:   Sat Oct 27 15:12:01 2012 +0200
11287
11288     Tesh is not ls, and other trivial typos in tesh.1.
11289
11290 commit 53acdb92c870fddcfea6feaf39ba9818d2806c55
11291 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
11292 Date:   Fri Oct 26 16:55:05 2012 +0200
11293
11294     These files are already added from testsuite/surf/CMakeLists.txt.
11295
11296 commit 0a0f6d1640313606b788646f351f2bb45bdcc111
11297 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
11298 Date:   Fri Oct 26 16:55:05 2012 +0200
11299
11300     Add tesh.1 to txt_files.
11301
11302 commit ebf1dd817fe3f1e1079702e7ab846b7fe7640432
11303 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
11304 Date:   Fri Oct 26 16:55:05 2012 +0200
11305
11306     These files are already added from testsuite/surf/CMakeLists.txt.
11307
11308 commit ea2e34008919fccd59d47cfd7ba00610983c749f
11309 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
11310 Date:   Fri Oct 26 16:55:05 2012 +0200
11311
11312     Add tesh.1 to txt_files.
11313
11314 commit 588eef405b9b0cfaf52a7949de146776ff350b1e
11315 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
11316 Date:   Fri Oct 26 16:55:05 2012 +0200
11317
11318     Remove conditions from else() and endif() in cmake file.
11319     
11320     This is a followup for commit c5c1970 (these statements were added after that).
11321
11322 commit a3389a048bf189dd5faf34500b86d2998101a256
11323 Author: navarro <navarro@caraja.(none)>
11324 Date:   Fri Oct 26 19:10:22 2012 +0200
11325
11326     SMPI finally works ;)
11327
11328 commit 12985c1ce3e810a7fe9136533333c9de3a30d95f
11329 Author: Augustin Degomme <degomme@idpann.imag.fr>
11330 Date:   Fri Oct 26 18:21:42 2012 +0200
11331
11332     adding property to check success of mpich context tests
11333
11334 commit c8bd549db50983ca2385309cb4fb92b25d5c2d54
11335 Author: Augustin Degomme <degomme@idpann.imag.fr>
11336 Date:   Fri Oct 26 17:47:29 2012 +0200
11337
11338     modify .std files to comply, as fortran ones were outputing weird things
11339
11340 commit 89201b587c4ab50c528177913be26ce24f0667a4
11341 Author: navarro <navarro@caraja.(none)>
11342 Date:   Fri Oct 26 17:09:06 2012 +0200
11343
11344     This is better for regex ... sorry
11345
11346 commit e3a2beee45f0ff54dbefaba270938509f6cbfad7
11347 Author: navarro <navarro@caraja.(none)>
11348 Date:   Fri Oct 26 16:37:52 2012 +0200
11349
11350     Remove cmake warning
11351
11352 commit dae926451bc7dab8c04a597498de92187df10e97
11353 Author: navarro <navarro@caraja.(none)>
11354 Date:   Fri Oct 26 16:33:32 2012 +0200
11355
11356     Add std and stdo files to distrib and copy them to build dir if necessary.
11357
11358 commit cef9c4a5d0ba0ea7298147feae9b1164a289f6b7
11359 Merge: 508edd0 0fad1f1
11360 Author: navarro <navarro@caraja.(none)>
11361 Date:   Fri Oct 26 16:12:00 2012 +0200
11362
11363     Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid
11364
11365 commit 508edd05828161aae0d54e2987a9e76b74eda041
11366 Author: navarro <navarro@caraja.(none)>
11367 Date:   Fri Oct 26 16:11:41 2012 +0200
11368
11369     Remove unnecessary stdo and std files for smpi.
11370     Regenerate each time
11371
11372 commit dcc0f7637038f95653e28555735bdfb65fbef932
11373 Author: navarro <navarro@caraja.(none)>
11374 Date:   Fri Oct 26 16:07:11 2012 +0200
11375
11376     Fix smpi script variables between cmake home dir and cmake install dir
11377
11378 commit f005f4dd834996e5a10e4d6f855e1e60b104fd2b
11379 Author: alebre <alebre@dhcp-3-69.rech172-28.emn.fr>
11380 Date:   Fri Oct 26 15:22:49 2012 +0200
11381
11382     Complete jni trace code - Adrien
11383
11384 commit 0fad1f1c120d9a6a357647adae1fae4a8a094bd0
11385 Author: Martin Quinson <martin.quinson@loria.fr>
11386 Date:   Fri Oct 26 15:10:53 2012 +0200
11387
11388     document augustin's work
11389
11390 commit 7725ed00d5da8340a5876ad6e6fc895feb22d819
11391 Author: navarro <navarro@caraja.(none)>
11392 Date:   Fri Oct 26 12:07:50 2012 +0200
11393
11394     Fix test out of directory for smpi mpich
11395
11396 commit 9f321cc72a6b68b9edaf7322b9bba451e84245dd
11397 Author: Augustin Degomme <degomme@idpann.imag.fr>
11398 Date:   Fri Oct 26 11:27:23 2012 +0200
11399
11400     remove few tests which may never finish, and change one that used too much stack size
11401
11402 commit 6fdc6dea15db78be7d8bafa8b574b2dd87f0b99a
11403 Author: Augustin Degomme <degomme@idpann.imag.fr>
11404 Date:   Fri Oct 26 11:06:09 2012 +0200
11405
11406     remove unwanted files
11407
11408 commit 11d202c1bbc1dcbd64bddfc1a1c46110c9ba36cc
11409 Author: Augustin Degomme <degomme@idpann.imag.fr>
11410 Date:   Fri Oct 26 10:55:36 2012 +0200
11411
11412     fortran-smpi was broken
11413
11414 commit 925ba12363eede5e412b345a63442d0b720f2af0
11415 Author: Augustin Degomme <degomme@idpann.imag.fr>
11416 Date:   Thu Oct 25 18:48:36 2012 +0200
11417
11418     forgot to execute hindexed. As the one from mpich isn't good for us, use this one, which was already present
11419
11420 commit d9d0310b37e3c0e23fc7b71ba76ff1fe2d640e36
11421 Author: Augustin Degomme <degomme@idpann.imag.fr>
11422 Date:   Thu Oct 25 18:02:45 2012 +0200
11423
11424     add fortran tests from mpich-tests, enforce completion of mpich-tests suite with lots of other tests.. Oh, and add all stdo files, because it turns out the suite uses them.
11425
11426 commit bf6ed47fe662e71174b6c034e66fbe176c390eb9
11427 Author: Augustin Degomme <degomme@idpann.imag.fr>
11428 Date:   Thu Oct 25 17:55:58 2012 +0200
11429
11430     correct some issues with MPI_Sendrecv_replace, to avoid segfaults. I should implement it more cleanly, to handle complex datatypes as well. For now they exit.
11431
11432 commit fce65f194ca0bb025602ff52929597c76a99bbfb
11433 Author: Augustin Degomme <degomme@idpann.imag.fr>
11434 Date:   Thu Oct 25 17:54:31 2012 +0200
11435
11436     add a few fortran bindings and types to have better support for mpich tests
11437
11438 commit 6d4434a0ebdb34758d95faec8b47088a3f760df2
11439 Author: Augustin Degomme <degomme@idpann.imag.fr>
11440 Date:   Tue Oct 23 10:08:07 2012 +0200
11441
11442     add various defines and objects to provide better compilation support (all C tests from mpich-test suite now compile)
11443
11444 commit f78100b1ef0d7c877598541cc6a0d653387f9975
11445 Author: Augustin Degomme <degomme@idpann.imag.fr>
11446 Date:   Tue Oct 23 18:04:48 2012 +0200
11447
11448     have waitall output an error if an issue is encountered in any comm, and avoid looping in some smpi functions (experimental, to test)
11449
11450 commit a286e57018d2ef03257affb9fe1e73e0b8d08a3d
11451 Author: Augustin Degomme <degomme@idpann.imag.fr>
11452 Date:   Tue Oct 23 17:21:53 2012 +0200
11453
11454     first commit to add the mpich-test suite to smpi tesh suite. Obviously all tests don't complete correctly, so we will only execute a (pretty good) part of it, but all tests should compile with smpi (at least C ones for now, fotran needs more work)
11455     
11456     Conflicts:
11457         CMakeLists.txt
11458         buildtools/Cmake/AddTests.cmake
11459
11460 commit 69e6c3b1ce23f7f750cc5f2cd416ff60296a1dcb
11461 Author: Martin Quinson <martin.quinson@loria.fr>
11462 Date:   Thu Oct 25 23:21:30 2012 +0200
11463
11464     documentation improvement [thx Sylvain for pointing this out]
11465
11466 commit 8f7820ec8c34351a5d7fd161913e867cd6fd71c0
11467 Author: Martin Quinson <martin.quinson@loria.fr>
11468 Date:   Thu Oct 25 20:34:21 2012 +0200
11469
11470     document recent changes of Pierre (and Augustin?)
11471
11472 commit 35b2bd8caf5cc05258414666d9577b39a259cfbd
11473 Author: navarro <navarro@caraja.(none)>
11474 Date:   Thu Oct 25 20:11:05 2012 +0200
11475
11476     Fix compilation on linux ;)
11477
11478 commit de6dd9c41648c42ed5e8088be046408cc5ddb8c0
11479 Merge: f6c34ca 6755e1c
11480 Author: navarro <navarro@caraja.(none)>
11481 Date:   Thu Oct 25 19:52:08 2012 +0200
11482
11483     Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid
11484
11485 commit f6c34cab4aabf54d44635db8bdaf07b5497c9976
11486 Author: navarro <navarro@caraja.(none)>
11487 Date:   Thu Oct 25 19:52:03 2012 +0200
11488
11489     Fix compilation and configuration since win commits
11490
11491 commit 6755e1cbeaf4dea2d3cb8d96694220f7d8aa4473
11492 Author: suter <frederic.suter@cc.in2p3.fr>
11493 Date:   Thu Oct 25 19:48:43 2012 +0200
11494
11495     endif missing
11496
11497 commit 963b8d1182796bce58318c92742863a8d3f32b37
11498 Merge: c5ec102 8b7a804
11499 Author: navarro <navarro@caraja.(none)>
11500 Date:   Thu Oct 25 19:35:46 2012 +0200
11501
11502     Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid
11503
11504 commit c5ec1022db433988c16c38b65b6c58833a21db0b
11505 Author: navarro <navarro@caraja.(none)>
11506 Date:   Thu Oct 25 19:35:35 2012 +0200
11507
11508     More dev doc
11509
11510 commit 8b7a804241c51e766a035f3660d48f8f84b25f1f
11511 Author: navarro <pierre.navarro@imag.fr>
11512 Date:   Wed Oct 24 13:06:53 2012 -0700
11513
11514     Those examples does not compil on WIN
11515
11516 commit 2802b166f59bb5c116384bdaa01691824b149a76
11517 Author: navarro <pierre.navarro@imag.fr>
11518 Date:   Thu Oct 25 10:27:57 2012 -0700
11519
11520     Tranform extern for XBT_PUBLIC
11521
11522 commit b8dc4761bddf2c38643048a549e7d8cc2bf722d5
11523 Author: navarro <pierre.navarro@imag.fr>
11524 Date:   Wed Oct 24 13:03:53 2012 -0700
11525
11526     Compilation fix on SMPI with WIN32
11527
11528 commit 2e54bf19d3fefb2bd6fbaba11fff0ea3e6f82f0e
11529 Author: navarro <pierre.navarro@imag.fr>
11530 Date:   Wed Oct 24 09:04:21 2012 -0700
11531
11532     Huge hack for call of smpi_simulated_main.
11533     -> Fix WIN32 compilation with smpi
11534
11535 commit 476b43e09340073b34d40afb0b9cacb8693aa767
11536 Author: navarro <pierre.navarro@imag.fr>
11537 Date:   Wed Oct 24 08:45:24 2012 -0700
11538
11539     Windows does not find weak symbol
11540     Fix compilation for smpi on WIN32
11541
11542 commit 420f3c7926f73c6186636a2be9a8c57ca064e1cd
11543 Author: navarro <pierre.navarro@imag.fr>
11544 Date:   Wed Oct 24 08:34:01 2012 -0700
11545
11546     Add a surf function to get configuration parameters of surf_cfg_set
11547     -> Fix windows smpi shared memory between 2 DLLs
11548
11549 commit fb1c207eca42103337f6c88ec23603a6ca988fed
11550 Author: navarro <pierre.navarro@imag.fr>
11551 Date:   Wed Oct 24 08:31:58 2012 -0700
11552
11553     Add XBT_PUBLIC tag to smpi variables
11554
11555 commit 6c317e00db776f94993c26d2af8e0d54fd17b3b0
11556 Author: navarro <pierre.navarro@imag.fr>
11557 Date:   Wed Oct 24 08:29:54 2012 -0700
11558
11559     Cmake target for lib smpi
11560
11561 commit c5c1970d1789e6fd9ca264d279a86abd8621bd5d
11562 Author: Christophe Thiéry <christopho128@gmail.com>
11563 Date:   Thu Oct 25 18:10:01 2012 +0200
11564
11565     Since cmake 2.6, else() and endif() don't need to repeat the condition.
11566     
11567     And all CMakeLists.txt already require a version of cmake >= 2.6.
11568
11569 commit 194eced51d57295aec41905adadda8e9b21f74b9
11570 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
11571 Date:   Thu Oct 25 12:20:20 2012 +0200
11572
11573     [trace] fix tesh'es due to change of link values
11574
11575 commit 9691160ae7e3c986ca9af58f7dce00a7ee62a50f
11576 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
11577 Date:   Tue Oct 23 21:57:46 2012 +0200
11578
11579     [trace] link value here should indicate resource topology
11580
11581 commit 052aa2ccbb554f3960d1fc35d5354db2ab2613cd
11582 Merge: 572e7dc fda3f8c
11583 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
11584 Date:   Thu Oct 25 17:54:10 2012 +0200
11585
11586     Merge branch 'v3_8_x'
11587
11588 commit fda3f8cb4a2f61f688a4c5648bb38dd19718b74c
11589 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
11590 Date:   Thu Oct 25 10:33:48 2012 +0200
11591
11592     Install lua and graphviz-dev for debian too.
11593
11594 commit 572e7dca876f1abfb7bddf0a11c2f47593289f78
11595 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
11596 Date:   Thu Oct 25 10:56:47 2012 +0200
11597
11598     Update next version to 3.9.
11599
11600 commit 41f00d8297ac558309b051ab7cf3accdfc77c2d3
11601 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
11602 Date:   Thu Oct 25 10:55:12 2012 +0200
11603
11604     Update next version to 3.8.1.
11605
11606 commit 71c9241aa27344f9f8f02f3c1272af4556691713
11607 Author: Martin Quinson <martin.quinson@loria.fr>
11608 Date:   Thu Oct 25 17:31:58 2012 +0200
11609
11610     we just released
11611
11612 commit ab7b0b3f15d30a2f8debb6f192cfa4c3eed67b20
11613 Author: Martin Quinson <martin.quinson@loria.fr>
11614 Date:   Thu Oct 25 17:31:11 2012 +0200
11615
11616     update the release dates
11617
11618 commit 802411312ead7d1200b7bcf1fdd8225aeff87bdb
11619 Author: navarro <navarro@caraja.(none)>
11620 Date:   Thu Oct 25 17:20:12 2012 +0200
11621
11622     Add smpi_f77 to extra dist if not in smpi src
11623
11624 commit baa5228d37e11eea729a2e31acfe1022171eee45
11625 Author: navarro <navarro@caraja.(none)>
11626 Date:   Thu Oct 25 16:13:55 2012 +0200
11627
11628     Remove generated files from dist
11629
11630 commit 8dffd676dd212c1f2393d9aa189c3319ff8d4354
11631 Author: navarro <navarro@caraja.(none)>
11632 Date:   Thu Oct 25 16:03:00 2012 +0200
11633
11634     Links are for the forge and not local
11635
11636 commit f277ce146fc398bcc7b70b7b5fa8923dc0b25fe8
11637 Author: Martin Quinson <martin.quinson@loria.fr>
11638 Date:   Thu Oct 25 15:59:40 2012 +0200
11639
11640     reduce the amount of log messages
11641
11642 commit e7096d72e35d6eb76b257259169ad7ed492fe351
11643 Author: Martin Quinson <martin.quinson@loria.fr>
11644 Date:   Thu Oct 25 15:59:14 2012 +0200
11645
11646     Add a link to Jonathan's version of the coro JVM
11647
11648 commit 39ddae4cb8b1a4b35c8c9b8c30532e5fa96b2e0d
11649 Author: navarro <navarro@caraja.(none)>
11650 Date:   Thu Oct 25 15:58:14 2012 +0200
11651
11652     Attach the dev guide to forge and doc
11653
11654 commit b97705aaf91f94aee20e4d0b4cc14dd77d491810
11655 Author: navarro <navarro@caraja.(none)>
11656 Date:   Thu Oct 25 15:36:34 2012 +0200
11657
11658     Start to write dev_guide
11659
11660 commit 004ae4fc095dad41016321600e4fcd720ad3d26b
11661 Author: navarro <navarro@caraja.(none)>
11662 Date:   Thu Oct 25 15:36:13 2012 +0200
11663
11664     Fix documentation warnings
11665
11666 commit 1cc50fa3e4b0a148ef35a8283d6d1466245a7c3e
11667 Author: navarro <navarro@caraja.(none)>
11668 Date:   Thu Oct 25 14:37:31 2012 +0200
11669
11670     Delete some warning during the ref_guide build
11671
11672 commit 96e69d0914a643f29b18149036bbd8d33ff047d9
11673 Author: navarro <navarro@caraja.(none)>
11674 Date:   Thu Oct 25 14:09:24 2012 +0200
11675
11676     Clean the gtut files.
11677
11678 commit d7c2ab2b9f1e062530c924f187f3fce07d1648d1
11679 Merge: dc5b9c0 f8148dc
11680 Author: navarro <navarro@caraja.(none)>
11681 Date:   Thu Oct 25 13:53:07 2012 +0200
11682
11683     Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid
11684
11685 commit dc5b9c088efebe0f7df530f31f7774e11d9c790f
11686 Author: navarro <navarro@caraja.(none)>
11687 Date:   Thu Oct 25 13:53:01 2012 +0200
11688
11689     Clean and add files for simgrid documentation.
11690     Now the distrib can generate the documentation
11691
11692 commit f8148dc5bc4f5f0f2adeb6922f2905cf8ab548ff
11693 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
11694 Date:   Thu Oct 25 12:18:02 2012 +0200
11695
11696     [trace] update ChangeLog with recent changes on the TRACE module
11697
11698 commit 5d760504b06cf6822ae5059b4ac9efdf941e363b
11699 Author: navarro <navarro@caraja.(none)>
11700 Date:   Thu Oct 25 11:51:13 2012 +0200
11701
11702     Add header, footer and stylesheet to the distrib
11703
11704 commit 632e1e6de38db4fcf4bb933bbc8c5bb636fcc8f3
11705 Author: navarro <navarro@caraja.(none)>
11706 Date:   Thu Oct 25 11:31:19 2012 +0200
11707
11708     Add dev_guide files to the distrib.
11709
11710 commit fadb41af3ce154ff0869e3c8d395c5eb554b4683
11711 Author: paul bedaride <paul.bedaride@gmail.com>
11712 Date:   Thu Oct 25 11:20:54 2012 +0200
11713
11714     add missing userguide files
11715
11716 commit d7ced1278fe2e98f7fc7d39f6d83c6bd0969afb2
11717 Merge: 00050fb 07c06cd
11718 Author: navarro <navarro@caraja.(none)>
11719 Date:   Wed Oct 24 15:52:08 2012 +0200
11720
11721     Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid
11722
11723 commit 00050fba786778dddb474e492cf3c58620d334fe
11724 Author: navarro <navarro@caraja.(none)>
11725 Date:   Wed Oct 24 15:51:17 2012 +0200
11726
11727     Always checkout simgrid with git:// and not https://
11728
11729 commit 07c06cd14d7a5cdbce6fbe2c5465dcc32596f12a
11730 Author: Martin Quinson <martin.quinson@loria.fr>
11731 Date:   Wed Oct 24 15:44:54 2012 +0200
11732
11733     ops, forgot to document the changes of JB this summer
11734
11735 commit 8c8b9738cccd1563c0ea30e2ef2a370338ae8bbb
11736 Author: Martin Quinson <martin.quinson@loria.fr>
11737 Date:   Wed Oct 24 15:29:59 2012 +0200
11738
11739     some cleanups to the changelog. Still improvable
11740
11741 commit 3dccf4d535a3226ebbcb5a730ce754fdb4cd7266
11742 Author: Martin Quinson <martin.quinson@loria.fr>
11743 Date:   Wed Oct 24 15:28:37 2012 +0200
11744
11745     proposal of NEWS file for the upcomming release
11746
11747 commit 635188886cb9b98f353a1c3869dee898f9b73b8b
11748 Author: Martin Quinson <martin.quinson@loria.fr>
11749 Date:   Wed Oct 24 15:13:41 2012 +0200
11750
11751     Desactivate an historical MC_assert so that model-checking Chord get a chance to work
11752     
11753     Leave a comment on this first historical battle for MC in SimGrid in
11754     the source code :)
11755
11756 commit 057bbea996c9669085dbc1bd5744cb8a1f91c1a6
11757 Author: Martin Quinson <martin.quinson@loria.fr>
11758 Date:   Wed Oct 24 14:59:08 2012 +0200
11759
11760     Document some of Pierre's work
11761
11762 commit 5870aa69162283489736e640e3d36a3ef163e037
11763 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
11764 Date:   Wed Oct 24 15:17:59 2012 +0200
11765
11766     Fix format string and args.
11767
11768 commit 2ceca21f3952aa231652bb2af4a5d085222d1f1c
11769 Merge: 43b4619 f75eaeb
11770 Author: Maximiliano Geier <maximiliano.geier@loria.fr>
11771 Date:   Wed Oct 24 14:59:36 2012 +0200
11772
11773     Pull again, something was changed before I could push
11774
11775 commit 43b4619af6da04808d1fd4be0dbfe6e279148b3a
11776 Merge: a056c75 e67a708
11777 Author: Maximiliano Geier <maximiliano.geier@loria.fr>
11778 Date:   Wed Oct 24 14:57:28 2012 +0200
11779
11780     Pull changes to push BitTorrent fix
11781
11782 commit a056c753e9e4cfb9147a8184e4db442ff3b99b43
11783 Author: Maximiliano Geier <maximiliano.geier@loria.fr>
11784 Date:   Wed Oct 24 14:55:53 2012 +0200
11785
11786     BitTorrent changes:
11787     Fix message sizes (used MB instead of bytes)
11788     Fix tesh again to match this change
11789     Define new message type MESSAGE_CANCEL (not implemented yet)
11790
11791 commit f75eaeb088806806e6ea57630ed5168b150da93b
11792 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
11793 Date:   Wed Oct 24 14:55:22 2012 +0200
11794
11795     Disable mmalloc_test when !HAVE_MMAP, since mmalloc is not compiled in.
11796
11797 commit e67a7084267e6991116c82c3c6b29db279f0fd1d
11798 Author: navarro <navarro@caraja.(none)>
11799 Date:   Wed Oct 24 13:45:18 2012 +0200
11800
11801     Update script for build default conf into build-def directory
11802
11803 commit bf2c5d4d8474e3d5d414f1b722716128f43ad4d2
11804 Merge: b6ddc42 cf7b535
11805 Author: navarro <navarro@caraja.(none)>
11806 Date:   Wed Oct 24 13:12:36 2012 +0200
11807
11808     Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid
11809
11810 commit 5fa8d6780a107eb5ae1ff8a233b0dd23cb065f8a
11811 Merge: 8e2e629 1601d48
11812 Author: alebre <alebre@dhcp-3-69.rech172-28.emn.fr>
11813 Date:   Wed Oct 24 12:56:36 2012 +0200
11814
11815     Merge branch 'master' into vmtrace
11816     
11817     Conflicts:
11818         include/surf/simgrid_dtd.h
11819         src/surf/simgrid_dtd.c
11820
11821 commit cf7b535f589a0328782c870cfc7436da8b2b6d7a
11822 Author: Augustin Degomme <degomme@idpann.imag.fr>
11823 Date:   Wed Oct 24 11:36:24 2012 +0200
11824
11825     edit changelog with smpi changes
11826
11827 commit b6ddc42e0d629ae17521b816588856584ecd1196
11828 Author: navarro <navarro@caraja.(none)>
11829 Date:   Wed Oct 24 11:37:16 2012 +0200
11830
11831     Update pipol script
11832
11833 commit 017b31c6b7d2920fbd28412c648ab950ec9dc20b
11834 Author: navarro <navarro@caraja.(none)>
11835 Date:   Wed Oct 24 11:36:15 2012 +0200
11836
11837     Fix libunwind install on ubuntu
11838
11839 commit 1601d48185d2455b18eec9230869d3d6dbc486c5
11840 Author: Martin Quinson <martin.quinson@loria.fr>
11841 Date:   Wed Oct 24 10:13:38 2012 +0200
11842
11843     make it work on x86 too. Other arches are still broken for MC and this is wrong
11844
11845 commit 6c043adc10737ac832335d8bac93f1aee471f980
11846 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
11847 Date:   Tue Oct 23 17:13:01 2012 +0200
11848
11849     Cosmetics: Having -> Have; write -> written.
11850
11851 commit ccf9494d0809595268bedd4ad7f962ddb24ce6a0
11852 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
11853 Date:   Tue Oct 23 16:30:58 2012 +0200
11854
11855     Regenerate with latest flexml.
11856
11857 commit 4d93bb81100ceaef4b3c57b5d5e38e62baaa7507
11858 Merge: 4e38011 b81916f
11859 Author: navarro <navarro@caraja.(none)>
11860 Date:   Tue Oct 23 21:16:04 2012 +0200
11861
11862     Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid
11863
11864 commit 4e3801165036327a6699afae31f5512fe1296739
11865 Author: navarro <navarro@caraja.(none)>
11866 Date:   Tue Oct 23 21:15:49 2012 +0200
11867
11868     Add dev_guide mecanism
11869
11870 commit b81916ff3f53ae5e30a1350a56cd2483d061cc61
11871 Author: Augustin Degomme <degomme@idpann.imag.fr>
11872 Date:   Tue Oct 23 10:20:29 2012 +0200
11873
11874     number of elements can be 0 in type constructors
11875
11876 commit 20e8cc04fb47ce22470597f37aa8fbf86d280cc1
11877 Author: Augustin Degomme <degomme@idpann.imag.fr>
11878 Date:   Tue Oct 23 10:13:47 2012 +0200
11879
11880     do not free the group of MPI_COMM_WORLD when asked, because it is a global in smpi (it is freed in the smpi_global_destroy function)
11881
11882 commit 3ea9223ebad3390472a85fb08379687cfea1f21d
11883 Author: Augustin Degomme <degomme@idpann.imag.fr>
11884 Date:   Tue Oct 23 10:11:47 2012 +0200
11885
11886     we should not check subtypes are commited before, as this is not required by the standard, only types directly used in MPI calls should be commited
11887
11888 commit b2208a5ab266b760d9b1b26198b38f2b0ade2e26
11889 Author: Augustin Degomme <degomme@idpann.imag.fr>
11890 Date:   Tue Oct 23 10:04:57 2012 +0200
11891
11892     add MPI_PACKED datatype (for compilation only, MPI_Pack and Unpack functions are still not implemented )
11893
11894 commit 9de84657cd18f11c118ce065d36cf8f01e62303c
11895 Author: Augustin Degomme <degomme@idpann.imag.fr>
11896 Date:   Tue Oct 23 10:01:39 2012 +0200
11897
11898     do not free the group when freeing the comm, there is a separate function for that, which may be called
11899
11900 commit ddae68a9d73e8c00f9702de9da881f81eee1cde6
11901 Author: navarro <navarro@caraja.(none)>
11902 Date:   Tue Oct 23 17:45:18 2012 +0200
11903
11904     Fix compilation error since TAG tutorial
11905
11906 commit a024b079ed581d579eecc1a138964fe5849648db
11907 Merge: b3aa714 76b46b4
11908 Author: navarro <navarro@caraja.(none)>
11909 Date:   Tue Oct 23 16:20:51 2012 +0200
11910
11911     Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid
11912
11913 commit b3aa71456ffe1bbebaa91708e1738dbb56fccaaa
11914 Author: navarro <navarro@caraja.(none)>
11915 Date:   Tue Oct 23 16:19:55 2012 +0200
11916
11917     Add first steps for a TAG tutorial
11918
11919 commit 76b46b4ad5ed02cd82851812da9965e7d9f6ae45
11920 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
11921 Date:   Tue Oct 23 13:28:17 2012 +0200
11922
11923     Set smpi/cpu_threshold to 1 for smpi-replay, and hope to have deterministic test results now.
11924
11925 commit baa92d18417cb91e2df78445d20c581999af0763
11926 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
11927 Date:   Tue Oct 23 13:24:03 2012 +0200
11928
11929     Call gap_remove in generic_update_actions_state_lazy too.
11930     
11931     *** Please double-check this commit ! ***
11932     
11933     Try to mimic what's done in generic_update_actions_state_full.
11934     Fixes an "use after free" error with smpi_replay.
11935
11936 commit 05a2f271033bd32c4f81e9a1ae07e5456008f797
11937 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
11938 Date:   Tue Oct 23 10:54:14 2012 +0200
11939
11940     Define an additional parameter for the hack around smpi_replay in smpirun.
11941     
11942     Relying on the command name is too fragile.
11943
11944 commit c32f48acb5120587118bc6770ba907b9288611f9
11945 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
11946 Date:   Tue Oct 23 10:46:10 2012 +0200
11947
11948     Cosmetics: rewrite usage() in smpirun.in.
11949     
11950     Remove duplicates, use a "here document" instead of a series of echo's.
11951
11952 commit 4739a97335349653405f0fad6a0423dd320a596a
11953 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
11954 Date:   Tue Oct 23 15:44:01 2012 +0200
11955
11956     Cannot use xbt_die when log layout format contains errors, since it uses log facilities.
11957     
11958     Use fprintf(stderr) instead, then abort.
11959
11960 commit edadbdfac4149ed38701fffdec3a3f3d4afe2ad4
11961 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
11962 Date:   Tue Oct 23 13:39:56 2012 +0200
11963
11964     PLATFGEN_SRC is useless in DefinePackage.cmake.
11965     
11966     Fixes a cmake warning about source file "src/surf/platf_generator.c" listed multiple times for target "simgrid".
11967
11968 commit 3dc4265263970583f96eefc46b34e8a8577b4687
11969 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
11970 Date:   Mon Oct 22 13:05:24 2012 +0200
11971
11972     Add missing calls to XBT_LOG_CONNECT.
11973
11974 commit 23499453cb89effd29273e8c6a02defe66d74001
11975 Author: suter <frederic.suter@cc.in2p3.fr>
11976 Date:   Mon Oct 22 15:24:06 2012 +0200
11977
11978     move the xbt_mallocator_release after the free of the tracing stuff.
11979
11980 commit 611b2c7233d1714294e9a7d2cf4a92705d89c70a
11981 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
11982 Date:   Fri Oct 19 23:20:25 2012 +0200
11983
11984     Exclude smpi_process_argc and smpi_glogal_size when !SMPI_F2C.
11985     
11986     This completes commit 4fb1f678c8da43cdf1bfcc6108883ef2a4cea952,
11987     and fixes compilation errors in paranoid mode.
11988
11989 commit 4fb1f678c8da43cdf1bfcc6108883ef2a4cea952
11990 Author: navarro <navarro@caraja.(none)>
11991 Date:   Fri Oct 19 17:53:38 2012 +0200
11992
11993     Fix compilation error for smpi.
11994     Can enable smpi whitout f2c
11995
11996 commit 2851c17a93adcd3931c937b698b65f81400c6dc3
11997 Merge: ccedb07 2f4f689
11998 Author: navarro <pierre.navarro@imag.fr>
11999 Date:   Fri Oct 19 07:31:56 2012 -0700
12000
12001     Merge branch 'master' of git+ssh://scm.gforge.inria.fr/gitroot/simgrid/simgrid
12002
12003 commit ccedb07575381e28a3143247e9028fe4f73bcd96
12004 Author: navarro <pierre.navarro@imag.fr>
12005 Date:   Fri Oct 19 07:31:42 2012 -0700
12006
12007     Compil smpi on win32.
12008     Need to see why when compiling examples WinMain is not found
12009
12010 commit 2f4f68941c55cc0bbf5f069fd9397e4203e84b15
12011 Author: paul bedaride <paul.bedaride@gmail.com>
12012 Date:   Fri Oct 19 14:34:48 2012 +0200
12013
12014     disable index for user guide
12015
12016 commit 8b3658fa4a201ffb434857bb83a75b98aac5be79
12017 Merge: 4cc3a40 1ca45e4
12018 Author: paul bedaride <paul.bedaride@gmail.com>
12019 Date:   Fri Oct 19 14:12:56 2012 +0200
12020
12021     Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid
12022
12023 commit 4cc3a40d551a1480c31732dcc91adefc127801aa
12024 Author: paul bedaride <paul.bedaride@gmail.com>
12025 Date:   Fri Oct 19 14:12:45 2012 +0200
12026
12027     clean user guide
12028
12029 commit 1ca45e4b2a14e1c6e42983326020e388883f7d2f
12030 Author: navarro <pierre.navarro@imag.fr>
12031 Date:   Fri Oct 19 03:20:11 2012 -0700
12032
12033     Clean for win32
12034
12035 commit c60dadafc9c27184cb7f47a843088c9f7d794c28
12036 Merge: aeaebb8 13f9ae4
12037 Author: navarro <navarro@caraja.(none)>
12038 Date:   Fri Oct 19 12:15:07 2012 +0200
12039
12040     Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid
12041
12042 commit aeaebb8f36d2425f83e59fae1dd808dfdf526324
12043 Author: navarro <navarro@caraja.(none)>
12044 Date:   Fri Oct 19 12:14:25 2012 +0200
12045
12046     Need this file for windows. But still need to clean (not delete)
12047     This reverts commit 2b86f38f9d331d921062c054ed5db7fba93c7583.
12048
12049 commit 13f9ae4ca658a16c0b9d76fb918032f1c8b9841a
12050 Merge: ce8a9fd 76d4410
12051 Author: Maximiliano Geier <maximiliano.geier@loria.fr>
12052 Date:   Fri Oct 19 10:45:34 2012 +0200
12053
12054     Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid
12055
12056 commit 76d44109225d1982fb90750ec05574c25b505cdb
12057 Merge: cdf1e50 3da9f0a
12058 Author: navarro <navarro@caraja.(none)>
12059 Date:   Thu Oct 18 20:26:47 2012 +0200
12060
12061     Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid
12062
12063 commit cdf1e5014ed63fd043ad9a6ab0ff91782634637a
12064 Author: navarro <navarro@caraja.(none)>
12065 Date:   Thu Oct 18 20:26:27 2012 +0200
12066
12067     Add missing files for distrib
12068
12069 commit 3da9f0ae7a6c122de59a8a9f7d9589e237195cd7
12070 Author: Martin Quinson <martin.quinson@loria.fr>
12071 Date:   Wed Oct 17 23:36:34 2012 +0200
12072
12073     plug some memleaks in that example
12074     
12075     This induce using static memory for the processes that are forcefully
12076     stopped, preventing the end of their main to get executed.
12077
12078 commit ee0678198594aa121bdd7462d39dae296dc46b23
12079 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
12080 Date:   Thu Oct 18 16:18:33 2012 +0200
12081
12082     Copy hostfile for smpi examples moved to teshsuite.
12083
12084 commit bb5082acf4ee555a2a055c329b36d9a5d9a79562
12085 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
12086 Date:   Thu Oct 18 16:12:17 2012 +0200
12087
12088     Don't ignore return value of 'system'.
12089     
12090     It is sometimes declared with attribute warn_unused_result.
12091
12092 commit cbd5d3b2beed09a5ab627c077357639b7085422a
12093 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
12094 Date:   Thu Oct 18 15:49:51 2012 +0200
12095
12096     Remove memcheck_tests.cmake from repository.
12097     
12098     It's a pain to keep it up-to-date, and it already gets regenerated
12099     automatically with enable_memcheck=ON.
12100
12101 commit a2896352972149a8e2c7c014c3413c5c7c686227
12102 Author: Augustin Degomme <degomme@idpann.imag.fr>
12103 Date:   Thu Oct 18 13:00:37 2012 +0200
12104
12105     move smpi examples to teshsuite
12106
12107 commit ce8a9fdb7cad584a5e27d0d4af32b844d3e5420b
12108 Author: Maximiliano Geier <maximiliano.geier@loria.fr>
12109 Date:   Thu Oct 18 15:27:07 2012 +0200
12110
12111     BitTorrent: fixed message sizes, based on the actual protocol sizes
12112     Fixed tesh to match this change
12113
12114 commit bb7bb3965052aa05a4be5a7983c13c902481ae5c
12115 Author: navarro <navarro@caraja.(none)>
12116 Date:   Thu Oct 18 15:10:12 2012 +0200
12117
12118     cosmetics
12119
12120 commit 35ccc7da266b885d17fbc87d0ef11a6cfc772d35
12121 Author: paul bedaride <paul.bedaride@gmail.com>
12122 Date:   Thu Oct 18 13:17:50 2012 +0200
12123
12124     Ref Guide style update
12125
12126 commit 8042ae8df482e01b5e162ba8d90296ae0292e257
12127 Author: Martin Quinson <martin.quinson@loria.fr>
12128 Date:   Wed Oct 17 23:25:06 2012 +0200
12129
12130     Cancel the comms of leaving processes instead of destroying them
12131     
12132     This avoids segfaults when a process leaves the simulation before all
12133     its asynchronous comms (included detached ones) end.
12134     
12135     This may leak the canceled actions, but that's another bug, in
12136     comm_cancel.
12137
12138 commit 6e32675264e608d750a148f1949e66635bda14d8
12139 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
12140 Date:   Wed Oct 17 16:14:28 2012 +0200
12141
12142     Ignore the first two lines of output.
12143
12144 commit 1f50f809c4d885ff2b2c1a626d69ebb4cea0502f
12145 Author: Martin Quinson <martin.quinson@loria.fr>
12146 Date:   Wed Oct 17 22:04:27 2012 +0200
12147
12148     Ensure that the mallocator are really inactive when running MC
12149     
12150     - before, they were created during the preinit and then destroyed when
12151       MC was activated.
12152     - now, they are created inactive, and activated when the configuration
12153       stops if MC is still not activated.
12154     - this mandates some changes around the initialization mechanism in
12155       the whole stack.
12156       - one hint that it was a good idea is that before, _surf_init_status
12157         were never reaching the value 2 (meaning "config now forbidden",
12158         according to the preexisting asserts).
12159       - Now this value is set from surf_routing when the first element of
12160         platform is created. This is a horrible hack intermixing the
12161         layers, but it was already accredited by the parser that
12162         configuration could occur until the first <AS>, but no later.
12163       - we now would need a proper way of increasing the init level of
12164         simgrid.
12165     
12166     I hope that this change did not break anything, but much more work
12167     would be mandated to clean the init mess properly.
12168
12169 commit 8fb8fe0209c338a9b11781a002acfaf4f708afeb
12170 Author: schnorr <Lucas.Schnorr@imag.fr>
12171 Date:   Wed Oct 17 15:58:38 2012 +0200
12172
12173     [trace] fix tesh'es to compare trace file considering all lines except the first two
12174
12175 commit 4aaf8e185dcc8a7c7bde658a4fdd8dafba609c37
12176 Author: schnorr <Lucas.Schnorr@imag.fr>
12177 Date:   Wed Oct 17 15:53:11 2012 +0200
12178
12179     [trace] output the command line used to generate the trace file
12180
12181 commit 7d7ee82a5aa2e12ab805da0f639d2f636b7f0b9c
12182 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
12183 Date:   Wed Oct 17 14:40:46 2012 +0200
12184
12185     Function MSG_get_host_number() is not deprecated anymore.
12186     
12187     Acknowledge commit b00e4794c073855ab40697e9ec648c6a67f013e9
12188     (Doesn't see why MSG_get_host_number should be deprecated.)
12189
12190 commit 9c806edc10504fa35262721c3d7ea24cc9bdd608
12191 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
12192 Date:   Wed Oct 17 13:12:45 2012 +0200
12193
12194     Cosmetics: remove spaces at EOL.
12195
12196 commit 8065b83e3317c2162066e7d541682a6df037bae4
12197 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
12198 Date:   Wed Oct 17 10:37:06 2012 +0200
12199
12200     Use function-like macros instead of inline functions for MC_is_active().
12201     
12202     When using functions, Gcc apparently does not remove dead branches when
12203     building without optimizations, and then complains at link time with:
12204     
12205     Linking C executable ../../bin/gras_stub_generator
12206     ../../lib/libsimgrid.so.3.8: error: undefined reference to 'MC_ignore'
12207     ../../lib/libsimgrid.so.3.8: error: undefined reference to 'MC_do_the_modelcheck_for_real'
12208     ../../lib/libsimgrid.so.3.8: error: undefined reference to 'MC_process_clock_get'
12209     ../../lib/libsimgrid.so.3.8: error: undefined reference to 'MC_process_clock_add'
12210     ../../lib/libsimgrid.so.3.8: error: undefined reference to 'MC_memory_init'
12211     ../../lib/libsimgrid.so.3.8: error: undefined reference to 'MC_new_stack_area'
12212     collect2: error: ld returned 1 exit status
12213     
12214     This is if course when building with -Denable_model-checking=OFF.
12215
12216 commit aa022d1e577ba93e5fb2841a312b8ac6b00a4ffd
12217 Author: Martin Quinson <martin.quinson@loria.fr>
12218 Date:   Tue Oct 16 22:58:18 2012 +0200
12219
12220     s/MC_IS_ENABLED/MC_is_active()/ to remove an unfriendly pitfall of the codebase
12221     
12222     This fixes #14976 (thanks to LucasN for the report)
12223
12224 commit ee2435743c0765f4031dffe3a881263facfd8790
12225 Author: Martin Quinson <martin.quinson@loria.fr>
12226 Date:   Tue Oct 16 22:51:00 2012 +0200
12227
12228     cosmetics and improvement
12229
12230 commit 92a60ce6d6a1694aa6b420d25c0a5b83b251a99c
12231 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
12232 Date:   Tue Oct 16 21:31:57 2012 +0200
12233
12234     Distinguish outputs for mmalloc_test on 32 and 64bits architectures.
12235
12236 commit f9a6652301a5b9708bd74a7fc7e9ae57f26d36f8
12237 Author: Martin Quinson <martin.quinson@loria.fr>
12238 Date:   Tue Oct 16 22:04:22 2012 +0200
12239
12240     document that we really need xbt_os_thread_atfork (for tesh+mmalloc)
12241
12242 commit 7989355dfec335e1c7abea0ea90a85dab4a51513
12243 Author: Martin Quinson <martin.quinson@loria.fr>
12244 Date:   Tue Oct 16 18:18:27 2012 +0200
12245
12246     improve the mmalloc tesh to ensure that use after free don't ruin mmalloc
12247
12248 commit 4351658448f75c635736fc7a9bad6fb24fb7087c
12249 Author: Martin Quinson <martin.quinson@loria.fr>
12250 Date:   Tue Oct 16 18:11:50 2012 +0200
12251
12252     Update the mmalloc tesh file
12253     
12254     - We now write the offset in hexa
12255     - exact returned pointers changed a bit with last mmalloc rewamping,
12256       but they still seem reasonable
12257
12258 commit a3a6c254f62ce8d325312a8c12367856acad5a29
12259 Author: Martin Quinson <martin.quinson@loria.fr>
12260 Date:   Tue Oct 16 18:10:33 2012 +0200
12261
12262     display offsets in hexa (counting in decimal sometimes difficult)
12263
12264 commit ea39fd08c260e7faa92334952d4acd37e3892b6c
12265 Author: Martin Quinson <martin.quinson@loria.fr>
12266 Date:   Tue Oct 16 18:06:31 2012 +0200
12267
12268     Do not store any metadata where the user (was) legitimate to write
12269     
12270     Before, free fragments were chained within the user area, leading to
12271     obscure breakdown when the user was mean enough to write into the
12272     block after a free(). Now, these data are stored as swag directly into
12273     the mdp->heapinfo that is where we store our metadata.
12274     
12275     We have one extra complication due to the fact that heapinfo must be
12276     reallocated when we mmap more memory. When this happens, we have to
12277     update all swag hooks manually to apply the offset.
12278     Yup, this went that bad :-/
12279
12280 commit 47c08390d2f3cee84c293760341ac34e86c5de94
12281 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
12282 Date:   Tue Oct 16 18:09:44 2012 +0200
12283
12284     Use double quotes around variable expansion to protect spaces.
12285
12286 commit c90a2a1b7c7bff12e24348fc0ffb5c28d5dae4a9
12287 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
12288 Date:   Tue Oct 16 14:46:57 2012 +0200
12289
12290     Make working directory really clean between builds.
12291
12292 commit 73902a90d11ac06144842e7b7d2c68279b9b51ba
12293 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
12294 Date:   Tue Oct 16 14:46:57 2012 +0200
12295
12296     Regenerate tesh files for chord examples.
12297
12298 commit 9003b522ca66f1a3723c63ce1c4753ad7aea9b70
12299 Author: Martin Quinson <martin.quinson@loria.fr>
12300 Date:   Tue Oct 16 02:12:07 2012 +0200
12301
12302     sg_cmdline is a public dynar containing all command-line arguments we got
12303
12304 commit 9d10ed8a4a7353c00f2df79dae2c250564f1f805
12305 Author: Martin Quinson <martin.quinson@loria.fr>
12306 Date:   Tue Oct 16 01:23:50 2012 +0200
12307
12308     cosmetics
12309
12310 commit 714a970003a5bccec9a46b0a4e0b42b5d980ea2f
12311 Author: Martin Quinson <martin.quinson@loria.fr>
12312 Date:   Tue Oct 16 00:52:43 2012 +0200
12313
12314     ensures that runall is never called on empty set
12315     
12316     Not sure of when it can happen, but it does, forcing the context
12317     factories to be defensive. This was causing issues in java coroutines
12318     as this factory was not defensive enough. So avoiding future issues
12319     seems interesting to me.
12320
12321 commit ac2162b716c1a99ffb3f8defa67d37e7c748d629
12322 Author: Martin Quinson <martin.quinson@loria.fr>
12323 Date:   Mon Oct 15 23:57:55 2012 +0200
12324
12325     search libunwind with cmake and die at config time if not found
12326
12327 commit d4b2383532e8b6985a265830c026ac91aa3efd90
12328 Author: Martin Quinson <martin.quinson@loria.fr>
12329 Date:   Sun Oct 14 21:57:17 2012 +0200
12330
12331     ouch, I've lost an eye on that
12332
12333 commit 6a3b1c86082daac913e600fa38960ea106bba619
12334 Author: Martin Quinson <martin.quinson@loria.fr>
12335 Date:   Thu Oct 11 09:18:24 2012 +0200
12336
12337     try to get /some/ info from the cdash by not intentionaly breaking the tesh files
12338
12339 commit 63f251b15ed10b5ae1b35b03908775acc7c713ad
12340 Author: Martin Quinson <martin.quinson@loria.fr>
12341 Date:   Thu Oct 11 02:45:57 2012 +0200
12342
12343     more cruft to ignore
12344
12345 commit 2566a6ac70cee565d831126448623c26b6795aa4
12346 Author: Lucas Nussbaum <lucas.nussbaum@loria.fr>
12347 Date:   Sun Oct 14 12:56:09 2012 +0200
12348
12349     chord: avoid duplicate call of MSG_comm_test()
12350     
12351     Commit caffead (exactly one year ago!) introduced a duplicate call to
12352     MSG_comm_test(): MSG_comm_test() could return true on line 336, and
12353     then be called again there. That caused a crash since the communication
12354     was already finalized in the first MSG_comm_test() call.
12355
12356 commit 7637ba17c1379d39b80d0b2304a47231f5ec5ff4
12357 Author: suter <frederic.suter@cc.in2p3.fr>
12358 Date:   Sat Oct 13 01:01:17 2012 +0200
12359
12360     list bug fixed in SD_simulate
12361
12362 commit 97fbb37cce6bc8da3b1f72909bacb5e896a8ae3c
12363 Author: suter <frederic.suter@cc.in2p3.fr>
12364 Date:   Sat Oct 13 00:57:03 2012 +0200
12365
12366     fix an issue that occurs when SD_simulate is called with a positive
12367     value (simulate for X seconds). The simulation does not always stop
12368     after the expected duration.
12369     Cause: The "less than" test is sometimes tricky with doubles.
12370     Fix: Replace by "difference smaller than 0.00001 (the maxmin precision).
12371     
12372     + indent
12373     + one more verbose message
12374
12375 commit cfcc26205c43c7ee01341db3d2910f5efbd2fa6b
12376 Author: navarro <navarro@caraja.(none)>
12377 Date:   Fri Oct 12 14:52:49 2012 +0200
12378
12379     Compilation with warning flags
12380
12381 commit 0e17ea09090a41fb603dd6fc5f8088db1878cb9b
12382 Merge: c24da98 31ba7e4
12383 Author: navarro <navarro@caraja.(none)>
12384 Date:   Fri Oct 12 14:42:40 2012 +0200
12385
12386     Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid
12387
12388 commit c24da98fc757fe34eb3fdb29b01c80d77313a80a
12389 Author: navarro <navarro@caraja.(none)>
12390 Date:   Fri Oct 12 14:42:32 2012 +0200
12391
12392     Finish the tutorial for new model and api
12393
12394 commit 31ba7e44380b3c4e26ae014eec9e423193e54797
12395 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
12396 Date:   Fri Oct 12 13:41:03 2012 +0200
12397
12398     model-checker : display malloc backtrace according to address
12399
12400 commit f0ad535632977a38e9d37ab127d27c6946cab6ce
12401 Author: navarro <navarro@caraja.(none)>
12402 Date:   Fri Oct 12 12:06:01 2012 +0200
12403
12404     Oups rename function
12405
12406 commit 9889deb10c0b29c3c5a2ae25ac0c4b9e25e8334e
12407 Author: navarro <navarro@caraja.(none)>
12408 Date:   Fri Oct 12 11:48:51 2012 +0200
12409
12410     Add first steps to explain How to add a new model in Simgrid
12411
12412 commit f3eb95bea2b4188d46fa0cb4d652dd1d200f1e12
12413 Author: navarro <navarro@caraja.(none)>
12414 Date:   Fri Oct 12 11:09:02 2012 +0200
12415
12416     First steps for making a tutorial on How to create a new API in Simgrid
12417
12418 commit 8e2e629ea81607a0687ef08e2630c5fc1403688b
12419 Author: Jonathan Rouzaud-Cornabas <jonathan.rouzaud-cornabas@ens-lyon.fr>
12420 Date:   Fri Oct 12 10:32:58 2012 +0200
12421
12422     Fix an issue in TRACE_msg_vm_kill()
12423
12424 commit 2c803179bcf6c7b734f6f22aa44fda9da4d1793d
12425 Author: Augustin Degomme <degomme@idpann.imag.fr>
12426 Date:   Thu Oct 11 16:58:41 2012 +0200
12427
12428     add better support for MPI datatypes extent values (to correct behavior of gather/scatter of these structs)
12429
12430 commit 1b6d36b7082f7cc657eb2473d1ac27d250954688
12431 Merge: edfcbf0 3d1c249
12432 Author: paul bedaride <paul.bedaride@gmail.com>
12433 Date:   Thu Oct 11 17:43:41 2012 +0200
12434
12435     Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid
12436
12437 commit 695f327338ceecd86325a8a0cf18b8c3ab67f8cb
12438 Author: Jonathan Rouzaud-Cornabas <jonathan.rouzaud-cornabas@ens-lyon.fr>
12439 Date:   Thu Oct 11 17:38:44 2012 +0200
12440
12441     Fix an issue in smx_ctx_cojava_runall ie do not try to run when no process exists
12442
12443 commit 3d1c249435fc69bcf9188aab18088823b1c61f7e
12444 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
12445 Date:   Thu Oct 11 17:30:37 2012 +0200
12446
12447     Fix compilation warning.
12448     
12449     src/mc/mc_checkpoint.c:480: warning: cast from pointer to integer of different size
12450
12451 commit 3db801b6534b5dce5928636040d344bea2c0ff32
12452 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
12453 Date:   Thu Oct 11 16:10:14 2012 +0200
12454
12455     Increase timeout in pmm.tesh.
12456
12457 commit de05fff4ce289c10aea0f0c80476809e4091a247
12458 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
12459 Date:   Thu Oct 11 16:10:14 2012 +0200
12460
12461     Return immediately if p==NULL.
12462     
12463     Prevents valgrind from beeing hung at exit on a free(0).
12464
12465 commit 81a893de252d864b225de51fe68b40bef3ff17b5
12466 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
12467 Date:   Thu Oct 11 16:10:14 2012 +0200
12468
12469     New cmake option "enable_mallocators", useful to disable mallocators.
12470
12471 commit 975babad32bf69ffb339dc1d449cd85e111ba733
12472 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
12473 Date:   Thu Oct 11 16:10:14 2012 +0200
12474
12475     Include standard header files after local includes.
12476     
12477     It should fix the build on Debian Lenny (oldstable).
12478
12479 commit 4c04b128260c38d0d28a1fc70cd8cf02f06c15c1
12480 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
12481 Date:   Thu Oct 11 16:10:14 2012 +0200
12482
12483     Define _GNU_SOURCE in xbt/misc.h, so that it's defined across full build.
12484
12485 commit 8b730a1a7189b57671ec6ad97ae6a8f52e4b0eaf
12486 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
12487 Date:   Thu Oct 11 16:55:34 2012 +0200
12488
12489     model-checker : forget regions corresponding to libsimgrid for each snapshot
12490
12491 commit 6b8bd81709e9038d33873b8ce8a81d95350ee913
12492 Merge: 4df273f 09a290f
12493 Author: Jonathan Rouzaud-Cornabas <jonathan.rouzaud-cornabas@ens-lyon.fr>
12494 Date:   Thu Oct 11 15:26:44 2012 +0200
12495
12496     Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid-java into vmtrace
12497
12498 commit 78ebb5d5f3fad1cca66d0ecdfcfc879b253f8923
12499 Author: Augustin Degomme <degomme@idpann.imag.fr>
12500 Date:   Thu Oct 11 11:39:05 2012 +0200
12501
12502     add libunwind-devel package for fedora
12503
12504 commit bda14660c999e8e969d57a0edcce708aa09f867a
12505 Author: jean-noel quintin <jnquintin@dhcp-892b9b4c.ucd.ie>
12506 Date:   Thu Oct 11 08:57:21 2012 +0100
12507
12508     [example,smpi,MM] remove the specification of parameter per a file
12509                       - improve the upkeep of the code
12510
12511 commit edfcbf082de656c366171bced1ac0a4afc8c9a94
12512 Author: paul bedaride <paul.bedaride@gmail.com>
12513 Date:   Thu Oct 11 09:30:53 2012 +0200
12514
12515     add tesh man to cmake
12516
12517 commit 4560d11033a54b926dd971ada3da63fcaa825110
12518 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
12519 Date:   Wed Oct 10 22:08:48 2012 +0200
12520
12521     Fix memory leaks in msg_pmm.
12522
12523 commit 47eb6ced0007d911a79896bf5a358ba1785c0758
12524 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
12525 Date:   Wed Oct 10 21:41:11 2012 +0200
12526
12527     Use 1/0 instead of false/true (*flag is an int).
12528
12529 commit 61caa92695b419244dc7e7f6c0e95524e9e2367c
12530 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
12531 Date:   Wed Oct 10 21:40:53 2012 +0200
12532
12533     Include is missing when building with tracing=OFF.
12534
12535 commit 03883ad8cb080d8350bab528d108d0bdc2985ff2
12536 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
12537 Date:   Wed Oct 10 18:21:34 2012 +0200
12538
12539     Add msg-pmm to the list of tests to run, and fill up pmm.tesh.
12540
12541 commit c69fbaf5f73a1efeda8a8160b831b36c7d31f891
12542 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
12543 Date:   Wed Oct 10 18:02:24 2012 +0200
12544
12545     Cannot use a dsend here, or it will be aborted when the process is terminated just after.
12546
12547 commit 922f6e237f2ad76ab469014cbaf995b27cac3ea7
12548 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
12549 Date:   Wed Oct 10 18:01:16 2012 +0200
12550
12551     Check for errors from MSG_task_receive.
12552
12553 commit 6422dd0a1140e6a578e00a185d908b47f402fbd8
12554 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
12555 Date:   Wed Oct 10 17:16:11 2012 +0200
12556
12557     Avoid to fail when we cannot read the output of addr2line.
12558
12559 commit 1fbb18e000b17e77468b3e0a71017952803454f3
12560 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
12561 Date:   Wed Oct 10 16:20:23 2012 +0200
12562
12563     Typo.
12564
12565 commit 6a85698d6176e117198e061607fd77dcb2d081a2
12566 Author: paul bedaride <paul.bedaride@gmail.com>
12567 Date:   Wed Oct 10 17:38:08 2012 +0200
12568
12569     add tesh man
12570
12571 commit cbd5ea5512cae75649be6df4f5107cf9e468cfb4
12572 Author: paul bedaride <paul.bedaride@gmail.com>
12573 Date:   Wed Oct 10 16:44:51 2012 +0200
12574
12575     add pmm.tesh
12576
12577 commit 4958902994c0093f688d9aea855c43eae2dd6dd2
12578 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
12579 Date:   Wed Oct 10 15:05:56 2012 +0200
12580
12581     function check_fraghead to detect mmalloc metadata corruption
12582
12583 commit c45af580238fc29b20b3628a8b9ce09b985b2731
12584 Author: Martin Quinson <martin.quinson@loria.fr>
12585 Date:   Wed Oct 10 14:34:34 2012 +0200
12586
12587     commit my deployment for testing the model-checking of Chord
12588
12589 commit 25d45f9361e286f1adc9b6efc16b7678d6c1a61b
12590 Author: jean-noel quintin <jnquintin@dhcp-892b9b4c.ucd.ie>
12591 Date:   Wed Oct 10 11:32:17 2012 +0100
12592
12593     [examples,smpi,MM] remove a useless function
12594
12595 commit fb47f988141dcfef528d6dc68219d9857b4e054c
12596 Author: jean-noel quintin <jnquintin@dhcp-892b9b4c.ucd.ie>
12597 Date:   Wed Oct 10 11:27:57 2012 +0100
12598
12599     [examples,smpi,MM] get some positive value for the time
12600
12601 commit d51e11eeca324570cf038a3bf6a5d05109903633
12602 Merge: 29aece3 752dba0
12603 Author: jean-noel quintin <jnquintin@dhcp-892b9b4c.ucd.ie>
12604 Date:   Wed Oct 10 11:21:33 2012 +0100
12605
12606     Merge remote-tracking branch 'origin/master'
12607     
12608     Remove:
12609         examples/smpi/MM/timer.c
12610         examples/smpi/MM/timer.h
12611
12612 commit 29aece352b6242fed59d733f405a0c3df0839ca5
12613 Author: jean-noel quintin <jnquintin@dhcp-892b9b4c.ucd.ie>
12614 Date:   Wed Oct 10 11:19:59 2012 +0100
12615
12616     [example,smpi,MM] remove the timer interface which is useless here
12617
12618 commit 752dba06d1e589e9f0e738c4f4cd15a5d084bae4
12619 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
12620 Date:   Wed Oct 10 11:51:23 2012 +0200
12621
12622     An empty body for this if statement looks wrong.
12623
12624 commit 3862b3555f4b9550e2a8504128b39453ca77659b
12625 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
12626 Date:   Wed Oct 10 11:27:55 2012 +0200
12627
12628     Regenerated.
12629
12630 commit 8e3ba6c6d358ae0d72414f28815d970120077fd1
12631 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
12632 Date:   Wed Oct 10 11:13:10 2012 +0200
12633
12634     Abort if getline failed.
12635
12636 commit 0b2b14f09d56aff37e1de21901d12bf9572ede87
12637 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
12638 Date:   Wed Oct 10 11:08:40 2012 +0200
12639
12640     Remove unused function.
12641
12642 commit 820b3e5cd70325b3d5f5c4027137d684c5130465
12643 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
12644 Date:   Wed Oct 10 11:08:40 2012 +0200
12645
12646     Declare static functions in c file.
12647
12648 commit 2c879d143d67b47261ea2dd9060bcaa30a495a24
12649 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
12650 Date:   Wed Oct 10 11:08:40 2012 +0200
12651
12652     Remove needless declaration of static function.
12653
12654 commit 7f6d6ccebd0b469817710db21c45cf803223ec69
12655 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
12656 Date:   Wed Oct 10 11:08:40 2012 +0200
12657
12658     Remove declaration of static functions from header file.
12659     
12660     Also exchange the order of the functions in c file, and avoid a forward declaration.
12661
12662 commit 35885108ff54bad7d765bbe3e98a7e20bf22e671
12663 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
12664 Date:   Wed Oct 10 11:08:40 2012 +0200
12665
12666     Expression is in fact of type ptrdiff_t, and modifier is %t.
12667
12668 commit 4029ae3f92593d678e8f4c116dca41167760f963
12669 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
12670 Date:   Wed Oct 10 11:08:40 2012 +0200
12671
12672     An inline declaration without definition does not make sense.
12673
12674 commit e027d8fca6972da210a3444579e92014a79f57d4
12675 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
12676 Date:   Wed Oct 10 11:08:40 2012 +0200
12677
12678     Remove generated file after test.
12679
12680 commit 283928d6552afd14c3a5f2feadbafa8d3d4301e0
12681 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
12682 Date:   Wed Oct 10 11:08:40 2012 +0200
12683
12684     Reorder includes.
12685     
12686     Only include math.h after having changed _*_SOURCE.  Otherwise, strange
12687     errors may appear, depending on what's included from smx_private.h for
12688     example.
12689
12690 commit 0ed97b4c0e53a1e674423035d164985c86a30936
12691 Author: Martin Quinson <martin.quinson@loria.fr>
12692 Date:   Wed Oct 10 09:49:18 2012 +0200
12693
12694     install libunwind for model-checking
12695
12696 commit fcd3026fe0b278a0d5b9c133c215f1ec9f9e79fa
12697 Merge: 2923c0f 201d207
12698 Author: Martin Quinson <martin.quinson@loria.fr>
12699 Date:   Wed Oct 10 09:38:34 2012 +0200
12700
12701     Merge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid
12702
12703 commit 201d2071f448214f15c7eddf1c431f5e8ea65869
12704 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
12705 Date:   Wed Oct 10 08:10:38 2012 +0200
12706
12707     Always initialize variable.
12708
12709 commit 045bf104a7636aa01369758fdcd2a5497404910f
12710 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
12711 Date:   Wed Oct 10 08:07:03 2012 +0200
12712
12713     Use %z modifier for type size_t.
12714
12715 commit 2923c0f5b8bc965b58d4e65844de2e5ab161b5a4
12716 Author: Martin Quinson <martin.quinson@loria.fr>
12717 Date:   Wed Oct 10 06:54:46 2012 +0200
12718
12719     these files were added recently
12720
12721 commit 8c2fbebb53ae2f818d00bc86b1464bda788f3c70
12722 Author: Augustin Degomme <degomme@idpann.imag.fr>
12723 Date:   Tue Oct 9 19:57:52 2012 +0200
12724
12725     shunt a warning, quite dirtily
12726
12727 commit e3c649a631d7da6f3691c1dc8a7dabd4d11c1771
12728 Author: Augustin Degomme <degomme@idpann.imag.fr>
12729 Date:   Tue Oct 9 18:51:14 2012 +0200
12730
12731     forgot to handle MPI_ANY_SOURCE as a valid source, they were caught as invalid
12732
12733 commit 2df5112b37da14d8a3af659668b82da859ccf541
12734 Author: Augustin Degomme <degomme@idpann.imag.fr>
12735 Date:   Tue Oct 9 18:44:14 2012 +0200
12736
12737     add a few tests for smpi
12738
12739 commit 309519cea2b6a86eecee99369b8d5a383b71c1a5
12740 Author: jean-noel quintin <jnquintin@dhcp-892b9b4c.ucd.ie>
12741 Date:   Tue Oct 9 18:40:32 2012 +0100
12742
12743     [examples,smpi] remove warnings and resolve a bug (I hope I amn't sure)
12744
12745 commit 98c5d4f1ae1013405e9f4095fe0c2bd1bf1aa849
12746 Author: Martin Quinson <martin.quinson@loria.fr>
12747 Date:   Tue Oct 9 17:27:59 2012 +0200
12748
12749     improve a comment
12750
12751 commit 09bbc8de24556f9d009d5c1faefd97555415a8cd
12752 Author: navarro <navarro@caraja.(none)>
12753 Date:   Tue Oct 9 11:50:10 2012 +0200
12754
12755     Add a tesh file for smpi vector
12756
12757 commit dd651178d17450b44826cf102813bd85db1f9cd2
12758 Merge: a4eb1ae 27eac93
12759 Author: jean-noel quintin <jnquintin@dhcp-892b9b4c.ucd.ie>
12760 Date:   Tue Oct 9 09:12:51 2012 +0100
12761
12762     Merge remote-tracking branch 'origin/master'
12763
12764 commit a4eb1ae8b7be9ad432765f2a6a3d16c115c03603
12765 Author: jean-noel quintin <jnquintin@dhcp-892b9b4c.ucd.ie>
12766 Date:   Tue Oct 9 09:12:28 2012 +0100
12767
12768     [smpi,example] an example of matrix multiplication with non contignous memory
12769         I hope this example is relevant and could increase the coverage
12770
12771 commit 27eac930728f84bf31b65013f7d95e39b3ea0063
12772 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
12773 Date:   Tue Oct 9 03:54:29 2012 +0200
12774
12775     set size to -1 for free fragments in new fragmented block
12776
12777 commit 3325badb97bd570d6a0297cec024e26cf0f8a59d
12778 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
12779 Date:   Tue Oct 9 02:39:02 2012 +0200
12780
12781     set value -1 in unsigned short cannot work fine ...
12782
12783 commit 14a69c191a473f265fb15fe827e31bcc12b39364
12784 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
12785 Date:   Tue Oct 9 01:53:15 2012 +0200
12786
12787     set size_used negative for free fragment/block
12788
12789 commit 3ca7b9a135ee10337486c6473f582419c5c23241
12790 Author: Martin Quinson <martin.quinson@loria.fr>
12791 Date:   Tue Oct 9 01:24:21 2012 +0200
12792
12793     try harder to break mmalloc wrt double-free
12794
12795 commit f54458a7bb43175fc8e22322bf8b36dd5af06969
12796 Merge: e07778d 5a935e0
12797 Author: jean-noel quintin <jnquintin@Jean-Noels-MacBook.local>
12798 Date:   Tue Oct 9 00:23:04 2012 +0100
12799
12800     Merge remote-tracking branch 'origin/master'
12801
12802 commit e07778d78004b77855d37da45be50bea033207bd
12803 Author: jean-noel quintin <jnquintin@Jean-Noels-MacBook.local>
12804 Date:   Tue Oct 9 00:22:39 2012 +0100
12805
12806     [smpi] correction bug for detached comm
12807     
12808           -all the test passed bug on real exemple it doesn't work
12809           I have to found why and where to free these requests
12810           Sorry for the introduction of this bug.
12811
12812 commit 5a935e095de098cfd4f0947e3c30748f09a0721e
12813 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
12814 Date:   Tue Oct 9 01:15:23 2012 +0200
12815
12816     UNLOCK forgotten before THROWF
12817
12818 commit 7acc91049c2aebd1842988676f6ccdf2a54e3b45
12819 Author: Martin Quinson <martin.quinson@loria.fr>
12820 Date:   Tue Oct 9 01:01:16 2012 +0200
12821
12822     checks that double free are correctly detected
12823
12824 commit 2ecd7f96489b442b08fec78dc4f8217a36282dc4
12825 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
12826 Date:   Tue Oct 9 01:00:44 2012 +0200
12827
12828     check if free on fragment already free
12829
12830 commit 39cf7d78d4ec0f9565b91c52af046d11fdabc66a
12831 Author: Martin Quinson <martin.quinson@loria.fr>
12832 Date:   Tue Oct 9 00:42:20 2012 +0200
12833
12834     add the new mmalloc test to the testsuite
12835
12836 commit 01ae67687fdb2f6da2adff9140d539d20c854c2d
12837 Author: Martin Quinson <martin.quinson@loria.fr>
12838 Date:   Tue Oct 9 00:37:46 2012 +0200
12839
12840     better integration of this test in our framework (like, use XBT for the logs and such)
12841
12842 commit 6c85989bc5420b3fbc6373025a469b41315f7813
12843 Author: Martin Quinson <martin.quinson@loria.fr>
12844 Date:   Tue Oct 9 00:28:30 2012 +0200
12845
12846     Bug fix in mrealloc where the previous content could get lost
12847     
12848     When reallocating a large block, mrealloc tries to be cleaver and
12849     first frees the area before requesting it again to avoid a copy if
12850     there is some free adjacent memory.
12851     
12852     This trick obviously don't mix well with the mmalloc memseting the
12853     allocated memory to 0 before returning it.
12854     
12855     So, split the mmalloc in two, and use the non-memsetting one from
12856     mrealloc.
12857
12858 commit 0b662f11a46b8c74b930f4dd54822d859c6ba81e
12859 Author: Martin Quinson <martin.quinson@loria.fr>
12860 Date:   Tue Oct 9 00:02:35 2012 +0200
12861
12862     we all love debug informations
12863
12864 commit 3261a9f4db993fa8854eb68bd0a2b0d7a5355480
12865 Author: Martin Quinson <martin.quinson@loria.fr>
12866 Date:   Mon Oct 8 23:14:02 2012 +0200
12867
12868     add a basic tesh test about mmalloc
12869
12870 commit 3bf534f2ae7cec0a0091f31ab88b8d05123f8b02
12871 Author: Martin Quinson <martin.quinson@loria.fr>
12872 Date:   Mon Oct 8 22:56:30 2012 +0200
12873
12874     kill a very old TODO file. We don't care of running mmalloc between several (system) processes
12875
12876 commit 055eef977d08cc142d6732a6f678e1dbe8559dd3
12877 Author: Martin Quinson <martin.quinson@loria.fr>
12878 Date:   Mon Oct 8 21:46:49 2012 +0200
12879
12880     we need the simgrid library too. True story.
12881
12882 commit 687dd96433495ec61a5ffd5b4437b6e5808993c6
12883 Merge: 29e30b4 5b240f3
12884 Author: Martin Quinson <martin.quinson@loria.fr>
12885 Date:   Mon Oct 8 21:44:15 2012 +0200
12886
12887     Merge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid
12888
12889 commit 29e30b46d44729910f8ac0fb91811e5415f86025
12890 Author: Martin Quinson <martin.quinson@loria.fr>
12891 Date:   Mon Oct 8 21:43:13 2012 +0200
12892
12893     make it compile in a recent tree
12894
12895 commit 5b240f3b24ec47fc11b977be6de1f779c70cde89
12896 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
12897 Date:   Mon Oct 8 21:42:25 2012 +0200
12898
12899     add executable chord_before_dsend in CMakeLists
12900
12901 commit 9635b325d92f922d52509d83a146803501b49f8f
12902 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
12903 Date:   Mon Oct 8 21:25:21 2012 +0200
12904
12905     version of chord before use MSG_task_dsend
12906
12907 commit 0b892a9de2e4218184dc0b0726773f386bb38b65
12908 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
12909 Date:   Mon Oct 8 14:35:58 2012 +0200
12910
12911     model-checker : restore struct smx_ctx_sysv in smx_context_sysv.c
12912
12913 commit d75ef6e9678695260b8dd7aa6394e7972a670f56
12914 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
12915 Date:   Mon Oct 8 09:10:24 2012 +0200
12916
12917     Don't turn warnings about variables possibly clobbered by longjmp into errors.
12918     
12919     Gcc is currently not smart enough and sometimes spits spurious warnings.
12920
12921 commit e3df7690eaab7f4ac139addddb9aaccc92f988e2
12922 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
12923 Date:   Mon Oct 8 09:10:24 2012 +0200
12924
12925     Declare the function as static, and make the compiler happy.
12926     
12927     Also revert "add a declaration to remove a warning"
12928     There's no need to make this function public.
12929     
12930     This reverts commit ce0d4e3a7a5045051980d849700960a78ec78cfb.
12931
12932 commit d88728f6b0e2b37b62832bc09de86205042a9147
12933 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
12934 Date:   Mon Oct 8 09:10:24 2012 +0200
12935
12936     Use binary dir for bindir, and cd to home dir.
12937
12938 commit 6ba53704b9e08e2ad82f008aeec1c8a3f568b3b6
12939 Author: degomme <degomme@debian.localdomain>
12940 Date:   Mon Oct 8 10:23:04 2012 +0200
12941
12942     add a free method for datatypes
12943
12944 commit 7ca4c132b1f3a64287b8c1cc0c8f9822fa761616
12945 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
12946 Date:   Sun Oct 7 17:21:22 2012 +0200
12947
12948     model-checker : forget include ucontext.h for struct smx_ctx_sysv
12949
12950 commit 6bec90694f2c50157a0ca4023ac1ff2383bffe54
12951 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
12952 Date:   Sun Oct 7 14:47:46 2012 +0200
12953
12954     model-checker : test if variable is initialized (warning with optimizations)
12955
12956 commit ae7eb908102a9049410dd066d4a6c521344bac28
12957 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
12958 Date:   Sat Oct 6 20:14:09 2012 +0200
12959
12960     model-checker : ignore differences in data segment of binary due to .plt section
12961
12962 commit cf1a2c1e1319fec0974567e51be83e828ddfc7e4
12963 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
12964 Date:   Sat Oct 6 19:01:04 2012 +0200
12965
12966     model-checker : remove maestro stack from stack comparison
12967
12968 commit 30ddf1eb571e00c6b6e9723d6dc69ce4632471cc
12969 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
12970 Date:   Sat Oct 6 11:26:11 2012 +0200
12971
12972     model-checker : cleanup in mc examples
12973
12974 commit fa94c1ceafe3f3cc43a97b1beb87926ca2648d32
12975 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
12976 Date:   Fri Oct 5 19:26:25 2012 +0200
12977
12978     model-checker : forget to remove unused variables
12979
12980 commit 7c4cc145c41e6f4e0b7841c84d780074a04b6f35
12981 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
12982 Date:   Fri Oct 5 19:12:11 2012 +0200
12983
12984     Get local variables in binary and libsimgrid.so and their values for each system state and compare them for state equality detection (to complete if optimizations are enabled)
12985
12986 commit 991b65d1ab6f9f0b970b700c1f27e8a4f053de7e
12987 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
12988 Date:   Fri Oct 5 13:27:35 2012 +0200
12989
12990     model-checker : remove unused variable with debug mode disabled
12991
12992 commit 3227570daf9d253c6d0a79f3c20c04e50e33146c
12993 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
12994 Date:   Fri Oct 5 13:20:34 2012 +0200
12995
12996     model-checker : extend MC_ignore mechanism for global variables in libsimgrid
12997
12998 commit e61f1a1be7be52324b66e62b0d3477ad8b225e01
12999 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
13000 Date:   Fri Oct 5 11:59:33 2012 +0200
13001
13002     model-checker : display information about variables for comparison of local variables
13003
13004 commit 1bfe3c2c6b4712fe887fb80ef13986de8734da7d
13005 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
13006 Date:   Mon Oct 1 17:23:03 2012 +0200
13007
13008     cosmetics
13009
13010 commit abe361354c941e1725e122f12a1bcce332a5a716
13011 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
13012 Date:   Mon Oct 1 17:08:01 2012 +0200
13013
13014     model-checker : check if a difference detected in stack comparison is a pointer on block or fragment previously free
13015
13016 commit 3f66b3759acbaa15aac6aa9a80a78563031abd74
13017 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
13018 Date:   Sun Sep 30 13:53:59 2012 +0200
13019
13020     model-checker : functions only used in mc_global declared as static and remove unnecessary strdup
13021
13022 commit 10f77426a04dbc7a2fb65738a976a01f3f8ad056
13023 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
13024 Date:   Sun Sep 30 13:50:38 2012 +0200
13025
13026     model-checker : store local variables in raw heap
13027
13028 commit 0a34550b581ecaf512a072082fcdd7481cae1b75
13029 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
13030 Date:   Sun Sep 30 03:14:49 2012 +0200
13031
13032     model-checker : memory free
13033
13034 commit a251a38435f969d41bfdfa468d13324e196d1b9e
13035 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
13036 Date:   Sat Sep 29 23:39:50 2012 +0200
13037
13038     model-checker : double free memory fixed
13039
13040 commit 3ce8390e04369fc85458df13a3718b4bd00b94d3
13041 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
13042 Date:   Sat Sep 29 22:32:21 2012 +0200
13043
13044     model-checker : cosmetics reindent
13045
13046 commit bf667234dc6219eb5ee398d5dca36a3a16ec340f
13047 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
13048 Date:   Sat Sep 29 22:31:04 2012 +0200
13049
13050     model-checker : move functions about snapshot comparison in a separate file mc_compare.c
13051
13052 commit 5ff134b7494ccde579f32d4db4cbf5ea4db0bf3f
13053 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
13054 Date:   Sat Sep 29 22:23:53 2012 +0200
13055
13056     model-checker : take snapshot of stacks (local variables values and stack pointer)
13057
13058 commit a326f3588402d8813b4556d92e9266c9ed10215b
13059 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
13060 Date:   Sat Sep 29 22:20:47 2012 +0200
13061
13062     model-checker : store equality detected in heap comparison if fragment or block numbers are different
13063
13064 commit 5f69a2d25e1b7ad06dac0ab478a7047eebc8eab1
13065 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
13066 Date:   Sat Sep 29 21:58:20 2012 +0200
13067
13068     model-checker : move struct s_smx_ctx_sysv in smx_private.h, needed for stacks comparison
13069
13070 commit 684199641c75ec4ee775b8dda71982e8fe6d3fb8
13071 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
13072 Date:   Thu Sep 27 18:33:31 2012 +0200
13073
13074     model-checker : detect if binary program has been compiled with -g and with optimizations
13075
13076 commit df2fe4fa15d80bf6b15e648aa962d15a2a40a2c7
13077 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
13078 Date:   Thu Sep 27 18:28:14 2012 +0200
13079
13080     model-checker : ignore stack areas in heap comparison algorithm for the comparison of local variables with dwarf
13081
13082 commit 4e60b23928dbe1e46e52ff2a1a6cd7bedf74f7f3
13083 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
13084 Date:   Thu Sep 27 18:08:28 2012 +0200
13085
13086     model-checker : add libunwind in simgrid dependencies
13087
13088 commit 8eb44d6e2b6c63e7a18fe315f00da4dca0957324
13089 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
13090 Date:   Thu Sep 20 10:53:54 2012 +0200
13091
13092     model-checker : previous algorithm for heap comparison, used to compare the results with the last one
13093
13094 commit bc1dc348a31cb198cb91c324063e19a6dd72fd49
13095 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
13096 Date:   Thu Sep 20 10:50:22 2012 +0200
13097
13098     model-checker : print local variables only with debug mode enabled
13099
13100 commit c3a62fa6cb46d329c17e48d2d0b73de787ae94e0
13101 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
13102 Date:   Thu Sep 20 10:43:58 2012 +0200
13103
13104     model-checker : memset forgotten in mmalloc
13105
13106 commit 4ee149975b19d9143b910c54a0916002451598db
13107 Author: degomme <degomme@debian.localdomain>
13108 Date:   Fri Oct 5 17:51:53 2012 +0200
13109
13110     handle sends of several structs in the same message
13111
13112 commit 595f25a34a76a3e467bf1bd12bc8d2ee0e8070e8
13113 Author: degomme <degomme@debian.localdomain>
13114 Date:   Fri Oct 5 12:05:14 2012 +0200
13115
13116     bug with MPI_Type_contiguous
13117
13118 commit ce0d4e3a7a5045051980d849700960a78ec78cfb
13119 Author: degomme <degomme@debian.localdomain>
13120 Date:   Fri Oct 5 11:31:39 2012 +0200
13121
13122     add a declaration to remove a warning
13123
13124 commit 8ef8c31eb854d7dfc9b74deb757c42e682058145
13125 Author: degomme <degomme@debian.localdomain>
13126 Date:   Fri Oct 5 11:14:21 2012 +0200
13127
13128     add more checking to inputs of SMPI functions
13129     warns about too complex datatypes
13130     avoid creating a complex datatype if it is actually contiguous
13131
13132 commit 82fa083e82f59772779da4b8cd2bb993291d1ac5
13133 Author: navarro <navarro@caraja.(none)>
13134 Date:   Fri Oct 5 15:58:49 2012 +0200
13135
13136     Protect from SMPI
13137
13138 commit 5a41e58b0dee843801e27bd395dc8da51fb9bbcc
13139 Author: suter <frederic.suter@cc.in2p3.fr>
13140 Date:   Fri Oct 5 09:12:58 2012 +0200
13141
13142     just bragging :)
13143
13144 commit ad5734ab76c2c430832004e0e3af55a0378e1c5d
13145 Merge: d5fb5a8 150d5c8
13146 Author: jean-noel quintin <jnquintin@dhcp-892b9b4c.ucd.ie>
13147 Date:   Thu Oct 4 16:09:16 2012 +0100
13148
13149     Merge remote-tracking branch 'origin/master'
13150
13151 commit d5fb5a821d7fc68f1327118928ba6861bfe8cc59
13152 Author: jean-noel quintin <jnquintin@dhcp-892b9b4c.ucd.ie>
13153 Date:   Thu Oct 4 16:08:14 2012 +0100
13154
13155     [smpi] reduce the amount of memory used with the detached communication and non-contiguous memory
13156
13157 commit 718c35f5cfc72c1a1c07f2cd2c340087fa329fc1
13158 Author: jean-noel quintin <jnquintin@dhcp-892b9b4c.ucd.ie>
13159 Date:   Thu Oct 4 16:07:23 2012 +0100
13160
13161     [smpi] remove a memory leak linked to the detached communication
13162
13163 commit 150d5c889f5f071ebe2ddcc8c4fcb1335e10707c
13164 Author: degomme <degomme@debian.localdomain>
13165 Date:   Thu Oct 4 13:35:32 2012 +0200
13166
13167     generalize non contiguous send method to other MPI types (hvector, indexed, hindexed, and structs, and add tests for those)
13168
13169 commit 942afaf240138cef3df3744d1431b1b8b04008b7
13170 Author: suter <frederic.suter@cc.in2p3.fr>
13171 Date:   Thu Oct 4 11:57:31 2012 +0200
13172
13173     slight changes in the paje trace
13174
13175 commit b14f6251fae6abcd8bcb1aea76f959278089f297
13176 Author: suter <frederic.suter@cc.in2p3.fr>
13177 Date:   Thu Oct 4 11:15:55 2012 +0200
13178
13179     small improvements to make ctest happy
13180
13181 commit f2d4ca4642f0c617d251ad625dedfe800f001cf4
13182 Author: suter <frederic.suter@cc.in2p3.fr>
13183 Date:   Thu Oct 4 10:52:47 2012 +0200
13184
13185     tell tesh that this test returns -1 and not 0
13186
13187 commit 7ca4b9682ffcde4c99c89d725a86364d638f89c7
13188 Author: suter <frederic.suter@cc.in2p3.fr>
13189 Date:   Thu Oct 4 10:43:44 2012 +0200
13190
13191     add a new simdag/dax test to the memcheck too
13192
13193 commit 8cb5d45bd60ba1b15603024ed6222032b02ff66d
13194 Author: suter <frederic.suter@cc.in2p3.fr>
13195 Date:   Thu Oct 4 10:42:21 2012 +0200
13196
13197     add a new simdag/dax test
13198
13199 commit 164e6042a6fab141062e6c6015b8d49fdb149dfd
13200 Author: suter <frederic.suter@cc.in2p3.fr>
13201 Date:   Thu Oct 4 10:31:29 2012 +0200
13202
13203     add a tesh file for the example of dax loading that works fine
13204
13205 commit aa2fc645f02f951d8ce50b2c3fb075967b42c6aa
13206 Author: suter <frederic.suter@cc.in2p3.fr>
13207 Date:   Thu Oct 4 10:29:34 2012 +0200
13208
13209     modify the test to not die poorly anymore. Just gently exit with an
13210     error message.
13211
13212 commit a5d77e3e8c14cf247311a3aae9c6acffc750978d
13213 Author: suter <frederic.suter@cc.in2p3.fr>
13214 Date:   Thu Oct 4 10:04:44 2012 +0200
13215
13216     add a little dax to make a real test with dax_test
13217
13218 commit 37151c0d4c6efccef4ac99502864f1a7d8fc830b
13219 Merge: b2bd3a0 fc6d940
13220 Author: Martin Quinson <martin.quinson@loria.fr>
13221 Date:   Thu Oct 4 09:55:05 2012 +0200
13222
13223     Merge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid
13224
13225 commit b2bd3a0ed3709caa5b27e26628104e4b11bf8e19
13226 Author: Martin Quinson <martin.quinson@loria.fr>
13227 Date:   Thu Oct 4 08:03:22 2012 +0200
13228
13229     Thank the Jean Noel dream team in the Changelog
13230
13231 commit fc6d940029b26eab087466134f755f2880e8c8d5
13232 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
13233 Date:   Wed Oct 3 23:18:31 2012 +0200
13234
13235     Fix errors about uninitialized variables.
13236     
13237     Not sure if it is correct but it cannot be worse and, at least,
13238     it compiles..
13239
13240 commit e7cdc14647fc01e576c8e820bf51cc96a679be17
13241 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
13242 Date:   Wed Oct 3 16:02:26 2012 +0200
13243
13244     Use xbt_abort instead of abort.
13245     
13246     Maybe this will improve the code coverage analysis.
13247
13248 commit 74e1a7edcb77db92b4f196f697b31c4681b2cedc
13249 Author: Augustin Degomme <degomme@idpann.imag.fr>
13250 Date:   Wed Oct 3 19:16:32 2012 +0200
13251
13252     avoid breaking the shiny new and working functionality from jean-noel
13253
13254 commit 079ddc4f13e231db9688535133d8afc4e8d6fd86
13255 Author: Augustin Degomme <degomme@idpann.imag.fr>
13256 Date:   Wed Oct 3 18:52:01 2012 +0200
13257
13258     remove some warnings
13259
13260 commit 06cfa81658af30df6373bf4cc6766646fec7c9af
13261 Author: Augustin Degomme <degomme@idpann.imag.fr>
13262 Date:   Wed Oct 3 18:24:16 2012 +0200
13263
13264     merge with jean noel's commit
13265
13266 commit 0afab0e550e09d35a4aaaae802c7f2ea17d2b860
13267 Merge: aa64b04 a16415f
13268 Author: jean-noel quintin <jnquintin@dhcp-892b9b4c.ucd.ie>
13269 Date:   Wed Oct 3 16:28:45 2012 +0100
13270
13271     Merge remote-tracking branch 'origin/master'
13272     
13273     Conflicts:
13274         src/smpi/smpi_base.c
13275
13276 commit aa64b0469b0967780beb549867c2907c14525443
13277 Author: jean-noel quintin <jnquintin@dhcp-892b9b4c.ucd.ie>
13278 Date:   Wed Oct 3 16:24:39 2012 +0100
13279
13280     [smpi] add a gestion of non-contignous data
13281
13282 commit a16415ffeee5802d0ed9ea0bf25910eace0aa832
13283 Author: Augustin Degomme <degomme@idpann.imag.fr>
13284 Date:   Tue Oct 2 18:06:29 2012 +0200
13285
13286     add support of MPI_PROC_NULL, correct behavior of waitall and waitsome for some special cases (when some requests are NULL), in order to conform a little more to the MPI standard
13287
13288 commit 50b1967c67a75b08e146f976c08223d9245dc5f5
13289 Author: Augustin Degomme <degomme@idpann.imag.fr>
13290 Date:   Tue Oct 2 13:06:54 2012 +0200
13291
13292     provide Test and Wait functions with a better MPI_STATUS_IGNORE and MPI_REQUEST_NULL handling, as well as returning correct empty statuses when needed
13293     Also add MPI_Testsome support
13294
13295 commit 4937aa0ad4627d301682b278527aef71f2095e55
13296 Merge: 80f4ee5 3a4b061
13297 Author: Jonathan Rouzaud-Cornabas <jonathan.rouzaud-cornabas@ens-lyon.fr>
13298 Date:   Tue Oct 2 15:08:17 2012 +0200
13299
13300     Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid into vmtrace
13301
13302 commit 09a290ffd1439c528f8e09d79d7f6a0f054c498b
13303 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
13304 Date:   Tue Oct 2 14:50:31 2012 +0200
13305
13306     Add missing line in tesh file.
13307
13308 commit 8ef000cc45e9b44a69b739fe0c6451f24b1f1645
13309 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
13310 Date:   Tue Oct 2 14:37:30 2012 +0200
13311
13312     Call __gcov_flush() on abort so that gcda files are correctly written.
13313     
13314     This is obviously only activated with enable_coverage=ON.
13315
13316 commit 862a745f0700f97205f3b67efe2c3cd9a64da74f
13317 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
13318 Date:   Tue Oct 2 11:30:46 2012 +0200
13319
13320     Mark as volatile variables that "might be clobbered by â€˜longjmp’ or â€˜vfork’".
13321
13322 commit 1135b9073122e9e978cdbfec9751b5c5cedd5a67
13323 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
13324 Date:   Tue Oct 2 10:45:18 2012 +0200
13325
13326     Use atexit to call xbt_postexit.
13327
13328 commit 3a4b0619b7ea56a08980be9a7c40c9a535f82e73
13329 Author: Martin Quinson <martin.quinson@loria.fr>
13330 Date:   Tue Oct 2 11:51:38 2012 +0200
13331
13332     Do not kill all processes when MSG shuts down: simix will cleanup anyway
13333     
13334     Plus, it broke Java since this function is now called using atexit(),
13335     and it seems that in Java, the thread running these functions is not
13336     maestro. So our mechanism was trying to fire a simcall from this
13337     thread, which is a Java system thread that is unknown from SimGrid.
13338     
13339     As a result, the JVM was segfaulting when exiting.
13340
13341 commit 7b8ca7679da01dbd36e751c62e393640a6f3fbba
13342 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
13343 Date:   Tue Oct 2 10:01:09 2012 +0200
13344
13345     Increase version.
13346
13347 commit 830b5c4bc694ade087c43f39015faa9065795630
13348 Author: Martin Quinson <martin.quinson@loria.fr>
13349 Date:   Tue Oct 2 10:37:15 2012 +0200
13350
13351     Deprecate MSG_clean
13352
13353 commit c638be6dc32fcc564b10fdc66269f0e98e66d844
13354 Author: Martin Quinson <martin.quinson@loria.fr>
13355 Date:   Tue Oct 2 10:24:59 2012 +0200
13356
13357     fix the tests by refreshing the tesh files (one line displaying the factory used got added)
13358
13359 commit 812716e4be0bbef239a1c53fcecbf8e0cc2c068e
13360 Author: Martin Quinson <martin.quinson@loria.fr>
13361 Date:   Tue Oct 2 10:13:09 2012 +0200
13362
13363     Deprecate Msg.clean()
13364
13365 commit cbe8c21df78eb20ffd36c0bac250685f490244c5
13366 Author: Martin Quinson <martin.quinson@loria.fr>
13367 Date:   Tue Oct 2 10:09:45 2012 +0200
13368
13369     cosmetics in the ChangeLog
13370
13371 commit 821e14387201136b86389d5ea0bdc6c2fb4f0b10
13372 Author: Martin Quinson <martin.quinson@loria.fr>
13373 Date:   Tue Oct 2 09:32:36 2012 +0200
13374
13375     Ensures that SIMIX_clean is called automatically
13376
13377 commit 93127ef7ecd968f9c6e8ff28b674d4931a60dc23
13378 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
13379 Date:   Thu Sep 27 16:17:51 2012 +0200
13380
13381     Fix paths for test smpi-replay in out-of-source builds.
13382
13383 commit 016537ed6ffc6d6ccc101362e3e706be1274e4d3
13384 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
13385 Date:   Thu Sep 27 16:17:27 2012 +0200
13386
13387     Fix paths for test simdag-test-fail in out-of-source builds.
13388
13389 commit 033f30665c1a03c2159357888363e927e9837041
13390 Author: Augustin Degomme <degomme@idpann.imag.fr>
13391 Date:   Mon Oct 1 12:51:56 2012 +0200
13392
13393     fix bug in smpi tracing for wait
13394
13395 commit 80f4ee5ded92a8c021ef342cf6759242ab9479c4
13396 Merge: 56fd6af ed9fcf8
13397 Author: Jonathan Rouzaud-Cornabas <jonathan.rouzaud-cornabas@ens-lyon.fr>
13398 Date:   Mon Oct 1 10:19:28 2012 +0200
13399
13400     Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid into vmtrace
13401
13402 commit ed9fcf86d5ab817df2db7d4a3fb3c3d356d31aeb
13403 Author: Augustin Degomme <degomme@idpann.imag.fr>
13404 Date:   Fri Sep 28 11:17:51 2012 +0200
13405
13406     update the smpi replay tesh file again, as the problems with bandwidth and latency factors are now fixed
13407
13408 commit 8871534e4f98d5c445ddc05f124a7513605f40dd
13409 Author: Augustin Degomme <degomme@idpann.imag.fr>
13410 Date:   Fri Sep 28 10:05:21 2012 +0200
13411
13412     changes the way smpi tracing handles process ranks, to be able to use subgroups
13413
13414 commit e2ca0637b19f1f957609d27280def599965f085b
13415 Author: Augustin Degomme <degomme@idpann.imag.fr>
13416 Date:   Fri Sep 28 10:04:38 2012 +0200
13417
13418     various fixes for probing/testing
13419
13420 commit b8499b4e69b3f71613c9b57f46a46a4120709a52
13421 Author: Augustin Degomme <degomme@idpann.imag.fr>
13422 Date:   Fri Sep 28 10:01:36 2012 +0200
13423
13424     add support of a function (necessary to conceptual)
13425
13426 commit 56fd6af5b42030d3b9e5ef6fc5f3632961a9db90
13427 Merge: b05a0ed 221538a
13428 Author: Jonathan Rouzaud-Cornabas <jonathan.rouzaud-cornabas@ens-lyon.fr>
13429 Date:   Thu Sep 27 14:04:15 2012 +0200
13430
13431     Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid into vmtrace
13432
13433 commit 221538a27f21e52c182ae7fcc08c78c1175395b9
13434 Merge: e9048ff 21b1663
13435 Author: Martin Quinson <martin.quinson@loria.fr>
13436 Date:   Thu Sep 27 13:45:46 2012 +0200
13437
13438     Merge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid
13439
13440 commit e9048ff306ad4123f9384a2471aacb51b3c13dc1
13441 Author: Martin Quinson <martin.quinson@loria.fr>
13442 Date:   Thu Sep 27 13:43:03 2012 +0200
13443
13444     update this code so that it matches my thesis document
13445
13446 commit 43263cd53bb486f2c88f8ea7b35875d679c94fb6
13447 Author: Martin Quinson <martin.quinson@loria.fr>
13448 Date:   Thu Sep 27 13:41:01 2012 +0200
13449
13450     do not do useless and potentially harmful debug messages in datadesc_postexit
13451     
13452     It may happen that xbt_log already exited at this point, leading to
13453     erratic segfaults. At least we saw such behavior with the coroutine
13454     factory of the Java world, where MSG_process_get_pid was segfaulting
13455     when called from here.
13456     
13457     Better safe than sorry.
13458
13459 commit 26a8af5df5398c71bffa5ef6e7675c2d28844dce
13460 Author: Martin Quinson <martin.quinson@loria.fr>
13461 Date:   Thu Sep 27 13:39:59 2012 +0200
13462
13463     improve a tiny bit the doc
13464
13465 commit a502d5fb8c88cf5bcc86f16845ea346620161eac
13466 Author: jean-noel quintin <jnquintin@dhcp-892b9bdf.ucd.ie>
13467 Date:   Thu Sep 27 12:17:05 2012 +0100
13468
13469     [beginning smpi non contignous]
13470
13471 commit 21b1663cbbd55aa4635fead639a6679f0c83c823
13472 Author: Augustin Degomme <degomme@idpann.imag.fr>
13473 Date:   Thu Sep 27 12:47:07 2012 +0200
13474
13475     yet another correction for those factors, hope this is the last one ..
13476
13477 commit de828201207665c7bc43eb15c72d21d1fd609d68
13478 Author: Augustin Degomme <degomme@idpann.imag.fr>
13479 Date:   Thu Sep 27 12:21:42 2012 +0200
13480
13481     yet another correction for those factors, hope this is the last one ..
13482
13483 commit cc67df97c8f3d71f7903883554738375d899f6b6
13484 Author: Martin Quinson <martin.quinson@loria.fr>
13485 Date:   Thu Sep 27 10:09:51 2012 +0200
13486
13487     Ease the installation of coroutines
13488      - get the code displaying which version is installed
13489      - update the doc since my first compilation attempt failed, so
13490        document the trap that got me stuck
13491
13492 commit 3d94612c68def9c6d9d1fddb5ab69411a189540e
13493 Author: Augustin Degomme <degomme@idpann.imag.fr>
13494 Date:   Thu Sep 27 10:53:39 2012 +0200
13495
13496     the smpi factor parsing was still returning wrong values
13497
13498 commit 80edbe9330e30d868dc0760b3f4b841dad751c42
13499 Author: Martin Quinson <martin.quinson@loria.fr>
13500 Date:   Thu Sep 27 08:53:12 2012 +0200
13501
13502     managed to fetch the sources to test myself, so update the HOWTO
13503
13504 commit b05a0ed4f5fb7b81f96777af37b8f7fc5a4bf160
13505 Merge: d9e1bca e2a302e
13506 Author: Jonathan Rouzaud-Cornabas <jonathan.rouzaud-cornabas@ens-lyon.fr>
13507 Date:   Thu Sep 27 08:07:29 2012 +0200
13508
13509     Merge conflicts in instr_routing.c
13510
13511 commit 2a1ad9ce504c7125b01671e95bcff568868fbd88
13512 Author: Martin Quinson <martin.quinson@loria.fr>
13513 Date:   Thu Sep 27 00:55:08 2012 +0200
13514
13515     point to the coroutines documentation from the Ad error message
13516
13517 commit 792ebdeca065d4cafc1e49a1e6748571f53412da
13518 Author: Martin Quinson <martin.quinson@loria.fr>
13519 Date:   Thu Sep 27 00:52:15 2012 +0200
13520
13521     include the documentation from Jonathan (a bit updated by me, but network down; cannot test it all)
13522
13523 commit dbeadedd0671b3632be1b6bf4791837569d5e33f
13524 Author: Martin Quinson <martin.quinson@loria.fr>
13525 Date:   Wed Sep 26 23:39:09 2012 +0200
13526
13527     reindent
13528
13529 commit e2a302e032194770731e6393c4f9ac6a64eed7d8
13530 Author: suter <frederic.suter@cc.in2p3.fr>
13531 Date:   Wed Sep 26 17:21:43 2012 +0200
13532
13533     mention last commits
13534
13535 commit 965300718c22a2ee301e2868909978be12b82605
13536 Author: suter <frederic.suter@cc.in2p3.fr>
13537 Date:   Wed Sep 26 15:13:15 2012 +0200
13538
13539     revalidate tesh file after Augustin's commit
13540
13541 commit dc833e628c07ce15915c7ef679a25873e7abeea7
13542 Author: suter <frederic.suter@cc.in2p3.fr>
13543 Date:   Wed Sep 26 14:59:46 2012 +0200
13544
13545     moved to examples/smpi/replay/replay.c
13546
13547 commit 1a09a82ec938719715d6df53b2a4de8b8c6643d5
13548 Author: suter <frederic.suter@cc.in2p3.fr>
13549 Date:   Wed Sep 26 14:59:05 2012 +0200
13550
13551     add smpi-replay to the SMPI+Tracing part of the test suite
13552
13553 commit 168f2a3a28aa6d77c13311648fc6ab972646b923
13554 Author: suter <frederic.suter@cc.in2p3.fr>
13555 Date:   Wed Sep 26 14:46:40 2012 +0200
13556
13557     add a tesh file for trace replay with SMPI
13558     Three tests are performed
13559     * single trace
13560     * single trace with tracing
13561     * multiple traces (one per process)
13562
13563 commit b63361f588a34e4ed50a7af81136fbaaa364289b
13564 Author: suter <frederic.suter@cc.in2p3.fr>
13565 Date:   Wed Sep 26 14:38:58 2012 +0200
13566
13567     instrument broadcast and reduce actions too
13568
13569 commit bc9e75b689512a9a99f03bfecd2f40d150f303d9
13570 Author: suter <frederic.suter@cc.in2p3.fr>
13571 Date:   Wed Sep 26 14:33:22 2012 +0200
13572
13573     slight modifications to make things work
13574
13575 commit b2b5ce8164c9ca7475b4c33c70f814d6d4dbf1f2
13576 Author: suter <frederic.suter@cc.in2p3.fr>
13577 Date:   Wed Sep 26 11:25:44 2012 +0200
13578
13579     What? give the same name to the directory and the executable file isn't
13580     a good idea ? Come on ...
13581
13582 commit e143ece806a1db1f8f8450b6bb9a25ef025822b1
13583 Author: suter <frederic.suter@cc.in2p3.fr>
13584 Date:   Wed Sep 26 11:20:41 2012 +0200
13585
13586     update the CMake file
13587
13588 commit 1e89a349ae8b2594c2ae7a10fb2b3781ae02a934
13589 Author: suter <frederic.suter@cc.in2p3.fr>
13590 Date:   Wed Sep 26 11:20:19 2012 +0200
13591
13592     add files to test trace replay with smpi
13593
13594 commit 782cd664a24283113af99c819c6a63283d98f01a
13595 Author: suter <frederic.suter@cc.in2p3.fr>
13596 Date:   Wed Sep 26 11:17:46 2012 +0200
13597
13598     put the replay stuff in its own directory
13599
13600 commit 2c4b9b084f2dfb0b9e34bee11e1bc012ea13ad95
13601 Author: Augustin Degomme <degomme@idpann.imag.fr>
13602 Date:   Wed Sep 26 14:54:42 2012 +0200
13603
13604     sort latency and bandwidth value submitted in config files for smpi, before using them (If the user did provide them sorted from bigger to smaller sizes, only the first and biggest value was being used)
13605
13606 commit a5196f59e05d8e710366cb66463d29260a8d4926
13607 Author: Augustin Degomme <degomme@idpann.imag.fr>
13608 Date:   Tue Sep 25 18:23:39 2012 +0200
13609
13610     add MPI_BOTTOM definition (needed by AMG benchmark)
13611
13612 commit c126fdf651057c849b4614da3fdd76a64d9c0036
13613 Author: Augustin Degomme <degomme@idpann.imag.fr>
13614 Date:   Tue Sep 25 14:56:36 2012 +0200
13615
13616     MPI_Address didn't return MPI_SUCCESS on success
13617
13618 commit 49f2cf9f751a29166627ac2d8f1e996abb4ab5e4
13619 Author: suter <frederic.suter@cc.in2p3.fr>
13620 Date:   Tue Sep 25 16:28:36 2012 +0200
13621
13622     add the sd_fail test to the others
13623
13624 commit 740945c3205a47dc66b0a8feea153b65fc97bde9
13625 Author: suter <frederic.suter@cc.in2p3.fr>
13626 Date:   Tue Sep 25 16:24:04 2012 +0200
13627
13628     add a tesh file for sd_fail
13629
13630 commit 57d3bc5126fa2e627540ecb8ddb222f81a071b3d
13631 Author: suter <frederic.suter@cc.in2p3.fr>
13632 Date:   Tue Sep 25 16:14:40 2012 +0200
13633
13634     circumvent the fact that if you let the simulation runs, trace events
13635     are chomped once for all. However, if watch points are added, everything
13636     is fine.
13637
13638 commit d2f1cdeae9918240b1f843daf9f80c0f318ee180
13639 Author: suter <frederic.suter@cc.in2p3.fr>
13640 Date:   Tue Sep 25 15:25:33 2012 +0200
13641
13642     extend the availability trace for the second part of the sd_fail test.
13643
13644 commit 54b94f9670b0fbf266af0f174ada8a6ae51d1dc6
13645 Author: suter <frederic.suter@cc.in2p3.fr>
13646 Date:   Tue Sep 25 15:24:54 2012 +0200
13647
13648     test works fine with typed tasks. Add extra testing for parallel task
13649     (scheduled on one host), but there is something strange happening ...
13650
13651 commit 9ad287798b010fb71a233c26966f1ee902e0ee14
13652 Author: suter <frederic.suter@cc.in2p3.fr>
13653 Date:   Tue Sep 25 15:22:42 2012 +0200
13654
13655     solve bug on FAILED tasks that are rescheduled
13656     seems to have raised another bug ...
13657
13658 commit 442df63e14120f593cfc8ad587302268ecdd5019
13659 Author: suter <frederic.suter@cc.in2p3.fr>
13660 Date:   Tue Sep 25 11:47:49 2012 +0200
13661
13662     add a stupid set/get test (wasn't covered)
13663
13664 commit 6c852fa2bab419ab0a7db189667ebf4f4a57ca8a
13665 Author: navarro <navarro@caraja.(none)>
13666 Date:   Tue Sep 25 14:26:55 2012 +0200
13667
13668     We need to have this function public for ruby binding
13669
13670 commit f3530c5f195681fb2baac1dfaa36a92eff3d6fc1
13671 Author: Augustin Degomme <degomme@idpann.imag.fr>
13672 Date:   Fri Sep 21 18:07:08 2012 +0200
13673
13674     Add support for various MPI_Type functions, to handle creation of new MPI types
13675
13676 commit 042da1ec5ed4dca6d4065c1016f46fbea2e7abe1
13677 Author: Augustin Degomme <degomme@idpann.imag.fr>
13678 Date:   Fri Sep 21 12:34:55 2012 +0200
13679
13680     change the behavior of mpi_testall to loop over mpi_test and no longer mpi_testany.
13681
13682 commit 4d9370faea9fdff22188cf32f2488b89b2bb4472
13683 Author: Augustin Degomme <degomme@idpann.imag.fr>
13684 Date:   Fri Sep 21 12:26:35 2012 +0200
13685
13686     really remove the previously commented code
13687
13688 commit b75818ac32c18c4a2c6d5a28dd3da7f2ca19a5c1
13689 Author: schnorr <Lucas.Schnorr@imag.fr>
13690 Date:   Fri Sep 21 12:48:41 2012 +0200
13691
13692     [trace] save/restore previous state when pause/resume tracing
13693
13694 commit 7377f33250a1b07ca6b0883d53d10442dd533a06
13695 Author: Augustin Degomme <degomme@idpann.imag.fr>
13696 Date:   Thu Sep 20 19:54:24 2012 +0200
13697
13698     add support of MPI_Testall
13699
13700 commit a838f0478afad51d7d1c956c49cc5a998723ebab
13701 Author: Augustin Degomme <degomme@idpann.imag.fr>
13702 Date:   Thu Sep 20 19:19:03 2012 +0200
13703
13704     forgot a declaration, and two others were removed by mistake
13705
13706 commit da628f6715939d8b66842c68b49a245f0d69c0fb
13707 Author: Augustin Degomme <degomme@idpann.imag.fr>
13708 Date:   Thu Sep 20 19:02:15 2012 +0200
13709
13710     I thought I had done this one a long time ago. Deactivate sender_gap aggregation.
13711
13712 commit a83e3dd155df9679cc126d8baf773fbad558200f
13713 Author: Augustin Degomme <degomme@idpann.imag.fr>
13714 Date:   Thu Sep 20 19:01:20 2012 +0200
13715
13716     get the right sender for tracing, because it might not be known if MPI_ANY_SOURCE is used as sender
13717
13718 commit 15220d2486268d4eac7e25aac434a9139fb2a187
13719 Author: Augustin Degomme <degomme@idpann.imag.fr>
13720 Date:   Thu Sep 20 19:00:19 2012 +0200
13721
13722     add MPI_Probe and MPI_Iprobe support, and better handling of the MPI_Status structure, which will need more testing
13723
13724 commit 45d5c1bb8e65df9d0fbaa259ffeabdf49cf9fbe4
13725 Author: schnorr <Lucas.Schnorr@imag.fr>
13726 Date:   Wed Sep 19 17:24:21 2012 +0200
13727
13728     [trace] give users the possibility to pause/resume all tracing activities
13729
13730 commit 62415300ce33513264c6a98744b69458a0b17afe
13731 Author: schnorr <Lucas.Schnorr@imag.fr>
13732 Date:   Wed Sep 19 16:48:20 2012 +0200
13733
13734     typos
13735
13736 commit 0a004a244f170c5ce7d077a174884ff1b4d14503
13737 Author: schnorr <Lucas.Schnorr@imag.fr>
13738 Date:   Wed Sep 19 15:21:35 2012 +0200
13739
13740     [trace] factorize + cosmetics + debug messages
13741     
13742     Use this to understand how the graph is extracted from a platform file:
13743     --log=instr_routing.thres:debug
13744
13745 commit ac084ac723b5fea313ac373551a5f39367c84a2d
13746 Author: Augustin Degomme <degomme@idpann.imag.fr>
13747 Date:   Wed Sep 19 15:24:06 2012 +0200
13748
13749     add the MPI_Wtick function to smpi to allow compilation with IRS benchmark (returns the value of the maxmin/precision parameter)
13750
13751 commit b00e4794c073855ab40697e9ec648c6a67f013e9
13752 Author: suter <frederic.suter@cc.in2p3.fr>
13753 Date:   Tue Sep 18 21:41:07 2012 +0200
13754
13755     Doesn't see why MSG_get_host_number should be deprecated.
13756
13757 commit 784572a76e39c6c96db202387abe118658465d73
13758 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
13759 Date:   Tue Sep 18 19:05:59 2012 +0200
13760
13761     model-checker : first part to retrieve local variables of the application with dwarfdump
13762
13763 commit 2b32ae3f9b6b6e55062991921ba4b7f1af126f6a
13764 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
13765 Date:   Thu Sep 13 13:55:25 2012 +0200
13766
13767     model-checker : remove unused variable
13768
13769 commit ea633221fff7c6306ba493f3bd7f6418789c95fd
13770 Author: navarro <navarro@caraja.(none)>
13771 Date:   Mon Sep 17 10:56:28 2012 +0200
13772
13773     Oups use the right value
13774
13775 commit 7c408ffb3954d4624ef1cef162348f811c5e5405
13776 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
13777 Date:   Mon Sep 17 10:08:45 2012 +0200
13778
13779     Move instruction at proper place.
13780     
13781     This instruction was wrongly displaced by commit 98897032e770b9a1437d6aa5820fb448e71bd224
13782     (add an immediate asynchronous send possibility for messages [...]), leading some
13783     simulations to failure.
13784     
13785     One such example is "chord" with large platforms (cluster with 10000+ hosts).
13786
13787 commit 9c8be72b2f1b45b0312d03af65e386bae29a1f8e
13788 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
13789 Date:   Fri Sep 14 21:18:22 2012 +0200
13790
13791     Q&D reindent.
13792
13793 commit 843bda6c658a206ebd22778a0576f101782bcfe9
13794 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
13795 Date:   Thu Sep 13 14:57:18 2012 +0200
13796
13797     Avoid to dereference a null pointer with --log=surf_route.thres:debug.
13798
13799 commit 8d6b29db2092ae5c988eaac17ba81271d6fc3594
13800 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
13801 Date:   Thu Sep 13 14:56:50 2012 +0200
13802
13803     Use latest flexml for maintainer files.
13804
13805 commit d4acb255600678b883513095b1da5a68a3943155
13806 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
13807 Date:   Thu Sep 13 14:54:27 2012 +0200
13808
13809     Regenerated memcheck_tests.cmake.
13810
13811 commit f8b695bfe0ee01d0295c3e5caddf496e7801918a
13812 Author: schnorr <Lucas.Schnorr@imag.fr>
13813 Date:   Fri Sep 14 10:26:19 2012 +0200
13814
13815     [trace] stress the importance of using comments on main options file
13816
13817 commit d93424cdce82c0a94dc3e19867ae4459f144726d
13818 Author: schnorr <Lucas.Schnorr@imag.fr>
13819 Date:   Fri Sep 14 10:26:00 2012 +0200
13820
13821     [trace] documentation for new tracing options (comment, comment_file)
13822
13823 commit 5fe3aa3c457ac39a2ece180ad3bc37141149eb4c
13824 Author: schnorr <Lucas.Schnorr@imag.fr>
13825 Date:   Fri Sep 14 10:25:41 2012 +0200
13826
13827     [trace] missing documentation for tracing/basic option
13828
13829 commit f181a5bffa0fb59713da3afd645774f31fa8532d
13830 Author: schnorr <Lucas.Schnorr@imag.fr>
13831 Date:   Fri Sep 14 10:09:39 2012 +0200
13832
13833     [trace] update tesh'es to contain simgrid version that generated them
13834
13835 commit 11352dc3ddb22ac0537039ce4345e3af5e106d7b
13836 Author: schnorr <Lucas.Schnorr@imag.fr>
13837 Date:   Fri Sep 14 10:07:17 2012 +0200
13838
13839     Revert "[trace] remove version, otherwise we'll have to updates tesh'es at every release"
13840     
13841     This reverts commit b4a1edc6568563a179fc1177a36421094d0bf6ac.
13842
13843 commit 517bb242e502e60fe3a0873329ee6cb6841b3e28
13844 Author: schnorr <Lucas.Schnorr@imag.fr>
13845 Date:   Fri Sep 14 00:24:19 2012 +0200
13846
13847     [trace] update tesh'es
13848
13849 commit b4a1edc6568563a179fc1177a36421094d0bf6ac
13850 Author: schnorr <Lucas.Schnorr@imag.fr>
13851 Date:   Fri Sep 14 00:23:00 2012 +0200
13852
13853     [trace] remove version, otherwise we'll have to updates tesh'es at every release
13854     
13855     and use active voice
13856
13857 commit 2367c53c4f94508696a2bd8b6ffcb46acc0e2167
13858 Author: schnorr <Lucas.Schnorr@imag.fr>
13859 Date:   Fri Sep 14 00:18:17 2012 +0200
13860
13861     [trace] reflect new tracing options in smpirun script
13862
13863 commit 5df5f1842ce179dc210b87f054ec6fec05b5550e
13864 Author: schnorr <Lucas.Schnorr@imag.fr>
13865 Date:   Fri Sep 14 00:17:19 2012 +0200
13866
13867     cosmetics
13868
13869 commit 8ff5bf2dd1f24171fdfeee8bca4853bed5878c98
13870 Author: schnorr <Lucas.Schnorr@imag.fr>
13871 Date:   Fri Sep 14 00:10:02 2012 +0200
13872
13873     [trace] dumping comment and comment_file to trace files when requested
13874
13875 commit 02e35983acf2c6a01eb1ae453702b673b1a11385
13876 Author: schnorr <Lucas.Schnorr@imag.fr>
13877 Date:   Fri Sep 14 00:09:41 2012 +0200
13878
13879     fix, removing tabs
13880
13881 commit fd317f3cbf1cafcd1eeb4841b9a4b22d0dc81a0b
13882 Author: schnorr <Lucas.Schnorr@imag.fr>
13883 Date:   Thu Sep 13 23:53:06 2012 +0200
13884
13885     [trace] new tracing options to add comments to trace files
13886
13887 commit e49b9e331f2c2e48833481187ff5c06074a10e6a
13888 Author: schnorr <Lucas.Schnorr@imag.fr>
13889 Date:   Thu Sep 13 23:47:51 2012 +0200
13890
13891     fix: missing undef
13892
13893 commit 192aac4aa32fa4b2e4e298dc2a79f33a98aa831c
13894 Author: Augustin Degomme <degomme@idpann.imag.fr>
13895 Date:   Thu Sep 13 09:50:11 2012 +0200
13896
13897     fix a compilation warning/error in MSG_task_isend_with_matching instrumentation
13898
13899 commit a8904cce833688900dcef6f8a753ee47a9d81e22
13900 Author: schnorr <Lucas.Schnorr@imag.fr>
13901 Date:   Wed Sep 12 17:24:18 2012 +0200
13902
13903     [trace] instrumentation of MSG_task_isend_with_matching
13904     
13905     details:
13906     - tracing only works for asynchronous messaging on sender side for now
13907     - let us know if you need to trace a simulation with asynchronous messaging on the receiver side
13908
13909 commit 50a4650c665b1f5e31b839b112229f155d956c87
13910 Author: schnorr <Lucas.Schnorr@imag.fr>
13911 Date:   Wed Sep 12 17:03:13 2012 +0200
13912
13913     [trace] instrumenting MSG_task_dsend
13914
13915 commit 9e5e63d57ab1cfd5b17474ad297f722e48af6175
13916 Author: suter <frederic.suter@cc.in2p3.fr>
13917 Date:   Tue Sep 11 18:21:10 2012 +0200
13918
13919     add tracing for the trace replay tool. produces a trace, have to
13920     visualize it now.
13921
13922 commit 6955415f1de4021a390477475776e9e83f96c904
13923 Author: navarro <navarro@caraja.(none)>
13924 Date:   Tue Sep 11 14:14:12 2012 +0200
13925
13926     Update file example for ls command
13927
13928 commit 089f7e843d3f07571c398fb880550fdc6ff3c8e1
13929 Author: navarro <navarro@caraja.(none)>
13930 Date:   Tue Sep 11 14:03:31 2012 +0200
13931
13932     Add a function ls to storage
13933
13934 commit 154ab07f9852a1567ef5772567b59c7c785d6710
13935 Author: suter <frederic.suter@cc.in2p3.fr>
13936 Date:   Mon Sep 10 14:27:06 2012 +0200
13937
13938     don't need to synchronize processes anymore
13939
13940 commit 314b2e25658d9095af2370d20246143eb905a49c
13941 Author: suter <frederic.suter@cc.in2p3.fr>
13942 Date:   Mon Sep 10 11:02:16 2012 +0200
13943
13944     slight change in the example that lauchs everything
13945
13946 commit 7e0b698c2cc09a28687fd9eb216a8ba1dc8aad74
13947 Author: suter <frederic.suter@cc.in2p3.fr>
13948 Date:   Mon Sep 10 11:01:04 2012 +0200
13949
13950     functional implementation of trace replay on top of SMPI.
13951     Major modifications required in the input traces:
13952     * get rid off the "p" before the rank of the process (it was useless
13953     BTW)
13954     * add the message size to the recv actions (simplify a lot of thing, and
13955     we can get it easily from the TAU traces)
13956
13957 commit d37b09424c4b4e8d5b59c575b5b1b3d1b7c252ee
13958 Author: suter <frederic.suter@cc.in2p3.fr>
13959 Date:   Mon Sep 10 10:58:13 2012 +0200
13960
13961     add some test to not perform some memcpy. Mandatory for trace replay on
13962     top of SMPI. We don't care about data, so the send and recv buffers are
13963     always NULL. memcpy doesn't like that at all.
13964
13965 commit 314c9fa43671d6a8aef02d34aacc3deb1a772ff1
13966 Author: suter <frederic.suter@cc.in2p3.fr>
13967 Date:   Mon Sep 10 10:56:33 2012 +0200
13968
13969     add a getter to user data attached to a smpi_process
13970
13971 commit 681d053ca5d77d4576a94adba6f68358fb31f976
13972 Author: suter <frederic.suter@cc.in2p3.fr>
13973 Date:   Mon Sep 10 10:55:50 2012 +0200
13974
13975     add a getter on user data attached to a smpi_process
13976
13977 commit fcd1a1c2621f6d91150cc1e5e01e6ef929aeea64
13978 Author: suter <frederic.suter@cc.in2p3.fr>
13979 Date:   Thu Sep 6 16:16:14 2012 +0200
13980
13981     attach time-independent traces to processes when the executable is
13982     called replay. It takes only one argument that is a file listing the
13983     traces to attach. If there is only one trace in this file, all the
13984     processes try to find their own actions in it. Otherwise, they have
13985     their own trace to read.
13986
13987 commit a0e18ab8a901fa8d4e05a0dd545c8e1bb94357f1
13988 Author: suter <frederic.suter@cc.in2p3.fr>
13989 Date:   Thu Aug 23 16:04:45 2012 +0200
13990
13991     doxygen correction: SD_READY state doesn't exist anymore, replaced by
13992     SD_SCHEDULABLE.
13993
13994 commit de631947b5a347fdc527892f5af632f4d0e6e79a
13995 Author: suter <frederic.suter@cc.in2p3.fr>
13996 Date:   Thu Jul 12 17:17:16 2012 +0200
13997
13998     add a field to attach user data to a smpi process and the associate set
13999     function
14000
14001 commit 3a57ba0c4456d7138d2a823d1c53629c598286bf
14002 Author: navarro <navarro@caraja.(none)>
14003 Date:   Thu Sep 6 16:06:51 2012 +0200
14004
14005     Add a simcall for as and router property
14006
14007 commit eb45199603c7ab5afe3b2a5df3c2bd56254974f8
14008 Author: navarro <navarro@caraja.(none)>
14009 Date:   Thu Sep 6 15:43:39 2012 +0200
14010
14011     Add 3 msg functions to get and modify property of an AS or router
14012
14013 commit 7f33377240ba1d62c648e480ca94be6298cdf8a4
14014 Author: navarro <navarro@caraja.(none)>
14015 Date:   Thu Sep 6 15:29:37 2012 +0200
14016
14017     Cosmetics. (Forgot from a previous renaming)
14018
14019 commit c215f8139368ac8b172ad664c05d4f2b4211a961
14020 Author: navarro <navarro@caraja.(none)>
14021 Date:   Thu Sep 6 15:28:40 2012 +0200
14022
14023     Finalize properties on AS.
14024
14025 commit 7e082217ec28452a0f8fdb0207d8792f0b0932dc
14026 Author: navarro <navarro@caraja.(none)>
14027 Date:   Mon Sep 3 13:29:29 2012 +0200
14028
14029     Add properties to AS structure (Not work for now) and use SG_PLATF_AS_INITIALIZER
14030
14031 commit 4df273f15273f959fc9e6ed69d2bf5e607ec9bf7
14032 Author: Jonathan Rouzaud-Cornabas <jonathan.rouzaud-cornabas@ens-lyon.fr>
14033 Date:   Thu Aug 30 15:14:39 2012 +0200
14034
14035     Fix the masterslave example
14036
14037 commit c91ef27d4ac7ac51bf0cd804ba3cb75d5b8a3ece
14038 Author: navarro <navarro@caraja.(none)>
14039 Date:   Wed Aug 29 12:11:56 2012 +0200
14040
14041     Oups, take the information in the argument structure.
14042
14043 commit 49d68f79d21aa4690252c88c7f83801a8141fff4
14044 Author: navarro <navarro@caraja.(none)>
14045 Date:   Wed Aug 29 12:10:43 2012 +0200
14046
14047     Rewrite the init of bypass mecanism (tks Martin;)
14048
14049 commit 66f9d7f18e9a5f08bbcc381381283895ab6a0a89
14050 Author: navarro <navarro@caraja.(none)>
14051 Date:   Tue Aug 28 14:51:46 2012 +0200
14052
14053     Completely remove route_t and replace by sg_platf_route_cbarg_t.
14054
14055 commit 146af226580d45710f7f242223ea795570a2a738
14056 Author: schnorr <Lucas.Schnorr@imag.fr>
14057 Date:   Wed Aug 22 23:39:39 2012 +0200
14058
14059     [trace] avoiding key clashes on paje links
14060
14061 commit 24363eaddacccb97185f7d07c847a1110b29b322
14062 Author: schnorr <Lucas.Schnorr@imag.fr>
14063 Date:   Wed Aug 22 23:32:10 2012 +0200
14064
14065     [trace] only fixing some tesh'es, paje header has changed
14066
14067 commit 69c87d12440d1da58572440085f4b686d566fbf4
14068 Author: Augustin Degomme <degomme@idpann.imag.fr>
14069 Date:   Tue Aug 21 18:11:43 2012 +0200
14070
14071     add a little sed script to convert a paje trace (generated with basic smpi flag) into a vite-readable paje trace
14072
14073 commit d13e7abaed40c4572fd65a8833d39789bd87f8d1
14074 Author: Augustin Degomme <degomme@idpann.imag.fr>
14075 Date:   Tue Aug 21 18:10:50 2012 +0200
14076
14077     forgot to add color for computing in previous commit
14078
14079 commit ceb3131573dfc102de3b1fd06f1963a75de8e0be
14080 Author: schnorr <Lucas.Schnorr@imag.fr>
14081 Date:   Tue Aug 21 15:37:37 2012 +0200
14082
14083     [trace] color fields must have type 'color'
14084
14085 commit 7883b22e4ba18c71da8c10682ba760ce56489bbc
14086 Author: Augustin Degomme <degomme@idpann.imag.fr>
14087 Date:   Tue Aug 21 15:26:57 2012 +0200
14088
14089     add option to generate states for code outside smpi to allow computation timing (not completely accurate as some smpi calls are not traced yet)
14090
14091 commit 6edd98218de9a7958d1f1a4396a2d460eac2593a
14092 Merge: b32b9b1 2f461f5
14093 Author: jean-noel quintin <jnquintin@dhcp-892b9b64.ucd.ie>
14094 Date:   Tue Aug 21 11:51:04 2012 +0100
14095
14096     Merge remote-tracking branch 'origin/master'
14097
14098 commit b32b9b19e63ce9302c4d48657ac9d1aff0db041f
14099 Author: jean-noel quintin <jnquintin@dhcp-892b9b64.ucd.ie>
14100 Date:   Tue Aug 21 11:46:15 2012 +0100
14101
14102     [smpi,simix-network] remove a useless function
14103
14104 commit 2f461f55336b42822fa6990a07163ba8aea05b44
14105 Author: schnorr <Lucas.Schnorr@imag.fr>
14106 Date:   Mon Aug 20 17:41:53 2012 +0200
14107
14108     [trace] for some reason, simulated time changed in smpi -> fix tesh then
14109
14110 commit bf685d37e6fc5a47772caaf0c6d7b5f1bb72197d
14111 Author: schnorr <Lucas.Schnorr@imag.fr>
14112 Date:   Mon Aug 20 17:39:26 2012 +0200
14113
14114     [trace] updating tesh'es according to header changes
14115     
14116     details:
14117     - albeit recent modifications on the header, only a white
14118     space after the events number identification was removed
14119
14120 commit 8f6f26fc3ac216805fde5f359d0eded5f4c229cc
14121 Author: schnorr <Lucas.Schnorr@imag.fr>
14122 Date:   Mon Aug 20 17:33:25 2012 +0200
14123
14124     [trace] header re-organization (now with a basic version)
14125     
14126     details:
14127     you can generate a basic version of the header by passing
14128     --cfg=tracing/basic:1 when launching your simulator (considering
14129     you are using other arguments to enable the tracing)
14130
14131 commit e2a0d210a73111415d5e302e3e242ff0b6bda36d
14132 Merge: ac6de9a 8f85834
14133 Author: Jonathan Rouzaud-Cornabas <jonathan.rouzaud-cornabas@ens-lyon.fr>
14134 Date:   Mon Aug 20 15:33:24 2012 +0200
14135
14136     Merge branch 'master' of git://scm.gforge.inria.fr/simgrid/simgrid-java into vmtrace
14137
14138 commit 8f858340e783ca185cb1a8da7dfa6cee58806027
14139 Author: Martin Quinson <martin.quinson@loria.fr>
14140 Date:   Mon Aug 20 15:31:05 2012 +0200
14141
14142     publicize the existance of Java continuations as an answer to Java scalability
14143
14144 commit f8882c1f57daedb063da98d3ad27f6c377e0da44
14145 Author: schnorr <Lucas.Schnorr@imag.fr>
14146 Date:   Mon Aug 20 15:30:14 2012 +0200
14147
14148     [trace] fix color for MPI operations to correctly follow color specification
14149     
14150     details:
14151     http://paje.sourceforge.net/download/publication/lang-paje.pdf
14152
14153 commit 47839b02690c57ef4c475eafd25cdcf67919fe77
14154 Author: schnorr <Lucas.Schnorr@imag.fr>
14155 Date:   Mon Aug 20 15:25:20 2012 +0200
14156
14157     [trace] new option tracing/basic (used to generate impoverished trace files)
14158     
14159     details:
14160     - this option should be used with visualization tools that are
14161     incapable to read the complete Paje file format specification, as
14162     detailed in this file:
14163     http://paje.sourceforge.net/download/publication/lang-paje.pdf
14164
14165 commit 8c0d3bede1c0ac3c16b55c567701207a6d5cd9ed
14166 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
14167 Date:   Sat Aug 18 18:48:28 2012 +0200
14168
14169     model-checker : init result of simcalls for snapshot comparison done during simcall
14170
14171 commit 2351feb8e9d67abd0b5a68f5105eac0753e0715c
14172 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
14173 Date:   Fri Aug 17 09:55:59 2012 +0200
14174
14175     model-checker : try first to associate each block or fragment with the same positiion in the other heap
14176
14177 commit 4ee1bc898e3935ac8c4a57261dbe1969595ff13c
14178 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
14179 Date:   Fri Aug 17 00:32:52 2012 +0200
14180
14181     model-checker : remove unnecessary step
14182
14183 commit a1ea25d2fc3acda3fdaad9e2fc2b03769fe234d5
14184 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
14185 Date:   Fri Aug 17 00:24:49 2012 +0200
14186
14187     model-checker : equal_to field of blocks/fragments updated twice with match_equals
14188
14189 commit da6e29e9c8ead71abb84bd9bb826baa2b2c6e1db
14190 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
14191 Date:   Fri Aug 17 00:19:08 2012 +0200
14192
14193     modelc-checker : reset list of blocks/fragments pairs associated
14194
14195 commit fea228d813dfd7399f94d6b11299226f629172de
14196 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
14197 Date:   Fri Aug 17 00:13:52 2012 +0200
14198
14199     model-checker : init equal_to field to -1 for each allocated block/fragment at the beginning of the heap comparison
14200
14201 commit a130b8716edee02829a05962247ae2e77c126c87
14202 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
14203 Date:   Wed Aug 8 12:06:33 2012 +0200
14204
14205     model-checker : set size used to 0 when free fragment
14206
14207 commit c297c8df4f6c9317c0d9b29b06f2d3ff7ec5e00c
14208 Author: Martin Quinson <martin.quinson@loria.fr>
14209 Date:   Thu Aug 16 14:14:26 2012 +0200
14210
14211     make it clear that this platform only documents the NREN, not the whole computational platform
14212
14213 commit 0037cddbe1a5e068dcc7bfed62327c2b272932da
14214 Author: Martin Quinson <martin.quinson@loria.fr>
14215 Date:   Thu Aug 16 00:54:51 2012 +0200
14216
14217     dafuk did I just see?
14218
14219 commit 585b99dd8b1827b64010d90758a416587186bebc
14220 Author: Martin Quinson <martin.quinson@loria.fr>
14221 Date:   Thu Aug 16 00:37:53 2012 +0200
14222
14223     if this line induce a bug (see commit 05cd623), then kill it
14224
14225 commit 12802de52c0a297e8c3253b7d9fc875c7e9cb0d9
14226 Author: Jean-Baptiste Hervé <jean-baptiste.herve@esial.net>
14227 Date:   Fri Aug 10 17:52:53 2012 +0200
14228
14229     Add a master/slave example using a generated platform, and using generated event traces
14230     
14231     This example fails at the end for the moment, apparently because of autorestart.
14232
14233 commit 0b08c884ed04abf2b6948e445c05a8af2818565f
14234 Author: Jean-Baptiste Hervé <jean-baptiste.herve@esial.net>
14235 Date:   Fri Aug 10 17:48:42 2012 +0200
14236
14237     Event trace generation: Change interface of constructors
14238     
14239     The previous interface was not intuitive, even for me. I hope this one is better.
14240     Replace 1 function by 3, and add the choice of the first value for state trace.
14241
14242 commit 77db13dbec93c12139cd8d753e24a99e920c6528
14243 Author: Jean-Baptiste Hervé <jean-baptiste.herve@esial.net>
14244 Date:   Fri Aug 10 15:38:46 2012 +0200
14245
14246     Platform generation: add a bittorent example using a generated platform
14247
14248 commit ababce488177efbcd1249aee6a436a98b5f0775f
14249 Author: Jean-Baptiste Hervé <jean-baptiste.herve@esial.net>
14250 Date:   Fri Aug 10 14:31:48 2012 +0200
14251
14252     Platform generation: fex modification of the master/slave example
14253     
14254     Change the topology generation parameter, so the program will have to retry the topology generation, as the first produced graph is not connected.
14255     Correct a typo mistake.
14256
14257 commit b8f9cd7d6db02b47ce8031dd1cb63a48775b6162
14258 Author: Jean-Baptiste Hervé <jean-baptiste.herve@esial.net>
14259 Date:   Fri Aug 10 14:29:24 2012 +0200
14260
14261     Platform generation: fix the remove links function
14262
14263 commit 16fc71ed9141ceeb215950e0e570156f57ba9ea1
14264 Author: Jean-Baptiste Hervé <jean-baptiste.herve@esial.net>
14265 Date:   Fri Aug 10 14:12:42 2012 +0200
14266
14267     Platform generation: record the router id
14268
14269 commit 2f6cba604d58f17a4b53c9da9543f7da727051e2
14270 Author: Augustin Degomme <degomme@idpann.imag.fr>
14271 Date:   Fri Aug 10 10:55:18 2012 +0200
14272
14273     deactivate change induced by re7d52b71aae7 in logging for smpi which caused problems, waiting for a better idea
14274
14275 commit 1dd85b68aa1b24d1569bb14b4f52e7b50d3e3c71
14276 Author: Augustin Degomme <degomme@idpann.imag.fr>
14277 Date:   Fri Aug 10 10:53:24 2012 +0200
14278
14279     now that the simcall has been created, use it
14280
14281 commit ac6de9a76018375fda4909d3b55afe7b58e580c5
14282 Author: Jonathan Rouzaud-Cornabas <jonathan.rouzaud-cornabas@ens-lyon.fr>
14283 Date:   Thu Aug 9 18:01:56 2012 +0200
14284
14285     Fix VM Trace bugs
14286
14287 commit d9e1bca6c82cd2df3c51534fb421b52400a47a07
14288 Author: Jonathan Rouzaud-Cornabas <jonathan.rouzaud-cornabas@ens-lyon.fr>
14289 Date:   Thu Aug 9 18:01:43 2012 +0200
14290
14291     Fix VM Trace bugs
14292
14293 commit c3cf07ae109e48e0a652017cfa5298faba688ccd
14294 Author: Jean-Baptiste Hervé <jean-baptiste.herve@esial.net>
14295 Date:   Thu Aug 9 17:36:23 2012 +0200
14296
14297     Platform generation: add a master/slave example using a generated platform
14298
14299 commit a45d028524d1b21fbe820ce93e87867963b7239b
14300 Author: Cristian Rosa <cristian@linuxcoe.corp.hp.com>
14301 Date:   Thu Aug 9 10:17:14 2012 -0300
14302
14303     Add a new simcall to get/set the receiver of a rendez-vous point.
14304
14305 commit 59ca04d862e822cbfc9e655569e61b8f5f94474c
14306 Author: Jonathan Rouzaud-Cornabas <jonathan.rouzaud-cornabas@ens-lyon.fr>
14307 Date:   Thu Aug 9 14:33:22 2012 +0200
14308
14309     Modify instr_paje_containers.c to include MSG_VM trace
14310
14311 commit 5c108161f0c1d82e2ab7590344d0aa2322736019
14312 Author: Jonathan Rouzaud-Cornabas <jonathan.rouzaud-cornabas@ens-lyon.fr>
14313 Date:   Thu Aug 9 14:14:29 2012 +0200
14314
14315     Modify Trace to support VM
14316
14317 commit d460bf51e15ec797a91fd3a92bc1ba8b0c876f7c
14318 Author: Jonathan Rouzaud-Cornabas <jonathan.rouzaud-cornabas@ens-lyon.fr>
14319 Date:   Thu Aug 9 14:12:43 2012 +0200
14320
14321     Modify Trace for msg_vm_t
14322
14323 commit 9c0ec517fbd653a4df3834aead473da75a1695a5
14324 Author: Jean-Baptiste Hervé <jean-baptiste.herve@esial.net>
14325 Date:   Thu Aug 9 13:56:44 2012 +0200
14326
14327     Platform generation: little modifications to the connectedness check function
14328     
14329     "Speed improvement" is not strong enough to describe the difference...
14330
14331 commit 9cb73cc61e3cb117a1e01dc73bb3ea81260b3814
14332 Author: Jean-Baptiste Hervé <jean-baptiste.herve@esial.net>
14333 Date:   Thu Aug 9 11:56:56 2012 +0200
14334
14335     Platform generation: "clique" topology does not need to duplicate links
14336
14337 commit ea455d05da955345380048610887182a4b67b59a
14338 Merge: 65d463b e7d52b7
14339 Author: Jean-Baptiste Hervé <jean-baptiste.herve@esial.net>
14340 Date:   Thu Aug 9 11:15:16 2012 +0200
14341
14342     Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid
14343
14344 commit 65d463b655c789ab91563756179b180893d3ea7a
14345 Author: Jean-Baptiste Hervé <jean-baptiste.herve@esial.net>
14346 Date:   Thu Aug 9 11:14:42 2012 +0200
14347
14348     Platform generation: generate routes
14349
14350 commit c7ef6990d9598809556ad3114f87d0393334bd40
14351 Author: Jean-Baptiste Hervé <jean-baptiste.herve@esial.net>
14352 Date:   Thu Aug 9 11:13:56 2012 +0200
14353
14354     Platform generation: record the router id given while generation
14355
14356 commit e7d52b71aae78b9db6aab2f8628fe6906167282e
14357 Author: Martin Quinson <martin.quinson@loria.fr>
14358 Date:   Thu Aug 9 09:59:35 2012 +0200
14359
14360     Various hacks to unbench the logging to disk when run in SMPI
14361     
14362     - First use of weak symbols aliases in our source tree :-/
14363       I hope it won't induce portability issues
14364     - Only very partially tested, sorry.
14365       Read: it compiles, that's all I know
14366
14367 commit 77e63efea0d0c200b85f224c2faf9de94d98e83a
14368 Author: Augustin Degomme <degomme@idpann.imag.fr>
14369 Date:   Wed Aug 8 17:58:02 2012 +0200
14370
14371     add getter/setter functions in simix to access more cleanly the process associated to the mailbox for permanent receive mode
14372
14373 commit 49edceb9509566727606fd091e79ef201d7a0863
14374 Author: Jean-Baptiste Hervé <jean-baptiste.herve@esial.net>
14375 Date:   Wed Aug 8 16:49:00 2012 +0200
14376
14377     Platform generation: Make link labeling work
14378     
14379     Also check if the link is labeled when the callbacks have been called.
14380
14381 commit 8b9fbe95d804fdef03fd9e09419d568dddcbec3f
14382 Author: Augustin Degomme <degomme@idpann.imag.fr>
14383 Date:   Wed Aug 8 15:37:17 2012 +0200
14384
14385     add missing includes
14386
14387 commit 95cc0a31e73eecc0f72c5269244b2704a25c2720
14388 Author: Jean-Baptiste Hervé <jean-baptiste.herve@esial.net>
14389 Date:   Wed Aug 8 14:57:22 2012 +0200
14390
14391     Platform generation: add some documentation
14392
14393 commit 4d834c6f7709971355b0ff9d29cde677c2e8af02
14394 Author: Jean-Baptiste Hervé <jean-baptiste.herve@esial.net>
14395 Date:   Wed Aug 8 14:56:42 2012 +0200
14396
14397     Trace generation: add some documentation
14398
14399 commit c5b155e2a4b1773e2e294b834cc368d13a866148
14400 Author: navarro <navarro@caraja.(none)>
14401 Date:   Wed Aug 8 14:41:22 2012 +0200
14402
14403     Factorize route ASroute bypassRoute and bypassASroute from sg_platf.
14404     Replace char* gw_src/dst for edge.
14405
14406 commit be242659a7ff46b729f9610dc089c9fd968b4e86
14407 Author: navarro <navarro@caraja.(none)>
14408 Date:   Wed Aug 8 14:08:58 2012 +0200
14409
14410     First example for bypass platform wit sg_platf_new* functions.
14411
14412 commit b89dabb5f10155bc54ae983a156d5cc5a810c9ed
14413 Author: Augustin Degomme <degomme@idpann.imag.fr>
14414 Date:   Wed Aug 8 11:18:40 2012 +0200
14415
14416     Add a MSG_mailbox_set_async function to allow to set a mailbox to eagerly receive messages (the message is sent without waiting for the receive)
14417
14418 commit 8fb370cb7b0fe8f6edcec683a27ffe6e58cb3056
14419 Author: navarro <navarro@caraja.(none)>
14420 Date:   Wed Aug 8 10:33:54 2012 +0200
14421
14422     Remove link_list from surf_routing.c and add it into the structure of *route and *bypassRoute
14423
14424 commit 8d38dfb21cfebee62de388c76de8eaa4e01164a4
14425 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
14426 Date:   Wed Aug 8 09:50:52 2012 +0200
14427
14428     model-checker : MC_ignore_init in MSG for ucontext
14429
14430 commit 1d32796efe1be63d7a67b8718527fa03a32c4baa
14431 Merge: 5a185bb 62d06d9
14432 Author: Augustin Degomme <degomme@idpann.imag.fr>
14433 Date:   Tue Aug 7 18:07:59 2012 +0200
14434
14435     Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid
14436
14437 commit 5a185bb60f4c7b77ebccc4948d17f0dc43a9d6a5
14438 Author: Augustin Degomme <degomme@idpann.imag.fr>
14439 Date:   Tue Aug 7 17:56:58 2012 +0200
14440
14441     add an "smpi/async_small_thres" configure option to smpi, to allow to toy with the threshold used to determine whether a message has to be sent eagerly (without waiting for the receiver) or not. The default value is 0, to deactivate this behavior for now. (note: this is independent from the "detached" state that is for now used for messages < 64*1024 bytes, which should become a new config option also)
14442
14443 commit 98897032e770b9a1437d6aa5820fb448e71bd224
14444 Author: Augustin Degomme <degomme@idpann.imag.fr>
14445 Date:   Tue Aug 7 17:53:48 2012 +0200
14446
14447     add an immediate asynchronous send possibility for messages. This can be set by adding a permanent receiver to a mailbox. This will be used by default in smpi (commit to come), and proposed for msg
14448     
14449     Conflicts:
14450         src/simix/smx_network.c
14451
14452 commit 62d06d9cf4a66939f8018f34a9d6dae23610e129
14453 Author: navarro <navarro@caraja.(none)>
14454 Date:   Tue Aug 7 17:45:13 2012 +0200
14455
14456     Remove unused structure and function
14457
14458 commit 05cd623b7418a3a9f6f6a1f61e2a02251042762a
14459 Author: Augustin Degomme <degomme@idpann.imag.fr>
14460 Date:   Tue Aug 7 14:08:21 2012 +0200
14461
14462     fix a bug causing surf to sometimes loop forever
14463
14464 commit e6d1ca27d8852f9922141ea15eae6b339c2d2bc7
14465 Author: navarro <navarro@caraja.(none)>
14466 Date:   Tue Aug 7 16:32:00 2012 +0200
14467
14468     Completely remove surfxml_callback.
14469     Clean the way to create arg for the process.
14470
14471 commit 143cd8d3a66f09fbbb207fc02570eadc58def853
14472 Author: Jean-Baptiste Hervé <jean-baptiste.herve@esial.net>
14473 Date:   Tue Aug 7 11:44:39 2012 +0200
14474
14475     Platform generation : REALLY check if the graph is connected
14476
14477 commit 6135d964e2f6309e0c3e1608c84faa8264553eba
14478 Author: navarro <navarro@caraja.(none)>
14479 Date:   Mon Aug 6 18:28:01 2012 +0200
14480
14481     More cleaning for surfxml callback (property and trace*)
14482
14483 commit c1a1042ca3cd2979858779afff318cbe5f4b6cbf
14484 Author: navarro <navarro@caraja.(none)>
14485 Date:   Mon Aug 6 16:35:49 2012 +0200
14486
14487     CleanUp unused xbt_dynar_t from callback
14488
14489 commit ba3de9d16702f56681ff7c17a067788313d34a2b
14490 Author: Jean-Baptiste Hervé <jean-baptiste.herve@esial.net>
14491 Date:   Mon Aug 6 18:00:39 2012 +0200
14492
14493     More condensed debug...
14494
14495 commit 15c0b46088a9f022454e09a1cac4d1f0b91518c4
14496 Author: Jean-Baptiste Hervé <jean-baptiste.herve@esial.net>
14497 Date:   Mon Aug 6 17:32:08 2012 +0200
14498
14499     Event generator: Correct a mistake and add tiny debug
14500
14501 commit 8b9d5b06f13415e8201d2bff377190232121ab42
14502 Author: navarro <navarro@caraja.(none)>
14503 Date:   Mon Aug 6 11:38:35 2012 +0200
14504
14505     Add function sg_platf_new_* for *route and bypass*route.
14506
14507 commit 5f7c51482a19d278ce0afc1924d1c55b41d2f8a6
14508 Author: Jean-Baptiste Hervé <jean-baptiste.herve@esial.net>
14509 Date:   Mon Aug 6 11:23:00 2012 +0200
14510
14511     Platform generation : Add a function to remove links in the graph
14512
14513 commit e93baa98dc235c0aee125a6a2ad7c300fb92645c
14514 Author: Jean-Baptiste Hervé <jean-baptiste.herve@esial.net>
14515 Date:   Mon Aug 6 09:33:08 2012 +0200
14516
14517     Platform generation : add a function to check if the graph is connected
14518
14519 commit ed942943b99e8a53737f1403c2f753fbda07b648
14520 Author: Martin Quinson <martin.quinson@loria.fr>
14521 Date:   Sat Aug 4 17:41:13 2012 +0200
14522
14523     and now, get the execution sampling macros work also when the user gives a maximal stderr AND a minimal execution count (hopefully)
14524
14525 commit 61270581ab9406eb95fc6279c41201b1bd853a8d
14526 Author: Martin Quinson <martin.quinson@loria.fr>
14527 Date:   Sat Aug 4 17:15:42 2012 +0200
14528
14529     dafuk? don't mix seconds and flops!
14530     
14531     SMPI_SAMPLE_DELAY parameter were an amount of flops. Consider it as a
14532       delay instead.
14533     Introduce SMPI_SAMPLE_FLOPS to report an amount of flops into the
14534       simulo (and use it in the replay part of SMPI)
14535
14536 commit 3f87b9e5de9b132f1141e59f76377db534ad6801
14537 Author: Martin Quinson <martin.quinson@loria.fr>
14538 Date:   Sat Aug 4 17:00:46 2012 +0200
14539
14540     rewrite the MPI execution sampling facility (previous implem was deeply bugged)
14541
14542 commit 9c7638c1e22004e817156f5c50d4a8aefdb324e9
14543 Author: Martin Quinson <martin.quinson@loria.fr>
14544 Date:   Sat Aug 4 16:58:27 2012 +0200
14545
14546     rewrite this example to betterly demo SMPI_SAMPLE_LOCAL and SMPI_SAMPLE_GLOBAL
14547
14548 commit fa427d220fd4ff69a3888d7dba97e8b502d8ce95
14549 Author: Martin Quinson <martin.quinson@loria.fr>
14550 Date:   Sat Aug 4 15:04:45 2012 +0200
14551
14552     stop being protective against things we cannot deal with. Let the segfault happen
14553
14554 commit 06436179b7648346ff5e55ff0a9fd9da67b499ec
14555 Author: Martin Quinson <martin.quinson@loria.fr>
14556 Date:   Sat Aug 4 10:22:09 2012 +0200
14557
14558     variable renaming to try to understand this code
14559
14560 commit d7a3044c436f3e7a28abbbf06d28fab89b933010
14561 Author: Martin Quinson <martin.quinson@loria.fr>
14562 Date:   Sat Aug 4 10:12:23 2012 +0200
14563
14564     make an error message marginally more understandable to the users
14565
14566 commit 5572adcb6316b36ca4c10a9b004232f84865592a
14567 Author: navarro <navarro@caraja.(none)>
14568 Date:   Fri Aug 3 16:44:09 2012 +0200
14569
14570     Use the function sg_platf_new_linkctn when parsing platform
14571
14572 commit f089935bd7f01cce6409a827ffb06a46a151027e
14573 Author: Jean-Baptiste Hervé <jean-baptiste.herve@esial.net>
14574 Date:   Fri Aug 3 16:28:14 2012 +0200
14575
14576     Platform generation: Cluster generation should work
14577
14578 commit 1a1f5c6a6081df5233bc87e3c35f56e712c755c4
14579 Author: Jean-Baptiste Hervé <jean-baptiste.herve@esial.net>
14580 Date:   Fri Aug 3 16:25:40 2012 +0200
14581
14582     Check if string is NULL before a strcmp
14583
14584 commit 87b29dcfb2c7d0b3b6df20a2cc055efa1f4b4be3
14585 Author: navarro <navarro@caraja.(none)>
14586 Date:   Fri Aug 3 15:58:15 2012 +0200
14587
14588     First platform step for tag random
14589
14590 commit b4b2e66a3e8b0f5e84729c3d57a3cfd17a894bd5
14591 Author: Jean-Baptiste Hervé <jean-baptiste.herve@esial.net>
14592 Date:   Fri Aug 3 14:00:49 2012 +0200
14593
14594     Platform generation can now be used with MSG
14595     
14596     Some stuff had to be done by SIMIX and MSG right after the XML platform parsing. It is now done by callbacks, registered in SURF at initialization. So that stuff is also done when you create a random platform with the generator.
14597     Add some ugly code to avoid the deletion of these registered callbacks before the parsing.
14598
14599 commit 136c392f57e7ba67c2f04e65f07074c71061d944
14600 Author: Martin Quinson <martin.quinson@loria.fr>
14601 Date:   Fri Aug 3 01:03:17 2012 +0200
14602
14603     Revert "[trace] something might have failed during process creation, reflect that in traces"
14604     
14605     This reverts commit 75d4e75aa8b07c422a88923449e5aa635912a8a5.
14606     
14607     Rational: I see the motivation to add this call here, but it breaks 6
14608     tests here. I hope that LucasS will fix it properly when possible.
14609
14610 commit 89b05b9a27725c53e2614ee226cd6bb824e49452
14611 Author: Martin Quinson <martin.quinson@loria.fr>
14612 Date:   Fri Aug 3 01:00:45 2012 +0200
14613
14614     more verbose error messages
14615
14616 commit dc213935bf63725b3cec40dce78a8a1e3b3e1cc0
14617 Author: Martin Quinson <martin.quinson@loria.fr>
14618 Date:   Fri Aug 3 00:59:40 2012 +0200
14619
14620     cleanups
14621     
14622     - Add some newly create test files
14623     - somehow sort the content of the file alphabetically within sections
14624
14625 commit 5a148272eff516debc28acb5d13fa97c5afe20ab
14626 Author: Martin Quinson <martin.quinson@loria.fr>
14627 Date:   Fri Aug 3 00:01:43 2012 +0200
14628
14629     useless cosmetic in this code that is full of surprises
14630
14631 commit 5768784772b39495131438d445b9e9ed3ec9e8b4
14632 Author: Martin Quinson <martin.quinson@loria.fr>
14633 Date:   Thu Aug 2 23:59:27 2012 +0200
14634
14635     typo--
14636
14637 commit 22c7cca6855a273d69526abc3280ce241bd7fda0
14638 Author: Martin Quinson <martin.quinson@loria.fr>
14639 Date:   Thu Aug 2 20:14:24 2012 +0200
14640
14641     expend an example to explain what the prefix, suffix and radical arguments are in cluster tag
14642
14643 commit 59b71b5ec45e206c1ea787b3982563817742f113
14644 Author: Jean-Baptiste Hervé <jean-baptiste.herve@esial.net>
14645 Date:   Thu Aug 2 18:00:51 2012 +0200
14646
14647     Platform generation: add the function to put into Surf the generated platform
14648     
14649     It is partially implemented, for the moment...
14650
14651 commit 6b27851a012ce270cabc69c5e162ef2991e66065
14652 Author: Jean-Baptiste Hervé <jean-baptiste.herve@esial.net>
14653 Date:   Thu Aug 2 17:59:24 2012 +0200
14654
14655     Check if "coord" is not null before do strcmp
14656
14657 commit 4a598486abfcb30b6ab3af7ddcdc6463e7b02423
14658 Author: lbobelin <lbobelin@mintcar.imag.fr>
14659 Date:   Thu Aug 2 15:32:46 2012 +0200
14660
14661     Oups, mistake in router cluster name.
14662
14663 commit 4980d4cb7fd8b75fbb6ab9619b73b536da24ca93
14664 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
14665 Date:   Thu Aug 2 11:29:55 2012 +0200
14666
14667     model-checker : add block and fragment number in mc_ignore_region
14668
14669 commit 2554c9160f3c5d661be5e8b42798580cea1cd636
14670 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
14671 Date:   Wed Aug 1 22:53:40 2012 +0200
14672
14673     model-checker : count ignore done in heap comparison algorithm
14674
14675 commit fa02213cffba5b63cb6ee145dda085a4e4401407
14676 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
14677 Date:   Wed Aug 1 22:42:47 2012 +0200
14678
14679     model-checker : sort ignore list and dichotomic search
14680
14681 commit f29ed6f3e0d0876378d00801428c2d870d9b1ceb
14682 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
14683 Date:   Wed Aug 1 15:49:04 2012 +0200
14684
14685     model-checker : ignore stack_top of maestro context for heap comparison
14686
14687 commit a62f7fd52f7273e5cfb7de48e8d530f805c67d74
14688 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
14689 Date:   Wed Aug 1 15:48:04 2012 +0200
14690
14691     model-checker : init list of irrelevant differences in simix instead of msg
14692
14693 commit 849ebc4004f97372ab9df109e542198c1bf5d694
14694 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
14695 Date:   Wed Aug 1 10:49:46 2012 +0200
14696
14697     model-checker : forget case of comparison in heap comparison algorithm
14698
14699 commit 6479f2478ed2c405d6f97e6aa87799b569f13319
14700 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
14701 Date:   Wed Aug 1 10:48:53 2012 +0200
14702
14703     model-checker : ignore irrelevant differences for heap comparison algorithm
14704
14705 commit ab23fd586c00bc3e9ea24f1dcd3d52dd0fc60bce
14706 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
14707 Date:   Tue Jul 31 14:49:13 2012 +0200
14708
14709     model-checker : remove unused function
14710
14711 commit 6107bfa22ce651ef87f9862000366be3a88fc6a5
14712 Author: Jean-Baptiste Hervé <jean-baptiste.herve@esial.net>
14713 Date:   Wed Aug 1 14:24:06 2012 +0200
14714
14715     Platform generation : add the edge length in its data
14716     
14717     It could be useful for labelling, for example...
14718
14719 commit 95c9a282f17afba4b5a16f247981c2edaa604ccb
14720 Author: Jean-Baptiste Hervé <jean-baptiste.herve@esial.net>
14721 Date:   Wed Aug 1 14:16:06 2012 +0200
14722
14723     Platform generation : Add the Waxman topology algorithm
14724     
14725     With this commit, all the topology algorithm found in Simulacrum are implemented.
14726
14727 commit feff5f361a52d180ab8d47b4000784a3c3df9237
14728 Author: Jean-Baptiste Hervé <jean-baptiste.herve@esial.net>
14729 Date:   Wed Aug 1 11:28:39 2012 +0200
14730
14731     Platform generation : make public structures for node and edge data
14732
14733 commit 8c0812e5a2a50d689d1723b1813a0cf8f8a6a543
14734 Author: Jean-Baptiste Hervé <jean-baptiste.herve@esial.net>
14735 Date:   Wed Aug 1 11:17:08 2012 +0200
14736
14737     Platform generation : add the Zegura algorithm topology
14738
14739 commit 9f31e0d16a04b8da74182a1228ec872b191aa6d5
14740 Author: Jean-Baptiste Hervé <jean-baptiste.herve@esial.net>
14741 Date:   Wed Aug 1 11:02:20 2012 +0200
14742
14743     Platform generation : add the Barabasi-Albert algorithm to build the graph
14744
14745 commit 75d4e75aa8b07c422a88923449e5aa635912a8a5
14746 Author: schnorr <Lucas.Schnorr@imag.fr>
14747 Date:   Tue Jul 31 23:39:04 2012 +0200
14748
14749     [trace] something might have failed during process creation, reflect that in traces
14750     
14751     details:
14752     - this is especially useful when using availability traces and processes
14753     are launched on failed hosts
14754
14755 commit 4777ff91a4f32bed97ff25eb9c911bebe11e13f3
14756 Author: schnorr <Lucas.Schnorr@imag.fr>
14757 Date:   Tue Jul 31 23:38:11 2012 +0200
14758
14759     [trace] factorize more
14760
14761 commit 63a2fc709efca25660b6434f81e67322b1b02270
14762 Author: schnorr <Lucas.Schnorr@imag.fr>
14763 Date:   Tue Jul 31 23:37:56 2012 +0200
14764
14765     [trace] factorize code, use TRACE_msg_process_destroy when appropriate
14766
14767 commit f0e7f93aec03ca422c7ff119794663654199f4ee
14768 Author: schnorr <Lucas.Schnorr@imag.fr>
14769 Date:   Tue Jul 31 23:36:52 2012 +0200
14770
14771     [trace] add function to destroy process container
14772
14773 commit a4824727af1e2499cf1df292427481cdbd841822
14774 Author: schnorr <Lucas.Schnorr@imag.fr>
14775 Date:   Tue Jul 31 23:15:45 2012 +0200
14776
14777     cosmetics
14778
14779 commit 90c25075db7fffb9a771de224159039029e20724
14780 Author: schnorr <Lucas.Schnorr@imag.fr>
14781 Date:   Tue Jul 31 23:08:09 2012 +0200
14782
14783     [trace] only update power and bandwidth if trace subsystem is configured to trace them
14784
14785 commit b9063259210f578ffefeb7feb9590d1f9bea7361
14786 Author: schnorr <Lucas.Schnorr@imag.fr>
14787 Date:   Tue Jul 31 22:07:16 2012 +0200
14788
14789     [trace] it seems there are no availability traces for latency, no need for this function then
14790
14791 commit 80007ae1f0a54d62e4703e30474ce6b9295647d0
14792 Author: schnorr <Lucas.Schnorr@imag.fr>
14793 Date:   Tue Jul 31 22:06:02 2012 +0200
14794
14795     [trace] make sure variable is zeroed before writing on it
14796
14797 commit 25eb2633edd0a603c2e5b1f722d37995fb8c2969
14798 Author: navarro <navarro@caraja.(none)>
14799 Date:   Tue Jul 31 17:47:13 2012 +0200
14800
14801     Update tesh for io.
14802
14803 commit 1632f396f414f85f50611cad05e13c47ad06387e
14804 Author: navarro <navarro@caraja.(none)>
14805 Date:   Tue Jul 31 17:43:23 2012 +0200
14806
14807     Add function to unlink a file.
14808     Add an example for unlink.
14809
14810 commit 3caf6372b036a72110757e43456d08e0a463e7d3
14811 Author: navarro <navarro@caraja.(none)>
14812 Date:   Tue Jul 31 17:42:16 2012 +0200
14813
14814     Fix memory leak
14815
14816 commit b19b4ec8e7ea6fbccc30d4e18ef5a5c16e44e251
14817 Author: navarro <navarro@caraja.(none)>
14818 Date:   Tue Jul 31 17:37:23 2012 +0200
14819
14820     During the storage open, create the file if not exist.
14821
14822 commit 7f477f475e8bd79141d881a044c59e56a37c1eda
14823 Author: Jean-Baptiste Hervé <jean-baptiste.herve@esial.net>
14824 Date:   Tue Jul 31 17:02:01 2012 +0200
14825
14826     platform generation : add promoters and labelers support
14827     
14828     Two fucntions register callback functions written by user to promote nodes or label links. Two other functions call the callback functions on each node or link.
14829
14830 commit 5d76a68c69c13f33b8c7c1966c8e172c20786232
14831 Author: Jean-Baptiste Hervé <jean-baptiste.herve@esial.net>
14832 Date:   Tue Jul 31 13:33:47 2012 +0200
14833
14834     platform generation : modify some interfaces
14835
14836 commit 532c36067df658d3d25d9997f8c43a54cfa32477
14837 Author: Jean-Baptiste Hervé <jean-baptiste.herve@esial.net>
14838 Date:   Tue Jul 31 11:43:54 2012 +0200
14839
14840     Platform generation : add a function to set link parameters
14841
14842 commit a0a188fb6e3d1d0583d3bff1d28858545e8290b7
14843 Merge: 6d4992f 26b402e
14844 Author: Jean-Baptiste Hervé <jean-baptiste.herve@esial.net>
14845 Date:   Tue Jul 31 09:43:01 2012 +0200
14846
14847     Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid
14848
14849 commit 6d4992f55a13d3ac0133381d5d9779c08894db47
14850 Author: Jean-Baptiste Hervé <jean-baptiste.herve@esial.net>
14851 Date:   Tue Jul 31 09:37:38 2012 +0200
14852
14853     Platform generation : add promotion functions
14854
14855 commit 26b402e5fd180de40ac1bba6456cc8837be42dc4
14856 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
14857 Date:   Mon Jul 30 23:08:38 2012 +0200
14858
14859     model-checker : add debug information about pointers in libsimgrid and remove useless fprintf in get_plt_section
14860
14861 commit adf9f3647a001bb30fc04dd222b09de201ae1aa5
14862 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
14863 Date:   Mon Jul 30 22:47:05 2012 +0200
14864
14865     model-checker : free memory
14866
14867 commit 6094b84fce7ea54856b5df4ee531e1e16860428c
14868 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
14869 Date:   Mon Jul 30 22:28:16 2012 +0200
14870
14871     model-checker : use bprintf instead of sprintf
14872
14873 commit fc90483d87af7c41aa3dabc00a43585c6ea928e0
14874 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
14875 Date:   Mon Jul 30 21:36:53 2012 +0200
14876
14877     model-checker : ignore differences of pointers in .plt section in libsimgrid region comparison
14878
14879 commit ba4255b99da7545ae84f06a151a2c4b769dd655c
14880 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
14881 Date:   Mon Jul 30 16:22:10 2012 +0200
14882
14883     model-checker : cleanup for heap comparison
14884     
14885     - XBT_DEBUG instead of fprintf on stderr
14886     - variables renamed
14887     - fix arithmetic on pointers
14888
14889 commit b79da01a63a9ec59158c97c2fb9b0108a91be00d
14890 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
14891 Date:   Mon Jul 30 16:17:15 2012 +0200
14892
14893     model-checker : update tests for snapshot comparison
14894
14895 commit b484816accc27d0087512b6d2cd7da35a58d3bf5
14896 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
14897 Date:   Mon Jul 30 16:16:13 2012 +0200
14898
14899     model-checker : remove core dump for each reached pair
14900
14901 commit b66dec8383676c57d9dd6b541ada6d3f4fa624b7
14902 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
14903 Date:   Mon Jul 30 16:11:59 2012 +0200
14904
14905     model-checker : cleanup on mc_checkpoint
14906     
14907     - XBT_DEBUG instead of fprintf on stderr or XBT_INFO
14908     - remove useless debug information
14909     - pointer detection for comparison of data region of libsimgrid
14910     - free the memory map
14911
14912 commit ba1b3b30426f7eaff5414547452306c7c47b6168
14913 Author: Jean-Baptiste Hervé <jean-baptiste.herve@esial.net>
14914 Date:   Mon Jul 30 15:01:48 2012 +0200
14915
14916     Platform generation : add the exponential topology
14917
14918 commit 44480183884d6b451563acf89a07741f7684d752
14919 Author: Jean-Baptiste Hervé <jean-baptiste.herve@esial.net>
14920 Date:   Mon Jul 30 14:18:26 2012 +0200
14921
14922     Platform generation : add a function to compute distance between two nodes
14923
14924 commit c0d0196a1d0cd62c796934394f950fd54c4890d3
14925 Author: Jean-Baptiste Hervé <jean-baptiste.herve@esial.net>
14926 Date:   Mon Jul 30 13:53:11 2012 +0200
14927
14928     Platform generation : add the uniform topology
14929
14930 commit 87191a059efa60ea53e821e02be9a0d888ac3395
14931 Author: Jonathan Rouzaud-Cornabas <jonathan.rouzaud-cornabas@ens-lyon.fr>
14932 Date:   Mon Jul 30 13:03:44 2012 +0200
14933
14934     Add TRACE_host_variable_set and TRACE_host_variable_declare to te binding
14935
14936 commit c0c60073d245247d2f7848dada797723781d4069
14937 Author: Jean-Baptiste Hervé <jean-baptiste.herve@esial.net>
14938 Date:   Fri Jul 27 12:12:26 2012 +0200
14939
14940     Platform generation : add the clique topology
14941
14942 commit 31de00691f8eb97279b37125b3e67e0599ac35fe
14943 Author: Jean-Baptiste Hervé <jean-baptiste.herve@esial.net>
14944 Date:   Fri Jul 27 12:04:39 2012 +0200
14945
14946     Platform generation : add the "ring" topology
14947
14948 commit 6da2ee58d9d2b8f4910b82e87d0be4488f31b911
14949 Author: Jean-Baptiste Hervé <jean-baptiste.herve@esial.net>
14950 Date:   Fri Jul 27 11:53:34 2012 +0200
14951
14952     Platform generation : Add 2 topology setup functions
14953     
14954     Add the "heavy tailed" positionning for the nodes, and the "line" connection between them
14955
14956 commit d70aa4f0453eeef031df1154d0236ae7a28208e6
14957 Author: Jean-Baptiste Hervé <jean-baptiste.herve@esial.net>
14958 Date:   Fri Jul 27 10:27:33 2012 +0200
14959
14960     Platform generation : Add some debug
14961     
14962     Add a function to get the graph. This is only for debugging purpose, because it is a bad idea to access it directly.
14963     Also add an ID for nodes and edges.
14964
14965 commit 8648556e63e965fc3976fae86c4cb7c44b827280
14966 Author: Jean-Baptiste Hervé <jean-baptiste.herve@esial.net>
14967 Date:   Thu Jul 26 16:12:57 2012 +0200
14968
14969     Platform generation : Add a function to interconnect nodes
14970     
14971     More precisely, add a function to connect all nodes following the "star" algorithm. A function ahs also been added to connect two nodes together.
14972
14973 commit db8fd6b61aba2af810b61d8523a673c9678a608e
14974 Author: Jean-Baptiste Hervé <jean-baptiste.herve@esial.net>
14975 Date:   Thu Jul 26 14:57:31 2012 +0200
14976
14977     Platform generation : modify some interface
14978
14979 commit 07486ac62467a9646579f524ade93202535421d0
14980 Author: Jean-Baptiste Hervé <jean-baptiste.herve@esial.net>
14981 Date:   Thu Jul 26 10:14:57 2012 +0200
14982
14983     First step to implement a platform generator in Simgrid
14984     
14985     This tool may replace Simulacrum when it is finished.
14986     I don't know exactly where to implement that in Simgrid, so if you have any suggestion, feel free to comment :)
14987
14988 commit ae7de36436dc212a9537e15b06cf433f50594f63
14989 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
14990 Date:   Tue Jul 24 16:02:57 2012 +0200
14991
14992     model-checker : cleanups for liveness property model checking (remove unused functions and variables, delete useless comments)
14993
14994 commit 7c6b897ac887c8b788f78477d9546d7d634a511c
14995 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
14996 Date:   Tue Jul 24 15:35:10 2012 +0200
14997
14998     model-checker : new heap comparison algorithm
14999
15000 commit 0bb2efd7e0e8209feca2ae848dcdd90ff5e8394d
15001 Author: Jean-Baptiste Hervé <jean-baptiste.herve@esial.net>
15002 Date:   Tue Jul 24 17:17:45 2012 +0200
15003
15004     Add an include to avoid a compilation warning
15005
15006 commit f6d9fb60fb5767a9b41ab1b36f024432bfa57850
15007 Author: Martin Quinson <martin.quinson@loria.fr>
15008 Date:   Sun Jul 22 12:17:20 2012 +0200
15009
15010     Add some support to bench the sequential and parallel parts of a simulation
15011     
15012     This is activated by defining the TIME_BENCH_AMDAHL macro at compile
15013     time (for example by decomenting its definition in smx_private.h).
15014     
15015     This is useful to evaluate the maximal possible speedup of a given
15016     simulation by applying the Amdahl Law.
15017     
15018     This could be changed into a command line flag at some point, but we
15019     first have to assess the performance impact of playing that much with
15020     the timers (should be limited, but who knows?).
15021     
15022     The initial patch was from Jean-Noel Quintin, thanks for that!
15023
15024 commit 1b1c8cc765c4e5fb6047913a63a8579018aaad03
15025 Author: Martin Quinson <martin.quinson@loria.fr>
15026 Date:   Sun Jul 22 11:38:33 2012 +0200
15027
15028     useless tiny cleanups that should be done all over the place
15029
15030 commit cb2925f9e27482e531d327f9e1e19550c5966457
15031 Author: Martin Quinson <martin.quinson@loria.fr>
15032 Date:   Sun Jul 22 11:33:07 2012 +0200
15033
15034     New function: xbt_os_timer_resume() to restart a timer w/o resetting it.
15035     
15036     Patch from Jean-Noel Quintin, thanks for that dude.
15037
15038 commit c8399c5c620074f7ccefde6ea4cc2d028cec953f
15039 Author: lbobelin <lbobelin@mintcar.imag.fr>
15040 Date:   Thu Jul 19 12:58:18 2012 +0200
15041
15042     documenation. Added a link to ref guide in user guide to let people read doc stored in log.c to address one of Augustin's comment.
15043
15044 commit 9f0d1aff2defa4cf87f21228b95d468ceb36e42c
15045 Author: Martin Quinson <martin.quinson@loria.fr>
15046 Date:   Thu Jul 19 12:44:13 2012 +0200
15047
15048     maxmin/precision: reflect the real default value, as found in the code
15049
15050 commit 47b33fbc4c510ddf3eb9f8593d1b14cdf23188e2
15051 Author: Martin Quinson <martin.quinson@loria.fr>
15052 Date:   Tue Jul 17 15:46:38 2012 +0200
15053
15054     regenerate the flexer files with a recent flexml, so that there is no undefined behavior concerning the char after terminating nul in strings
15055
15056 commit 45f517dc85cc6c2ed4ebce27de4f75c00271f945
15057 Author: Martin Quinson <martin.quinson@loria.fr>
15058 Date:   Tue Jul 17 15:44:20 2012 +0200
15059
15060     Fix a bug making that the simulation ran longer than expected
15061     
15062     If you asked for 3 seconds, and then had a task terminating after 2
15063     seconds, the function simulated for 5 seconds.
15064     
15065     Now, the time already spent in the loop in previous rounds is properly
15066     taken into account.
15067     
15068     Thanks to Guillaume Serrière for detecting the issue.
15069
15070 commit f35266523c599068c264085705e4d3a5b01b75ca
15071 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
15072 Date:   Mon Jul 16 16:19:23 2012 +0200
15073
15074     model-checker : #ifdef instead of #if (found by Cristian R., thx)
15075
15076 commit be19e964988343fe21eac64b7829e744f3fd4b4e
15077 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
15078 Date:   Fri Jul 13 11:57:31 2012 +0200
15079
15080     model-checker : add new pair reached in raw_heap
15081
15082 commit 71439b265c816a3470801cade312b002553bf817
15083 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
15084 Date:   Thu Jul 12 15:19:16 2012 +0200
15085
15086     model-checker : add new pair reached even if compare==0
15087
15088 commit ed041fecba86c9947b98264841cdb1d874a2cd5b
15089 Author: suter <frederic.suter@cc.in2p3.fr>
15090 Date:   Thu Jul 12 15:36:09 2012 +0200
15091
15092     this example is simpler now
15093
15094 commit 345b3852a5cb6c70cc3a4c7fc1460ce9a98cc607
15095 Author: suter <frederic.suter@cc.in2p3.fr>
15096 Date:   Thu Jul 12 15:35:00 2012 +0200
15097
15098     Do the same as before to replay traces with SMPI, but one layer lower.
15099     Still imperfect and incomplete though
15100
15101 commit 5e25d7f2c72f6378f21c0ca354ae0a23c6654df0
15102 Author: navarro <navarro@caraja.(none)>
15103 Date:   Thu Jul 12 14:37:49 2012 +0200
15104
15105     Update xml_files in Cmake
15106
15107 commit 1d3d1dcdeab30ce6c9e31a12b6195bc4d5ff8a8b
15108 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
15109 Date:   Thu Jul 12 12:03:42 2012 +0200
15110
15111     model-checker : remove unnecessary memset on free fragments, already done in mmalloc
15112
15113 commit 5819e34728a4b838b80ea353d5c84c6130a62e75
15114 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
15115 Date:   Wed Jul 11 14:55:31 2012 +0200
15116
15117     model-checker : comment MC_compare
15118
15119 commit 967421ad9a8dcd567206f2c398a30c08c9507a81
15120 Author: navarro <navarro@caraja.(none)>
15121 Date:   Thu Jul 12 11:18:52 2012 +0200
15122
15123     Remove this output.
15124
15125 commit 736d7ca6028f3e512793947dd023252eb59a892b
15126 Author: navarro <navarro@caraja.(none)>
15127 Date:   Thu Jul 12 11:12:18 2012 +0200
15128
15129     Update tesh file for cabinet
15130
15131 commit b3d3de7f0a303339ef0d3a6d90df58eb97e01e8c
15132 Author: suter <frederic.suter@cc.in2p3.fr>
15133 Date:   Wed Jul 11 16:11:42 2012 +0200
15134
15135     add a few (totally untested) actions.
15136
15137 commit 2c5c14ffd2b2af540f201434bd4d32f9c197507f
15138 Author: navarro <navarro@caraja.(none)>
15139 Date:   Wed Jul 11 15:11:54 2012 +0200
15140
15141     Add a tag cabinet to write new kind of cluster. See meta_cluster.xml
15142
15143 commit a0c5f40f68a69e5fd2c22643c98aed7570191e21
15144 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
15145 Date:   Wed Jul 11 14:18:21 2012 +0200
15146
15147     model-checker : application alert for state equality detection
15148
15149 commit 8d279fc189349f75156771216621eec1cde29307
15150 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
15151 Date:   Tue Jul 10 18:39:52 2012 +0200
15152
15153     model-checker : new recursive function for comparison of block/fragment with pointers
15154
15155 commit 66549cfbea582874b4fb599673d38b84abaa25d4
15156 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
15157 Date:   Tue Jul 10 16:11:25 2012 +0200
15158
15159     model-checker : malloc_backtrace_display functions update with new header
15160
15161 commit 2486c9c9a421d4619d3667095f7cfe20de3e2788
15162 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
15163 Date:   Tue Jul 10 16:08:59 2012 +0200
15164
15165     model-checker : heapinfo adresses refer to saved heap instead of current heap
15166
15167 commit 937375b4f9ce4ab483bd28af3e887a7a1655bcc3
15168 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
15169 Date:   Tue Jul 10 15:51:35 2012 +0200
15170
15171     model-checker : remove header of unused function
15172
15173 commit 671ea9864835a875e090f4e1b74d8ca8b0ed9403
15174 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
15175 Date:   Tue Jul 10 15:50:29 2012 +0200
15176
15177     model-checker : heapinfo address in parameter of malloc_backtrace_display functions instead of heap address
15178
15179 commit 73e6287bc3e653e0fc2e0609532fcb15323de1c3
15180 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
15181 Date:   Tue Jul 10 15:48:19 2012 +0200
15182
15183     model-checker : update example bugged1_liveness (variable for each task created and initialization of pointers)
15184
15185 commit 00ba373715005cdd871a4afd7138bc02e710b60a
15186 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
15187 Date:   Mon Jul 9 14:45:37 2012 +0200
15188
15189     model-checker : memset 0 on free block/fragment
15190
15191 commit 3ad5f0614d652e8d808b849e6f5e06ddc6cc579a
15192 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
15193 Date:   Mon Jul 9 11:36:32 2012 +0200
15194
15195     model-checker : factorization of set_pair_reached and reached functions if search_cycle == 1
15196
15197 commit da4f14aac80fb8e604d839717a53f8c6dae1535e
15198 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
15199 Date:   Mon Jul 9 11:19:03 2012 +0200
15200
15201     model-checker : remove useless code
15202
15203 commit d6554aac9c31756d810d934f17959675288a203a
15204 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
15205 Date:   Sat Jul 7 22:19:44 2012 +0200
15206
15207     model-checker : update backtrace display
15208
15209 commit 67d9420f78fbf068e11d3f575ebd59a995aeefee
15210 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
15211 Date:   Sat Jul 7 21:38:02 2012 +0200
15212
15213     model-checker : remove unused function
15214
15215 commit 2c97c5ef3be01a819e6b0012511f6268d3208799
15216 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
15217 Date:   Fri Jul 6 15:45:40 2012 +0200
15218
15219     model-checker : remove unnecessary take_snapshot for initial state
15220
15221 commit 9933a5cbfedabf7925419be3dc06a319c6943a66
15222 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
15223 Date:   Fri Jul 6 11:07:29 2012 +0200
15224
15225     model-checker : initialize variables
15226
15227 commit be2bcd6a5dbb6cdc963ee39fc0caaf212366ca26
15228 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
15229 Date:   Thu Jul 5 10:49:53 2012 +0200
15230
15231     model-checker : remove useless code
15232
15233 commit f36706da5b3f68d53a9e762e791ef85ebe347106
15234 Author: suter <frederic.suter@cc.in2p3.fr>
15235 Date:   Tue Jul 10 10:08:12 2012 +0200
15236
15237     mention the SD_task_set_rate function
15238
15239 commit dd168417de56ff999b989676fc30debbc433d6b3
15240 Author: suter <frederic.suter@cc.in2p3.fr>
15241 Date:   Tue Jul 10 09:45:20 2012 +0200
15242
15243     finally understand how the rate works. update the example and the tesh
15244     file accordingly.
15245
15246 commit 531cfb6d38ba7c7cb91f4e0e849032dbdebfe2e1
15247 Author: suter <frederic.suter@cc.in2p3.fr>
15248 Date:   Tue Jul 10 09:41:12 2012 +0200
15249
15250     Finally understand how the rate works. Explain it in the doxygen header.
15251     Add an assert to be sure we do that only for point-to-point
15252     communications.
15253
15254 commit bc8c8556d93efff98862820b31e306da2e932a7c
15255 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
15256 Date:   Mon Jul 9 22:06:05 2012 +0200
15257
15258     Fix error: overflow in implicit constant conversion on 32bits arch.
15259
15260 commit 790c7519be5cf6763888e3631d29a57ea022b46b
15261 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
15262 Date:   Mon Jul 9 22:00:24 2012 +0200
15263
15264     Fix fatal error: simix/simix.h: No such file or directory.
15265     
15266     Remove the unneeded include.
15267
15268 commit e527803f0ff91485b1ef432ef12e572809ca717c
15269 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
15270 Date:   Fri Jul 6 23:23:42 2012 +0200
15271
15272     Increase required width for times in tesh file.
15273
15274 commit 673f3b2361e3e78f58c2110cb98017a008af04e3
15275 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
15276 Date:   Fri Jul 6 18:30:51 2012 +0200
15277
15278     Fix kademlia example which was broken on 32bits archs.
15279     
15280     Changes include:
15281     * reindent and whitespace cleanup
15282     * print ids using hex encoding for mailboxes and logs to avoid buffer overflows
15283     * use type "double" for dates
15284     * use unique ids in kademlia.xml, and make them less than 2^32
15285     * update tesh file
15286
15287 commit b4c8f607f4aac9e63d01cea26bb5d66a1c79161b
15288 Author: suter <frederic.suter@cc.in2p3.fr>
15289 Date:   Mon Jul 9 14:33:19 2012 +0200
15290
15291     Add a Q&D implementation of trace replay with SMPI. Just to get the
15292     flavor of it, some issues have to be solved and code has to be polished
15293     (we don't know, marion might read it ...)
15294
15295 commit 6b7630e0fc3f68bc100c7a96a419caafa46881b2
15296 Author: suter <frederic.suter@cc.in2p3.fr>
15297 Date:   Mon Jul 9 14:31:25 2012 +0200
15298
15299     Add what's missing to load traces from SMPI.
15300
15301 commit 00cff67d255bcd4743341de79bd0270dbd0ef531
15302 Author: suter <frederic.suter@cc.in2p3.fr>
15303 Date:   Mon Jul 9 14:27:17 2012 +0200
15304
15305     As pointed out by a user, the rate should be expressed in percent, not
15306     in [0..1[. Thus change the .5 to 50 (divide the communication rate by
15307     two), update the "doc" and revalidate the tesh file
15308
15309 commit 205ee521ed38db3902b020439a74b444695f1a5a
15310 Author: suter <frederic.suter@cc.in2p3.fr>
15311 Date:   Mon Jul 9 14:17:27 2012 +0200
15312
15313     no need to add "rank" to the rank (will decrease trace size for replay)
15314
15315 commit 068e0d320459b108a662d34ec2ab0f5c61c16973
15316 Author: Martin Quinson <martin.quinson@loria.fr>
15317 Date:   Mon Jul 9 14:16:37 2012 +0200
15318
15319     document the upcoming change in SMPI
15320
15321 commit 060df8ff1c4957146d50d03dc6a12e848cc5b200
15322 Author: Jean-Baptiste Hervé <jean-baptiste.herve@esial.net>
15323 Date:   Mon Jul 9 10:10:30 2012 +0200
15324
15325     Fix a mistake in the Weibull inverse distribution function
15326
15327 commit 59558e83c900c97181dac54626e77bd0e00e0391
15328 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
15329 Date:   Fri Jul 6 16:16:07 2012 +0200
15330
15331     Increase timeout for test bittorrent.
15332     
15333     5s is too short on a slow machine.
15334
15335 commit 7a881dc4543ab60a51f07bd14dde84842c43a8d6
15336 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
15337 Date:   Thu Jul 5 17:47:37 2012 +0200
15338
15339     Add missing files from examples for dist.
15340
15341 commit 1020d67a0bd55c63c2c98cf29304790e8684564d
15342 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
15343 Date:   Thu Jul 5 17:42:55 2012 +0200
15344
15345     Merge variable BINDINGS_FILES into BINDINGS_SRC.
15346
15347 commit 3f320567312e7875fd8b6ebbbbce6b7fdf759315
15348 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
15349 Date:   Thu Jul 5 17:30:44 2012 +0200
15350
15351     Reorder file lists in lexical order.
15352
15353 commit e013e52eb64de3c13ba7650752fefa332c7b9b63
15354 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
15355 Date:   Thu Jul 5 17:00:59 2012 +0200
15356
15357     Stop trying to resolve real path for cmake directories.
15358     
15359     AFAICT, this piece of code was intended to handle symbolic links in
15360     directories, but it makes more harm than goods, specially with
15361     make dist.
15362
15363 commit 5354650d1c5ced4ec7121493130298e4e16655ff
15364 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
15365 Date:   Thu Jul 5 16:56:04 2012 +0200
15366
15367     Kill duplicated code in CMakeLists.txt.
15368
15369 commit 3457e756a4ee6049544cec24ede74d0ad00b48dd
15370 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
15371 Date:   Thu Jul 5 11:47:00 2012 +0200
15372
15373     Copying the file once is sufficient.
15374
15375 commit 602507dc4522933f90fb75c4427bc3fd92f40bd5
15376 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
15377 Date:   Wed Jul 4 16:28:05 2012 +0200
15378
15379     Create needed directories at configure time instead of adding dummy files.
15380     
15381     Revert "Stupid commit to get shared/doxygen directory existing in the repo."
15382     
15383     This reverts commit d0bcdf8532d5080f0a673f006ce6d4c943815513.
15384
15385 commit e273fb12aaffdec84b156132e634bab153df21b2
15386 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
15387 Date:   Thu Jul 5 17:48:16 2012 +0200
15388
15389     memcheck_tests.cmake: update.
15390
15391 commit 9f711e307baab467e99a5f1e9e5ed3d90b67f5f7
15392 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
15393 Date:   Thu Jul 5 22:31:51 2012 +0200
15394
15395     Break loop here.
15396     
15397     Commit fcc0e93b60352e0d912f18c32706c1ca717c4896 (More cache cleaning in lmm_solve)
15398     wrongly changed a "break" statement into a "continue".
15399     
15400     Fixes infinite loop in tests smpi-reduce.
15401
15402 commit 3d11b865e20621ab35546483d933bd60f2785c18
15403 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
15404 Date:   Thu Jul 5 22:29:31 2012 +0200
15405
15406     Check if cnst->cnst_usage is NULL.
15407     
15408     Fixes a segfault in test-maxmin-usage.
15409
15410 commit 0ff36f645a2645b6fcc757c72ca30b8533564358
15411 Author: Martin Quinson <martin.quinson@loria.fr>
15412 Date:   Thu Jul 5 21:33:19 2012 +0200
15413
15414     be more verbose on explaining the expected result of the model-checker
15415
15416 commit 392f009f7db6b4fae2a0f36a0452178d7be7b5f2
15417 Author: Christophe Thiéry <christopho128@gmail.com>
15418 Date:   Thu Jul 5 17:14:55 2012 +0200
15419
15420     Make it clear that MC is supposed to detect a counter-example in chord.
15421
15422 commit 951ea0532fb9697f2c46ece0a91e054177d21b73
15423 Author: Martin Quinson <martin.quinson@loria.fr>
15424 Date:   Thu Jul 5 17:01:25 2012 +0200
15425
15426     regenerate the parser files with flexml 1.9.3 (thx agier for the patch)
15427
15428 commit e9df5208ecf3950c187334524993d8466dc07810
15429 Author: navarro <navarro@caraja.(none)>
15430 Date:   Thu Jul 5 15:37:34 2012 +0200
15431
15432     free this dynar in none_finalize (if it was used).
15433
15434 commit f64922d48a84a5414cc4761d4a6cdcff45eba195
15435 Author: navarro <navarro@caraja.(none)>
15436 Date:   Thu Jul 5 15:21:17 2012 +0200
15437
15438     Use new tag host_link for peer. No need for router now.
15439
15440 commit b73d1f8d2cab3df6d8fc87c058c5257f5ce0ad5c
15441 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
15442 Date:   Thu Jul 5 15:26:22 2012 +0200
15443
15444     Add Process.getProperty, Host.getProperty, Host.setProperty (update Changelog)
15445
15446 commit 6b224a88aa3b0773379524ea55905c9f97616508
15447 Author: Martin Quinson <martin.quinson@loria.fr>
15448 Date:   Thu Jul 5 15:14:11 2012 +0200
15449
15450     typo on option name
15451
15452 commit 93bb995eb4c9ce2749261e37e6621dcc639e8eb0
15453 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
15454 Date:   Thu Jul 5 14:11:08 2012 +0200
15455
15456     Add VM.reboot
15457
15458 commit d2bd0d6a9643de3a2794d9bc2288ef92c6cef07f
15459 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
15460 Date:   Thu Jul 5 14:10:55 2012 +0200
15461
15462     Update changelog
15463
15464 commit 7abffd12021a46a0ac1bd2b4ff48ca4b3cc8c71c
15465 Author: navarro <navarro@caraja.(none)>
15466 Date:   Thu Jul 5 14:00:45 2012 +0200
15467
15468     Add two new tag for routing cluster (only):
15469         host_link (specify link up and down to a host)
15470         backbone (to make a backbone into an as routing cluster)
15471
15472 commit 1a066c1014c46f1b889b20e3f5e284701a3b1c15
15473 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
15474 Date:   Thu Jul 5 12:04:38 2012 +0200
15475
15476     Add Process.setAutoRestart
15477
15478 commit 006dc3dc2be04557da62a3d01992e9915b833247
15479 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
15480 Date:   Thu Jul 5 11:55:43 2012 +0200
15481
15482     Add Process.restart
15483
15484 commit 5b9ad84fa8c98062be8d44fce9dc54bf44f29564
15485 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
15486 Date:   Thu Jul 5 11:49:40 2012 +0200
15487
15488     Remove deprecated restart function
15489
15490 commit 0dcf57cf230e64338ecec517d85e33747718d31b
15491 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
15492 Date:   Thu Jul 5 10:47:33 2012 +0200
15493
15494     Update copyright comments
15495
15496 commit 2c27fbc5b73139b2815410d3a7848505276dbf5a
15497 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
15498 Date:   Thu Jul 5 10:27:39 2012 +0200
15499
15500     Update copyright comments
15501
15502 commit b1f526e4157e5a965b4773291c81fc71de27de25
15503 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
15504 Date:   Wed Jul 4 11:29:20 2012 +0200
15505
15506     model-checker : use rename() instead of system(mv ..)
15507
15508 commit 9cc88bb9ed0a8974e524f67198984a1e03cb00b0
15509 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
15510 Date:   Wed Jul 4 18:58:43 2012 +0200
15511
15512     Add kademlia C example
15513
15514 commit 403ab0cb795413a1b05cad80eae16b5ecb7c4e67
15515 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
15516 Date:   Wed Jul 4 16:50:18 2012 +0200
15517
15518     Use xbt_dynar_foreach in cloud example
15519
15520 commit 04823b761c5e2c7666a4cda846bfce8d3ccd43ab
15521 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
15522 Date:   Wed Jul 4 16:50:05 2012 +0200
15523
15524     Revalidate tesh file for cloud example
15525
15526 commit b4ded7fdcd100a44224a46313dad6d86edbf89c0
15527 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
15528 Date:   Wed Jul 4 16:35:16 2012 +0200
15529
15530     Update cloud example to use MSG_vm_reboot. Update the tesh file
15531
15532 commit 21810fadd901ebf49d9c91084e4d1e6f20f462f1
15533 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
15534 Date:   Wed Jul 4 16:34:05 2012 +0200
15535
15536     Memory leak fix
15537
15538 commit 30e53e313b361eadd271dd83184627f43d480491
15539 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
15540 Date:   Wed Jul 4 16:31:46 2012 +0200
15541
15542     Add MSG_vm_reboot
15543
15544 commit 395875ca7134a1860a2f087acd3bdc59b8329ecb
15545 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
15546 Date:   Wed Jul 4 15:47:19 2012 +0200
15547
15548     Return the new process in SIMIX_process_restart, simcall_process_restart and MSG_process_restart
15549
15550 commit 53ae81d87fd83a9f71cdf1a783a3c8b0b86e353b
15551 Author: schnorr <Lucas.Schnorr@imag.fr>
15552 Date:   Wed Jul 4 16:29:47 2012 +0200
15553
15554     fix tracing documentation
15555
15556 commit d0bcdf8532d5080f0a673f006ce6d4c943815513
15557 Author: lbobelin <lbobelin@mintcar.imag.fr>
15558 Date:   Wed Jul 4 16:19:06 2012 +0200
15559
15560     Stupid commit to get shared/doxygen directory existing in the repo.
15561
15562 commit 04628f411ceeeb9c393a77424924acd81f20d7c5
15563 Author: lbobelin <lbobelin@mintcar.imag.fr>
15564 Date:   Wed Jul 4 15:46:54 2012 +0200
15565
15566     Changed URLs to the correct one.
15567
15568 commit 05769734ac1a0c11d3e9fe8be324f8ee73c8e37a
15569 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
15570 Date:   Wed Jul 4 15:29:54 2012 +0200
15571
15572     Call xbt_init() to parse the command line, specially "--log=...".
15573
15574 commit 356d964ef596cb5f8905b6a6f54a1053d8ad86b6
15575 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
15576 Date:   Wed Jul 4 15:25:59 2012 +0200
15577
15578     Fix SIMIX_process_kill(SIMIX_process_self()); issue: The killed processes mustn't be added
15579     to the process to run by SIMIX_process_kill if he is the issuer of the function, else he
15580     will be added twice to the process_to_run dynar.
15581     
15582     Add simcall_process_restart, SIMIX_process_restart and MSG_process_restart, which restarts
15583     a process.
15584
15585 commit 0e45e2bf6e0e59b7e594df0cefa6954d9a94fe7f
15586 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
15587 Date:   Wed Jul 4 14:47:13 2012 +0200
15588
15589     Remove XBT_INLINE from bittorrent example.
15590
15591 commit 3d84113e2eb8d578a6838d21f84f55d9e77c65d4
15592 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
15593 Date:   Wed Jul 4 14:34:27 2012 +0200
15594
15595     Make example compile with enable_warnings=ON.
15596     
15597     Main changes are:
15598     * remove unused variables.
15599     * use unsigned int for the index in xbt_dynar_foreach.
15600
15601 commit 0868c23f9325ad81241a6e1df80e804d7f4067b7
15602 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
15603 Date:   Wed Jul 4 14:26:23 2012 +0200
15604
15605     Reindent.
15606
15607 commit 6f5f42b500d02eacbefd94f874507bad64139943
15608 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
15609 Date:   Wed Jul 4 14:13:57 2012 +0200
15610
15611     Don't override CMAKE_C_FLAGS!
15612
15613 commit 8b99ac328a50ce4b487c0fc16b16d36587ecaf9b
15614 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
15615 Date:   Wed Jul 4 13:05:46 2012 +0200
15616
15617     Make directory when building out of the source tree.
15618
15619 commit 1d6bce8638cc01a31124a3b9e7d566f4a036f403
15620 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
15621 Date:   Wed Jul 4 13:09:28 2012 +0200
15622
15623     Include simgrid_config.h before stdio.h to define _GNU_SOURCE if needed.
15624
15625 commit 85b57706cd8138c99dcf423530de1c99ea74720a
15626 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
15627 Date:   Wed Jul 4 11:40:33 2012 +0200
15628
15629     Remove useless defines.
15630
15631 commit 2b1c48aa8ff28c0d706779f2a69aadc5333e48ab
15632 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
15633 Date:   Wed Jul 4 11:53:40 2012 +0200
15634
15635     Don't define variables in header files (part 2).
15636
15637 commit ce54a553c7d64c3e8f18db790b40de8b0882a4f8
15638 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
15639 Date:   Wed Jul 4 11:40:33 2012 +0200
15640
15641     Add -fno-common to compile flags.
15642     
15643     For now, add it only when enable_compile_warnings=ON, in order to
15644     catch multiple defined variables, like those defined in header
15645     files.
15646
15647 commit fcc0e93b60352e0d912f18c32706c1ca717c4896
15648 Author: navarro <navarro@caraja.(none)>
15649 Date:   Wed Jul 4 13:07:58 2012 +0200
15650
15651     More cache cleaning in lmm_solve
15652
15653 commit e0afb08bc1b3f660490e19267b8ff709f4a1ac68
15654 Author: schnorr <Lucas.Schnorr@imag.fr>
15655 Date:   Wed Jul 4 12:41:10 2012 +0200
15656
15657     copying an image needed by the tracing documentation
15658
15659 commit ac310f1dd295d6b7281674e9dcb1fce7851a8fcf
15660 Author: schnorr <Lucas.Schnorr@imag.fr>
15661 Date:   Wed Jul 4 12:23:49 2012 +0200
15662
15663     [trace] fix paje header in tesh files
15664
15665 commit ec76e6ef1a0f86a5d674a502349111fe8618c009
15666 Author: schnorr <Lucas.Schnorr@imag.fr>
15667 Date:   Wed Jul 4 12:20:36 2012 +0200
15668
15669     [trace] correctly declaring simgrid tracing mark values as event values
15670
15671 commit 23e9d3ae59822a5df6abc1963fa6703362363a65
15672 Author: schnorr <Lucas.Schnorr@imag.fr>
15673 Date:   Wed Jul 4 11:14:37 2012 +0200
15674
15675     [trace] don't specify color when declaring an event type
15676
15677 commit 778b06d156f6e300a447df10b297a62cc3c73b4d
15678 Author: schnorr <Lucas.Schnorr@imag.fr>
15679 Date:   Wed Jul 4 11:00:17 2012 +0200
15680
15681     [trace] follow the paje file format specification
15682
15683 commit f7e342550d6e25e190be5d1142e2d5a0e11846d2
15684 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
15685 Date:   Wed Jul 4 11:04:09 2012 +0200
15686
15687     Don't define variables in header file.
15688
15689 commit dda6d624c0e0e147284139024623b25a663b1ea8
15690 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
15691 Date:   Tue Jul 3 10:54:48 2012 +0200
15692
15693     Update.
15694
15695 commit b4539a70d092ffc40ff51496e94b561111d1bcb4
15696 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
15697 Date:   Tue Jul 3 23:46:58 2012 +0200
15698
15699     Fix indentation (again).
15700
15701 commit 16af0d72b0e253727842d8b4e3d3397b21cd8f73
15702 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
15703 Date:   Tue Jul 3 15:08:31 2012 +0200
15704
15705     Fix memory leak.
15706     
15707     SIMIX_host_execution_destroy() was modified along to SIMIX_host_execution_cancel()
15708     by commit c4d5e0512df1e2b3e83d57fbb17e225e286ef4ca (avoid double free issues
15709     when on host failure+process run).
15710     
15711     These changes lead to memory leaks (action are not destroyed anymore).
15712     
15713     Since SIMIX_host_execution_cancel was later modified, revert the changes
15714     from commit c4d5e05.
15715
15716 commit 9225fd6096b9537c4c3afac6df6c2edf6b367714
15717 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
15718 Date:   Tue Jul 3 13:44:44 2012 +0200
15719
15720     [trace] free dicts on TRACE_end.
15721
15722 commit b162f038e6f19cb564dfdb9de895c9f9394fd242
15723 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
15724 Date:   Tue Jul 3 12:15:34 2012 +0200
15725
15726     Fix free function for dynar, and simplify the code at the end of the function.
15727
15728 commit 2cc04c39207b220e24338174f34ca4517e21670b
15729 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
15730 Date:   Tue Jul 3 12:12:58 2012 +0200
15731
15732     Avoid to free object twice.
15733
15734 commit 9258fcd647e40a7299f05b53438acd450a3000be
15735 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
15736 Date:   Tue Jul 3 12:11:18 2012 +0200
15737
15738     Free dot before exit.
15739
15740 commit 113dec377baaaa0d41929d24ed2b48c80d79ba36
15741 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
15742 Date:   Tue Jul 3 23:02:04 2012 +0200
15743
15744     model-checker : use abort() instead of a hack for core dump
15745
15746 commit 28628af902f72f15bd3fb0b7c93d1dd8a63d29ac
15747 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
15748 Date:   Tue Jul 3 22:38:16 2012 +0200
15749
15750     model-checker : typo
15751
15752 commit d0d59f5fddb48acb3ce7315d3a992c8d3669afcd
15753 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
15754 Date:   Tue Jul 3 15:42:08 2012 +0200
15755
15756     model-checker : create core dump without termination for each acceptance pair
15757
15758 commit 844d5085f16498071d85e6b89e14c8db8191c13e
15759 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
15760 Date:   Tue Jul 3 15:39:26 2012 +0200
15761
15762     model-checker : pointer detection fixed
15763
15764 commit 712e7b7fa1893b2e989c4846e1839bcee0393a8c
15765 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
15766 Date:   Mon Jul 2 16:40:25 2012 +0200
15767
15768     model-checker : copyright header for safety properties model checking examples
15769
15770 commit 0f123dd4d0d60d0c57bcae6f3629c83e32549b39
15771 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
15772 Date:   Tue Jul 3 18:25:38 2012 +0200
15773
15774     Add bittorrent example
15775
15776 commit 112443be887110f561ef3a948178bc2367d33dbe
15777 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
15778 Date:   Tue Jul 3 18:12:25 2012 +0200
15779
15780     Little change in xbt_dynar_to_array doc
15781
15782 commit 26dba48207ee357751fa83f2b2af35a9f7c069ce
15783 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
15784 Date:   Tue Jul 3 18:09:25 2012 +0200
15785
15786     Revalidate chord.tesh/chord_crosstraffic.tesh
15787
15788 commit bbe7b4b942068c38403b9a6e21948d8160a0f575
15789 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
15790 Date:   Tue Jul 3 18:01:42 2012 +0200
15791
15792     Add leave in chord
15793
15794 commit 38f706d9a31e1c50b5a3a7d93cdc64bb3cf6417f
15795 Author: navarro <navarro@caraja.(none)>
15796 Date:   Tue Jul 3 15:21:45 2012 +0200
15797
15798     Fix some warnings in doc
15799
15800 commit 4b3728c65b4c8fbd3eb81eb273f5a40d83117d33
15801 Author: navarro <navarro@caraja.(none)>
15802 Date:   Tue Jul 3 14:40:20 2012 +0200
15803
15804     Remove this files to git
15805
15806 commit aa2bc3b93a6e6f6de5b753b5298ea809f26d3ffe
15807 Author: navarro <navarro@caraja.(none)>
15808 Date:   Tue Jul 3 13:21:19 2012 +0200
15809
15810     lmm_solve cache cleaning
15811
15812 commit 7335bf743d75ed17eae164e1f40c0539029e0f40
15813 Author: lbobelin <lbobelin@mintcar.imag.fr>
15814 Date:   Tue Jul 3 11:23:16 2012 +0200
15815
15816     Minor corrections.
15817
15818 commit 57f5d434ecd7f3e3d6573cbd2a33257c5b35082a
15819 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
15820 Date:   Tue Jul 3 10:57:27 2012 +0200
15821
15822     Cleanup in Kademlia example
15823
15824 commit b0cca59f4dbc2d88cb5ed37673a807bbfff9fde1
15825 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
15826 Date:   Tue Jul 3 10:40:39 2012 +0200
15827
15828     Bugfix in bittorrent example
15829
15830 commit 3b5a91d2bbcb6fa1b01c598a1d61ba00912c12a3
15831 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
15832 Date:   Mon Jul 2 23:40:36 2012 +0200
15833
15834     s/MSG_error_t/msg_error_t/
15835
15836 commit 7576230c94b48b0422725f7dec95dd2831cf57dc
15837 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
15838 Date:   Mon Jul 2 21:32:18 2012 +0200
15839
15840     Add missing test properties for new lua tests.
15841
15842 commit 5ed5d6c3cf4a81e49623485b8d122242799a1a7c
15843 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
15844 Date:   Mon Jul 2 21:21:46 2012 +0200
15845
15846     Fix indentation.
15847
15848 commit aa1a1307d017cac5a96237f14f9085bf35a3cebc
15849 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
15850 Date:   Fri Jun 29 14:33:20 2012 +0200
15851
15852     Define macros to make compatibility layer of libagraph vs. libcgraph more legible.
15853
15854 commit 17ac42f75ce20ece3947836ebdd8efb3378b9dce
15855 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
15856 Date:   Mon Jul 2 18:47:55 2012 +0200
15857
15858     Bugfix in Bittorrent example
15859
15860 commit 5eb821c4f508ef4a57b05a5fe4adc83eb58aebed
15861 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
15862 Date:   Mon Jul 2 18:21:17 2012 +0200
15863
15864     Add lua-bittorrent tesh file
15865
15866 commit 64fc15f48c604dad9e79e38c5058f0ed43545aaf
15867 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
15868 Date:   Mon Jul 2 18:17:56 2012 +0200
15869
15870     Add lua-kademlia tesh file
15871
15872 commit 78b439281c3499aaece9e9cbb9e1ea8f2db55fb5
15873 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
15874 Date:   Mon Jul 2 18:13:42 2012 +0200
15875
15876     Add kademlia lua example
15877
15878 commit 7622b935dd8a79a4d564bd87bdee36195633b758
15879 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
15880 Date:   Mon Jul 2 16:39:55 2012 +0200
15881
15882     Tiny corrections in doc.
15883
15884 commit 4586126e5a968926d9c937fb5b6e39eff37a2bd3
15885 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
15886 Date:   Mon Jul 2 16:30:53 2012 +0200
15887
15888     model-checker: sed 's/m_task_t/msg_task_t/g' on MC examples
15889
15890 commit 7ee955e723c9098d76dab196c47c310fd0b2bac4
15891 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
15892 Date:   Mon Jul 2 15:35:53 2012 +0200
15893
15894     model-checker : extend pointer detection in heap comparison algorithm
15895
15896 commit 1383c8ed3e3f25eaa583e5388869f0f38340a8ee
15897 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
15898 Date:   Sat Jun 30 21:37:44 2012 +0200
15899
15900     model-checker : remove unnecessary test
15901
15902 commit 66e807f40a943c3e3f754ed836d6759cc4909ce2
15903 Author: lbobelin <lbobelin@mintcar.imag.fr>
15904 Date:   Mon Jul 2 14:03:41 2012 +0200
15905
15906     Just cleaned some stuff to only show undocumented functions refered
15907
15908 commit 3b65b9c7fc6cb4cf759833647a3de9b776b3a984
15909 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
15910 Date:   Mon Jul 2 11:45:51 2012 +0200
15911
15912     Add missing compatibility typedefs.
15913
15914 commit 694215fc2015850eca75bee03d004f0cec456ac4
15915 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
15916 Date:   Mon Jul 2 11:45:35 2012 +0200
15917
15918     Move compatibility typedefs in section MSG_USE_DEPRECATED.
15919
15920 commit 1c28fe550c4da2bc8006f7fd970c78ed3052733a
15921 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
15922 Date:   Mon Jul 2 11:32:02 2012 +0200
15923
15924     Bugfix in Kademlia example
15925
15926 commit e4c992e8778acc2cb846a80c1ebc7b3b44bdfcd4
15927 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
15928 Date:   Mon Jul 2 11:26:44 2012 +0200
15929
15930     Add more logging level to Msg
15931
15932 commit 54d397cd9f43d2cc0e6e68d3c4a7da02c3786173
15933 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
15934 Date:   Mon Jul 2 11:22:04 2012 +0200
15935
15936     Update bittorrent example
15937
15938 commit 2cc50c97c864bf19245757bab51d682d771145a0
15939 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
15940 Date:   Mon Jul 2 10:01:37 2012 +0200
15941
15942     Typo
15943
15944 commit 724ca046f77fe11ada8a28c60a2b33c0720a63b4
15945 Author: suter <frederic.suter@cc.in2p3.fr>
15946 Date:   Thu Jun 28 15:23:55 2012 +0200
15947
15948     Add a new test to see how failures are handled by SimDag.
15949     Seem to raise a bug because unscheduling and rescheduling a FAILED
15950     tasks makes it run in no time.
15951
15952 commit a6399ec5be5b63718e15d25d870212bef3955f4d
15953 Author: lbobelin <lbobelin@mintcar.imag.fr>
15954 Date:   Fri Jun 29 22:00:53 2012 +0200
15955
15956     Added some stuff about deployment to please Fred. Corrected some stuff.
15957
15958 commit 433d421252e9cd45a783a0197deffc7570c4d4f4
15959 Author: lbobelin <lbobelin@mintcar.imag.fr>
15960 Date:   Fri Jun 29 21:11:31 2012 +0200
15961
15962     Just added links to tutorials.
15963
15964 commit f9608a8c18ef93273a1bcab908212c849f00b98a
15965 Author: lbobelin <lbobelin@mintcar.imag.fr>
15966 Date:   Fri Jun 29 18:28:10 2012 +0200
15967
15968     Mainly cosmetics. I stop for now working on doc.
15969
15970 commit acad15c37e34c5892f882b056cd8d3112ea6b661
15971 Author: lbobelin <lbobelin@mintcar.imag.fr>
15972 Date:   Fri Jun 29 18:07:33 2012 +0200
15973
15974     Ok, I forgot most of the examples in one of my previous commit. Repaired.
15975
15976 commit 104c68d742a2b55bbc91ae8a473754df2e4ae884
15977 Author: lbobelin <lbobelin@mintcar.imag.fr>
15978 Date:   Fri Jun 29 16:57:22 2012 +0200
15979
15980     Cosmetics
15981
15982 commit 1290a5bf942b9018ab6e3e626655e55abeb36142
15983 Author: lbobelin <lbobelin@mintcar.imag.fr>
15984 Date:   Fri Jun 29 16:36:27 2012 +0200
15985
15986     Cleaned doc, re-included examples, should be better now.
15987
15988 commit 9ac33ce271859176135a44236897c8c73d8e1cd0
15989 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
15990 Date:   Fri Jun 29 15:44:03 2012 +0200
15991
15992     Fix typo in msg reference guide
15993
15994 commit 85c26fb3a540c0097a5cdcdd8ea92a1b0d1ed5f6
15995 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
15996 Date:   Fri Jun 29 15:28:41 2012 +0200
15997
15998     Fix kademlia tesh file
15999
16000 commit 4334de1a3cf1c1b19c78fe059b6481a1e53b96c8
16001 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
16002 Date:   Fri Jun 29 15:17:47 2012 +0200
16003
16004     model-checker : tests for snapshot comparison
16005
16006 commit a17be3713cc19ed52774e3a7a5951631e2b345eb
16007 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
16008 Date:   Fri Jun 29 10:19:04 2012 +0200
16009
16010     model-checker : test unit removed
16011
16012 commit 21fce2eda21e3c3bea7a19630948ccd6ec64145f
16013 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
16014 Date:   Fri Jun 29 10:17:29 2012 +0200
16015
16016     model-checker : move functions about snapshot comparison from mc_liveness to mc_checkpoint and declare them static
16017
16018 commit f6271f778c143b683ef69760583a8f398dfcf446
16019 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
16020 Date:   Thu Jun 28 15:52:42 2012 +0200
16021
16022     model-checker : get fragment number like in realloc function
16023
16024 commit 97e823f2bdbdcb13c2582268b63798e69f4d673e
16025 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
16026 Date:   Fri Jun 29 15:11:40 2012 +0200
16027
16028     Some doc on how to use the coroutines context factory
16029
16030 commit 5f45a3bad3fd29ece130e18a0f0ff17f0b245eb8
16031 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
16032 Date:   Wed Jun 27 11:16:50 2012 +0200
16033
16034     Reindent.
16035
16036 commit 2fc7fc198804b52da76e8a02f0e6c7da44e7e78d
16037 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
16038 Date:   Fri Jun 29 14:23:46 2012 +0200
16039
16040     Update changelog
16041
16042 commit 2e8b780c6a1d16b8f415ded65b1c9e40c66998ba
16043 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
16044 Date:   Fri Jun 29 14:17:49 2012 +0200
16045
16046     Move a simcall doc from MSG to SIMIX
16047
16048 commit 2057d436f1e55c886a8dccaa1b623e7ae236e1ec
16049 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
16050 Date:   Fri Jun 29 14:13:29 2012 +0200
16051
16052     Add some doc for SIMIX reference guide
16053
16054 commit 28a7eeb93a542e1b34dbbef353478bccd0411627
16055 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
16056 Date:   Fri Jun 29 13:42:45 2012 +0200
16057
16058     Fix issues in documentation
16059
16060 commit 3251d90fe4b97b5021ded47d783262266d7df9f5
16061 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
16062 Date:   Fri Jun 29 12:08:37 2012 +0200
16063
16064     Adapt to the latest changes in MSG API
16065
16066 commit a34aa584ccd2bdb81659d0e5df22864cf999c0f4
16067 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
16068 Date:   Fri Jun 29 12:01:07 2012 +0200
16069
16070     Use msg_error_t instead of MSG_error_t
16071
16072 commit c2c89401822ce6edf5d891533da3c77d633186ac
16073 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
16074 Date:   Fri Jun 29 11:45:17 2012 +0200
16075
16076     Use msg_gpu_task_t instead of m_gpu_task_t
16077
16078 commit 274b996ead50456d7519b1cbd5d4f86e0a9154ec
16079 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
16080 Date:   Fri Jun 29 11:39:13 2012 +0200
16081
16082     Use msg_task_t instead of m_task_t
16083
16084 commit df12bbc75c274351f3b3a628740e0b3270f08e18
16085 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
16086 Date:   Fri Jun 29 11:26:47 2012 +0200
16087
16088     Use msg_host_t instead of m_host_t.
16089
16090 commit d9cad55dcc546b3936c278258e7f463ac70066df
16091 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
16092 Date:   Fri Jun 29 11:14:43 2012 +0200
16093
16094     Use msg_process_t instead of m_process_t
16095
16096 commit 25e010bfd98f5cd247c57660cb7837c4f7d449cb
16097 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
16098 Date:   Fri Jun 29 09:03:48 2012 +0200
16099
16100     Update tesh files with process autorestart.
16101
16102 commit 785f18415bb4bd8bde7c65d79de17766226e6e6f
16103 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
16104 Date:   Fri Jun 29 09:03:48 2012 +0200
16105
16106     Add "output sort" in tesh files.
16107
16108 commit a6d43758403c7ae6d190e00e090141dfb7eac233
16109 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
16110 Date:   Fri Jun 29 09:03:48 2012 +0200
16111
16112     Clean CMakeLists.txt in examples/smpi.
16113     
16114     Remove "flags" which is already set in smpicc, and use include_directories for its purpose.
16115
16116 commit ae63e82d19ff7cf05a322f768bd1159f27c85d79
16117 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
16118 Date:   Fri Jun 29 09:03:47 2012 +0200
16119
16120     Don't mix install and build directories in smpicc.
16121     
16122     Build directories are already given on command line by cmake.
16123     Ensure that install directories come last in the list so that the correct
16124     directories are used at build time for includes and libraries.
16125
16126 commit 2759f3e06a1061e6dfdc9c44fa8913cf9e2bd9ad
16127 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
16128 Date:   Fri Jun 29 09:03:47 2012 +0200
16129
16130     Missing include when !HAVE_TRACING.
16131
16132 commit 19e031b5c14b35fa1bc3124e2460a98a496eea9c
16133 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
16134 Date:   Fri Jun 29 09:03:47 2012 +0200
16135
16136     Use memcpy() instead of possibly broken aliasing through an union.
16137     
16138     According to C standard:
16139     J.1 Unspecified behavior
16140     The following are unspecified:
16141     [...]
16142     -- The value of a union member other than the last one stored into (6.2.6.1).
16143
16144 commit 8b52cae07e74264248eaeb8c5277c808de55c18c
16145 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
16146 Date:   Thu Jun 28 15:48:06 2012 +0200
16147
16148     Fix in SIMIX_host_add_auto_restart_process
16149
16150 commit 8ba79039f7b59f05275e5964eff9fda48d46fec3
16151 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
16152 Date:   Thu Jun 28 15:16:28 2012 +0200
16153
16154     Fix an issue in process autorestart
16155
16156 commit 8f12aa33fc9b58a6039ceacef1279d61a69a3ab2
16157 Author: navarro <navarro@caraja.(none)>
16158 Date:   Thu Jun 28 14:44:25 2012 +0200
16159
16160     Hide cmake variable
16161
16162 commit 1b68a4869b8c7ecbf0d251f97503fb0809377e79
16163 Author: navarro <navarro@caraja.(none)>
16164 Date:   Thu Jun 28 14:41:04 2012 +0200
16165
16166     Remove duplicated declartion of functions. They are in simix.h and not private,
16167     they are called by MSG
16168
16169 commit b4852fd3bb330d081de77ad7092fb2f11ee0b7a4
16170 Author: navarro <navarro@caraja.(none)>
16171 Date:   Thu Jun 28 14:28:40 2012 +0200
16172
16173     Add the function autorestart in simix_global
16174
16175 commit 5d5b1f33a75eda059dc0d5acc6c0fac5ad532f30
16176 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
16177 Date:   Thu Jun 28 13:59:15 2012 +0200
16178
16179     Add SIMIX_host_restart_processes
16180
16181 commit e683f4e829813790c25870ccf9d43a18b8296d2a
16182 Author: navarro <navarro@caraja.(none)>
16183 Date:   Thu Jun 28 13:05:37 2012 +0200
16184
16185     Create a dict with all hosts with state SURF_RESOURCE_OFF during a SIMIX_process_stop.
16186
16187 commit 0d9aacb799b18b0f8728d6924c2283268d738555
16188 Author: navarro <navarro@caraja.(none)>
16189 Date:   Mon Jun 25 15:08:07 2012 +0200
16190
16191     TODO comments
16192
16193 commit 9d7e857328377861f81e95fbc3138032b51b7da9
16194 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
16195 Date:   Thu Jun 28 11:28:19 2012 +0200
16196
16197     Test for failed host is wrong for parallel tasks.
16198
16199 commit 7515a7f47736f366e8366384c7895a628521ba98
16200 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
16201 Date:   Thu Jun 28 11:10:06 2012 +0200
16202
16203     Add dots, and break long lines.
16204
16205 commit ecd35df2e7f8f751217f768b7b30d605cbd088fb
16206 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
16207 Date:   Thu Jun 28 10:44:33 2012 +0200
16208
16209     Changelog update
16210
16211 commit a1d32fdb0f2330fd07de19259cce6759d77bf73e
16212 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
16213 Date:   Thu Jun 28 10:26:40 2012 +0200
16214
16215     memcheck_tests.cmake: update.
16216
16217 commit 5816eca916a855f4bb69859f499362fdfd60fdcd
16218 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
16219 Date:   Thu Jun 28 10:26:40 2012 +0200
16220
16221     Don't run test when it's not built (!HAVE_GRAPHVIZ).
16222
16223 commit 2420075afefb2e0baa496fa96054ca21fe831296
16224 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
16225 Date:   Thu Jun 28 10:28:18 2012 +0200
16226
16227     Update changelog.
16228
16229 commit 0602bfd9602a814fdee14bc2ac52688506d1dd6c
16230 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
16231 Date:   Thu Jun 28 10:26:40 2012 +0200
16232
16233     Fix path for out-of-source builds, and kill useless empty lines.
16234
16235 commit 01f4354d59ef70e1b57fb8f50a927b5566c47ce9
16236 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
16237 Date:   Thu Jun 28 10:28:03 2012 +0200
16238
16239     Bugfix in kademlia example
16240
16241 commit 76ef19f5a8696bd5d23474fb83ceab4626b13d4c
16242 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
16243 Date:   Thu Jun 28 10:26:40 2012 +0200
16244
16245     Update with flex from Debian (includes fixes for ia64).
16246
16247 commit 5a055a10b09fcb0fbb7548f225bfea981af2efe0
16248 Author: suter <frederic.suter@cc.in2p3.fr>
16249 Date:   Thu Jun 28 09:59:37 2012 +0200
16250
16251     Test the simdag_tracing code that were already there in /examples/simdag
16252
16253 commit 62a495a5f774221db281dc19fc7a23f7c9244b87
16254 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
16255 Date:   Wed Jun 27 18:33:54 2012 +0200
16256
16257     model-checker : update supernovae files (automaton_create.c removed with cleanups done for model-checking configuration)
16258
16259 commit 4ce21c89522602e9ba23daa8d5e9f14b25a6afa3
16260 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
16261 Date:   Wed Jun 27 17:27:21 2012 +0200
16262
16263     model-checker : detect valid block or fragment pointer as free function
16264
16265 commit c0dc66a3644be860680e6df4092484c522e59d40
16266 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
16267 Date:   Tue Jun 26 14:19:44 2012 +0200
16268
16269     model-checker : check current_heap before SET_RAW_MEM and restore it after UNSET_RAW_MEM
16270
16271 commit e631fc4ebfccaf24508e14216a9138669a635c6a
16272 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
16273 Date:   Wed Jun 27 16:29:56 2012 +0200
16274
16275     First bricks for auto_restart support in SIMIX/MSG.
16276
16277 commit 9ce7c789e611dd0f1169663310d85d3dfd2830bd
16278 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
16279 Date:   Wed Jun 27 16:19:46 2012 +0200
16280
16281     Changes in generated files from DTD change.
16282
16283 commit af71ab81b568529055a895c371aec7985b4a42d5
16284 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
16285 Date:   Wed Jun 27 16:17:00 2012 +0200
16286
16287     Changes in SimGrid DTD files for on_failure support.
16288
16289 commit 0a20b10a1efd68b60826d141460f5fab8a8a76da
16290 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
16291 Date:   Wed Jun 27 16:08:41 2012 +0200
16292
16293     Add on_failure for processes to the SimGrid DTD.
16294
16295 commit 5a17cc5861e95968c9d9539217185e20b13d54b0
16296 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
16297 Date:   Wed Jun 27 10:08:45 2012 +0200
16298
16299     Fix search paths for test "simdag-test-lua".
16300     
16301     The test is still failing, though.
16302
16303 commit f64c93f5bc0bca803dececa000341160f44c8c09
16304 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
16305 Date:   Wed Jun 27 09:21:33 2012 +0200
16306
16307     Untabify.
16308
16309 commit 9f1d484852065d8e224f03acb1d11bcca28dd07a
16310 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
16311 Date:   Tue Jun 26 23:38:03 2012 +0200
16312
16313     Avoid to recompile automatonparse_promela.c at each build (maintainer mode).
16314
16315 commit dc9445b12b37f91dd4f6c2d4d20027f0e3860782
16316 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
16317 Date:   Tue Jun 26 19:20:52 2012 +0200
16318
16319     Testing the value is useless here...
16320
16321 commit 89116b1610923aaa6ee2a8bc7bc2dfe85b697886
16322 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
16323 Date:   Tue Jun 26 19:15:46 2012 +0200
16324
16325     Complete help for logs.
16326
16327 commit 35362c49665ddcaf7e6b9dbe0b40b341d4931112
16328 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
16329 Date:   Tue Jun 26 19:15:09 2012 +0200
16330
16331     Remove obsolete command line arguments from help.
16332
16333 commit 89c1f80068ed676c1548d64aaadd915103b6620e
16334 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
16335 Date:   Tue Jun 26 19:14:11 2012 +0200
16336
16337     Typo and spaces at EOL.
16338
16339 commit 03dcec28dc2e95f1e2472e1d04f66fd037991968
16340 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
16341 Date:   Tue Jun 26 19:09:55 2012 +0200
16342
16343     memcheck_tests.cmake: regenerate.
16344
16345 commit 145029726ec6891f5818e2888e9e55e7ae1e3f50
16346 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
16347 Date:   Tue Jun 26 19:09:13 2012 +0200
16348
16349     Make generate_memcheck_tests.pl keep indentation (but the two first space).
16350
16351 commit c3a1127888725e3075adff3ad323dc1357351530
16352 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
16353 Date:   Tue Jun 26 17:05:16 2012 +0200
16354
16355     Reindent Cmake files.
16356
16357 commit fe2cfede6b5e1c8d2af6db841de278dfcffd8baf
16358 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
16359 Date:   Tue Jun 26 16:26:22 2012 +0200
16360
16361     Remove unnecessary spaces and empty lines in tesh files.
16362
16363 commit bbf75823fbe657eda9739c3be6c1715c3041f056
16364 Author: suter <frederic.suter@cc.in2p3.fr>
16365 Date:   Tue Jun 26 13:15:56 2012 +0200
16366
16367     test also the dotloader with a file that comprises a cycle.
16368
16369 commit a0d7c50a3e502a56e72a3712521a6811bcef3129
16370 Author: suter <frederic.suter@cc.in2p3.fr>
16371 Date:   Tue Jun 26 13:05:33 2012 +0200
16372
16373     even with DOT, we should whine if cycle are detected and return nothing
16374
16375 commit 605d492bdd18a738b4b44b5d7b3778f3fbbc98a5
16376 Author: suter <frederic.suter@cc.in2p3.fr>
16377 Date:   Tue Jun 26 12:48:51 2012 +0200
16378
16379     invalid access mode should be tested in the setter not in the dump
16380     function.
16381
16382 commit 76d25b344f915258d624e6cc537644e3b7e26455
16383 Author: suter <frederic.suter@cc.in2p3.fr>
16384 Date:   Tue Jun 26 12:26:53 2012 +0200
16385
16386     add the simdag-dax-cycle test to the list
16387
16388 commit ab7418ea55f8abd705c79a413b36d01bd7b1f666
16389 Author: suter <frederic.suter@cc.in2p3.fr>
16390 Date:   Tue Jun 26 12:24:21 2012 +0200
16391
16392     add a new test that loads a DAX with a cycle. It should be detected and
16393     the test should abort.
16394
16395 commit 1b2426212099a9f0582902f26f9e24884c970d37
16396 Author: suter <frederic.suter@cc.in2p3.fr>
16397 Date:   Tue Jun 26 12:22:54 2012 +0200
16398
16399     have to use basename once again to make tesh happy
16400
16401 commit 6b70e05934867d908bfc8ed9bd11aae00f63d0f2
16402 Author: suter <frederic.suter@cc.in2p3.fr>
16403 Date:   Tue Jun 26 11:09:47 2012 +0200
16404
16405     If the DAX contains a cycle, just miserably die ...
16406
16407 commit c17cff7f61f54f1370a7572c8be6d8b4f43c5591
16408 Author: suter <frederic.suter@cc.in2p3.fr>
16409 Date:   Tue Jun 26 11:00:05 2012 +0200
16410
16411     When you detect a cycle in a structure supposed to be acyclic, don't
16412     return it the user. Raise an error message and return nothing instead.
16413
16414 commit 55a1f7c075eec4bb26ca9519473045c54187f894
16415 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
16416 Date:   Tue Jun 26 11:55:50 2012 +0200
16417
16418     Fix a memory leak.
16419
16420 commit 666e63d86176b45a0591eb6a7f7b490b8ebe6c1f
16421 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
16422 Date:   Tue Jun 26 10:27:21 2012 +0200
16423
16424     Add bittorrent files to the CMakeLists
16425
16426 commit a28877c438152045726c8882e363ff1422d99280
16427 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
16428 Date:   Tue Jun 26 10:59:45 2012 +0200
16429
16430     model-checker : keep one bugged1 example for liveness properties
16431
16432 commit 788888f6b77805d81ee445672fd37893debe1adb
16433 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
16434 Date:   Tue Jun 26 10:58:55 2012 +0200
16435
16436     model-checker : update list of examples in CMakeLists
16437
16438 commit d9c6eba379f2a59e3a1d4dda0576d54fc1e4e26a
16439 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
16440 Date:   Tue Jun 26 10:58:14 2012 +0200
16441
16442     model-checker : remove unused examples
16443
16444 commit 16b355b54e4835a696afb1609159de9108714536
16445 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
16446 Date:   Mon Jun 25 07:57:20 2012 +0200
16447
16448     model-checker : cosmetics reindent
16449
16450 commit efbed576e8092f3d5b49f9f8da0d37363b2b6b3b
16451 Author: suter <frederic.suter@cc.in2p3.fr>
16452 Date:   Tue Jun 26 09:49:56 2012 +0200
16453
16454     rhhaaa, forgot the tesh file of that beautiful test.
16455
16456 commit 5588ec184b3f66ab67ba6d4a527a68514fc2460f
16457 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
16458 Date:   Mon Jun 25 16:53:20 2012 +0200
16459
16460     Fix cloud tesh file
16461
16462 commit 0feff83cd4e93e9202cab54ec970cc7e4d6931c7
16463 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
16464 Date:   Mon Jun 25 16:51:57 2012 +0200
16465
16466     Add kademlia example
16467
16468 commit 9a70319084dc5c9e13be59bb0554775a91431cd4
16469 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
16470 Date:   Mon Jun 25 14:05:55 2012 +0200
16471
16472     Bugfix in bittorrent example
16473
16474 commit a145185a6729e2829a778ebef14602aff5ee2eda
16475 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
16476 Date:   Mon Jun 25 13:39:50 2012 +0200
16477
16478     Add a simcall for process_on_exit
16479
16480 commit 20801428bec07ed58c348d25ad39878f2c208389
16481 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
16482 Date:   Mon Jun 25 10:43:40 2012 +0200
16483
16484     Fix commit f48cc395ebecc84d865ab551a672d2a2358624e5
16485
16486 commit f48cc395ebecc84d865ab551a672d2a2358624e5
16487 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
16488 Date:   Mon Jun 25 10:41:12 2012 +0200
16489
16490     Fix an issue when you registered a on_exit function on a process_create.
16491
16492 commit ebf591a2f9dc44bba051d816852c212368b97997
16493 Author: suter <frederic.suter@cc.in2p3.fr>
16494 Date:   Sun Jun 24 19:19:37 2012 +0200
16495
16496     slight change to verify that access mode can be changed both ways
16497
16498 commit e547445116ecdc77db26fdc4d9a78aa8733463b2
16499 Author: suter <frederic.suter@cc.in2p3.fr>
16500 Date:   Sun Jun 24 19:01:50 2012 +0200
16501
16502     extend test to see if SD_workstation_dump displays properties correctly
16503
16504 commit 4107478982adc3eade105c88bfa79c0c792f1348
16505 Author: suter <frederic.suter@cc.in2p3.fr>
16506 Date:   Sun Jun 24 18:52:05 2012 +0200
16507
16508     extend the test to unschedule parallel typed tasks and test the fact
16509     that no order is imposed to auto-schedule a transfer (src first or dst
16510     first, who cares?)
16511
16512 commit 0ac32fda622108316725dc9e16603746a4c1c265
16513 Author: suter <frederic.suter@cc.in2p3.fr>
16514 Date:   Sun Jun 24 18:50:22 2012 +0200
16515
16516     SD_unschedule was never tested and actually buggy for typed parallel
16517     tasks.
16518
16519 commit 17f1cb36dbcbd5931a61447921be1484680d189b
16520 Author: suter <frederic.suter@cc.in2p3.fr>
16521 Date:   Sun Jun 24 18:14:15 2012 +0200
16522
16523     basename raises a warning without including libgen.h
16524
16525 commit 081229f1da52669ab12843e94e9418db48359bc6
16526 Author: suter <frederic.suter@cc.in2p3.fr>
16527 Date:   Sun Jun 24 18:03:52 2012 +0200
16528
16529     add yet another basic tesh to increase coverage. sd_link.c should be at
16530     100% now
16531
16532 commit 8406ae759f9b13d3c4c26c66693a3b9a62e74c46
16533 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
16534 Date:   Fri Jun 22 17:48:51 2012 +0200
16535
16536     model-checker : keep MC_request_to_string in std heap
16537
16538 commit 82588cd669285c1f7aa78a1d97745406e9080d54
16539 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
16540 Date:   Fri Jun 22 17:44:40 2012 +0200
16541
16542     model-checker : detect pointers on valid fragment in heap comparison algorithm
16543
16544 commit 7bc0eaf70cf34961d99866cdb9fee612a3d9130a
16545 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
16546 Date:   Fri Jun 22 17:01:29 2012 +0200
16547
16548     Add bittorrent example in Lua
16549
16550 commit fb256ae033b7881c630a3e09d493e86bf960cd33
16551 Author: suter <frederic.suter@cc.in2p3.fr>
16552 Date:   Fri Jun 22 16:33:05 2012 +0200
16553
16554     don't add the binary to the git
16555
16556 commit a17b300fdea88605c926dc42b47c5313ac10aa12
16557 Author: suter <frederic.suter@cc.in2p3.fr>
16558 Date:   Fri Jun 22 16:31:36 2012 +0200
16559
16560     make this tests pass
16561
16562 commit f365fbff002f6677171ce14ad65a6e418ad7e09a
16563 Author: suter <frederic.suter@cc.in2p3.fr>
16564 Date:   Fri Jun 22 16:21:40 2012 +0200
16565
16566     remove unused variable
16567
16568 commit 27c58c56edb840868fc1d6db0398d40f7dbe1a01
16569 Author: suter <frederic.suter@cc.in2p3.fr>
16570 Date:   Fri Jun 22 16:20:24 2012 +0200
16571
16572     one more test of the dotloader (dot with a good schedule in it)
16573     
16574     add the tesh to the testsuite
16575
16576 commit 9b44b3847026a554aecc3eb927dc00ddf1a2c277
16577 Author: suter <frederic.suter@cc.in2p3.fr>
16578 Date:   Fri Jun 22 15:49:53 2012 +0200
16579
16580     forgot to add the test to the whole list
16581
16582 commit 822aac9cc93997864643a5c61fd6cbc3386e5931
16583 Author: suter <frederic.suter@cc.in2p3.fr>
16584 Date:   Fri Jun 22 15:37:22 2012 +0200
16585
16586     add a (currently) broken test that tries to create the environment by
16587     loading some lua script
16588
16589 commit aa69ffcb4328c83d2fd380c189c836993859228b
16590 Merge: 14f6b4a a641213
16591 Author: suter <frederic.suter@cc.in2p3.fr>
16592 Date:   Fri Jun 22 15:25:14 2012 +0200
16593
16594     Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot//simgrid/simgrid
16595
16596 commit 14f6b4abd703b45e80e563263d8d409c0b766357
16597 Author: suter <frederic.suter@cc.in2p3.fr>
16598 Date:   Fri Jun 22 15:25:03 2012 +0200
16599
16600     Add a new basic test: what happens when simulation ends while some tasks
16601     are not handle at all? Get wome warnings, dude!
16602
16603 commit a641213ee55ee3dc481255ea8a1443894f1906d2
16604 Author: Martin Quinson <martin.quinson@loria.fr>
16605 Date:   Fri Jun 22 14:56:42 2012 +0200
16606
16607     more content and cosmetics to the ChangeLog
16608
16609 commit da15fe63416f71df6a50e26a71de97016a25c5cb
16610 Author: Martin Quinson <martin.quinson@loria.fr>
16611 Date:   Fri Jun 22 14:41:33 2012 +0200
16612
16613     document some of the recent changes that I can remember of
16614
16615 commit 581d3ff66af5e50bcb3c42b96fb9cad10c32d467
16616 Author: navarro <navarro@caraja.(none)>
16617 Date:   Fri Jun 22 14:09:14 2012 +0200
16618
16619     Use cmake module for lua51
16620
16621 commit d975d091cf9e3d8c1fac962248dd73b609de9947
16622 Author: navarro <navarro@caraja.(none)>
16623 Date:   Fri Jun 22 13:28:12 2012 +0200
16624
16625     Update tesh files using trace as those files have changed in order to test more cases.
16626
16627 commit 15afbe2327850f075af976703a182bf99289c118
16628 Author: navarro <navarro@caraja.(none)>
16629 Date:   Fri Jun 22 13:07:42 2012 +0200
16630
16631     Need to have a double because the result should not be an integer.
16632
16633 commit 2e40954777d922d61b1518795787875de3058806
16634 Author: Martin Quinson <martin.quinson@loria.fr>
16635 Date:   Fri Jun 22 12:16:26 2012 +0200
16636
16637     make iterating over NULL dynar a no-op that does not let the counter uninitialized
16638
16639 commit 276959541aeb592113d450d79cf6eb3a39066dfe
16640 Author: Martin Quinson <martin.quinson@loria.fr>
16641 Date:   Fri Jun 22 11:50:59 2012 +0200
16642
16643     MSG_config mc-related stuff is not enough to activate model-checking, the --cfg is mandated (or MC initialization will occure to late). Warn users accordingly
16644
16645 commit a3996e17ef48f52770490734e92ba9bd4109ef83
16646 Author: navarro <navarro@caraja.(none)>
16647 Date:   Fri Jun 22 10:58:50 2012 +0200
16648
16649     Fix usage of xbt_dynar_foreach if dynar is NULL.
16650
16651 commit 803fa84041f40cd0d29f9999a7892f59db1a6652
16652 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
16653 Date:   Fri Jun 22 10:53:12 2012 +0200
16654
16655     model-checker : update tesh with new cleanups done in model checking configuration
16656
16657 commit 6291bde41715188d706c368bc4b2cdc8511399c9
16658 Author: navarro <navarro@caraja.(none)>
16659 Date:   Fri Jun 22 10:40:14 2012 +0200
16660
16661     Those files are generated so they don't have to be in source packages.
16662
16663 commit 12d885f5614ca27378809979c732faa7cb0413e8
16664 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
16665 Date:   Fri Jun 22 10:15:56 2012 +0200
16666
16667     Remove MSG_process_kill_from_SIMIX
16668
16669 commit 7ee2063d69289e99a0900135ba1625ac0bc514e0
16670 Author: Martin Quinson <martin.quinson@loria.fr>
16671 Date:   Fri Jun 22 09:59:23 2012 +0200
16672
16673     oops, we broke non-model-checking builds yesterday. Sorry guys
16674
16675 commit a72c35e85de2cb28f96f869aaf6f7f59d73461ce
16676 Author: Martin Quinson <martin.quinson@loria.fr>
16677 Date:   Fri Jun 22 09:58:47 2012 +0200
16678
16679     ignore some new binary files
16680
16681 commit 34dd3ba04fdcd910511c6ef55f143e24aa0c039d
16682 Author: Martin Quinson <martin.quinson@loria.fr>
16683 Date:   Fri Jun 22 08:46:08 2012 +0200
16684
16685     use an axe (and dupplicate targets) to get the doc compiling
16686
16687 commit a4cb027a5e25bde1188f792eddae290fd1d087bd
16688 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
16689 Date:   Thu Jun 21 18:53:30 2012 +0200
16690
16691     model-checker : update name of generated_files
16692
16693 commit a6359db0b32323f058d74abd07c8d9b810282234
16694 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
16695 Date:   Thu Jun 21 18:41:28 2012 +0200
16696
16697     model-checker : comment storage of visited pairs
16698
16699 commit 1cdd6cbdfe8b685c2662c5843122ee73e2964c7d
16700 Author: navarro <navarro@caraja.(none)>
16701 Date:   Thu Jun 21 18:08:08 2012 +0200
16702
16703     Re add file (CMake files) to generate doc in the dist
16704
16705 commit d5bc2676df374052c3ef4716c955deae0023ad61
16706 Author: navarro <navarro@caraja.(none)>
16707 Date:   Thu Jun 21 18:01:58 2012 +0200
16708
16709     Don't need to track those files they are generated
16710
16711 commit 2b68918a64b29467244173b75608f666afb81aa7
16712 Author: navarro <navarro@caraja.(none)>
16713 Date:   Thu Jun 21 17:59:23 2012 +0200
16714
16715     Those files are generated
16716
16717 commit 1c39c60400a3a93cbf2cafb2985e1226a86f7d09
16718 Author: navarro <navarro@caraja.(none)>
16719 Date:   Thu Jun 21 17:49:08 2012 +0200
16720
16721     Remove deleted files from archive.
16722
16723 commit 68282355ac5ae3e6996e98a609de46aee9d866c9
16724 Author: navarro <navarro@caraja.(none)>
16725 Date:   Thu Jun 21 17:48:33 2012 +0200
16726
16727     Put double instead of size_t.
16728
16729 commit 70894f14d9fa7ecfb03b20810aeaec04841ac534
16730 Author: Martin Quinson <martin.quinson@loria.fr>
16731 Date:   Thu Jun 21 17:44:40 2012 +0200
16732
16733     Document the new config options that we introduced with Marion
16734
16735 commit 66f9a4917209a4773ecfe5c80f0aae1cfd1e0e01
16736 Author: navarro <navarro@caraja.(none)>
16737 Date:   Thu Jun 21 17:34:03 2012 +0200
16738
16739     Fix path for the cmake generated file.
16740
16741 commit 4319e0ba3dfa591b8629471fbf0ce09a24bb15b6
16742 Author: navarro <navarro@caraja.(none)>
16743 Date:   Thu Jun 21 15:42:32 2012 +0200
16744
16745     More debug
16746
16747 commit ff6177a5f53d18c65185ece48c33813c6ebe9ebc
16748 Author: navarro <navarro@caraja.(none)>
16749 Date:   Thu Jun 21 15:20:57 2012 +0200
16750
16751     Fix update of the file size when write a double and not int
16752
16753 commit 05ac94f042a0e8534114f7f31a40a36af730a680
16754 Author: navarro <navarro@caraja.(none)>
16755 Date:   Thu Jun 21 14:33:39 2012 +0200
16756
16757     Rewrite the way the disk usage and file size are updated
16758
16759 commit a4cf29e1c4abb9444db22ba6694edeb92474ea2d
16760 Author: navarro <navarro@caraja.(none)>
16761 Date:   Thu Jun 21 14:32:23 2012 +0200
16762
16763     Comsetics
16764
16765 commit e6bc6eb53997f4648bf3207348c060e9f50ee282
16766 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
16767 Date:   Thu Jun 21 16:37:47 2012 +0200
16768
16769     Move MSG_parallel_task_create() in msg_task.c.
16770     
16771     Also use MSG_task_create() for the common initializations.
16772
16773 commit c18de7d827becb81d9c622bf0c58626eadf32fed
16774 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
16775 Date:   Thu Jun 21 16:36:31 2012 +0200
16776
16777     Make the initializations follow the order of the declarations.
16778
16779 commit 981ea78c9e495aac60bd4c90c8518d6b41443eb6
16780 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
16781 Date:   Thu Jun 21 16:04:33 2012 +0200
16782
16783     Use the right directory name.
16784
16785 commit 84696389f6386bec8c39d8377d787732a52cf786
16786 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
16787 Date:   Thu Jun 21 15:05:22 2012 +0200
16788
16789     Remaining s/MSG_global_init/MSG_init/.
16790
16791 commit be647c10d0b1d760b036f1205f314002637d9876
16792 Author: Martin Quinson <martin.quinson@loria.fr>
16793 Date:   Thu Jun 21 17:17:50 2012 +0200
16794
16795     Cleanups in the --cfg options regarding model-checking
16796     
16797     plus, various internal cleanups. Also, we broke the liveness checking
16798     for some obscure reason that we fail to see right now...
16799
16800 commit a2e006ba859c6110478a89ba0cbd2babc5d15b6a
16801 Author: Martin Quinson <martin.quinson@loria.fr>
16802 Date:   Thu Jun 21 16:38:35 2012 +0200
16803
16804     improve documentation on the way
16805
16806 commit 391ee6bd762d50da260794490ab4145ee7bb3e89
16807 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
16808 Date:   Thu Jun 21 15:34:42 2012 +0200
16809
16810     Check if the host is down at the end of a SIMIX_io_finish
16811
16812 commit 9913daf209a0470a8dc810614129b6fd11876706
16813 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
16814 Date:   Thu Jun 21 15:29:27 2012 +0200
16815
16816     Kill the process when a host fails when doing a synchronisation simcall.
16817
16818 commit 984b8e1616cfd626c6244a34ccd42ee0b1e89bcd
16819 Author: Martin Quinson <martin.quinson@loria.fr>
16820 Date:   Thu Jun 21 15:26:06 2012 +0200
16821
16822     Various cleanups to the model-checking user interface
16823     
16824     - hide the automaton used to represent the property within MC
16825     - move from yacc to bison so that I can choose the output name
16826     - Hide a bunch of private functions used to parse the automaton from
16827       file
16828     (more to come)
16829     
16830     Hopefully, I didn't break too much stuff on my way
16831
16832 commit c67758e45a789619678921867ca40cffbd22b1c6
16833 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
16834 Date:   Thu Jun 21 15:08:04 2012 +0200
16835
16836     Check if the host is down after a execute in SIMIX_execution_finish (to avoid the case where the process could have the control back whereas his host is down).
16837
16838 commit da2b12f413710c810bc7298ee01739e3ad4ba141
16839 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
16840 Date:   Thu Jun 21 15:05:55 2012 +0200
16841
16842     Check if the host is down after a communication
16843
16844 commit b69440deabba0c747f319064874b3c58f4357f43
16845 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
16846 Date:   Thu Jun 21 15:01:30 2012 +0200
16847
16848     Prevent TRACE_msg_process_kill to be called more than once
16849
16850 commit 28454810018766c6ad88c778c2ce97c41f818a9f
16851 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
16852 Date:   Thu Jun 21 14:53:44 2012 +0200
16853
16854     Add TRACE_msg_process_kill to the list of functions executed at the end of a process when trace is enabled
16855
16856 commit 8fc23b108a381eef4042f149ed235f0cf7e43fe5
16857 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
16858 Date:   Thu Jun 21 11:26:00 2012 +0200
16859
16860     Remove obsolete files.
16861     
16862     Not sure about mk_win-dist.sh.
16863
16864 commit f3c1ebdb5d5e4370a0efd5f4c0dd4f7131fe8370
16865 Merge: c079c4a 3d89ac9
16866 Author: jean-noel quintin <jnquintin@Jean-Noels-MacBook.local>
16867 Date:   Thu Jun 21 14:41:06 2012 +0200
16868
16869     Merge remote-tracking branch 'origin/master'
16870
16871 commit 3d89ac9e77a94688b909a2d668d3de7b439e4983
16872 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
16873 Date:   Thu Jun 21 14:40:04 2012 +0200
16874
16875     model-checker : fix debug message
16876
16877 commit 6d010dd45225674442648cd45f20f835f3d9742e
16878 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
16879 Date:   Thu Jun 21 14:36:41 2012 +0200
16880
16881     Remove dead code from MSG
16882
16883 commit ec83980fc18c3632be9bc16de1034e0777ae2f9c
16884 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
16885 Date:   Thu Jun 21 14:34:52 2012 +0200
16886
16887     Update masterslave_cloud tesh file
16888
16889 commit c079c4a7bf4f49ad41a68427908660d59b5aacdd
16890 Author: jean-noel quintin <jnquintin@Jean-Noels-MacBook.local>
16891 Date:   Thu Jun 21 14:34:10 2012 +0200
16892
16893     [simdag,dotloader] clean the valgrind output
16894
16895 commit 5b0a4fec1f39a56c4f0a0e64febec8a96e3ea77c
16896 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
16897 Date:   Thu Jun 21 14:26:23 2012 +0200
16898
16899     Don't give control back to user after a process is killed.
16900
16901 commit 74e82a0de0d9c57983a06f43e848150bef105f38
16902 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
16903 Date:   Thu Jun 21 13:52:08 2012 +0200
16904
16905     Check if the host is down in SIMIX_post_process_sleep.
16906
16907 commit f74d34bb1e9ca987d4f0616eb1429bb74f1bff33
16908 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
16909 Date:   Thu Jun 21 14:03:02 2012 +0200
16910
16911     model-checker : end of cleanup for stateful and stateless model checking
16912
16913 commit bf026049e57d9d6b2825306506ee9f5b7e476677
16914 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
16915 Date:   Thu Jun 21 12:02:38 2012 +0200
16916
16917     Use MSG_init instead of MSG_global_init. Use MSG_vm_destroy.
16918
16919 commit f59ee0e803bec796c2dc227df9153366a6dd499b
16920 Author: Martin Quinson <martin.quinson@loria.fr>
16921 Date:   Thu Jun 21 11:53:21 2012 +0200
16922
16923     let model-checking compile without supernovae activated, too
16924
16925 commit 471678a401b1cb2c397abf23c85f2198e26c9514
16926 Author: Martin Quinson <martin.quinson@loria.fr>
16927 Date:   Thu Jun 21 11:45:26 2012 +0200
16928
16929     useless cosmetics
16930
16931 commit 2b1e59493dcd4f1709b1228c673364ef7facc6e5
16932 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
16933 Date:   Thu Jun 21 11:51:44 2012 +0200
16934
16935     model-checker : update examples with new function MSG_init
16936
16937 commit b37e893be6476c05a93664395505f7eb4e4dd66e
16938 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
16939 Date:   Thu Jun 21 11:38:10 2012 +0200
16940
16941     model-checker : unused variable
16942
16943 commit 36e1eda9aeecc0592a95d71733177f495138be96
16944 Author: Martin Quinson <martin.quinson@loria.fr>
16945 Date:   Thu Jun 21 11:32:17 2012 +0200
16946
16947     remove useless check that will never detect any issue
16948
16949 commit a26485609e54f8f4cfe82e9e1d7364431654830a
16950 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
16951 Date:   Thu Jun 21 11:34:27 2012 +0200
16952
16953     model-checker : factorization of code for model-checking of safety properties in stateless or stateful
16954
16955 commit ca2d61f8f4e7d4f82a4dc9bd909188eeb870bc9f
16956 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
16957 Date:   Thu Jun 21 11:32:41 2012 +0200
16958
16959     model-checker: remove unused examples
16960
16961 commit 693f30b46244c152cd79cdf3ad35d4a79b866c9c
16962 Author: Martin Quinson <martin.quinson@loria.fr>
16963 Date:   Thu Jun 21 11:19:32 2012 +0200
16964
16965     Deprecate functions MSG_global_init() / MSG_global_init_args() in flavor of MSG_init()
16966
16967 commit 1da64833e8382d0b96000e110e096cdfa0e30b94
16968 Author: navarro <navarro@caraja.(none)>
16969 Date:   Thu Jun 21 11:12:53 2012 +0200
16970
16971     Clean some files and target
16972
16973 commit 75b61335a13287f7a038935382966855d3a7098e
16974 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
16975 Date:   Thu Jun 21 10:54:24 2012 +0200
16976
16977     Cleanup in SIMIX_process_on_exit_runall
16978
16979 commit 0bb6320010513753371f2ff4c910eab6ce5fa31c
16980 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
16981 Date:   Thu Jun 21 10:44:38 2012 +0200
16982
16983     Fix bug #14412 (Killing a SIMIX process just after migrate won't work)
16984
16985 commit d9e3a85686463be06864f1ed310765a91dee2803
16986 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
16987 Date:   Thu Jun 21 10:29:54 2012 +0200
16988
16989     Fix commit 825fb3d5095e6cce48885d1d04ab1ec3823dae6c
16990
16991 commit ca9955d9d06456c2b824e77c2db8db4ac64c19a3
16992 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
16993 Date:   Thu Jun 21 09:54:22 2012 +0200
16994
16995     Call simcall_set_category after simdata->compute is set.
16996     
16997     Also do some reindent.
16998
16999 commit 9f0d00c13d65be34542f719514038ceb7a3702ab
17000 Author: Martin Quinson <martin.quinson@loria.fr>
17001 Date:   Thu Jun 21 10:00:46 2012 +0200
17002
17003     pebcak protection: some day, someone will use a different version to compile and to link. Be prepared
17004
17005 commit 446516ef6cc8459883ad5b3a53cd724e24185c21
17006 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
17007 Date:   Thu Jun 21 09:59:24 2012 +0200
17008
17009     Move SIMIX_process_on_exit functions to public
17010
17011 commit 51d922ae7d6e523ef9edb33d51fb81028c24b577
17012 Author: jbrv <jean-baptiste.herve@esial.net>
17013 Date:   Thu Jun 21 09:50:25 2012 +0200
17014
17015     remove some trailing spaces
17016
17017 commit 70e2dc2ea87b5eaed754277fc5043b909c9516e3
17018 Author: jbrv <jean-baptiste.herve@esial.net>
17019 Date:   Thu Jun 21 09:45:03 2012 +0200
17020
17021     event trace generation : improving some functions
17022
17023 commit 5e7c716f72bb9234315dab5fcbb7cb44a4dd5b55
17024 Author: suter <frederic.suter@cc.in2p3.fr>
17025 Date:   Wed Jun 20 22:55:23 2012 +0200
17026
17027     typo
17028
17029 commit 077d73c2be9efab32c98a1b5213461525b73ad36
17030 Author: Martin Quinson <martin.quinson@loria.fr>
17031 Date:   Wed Jun 20 22:46:41 2012 +0200
17032
17033     MC checkpoints implies MC
17034
17035 commit c867696e9c46bdab78c078d0d77597e1a4d435f5
17036 Author: Martin Quinson <martin.quinson@loria.fr>
17037 Date:   Wed Jun 20 22:28:26 2012 +0200
17038
17039     meaningful pebcak message: you need to compile MC in to use it
17040
17041 commit ca6155036ec9316082dc562a05ab86c2d6fcfb0b
17042 Author: Martin Quinson <martin.quinson@loria.fr>
17043 Date:   Wed Jun 20 22:05:26 2012 +0200
17044
17045     more informative documentation of cmake option, and kill dead cmake code
17046
17047 commit 2a4a5b0fa144b31b632e83c9cd337b3efcf45487
17048 Author: suter <frederic.suter@cc.in2p3.fr>
17049 Date:   Wed Jun 20 21:57:32 2012 +0200
17050
17051     more on testing the dotloader
17052     dot_test2 has some strange unstable behavior. remove it from the tesh
17053     for now
17054
17055 commit 9bb11205f4ec0c60954f48b087bf635972031293
17056 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
17057 Date:   Wed Jun 20 19:02:06 2012 +0200
17058
17059     model-checker : remove unused example
17060
17061 commit 5d6e2b005da294874b8cf58e7766c9d8138b7aaf
17062 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
17063 Date:   Wed Jun 20 18:58:17 2012 +0200
17064
17065     model-checker : new surf configuration mc-checkpoint
17066
17067 commit 07e586be4bf6cd4490fc7bb466d5b7bdaef8c20a
17068 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
17069 Date:   Wed Jun 20 18:45:48 2012 +0200
17070
17071     Revert "model-checker : add new surf configuration mc-checkpoint"
17072     
17073     Need more modifications
17074     
17075     This reverts commit 997b2f3f37f1b2ee77b2dfbf82c70e183a5ed5f3.
17076
17077 commit 997b2f3f37f1b2ee77b2dfbf82c70e183a5ed5f3
17078 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
17079 Date:   Wed Jun 20 18:39:40 2012 +0200
17080
17081     model-checker : add new surf configuration mc-checkpoint
17082
17083 commit 6de9090dd8692387ae343c587b26915f9922d7bd
17084 Merge: fe45c9f 825fb3d
17085 Author: suter <frederic.suter@cc.in2p3.fr>
17086 Date:   Wed Jun 20 17:52:35 2012 +0200
17087
17088     Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot//simgrid/simgrid
17089
17090 commit 825fb3d5095e6cce48885d1d04ab1ec3823dae6c
17091 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
17092 Date:   Wed Jun 20 17:50:32 2012 +0200
17093
17094     Add on_exit support on SIMIX/MSG, calling functions when the process is dying (stopped)
17095
17096 commit fe45c9fee67e0b37665de17ee009844a115778d3
17097 Merge: c822524 08d324b
17098 Author: suter <frederic.suter@cc.in2p3.fr>
17099 Date:   Wed Jun 20 17:44:13 2012 +0200
17100
17101     Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot//simgrid/simgrid
17102
17103 commit c82252430d6d0d363cc1ae0a53c6f810fb4cf2e8
17104 Author: suter <frederic.suter@cc.in2p3.fr>
17105 Date:   Wed Jun 20 17:43:46 2012 +0200
17106
17107     beginning of automated tests for the dotloader. To be continued
17108
17109 commit 29da14eb9b571ecf43bf6070584ba5d0ef2d6d66
17110 Author: suter <frederic.suter@cc.in2p3.fr>
17111 Date:   Wed Jun 20 17:34:22 2012 +0200
17112
17113     oups
17114
17115 commit 70e080cf3328685b295bc8c34a7ddc4bafbbf025
17116 Author: suter <frederic.suter@cc.in2p3.fr>
17117 Date:   Wed Jun 20 17:28:53 2012 +0200
17118
17119     don't try to browse a dynar that has been freed
17120
17121 commit 481328d4b3422afe2b97f7e9a5eda090bdffbbb5
17122 Author: suter <frederic.suter@cc.in2p3.fr>
17123 Date:   Wed Jun 20 17:27:13 2012 +0200
17124
17125     Don't try to dump an output if no event has been stored (because
17126     SD_simulate wasn't called)
17127
17128 commit 08d324beef1e0fa723013987a98ed7740d2f8343
17129 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
17130 Date:   Wed Jun 20 16:24:04 2012 +0200
17131
17132     model-checker : cosmetics, tab forgotten
17133
17134 commit 0f38afa54396791d4fcc97e4ed9be7286322a1cd
17135 Author: navarro <navarro@caraja.(none)>
17136 Date:   Wed Jun 20 17:01:39 2012 +0200
17137
17138     Remove unused variable
17139
17140 commit 5c0a9161484f1e1bb650f80d787719a28652b5f4
17141 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
17142 Date:   Wed Jun 20 16:53:17 2012 +0200
17143
17144     Bugfix in MSG_parallel_task_execute
17145
17146 commit 072d9299b7554f29522d3d1c9a8b1b5f34e06f26
17147 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
17148 Date:   Wed Jun 20 16:14:02 2012 +0200
17149
17150     Stop doing evil things in MSG_parallel_task_execute/MSG_process_sleep
17151
17152 commit 7fdb9c9ac44fba9f76a3b45d032561995bec2e0d
17153 Author: navarro <navarro@caraja.(none)>
17154 Date:   Wed Jun 20 16:41:33 2012 +0200
17155
17156     Put the different model in the dtd. Permit the xml validation before parsing.
17157
17158 commit 66c07e8d05aa1ef513399aa85c5c278b962cb086
17159 Author: suter <frederic.suter@cc.in2p3.fr>
17160 Date:   Wed Jun 20 16:39:41 2012 +0200
17161
17162     typos
17163
17164 commit fb55eed3fcaec103e31e5fcdbd2435303b75e8b7
17165 Author: suter <frederic.suter@cc.in2p3.fr>
17166 Date:   Wed Jun 20 16:14:14 2012 +0200
17167
17168     Add 2 tesh files for new stuff and make them part of the testsuite
17169
17170 commit 68d0ba33b84b9755a0f9738be9a308a391fca475
17171 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
17172 Date:   Wed Jun 20 15:44:38 2012 +0200
17173
17174     Factorise MSG_task_execute and MSG_parallel_task_execute
17175
17176 commit 5afc65bd97bab6b7995d028d97d344bd10cf9c2d
17177 Merge: edf42d6 2b86f38
17178 Author: suter <frederic.suter@cc.in2p3.fr>
17179 Date:   Wed Jun 20 15:40:02 2012 +0200
17180
17181     Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot//simgrid/simgrid
17182
17183 commit 2b86f38f9d331d921062c054ed5db7fba93c7583
17184 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
17185 Date:   Wed Jun 20 15:18:02 2012 +0200
17186
17187     More cleanup!
17188
17189 commit edf42d61a188fc510c9e165ea0bc867f8100a553
17190 Author: suter <frederic.suter@cc.in2p3.fr>
17191 Date:   Wed Jun 20 15:16:16 2012 +0200
17192
17193     add a simple explication about how to use the config options.
17194
17195 commit 15fbb1931d9d801ac473421d04a60952e3e2f538
17196 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
17197 Date:   Wed Jun 20 15:07:32 2012 +0200
17198
17199     Remove old cruft.
17200     
17201     It is not referenced anywhere, and the last meaningful commit dates from 2006.
17202
17203 commit 1235b6deb2f3db29910a89a4c0bac7c499890ae6
17204 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
17205 Date:   Wed Jun 20 15:12:04 2012 +0200
17206
17207     Memory leak fix
17208
17209 commit 849226e40378b44314a42ccd76ccfd7a0a59f6db
17210 Author: suter <frederic.suter@cc.in2p3.fr>
17211 Date:   Wed Jun 20 14:57:04 2012 +0200
17212
17213     remove some useless output on workstations
17214
17215 commit 7e9b6e88f6c2daa87a9f5370596e5acc7f73fc6a
17216 Merge: 54775a7 a94c908
17217 Author: suter <frederic.suter@cc.in2p3.fr>
17218 Date:   Wed Jun 20 14:56:09 2012 +0200
17219
17220     Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot//simgrid/simgrid
17221
17222 commit 54775a76fadd0bca35aace3d5456a251205162f0
17223 Author: suter <frederic.suter@cc.in2p3.fr>
17224 Date:   Wed Jun 20 14:55:56 2012 +0200
17225
17226     make use of the newly introduced MxN data redistribution and actually
17227     autoschedule one such task
17228
17229 commit 1e70e8878e6a54c9d58bc662b00865db70a38b4f
17230 Author: suter <frederic.suter@cc.in2p3.fr>
17231 Date:   Wed Jun 20 14:54:50 2012 +0200
17232
17233     works better once tested
17234
17235 commit 1205efea3b6565a8b16a80e0d3e6e30853b66ad0
17236 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
17237 Date:   Wed Jun 20 14:36:51 2012 +0200
17238
17239     Use the same way of checking the state of the communication in process_sleep.
17240
17241 commit a94c908b9acf9a86f175c7f1c29b2c52e72eb2d2
17242 Author: navarro <navarro@caraja.(none)>
17243 Date:   Wed Jun 20 14:12:43 2012 +0200
17244
17245     Replace usleep for nanosleep
17246
17247 commit 461406a7de84177863ce0d70fa8017a147ca9990
17248 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
17249 Date:   Wed Jun 20 14:09:34 2012 +0200
17250
17251     Bugfix of the previous commit.
17252
17253 commit 653e023740df7405f1226911753ef96466909e8c
17254 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
17255 Date:   Wed Jun 20 12:23:28 2012 +0200
17256
17257     Remove unused file.
17258
17259 commit 4d2b4eb26b57eb3c5727bb849d102e0dfdd5500d
17260 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
17261 Date:   Wed Jun 20 12:05:04 2012 +0200
17262
17263     Keep tabs in generated files.
17264
17265 commit f59e2ea2a8443ed12fb836a80b54a2044770d284
17266 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
17267 Date:   Wed Jun 20 12:02:19 2012 +0200
17268
17269     Include "xbt/RngStream.h", and avoid duplicate definition of typedef RngStream.
17270
17271 commit cb6c404ed6a176ee440c09957a8fd9f34918a29b
17272 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
17273 Date:   Wed Jun 20 14:01:52 2012 +0200
17274
17275     Fix issue when a host failed while executing a task (the glass is only half full however, we should do the process kill in simix)
17276
17277 commit 3fe1dfd358798ef005607b3118f36adb914375d2
17278 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
17279 Date:   Wed Jun 20 13:23:32 2012 +0200
17280
17281     model-checker : cosmetics reindent
17282
17283 commit 1e117c3744cf64c0bc5d05340b6933e593ba52d0
17284 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
17285 Date:   Wed Jun 20 13:13:01 2012 +0200
17286
17287     model-checker : cosmetics reindent
17288
17289 commit 9f15834456c85d37c5a58753f4c034f64bfe0f39
17290 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
17291 Date:   Wed Jun 20 11:45:11 2012 +0200
17292
17293     model-checker : cosmectics reindent and unnecessary whitespaces removed
17294
17295 commit 70959d59bef330dcf1d339094a749de3e1a1b9bd
17296 Author: suter <frederic.suter@cc.in2p3.fr>
17297 Date:   Wed Jun 20 12:49:04 2012 +0200
17298
17299     update changelog for new types of typed tasks in SimDag
17300
17301 commit c7b463c9c17665403d001fc59cb649551e93d950
17302 Merge: c2405c1 0cc9bc7
17303 Author: suter <frederic.suter@cc.in2p3.fr>
17304 Date:   Wed Jun 20 12:30:17 2012 +0200
17305
17306     Solve white space conflicts
17307     Merge branch 'master' of
17308     git+ssh://scm.gforge.inria.fr//gitroot//simgrid/simgrid
17309     
17310     Conflicts:
17311         include/simdag/datatypes.h
17312         include/simdag/simdag.h
17313         src/simdag/sd_task.c
17314
17315 commit c2405c1a902dc830946d96db7e46d9c1d6d489bc
17316 Author: suter <frederic.suter@cc.in2p3.fr>
17317 Date:   Wed Jun 20 12:22:07 2012 +0200
17318
17319     add a new type of typed task to represent a MxN data redistribution. It
17320     assumes a 1D block distribution on both sides. Should allow to
17321     auto-schedule some parallel tasks too.
17322
17323 commit 0cc9bc7a3d25dec9a4a268d07f808b11ac5c4b7c
17324 Author: jbrv <jean-baptiste.herve@esial.net>
17325 Date:   Wed Jun 20 12:07:01 2012 +0200
17326
17327     Probabilist trace generator : variable names changed
17328     
17329     Add some semantic in the variable names, to better understand their utility.
17330
17331 commit 548af375ebc6d5d1d3ea1cb9ee236f2c13b26aec
17332 Author: navarro <navarro@caraja.(none)>
17333 Date:   Wed Jun 20 11:44:00 2012 +0200
17334
17335     Fix link between doc pages and redo the sync target
17336
17337 commit 272ccad1b68b6d9c17069f3c934886925bb15b5d
17338 Author: Martin Quinson <martin.quinson@loria.fr>
17339 Date:   Wed Jun 20 11:30:00 2012 +0200
17340
17341     sed -i -e 's/\t/  /g' *.[ch] Please people, stop using tabs in your source
17342
17343 commit 8a80a7488d5a9c1b57d287f939a310ee63c27583
17344 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
17345 Date:   Wed Jun 20 11:26:32 2012 +0200
17346
17347     model-checker : detect pointers on valid blocks in heap algorithm comparison
17348
17349 commit cd16070c1dd5297d2101a7e44df089f2e9022549
17350 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
17351 Date:   Tue Jun 19 21:28:26 2012 +0200
17352
17353     model-checker : memset 0 on block/fragment allocated with mmalloc
17354
17355 commit bad9b85e4bc09f01cbdafbba389438f4daeead81
17356 Author: navarro <navarro@caraja.(none)>
17357 Date:   Wed Jun 20 11:22:51 2012 +0200
17358
17359     Add Layout to Simgrid doc page
17360
17361 commit 7e83ee9e625581faf1aeb6c629fd75f2694e9d6d
17362 Author: navarro <navarro@caraja.(none)>
17363 Date:   Wed Jun 20 11:20:21 2012 +0200
17364
17365     Remove generated files to git
17366
17367 commit 64a1f8476d9015f9d00c13cae746a6a4fec6e25e
17368 Author: Martin Quinson <martin.quinson@loria.fr>
17369 Date:   Tue Jun 19 17:40:55 2012 +0200
17370
17371     typo (and copyright dates on the way)
17372
17373 commit e39d8fa35a19c03fa463b79e440279656e36f58b
17374 Author: navarro <navarro@caraja.(none)>
17375 Date:   Tue Jun 19 17:19:16 2012 +0200
17376
17377     Start to rewrite the mechanism for usage of a storage
17378
17379 commit babdd699215108cc2d305e593f7e07a0fd5bf548
17380 Author: navarro <navarro@caraja.(none)>
17381 Date:   Tue Jun 19 17:17:36 2012 +0200
17382
17383     Cosmetics on bar for doc
17384
17385 commit e9136741166e692a63192e79061ac507eb244252
17386 Author: navarro <navarro@caraja.(none)>
17387 Date:   Tue Jun 19 17:16:45 2012 +0200
17388
17389     Rewrite Module in cmake for doc
17390
17391 commit a9f3bc989ac7b641f38385167dbd3063e209d88e
17392 Merge: a41a75e f4d1179
17393 Author: jbrv <jean-baptiste.herve@esial.net>
17394 Date:   Tue Jun 19 16:23:44 2012 +0200
17395
17396     Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid
17397
17398 commit f4d117984401d94136223dc1d254a288c06606f2
17399 Author: Christophe Thiéry <christopho128@gmail.com>
17400 Date:   Tue Jun 19 16:16:32 2012 +0200
17401
17402     Actually, upvalues were implemented a while ago.
17403
17404 commit a41a75ee1f55614f7b248eac0f3a526f80bf81c8
17405 Author: jbrv <jean-baptiste.herve@esial.net>
17406 Date:   Tue Jun 19 16:15:07 2012 +0200
17407
17408     Make rngStream management functions in platform more visible
17409     
17410     For statistic reasons, there is one and only one RngStream for the platform.
17411
17412 commit 4e7e198815130d0019c638a6e75407ca6495382e
17413 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
17414 Date:   Tue Jun 19 16:00:53 2012 +0200
17415
17416     model-checker : fixme about initialization
17417
17418 commit 16365fb35791e405d690c88d8c0cd0b28ed10be5
17419 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
17420 Date:   Tue Jun 19 15:59:15 2012 +0200
17421
17422     model-checker : remove unused code and update debug messages
17423
17424 commit 6d215aa449fe86894819be267aa2ae30cb5b151c
17425 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
17426 Date:   Tue Jun 19 15:57:30 2012 +0200
17427
17428     model-checker : add stats in mmalloc
17429
17430 commit bdcdd551631a0c21d9db10f44aa6c25ee0336d17
17431 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
17432 Date:   Tue Jun 19 15:14:44 2012 +0200
17433
17434     model-checker : cosmetics reindent
17435
17436 commit 66a04c68ab4c5135a15505ca5484eb8c4e7cdca6
17437 Author: lbobelin <lbobelin@mintcar.imag.fr>
17438 Date:   Tue Jun 19 14:06:00 2012 +0200
17439
17440     Initial commit for split doc (in order to let Pierre play with it). Please do not sync doc yet !!.
17441
17442 commit 1c990af7381be73a56c9bab672d425fde1861590
17443 Author: lbobelin <lbobelin@mintcar.imag.fr>
17444 Date:   Fri Jun 15 09:34:10 2012 +0200
17445
17446     Initial modifications in doc. To be merged with Pierre's removal of FILE_GLOB
17447
17448 commit 850f95301f96109093c438def7238f07c6ae7d7e
17449 Author: navarro <navarro@caraja.(none)>
17450 Date:   Tue Jun 19 12:17:16 2012 +0200
17451
17452     Fix compilation warning for unused variables
17453     Remove unused part of code
17454
17455 commit 79e41c3b931e09c8eb75028d4016ebd75688a91a
17456 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
17457 Date:   Tue Jun 19 12:03:19 2012 +0200
17458
17459     Remove internal function from the documentation
17460
17461 commit ac1f31a10a723b385c6e4df346fe5ac2b18cda1b
17462 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
17463 Date:   Tue Jun 19 11:34:05 2012 +0200
17464
17465     Fix memory leak when process killed. Fix bug where the simulation could crash when the process was killed while doing some simcalls
17466
17467 commit e710999da850e269768938f8103e7747f3673d47
17468 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
17469 Date:   Tue Jun 19 11:32:16 2012 +0200
17470
17471     Use RngStream for random number in bittorrent example
17472
17473 commit ab392e8f553c9f56a629c3459e791c24126167a8
17474 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
17475 Date:   Tue Jun 19 09:54:13 2012 +0200
17476
17477     Typo
17478
17479 commit 766984362b46eee6d6ae351ccd5f1d6d38702594
17480 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
17481 Date:   Tue Jun 19 09:49:46 2012 +0200
17482
17483     Typo
17484
17485 commit b5dde4ae780c2be8eb29f1b34feacde6d71ccd60
17486 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
17487 Date:   Mon Jun 18 18:06:57 2012 +0200
17488
17489     model-checker : update tesh examples with last modifications made on information displayed at the end of model checking (state space statistic removed)
17490
17491 commit d11fe858c6f9521aca252c720720a19efa4a8945
17492 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
17493 Date:   Mon Jun 18 17:58:44 2012 +0200
17494
17495     model-checker : add debug messages
17496
17497 commit 4ff5af63978e7be02245b942faa818520488ed71
17498 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
17499 Date:   Mon Jun 18 17:39:10 2012 +0200
17500
17501     model-checker : assert on block/fragment address in heap comparison algorithm
17502
17503 commit 8b5a3bd2ffa7cff8ae4b0d67cac8c49a22bc673e
17504 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
17505 Date:   Mon Jun 18 17:17:15 2012 +0200
17506
17507     model-checker : unnecessary comments removed
17508
17509 commit 95c18a574f08e6942b150f12bf0173990a8e9082
17510 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
17511 Date:   Mon Jun 18 15:34:12 2012 +0200
17512
17513     Fix tesh and cmake files for test masterslave_virtual_machines.
17514
17515 commit 41dc0d03d65ec6d89569d47d3a335d84b0ba927e
17516 Author: navarro <navarro@caraja.(none)>
17517 Date:   Mon Jun 18 17:20:03 2012 +0200
17518
17519     Do the make distcheck command into the CMAKE_BINARY_TEST_DIR directory
17520
17521 commit c314999c3cef8e4e6e11b54f9217ed578b1c019d
17522 Author: navarro <navarro@caraja.(none)>
17523 Date:   Mon Jun 18 16:46:04 2012 +0200
17524
17525     Add missing files to distrib
17526
17527 commit a4302d47da5fe39de9b87271c9a977cd86da51bb
17528 Author: navarro <navarro@caraja.(none)>
17529 Date:   Mon Jun 18 16:32:16 2012 +0200
17530
17531     Add 'content' priority for storage and then storage_type
17532
17533 commit 9e8b81d4470572d179add1e71b0ff81025154b00
17534 Author: navarro <navarro@caraja.(none)>
17535 Date:   Mon Jun 18 15:46:06 2012 +0200
17536
17537     Mark those exe as advanced
17538
17539 commit 7d1f9f0752201d5cdbd46dd377130b1949f64c95
17540 Author: navarro <navarro@caraja.(none)>
17541 Date:   Mon Jun 18 15:20:32 2012 +0200
17542
17543     Rewrite some target for make dist*
17544
17545 commit 7eea9a6afbb65bd462147f680ba4234458ecb9b7
17546 Author: navarro <navarro@caraja.(none)>
17547 Date:   Mon Jun 18 15:20:04 2012 +0200
17548
17549     Don't enable supernvae by default, now we often use gcc >= 4.6
17550
17551 commit b75251bb3af3988bf96c86c3392c790ec081c353
17552 Author: navarro <navarro@caraja.(none)>
17553 Date:   Mon Jun 18 15:19:16 2012 +0200
17554
17555     Put the storage content into the storage and not into the storage_type
17556
17557 commit 1314e2686378ff4e9aa059a2e19c3eff7df2a7d9
17558 Author: Martin Quinson <martin.quinson@loria.fr>
17559 Date:   Mon Jun 18 11:41:07 2012 +0200
17560
17561     add a new stressing test to GRAS. Yeah, it actually breaks things quite often...
17562
17563 commit 109d578b21809459db402f66e365f1816cc5fa74
17564 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
17565 Date:   Fri Jun 15 11:55:20 2012 +0200
17566
17567     Add xbt/automaton/automaton_create.c to supernovae fragile sources.
17568
17569 commit ef868d7657545a456c2b958f8a45427347e37617
17570 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
17571 Date:   Fri Jun 15 11:45:18 2012 +0200
17572
17573     Tell full directory for ddt_parse.yy.c
17574
17575 commit dd3f4013fd698bb9738aa5dc0c3a367c2700039a
17576 Author: navarro <navarro@caraja.(none)>
17577 Date:   Fri Jun 15 11:29:21 2012 +0200
17578
17579     Put a warn if try to make a dist without maintainer mode
17580
17581 commit cd7a96088ca0898c30721917825a0dd589107acb
17582 Author: navarro <navarro@caraja.(none)>
17583 Date:   Fri Jun 15 11:26:53 2012 +0200
17584
17585     Don not stop compilation but just put a warning
17586
17587 commit 20862fe41dadbc23c96c578e5a8595203b4bda81
17588 Author: navarro <navarro@caraja.(none)>
17589 Date:   Fri Jun 15 10:55:03 2012 +0200
17590
17591     For now model checking can not be compile with flto.
17592
17593 commit 292568a8a3f10b4dd0af994c68fbd2a06944137b
17594 Author: navarro <navarro@caraja.(none)>
17595 Date:   Fri Jun 15 10:46:28 2012 +0200
17596
17597     Add generated mc files to extra dist
17598
17599 commit ced9dcdda93248164607c1c9a5c0d8a93b161c0a
17600 Author: navarro <navarro@caraja.(none)>
17601 Date:   Fri Jun 15 10:32:40 2012 +0200
17602
17603     Clean sources for mc and reedit some files
17604
17605 commit e2253ab91c2850afb8d052b6356e8c4ce93600e2
17606 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
17607 Date:   Fri Jun 15 10:23:17 2012 +0200
17608
17609     Fix includes in surfxml_parse.h
17610
17611 commit e2affb82410af2d571931cd5f8ed48824939b984
17612 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
17613 Date:   Fri Jun 15 10:13:58 2012 +0200
17614
17615     Remove unused variable.
17616
17617 commit c7576454747b226b96babe1fb769239059f74467
17618 Author: navarro <navarro@caraja.(none)>
17619 Date:   Fri Jun 15 10:13:09 2012 +0200
17620
17621     Remove unused files
17622
17623 commit c847d93a8295862a78c03b79f198e0c7cd6154bb
17624 Author: navarro <navarro@caraja.(none)>
17625 Date:   Fri Jun 15 10:12:23 2012 +0200
17626
17627     add missing platforms in distrib
17628
17629 commit 9abff0e56874d585e463f05fe2c1fe78ccd7fcd6
17630 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
17631 Date:   Fri Jun 15 10:06:07 2012 +0200
17632
17633     model-checker : remove clone file
17634
17635 commit 578680064eeeffaea5471a65994302118c0f03b9
17636 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
17637 Date:   Fri Jun 15 09:32:52 2012 +0200
17638
17639     model-checker : remove unused files in examples/ms/mc
17640
17641 commit 978e85e4b0b5433f2af4e5d7eb8ac03677995089
17642 Author: suter <frederic.suter@cc.in2p3.fr>
17643 Date:   Fri Jun 15 09:36:54 2012 +0200
17644
17645     slight modifications
17646
17647 commit e673f975c63eb812ff26e1598684c2941859132a
17648 Author: suter <frederic.suter@cc.in2p3.fr>
17649 Date:   Fri Jun 15 09:36:13 2012 +0200
17650
17651     add a new example that use SD_task_set_rate to throttle a communication
17652
17653 commit 44beaef095a65d59893cd97a4df24cab8ee475b0
17654 Author: navarro <navarro@caraja.(none)>
17655 Date:   Thu Jun 14 23:42:47 2012 +0200
17656
17657     2nd part of kill GLOB_RECURSE
17658
17659 commit f28d984fb76ea5e45562168a2e67b60a8b1d0fb2
17660 Merge: 409f7a8 0e8f250
17661 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
17662 Date:   Thu Jun 14 23:34:46 2012 +0200
17663
17664     resolve merge conflict
17665
17666 commit 409f7a8342cc507a9117bfda8b782bf862670005
17667 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
17668 Date:   Thu Jun 14 23:23:33 2012 +0200
17669
17670     model-checker : examples updated with new lex and yacc parsing
17671
17672 commit 3472d37b8ae12bc794f7094dc72671677b1b68f9
17673 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
17674 Date:   Thu Jun 14 23:22:07 2012 +0200
17675
17676     model-checker : lex and yacc parsing moved in src/xbt/automaton/
17677
17678 commit ca1d6845a105833b182ffa3a962750b06f5fe1a5
17679 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
17680 Date:   Thu Jun 14 23:19:21 2012 +0200
17681
17682     model-checker : remove unused files
17683
17684 commit 0e8f25088a5fcac96419b8243a2838acd637fa88
17685 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
17686 Date:   Thu Jun 14 22:59:38 2012 +0200
17687
17688     Indentation fix
17689
17690 commit 8cbf22c982842e3e988125fef8f898dec699097b
17691 Merge: 9eb7333 3c0b3fb
17692 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
17693 Date:   Thu Jun 14 22:49:26 2012 +0200
17694
17695     Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid
17696
17697 commit 3c0b3fbf588a46f5da029e8b663ce6fd2d78cfa2
17698 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
17699 Date:   Thu Jun 14 22:36:12 2012 +0200
17700
17701     Fix format string.
17702
17703 commit 985caeb19d58c300fd7da7df2fbf6766bc087841
17704 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
17705 Date:   Thu Jun 14 22:35:54 2012 +0200
17706
17707     Remove unused variable.
17708
17709 commit 1a1b1a62b52606ebc810c39100f9b7895e4875a1
17710 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
17711 Date:   Thu Jun 14 22:25:00 2012 +0200
17712
17713     Add cases for missing enumeration values.
17714     
17715     Also move the default case outside the switch, so that missing
17716     entries cause a compilation warning or error.
17717
17718 commit df63bcbb7a78c645f76ff0fdb96b30a64e57eef5
17719 Author: schnorr <Lucas.Schnorr@imag.fr>
17720 Date:   Thu Jun 14 22:13:37 2012 +0200
17721
17722     [trace] correctly generating viva categorized configuration
17723
17724 commit 0c4fb41478feb409368d73f4174a9d357d5a4906
17725 Author: suter <frederic.suter@cc.in2p3.fr>
17726 Date:   Thu Jun 14 19:19:16 2012 +0200
17727
17728     add a SD_task_set_rate function
17729
17730 commit 9eb73333bab738e12a11bfcc1147def644eb42a9
17731 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
17732 Date:   Thu Jun 14 18:58:20 2012 +0200
17733
17734     Update MSG_comm_wait documentation
17735
17736 commit 8583dac0ae17dbcb3224c6aeadbc807ed2077e40
17737 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
17738 Date:   Thu Jun 14 18:57:31 2012 +0200
17739
17740     Add a conveniant method in Comm to wait for the completion of the communication for an indefinite time
17741
17742 commit 98396443387ae00843fed844b16cc5a88bd018bc
17743 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
17744 Date:   Thu Jun 14 18:55:13 2012 +0200
17745
17746     Fix indentation
17747
17748 commit 4ce83dbcd75d127f670498bd137f4216d7f646c9
17749 Author: navarro <navarro@caraja.(none)>
17750 Date:   Thu Jun 14 18:23:12 2012 +0200
17751
17752     First step to delete GLOB command from cmake
17753
17754 commit 5841b044a6bbdc81137d1d7f6853d341e79e8bbf
17755 Author: navarro <navarro@caraja.(none)>
17756 Date:   Thu Jun 14 10:55:46 2012 +0200
17757
17758     Reorganized some files for cmake
17759
17760 commit 0b013824d475e85c0ebe3613c8556fda5136a3e6
17761 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
17762 Date:   Thu Jun 14 18:17:23 2012 +0200
17763
17764     Add comment on VM.shutdown
17765
17766 commit c40d9806f658ba76d747939d667f87883b8aab1a
17767 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
17768 Date:   Thu Jun 14 18:08:43 2012 +0200
17769
17770     Add a MSG_vm_destroy function to free a virtual machine
17771
17772 commit ed90622389c285934eeb3ee7e043fe061832fa73
17773 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
17774 Date:   Thu Jun 14 17:59:31 2012 +0200
17775
17776     Remove unimplemented method.
17777
17778 commit 4bf3ecd5aa10fb43630aeb205c89e86a1bf01e45
17779 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
17780 Date:   Thu Jun 14 17:51:16 2012 +0200
17781
17782     Add tesh file for masterslave_virtual_machines
17783
17784 commit ba151c7e5f7daefddf662c6c0a6362c9b5eb40f6
17785 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
17786 Date:   Thu Jun 14 17:43:58 2012 +0200
17787
17788     Bugfix in Java Cloud API. Bugfix in the associated example. Add a tesh file for the example.
17789
17790 commit 86bc7fd152df6e257465f2051d482443a17f6c53
17791 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
17792 Date:   Thu Jun 14 17:40:45 2012 +0200
17793
17794     Bugfix in Task.execute (simulation crash when Process killed when there was a task being executed)
17795
17796 commit e13b181b4f46c066edec65fe8364b5479dc4f113
17797 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
17798 Date:   Thu Jun 14 17:37:13 2012 +0200
17799
17800     Bugfix in cloud API (again)
17801
17802 commit 89e9288d420d813507e1456acdef62615bf15075
17803 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
17804 Date:   Thu Jun 14 17:08:05 2012 +0200
17805
17806     model-checker : remove unnecessary include in lex file
17807
17808 commit 520999f11d36ffc1e152ce39b98bd6a184cdf157
17809 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
17810 Date:   Thu Jun 14 16:33:33 2012 +0200
17811
17812     Fix the cloud API, nicely this time.
17813
17814 commit b40e6f6ed6a8408e8c04c0049e605ef2b5df12ed
17815 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
17816 Date:   Thu Jun 14 16:15:36 2012 +0200
17817
17818     Use {include,link}_directories for Find{F2C,Graphviz,Lua51} too.
17819
17820 commit 602eda3cfcfd79872ebc654fe288c761d782534a
17821 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
17822 Date:   Thu Jun 14 15:49:43 2012 +0200
17823
17824     Add an example for the cloud API (doesn't work yet).
17825     Removed an useless MSG_process_set_data
17826
17827 commit 478eeb617b0ea4414850b4d2dd3e5305b19e3404
17828 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
17829 Date:   Thu Jun 14 15:12:53 2012 +0200
17830
17831     Revert "Debug the cloud API, it should work as expected now."
17832     
17833     This reverts commit 535815db45bb2162b257e5c208ee7015dd2cc8f6.
17834
17835 commit 2b7169d7fde3cf29ad25eeca9834af6f2de73826
17836 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
17837 Date:   Thu Jun 14 15:27:07 2012 +0200
17838
17839     Ensure that additional include/link directories for libpcre are added at the end of the list.
17840     
17841     Otherwise, there is the risk to used older versions of the SimGrid includes.
17842     
17843     Hope this won't break anything...
17844
17845 commit cfba4ae3b30b1fc2b4f948750baa94c24b8b9d00
17846 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
17847 Date:   Thu Jun 14 14:58:16 2012 +0200
17848
17849     __GNUC__ is already defined at this place.
17850
17851 commit 076060bb0d2eee4471e64f58203498350f309fb7
17852 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
17853 Date:   Thu Jun 14 15:00:54 2012 +0200
17854
17855     model-checker : add header (description, copyright, license)
17856
17857 commit bf065530d0a73be058fdfe24193293b95962a7f4
17858 Author: schnorr <Lucas.Schnorr@imag.fr>
17859 Date:   Thu Jun 14 14:02:22 2012 +0200
17860
17861     [trace] we don't destroy things we didn't create
17862
17863 commit da1a88299f91798046c12cd7568b87f55e4fab94
17864 Author: schnorr <Lucas.Schnorr@imag.fr>
17865 Date:   Thu Jun 14 14:00:33 2012 +0200
17866
17867     [trace] re-write of trace mark API, need to declare values before using them
17868
17869 commit d952a3c4c9ad9f2a692907f7dd0038150e629f30
17870 Author: schnorr <Lucas.Schnorr@imag.fr>
17871 Date:   Thu Jun 14 12:06:36 2012 +0200
17872
17873     [trace] only ignore the call if the mark type wasn't declared
17874
17875 commit 97a6a52b7b30e6e30d0e5e809dfb16a2574a3717
17876 Author: schnorr <Lucas.Schnorr@imag.fr>
17877 Date:   Wed Jun 13 18:26:20 2012 +0200
17878
17879     [trace] we don't need to trace the destruction of the root container
17880
17881 commit 5c7f683c8e7279895f963bfb41d82185b5a0e405
17882 Author: schnorr <Lucas.Schnorr@imag.fr>
17883 Date:   Wed Jun 13 18:07:47 2012 +0200
17884
17885     [trace] don't let mark the trace if platform is not traced
17886
17887 commit 086744392c732c53d988840e811ae5eaac450860
17888 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
17889 Date:   Thu Jun 14 14:34:28 2012 +0200
17890
17891     model-checker : add header (description, copyright, license)
17892
17893 commit 1d78b5e20332c04900f68f92729047063d5d2101
17894 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
17895 Date:   Thu Jun 14 14:11:08 2012 +0200
17896
17897     Add a defined(__GNUC__), and rework expression.
17898
17899 commit e47f0d0ce826006d406fc4b0a38b6a3f47ad6dcd
17900 Author: Martin Quinson <martin.quinson@loria.fr>
17901 Date:   Thu Jun 14 12:38:03 2012 +0200
17902
17903     speak nicely to old gcc versions
17904
17905 commit 8ef37a2e313de8c48edbd49a643d500dd76cebc1
17906 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
17907 Date:   Thu Jun 14 11:11:50 2012 +0200
17908
17909     Fix build with paranoid flags: remove redundant '\0' in string.
17910     
17911     The reported error was:
17912     src/instr/jedule/jedule_output.c: In function â€˜get_hierarchy_string’:
17913     src/instr/jedule/jedule_output.c:89:13: error: embedded â€˜\0’ in format [-Werror=format-contains-nul]
17914     src/instr/jedule/jedule_output.c:91:13: error: embedded â€˜\0’ in format [-Werror=format-contains-nul]
17915     cc1: all warnings being treated as errors
17916
17917 commit 3a9296ac633cb50a3e830b2eb6e5e84520236f07
17918 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
17919 Date:   Thu Jun 14 11:09:07 2012 +0200
17920
17921     model-checker : comment unused variable
17922
17923 commit 595cb02e823cffb0e2b21225bf44a108b2c667c5
17924 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
17925 Date:   Thu Jun 14 10:14:47 2012 +0200
17926
17927     model-checker : get end heap with field breakval in struct mdesc ( old function get_end_addr_heap kept in comments)
17928
17929 commit 34d2adc6cc16583d1a76eb79bdc36f39268829f7
17930 Author: Sascha Hunold <sascha@uni-hd.de>
17931 Date:   Thu Jun 14 10:42:37 2012 +0200
17932
17933     updated jedule output of SimDag
17934
17935 commit 139c5f52fbe9304c2c437876a332a4bce68358d3
17936 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
17937 Date:   Thu Jun 14 09:29:05 2012 +0200
17938
17939     model-checker : move print statistics if property is valid
17940
17941 commit 32417005181718d147397265dff392af44eedc3b
17942 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
17943 Date:   Wed Jun 13 17:21:29 2012 +0200
17944
17945     model-checker : fix std_heap address for heap comparison algorithm
17946
17947 commit 9006d78ba8a08a6500c994bb8141f48376448fc4
17948 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
17949 Date:   Wed Jun 13 15:42:08 2012 +0200
17950
17951     model-checker : in second test unit, snapshot comparison done before MC_UNSET_RAW_MEM (set current heap=std_heap)
17952
17953 commit b3dd6b44ba44bf7e4a7d9da296494c2eee3ddd34
17954 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
17955 Date:   Wed Jun 13 19:16:52 2012 +0200
17956
17957     [trace] correct impossible code.
17958     
17959     PJ_value_get() can't return NULL.  Use PJ_value_get_or_new() instead.
17960     Fixes test smpi-tracing-ptp.
17961
17962 commit 696369a34c85f78ffaa5aba69fde1e5446e5d8cb
17963 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
17964 Date:   Wed Jun 13 18:34:42 2012 +0200
17965
17966     [trace] new function: PJ_value_get_or_new().
17967
17968 commit e5854eff808d7e803e0f18a9ac8548d886e15522
17969 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
17970 Date:   Wed Jun 13 18:30:37 2012 +0200
17971
17972     [trace] throw an exception instead of returning NULL.
17973
17974 commit 0818ce4261f0fa7f8d872767471e4c2654458eb9
17975 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
17976 Date:   Wed Jun 13 18:04:45 2012 +0200
17977
17978     [trace] test is obviously redundant here.
17979
17980 commit 4703f3b61b5b80fc392e35c833e82b202c5c04d3
17981 Author: Martin Quinson <martin.quinson@loria.fr>
17982 Date:   Wed Jun 13 19:05:11 2012 +0200
17983
17984     New function: MSG_host_set_property_value()
17985
17986 commit 344426b96f30e5362d99218279f21bd9966ab497
17987 Merge: af28b79 1659965
17988 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
17989 Date:   Wed Jun 13 18:32:56 2012 +0200
17990
17991     Merge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid-java
17992
17993 commit af28b79e5d8af428e4240cf922e3335030a6f6e5
17994 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
17995 Date:   Wed Jun 13 18:32:51 2012 +0200
17996
17997     Bugfix
17998
17999 commit 1659965c67d79655ace1edd1368e669fd9429f37
18000 Author: pierre <pierre@workhorse-2.local>
18001 Date:   Wed Jun 13 18:27:21 2012 +0200
18002
18003     Fix compilation without tracing
18004
18005 commit 1f2a6bc677e63c9b64e7636f15e003efc8fdd5bc
18006 Merge: 535815d 3df3c78
18007 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
18008 Date:   Wed Jun 13 18:08:46 2012 +0200
18009
18010     Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid
18011
18012 commit 535815db45bb2162b257e5c208ee7015dd2cc8f6
18013 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
18014 Date:   Wed Jun 13 18:07:40 2012 +0200
18015
18016     Debug the cloud API, it should work as expected now.
18017
18018 commit 89fe6b497246ae5fe3747a4f1bd5584b0b624ea0
18019 Author: pierre <pierre@workhorse-2.local>
18020 Date:   Wed Jun 13 17:59:56 2012 +0200
18021
18022     Add file to clean
18023
18024 commit 4d338dfa2722b5fd85dbfe3c3f3f60a4934abd13
18025 Author: pierre <pierre@workhorse-2.local>
18026 Date:   Wed Jun 13 17:52:55 2012 +0200
18027
18028     Fix compilation problem with tracing
18029
18030 commit 3df3c7846345248da859385dd06508dd951fb66a
18031 Author: Martin Quinson <martin.quinson@loria.fr>
18032 Date:   Wed Jun 13 17:20:41 2012 +0200
18033
18034     Enable tracing by default. This modules rocks you should use it
18035
18036 commit f257b83073198d3c272877df19814ba28615f10f
18037 Author: pierre <pierre@workhorse-2.local>
18038 Date:   Wed Jun 13 16:41:25 2012 +0200
18039
18040     Generic script for each version
18041
18042 commit c1a08a199552e8c17c5ee326f20bc3c599e0e38f
18043 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
18044 Date:   Wed Jun 13 15:51:45 2012 +0200
18045
18046     Fix in masterslave deploy.xml
18047
18048 commit 3b803ce71efb58461521fa7ba6be96cfa3cafb7a
18049 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
18050 Date:   Wed Jun 13 15:33:47 2012 +0200
18051
18052     Change the File java API according to the changes in the C api
18053
18054 commit 411e3479d19b1ccbd3ea92787646394a356e47e3
18055 Merge: 8cce467 a6f00a7
18056 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
18057 Date:   Wed Jun 13 15:33:05 2012 +0200
18058
18059     Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot//simgrid/simgrid
18060
18061 commit a6f00a784a0d052de2001804276ceee8e43a6334
18062 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
18063 Date:   Wed Jun 13 15:31:48 2012 +0200
18064
18065     Bugfix in msg/io example
18066
18067 commit 8cce4677bbae8649654b26c7a43012c058dfd5d2
18068 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
18069 Date:   Wed Jun 13 15:26:47 2012 +0200
18070
18071     model-checker : get std_heap with mmalloc_get_current_heap instead of function argument
18072
18073 commit 89df6a48741330160c27b692f6fbfc213db31cbe
18074 Author: navarro <navarro@caraja.(none)>
18075 Date:   Wed Jun 13 15:23:51 2012 +0200
18076
18077     Change the file API, remove the mount point in each file function.
18078
18079 commit f5e94fc4f0586200cb288fd638dcfbed499eb4c7
18080 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
18081 Date:   Wed Jun 13 15:01:01 2012 +0200
18082
18083     Rewrite the platform_script.lua used by the test for lua console.
18084     
18085     The lua console is still not fixed, but at least the script should be
18086     syntactically correct.
18087
18088 commit c6e3171ad40484dafd04d7e252fee95a76e49bad
18089 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
18090 Date:   Wed Jun 13 14:33:52 2012 +0200
18091
18092     Cosmetics: allow a semicolon after macro usage.
18093     
18094     Without this change, tools like etags are confused and fail to parse
18095     the file correctly.
18096
18097 commit 97aa0e698984b850ad794879f10e2978e4ec94fe
18098 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
18099 Date:   Wed Jun 13 14:58:19 2012 +0200
18100
18101     model-checker : new test unit for snapshot comparison
18102
18103 commit 184f7cbedd7496fb81e192e78f7beae87f942ee5
18104 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
18105 Date:   Wed Jun 13 14:56:03 2012 +0200
18106
18107     model-checker : remove unused argument in functions for heap comparison algorithm
18108
18109 commit fd0c81491963b25dab20bce41bdc3a66b5a936d6
18110 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
18111 Date:   Wed Jun 13 11:57:54 2012 +0200
18112
18113     model-checker : add total hamming distance for heap comparison algorithm
18114
18115 commit 1b9fb754fbeabeb4c3892917997208e1972fc338
18116 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
18117 Date:   Wed Jun 13 11:56:14 2012 +0200
18118
18119     Add VM API from MSG (experimental, still buggy in MSG C part anyway)
18120
18121 commit 3d28e83ea2a5f93c7654087eb70ab2e873553628
18122 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
18123 Date:   Wed Jun 13 11:47:33 2012 +0200
18124
18125     model-checker : test unit for snapshot comparison
18126
18127 commit e39bbd6388a46a93cf74fe1562e2015060071c24
18128 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
18129 Date:   Wed Jun 13 11:43:50 2012 +0200
18130
18131     model-checker : unused variables deleted
18132
18133 commit be522796a93d64a1aec1dc3392343a1215c35aec
18134 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
18135 Date:   Wed Jun 13 11:40:52 2012 +0200
18136
18137     model-checker : remove unnecessary get_memory_map_addr function
18138
18139 commit b9ee03b0a7b123fad1f8f0837edfb2a827a4ac9b
18140 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
18141 Date:   Wed Jun 13 11:27:19 2012 +0200
18142
18143     model-checker : update include file
18144
18145 commit 187fd0eeffe07e62ceef374ae965f04f81138e7c
18146 Merge: 324ed35 d589e05
18147 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
18148 Date:   Wed Jun 13 11:22:50 2012 +0200
18149
18150     Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot//simgrid/simgrid
18151
18152 commit 324ed35d0489e7df64745a022a3d426ff227fba2
18153 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
18154 Date:   Wed Jun 13 11:19:24 2012 +0200
18155
18156     model-checker : remove binary name as argument of some functions, available with xbt_binary_name
18157
18158 commit 2dac427b34bfcf6df465779a468849c1ffebf613
18159 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
18160 Date:   Wed Jun 13 11:12:17 2012 +0200
18161
18162     Make bind atributes private (we don't want users to mess with it)
18163
18164 commit e59c4722d5dd51e6830b049d452d1e62689b368c
18165 Author: navarro <navarro@caraja.(none)>
18166 Date:   Wed Jun 13 10:57:08 2012 +0200
18167
18168     If don't find TRACE_* functions don't break Simgrid-java.
18169
18170 commit d589e05e37970bcf9c4c1fa6e59e0c6040bfa1d7
18171 Author: jbrv <jean-baptiste.herve@esial.net>
18172 Date:   Wed Jun 13 10:30:29 2012 +0200
18173
18174     Event generation for probabilist tmgr_trace
18175     
18176     This piece of code is absolutely untested, however, because the actual use of this type of tmgr_trace is not implemented yet.
18177
18178 commit 3125d0480b3e723f166a7b1f59acd3a0d117ee73
18179 Author: navarro <navarro@caraja.(none)>
18180 Date:   Wed Jun 13 10:26:03 2012 +0200
18181
18182     Add missing files and Check for option TRACING in Simgrid
18183
18184 commit f816b895e4b1219c3dcd0443a55ef90690a849ef
18185 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
18186 Date:   Wed Jun 13 10:12:08 2012 +0200
18187
18188     model-checker : print statistics in all cases (property satisfied or not)
18189
18190 commit c924fe6229cf13ed8de5cf4fbda1fa1b85c72cdd
18191 Merge: 1446114 4ae874d
18192 Author: navarro <navarro@caraja.(none)>
18193 Date:   Wed Jun 13 09:53:18 2012 +0200
18194
18195     Merge branch 'v3_7_1'
18196     
18197     Conflicts:
18198         CMakeLists.txt
18199
18200 commit 4ae874d0e293e4449658334ad65d4b03aea7a87d
18201 Author: navarro <navarro@caraja.(none)>
18202 Date:   Tue Jun 12 23:55:30 2012 +0200
18203
18204     Add missing files for dist.
18205
18206 commit 5f83ad21b48bbf68ad6e6c8dabbc5a7ec539ee6f
18207 Author: navarro <navarro@caraja.(none)>
18208 Date:   Tue Jun 12 23:17:24 2012 +0200
18209
18210     Update version for scp
18211
18212 commit df6427f7c2af0b679c5b980d508a02e0068e734c
18213 Author: navarro <navarro@caraja.(none)>
18214 Date:   Tue Jun 12 23:05:06 2012 +0200
18215
18216     Clean generated file class.
18217
18218 commit 1446114c6c22422d849890eb968340074a29b2a1
18219 Merge: 0fee76c 3fe6810
18220 Author: alebre <alebre@noname-2.local>
18221 Date:   Tue Jun 12 22:44:40 2012 +0200
18222
18223     Merge branch 'master' of git://scm.gforge.inria.fr/simgrid/simgrid-java
18224
18225 commit 0fee76cf390f76e01411439d6f3590ac7dc158ff
18226 Merge: cd247d4 a8386a0
18227 Author: alebre <alebre@noname-2.local>
18228 Date:   Tue Jun 12 22:44:02 2012 +0200
18229
18230     Merge branch 'master' of git://scm.gforge.inria.fr/simgrid/simgrid-java
18231     
18232     Conflicts:
18233         CMakeLists.txt
18234         ChangeLog
18235
18236 commit 74c574568434d90d5a274fe31a934cc12f3dcf31
18237 Author: navarro <navarro@caraja.(none)>
18238 Date:   Tue Jun 12 22:42:10 2012 +0200
18239
18240     Fix dependencies for java examples
18241
18242 commit 3fe681099ea9eecb2fb408cd1c747f3b353a7223
18243 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
18244 Date:   Tue Jun 12 22:41:04 2012 +0200
18245
18246     Bugfix in coroutines
18247
18248 commit 5cc7b464b7c32a88ac058033e0eb827653e469d5
18249 Author: navarro <navarro@caraja.(none)>
18250 Date:   Tue Jun 12 22:34:23 2012 +0200
18251
18252     Remove useless replace command lines
18253
18254 commit cd247d4e096b930f7f41eab3bfc9683adfccb39c
18255 Author: alebre <alebre@noname-2.local>
18256 Date:   Tue Jun 12 22:31:59 2012 +0200
18257
18258     Remove Trace useless files - Adrien
18259
18260 commit 7188c26608e4071cc490f1f85006fb2c59789e68
18261 Author: alebre <alebre@noname-2.local>
18262 Date:   Tue Jun 12 22:30:10 2012 +0200
18263
18264     Update the ChangeLog with Traces stuf + Trace stuff - Adrien
18265
18266 commit b24785fcd7ab626fed452239300b2fc1bc99433e
18267 Author: alebre <alebre@noname-2.local>
18268 Date:   Tue Jun 12 22:27:27 2012 +0200
18269
18270     Update the ChangeLog with Traces stuf + CMakeLists.txt modifs - Adrien
18271
18272 commit 681590a8d8c991eaa83c40e356c44ef014d90f29
18273 Author: navarro <navarro@caraja.(none)>
18274 Date:   Tue Jun 12 22:08:30 2012 +0200
18275
18276     Update simgrid java version and indent.
18277
18278 commit dbf9fd79c32bf349616bc48aef05f296c2fde203
18279 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
18280 Date:   Tue Jun 12 22:02:50 2012 +0200
18281
18282     model-checker : comment unused statistics information
18283
18284 commit a8386a00238d13b282abb5884ee51d0cb30e0361
18285 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
18286 Date:   Tue Jun 12 21:32:10 2012 +0200
18287
18288     Add File support and an example to cover it.
18289
18290 commit f3603ef03e31982f8690dbb3ace9be716087c50d
18291 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
18292 Date:   Tue Jun 12 19:11:18 2012 +0200
18293
18294     Don't rely on the non-standard on_exit() function.
18295
18296 commit 1f6232c64d77147f9a47e29f85dbeee71e925b0b
18297 Merge: e113d9d 412056f
18298 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
18299 Date:   Tue Jun 12 17:57:06 2012 +0200
18300
18301     Merge scm.gforge.inria.fr:/gitroot/simgrid/simgrid-java
18302
18303 commit 90a061a7c17d17c4c94ec12095d495d6e218f961
18304 Author: navarro <pierre.navarro@imag.fr>
18305 Date:   Tue Jun 12 08:08:47 2012 -0700
18306
18307     Update script due to removed file.
18308
18309 commit 7aaa63deb581cf9852b6ed35c032ea4a579e0f86
18310 Author: navarro <navarro@caraja.(none)>
18311 Date:   Tue Jun 12 16:03:48 2012 +0200
18312
18313     Now it is simgrid java 1.2 ;)
18314
18315 commit 412056feb3620f52a63ca3cdcc84c943218ccd29
18316 Author: navarro <navarro@caraja.(none)>
18317 Date:   Tue Jun 12 15:56:56 2012 +0200
18318
18319     Make the directory with command line
18320
18321 commit b153a82d30dcf5f6ebf8b02519df26d4d4d422e9
18322 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
18323 Date:   Tue Jun 12 15:49:05 2012 +0200
18324
18325     Rename functions xbt_dict_hash*() to xbt_str_hash().
18326
18327 commit 3347b50014c1857b9d9f3a035d27b67a54beaea8
18328 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
18329 Date:   Tue Jun 12 15:39:50 2012 +0200
18330
18331     Inline functions without their definitions don't make much sense.
18332     
18333     Declare xbt_dict_hash() and xbt_dict_hash_ext() as static inline,
18334     and move their definitions in header file.
18335
18336 commit bd58ee2f798ec59029ee119c8fee839658a4ccdd
18337 Author: navarro <navarro@caraja.(none)>
18338 Date:   Tue Jun 12 15:43:42 2012 +0200
18339
18340     Remove some debug from execution
18341
18342 commit b24f30653c7107b2c85ea2f3704f722efe8648e6
18343 Author: navarro <navarro@caraja.(none)>
18344 Date:   Tue Jun 12 15:43:15 2012 +0200
18345
18346     Add disk usage and size parameters for storage.
18347
18348 commit 4958ce12c0033de2604724d471f5306ed3c3a89f
18349 Author: navarro <navarro@caraja.(none)>
18350 Date:   Mon Jun 11 16:39:08 2012 +0200
18351
18352     Find ns3 version 3.14
18353
18354 commit a3376c77919e2b84b7a3b5c719c11f1bbc509ee4
18355 Author: Martin Quinson <martin.quinson@loria.fr>
18356 Date:   Tue Jun 12 15:36:37 2012 +0200
18357
18358     rewrite the changelog for cosmetics
18359
18360 commit b1d56f5033e22018df1944aba31bc90a1fe4b478
18361 Author: jbrv <jean-baptiste.herve@esial.net>
18362 Date:   Tue Jun 12 15:35:28 2012 +0200
18363
18364     Add a constructor for probabilist tmgr_trace
18365     
18366     begin to add some support for this type of tmgr_trace
18367
18368 commit 3a3bf65fe403e30d7d21b88ceb4fc11d39af5713
18369 Author: Martin Quinson <martin.quinson@loria.fr>
18370 Date:   Tue Jun 12 15:24:03 2012 +0200
18371
18372     that's perfectly fine to not free that memory on process terminaison on Apple
18373
18374 commit e113d9da1540758e016d9f338859c2a838b454e7
18375 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
18376 Date:   Tue Jun 12 15:22:49 2012 +0200
18377
18378     Bugfix in smx_context_cojava
18379
18380 commit e1a098b59e3a524d0dd94b00a69419e391bf142a
18381 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
18382 Date:   Tue Jun 12 15:18:14 2012 +0200
18383
18384     Forgot coroutines files
18385
18386 commit 19076229cce2d2c18d8de0c80fa25958262ae819
18387 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
18388 Date:   Tue Jun 12 15:15:24 2012 +0200
18389
18390     Update changelog
18391
18392 commit d318c9e02308e2c7c66e3fcc06105d96332ebb44
18393 Merge: f4fb259 32852b9
18394 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
18395 Date:   Tue Jun 12 15:11:11 2012 +0200
18396
18397     Merge scm.gforge.inria.fr:/gitroot/simgrid/simgrid-java
18398
18399 commit 4935a0feba1e1b59a40344dbe60fe0a985bec9c2
18400 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
18401 Date:   Tue Jun 12 15:00:11 2012 +0200
18402
18403     model-checker : warnings compilation fixed
18404
18405 commit 32852b931d8828755db3b0b8c7bafb512eea2cce
18406 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
18407 Date:   Tue Jun 12 14:58:58 2012 +0200
18408
18409     Change the way the flag is handled in smx_ctx_java_stop
18410
18411 commit 0ffe21abd220652547671c0de3cae515fb5fc6e2
18412 Merge: b1a14fc 2b23c50
18413 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
18414 Date:   Tue Jun 12 14:53:15 2012 +0200
18415
18416     fix merge conflict
18417
18418 commit b1a14fc05e71bec535b24cd93cf393219349899b
18419 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
18420 Date:   Tue Jun 12 14:50:33 2012 +0200
18421
18422     model-checker : fix number and address of blocks in heap comparison algorithm
18423
18424 commit 2b23c502e86e67eb40ee594cda523e5c95b222c8
18425 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
18426 Date:   Tue Jun 12 14:36:05 2012 +0200
18427
18428     Missing include.
18429
18430 commit 9e1811782fa6f0ee089cd4680b3fd1198ee95a3e
18431 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
18432 Date:   Tue Jun 12 14:35:16 2012 +0200
18433
18434     Use XBT_PUBLIC for exported functions.
18435
18436 commit 4853d99f2d6ce78b9b9bfb3d81cfcf1bf5053177
18437 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
18438 Date:   Tue Jun 12 14:35:00 2012 +0200
18439
18440     Define variables in C file.
18441
18442 commit 79328778c30dcf5d6a2bffefd8c32821c9550f7a
18443 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
18444 Date:   Tue Jun 12 14:33:34 2012 +0200
18445
18446     Declare exported functions in header.
18447
18448 commit 4bcadecc3433af21a252c837673a4949c50d4e32
18449 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
18450 Date:   Tue Jun 12 14:27:27 2012 +0200
18451
18452     Fix compilation errors about unused or uninitialized variables.
18453     
18454     These are not real fixes and should be properly corrected,
18455     hence the "FIXME" comments.
18456
18457 commit 63553bf734e01796eb7aac5156af80c5160e15bb
18458 Author: jbrv <jean-baptiste.herve@esial.net>
18459 Date:   Tue Jun 12 14:12:02 2012 +0200
18460
18461     change a function name that I forgot to change
18462
18463 commit 371b6b8c9e97b5c836520a36bc450cf513570830
18464 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
18465 Date:   Tue Jun 12 14:05:00 2012 +0200
18466
18467     Add migration example
18468
18469 commit d147d81692db8ae78418b4df9b781e1a8851def1
18470 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
18471 Date:   Tue Jun 12 14:03:28 2012 +0200
18472
18473     Bugfix in Mutex class. Forgot the deployment file in masterslave
18474
18475 commit 7a70dde587bf05977d0f9e1d854e98f192a79426
18476 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
18477 Date:   Tue Jun 12 11:58:43 2012 +0200
18478
18479     Add resume/suspend. Make restart/pause deprecated
18480
18481 commit d3e7225dadcad644d2f4d4492e05a4d8341af887
18482 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
18483 Date:   Tue Jun 12 11:49:13 2012 +0200
18484
18485     Renamed basic example to "masterslave" (more accurate)
18486
18487 commit b17c96d9b8f6a94cf5749031debf16aa67db5af3
18488 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
18489 Date:   Tue Jun 12 11:29:25 2012 +0200
18490
18491     Bugfix in Basic example
18492
18493 commit 77bd8d21587ec11c22c2f321dd1fab3846264015
18494 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
18495 Date:   Tue Jun 12 11:20:05 2012 +0200
18496
18497     Make Process.migrate non-static
18498
18499 commit ad81710abe769ac4eeeba995707cc0ba3e39402a
18500 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
18501 Date:   Tue Jun 12 11:02:00 2012 +0200
18502
18503     Bugfix in comment
18504
18505 commit 188f218c529025735df882c3cabfdbae62a0c907
18506 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
18507 Date:   Tue Jun 12 11:00:50 2012 +0200
18508
18509     Bugfix in Mutex comments
18510
18511 commit d9585efbbbfc5e6f8c4ce228f407732fa9209c3c
18512 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
18513 Date:   Tue Jun 12 10:59:39 2012 +0200
18514
18515     Remove useless fields in Msg
18516
18517 commit f4fb259da7eb35a292005c2deea6b8f94ede5fc7
18518 Merge: d14a5bb d27f1a5
18519 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
18520 Date:   Tue Jun 12 10:36:57 2012 +0200
18521
18522     Merge scm.gforge.inria.fr:/gitroot/simgrid/simgrid-java
18523
18524 commit d27f1a5d52c481f88697a7c3aa259a17b393560d
18525 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
18526 Date:   Tue Jun 12 10:19:35 2012 +0200
18527
18528     Add priority example/test
18529
18530 commit d14a5bb9a5e3388eca71c02b8dfb487cc7db9ce5
18531 Merge: 0b7177a ce331ec
18532 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
18533 Date:   Tue Jun 12 09:58:16 2012 +0200
18534
18535     Merge scm.gforge.inria.fr:/gitroot/simgrid/simgrid-java
18536     
18537     Conflicts:
18538         src/jmsg_process.c
18539         src/jmsg_process.h
18540
18541 commit ce331ec816422724ce53dd34d6ef785e0d94b9bf
18542 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
18543 Date:   Tue Jun 12 09:57:05 2012 +0200
18544
18545     Add setKillTime in Process
18546
18547 commit 0b7177aaa933483692b39ba8ed330f531f204fac
18548 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
18549 Date:   Mon Jun 11 23:29:19 2012 +0200
18550
18551     Add EXPERIMENTAL Coroutines support
18552
18553 commit bc6b026eff4c569bdcc80dd4afda9c5d5530d5bb
18554 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
18555 Date:   Mon Jun 11 17:45:31 2012 +0200
18556
18557     Add suspend example/test
18558
18559 commit 1bf4f739c3ed762567482880e49bdc9c62354e5a
18560 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
18561 Date:   Mon Jun 11 17:40:15 2012 +0200
18562
18563     Process bind bugfix
18564
18565 commit ea45b0fd14b255c0c5a4515b2f27c68002a567c8
18566 Author: jbrv <jean-baptiste.herve@esial.net>
18567 Date:   Mon Jun 11 17:07:52 2012 +0200
18568
18569     Trace manager : add a function to generate values from probabilist distributions
18570
18571 commit b313c9714f8199ac42e4fd6938b8e9d964f66525
18572 Author: jbrv <jean-baptiste.herve@esial.net>
18573 Date:   Mon Jun 11 16:13:33 2012 +0200
18574
18575     Trace manager : Add and change some structures and functions
18576     
18577     New structure to generate event dates, and new functions to create them.
18578     The tmgr_trace structure takes now a dynar of events, or 2 event generators.
18579
18580 commit efeea455e4864b202dd362d944175ec5fb2b2b04
18581 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
18582 Date:   Mon Jun 11 15:34:10 2012 +0200
18583
18584     model-checker : remove useless memcmp in heap comparison algorithm
18585
18586 commit cd04ab60bef9c99a3c4c810d3986aa9a179ff83b
18587 Author: jbrv <jean-baptiste.herve@esial.net>
18588 Date:   Mon Jun 11 14:31:55 2012 +0200
18589
18590     Add a function to copy a RngStream structure
18591
18592 commit 9036cbd00b975d68e6064c697f21f5bfe907887b
18593 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
18594 Date:   Mon Jun 11 12:06:50 2012 +0200
18595
18596     Fix encoding in RngStream class
18597
18598 commit d809fb4bb814793bc4beb2dceb70be37f8e40c87
18599 Author: jbrv <jean-baptiste.herve@esial.net>
18600 Date:   Mon Jun 11 11:14:42 2012 +0200
18601
18602     Move XBT hash functions to xbt_str.c and make them public
18603
18604 commit 69d6f53a266447b2e5162572dd920c9795cb9c4f
18605 Author: Stephane Genaud <genaud@unistra.fr>
18606 Date:   Mon Jun 11 09:52:17 2012 +0200
18607
18608     gcc defines __APPLE__, use this instead APPLE
18609
18610 commit 91065b676e80a8c26a356477b018f2aae9b6eea7
18611 Merge: eb5ff74 ccca584
18612 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
18613 Date:   Sat Jun 9 21:59:56 2012 +0200
18614
18615     Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot//simgrid/simgrid
18616
18617 commit eb5ff7473ad687dc08cb81f0ad3bd47bc494ac24
18618 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
18619 Date:   Sat Jun 9 21:59:40 2012 +0200
18620
18621     model-checker : heap comparison algorithm rewrited
18622
18623 commit ccca584250e6b07d6364482c27ac0a5c2c8c425f
18624 Author: jbrv <jean-baptiste.herve@esial.net>
18625 Date:   Fri Jun 8 15:42:15 2012 +0200
18626
18627     Add new functions to support different sources of avaibility trace
18628     
18629     These functions are still nearly empty, however.
18630
18631 commit 73def24a2f85941f5f0fe550e73bcb686583a7a6
18632 Author: jbrv <jean-baptiste.herve@esial.net>
18633 Date:   Fri Jun 8 15:19:37 2012 +0200
18634
18635     Modify structures to support different sources of avaibility trace
18636     
18637     renamed function : tmgr_trace_new() to tmgr_trace_new_from_file()
18638
18639 commit 6c6d22019a29d1a1e7cd1f52dbb21cf3d330c57c
18640 Author: suter <frederic.suter@cc.in2p3.fr>
18641 Date:   Fri Jun 8 14:56:15 2012 +0200
18642
18643     First step to move trace replay from MSG towards SMPI
18644     start by moving what isn't connected to MSG into xbt
18645     had to change some file names as xbt_replay_trace_* was a too long
18646     prefix and files are no more limited to the trace reader only.
18647
18648 commit 35f62d21aaa13145012189acb5a84e9011a172e5
18649 Merge: d2ef882 48a06df
18650 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
18651 Date:   Fri Jun 8 10:18:41 2012 +0200
18652
18653     Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot//simgrid/simgrid
18654
18655 commit 48a06dfd54aa94446d88653fff8a5ba8ce6e4add
18656 Author: jbrv <jean-baptiste.herve@esial.net>
18657 Date:   Fri Jun 8 09:33:57 2012 +0200
18658
18659     Changed masterslave with failures test platform
18660     
18661     The new platform is simpler, but now includes a case that fails :
18662     if a host fails when it is running a task, simgrid crashes.
18663     The expected outputs in .tesh files have not been updated yet.
18664
18665 commit 6c0d58e25fb387187f8d678d1c5f5f1487f5149a
18666 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
18667 Date:   Thu Jun 7 22:30:15 2012 +0200
18668
18669     Remove a useless FIXME (since it has already been fixed)
18670
18671 commit c609ff2d046049ff8614d9456ee73be4ba16ba00
18672 Author: schnorr <Lucas.Schnorr@imag.fr>
18673 Date:   Thu Jun 7 17:35:24 2012 +0200
18674
18675     [trace] paje header changed, update tesh
18676
18677 commit 0c2a4890b8024abfe6d12928faad593f1e6eddbf
18678 Author: schnorr <Lucas.Schnorr@imag.fr>
18679 Date:   Thu Jun 7 17:30:21 2012 +0200
18680
18681     [trace] paje file format has evolved with a new event PajeResetState, follow it
18682
18683 commit bc32172a5bce08c706af05c9db581b21150b4792
18684 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
18685 Date:   Thu Jun 7 17:34:54 2012 +0200
18686
18687     Whitespace etc. (take #3).
18688
18689 commit 6e42cfc5d300d0b0bcf79cf7c460c6f945f6e202
18690 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
18691 Date:   Thu Jun 7 16:52:18 2012 +0200
18692
18693     Fix Doxygen error.
18694     
18695     Fix the following error:
18696     error: the type 'dirs' is not supported for the entry tag within a navindex! Check your layout file!
18697     
18698     Simply removed the offending line.
18699
18700 commit 128079dd43a106314e38b720226ed487730fa36a
18701 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
18702 Date:   Thu Jun 7 16:41:13 2012 +0200
18703
18704     Update Doxyfile with doxygen -u.
18705
18706 commit 4ecc4569d944dbcd728d3aba126908f245869ac4
18707 Author: navarro <navarro@caraja.(none)>
18708 Date:   Thu Jun 7 17:20:53 2012 +0200
18709
18710     Update doc to inform which gcc or clang to use.
18711
18712 commit 55be59cf67a26f643bb72a9d92af8b52f75b332c
18713 Author: pierre <pierre@chontal.imag.fr>
18714 Date:   Thu Jun 7 15:59:08 2012 +0200
18715
18716     Hack to compile smpi on Mac (but need to fix;)
18717
18718 commit 66b513c92886172d08ed986f21637df870338761
18719 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
18720 Date:   Thu Jun 7 14:57:08 2012 +0200
18721
18722     More whitespace cleanup.
18723     
18724     About 2441 useless spaces at end of lines removed, mainly in doc/.
18725
18726 commit 10b586757ab8526c1e1e25317898b21a0c430e02
18727 Author: navarro <navarro@caraja.(none)>
18728 Date:   Thu Jun 7 14:26:30 2012 +0200
18729
18730     Update doc for install section.
18731
18732 commit 489169a6a758347a95e7ec2b9f92543331fb239d
18733 Author: navarro <navarro@caraja.(none)>
18734 Date:   Thu Jun 7 13:54:21 2012 +0200
18735
18736     Update Changelog for MAC and Win package
18737
18738 commit 919a3ee6e6d951ad6743228ca31e292797050962
18739 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
18740 Date:   Thu Jun 7 11:38:14 2012 +0200
18741
18742     Cosmetics: whitespace cleanup.
18743
18744 commit f23a67335a0220d37289129ddef6f0ff9f4c82f0
18745 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
18746 Date:   Thu Jun 7 11:36:50 2012 +0200
18747
18748     Add a word about Debian/Hurd in Changelog.
18749
18750 commit 056407822978eac24dc4067d7e1d6cf653a269c7
18751 Author: Martin Quinson <martin.quinson@loria.fr>
18752 Date:   Thu Jun 7 11:21:55 2012 +0200
18753
18754     prepare the ChangeLog and NEWS files for the upcoming release
18755
18756 commit 6a9ba4cc0be8e8d78220d67a75b5f65027c91f73
18757 Author: Martin Quinson <martin.quinson@loria.fr>
18758 Date:   Thu Jun 7 10:57:50 2012 +0200
18759
18760     a word on installing onto Mac OSX systems
18761
18762 commit 1a94af75c93d1165d314b415d9551977a6d66729
18763 Author: pierre <pierre@chontal.imag.fr>
18764 Date:   Thu Jun 7 11:04:09 2012 +0200
18765
18766     Try to put script before and after install simgrid on mac
18767
18768 commit 1ba6aafce905ca1156b089c36ec449257e05d9cb
18769 Author: pierre <pierre@chontal.imag.fr>
18770 Date:   Wed Jun 6 15:19:34 2012 +0200
18771
18772     Update script for iceberg
18773
18774 commit d2ef882f0df05a18a9e92abce9caa7ca25b8b9f8
18775 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
18776 Date:   Wed Jun 6 18:27:39 2012 +0200
18777
18778     typos in message of backtrace display (where malloced -> was malloced)
18779
18780 commit 730238235d01064c79e964dc2658a024f8a6b081
18781 Author: schnorr <Lucas.Schnorr@imag.fr>
18782 Date:   Wed Jun 6 15:38:40 2012 +0200
18783
18784     [trace] viva graph configuration (same as for triva, but without outer curly brackets)
18785
18786 commit 9f3329f034f04e74f367ea33d99ab9236f04fb1c
18787 Author: schnorr <Lucas.Schnorr@imag.fr>
18788 Date:   Wed Jun 6 15:34:25 2012 +0200
18789
18790     [trace] launch an exception if user provided an unknown value for the type
18791
18792 commit d482805b62c75964684b8b409a043198281c3b27
18793 Author: Christophe Thiéry <christopho128@gmail.com>
18794 Date:   Tue Jun 5 15:11:03 2012 +0200
18795
18796     The usual typo.
18797
18798 commit c4d5e0512df1e2b3e83d57fbb17e225e286ef4ca
18799 Author: Martin Quinson <martin.quinson@loria.fr>
18800 Date:   Tue Jun 5 15:08:12 2012 +0200
18801
18802     avoid double free issues when on host failure+process run
18803
18804 commit 50c886de0c60029fb70b0441f3f021ceb4528424
18805 Merge: f535da6 c71a4e6
18806 Author: alebre <alebre@dhcp-2-172.rech172-28.emn.fr>
18807 Date:   Tue Jun 5 14:23:49 2012 +0200
18808
18809     Merge concerns - Adrien
18810
18811 commit f535da6c991da8dc6690ff56d39bc24096d79ddf
18812 Author: alebre <alebre@dhcp-2-172.rech172-28.emn.fr>
18813 Date:   Tue Jun 5 14:18:46 2012 +0200
18814
18815     Merge concerns - Adrien
18816
18817 commit 99542e8a8213501e7639ec432a47222f0672f9c2
18818 Author: Martin Quinson <martin.quinson@loria.fr>
18819 Date:   Tue Jun 5 11:47:45 2012 +0200
18820
18821     Bug fixes around the resource failures in Simix
18822     
18823     don't let the processes survive the host they are running onto when
18824     they were running something. The same kind of fix is probably due when
18825     they are communicating or sleeping.
18826
18827 commit 9f55e34b93f3969827706f7d096acdd5d4723487
18828 Author: Martin Quinson <martin.quinson@loria.fr>
18829 Date:   Tue Jun 5 11:07:25 2012 +0200
18830
18831     do not hide issues
18832
18833 commit c71a4e608a02b874b006b6e71184fed3911f40ed
18834 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
18835 Date:   Tue Jun 5 10:42:25 2012 +0200
18836
18837     Add the forgotten bittorrent tesh file. Change the way pieces are chosen in updateCurrentPieces (using RngStream).
18838
18839 commit c889898bf14884ce0a970e411e35337e330a042c
18840 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
18841 Date:   Mon Jun 4 16:15:16 2012 +0200
18842
18843     Declare as "unsigned" bit fields used as boolean.
18844     
18845     Signed bit fields of length 1 do not make much sense.
18846     
18847     This is a followup for commit 1377c28e7b9f315616ee6fddc6baa755e0380e75.
18848
18849 commit 79e6ee5c40e94116881f88684fb612f321b8f5db
18850 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
18851 Date:   Mon Jun 4 16:07:51 2012 +0200
18852
18853     Cosmetics: align comment.
18854
18855 commit 438c4745e58278973ea236948319f58f2f1cdbac
18856 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
18857 Date:   Mon Jun 4 15:53:04 2012 +0200
18858
18859     Add missing includes.
18860
18861 commit 1377c28e7b9f315616ee6fddc6baa755e0380e75
18862 Author: Christophe Thiéry <christopho128@gmail.com>
18863 Date:   Mon Jun 4 14:59:13 2012 +0200
18864
18865     A boolean should be unsigned if you want to compare it to 1.
18866     
18867     Without the "unsigned" keyword, the boolean could be either 0 or -1.
18868     This made the Lua tests crash because of a condition "copied == 1".
18869     This bug was introduced by commit 13b40eda ("make it clear that this is a
18870     boolean field").
18871
18872 commit 7cfc39a067963b183621e9e9d08d604de258de34
18873 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
18874 Date:   Mon Jun 4 10:36:54 2012 +0200
18875
18876     Add bittorrent example
18877
18878 commit 2e571a748f951d94a0d368237dd4875da54cea03
18879 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
18880 Date:   Sun Jun 3 09:49:32 2012 +0200
18881
18882     model-checker : XBT_DEBUG replaced by XBT_INFO
18883
18884 commit 3f15bf3b50e2ff094894fea17c7cfb44cb98ab23
18885 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
18886 Date:   Sun Jun 3 09:46:45 2012 +0200
18887
18888     model-checker : new properties in promela for centralized_liveness examples
18889
18890 commit 5ce4106d57347a7871f0f0ee39bdef5fd0c824ae
18891 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
18892 Date:   Sun Jun 3 09:45:48 2012 +0200
18893
18894     model-checker : new examples
18895
18896 commit 9f0602d096fe3746a4e398b40b8fe8384f7851ec
18897 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
18898 Date:   Sun Jun 3 09:02:29 2012 +0200
18899
18900     model-checker : free pointers
18901
18902 commit 7ccac3398f1658d2485cc95d22c5d0f2eeb0e003
18903 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
18904 Date:   Sun Jun 3 09:00:48 2012 +0200
18905
18906     model-checker : free pointers
18907
18908 commit 255034c505d975829a242b98eceeb2c2a4df4517
18909 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
18910 Date:   Sun Jun 3 08:59:42 2012 +0200
18911
18912     model-checker : initialize pointer and update indice of search in heapinfo
18913
18914 commit 33d53861f6312ae42985bdc7011c396761125c3d
18915 Merge: 88168b9 7b60888
18916 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
18917 Date:   Sat Jun 2 22:35:14 2012 +0200
18918
18919     Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot//simgrid/simgrid
18920
18921 commit 88168b957045f56cd9b75acd0aeb17e6f6fa8035
18922 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
18923 Date:   Sat Jun 2 17:03:35 2012 +0200
18924
18925     model-checker : free pointer
18926
18927 commit 5ff7a0f00eab7d7005451ad66f517ac9c4bfd68a
18928 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
18929 Date:   Sat Jun 2 17:00:53 2012 +0200
18930
18931     model-checker : initialize pointers (segfault with free)
18932
18933 commit 7bc6dafdcd7ab881e3fa0c62c433c0230308dffb
18934 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
18935 Date:   Sat Jun 2 16:49:42 2012 +0200
18936
18937     model-checker : add pair's number in struct mc_pair_reached and prepare canonicalisation in comparison of regions
18938
18939 commit 13928808f7422bd968a03e3bba7773305e5778ec
18940 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
18941 Date:   Sat Jun 2 16:43:01 2012 +0200
18942
18943     model-checker : free pointers
18944
18945 commit 7b608883dd942a3363a9ac150fd7352e247cf39f
18946 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
18947 Date:   Fri Jun 1 23:18:25 2012 +0200
18948
18949     Undefine this terms, or supernovae build will fail.
18950
18951 commit db4c52ba4d7aeefa36639a0907b76609dd24abe0
18952 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
18953 Date:   Fri Jun 1 22:53:45 2012 +0200
18954
18955     memcheck_tests: regenerate.
18956
18957 commit 854b0effe9cf4b457edd55197f76d6d7f489612a
18958 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
18959 Date:   Fri Jun 1 17:49:11 2012 +0200
18960
18961     model-checker : oops, about 3000 blocks unchecked in heap comparison algorithm ... stop condition changed
18962
18963 commit 36868a3c80a0f6ed125216285108dbe7f2bc3dd8
18964 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
18965 Date:   Fri Jun 1 17:47:38 2012 +0200
18966
18967     model-checker : first work for canonicalisation (get memory area pointed, check if in std_heap)
18968
18969 commit 3834d39dda746e4a706fc82ba24cde755fa8775c
18970 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
18971 Date:   Fri Jun 1 17:17:33 2012 +0200
18972
18973     Use XBT_PARMAP_DEFAULT as default SIMIX parallel mode.
18974
18975 commit 2bc6d3c0eec2c2161a789f93d48bd30bc6344ace
18976 Author: navarro <navarro@caraja.(none)>
18977 Date:   Fri Jun 1 16:28:24 2012 +0200
18978
18979     Use default value core, state host value if empty
18980
18981 commit 3ead8ae15aae17b661bb20818af9f42f1b30e3d6
18982 Author: navarro <navarro@caraja.(none)>
18983 Date:   Fri Jun 1 16:27:05 2012 +0200
18984
18985     Missing routing callback and creation of SIMIx and MSG hosts
18986
18987 commit bcef133e09ea31f6eeda04b6190b6bdda4e396b3
18988 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
18989 Date:   Fri Jun 1 16:29:40 2012 +0200
18990
18991     Don't run tests if facility not available.
18992
18993 commit 1dcdc787fa3baec4691ff65f67ff01f1e2415c63
18994 Author: unknown <pierre@.(none)>
18995 Date:   Fri Jun 1 14:00:13 2012 +0200
18996
18997     Functions RngStream must be XBT_PUBLIC for dll
18998
18999 commit 0025820ae49b141d61339bd105b5e498b1a37f0c
19000 Author: unknown <pierre@.(none)>
19001 Date:   Fri Jun 1 13:59:48 2012 +0200
19002
19003     Declare nonfatal java in the package
19004
19005 commit 9f3e3ef528479ef8f4070e8ee161f9a4258d28ba
19006 Author: unknown <pierre@.(none)>
19007 Date:   Fri Jun 1 12:23:12 2012 +0200
19008
19009     Cosmetics
19010     2times include
19011
19012 commit c10ed57edec704e64096a7474e1e1c535bc06078
19013 Author: unknown <pierre@.(none)>
19014 Date:   Fri Jun 1 12:22:53 2012 +0200
19015
19016     Add missing files to install on WIn
19017
19018 commit 3e14ae9ddf188592f15fd34dc87efb6d8223826b
19019 Author: unknown <pierre@.(none)>
19020 Date:   Fri Jun 1 12:22:16 2012 +0200
19021
19022     Set some warnings on windows with no-error flag.
19023
19024 commit c51823541276dc4b772e8c1c94dafb1291715268
19025 Author: unknown <pierre@.(none)>
19026 Date:   Fri Jun 1 11:52:24 2012 +0200
19027
19028     Fix compilation on Windows with pthread.
19029
19030 commit 80ee8156e456da2a86ba28666fe1ab7db0f7eb04
19031 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
19032 Date:   Thu May 31 18:02:44 2012 +0200
19033
19034     Use the correct variable to check for working ucontexts: CONTEXT_UCONTEXT
19035     
19036     HAVE_UCONTEXT_H only tells us whether ucontext.h exists or not.
19037
19038 commit dda9405f7ee3f80c4b9c225117d08ec734f2a0f8
19039 Author: Christophe Thiéry <christopho128@gmail.com>
19040 Date:   Thu May 31 17:59:38 2012 +0200
19041
19042     Lua: fix an indentation bug in debug logs (the stack crashed)
19043
19044 commit 1646f992b45dc1240e514ed0ce0e5f9ed02f3e55
19045 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
19046 Date:   Thu May 31 17:43:33 2012 +0200
19047
19048     Don't lie about VCS.
19049
19050 commit 8111cf69c27e24f09f018ab1f1a3fbdbf5b4a14e
19051 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
19052 Date:   Thu May 31 17:36:50 2012 +0200
19053
19054     Also remove reference to variable ARGS in generate_memcheck_tests.pl.
19055
19056 commit f8bc6f6fba7b044bad78c0e3d8b4a37d908f0f41
19057 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
19058 Date:   Thu May 31 17:17:54 2012 +0200
19059
19060     Remove usage of environment variable ARGS in tesh files.
19061     
19062     It is nowadays never used, and such a generic name can be source of
19063     problems (it could be defined for other purposes).
19064
19065 commit 5c5dd5462b24783502c7340b86a35460b7610fa9
19066 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
19067 Date:   Thu May 31 15:10:18 2012 +0200
19068
19069     Export RngStreams to Java
19070
19071 commit 3c11bfaf6f2479fae9965f23d202d184627d2c8b
19072 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
19073 Date:   Thu May 31 14:53:17 2012 +0200
19074
19075     Revert "Don't fail when backtrace() returns 0."
19076     
19077     This reverts commit 944109bb21e5dc635a47813a2adff0e16305d9c9.
19078     
19079     This commit is controversial, and was intended to fix build on systems
19080     where backtrace exists, but returns 0.
19081     
19082     The only known systems with such behavior are Debian on ARM (armel, armhf).
19083     Another workaround is to compile with the -funwind-tables gcc option.
19084     
19085     See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=637360 for more information.
19086
19087 commit 753a38e9f3f6b11b95d0a2b232ee8e6cb98d2564
19088 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
19089 Date:   Thu May 31 10:40:39 2012 +0200
19090
19091     Add a test for chord
19092
19093 commit 4fb1548b520dfebdd649916e63f588569aa599c9
19094 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
19095 Date:   Thu May 31 10:18:25 2012 +0200
19096
19097     Add a boolean field "finished" in Comm to prevent exceptions in Simix to happen
19098
19099 commit 8820dd4f9cdbc21f49fcaf25ae93f6895d452219
19100 Author: navarro <navarro@caraja.(none)>
19101 Date:   Wed May 30 14:58:35 2012 +0200
19102
19103     Sorry for this.
19104
19105 commit dcf893e03deb3f71feeee0218a83e7ed76aa574d
19106 Author: navarro <navarro@caraja.(none)>
19107 Date:   Wed May 30 13:37:02 2012 +0200
19108
19109     Don't change doxygen typo for \dontinclude
19110
19111 commit 059ffba3002aa86e17392c7f2c884095ab64591b
19112 Merge: b745e5b 28cb6ae
19113 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
19114 Date:   Wed May 30 12:30:41 2012 +0200
19115
19116     Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid
19117
19118 commit b745e5b5a5f85947c7e08266c6dbdbbf9f563918
19119 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
19120 Date:   Wed May 30 12:30:35 2012 +0200
19121
19122     Move RngStream to xbt (public)
19123
19124 commit 9b592c9f93e213394b8acbc2a892e81066e68c23
19125 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
19126 Date:   Wed May 30 12:04:22 2012 +0200
19127
19128     model-checker : remove unused variable CS_PER_PROCESS
19129
19130 commit 28cb6ae290613e9067f83f023d154e591e42d6da
19131 Author: navarro <navarro@caraja.(none)>
19132 Date:   Wed May 30 11:38:26 2012 +0200
19133
19134     Remove custom_flags and use CFLAGS LDFLAGS
19135
19136 commit f403d7b3a9861b3d80588ded49f1faebba63341a
19137 Author: Martin Quinson <martin.quinson@loria.fr>
19138 Date:   Wed May 30 11:26:50 2012 +0200
19139
19140     update FSF address (thanks to debian's paranoid robots ;)
19141
19142 commit c53d0aac5a5ab41701f3320d95f1cd2b0f3fd005
19143 Author: navarro <navarro@caraja.(none)>
19144 Date:   Wed May 30 11:23:41 2012 +0200
19145
19146     Some typos in source code
19147
19148 commit 37baaf70ee95c42a6f4b80913db243c199230fb9
19149 Merge: c477360 4849314
19150 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
19151 Date:   Wed May 30 11:04:59 2012 +0200
19152
19153     Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot//simgrid/simgrid
19154
19155 commit 4849314d08c1c90227cdbbc346f59e6e22a621d2
19156 Author: navarro <navarro@caraja.(none)>
19157 Date:   Wed May 30 10:48:57 2012 +0200
19158
19159     Rewrite --setenv bindir
19160     Cosmetics
19161
19162 commit 13b40eda22ea85f68f80b623a5cd441b8dc49d71
19163 Author: Martin Quinson <martin.quinson@loria.fr>
19164 Date:   Tue May 29 23:29:30 2012 +0200
19165
19166     make it clear that this is a boolean field
19167
19168 commit 534d31e4fc62b248c646ad6e19518e8a7b11e048
19169 Author: Martin Quinson <martin.quinson@loria.fr>
19170 Date:   Tue May 29 23:19:02 2012 +0200
19171
19172     Improve an error message
19173     
19174     There is good chances that the bug is in the user code (like calling
19175     msg_comm_test twice or something similar), and there is nothing we can
19176     do reliably from simgrid land if the user land builds such crap.
19177     
19178     See also
19179     https://gforge.inria.fr/tracker/index.php?func=detail&aid=14327&group_id=12&atid=165
19180
19181 commit 757c0f8844ae51c9e9a9085165c5dc46e5d1ce5c
19182 Author: Martin Quinson <martin.quinson@loria.fr>
19183 Date:   Tue May 29 17:03:13 2012 +0200
19184
19185     recommit my initial version of cloud stuff for 3.8. Hopefully with all files
19186
19187 commit c5c3f1bfece15c7b3a17a4f41925eae5cd629507
19188 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
19189 Date:   Tue May 29 15:44:57 2012 +0200
19190
19191     Make simgrid-java buildable after MSG_process_create_with_environment prototype change
19192
19193 commit dda4a9635474c80e380d7a088bc9393d465c1bed
19194 Author: Martin Quinson <martin.quinson@loria.fr>
19195 Date:   Tue May 29 15:43:59 2012 +0200
19196
19197     document Pierre's last change (thx for your work, pierre)
19198
19199 commit 7fa0f7db3dfd8b367a52fa77cee3cf66753d577d
19200 Author: navarro <navarro@caraja.(none)>
19201 Date:   Tue May 29 15:39:58 2012 +0200
19202
19203     Must have init MSG/SD/GRAS before using mutex
19204
19205 commit cec182136b0cfc4d197e1c0e3c39c4f0067e7d4c
19206 Author: navarro <navarro@caraja.(none)>
19207 Date:   Tue May 29 15:26:13 2012 +0200
19208
19209     Cosmetics
19210
19211 commit c47736071b39439589e5262e612bb86d50db6cb2
19212 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
19213 Date:   Tue May 29 15:19:16 2012 +0200
19214
19215     model-checker : replace all XBT_DEBUG by XBT_INFO
19216
19217 commit 46d81c873f84bc8161d0162aebc3a5405ea4824c
19218 Author: navarro <navarro@caraja.(none)>
19219 Date:   Tue May 29 14:53:13 2012 +0200
19220
19221     Remove wrong copy past
19222
19223 commit 0c5ca693e080c0c95d7ca0d67199a7e6d1f05f46
19224 Author: navarro <navarro@caraja.(none)>
19225 Date:   Tue May 29 14:48:38 2012 +0200
19226
19227     Don't abort if process does not exist.
19228
19229 commit da68135e649746356b421c3d94e4e4cf0c49ff3e
19230 Merge: 7e89960 3c79b42
19231 Author: alebre <alebre@noname.home>
19232 Date:   Tue May 29 14:42:31 2012 +0200
19233
19234     Merge branch 'master' of git://scm.gforge.inria.fr/simgrid/simgrid-java
19235
19236 commit 7e89960476ca751001c6bace4f5f29047a31573a
19237 Author: alebre <alebre@noname.home>
19238 Date:   Tue May 29 14:42:26 2012 +0200
19239
19240     CMakeLists for TRACE java bindgins - Adrien
19241
19242 commit 047845aeddd920d5976b792dac5516cf3e5707c8
19243 Author: navarro <navarro@caraja.(none)>
19244 Date:   Tue May 29 13:57:19 2012 +0200
19245
19246     Remove kill_time from MSG_process_create_with_environment
19247
19248 commit 248ef080d26ba69c3ce967cf6593190f50ff8677
19249 Author: navarro <navarro@caraja.(none)>
19250 Date:   Tue May 29 11:31:49 2012 +0200
19251
19252     Add MSG_process_set_kill_time
19253
19254 commit 52b41ba5f4cbc90aa34bb84e6774e880b00b2776
19255 Author: Martin Quinson <martin.quinson@loria.fr>
19256 Date:   Sun May 27 09:38:48 2012 +0200
19257
19258     there is no publication page in the in-tarball documentation anymore (kill dead code)
19259
19260 commit 1205d63d24a268c1cfbe3e1a5fe3794af6e1c1b9
19261 Author: pierre <pierre@chontal.imag.fr>
19262 Date:   Fri May 25 16:23:43 2012 +0200
19263
19264     Update script for mac
19265
19266 commit 944109bb21e5dc635a47813a2adff0e16305d9c9
19267 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
19268 Date:   Fri May 25 14:52:44 2012 +0200
19269
19270     Don't fail when backtrace() returns 0.
19271
19272 commit 301b65d454448ac156747d8112b884879cd7d24d
19273 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
19274 Date:   Fri May 25 14:49:14 2012 +0200
19275
19276     Update next version to 3.8 on master branch.
19277     
19278     Having two branches with the same version is confusing.
19279
19280 commit 5d37103da397672aff379d7dc01186068bfc1498
19281 Author: navarro <navarro@caraja.(none)>
19282 Date:   Fri May 25 14:16:40 2012 +0200
19283
19284     Remove bindings CXX from Simgrid
19285
19286 commit 3c79b42f3a417f03bd71900c8848b05a245c6b9c
19287 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
19288 Date:   Fri May 25 13:32:52 2012 +0200
19289
19290     We don't need the msg process to sleep.
19291
19292 commit 40c50e73054c04f97b5e5a618f1676eb5c3c9658
19293 Author: navarro <navarro@caraja.(none)>
19294 Date:   Fri May 25 13:10:40 2012 +0200
19295
19296     Add documentation for xbt_dict_foreach
19297
19298 commit 6fe65feec5b5c7603433116771d3249bebe95791
19299 Author: navarro <navarro@caraja.(none)>
19300 Date:   Fri May 25 11:18:24 2012 +0200
19301
19302     Those line are useless since this file is now deleted during the test.
19303
19304 commit b3cee705ef282304ace897ed2b81331428d5cd2a
19305 Author: navarro <navarro@caraja.(none)>
19306 Date:   Fri May 25 11:14:54 2012 +0200
19307
19308     Remove Montage_25.jed after test
19309
19310 commit 7829c52e630bcd26437cc4ad11dbbc9662f2b634
19311 Author: Martin Quinson <martin.quinson@loria.fr>
19312 Date:   Thu May 24 18:01:40 2012 +0200
19313
19314     here lucas: =<G>= (you deserve it). Closes #14324
19315
19316 commit fe61e9d745c2980c97d3de02d1d24049f4358c38
19317 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
19318 Date:   Thu May 24 16:06:49 2012 +0200
19319
19320     ChangeLog update.
19321
19322 commit 0ea80b7748ee3594ea87e6480c8b33160a38fc6c
19323 Author: navarro <navarro@caraja.(none)>
19324 Date:   Thu May 24 16:19:09 2012 +0200
19325
19326     Take care of LDFLAGS
19327
19328 commit a07d3b224d127eab65320e447c43a6ce75365cc8
19329 Author: navarro <navarro@caraja.(none)>
19330 Date:   Thu May 24 15:40:50 2012 +0200
19331
19332     Take care of CFLAGS in cmake
19333
19334 commit a54fbf926a409bfc12df701bce80152625694af1
19335 Author: navarro <navarro@caraja.(none)>
19336 Date:   Thu May 24 15:06:35 2012 +0200
19337
19338     Projet Iceberg to make OSX pkg.
19339
19340 commit 7fb0a003b865cb04f33c72bcc0f7a9745547d427
19341 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
19342 Date:   Thu May 24 13:21:52 2012 +0200
19343
19344     Break long lines in base files.
19345
19346 commit 98b08e8e90fd0400188efd276a58ef20ff426e7b
19347 Author: navarro <navarro@caraja.(none)>
19348 Date:   Thu May 24 14:01:25 2012 +0200
19349
19350     Add this function to compile on mac.
19351
19352 commit 206eb3dfac9b8c33fadacb23334775274d0fb75f
19353 Author: Laurent Bobelin <lbobelin@mintcar.lip.ens-lyon.fr>
19354 Date:   Thu May 24 12:33:30 2012 +0200
19355
19356     Modified base files in order to not refer anymore to the FAQ as the main doc source.
19357
19358 commit c6a4616241674154bdafca5a49c48091a3185a3a
19359 Author: Martin Quinson <martin.quinson@loria.fr>
19360 Date:   Thu May 24 12:09:02 2012 +0200
19361
19362     dont include dot graphs on every page: they are redundent to our tab navigation stuff
19363
19364 commit 04d94544520a0cec2749347909d9500a81d0f670
19365 Author: suter <frederic.suter@cc.in2p3.fr>
19366 Date:   Thu May 24 12:07:44 2012 +0200
19367
19368     correct doxygen error (forgot the parameter name in its description)
19369
19370 commit d1a1dc11b3a76cf7f034b950bed92af34a585620
19371 Author: Laurent Bobelin <lbobelin@mintcar.lip.ens-lyon.fr>
19372 Date:   Thu May 24 11:04:42 2012 +0200
19373
19374     Corrected trace doc and sligth modification in Distrib.cmake
19375
19376 commit bf26f74b8ce6872dccba33100ecfdc0c48fa51fa
19377 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
19378 Date:   Thu May 24 10:52:30 2012 +0200
19379
19380     ChangeLog: add entry for version 3.8 on branch "master".
19381     
19382     Also move changes that were not taken in branch "v3_7_x".
19383
19384 commit 227d213855e82c12ca37af72a03bc97127a07f8c
19385 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
19386 Date:   Thu May 24 10:26:12 2012 +0200
19387
19388     Remove unused variables.
19389
19390 commit 8ab67fea317b43cb0f64495ff0f1972080b8ed1d
19391 Merge: f223389 8cd41e4
19392 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
19393 Date:   Thu May 24 10:39:47 2012 +0200
19394
19395     Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot//simgrid/simgrid
19396
19397 commit f2233893ce7b8b1276bb6ca8474e3d3224bb1459
19398 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
19399 Date:   Thu May 24 10:39:35 2012 +0200
19400
19401     model-checker : reindent, no change
19402
19403 commit f3c8c23cc7784052a0cce9a77975d4dcfe4ba903
19404 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
19405 Date:   Thu May 24 10:37:08 2012 +0200
19406
19407     model-checker : switch between data program and data libsimgrid for comparison of regions
19408
19409 commit 26297efc616fc667196ae1e721faeaff35f715c6
19410 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
19411 Date:   Thu May 24 10:34:51 2012 +0200
19412
19413     model-checker : fclose forgotten in get_memory_map_addr
19414
19415 commit 8cd41e4adb67ddfb855b3744c43ad717e32d74c9
19416 Author: Laurent Bobelin <lbobelin@mintcar.lip.ens-lyon.fr>
19417 Date:   Thu May 24 09:10:24 2012 +0200
19418
19419     Removed some unused and out-of-date XML files, corrected some others in order to be really valid for an XML parser.
19420
19421 commit 6cb144b2dfd5f2fe9cf55f045f9c8db9ac952de4
19422 Author: schnorr <Lucas.Schnorr@imag.fr>
19423 Date:   Wed May 23 23:59:54 2012 +0200
19424
19425     [trace] updating tesh's that check graph configuration correctness
19426
19427 commit 1646a478b93ec1fceead61763f1a4b294f8eb1b3
19428 Author: schnorr <Lucas.Schnorr@imag.fr>
19429 Date:   Wed May 23 23:59:35 2012 +0200
19430
19431     [trace] more changes to adapt graph configuration to libconfig parsing rules
19432
19433 commit b81c5330d3f82cb5ad696869f5e176bf60879d49
19434 Author: schnorr <Lucas.Schnorr@imag.fr>
19435 Date:   Wed May 23 23:03:34 2012 +0200
19436
19437     [trace] changing graph configuration generation to follow libconfig parsing rules
19438     
19439     - and at the same time it is still compatible with the plist file format used today by Triva
19440
19441 commit 96abaedb1360d594bc4e1ac201d6cc5657b42d5b
19442 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
19443 Date:   Wed May 23 18:14:22 2012 +0200
19444
19445     Remove unused variable: task.
19446
19447 commit 2f75095b9fa861a416d6fb2b1a3a31aac1e17496
19448 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
19449 Date:   Wed May 23 18:11:11 2012 +0200
19450
19451     Update memcheck_tests.cmake.
19452
19453 commit fe91ebcf6a0d08a891d74c4f92ea93256373d3c0
19454 Author: navarro <navarro@caraja.(none)>
19455 Date:   Wed May 23 17:51:57 2012 +0200
19456
19457     Don't need those lines.
19458
19459 commit 9d53611f28f7ba6430d1f298c14b695ac2e723a5
19460 Merge: ba95ab8 8d8f3e2
19461 Author: suter <frederic.suter@cc.in2p3.fr>
19462 Date:   Wed May 23 17:31:03 2012 +0200
19463
19464     Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot//simgrid/simgrid
19465
19466 commit ba95ab8abb316eb582059872d59aa82d861a5663
19467 Author: suter <frederic.suter@cc.in2p3.fr>
19468 Date:   Wed May 23 17:30:24 2012 +0200
19469
19470     list SimDag additions
19471
19472 commit 7ec269ea364b2fe104e133989eaee07a166cbe06
19473 Author: navarro <navarro@caraja.(none)>
19474 Date:   Wed May 23 17:23:26 2012 +0200
19475
19476     Remove previous commit use __APPLE__ define by GNU
19477
19478 commit 8d8f3e2c5af3bbab316411cff9c0bcc1c7cdd6e5
19479 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
19480 Date:   Wed May 23 17:22:00 2012 +0200
19481
19482     Revert "Give vriable APPLE if on mac"
19483     
19484     This reverts commit 119fc53fcce0f13ecbfe9d3d9e43ec4733066d6f.
19485
19486 commit 2549c0e06cd080934cdc735906cf803abfe8c23c
19487 Author: suter <frederic.suter@cc.in2p3.fr>
19488 Date:   Wed May 23 17:20:57 2012 +0200
19489
19490     update and simplify the test of sequential access mode and test
19491     SD_workstation_dump
19492     update tesh file accordingly
19493
19494 commit 7c4af07d8b74d00ae29a94eff22346fdfcbb8214
19495 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
19496 Date:   Wed May 23 17:20:02 2012 +0200
19497
19498     Cannot use a variable defined on command line here.
19499     
19500     It won't work with user code (unless the user defines the same variable).
19501     
19502     Use a variable known to be defined by gcc on macs.
19503
19504 commit 6ad830890449074a4ad511e0415e4345acac2600
19505 Author: suter <frederic.suter@cc.in2p3.fr>
19506 Date:   Wed May 23 17:19:50 2012 +0200
19507
19508     slight change to the dump function
19509
19510 commit 087ced38cb2dd51f40529f806ef645d0af66bccf
19511 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
19512 Date:   Wed May 23 16:59:40 2012 +0200
19513
19514     Update ChangeLog for 3.7.1.
19515
19516 commit fe3fb1a50f9647940a24693be6361a4439f27f59
19517 Author: navarro <navarro@caraja.(none)>
19518 Date:   Wed May 23 16:59:29 2012 +0200
19519
19520     Set variable APPLE dor mac
19521
19522 commit 326cfdc9ec731d64e104a7331fd3b8c4f0574a67
19523 Author: navarro <navarro@caraja.(none)>
19524 Date:   Wed May 23 16:45:41 2012 +0200
19525
19526     Give vriable APPLE if on mac
19527
19528 commit 57a4e57a6df0a73784458d7eb9856b40f51465ad
19529 Author: navarro <navarro@caraja.(none)>
19530 Date:   Wed May 23 16:42:31 2012 +0200
19531
19532     Fix configure warning on mac
19533
19534 commit 2a41467d430bb218977c5770afe71147c1432075
19535 Author: suter <frederic.suter@cc.in2p3.fr>
19536 Date:   Wed May 23 16:31:21 2012 +0200
19537
19538     add a SD_workstation_dump function (not tested yet)
19539
19540 commit 561ff4897407105f37791f39b936da1d1c7c09d7
19541 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
19542 Date:   Wed May 23 16:22:00 2012 +0200
19543
19544     Apparently, constructor priorities are not supported on Macs.
19545
19546 commit 28fd1a297a34554ab67781f5fb413bb9a97d521f
19547 Author: navarro <navarro@caraja.(none)>
19548 Date:   Wed May 23 16:28:00 2012 +0200
19549
19550     Don't try to compare env variable just see if exist.
19551
19552 commit 6556115decbc6519072b5ac363203e520f2200fd
19553 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
19554 Date:   Wed May 23 15:37:14 2012 +0200
19555
19556     Cosmetics: keep categories lexicographically ordered.
19557
19558 commit aee9b1148b3e207d99efa9580ed8ac3611c143e6
19559 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
19560 Date:   Wed May 23 15:31:58 2012 +0200
19561
19562     Stop using JNI_GetCreatedJavaVMs, cache the java_vm object
19563
19564 commit 5f0a46f004078a0d00c77f430829581d408f526d
19565 Author: navarro <navarro@caraja.(none)>
19566 Date:   Wed May 23 15:03:03 2012 +0200
19567
19568     Sorry it's not elseif but else
19569
19570 commit 19d31d1f30c55c956a070e0bed580c56548273f7
19571 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
19572 Date:   Wed May 23 14:08:08 2012 +0200
19573
19574     Use standard modifier %z instead of %Z.
19575
19576 commit 4113f6e8d30771bb60f3f59b97af589797a479ca
19577 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
19578 Date:   Wed May 23 14:06:14 2012 +0200
19579
19580     A cast is mandatory here to discard the volatile qualifier.
19581
19582 commit ad9e4cea5823a71d21c0188b3d9ff8b55c51b832
19583 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
19584 Date:   Wed May 23 14:05:23 2012 +0200
19585
19586     Give the correct address for the source of memcpy
19587
19588 commit 4a1d8dd84611d5d3ec7749f13fa9c33649fc7b78
19589 Author: navarro <navarro@caraja.(none)>
19590 Date:   Wed May 23 14:51:48 2012 +0200
19591
19592     Add this variable to link flag only if it is not empty
19593
19594 commit d2a16d0dc16c1c349475c7b349a92242dcd329b3
19595 Merge: 2135e71 43281f3
19596 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
19597 Date:   Wed May 23 14:47:44 2012 +0200
19598
19599     Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot//simgrid/simgrid
19600
19601 commit 2135e717d0f732078edc7eed473e68bb96330cec
19602 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
19603 Date:   Wed May 23 14:47:40 2012 +0200
19604
19605     model-checker : function get_addr_memory_map rewrited using xbt_str tools
19606
19607 commit cfc0834b7e6f3ce611a7b3991050fb992661538a
19608 Author: navarro <navarro@caraja.(none)>
19609 Date:   Wed May 23 14:23:41 2012 +0200
19610
19611     Fix configure on MAC
19612
19613 commit 43281f310a1c42eacd637345887e7028f1920b4f
19614 Author: navarro <navarro@caraja.(none)>
19615 Date:   Wed May 23 13:56:55 2012 +0200
19616
19617     Generate directory /home/groups/simgrid/htdocs/simgrid/${release_version}/ with cmake
19618     Update PIPOL files
19619
19620 commit 419bdaa87416d96b72f6848b04b130637df71ee3
19621 Merge: 3187f0c aae4290
19622 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
19623 Date:   Wed May 23 11:47:40 2012 +0200
19624
19625     Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot//simgrid/simgrid
19626
19627 commit 3187f0cf6163ddd170510f8aea2a6b9fc9dd3e46
19628 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
19629 Date:   Wed May 23 11:47:21 2012 +0200
19630
19631     compilation errors (optimizations and model checking on) fixed in function â€˜get_addr_memory_map’
19632
19633 commit aae42904baf7c4f44cd434e02b519aea74b33c01
19634 Merge: 614a251 b799760
19635 Author: Frederic Suter <suter@youpi.(none)>
19636 Date:   Wed May 23 11:11:56 2012 +0200
19637
19638     Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot//simgrid/simgrid
19639
19640 commit b7997601648804dcdf233c071332eff47af92a21
19641 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
19642 Date:   Wed May 23 11:00:38 2012 +0200
19643
19644     Update next version to 3.7.1.
19645
19646 commit 614a25194b4ba12b6fec99b29512569fd9834a02
19647 Author: Frederic Suter <suter@youpi.(none)>
19648 Date:   Wed May 23 11:05:39 2012 +0200
19649
19650     small glitches there (I didn't "bob" was a routing method)
19651
19652 commit eaea40889a060612f37e818f76ebcf2da0646c8d
19653 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
19654 Date:   Tue May 22 15:04:52 2012 +0200
19655
19656     Cosmetics: correctly align Cmake messages, and replace tabs with spaces.
19657
19658 commit e882557cb5cd83578fc02fd6726299daf884ecaa
19659 Author: navarro <navarro@caraja.(none)>
19660 Date:   Tue May 22 17:24:32 2012 +0200
19661
19662     Merge of cpu_update_actions_state_full and net_update_actions_state_full
19663
19664 commit 7d1936798f4e06a0adbb624bb76ebdb316ec426f
19665 Author: navarro <navarro@caraja.(none)>
19666 Date:   Tue May 22 16:29:24 2012 +0200
19667
19668     Merge cpu_update_actions_state_lazy and net_update_actions_state_lazy
19669
19670 commit 969c4d5b6e082b4dd45e8be03c7b03c21a70ab1a
19671 Author: navarro <navarro@caraja.(none)>
19672 Date:   Tue May 22 15:42:31 2012 +0200
19673
19674     Forget to remove this line from previous commit
19675
19676 commit fa42487c90223126c2e27ff12ca34ad4f22bb2a1
19677 Author: navarro <navarro@caraja.(none)>
19678 Date:   Tue May 22 15:28:25 2012 +0200
19679
19680     Merge cpu and network
19681     Remove *_update_action_remaining_lazy and *_share_resources_lazy from cpu.c and network.c
19682     Add functions generic_share_resources_lazy and generic_update_action_remaining_lazy
19683
19684 commit 0b48f163927744a682112faa0be925606d799d07
19685 Author: navarro <navarro@caraja.(none)>
19686 Date:   Tue May 22 15:17:01 2012 +0200
19687
19688     Fix compilation with MSG_DEPRECATED
19689
19690 commit d34cb01da6a26cc35b4cd0cce1c8c3a62094e894
19691 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
19692 Date:   Tue May 22 13:58:37 2012 +0200
19693
19694     Ensure that lfields[] is fully initialized.
19695     
19696     Fixes compilation error:
19697     
19698     In file included from .../src/xbt/mmalloc/mm.c:24:0:
19699     .../src/xbt/mmalloc/mm_diff.c: In function â€˜get_addr_memory_map’:
19700     .../src/xbt/mmalloc/mm_diff.c:373:9: error: â€˜lfields[5]’ may be used uninitialized in this function [-Werror=uninitialized]
19701     cc1: all warnings being treated as errors
19702     
19703     In fact, once strtok returns NULL, subsequent searches with the same parameters
19704     return NULL too.
19705
19706 commit 3823e54e6b0da3c0b213c3ba1537befca354d647
19707 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
19708 Date:   Tue May 22 12:01:33 2012 +0200
19709
19710     The mutex is useless when mallocators are disabled.
19711
19712 commit a055707c5c4efacc5ef7f0f66c919c7f85225104
19713 Author: navarro <navarro@caraja.(none)>
19714 Date:   Tue May 22 11:35:29 2012 +0200
19715
19716     Fix compilation when using MSG_USE_DEPRECATED
19717
19718 commit c7533ef49ae766661baf4d9044cb850dbc249ccd
19719 Author: Frederic Suter <suter@youpi.(none)>
19720 Date:   Tue May 22 10:50:21 2012 +0200
19721
19722     add an example of usage of SD_TASK_COMP_PAR_AMDHAL typed tasks. No
19723     tesh file yet.
19724
19725 commit 1298f825dbd95a3e38a6f0f0130fc1800670aeae
19726 Author: Frederic Suter <suter@youpi.(none)>
19727 Date:   Tue May 22 10:42:28 2012 +0200
19728
19729     Add a new type of typed task that we may be able to autoschedule.
19730     
19731     SD_TASK_COMP_PAR_AMDAHL represents a parallel tasks whose initial work
19732     (amount parameter upon creation) is distributed among host according
19733     to the Amdahl's law. Such tasks are created with a parameter alpha
19734     that corresponds to the non-parallelizable part of the computation.
19735     
19736     Before calling SD_task_schedulel or SD_task_schedulev, the
19737     SD_task_distribute_comp_amdahl function has to be called with the
19738     desired number of workstations. The filling of computation_amount and
19739     communication_amount (actually empty) structures is then done seamlessly.
19740     
19741     Not sure whether SD_task_distribute_comp_amdahl should be
19742     automatically called within SD_task_schedulev or not. Easy to modify
19743     if we want to hide everything. An option could to call it if the user
19744     didn't do it.
19745     
19746     move all the creation functions at the same place in the process.
19747
19748 commit 939b39d3a5ae5a993512f833cefd4036fac05a55
19749 Author: Frederic Suter <suter@youpi.(none)>
19750 Date:   Tue May 22 10:40:44 2012 +0200
19751
19752     revalidate the tesh file for sd_test. BTW the timings were strange
19753     when looking at the work to do and the hosts' processing power
19754
19755 commit 2c452a3556b4a429539f3f26ff736a79d35f17ea
19756 Author: Frederic Suter <suter@youpi.(none)>
19757 Date:   Tue May 22 10:38:08 2012 +0200
19758
19759     the "amount" field leads to weird behaviors when dealing with parallel
19760     tasks. At SURF level, only computation_amount and communication_amount
19761     should be used. Get rid off amount in *execute_parallel_task functions.
19762     Use 1 when creating the surf action.
19763
19764 commit 196bcabf3c533a02f12b43f040f8fb5cb1e43235
19765 Merge: dda93e7 09485e6
19766 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
19767 Date:   Mon May 21 15:59:30 2012 +0200
19768
19769     Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot//simgrid/simgrid
19770
19771 commit dda93e7e3c8844b68b25ce1172d9fe1b6fcb8d37
19772 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
19773 Date:   Mon May 21 15:59:24 2012 +0200
19774
19775     model-checker : get location of pointed address in comparison of process memory area
19776
19777 commit 25fa04f8ceaf4b43a87d0df425073ec22f7b1d9e
19778 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
19779 Date:   Mon May 21 10:39:23 2012 +0200
19780
19781     Bugfix in Process.waitFor and Process.sleep: Throw the expected
19782     exception if failure.
19783
19784 commit 09485e6da95ca527e457bfe395a5175550dbfc06
19785 Author: Duco van Amstel <duco.van.amstel@ens-lyon.org>
19786 Date:   Sun May 20 13:23:23 2012 +0200
19787
19788     A few more details in some functions descriptions
19789
19790 commit 9fcab8aa79522c936fc18aa05f9ed8cf73ad2384
19791 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
19792 Date:   Fri May 18 16:17:16 2012 +0200
19793
19794     Bugfix in Chord
19795
19796 commit ab989dad65ebb1e44558a38b30f277b28a075ebf
19797 Merge: 214d992 dc0a22c
19798 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
19799 Date:   Fri May 18 15:05:00 2012 +0200
19800
19801     Merge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid-java
19802
19803 commit 214d99241d19ba28adfd465ea8e68494adf21e34
19804 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
19805 Date:   Fri May 18 15:03:32 2012 +0200
19806
19807     Add chord example for java
19808
19809 commit dc0a22c53a395e19ce8e65b64cb2a51c36aea261
19810 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
19811 Date:   Fri May 18 15:03:32 2012 +0200
19812
19813     Add chord example for java
19814
19815 commit ba04268d684751319d8c3130dcebbf3105961db6
19816 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
19817 Date:   Fri May 18 14:37:54 2012 +0200
19818
19819     Bugfix in Comm (GC didn't like it.). Add "debug" logging
19820
19821 commit eb72021a43c03453941437148607e47c7a3d45a2
19822 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
19823 Date:   Fri May 18 14:03:57 2012 +0200
19824
19825     Fix the handling of errors in Task.send
19826
19827 commit 31166c352095b3b5cb8b854a02e61762a570ff37
19828 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
19829 Date:   Fri May 18 14:01:22 2012 +0200
19830
19831     Changed the way current_context is handled in smx_context_java
19832
19833 commit 6068c9f0036786cdcbeb273d495e5aa378cb5f92
19834 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
19835 Date:   Wed May 16 16:59:56 2012 +0200
19836
19837     Removed "ApplicationHandler" and "japplication_handler" and use MSG_launch_application instead.
19838     
19839     Also, removed the mandatory "Host, String, String[], double, double" constructor and replaced it with the old "Host, String, String[]" mandatory constructor
19840     for the classes (updated the examples if you need an example), since we can't know from MSG the start_time and the kill_time if we launch it from
19841     deployment file.
19842
19843 commit 72b87a2780383260b02c46d94d609579d606bb15
19844 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
19845 Date:   Wed May 16 13:56:08 2012 +0200
19846
19847     Add an example to test starting_time and kill_time
19848
19849 commit 62674b2d4ef829283d1603eeeb0fcf1a20af8fec
19850 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
19851 Date:   Wed May 16 13:47:13 2012 +0200
19852
19853     Change the way the process killing is handled, using the flag from the base context and not a
19854     specific flag on smx_context_java.
19855     
19856     It lets us now use a "process_kill" naturally :).
19857
19858 commit 52e6b3073b6d8b88d05b8b2e520c567eb789b09d
19859 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
19860 Date:   Wed May 16 11:47:19 2012 +0200
19861
19862     Add a straightforward implementation of start_time and kill_time. This change the constructor you have to implement (sorry). Fix the examples for that purpose
19863
19864 commit 644f3ba9c131c7fbb795072657caf7ce190c46a5
19865 Author: Arnaud Legrand <arnaud.legrand@imag.fr>
19866 Date:   Tue May 15 12:18:10 2012 -0400
19867
19868     my two cents on this release :)
19869
19870 commit 0b2a65968a229ce7facc852daf165f5cbae8a725
19871 Author: Arnaud Legrand <arnaud.legrand@imag.fr>
19872 Date:   Mon May 14 14:45:37 2012 -0400
19873
19874     Set up documentation for simix
19875
19876 commit 03ec2a82d9c953c0e4fdb68d45b18bc4ce42cd60
19877 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
19878 Date:   Tue May 15 16:47:48 2012 +0200
19879
19880     Change "ProcessKilledException" to "ProcessKilledError" -> make it not catchable by catch
19881     (Exception e) statements (because someone's gonna do it).
19882
19883 commit 1d9f266df069cc2b64a0ae4933d58d048460ec00
19884 Author: Martin Quinson <martin.quinson@loria.fr>
19885 Date:   Tue May 15 15:43:28 2012 +0200
19886
19887     tiny post-release adjustment
19888
19889 commit 786250545727703e9cfec5f8d541d56e93957508
19890 Author: Martin Quinson <martin.quinson@loria.fr>
19891 Date:   Tue May 15 13:39:52 2012 +0200
19892
19893     Ahem. Typo in release nick name. Retagging and everything
19894
19895 commit 34de8197e3967d8188a13bcbd17645692acc1b30
19896 Author: Martin Quinson <martin.quinson@loria.fr>
19897 Date:   Tue May 15 13:31:14 2012 +0200
19898
19899     RELEAAAAAAAASE
19900
19901 commit 4307a12c577a9af0a8e026aa3dea79ad14bbd4eb
19902 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
19903 Date:   Mon May 14 17:22:45 2012 +0200
19904
19905     Missing include (?).
19906
19907 commit 12fdd5a6725a42b1c3baf51e9927462ae5b6db44
19908 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
19909 Date:   Mon May 14 17:19:37 2012 +0200
19910
19911     Fix platform file for mutual exclusion example. Fix the associated test
19912
19913 commit d42ce90fe5e354b95e5969c2eb422a6e8a71f4df
19914 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
19915 Date:   Mon May 14 17:16:21 2012 +0200
19916
19917     Use jxbt_get_jfield instead of jxbt_get_sfield (faster)
19918
19919 commit 82b9a1db9168e46fb62edc6fa0b3f6fb09b2a7fd
19920 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
19921 Date:   Mon May 14 17:12:25 2012 +0200
19922
19923     Removed jprocess_start (useless now), cached ids in jmsg_process
19924
19925 commit 64ba9bd85e25348202be5c8d102622a9197a175a
19926 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
19927 Date:   Mon May 14 16:27:54 2012 +0200
19928
19929     Spell check in NEWS and ChangeLog.
19930
19931 commit 87c6fa8e89ef8aa6907f56dafffd65aae8c6019f
19932 Author: Frederic Suter <suter@youpi.(none)>
19933 Date:   Mon May 14 16:49:18 2012 +0200
19934
19935     SD_simulate doesn't return a NULL-terminated array since a long time now
19936
19937 commit e3b238eaf75f5bbe14b203615c1bdc4f4b5247ed
19938 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
19939 Date:   Mon May 14 16:37:07 2012 +0200
19940
19941     Change the way the Process are killed, since we need the java stack to be empty (IE, the "run"
19942     call must have returned).
19943     
19944     Updated the examples tesh to match it.
19945     Updated the changelog
19946
19947 commit aae7a703c6ceea5834b33c55eea5076bf87a988b
19948 Author: Martin Quinson <martin.quinson@loria.fr>
19949 Date:   Mon May 14 15:46:53 2012 +0200
19950
19951     add a short proof of corectness. should work too
19952
19953 commit 6ea7c6220ef3aea972da1ce8fff827e0209f7052
19954 Merge: 6a9d0cb 114ad89
19955 Author: Martin Quinson <martin.quinson@loria.fr>
19956 Date:   Mon May 14 14:59:22 2012 +0200
19957
19958     Merge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid
19959
19960 commit 6a9d0cb70ec8497d66b6e7f95f2a08b5a2cf8da9
19961 Author: Martin Quinson <martin.quinson@loria.fr>
19962 Date:   Mon May 14 14:59:07 2012 +0200
19963
19964     argument why parallel execution don't jeopardize reproducibility even if we never sort process_to_run explicitely (and cite XKCD appropriatly)
19965
19966 commit 114ad89155e6c4a93e8cb947ff24a3484052f82d
19967 Merge: b61ab16 c053394
19968 Author: Christophe Thiéry <christopho128@gmail.com>
19969 Date:   Mon May 14 14:55:55 2012 +0200
19970
19971     Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot//simgrid/simgrid
19972
19973 commit c05339428d64488dac5a51e900da3d9c2400a077
19974 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
19975 Date:   Mon May 14 14:47:43 2012 +0200
19976
19977     Remove old cruft.
19978
19979 commit b61ab162bfc1f6c4c2d58133378a21a0b5796be3
19980 Author: Christophe Thiéry <christopho128@gmail.com>
19981 Date:   Mon May 14 14:39:58 2012 +0200
19982
19983     Add comments to this script
19984
19985 commit 95250056fde87d7c6413baa5cc3724fd8f9a83f9
19986 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
19987 Date:   Mon May 14 13:43:50 2012 +0200
19988
19989     Change the way the threads are stopped, not killing the JVM at the end of the simulation.
19990
19991 commit 8f9428efbe09c757e9bae81e70476c6e6824627f
19992 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
19993 Date:   Mon May 14 10:45:56 2012 +0200
19994
19995     Typo.
19996
19997 commit f61b5ed992df33c7a434d605d843467223189131
19998 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
19999 Date:   Mon May 14 10:07:36 2012 +0200
20000
20001     Change the include file for os_thread
20002
20003 commit 4320715baf3e10ac7316fa920fb7659f7748185b
20004 Author: Martin Quinson <martin.quinson@loria.fr>
20005 Date:   Sun May 13 23:59:13 2012 +0200
20006
20007     missing file in .tgz causing errors in ctest
20008
20009 commit 5d7fe32827401794ecd4ee2c06fd7db0d0d0b856
20010 Author: Martin Quinson <martin.quinson@loria.fr>
20011 Date:   Sun May 13 23:49:53 2012 +0200
20012
20013     prepare the NEWS file for next release
20014
20015 commit ed612e0e8448b63c253a3bec18358acf8f2ceddf
20016 Author: Martin Quinson <martin.quinson@loria.fr>
20017 Date:   Sun May 13 23:40:26 2012 +0200
20018
20019     update the ChangeLog
20020
20021 commit 0766ec711b34875972c4ece311c4e1c472f25d5f
20022 Merge: cab107a 810b873
20023 Author: Martin Quinson <martin.quinson@loria.fr>
20024 Date:   Sun May 13 23:22:15 2012 +0200
20025
20026     Merge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid
20027
20028 commit cab107a617d2c5a0d760bd68bcd245d558347bea
20029 Author: Martin Quinson <martin.quinson@loria.fr>
20030 Date:   Sun May 13 23:20:51 2012 +0200
20031
20032     make xbt_os_thread module public (Java needs it, at least)
20033
20034 commit 209b52905757cd5bd0dcf58d53d52d74411fcc55
20035 Author: Martin Quinson <martin.quinson@loria.fr>
20036 Date:   Sun May 13 23:17:24 2012 +0200
20037
20038     ensure that this header can be made public by relying on public simgrid_config.h, not private gras_config.h
20039
20040 commit 810b87373b72c093f757b135e2840bcb767d8c73
20041 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
20042 Date:   Fri May 11 19:07:06 2012 +0200
20043
20044     model-checker : parser for dwarf file (to complete ...)
20045
20046 commit 44da6699977c942b1a34734e118cb9842aaeb94b
20047 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
20048 Date:   Fri May 11 17:15:57 2012 +0200
20049
20050     Change the way the threads are launched: they are now launched as
20051     xbt_os_thread and then attached to the JVM, meaning that the C has
20052     control over them.
20053     
20054     This means that now, "Process" does not herit anymore from Thread, and
20055     that you now need to call explicitely the method "start" if you bypass
20056     the deployment file.
20057     
20058     Updated the examples.
20059
20060 commit f73ccc48b2925d408dac8e9e8e3710fffc430fcd
20061 Author: schnorr <Lucas.Schnorr@imag.fr>
20062 Date:   Fri May 11 16:09:30 2012 +0200
20063
20064     [trace] update ChangeLog to report relevant changes in the tracing system
20065
20066 commit 2f7c87c6cd0db3f48434559687fdddeaf07c6f50
20067 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
20068 Date:   Fri May 11 15:44:59 2012 +0200
20069
20070     Forgot to update migrate signature in Process
20071
20072 commit b8eff69e6f0fc093a4eafbfd34bcf2e8f083fb80
20073 Author: navarro <navarro@caraja.(none)>
20074 Date:   Thu May 10 17:36:15 2012 +0200
20075
20076     Update tesh for 32 bit
20077
20078 commit dc691f919465845260719a295eb3687a825f7268
20079 Author: navarro <navarro@caraja.(none)>
20080 Date:   Thu May 10 17:24:55 2012 +0200
20081
20082     Just hack the Bconnection to be sure test succed on 32 and 64 bit platform
20083     HAVE TO BE FIX AFTER SIMGRID v3.7
20084
20085 commit 6040274b48069f17797570a45af58b99d76efc55
20086 Author: navarro <navarro@caraja.(none)>
20087 Date:   Thu May 10 17:18:45 2012 +0200
20088
20089     Update tesh file
20090
20091 commit c7e760a2bde72bffe1eb6da54e2787e16eeeefb0
20092 Author: Martin Quinson <martin.quinson@loria.fr>
20093 Date:   Thu May 10 16:41:18 2012 +0200
20094
20095     improve a comment on my way
20096
20097 commit 3554f61d43635e7736ada57d5db96537c0766bf0
20098 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
20099 Date:   Thu May 10 15:06:32 2012 +0200
20100
20101     Add setlocale in jmsg.c, to have traces not depending on the locale of the user
20102
20103 commit 82887e41c82a0ce6fb6315aff709c1ed4b54e923
20104 Author: Martin Quinson <martin.quinson@loria.fr>
20105 Date:   Thu May 10 14:49:15 2012 +0200
20106
20107     More debugs around process suspension
20108
20109 commit 7d2b5d103ae0005f09a3b3a2b073178106c778f5
20110 Author: Martin Quinson <martin.quinson@loria.fr>
20111 Date:   Thu May 10 14:48:50 2012 +0200
20112
20113     allow a process blocked on a communication that didn't start yet to get suspended
20114
20115 commit 195c30c41eab010a48ff7a6f3547bc0ba154833b
20116 Author: Martin Quinson <martin.quinson@loria.fr>
20117 Date:   Thu May 10 14:47:07 2012 +0200
20118
20119     typo
20120
20121 commit 3b0fced0a85b3f40e7138340dfb1ddcc630d2d07
20122 Author: Martin Quinson <martin.quinson@loria.fr>
20123 Date:   Thu May 10 10:40:10 2012 +0200
20124
20125     new function xbt_dynar_search_or_negative()
20126     
20127     It is useful when you have less than 2 million elements in your dynar
20128     and don't want of the extra complexity of catching exceptions when the
20129     element is not found.
20130
20131 commit 7852e4b4039886f33fe9e7cd406848ffc33dfef8
20132 Author: Laurent Bobelin <lbobelin@mintcar.lip.ens-lyon.fr>
20133 Date:   Thu May 10 14:43:54 2012 +0200
20134
20135     doc : misc : documented that the numeric sep in trace file depends on system locale.
20136
20137 commit 00ca795c5e104b9ed4ff2fcac7a52248a1c064d0
20138 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
20139 Date:   Thu May 10 14:39:20 2012 +0200
20140
20141     Missing import in examples
20142
20143 commit 84ab13215ff2acde423a88ef6accfe301cee098f
20144 Author: navarro <navarro@caraja.(none)>
20145 Date:   Thu May 10 14:36:58 2012 +0200
20146
20147     Make simgrid doc with new logo name
20148
20149 commit 96700e4ab10ad214352f8c9746033af9b20b2905
20150 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
20151 Date:   Thu May 10 13:41:57 2012 +0200
20152
20153     Add explanation in MSG_task_irecv documentation
20154
20155 commit 71a716760bd828d8d9423f5b65cb430d016fde45
20156 Author: navarro <navarro@caraja.(none)>
20157 Date:   Thu May 10 12:29:31 2012 +0200
20158
20159     Merge cpu and network for action functions.
20160
20161 commit a361c6f643b5c93bf65deaff643fb79144ef965d
20162 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
20163 Date:   Thu May 10 12:00:29 2012 +0200
20164
20165     Change the way the objects are created in ApplicationHandler: they are
20166     now created the same way than when you create the object manually,
20167     using the (Host, String, String[]) constructor. It means that now your
20168     classes need to have a (Host, String, String[]) constructor calling the
20169     same constructor in Process.
20170     
20171     Update the examples to reflect the change.
20172     Update the changelog.
20173
20174 commit 71a5e1d7943f1ee568b39c6975f1129229fb943b
20175 Author: navarro <navarro@caraja.(none)>
20176 Date:   Wed May 9 16:59:10 2012 +0200
20177
20178     Put those variables private
20179
20180 commit b4595a628d4c56a820ee58dc6b4f967802abceee
20181 Author: navarro <navarro@caraja.(none)>
20182 Date:   Wed May 9 16:18:41 2012 +0200
20183
20184     TODO for cache friendly
20185
20186 commit 867ae3ddfab33175d0bce6d797b2f537396693aa
20187 Author: navarro <navarro@caraja.(none)>
20188 Date:   Wed May 9 14:51:07 2012 +0200
20189
20190     Prepare network.c and cpu_cas01.c for net and cpu merge.
20191
20192 commit 7b2435d30a045a0c8c292c0fd98a2a2379a40fb3
20193 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
20194 Date:   Wed May 9 18:10:16 2012 +0200
20195
20196     Add sleep in Process, with a Thread.sleep like use (in milliseconds/nanoseconds).
20197
20198 commit 09a02c1dfeacd1ab2d397182e62b542368790abf
20199 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
20200 Date:   Wed May 9 17:38:23 2012 +0200
20201
20202     Add setName in Task
20203
20204 commit 0c14e681436e252f680310c7696b3ba17a349706
20205 Merge: 51c7323 3f84690
20206 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
20207 Date:   Wed May 9 17:30:29 2012 +0200
20208
20209     Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid
20210
20211 commit 51c73230bec626b1240fc9f2145ca3c802b05348
20212 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
20213 Date:   Wed May 9 17:30:23 2012 +0200
20214
20215     Little mistake in MSG_task_set_name javadoc
20216
20217 commit 514c85494408cbf2eab157d78843a5db586a57c0
20218 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
20219 Date:   Wed May 9 17:11:17 2012 +0200
20220
20221     Add setComputeDuration in Task
20222
20223 commit bb7587e0901a65504e1661485d7d8e6fa9214e50
20224 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
20225 Date:   Wed May 9 17:11:03 2012 +0200
20226
20227     Remove useless line in examples/async/Master.java
20228
20229 commit 9d22e2ac324188c6494c026fad245b4abafed90b
20230 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
20231 Date:   Wed May 9 16:14:44 2012 +0200
20232
20233     Cache the task name in Task
20234
20235 commit 11b3b034128af9ec778332da67ba4d9ef615399a
20236 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
20237 Date:   Wed May 9 15:58:40 2012 +0200
20238
20239     Removed the HostFailureException from waitFor, since it's never thrown
20240
20241 commit 5b98a105384bfed06a3c9fadddaaeeea03b1fa2f
20242 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
20243 Date:   Wed May 9 15:50:29 2012 +0200
20244
20245     Add cache on jmsg_syncro.c/Mutex.java
20246
20247 commit 681ccbd571ddd586398863c1c53167c9469bc857
20248 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
20249 Date:   Wed May 9 15:39:47 2012 +0200
20250
20251     Add a cache on Host.name. Add a cache on some jfieldID/jmethodID on Host/Process
20252
20253 commit 601b0b84937fb065edd43e83f755e2eae4a1de0e
20254 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
20255 Date:   Wed May 9 13:10:32 2012 +0200
20256
20257     Deleted simulatedSleep, use waitFor instead. Moved everything from MsgNative to their respective classes. Some optimization work on Process.
20258
20259 commit aa50ff55316bcb56c40be9320534608e1eb8a4d0
20260 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
20261 Date:   Wed May 9 10:24:48 2012 +0200
20262
20263     Add checking on getSender/getSource to prevent a SEGFAULT
20264
20265 commit bc436d65d9cca17916fe60d8f3bc6c052541699c
20266 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
20267 Date:   Sat May 5 13:00:00 2012 +0200
20268
20269     Check if the fields were found in Task.nativeInit and Comm.nativeInit
20270
20271 commit 3f8469006c8a8486904d2870733afabfb0d968a7
20272 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
20273 Date:   Fri Apr 27 15:31:55 2012 +0200
20274
20275     Use -DBL_MAX for MIN_KEY_VALUE.
20276
20277 commit 6532cb48078124e2fcdeda3b8074c4b642a635ac
20278 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
20279 Date:   Fri Apr 27 15:13:12 2012 +0200
20280
20281     Typo.
20282
20283 commit 83803fce1bb1e3657b8e5697df09d73b551bab05
20284 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
20285 Date:   Fri May 4 19:36:10 2012 +0200
20286
20287     Move functions from MsgNative to Host, and from jmsg to jmsg_host
20288
20289 commit 4a59f17b3e539abe1a63c83a1645a28321d8de2e
20290 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
20291 Date:   Fri May 4 18:58:53 2012 +0200
20292
20293     Move all the remaining stuff for Task from MsgNative to Task
20294
20295 commit 84a05364299d2e9450976919b904359ccfe374c9
20296 Author: unknown <pierre@.(none)>
20297 Date:   Fri May 4 17:32:36 2012 +0200
20298
20299     Add a real new ico ;)
20300
20301 commit 7227147b908c60984b63e55e400678f9d0f3c73f
20302 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
20303 Date:   Fri May 4 17:07:20 2012 +0200
20304
20305     Move some functions from MsgNative to Task again,to depopulate MsgNative/jmsg.c
20306
20307 commit 8e72922a58f5c591eb71fde589d362f6669a7a0f
20308 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
20309 Date:   Fri May 4 16:24:59 2012 +0200
20310
20311     Move some functions from MsgNative to Task, to make one less call
20312
20313 commit e06606ef24ddccfe848c801a1928db591940f0dd
20314 Author: Laurent Bobelin <lbobelin@mintcar.lip.ens-lyon.fr>
20315 Date:   Fri May 4 16:22:26 2012 +0200
20316
20317     Added an ico as Pierre also wants this format.
20318
20319 commit a292aa91e949a4140045acc40f0ada7137a2a0e1
20320 Author: navarro <navarro@caraja.(none)>
20321 Date:   Fri May 4 16:00:27 2012 +0200
20322
20323     Add new icon for doc
20324
20325 commit adfa0443492c7aeaedf29973583ae632a2e009f2
20326 Author: unknown <pierre@.(none)>
20327 Date:   Fri May 4 16:55:19 2012 +0200
20328
20329     Update list of headers to install for nsis
20330
20331 commit c8e60e520f1d4a578e561aa26716a85bb21d37d5
20332 Author: unknown <pierre@.(none)>
20333 Date:   Fri May 4 16:32:31 2012 +0200
20334
20335     Fix compilation error if don't have MMAP like win32
20336
20337 commit 96f4bbf2c38ff9e20c2eb379f95879a1bc41a1d2
20338 Merge: 0cc6ec5 60a8b1b
20339 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
20340 Date:   Fri May 4 15:12:25 2012 +0200
20341
20342     Merge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid-java
20343
20344 commit 0cc6ec5cc1a5fb9b54ab7118336ae68697cfeeab
20345 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
20346 Date:   Fri May 4 15:12:23 2012 +0200
20347
20348     Add cache for jfieldID/jmethodID on jtask/jcomm
20349
20350 commit 60a8b1bd9132280e41cbf066a01273bbe97ac3d8
20351 Author: navarro <navarro@caraja.(none)>
20352 Date:   Fri May 4 14:22:50 2012 +0200
20353
20354     Used of tesh for test.
20355
20356 commit b7233718def37e1bc1e2a469ac45c738fab0c582
20357 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
20358 Date:   Fri May 4 13:57:55 2012 +0200
20359
20360     Add waitCompletion to Comm as a binding of MSG_comm_wait
20361
20362 commit 04f2b15db2c02d9db03aa0f447ace60906a24b67
20363 Author: navarro <navarro@caraja.(none)>
20364 Date:   Fri May 4 13:22:24 2012 +0200
20365
20366     Rewrite function net_update_action_remaining_lazy like in cpu.
20367
20368 commit a96ecc4af219bfbc5d83047d9dab06de2cf78d65
20369 Author: Arnaud Legrand <arnaud.legrand@imag.fr>
20370 Date:   Fri May 4 13:05:44 2012 +0200
20371
20372     Get rid of intrusive check now that suspend, resume and kill have been cleaned up.
20373
20374 commit e881539db7cf1f6bb7e6d4e2ad11fbcea275c035
20375 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
20376 Date:   Fri May 4 13:02:11 2012 +0200
20377
20378     Add isend in Task
20379
20380 commit d33549c36f69381b71365cad0b4d450c6e4c815e
20381 Author: Arnaud Legrand <arnaud.legrand@imag.fr>
20382 Date:   Fri May 4 13:00:50 2012 +0200
20383
20384     Better coverage of SIMIX_process_suspend and resume.
20385
20386 commit 2a48d6322f6b2ef7867b484e1f5820f0d4201be8
20387 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
20388 Date:   Fri May 4 10:21:23 2012 +0200
20389
20390     Bugfix in async example. maybe our code should be more defensive for that kind of case, since it can crash simgrid without the user understanding why.
20391
20392 commit eb86ef55ebafd813f093d34b293254fc1587a7b2
20393 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
20394 Date:   Thu May 3 19:23:33 2012 +0200
20395
20396     Add asynchronous API (except wait) for communications
20397
20398 commit ba4c17319eb812cee7e2e9b3de8c60580d37e616
20399 Author: navarro <navarro@caraja.(none)>
20400 Date:   Thu May 3 19:15:46 2012 +0200
20401
20402     A priori, no need to propagate modifications when the variable has no impact on the constraint.
20403
20404 commit e40d6a00466192d5337c519d86ac4c8bebb905e6
20405 Author: navarro <navarro@caraja.(none)>
20406 Date:   Thu May 3 19:14:53 2012 +0200
20407
20408     Revisit lazy_remaining_update that was completely broken.
20409     Unfortunately, this requires to save the previous variable value
20410     since we know when an action requires a remaining_update only
20411     after having thrashed the variable value with lmm_solve. Hence,
20412     function call order is completely changed but now, we only
20413     update needed variables whereas before almost all variables got
20414     updated everytime.
20415
20416 commit 78224183a24a35d071d26d0653d7d3c196b131e6
20417 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
20418 Date:   Thu May 3 15:00:06 2012 +0200
20419
20420     Properly finalize the simgrid mutexes
20421
20422 commit 8eece7b129709e79f87d945138a01ba44179c42b
20423 Merge: 0922354 304249f
20424 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
20425 Date:   Thu May 3 14:18:57 2012 +0200
20426
20427     Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid
20428
20429 commit 09223540bbe121f48b2be7a2e940b70c3e651d90
20430 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
20431 Date:   Thu May 3 14:18:51 2012 +0200
20432
20433     Bugfix in masterslave_arg
20434
20435 commit 304249fd644c92c0fa2ae6a9b302b86d43866fa5
20436 Author: Arnaud Legrand <arnaud.legrand@imag.fr>
20437 Date:   Thu May 3 12:55:40 2012 +0200
20438
20439     Revalidate output after my recent modifications in simix
20440     
20441     The execution order of process at a given timestep may have changed but
20442     if your code really depends on this, this means it was already producing
20443     bogus results.
20444
20445 commit 93e98cba1ef18d132ff7b287f3934fe2f6d515ce
20446 Author: Arnaud Legrand <arnaud.legrand@imag.fr>
20447 Date:   Thu May 3 12:47:04 2012 +0200
20448
20449     Make the suspend/resume work while a process is in a syscall.
20450
20451 commit 1dfb07cf0cdd0fa60566082c54a9612f836c5375
20452 Author: Arnaud Legrand <arnaud.legrand@imag.fr>
20453 Date:   Thu May 3 12:45:34 2012 +0200
20454
20455     Use this variable so that gcc does not warn anymore.
20456
20457 commit 38c3cacc59c898c2fc9238fe9cde6abccddef572
20458 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
20459 Date:   Thu May 3 12:23:33 2012 +0200
20460
20461     add SIMIX_host_get/set_data declaration in simix.h and include simix.h in msg_host.c (compilation warnings)
20462
20463 commit cb91af44a1bd7e5f331686df25d5fe80ff571a43
20464 Merge: 836c888 156f0f1
20465 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
20466 Date:   Thu May 3 10:54:19 2012 +0200
20467
20468     Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot//simgrid/simgrid
20469
20470 commit 836c888a9f8c7be6a2ec571a2f838c76a7df1a40
20471 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
20472 Date:   Thu May 3 10:54:14 2012 +0200
20473
20474     model-checker : new comparison of region (program data and libsimgrid data)
20475
20476 commit edba2fa1e3d17eb5400a31cdf1a600bfe56fd210
20477 Author: Martin Quinson <martin.quinson@loria.fr>
20478 Date:   Wed May 2 22:19:33 2012 +0200
20479
20480     Quick (and probably dirty) exportation of SimGrid simulated mutexes to Java
20481     
20482     I have unfortunately to confess that I didn't test it at all. It
20483     should work, but no promise here. Please people, break it and report
20484     this.
20485
20486 commit e18b7e480acb53c7434bfabac2299ef32db1c7d9
20487 Author: Martin Quinson <martin.quinson@loria.fr>
20488 Date:   Wed May 2 22:19:13 2012 +0200
20489
20490     cosmetics
20491
20492 commit 3b2a6e76eecf6c64156e047053492778421ba437
20493 Author: Martin Quinson <martin.quinson@loria.fr>
20494 Date:   Wed May 2 21:24:33 2012 +0200
20495
20496     Do not embeed our version of semaphores
20497     
20498     Java 1.5 can be considered as sufficiently prevalent for us to not
20499     dupplicate its features. Closes #14217.
20500
20501 commit 156f0f11e98a981785e3ba7cd4daa4ab81ba4b33
20502 Author: schnorr <Lucas.Schnorr@imag.fr>
20503 Date:   Wed May 2 17:46:41 2012 +0200
20504
20505     [trace] always set initial value for variables, if not, we get an invalid trace file
20506
20507 commit f996e5a5a24dcd632c619f8f2d8af4e685f14b06
20508 Author: navarro <navarro@caraja.(none)>
20509 Date:   Wed May 2 13:04:01 2012 +0200
20510
20511     This file does not exist.
20512
20513 commit 94fb6e860980b4201d9aa7995e2f8648ed81ee8e
20514 Author: Martin Quinson <martin.quinson@loria.fr>
20515 Date:   Tue May 1 01:42:26 2012 +0200
20516
20517     cosmetics
20518
20519 commit 2e3c299b6c518bfa45dd0056e90b1b95dfabd1b4
20520 Author: Martin Quinson <martin.quinson@loria.fr>
20521 Date:   Tue May 1 01:41:16 2012 +0200
20522
20523     use -1 as default kill time to make sure that our process don't get killed on startup
20524
20525 commit 8d8d6b614e77190ba685eee6fafe653ca0b0eb1e
20526 Author: Martin Quinson <martin.quinson@loria.fr>
20527 Date:   Tue May 1 01:29:48 2012 +0200
20528
20529     Stop using SMX host->data to store MSG host
20530     
20531     - that's useless since we have the lib to retrieve the MSG_host data
20532       directly
20533     - it would break java bindings since it stores java object in there
20534     
20535     Pretty fucking bug, I've lost my day on this one.
20536
20537 commit c1a801890b53e18c22319f0d875db0f75711776f
20538 Author: Martin Quinson <martin.quinson@loria.fr>
20539 Date:   Tue May 1 00:06:22 2012 +0200
20540
20541     work around issues by passing the hostname instead of the host to processCreate()
20542
20543 commit cbd4ed8aa6a505dd60197657144688207a8679ad
20544 Author: Martin Quinson <martin.quinson@loria.fr>
20545 Date:   Tue May 1 00:05:39 2012 +0200
20546
20547     adapt to the lastest (and probably short-lived) API change in MSG
20548
20549 commit 1ef4a44fd7adbde3b8cde93dad5c26320a330dd1
20550 Author: Martin Quinson <martin.quinson@loria.fr>
20551 Date:   Tue May 1 00:03:00 2012 +0200
20552
20553     revive this file that is very handful to debug the bindings
20554
20555 commit fc727903530d55d5d3f903a8213c7cb8a3273c7a
20556 Merge: 1dee267 5fead7e
20557 Author: Martin Quinson <martin.quinson@loria.fr>
20558 Date:   Sat Apr 28 09:48:39 2012 +0200
20559
20560     I forgot to update my tree before commiting (once again), and got conflicts as punishment
20561
20562 commit 1dee267bd3ff0307b408c7169308f976965b6d10
20563 Author: Martin Quinson <martin.quinson@loria.fr>
20564 Date:   Fri Apr 27 23:03:00 2012 +0200
20565
20566     removing the channels would really make the structures simpler
20567
20568 commit 32a3008f360d90a28b60c66672da6ccee12f019e
20569 Author: Martin Quinson <martin.quinson@loria.fr>
20570 Date:   Fri Apr 27 23:02:30 2012 +0200
20571
20572     adapt to lastest cleanups in the core library
20573
20574 commit d90edfc166207c7c7372bfd4f58c6392b8fd4eef
20575 Author: Martin Quinson <martin.quinson@loria.fr>
20576 Date:   Fri Apr 27 22:47:02 2012 +0200
20577
20578     Remove the public field msg_host_t->name. Use MSG_host_get_name()
20579
20580 commit d0672b1000bacd57037a1138e90553af71b50a53
20581 Author: Martin Quinson <martin.quinson@loria.fr>
20582 Date:   Fri Apr 27 22:35:49 2012 +0200
20583
20584     simplify msg_host_t by inlining the simdata field
20585
20586 commit 15732d4548158986da572035d2e53a97c618e56b
20587 Author: Martin Quinson <martin.quinson@loria.fr>
20588 Date:   Fri Apr 27 22:25:31 2012 +0200
20589
20590     save one pointer per MSG host
20591
20592 commit dd88e15504912f111b8dcb568c2a8adbc111ed66
20593 Author: Martin Quinson <martin.quinson@loria.fr>
20594 Date:   Fri Apr 27 22:09:38 2012 +0200
20595
20596     Merge all public simix headers, and distribute them in simgrid directory
20597     
20598     Actually, I think I never understood why we have a separate
20599     datatypes.h header: what's the harm of declaring the functions too?
20600     
20601     I kinda prefer one directory with all files instead of 12 directories
20602     with 2 files each.
20603
20604 commit 32f134d2bd99b42aaf41ead6aa8fdb58962efd16
20605 Author: Martin Quinson <martin.quinson@loria.fr>
20606 Date:   Fri Apr 27 21:51:05 2012 +0200
20607
20608     Enhance the communication filtering mechanism
20609     
20610     * Add an extra argument to the filter: a smx_action_t describing the
20611       other side's communication. That's useful to write filters on other
20612       side's identity
20613     * Ensure that if no comm matches the filters, the filter function gets
20614       saved in the comm object that gets created and stored in rdv point.
20615       Later on, when someone else tries to make a match, use that stored
20616       function to ensure that the stored filter accepts to match the new
20617       commer.
20618     
20619     Thanks to Sorina Camarasu for exploring all this.
20620
20621 commit 1611c9c689366498f0ee2e225e2a7ea46df63cd7
20622 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
20623 Date:   Fri Apr 27 16:43:29 2012 +0200
20624
20625     model-checker : remove meta-data of heap in comparison algorithm
20626
20627 commit 5fead7e79bf187e79ccae8055ae8fbf6c439bdad
20628 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
20629 Date:   Fri Apr 27 14:16:18 2012 +0200
20630
20631     Workaround problem with excess precision on i387 FPU.
20632     
20633     See http://gcc.gnu.org/PR323.
20634
20635 commit c4ba80fc01212c53971f8bad7d34aa399669bcc6
20636 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
20637 Date:   Fri Apr 27 14:16:18 2012 +0200
20638
20639     Use existing xbt_swag_reset().
20640
20641 commit 26359adbac8131d66a5bbc4ba157438b47f7d9f9
20642 Author: navarro <navarro@caraja.(none)>
20643 Date:   Fri Apr 27 13:16:03 2012 +0200
20644
20645     Ajout de tests pour kill et start time
20646
20647 commit 0ba36b48beb1104cc76243a1840d41901d63b44a
20648 Author: navarro <navarro@caraja.(none)>
20649 Date:   Fri Apr 27 13:09:41 2012 +0200
20650
20651     Update tesh for kill start time.
20652
20653 commit 621e3b159443376a40ff174a1a30815bf265c0ac
20654 Author: navarro <navarro@caraja.(none)>
20655 Date:   Fri Apr 27 12:57:25 2012 +0200
20656
20657     Rewrite the kill_time mecanism.
20658
20659 commit e51ea751d20f2437b9b350a3bab1db3c257fb54f
20660 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
20661 Date:   Fri Apr 27 12:41:32 2012 +0200
20662
20663     Revert "got a "might be clobbered by â€˜longjmp’ or â€˜vfork’" error when compiled"
20664     
20665     This reverts commit 34b3794d5a8de6a9258a6144f67de4fc38c960f1.
20666     
20667     AFAICT, this is not needed after commit 1128245fc5ccac68ce1f696aab780e15ff9f735a.
20668
20669 commit 818a5f98dea44032e6bf38aae59d0ce18a120bbd
20670 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
20671 Date:   Fri Apr 27 12:03:58 2012 +0200
20672
20673     Useless free, and other cosmetics.
20674     
20675     Dynar is already free'd by xbt_dynar_merge.
20676     The FIXME looks obsolete.
20677
20678 commit 49e057ae96bffa57554a65241051350af1b105b7
20679 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
20680 Date:   Fri Apr 27 12:03:58 2012 +0200
20681
20682     Pass 'res->link_list' and 'lat' directly to routing_get_route_and_latency().
20683
20684 commit ab57f5f3284b99dae1e5dd666a1fd061b53e36ed
20685 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
20686 Date:   Fri Apr 27 12:03:58 2012 +0200
20687
20688     Put links in right order in tesh file.
20689
20690 commit 96209e30e2814dd2a68180421bbaa647f01144a7
20691 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
20692 Date:   Fri Apr 27 12:03:58 2012 +0200
20693
20694     Make floyd_get_route_and_latency cleaner, and hopefully right.
20695     
20696     Stack the links before processing them, and avoid costly dynar_unshift/
20697     dynar_insert_at.
20698
20699 commit 8cda1f6e4b63ac3231ec48ec1db82aaaf189c393
20700 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
20701 Date:   Fri Apr 27 12:03:58 2012 +0200
20702
20703     Cosmetics: a switch..case is clearer here.
20704
20705 commit 93d79384e96e2b9e966371397e43ebb2ab065f1a
20706 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
20707 Date:   Fri Apr 27 12:03:57 2012 +0200
20708
20709     Rework xbt_dynar_three_way_partition.
20710     
20711     * use existing _xbt_dynar_elm() to retrieve elements;
20712     * swap elements only when needed.
20713
20714 commit 91a836853d1ea622ddb45ca1b746243b14e42634
20715 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
20716 Date:   Fri Apr 27 12:03:57 2012 +0200
20717
20718     Cosmetics: misleading indentation.
20719
20720 commit 1128245fc5ccac68ce1f696aab780e15ff9f735a
20721 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
20722 Date:   Fri Apr 27 12:03:57 2012 +0200
20723
20724     Reinitialize waiting_action at proper place.
20725
20726 commit 027274ae8707c374384dbef37ae24a1c80b4fd10
20727 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
20728 Date:   Fri Apr 27 12:03:57 2012 +0200
20729
20730     Empty argument is allowed for XBT_IN().
20731
20732 commit 19daaf35fe335252363c13af9ab1ae8df0c0ed49
20733 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
20734 Date:   Fri Apr 27 12:03:57 2012 +0200
20735
20736     Use XBT_OUT/XBT_HERE with user defined format.
20737
20738 commit 0443f23db740b10aa07956cfce845a3769cf9866
20739 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
20740 Date:   Fri Apr 27 12:03:57 2012 +0200
20741
20742     Allow user defined format for XBT_IN() and XBT_HERE() too.
20743
20744 commit ba55a407ecacdb5a014c8a30da3b9a658d013f4e
20745 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
20746 Date:   Fri Apr 27 12:03:57 2012 +0200
20747
20748     memcheck_tests: regenerate.
20749
20750 commit 34b3794d5a8de6a9258a6144f67de4fc38c960f1
20751 Author: Frederic Suter <suter@youpi.(none)>
20752 Date:   Fri Apr 27 12:32:39 2012 +0200
20753
20754     got a "might be clobbered by â€˜longjmp’ or â€˜vfork’" error when compiled
20755     with supernovae
20756     add a volatile as midjy taught me.
20757
20758 commit e1e8001f74819b6ad7eed5670d2970f601f6df29
20759 Author: Frederic Suter <suter@youpi.(none)>
20760 Date:   Fri Apr 27 12:11:30 2012 +0200
20761
20762     global_routing doesn't exist anymore. If I'm correct, it's
20763     routing_platf now
20764
20765 commit f039357cd622ef32d3267911f5cac3925a9fea23
20766 Author: Frederic Suter <suter@youpi.(none)>
20767 Date:   Fri Apr 27 12:10:06 2012 +0200
20768
20769     remove unused variable that raises warning (when treated as error ...)
20770
20771 commit 9d45f09800ba18cc02555b9d40ad6f5090eaa8a4
20772 Author: Martin Quinson <martin.quinson@loria.fr>
20773 Date:   Fri Apr 27 12:01:24 2012 +0200
20774
20775     remove the now useless Process.ifInterruptedStop()
20776
20777 commit 71fe810cd13a888c696df066ae78eec6ac905b6f
20778 Author: Martin Quinson <martin.quinson@loria.fr>
20779 Date:   Fri Apr 27 11:57:36 2012 +0200
20780
20781     implement the ability to kill processes without relying on ifInterruptedStop
20782
20783 commit 1bcbbd87509050edcb2accd6ba00134f968323c3
20784 Author: navarro <navarro@caraja.(none)>
20785 Date:   Fri Apr 27 11:09:35 2012 +0200
20786
20787     Add a specific test for arguments start_time and kill_time of process tag.
20788
20789 commit 2d035d48dbc4631b06a85a91b24b2115cd5bbe9b
20790 Merge: 56faf26 11b9701
20791 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
20792 Date:   Fri Apr 27 11:08:36 2012 +0200
20793
20794     Merge branch 'master' of git://scm.gforge.inria.fr/simgrid/simgrid-java
20795
20796 commit a40bbe687be041fe44c7dcf353d99da7d5a69568
20797 Author: Arnaud Legrand <arnaud.legrand@imag.fr>
20798 Date:   Fri Apr 27 01:54:18 2012 +0200
20799
20800     Tesh update.
20801     
20802     The previous commit has added a few more simcals and the process now
20803     gets killed before getting a chance to execute a task. Both behavior are
20804     valid so let's take this one.
20805
20806 commit fb58fcc2c0b069aa815f1820acfa16a46720ae93
20807 Author: Arnaud Legrand <arnaud.legrand@imag.fr>
20808 Date:   Fri Apr 27 01:39:55 2012 +0200
20809
20810     Process that suspend themselves now create the corresponding surf action
20811     
20812     A process that suspends himself did not create any surf action. When
20813     processing the simcall, the maestro only set the process as suspended
20814     and did not answer the simcall. Likewise a resume would simply wake up
20815     the process.  A problem with this is that if the corresponding host ever
20816     went down, the suspended process would never have realized.
20817     
20818     For the moment, just die whenever a process is suspended and it is not
20819     waiting on an action that can be be suspended. The consequence is that
20820     there is no reason to wake up a process that did not have any waiting
20821     action.  Again, DIE if this ever happens for the moment.
20822
20823 commit c6d610b3ae7344e3f209515558daf0b4a8667824
20824 Author: Arnaud Legrand <arnaud.legrand@imag.fr>
20825 Date:   Fri Apr 27 00:27:38 2012 +0200
20826
20827     Let's not assume that an unsigned long int always behave as a char *...
20828     
20829     When it comes to such pointer arithmetic, char * is the way to go.
20830     Plus plug a dumb memleak.
20831     
20832     Sorry about the previous commit that did not work with full compilation flags.
20833
20834 commit 8906e0cca9c2d9884919f502536df631415765a5
20835 Author: Arnaud Legrand <arnaud.legrand@imag.fr>
20836 Date:   Fri Apr 27 00:24:22 2012 +0200
20837
20838     This function has no reason to go public.
20839     
20840     Sorry about the previous buggy commit that did not worked with full warning flags.
20841
20842 commit 11b97013a9a29279a4a98b614156acafffcb8ed8
20843 Author: Martin Quinson <martin.quinson@loria.fr>
20844 Date:   Thu Apr 26 18:22:12 2012 +0200
20845
20846     remove a method that is deprecated since a very long time
20847
20848 commit 1982dc225f0f0b1c4280d5662eecb70a2de6ac35
20849 Author: Martin Quinson <martin.quinson@loria.fr>
20850 Date:   Thu Apr 26 18:20:48 2012 +0200
20851
20852     Make Process.kill(process) an instance method, not a static one
20853     
20854     It feels more OOP this way, AMHA.
20855
20856 commit 5d153de8eb3f64313d265a111e3a3ebf7062e88c
20857 Merge: 2f1f4df dd7a713
20858 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
20859 Date:   Thu Apr 26 17:24:24 2012 +0200
20860
20861     Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid
20862
20863 commit 2f1f4dfa6a9f1cfc8c38b7bb02d614d92b41399d
20864 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
20865 Date:   Thu Apr 26 17:24:15 2012 +0200
20866
20867     Fix liblua location on some linux distributions, like Archlinux.
20868
20869 commit 56faf26bbffd2c4d47feb3107808dea8195a90de
20870 Author: Samuel Lepetit <samuel.lepetit@inria.fr>
20871 Date:   Thu Apr 26 16:58:15 2012 +0200
20872
20873     cache for pid/ppid/host in Process.java
20874
20875 commit dd7a7135b956a02f4deed321d54b54d0a3f7844f
20876 Author: Duco van Amstel <duco.van.amstel@ens-lyon.org>
20877 Date:   Thu Apr 26 10:47:58 2012 +0200
20878
20879     Fixed some compilation issues (warnings) in last commits
20880
20881 commit dffc52dc0710c3ca0534c0a5b0dc6efad3604dc1
20882 Merge: 97e7dc8 ae7cee4
20883 Author: Martin Quinson <martin.quinson@loria.fr>
20884 Date:   Thu Apr 26 01:46:20 2012 +0200
20885
20886     Merge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid-java
20887
20888 commit 71469f8fea8bba9558f0fbc1bdb5cd22b0179411
20889 Author: Arnaud Legrand <arnaud.legrand@imag.fr>
20890 Date:   Thu Apr 26 01:09:02 2012 +0200
20891
20892     Hide pretty nasty issue.
20893     
20894     In this example, a process is killed right at the same time as it starts
20895     executing somthing. It creates the surf action but is killed before it
20896     gets the opportunity to wait on it. Consequently, the kill does not clean
20897     up the surf action (so technically, the corresponding resources are still
20898     wasted).
20899     
20900     This could be "solved" by doing the kill before the simcall that created
20901     the surf action. But more generally, it raises the issue of all the
20902     data that have been allocated during the MSG_task_execute. There is
20903     something really annoying with the kill. The current MSG implementation
20904     is clearly not protected against kills. In case of kill, when doing a
20905     simcall, we should throw an exception and TRY CATCH everywhere. We're far
20906     from this for now so I leave it for another time.
20907
20908 commit db400839b560cdea37d92d1e27a0674a7ea6ac46
20909 Author: Arnaud Legrand <arnaud.legrand@imag.fr>
20910 Date:   Thu Apr 26 00:59:06 2012 +0200
20911
20912     Cosmetics.
20913
20914 commit cd8e8ef37740dd0e6d37e066bef21d84a3b20d34
20915 Author: Arnaud Legrand <arnaud.legrand@imag.fr>
20916 Date:   Thu Apr 26 00:56:11 2012 +0200
20917
20918     Minor tracing/debug output improvement.
20919
20920 commit a5678149773fe12aedf33dec00c7bda60499d262
20921 Author: Arnaud Legrand <arnaud.legrand@imag.fr>
20922 Date:   Thu Apr 26 00:16:22 2012 +0200
20923
20924     Do not try to resume a dying process. The corresponding surf structure
20925     would already have been freed, and this would result in a mess. That's
20926     also why we make sure that resume simcalls occurs before kill simcalls
20927     in SIMIX_run.
20928
20929 commit 84363409250e5a325ad2efbb7c93c85b9ed332ea
20930 Author: Arnaud Legrand <arnaud.legrand@imag.fr>
20931 Date:   Thu Apr 26 00:14:37 2012 +0200
20932
20933     Ensure that the same process never appears twice in the list of process_to_run.
20934     
20935     Otherwise, it would be awaken twice. The first time, it would execute then
20936     wait on the completion of a new simcall. The second time it would appear
20937     to return from the new simcall but the simcall would not have been
20938     executed.
20939     
20940     Since resume and kill are particular functions/simcalls that change
20941     the behavior of other process, it is ok if the process was already in the
20942     process_to_run list (although it must not appear twice). For other simcalls,
20943     I think it is invalid if two simcalls lead the scheduling of the same
20944     process.
20945
20946 commit 30b2d25dd879ac6a3d9a48ab48129f87a02f03f1
20947 Author: Arnaud Legrand <arnaud.legrand@imag.fr>
20948 Date:   Thu Apr 26 00:09:03 2012 +0200
20949
20950     Make sure that kill simcalls are processed (with SIMIX_simcall_pre) at the end, right after resume simcalls, which are also done after any other type of simcall.
20951
20952 commit 574a14ec63c644ead300e6bcc7ce3e9cdf45720c
20953 Author: Arnaud Legrand <arnaud.legrand@imag.fr>
20954 Date:   Thu Apr 26 00:03:38 2012 +0200
20955
20956     Add a convenient dynar function to sort the dynar using the Dutch national flag technique.
20957
20958 commit 65b31a3b58207bd824d798c37f1815f561bc0d54
20959 Author: Arnaud Legrand <arnaud.legrand@imag.fr>
20960 Date:   Wed Apr 25 22:04:59 2012 +0200
20961
20962     Fix a very old typo...
20963
20964 commit ca5cc1d2fdfb164231ab83a916e0e5902693d164
20965 Author: Arnaud Legrand <arnaud.legrand@imag.fr>
20966 Date:   Tue Apr 3 01:16:51 2012 +0200
20967
20968     Lame attempt to make cleanup and kill coexist
20969
20970 commit ff0019a9ce0b8b717b8d14f0907004adc804f5c2
20971 Author: Arnaud Legrand <arnaud.legrand@imag.fr>
20972 Date:   Tue Apr 3 01:16:32 2012 +0200
20973
20974     On a timeout we do not wait anymore on a task.
20975     
20976     -> Avoid keeping a pointer to an invalid object.
20977
20978 commit 9fd3af39c03e516d648a42b9711453e909a3d16f
20979 Author: Arnaud Legrand <arnaud.legrand@imag.fr>
20980 Date:   Tue Apr 3 01:15:38 2012 +0200
20981
20982     This should indeed be useless so let's remove it.
20983
20984 commit 403dffe3ed80a3b2761171f5984e4a7d63fde281
20985 Author: Arnaud Legrand <arnaud.legrand@imag.fr>
20986 Date:   Mon Apr 2 16:19:31 2012 +0200
20987
20988     This commit partially reverts commit 4e0c8570051df3f7114e0097bf888a99946b6138.
20989     
20990     Such a lazy resume seem to clash with the use of synchronization
20991     structures. The problem is well illustrated with simgrid-boinc.
20992     Surprisingly, simgrid/valgrind go completely crazy and segfaults in
20993     stuff like pthread_getspecific.
20994
20995 commit 97e7dc89c1d397f75190bef4bc4ac67bfcbcea1a
20996 Author: Martin Quinson <martin.quinson@loria.fr>
20997 Date:   Thu Apr 26 00:41:43 2012 +0200
20998
20999     check error conditions of task receiption [Samuel Lepetit]
21000
21001 commit d44528033ed97582f1e57e061bcef971a8f88ccd
21002 Author: schnorr <Lucas.Schnorr@imag.fr>
21003 Date:   Wed Apr 25 18:33:56 2012 +0200
21004
21005     [trace] let user code declare/set/push/pop states for hosts
21006     
21007     details:
21008     - useful for gantt-based views
21009
21010 commit ae7cee496fdf34189771ad7b8b17c9d127fc1bf8
21011 Author: navarro <navarro@caraja.(none)>
21012 Date:   Wed Apr 25 13:15:23 2012 +0200
21013
21014     Use of SIMGRID_LIB_PATH and not SIMGRID_LIB
21015
21016 commit 773834eae5b4c5d52e54bbd464442833dbdcfeef
21017 Author: navarro <navarro@caraja.(none)>
21018 Date:   Wed Apr 25 13:09:58 2012 +0200
21019
21020     Remove unused tesh files.
21021
21022 commit 01ea4ed52a114b024c00fb5379be4ca0a09417af
21023 Author: navarro <navarro@caraja.(none)>
21024 Date:   Wed Apr 25 12:38:38 2012 +0200
21025
21026     Add tesh for storag.
21027
21028 commit e309683cde8cec6a08da434e7f08584b6a3ff5f8
21029 Merge: 7fab3ed 20309a4
21030 Author: Martin Quinson <martin.quinson@loria.fr>
21031 Date:   Wed Apr 25 11:39:07 2012 +0200
21032
21033     Merge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid
21034
21035 commit 7fab3edd9dabf63ddf1cea93113158e5a3e2936c
21036 Author: Martin Quinson <martin.quinson@loria.fr>
21037 Date:   Wed Apr 25 11:38:51 2012 +0200
21038
21039     add a link to the scientific tutorial in the 101 section of the documentatino
21040
21041 commit 362f7743fc754145e622fc3bdd3b94592c0e08f1
21042 Author: navarro <navarro@caraja.(none)>
21043 Date:   Wed Apr 25 11:18:07 2012 +0200
21044
21045     Fix compilation problem with library path.
21046     Cosmetics
21047
21048 commit 1d3c68b8524b83dbbb64048a5078eeffedd2722a
21049 Author: Martin Quinson <martin.quinson@loria.fr>
21050 Date:   Tue Apr 24 10:22:02 2012 +0200
21051
21052     add a release date to the previous stable, and document what I know of what were done since then
21053
21054 commit 8462a1a27d5d9595a90f6c4f6dc65e70d279e6e3
21055 Author: Martin Quinson <martin.quinson@loria.fr>
21056 Date:   Tue Apr 24 10:17:11 2012 +0200
21057
21058     Add dsend and simulatedSleep to the binding, and add an example
21059
21060 commit 9f2c934f46bee72ce2b2831b6132dd938b551fff
21061 Author: Martin Quinson <martin.quinson@loria.fr>
21062 Date:   Tue Apr 24 09:05:21 2012 +0200
21063
21064     Stop using SIMGRID_ROOT at compile time, use SIMGRID_LIB/INCLUDE instead
21065     
21066     At configuration time, the SIMGRID_ROOT variable is used as a hint in
21067     the FindSimgrid chunk, when looking for our headers and libraries. If
21068     they cannot be located anyway, the user is given the opportunity to
21069     manually give the mandated pathes in ccmake for example.
21070     
21071     Then, at compilation time (ie, once the configuration is done), we
21072     should not use SIMGRID_ROOT anymore, but only SIMGRID_LIB and
21073     SIMGRID_INCLUDE because otherwise, we ignore specific settings that
21074     the user may have provided in ccmake.
21075
21076 commit 20309a4613d31aeb742acb0d3c137fb9e3a33b0f
21077 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
21078 Date:   Mon Apr 23 14:40:00 2012 +0200
21079
21080     Fix printf format strings.
21081
21082 commit 0704134e6e2ad0b078f9fc1fa8f1f8937d76896a
21083 Author: Martin Quinson <martin.quinson@loria.fr>
21084 Date:   Mon Apr 23 17:32:30 2012 +0200
21085
21086     add a pimple to our code to silence some useless warning from eclipse -- sorry
21087
21088 commit 8f2c177f2db1d14bda835495c0af4db9578c8aac
21089 Author: Martin Quinson <martin.quinson@loria.fr>
21090 Date:   Mon Apr 23 17:30:53 2012 +0200
21091
21092     add some parenthesis around a truth value, as suggested by eclipse
21093
21094 commit ebf7be2320c9239e70924752b5d9833224113ab4
21095 Merge: bc00385 aed0f6a
21096 Author: Martin Quinson <martin.quinson@loria.fr>
21097 Date:   Sun Apr 22 21:18:42 2012 +0200
21098
21099     Merge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid
21100
21101 commit bc00385a9ff5af4f346c43c0e88bb8ddd27d0d03
21102 Author: Martin Quinson <martin.quinson@loria.fr>
21103 Date:   Sun Apr 22 21:17:24 2012 +0200
21104
21105     rewrite the documentation of MSG_task_get_from_host to reflect the fact that it is not implemented anymore
21106
21107 commit fd79c8e58e785d25a9792460daa566438b3d465a
21108 Author: Martin Quinson <martin.quinson@loria.fr>
21109 Date:   Sun Apr 22 11:14:25 2012 +0200
21110
21111     add a word on the logo licensing: CC-BY-SA-3.0
21112
21113 commit aed0f6ac086335aa0b76f51e34603fb9915f2847
21114 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
21115 Date:   Sat Apr 21 18:51:28 2012 +0200
21116
21117     Add full references for the articles.
21118
21119 commit c1aaa8bd4ce09f0e1c54cd82dac03adc12b0a488
21120 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
21121 Date:   Fri Apr 20 19:17:54 2012 +0200
21122
21123     model-checker : get pointer address for bytes detected as different in heap comparison algorithm
21124
21125 commit d044c30cf618bebd25051f0d575b4e99c8b3d831
21126 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
21127 Date:   Fri Apr 20 19:15:20 2012 +0200
21128
21129     model-checker : change XBT_DEBUG for fprintf
21130
21131 commit 233b8f96c9d9317238e26cd24670634f5b976c8c
21132 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
21133 Date:   Fri Apr 20 19:08:53 2012 +0200
21134
21135     model-checker : reindent, no change
21136
21137 commit 226d3997c4e356a1935b7d51b310034b4833afb9
21138 Merge: d1f5e7f 34bade3
21139 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
21140 Date:   Fri Apr 20 19:03:20 2012 +0200
21141
21142     Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot//simgrid/simgrid
21143
21144 commit d1f5e7fabd6c999c95f116c2d422d25d5f228986
21145 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
21146 Date:   Fri Apr 20 19:02:58 2012 +0200
21147
21148     model-checker : separate bugged1_liveness (deleted)  example in two cases : finite CS requests (bugged1_for_liveness) and infinite CS requests (bugged1_while_liveness)
21149
21150 commit 34bade359640a6f1f39484ff409c411aba09185e
21151 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
21152 Date:   Fri Apr 20 15:11:42 2012 +0200
21153
21154     Avoid double free()s.
21155
21156 commit ef57f86ce57e5fc8e0a9fb0da96f32da4516ce5d
21157 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
21158 Date:   Fri Apr 20 15:07:12 2012 +0200
21159
21160     Consolidate loops.  Also remove useless initializations.
21161
21162 commit 63988a18ff726dca412338bf968b69b530a92c95
21163 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
21164 Date:   Fri Apr 20 09:20:36 2012 +0200
21165
21166     Break recursion a bit earlier.
21167     
21168     Compute the expected LCS length, and use it to stop as soon as the LCS
21169     is complete.
21170
21171 commit 1fdad19bc731f6e45fc220547c3f94496bca565a
21172 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
21173 Date:   Thu Apr 19 11:08:53 2012 +0200
21174
21175     Add a --verbose option for testall.
21176
21177 commit 6eb1203decdbf9770b36a9b2103d4e5a364edffe
21178 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
21179 Date:   Thu Apr 19 10:59:52 2012 +0200
21180
21181     Fix parsing of options for testall.
21182     
21183     Options such as --helpless or --dumpfoobar were wrongly treated as synonyms
21184     for --help or --dump.
21185
21186 commit 49e717ce62a05692fc037261e131f78ba52adff2
21187 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
21188 Date:   Wed Apr 18 17:39:39 2012 +0200
21189
21190     Use pointer arithmetic for accessing to dynar elements.
21191     
21192     It is more efficient than the xbt_dynar_get_* functions.
21193     Assumes that dynar's contents is contiguous.
21194
21195 commit 362df7ae97f29c6ec84ffd20d9f4643ba11d8284
21196 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
21197 Date:   Wed Apr 18 17:39:39 2012 +0200
21198
21199     Use a smarter algorithm for xbt_str_diff.
21200     
21201     The previous one had a time and space complexity of O(n.m), with n and m
21202     being the length of the inputs, and reached the memory limits pretty fast.
21203     
21204     Implement the algorithm described in "An O(NP) Sequence Comparison Algorithm",
21205     by Sun Wu, Udi Manber, Gene Myers, and Webb Miller (Information Processing
21206     Letters 35(6):317-323, 1990), with the linear-space divide-and-conquer
21207     strategy described in "An O(ND) Difference Algorithm and Its Variations",
21208     by Eugene W. Myers (Algorithmica 1:251-266, 1986).
21209
21210 commit 3c673d7d868285e9c026b0428a7f821a1760189f
21211 Author: Christophe Thiéry <christopho128@gmail.com>
21212 Date:   Tue Apr 17 17:44:17 2012 +0200
21213
21214     Respect the coding style
21215
21216 commit 65c4372e5e8a5c2b6ae7da0026c26025305a1a85
21217 Author: Christophe Thiéry <christopho128@gmail.com>
21218 Date:   Tue Apr 17 17:41:51 2012 +0200
21219
21220     Remove tabs
21221
21222 commit fd875fb9415f35ca853e1297c54c8657d15422ce
21223 Author: Stephane Genaud <genaud@unistra.fr>
21224 Date:   Tue Apr 17 17:24:16 2012 +0200
21225
21226     reflect real location for simgrid.jar
21227
21228 commit 45ba3ac06cf2b13424ffd3c0c990d6b2357d3082
21229 Author: navarro <navarro@caraja.(none)>
21230 Date:   Fri Apr 13 11:28:47 2012 +0200
21231
21232     Fix some link problème.
21233
21234 commit e02f9aa11d910ef2551475fc566e9017f0aabe86
21235 Author: navarro <navarro@caraja.(none)>
21236 Date:   Fri Apr 13 11:04:16 2012 +0200
21237
21238     Print simgrid_lib (dbug)
21239
21240 commit 5fd9d7784113bac6bc3d7335498347b88554a573
21241 Author: navarro <navarro@caraja.(none)>
21242 Date:   Wed Apr 11 12:13:00 2012 +0200
21243
21244     Fix documentation navbar and page for tour dynar.
21245
21246 commit f6fe8f90eef5104209d92e9bec7569af44b8111c
21247 Author: navarro <navarro@caraja.(none)>
21248 Date:   Wed Apr 11 11:22:58 2012 +0200
21249
21250     Fix ns3 and gtnets compilation
21251
21252 commit cc425ae1ead4c53c076a8b58379c1cea393d857f
21253 Author: navarro <navarro@caraja.(none)>
21254 Date:   Wed Apr 11 10:47:15 2012 +0200
21255
21256     Need those files to make dist
21257
21258 commit 90af63c43499e97c8e9762da2a1e3ca0e6af074f
21259 Author: navarro <navarro@caraja.(none)>
21260 Date:   Wed Apr 11 10:14:23 2012 +0200
21261
21262     Remove old files and add new files.
21263
21264 commit bcd806f123a6845defe0f275027a3540b7fef6c4
21265 Author: navarro <navarro@caraja.(none)>
21266 Date:   Tue Apr 10 12:32:39 2012 +0200
21267
21268     Fix jedule compilation
21269
21270 commit 6ebcf09b6c37399ca597870339c1c5e60b1f774b
21271 Author: navarro <navarro@caraja.(none)>
21272 Date:   Tue Apr 10 12:24:05 2012 +0200
21273
21274     Fix compilation error with gcc4.4
21275     error: redefinition of typedef 'surf_stat_t'
21276
21277 commit 346c06db41ebb088e88351d8381d0c232d2ddbb5
21278 Author: Martin Quinson <martin.quinson@loria.fr>
21279 Date:   Mon Apr 9 08:44:47 2012 -1000
21280
21281     [routing] rename routing_global_t -> routing_platf_t (and friends)
21282     
21283     One day maybe, this could be usefull to enable the declaration (and
21284     simulation) of several platform within one simgrid run. But for now, I
21285     mainly want to make the sg/platf interface less context sensitive and
21286     more usual by expressing directly the AS to which elements are added.
21287
21288 commit a8f91f4dae8d61a55a6bc1dba242f2a5c326b536
21289 Author: Martin Quinson <martin.quinson@loria.fr>
21290 Date:   Sun Apr 8 16:42:50 2012 -1000
21291
21292     [routing] kill supurious checks, and reformulate error messages
21293
21294 commit 82329032314a289d42124d27d6665f6f0a87357a
21295 Author: Martin Quinson <martin.quinson@loria.fr>
21296 Date:   Sun Apr 8 16:28:51 2012 -1000
21297
21298     [routing] clarify why we rely on such a dirty hack
21299
21300 commit f7bbc27a9c71861263b01883617b2828e974bb68
21301 Author: Martin Quinson <martin.quinson@loria.fr>
21302 Date:   Sun Apr 8 16:14:32 2012 -1000
21303
21304     [route parsing] make surf_network_resource_by_name public under name sg_routing_edge_by_name_or_null
21305     
21306     * This function existed already, but were almost never used, its
21307       content being inlined in ways too much location.
21308     * Use that function were relevant. That's much cleaner this way.
21309     * Making it public is one step further to the C interface for routing
21310       creation interface (drop in to XML)
21311
21312 commit 640bc8d792c29169599712bf42d1b8cb873fe2fd
21313 Author: Martin Quinson <martin.quinson@loria.fr>
21314 Date:   Sun Apr 8 15:58:21 2012 -1000
21315
21316     [route parsing] rename network_element_t into sg_routing_edge_t
21317     
21318     Also, make this type visible from simgrid/platf.h since we need to
21319     manipulate it to create routes efficiently
21320
21321 commit 87bd0aa1c5b983d9e0c24ad77186a96d0f39023e
21322 Author: Martin Quinson <martin.quinson@loria.fr>
21323 Date:   Sun Apr 8 15:53:56 2012 -1000
21324
21325     ignorable reindent
21326
21327 commit aea5cd54d7bc57803095a419ce5e9f1765634921
21328 Author: Martin Quinson <martin.quinson@loria.fr>
21329 Date:   Sun Apr 8 15:43:28 2012 -1000
21330
21331     [route parsing] kill global_routing->size_of_link
21332     
21333     - Actually, all links we use are pointers to structure (how
21334       surprising). This strange thing survived until now because the
21335       constant model declared to have a size of links being the size of a
21336       double. But actually, since there is no link in constant routing, we
21337       could use 0 as size of links in that case.
21338     - Also introduce a sg_routing_link_t that is simply an alias to void*
21339       for now. It is intended to represent what is stored into link_lib at
21340       the surf level (that is the core-most link concept)
21341
21342 commit c17728963bd9e2b81e4764aa1d1b90a19e5de741
21343 Author: Martin Quinson <martin.quinson@loria.fr>
21344 Date:   Sun Apr 8 15:30:53 2012 -1000
21345
21346     [route parsing] greatly streamline the generic_new_extended_route function
21347
21348 commit f611b1b5219c8925907bc6288430d8b6f324e408
21349 Author: Martin Quinson <martin.quinson@loria.fr>
21350 Date:   Sun Apr 8 15:16:46 2012 -1000
21351
21352     [route parsing] reduce the amount of dupplicated code
21353     
21354     the generic_new_extended_route() can do the work of
21355     generic_new_route(), so kill the simple one and use the complete one
21356     instead.
21357
21358 commit 799438173fcfecfd3aa9455afe021998445970cc
21359 Author: Martin Quinson <martin.quinson@loria.fr>
21360 Date:   Sun Apr 8 15:12:01 2012 -1000
21361
21362     avoid void* pointers since we know the pointed type in all usage location of this function
21363
21364 commit 7115ff6e0ac0567b771df4abe043631ffab8cf74
21365 Author: schnorr <Lucas.Schnorr@imag.fr>
21366 Date:   Thu Apr 5 16:55:33 2012 +0200
21367
21368     [trace] bugfix
21369
21370 commit ba245ceee7f488df591e62e79a0544267fd19cb7
21371 Author: schnorr <Lucas.Schnorr@imag.fr>
21372 Date:   Thu Apr 5 14:57:43 2012 +0200
21373
21374     [trace] we need to close the file
21375
21376 commit ba8d53ce5b3ce9fa14d7cd0a272c35c0033a42c5
21377 Author: schnorr <Lucas.Schnorr@imag.fr>
21378 Date:   Thu Apr 5 14:50:19 2012 +0200
21379
21380     file presumed to be installed by other header files
21381
21382 commit 57f66e7bcc0dc484668124842e595ffd5a657b6f
21383 Author: navarro <navarro@caraja.(none)>
21384 Date:   Thu Apr 5 14:08:33 2012 +0200
21385
21386     Fix some documenttion bar
21387
21388 commit 12eae67df86c646ac28a83c0155ae6b70c101b91
21389 Author: schnorr <Lucas.Schnorr@imag.fr>
21390 Date:   Thu Apr 5 13:22:54 2012 +0200
21391
21392     [trace] updating tesh due to buffering by default
21393
21394 commit 0ab9790d489631d60712f736ef72ca5deadc02ca
21395 Author: schnorr <Lucas.Schnorr@imag.fr>
21396 Date:   Thu Apr 5 13:19:41 2012 +0200
21397
21398     [trace] it seems that buffering affects trace alias generation, fix tesh with no harm
21399
21400 commit 92ce65e2ca9dc1b980b54ee33cbf043e16b9c6fb
21401 Author: schnorr <Lucas.Schnorr@imag.fr>
21402 Date:   Thu Apr 5 13:10:24 2012 +0200
21403
21404     [trace] example of creating a customized graph configuration file
21405
21406 commit 2e6458d139c6e634715f1310977c85328756b566
21407 Author: schnorr <Lucas.Schnorr@imag.fr>
21408 Date:   Thu Apr 5 12:54:03 2012 +0200
21409
21410     [trace] functions needed to create graph configuration files for Triva by hand
21411
21412 commit a7dc4456f42a853a6294c774ccc9397304732c6e
21413 Author: schnorr <Lucas.Schnorr@imag.fr>
21414 Date:   Thu Apr 5 12:45:54 2012 +0200
21415
21416     [trace] fix comment
21417
21418 commit 38dd3a65a00f47b94708e85d103cb8b6ef17f8e9
21419 Author: schnorr <Lucas.Schnorr@imag.fr>
21420 Date:   Thu Apr 5 12:43:02 2012 +0200
21421
21422     [trace] not tracing to test the absense of output
21423
21424 commit 1e12c0cbe17d47c311db6c713876a5f15c95b365
21425 Author: schnorr <Lucas.Schnorr@imag.fr>
21426 Date:   Thu Apr 5 12:42:19 2012 +0200
21427
21428     [trace] pay attention to the return value of get functions, they might be null
21429
21430 commit f5cd30386a756d5bbacc8d55ffebf21c386e69a4
21431 Author: schnorr <Lucas.Schnorr@imag.fr>
21432 Date:   Thu Apr 5 12:38:51 2012 +0200
21433
21434     [trace] factor code
21435
21436 commit 2a3868918b7c33046071953ecfd81c9f68bff5c9
21437 Author: schnorr <Lucas.Schnorr@imag.fr>
21438 Date:   Thu Apr 5 12:38:26 2012 +0200
21439
21440     [trace] let code compile without tracing
21441
21442 commit a4794c528915dd8e12af401969783fdd552bf4a2
21443 Author: schnorr <Lucas.Schnorr@imag.fr>
21444 Date:   Thu Apr 5 12:35:01 2012 +0200
21445
21446     [trace] test the TRACE_get_[host|link]_variables
21447
21448 commit 9629498a7a855382c280907105392c21e03675b6
21449 Author: schnorr <Lucas.Schnorr@imag.fr>
21450 Date:   Thu Apr 5 12:29:04 2012 +0200
21451
21452     [trace] functions to get already declared user host/link tracing variables
21453
21454 commit c85c6cbfb4ee7d118644fef7a3915f7f7f3183d1
21455 Author: schnorr <Lucas.Schnorr@imag.fr>
21456 Date:   Thu Apr 5 12:20:59 2012 +0200
21457
21458     [trace] check if user variables are being correctly used
21459
21460 commit a7fbf71906af4c8cf4aa7d743e5db57a72b6b5ac
21461 Author: schnorr <Lucas.Schnorr@imag.fr>
21462 Date:   Thu Apr 5 11:11:47 2012 +0200
21463
21464     [trace] update example to show how to get declared marks
21465
21466 commit 6868450e94e947388bdf6700f484f84d91bc0e04
21467 Author: schnorr <Lucas.Schnorr@imag.fr>
21468 Date:   Thu Apr 5 11:10:07 2012 +0200
21469
21470     [trace] new function to get the declared marks
21471
21472 commit 926d5ddef86348602520f2a40cb5764306aa24c1
21473 Author: schnorr <Lucas.Schnorr@imag.fr>
21474 Date:   Thu Apr 5 10:58:23 2012 +0200
21475
21476     [trace] move categories dictionary declaration to interface file
21477
21478 commit 7925dfbd28b2cd822b05c21b81ca6a3facaa14d1
21479 Author: schnorr <Lucas.Schnorr@imag.fr>
21480 Date:   Thu Apr 5 10:52:49 2012 +0200
21481
21482     [trace] update example to show how to use TRACE_get_categories
21483
21484 commit 9409411def8d8be6010cec9fab904296307e81b9
21485 Author: schnorr <Lucas.Schnorr@imag.fr>
21486 Date:   Thu Apr 5 10:47:52 2012 +0200
21487
21488     [trace] new public function to get declared categories
21489
21490 commit 095cae2966284fdabd5442a0c122aadb4f6cd398
21491 Author: schnorr <Lucas.Schnorr@imag.fr>
21492 Date:   Wed Apr 4 17:20:55 2012 +0200
21493
21494     [trace] register power and bandwidth for hosts/links when --cfg=tracing/platform:1
21495
21496 commit 58e8e48e732ba238c89c7369951e1286e98776d0
21497 Author: Martin Quinson <martin.quinson@loria.fr>
21498 Date:   Wed Apr 4 15:05:49 2012 -1000
21499
21500     make clear to simgrider how to edit that tutorial, and regenerate all files
21501
21502 commit 3d34af5ce017660b76f37d44792763040b95f571
21503 Author: Henri Casanova <casanova@fac-dhcp04.ics.hawaii.edu>
21504 Date:   Wed Apr 4 14:06:40 2012 -1000
21505
21506     doc rewording
21507
21508 commit d259036f2370e2d88a0ac88ef6595bf2e6bb191d
21509 Author: Henri Casanova <casanova@fac-dhcp04.ics.hawaii.edu>
21510 Date:   Wed Apr 4 14:00:39 2012 -1000
21511
21512     Doc rewording
21513
21514 commit b37265dc0e37f3319158647f6ddfe2d842274088
21515 Author: navarro <navarro@caraja.(none)>
21516 Date:   Wed Apr 4 13:57:35 2012 +0200
21517
21518     Add default Layout
21519
21520 commit 3536989bd4626c6f0f89afcf940e40cc0ee502a0
21521 Author: navarro <navarro@caraja.(none)>
21522 Date:   Wed Apr 4 13:57:23 2012 +0200
21523
21524     Fix warning by doxygen
21525
21526 commit 9176a075c02e0cc9b6e7a260ffd029946df26436
21527 Author: navarro <navarro@caraja.(none)>
21528 Date:   Wed Apr 4 13:27:02 2012 +0200
21529
21530     Use of bypassASroute.xml instead of three_clusters_bypass.xml
21531
21532 commit 57c155c5ac08e57c81d145012425045a439b002b
21533 Author: navarro <navarro@caraja.(none)>
21534 Date:   Wed Apr 4 13:26:22 2012 +0200
21535
21536     This was necessary. Remove previously
21537
21538 commit 0bdc779c0a134c2c938ef81ea8d9dd10f9219770
21539 Author: navarro <navarro@caraja.(none)>
21540 Date:   Wed Apr 4 13:19:57 2012 +0200
21541
21542     Made two platforms for bypass and add test to tesh
21543
21544 commit c93a420f2f61da48ace7828257e97b593ae76251
21545 Author: navarro <navarro@caraja.(none)>
21546 Date:   Wed Apr 4 12:44:37 2012 +0200
21547
21548     Implement bypassRoute and bypassASroute. Add an example.
21549
21550 commit a86b48cc8cbf39ba4c751a99248527278dafb7fa
21551 Author: Martin Quinson <martin.quinson@loria.fr>
21552 Date:   Tue Apr 3 22:26:52 2012 -1000
21553
21554     ben si
21555
21556 commit 84d76939dab53f01d8a801ad1d668f1c3e4d2190
21557 Author: Martin Quinson <martin.quinson@loria.fr>
21558 Date:   Tue Apr 3 19:38:31 2012 -1000
21559
21560     also include the 101 presentation into the latex documentation
21561
21562 commit add6f88ee547e2aaa04a325a5f9a1e768e71ecdc
21563 Author: Martin Quinson <martin.quinson@loria.fr>
21564 Date:   Tue Apr 3 19:21:14 2012 -1000
21565
21566     add a SimGrid 101 presentation as a quick starter for potential users
21567
21568 commit 0be4344929e29fa8025412235ef9abffc6b9ab7b
21569 Author: Martin Quinson <martin.quinson@loria.fr>
21570 Date:   Tue Apr 3 18:46:51 2012 -1000
21571
21572     [DOC] hide a bit the structure list, nobody cares
21573
21574 commit a0ef4e1f3c5c8c268f507e68650a21c8c75fc906
21575 Author: Martin Quinson <martin.quinson@loria.fr>
21576 Date:   Tue Apr 3 18:39:04 2012 -1000
21577
21578     [DOC] cosmetics: rename some tabs in menus
21579
21580 commit b8e77688484ef873583e285d34c7b85ddce9294c
21581 Author: Martin Quinson <martin.quinson@loria.fr>
21582 Date:   Tue Apr 3 18:30:17 2012 -1000
21583
21584     [DOC] kill the datatype specific page
21585     
21586     all the data are now in their home module, alongside with the function
21587     modifying them.
21588
21589 commit 5db8a803e049ab79dc49c94d276cb3e9dd8db04c
21590 Author: Martin Quinson <martin.quinson@loria.fr>
21591 Date:   Tue Apr 3 18:21:33 2012 -1000
21592
21593     Doc improvement: rename GOS into task usage
21594     
21595     who remember of Globus GOS anyway? And Operating System-like names
21596     sound really strange now that the 21 century finally came.
21597
21598 commit a13889143f3dcc24f6100d07e9d20e710e74e0ad
21599 Author: Martin Quinson <martin.quinson@loria.fr>
21600 Date:   Tue Apr 3 18:06:05 2012 -1000
21601
21602     improve the doc of MSG datatypes (and dispatch them in the relevant modules)
21603
21604 commit 9d7c5c0eb4e73fa63ad242da6bcfd2be6d9f2752
21605 Author: Martin Quinson <martin.quinson@loria.fr>
21606 Date:   Tue Apr 3 17:35:42 2012 -1000
21607
21608     rename doxygen group m_file_management into msg_file_management
21609
21610 commit 838bbd9eea107415d66dd0cdce5098832ba4e6bd
21611 Author: Martin Quinson <martin.quinson@loria.fr>
21612 Date:   Tue Apr 3 17:31:02 2012 -1000
21613
21614     improve doc of trace-driven simulations
21615
21616 commit 5d307b4ce17267d1ed3acf4c2072df476a0f9751
21617 Author: Martin Quinson <martin.quinson@loria.fr>
21618 Date:   Tue Apr 3 17:18:27 2012 -1000
21619
21620     reindent, no real change (beside maybe a typo or two)
21621
21622 commit 164535529e5d19976ed96a2ee265d5945d27a660
21623 Author: Martin Quinson <martin.quinson@loria.fr>
21624 Date:   Tue Apr 3 17:12:24 2012 -1000
21625
21626     Merge doc of platform mgmt functions into simulation control ones
21627     
21628     This allows to have a single page about the basics of running a
21629     simulation, with a nice workflow on it.
21630     
21631     It's still no "SimGrid 101", but that's the direction to go.
21632
21633 commit da2032381b4a55d6eadc23b8e2b01d5095b62903
21634 Author: Martin Quinson <martin.quinson@loria.fr>
21635 Date:   Tue Apr 3 16:45:00 2012 -1000
21636
21637     header blurb about MSG_deprecated doc
21638
21639 commit 22752d7347b7143b7eeb7de734cad5e469615996
21640 Author: Martin Quinson <martin.quinson@loria.fr>
21641 Date:   Tue Apr 3 16:42:36 2012 -1000
21642
21643     various MSG doc cleanups
21644
21645 commit f4e0c87b35c22659b29ee4ea0452796a9282965e
21646 Author: Martin Quinson <martin.quinson@loria.fr>
21647 Date:   Tue Apr 3 16:29:17 2012 -1000
21648
21649     the word agent seems a bit artificial in our documentation, when you think about it
21650
21651 commit 127880536a17bd02faba5e25df542b50c9fe72cc
21652 Merge: 217b4af fa8e71b
21653 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
21654 Date:   Tue Apr 3 20:19:09 2012 +0200
21655
21656     Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot//simgrid/simgrid
21657
21658 commit fa8e71be179a7a12e74bcc550fa6fe2c54b8446a
21659 Merge: 470cb0c b5d888d
21660 Author: Martin Quinson <martin.quinson@loria.fr>
21661 Date:   Tue Apr 3 08:15:19 2012 -1000
21662
21663     Merge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid
21664
21665 commit 470cb0c17bc3f2163b36a4c10d31716b0a437baa
21666 Author: Martin Quinson <martin.quinson@loria.fr>
21667 Date:   Tue Apr 3 08:14:43 2012 -1000
21668
21669     simcall is not directly parsable since it contains inlined structures. We should either manually build it w/o parsing, on improve the parser
21670
21671 commit b5d888de40aaeeec3757922455f920b5333dbc6e
21672 Author: navarro <navarro@caraja.(none)>
21673 Date:   Tue Apr 3 16:45:53 2012 +0200
21674
21675     The test is always true
21676     if( A_surfxml_route_symmetrical == A_surfxml_route_symmetrical_YES
21677     || A_surfxml_ASroute_symmetrical == A_surfxml_ASroute_symmetrical_YES )
21678     was always true because they were set to YES by default
21679
21680 commit 8c6573df011917a764971c0ec88ac56eb88b5fc4
21681 Author: navarro <navarro@caraja.(none)>
21682 Date:   Tue Apr 3 16:33:31 2012 +0200
21683
21684     Symmetrical route for Dijkstra
21685
21686 commit 8a8a8cfc85cca62c2bafcd109f774d4f97a84114
21687 Author: navarro <navarro@caraja.(none)>
21688 Date:   Tue Apr 3 15:29:03 2012 +0200
21689
21690     Fix compilation error for s_file_stat_t
21691
21692 commit 4e7a0cc0a50e42a4197c0b3867f8b0fdb0c86f37
21693 Author: navarro <navarro@caraja.(none)>
21694 Date:   Tue Apr 3 15:12:36 2012 +0200
21695
21696     Ok ;) Never used.
21697
21698 commit 5dc616d3c0127e742e4e8f6470aafbb7d789e6c1
21699 Author: navarro <navarro@caraja.(none)>
21700 Date:   Tue Apr 3 15:10:24 2012 +0200
21701
21702     Implement file stat for storage model.
21703
21704 commit b91ae3a203b095b8a11ed3bd37ec01911baf712a
21705 Author: navarro <navarro@caraja.(none)>
21706 Date:   Tue Apr 3 15:09:22 2012 +0200
21707
21708     Cosmetics
21709
21710 commit 3cac1e53eddb6f3e33d723646cea706da73e0cc9
21711 Author: navarro <navarro@caraja.(none)>
21712 Date:   Fri Mar 30 13:59:45 2012 +0200
21713
21714     First step of optim in memory cache
21715
21716 commit 7cd340efbc715f664696ac58ff38a072f1b6b2fe
21717 Author: navarro <navarro@caraja.(none)>
21718 Date:   Fri Mar 30 13:26:49 2012 +0200
21719
21720     Return result on SIMIX_post_io
21721
21722 commit 582b6f00f1f41d334dbc865dd0b993a7e501f3ba
21723 Author: navarro <navarro@caraja.(none)>
21724 Date:   Fri Mar 30 11:24:15 2012 +0200
21725
21726     Reorganize storage structures (msg, smx and surf) and separate storage parsing from routing parsing.
21727
21728 commit af0b5e9494ca8988c8dd7d3874c3c7a400a63172
21729 Author: navarro <navarro@caraja.(none)>
21730 Date:   Thu Mar 29 17:17:12 2012 +0200
21731
21732     Make smx_file_t, surf_file_t and msg_file_t
21733
21734 commit 63a42d009b40cf8bc11338a13b396efb76ab38cb
21735 Author: schnorr <Lucas.Schnorr@imag.fr>
21736 Date:   Tue Apr 3 14:49:26 2012 +0200
21737
21738     better rendering of simgrid_modules.png (and corrected font for TRACE module)
21739
21740 commit 5064e38fc7ef4e68822d2e5c9583745fe8298c83
21741 Author: Laurent Bobelin <lbobelin@mintcar.lip.ens-lyon.fr>
21742 Date:   Tue Apr 3 13:51:28 2012 +0200
21743
21744     Added TRACE into index.doc and figure
21745
21746 commit 44821fb3ec74b7cc13f3deb94a7cb2292f0d4b8b
21747 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
21748 Date:   Tue Apr 3 11:09:15 2012 +0200
21749
21750     Typo.
21751
21752 commit 9579c93344a2264c88576dde6dd825512f897c3b
21753 Author: schnorr <Lucas.Schnorr@imag.fr>
21754 Date:   Tue Apr 3 10:56:35 2012 +0200
21755
21756     [trace] remove "executing" state from tracing/msg/process option, easing the gantt-chart analysis of MSG simulators
21757     
21758     details:
21759     - if you feel this is still necessary, submit a bug
21760
21761 commit bf6a75d25c9f251b1c9b154272272cf990076431
21762 Author: schnorr <Lucas.Schnorr@imag.fr>
21763 Date:   Tue Apr 3 10:51:19 2012 +0200
21764
21765     [trace] avoid Paje inconsistencies by forcing the generation of a time-ordered trace file as output
21766     
21767     details:
21768     - this might come with a performance penalty.
21769     If so, set tracing/buffer to zero, and sort the trace afterward.
21770
21771 commit 77fecf4a12de7c801bcc93590a2901cafe74fc85
21772 Author: Laurent Bobelin <lbobelin@mintcar.lip.ens-lyon.fr>
21773 Date:   Tue Apr 3 10:24:58 2012 +0200
21774
21775     Completed platform doc. No missing sections anymore.
21776     
21777     Will stop the process of writing it now unless people complains about it.
21778
21779 commit 217b4afb954d1795f011f060767b8d89533f2b71
21780 Merge: 5657b6c 68f9a22
21781 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
21782 Date:   Mon Apr 2 18:08:05 2012 +0200
21783
21784     Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot//simgrid/simgrid
21785
21786 commit 68f9a22d51b8053a0f7f40c5a2531f6faca520fc
21787 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
21788 Date:   Mon Apr 2 15:24:38 2012 +0200
21789
21790     Eradicate strange characters...
21791     
21792     ... like non-breaking spaces and ligatures, that broke the LaTeX doc.
21793
21794 commit 10843f47811a79bc707a783c996ffbea24bed79d
21795 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
21796 Date:   Mon Apr 2 15:02:24 2012 +0200
21797
21798     Fix doxygen comments.
21799     
21800     Make \ingroup come first.
21801
21802 commit 1b43a9f23900ed5816eed2d4dbef9651f5f8e755
21803 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
21804 Date:   Mon Apr 2 13:51:21 2012 +0200
21805
21806     Re-add logcategories.doc into generated doc.
21807     
21808     It appears to work correclty this way (locally at least).
21809
21810 commit dbe918800fbc9d06617113c8a71b363e09bbbf20
21811 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
21812 Date:   Mon Apr 2 13:43:42 2012 +0200
21813
21814     smpirun: turn error into warning only.
21815
21816 commit ad64a3a9153f4e7a067ac0d1457251f65bb6e3d1
21817 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
21818 Date:   Mon Apr 2 13:42:44 2012 +0200
21819
21820     smpirun: option -quiet disappeared a long time ago.
21821
21822 commit 6575936d6c269861961bd77a5c32f3759e9441bf
21823 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
21824 Date:   Mon Apr 2 13:31:21 2012 +0200
21825
21826     bcast.tesh: "as much processes than hosts" is 5.
21827     
21828     Change reduce.tesh accordingly.
21829
21830 commit 24b8429324bafd6b563851a0151d5e3ee9e95e14
21831 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
21832 Date:   Mon Apr 2 11:55:57 2012 +0200
21833
21834     smpirun.in: various little fixes.
21835
21836 commit c5a2a1023f2c2bd1683bf147e2e0a83ccca20b67
21837 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
21838 Date:   Fri Mar 30 17:34:41 2012 +0200
21839
21840     Optimize xbt_str_diff further.
21841     
21842     Make it faster and less memory hungry when there are many lines and few
21843     differences, for example when test tracing-trace_platform is failing...
21844     
21845     The general idea is to reduce the problem size for diff_build_LCS/diff_build_diff.
21846     This is done by finding, when it is easy, the start and the end of the result.
21847     It's easy when the line are the same, or when a line from the one set does not appear
21848     in the second set.
21849
21850 commit 22571d3f576eb2737e5fee429e2eb044070301ca
21851 Author: Martin Quinson <martin.quinson@loria.fr>
21852 Date:   Sun Apr 1 17:43:20 2012 -1000
21853
21854     little sentence to hint about the location of missing documentation
21855
21856 commit ffb4f53786186038947a9c9159b93c80f5c7b76a
21857 Author: Martin Quinson <martin.quinson@loria.fr>
21858 Date:   Sun Apr 1 17:16:45 2012 -1000
21859
21860     You cannot say that SMPI has no documentation anymore
21861     
21862     but you probably still can say that its documentation is too sparse
21863     for absolute beginners. People used to MPI should find it sufficient
21864     however.
21865
21866 commit b481f5cc7076aa751d9269d53066b77209683901
21867 Author: Martin Quinson <martin.quinson@loria.fr>
21868 Date:   Sun Apr 1 17:06:13 2012 -1000
21869
21870     smpirun: Use the amount of processes in the hostfile as default value for the -np parameter
21871     
21872     Plus, some more checks
21873
21874 commit 278b810c564b6261bb08b57f4c9ee4a1553d74de
21875 Author: Martin Quinson <martin.quinson@loria.fr>
21876 Date:   Sun Apr 1 17:03:29 2012 -1000
21877
21878     Basic checks on the arguments provoded to smpirun
21879
21880 commit 96c8fc2a4d7c6bd136d3a3078a6071d971a479aa
21881 Author: Martin Quinson <martin.quinson@loria.fr>
21882 Date:   Sun Apr 1 16:27:38 2012 -1000
21883
21884     ignore some more binaries in git (mainly tracing)
21885
21886 commit 664b544811ad3c85f191533d95bddb913d2f7489
21887 Author: Martin Quinson <martin.quinson@loria.fr>
21888 Date:   Sun Apr 1 16:26:27 2012 -1000
21889
21890     ignore generated manpages
21891
21892 commit e66f876b5aca5cc3455a8a8b2570cdfb937e6811
21893 Author: Martin Quinson <martin.quinson@loria.fr>
21894 Date:   Sun Apr 1 16:25:37 2012 -1000
21895
21896     a little program to help determining which memory chunk were modified during model-checking. Still veeeery preliminary
21897
21898 commit 2931186f42e4cc57c72b923936fc20f5d4067aa2
21899 Author: Martin Quinson <martin.quinson@loria.fr>
21900 Date:   Sun Apr 1 16:24:11 2012 -1000
21901
21902     some more doc
21903
21904 commit 792906a0653f143c1f98befb7345f31860c78ad7
21905 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
21906 Date:   Thu Mar 29 11:03:34 2012 +0200
21907
21908     Drop support for broken compiler in log.h.
21909
21910 commit 3d89e90c0308155d5309f8f7e7cfa4e716242570
21911 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
21912 Date:   Fri Mar 30 14:15:12 2012 +0200
21913
21914     Remove dead code.
21915
21916 commit d281288f8c222f11b2126f48f0e7b13481b0bba5
21917 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
21918 Date:   Fri Mar 30 14:10:01 2012 +0200
21919
21920     Log constructor: guard against multiple initializations.
21921
21922 commit 5657b6cbb51a403dbc777e905664dc17ec49f327
21923 Merge: 8d510dd 8c9050e
21924 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
21925 Date:   Fri Mar 30 13:59:35 2012 +0200
21926
21927     Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot//simgrid/simgrid
21928
21929 commit 8c9050e6326bf474605801b262b93b91ad784767
21930 Author: Laurent Bobelin <lbobelin@mintcar.lip.ens-lyon.fr>
21931 Date:   Fri Mar 30 12:46:20 2012 +0200
21932
21933     Added and corrected some stuff in platform.doc. Moved some stuff from FAQ concerning platform in the good file
21934
21935 commit 4e5ad23a2d8bcaa043c96018e65eaca36897ad79
21936 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
21937 Date:   Fri Mar 30 11:55:37 2012 +0200
21938
21939     Connect categories before the beginning of main().
21940     
21941     This allows to list the user defined categories with --help-log-categories.
21942     
21943     Unfortunately, this feature is only available when using gcc.
21944
21945 commit 0a51f61c9b27af52dc47e7b83892c008a41cd65e
21946 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
21947 Date:   Fri Mar 30 11:53:05 2012 +0200
21948
21949     Allow to give a priority to _XBT_GNUC_{CONS,DES}TRUCTOR.
21950
21951 commit 27a462d1cf6871b14fa32d09a96839fd8ff2c1c0
21952 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
21953 Date:   Thu Mar 29 10:46:30 2012 +0200
21954
21955     Declare the main log categories into their respective modules.
21956
21957 commit 4fbc579a1eef24404d25d8b855d733ac03f2b9c5
21958 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
21959 Date:   Fri Mar 30 11:40:26 2012 +0200
21960
21961     Remove unused log category.
21962
21963 commit 95b11095f38bb2b508878eb860d1b52ca7e9d09c
21964 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
21965 Date:   Thu Mar 29 11:40:07 2012 +0200
21966
21967     Also connect main log categories.
21968
21969 commit 3dc05e5fc8ae4a0ec1fe179558dc8c8c0c197897
21970 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
21971 Date:   Thu Mar 29 11:39:08 2012 +0200
21972
21973     Fix xbt_log_extract_hierarchy.pl since XBT_LOG_CONNECT now has only one arg.
21974
21975 commit f30175cd3c41f95317c796dc4275ae3ba65b6a94
21976 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
21977 Date:   Fri Mar 30 10:41:44 2012 +0200
21978
21979     Remove unused 2nd parameter for XBT_LOG_CONNECT.
21980
21981 commit e71e0bf88f06aae028d3df59aaea3826bb9a2967
21982 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
21983 Date:   Fri Mar 30 10:37:54 2012 +0200
21984
21985     Define a constructor function for each log category.
21986     
21987     This function is in charge of correctly connecting parents and children.
21988
21989 commit 82f4610d753cfd75539f4b7cdfad4296c56c6388
21990 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
21991 Date:   Fri Mar 30 10:13:16 2012 +0200
21992
21993     Use appropriate macro.
21994
21995 commit 5778e4f6f4ccdceb45468377ff019fc97796360c
21996 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
21997 Date:   Thu Mar 29 17:35:04 2012 +0200
21998
21999     Connect categories before parsing the command line.
22000
22001 commit 3a12c004433359e3e2b0a29a7913668a33872a69
22002 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
22003 Date:   Thu Mar 29 12:06:17 2012 +0200
22004
22005     Deactivate this assert again.
22006
22007 commit 06645bbecf0c92a95de41ca840ca549efc0df9e2
22008 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
22009 Date:   Thu Mar 29 10:44:31 2012 +0200
22010
22011     Missing include.
22012
22013 commit 5e7db3a96e0d8c3031042633357e3c2ba4758be8
22014 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
22015 Date:   Thu Mar 29 11:18:17 2012 +0200
22016
22017     Missing newline.
22018
22019 commit 7938bb9fbff9b2cbada8e410ba196689584180c0
22020 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
22021 Date:   Thu Mar 29 11:17:40 2012 +0200
22022
22023     Tools name has changed.
22024
22025 commit 4ed86fd0928b875cff866c6553e58be8133db919
22026 Author: navarro <navarro@caraja.(none)>
22027 Date:   Thu Mar 29 16:16:24 2012 +0200
22028
22029     We can only include tag: include|cluster|peer|AS|trace|trace_connect
22030
22031 commit 76a435e03badf34e47f18a338eade603bf119fd4
22032 Author: navarro <navarro@caraja.(none)>
22033 Date:   Thu Mar 29 14:59:22 2012 +0200
22034
22035     Try to clean platform files containing in examples/platform/ .
22036
22037 commit a4fd78fffedc66dc0e6cf7b8978f1741c2e3d22e
22038 Author: navarro <navarro@caraja.(none)>
22039 Date:   Thu Mar 29 14:16:16 2012 +0200
22040
22041     none_get_route_and_latency must set latency to 0.
22042
22043 commit e369d8496fc4a486596f5f09c484280500697f0b
22044 Author: navarro <navarro@caraja.(none)>
22045 Date:   Thu Mar 29 14:15:28 2012 +0200
22046
22047     Fix Tag include
22048
22049 commit fa0d57ef6d3dfad668d6c90d24bfa384523411b8
22050 Author: navarro <navarro@caraja.(none)>
22051 Date:   Thu Mar 29 14:14:28 2012 +0200
22052
22053     Update platform documentation
22054
22055 commit 520842fa61606ecfd3319f4dfc82083afc906e43
22056 Author: navarro <navarro@caraja.(none)>
22057 Date:   Thu Mar 29 14:14:12 2012 +0200
22058
22059     Copy simgrid.dtd into simgrid versionning
22060
22061 commit 4d547f3cea82f4fd386135c42a52d522fd5d0607
22062 Author: navarro <navarro@caraja.(none)>
22063 Date:   Thu Mar 29 10:36:27 2012 +0200
22064
22065     Update installation of windows
22066
22067 commit 17234fa684f969d78128d6c8cd44c005d69efba0
22068 Author: schnorr <Lucas.Schnorr@imag.fr>
22069 Date:   Thu Mar 29 10:23:39 2012 +0200
22070
22071     [trace] fix tracing of network models
22072
22073 commit 981ab1ce15fb5577ab3a92ca8ea2b29c6f39a4d7
22074 Author: schnorr <Lucas.Schnorr@imag.fr>
22075 Date:   Thu Mar 29 10:17:08 2012 +0200
22076
22077     function to get the weight of a constraint of a lmm variable
22078
22079 commit 5a25b8089e4305ec691c460487a77e5c1d07aeb8
22080 Author: Laurent Bobelin <lbobelin@mintcar.lip.ens-lyon.fr>
22081 Date:   Thu Mar 29 10:10:58 2012 +0200
22082
22083     Added a platform desc doc. Some infos are still missing, but I have to check them with some qualified guys ...
22084
22085 commit 9e92dcc40e7b2ec7b24cb6f350696998552f6865
22086 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
22087 Date:   Wed Mar 28 23:01:21 2012 +0200
22088
22089     Log sd_dotparse only exists when HAVE_GRAPHVIZ.
22090
22091 commit fb41bcf96de0ac14cce6f9f0aa9e5804c847bc9e
22092 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
22093 Date:   Wed Mar 28 23:00:35 2012 +0200
22094
22095     Define HAVE_GRAPHVIZ for C code.
22096
22097 commit 37624505f97c2dd6e7b6f646907dfbaf2d18d2da
22098 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
22099 Date:   Wed Mar 28 22:06:40 2012 +0200
22100
22101     Update ChangeLog.
22102
22103 commit 4bc164b792f5425df23352ecc603745e61f730ec
22104 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
22105 Date:   Wed Mar 28 21:30:02 2012 +0200
22106
22107     Handle --help-log* options from xbt_log_init.
22108
22109 commit ebd7bcbf3470561e0d7d251e73476c04ed3c1ad3
22110 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
22111 Date:   Wed Mar 28 21:26:18 2012 +0200
22112
22113     Remove --*-log options that are deprecated since nearly 5 years.
22114     
22115     See commit 795baf0.
22116
22117 commit 8bf2cf8030ae6d911565e7726e275a560f201dfb
22118 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
22119 Date:   Wed Mar 28 18:19:58 2012 +0200
22120
22121     Add missing calls to XBT_LOG_CONNECT.
22122
22123 commit 9c916cb125de2f1050a588d972fd67ff9aac5e29
22124 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
22125 Date:   Wed Mar 28 16:51:31 2012 +0200
22126
22127     Move all XBT_LOG_CONNECT into one place.
22128
22129 commit bac023bb1c1ebfc6909be7f4c1fd4927949eda1c
22130 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
22131 Date:   Wed Mar 28 16:56:31 2012 +0200
22132
22133     Backslashes should be doubled in C strings.
22134     
22135     Fix xbt_log_extract_hierarchy accordingly.
22136
22137 commit ae77227cb0bb97e6f046c84eecf3fc9114ccbae0
22138 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
22139 Date:   Wed Mar 28 16:30:34 2012 +0200
22140
22141     Kill dead commented code.
22142
22143 commit 797eb2f563e8e95887cebee56213f7fd624b66ed
22144 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
22145 Date:   Wed Mar 28 16:11:20 2012 +0200
22146
22147     Initialize categories through XBT_LOG_CONNECT,
22148     so that they are correctly listed with --help-log-categories.
22149     
22150     It's a bit harsh, but I cannot imagine any other way to achieve this.
22151
22152 commit 8b3725a627116bd2a79bcd4d83ae1ebcc8e4be22
22153 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
22154 Date:   Wed Mar 28 15:55:18 2012 +0200
22155
22156     Typo.
22157
22158 commit a65f3848f8c892b4323f108569897489848ede92
22159 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
22160 Date:   Wed Mar 28 15:52:14 2012 +0200
22161
22162     Remember the description for log categories.
22163
22164 commit c8936bbc125e2396d1573bb629dc9c32181b729f
22165 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
22166 Date:   Wed Mar 28 15:41:54 2012 +0200
22167
22168     First attempt to display log categoy hierarchy.
22169
22170 commit 1e2351434a8b17b631dfe2775b455d8b2b5b8b0b
22171 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
22172 Date:   Wed Mar 28 15:31:36 2012 +0200
22173
22174     Move LOG_help() from surf_config.c to log.c.
22175     
22176     Should the calls to xbt_log_help() be moved in xbt_log_init()?
22177
22178 commit a0a38832b9e2d2f5970c9cea04332111283fffaf
22179 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
22180 Date:   Wed Mar 28 15:01:41 2012 +0200
22181
22182     Cosmetics: add an empty line after help messages.
22183
22184 commit 3a23865de35e4592646d8a3415775c3b8b27f3c2
22185 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
22186 Date:   Wed Mar 28 14:54:48 2012 +0200
22187
22188     Variable i is already used by outer loop!
22189
22190 commit 266fac97ce8a731d53b8afd6cbc89e4b7cba11c0
22191 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
22192 Date:   Wed Mar 28 14:45:55 2012 +0200
22193
22194     surf_config_cmd_line: allow to give several --help-* options at the same time.
22195
22196 commit 916eb4c492f4b4e33947d42dab3498db22d7b88b
22197 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
22198 Date:   Wed Mar 28 14:38:14 2012 +0200
22199
22200     surf_config_cmd_line: simplify the deletion of used args.
22201
22202 commit e156fbf68d408efa3ab50b976e3de04006b5da15
22203 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
22204 Date:   Wed Mar 28 14:33:37 2012 +0200
22205
22206     Using strcmp is sufficient here.
22207
22208 commit 5138dc7950ba8f1b804558c6fcaf55acf34a2763
22209 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
22210 Date:   Wed Mar 28 14:29:28 2012 +0200
22211
22212     Cosmetics: reindent constant strings for help messages.
22213
22214 commit bc227ec698a0dcac6be3bd125dedd6dff346d1dd
22215 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
22216 Date:   Wed Mar 28 11:45:40 2012 +0200
22217
22218     Cosmetics: sort calls to XBT_LOG_CONNECT.
22219
22220 commit 809e5d6dcb4454e7200e329be127cf9bc67d2fa4
22221 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
22222 Date:   Wed Mar 28 11:34:28 2012 +0200
22223
22224     Remove useless use of XBT_LOG_EXTERNAL_CATEGORY.
22225
22226 commit ba773d1d2583d6907c3f28ea0c7fa035524cae87
22227 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
22228 Date:   Wed Mar 28 11:33:37 2012 +0200
22229
22230     Cosmetics: use XBT_LOG_EXTERNAL_DEFAULT_CATEGORY where possible.
22231
22232 commit ad4d53393fdc8da00b5495852fa51db3fa290943
22233 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
22234 Date:   Wed Mar 28 11:19:28 2012 +0200
22235
22236     Declare needed categories in XBT_LOG_CONNECT macro.
22237     
22238     Also temporarily reactivate the assert in the non MSVC case,
22239     to check the compilation.
22240
22241 commit 1cced1780ca40b0ab024ff3f5b176903e49b8885
22242 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
22243 Date:   Wed Mar 28 11:12:31 2012 +0200
22244
22245     Child comes first when XBT_LOG_CONNECT is used.
22246     
22247     I wonder if this ever worked...
22248
22249 commit 13a86be8f230907c165887f94fc37a63256b7174
22250 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
22251 Date:   Wed Mar 28 10:07:55 2012 +0200
22252
22253     Remove references to undefined log categories.
22254
22255 commit 46cd14f4b3ff048302cd8f1ca63afa835643b91f
22256 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
22257 Date:   Wed Mar 28 10:03:39 2012 +0200
22258
22259     Fix xbt_log_extract_hierarchy.pl.
22260     
22261     It was broken when log description cointained a comma.
22262
22263 commit 80701915842efacf5a40397675b83cd87c9b0184
22264 Author: navarro <navarro@caraja.(none)>
22265 Date:   Wed Mar 28 11:03:16 2012 +0200
22266
22267     Add a msg deprecated section on API
22268
22269 commit fdee9639e4620a7eee7e7e1b39443df01f4886cf
22270 Author: navarro <navarro@caraja.(none)>
22271 Date:   Wed Mar 28 10:48:35 2012 +0200
22272
22273     Update documentation for MSG_USE_DEPRECATED and add option to cmake.
22274
22275 commit 3119cbc65eaf6635be81c0c71a4ea832097a7fb5
22276 Author: schnorr <Lucas.Schnorr@imag.fr>
22277 Date:   Tue Mar 27 16:50:01 2012 +0200
22278
22279     if node_name function is defined, nodes are uniquely identified by its return
22280
22281 commit faadab8061f6f30c378abc524b586b76381ef7c6
22282 Author: schnorr <Lucas.Schnorr@imag.fr>
22283 Date:   Tue Mar 27 16:48:26 2012 +0200
22284
22285     cosmetics, fix indentation
22286
22287 commit e71309302bbae7b43b0148b327b83bdd8fc8fc0d
22288 Author: schnorr <Lucas.Schnorr@imag.fr>
22289 Date:   Mon Mar 26 15:46:32 2012 +0200
22290
22291     document xbt graph functions
22292
22293 commit 5702d9a7f4f5cc43c0a255984739e89c403a1f45
22294 Author: schnorr <Lucas.Schnorr@imag.fr>
22295 Date:   Mon Mar 26 15:46:21 2012 +0200
22296
22297     use complete variable name
22298
22299 commit 0d1cfbdf8f785d1c333f982dea716dd429db95c8
22300 Author: unknown <pierre@.(none)>
22301 Date:   Tue Mar 27 16:06:36 2012 +0200
22302
22303     Add warning to set PATH and CLASSPATH on windows
22304
22305 commit 3ef96d6db79ade4d775b71c7443844852e2f8f17
22306 Author: unknown <pierre@.(none)>
22307 Date:   Tue Mar 27 11:20:35 2012 +0200
22308
22309     Correctely find pcre.dll for windows
22310
22311 commit 8d510dd9844ff0da71e3856a38fe067973d03e04
22312 Merge: 3d7e046 8d64537
22313 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
22314 Date:   Tue Mar 27 15:29:17 2012 +0200
22315
22316     Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot//simgrid/simgrid
22317
22318 commit 3d7e0460e10e3f84578cf9f09f428c891b97301d
22319 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
22320 Date:   Tue Mar 27 15:27:53 2012 +0200
22321
22322     model-checker : new example test_snapshot to check the functions take_snapshot/restore_snapshot
22323
22324 commit 8d64537fa596db23d4c097caf2119b666784cce0
22325 Author: navarro <navarro@caraja.(none)>
22326 Date:   Tue Mar 27 13:59:17 2012 +0200
22327
22328     Fix surf_storage execution
22329
22330 commit f21a7cf435a721c0fac22ef3d10bf7e3dd529aac
22331 Author: navarro <navarro@caraja.(none)>
22332 Date:   Tue Mar 27 12:40:05 2012 +0200
22333
22334     SIMGRID_DEPRECATED is changed for MSG_USE_DEPRECATED. The only way to use
22335     deprecated functions is to give option -DMSG_USE_DEPRECATED to cmake.
22336
22337 commit 4704e0da22d97812db790d70024cc2b4b1ffa791
22338 Author: Arnaud Legrand <arnaud.legrand@imag.fr>
22339 Date:   Mon Mar 26 22:19:58 2012 +0200
22340
22341     Make mallocators thread-safe
22342
22343 commit 38227c3d9557ae51fbf0cdbecc709e1cb12e3634
22344 Author: Arnaud Legrand <arnaud.legrand@imag.fr>
22345 Date:   Mon Mar 26 22:19:45 2012 +0200
22346
22347     typo--
22348
22349 commit b6f6ca1caa0a0d1855847d47fd80af536d277143
22350 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
22351 Date:   Mon Mar 26 18:28:45 2012 +0200
22352
22353     Be more defensive against broken parameters.
22354     
22355     Don't crash unnecessarily if argv[argc] doesn't exist.
22356
22357 commit 812a57298a6293cf7638d3fe8c549246256a18e9
22358 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
22359 Date:   Mon Mar 26 18:10:42 2012 +0200
22360
22361     Build argv properly.
22362
22363 commit 47114d639e407629319f373ebbd6dabe0842a4e1
22364 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
22365 Date:   Mon Mar 26 18:19:26 2012 +0200
22366
22367     Revert "This commit breaks the simgrid-java execution; Revert "Avoid unnecessary loop.""
22368     
22369     The java bindings should be ok now.
22370     
22371     This reverts commit 599347b970dec2ad471021b8eecca62e8f0854e9.
22372
22373 commit 599347b970dec2ad471021b8eecca62e8f0854e9
22374 Author: navarro <navarro@caraja.(none)>
22375 Date:   Mon Mar 26 17:30:03 2012 +0200
22376
22377     This commit breaks the simgrid-java execution; Revert "Avoid unnecessary loop."
22378     
22379     This reverts commit cc4648fab8081d9a69a366d34c82295849c556ba.
22380
22381 commit 78e1c9e63ac0e820163419822f0914f4d94026b3
22382 Author: navarro <navarro@caraja.(none)>
22383 Date:   Mon Mar 26 15:12:15 2012 +0200
22384
22385     Only search on given path
22386
22387 commit adbda6fdc276fa3d616b3f0faa8b87a6f15ed9a4
22388 Author: schnorr <Lucas.Schnorr@imag.fr>
22389 Date:   Mon Mar 26 14:50:14 2012 +0200
22390
22391     [trace] fix more two documentation warnings
22392
22393 commit 12ab1c04640b7f08ff2084df497a4d609fb6ad43
22394 Author: schnorr <Lucas.Schnorr@imag.fr>
22395 Date:   Mon Mar 26 14:46:43 2012 +0200
22396
22397     [trace] fix warning in the documentation, missing section label
22398
22399 commit ef1cc683b7801be37b238f3e27ee8f1695a01b47
22400 Author: navarro <navarro@caraja.(none)>
22401 Date:   Mon Mar 26 14:11:24 2012 +0200
22402
22403     Update example for return values and more files.
22404
22405 commit 47f77041d376b4144af4f41f93a71e083587fd22
22406 Author: navarro <navarro@caraja.(none)>
22407 Date:   Mon Mar 26 14:10:14 2012 +0200
22408
22409     First step to return value on storage model.
22410
22411 commit ee0aeec0c91b0d36df626e0d74ac872ae7ddac44
22412 Author: navarro <navarro@caraja.(none)>
22413 Date:   Mon Mar 26 14:09:48 2012 +0200
22414
22415     Add 3 constraint to storage system.
22416     Bread, Bwirte and Bconnexion.
22417
22418 commit 2031aa043dfead666620ca5c49c36ab3c4eccfb3
22419 Author: navarro <navarro@caraja.(none)>
22420 Date:   Mon Mar 26 14:06:06 2012 +0200
22421
22422     Remove surf_file_t and smx_file_t for only m_file_t
22423
22424 commit 9ca8ab389d1596ca644a2209fd84653fc3e2a565
22425 Author: schnorr <Lucas.Schnorr@imag.fr>
22426 Date:   Mon Mar 26 10:04:16 2012 +0200
22427
22428     [trace] these functions no longer exist
22429
22430 commit d1acbadb51ecdca03fdc5cd804be61c5be3fe4d0
22431 Author: schnorr <Lucas.Schnorr@imag.fr>
22432 Date:   Mon Mar 26 09:23:32 2012 +0200
22433
22434     [trace] fix another memory leak when graph extraction is used with option "one link only"
22435
22436 commit 03080afc0b77477ba20511c9cafd53eae962c730
22437 Author: schnorr <Lucas.Schnorr@imag.fr>
22438 Date:   Mon Mar 26 09:13:19 2012 +0200
22439
22440     [trace] fix memory leak
22441
22442 commit 7a3c75a5b6950753297d8ad174d35b7728270b87
22443 Author: schnorr <Lucas.Schnorr@imag.fr>
22444 Date:   Sun Mar 25 22:57:06 2012 +0200
22445
22446     [trace] better checks on setting cats, if NULL is provided, task is no longer traced
22447
22448 commit f4206a23cb0e9c218713ca1a0c980b9c65ff4710
22449 Author: schnorr <Lucas.Schnorr@imag.fr>
22450 Date:   Sat Mar 24 23:23:02 2012 +0100
22451
22452     [trace] fix SimDag tracing
22453
22454 commit bcc6a05a70ce3c85297a0240f3ad8ccde66cb9e0
22455 Author: schnorr <Lucas.Schnorr@imag.fr>
22456 Date:   Sat Mar 24 23:08:38 2012 +0100
22457
22458     [trace] clean-up of old tracing API
22459
22460 commit a4b0a684c019c3c69ccace47ad12d34258785a44
22461 Author: schnorr <Lucas.Schnorr@imag.fr>
22462 Date:   Sat Mar 24 23:00:23 2012 +0100
22463
22464     [trace] two new functions for the SD API (set/get tracing categories)
22465     and their documentation
22466
22467 commit 5c4e7170e39c7f47330e8ce09340719b228a2c1e
22468 Author: schnorr <Lucas.Schnorr@imag.fr>
22469 Date:   Sat Mar 24 22:59:14 2012 +0100
22470
22471     [trace] pointers to SimDag API within category declaration
22472
22473 commit 05db1dcff50b437219a10237de09ec792e40a840
22474 Author: schnorr <Lucas.Schnorr@imag.fr>
22475 Date:   Sat Mar 24 22:58:20 2012 +0100
22476
22477     [trace] simplify SD function stack
22478
22479 commit 59c1235e4f5d1f4d572ebcceaa9cab3d0a09de21
22480 Author: schnorr <Lucas.Schnorr@imag.fr>
22481 Date:   Sat Mar 24 22:57:02 2012 +0100
22482
22483     [trace] function is now private
22484
22485 commit 5ab0c18cceae362cc3235a15fc2515f1631805c1
22486 Author: schnorr <Lucas.Schnorr@imag.fr>
22487 Date:   Sat Mar 24 22:36:44 2012 +0100
22488
22489     ChangeLog updated with the latest changes in the tracing subsystem
22490
22491 commit 36c071f0028ae457d6229b844dff5640f13616b9
22492 Author: schnorr <Lucas.Schnorr@imag.fr>
22493 Date:   Sat Mar 24 22:12:29 2012 +0100
22494
22495     [trace] documenting function that creates a dot file from a SimGrid platform file
22496     
22497     as always in the trace world:
22498     - nodes, links and routers are graph nodes
22499     - routes are graph edges
22500
22501 commit 0098cdf969c368d2b3202cdb2e4e11e1a592ab2e
22502 Author: schnorr <Lucas.Schnorr@imag.fr>
22503 Date:   Sat Mar 24 22:06:02 2012 +0100
22504
22505     [trace] in documentation, make reference to tracing API
22506
22507 commit a356bfe3a644a15ebf30281f84436b835bda44e9
22508 Author: schnorr <Lucas.Schnorr@imag.fr>
22509 Date:   Sat Mar 24 22:05:39 2012 +0100
22510
22511     [trace] documentation for all the trace user variables API
22512
22513 commit d8eaff2fe775b7f7b807ce9aee69ab76caea39d1
22514 Author: schnorr <Lucas.Schnorr@imag.fr>
22515 Date:   Sat Mar 24 22:05:09 2012 +0100
22516
22517     [trace] cosmetics
22518
22519 commit 257ab65b59147888e6d3cfdf284e55889e7d5b16
22520 Author: schnorr <Lucas.Schnorr@imag.fr>
22521 Date:   Sat Mar 24 19:27:49 2012 +0100
22522
22523     [trace] update examples with the new API for setting task category
22524
22525 commit b2908cff12feb31103a3cd587da8869ef1df00d8
22526 Author: schnorr <Lucas.Schnorr@imag.fr>
22527 Date:   Sat Mar 24 19:22:07 2012 +0100
22528
22529     [trace] function is no longer public
22530
22531 commit 51e6b67c8e8e69f068544f8026a3ffdc9da70e72
22532 Author: schnorr <Lucas.Schnorr@imag.fr>
22533 Date:   Sat Mar 24 19:21:35 2012 +0100
22534
22535     [trace] improve documentation of tracing API, make tracing.doc points to them
22536
22537 commit e9c069dd94c45e768bbcc65e4232fdde688a7e37
22538 Author: schnorr <Lucas.Schnorr@imag.fr>
22539 Date:   Sat Mar 24 18:08:12 2012 +0100
22540
22541     new functions for the MSG API (set/get task category)
22542     
22543     details:
22544     - only works if HAVE_TRACING is enabled
22545
22546 commit 45dc2797b3d31a19e3e8386f149798b7ab3566ed
22547 Author: schnorr <Lucas.Schnorr@imag.fr>
22548 Date:   Sat Mar 24 17:34:47 2012 +0100
22549
22550     preparing for tracing documentation (a new module called TRACE has been defined)
22551
22552 commit 0916eaf25fc722ae0c9418f10dab481fe9af8b3d
22553 Author: schnorr <Lucas.Schnorr@imag.fr>
22554 Date:   Fri Mar 23 15:11:45 2012 +0100
22555
22556     get rid of CHECK_HOST
22557
22558 commit ceb3245dffa315620721c8d8a26efad60732e6bf
22559 Author: navarro <navarro@caraja.(none)>
22560 Date:   Fri Mar 23 16:47:46 2012 +0100
22561
22562     Add constraint for disk bandwidth connexion, read and write
22563
22564 commit 1678861393111db3eff9493fec3a98b67ccdeee8
22565 Author: navarro <navarro@caraja.(none)>
22566 Date:   Fri Mar 23 16:37:38 2012 +0100
22567
22568     Fix sleep for storage
22569
22570 commit 210ce20245561b17eb96f1155082c3d185282ef3
22571 Author: navarro <navarro@caraja.(none)>
22572 Date:   Fri Mar 23 16:37:24 2012 +0100
22573
22574     More explain for log
22575
22576 commit ffb9869b730d07ca5cd952c52659f5e92bb13ef0
22577 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
22578 Date:   Fri Mar 23 15:17:43 2012 +0100
22579
22580     Fix link to Contrib.
22581
22582 commit f2343cd969b76618717c143e81f3ea121b17126b
22583 Author: schnorr <Lucas.Schnorr@imag.fr>
22584 Date:   Fri Mar 23 15:04:05 2012 +0100
22585
22586     fix compilation error
22587
22588 commit 10cf427e20858a7365e1c28b693b93876f69026a
22589 Author: schnorr <Lucas.Schnorr@imag.fr>
22590 Date:   Fri Mar 23 14:57:31 2012 +0100
22591
22592     improve documentation of the MSG_task_listen* functions
22593
22594 commit 182ed7c8a7a91cdcfd1512455a0256dd7ea8dfab
22595 Author: schnorr <Lucas.Schnorr@imag.fr>
22596 Date:   Fri Mar 23 14:38:46 2012 +0100
22597
22598     improve documentation for MSG_host_is_avail
22599
22600 commit 19a9b26d01348385d94fe24c9e452c5ec427ae20
22601 Author: schnorr <Lucas.Schnorr@imag.fr>
22602 Date:   Fri Mar 23 14:35:23 2012 +0100
22603
22604     improve the documentation for the MSG_task_[send|receive]_* functions
22605
22606 commit d0eb42a2080d1645f465c7fefbab948ab31ef03e
22607 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
22608 Date:   Fri Mar 23 11:25:59 2012 +0100
22609
22610     Use type network_element_t instead of void*, and avoid unnecessary casts.
22611
22612 commit 47b38aa12761cc26a9bb3030532e8efc3c924bf4
22613 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
22614 Date:   Fri Mar 23 10:23:45 2012 +0100
22615
22616     Having LD_LIBRARY_PATH is not mandatory.
22617     
22618     Think of standard locations, like /usr/lib.
22619
22620 commit 448ad19d8c3c74cd936e01c659256f3d3fc19308
22621 Author: navarro <navarro@caraja.(none)>
22622 Date:   Fri Mar 23 14:32:28 2012 +0100
22623
22624     First step to explain how to use log command line
22625
22626 commit 5fd1ec2b83838d9500400430bcbdf56dd0855f7f
22627 Author: navarro <navarro@caraja.(none)>
22628 Date:   Fri Mar 23 14:05:28 2012 +0100
22629
22630     Generate doc for actions
22631
22632 commit fe95cac680e092ba56877fe257ed1056ccab03ff
22633 Author: navarro <navarro@caraja.(none)>
22634 Date:   Fri Mar 23 13:30:50 2012 +0100
22635
22636     Add missing documentation for msg_gos
22637
22638 commit b3acfcf8c08cc69fa50ed9b9da9cb01634d6319c
22639 Author: navarro <navarro@caraja.(none)>
22640 Date:   Fri Mar 23 12:36:25 2012 +0100
22641
22642     Link for m_file_t works on doxygen now
22643
22644 commit 1b8282670ce916ad31b361062082096ea32dbc14
22645 Author: navarro <navarro@caraja.(none)>
22646 Date:   Fri Mar 23 11:32:38 2012 +0100
22647
22648     Write doc for MSG_file function.
22649
22650 commit 1f05d1f1fa51727ddeae97411f0592d78c73163d
22651 Author: navarro <navarro@caraja.(none)>
22652 Date:   Fri Mar 23 10:46:18 2012 +0100
22653
22654     Gtnets works with new struct network_element_t
22655
22656 commit ae8140f19db6cb86f753e32499eab49190846d1f
22657 Merge: 8bab373 17a8e4a
22658 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
22659 Date:   Fri Mar 23 08:44:06 2012 +0100
22660
22661     Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot//simgrid/simgrid
22662
22663 commit 17a8e4a2e9a7bd0efc0fb8f2bddaf5327a928c76
22664 Author: navarro <navarro@caraja.(none)>
22665 Date:   Thu Mar 22 16:20:01 2012 +0100
22666
22667     Update doc for compiling gtnets
22668
22669 commit 4fcb76c0c08cf4aaa8379bb5da8215334b4e83d2
22670 Author: navarro <navarro@caraja.(none)>
22671 Date:   Thu Mar 22 15:35:04 2012 +0100
22672
22673     First step to take care of constraint into storage model
22674
22675 commit 5519309e40fb5fb223a26cb1037a47046878996f
22676 Author: navarro <navarro@caraja.(none)>
22677 Date:   Thu Mar 22 15:33:07 2012 +0100
22678
22679     Remove test for cmake 2.8 it fails the first time
22680
22681 commit e0d9798ceb9a6a8c73b59c6c3bf5a514c2b02609
22682 Author: schnorr <Lucas.Schnorr@imag.fr>
22683 Date:   Thu Mar 22 16:03:34 2012 +0100
22684
22685     missing documentation for these functions
22686     
22687     details:
22688     - still TODO (search for FIXME)
22689     - if they are not \ingroup, they won't appear in the MSG functions list
22690     and users won't know that they exist
22691
22692 commit 1237a73925dd28b706282baeca1379d187ef8795
22693 Author: schnorr <Lucas.Schnorr@imag.fr>
22694 Date:   Thu Mar 22 16:02:26 2012 +0100
22695
22696     prototypes in public msg.h file should be marked XBT_PUBLIC
22697
22698 commit 3ef25fa9bb8f5f816eed5d830510eb7314d542d4
22699 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
22700 Date:   Thu Mar 22 15:20:44 2012 +0100
22701
22702     Stupid error.
22703
22704 commit a4e0844736a5873531becf019dd3d986dc733885
22705 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
22706 Date:   Thu Mar 22 14:30:24 2012 +0100
22707
22708     Regenerate memcheck_tests.cmake.
22709
22710 commit aa9e83c7b2784967d4d183509505c4a318e1d367
22711 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
22712 Date:   Thu Mar 22 14:28:24 2012 +0100
22713
22714     Fix path for msg-trace tests.
22715
22716 commit be4bee66c79e696e1c8cef0953aa6ba782e5773f
22717 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
22718 Date:   Thu Mar 22 14:14:48 2012 +0100
22719
22720     Add setenv GRAS_NO_WARN_EXPERIMENTAL=1 for gras tests.
22721     
22722     The purpose is to deactivate the warning about the experimental status of GRAS,
22723     which was making all tests to fail.
22724
22725 commit 6a0e0be6d57a5add9556404eca87c93eff6f89a0
22726 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
22727 Date:   Thu Mar 22 14:05:18 2012 +0100
22728
22729     Update tesh files for gras-rpc tests.
22730     
22731     Those messages have disappeared.
22732
22733 commit 8c6f8c0c60b29b37b685c6216f32a8b2b1ee06a2
22734 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
22735 Date:   Thu Mar 22 13:58:03 2012 +0100
22736
22737     Simplify the construction af argv on process creation.
22738     
22739     Also add a terminating NULLC, following C convention.
22740
22741 commit 2746a7207d4568667122f7670f73ee1acee024a4
22742 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
22743 Date:   Thu Mar 22 11:25:16 2012 +0100
22744
22745     Fix gras initialization messages.
22746     
22747     Write them *after* initialization of the XBT layer.
22748     
22749     Also use XBT_WARN for the warning about experimental status of GRAS, and
22750     add the possibility to disable it by setting the environment variable
22751     GRAS_NO_WARN_EXPERIMENTAL.
22752
22753 commit d1effe32646f8779309855fbf686fc71f16894d7
22754 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
22755 Date:   Thu Mar 22 10:18:05 2012 +0100
22756
22757     Remove useless message.
22758     
22759     It is never seen, since xbt_log is not initialized at this point.
22760
22761 commit cc4648fab8081d9a69a366d34c82295849c556ba
22762 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
22763 Date:   Thu Mar 22 08:26:22 2012 +0100
22764
22765     Avoid unnecessary loop.
22766
22767 commit 386ea6f7663662c30d32308ca97e73f75360cd4c
22768 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
22769 Date:   Wed Mar 14 11:23:01 2012 +0100
22770
22771     Regenerate examples/gras/synchro/test_sg_{32,64}.tesh.
22772
22773 commit 68997e84e1199cbf17e3e3595022420af7cafb92
22774 Author: schnorr <Lucas.Schnorr@imag.fr>
22775 Date:   Thu Mar 22 13:15:22 2012 +0100
22776
22777     document MSG tracing examples
22778
22779 commit 99e140940d63cd23369a0aad5e47d2af92a34e16
22780 Author: schnorr <Lucas.Schnorr@imag.fr>
22781 Date:   Thu Mar 22 12:28:02 2012 +0100
22782
22783     [trace] factor code also for extracting the graph (between ASes, hosts, routers) to the paje trace file
22784
22785 commit 489463d7af55af6d0c290acf36cbbc1d0f64978e
22786 Author: schnorr <Lucas.Schnorr@imag.fr>
22787 Date:   Thu Mar 22 11:25:58 2012 +0100
22788
22789     [trace] factorizing code so we have just one way to get routes (between ASes, hosts, routers)
22790     
22791     details:
22792     - works only for graphicator
22793
22794 commit 117bb6cf10b1e29fac18bb13663f657278abb14e
22795 Author: schnorr <Lucas.Schnorr@imag.fr>
22796 Date:   Thu Mar 22 11:17:36 2012 +0100
22797
22798     let simgrid compile with NDEBUG and warnings are errors
22799
22800 commit 029dc87b7f7325e5e76e063bbead84296afbc3a0
22801 Author: navarro <navarro@caraja.(none)>
22802 Date:   Thu Mar 22 11:04:27 2012 +0100
22803
22804     Add tag config and path property to be more generic.
22805
22806 commit f61360c08e9c687b08b57ad2c42bc54f0708e3d8
22807 Author: navarro <navarro@caraja.(none)>
22808 Date:   Thu Mar 22 10:36:30 2012 +0100
22809
22810     Implement xbt_dict_t content for storage model
22811
22812 commit 9d5492041a839402b7c142c08ebdc8df6e9d5c24
22813 Author: navarro <navarro@caraja.(none)>
22814 Date:   Thu Mar 22 10:35:53 2012 +0100
22815
22816     Change for new url for git clone
22817
22818 commit ef126799f97b13163445304e1c37e2c1865de9d8
22819 Author: Martin Quinson <martin.quinson@loria.fr>
22820 Date:   Thu Mar 22 07:16:44 2012 +0100
22821
22822     Fix documentation of task_create
22823     
22824     A bug for a 2 lines commits was suboptimal. Next time, remember of
22825     Neil Spring advice: "Don't ask me to add a feature. Send me a patch".
22826     
22827     Fixes gforge's #14032
22828
22829 commit ef57dd44fd8b522ab0266c1853ea32316829d611
22830 Author: Martin Quinson <martin.quinson@loria.fr>
22831 Date:   Thu Mar 22 07:15:20 2012 +0100
22832
22833     cosmetics
22834
22835 commit 9e1ca8d891714d42eb4839a7412c8c722968f75f
22836 Author: Martin Quinson <martin.quinson@loria.fr>
22837 Date:   Wed Mar 21 21:48:08 2012 +0100
22838
22839     rewrite the text README by dumping the newly written html documentation
22840
22841 commit abc6c695d534ee87fe91c84038ebbf6b9226575d
22842 Merge: 0821eaf 842d47e
22843 Author: Martin Quinson <martin.quinson@loria.fr>
22844 Date:   Wed Mar 21 21:32:00 2012 +0100
22845
22846     Merge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid
22847
22848 commit 0821eaf865ee5431f938481ede3c2e77ef095f65
22849 Author: Martin Quinson <martin.quinson@loria.fr>
22850 Date:   Wed Mar 21 21:31:48 2012 +0100
22851
22852     further improve the MSG doc by documenting the examples
22853
22854 commit 24f96d9954cb3693c6f265ba8281de042847ba0a
22855 Author: Martin Quinson <martin.quinson@loria.fr>
22856 Date:   Wed Mar 21 20:39:30 2012 +0100
22857
22858     this is not an example that the users can read, but rather a regression test
22859
22860 commit 842d47ec767179801dcf5cf2beba708b92697dbf
22861 Author: schnorr <Lucas.Schnorr@imag.fr>
22862 Date:   Wed Mar 21 15:10:31 2012 +0100
22863
22864     [trace] correct graph extraction for graphicator
22865
22866 commit 4c1d73d0f6a1647e3ef4e7635aa741f4d001dc7b
22867 Author: schnorr <Lucas.Schnorr@imag.fr>
22868 Date:   Wed Mar 21 13:19:48 2012 +0100
22869
22870     [trace] update tesh to follow recent changes in the network topology extraction
22871
22872 commit d0b955213eaa7c1cd90108f336bb32e62c8039cb
22873 Author: schnorr <Lucas.Schnorr@imag.fr>
22874 Date:   Wed Mar 21 12:45:42 2012 +0100
22875
22876     [trace] new example to show how to use TRACE_link_srcdst_variable_(set/add/sub)
22877
22878 commit 226c4f59065a64dbc18cc40fefb858507ae2c984
22879 Author: schnorr <Lucas.Schnorr@imag.fr>
22880 Date:   Wed Mar 21 11:30:37 2012 +0100
22881
22882     [trace] add new example to show how to use link user variables
22883
22884 commit 86daf3fd20a70d10c1837afa9e35084f709869c6
22885 Author: schnorr <Lucas.Schnorr@imag.fr>
22886 Date:   Wed Mar 21 10:49:20 2012 +0100
22887
22888     [trace] wipe out memory leaks in graphicator
22889
22890 commit 8a0897a9e49bac64240590312792e38a6e9dd448
22891 Author: schnorr <Lucas.Schnorr@imag.fr>
22892 Date:   Wed Mar 21 10:32:18 2012 +0100
22893
22894     [trace] update graphicator accordingly
22895
22896 commit 78aa51887c68ebffc0a7e2418e1105a5baa41c1c
22897 Author: schnorr <Lucas.Schnorr@imag.fr>
22898 Date:   Wed Mar 21 10:21:49 2012 +0100
22899
22900     [trace] only one public function for extracting the graph of a platform
22901     
22902     details:
22903     - output the extracted graph to a graphviz dot file
22904     - this is a side effect of the tracing system (the same algorithm is used
22905     for the topological visualization)
22906
22907 commit eb9843bb5d46f053935c36f741d37f21520c1e96
22908 Author: schnorr <Lucas.Schnorr@imag.fr>
22909 Date:   Wed Mar 21 10:16:56 2012 +0100
22910
22911     [trace] remove function from tracing interface, should be internal
22912
22913 commit 5d019fdca740ed341fdbd5e3f07d098ee8ddcbb0
22914 Author: schnorr <Lucas.Schnorr@imag.fr>
22915 Date:   Wed Mar 21 09:37:53 2012 +0100
22916
22917     [trace] add some comments, cosmetics
22918
22919 commit cec5bbee980eec970e660c65ec9e81f5fbac5135
22920 Author: schnorr <Lucas.Schnorr@imag.fr>
22921 Date:   Wed Mar 21 09:36:43 2012 +0100
22922
22923     [trace] remove deprecated function from the compilation support when tracing is disable
22924
22925 commit 590f122daf7addc5506216201a6c18954412ee31
22926 Author: navarro <navarro@caraja.(none)>
22927 Date:   Wed Mar 21 11:05:38 2012 +0100
22928
22929     fix Memleack
22930
22931 commit 10b8356e3ffcd626638b57e5691ce38f274b0779
22932 Author: schnorr <Lucas.Schnorr@imag.fr>
22933 Date:   Wed Mar 21 09:26:41 2012 +0100
22934
22935     [trace] removing deprecated function from the tracing interface
22936
22937 commit 73a242e6d9158fafa5e6fb58013a0029d6c19919
22938 Author: schnorr <Lucas.Schnorr@imag.fr>
22939 Date:   Wed Mar 21 09:25:59 2012 +0100
22940
22941     this subdirectory was removed by previous commit
22942
22943 commit a0cf043c3edd335ee9f909761c9748d9d966266d
22944 Author: Martin Quinson <martin.quinson@loria.fr>
22945 Date:   Tue Mar 20 17:42:20 2012 +0100
22946
22947     keep cmake informed that this example was removed
22948
22949 commit 4a8a9aee8b2d176fa6b207b030197c91a1030630
22950 Merge: 29bf476 3f0c94e
22951 Author: Martin Quinson <martin.quinson@loria.fr>
22952 Date:   Tue Mar 20 17:37:21 2012 +0100
22953
22954     Merge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid
22955
22956 commit 29bf476bc3bf54eee8b0c06de97858730829baec
22957 Author: Martin Quinson <martin.quinson@loria.fr>
22958 Date:   Tue Mar 20 17:36:06 2012 +0100
22959
22960     that example is useless too
22961
22962 commit 3f0c94e70e5ee6fc659b2e1dd45c765e7afbd0fe
22963 Author: navarro <navarro@caraja.(none)>
22964 Date:   Tue Mar 20 17:34:23 2012 +0100
22965
22966     Add print out for simulated time.
22967
22968 commit 209ad3d88e693b77f04f4fce8b0bd33096cc3519
22969 Author: navarro <navarro@caraja.(none)>
22970 Date:   Tue Mar 20 17:33:58 2012 +0100
22971
22972     Don't touch user tracing interface ;)
22973
22974 commit ed470be987e2acbdd4d16f46e21992a02b792371
22975 Author: Martin Quinson <martin.quinson@loria.fr>
22976 Date:   Tue Mar 20 17:33:13 2012 +0100
22977
22978     remove a deprecated example file
22979
22980 commit 66c7ba2a044c844cb534822d3da1b760f6ab5956
22981 Author: Martin Quinson <martin.quinson@loria.fr>
22982 Date:   Tue Mar 20 17:18:47 2012 +0100
22983
22984     fix the lastest documentation warning
22985
22986 commit 02c92b4fc661c4b78af42dbb23327f41ad326e13
22987 Author: Martin Quinson <martin.quinson@loria.fr>
22988 Date:   Tue Mar 20 17:15:51 2012 +0100
22989
22990     update surf doc to kill some more doc warnings
22991
22992 commit 92ba8fd2f130360648f85e01beb343a42757ad0f
22993 Author: Martin Quinson <martin.quinson@loria.fr>
22994 Date:   Tue Mar 20 17:09:33 2012 +0100
22995
22996     rephrase a bit hte documentaiton of surf, and move it to the end of the list, as it is not for end users
22997
22998 commit 36dffb4f8633c75ddaf66e398f432a8485e9e419
22999 Author: Martin Quinson <martin.quinson@loria.fr>
23000 Date:   Tue Mar 20 17:00:44 2012 +0100
23001
23002     Improve MSG doc a bit
23003     
23004     It is impossible to document lua modules with doxygen so far, so don't
23005     do a submenu to separate the C interface from the lua one, but add a
23006     word about lua in a unique page, under MSG.
23007     
23008     The C interface moves up directly under MSG, without any MSG_C in the
23009     middle.
23010     
23011     Move all MSG module creations into module-MSG.doc for simplicity (and
23012     because this is the only way to finely control their order).
23013     
23014     Also, drop channel documentation.
23015
23016 commit 1f1229beb9aee22ada419e72fce6f9c73e223591
23017 Author: Martin Quinson <martin.quinson@loria.fr>
23018 Date:   Tue Mar 20 16:31:59 2012 +0100
23019
23020     further doc fixups (and rewrite an error message)
23021
23022 commit 0a0481f82fc27b7306940b78c411a3d6e5c84d1c
23023 Author: Martin Quinson <martin.quinson@loria.fr>
23024 Date:   Tue Mar 20 16:05:10 2012 +0100
23025
23026     this is not the way to declare a link to the parameters, and we don't need a link to the line below actually
23027
23028 commit 38bc74cf90c78fb3fe31cfc00b5240b49dc47eaf
23029 Author: Martin Quinson <martin.quinson@loria.fr>
23030 Date:   Tue Mar 20 16:01:37 2012 +0100
23031
23032     fix another broken link in doc due to the move of GRAS_dd into XBT
23033
23034 commit dbc7d3bf1b818ca3aa2dbebb4792909faa1f19ee
23035 Author: Martin Quinson <martin.quinson@loria.fr>
23036 Date:   Tue Mar 20 16:00:49 2012 +0100
23037
23038     document xbt_peer_t and friends
23039
23040 commit 2c0f0e57b328a52844cab95466046942be1c9c4f
23041 Author: Martin Quinson <martin.quinson@loria.fr>
23042 Date:   Tue Mar 20 15:43:03 2012 +0100
23043
23044     avoid a warning with perl 5.14
23045
23046 commit 4055c3365c0644e74d06aa1dc70b2188166da41b
23047 Merge: d09bc4c dbb6a53
23048 Author: Martin Quinson <martin.quinson@loria.fr>
23049 Date:   Tue Mar 20 15:34:40 2012 +0100
23050
23051     Merge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid
23052
23053 commit d09bc4cfaff5a41da74973c2a4b0842457619d68
23054 Author: Martin Quinson <martin.quinson@loria.fr>
23055 Date:   Tue Mar 20 15:31:36 2012 +0100
23056
23057     improve the doc of some configure-time options
23058
23059 commit dbb6a5398ebdb917f1de3acc0d16cd83cd23de71
23060 Author: navarro <navarro@caraja.(none)>
23061 Date:   Tue Mar 20 15:19:50 2012 +0100
23062
23063     Fix compilation with tracing and new network_element_t
23064
23065 commit e84ce259dfa276c358478b694bdbcc56c7a663e4
23066 Author: navarro <navarro@caraja.(none)>
23067 Date:   Tue Mar 20 15:19:01 2012 +0100
23068
23069     Do routing parse before tracing parse
23070
23071 commit 0a981340c47dde897fe487f86977f2f1a994e91f
23072 Author: navarro <navarro@caraja.(none)>
23073 Date:   Tue Mar 20 15:18:16 2012 +0100
23074
23075     Should be debug
23076
23077 commit 542b2e3c2be756ae8ebef21b0c9d2907acbdf375
23078 Author: Martin Quinson <martin.quinson@loria.fr>
23079 Date:   Tue Mar 20 15:15:44 2012 +0100
23080
23081     cosmetics
23082
23083 commit 3722910ad1ac048f0e1874c908227cd30cdc03f1
23084 Author: Martin Quinson <martin.quinson@loria.fr>
23085 Date:   Tue Mar 20 14:51:11 2012 +0100
23086
23087     html is protected in this string...
23088
23089 commit 85446a6721a39915c4fa569b807d969a2b5a6ff3
23090 Author: Martin Quinson <martin.quinson@loria.fr>
23091 Date:   Tue Mar 20 14:46:41 2012 +0100
23092
23093     reduce the amount of output on (handled) issues
23094
23095 commit fd0a64e86162f81a978a22d84d16c5d8f2e8d1f5
23096 Author: Martin Quinson <martin.quinson@loria.fr>
23097 Date:   Tue Mar 20 14:45:49 2012 +0100
23098
23099     some more documentation fixups
23100
23101 commit c8d813c5dd9d73334cd249e22648a950418b51f7
23102 Author: navarro <navarro@caraja.(none)>
23103 Date:   Tue Mar 20 14:43:40 2012 +0100
23104
23105     pipol
23106
23107 commit 83fce9477b872761140fbca6dd1de5728efc215f
23108 Author: Martin Quinson <martin.quinson@loria.fr>
23109 Date:   Tue Mar 20 14:39:14 2012 +0100
23110
23111     big fat warning on GRAS in the web page, too
23112
23113 commit 73aa8c9bd548e49473f67a3fa8a4b8b36d3e131e
23114 Author: Martin Quinson <martin.quinson@loria.fr>
23115 Date:   Tue Mar 20 14:28:46 2012 +0100
23116
23117     big fat warning about GRAS not being stable anymore
23118
23119 commit 0db7b0a391241c3195ec5518c3b16bd3abba20ae
23120 Author: Martin Quinson <martin.quinson@loria.fr>
23121 Date:   Tue Mar 20 14:24:29 2012 +0100
23122
23123     fix warnings during the documentation generation
23124
23125 commit 1587ca593968128116000190ab81d47f3ed2eecf
23126 Author: Frederic Suter <suter@youpi.(none)>
23127 Date:   Mon Mar 19 15:06:38 2012 +0100
23128
23129     commit f00F8da2 broke the binding between SD and jedule
23130     make it compile again while hoping to keep the same semantic
23131
23132 commit af75496ca6a27b8fd4ddfa8a440560c0568d869b
23133 Author: Arnaud Legrand <arnaud.legrand@imag.fr>
23134 Date:   Mon Mar 19 14:08:52 2012 +0100
23135
23136     Optimize lmm_solve by avoiding looping over useless constraints.
23137     I use the usual trick of putting elements that require no work at the
23138     end of the list.
23139
23140 commit b50de09b83157c0ee536ced714056499945fdf71
23141 Author: Arnaud Legrand <arnaud.legrand@imag.fr>
23142 Date:   Mon Mar 19 13:58:13 2012 +0100
23143
23144     Does not fix any particular bug but a lame cut & paste from its head counterpart.
23145
23146 commit 68314cecaad4e199944b325a121f14390c284fea
23147 Author: navarro <navarro@caraja.(none)>
23148 Date:   Mon Mar 19 13:07:20 2012 +0100
23149
23150     Make ns3 compile with new communicate (network_element_t)
23151
23152 commit 40dffe1f6c370e36f3e20ad82539e69b25cdcecd
23153 Author: navarro <navarro@caraja.(none)>
23154 Date:   Mon Mar 19 13:06:53 2012 +0100
23155
23156     Use for push_as and get_as for dynar
23157
23158 commit b76ab01fcc779549dc1b27495830d00b96be9bbe
23159 Author: navarro <navarro@caraja.(none)>
23160 Date:   Mon Mar 19 12:17:36 2012 +0100
23161
23162     This platform works without NS3 now. Must have route from a to c
23163
23164 commit 084e8bbede5c1c275292a037a5b2fbfcb8c7d381
23165 Author: navarro <navarro@caraja.(none)>
23166 Date:   Mon Mar 19 11:22:44 2012 +0100
23167
23168     Remove dict cluster_host_link specific to cluster model.
23169
23170 commit a067481f5e9782cf82ebc6c1487d58083ec2fbd5
23171 Author: navarro <navarro@caraja.(none)>
23172 Date:   Fri Mar 16 16:53:23 2012 +0100
23173
23174     Check for memleack and fix some compilation error with full flags.
23175
23176 commit 23e3b951a5bc0e18ab5de0edbed5be9d5e334ef7
23177 Author: navarro <navarro@caraja.(none)>
23178 Date:   Fri Mar 16 15:25:35 2012 +0100
23179
23180     Sorry inverse src and dst in backroute
23181
23182 commit f55ebe8f51eaa911242266638068e2c91e958db9
23183 Author: navarro <navarro@caraja.(none)>
23184 Date:   Fri Mar 16 14:51:44 2012 +0100
23185
23186     Reimplement function get_onelink_route.
23187
23188 commit 445590fd865f35e74be34955931c97b8956f6d7f
23189 Author: navarro <navarro@caraja.(none)>
23190 Date:   Fri Mar 16 11:31:26 2012 +0100
23191
23192     Now call communicate and get_route with void* and not char*.
23193     This optim remove call to xbt_lib_get_or_null from
23194     simulation and do the job into the parse time.
23195
23196 commit f0370b36545ab0b02ae09dc312a27133db6d9057
23197 Author: navarro <navarro@caraja.(none)>
23198 Date:   Fri Mar 16 11:27:24 2012 +0100
23199
23200     Fix this platform file ...
23201
23202 commit 8bab3731a3593853580f80b6ef2385e249f3af9b
23203 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
23204 Date:   Thu Mar 15 13:44:57 2012 +0100
23205
23206     model-checker : change log category name
23207
23208 commit b989f992f3ee5cfc5fcb8a531d8d9ced5ae2ce83
23209 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
23210 Date:   Thu Mar 15 13:41:30 2012 +0100
23211
23212     model-checker : get offset for each different byte between two blocks/fragments
23213
23214 commit 6f8b717743800fb8cacec4f2794686912c5f49a1
23215 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
23216 Date:   Thu Mar 15 11:20:56 2012 +0100
23217
23218     model-checker : hamming distance computed for each different block/fragment
23219
23220 commit f00f8da2fe2073d48fc817d7d0272997837200fd
23221 Merge: cac8d8d 291d809
23222 Author: Martin Quinson <martin.quinson@loria.fr>
23223 Date:   Wed Mar 14 11:14:58 2012 +0100
23224
23225     Merge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid
23226
23227 commit cac8d8d7625ed02e5112d2305c1f04a125682686
23228 Author: Martin Quinson <martin.quinson@loria.fr>
23229 Date:   Wed Mar 14 11:14:54 2012 +0100
23230
23231     factorize some more code so that supernovae works again
23232
23233 commit 19551ee57eef59f618e3feb6f56e4c1f2beda07b
23234 Author: Martin Quinson <martin.quinson@loria.fr>
23235 Date:   Wed Mar 14 10:24:39 2012 +0100
23236
23237     why couldn't I use supernovae and model-checking at the same time? Dont hide issues please
23238
23239 commit 291d809da56d391a5e1aac7588bc0b4f4cdff260
23240 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
23241 Date:   Tue Mar 13 13:21:38 2012 +0100
23242
23243     xbt_str_diff: make it use less memory.
23244
23245 commit 5d60b39fc1cacf1d09f769f0a590a4fc8b6dc375
23246 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
23247 Date:   Tue Mar 13 13:19:29 2012 +0100
23248
23249     Update tesh file after commit 588d84f.
23250
23251 commit fd8fcb629a452c9da20262476b50e25b7cfbf0ed
23252 Author: navarro <navarro@caraja.(none)>
23253 Date:   Mon Mar 12 12:56:12 2012 +0100
23254
23255     Fix call to routing_model_create.
23256
23257 commit b0f7927d573530efadfea316cc87988761648a35
23258 Author: navarro <navarro@caraja.(none)>
23259 Date:   Mon Mar 12 11:34:37 2012 +0100
23260
23261     Don't try to push loopback if not defined.
23262
23263 commit b169568cc9927802b7df23e1185c177837a33712
23264 Author: navarro <navarro@caraja.(none)>
23265 Date:   Mon Mar 12 11:34:01 2012 +0100
23266
23267     Fix some memleack for ns3
23268
23269 commit 455b26c4b631dbc5ffbfb64e79a0fb8dc708dde2
23270 Author: navarro <navarro@caraja.(none)>
23271 Date:   Mon Mar 12 10:31:38 2012 +0100
23272
23273     Fix ns3 tesh.
23274
23275 commit 4aca100a662f2662abd12850ddb62dd3415aaf16
23276 Author: navarro <navarro@caraja.(none)>
23277 Date:   Fri Mar 9 14:41:34 2012 +0100
23278
23279     Prepare optim for xbt_lib-get_or_null
23280
23281 commit 976d2dfcc90c46c5acba3e310e0125d9a061c381
23282 Author: navarro <navarro@caraja.(none)>
23283 Date:   Fri Mar 9 14:40:23 2012 +0100
23284
23285     Fix ns3.
23286
23287 commit d4d7c26c39b6c6f70b0b70871338b890db1ed257
23288 Author: navarro <navarro@caraja.(none)>
23289 Date:   Fri Mar 9 14:39:22 2012 +0100
23290
23291     Don't search for ns3 and gtnets in other paths than the one given by user
23292
23293 commit 588d84fc8adffb87bdde21f3b6d8c410b54d53cc
23294 Author: schnorr <Lucas.Schnorr@imag.fr>
23295 Date:   Fri Mar 9 02:13:38 2012 +0100
23296
23297     [trace] update the header to the latest paje file format (as observed in paje source code)
23298
23299 commit 287c23aa88117d5da87e4c716d54e8b7d1ae8a5e
23300 Author: navarro <navarro@caraja.(none)>
23301 Date:   Thu Mar 8 14:04:50 2012 +0100
23302
23303     Update ns3 source files to don't use surfxml variables.
23304
23305 commit 9fff5df9d41f4a87a1c0a70fb99bb92b346a7668
23306 Author: Christophe Thiéry <christopho128@gmail.com>
23307 Date:   Thu Mar 8 13:02:30 2012 +0100
23308
23309     Add my Lua changes to the ChangeLog
23310
23311 commit b21930258b66f8ef9287909e3b1e6f7bc7fce477
23312 Author: Christophe Thiéry <christopho128@gmail.com>
23313 Date:   Thu Mar 8 13:01:50 2012 +0100
23314
23315     Lua Chord: use the OO notation for comms
23316
23317 commit 6f96af1403cf082547c5a77abaf61d1ceddf3057
23318 Author: navarro <navarro@caraja.(none)>
23319 Date:   Wed Mar 7 19:20:47 2012 +0100
23320
23321     Add a function to merge 2 dynar to avoid xbt_dynar_push in a loop
23322
23323 commit 6c93f11ea33a0bd4ef57467a2e57109a78a395f9
23324 Merge: db2975c c8da7f2
23325 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
23326 Date:   Wed Mar 7 18:29:13 2012 +0100
23327
23328     Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot//simgrid/simgrid
23329
23330 commit db2975c3997b641face3af432e536e17aafb33f3
23331 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
23332 Date:   Wed Mar 7 18:28:54 2012 +0100
23333
23334     model-checker : display backtrace for busy fragments in mmalloc_compare_heap
23335
23336 commit be39bc6772dfce92c2f753504537025b2e0670c6
23337 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
23338 Date:   Wed Mar 7 18:27:33 2012 +0100
23339
23340     model-checker : SMALLEST_POSSIBLE_MALLOC increased
23341
23342 commit c8da7f21225a37cce58f5721ef04520fe3b35244
23343 Author: schnorr <Lucas.Schnorr@imag.fr>
23344 Date:   Wed Mar 7 17:09:01 2012 +0100
23345
23346     [trace] fix trace_platform tesh
23347
23348 commit 318aad7f5784b55f9c4b527b63550e0c390e8b52
23349 Author: schnorr <Lucas.Schnorr@imag.fr>
23350 Date:   Wed Mar 7 17:06:34 2012 +0100
23351
23352     [trace] fix smpi tesh
23353
23354 commit 7e4384107ca869e3921a489cff7291f811047131
23355 Author: schnorr <Lucas.Schnorr@imag.fr>
23356 Date:   Wed Mar 7 16:33:30 2012 +0100
23357
23358     [ns3] fix indentation
23359
23360 commit 55a57d141e37d5d7227db3af478dbdd2bdc58020
23361 Author: schnorr <Lucas.Schnorr@imag.fr>
23362 Date:   Wed Mar 7 16:27:32 2012 +0100
23363
23364     [ns3] follow the recent changes in simgrid
23365
23366 commit 84c632838a70d9a84328a15b5e0f36a4b331177b
23367 Author: schnorr <Lucas.Schnorr@imag.fr>
23368 Date:   Wed Mar 7 16:14:45 2012 +0100
23369
23370     [ns3] remove unused function
23371
23372 commit d914066d20ef91426078da993bcc0420041e6e28
23373 Author: schnorr <Lucas.Schnorr@imag.fr>
23374 Date:   Wed Mar 7 16:11:03 2012 +0100
23375
23376     [ns3] there is no reason why this ns3-only parsing functions should be public
23377
23378 commit 565726e9628c350bdfba6de6cc1c917732f7f04d
23379 Author: navarro <navarro@caraja.(none)>
23380 Date:   Wed Mar 7 15:52:16 2012 +0100
23381
23382     Uninstall man for simgrid
23383
23384 commit 6b28627e82e0e6642803ed2375c3ae9a07bff5ff
23385 Author: navarro <navarro@caraja.(none)>
23386 Date:   Wed Mar 7 15:45:11 2012 +0100
23387
23388     optim: don't call for xbt_dynar_foreach
23389
23390 commit 1b284acfc7f4f8c5f0cf8ac1427360cd6be44509
23391 Author: schnorr <Lucas.Schnorr@imag.fr>
23392 Date:   Wed Mar 7 15:11:56 2012 +0100
23393
23394     fix missing removal of files when uninstalling
23395
23396 commit b799a64a308e488c81fb90bb3ec2d3c667b857b7
23397 Author: navarro <navarro@caraja.(none)>
23398 Date:   Wed Mar 7 10:55:49 2012 +0100
23399
23400     Fix compilation error with enable_latency_bound_tracking
23401
23402 commit 6aebfd5b468bada483a0dbea355d48a4366cdb06
23403 Author: schnorr <Lucas.Schnorr@imag.fr>
23404 Date:   Wed Mar 7 00:59:54 2012 +0100
23405
23406     [trace] updating tracing tesh'es due to recent changes in tracing configuration
23407
23408 commit 7f4e90c90bde9bc53b419e1626c9caeac5ad25fc
23409 Author: schnorr <Lucas.Schnorr@imag.fr>
23410 Date:   Wed Mar 7 00:56:40 2012 +0100
23411
23412     [trace] instrumenting network lazy updates
23413
23414 commit 4380e0882f6217380f8be9ca69547a315a1ef7ed
23415 Author: schnorr <Lucas.Schnorr@imag.fr>
23416 Date:   Wed Mar 7 00:55:02 2012 +0100
23417
23418     [trace] no longer mandate network/optim to Full when tracing is activated
23419     
23420     details:
23421     - network lazy instrumentation is coming
23422
23423 commit bb36f6cb5ff4e6987b909ff8bd865e5a488dfbef
23424 Author: schnorr <Lucas.Schnorr@imag.fr>
23425 Date:   Wed Mar 7 00:45:21 2012 +0100
23426
23427     [trace] tracing no longer needs src and dst for every network surf action
23428
23429 commit 8903a9aabbc969129dbda1a414045cc7dfec98fb
23430 Author: schnorr <Lucas.Schnorr@imag.fr>
23431 Date:   Wed Mar 7 00:42:41 2012 +0100
23432
23433     [trace] use the lmm system to get ids to trace resource utilization
23434     
23435     details:
23436     - we have a performance gain since we don't call routing_get_route_and_latency
23437     for every update for every action in surf level
23438
23439 commit 65820b2b3a3ce25fb8df2321530644a22eaf9e76
23440 Author: schnorr <Lucas.Schnorr@imag.fr>
23441 Date:   Tue Mar 6 16:36:05 2012 +0100
23442
23443     fix prototype declaration for gtnets compilation
23444
23445 commit 9f4ddf3b15fccdab0f2666bf44061e7fd8305f49
23446 Author: schnorr <Lucas.Schnorr@imag.fr>
23447 Date:   Tue Mar 6 16:00:58 2012 +0100
23448
23449     put the log message in the correct place
23450
23451 commit f35d8b21c3e5318fdc59308d49775fcc4fd3ab63
23452 Author: schnorr <Lucas.Schnorr@imag.fr>
23453 Date:   Tue Mar 6 15:57:41 2012 +0100
23454
23455     [trace] fix categorized resource utilization tracing (follow the new internal API)
23456
23457 commit 1f8a85004e4e1660248b96de35cc3aeecfe95537
23458 Author: schnorr <Lucas.Schnorr@imag.fr>
23459 Date:   Tue Mar 6 15:49:28 2012 +0100
23460
23461     [trace] changing the internal tracing API for categorized resource utilization
23462     
23463     details:
23464     - no longer use smx_action_t and surf_action_t, let
23465     those things be handled in the instrumentation code
23466
23467 commit fc1a581daafb1b8b7d3a2b6234e6762cf2a8af5a
23468 Author: schnorr <Lucas.Schnorr@imag.fr>
23469 Date:   Tue Mar 6 15:33:18 2012 +0100
23470
23471     [trace] code clean-up, removing prototypes of functions that no longer exist
23472
23473 commit a91630a9a2cad8bdad0180bbdbd54b90f0c82d0a
23474 Author: schnorr <Lucas.Schnorr@imag.fr>
23475 Date:   Tue Mar 6 15:31:09 2012 +0100
23476
23477     [trace] removing old code and invalid comments
23478
23479 commit a41288199a037f57d4c3ca5e5619104ca0897e1f
23480 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
23481 Date:   Tue Mar 6 16:06:37 2012 +0100
23482
23483     Fix installation destination for man pages.
23484
23485 commit cf78469a2f08f7512abac2065f94b0075a50d1c8
23486 Author: schnorr <Lucas.Schnorr@imag.fr>
23487 Date:   Tue Mar 6 14:18:22 2012 +0100
23488
23489     [trace] fixing tracing tesh'es due to latest changes in link trace identifiers
23490
23491 commit fb47192844897233f23f85dbd9776bf7dc8c5f83
23492 Author: schnorr <Lucas.Schnorr@imag.fr>
23493 Date:   Tue Mar 6 13:27:02 2012 +0100
23494
23495     [trace] fix the graph extraction tracing of complex AS hierarchies
23496     
23497     details:
23498     - now it is harder to configure simgrid traces for the graph visualization
23499     by hand, but since simgrid tracing creates them automatically with
23500     parameters for that extent, it should be okay.
23501     - these complex link names are exposed in the graph configuration
23502     generated with --cfg=triva/uncategorized:uncat.plist and
23503     --cfg=triva/categorized:cat.plist
23504
23505 commit 6cd7bb2873c68689d72b4ac8b0086a574c922460
23506 Author: schnorr <Lucas.Schnorr@imag.fr>
23507 Date:   Tue Mar 6 13:12:13 2012 +0100
23508
23509     [trace] a better implementation to find the lowest common ancestor
23510
23511 commit 70dfa6fc085ea9b93a4f64e429d29cb1f2e14c15
23512 Author: schnorr <Lucas.Schnorr@imag.fr>
23513 Date:   Tue Mar 6 11:11:01 2012 +0100
23514
23515     [trace] no longer need to pass the parent, we find the lowest common parent instead
23516
23517 commit a879aac8cbd870537f0678a7bd43f16ea8752143
23518 Author: schnorr <Lucas.Schnorr@imag.fr>
23519 Date:   Tue Mar 6 11:10:34 2012 +0100
23520
23521     [trace] new function to find the lowest common ancestor between two hosts/links/routers
23522
23523 commit d3b82ab21c706eff03f671a2a997c20b2e29889e
23524 Merge: c366cd7 5e5a85a
23525 Author: Martin Quinson <martin.quinson@loria.fr>
23526 Date:   Tue Mar 6 10:05:06 2012 +0100
23527
23528     Merge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid
23529
23530 commit c366cd7bb836125f83365cd2d452b910f7f45a32
23531 Author: Martin Quinson <martin.quinson@loria.fr>
23532 Date:   Tue Mar 6 10:04:11 2012 +0100
23533
23534     fix a copyright line. Should be done for all files
23535
23536 commit 302a2d2ccd63ba2dda29df899d5d040eacc1706b
23537 Author: Martin Quinson <martin.quinson@loria.fr>
23538 Date:   Tue Mar 6 09:52:12 2012 +0100
23539
23540     typos and reduce debug verbosity
23541
23542 commit 5e5a85aa73a7854d577091848b08dec2351012ab
23543 Author: Arnaud Legrand <arnaud.legrand@imag.fr>
23544 Date:   Mon Mar 5 15:29:41 2012 +0100
23545
23546     Enable generic_lmm_action to be lazily updated by refactoring the corresponding fields:
23547
23548 commit 6f5b59ed6e156a062811d3d23910a0b01ea30e6e
23549 Author: Arnaud Legrand <arnaud.legrand@imag.fr>
23550 Date:   Mon Mar 5 13:07:33 2012 +0100
23551
23552     Fix tracing broken by recent modifications.
23553
23554 commit 392a563ed3be3ffdaaefbdad8c779f360b30fcda
23555 Author: navarro <navarro@caraja.(none)>
23556 Date:   Mon Mar 5 12:57:38 2012 +0100
23557
23558     Fix mem leack and factorize code.
23559
23560 commit 31bacc68b0fa3b54e042d491d295b0abe1a6ec7b
23561 Author: Arnaud Legrand <arnaud.legrand@imag.fr>
23562 Date:   Mon Mar 5 11:10:46 2012 +0100
23563
23564     Get rid of our names.
23565
23566 commit 2b9bd6b45d38d86ecd293508ae6475f8481c4ba7
23567 Author: Arnaud Legrand <arnaud.legrand@imag.fr>
23568 Date:   Mon Mar 5 11:54:00 2012 +0100
23569
23570     Make this example insensitive to scheduling order of events occuring at the same time.
23571     
23572     At time 7, depending whether the policeman is waken up before or after the emigrant, the migration could take place either at time 7 or at time 8.
23573
23574 commit 54fd0c23355188781c0134be0e7d9a64583a6802
23575 Author: Arnaud Legrand <arnaud.legrand@imag.fr>
23576 Date:   Mon Mar 5 11:41:13 2012 +0100
23577
23578     Fix sleep function.
23579
23580 commit ccf2eaeec8728da6bafa2a0701a4c799f57d1b75
23581 Author: Arnaud Legrand <arnaud.legrand@imag.fr>
23582 Date:   Mon Mar 5 11:10:29 2012 +0100
23583
23584     Remove misleading comment
23585
23586 commit a56eb951f2c264a3a1c8d8955c64903b75f62c02
23587 Author: Arnaud Legrand <arnaud.legrand@imag.fr>
23588 Date:   Mon Mar 5 11:09:57 2012 +0100
23589
23590     Cosmetics + warning
23591
23592 commit 1540cf423448c5ab23f268ddb46a18a39018f8b3
23593 Author: Arnaud Legrand <arnaud.legrand@imag.fr>
23594 Date:   Fri Mar 2 17:55:23 2012 +0100
23595
23596     Rewrite the lazy mechanism to fully mimic the one of network.
23597
23598 commit 6d314da31af7c1a12a3d4b354803ceab006ff5e0
23599 Author: Arnaud Legrand <arnaud.legrand@imag.fr>
23600 Date:   Fri Mar 2 17:32:20 2012 +0100
23601
23602     Cosmetics
23603
23604 commit 992d56388739dea4a3271cdd94ac62f0f7b51024
23605 Author: Arnaud Legrand <arnaud.legrand@imag.fr>
23606 Date:   Fri Mar 2 17:29:10 2012 +0100
23607
23608     cosmetics
23609
23610 commit 7bc243d6e8ffba1fe8414c61d27639192198c30f
23611 Author: Arnaud Legrand <arnaud.legrand@imag.fr>
23612 Date:   Fri Mar 2 17:28:57 2012 +0100
23613
23614     Move this enum to a public place for future usage by cpu_cas01
23615
23616 commit a92b8c04f93947d63bec66f203f3095691fa03b6
23617 Author: Arnaud Legrand <arnaud.legrand@imag.fr>
23618 Date:   Fri Mar 2 17:00:55 2012 +0100
23619
23620     Group fields together. They will be soon refactored elsewhere.
23621
23622 commit 08603762be034ff5702519ed19e6a37fdd33c1c1
23623 Author: Arnaud Legrand <arnaud.legrand@imag.fr>
23624 Date:   Fri Mar 2 16:28:45 2012 +0100
23625
23626     cosmetics
23627
23628 commit 5668c8e9331c925d99554cef3691a638064459c0
23629 Author: Arnaud Legrand <arnaud.legrand@imag.fr>
23630 Date:   Fri Mar 2 16:21:22 2012 +0100
23631
23632     cosmetics
23633
23634 commit 9d765a692e8aae0c06d16ce6d7db2acdd0b3b63d
23635 Author: Arnaud Legrand <arnaud.legrand@imag.fr>
23636 Date:   Fri Mar 2 16:02:56 2012 +0100
23637
23638     cosmetics
23639
23640 commit f94f413f3722a8cea9ab78dfa72e3af7b2f4f67d
23641 Author: Arnaud Legrand <arnaud.legrand@imag.fr>
23642 Date:   Fri Mar 2 15:52:17 2012 +0100
23643
23644     Refactoring using the already existing s_surf_action_lmm_t type.
23645
23646 commit ce47a7b1b7e9954d5dcbfddc94fa556ab6f7a197
23647 Author: Arnaud Legrand <arnaud.legrand@imag.fr>
23648 Date:   Fri Mar 2 14:34:04 2012 +0100
23649
23650     cosmetics
23651
23652 commit fe349841f20cbaf98c1f00a705fa280bfc7669fe
23653 Author: Arnaud Legrand <arnaud.legrand@imag.fr>
23654 Date:   Fri Mar 2 14:32:12 2012 +0100
23655
23656     indent -i2 -kr -nut
23657
23658 commit 8bf647238248772566143845a1de59550426b4fa
23659 Author: Arnaud Legrand <arnaud.legrand@imag.fr>
23660 Date:   Mon Mar 5 12:03:13 2012 +0100
23661
23662     Revert "indent -i2 -kr"
23663     
23664     This reverts commit ec3b5081396bec58fe45d760f6e26f11a46aa25d.
23665
23666 commit 8e7a3064f31d16375151168ad8a013305f758f5f
23667 Author: Arnaud Legrand <arnaud.legrand@imag.fr>
23668 Date:   Mon Mar 5 12:03:05 2012 +0100
23669
23670     Revert "cosmetics"
23671     
23672     This reverts commit 90c21a4e08d786ee68b4774f55f64885533784b3.
23673
23674 commit a1c8def6082b6bc8086944ca46d8dae42c4f826b
23675 Author: Arnaud Legrand <arnaud.legrand@imag.fr>
23676 Date:   Mon Mar 5 12:02:56 2012 +0100
23677
23678     Revert "bar"
23679     
23680     This reverts commit b8b92d4901fca2255c193f82ead8c5bbc23bcc3a.
23681
23682 commit 0d926831703326eda8eca16f898e892466d8d16a
23683 Merge: b8b92d4 720107c
23684 Author: Arnaud Legrand <arnaud.legrand@imag.fr>
23685 Date:   Mon Mar 5 11:55:33 2012 +0100
23686
23687     Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot//simgrid/simgrid
23688
23689 commit 5724727de91d9bdecc5c89ce31ab12acde2e1232
23690 Author: navarro <navarro@caraja.(none)>
23691 Date:   Mon Mar 5 11:07:14 2012 +0100
23692
23693     Replace MSG_get_host_number with MSG_hosts_as_dynar.
23694
23695 commit 720107cdb8256b793387156add85dd3da859d4ac
23696 Author: navarro <navarro@caraja.(none)>
23697 Date:   Fri Mar 2 19:32:26 2012 +0100
23698
23699     Add missing file to pack.
23700
23701 commit d549f28334d919c9efe4cca11076418a3280bdec
23702 Author: navarro <navarro@caraja.(none)>
23703 Date:   Fri Mar 2 19:28:55 2012 +0100
23704
23705     Sorry ;)
23706
23707 commit 7e5c126718dc5268dd761222e2b8a094e9703476
23708 Author: navarro <navarro@caraja.(none)>
23709 Date:   Fri Mar 2 19:25:50 2012 +0100
23710
23711     Update file.c example since new modifications in surf and simix for storage.
23712
23713 commit ae792975a9bd0da6d48aa054ab800e0fc24fbee2
23714 Author: navarro <navarro@caraja.(none)>
23715 Date:   Fri Mar 2 19:25:08 2012 +0100
23716
23717     Start to implement storage action and storage resource.
23718     Write first step for open close read write and stat with a "sleep" function
23719
23720 commit 97f3dfe883909ad3f75c9fab7aaaf1ddde0cd7f5
23721 Author: navarro <navarro@caraja.(none)>
23722 Date:   Fri Mar 2 19:23:42 2012 +0100
23723
23724     Set the storage_lib and storage_type_lib from parsing.
23725
23726 commit 94a5e6c017fdcf4882fe6cb518b6005d4c8dd8ae
23727 Author: navarro <navarro@caraja.(none)>
23728 Date:   Fri Mar 2 19:22:02 2012 +0100
23729
23730     Add storage to functions
23731
23732 commit e85220681a2ec14c8ef10da5508a65b35d25f54e
23733 Author: navarro <navarro@caraja.(none)>
23734 Date:   Fri Mar 2 19:20:01 2012 +0100
23735
23736     change char* for const char*
23737
23738 commit 67d62fca5bdee96f590c942b50021cdde5ce0c07
23739 Author: Martin Quinson (nancy) <martin.quinson@loria.fr>
23740 Date:   Fri Mar 2 16:17:51 2012 +0100
23741
23742     missing file to install
23743
23744 commit b8b92d4901fca2255c193f82ead8c5bbc23bcc3a
23745 Author: Arnaud Legrand <arnaud.legrand@imag.fr>
23746 Date:   Fri Mar 2 14:31:37 2012 +0100
23747
23748     bar
23749
23750 commit 90c21a4e08d786ee68b4774f55f64885533784b3
23751 Author: Arnaud Legrand <arnaud.legrand@imag.fr>
23752 Date:   Fri Mar 2 14:27:51 2012 +0100
23753
23754     cosmetics
23755
23756 commit ec3b5081396bec58fe45d760f6e26f11a46aa25d
23757 Author: Arnaud Legrand <arnaud.legrand@imag.fr>
23758 Date:   Fri Mar 2 13:11:31 2012 +0100
23759
23760     indent -i2 -kr
23761
23762 commit 9badad31f437c07e1b976176b032e1707dbbdbef
23763 Author: Arnaud Legrand <arnaud.legrand@imag.fr>
23764 Date:   Fri Mar 2 13:02:40 2012 +0100
23765
23766     Fix the previous commit
23767       - by correctly computing the number of links in communicate
23768       - by creating a fake network model that can be used by the routing
23769
23770 commit b7c95acd5df65d844f74ceb6bc8139801c67541c
23771 Author: Arnaud Legrand <arnaud.legrand@imag.fr>
23772 Date:   Fri Mar 2 11:18:52 2012 +0100
23773
23774     Get route in ptask_L07 only when needed.
23775
23776 commit 7252fa251634f51cf28f3b286b20b9d55fbc2702
23777 Author: navarro <navarro@caraja.(none)>
23778 Date:   Thu Mar 1 16:52:38 2012 +0100
23779
23780     Save information from routing corresponding to storage.
23781
23782 commit 0a45fa4dc0e8e1d2a2b32020473c4c3ddd8debdc
23783 Author: navarro <navarro@caraja.(none)>
23784 Date:   Thu Mar 1 13:30:53 2012 +0100
23785
23786     Be compliant with flexml v1.67. This permits to don't have same generated variable from flexml.
23787
23788 commit c775b15953dcbe0cd45f46671962b513792ddaca
23789 Author: navarro <navarro@caraja.(none)>
23790 Date:   Wed Feb 29 18:45:02 2012 +0100
23791
23792     Make workstation with tag host and not at the end of the parse.
23793
23794 commit 2db530ae7af2f2d5b9b80877117816279279d7c3
23795 Author: navarro <navarro@caraja.(none)>
23796 Date:   Wed Feb 29 18:33:33 2012 +0100
23797
23798     New way to use storage. See storage.xml
23799
23800 commit d19029c26682d4c5ae520a8ee7bb34a7b18e5471
23801 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
23802 Date:   Wed Feb 29 10:20:58 2012 +0100
23803
23804     xbt_dynar_length returns an unsigned long, not a size_t.
23805
23806 commit ab9929a50965863c0a8dea275cdf1da3aadbb68c
23807 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
23808 Date:   Wed Feb 29 10:16:27 2012 +0100
23809
23810     Really get the first host (fixes failing test).
23811
23812 commit dd32904d9a6e22c3357109d5e854203e6099d744
23813 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
23814 Date:   Wed Feb 29 10:08:37 2012 +0100
23815
23816     Dyanr is already destroyed bt xbt_dynar_to_array.
23817
23818 commit 4020ef296bdd73b30f7ca2270b14a61b1cd4fba5
23819 Author: navarro <navarro@caraja.(none)>
23820 Date:   Tue Feb 28 18:30:14 2012 +0100
23821
23822     Fix token_ring execution.
23823
23824 commit b3b00687a27236ce7a39ffce0faeb43cb8d408d5
23825 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
23826 Date:   Tue Feb 28 18:23:28 2012 +0100
23827
23828     Missing include.
23829
23830 commit 32f27222ab67754a105f8530364e3d29e9777658
23831 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
23832 Date:   Tue Feb 28 18:23:28 2012 +0100
23833
23834     Cosmetics: s/overide/override/g.
23835
23836 commit 0a3d07aa08b06d0d82481ceabb1ba4ccac5de3e3
23837 Merge: f48faa3 f5b33cf
23838 Author: Martin Quinson <martin.quinson@loria.fr>
23839 Date:   Tue Feb 28 18:09:55 2012 +0100
23840
23841     Merge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid
23842
23843 commit f48faa35e7e772040539e296c0eb28d16bcbfec7
23844 Author: Martin Quinson <martin.quinson@loria.fr>
23845 Date:   Tue Feb 28 18:09:37 2012 +0100
23846
23847     rename a variable used to cut any computations about bypass routes when no such thing were used
23848
23849 commit f5b33cf312e7587372d2df1e52be62434fa202f7
23850 Author: navarro <navarro@caraja.(none)>
23851 Date:   Tue Feb 28 18:05:50 2012 +0100
23852
23853     Cosmetics. Rename model for type into storage tag.
23854
23855 commit 26c6aebfc3d40f0ba86e7f352867bd626a89f14a
23856 Author: navarro <navarro@caraja.(none)>
23857 Date:   Tue Feb 28 17:55:21 2012 +0100
23858
23859     Implemented some functions for storage model.
23860
23861 commit 269908c2ee95cdfe477668e6b9e904174856812d
23862 Author: navarro <navarro@caraja.(none)>
23863 Date:   Tue Feb 28 17:22:36 2012 +0100
23864
23865     Add storage to workstation struct.
23866
23867 commit fa087304dafe3d3b52206738a6dbc7cc340a71ee
23868 Author: navarro <navarro@caraja.(none)>
23869 Date:   Tue Feb 28 17:16:14 2012 +0100
23870
23871     Cosmetics
23872
23873 commit 89942456d01a1e678359093f8ee0d3d2bcfcd298
23874 Author: navarro <navarro@caraja.(none)>
23875 Date:   Tue Feb 28 17:15:54 2012 +0100
23876
23877     Add function finalize to model storage and add this model to model list.
23878
23879 commit c2ff27af584480d4e0cdd98c826a9fd1aa81abc8
23880 Author: navarro <navarro@caraja.(none)>
23881 Date:   Tue Feb 28 17:14:13 2012 +0100
23882
23883     Remove unused test on pipol with windows
23884
23885 commit 57b90564eadd2524ddba7e76fdc2d60263354d5d
23886 Author: navarro <navarro@caraja.(none)>
23887 Date:   Tue Feb 28 17:13:56 2012 +0100
23888
23889     Add links to platform storage.xml
23890
23891 commit a3d2c6d125f5385059de640735f9d2a77a7fc1fb
23892 Author: Frederic Suter <suter@youpi.(none)>
23893 Date:   Tue Feb 28 16:43:55 2012 +0100
23894
23895     prevent tasks to share resources when they don't have to.
23896     allow users to create a dependency from a task in a SD_RUNNING state
23897     revalidate the tesh file for the minmin_test example
23898
23899 commit 19e10ab8724e2966067019bf63031bc8cbeb027d
23900 Merge: e97850f 73abf9d
23901 Author: Martin Quinson <martin.quinson@loria.fr>
23902 Date:   Tue Feb 28 15:38:49 2012 +0100
23903
23904     Merge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid
23905
23906 commit e97850f0d8ec1552a125a60d7b4e8b690049d903
23907 Author: Martin Quinson <martin.quinson@loria.fr>
23908 Date:   Tue Feb 28 15:38:26 2012 +0100
23909
23910     that's not a cluster, actually
23911
23912 commit 73abf9d802a8eef91af2d0f33d97d7185e41cf60
23913 Author: navarro <navarro@caraja.(none)>
23914 Date:   Tue Feb 28 14:48:35 2012 +0100
23915
23916     Regenerate sources after having updated my flexml :)
23917
23918 commit 23629af0b2d1da11242fca5484720c16da17e157
23919 Author: navarro <navarro@caraja.(none)>
23920 Date:   Tue Feb 28 14:37:52 2012 +0100
23921
23922     free dynar hosts
23923
23924 commit a2f6166eb1902c530f9f7f36096154bdca80c6ab
23925 Author: navarro <navarro@caraja.(none)>
23926 Date:   Tue Feb 28 14:26:32 2012 +0100
23927
23928     Fix warning compilation with deprecated functions
23929
23930 commit e64ae6980f1b1f8b51d06f21fb1f5df9586c2333
23931 Author: navarro <navarro@caraja.(none)>
23932 Date:   Tue Feb 28 11:22:26 2012 +0100
23933
23934     Call function execute from cpu surf model.
23935
23936 commit a145d4fe15830ef87dbe3f62e749d67daf2a0cbf
23937 Author: Martin Quinson <martin.quinson@loria.fr>
23938 Date:   Tue Feb 28 11:30:53 2012 +0100
23939
23940     implement MSG_processes_as_dynar (closes gforge #13642)
23941
23942 commit 843d6086c88fc773f9fce55a3984588ea7a64394
23943 Author: Martin Quinson <martin.quinson@loria.fr>
23944 Date:   Tue Feb 28 11:27:49 2012 +0100
23945
23946     implement a SIMIX_processes_as_dynar() function
23947
23948 commit c714798d5c146946f9ccce06da87bc1707b2de2d
23949 Author: Martin Quinson <martin.quinson@loria.fr>
23950 Date:   Tue Feb 28 11:22:30 2012 +0100
23951
23952     Deprecate MSG_get_host_{table,number}; Implement MSG_hosts_as_dynar() instead.
23953
23954 commit 60dfbf03645430333993376b5bc0f567ec417b38
23955 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
23956 Date:   Tue Feb 28 10:29:50 2012 +0100
23957
23958     model-checker : add backtrace for each fragment allocated with mmalloc
23959
23960 commit 8870e4a485d50ed72f249b345c8338dd6ef1b7f7
23961 Merge: 6f356ec 939f451
23962 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
23963 Date:   Tue Feb 28 10:26:13 2012 +0100
23964
23965     Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot//simgrid/simgrid
23966
23967 commit 6f356ec7ca2061e0ce1d83ec093a542f54d5eadf
23968 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
23969 Date:   Tue Feb 28 10:26:04 2012 +0100
23970
23971     model-checker : only reindent, no real change (safe to ignore)
23972
23973 commit 939f45165f7ccadb14508dbc6a234a60464b5f57
23974 Author: navarro <navarro@caraja.(none)>
23975 Date:   Thu Feb 23 16:19:03 2012 +0100
23976
23977     Add model storage to surf and add a tag storage to dtd.
23978
23979 commit 1c70320e16e8da28fff4c60181d7a618b30b9d56
23980 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
23981 Date:   Fri Feb 24 08:52:43 2012 +0100
23982
23983     Function does not exist yet.
23984
23985 commit a5a2a8374d711da836b246ec3cdfb6349be6d3d2
23986 Author: Martin Quinson <martin.quinson@loria.fr>
23987 Date:   Sat Feb 25 17:59:50 2012 +0100
23988
23989     use named type of functions
23990
23991 commit 0c3701e24626a87cef600fc29484a4e4b82e28be
23992 Merge: afed988 28e551b
23993 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
23994 Date:   Thu Feb 23 18:01:13 2012 +0100
23995
23996     Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot//simgrid/simgrid
23997
23998 commit afed9888f251fb1e95e64b562786a80920f828da
23999 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
24000 Date:   Thu Feb 23 17:10:19 2012 +0100
24001
24002     model-checker : example bugged2_liveness modified
24003
24004 commit 28e551b6fecfd104b32673d6a420fbd997f20539
24005 Author: Pedro Velho <pedro.velho@gmail.com>
24006 Date:   Wed Feb 22 22:46:57 2012 -0200
24007
24008     Started the gpu model by adding the MSG_gpu_task_create function, also added a simple test file test_MSG_gpu_task_create.c to test this functionallity.
24009
24010 commit 4bc7488fce1d27f7234e043853cf9259a8947636
24011 Author: Pedro Velho <pedro.velho@gmail.com>
24012 Date:   Wed Feb 22 17:18:29 2012 -0200
24013
24014     OUTPUT_VARIABLE was always returning void string in MacOS Lion 11.3.0 (Darwin), using RESULT_VARIABLE puts the right value on HAVE_THREAD_LOCAL_STORAGE.
24015
24016 commit 1afd0358e32467f6e33a233e16355a26e21215c4
24017 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
24018 Date:   Thu Feb 23 15:34:28 2012 +0100
24019
24020     An unsigned int may be too short with 64bits pointers.
24021
24022 commit ebc49829603077493b3d8b1ca6372749ea38c802
24023 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
24024 Date:   Wed Feb 22 07:39:54 2012 +0100
24025
24026     Remove unreachable code.
24027
24028 commit 33e7844a7cdc98ec918960430fca80edd3f81863
24029 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
24030 Date:   Wed Feb 22 07:23:20 2012 +0100
24031
24032     Need a cast here.
24033     
24034     A conversion from pointer to void to pointer to function is not
24035     plainly legal.
24036
24037 commit 05db3c06cb0a0e34fda8b2d2f82a6265570bbcf2
24038 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
24039 Date:   Tue Feb 21 21:47:43 2012 +0100
24040
24041     Fix error: too many arguments to function `mmalloc_compare_heap'.
24042
24043 commit 46908fece96be2ff098547565adaf0ef5a7d7b8f
24044 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
24045 Date:   Tue Feb 21 21:45:51 2012 +0100
24046
24047     Fix more format strings and parameters.
24048     
24049     icc is really paranoid...
24050
24051 commit beccaadce516fa7ae36bb08873dee6ef9c1d7a7f
24052 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
24053 Date:   Tue Feb 21 21:44:55 2012 +0100
24054
24055     More trailing commas.
24056
24057 commit 56bbc06a5abb010645afccbcbd4c3c188e438c59
24058 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
24059 Date:   Tue Feb 21 21:43:49 2012 +0100
24060
24061     Rename variable hiding others.
24062
24063 commit 60ddde722f5e2486ce0478c32ba35118bb9d186d
24064 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
24065 Date:   Tue Feb 21 18:52:17 2012 +0100
24066
24067     [tracing] Use trace_smpi_enabled.
24068
24069 commit d358846b95536506ea8472fee71941577848dd8a
24070 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
24071 Date:   Tue Feb 21 18:45:28 2012 +0100
24072
24073     Format for an unsigned short is %hu.
24074
24075 commit eb3be59d63b0d199fa3f32b5a22553e44cfb917a
24076 Merge: f7ce33e 0d69d35
24077 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
24078 Date:   Tue Feb 21 18:15:15 2012 +0100
24079
24080     Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot//simgrid/simgrid
24081
24082 commit f7ce33e664fa8829deb5f0db0b1d60bfc207972e
24083 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
24084 Date:   Tue Feb 21 18:15:09 2012 +0100
24085
24086     model-checker : memcmp on space really used in fragment
24087
24088 commit 0d69d3581518efa7b23b618088e8db92e9aa1876
24089 Author: unknown <pierre@.(none)>
24090 Date:   Tue Feb 21 17:01:06 2012 +0100
24091
24092     Oups delete needed line
24093
24094 commit f8ebed39786069c8da2dbaab5fa252365f1d2070
24095 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
24096 Date:   Tue Feb 21 16:50:01 2012 +0100
24097
24098      Mark variable as unused.
24099
24100 commit 53cde8dfb94134348e908b3c2845200ffc582dc7
24101 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
24102 Date:   Tue Feb 21 16:50:01 2012 +0100
24103
24104     Fix format strings to match their arguments.
24105
24106 commit ec3be75f932849aab240103afd8fa782cff77b0e
24107 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
24108 Date:   Tue Feb 21 16:50:01 2012 +0100
24109
24110     Don't pass NULL to xbt_die.
24111
24112 commit 85ad7080683cf3740b040c97d735227af55a0aac
24113 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
24114 Date:   Tue Feb 21 16:50:01 2012 +0100
24115
24116     Remove extra ";".
24117
24118 commit a7430c3a3c007a1746ac3d8ff320058a66e70b64
24119 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
24120 Date:   Tue Feb 21 16:50:01 2012 +0100
24121
24122     Fix type name and parsing for random generator.
24123
24124 commit 654cf85f8a467bd8f883956476237b670292bb3b
24125 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
24126 Date:   Tue Feb 21 16:50:01 2012 +0100
24127
24128     It looks more coherent like this.
24129
24130 commit 300b2bf15550101e3f2c136f3472fa89d2e00b23
24131 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
24132 Date:   Tue Feb 21 16:50:01 2012 +0100
24133
24134     Try to avoid to mix enum with anything else.
24135
24136 commit 94bd12b1cb7ddb932bb6dceeb098cfa236b31841
24137 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
24138 Date:   Tue Feb 21 16:50:01 2012 +0100
24139
24140     Don't dereference an invalid pointer.
24141
24142 commit 4993faf725da410b064124c820a86a7736b861ac
24143 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
24144 Date:   Tue Feb 21 16:50:01 2012 +0100
24145
24146     Don't hide variables with multiple declarations.
24147
24148 commit fd7e52924d8d7d01e13459ad8a490672c8ceeacb
24149 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
24150 Date:   Tue Feb 21 16:50:00 2012 +0100
24151
24152     Remove trailing commas in enum declarations.
24153
24154 commit 2eea8c848e39c62b9a26ab5440aca4152f367caf
24155 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
24156 Date:   Tue Feb 21 16:50:00 2012 +0100
24157
24158     SIMIX_context_runall() doesn't take any argument.
24159
24160 commit 598bcf2b304c5f1ae949aaa3fd9676886961f39f
24161 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
24162 Date:   Tue Feb 21 16:50:00 2012 +0100
24163
24164     Cast is mandatory here.
24165
24166 commit 01576be98a9728a4852b16e8ffb577b375252d5e
24167 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
24168 Date:   Tue Feb 21 16:50:00 2012 +0100
24169
24170     Remove unused variable.
24171
24172 commit cb1db23a12fe8b34de1d3c556f07d931c3d277c0
24173 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
24174 Date:   Tue Feb 21 16:50:00 2012 +0100
24175
24176     An unsigned int cannot be negative.
24177     
24178     Remove useless asserts.
24179
24180 commit 9e27ad0e459a6ae084ae6f9c102060b9a0e4ad03
24181 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
24182 Date:   Tue Feb 21 16:50:00 2012 +0100
24183
24184     Allow to use another base for parameter "modes" in parmap_bench.
24185
24186 commit b092bdee8a6d9f2d32efc51bb6ce3b836822a972
24187 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
24188 Date:   Tue Feb 21 16:50:00 2012 +0100
24189
24190     The semaphore doesn't need to be shared between processes.
24191
24192 commit d5d2d6e6c955f63b48a68ac598972e2afdbd591f
24193 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
24194 Date:   Tue Feb 21 16:50:00 2012 +0100
24195
24196     Remove unused field "locked" in struct mdesc.
24197
24198 commit 041f57103a4f72a2874f5c0fa478a4d4c7dacef6
24199 Author: unknown <pierre@.(none)>
24200 Date:   Tue Feb 21 16:37:58 2012 +0100
24201
24202     Fix raw_makecontext and raw_swapcontext on win64
24203
24204 commit ecb32cd3b952528d41f0163b255c94dfae14f2fe
24205 Author: unknown <pierre@.(none)>
24206 Date:   Tue Feb 21 16:37:06 2012 +0100
24207
24208     Protect variable surf_parmap.
24209
24210 commit d4b76dc130a44f100d1fb144ba99af1b4ee434d9
24211 Author: unknown <pierre@.(none)>
24212 Date:   Tue Feb 21 16:36:11 2012 +0100
24213
24214     Correctely search for pcre and pthread on windows.
24215
24216 commit 176b21d6ac0835d9bb1a22f93410df314ba8a057
24217 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
24218 Date:   Tue Feb 21 16:02:23 2012 +0100
24219
24220     model-checker : remove arg std_heap_addr in mmalloc_compare_heap and mmalloc_compare_mdesc functions, display backtrace when different blocks between two snapshots of the heap
24221
24222 commit 6f44f7bab7fd4cfae1b0a63f4c57e4b6a3e38939
24223 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
24224 Date:   Tue Feb 21 15:59:19 2012 +0100
24225
24226     model-checker : add backtrace when large block(s) mallocated in the existing heap
24227
24228 commit 8b61c45a96f39507c5304c7ce820cd30a8891144
24229 Merge: 17c6b11 98c0dbd
24230 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
24231 Date:   Tue Feb 21 15:05:42 2012 +0100
24232
24233     Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot//simgrid/simgrid
24234
24235 commit 17c6b11aff7b32922cbc2255975d8a257687045c
24236 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
24237 Date:   Tue Feb 21 15:05:29 2012 +0100
24238
24239     model-checker : function mmalloc_compare_mdesc rewritten with new version of mmalloc
24240
24241 commit ed4a59a248d0efa948a8a3ea499d55bc96025234
24242 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
24243 Date:   Tue Feb 21 15:04:18 2012 +0100
24244
24245     model-checker: remove subcategory log unused
24246
24247 commit 98c0dbd4424a6a8177167b573791d25dd01b447d
24248 Author: navarro <navarro@caraja.(none)>
24249 Date:   Tue Feb 21 13:51:06 2012 +0100
24250
24251     First step to create model storage.
24252
24253 commit 40f248ed1c13510a3eb82dea178406c8104dd2f1
24254 Author: navarro <navarro@caraja.(none)>
24255 Date:   Tue Feb 21 13:39:35 2012 +0100
24256
24257     Add function read write open close and stat to workstation model
24258
24259 commit 59f29c7c6a9e5518c9d1faf8b3e1333b2a5bfcd1
24260 Author: navarro <navarro@caraja.(none)>
24261 Date:   Tue Feb 21 12:28:41 2012 +0100
24262
24263     Add a variable to see if having set a bypass route or not.
24264
24265 commit 1ac927eb5c61bf66011f5ae9d58344e48cb72831
24266 Author: navarro <navarro@caraja.(none)>
24267 Date:   Tue Feb 21 11:12:55 2012 +0100
24268
24269     This part brokes platform like g5k in full.
24270     Commented for the moment but should be fix soon.
24271
24272 commit 787862848851c32f21e71e55ad5484c60e748ab5
24273 Author: navarro <navarro@caraja.(none)>
24274 Date:   Tue Feb 21 10:25:09 2012 +0100
24275
24276     Fix generated platform. Right number of clusters
24277
24278 commit ed49d3fb7b2cab0c93fb3e1d686e3041598b70d4
24279 Author: Laurent Bobelin <lbobelin@mintcar.lip.ens-lyon.fr>
24280 Date:   Thu Feb 16 16:09:42 2012 +0100
24281
24282     Process kills now seems to work. May need some additional checking ...
24283
24284 commit 514d23d34addf27e35afce0d771e7caaa0adf773
24285 Author: unknown <pierre@.(none)>
24286 Date:   Thu Feb 16 15:07:02 2012 +0100
24287
24288     Remove gras_stub_generator from windows installer. Add the java binding to it.
24289     Must set SIMGRID_JAVA_SRC to find where is libSG_java.dll and examples.
24290
24291 commit 48ecbadac19c65ed79eef63b9890dbf87fa83e97
24292 Author: unknown <pierre@.(none)>
24293 Date:   Thu Feb 16 15:05:28 2012 +0100
24294
24295     Rename .ref for .def
24296
24297 commit 36d381cbf7b9b6c14ccddddf3b551218a6ce415d
24298 Author: unknown <pierre@.(none)>
24299 Date:   Thu Feb 16 12:39:29 2012 +0100
24300
24301     Cosmetics
24302
24303 commit af9f946f903c301d6dee36f3a2f692c8eb266f80
24304 Author: navarro <navarro@caraja.(none)>
24305 Date:   Thu Feb 16 11:29:38 2012 +0100
24306
24307     Load SG_java but rename libSG_java for SG_java on windows.
24308
24309 commit fd7d685d47db615e97b3e7168e106cf35563e05e
24310 Author: navarro <navarro@caraja.(none)>
24311 Date:   Thu Feb 16 11:21:42 2012 +0100
24312
24313     Protect windows specific needs.
24314
24315 commit 4c2c6b6eee29fde60e2654e4c4fb09cb0bcb627f
24316 Author: unknown <pierre@.(none)>
24317 Date:   Thu Feb 16 11:09:34 2012 +0100
24318
24319     Load libSG_java instead of SG_java
24320
24321 commit 8bf3d06d49fcd7061f0a08dd4bfed74a7eeae7d0
24322 Author: unknown <pierre@.(none)>
24323 Date:   Thu Feb 16 11:08:54 2012 +0100
24324
24325     Remove deprecated function getErrCode.
24326
24327 commit 6945e8782f472829b038a9df3cfe65a503b75c89
24328 Author: unknown <pierre@.(none)>
24329 Date:   Thu Feb 16 11:06:00 2012 +0100
24330
24331     Use and create dll for simgrid java.
24332
24333 commit 260be3c8c50c28848bd097c507a912035e336d25
24334 Author: unknown <pierre@.(none)>
24335 Date:   Fri Jan 13 16:16:21 2012 +0100
24336
24337     Don't try to use git with windows and cmake
24338
24339 commit c4bec199e8221352c6b9dba8d29ac1613cbb13d7
24340 Author: unknown <pierre@.(none)>
24341 Date:   Wed Feb 15 15:43:37 2012 +0100
24342
24343     Make only dll for windows
24344
24345 commit d75d7500fe0688f5665f4f774ef82c6c65f8415b
24346 Author: unknown <pierre@.(none)>
24347 Date:   Wed Feb 15 13:44:47 2012 +0100
24348
24349     Protect DllMain with ifndef GNUC
24350
24351 commit addbe55ea4ec95a86c3e9d4e6309bac9fed1e2b7
24352 Author: unknown <pierre@.(none)>
24353 Date:   Wed Feb 15 10:32:28 2012 +0100
24354
24355     Cosmetics
24356
24357 commit 565d2c9d062610d9f71dfc49b29ebf01e9c7be03
24358 Author: unknown <pierre@.(none)>
24359 Date:   Tue Feb 14 14:26:23 2012 +0100
24360
24361     Add winsock2 to link libraries (ws2_32)
24362
24363 commit a4cd01763d667daf639c2ba8b2347e67392008cf
24364 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
24365 Date:   Tue Feb 14 15:44:39 2012 +0100
24366
24367     [trace] simulated clock functions to be used by akypuera when tracing SMPI
24368
24369 commit 8205b9203eb3f2098cd7dcbd8e72d26b7977915a
24370 Author: unknown <pierre@.(none)>
24371 Date:   Mon Feb 13 20:06:21 2012 +0100
24372
24373     Fix detection of x86 processor for nsis
24374
24375 commit ed5a340afeaa90fd0964b0fae5e538496433d2ec
24376 Author: unknown <pierre@.(none)>
24377 Date:   Mon Feb 13 19:17:56 2012 +0100
24378
24379     Turn off smpi on windows
24380
24381 commit 86a467649debb3f88b1766acb97631bd172b7e96
24382 Author: unknown <pierre@.(none)>
24383 Date:   Mon Feb 13 19:17:39 2012 +0100
24384
24385     Find if system installed is win32 or win64
24386
24387 commit 36d6876bb57b051b1434737450f7177c9b7055f2
24388 Author: unknown <pierre@.(none)>
24389 Date:   Mon Feb 13 19:06:01 2012 +0100
24390
24391     Rename libsimgrid.dll for libsimgrid_shared.dll
24392
24393 commit a041a135b370885075a866be172e34abc6cfbbcd
24394 Author: navarro <navarro@caraja.(none)>
24395 Date:   Mon Feb 13 17:44:19 2012 +0100
24396
24397     Use only one variable and protect for windows only
24398
24399 commit 18faa5d6f39d6e2765762c8bc76502dd5c62a550
24400 Author: unknown <pierre@.(none)>
24401 Date:   Mon Feb 13 17:34:08 2012 +0100
24402
24403     Fix twice call of xbt_preinit and xbt_postinit
24404
24405 commit 13333d25e7025f0903f45d33581243f3643dbbe2
24406 Author: unknown <pierre@.(none)>
24407 Date:   Mon Feb 13 14:22:37 2012 +0100
24408
24409     Need distrib.cmake for update_xml file and update nsis script for headers.
24410
24411 commit 6b80b383f901036e4de2c17d1f3220493e9d49e7
24412 Author: unknown <pierre@.(none)>
24413 Date:   Mon Feb 13 13:46:59 2012 +0100
24414
24415     On win32, fix configure when try to compile and run ucontexts tests.
24416
24417 commit b8bbc1087cd89b120b0004376bf09ef8c6881f42
24418 Author: unknown <pierre@.(none)>
24419 Date:   Mon Feb 13 13:44:57 2012 +0100
24420
24421     Fix compilation error on windows.
24422
24423 commit 0e0a4bb5875df9c41b2c2f29572fc47e3230f47c
24424 Author: navarro <navarro@caraja.(none)>
24425 Date:   Mon Feb 13 13:08:02 2012 +0100
24426
24427     Update commands to install simgrid-java
24428
24429 commit e1c4c4d2fa5200171b1d55aa32c000d1817a1680
24430 Author: navarro <navarro@caraja.(none)>
24431 Date:   Mon Jan 30 10:56:28 2012 +0100
24432
24433     Make a pdf for simgrid-java
24434
24435 commit 28fd49f9900e7a8424f38cafd21682f8c732ed42
24436 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
24437 Date:   Mon Feb 13 10:37:32 2012 +0100
24438
24439     Avoid to throw an exception, and catch it just below.
24440     
24441     Define SMX_EXCEPTION and SMX_THROW to hold the gory details.
24442     
24443     Saves a couple of setjmp/longjmp.
24444
24445 commit d3e2049adc1a574f3bc1506201b8636bb1d10d30
24446 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
24447 Date:   Mon Feb 13 10:37:32 2012 +0100
24448
24449     Split macro _THROW in two parts.
24450
24451 commit 1f27be8ecd303fa9f686a2ca2ad1987cc4658180
24452 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
24453 Date:   Mon Feb 13 10:37:32 2012 +0100
24454
24455     Fix another race in log initializations.
24456     
24457     Since setting the threshold is not the last thing done when a category
24458     is initialized, there is a possibility that a message is logged with wrong
24459     parameters (e.g. format or appender).
24460     
24461     Define a new field "initialized" which is set to 1 only when the category
24462     is fully initialized.
24463
24464 commit 46480f4e2718f823bb016962c1656f0d4818070d
24465 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
24466 Date:   Mon Feb 13 10:37:32 2012 +0100
24467
24468     Category should be unlinked from its current parent.
24469
24470 commit bf5d490b0215440d200846dfec8d2d125b947897
24471 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
24472 Date:   Thu Feb 9 16:52:04 2012 +0100
24473
24474     Don't decrement surfxml_buffer_stack_stack_ptr twice in SURFXML_END_TAG.
24475
24476 commit bacbeb57f1e9eae6aa69a8f2fa5f455d7f4d1dac
24477 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
24478 Date:   Thu Feb 9 16:03:29 2012 +0100
24479
24480     Fix segfault in smpi+tracing with detached sends.
24481
24482 commit 7f67129dcfc866e6ef4a1b266088a7e7eef1bf9f
24483 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
24484 Date:   Thu Feb 9 15:59:20 2012 +0100
24485
24486     Typo.
24487
24488 commit 62055629456573fcdea59beeccbcceaa13e79c95
24489 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
24490 Date:   Thu Feb 9 14:39:55 2012 +0100
24491
24492     Make xbt_ex_display() more friendly when there is no backtrace.
24493
24494 commit 52921270b09b015fe8bdc85b4d19fc02804c8e55
24495 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
24496 Date:   Thu Feb 9 14:39:54 2012 +0100
24497
24498     Make xbt_ex_setup_backtrace() survive to an empty backtrace.
24499
24500 commit f4df562c423224b325ba5b809bfac36ffe2f8e97
24501 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
24502 Date:   Thu Feb 9 13:10:36 2012 +0100
24503
24504     RETHROW is not really different from DO_THROW().
24505
24506 commit 6be900fe3f149eede7dd54719b172757556a4e81
24507 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
24508 Date:   Thu Feb 9 13:10:36 2012 +0100
24509
24510     Avoid to duplicate initialization list.
24511     
24512     Declare a global that is initialized with XBT_RUNNING_CTX_INITIALIZER,
24513     and take a copy of it in XBT_RUNNING_CTX_INITIALIZE().
24514
24515 commit ce584594d53f8661dcd43714a7c2291b804a46e4
24516 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
24517 Date:   Thu Feb 9 13:10:36 2012 +0100
24518
24519     XBT_RUNNING_CTX_INITIALIZER: don't list all element of bt[] in initializer.
24520     
24521     They'll be implicitly initialized to NULL, and the initializer is now
24522     independent of XBT_BACKTRACE_SIZE.
24523
24524 commit a5ee9e6f51b0fa6256773abaae062526b8a6e5fa
24525 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
24526 Date:   Thu Feb 9 13:10:36 2012 +0100
24527
24528     Remove tests for deprecated multi-level dictionaries.
24529
24530 commit 1005f2a4284dc2bd367dc5a4bf4609bc9ad06f94
24531 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
24532 Date:   Thu Feb 9 13:10:36 2012 +0100
24533
24534     Mark multi-level dictionaries as deprecated.
24535
24536 commit 4553b6fae9860536665e7dc1587f4fc3b1440a92
24537 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
24538 Date:   Thu Feb 9 13:10:36 2012 +0100
24539
24540     Remove declarations for non-existent functions.
24541
24542 commit aceeea1139758d05aba7621ab9af79066b7d0622
24543 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
24544 Date:   Thu Feb 9 13:10:36 2012 +0100
24545
24546     Document ranges for years in copyright notices.
24547
24548 commit cf83c030fca0c16732983caee233c756c30bd66e
24549 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
24550 Date:   Thu Feb 9 00:35:50 2012 +0100
24551
24552     Parmap: fix deadlock in with futexes.
24553     
24554     Also anticipate the possibility for futex_wait to return early with EINTR.
24555     
24556     In the following scenario, the first wake(parmap.work) should not have
24557     unlocked the second xbt_parmap_futex_worker_wait().
24558     
24559     Master                                  Worker
24560     ======                                  ========
24561     xbt_parmap_futex_master_signal() {
24562       parmap.thread_counter = 1
24563       ++parmap.work
24564                                             xbt_parmap_futex_worker_wait();
24565                                             xbt_parmap_work();
24566                                             xbt_parmap_futex_worker_signal();
24567                                             xbt_parmap_futex_worker_wait();
24568       wake(parmap.work) -- unlock -------->
24569     }
24570     xbt_parmap_work();
24571     xbt_parmap_futex_master_wait();
24572                                             xbt_parmap_work();
24573                                             xbt_parmap_futex_worker_signal();
24574     xbt_parmap_futex_master_signal();
24575     xbt_parmap_work();
24576     xbt_parmap_futex_master_wait();
24577       ===> LOCKED
24578                                             xbt_parmap_futex_worker_wait();
24579                                               ===> LOCKED
24580
24581 commit b7d7072994877985a12c99591ad5c34dac347a8f
24582 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
24583 Date:   Wed Feb 8 23:58:25 2012 +0100
24584
24585     Parmap: protect against wraparound for round.
24586
24587 commit 7e6a623d771b9ef0f6e3f893ba9213154d07bc54
24588 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
24589 Date:   Wed Feb 8 23:53:27 2012 +0100
24590
24591     Parmap: use INT_MAX as number of threads to wake by futex_wake.
24592     
24593     We want to wake up everybody anyway.
24594
24595 commit b98158e99cd9e37ad64004f4f0e6569b8fb57249
24596 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
24597 Date:   Wed Feb 8 22:16:54 2012 +0100
24598
24599     File has moved.
24600
24601 commit 7189e4ecd28ec7a6b097fc08f2a7a858b42fad49
24602 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
24603 Date:   Wed Feb 8 18:22:09 2012 +0100
24604
24605     Those are already declared in ./include/simgrid/modelchecker.h.
24606
24607 commit 6785b0ccf56c1e02cc20b213db4708effcc96e0e
24608 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
24609 Date:   Mon Nov 28 10:20:07 2011 +0100
24610
24611     Remove tests for deprecated dicts of scalars.
24612
24613 commit a841dba0e3e34cff0ccd948667a339b4af9a4310
24614 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
24615 Date:   Fri Nov 25 23:23:49 2011 +0100
24616
24617     Mark integer dicts as deprecated.
24618
24619 commit f4a73d48e794c4ae1e249b9e5f1fc6128bc58368
24620 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
24621 Date:   Wed Feb 8 17:55:21 2012 +0100
24622
24623     ChangeLog: spell checking, and whitespace cleanup.
24624
24625 commit df8e28a2d5e178c74aabcf2ab7467687186db917
24626 Author: Martin Quinson <martin.quinson@loria.fr>
24627 Date:   Wed Feb 8 17:45:57 2012 +0100
24628
24629     stop using internal header files from the examples, it won't work for users
24630
24631 commit a8aec793f7bdef4a31e3dfccf6e84de7a9d073b6
24632 Author: Martin Quinson <martin.quinson@loria.fr>
24633 Date:   Wed Feb 8 17:41:11 2012 +0100
24634
24635     our malloc implementation NEEDS multi-threading protection
24636
24637 commit 12323b05439d211235c524631170e7534abe4268
24638 Merge: 9b9d42c 599c51d
24639 Author: Martin Quinson <martin.quinson@loria.fr>
24640 Date:   Wed Feb 8 17:15:25 2012 +0100
24641
24642     Merge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid
24643
24644 commit 9b9d42cca1f785ac3335eb4fe61ac8ef71392ccd
24645 Author: Martin Quinson <martin.quinson@loria.fr>
24646 Date:   Wed Feb 8 17:09:48 2012 +0100
24647
24648     kill duplicate definitions, and try to ensure that MC-ready code still works without MC (closes #13813 on gforge)
24649
24650 commit 599c51d596d1b8cec905af3e219023cf3bd51417
24651 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
24652 Date:   Wed Feb 8 17:03:36 2012 +0100
24653
24654     Fix a race condition in _XBT_LOG_ISENABLEDV().
24655     
24656     Without this change, catv.threshold can be initialized by another
24657     thread, between the test for priority being great enough, and
24658     that for catv.threshold being initialized, leading to a false
24659     positive answer.
24660     
24661     Hypothesis
24662     ==========
24663       Initially, catv.threshold == xbt_log_priority_unititialized == -1
24664       After initialization, priority < catv.threshold
24665       Two threads running _XBT_LOG_ISENABLEDV() for the same
24666       category, and the same priority.
24667     
24668     Thread A                                Thread B
24669     ========                                ========
24670     
24671                                             priority >= cat.threshold
24672                                               is TRUE
24673     priority >= catv.threshold
24674       is TRUE
24675     
24676     catv.threshold != x.l.p._uninitialized
24677       is FALSE
24678     
24679     call xbt_log_cat_init(...)
24680       returns FALSE
24681                                             catv.threshold != x.l.p._uninitialized
24682                                               is TRUE
24683     
24684     => _XBT_LOG_ISENABLEDV(...)             => _XBT_LOG_ISENABLEDV(...)
24685          is FALSE                                is TRUE
24686
24687 commit 362b4dbfe18e585af36789119acafa5d5350fa20
24688 Author: Martin Quinson <martin.quinson@loria.fr>
24689 Date:   Wed Feb 8 16:54:16 2012 +0100
24690
24691     move a public header in the simgrid/ directory to fight the namespace polution
24692
24693 commit 0d4d523ed63cc1b2065730cda74e8b07f9aec46b
24694 Author: Martin Quinson <martin.quinson@loria.fr>
24695 Date:   Wed Feb 8 16:53:16 2012 +0100
24696
24697     user code sometimes needs to know whether MC is activated
24698
24699 commit 18830ad59a14b63f78de5f8c6864ec894b00f18e
24700 Author: Martin Quinson <martin.quinson@loria.fr>
24701 Date:   Wed Feb 8 11:47:29 2012 +0100
24702
24703     Setup the framework allowing to add backtraces to the malloc meta-data
24704     
24705     - implement a malloc-clean backtrace() function
24706     - make some room to store the backtraces. Only for big blocks for now,
24707       the memory consumption seem to be very high when doing so for
24708       fragments. Possible solutions include:
24709       - increasing the minimal fragment size to reduce the amount of
24710         possible fragment per block. It will waste some blocks for very
24711         small fragments, but it will save metadata that is paid for EVERY
24712         block, including full blocks, through the union in the metadata
24713       - Reduce the size of the saved backtraces. For now, we save up to 10
24714         calls, 5 to 3 levels may be enough if space is scarce.
24715     - use that framework to save the backtraces in one malloc execution
24716       path. Other malloc execution paths, as well as realloc paths should
24717       now be changed to store the backtrace too.
24718     - Implement a mmalloc_backtrace_display() function that displays the
24719       backtrace at which the block where malloc()ed. This is a bit crude
24720       for now, as we reuse the internals of exceptions that where not
24721       really done for that, but it works.
24722
24723 commit 74a527bf6a03467a14add202f92745a50d876ed7
24724 Merge: 3770626 e1b0e46
24725 Author: Martin Quinson <martin.quinson@loria.fr>
24726 Date:   Wed Feb 8 11:37:29 2012 +0100
24727
24728     Merge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid
24729
24730 commit 377062621c619adff65090eebbcb8e9d6c1d780f
24731 Author: Martin Quinson <martin.quinson@loria.fr>
24732 Date:   Wed Feb 8 11:37:07 2012 +0100
24733
24734     Set xbt_binary_name so that the exception mechanism accepts to display backtraces
24735
24736 commit e1b0e461601e641def843bb89f119af748971a6c
24737 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
24738 Date:   Wed Feb 8 08:11:11 2012 +0100
24739
24740     Set network_maxmin_system->keep_track once for all.
24741
24742 commit 0144cea50dd27aaef619a851cbebd0fe7363fb9d
24743 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
24744 Date:   Tue Feb 7 21:47:23 2012 +0100
24745
24746     Remove global variable, and push it into lmm_system_t.
24747     
24748     And give surf_solve a chance to run correctly in parallel.
24749
24750 commit 169610dab4ef39056e604ae67d5332ab64ec9f03
24751 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
24752 Date:   Tue Feb 7 15:11:00 2012 +0100
24753
24754     Guard against subas->to_index being NULL.
24755
24756 commit 50078f18c7f2fcbe42db89adb2005e9f7d38c301
24757 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
24758 Date:   Mon Feb 6 17:57:47 2012 +0100
24759
24760     Remove bogus inline declarations in private interface.
24761
24762 commit b407338bdd5f1fa727facc2b088438b59ad8f05c
24763 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
24764 Date:   Mon Feb 6 17:57:13 2012 +0100
24765
24766     Remove bogus inline declarations in public interface.
24767
24768 commit 656080c6dd548c82b9cb4583149fc7928ba5076b
24769 Author: Martin Quinson <martin.quinson@loria.fr>
24770 Date:   Mon Feb 6 11:36:18 2012 +0100
24771
24772     Fixups in mrealloc
24773     
24774     - make sure that it won't try to get a block smaller than what we are
24775       willing to give (was a bug in previous implementation!!)
24776     - update the requested size markers in meta-datas
24777
24778 commit 16c050ac033cf63b085c65f5c313ed4b71a7108a
24779 Author: Martin Quinson <martin.quinson@loria.fr>
24780 Date:   Mon Feb 6 11:04:38 2012 +0100
24781
24782     THROWF won't work in mmalloc: it needs to malloc stuff (I'm sure)
24783
24784 commit bce048d821047a65f5044bb332515bba8ea90927
24785 Author: Martin Quinson <martin.quinson@loria.fr>
24786 Date:   Mon Feb 6 10:19:44 2012 +0100
24787
24788     split memory snapshooting and diffing functions out in their own file
24789
24790 commit 137432e8d4449d2d5fea397c9f6e04df0bb6ca6e
24791 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
24792 Date:   Fri Feb 3 23:00:38 2012 +0100
24793
24794     Useless casts.
24795     
24796     What's the point compiling with -Werror if we use ugly casts
24797     to silence the compiler???
24798
24799 commit 11f5429d522f11788e00bfa16b86650ea5640e4b
24800 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
24801 Date:   Fri Feb 3 22:51:26 2012 +0100
24802
24803     Reindent.
24804
24805 commit 4e0b5024715c5817bc38e155f83164badea926ac
24806 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
24807 Date:   Sat Feb 4 10:51:50 2012 +0100
24808
24809     bvprintf is now superfluous here.
24810
24811 commit dcf36c9ca442878baebacb73b35d370ec10eaa84
24812 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
24813 Date:   Sat Feb 4 10:54:29 2012 +0100
24814
24815     Kill more duplicate routes in platform files.
24816
24817 commit a8b33fb3ac3e0fdbe5fb1786ee532ff76e903be9
24818 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
24819 Date:   Sat Feb 4 10:52:29 2012 +0100
24820
24821     Error message has changed, update tesh file.
24822
24823 commit ae263b4ff3dee3b575fa789e14d078130e66074e
24824 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
24825 Date:   Fri Feb 3 15:21:20 2012 +0100
24826
24827     Fix compilation errors about multiple definition of `automaton'.
24828
24829 commit 19ec2826774fc8d1687cc8f1b65f584556f3de1c
24830 Author: Martin Quinson <martin.quinson@loria.fr>
24831 Date:   Fri Feb 3 18:27:17 2012 +0100
24832
24833     Document one of midjy's changes (+cosmetics)
24834
24835 commit 40d4b9b078d3dcd6f7654df6417db684ad8eb83d
24836 Author: Martin Quinson <martin.quinson@loria.fr>
24837 Date:   Fri Feb 3 18:22:30 2012 +0100
24838
24839     document my ongoing changes. Not everything of it were implemented yet, but nothing writen in ChangeLog is really wrong. Even right now
24840
24841 commit 210d46dfee9d90e36bdb7d9d5a14b0159831f66f
24842 Author: Martin Quinson <martin.quinson@loria.fr>
24843 Date:   Fri Feb 3 18:18:03 2012 +0100
24844
24845     document Pierre's last changes
24846
24847 commit 4a1bfd9a25fa2b60dd146d55d56c9e4635e76e06
24848 Author: Martin Quinson <martin.quinson@loria.fr>
24849 Date:   Fri Feb 3 17:22:05 2012 +0100
24850
24851     I don't need an extra file just to define calloc when it can be inlined that easily
24852
24853 commit cf703c9202818f2d52477ff7dd89d9374e04d842
24854 Author: Martin Quinson <martin.quinson@loria.fr>
24855 Date:   Fri Feb 3 17:21:23 2012 +0100
24856
24857     and now with the right test so that not all our tests fail
24858
24859 commit 4628fd83cec233fef96d40e2cb5412cfe5522f15
24860 Author: Martin Quinson <martin.quinson@loria.fr>
24861 Date:   Fri Feb 3 17:02:09 2012 +0100
24862
24863     reindent only
24864
24865 commit 7d1dc2ebb532ebc2ce507519cae63cd6b213e881
24866 Author: Martin Quinson <martin.quinson@loria.fr>
24867 Date:   Fri Feb 3 16:57:23 2012 +0100
24868
24869     kill some dupplicate routes: now that we issue a warning, it breaks all tesh files
24870
24871 commit 49b2b92e20fa8e1796729f15976aae4a96a92729
24872 Merge: dcf0c86 b070d7c
24873 Author: Martin Quinson <martin.quinson@loria.fr>
24874 Date:   Fri Feb 3 16:16:24 2012 +0100
24875
24876     Merge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid
24877
24878 commit dcf0c8602c92d83b220630b40950098c6b040a5c
24879 Author: Martin Quinson <martin.quinson@loria.fr>
24880 Date:   Fri Feb 3 16:10:40 2012 +0100
24881
24882     catch a given possible misconfiguration, and give more informative messages
24883
24884 commit b070d7cc294509944f728b688883fbc05db17346
24885 Author: navarro <navarro@caraja.(none)>
24886 Date:   Fri Feb 3 15:49:06 2012 +0100
24887
24888     Put #ifdef MSG_USE_DEPRECATED for all functions with channel mecanism.
24889
24890 commit cb8c69ffa2625f5d14255ede0a59d9ab964bffab
24891 Merge: d5037a5 ec63b14
24892 Author: Martin Quinson <martin.quinson@loria.fr>
24893 Date:   Fri Feb 3 15:43:13 2012 +0100
24894
24895     Merge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid
24896
24897 commit d5037a539c50bcf74dc31af216eb4ed99b660c2b
24898 Author: Martin Quinson <martin.quinson@loria.fr>
24899 Date:   Fri Feb 3 15:42:59 2012 +0100
24900
24901     add a warning if a given route is redefined. It will hopefully help users understanding what's going wrong.
24902
24903 commit e2f62fd18beb9867571a81984aa9a26b4e9f48d4
24904 Author: Martin Quinson <martin.quinson@loria.fr>
24905 Date:   Fri Feb 3 15:42:18 2012 +0100
24906
24907     kill now unused declaration
24908
24909 commit 5110a2c2672cde3c914ed45462633dfff7026820
24910 Author: Martin Quinson <martin.quinson@loria.fr>
24911 Date:   Fri Feb 3 15:37:53 2012 +0100
24912
24913     add a surf_parse_warn and get surf_parse_error() accepting variable amount of parameters
24914
24915 commit 8370bc7e204cc8f1b21af625b28ad4e0dab2a87c
24916 Author: Martin Quinson <martin.quinson@loria.fr>
24917 Date:   Fri Feb 3 15:23:51 2012 +0100
24918
24919     Also show the filename to locate parsing errors, not only the line number
24920
24921 commit 04eb21634ce9041eaf00274eec16e20dbf5f70d0
24922 Author: Martin Quinson <martin.quinson@loria.fr>
24923 Date:   Fri Feb 3 15:17:14 2012 +0100
24924
24925     Further simplify the mmallocs, and improve its introspection abilities
24926     
24927     - Ensure that the mmallocation code will never return NULL (but die
24928       verbosely), and simplify the using code accordingly.
24929     - Stop using THROWF in there, because these functions probably need
24930       malloc to work, and that what broke when we want to issue a message.
24931       Use printf/abort instead.
24932     - Introduce a SMALLEST_POSSIBLE_MALLOC. It already existed (and were
24933       defined to sizeof(struct list) to ensure that free fragments can be
24934       enlisted, but I need this to declare the block metadata
24935     - Add a frag_size information within the bloc info structure. It may
24936       not perfectly be kept uptodate yet (in particular, by realloc)
24937
24938 commit ec63b14f8fcd0a88515e4260e00c41b77c0274cc
24939 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
24940 Date:   Fri Feb 3 14:53:53 2012 +0100
24941
24942     Don't use reserved keywords.
24943     
24944     "or", "and", and "not" are reserved keywords in C++, and this line
24945     breaks compilation of C++ code.
24946     
24947     Since the literal constants defined here are never used, comment their
24948     definition, and simply declare the field as an int.
24949
24950 commit 6929a75e852513610503d5c01bf928e1331e0d43
24951 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
24952 Date:   Fri Feb 3 11:27:49 2012 +0100
24953
24954     Correctly initialize simdata->comm when marked as isused.
24955     
24956     I hope that it's now the good fix for the segfault I got when running
24957     chord --cfg=contexts/stack_size:5 --log=msg_chord.thres:critical --cfg=network/model:Constant ./cluster_with_100000_hosts.xml ./chord100000.xml
24958     
24959     (see the backtrace in the message for commit 1380f1a).
24960
24961 commit 25b22264bc89ff9ed4f620a0bf821bd7b59cbd71
24962 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
24963 Date:   Fri Feb 3 11:34:23 2012 +0100
24964
24965     Add missing dependency for smpi_traced_simple.
24966
24967 commit 6d2c3a549e3517efc7ee33733d1c027ae13c52df
24968 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
24969 Date:   Thu Feb 2 21:56:08 2012 +0100
24970
24971     Another %ld -> %zu fix.
24972
24973 commit 76936ddebd0a514a3259454d475b254ce40947b3
24974 Author: Martin Quinson <martin.quinson@loria.fr>
24975 Date:   Thu Feb 2 21:44:21 2012 +0100
24976
24977     TODO--: the 'type' of each mmalloc block is granted to be uptodate at every point
24978     
24979     Tomorrow, I'll add the fragment metadatas, and the backtraces.
24980     For that, I'll waste a lot of space by adding a static tables to the
24981     malloc_info structure, where the size of that table is the maximal
24982     amount of fragments per block.
24983     
24984     Something like BLOCKSIZE/sizeof(struct list) since mmalloc refuses to
24985     allocate smaller blocks (to ensure that we can enlist free fragments).
24986     
24987     This implementation of malloc will definitely not be something that
24988     you want to use when not forced to do so to get the model-checking
24989     working. But it will provide all the information that MC needs.
24990
24991 commit 00255adf47970918999b2b4495ce8a69b036e68a
24992 Merge: 719a525 bfd519d
24993 Author: Martin Quinson <martin.quinson@loria.fr>
24994 Date:   Thu Feb 2 21:55:53 2012 +0100
24995
24996     Merge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid into LLL
24997
24998 commit 719a525a5e313bb0c4f9c38b41fb5ad6b9c41b71
24999 Author: Martin Quinson <martin.quinson@loria.fr>
25000 Date:   Thu Feb 2 21:41:32 2012 +0100
25001
25002     also enforce that the freed block were marked as used before doing so. Theses stats should be trustable now
25003
25004 commit 932b32f3ce5bb1d33aff7fa54faf1229ee68eb6d
25005 Author: Martin Quinson <martin.quinson@loria.fr>
25006 Date:   Thu Feb 2 21:14:25 2012 +0100
25007
25008     there were no difference between __mmalloc_free and mfree anymore; merge them
25009
25010 commit 027d955aa752674c7d524a3bba004aaa7af1d0dc
25011 Author: Martin Quinson <martin.quinson@loria.fr>
25012 Date:   Thu Feb 2 21:08:51 2012 +0100
25013
25014     improve the doc to reflect recent changes (and we already have the actual size of blocks)
25015
25016 commit 72a8adff27c51a64b9e2e95e561d8d6950310568
25017 Author: Martin Quinson <martin.quinson@loria.fr>
25018 Date:   Thu Feb 2 20:43:32 2012 +0100
25019
25020     ensure that free block are marked as such
25021
25022 commit 87817af89b2262a403386b38a0ec95388a6df5ad
25023 Author: Martin Quinson <martin.quinson@loria.fr>
25024 Date:   Thu Feb 2 17:45:21 2012 +0100
25025
25026     Simplify the malloc_info structure containing the metadata of a given block in mmalloc
25027     
25028     * Less structures in union in structure in union inception madness
25029       We're using a less portable anonymous union, but gcc handles that
25030        since maybe 15 years, so that should be cool.
25031     * We can now determine from looking at it whether the block is busy or
25032        free, without having to search in which list the block is.
25033       That was useles to other usages of mmalloc, but this is very
25034        interesting when comparing heaps.
25035       Moreover, it comes for free: it has exactly the same (memory) cost
25036        when the block is busy, and we have a plenty of place in the block
25037        to store that this it free when it is actually free.
25038     
25039     Please note that this information is not updated when the block is
25040     freed yet. (splitting the commit just in case someone tries to read it
25041     later: this one is almost automatic refactoring)
25042
25043 commit 8ed41a8d8b27bd21b00a4c24af81eecb4637fa1a
25044 Author: Martin Quinson <martin.quinson@loria.fr>
25045 Date:   Thu Feb 2 17:20:50 2012 +0100
25046
25047     document one more function
25048
25049 commit bfd519dd096cdd7f1aec1b3ca597d96232b1fffe
25050 Author: unknown <pierre@.(none)>
25051 Date:   Thu Feb 2 16:57:19 2012 +0100
25052
25053     Add missing flag (X86 or AMD) to test windows functions
25054
25055 commit 247d0bb492f5d328574b1bfec3765db1bef4a616
25056 Author: unknown <pierre@.(none)>
25057 Date:   Wed Jan 25 14:19:07 2012 +0100
25058
25059     Don't import smpi binaries on windows and set environment variables on current user
25060
25061 commit 49fc0ac613b4c5d87dcb0a02ca72a8107f64844a
25062 Author: unknown <pierre@.(none)>
25063 Date:   Wed Jan 25 14:18:23 2012 +0100
25064
25065     Don't need to do a distrib on win32
25066
25067 commit 8e2f581e004955683f894ba9f27f9057c79f1139
25068 Author: Martin Quinson <martin.quinson@loria.fr>
25069 Date:   Thu Feb 2 16:55:50 2012 +0100
25070
25071     I think I understood how mmalloc works. Now, I'll do what we need in there
25072
25073 commit ee765dc9975219ce790b7ed4c45f3ca255971472
25074 Author: Martin Quinson <martin.quinson@loria.fr>
25075 Date:   Thu Feb 2 16:25:31 2012 +0100
25076
25077     simply reindent
25078
25079 commit a76bc40240b725442f23738d4d5603cb10d4baf6
25080 Author: Martin Quinson <martin.quinson@loria.fr>
25081 Date:   Thu Feb 2 16:24:04 2012 +0100
25082
25083     who needs aligned mallocs anyway?
25084
25085 commit 55c2d5b5314f3007202c67003eb99d7d92dedb7e
25086 Author: Martin Quinson <martin.quinson@loria.fr>
25087 Date:   Thu Feb 2 16:20:32 2012 +0100
25088
25089     further little clarifications in mmalloc comments
25090
25091 commit e56c4673fbfe4965240725a4c09dc294d920c8d5
25092 Author: Martin Quinson <martin.quinson@loria.fr>
25093 Date:   Thu Feb 2 15:41:34 2012 +0100
25094
25095     various cosmetics and comments improvements
25096
25097 commit 907588ad7c14cc210e2f2a072b72bc1b91133ca0
25098 Author: Martin Quinson <martin.quinson@loria.fr>
25099 Date:   Thu Feb 2 15:12:20 2012 +0100
25100
25101     normalize the function names wrt to the rest of XBT
25102
25103 commit 67382945bf8341027f6b1f46fc05eb219446b283
25104 Author: Martin Quinson <martin.quinson@loria.fr>
25105 Date:   Thu Feb 2 15:07:10 2012 +0100
25106
25107     inline a function used at only one location.
25108     
25109     I'm not sure that the lisibility gain is very high, but at least it
25110     makes clear that this functionnality is used only here.
25111
25112 commit 977f0ae037cfbf3681ef2240be5b5272224a1d0c
25113 Author: Martin Quinson <martin.quinson@loria.fr>
25114 Date:   Thu Feb 2 15:00:15 2012 +0100
25115
25116     cosmetics and kill a now undeclared function prototype
25117
25118 commit c3d49b133b582d863f53002530ed7c65ad6dbcae
25119 Author: Martin Quinson <martin.quinson@loria.fr>
25120 Date:   Thu Feb 2 14:53:54 2012 +0100
25121
25122     kill an unused/undocumented/un-understood function
25123
25124 commit 506c9d37d4f03855c37f075b5c88c6efe6958ccb
25125 Author: Martin Quinson <martin.quinson@loria.fr>
25126 Date:   Thu Feb 2 14:23:23 2012 +0100
25127
25128     group together all functions speaking of module and objects init/fini
25129
25130 commit 566c37eac6ea944bcbee63778f267c64677f4ee9
25131 Author: Martin Quinson <martin.quinson@loria.fr>
25132 Date:   Thu Feb 2 14:16:13 2012 +0100
25133
25134     merge two files (I'll ignore both of these functions anyway)
25135
25136 commit ffbfdb3354cedfee2d8d6f3831ab04634bc004bd
25137 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
25138 Date:   Wed Feb 1 22:21:47 2012 +0100
25139
25140     Revert "Reset t_simdata->comm after comm is over."
25141     
25142     This reverts commit 1380f1a22147312c119055320c6ca87d72837598.
25143     
25144     Looking at cdash, it is clearly wrong... sorry for the noise.
25145
25146 commit 0fb7870783872d4a8bf3ee7583edcd2a4d486339
25147 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
25148 Date:   Wed Feb 1 17:41:51 2012 +0100
25149
25150     smpi_mpi_request_free expects an MPI_request*.
25151
25152 commit c5cfdf988dc28c64bae948c5a749d0b44e881426
25153 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
25154 Date:   Wed Feb 1 17:04:45 2012 +0100
25155
25156     These free's are buggy.
25157     
25158     AFAICT, it's the responsibility of smpi_mpi_waitall to free the
25159     requests.
25160
25161 commit 46120a30db6252a5e7a9e527132589be62f8ee28
25162 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
25163 Date:   Wed Feb 1 16:41:03 2012 +0100
25164
25165     smpirun: report exit status.
25166
25167 commit 0bf8d8ce536dfc289ece377a77c709502c3281ad
25168 Author: Martin Quinson <martin.quinson@loria.fr>
25169 Date:   Wed Feb 1 18:01:00 2012 +0100
25170
25171     kill dupplicated code between legacy interface and actual implementations
25172
25173 commit 276b2d9b83a3e3afcd449fb53a2dd8d662070036
25174 Merge: 1086dc9 1380f1a
25175 Author: Martin Quinson <martin.quinson@loria.fr>
25176 Date:   Wed Feb 1 17:36:58 2012 +0100
25177
25178     Merge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid
25179
25180 commit 1086dc93eea1d88ee42e9317fda2278c784d0b60
25181 Author: Martin Quinson <martin.quinson@loria.fr>
25182 Date:   Wed Feb 1 17:30:58 2012 +0100
25183
25184     Simplify the mmalloc library further
25185     
25186     * Stop playing with void* for the heap descriptors and introduce the
25187       xbt_mheap_t datatype for that.
25188     * Don't try to make it work when mmalloc and friends are called with
25189       NULL as a first argument.
25190     
25191     I added a pimple that mmalloc_preinit returns the default mhead after
25192     creating it to simplify the code of the legacy functions that check
25193     that this default mhead exist or create it before using it.
25194     
25195     This extra check should be useless if mmalloc_preinit were called soon
25196     enough since it's in the critical path, but the performance of
25197     model-checking is not a concern yet: only getting something working
25198     matters for now.
25199
25200 commit d78311982007a2c778ff692c35c9d2787642c199
25201 Author: Martin Quinson <martin.quinson@loria.fr>
25202 Date:   Wed Feb 1 16:30:15 2012 +0100
25203
25204     I finally understood what this function is good for
25205
25206 commit c40ca1c8de2080575f5b3a0de33a6d4bf6474f10
25207 Author: Martin Quinson <martin.quinson@loria.fr>
25208 Date:   Wed Feb 1 16:20:45 2012 +0100
25209
25210     cosmetics and comment improvement
25211
25212 commit aacddcb23a4ddc3ac099fb874fc7698b5f01b4cb
25213 Author: Martin Quinson <martin.quinson@loria.fr>
25214 Date:   Wed Feb 1 16:14:36 2012 +0100
25215
25216     we don't need any stats about the amount of free chunks and such
25217
25218 commit c9bee92e0541ed3ccbd101e900b912720b9996b0
25219 Author: Martin Quinson <martin.quinson@loria.fr>
25220 Date:   Wed Feb 1 16:09:27 2012 +0100
25221
25222     errno were never updated anyway
25223
25224 commit 669455c3bd567e8e5543934aa2960d48321581de
25225 Author: Martin Quinson <martin.quinson@loria.fr>
25226 Date:   Wed Feb 1 16:03:54 2012 +0100
25227
25228     cosmetics and comment improvements
25229
25230 commit 0ed506b0a9c949af9b2f672ac917ecaedca266c0
25231 Author: Martin Quinson <martin.quinson@loria.fr>
25232 Date:   Wed Feb 1 15:56:58 2012 +0100
25233
25234     rename sup-mmap.c into mmorecore.c and simplify the code since we want no more than one core provider
25235
25236 commit 967603b36ff1f230fbb9b5db91bc51119cae1574
25237 Author: Martin Quinson <martin.quinson@loria.fr>
25238 Date:   Wed Feb 1 15:48:55 2012 +0100
25239
25240     kill the sbrk-based morecore: we'll never use less than two heaps when using mmalloc
25241
25242 commit 011b6e172c0b7366132196dd9797f7bc3b951df2
25243 Author: Martin Quinson <martin.quinson@loria.fr>
25244 Date:   Wed Feb 1 15:47:45 2012 +0100
25245
25246     move a global definition so that we can kill the sbrk stuff: we'll never use it
25247
25248 commit a9a3e089a22c469685cc78cf0c5fec1bfe8c0303
25249 Author: Martin Quinson <martin.quinson@loria.fr>
25250 Date:   Wed Feb 1 15:40:07 2012 +0100
25251
25252     kill little useless things in mmalloc. Still searching how to do the Big Cleanup on that code
25253
25254 commit 33ddb437e6bde48be352567465673636f1745188
25255 Author: Martin Quinson <martin.quinson@loria.fr>
25256 Date:   Wed Feb 1 15:25:05 2012 +0100
25257
25258     kill the standard hooks of mmalloc: we will change the implementation directly, not declare hooks
25259
25260 commit 47ac9cef9d5cf9ccf4739355db1e0bb3d90dda33
25261 Merge: b8ba0bc 22ee43d
25262 Author: Martin Quinson <martin.quinson@loria.fr>
25263 Date:   Wed Feb 1 15:17:52 2012 +0100
25264
25265     Merge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid
25266
25267 commit 1380f1a22147312c119055320c6ca87d72837598
25268 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
25269 Date:   Wed Feb 1 15:11:55 2012 +0100
25270
25271     Reset t_simdata->comm after comm is over.
25272     
25273     Fixes a segfault with chord on 100000 hosts, where the backtrace is:
25274     
25275     Program received signal SIGSEGV, Segmentation fault.
25276     0x00007ffff7b2bd2f in SIMIX_rdv_remove (comm=0x40bd4fd0, rdv=0x0) at ./src/simix/smx_network.c:117
25277     117       xbt_fifo_remove(rdv->comm_fifo, comm);
25278     (gdb) bt
25279      #0  0x00007ffff7b2bd2f in SIMIX_rdv_remove (comm=0x40bd4fd0, rdv=0x0) at ./src/simix/smx_network.c:117
25280      #1  SIMIX_comm_cancel (action=0x40bd4fd0) at ./src/simix/smx_network.c:754
25281      #2  0x00007ffff7b4046e in SIMIX_simcall_pre (simcall=0x613c90, value=0) at ./src/simix/smx_smurf.c:126
25282      #3  0x00007ffff7b407c6 in SIMIX_simcall_push (self=0x613c00) at ./src/simix/smx_smurf.c:26
25283      #4  0x00007ffff7a83a8d in simcall_comm_cancel (comm=0x40bd4fd0) at ./src/simix/smx_user.c:830
25284      #5  MSG_task_cancel (task=0x45ba4eb0) at ./src/msg/msg_task.c:223
25285      #6  0x00007ffff7a83bc0 in MSG_task_destroy (task=0x45ba4eb0) at ./src/msg/msg_task.c:187
25286      #7  0x00007ffff7ac3ebb in SIMIX_comm_destroy (action=0x42078370) at ./src/simix/smx_network.c:274
25287      #8  0x00007ffff7a9603c in SIMIX_process_cleanup (process=0x1ce9da60) at ./src/simix/smx_process.c:87
25288      #9  0x00007ffff7b40208 in SIMIX_simcall_pre (simcall=0x1ce9daf0, value=0) at ./src/simix/smx_smurf.c:323
25289      #10 0x00007ffff7b2554e in SIMIX_run () at ./src/simix/smx_global.c:207
25290      #11 0x00007ffff7b256e7 in MSG_main () at ./src/msg/msg_global.c:155
25291      #12 0x000000000040180b in main (argc=3, argv=<optimized out>) at ./examples/msg/chord/chord.c:918
25292     
25293     Git bisect identified commit 6dcde87 as culprit (Use isend
25294     instead of send to set the simdata->comm so that get_remaining
25295     can work.)
25296
25297 commit 374a4cbac85a61365f57a05fe8960b9fe94dcdfd
25298 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
25299 Date:   Wed Feb 1 09:36:03 2012 +0100
25300
25301     Add more thorough tests for parmaps.
25302     
25303     * all modes are tested;
25304     * the "basic test" does some computations, and checks the results;
25305     * the "extended test" tries to verify that all threads are working.
25306
25307 commit bfa784e73f294ed9a40417bfbed3d3d2a76ca86b
25308 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
25309 Date:   Wed Feb 1 09:21:45 2012 +0100
25310
25311     Parmap review.
25312     
25313     * synchronizations are made a bit simpler;
25314     * helper functions are renamed for more clarity;
25315     * synchronization at the end of xbt_parmap_new() is removed;
25316     * the working loop is made faster by manually inlining xbt_parmap_next();
25317     * finally, the posix mode is fixed.
25318
25319 commit eaed5f21009f171f5feeea77bdf2caaf8419336d
25320 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
25321 Date:   Tue Jan 31 19:11:23 2012 +0100
25322
25323     Add parmap_bench.c.
25324
25325 commit f19e50a635804ae911ec9ba2ddaff531b0f315d2
25326 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
25327 Date:   Wed Feb 1 09:00:35 2012 +0100
25328
25329     Remove static function attribute.
25330     
25331     Fixes build error:
25332     ./src/surf/network.c:376:12: error: static declaration of â€˜net_get_link_latency_limited’ follows non-static declaration
25333     ./src/surf/surf_private.h:81:5: note: previous declaration of â€˜net_get_link_latency_limited’ was here
25334
25335 commit 22ee43de174bafecc4d073e1e7fba1f6c45a678d
25336 Author: navarro <navarro@caraja.(none)>
25337 Date:   Tue Jan 31 21:51:09 2012 +0100
25338
25339     Use m_file_t instead of m_file_t*
25340
25341 commit 8450c8c3504866268cf51b879808d3300105e6d5
25342 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
25343 Date:   Tue Jan 31 22:07:41 2012 +0100
25344
25345     Remove duplicate declaration for smx_file_t.
25346
25347 commit f9dd9e3d692f6c43f78500a9fc66fe8663dedbbf
25348 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
25349 Date:   Tue Jan 31 22:01:25 2012 +0100
25350
25351     Remove extern declaration for gras_opt_trp_nomoredata_on_close.
25352
25353 commit e4ab9a77e2833df56e151a7ffd47166fd739b74f
25354 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
25355 Date:   Tue Jan 31 18:59:27 2012 +0100
25356
25357     Fix depency information for ddt_parse.yy.c (maintainer mode).
25358
25359 commit 2a659adee4b33b87ad2b9c62bd804cb367103081
25360 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
25361 Date:   Tue Jan 31 18:08:26 2012 +0100
25362
25363     Fix source for generated files.
25364
25365 commit e3e376b0ec501000804ce18ac076daab41e02f53
25366 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
25367 Date:   Tue Jan 31 18:07:25 2012 +0100
25368
25369     memcheck_tests: user_variables.tesh now exists.
25370
25371 commit b8ba0bc2f48c6b9b96dfedd8fd383b941d5fdd0b
25372 Merge: 9f694bd 2d16ebc
25373 Author: Martin Quinson <martin.quinson@loria.fr>
25374 Date:   Tue Jan 31 17:42:36 2012 +0100
25375
25376     Merge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid
25377
25378 commit 2d16ebcee6bde01575b4cd88a853e1ac1c2532bf
25379 Author: Christophe Thiéry <christopho128@gmail.com>
25380 Date:   Tue Jan 31 17:01:30 2012 +0100
25381
25382     Move datadesc and TCP sockets from GRAS to XBT.
25383     
25384     XBT supports sockets with explicit choice of the transport plugin.
25385     XBT provides only one transport plugin: TCP (i.e. real sockets) and
25386     allows other layers to write their custom plugins.
25387     GRAS implements such custom plugins: simulated sockets and file sockets.
25388     
25389     TCP sockets only existed in GRAS RL mode. They can now also be used in
25390     GRAS SG mode.
25391     More pieces of GRAS remain to be moved to XBT before TCP sockets can
25392     also be used outside GRAS (e.g. in SIMIX 3, one day, to distribute the
25393     simulation).
25394
25395 commit 2472771bffee0a2c29b69a2e2b6206f0bb819af1
25396 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
25397 Date:   Tue Jan 31 17:03:57 2012 +0100
25398
25399     [trace] add missing tesh to test user variables tracing
25400
25401 commit 3f4019963473ace4fb54173ab58b5efd25dccb2d
25402 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
25403 Date:   Tue Jan 31 16:48:14 2012 +0100
25404
25405     memcheck_tests: regenerate.
25406
25407 commit 9dbc9d58df6fbb62637b597fc2892e65d2b13186
25408 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
25409 Date:   Tue Jan 31 16:46:01 2012 +0100
25410
25411     generate_memcheck_tests.pl: don't fail if tesh file doesn't exist.
25412
25413 commit 9f694bd4f38492add20baa019eb60ed4079d684e
25414 Author: Martin Quinson <martin.quinson@loria.fr>
25415 Date:   Tue Jan 31 16:27:49 2012 +0100
25416
25417     Kill some unused features of mmalloc
25418     
25419     - keys, which allow to store data directly in the malloc descriptor
25420     - tracing, which displays what happends using the hooks. In addition
25421       of being useless to us, it contained a FIXME indicating that this
25422       implementation was partial.
25423
25424 commit f6d251a487cb329fcc87ade3a3ea8df101b7b047
25425 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
25426 Date:   Tue Jan 31 16:44:49 2012 +0100
25427
25428     generate_memcheck_tests.pl: correctly skip commented lines.
25429
25430 commit adf35dcadfd3b7c53d51a13f4accba378ea5965e
25431 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
25432 Date:   Tue Jan 31 16:07:02 2012 +0100
25433
25434     Fix default value for contexts/nthreads (only the help message is affected).
25435
25436 commit c6864ee579be8b040e348f487c89031bc1a382ed
25437 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
25438 Date:   Thu Jan 26 16:16:28 2012 +0100
25439
25440     Use simpler names for tests on dicts.
25441     
25442     Make them easier to select when running testall.
25443
25444 commit bb89b5397d199bde9aebb61ad2cd3e26196c0607
25445 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
25446 Date:   Tue Jan 24 16:27:56 2012 +0100
25447
25448     Reinitialize pointer after free.
25449     
25450     Fixes test tesh-simdag-reinit-costs.
25451
25452 commit 510a1b8ab867dfd8ab807b91da8ad45031fdbab2
25453 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
25454 Date:   Mon Jan 23 22:06:43 2012 +0100
25455
25456     Update timings for 32bits too.
25457
25458 commit 1195bd43519f612d47fe67f7511dd5d9433ec577
25459 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
25460 Date:   Mon Jan 23 11:37:58 2012 +0100
25461
25462     Regenerate files with latest flexml.
25463
25464 commit 782ce0488c03c8b13b2267d198a70d6667176f83
25465 Author: navarro <navarro@caraja.(none)>
25466 Date:   Tue Jan 31 15:38:27 2012 +0100
25467
25468     Rewrite file example for use MSG API
25469
25470 commit 76583d80b116f084836e915c1905fb3022699168
25471 Author: navarro <navarro@caraja.(none)>
25472 Date:   Tue Jan 31 15:37:21 2012 +0100
25473
25474     Add MSG functions for file.
25475     Add file msg_io.c
25476
25477 commit 095b4b57dba45599d3d4b4d8ac36230b2cbeb6c0
25478 Author: navarro <navarro@caraja.(none)>
25479 Date:   Tue Jan 31 15:01:40 2012 +0100
25480
25481     Implement file open read and stat in simix.
25482
25483 commit 33145f3a1e718d721f062d152cda9a98d1aab5b8
25484 Author: navarro <navarro@caraja.(none)>
25485 Date:   Tue Jan 31 14:22:07 2012 +0100
25486
25487     Make the commit on file read and write compile with all warning
25488
25489 commit 953921f123d3f3cdd2d250c8a8d5cece2989fed8
25490 Author: navarro <navarro@caraja.(none)>
25491 Date:   Tue Jan 31 14:11:57 2012 +0100
25492
25493     Sorry change SIMCALL_FILE_READ FOR SIMCALL_FILE_WRITE into simcall_file_write
25494
25495 commit a5704527450c59a394cced78a803eb23da5ea647
25496 Author: navarro <navarro@caraja.(none)>
25497 Date:   Tue Jan 31 14:08:17 2012 +0100
25498
25499     Add an example for file
25500
25501 commit 84736de8fcf2bd8af274a77c2b31d63191a6a822
25502 Author: navarro <navarro@caraja.(none)>
25503 Date:   Tue Jan 31 14:04:30 2012 +0100
25504
25505     Implement functions file_read and file_open into simix like fread and fwrite in posix
25506
25507 commit d9e82bacd5acbb966af9d92e8e26b6369d1608c9
25508 Author: Martin Quinson <martin.quinson@loria.fr>
25509 Date:   Tue Jan 31 10:28:43 2012 +0100
25510
25511     msg.h lives in a subdir, actually
25512
25513 commit bbded482153997cb659dda1a6177d93d1ea4f9d0
25514 Author: Martin Quinson <martin.quinson@loria.fr>
25515 Date:   Tue Jan 31 10:08:04 2012 +0100
25516
25517     give more hints to that stupid cmake
25518
25519 commit 708989f9970b6f37f3ca7c7b568bcbfeaa53867f
25520 Merge: 3634660 ebaf7a4
25521 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
25522 Date:   Mon Jan 30 17:31:01 2012 +0100
25523
25524     model-checker : merge conflict resolved
25525
25526 commit 36346603a122ffd961c5af349e9ad8ce00ff80cd
25527 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
25528 Date:   Mon Jan 30 17:29:00 2012 +0100
25529
25530     remove function MC_take_snapshot_to_restore_liveness
25531
25532 commit eb284828d592ce39bd4b96f084d7cce1d074d4b1
25533 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
25534 Date:   Mon Jan 30 17:27:41 2012 +0100
25535
25536     .
25537
25538 commit ebaf7a472d2d6edf090d9859b854be009b5c85ae
25539 Author: Martin Quinson <martin.quinson@loria.fr>
25540 Date:   Mon Jan 30 15:54:07 2012 +0100
25541
25542     ignore some generated files
25543
25544 commit 075e6b85becf232b49fe3062357a39d25caf3bbb
25545 Author: Martin Quinson <martin.quinson@loria.fr>
25546 Date:   Mon Jan 30 15:52:34 2012 +0100
25547
25548     kill some cruft asking to die
25549
25550 commit 45060ff9a849119da4e39431e30c2e8c763cca4e
25551 Author: Martin Quinson <martin.quinson@loria.fr>
25552 Date:   Mon Jan 30 15:44:46 2012 +0100
25553
25554     this type name is usable as is, so add _t postfix (s_name is only for stuff that mandates the use of 'struct' keyword)
25555
25556 commit 367103075b9f31b199a5f8a377989defe29a2104
25557 Author: Martin Quinson <martin.quinson@loria.fr>
25558 Date:   Mon Jan 30 15:28:00 2012 +0100
25559
25560     and now, I try to compile my code before comitting (not my fault, they said 'commit soon, commit often' :-P)
25561
25562 commit 56048e3bbbccaeb0c3f1ec9d0105048d7e122af1
25563 Author: Martin Quinson <martin.quinson@loria.fr>
25564 Date:   Mon Jan 30 15:23:40 2012 +0100
25565
25566     add proper copyright headers to the MC files
25567
25568 commit 633f3ab4f0f29940ea9759bfe3dc4f8ec37595e8
25569 Author: Martin Quinson <martin.quinson@loria.fr>
25570 Date:   Mon Jan 30 15:16:25 2012 +0100
25571
25572     mv src/mc/private.h src/mc/mc_private.h
25573
25574 commit b7c05078f9a89dba063df2fc7edea55ae1d6a3ed
25575 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
25576 Date:   Mon Jan 30 14:12:15 2012 +0100
25577
25578     model-checker : fix compilation error
25579
25580 commit c5ad8ca1a68bbaa9152471c8d0eeb99d762f0d86
25581 Merge: 4024bb9 e661126
25582 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
25583 Date:   Mon Jan 30 13:44:30 2012 +0100
25584
25585     merge conflict resolved
25586
25587 commit 4024bb916273e018b05e52cfcf0789c9de52cf72
25588 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
25589 Date:   Mon Jan 30 13:40:36 2012 +0100
25590
25591     model-checker : new function (rdv_points_compare) to compare rdv_points between two execution states
25592
25593 commit 51d131097a7c4ea252bb8c66851656c88c5083af
25594 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
25595 Date:   Mon Jan 30 13:38:50 2012 +0100
25596
25597     model-checker : more debug information
25598
25599 commit 350f5a1112fad1d38efb016e582d96d3eb4a4d79
25600 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
25601 Date:   Mon Jan 30 13:35:13 2012 +0100
25602
25603     model-checker : add address of std_heap into debug informations for comparison of heap
25604
25605 commit 2c764b8544a391637e6279e9ace148a602e8ed3d
25606 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
25607 Date:   Mon Jan 30 13:32:16 2012 +0100
25608
25609     model-checker : get rdv_points in simix for comparison between two execution states
25610
25611 commit 5e4e9f83ad19e0bae9c7fa0c779ce17ed4b3df4f
25612 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
25613 Date:   Sun Jan 29 14:43:21 2012 +0100
25614
25615     model-checker : more debug informations in function mmalloc_compare_mdesc
25616
25617 commit e661126772f552f2054d584f62466a751d9fb0f1
25618 Author: Martin Quinson <martin.quinson@loria.fr>
25619 Date:   Fri Jan 27 22:16:39 2012 +0100
25620
25621     document last changes
25622
25623 commit 4ba332d836bc04ad37d97dad2e21104073bb8bf5
25624 Author: Martin Quinson <martin.quinson@loria.fr>
25625 Date:   Fri Jan 27 22:15:09 2012 +0100
25626
25627     auto-set the amount of threads when the requested amount is negative
25628
25629 commit 168cbbf5418a521a93f42a4c76373197dcb6e400
25630 Author: Martin Quinson <martin.quinson@loria.fr>
25631 Date:   Fri Jan 27 22:04:37 2012 +0100
25632
25633     really kill that file
25634
25635 commit 87648a78d5ca95b98c044baded9bdd0390b04e5e
25636 Author: Martin Quinson <martin.quinson@loria.fr>
25637 Date:   Fri Jan 27 22:02:08 2012 +0100
25638
25639     doc cleanups
25640
25641 commit 94d78a4ad0c558d9cc03e26eddb51087d51d0a00
25642 Author: Martin Quinson <martin.quinson@loria.fr>
25643 Date:   Fri Jan 27 21:58:27 2012 +0100
25644
25645     also fix the way we look for the simgrid library
25646
25647 commit fa73197ac740922fc74b7940d5516b4b3e49ee55
25648 Author: Martin Quinson <martin.quinson@loria.fr>
25649 Date:   Fri Jan 27 21:53:17 2012 +0100
25650
25651     properly look for the SimGrid header files; stop relying on the SIMGRID_ROOT
25652     
25653     This environment variable is used as an hint at configure time, the
25654     first time you run ccmake. But the value provided to ccmake is only
25655     what's needed to get the thing running.
25656
25657 commit b7ebcd9724a4551c5cb47567777e97bc86bc5e6f
25658 Author: Martin Quinson <martin.quinson@loria.fr>
25659 Date:   Fri Jan 27 21:43:42 2012 +0100
25660
25661     I changed that path recently
25662
25663 commit 26b2e42d0acbf263115530550dc5773fdf4bf57a
25664 Author: Martin Quinson <martin.quinson@loria.fr>
25665 Date:   Fri Jan 27 21:43:25 2012 +0100
25666
25667     look for msg.h instead of gras.h (cosmetics only: GRAS is soon to be deprecated)
25668
25669 commit 78dddc6895e9f6b17959649407e33d82129be7aa
25670 Author: Martin Quinson <martin.quinson@loria.fr>
25671 Date:   Fri Jan 27 21:36:53 2012 +0100
25672
25673     Revert "Put PROCESSOR_COUNT in gras_config.h"
25674     
25675     We need the runtime amount of cores, not the compile-time one.
25676     
25677     This reverts commit 4ca11874986e1a694eb4183f8656ccac844cf3ce.
25678
25679 commit 45828afae688f0901c5259c944e91e173390779e
25680 Author: Martin Quinson <martin.quinson@loria.fr>
25681 Date:   Fri Jan 27 21:36:13 2012 +0100
25682
25683     Revert "Add a script to detect the number of core."
25684     
25685     There is no use of detecting the amount of cores at compile time. We
25686     need the amount of cores at runtime.
25687     
25688     This reverts commit 39b99d7659c7f2ecd789c141a8fced9bf9684cff.
25689
25690 commit b00299a2048948e38484e10cda644c3436ff593f
25691 Author: Martin Quinson <martin.quinson@loria.fr>
25692 Date:   Fri Jan 27 21:32:42 2012 +0100
25693
25694     add a function xbt_os_get_numcores()
25695
25696 commit d956bfb0552bc2cc5952b86f55665ea7751a9d9c
25697 Author: Martin Quinson <martin.quinson@loria.fr>
25698 Date:   Fri Jan 27 20:16:32 2012 +0100
25699
25700     document lastest changes
25701
25702 commit f1a642a7627700d858a267453aee7ffe6d494b87
25703 Author: Martin Quinson <martin.quinson@loria.fr>
25704 Date:   Fri Jan 27 20:14:40 2012 +0100
25705
25706     enable SMPI by default (and rewrite the cmake doc)
25707
25708 commit 1f7ec3361d858c88ba1ea8de5a99d613ad410245
25709 Author: Martin Quinson <martin.quinson@loria.fr>
25710 Date:   Fri Jan 27 18:37:49 2012 +0100
25711
25712     add a link to aespinosa's work on vagrant to get ruby working on Windows
25713
25714 commit be9eca928291f11b4e41e5e5afb0aa8ab0b0fefb
25715 Author: Christophe Thiéry <christopho128@gmail.com>
25716 Date:   Thu Jan 26 08:27:45 2012 +0100
25717
25718     Regenerate timings of Lua tesh files
25719
25720 commit 18c57b27dd71ee7839c6a90368c845886a87d638
25721 Author: Christophe Thiéry <christopho128@gmail.com>
25722 Date:   Wed Jan 25 18:56:52 2012 +0100
25723
25724     SIMIX refactoring: replace 'request' by a more precise term: 'simcall'
25725     
25726     All functions that make a system call (or simcall) are now simcall_*
25727     (instead of SIMIX_req_*). They all interrupt the execution flow until
25728     the kernel answers the simcall.
25729     Let's hope that SIMIX will be easier to understand ;)
25730
25731 commit 94974c282c6e6d096238716853bb053330170d76
25732 Author: Christophe Thiéry <christopho128@gmail.com>
25733 Date:   Wed Jan 25 17:42:23 2012 +0100
25734
25735     Rename SIMIX files
25736
25737 commit 7631e98c4699e3d1f9fa92a21594294f119f95ac
25738 Author: Christophe Thiéry <christopho128@gmail.com>
25739 Date:   Wed Jan 25 14:27:27 2012 +0100
25740
25741     Keep an int parameter to SIMIX_context_get_nthreads
25742
25743 commit e9b3477bfa7c241e736e7a38c972930d6b3f710a
25744 Author: Christophe Thiéry <christopho128@gmail.com>
25745 Date:   Wed Jan 25 14:17:39 2012 +0100
25746
25747     Parmap: implement the POSIX synchronization mode (not working yet)
25748
25749 commit 846279ff21bca796cbd1eb12ace540ff5ad0abb6
25750 Author: Christophe Thiéry <christopho128@gmail.com>
25751 Date:   Wed Jan 25 14:16:43 2012 +0100
25752
25753     Die if the context/synchro option is wrong
25754
25755 commit 100e0c5e64302595c3c0be525f1d8e5913277e13
25756 Author: Christophe Thiéry <christopho128@gmail.com>
25757 Date:   Wed Jan 25 14:16:19 2012 +0100
25758
25759     Surf: create the parmap with the correct number of worker threads
25760
25761 commit ae4d46608410dd6014d355ace3611da88af631de
25762 Author: Christophe Thiéry <christopho128@gmail.com>
25763 Date:   Wed Jan 25 14:11:47 2012 +0100
25764
25765     Allow xbt_parmap_destroy to be called with a NULL parameter
25766
25767 commit 92082e43c0747a8ccf356348f00334de7f0cdb61
25768 Author: Christophe Thiéry <christopho128@gmail.com>
25769 Date:   Wed Jan 25 11:33:03 2012 +0100
25770
25771     Revert "Use xbt_config mechanism instead of hard coding value."
25772     
25773     This reverts commit c9c23fbcad8829230381279f08b72d22c82c7d20.
25774
25775 commit d9cce835f104d243b0fc0a42cfdb8314181000c9
25776 Author: navarro <navarro@caraja.(none)>
25777 Date:   Wed Jan 25 11:36:00 2012 +0100
25778
25779     Add configuration auto for contexts/nthreads and use the PROCESSOR_COUNT.
25780     Default number is 1.
25781
25782 commit 7c43893265ad505d5d13e44ab1bb4e10eeec6b15
25783 Author: navarro <navarro@caraja.(none)>
25784 Date:   Wed Jan 25 11:27:13 2012 +0100
25785
25786     Compile tracing examples only if tracing is enabled.
25787
25788 commit 4ca11874986e1a694eb4183f8656ccac844cf3ce
25789 Author: navarro <navarro@caraja.(none)>
25790 Date:   Wed Jan 25 10:29:17 2012 +0100
25791
25792     Put PROCESSOR_COUNT in gras_config.h
25793
25794 commit 39b99d7659c7f2ecd789c141a8fced9bf9684cff
25795 Author: navarro <navarro@caraja.(none)>
25796 Date:   Tue Jan 24 11:32:04 2012 +0100
25797
25798     Add a script to detect the number of core.
25799
25800 commit 6cee149e4ad8077a5c4db40ed591232dfaff1224
25801 Author: Christophe Thiéry <christopho128@gmail.com>
25802 Date:   Tue Jan 24 10:34:08 2012 +0100
25803
25804     Document the new option --cfg=surf/nthreads
25805
25806 commit f2e6b48eb3a7799a9670a54150ecdfc5139e2e21
25807 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
25808 Date:   Mon Jan 23 16:57:31 2012 +0100
25809
25810     [trace] new example inspired by storage systems to trace user variables
25811
25812 commit 9d532ac22d59cd0ef1002659e25a763115f021d6
25813 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
25814 Date:   Mon Jan 23 15:06:31 2012 +0100
25815
25816     [trace] add new test, check tracing of g5k platform files
25817
25818 commit 6bd44ab0c9cb8ade8c259ebc9e3d3472c5eaef2b
25819 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
25820 Date:   Mon Jan 23 14:56:26 2012 +0100
25821
25822     [trace] types are local, remove global dictionary
25823
25824 commit 4eb273b9bf5913c7c1f6d50b14bee7964eff5a80
25825 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
25826 Date:   Mon Jan 23 14:37:39 2012 +0100
25827
25828     [trace] more testing in process migration tracing example
25829
25830 commit 1dcc264192400cf25b2c1c0ae7aa3ff8a6362775
25831 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
25832 Date:   Mon Jan 23 14:05:40 2012 +0100
25833
25834     [trace] update tesh, remove timestamping check, add new test with (un)categorized tracing
25835
25836 commit 6b39f0a42dca3e51cc81071af9d6728fcd28aa5c
25837 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
25838 Date:   Mon Jan 23 14:02:42 2012 +0100
25839
25840     [trace] remove repeated parameter, plus add new test for tracing by MSG process
25841
25842 commit e81c5b4392336470e1cbc17e64bfed196991e041
25843 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
25844 Date:   Mon Jan 23 14:01:29 2012 +0100
25845
25846     [trace] replace get_type by get_type_or_null when we are defining types
25847
25848 commit 23374c5b3f88a4b96c351be8f2a6f0e332a2f977
25849 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
25850 Date:   Mon Jan 23 14:01:01 2012 +0100
25851
25852     [trace] remove recursive get type support, search operations are local in the type hierarchy
25853
25854 commit 716a4d97328234d301ae57d53ecf8a299bd26e11
25855 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
25856 Date:   Mon Jan 23 13:28:28 2012 +0100
25857
25858     [trace] new example that will be used to test platform tracing
25859
25860 commit 3184c55b2014ec8952b63bdd1f80a97563b30a1d
25861 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
25862 Date:   Mon Jan 23 13:15:24 2012 +0100
25863
25864     [trace] renaming source file to reflect its speciality
25865
25866 commit 17e2ecb241a23400dab096057ed1fe5cc08cffb1
25867 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
25868 Date:   Mon Jan 23 13:11:48 2012 +0100
25869
25870     [trace] sanity checks
25871
25872 commit 1ab0eff2f5b181058fe73c9ada237f3dc5287283
25873 Author: navarro <navarro@caraja.(none)>
25874 Date:   Mon Jan 23 11:13:43 2012 +0100
25875
25876     Place MSG init before testing args for --help argument.
25877
25878 commit 3035b8928b4573e170d9268ece8ff474442b99ad
25879 Author: navarro <navarro@caraja.(none)>
25880 Date:   Mon Jan 23 11:06:54 2012 +0100
25881
25882     Change cluster sharing policy for FULLDUPLEX by default.
25883     Update tesh files.
25884
25885 commit 9ba853e045bd240d5416327245ed9a9bc5273273
25886 Author: navarro <navarro@caraja.(none)>
25887 Date:   Mon Jan 23 10:51:41 2012 +0100
25888
25889     Remove unused variables and add missing prototypes.
25890
25891 commit b1f4ac74dc1e3839cf079047c20c05645de2f411
25892 Author: unknown <pierre@.(none)>
25893 Date:   Mon Jan 23 10:09:31 2012 +0100
25894
25895     Use of busy wait and not posix for te moment.
25896     On windows we don't have futex so we must use busy wait.
25897
25898 commit 3ddb87efeb93cc20cffe56c8e68bb430cc38a91f
25899 Author: navarro <navarro@caraja.(none)>
25900 Date:   Mon Jan 23 10:04:45 2012 +0100
25901
25902     Update factor for model LegrandVelho.
25903     Update times from tesh.
25904
25905 commit 02a00f47f678770942bb958298732bf492b00a03
25906 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
25907 Date:   Mon Jan 23 00:43:47 2012 +0100
25908
25909     [trace] adding combinations of tracing parameters to smpirun
25910
25911 commit 24cb645304990a4c3edd4dfb0c9ec4e4ea07b8d7
25912 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
25913 Date:   Mon Jan 23 00:34:52 2012 +0100
25914
25915     [trace] be more strict about errors
25916
25917 commit 5529b3bff5a81cb3bd333f265a72035f012e762b
25918 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
25919 Date:   Mon Jan 23 00:22:07 2012 +0100
25920
25921     [trace] fixing some memory leaks in smpi instrumentation code
25922
25923 commit ea5d4ac6b57a3771a16f9a998179688088f8b96c
25924 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
25925 Date:   Mon Jan 23 00:15:22 2012 +0100
25926
25927     [trace] re-writing some tracing functions
25928
25929 commit a1a3ef2ef4bf8ea5268deee7a85b23e90a7dd3a2
25930 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
25931 Date:   Sun Jan 22 18:00:12 2012 +0100
25932
25933     [trace] very simple program that creates, executes and destroy a task
25934
25935 commit b5edc55bfe0b09bcbeced8c1dc101cceec44d260
25936 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
25937 Date:   Sun Jan 22 17:58:49 2012 +0100
25938
25939     [trace] function now longer exist
25940
25941 commit 5b48ecff6b1223784a4a76b70f5101a9b153fb8f
25942 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
25943 Date:   Sun Jan 22 17:58:28 2012 +0100
25944
25945     [trace] some checks in tracing functions
25946
25947 commit 3ee9547673812bdb249d269bed19e7eabf81acf1
25948 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
25949 Date:   Sun Jan 22 17:55:34 2012 +0100
25950
25951     [trace] remove the container from its parent
25952
25953 commit 1ff5c72422dc1be04d8822c4df9b7ca3e13ccef1
25954 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
25955 Date:   Sun Jan 22 17:41:38 2012 +0100
25956
25957     [trace] in SMPI, follow the same start/end interface used in MSG
25958
25959 commit 9e6b03fb791fa6dd2e9eff88a2847fbf445ccfe4
25960 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
25961 Date:   Sun Jan 22 17:33:39 2012 +0100
25962
25963     [trace] moving traced smpi example to example/smpi/tracing/, plus new simple program
25964
25965 commit 7e3c9df9e2e9961bfcb8222ecdd6cc4e3e68f1ef
25966 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
25967 Date:   Sat Jan 21 12:02:19 2012 +0100
25968
25969     [trace] update test output
25970
25971 commit 617b20205f87067b9b9a57872053f95e8047a21c
25972 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
25973 Date:   Fri Jan 20 23:27:00 2012 +0100
25974
25975     [trace] very small memory leak fix in this example
25976
25977 commit 25cf463b5d392c1b4476f544ab4f025ada984cd6
25978 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
25979 Date:   Fri Jan 20 17:18:42 2012 +0100
25980
25981     [trace] removing the tracing per task (where each task was a container)
25982     
25983     the --cfg=tracing/msg/task:1 parameter is no longer supported
25984     
25985     reason:
25986     - not used
25987
25988 commit 5972326eb1013c4071d7af0c8959d6fbf793ef78
25989 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
25990 Date:   Fri Jan 20 16:25:19 2012 +0100
25991
25992     [trace] when destroying a container, remove its references from allContainers
25993
25994 commit c21c80de9d13320eb1f9b4c1c6f451646f29c270
25995 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
25996 Date:   Fri Jan 20 16:24:44 2012 +0100
25997
25998     [trace] remove info messages from process migration test, update its tesh
25999
26000 commit e7b7b4b41126df6c1198c30b5af68570cea785c5
26001 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
26002 Date:   Fri Jan 20 16:05:04 2012 +0100
26003
26004     [trace] removing memory leaks from the process migration tracing example
26005
26006 commit dce9b420c08aa49173451d45ba787102572bef9e
26007 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
26008 Date:   Fri Jan 20 16:02:10 2012 +0100
26009
26010     [trace] when a process migrates, we need to clean-up its container properly (including from its parent)
26011
26012 commit af006a958431122eb7510e4b9341864ca992bd4c
26013 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
26014 Date:   Fri Jan 20 15:39:51 2012 +0100
26015
26016     [trace] when a process ends, remove its container from the parent as well
26017
26018 commit 89353fbf37cdf2af9111ed84f3eefc12f05162e0
26019 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
26020 Date:   Fri Jan 20 15:38:34 2012 +0100
26021
26022     [trace] debug messages for recursive destruction of containers and types
26023
26024 commit e95613bab28cf4939642c611db7c864552d067d2
26025 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
26026 Date:   Fri Jan 20 15:37:54 2012 +0100
26027
26028     [trace] avoid return or break within a xbt_dict_foreach (it causes a memory leak)
26029
26030 commit f9b51727aa8da06d621c0e3ed653484bf0d64ba4
26031 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
26032 Date:   Fri Jan 20 15:14:51 2012 +0100
26033
26034     [trace] separate initialization function from setting the root container
26035
26036 commit 1812accaed347769b9ee20df400ba1935c754a96
26037 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
26038 Date:   Fri Jan 20 15:13:36 2012 +0100
26039
26040     [trace] function to remove a child from its parent container
26041
26042 commit 3b0f18d670e7e9f89cb5a875c2c24a2a9a5c7cb5
26043 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
26044 Date:   Fri Jan 20 11:35:22 2012 +0100
26045
26046     [trace] avoid comparing the tracing logs and the generated trace files
26047     
26048     details:
26049     - the issues raised by these tests were not related to the tracing system
26050
26051 commit 662ca0e49048d7aeadbd4f4b028cb0721a1d2a78
26052 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
26053 Date:   Fri Jan 20 11:31:29 2012 +0100
26054
26055     [trace] cleaner code for tracing examples
26056
26057 commit 7b98df0790cc3fec26293ba257f64d94135098c4
26058 Author: Martin Quinson <martin.quinson@loria.fr>
26059 Date:   Sun Jan 22 16:18:25 2012 +0100
26060
26061     we knew we won't explain how to install emacs here (shorten the URL)
26062
26063 commit 1ca4af8de22da143013582d8926db3282bfbd8b1
26064 Author: Christophe Thiéry <christopho128@gmail.com>
26065 Date:   Fri Jan 20 17:15:46 2012 +0100
26066
26067     Surf: also parallelize update_actions_state() of models
26068
26069 commit ea2c8ccd0b9ec582382f5f546d4a7faf5e6ce0e4
26070 Author: Christophe Thiéry <christopho128@gmail.com>
26071 Date:   Fri Jan 20 15:39:58 2012 +0100
26072
26073     Add an option --cfg=surf/nthreads:N to update Surf models in parallel
26074
26075 commit 6f14bd8ae6766808b2b30fc7cb3903d029b39cdb
26076 Author: Christophe Thiéry <christopho128@gmail.com>
26077 Date:   Fri Jan 20 14:47:48 2012 +0100
26078
26079     Surf: allow to call share_resources in parallel (never enabled yet)
26080
26081 commit ccc485f3688249e70503ad250cb065b5b6d7748f
26082 Author: Christophe Thiéry <christopho128@gmail.com>
26083 Date:   Fri Jan 20 14:47:19 2012 +0100
26084
26085     Parmap: add a value XBT_PARMAP_DEFAULT that decides the synchro mode for you
26086
26087 commit dc744bd76b753a66b1b92f11e22d592f4815d399
26088 Author: navarro <navarro@caraja.(none)>
26089 Date:   Thu Jan 19 20:34:23 2012 +0100
26090
26091     Remove old MSG_set_channel_number from examples.
26092
26093 commit 4dcdf4c43798ec5cfd6393c51768330cf5dfeb1d
26094 Author: Christophe Thiéry <christopho128@gmail.com>
26095 Date:   Thu Jan 19 17:10:30 2012 +0100
26096
26097     Fix SIMIX_post_io. For now SIMIX_req_file_read makes a Surf sleep action.
26098
26099 commit b9d8ff0f5f0819d9103795c70ed49534d695f8ba
26100 Author: navarro <navarro@caraja.(none)>
26101 Date:   Thu Jan 19 16:31:41 2012 +0100
26102
26103     Starting simix mecanism for io.
26104
26105 commit fc7ac35fd564108e7661f0e18dca7f01a6d3d429
26106 Author: Christophe Thiéry <christopho128@gmail.com>
26107 Date:   Thu Jan 19 15:22:31 2012 +0100
26108
26109     A for was a bit too much here. It should be readable now.
26110
26111 commit 12c3b724ab91be61bb7bf79b0e338f6ea200ca0d
26112 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
26113 Date:   Wed Jan 18 16:47:12 2012 +0100
26114
26115     Use %zu to format a sizeof value.
26116
26117 commit 06ede6a203ee04c497bb46f1ce1c86f0aaab81be
26118 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
26119 Date:   Wed Jan 18 15:21:39 2012 +0100
26120
26121     Don't turn warnings about clobbered variables into errors on older gcc.
26122     
26123     Rationale: given warnings seem bogus.
26124
26125 commit 83d5e2d22bef35118f8f8f5bcb506830b687690b
26126 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
26127 Date:   Wed Jan 18 15:19:29 2012 +0100
26128
26129     Enable warnings iff enable_compile_warnings=ON.
26130
26131 commit 6e1b69142e3c420c6545df0261f4e348dd87bed9
26132 Author: navarro <navarro@caraja.(none)>
26133 Date:   Thu Jan 19 11:32:48 2012 +0100
26134
26135     Write doc for how to use examples
26136
26137 commit 3f6f4cda91fafc2e04ed432f6f5bb38e4eaaf2df
26138 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
26139 Date:   Thu Jan 19 10:45:43 2012 +0100
26140
26141     Inline test_all() in masterslave_mailbox.
26142
26143 commit bdaaac614d1bb0ee8e034fa76862068d57e362ee
26144 Merge: 09dc52c 15859bf
26145 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
26146 Date:   Thu Jan 19 10:38:27 2012 +0100
26147
26148     Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot//simgrid/simgrid
26149     
26150     Conflicts:
26151         examples/msg/chord/chord_stateful.c
26152
26153 commit 15859bfb80dd913822847aa2551817663cd87307
26154 Author: navarro <navarro@caraja.(none)>
26155 Date:   Thu Jan 19 10:28:11 2012 +0100
26156
26157     Add mm.c to fragile sources
26158
26159 commit 09dc52c7febe7a37513ee7480826f5a2c4ceb76e
26160 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
26161 Date:   Thu Jan 19 10:14:50 2012 +0100
26162
26163     unused example chord_stateful removed
26164
26165 commit 48a6c50a85f2d0d71990bd4a57d23fb6d763f64a
26166 Author: navarro <navarro@caraja.(none)>
26167 Date:   Tue Jan 17 17:47:48 2012 +0100
26168
26169     Completely remove channel mecanism with tesh tested examples.
26170
26171 commit f6c9a2b6c90817616b0c13bae51d150b6fb46fcd
26172 Author: navarro <navarro@caraja.(none)>
26173 Date:   Tue Jan 17 17:03:18 2012 +0100
26174
26175     Put XBT_WARN when try to use channel and not alias system.
26176     Give the right function with alias.
26177
26178 commit aa78c33d810c3707ecb368a3c38b6052b600c72b
26179 Author: navarro <navarro@caraja.(none)>
26180 Date:   Tue Jan 17 15:45:59 2012 +0100
26181
26182     Also display some information when procname is NULL
26183
26184 commit fbf434790f49223a9091d0d9e360c6f9589cdf24
26185 Author: navarro <navarro@caraja.(none)>
26186 Date:   Tue Jan 17 15:08:14 2012 +0100
26187
26188     Revert "Fix segfault when using XBT_... and when process have no name."
26189     Use of commit 1eac1757ad2fe043df17ac10262648504c226907 Don't crash with NULL procname.
26190     
26191     This reverts commit 9c0bd4e1db324336f4bbbfbe6e5d909a27e54d68.
26192
26193 commit 1eac1757ad2fe043df17ac10262648504c226907
26194 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
26195 Date:   Tue Jan 17 15:02:05 2012 +0100
26196
26197     Don't crash with NULL procname.
26198
26199 commit 1c3c4152e69745ab31273ace8cde9f2613065785
26200 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
26201 Date:   Mon Jan 16 18:07:29 2012 +0100
26202
26203     AFAICS, there is no problem with e.msg.
26204
26205 commit 6b863f9e09ff69bbe8782b9fec6da065be6d4615
26206 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
26207 Date:   Tue Jan 10 14:27:58 2012 +0100
26208
26209     Cosmetics: fix indentation.
26210
26211 commit 9c0bd4e1db324336f4bbbfbe6e5d909a27e54d68
26212 Author: navarro <navarro@caraja.(none)>
26213 Date:   Tue Jan 17 15:01:45 2012 +0100
26214
26215     Fix segfault when using XBT_... and when process have no name.
26216
26217 commit 12b884a0e928fc554aff99d3afb02d98a957f571
26218 Author: navarro <navarro@caraja.(none)>
26219 Date:   Tue Jan 17 14:47:41 2012 +0100
26220
26221     Implement SIMIX_process_from_PID
26222
26223 commit 1eea6244cb7d49ecb2244c24e218f31d9d821b41
26224 Author: navarro <navarro@caraja.(none)>
26225 Date:   Tue Jan 17 13:51:10 2012 +0100
26226
26227     Factorize functions for smpi factor.
26228
26229 commit 2e53f4785e9a2b365a2e7dd3c4248b96ba79dd4b
26230 Author: navarro <navarro@caraja.(none)>
26231 Date:   Tue Jan 17 12:31:24 2012 +0100
26232
26233     Fix some memory leak.
26234
26235 commit 6dc7bf51741e62725841081d57163f97f5cfd522
26236 Author: navarro <navarro@caraja.(none)>
26237 Date:   Tue Jan 17 10:54:20 2012 +0100
26238
26239     Update changelog for smpi factor.
26240
26241 commit bea71eb0cdea9abd9b6476bdaaecd26179d58cd8
26242 Author: navarro <navarro@caraja.(none)>
26243 Date:   Mon Jan 16 18:56:24 2012 +0100
26244
26245     Add a platform with tag config and explain how to change smpi factor.
26246
26247 commit 8a47028116925fea959f95bfe881618489658231
26248 Author: navarro <navarro@caraja.(none)>
26249 Date:   Mon Jan 16 18:42:55 2012 +0100
26250
26251     Offer the possibility to change smpi bandwidth and latency factor into tag config or by command line.
26252     Use --cfg=smpi/bw_factor="thresholh:return_value;threshold:return_value;..."
26253     or --cfg=smpi/lat_factor="thresholh:return_value;threshold:return_value;...
26254
26255 commit 8744043b8a87826b6850929f0ec1bd4404c2fcfa
26256 Author: navarro <navarro@caraja.(none)>
26257 Date:   Mon Jan 16 17:37:09 2012 +0100
26258
26259     Put xbt_cfg_register for smpi into surf_config.c file
26260
26261 commit 655040c6a7e0502c81e30219b8619e0c70b575dd
26262 Merge: 5fa2ad3 69e577a
26263 Author: Martin Quinson <martin.quinson@loria.fr>
26264 Date:   Mon Jan 16 16:32:50 2012 +0100
26265
26266     Merge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid
26267
26268 commit 5fa2ad3abc82bfb45cdcc2144b6c9f92e8d9e019
26269 Author: Martin Quinson <martin.quinson@loria.fr>
26270 Date:   Mon Jan 16 16:32:31 2012 +0100
26271
26272     document what I've done, and note that a written item is not finished yet
26273
26274 commit 69e577ad6c752d5a28af3ede8d31a70265178c17
26275 Author: Christophe Thiéry <christopho128@gmail.com>
26276 Date:   Mon Jan 16 12:18:45 2012 +0100
26277
26278     Lua chord: simplify the code by reusing tasks since it now works
26279
26280 commit 8acf904e8d278c61585dc4d6893fa74cf0faaae9
26281 Author: Christophe Thiéry <christopho128@gmail.com>
26282 Date:   Mon Jan 16 12:07:10 2012 +0100
26283
26284     Add a test for Chord in Lua
26285
26286 commit e045b97cdfe87a1f96a92fd26122fa4675667513
26287 Author: Christophe Thiéry <christopho128@gmail.com>
26288 Date:   Mon Jan 16 11:47:16 2012 +0100
26289
26290     MSG_task_dsend: don't apply a default function if cleanup is NULL
26291     
26292     NULL now means that no cleanup function will be called by SIMIX.
26293     This is useful if the task is garbage collected (as in Lua).
26294
26295 commit ed8f133b3bcee22984faa7d3ed48340ba4f9f68c
26296 Author: Christophe Thiéry <christopho128@gmail.com>
26297 Date:   Fri Jan 13 17:04:03 2012 +0100
26298
26299     Lua: close the Lua world of a process being destroyed
26300     
26301     Also make sure MSG_clean is called only once (by maestro).
26302
26303 commit ab6dbae7f0ae8ebd519f86898d23e909f5f57b56
26304 Author: Christophe Thiéry <christopho128@gmail.com>
26305 Date:   Fri Jan 13 16:59:02 2012 +0100
26306
26307     Fix a compilation error
26308
26309 commit a2db6875e060904db6e80684eb50ce2acba17dfc
26310 Author: Christophe Thiéry <christopho128@gmail.com>
26311 Date:   Fri Jan 13 16:22:52 2012 +0100
26312
26313     Lua: forgot the timeout argument of simgrid.comm.send
26314
26315 commit 8ba5ebec745c34478bd1082a07edcb76aab3aefb
26316 Author: Christophe Thiéry <christopho128@gmail.com>
26317 Date:   Fri Jan 13 15:24:49 2012 +0100
26318
26319     Change the prototype of copy data callbacks to add the source buffer
26320
26321 commit 2a6d1b59788a13c520e32f3def71d0fc280d532d
26322 Author: Christophe Thiéry <christopho128@gmail.com>
26323 Date:   Fri Jan 13 15:07:08 2012 +0100
26324
26325     MSG_comm_destroy should not assume that the task still exists
26326     
26327     task->isused is reset when a comm finishes.
26328     It's just MSG_comm_waitany who forgot to do it.
26329
26330 commit 7a5846ae0f17bbb8f9a0c907f36f15afa92cf73f
26331 Merge: 15c81e4 ceb6e76
26332 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
26333 Date:   Fri Jan 13 16:35:46 2012 +0100
26334
26335     Merge branch 'MC_LTL'
26336
26337 commit ceb6e76a440fc99e23b329abeebd25a2bf7a073d
26338 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
26339 Date:   Fri Jan 13 16:33:04 2012 +0100
26340
26341     model-checker : new function MC_diff to display all informations about a system state
26342
26343 commit 1c6ecd7825422241dd932318a4ba03c3df1de985
26344 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
26345 Date:   Fri Jan 13 16:29:52 2012 +0100
26346
26347     model-checker : break forgotten in switch
26348
26349 commit 15c81e44412415173de220954a453019c68714cd
26350 Merge: ab36e52 14226aa
26351 Author: Martin Quinson <martin.quinson@loria.fr>
26352 Date:   Fri Jan 13 15:13:42 2012 +0100
26353
26354     Merge branch 'MC_LTL'
26355
26356 commit ab36e52cc954b2f03e681b0646a6518591aa43d8
26357 Author: unknown <pierre@.(none)>
26358 Date:   Fri Jan 13 14:32:59 2012 +0100
26359
26360     Package of simgrid.dll
26361
26362 commit b774f1c3197a98f1244ca169245c1aee13828fda
26363 Author: unknown <pierre@.(none)>
26364 Date:   Fri Jan 13 14:31:40 2012 +0100
26365
26366     Declare functions XBT_PUBLIC to export them.
26367
26368 commit 64eaea8aebb5045fa34adcd14e9ae7cb94e98200
26369 Author: unknown <pierre@.(none)>
26370 Date:   Fri Jan 13 11:35:29 2012 +0100
26371
26372     Add more debug messages and add flag _I_X86 on windows platform
26373
26374 commit e1a9e5d7d26130e133b17da6c6e598c07dc6f33c
26375 Author: unknown <pierre@.(none)>
26376 Date:   Fri Jan 13 11:30:03 2012 +0100
26377
26378     The function is not implemented so put a THROW_UNIMPLEMENTED
26379
26380 commit 1c76cada7536a194addfbf668f4367f390fe8aed
26381 Author: unknown <pierre@.(none)>
26382 Date:   Thu Jan 12 17:24:58 2012 +0100
26383
26384     Add a dll for simgrid and protect DLL_EXPORT and DLL_IMPORT from multiple definition
26385
26386 commit 20d600a51884e28a4e966a12492a16502529115c
26387 Author: Christophe Thiéry <christopho128@gmail.com>
26388 Date:   Thu Jan 12 16:51:40 2012 +0100
26389
26390     Lua: only keep tracks of tables coming from maestro
26391
26392 commit da49d0acf6e8ff2ff47d66d683f9f367bc5b2088
26393 Author: Christophe Thiéry <christopho128@gmail.com>
26394 Date:   Thu Jan 12 16:51:02 2012 +0100
26395
26396     Fix a variable name
26397
26398 commit 773dc73ff2e12aa636dcc6dd06da8d5750d577f8
26399 Author: Christophe Thiéry <christopho128@gmail.com>
26400 Date:   Thu Jan 12 11:45:10 2012 +0100
26401
26402     Split simgrid_lua.c in one source file per module
26403
26404 commit b8ef9510aee1b2c8a7da1cdd3a2f062b4ad3269a
26405 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
26406 Date:   Thu Jan 12 10:55:28 2012 +0100
26407
26408     model-checker : add informations when log debug enabled
26409
26410 commit cf7795d3c665a3e6a6975f613cf1113185d98a67
26411 Author: Christophe Thiéry <christopho128@gmail.com>
26412 Date:   Thu Jan 12 10:28:04 2012 +0100
26413
26414     Add binaries and various files to .gitignore
26415
26416 commit 5750dbabe5db8a1d56b02eba07a4e07aa1836ed2
26417 Author: Christophe Thiéry <christopho128@gmail.com>
26418 Date:   Thu Jan 12 10:23:01 2012 +0100
26419
26420     Add comments to the Lua task copy callback
26421
26422 commit adcbfeff6007a7b6f92ea29b46ed82fdc1296a51
26423 Author: Christophe Thiéry <christopho128@gmail.com>
26424 Date:   Thu Jan 12 10:14:08 2012 +0100
26425
26426     MSG: register a SIMIX copy data callback only if necessary
26427
26428 commit 14226aa8e149636047c44fb76c20163989594cb1
26429 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
26430 Date:   Thu Jan 12 09:50:44 2012 +0100
26431
26432     model-checker : prototypes of static functions moved
26433
26434 commit feb324b7b93196bfb93ac0f7a9187f2406dca650
26435 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
26436 Date:   Thu Jan 12 09:41:14 2012 +0100
26437
26438     model-checker : prototypes of unused functions removed
26439
26440 commit 9612030d863ecf627fe05bc73bca003da4e6bde8
26441 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
26442 Date:   Thu Jan 12 09:23:43 2012 +0100
26443
26444     model-checker : %zu instead of %Zu in printf
26445
26446 commit 2be0e4648c5b7055580df1c265b7c43ee6763a46
26447 Merge: df801ef f061029
26448 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
26449 Date:   Wed Jan 11 16:26:44 2012 +0100
26450
26451     merge conflicts resolved
26452
26453 commit df801effd71cdbc852ec2a588218e4e81c06cf07
26454 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
26455 Date:   Wed Jan 11 15:09:25 2012 +0100
26456
26457     model-checker : more informations if log enabled for mc_liveness
26458
26459 commit 6ebf62909fe0465d6180044f5fcc93e083c7e184
26460 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
26461 Date:   Wed Jan 11 15:08:02 2012 +0100
26462
26463     model-checker : add example centralized_liveness in CMakeLists.txt
26464
26465 commit 059291b87112991d41f426698f45afea178efb0b
26466 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
26467 Date:   Wed Jan 11 15:05:57 2012 +0100
26468
26469     model-checker : new example for liveness properties
26470
26471 commit f061029fca33be8f01a10aefc1016ccc03b8d0c8
26472 Author: Christophe Thiéry <christopho128@gmail.com>
26473 Date:   Wed Jan 11 13:15:51 2012 +0100
26474
26475     Lua: copy the Lua task right after the C task using an MSG callback
26476     
26477     Copying the task when the receiver wakes up was too late since the
26478     sender process might already be freed.
26479
26480 commit 0630e3ce62f6740b2717aa082806a9874bc7593f
26481 Author: Christophe Thiéry <christopho128@gmail.com>
26482 Date:   Wed Jan 11 13:15:04 2012 +0100
26483
26484     MSG: add a function to register a task copy callback
26485
26486 commit eea3e00f521485a3753f57990a52c1121e7fb049
26487 Author: Christophe Thiéry <christopho128@gmail.com>
26488 Date:   Wed Jan 11 13:11:53 2012 +0100
26489
26490     Remove declaration of unexisting functions
26491
26492 commit 2f5211bf7f03f031606a9b7b069bb8fd0bd1cf26
26493 Author: Christophe Thiéry <christopho128@gmail.com>
26494 Date:   Wed Jan 11 12:57:28 2012 +0100
26495
26496     The timings of these tests have changed since crosstraffic is enabled
26497
26498 commit 390322eb82e3676ea5fad6b4320e8999fedaa2a8
26499 Author: unknown <pierre@.(none)>
26500 Date:   Wed Jan 11 13:20:48 2012 +0100
26501
26502     Download doc with wget on windows and add a target for nsis.
26503
26504 commit 615d7a6fdc503a82e7b7ddedf2ac2787772ba806
26505 Author: unknown <pierre@.(none)>
26506 Date:   Wed Jan 11 11:06:44 2012 +0100
26507
26508     Add missing headers to simgrid install for windows
26509
26510 commit d6a9c9386c5b610524ddfc4b503042e63215f9d2
26511 Author: unknown <pierre@.(none)>
26512 Date:   Wed Jan 11 10:43:47 2012 +0100
26513
26514     New logo for installer.
26515
26516 commit dba15063912e5066636f0d4354780807a586196d
26517 Author: unknown <pierre@.(none)>
26518 Date:   Tue Jan 10 22:42:29 2012 +0100
26519
26520     return 0 instead of die.
26521
26522 commit 5f4a48dd53e0831ee818fa9e683c22ab97ae43cc
26523 Author: unknown <pierre@.(none)>
26524 Date:   Tue Jan 10 22:38:11 2012 +0100
26525
26526     On windows pthread_atfork is not implemented
26527
26528 commit 0053bacb6660743f437919503cb9cd376de9bea7
26529 Author: unknown <pierre@.(none)>
26530 Date:   Tue Jan 10 22:37:49 2012 +0100
26531
26532     Make Hello World example works with mingw
26533
26534 commit efb208392b7630ccaad2b75e640def61124103a0
26535 Author: unknown <pierre@.(none)>
26536 Date:   Tue Jan 10 22:16:32 2012 +0100
26537
26538     Update nsis script.
26539     Update version of pcre lib.
26540
26541 commit 6740a49a46fa6534825f33687543c2fda022fbef
26542 Author: unknown <pierre@.(none)>
26543 Date:   Tue Jan 10 21:42:10 2012 +0100
26544
26545     Don't compile those examples on Win
26546
26547 commit 4251386bc4f6b572a0660c6a8cb56545e30d1cbc
26548 Author: unknown <pierre@.(none)>
26549 Date:   Tue Jan 10 18:46:28 2012 +0100
26550
26551     Update README from HelloWorld.
26552     Replace gmake by mingw32-make
26553
26554 commit ad54685eed9aa1f41c75f42923eb51df8061f2cb
26555 Author: unknown <pierre@.(none)>
26556 Date:   Tue Jan 10 18:38:00 2012 +0100
26557
26558     Update doc for MinGW
26559
26560 commit a579ac8c68d028ea2ca9c433cfdcdaf76a5859ee
26561 Author: unknown <pierre@.(none)>
26562 Date:   Tue Jan 10 18:37:40 2012 +0100
26563
26564     sleep doesn't exist on windows.
26565
26566 commit f53878d291e2233d90268d3feb3c022298a9c3e3
26567 Author: unknown <pierre@.(none)>
26568 Date:   Tue Jan 10 18:14:29 2012 +0100
26569
26570     Cosmetics and replace some deprecated function 'exec_program' for 'execute_process'.
26571     Remove unused part for windows.
26572
26573 commit 92b5df93e3d02736a7bc4982c2ba897a066f8d44
26574 Author: unknown <pierre@.(none)>
26575 Date:   Tue Jan 10 18:05:36 2012 +0100
26576
26577     Make Simgrid compile with MinGW and gcc4.6
26578     Need new flags.
26579     For now on gcc 64bits it fails so we must use gcc 32bits on 64platforms.
26580
26581 commit 60355bed903869faa578eb27ade59bd82b9dfecc
26582 Author: unknown <pierre@.(none)>
26583 Date:   Tue Jan 10 18:03:57 2012 +0100
26584
26585     Remove unused part.
26586
26587 commit 121c5d3bc8a3e543d852de5f1ff6fa715b55bd51
26588 Author: unknown <pierre@.(none)>
26589 Date:   Tue Jan 10 15:27:38 2012 +0100
26590
26591     Only use MinGW compilator
26592
26593 commit f5b2572660011ca060fcbc47c548dc199b170f26
26594 Author: unknown <pierre@.(none)>
26595 Date:   Tue Jan 10 15:27:15 2012 +0100
26596
26597     Make those programs succed on windows.
26598
26599 commit b662da05c7a9a5bfc5babe73ac628c61bd276077
26600 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
26601 Date:   Tue Jan 10 14:22:58 2012 +0100
26602
26603     Fix other "missing prototype" errors.
26604
26605 commit 1817e908617a7ac2fd9cd68dc222117c368477a1
26606 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
26607 Date:   Tue Jan 10 13:37:17 2012 +0100
26608
26609     model-checker : bugged2_liveness with promela of LTL properties checked
26610
26611 commit df837e0ddb2a1a65e0f8c8317c890df416d1c4c3
26612 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
26613 Date:   Thu Jan 5 16:51:34 2012 +0100
26614
26615     Fix test, and remove duplicated checks.
26616
26617 commit efaf3faf8b1d61621c2e9253f853ab0733f6eba3
26618 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
26619 Date:   Mon Jan 9 14:48:25 2012 +0100
26620
26621     Fix error: passing argument 7 of â€˜SIMIX_req_comm_isend’ from incompatible pointer type.
26622     
26623     Note: casting non-compatible pointers to functions results in undefined behavior.
26624
26625 commit f9eaeed428ca3561e883ff8033ac4b4f0d122249
26626 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
26627 Date:   Mon Jan 9 14:42:15 2012 +0100
26628
26629     Fix error: passing argument 3 of â€˜xbt_dict_set’ discards â€˜const’ qualifier from pointer target type.
26630
26631 commit e4274b0d96b7fa1ff6b66c69daaa4c1f5346c7d5
26632 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
26633 Date:   Mon Jan 9 14:36:47 2012 +0100
26634
26635     Fix compilation errors about "enumeration value not handled in switch".
26636
26637 commit e1f51129fd77a984d68be6b5bb7139dfbcad2a9d
26638 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
26639 Date:   Tue Jan 10 13:23:00 2012 +0100
26640
26641     Add missing declaration.
26642
26643 commit a941e1f7d2bca6b2e3ef7f83b954d26f990cd9a6
26644 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
26645 Date:   Tue Jan 10 13:07:48 2012 +0100
26646
26647     model-checker : new LTL property for bugged2_liveness example
26648
26649 commit 26490f97f7e8b09ee0baa59359387d32dd78f77e
26650 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
26651 Date:   Tue Jan 10 13:06:03 2012 +0100
26652
26653     Fix format.
26654
26655 commit 4e1a58d8dddd870d551f294db5caf5315f69aba9
26656 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
26657 Date:   Tue Jan 10 12:04:32 2012 +0100
26658
26659     Don't use printf modifier %Z.  Use %z instead.
26660
26661 commit e716b5b6eb47bcdd09c22747a617a7f68e65a645
26662 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
26663 Date:   Mon Jan 9 21:59:31 2012 +0100
26664
26665     model-checker : add comments for the example bugged2_liveness
26666
26667 commit 40af3dfdccd15dc232d8e7d9e9ad26655092cbfc
26668 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
26669 Date:   Mon Jan 9 21:52:59 2012 +0100
26670
26671     model-checker : new examples for verification of liveness properties
26672
26673 commit eef53920677fb0b3632b965c36f2f4256bf8d9e0
26674 Author: Martin Quinson <martin.quinson@loria.fr>
26675 Date:   Mon Jan 9 18:17:37 2012 +0100
26676
26677     give the localisation of parse errors more accurately
26678
26679 commit 6b188a3ca7fe91cf125a08229fb4fe51eee26e6d
26680 Merge: 90453ba 71c8117
26681 Author: Martin Quinson <martin.quinson@loria.fr>
26682 Date:   Mon Jan 9 18:16:57 2012 +0100
26683
26684     Merge branches 'MC_LTL' and 'MC_LTL' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid
26685
26686 commit 90453ba7d6d9e02b008bca1e1fa2b4ad3b06ca6b
26687 Author: Martin Quinson <martin.quinson@loria.fr>
26688 Date:   Mon Jan 9 16:48:39 2012 +0100
26689
26690     make sure that we won't survive a parser error in the deployment file
26691
26692 commit bfb1fc1be00a83251377e2652e9c60b9bcf8204a
26693 Author: Martin Quinson <martin.quinson@loria.fr>
26694 Date:   Mon Jan 9 16:18:59 2012 +0100
26695
26696     make it compile with -Werror by forcing a type casting
26697
26698 commit 06fa9a32fb59c32c0d40ed6caf4af776347e0ed4
26699 Merge: db8b600 4d470ad
26700 Author: Martin Quinson <martin.quinson@loria.fr>
26701 Date:   Mon Jan 9 16:11:11 2012 +0100
26702
26703     Merge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid
26704
26705 commit db8b60099177f9b4642158fb09c030ebcbbff774
26706 Author: Martin Quinson <martin.quinson@loria.fr>
26707 Date:   Mon Jan 9 16:10:18 2012 +0100
26708
26709     improve doc of multicore in FAQ
26710
26711 commit 4d470ade00f7a30a8ed5a9add5d6a7f37683cba6
26712 Author: Navarrop <Pierre.Navarro@imag.fr>
26713 Date:   Mon Jan 9 15:58:29 2012 +0100
26714
26715     Remove test masterslave-cpu_ti-no-crosstraffic because it is close to simple masterslave
26716
26717 commit 78fe25dc835dd1af605c7926019a6e3112b60623
26718 Author: Navarrop <Pierre.Navarro@imag.fr>
26719 Date:   Mon Jan 9 14:58:46 2012 +0100
26720
26721     Update option page: Write that crosstraffic is enable by default.
26722
26723 commit 272c65e3b433ad56cb27ecfe229dc888bcbdc6e2
26724 Author: Navarrop <Pierre.Navarro@imag.fr>
26725 Date:   Mon Jan 9 14:57:57 2012 +0100
26726
26727     Add the faq to documentation because it is under version control
26728
26729 commit 6863e612aa4a7130e92b6854f7c7f68b172cf350
26730 Author: Navarrop <Pierre.Navarro@imag.fr>
26731 Date:   Mon Jan 9 12:37:11 2012 +0100
26732
26733     Rename old tesh with no-crosstraffic and new like old name because crosstraffic is enable by default.
26734
26735 commit 80ab6d50a11c1c0e86ce476b629f302c55903192
26736 Author: Martin Quinson <martin.quinson@loria.fr>
26737 Date:   Mon Jan 9 11:27:20 2012 +0100
26738
26739     cosmetics in the ChangeLog
26740
26741 commit 53d6c6fe82beb22d4207ce63c32a5c3e003754d2
26742 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
26743 Date:   Sun Jan 8 02:19:39 2012 +0100
26744
26745     [trace] valgrind's memcheck to wipe out memory leaks from the tracing system
26746     
26747     and some simplifications in tracing resource utilization
26748
26749 commit 5a139e0a3a07e70888bd65987da21a495a2eedfb
26750 Author: Christopho <christopho@solarus-engine.org>
26751 Date:   Fri Jan 6 17:49:37 2012 +0100
26752
26753     Clean smx_ctx_java_stop, but it does not work yet
26754
26755 commit dbd4339eb579bb74a97c193fe63a153eedb98c51
26756 Author: Christopho <christopho@solarus-engine.org>
26757 Date:   Fri Jan 6 17:48:36 2012 +0100
26758
26759     Don't destroy the Java thread object yet, we still have to call it
26760
26761 commit 2392b5157f8d7fb6cf9fce3244730484d694586a
26762 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
26763 Date:   Fri Dec 9 16:45:14 2011 +0100
26764
26765     Fix the order of contraints changed by previous commits:
26766     
26767     7591b36 Reduce the number of calls to lmm_update_modified_set.
26768     c44aefe In lmm_update_modified_set, don't visit variables twice.
26769
26770 commit 251e40dfd575845209e8b4191b87064fb68556a9
26771 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
26772 Date:   Fri Dec 9 16:45:13 2011 +0100
26773
26774     In lmm_update_modified_set, don't visit variables twice.
26775     
26776     Note: the constraints may be ordered differently in
26777     modified_constraint_set, and the timings may vary a bit.
26778     If it is really important, the following patch fixes that:
26779     
26780     --- a/src/surf/maxmin.c
26781     +++ b/src/surf/maxmin.c
26782     @@ -790,10 +790,8 @@ static void lmm_update_modified_set_rec(lmm_system_t sys,
26783          lmm_variable_t var = elem->variable;
26784          s_lmm_element_t *cnsts = var->cnsts;
26785          int i;
26786     -    if (var->visited == sys->visited_counter)
26787     -      continue;
26788     -    var->visited = sys->visited_counter;
26789     -    for (i = 0; i < var->cnsts_number; i++) {
26790     +    for (i = 0; var->visited != sys->visited_counter
26791     +                && i < var->cnsts_number ; i++) {
26792            if (cnsts[i].constraint != cnst
26793                && !xbt_swag_belongs(cnsts[i].constraint,
26794                                     &sys->modified_constraint_set)) {
26795     @@ -801,6 +799,7 @@ static void lmm_update_modified_set_rec(lmm_system_t sys,
26796              lmm_update_modified_set_rec(sys, cnsts[i].constraint);
26797            }
26798          }
26799     +    var->visited = sys->visited_counter;
26800        }
26801      }
26802
26803 commit 4bc4229f39e1d4ea65e2f840bb902cbef1e4d8b5
26804 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
26805 Date:   Fri Dec 9 16:45:12 2011 +0100
26806
26807     Try hard to optimize lmm_update_modified_set.
26808     
26809     * move tests for final case before calling the recursive function
26810     * try to help the compiler inliner/optimizer by putting accesses to
26811       modified_constraint_set together
26812
26813 commit 07382145819134d7bbbc2eec66a0f5c285ac84f0
26814 Author: Navarrop <Pierre.Navarro@imag.fr>
26815 Date:   Fri Jan 6 16:01:33 2012 +0100
26816
26817     The variable-constraint graph is already traversed, and there is no
26818     need to call lmm_update_modified_set for each constraint of a variable.
26819     
26820     Note: the fix in lmm_update_variable_weight may change the order of the
26821     elements in modified_constraint_set, and some timings may slightly vary.
26822     If it is really important, the following patch fixes that:
26823     
26824     --- a/src/surf/maxmin.c
26825     +++ b/src/surf/maxmin.c
26826     @@ -716,13 +716,13 @@ void lmm_update_variable_weight(lmm_system_t sys, lmm_variable_t var,
26827            xbt_swag_insert_at_head(elem, &(elem->constraint->element_set));
26828          else
26829            xbt_swag_insert_at_tail(elem, &(elem->constraint->element_set));
26830     +
26831     +    if (i == 0)
26832     +      lmm_update_modified_set(sys, elem->constraint);
26833        }
26834        if (!weight)
26835          var->value = 0.0;
26836     
26837     -  if (var->cnsts_number)
26838     -    lmm_update_modified_set(sys, var->cnsts[0].constraint);
26839     -
26840        XBT_OUT();
26841      }
26842
26843 commit 9fdf4cc5eefe3534a8689d5093801ddaded6cb8c
26844 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
26845 Date:   Fri Dec 9 16:45:10 2011 +0100
26846
26847     Ensure that all constraints are put in modified_constraint_set on lmm_expand.
26848     
26849     Without this change, if cnst was previously marked as modified, the constraints
26850     involving var were not considered.
26851
26852 commit 15ac936e6ed08bde2c850cd6d8731a530535de13
26853 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
26854 Date:   Fri Dec 9 16:45:09 2011 +0100
26855
26856     Remove constraint from modified_constraint_set, when made inactive.
26857
26858 commit dcbaa4c7c03976524195c472e08fa71f9cc4fc6c
26859 Author: Navarrop <Pierre.Navarro@imag.fr>
26860 Date:   Fri Jan 6 15:14:07 2012 +0100
26861
26862     Rewrite script for update tesh file.
26863
26864 commit f98d530cc48b4cb1f472284015206d348636b84d
26865 Author: Christophe Thiéry <christopho128@gmail.com>
26866 Date:   Fri Jan 6 15:29:17 2012 +0100
26867
26868     Keep iwannadie set instead of lying to the context factory
26869
26870 commit 9f227dab539a56b04a5c3ab15d4a7035db9c6cd5
26871 Merge: 71c0bc5 c17101f
26872 Author: Christophe Thiéry <christopho128@gmail.com>
26873 Date:   Fri Jan 6 15:27:35 2012 +0100
26874
26875     Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot//simgrid/simgrid
26876
26877 commit 71c0bc5e0aad59c7b437380e6fb553f2224ec9b2
26878 Author: Christophe Thiéry <christopho128@gmail.com>
26879 Date:   Fri Jan 6 15:27:04 2012 +0100
26880
26881     SIMIX: when a process is killed, remove its blocking comm from the list
26882
26883 commit 453654a13f55c08d8932b79561bfeba5b69e27ae
26884 Author: Christophe Thiéry <christopho128@gmail.com>
26885 Date:   Fri Jan 6 15:26:26 2012 +0100
26886
26887     MSG: don't keep pointers to a structure freed
26888
26889 commit c17101fce25d0553c1bc7b48b5727c42b33cc217
26890 Author: Navarrop <Pierre.Navarro@imag.fr>
26891 Date:   Fri Jan 6 15:08:43 2012 +0100
26892
26893     Add some tests for crosstraffic = 1.
26894     Set crosstraffic = 1 with default workstation model.
26895     Update tesh.
26896
26897 commit 7d8a6180b3769b53adbe4600df95074763141495
26898 Merge: 13cd88d 52829c8
26899 Author: Christophe Thiéry <christopho128@gmail.com>
26900 Date:   Fri Jan 6 10:26:02 2012 +0100
26901
26902     Merge branch 'smpi'
26903
26904 commit 52829c86978c0bee71a0dcd43d4a07a5922d06c2
26905 Author: Christophe Thiéry <christopho128@gmail.com>
26906 Date:   Thu Jan 5 19:30:23 2012 +0100
26907
26908     clean_fun is the function that frees the userdata of a detached send
26909
26910 commit 78066359276779d87571226ba7a6c1ef69ea1a83
26911 Author: Christophe Thiéry <christopho128@gmail.com>
26912 Date:   Thu Jan 5 19:03:18 2012 +0100
26913
26914     SMPI: don't finish immediately a dsend comm.
26915     
26916     Otherwise, the receiver would make invalid memory reads while matching
26917     the comm. I'm not sure when the request can be freed, so for now,
26918     dsends make a memory leaks. But smpi-reduce now works.
26919
26920 commit 1ae612ef301a26795068505cf761169ed29a5451
26921 Author: Christophe Thiéry <christopho128@gmail.com>
26922 Date:   Thu Jan 5 18:10:46 2012 +0100
26923
26924     SMPI: before terminating a process, wait for its asynchronous comms
26925
26926 commit cb025a65332d7a4d6b878b00873b3da07f15021a
26927 Author: Christophe Thiéry <christopho128@gmail.com>
26928 Date:   Thu Jan 5 18:01:13 2012 +0100
26929
26930     When a process leaves, no one should ever finish a communication with it
26931     
26932     Its unstarted comms must never get matched in the future and its
26933     started comms must be canceled, no matter if they are detached.
26934
26935 commit cb9acd674a06e8ed50695dea9d3c758b8c7101cf
26936 Author: Christophe Thiéry <christopho128@gmail.com>
26937 Date:   Thu Jan 5 17:59:36 2012 +0100
26938
26939     Export SIMIX_rdv_remove and fix debug messages
26940
26941 commit 1b66d3ced98414bbaeddc12a9b107073891a9d81
26942 Author: Christophe Thiéry <christopho128@gmail.com>
26943 Date:   Thu Jan 5 17:56:22 2012 +0100
26944
26945     -0.000000 is lower than 0.0. True story.
26946
26947 commit aa573ece36e8a4892acbdbdd237a12762cb52111
26948 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
26949 Date:   Thu Jan 5 14:44:51 2012 +0100
26950
26951     model-checker : warnings fixed
26952
26953 commit 13cd88d969534f1646ebbd61f2687429d218cf38
26954 Author: Navarrop <Pierre.Navarro@imag.fr>
26955 Date:   Thu Jan 5 12:52:39 2012 +0100
26956
26957     Sorry, for this stupid error
26958
26959 commit c9c23fbcad8829230381279f08b72d22c82c7d20
26960 Author: Pierre <pierre@erie.imag.fr>
26961 Date:   Thu Jan 5 12:41:20 2012 +0100
26962
26963     Use xbt_config mechanism instead of hard coding value.
26964
26965 commit 06bee23c2ca4e5d4efaa9f23935c52dd423c7f9b
26966 Author: Pierre <pierre@erie.imag.fr>
26967 Date:   Thu Jan 5 12:40:35 2012 +0100
26968
26969     Use of busy wait instead of futex if there is not futex.h
26970
26971 commit 8667e559c0b101ca2d556645688acf9e85e7f3ef
26972 Author: Pierre <pierre@erie.imag.fr>
26973 Date:   Thu Jan 5 10:57:45 2012 +0100
26974
26975     Add a ifdef HAVE_FUTEX_H to compile on Mac
26976
26977 commit 2783287fbe62f8d49dfde044e6ab56971d03c2ce
26978 Author: Christophe Thiéry <christopho128@gmail.com>
26979 Date:   Mon Jan 2 16:25:06 2012 +0100
26980
26981     Add a Chord test with the constant network model
26982
26983 commit f22c16b371ac671bbfa142a804a15cad2a204072
26984 Author: Martin Quinson <martin.quinson@loria.fr>
26985 Date:   Mon Jan 2 16:04:29 2012 +0100
26986
26987     this configuration option does not exist anymore (and it was useless: the AS routing mode always superseeds it)
26988
26989 commit 15475b4614f5e32f863ed1f3caf97614ad3eae02
26990 Author: Christophe Thiéry <christopho128@gmail.com>
26991 Date:   Fri Dec 30 11:10:50 2011 +0100
26992
26993     Fix supernovae compilation
26994
26995 commit 1b47d369792c9dcc53eb1212353fe944cb697201
26996 Author: Martin Quinson <martin.quinson@loria.fr>
26997 Date:   Tue Dec 27 00:30:51 2011 +0100
26998
26999     cleanup the debug messages
27000
27001 commit 41f201dce67effdcae5bf02d142e5cbe113b1d3a
27002 Author: Martin Quinson <martin.quinson@loria.fr>
27003 Date:   Tue Dec 27 00:21:33 2011 +0100
27004
27005     more verbose debug messages
27006
27007 commit cdcfa50107cc897b89de650afa5c7447c21d87d3
27008 Author: Martin Quinson <martin.quinson@loria.fr>
27009 Date:   Tue Dec 27 00:20:56 2011 +0100
27010
27011     When the process exits, don't cancel the communications it is involved into if it's the sender of detached sends
27012
27013 commit a85110a0cc574b70238ac058937989e573434f88
27014 Author: Martin Quinson <martin.quinson@loria.fr>
27015 Date:   Tue Dec 27 00:01:56 2011 +0100
27016
27017     use sensible process names (their rank) in SMPI, and get simix ignore that
27018
27019 commit 3449b598e71c864ac636920b839cfe832d96d411
27020 Author: Martin Quinson <martin.quinson@loria.fr>
27021 Date:   Mon Dec 26 22:55:19 2011 +0100
27022
27023     Further investigate the dsend issue, in vain so far
27024     
27025     - Ensure that it still compiles after the messed up merge (sorry)
27026     - Add a simple dsend example
27027     - Stop using the src_data to store the cleanup function since that
27028       field may be clear in MSG, but we store the MPI_status in there. So,
27029       add a cleanup_fun field down in the stacks so that both the cleanup
27030       function and the MPI_status can be stored
27031     - Make that shit much more verbose (some messages should be removed
27032       once the bug is found, sorry for sharing my half backed changes)
27033
27034 commit 2f810149832a2d855c33d0df5b02d736c2081e41
27035 Merge: 1b799ef d7de2f8
27036 Author: Martin Quinson <martin.quinson@loria.fr>
27037 Date:   Mon Dec 26 19:03:09 2011 +0100
27038
27039     merge back the master trunk into the smpi branch
27040
27041 commit 6d3bcb4c0aef1953af40fa5d4ae578cfc6c1aa83
27042 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
27043 Date:   Mon Dec 26 16:01:41 2011 +0100
27044
27045     [doc] basic tracing options (and a link to the full doc) added
27046
27047 commit 2b42d41396af291a6b62bdb027f18e7d77f127f9
27048 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
27049 Date:   Mon Dec 26 15:17:15 2011 +0100
27050
27051     [doc] colors are defined through the tracing API and registered in the traces
27052
27053 commit 4687083c4888112c130c66c2a77e89b8b40e8c6d
27054 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
27055 Date:   Mon Dec 26 14:57:34 2011 +0100
27056
27057     [doc] update the graph visualization screenshot to reflect current state of Triva
27058
27059 commit b2fb141eada975e36db406b18e4fdee68012d3a7
27060 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
27061 Date:   Mon Dec 26 14:50:11 2011 +0100
27062
27063     [trace] tracing needs a Full network/optim, otherwise it won't work for network
27064     
27065     Todo:
27066     - find a way to trace the lazy network update method
27067
27068 commit 8eae173392e7c5732f685b5c42ae6d7e9cd72f37
27069 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
27070 Date:   Mon Dec 26 14:24:58 2011 +0100
27071
27072     bug fix, tracing mechanism relies on a correct set_category function
27073
27074 commit f69889b6f7a3a1bac6a045c1458509811a4926b8
27075 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
27076 Date:   Mon Dec 26 14:19:26 2011 +0100
27077
27078     typo
27079
27080 commit 075bb006441d99215debcb482c791d594f405ad2
27081 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
27082 Date:   Mon Dec 26 13:52:06 2011 +0100
27083
27084     [doc] updating the graph configuration documentation
27085
27086 commit 6e5b8537242b33a926326bec605d31523765a8e2
27087 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
27088 Date:   Mon Dec 26 13:51:22 2011 +0100
27089
27090     [doc] fix on tracing parameter documentation
27091
27092 commit 81ddd4c19f74b33699418f11bb5c3a25399e1c39
27093 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
27094 Date:   Mon Dec 26 13:25:28 2011 +0100
27095
27096     [doc] triva is using git
27097
27098 commit a5aa425e34dc6eed6b22b99b69e53ecc634ac9b4
27099 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
27100 Date:   Mon Dec 26 13:23:40 2011 +0100
27101
27102     [doc] tracing documentation was duplicated, fix it
27103
27104 commit 35b858adb3456dd9985d95ae44031a6a6d99a9ee
27105 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
27106 Date:   Mon Dec 26 12:45:15 2011 +0100
27107
27108     [trace] better source code comments for configuration options
27109
27110 commit 12855982550389036cbe1eef9b93572f1086fb0c
27111 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
27112 Date:   Mon Dec 26 12:44:36 2011 +0100
27113
27114     [doc] documentation for three tracing options
27115
27116 commit e39dc1e622e1d1b310bd4376b4c76c122bfd8778
27117 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
27118 Date:   Mon Dec 26 12:18:14 2011 +0100
27119
27120     [doc] users can also declare variable with colors for the trace
27121
27122 commit fe58734d3551e38fc9d5856d97d3e65dc33519de
27123 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
27124 Date:   Mon Dec 26 12:14:23 2011 +0100
27125
27126     [doc] explain how to use TRACE_declare_mark and TRACE_mark
27127
27128 commit 1b799ef312f2e3408dbd24407438a541ceae5eb6
27129 Author: Mark Stillwell <marklee@fortawesome.org>
27130 Date:   Mon Dec 26 12:36:22 2011 +0100
27131
27132     send test program
27133
27134 commit 25d4b13f5b74c01ccf1da9cc2a0ffe934ea7da1a
27135 Author: Martin Quinson <martin.quinson@loria.fr>
27136 Date:   Mon Dec 26 02:40:32 2011 +0100
27137
27138     more verbose debug around detached sends
27139
27140 commit 0f86d40fdf09712d615dcc7c8ae54e75ff841301
27141 Author: Martin Quinson <martin.quinson@loria.fr>
27142 Date:   Mon Dec 26 02:23:21 2011 +0100
27143
27144     dupplicate the sender buffer in eager mode, when isends are changed into dsends (and free it once copied in position)
27145
27146 commit d7de2f8eb00821d8def1edf69bd77a4a54256fa8
27147 Author: Martin Quinson <martin.quinson@loria.fr>
27148 Date:   Mon Dec 26 01:43:55 2011 +0100
27149
27150     fix some glitches in documentation generation
27151
27152 commit 2885a82f962b6f72f3a3e334ddbf1cf65ec696a0
27153 Author: Martin Quinson <martin.quinson@loria.fr>
27154 Date:   Mon Dec 26 01:30:44 2011 +0100
27155
27156     placeholder for the configuration items related to the tracing subsystem
27157
27158 commit a67beb8b1c7723b376a31fc5f20ba438c92a07f6
27159 Author: Martin Quinson <martin.quinson@loria.fr>
27160 Date:   Mon Dec 26 01:27:49 2011 +0100
27161
27162     document SMPI configuration items
27163
27164 commit f4db538707227951e6b96bc449b49ed8a8c1640e
27165 Author: Martin Quinson <martin.quinson@loria.fr>
27166 Date:   Mon Dec 26 01:01:48 2011 +0100
27167
27168     cosmetics in documentation
27169
27170 commit df2ef7baf0c06c66ca7b58c4048b37fd54de8abd
27171 Author: Martin Quinson <martin.quinson@loria.fr>
27172 Date:   Mon Dec 26 00:54:04 2011 +0100
27173
27174     document the configuration items related to packet level simulators
27175
27176 commit 4d05fc1b1a56f02a164f9926051996a9e7166f3a
27177 Author: Martin Quinson <martin.quinson@loria.fr>
27178 Date:   Mon Dec 26 00:36:48 2011 +0100
27179
27180     document simix-related config options
27181
27182 commit 152e17bb86f08d2629e367ef9c3a6fb07055261f
27183 Author: Martin Quinson <martin.quinson@loria.fr>
27184 Date:   Sun Dec 25 21:58:32 2011 +0100
27185
27186     kill the deprecated now unused config variable 'routing'
27187
27188 commit 922b893e3976c3c0162c5b5beeba247ca26d0b5c
27189 Author: Martin Quinson <martin.quinson@loria.fr>
27190 Date:   Sun Dec 25 21:56:04 2011 +0100
27191
27192     fix a test broken by homogeneisation of dicts
27193
27194 commit f121073f78d7355aba33a0be821b7d625e8d20a0
27195 Author: Martin Quinson <martin.quinson@loria.fr>
27196 Date:   Sun Dec 25 21:52:39 2011 +0100
27197
27198     fix the tests that my cleanups in the config variable broke
27199
27200 commit 61b0a3baf57cea9a11b8fc1708ae4cf744daa27c
27201 Author: Martin Quinson <martin.quinson@loria.fr>
27202 Date:   Sun Dec 25 21:40:13 2011 +0100
27203
27204     revalidate two gras tests which timings changed
27205     
27206     Timings are not assessed in GRAS tests because these tests are too
27207     complex to understand discrepencies, and the timings are already well
27208     tested elsewere.
27209
27210 commit ca1d67ef4cca32eb54b8ca11385ad3525263af30
27211 Author: Martin Quinson <martin.quinson@loria.fr>
27212 Date:   Sun Dec 25 21:23:30 2011 +0100
27213
27214     kill deprecated file for windows's tesh
27215
27216 commit d182c41b753fd4de1dc9b1e9923ea2034dbcdaac
27217 Author: Martin Quinson <martin.quinson@loria.fr>
27218 Date:   Sun Dec 25 19:39:50 2011 +0100
27219
27220     document generic configuration variables (and fix MC one)
27221
27222 commit de5aca5ac43104948f11c931bdb6303d70562c4c
27223 Author: Martin Quinson <martin.quinson@loria.fr>
27224 Date:   Sun Dec 25 19:26:05 2011 +0100
27225
27226     Rename the coordinates configuration option to network/coordinates, and document it
27227
27228 commit 12fdcda50edb6d7c3dc6254d4d2cbe516be43bf7
27229 Author: Martin Quinson <martin.quinson@loria.fr>
27230 Date:   Sun Dec 25 19:16:48 2011 +0100
27231
27232     document all network-related config options
27233
27234 commit 2a61f9d5253f49aeb0d29bf205661e1a4cf40e69
27235 Author: Martin Quinson <martin.quinson@loria.fr>
27236 Date:   Sun Dec 25 18:40:47 2011 +0100
27237
27238     Rename the TCP_gamma configuration option to network/TCP_gamma, and document it
27239
27240 commit c5ba32dd93517cfb0defcff3551f8ac98e5f76e2
27241 Author: Martin Quinson <martin.quinson@loria.fr>
27242 Date:   Sun Dec 25 17:36:40 2011 +0100
27243
27244     kill the deprecated CLM03 workstation model
27245
27246 commit d089997c1a0aa38c286e6456c760026fd55bdc77
27247 Author: Martin Quinson <martin.quinson@loria.fr>
27248 Date:   Sun Dec 25 17:34:09 2011 +0100
27249
27250     also display the existing optimizations on --help-models
27251
27252 commit 51470422e6ae91c705a6e0374f4a4c388ec0018e
27253 Author: Martin Quinson <martin.quinson@loria.fr>
27254 Date:   Sun Dec 25 17:10:40 2011 +0100
27255
27256     rewrite the doc on configuring simgrid
27257
27258 commit 033b1246e6eb1fc4e6322dc561de751dc53d29e4
27259 Author: Martin Quinson <martin.quinson@loria.fr>
27260 Date:   Sun Dec 25 17:09:01 2011 +0100
27261
27262     properly kill deprecated option that were recently added
27263
27264 commit c2e921f7dfe65fd24e5e797fcb37cba28401f9f9
27265 Author: Martin Quinson <martin.quinson@loria.fr>
27266 Date:   Sun Dec 25 17:05:34 2011 +0100
27267
27268     cosmetics in the description of network models
27269
27270 commit 50486ccd16de39a3659592fab44adfaf3104a086
27271 Merge: 3825923 6d0cb15
27272 Author: Martin Quinson <martin.quinson@loria.fr>
27273 Date:   Fri Dec 23 19:40:46 2011 +0100
27274
27275     Merge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid
27276
27277 commit 6d0cb151cd89b7e5943fee937665bd98d95f765f
27278 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
27279 Date:   Thu Dec 22 09:10:01 2011 +0100
27280
27281     fix destination parameter when asking for a route in ws_get_route
27282
27283 commit 86c7da0d499f70c6c4f497019b9093828c0fe3a4
27284 Author: Navarrop <Pierre.Navarro@imag.fr>
27285 Date:   Mon Dec 19 15:03:46 2011 +0100
27286
27287     With DMSG_USE_DEPRECATED we can use function MSG_get_errno()
27288
27289 commit fc000fcf61f734006d253abb7cb336882e00b6b0
27290 Author: Navarrop <Pierre.Navarro@imag.fr>
27291 Date:   Mon Dec 19 15:03:12 2011 +0100
27292
27293     Update way to have processes to run from Simgrid 3.7
27294
27295 commit 0bb2f73d0ec9cd4db699a802178b21db75d8f2af
27296 Author: Navarrop <Pierre.Navarro@imag.fr>
27297 Date:   Mon Dec 19 15:02:41 2011 +0100
27298
27299     Rename MSG_TASK_CANCELLED by MSG_TASK_CANCELED
27300
27301 commit 2bfaec40934d4454fc1f8fd85205460393673a93
27302 Author: Christophe Thiéry <christopho128@gmail.com>
27303 Date:   Mon Dec 19 14:53:10 2011 +0100
27304
27305     Add a function SIMIX_process_get_runnable() for context factories
27306
27307 commit 3d2a13920d14e66444673693fc6f9694247e41e9
27308 Author: Navarrop <Pierre.Navarro@imag.fr>
27309 Date:   Mon Dec 19 14:26:50 2011 +0100
27310
27311     Remove unstash #ifdef HAVE_SMPI from a commit.
27312
27313 commit 6106f667941dfa56c42ba98e35296279500f56e8
27314 Author: Christophe Thiéry <christopho128@gmail.com>
27315 Date:   Mon Dec 19 11:30:30 2011 +0100
27316
27317     Make simix_timers NULL so can SIMIX_init works if called again later
27318
27319 commit 3aa9449ca29e0a5ea11202129544e3e81b870e0b
27320 Author: Navarrop <Pierre.Navarro@imag.fr>
27321 Date:   Fri Dec 16 17:21:29 2011 +0100
27322
27323     Fix vivaldi model with lazy update mechanism. :)
27324
27325 commit 2d103e931b4e47eb04613d0d038b08f5c0a2d004
27326 Merge: ff6e7d7 043cb36
27327 Author: Stephane Genaud <genaud@unistra.fr>
27328 Date:   Fri Dec 16 17:16:20 2011 +0100
27329
27330     Merge branch 'smpi' of git+ssh://scm.gforge.inria.fr//gitroot//simgrid/simgrid into smpi
27331
27332 commit ff6e7d7d4a4b910122a7321f69ba63aa7407a2e5
27333 Author: Stephane Genaud <genaud@unistra.fr>
27334 Date:   Fri Dec 16 17:15:11 2011 +0100
27335
27336     dsend used for small messages
27337
27338 commit 2b74be19d884e40b8ac3b5cb1cd9e88608c693fd
27339 Author: Navarrop <Pierre.Navarro@imag.fr>
27340 Date:   Fri Dec 16 16:20:43 2011 +0100
27341
27342     Fix tesh file
27343
27344 commit 6a45a0cb4c030a4dd81ee27636c2b8d2caba5834
27345 Author: Navarrop <Pierre.Navarro@imag.fr>
27346 Date:   Fri Dec 16 16:56:34 2011 +0100
27347
27348     Make sure this code is thread safe.
27349
27350 commit 6dcde87625a4a148bffb674a18306813761509da
27351 Author: Navarrop <Pierre.Navarro@imag.fr>
27352 Date:   Fri Dec 16 16:20:16 2011 +0100
27353
27354     Use isend instead of send to set the simdata->comm so that get_remaining can work.
27355
27356 commit 938dadc0b63aaee3aa66f8503a8d1ddbc9a8812c
27357 Author: Navarrop <Pierre.Navarro@imag.fr>
27358 Date:   Thu Dec 15 15:52:54 2011 +0100
27359
27360     Move scripts to generate g5k into the right directory.
27361
27362 commit b50e9c55876d511d537ce5c2ca20231b01570001
27363 Author: Navarrop <Pierre.Navarro@imag.fr>
27364 Date:   Wed Dec 14 17:00:13 2011 +0100
27365
27366     Revert an old commit (f0f66d620ef58973870652446275a55525a35944). This test was normally broken but is now repaired.
27367
27368 commit 217a997edbfa670dea98a2a8414c4162f29580ae
27369 Author: Navarrop <Pierre.Navarro@imag.fr>
27370 Date:   Wed Dec 14 16:56:08 2011 +0100
27371
27372     Remove unused file
27373
27374 commit ac43c90a283ff01d17f7ae45179d9b0555705049
27375 Author: Navarrop <Pierre.Navarro@imag.fr>
27376 Date:   Wed Dec 14 16:55:31 2011 +0100
27377
27378     Add an example for view a platform with paje
27379
27380 commit 03480120a1b0b61916f418db465ac15fc21b9565
27381 Author: Navarrop <Pierre.Navarro@imag.fr>
27382 Date:   Wed Dec 14 16:54:37 2011 +0100
27383
27384     Cosmetics
27385
27386 commit 124c36de3feb4f97931eb185bef588c08ff5bd64
27387 Author: Navarrop <Pierre.Navarro@imag.fr>
27388 Date:   Mon Dec 12 18:46:44 2011 +0100
27389
27390     Port old tesh file to modernity.
27391
27392 commit 6d5fd148e6d6f9617970b01c79866c7e7bc7cbb4
27393 Author: Navarrop <Pierre.Navarro@imag.fr>
27394 Date:   Mon Dec 12 18:31:54 2011 +0100
27395
27396     Update Changelog
27397
27398 commit dfbc5d5fae985c21b9f6a36c729f9f87f098540b
27399 Author: Navarrop <Pierre.Navarro@imag.fr>
27400 Date:   Mon Dec 12 18:31:03 2011 +0100
27401
27402     Proof-read of communicate/share_resources/update_actions_state.
27403     
27404     * Rewriting and merging of loops and min
27405     * Add a gap_append and gap_remove function that is either NULL or specific to SMPI.
27406     * Remove dumb usage of latency_limited tracking
27407     * Remove unwanted action->latency = 0.0; introduced by careless merge.
27408
27409 commit 610eb721db6930318d297090f8b931b56a675e21
27410 Author: Navarrop <Pierre.Navarro@imag.fr>
27411 Date:   Mon Dec 12 17:01:03 2011 +0100
27412
27413     Cleanups suggested by eclipse.
27414
27415 commit 4676d5e57abd98702608661750274226eb48e20e
27416 Author: Navarrop <Pierre.Navarro@imag.fr>
27417 Date:   Mon Dec 12 16:51:21 2011 +0100
27418
27419     Get rid of all these nasty _im_.
27420
27421 commit 1ba1897117e2815dbadab50c538dad87427aef14
27422 Author: Navarrop <Pierre.Navarro@imag.fr>
27423 Date:   Mon Dec 12 16:21:01 2011 +0100
27424
27425     Add the right references
27426
27427 commit 433abdf494fcde28edd858fc64a8aa5c5f792df5
27428 Author: Navarrop <Pierre.Navarro@imag.fr>
27429 Date:   Mon Dec 12 16:09:49 2011 +0100
27430
27431     Commit that breaks most tesh files by changing the default model but setting them right...
27432
27433 commit 3f20dab4d9cff3906de20b1e7ffdcd54827b7c28
27434 Author: Navarrop <Pierre.Navarro@imag.fr>
27435 Date:   Mon Dec 12 16:09:00 2011 +0100
27436
27437     Allow selective update to be independently set for cpu and network model.
27438
27439 commit 93bc0226e3b100b84273204a75a5bbd203ebc880
27440 Author: Navarrop <Pierre.Navarro@imag.fr>
27441 Date:   Mon Dec 12 16:07:27 2011 +0100
27442
27443     Cosmetics
27444
27445 commit 79ef316bb2a1188e46d1a7984e3b868dac416b75
27446 Author: Navarrop <Pierre.Navarro@imag.fr>
27447 Date:   Mon Dec 12 15:35:51 2011 +0100
27448
27449     Apply the optimization mechanism as requested in config flag.
27450
27451 commit d7146c59898592cab00a6b7463b25a0fbd172358
27452 Author: Navarrop <Pierre.Navarro@imag.fr>
27453 Date:   Mon Dec 12 15:29:01 2011 +0100
27454
27455     Start using optimization mode flag in network.
27456
27457 commit 7115f40452d0798fc920253f50aee208ea0588c2
27458 Author: Navarrop <Pierre.Navarro@imag.fr>
27459 Date:   Mon Dec 12 15:26:01 2011 +0100
27460
27461     New values from INRIA RR-7821 (callibration when phase effects are removed).
27462
27463 commit a2d035fb70a8f91afefa8f91db2f65c2389d7eae
27464 Author: Navarrop <Pierre.Navarro@imag.fr>
27465 Date:   Mon Dec 12 15:08:17 2011 +0100
27466
27467     Check for failed links on back_route when crosstraffic is activated
27468
27469 commit c9120b61ec798b29e09f03c9fad3cea6704e0435
27470 Author: Navarrop <Pierre.Navarro@imag.fr>
27471 Date:   Mon Dec 12 14:40:32 2011 +0100
27472
27473     Rename misleading "fullduplex" keyword to "crosstraffic".
27474
27475 commit 540e483c4599f5a02da502a0425af6ba2a002af0
27476 Author: Navarrop <Pierre.Navarro@imag.fr>
27477 Date:   Mon Dec 12 14:39:36 2011 +0100
27478
27479     Remove unused variable
27480
27481 commit 86ae43c89569bc50f6b8c0882d0f90f321af05d7
27482 Author: Navarrop <Pierre.Navarro@imag.fr>
27483 Date:   Mon Dec 12 14:38:41 2011 +0100
27484
27485     Optimization + cleanup. Test for optimization only once at startup.
27486
27487 commit f93d8dc87fcbe2f03c7b1642d01971cacc7d4844
27488 Author: Navarrop <Pierre.Navarro@imag.fr>
27489 Date:   Mon Dec 12 14:37:44 2011 +0100
27490
27491     Do not create a dict for every resource especially when it is empty anyway.
27492
27493 commit 7f4f93e9424b1a3923cb0b39863532ad601f4e74
27494 Author: Navarrop <Pierre.Navarro@imag.fr>
27495 Date:   Mon Dec 12 12:48:56 2011 +0100
27496
27497     Cleanup (no more _im_ but lazy or full when needed).
27498
27499 commit fad1b07c487ebb5d3220c3eb19b2c92154d0bc48
27500 Author: Navarrop <Pierre.Navarro@imag.fr>
27501 Date:   Mon Dec 12 12:38:43 2011 +0100
27502
27503     Rename for clarity.
27504
27505 commit 8461d5fbbf4d4f12a92d4a1f3924cf2f8e040e4c
27506 Author: Navarrop <Pierre.Navarro@imag.fr>
27507 Date:   Mon Dec 12 12:35:00 2011 +0100
27508
27509     Cleanup to allow separation of model specification and of optimization mode for each model.
27510     Clean some cruft in the comments.
27511
27512 commit 4cae4c975976b15bec2d9213fb2289e4f8ce5b9c
27513 Author: Navarrop <Pierre.Navarro@imag.fr>
27514 Date:   Tue Dec 6 16:28:44 2011 +0100
27515
27516     Revert new time for token-ring
27517
27518 commit 6e946bc777de0b8e23df72df530b2ff194261d8b
27519 Author: Navarrop <Pierre.Navarro@imag.fr>
27520 Date:   Fri Dec 2 13:09:05 2011 +0100
27521
27522     Argh I was confused between UM_FULL and UM_LAZY. This commit sets it right.
27523
27524 commit 725c769707a505cb0a66620ca7bfce85fe107e8e
27525 Author: Navarrop <Pierre.Navarro@imag.fr>
27526 Date:   Tue Nov 29 11:40:45 2011 +0100
27527
27528     Merge network.c and network_im.c
27529
27530 commit e7bd86a9b641c9ecd9cc0d6feb842ca342440279
27531 Author: Navarrop <Pierre.Navarro@imag.fr>
27532 Date:   Mon Nov 28 18:20:14 2011 +0100
27533
27534     Need to know if have smpi when compiling
27535
27536 commit 3ba776a0b24ad2f0575827ac58b99349ea98997d
27537 Author: Navarrop <Pierre.Navarro@imag.fr>
27538 Date:   Mon Nov 28 13:48:54 2011 +0100
27539
27540     Add update mechanism for cpu instead of cpu_model name.
27541
27542 commit 5d2455f1faff8bbf2e1cab9d5045bb712649b1c8
27543 Author: Navarrop <Pierre.Navarro@imag.fr>
27544 Date:   Wed Nov 16 11:31:38 2011 +0100
27545
27546     Merge cpu.c and cpu_im.c
27547
27548 commit 043cb3601601f1376f89642a877548ce0ec94600
27549 Merge: 6b089d4 04e9dab
27550 Author: Mark Stillwell <mark.stillwell@ens-lyon.fr>
27551 Date:   Fri Dec 16 10:22:22 2011 +0100
27552
27553     Merge branch 'smpi' of git+ssh://scm.gforge.inria.fr//gitroot//simgrid/simgrid into smpi
27554
27555 commit 6b089d4823450d7e8b73e9a900e67b324625c9a9
27556 Author: Mark Stillwell <mark.stillwell@ens-lyon.fr>
27557 Date:   Fri Dec 16 10:11:21 2011 +0100
27558
27559     FWIW this is the calibration I'm using to run experiments right now. -- Mark
27560
27561 commit 04e9dab0c0e0264e5542dcaf596ca7988fb42718
27562 Author: mstillwell <mstillwell@griffon-9.nancy.grid5000.fr>
27563 Date:   Fri Dec 16 10:11:21 2011 +0100
27564
27565     FWIW this is the calibration I'm using to run experiments right now. -- Mark
27566
27567 commit 71c8117a9137c59bece62c17a3277fdccd362d0a
27568 Merge: 5f1bdb8 0033b26
27569 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
27570 Date:   Tue Dec 13 17:20:09 2011 +0100
27571
27572     Merge branch 'master' into MC_LTL
27573
27574 commit 5f1bdb8d4abf650a28f16043bf7b18afcfc4cfc6
27575 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
27576 Date:   Tue Dec 13 13:31:49 2011 +0100
27577
27578     model-checker : clean code
27579
27580 commit e9138a5930a0448d05ef2141befbf7d3b7089fa0
27581 Author: Mark Stillwell <mark.stillwell@ens-lyon.fr>
27582 Date:   Mon Dec 12 13:43:21 2011 +0100
27583
27584     spelling error in comment. very minor.
27585
27586 commit 0033b262a84e0a93917b26f769455944b6e24545
27587 Author: Christophe Thiéry <christopho128@gmail.com>
27588 Date:   Sat Dec 10 10:50:11 2011 +0100
27589
27590     Parmap test did not compile
27591
27592 commit 8f3905e6e13d9511eb3002f9bdeb30e147e76056
27593 Author: Christophe Thiéry <christopho128@gmail.com>
27594 Date:   Fri Dec 9 16:31:11 2011 +0100
27595
27596     Alternative implementation or parmap with busy waits instead of futexes
27597     
27598     When the user contexts are run in parallel, you can choose the
27599     synchronization mode of their parmap with:
27600     --cfg=contexts/parallel_mode:{posix|futex|busy_wait}.
27601     The default is futex. Posix synchronization is not implemented yet.
27602
27603 commit bc07ec1b28653016934209a9e84e249eebf703f0
27604 Author: Christophe Thiéry <christopho128@gmail.com>
27605 Date:   Fri Dec 9 14:22:07 2011 +0100
27606
27607     Parmap: process the whole dynar, don't force workers to fetch work
27608
27609 commit 74e53067d0c00064ef01253c0e9f335f1f08ce5a
27610 Author: Christophe Thiéry <christopho128@gmail.com>
27611 Date:   Fri Dec 9 14:15:30 2011 +0100
27612
27613     This variable has no reason to be global
27614
27615 commit 38259232fa161bc8e422b08cc363a3b046b1626c
27616 Author: Martin Quinson <martin.quinson@loria.fr>
27617 Date:   Thu Dec 8 23:10:53 2011 +0100
27618
27619     cosmetics
27620
27621 commit 541ef281453c502f14fb19bd9d19e169a0a5d02a
27622 Author: Martin Quinson <martin.quinson@loria.fr>
27623 Date:   Thu Dec 8 23:10:38 2011 +0100
27624
27625     kill a forward definition that is never used
27626
27627 commit 713ee949e0e281b87dd5d94754947447f1126bfa
27628 Merge: f365d61 e6d9cc6
27629 Author: Martin Quinson <martin.quinson@loria.fr>
27630 Date:   Thu Dec 8 21:17:19 2011 +0100
27631
27632     Merge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid
27633
27634 commit e409499a7aa4d85a458fabdae9cdb5fb3ac7c302
27635 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
27636 Date:   Thu Dec 8 16:31:19 2011 +0100
27637
27638     Kill duplicated macro.
27639
27640 commit 0d191a4d728a2cf18bb1cde0c9cfd84ee65a97ce
27641 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
27642 Date:   Thu Dec 8 15:01:41 2011 +0100
27643
27644     Use xbt_swag_reset wherever possible.
27645
27646 commit f41f39105781f5a5d3c7fb315592ba6b43ddce1d
27647 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
27648 Date:   Thu Dec 8 14:45:00 2011 +0100
27649
27650     Define xbt_swag_reset().
27651
27652 commit dfc51f501696448084be2d73851914f96050162d
27653 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
27654 Date:   Wed Dec 7 15:40:37 2011 +0100
27655
27656     Remove redundant assignment in lmm_solve.
27657
27658 commit 9cad0196551dcc8453b56f016d33dd7ceb98dd7a
27659 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
27660 Date:   Wed Dec 7 11:31:13 2011 +0100
27661
27662     Those are constraints, and not elements.
27663     
27664     (no functional change)
27665
27666 commit ee1ecdea7472d10a470d01798d10c321a39eaaec
27667 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
27668 Date:   Tue Dec 6 21:44:20 2011 +0100
27669
27670     Update comment (name was changed 7 years ago).
27671
27672 commit 2475b8a2503746cbe947aad19b7c1d345ee3fff7
27673 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
27674 Date:   Thu Dec 1 21:43:07 2011 +0100
27675
27676     Remove unused log categories.
27677
27678 commit e6d9cc62d3fa395f1111d3af226afe91cc91f3b1
27679 Author: Christophe Thiéry <christopho128@gmail.com>
27680 Date:   Wed Dec 7 17:57:19 2011 +0100
27681
27682     Parmap: make maestro also do some work.
27683     
27684     The gain looks much bigger than I expected (Chord 10k, constant
27685     network: 55s -> 20s and 160,000 syscalls -> 88,000 syscalls).
27686     Not sure to understand why.
27687
27688 commit c4ae2de12a09603490cc5b40cf9e4729d205bc25
27689 Author: Christophe Thiéry <christopho128@gmail.com>
27690 Date:   Wed Dec 7 17:19:32 2011 +0100
27691
27692     The worker id is now useless in the parmap code
27693
27694 commit a037fd9ad566a26ca3fc595a0eb08706eae123ca
27695 Author: Christophe Thiéry <christopho128@gmail.com>
27696 Date:   Wed Dec 7 17:17:29 2011 +0100
27697
27698     Add comments
27699
27700 commit 866550c0a0ea154753da12952a154cb71dfb8264
27701 Author: Christophe Thiéry <christopho128@gmail.com>
27702 Date:   Wed Dec 7 16:34:28 2011 +0100
27703
27704     Remove xbt_parmap_get_worker_id to simplify the parmap interface
27705
27706 commit 09a6c2a0a7bb442da5487755964e9794eaee68cb
27707 Author: Christophe Thiéry <christopho128@gmail.com>
27708 Date:   Tue Dec 6 15:47:39 2011 +0100
27709
27710     Remove a useless private header and rename variables
27711
27712 commit 9b605c24eb28349bfb6d61da080733e19a7cb9a2
27713 Merge: 0e91527 d392e12
27714 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
27715 Date:   Wed Dec 7 13:12:22 2011 +0100
27716
27717     Merge branch 'master' into MC_LTL
27718     
27719     Conflicts:
27720         buildtools/Cmake/DefinePackages.cmake
27721
27722 commit 0e915279248827ec47926e0e9dd77b486bd6c445
27723 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
27724 Date:   Wed Dec 7 13:08:46 2011 +0100
27725
27726     model-checker : hash of regions in snapshot for reached pairs and double dfs algorithm restructured
27727
27728 commit 493fd2632595e8f8f3747cab99b160ee7be1cb0d
27729 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
27730 Date:   Wed Dec 7 13:06:23 2011 +0100
27731
27732     model-checker : more requests of CS per process in the example
27733
27734 commit f365d61a634d854a3244979c0524de3cf3a74f72
27735 Merge: f9c05f2 d392e12
27736 Author: Martin Quinson <martin.quinson@loria.fr>
27737 Date:   Tue Dec 6 15:42:01 2011 +0100
27738
27739     Merge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid
27740
27741 commit 2c61d0431237f51865b824c36dcb8d124d5d6589
27742 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
27743 Date:   Tue Dec 6 15:14:45 2011 +0100
27744
27745     model-checker : block 0 (mdp->heapinfo[0]) removed in comparison of heap in mmalloc_compare_mdesc
27746
27747 commit d392e12b636f36992f66d04e1ebdd38a440b27c7
27748 Author: Laurent Bobelin <lbobelin@mintcar.lip.ens-lyon.fr>
27749 Date:   Tue Dec 6 14:06:57 2011 +0100
27750
27751     Added 2 version of a script to generate hierarchical clusters
27752
27753 commit e542387cf6c22f2cf646faede87320040dbaa884
27754 Author: Navarrop <Pierre.Navarro@imag.fr>
27755 Date:   Tue Dec 6 12:51:52 2011 +0100
27756
27757     Rewrite the token ring example
27758
27759 commit c077c049071b36c016da33dfe14a6b06d8eb3cca
27760 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
27761 Date:   Tue Dec 6 11:31:13 2011 +0100
27762
27763     model-checker : reached_pairs changed to dynar
27764
27765 commit c008c8141b0ef7654f2c855bdcdf1a8f905c45e0
27766 Author: Christophe Thiéry <christopho128@gmail.com>
27767 Date:   Mon Dec 5 18:25:27 2011 +0100
27768
27769     Parmaps: remove the event structure to simplify the code, add comments
27770
27771 commit 3883e11fcd7813a6f13c32ab3df4932816b2b647
27772 Author: Christophe Thiéry <christopho128@gmail.com>
27773 Date:   Mon Dec 5 17:17:46 2011 +0100
27774
27775     Make those functions static
27776
27777 commit 24af868370145cdcd27aae2e69fd3ba363a4f86b
27778 Author: Christophe Thiéry <christopho128@gmail.com>
27779 Date:   Mon Dec 5 17:09:33 2011 +0100
27780
27781     Remove a redundant include and reindent a bit
27782
27783 commit 1c86ddc00bb20b4f3779a815f732a1c1cb14139a
27784 Author: Christophe Thiéry <christopho128@gmail.com>
27785 Date:   Mon Dec 5 17:05:10 2011 +0100
27786
27787     Remove parmap_private.h since parmap.c is the only file using it
27788
27789 commit e9ab9f33e311ec4a6d13f1cabae75202fbfdaa1d
27790 Author: Christophe Thiéry <christopho128@gmail.com>
27791 Date:   Mon Dec 5 16:54:38 2011 +0100
27792
27793     In sequential mode, don't use thread-specific data
27794
27795 commit d76e8088a66a2240f372d8424713aa3132347362
27796 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
27797 Date:   Mon Dec 5 15:48:47 2011 +0100
27798
27799     model-checker : visited_pairs and visited_pairs_hash changed to dynar
27800
27801 commit 900de20b50b969d43f494804b2b92eb4442ab4a3
27802 Author: unknown <pierre@.(none)>
27803 Date:   Mon Dec 5 14:36:27 2011 +0100
27804
27805     Make the compilation succed for windows.
27806     THIS is forbidden on win so rename it for THIS_AS
27807
27808 commit b4e00124882b366ee3bc852633e6cfaab5d2b78e
27809 Author: unknown <pierre@.(none)>
27810 Date:   Mon Dec 5 14:35:17 2011 +0100
27811
27812     Use the good link for latency.
27813
27814 commit a4c345d4bc3f418a8cd1833ae876ea20621c5213
27815 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
27816 Date:   Mon Dec 5 14:36:14 2011 +0100
27817
27818     model-checker : comparison between two hash of regions in snapshot fixed
27819
27820 commit 4a18fb7c6c81b1f58a9f8111fcf0ade106c4746b
27821 Merge: 1f834c5 2bd5744
27822 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
27823 Date:   Mon Dec 5 11:16:17 2011 +0100
27824
27825     Merge branch 'master' into MC_LTL
27826
27827 commit 1f834c56a869248347fa4dd12a41ded689989935
27828 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
27829 Date:   Mon Dec 5 11:15:04 2011 +0100
27830
27831     model-checker : hash of regions in snapshot stored instead of all the data
27832
27833 commit 2bd57440169fc34d5eabaddcec33de236dc367a4
27834 Author: Navarrop <Pierre.Navarro@imag.fr>
27835 Date:   Fri Dec 2 17:04:37 2011 +0100
27836
27837     Add a data_center platform.
27838
27839 commit 357be85894221cc2937fa53b5c591f96287fa9fa
27840 Author: Navarrop <Pierre.Navarro@imag.fr>
27841 Date:   Fri Dec 2 16:38:09 2011 +0100
27842
27843     Add a cloud platform.
27844
27845 commit 932dc163c4d482c10b12df2b6f9734f3f16c602d
27846 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
27847 Date:   Thu Dec 1 16:52:42 2011 +0100
27848
27849     Kill old CVS $Id$ lines.
27850
27851 commit f9bc1eb9da233212a26b57efa214e1224fd03677
27852 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
27853 Date:   Thu Dec 1 15:56:38 2011 +0100
27854
27855     model-checker : args prgm and automaton changed in global variables
27856
27857 commit f8204b40c05e8f0246503a1bcef185f941eacc7f
27858 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
27859 Date:   Thu Dec 1 14:56:51 2011 +0100
27860
27861     Always define SIMGRID_VERSION_*.
27862
27863 commit 7dba5032e5387a88a6b1c868ab0076454f08e88a
27864 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
27865 Date:   Thu Dec 1 14:24:16 2011 +0100
27866
27867     model-checker : free memory
27868
27869 commit c525d1ca2ffdf659518ed036854314e0900d378e
27870 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
27871 Date:   Thu Dec 1 14:12:55 2011 +0100
27872
27873     model-checker : new function MC_take_snapshot_to_restore_liveness for the initial snapshot taken at the beginning of model checking
27874
27875 commit 06bae8eb4bc956a5ee70ec1d3cdbc5e7e782536f
27876 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
27877 Date:   Mon Nov 28 15:43:51 2011 +0100
27878
27879     Use homogeneous dictionaries whenever possible.
27880     
27881     The only remaining users of heterogeneous dicts are sets and multidicts.
27882
27883 commit 75363cd3a0df2af085f7cb3c63f7828f05e8dd58
27884 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
27885 Date:   Mon Nov 28 14:55:16 2011 +0100
27886
27887     Use homogeneous dicts for xbt_lib.
27888
27889 commit c754bab77137c0554e64978839e8247991b733b6
27890 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
27891 Date:   Fri Nov 25 23:05:59 2011 +0100
27892
27893     Add some tests for homogeneous dicts (global free functions).
27894
27895 commit 693db95cd52fd98879bc8c7ae9b42c94525463b9
27896 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
27897 Date:   Mon Nov 28 14:39:44 2011 +0100
27898
27899     Define xbt_dict_new_homogeneous().
27900
27901 commit 6a57177c4821d82690c372bbfa8fb734affb0318
27902 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
27903 Date:   Mon Nov 28 14:22:11 2011 +0100
27904
27905     Make dicts ready to accept homogeneous dictionaries.
27906
27907 commit 102eb8b994c4b3bf55b476b16a46a652bf8ebb28
27908 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
27909 Date:   Mon Nov 28 13:56:53 2011 +0100
27910
27911     Define a struct s_xbt_het_dictelm for holding the free function of a dict element.
27912     
27913     Create a mallocator for these structs, and use them.
27914
27915 commit 5e1241532e39968762e7cfa80133c0573fa0f24a
27916 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
27917 Date:   Fri Nov 25 22:06:19 2011 +0100
27918
27919     Define xbt_dictelm_set_data, to reduce code duplication.
27920
27921 commit 329823f4f8ac806d1ac58d48bbbf98c2b1d43b01
27922 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
27923 Date:   Fri Nov 25 18:45:13 2011 +0100
27924
27925     Add a dict parameter to dictelm functions.
27926     
27927     Unused for now.
27928
27929 commit 25d5daee59894589a8454b998c85202c71b01305
27930 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
27931 Date:   Mon Nov 28 13:50:46 2011 +0100
27932
27933     Add two fields to struct dict, in prevision of homogeneous dicts.
27934
27935 commit 5e158336eb3abc9925d13e02d7851cbff00dd095
27936 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
27937 Date:   Fri Nov 25 18:30:36 2011 +0100
27938
27939     Rewrite integer dicts using regular dicts.
27940     
27941     The goal here is to reduce the code complexity for further changes.
27942     
27943     It's certainly not optimized anymore, but who cares?
27944     Nobody seems to use them anymore.  Integer dicts could be marked as deprecated.
27945     
27946     The main difference is that memory is malloc'ed to store a copy of
27947     the key.
27948
27949 commit 48346cdb47073af6a650e37405c0697ddbdb63e7
27950 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
27951 Date:   Thu Dec 1 11:25:50 2011 +0100
27952
27953     A mallocator for dict structs is a bit overkill.
27954
27955 commit 7aa517d7048f2813ede37369d12ff11e1ebefa92
27956 Author: Frederic Suter <suter@youpi.(none)>
27957 Date:   Thu Dec 1 09:13:01 2011 +0100
27958
27959     two more clobbered variables that prevent me to compile. Don't ask
27960     Midjy this time.
27961
27962 commit c2ccd67b2a2e9d6870112bc79dcb74b7de40351b
27963 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
27964 Date:   Wed Nov 30 23:29:03 2011 +0100
27965
27966     tesh: fix the stable sort.
27967     
27968     Use a double indirection to be sure that the addresses of the
27969     string pointers do not move.
27970
27971 commit ba25a27159fa0691d1f977863538727584bb5a7a
27972 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
27973 Date:   Wed Nov 30 23:28:52 2011 +0100
27974
27975     tesh: fix memory leaks.
27976
27977 commit 1f506aa6b83d5053316adbc9fc8f4c7bfc483442
27978 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
27979 Date:   Wed Nov 30 19:06:29 2011 +0100
27980
27981     model-checker : all heapstats except total size of the heap added in the comparison of the heap between two snapshots
27982
27983 commit 475b99f1d2861cfe07f94e5c7eef5d07e2aed720
27984 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
27985 Date:   Wed Nov 30 18:15:44 2011 +0100
27986
27987     model-checker : remove comparison of heapstats between two snapshots
27988
27989 commit a0e8ed92725b07bd2fbdec6c9e065fdc3dca1b68
27990 Author: Navarrop <Pierre.Navarro@imag.fr>
27991 Date:   Wed Nov 30 17:29:06 2011 +0100
27992
27993     Correction of a bug. Always return 0.
27994
27995 commit f0e2aa26b6a4c398187002766300fbffc54adfb8
27996 Author: Navarrop <Pierre.Navarro@imag.fr>
27997 Date:   Wed Nov 30 16:58:46 2011 +0100
27998
27999     Remove memleaks
28000
28001 commit c1cb2509d6783e56d7334bb4872a1101318816f5
28002 Author: Navarrop <Pierre.Navarro@imag.fr>
28003 Date:   Wed Nov 30 16:52:09 2011 +0100
28004
28005     Add a masterslave example with arguments
28006     number_of_jobs
28007     number_of_slaves
28008
28009 commit 7e24e3cf8bf6f1c4b170b6a5f3ca4d94f4c8153e
28010 Author: Navarrop <Pierre.Navarro@imag.fr>
28011 Date:   Wed Nov 30 16:30:51 2011 +0100
28012
28013     Add a platform with one cluster and a host
28014
28015 commit c912b7d6e75473bd05731ccf77f3e2d82afb7802
28016 Merge: 74914a9 779fa3b
28017 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
28018 Date:   Wed Nov 30 09:45:40 2011 +0100
28019
28020     Merge branch 'master' into MC_LTL
28021
28022 commit 74914a9cc31cd5bb33f587235d70979cd7934fc8
28023 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
28024 Date:   Wed Nov 30 09:44:03 2011 +0100
28025
28026     model-checker : number of CS request per process reduced in the example with acceptance cycle
28027
28028 commit 667403a5cd2d2e881e6e4358c43c4b80e70e639d
28029 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
28030 Date:   Wed Nov 30 09:43:05 2011 +0100
28031
28032     model-checker : heap compared block by block or fragment by fragment for the comparison between two snapshots
28033
28034 commit 4157c72635c16fa9a690366d1c262cbfe222ddd2
28035 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
28036 Date:   Wed Nov 30 09:39:22 2011 +0100
28037
28038     model-checker : remove stack from regions added in snapshot
28039
28040 commit f9c05f2716e83f1a744879c87f5cb29d5e230b92
28041 Author: Martin Quinson <martin.quinson@loria.fr>
28042 Date:   Wed Nov 30 01:21:33 2011 +0100
28043
28044     add a test trying to access the properties of a remote host -- it works
28045
28046 commit 779fa3b8b270f1e62f58dfeb093e2b390d9c84b0
28047 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
28048 Date:   Tue Nov 29 14:38:54 2011 +0100
28049
28050     Free mutex in xbt_dynar_to_array.
28051
28052 commit 829dbc9948c913805d4a8ebde293d3c771778aa9
28053 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
28054 Date:   Tue Nov 29 14:38:23 2011 +0100
28055
28056     Avoid the temporary malloc in xbt_dynar_to_array.
28057
28058 commit cac608fff2de795994fa9ca839bca1e1a436dc6a
28059 Author: Christophe Thiéry <christopho128@gmail.com>
28060 Date:   Tue Nov 29 14:39:17 2011 +0100
28061
28062     Revert "The latency is constant with the constant network model."
28063     
28064     Because actually, it's not.
28065     
28066     This reverts commit 123eb94b4e6a8db258c498d38ac1b21656f0f840.
28067
28068 commit 123eb94b4e6a8db258c498d38ac1b21656f0f840
28069 Author: Christophe Thiéry <christopho128@gmail.com>
28070 Date:   Tue Nov 29 13:57:42 2011 +0100
28071
28072     The latency is constant with the constant network model.
28073
28074 commit 4f1b870c89a0d6481e0f0b8252db600e80dfe2ca
28075 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
28076 Date:   Mon Nov 28 23:27:20 2011 +0100
28077
28078     Fix uninitialized variable.
28079
28080 commit fcaee754669ca60c27288a8e290c25c5accdedbb
28081 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
28082 Date:   Mon Nov 28 18:08:05 2011 +0100
28083
28084     Include surf_resource.h, for surf_resource_name().
28085
28086 commit 8d6109e1caa3f4e9501c5e4a82ad7674ce9df991
28087 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
28088 Date:   Mon Nov 28 18:16:14 2011 +0100
28089
28090     s/add/free/ in doc.
28091
28092 commit 6c6230bb9b80bd8d4909ce65a806316c749d39f5
28093 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
28094 Date:   Mon Nov 28 15:38:21 2011 +0100
28095
28096     Don't lie about xbt_xfg_t.
28097
28098 commit 91f260c9156a5cc85fde97570ff25011aff05979
28099 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
28100 Date:   Tue Nov 29 11:36:47 2011 +0100
28101
28102     Correclty handle the case p1 < p2 in cmpstringp.
28103
28104 commit a8ec6e33d5e1d2c207eeb78111330271eb6f28fc
28105 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
28106 Date:   Mon Nov 28 16:28:41 2011 +0100
28107
28108     model-checker : comparison of heap between two snapshots made on the copy and not on the current heap
28109
28110 commit e2936fea2cb322ff09366ff2828a11490c105b14
28111 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
28112 Date:   Mon Nov 28 16:26:56 2011 +0100
28113
28114     model-checker : remove test useless before free(line)
28115
28116 commit 4b7bfcae46f31f67a617d01743c129d5b6c0c859
28117 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
28118 Date:   Fri Nov 25 14:58:37 2011 +0100
28119
28120     Function does not exist.
28121
28122 commit 633319c6b212fa639f817c643c87a983f647de03
28123 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
28124 Date:   Fri Nov 25 18:17:15 2011 +0100
28125
28126     Rename dict structs to follow README.coding.
28127
28128 commit 4fddca5a25e18bdf8b5eb0542e0fa98203e091da
28129 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
28130 Date:   Mon Nov 28 13:21:41 2011 +0100
28131
28132     Remove useless internal functions.
28133
28134 commit 1a0f69168109c0b38b03b1d1deb9773fdac83e9e
28135 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
28136 Date:   Mon Nov 28 13:19:18 2011 +0100
28137
28138     Allow NULL for the reset function of mallocators.
28139
28140 commit 257a3f5cec44f5ff92b998a2cccb4b32113552a1
28141 Author: Mark Stillwell <marklee@fortawesome.org>
28142 Date:   Mon Nov 28 13:17:01 2011 +0100
28143
28144     updates to smpi_bench and added smpi_calibration
28145
28146 commit fb1aa5988cbcd8d27c1c7a8ee359d51d153167e8
28147 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
28148 Date:   Mon Nov 28 13:07:46 2011 +0100
28149
28150     Remove unused empty function.
28151
28152 commit 9e7d5cea1f09354b163b7749bdbd760eb3b65446
28153 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
28154 Date:   Thu Nov 24 11:57:22 2011 +0100
28155
28156     Reorganize structs to save a few bytes.
28157     
28158     The general idea is to move the fields, in order to group pointers
28159     apart from integers.  Thus, the padding between fields is reduced,
28160     and the size of the struct is reduced too.
28161     
28162     It can save up to 32 bytes per node (host and/or process) on 64bits
28163     architectures.
28164
28165 commit f249ab2158bcbed49cf4db2d249cf5ffbc59b22e
28166 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
28167 Date:   Wed Nov 23 16:25:13 2011 +0100
28168
28169     Remove an useless (but optimized!) memcpy.
28170
28171 commit 263e77cbb2185c86c9604558f0cd126873f51676
28172 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
28173 Date:   Wed Nov 23 15:54:14 2011 +0100
28174
28175     Avoid to clear mem for the last element.
28176     
28177     And save a few calls to memset.
28178
28179 commit 88501a6d89a86975971ea63a1e2258c5ec0d2852
28180 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
28181 Date:   Wed Nov 23 13:55:19 2011 +0100
28182
28183     _xbt_clear_mem is used only once.  Use memset directly.
28184
28185 commit f84be00c4ed0cb612fcad0a07c40574bcae2cf35
28186 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
28187 Date:   Wed Nov 23 13:53:16 2011 +0100
28188
28189     Factorize code for xbt_dynar_shrink/_xbt_dynar_expand.
28190
28191 commit 08f74b0316354974bde6994580df5c4ee8e04f34
28192 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
28193 Date:   Wed Nov 23 13:51:27 2011 +0100
28194
28195     There's no point in clearing mem in _xbt_dynar_expand.
28196     
28197     It's already done in _xbt_dynar_set_at_ptr.
28198
28199 commit 2211d85779d671389d6b46c1815f9194fdafa5b9
28200 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
28201 Date:   Wed Nov 23 13:39:43 2011 +0100
28202
28203     Kill dead (commented) code.
28204
28205 commit b3ec1841afe14d4cf83d8a9af6e091028756dfd0
28206 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
28207 Date:   Wed Nov 23 13:37:32 2011 +0100
28208
28209     Factorize code for xbt_dynar_set/xbt_dynar_set_at_ptr.
28210
28211 commit 095385fdf56aeed6b238819f61abbd083b8e48a0
28212 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
28213 Date:   Wed Nov 23 13:31:36 2011 +0100
28214
28215     Unlock dynar at proper place.
28216
28217 commit f318fcfee86b76e04b7bbf7999286a640169ed4d
28218 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
28219 Date:   Wed Nov 23 13:22:46 2011 +0100
28220
28221     Don't call _xbt_dynar_expand when it's not needed.
28222
28223 commit ee7c4c6ee1cd96af494f5f4ff9190ca7bbe82edc
28224 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
28225 Date:   Tue Nov 22 13:39:39 2011 +0100
28226
28227     Don't clear mem before free.
28228     
28229     Use a tool like valgrind to check for memory errors.
28230
28231 commit d569ce424f3d391953106a9aaf7fff31ab865912
28232 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
28233 Date:   Tue Nov 22 15:48:47 2011 +0100
28234
28235     Push last_route in global_routing.
28236     
28237     Now we are able to free it at exit.
28238
28239 commit 65524ea02277d920b22ee6c1f29ec198e620ca20
28240 Merge: 5fd5fb0 328643c
28241 Author: Mark Stillwell <marklee@fortawesome.org>
28242 Date:   Fri Nov 25 11:15:14 2011 +0100
28243
28244     Merge branch 'smpi' of git+ssh://scm.gforge.inria.fr//gitroot//simgrid/simgrid into smpi
28245
28246 commit 5fd5fb0042a290c557781f1dbb809b609ac69838
28247 Author: Mark Stillwell <marklee@fortawesome.org>
28248 Date:   Fri Nov 25 11:14:30 2011 +0100
28249
28250     My own calibration scripts. Slightly more automated than the previous ones.
28251
28252 commit 328643cc32ac0aa81f4bec9eff7953458f128fc5
28253 Author: mstillwell <mstillwell@griffon-40.nancy.grid5000.fr>
28254 Date:   Thu Nov 24 16:15:22 2011 +0100
28255
28256     gettimeofday also needs to update benchmark info.
28257
28258 commit 3736e0252d96679e19cfbe41f3c09833d3734386
28259 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
28260 Date:   Mon Nov 21 12:23:26 2011 +0100
28261
28262     Need to have my own link list.
28263     
28264     Else, it is freed while I'm still using it.
28265
28266 commit 9aa23d528c48b1567e7277fb78807397c9960237
28267 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
28268 Date:   Mon Nov 21 12:20:06 2011 +0100
28269
28270     Free cost table on finalize.
28271
28272 commit fc2d578697d0c72bab738d4b0485fbb477980036
28273 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
28274 Date:   Mon Nov 21 12:18:59 2011 +0100
28275
28276     Strings are already dup'ed by caller.
28277
28278 commit bb1bd052cd3896ce36044cefd0077eee79a3c30e
28279 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
28280 Date:   Mon Nov 21 12:17:02 2011 +0100
28281
28282     memcheck_tests.cmake: regenerate
28283
28284 commit e53420bc5ff10f8df9481033265fc04005b88ebc
28285 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
28286 Date:   Mon Nov 21 12:15:05 2011 +0100
28287
28288     Set path for binary in token ring tesh file.
28289
28290 commit 4473d1cfe6892c03b33a5e39b6dda7d67605e342
28291 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
28292 Date:   Wed Nov 23 09:10:08 2011 +0100
28293
28294     xbt_dict_new_ext() doesn't exist anymore.
28295
28296 commit da26c04a0fc73571f94a9068a82cefdff5954c6c
28297 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
28298 Date:   Wed Nov 23 14:13:30 2011 +0100
28299
28300     Fix warning about clobbered variable.
28301
28302 commit f010d1cc4bf9071ac46e4fe4ba900204bcb4495e
28303 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
28304 Date:   Wed Nov 23 16:40:10 2011 +0100
28305
28306     Fixup for commit 08ac8cf2900.
28307     
28308     Looks like I forgot this changed line.
28309
28310 commit 98f48503f018605eda2b1afa1ff099a484810474
28311 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
28312 Date:   Tue Nov 22 20:46:15 2011 +0100
28313
28314     model-checker : close file /proc/self/maps at the end of get_memory_map
28315
28316 commit edde8f7fbc1b74a81551bf9eb7bac1935b999296
28317 Merge: 6229ff3 c9fa3b2
28318 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
28319 Date:   Tue Nov 22 18:05:23 2011 +0100
28320
28321     merge conflicts
28322
28323 commit 6229ff3a39c8fb195846ea9eb67cf071654de597
28324 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
28325 Date:   Tue Nov 22 17:35:17 2011 +0100
28326
28327     model-checker : add snapshot of stack memory region for comparison of pairs reached or simply visited
28328
28329 commit c9fa3b2f54b1793ba420c06fed2f7bf4ec04b30f
28330 Author: Martin Quinson <martin.quinson@loria.fr>
28331 Date:   Fri Nov 18 17:03:57 2011 +0100
28332
28333     make the string large enough to avoid buffer overflows
28334
28335 commit dc3c940eca274de07feb008daf67e39d3d38bad2
28336 Author: Martin Quinson <martin.quinson@loria.fr>
28337 Date:   Fri Nov 18 17:02:39 2011 +0100
28338
28339     get workstation model to pick the right network model, the one given as default one (done the crude way, and LV08 actually breaks some stuff)
28340
28341 commit b8b7f89b95b045ca83019c370dd37291075c6e75
28342 Author: Martin Quinson <martin.quinson@loria.fr>
28343 Date:   Fri Nov 18 16:35:15 2011 +0100
28344
28345     there is no route in vivaldi
28346
28347 commit 77c42345eacf617675689b8136395ffaf612d19d
28348 Author: Navarrop <Pierre.Navarro@imag.fr>
28349 Date:   Thu Nov 17 12:14:28 2011 +0100
28350
28351     Add a test for model RuleBased.
28352     Cause now in cluster it is model "cluster".
28353
28354 commit 9553ec877f1dc96e9b44fbac31d47773e40adae3
28355 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
28356 Date:   Thu Nov 17 10:06:29 2011 +0100
28357
28358     model-checker : examples changed
28359
28360 commit b2b85b6a120b35b2d0a4c2cf433eadad15e79edc
28361 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
28362 Date:   Thu Nov 17 10:04:20 2011 +0100
28363
28364     model-checker : detection of pair already visited with the same criteria as for the detection of acceptance pair already reached
28365
28366 commit 2b6a13defd8f5be6e04fe678115b24f7a53ce006
28367 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
28368 Date:   Thu Nov 17 09:59:08 2011 +0100
28369
28370     model-checker : stop exploration if there isn't evolution in Büchi automaton
28371
28372 commit 95fca8b9b66bb5c596b47653dab58a42d36e1075
28373 Author: Christophe Thiéry <christopho128@gmail.com>
28374 Date:   Wed Nov 16 15:48:06 2011 +0100
28375
28376     Lua: change the return values of simgrid.task.send.
28377     
28378     Also fix a bug in checking the comm type.
28379
28380 commit f01dc15f98f1751e0f83bce0a0b50286c09a1c99
28381 Author: Christophe Thiéry <christopho128@gmail.com>
28382 Date:   Wed Nov 16 15:47:07 2011 +0100
28383
28384     MSG_comm_test and MSG_comm_testany did not update isused
28385
28386 commit 62c560ea9e8026722af5f293b3c3ffd80c4ecabf
28387 Author: Christophe Thiéry <christopho128@gmail.com>
28388 Date:   Wed Nov 16 15:41:57 2011 +0100
28389
28390     Lua: debug chord again
28391
28392 commit 4360c655a388faa67e07bf1131772d566fc555a2
28393 Author: Laurent Bobelin <lbobelin@mintcar.lip.ens-lyon.fr>
28394 Date:   Wed Nov 16 10:47:49 2011 +0100
28395
28396     Corrected typos as I had 5 minutes to waste before a meeting at 11.
28397
28398 commit 918d619266a36d89f789757d1c27f663e57b6db9
28399 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
28400 Date:   Wed Nov 16 07:35:16 2011 +0100
28401
28402     Regenerated memcheck tests.
28403
28404 commit 10f0429366b11cb6697ce0c0cb200943b0181bd0
28405 Author: Christophe Thiéry <christopho128@gmail.com>
28406 Date:   Tue Nov 15 23:54:29 2011 +0100
28407
28408     Lua: fixing the chord example
28409
28410 commit 898ef97fcc2d19b6aa3659ffadc59c6a47996c8e
28411 Author: Christophe Thiéry <christopho128@gmail.com>
28412 Date:   Tue Nov 15 23:53:40 2011 +0100
28413
28414     Lua: simplify the return values of simgrid.comm.test()
28415
28416 commit 6b52454e13609c5a433b3a4bbff1f0f3abf9776f
28417 Author: Christophe Thiéry <christopho128@gmail.com>
28418 Date:   Tue Nov 15 23:01:03 2011 +0100
28419
28420     Lua: implement isend, dsend and irecv
28421
28422 commit f301027bdd26302bdc73aa7c93b022dd75439256
28423 Author: Christophe Thiéry <christopho128@gmail.com>
28424 Date:   Tue Nov 15 23:00:44 2011 +0100
28425
28426     Lua: fix Chord example
28427
28428 commit 9efa3c3e639a720f22e424c37ad55046922306eb
28429 Author: Christophe Thiéry <christopho128@gmail.com>
28430 Date:   Tue Nov 15 18:57:13 2011 +0100
28431
28432     Nobody uses MSG_get_errno and wants useless calls to SIMIX_process_self
28433
28434 commit 4cb325dfc0f85a07d47f0467601df1b2a68b16fc
28435 Author: Christophe Thiéry <christopho128@gmail.com>
28436 Date:   Tue Nov 15 18:22:05 2011 +0100
28437
28438     SIMIX: add a redundant parameter to avoid repeated SIMIX_process_self()
28439
28440 commit ca67e184cafb7c777811e62f430517e37e95d876
28441 Author: Christophe Thiéry <christopho128@gmail.com>
28442 Date:   Tue Nov 15 16:54:33 2011 +0100
28443
28444     Remove a useless function. The default one does the same thing.
28445
28446 commit 868b3bf7dbd29afa8863377e4eec8305bb2433ba
28447 Author: Martin Quinson <martin.quinson@loria.fr>
28448 Date:   Tue Nov 15 17:15:03 2011 +0100
28449
28450     plug some more memleaks. We have no leak on the GOAL example anymore, yuhu
28451
28452 commit 403e0e03205591d9b723d0f032fe9b72651066b4
28453 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
28454 Date:   Tue Nov 15 17:15:05 2011 +0100
28455
28456     model-checker : free memory at the end of stateless double-dfs algorithm
28457
28458 commit 5686a3e9d8b1f7d2369f6cb9b1ce082d776b1f16
28459 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
28460 Date:   Tue Nov 15 16:51:03 2011 +0100
28461
28462     model-checker : detection of acceptance cycle when the first acceptance pair reached
28463
28464 commit d740a86eb8bb0e5d729e0ad55db7395444dad131
28465 Author: Navarrop <Pierre.Navarro@imag.fr>
28466 Date:   Tue Nov 15 16:18:37 2011 +0100
28467
28468     Add a platform with a bypass route. Add the test to cmake.
28469     Update flatifier and basic_parsing_test to not put "\t" but spaces.
28470
28471 commit 7b2e59190afe413f53ab9d76e738a2a0c13f48cc
28472 Author: Martin QUINSON <mquinson@frennes2.(none)>
28473 Date:   Tue Nov 15 15:54:08 2011 +0100
28474
28475     forgot to recreate the option when reviving supernovae
28476
28477 commit 278ed194f8f669d600e7c42b54a767e6d36705a2
28478 Author: Martin Quinson <martin.quinson@loria.fr>
28479 Date:   Tue Nov 15 15:43:55 2011 +0100
28480
28481     revert [a30523e] (remove supernovae) because I need some timings on G5K, and fix what broke in supernovae mode since then
28482
28483 commit 0f78165e6c51edc9a278f0948c7936122568954e
28484 Author: Martin Quinson <martin.quinson@loria.fr>
28485 Date:   Tue Nov 15 14:34:45 2011 +0100
28486
28487     plug some more memleaks. aint bad anymore
28488
28489 commit f4b6a29c3d750aa13586342e461793a5747a8267
28490 Author: Christophe Thiéry <christopho128@gmail.com>
28491 Date:   Tue Nov 15 14:28:29 2011 +0100
28492
28493     Lua: removing the MSG_process_sleep hack changes the order of output
28494
28495 commit 40b49952bc589b2972e9936828afe7f8f5d8cef2
28496 Author: Christophe Thiéry <christopho128@gmail.com>
28497 Date:   Tue Nov 15 14:23:43 2011 +0100
28498
28499     Lua: copy tasks so that the sender doesn't have to sleep
28500     
28501     This will allow to implement asynchronous comms (isend/irecv)
28502
28503 commit 1adf654f3131efa6f4024c0c3c43e83afe809658
28504 Author: Christophe Thiéry <christopho128@gmail.com>
28505 Date:   Tue Nov 15 14:18:28 2011 +0100
28506
28507     Cosmetics
28508
28509 commit f96c4337f949604e5d4e4b30f3ff6418ddf831ee
28510 Author: Martin Quinson <martin.quinson@loria.fr>
28511 Date:   Tue Nov 15 13:14:28 2011 +0100
28512
28513     plug a bunch of memleaks
28514
28515 commit de3b1d47e9b8b9f35dc96bf24d28fb4ede24a683
28516 Author: Martin Quinson <martin.quinson@loria.fr>
28517 Date:   Tue Nov 15 12:04:08 2011 +0100
28518
28519     damn it, there is no example testing the bypass mecanism!!
28520
28521 commit f3735c4ed8e2ea50363481f903209da4a35f3d44
28522 Author: Martin Quinson <martin.quinson@loria.fr>
28523 Date:   Tue Nov 15 11:48:41 2011 +0100
28524
28525     replace a new/free cycle by a locally stacked object
28526
28527 commit 8b74e2da4f486f731cb4af4e55c8181fbe24174b
28528 Author: Martin Quinson <martin.quinson@loria.fr>
28529 Date:   Tue Nov 15 11:41:26 2011 +0100
28530
28531     work to enforce that link arg is readily usable in r_g_r_a_l
28532
28533 commit 267d9c94a90a6180fb40c2d0fcdee42f7e5d083c
28534 Author: Martin Quinson <martin.quinson@loria.fr>
28535 Date:   Tue Nov 15 11:28:19 2011 +0100
28536
28537     reduce the dynar creation madness in g_r_a_l in recursive case
28538
28539 commit 9b643e82528c40e97610aaa87241f541830f4263
28540 Author: Martin Quinson <martin.quinson@loria.fr>
28541 Date:   Tue Nov 15 10:43:04 2011 +0100
28542
28543     rewrite an error message
28544
28545 commit 293f64574aef0e51a16ed3ba8187c650765dfd99
28546 Author: Martin Quinson <martin.quinson@loria.fr>
28547 Date:   Tue Nov 15 10:36:22 2011 +0100
28548
28549     merge get_route and get_latency in routings too
28550
28551 commit 45215d34aa47fd215a498fdecf91b8050b3feb4f
28552 Author: Martin Quinson <martin.quinson@loria.fr>
28553 Date:   Tue Nov 15 09:52:40 2011 +0100
28554
28555     rename a global to avoid namespace pollution (and other cosmetics)
28556
28557 commit ece2a48768fd651b376314538a44fe06da2abec0
28558 Author: Martin Quinson <martin.quinson@loria.fr>
28559 Date:   Tue Nov 15 09:43:42 2011 +0100
28560
28561     kill useless asserts: this is not the way routing logics will take to notice about non-existant routes
28562
28563 commit 5d57065c68eab066b8c951de6c1fcedd2ec15885
28564 Author: Martin Quinson <martin.quinson@loria.fr>
28565 Date:   Tue Nov 15 09:40:58 2011 +0100
28566
28567     further streamline r_get_route_a_l: now that latency is nicely additive, no need for extra precaution
28568
28569 commit 9da77e1cea6612786035c7ef879e8bbac3fb3b85
28570 Author: Martin Quinson <martin.quinson@loria.fr>
28571 Date:   Tue Nov 15 09:36:10 2011 +0100
28572
28573     simplify _routing_get_route_and_latency wrt latency
28574     
28575     - remove duplicated asserts about non negative latency
28576       routing_get_route_and_latency (w/o _) checks it
28577     - give the responsability to initialize it to the caller
28578     - streamline the code
28579
28580 commit 9b26e77b230c2d53aa8a456d29b6a215f6d1f659
28581 Author: Martin Quinson <martin.quinson@loria.fr>
28582 Date:   Tue Nov 15 09:15:09 2011 +0100
28583
28584     Change again the calling convention of routing_get_route_and_latency
28585     
28586     now, you cannot call it without passing a valid route receiver. It
28587     will be created if pointing to NULL, or simply filled. Actually that
28588     was the de facto calling convention in the code.
28589     
28590     This allows to simplify routing_get_route_and_latency by not checking
28591     if the caller is interested in the route at every line.
28592     
28593     (plus some useless cosmetics)
28594
28595 commit 29399b5261c3ff1e181eb75ee32d00aafeef5b26
28596 Author: Martin Quinson <martin.quinson@loria.fr>
28597 Date:   Tue Nov 15 08:45:05 2011 +0100
28598
28599     check that AS->get_route don't return NULL on non-existant route, but throw an exception
28600
28601 commit 85b02668e44e45559b9fc8474cbb81c7e6b3ae74
28602 Author: Martin Quinson <martin.quinson@loria.fr>
28603 Date:   Tue Nov 15 02:35:50 2011 +0100
28604
28605     kill the now useless 'cleanup' parameter of routing_get_route_and_latency
28606     
28607     Instead, if route == NULL we won't bother collecting the route, so
28608     freeing is useless.
28609     If *route == NULL, we create a short-lived dynar (equivalent to the
28610     result of having cleanup=1 previously
28611     else, we fill that route without messing with it
28612
28613 commit bdc99dddb4082e9c50525e5f7da24279cfd14c9f
28614 Author: Martin Quinson <martin.quinson@loria.fr>
28615 Date:   Tue Nov 15 02:06:53 2011 +0100
28616
28617     kill global_routing->get_route_no_cleanup()
28618     
28619     use routing_get_route_and_latency(....., 0) instead
28620
28621 commit 5679feeea5b84a6058073ce48ddfbc5be9f23e54
28622 Author: Martin Quinson <martin.quinson@loria.fr>
28623 Date:   Tue Nov 15 02:01:25 2011 +0100
28624
28625     kill routing_get_route(), use routing_get_route_and_latency() instead
28626
28627 commit 1b531b916a0eae7de729c2f1e99d050dbcb3ebba
28628 Author: Martin Quinson <martin.quinson@loria.fr>
28629 Date:   Tue Nov 15 01:35:56 2011 +0100
28630
28631     AS->get_route is no longer in charge of creating the route it fills
28632     
28633     The whole idea is to reduce the dynar creation, copy, destroy madness
28634     in the router. This step is only the first one on that way.
28635     
28636     It may well happen that this change leads to massive memleaks. I'll
28637     check after this later.
28638
28639 commit 41a898a8aaadf1bdaee66bbf8d23b6f256a3c7dc
28640 Author: Martin Quinson <martin.quinson@loria.fr>
28641 Date:   Tue Nov 15 00:31:49 2011 +0100
28642
28643     simplification + add comments + reindent of _get_route_and_latency
28644
28645 commit f4e1c8752e7100a06bec488f150eff25d928ca34
28646 Author: Martin Quinson <martin.quinson@loria.fr>
28647 Date:   Tue Nov 15 00:16:07 2011 +0100
28648
28649     useless cosmetics
28650
28651 commit fa8dc48a0d60d1d31c89c0d2add46680119444d9
28652 Author: Martin Quinson <martin.quinson@loria.fr>
28653 Date:   Mon Nov 14 17:40:03 2011 +0100
28654
28655     pre-parse the vivaldi coordinates
28656
28657 commit 7abd5b99dd005d10c48692ae638671b7cac771e3
28658 Author: Martin Quinson <martin.quinson@loria.fr>
28659 Date:   Mon Nov 14 17:05:55 2011 +0100
28660
28661     another empty function murder
28662
28663 commit bf9d5bacbde74aff8aa5588e679da6731d313371
28664 Author: Martin Quinson <martin.quinson@loria.fr>
28665 Date:   Mon Nov 14 17:01:02 2011 +0100
28666
28667     nah, properties in the XML file are not the right place to pass configuration options
28668     
28669     Actually, the properties are the right location, but only when
28670     included in a config tag. And in this setting, the right behavior is
28671     already done by the </config> handler, no need to also do it for the
28672     generic <prop> handler. Doing so anyway would prevent to pass
28673     "coordinates" (user-)properties to hosts, links and such.
28674
28675 commit c17b268da67642e0f3eba211a44f66473fea9bbe
28676 Author: Martin Quinson <martin.quinson@loria.fr>
28677 Date:   Mon Nov 14 16:58:02 2011 +0100
28678
28679     don't trust globals to be memset'ed to 0 (and rework a message)
28680
28681 commit 1399f3d39ee979f6033118dea71969830a9051f1
28682 Author: Martin Quinson <martin.quinson@loria.fr>
28683 Date:   Mon Nov 14 16:50:13 2011 +0100
28684
28685     error message rewrite
28686
28687 commit 35e807ba0b8341d3d001560693ecb0be4ff8ca90
28688 Author: Martin Quinson <martin.quinson@loria.fr>
28689 Date:   Mon Nov 14 16:48:12 2011 +0100
28690
28691     Let's trust the mathematics here: sqrt + fabs + fabs IS positive or nul :)
28692
28693 commit e706356251849dd3b28d2a78355fc0493cfdb4eb
28694 Author: Martin Quinson <martin.quinson@loria.fr>
28695 Date:   Mon Nov 14 16:42:43 2011 +0100
28696
28697     tiny cleanups, and add a FIXME
28698
28699 commit 6f0020b4128661d1e48c3313eac227f0b769ed0e
28700 Author: Martin Quinson <martin.quinson@loria.fr>
28701 Date:   Mon Nov 14 16:31:41 2011 +0100
28702
28703     merge structures route_t and route_extended_t.
28704     
28705     All this added complexity to save 2 pointers was a bit too much for
28706     me. Yeah, YMMV, but I prefer it this way.
28707
28708 commit d5548c7fc49aeeb1f41467597c790a1b5ea4f893
28709 Author: Martin Quinson <martin.quinson@loria.fr>
28710 Date:   Mon Nov 14 15:56:53 2011 +0100
28711
28712     tiny function renaming
28713
28714 commit 1059053df344f90ee74d4fc9af05efce32022813
28715 Author: Martin Quinson <martin.quinson@loria.fr>
28716 Date:   Mon Nov 14 20:20:17 2011 +0100
28717
28718     fix the breakages that were hidden because some tests were disabled
28719
28720 commit aca072d497410f7dd8d1be02ca90d5825844e09c
28721 Author: Martin Quinson <martin.quinson@loria.fr>
28722 Date:   Mon Nov 14 17:15:53 2011 +0100
28723
28724     pcre is not optional anymore since a while -- reactivate the vivaldi tests
28725
28726 commit b95d4833e971f85bed540dc1a5a4d98ea6c9bef4
28727 Author: Christophe Thiéry <christopho128@gmail.com>
28728 Date:   Mon Nov 14 16:48:39 2011 +0100
28729
28730     Lua: implementing asynchronous comms (wait, test, isend, dsend, irecv)
28731
28732 commit dfef3aeffcf0c35caf7ee79c48df2f4df2c21ecb
28733 Author: Christophe Thiéry <christopho128@gmail.com>
28734 Date:   Mon Nov 14 15:28:07 2011 +0100
28735
28736     Lua: add a function simgrid.process.sleep()
28737
28738 commit f45b6eaa01ced9382f2ec977555b66b55bc72fbf
28739 Author: Christophe Thiéry <christopho128@gmail.com>
28740 Date:   Mon Nov 14 15:10:41 2011 +0100
28741
28742     Lua: add a function simgrid.get_clock()
28743
28744 commit 58f0f206de294942ec8fa796556362fcc52e7f23
28745 Author: Christophe Thiéry <christopho128@gmail.com>
28746 Date:   Mon Nov 14 14:51:33 2011 +0100
28747
28748     Lua: document the possibility to use numbers for mailboxes
28749
28750 commit 5265dc224e69f1d3094f04f86b97bb0d1308d80e
28751 Author: Christophe Thiéry <christopho128@gmail.com>
28752 Date:   Mon Nov 14 14:38:26 2011 +0100
28753
28754     Lua: return errors from execute/send/recv, or nil in case of success
28755
28756 commit e38e9ff52039b2dd8416b120031492f9b7a2844b
28757 Author: Christophe Thiéry <christopho128@gmail.com>
28758 Date:   Mon Nov 14 14:03:26 2011 +0100
28759
28760     Lua: rename simgrid.task.name() to simgrid.task.get_name()
28761
28762 commit 5964efeaa53eb62b51b814b67ff413f0593a03a0
28763 Author: Christophe Thiéry <christopho128@gmail.com>
28764 Date:   Mon Nov 14 13:57:18 2011 +0100
28765
28766     Lua Chord example (not working yet, the API is still incomplete)
28767
28768 commit 104ec12984d49e726b38234c5d8ecbfd3732b91e
28769 Author: Christophe Thiéry <christopho128@gmail.com>
28770 Date:   Mon Nov 14 11:22:08 2011 +0100
28771
28772     Make MSG_TASK_CANCELLED deprecated, replace it by MSG_TASK_CANCELED
28773
28774 commit 788db2724e25a92188bb8012665999c088b815c6
28775 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
28776 Date:   Mon Nov 14 17:15:47 2011 +0100
28777
28778     model-checker : add region (data of program) in snapshot
28779
28780 commit 8449f8cd86a230453d0621072573d85c7ac611f4
28781 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
28782 Date:   Mon Nov 14 17:14:30 2011 +0100
28783
28784     model-checker : add name of program in arguments of function MSG_main_liveness_stateless, MC_modelcheck_liveness_stateless, MC_init_liveness_stateless, MC_ddfs_stateless_init and MC_ddfs_stateless
28785
28786 commit 7e047e6499ba84c7b948c6b699df2875fc765914
28787 Author: Navarrop <Pierre.Navarro@imag.fr>
28788 Date:   Mon Nov 14 17:13:52 2011 +0100
28789
28790     Remove ruby example from simgrid.
28791
28792 commit 997eaf52ad0ae1eb34820b135c7ba884b2a17f3c
28793 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
28794 Date:   Mon Nov 14 15:37:41 2011 +0100
28795
28796     Use xbt_XXX_is_empty() instead of testing xbt_XXX_length() against 0.
28797     
28798     Where XXX is 'dict' or 'dynar'.
28799     
28800     (was a request from emptty)
28801
28802 commit a21c6f99b54f0893807db95245ba0a05a5afc1c3
28803 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
28804 Date:   Mon Nov 14 12:01:11 2011 +0100
28805
28806     Rewrite xbt libs, using xbt dicts.
28807     
28808     And remove lots of code duplication.
28809     
28810     Also remove unused functions.
28811
28812 commit 51f4c718af9ea4756162527ed8f1a26d6db38bd1
28813 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
28814 Date:   Mon Nov 14 11:23:25 2011 +0100
28815
28816     Use xbt_lib_length instead of xbt_lib_size.
28817
28818 commit a28a695108f7e9ae7dafc83a2d39d17778f5fc98
28819 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
28820 Date:   Mon Nov 14 11:21:06 2011 +0100
28821
28822     Use defined interface for accessing to lib properties.
28823
28824 commit 1d6c85f35e0fa3b04426cb359acb1a4ea9fa0d6a
28825 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
28826 Date:   Mon Nov 14 13:04:16 2011 +0100
28827
28828     Remove usage of xbt_dict_size().
28829     
28830     xbt_dict_size() can now be safely removed.
28831
28832 commit 1e31311be1504e7eeb67f15c318a0023c5ebfd43
28833 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
28834 Date:   Mon Nov 14 13:10:51 2011 +0100
28835
28836     Remove trailing spaces in ChangeLog.
28837
28838 commit 86209e4b6d1cdcc4542386c08aa4589f01dc410f
28839 Author: Laurent Bobelin <lbobelin@mintcar.lip.ens-lyon.fr>
28840 Date:   Mon Nov 14 11:32:10 2011 +0100
28841
28842     Corrected some typos, clarified the index.
28843
28844 commit 76a4d575ce07a045a2dc097433ec94ba35715b9f
28845 Author: Navarrop <Pierre.Navarro@imag.fr>
28846 Date:   Mon Nov 14 11:16:49 2011 +0100
28847
28848     Add button for website.
28849
28850 commit 3e9550feddc792474634cc1d0056bff3bf900b13
28851 Author: Laurent Bobelin <lbobelin@mintcar.lip.ens-lyon.fr>
28852 Date:   Sat Nov 12 10:02:21 2011 +0100
28853
28854     Added the new logo to the unstable doc, so that Lucas and Fred can show a webpage and at least one doc with the same logo at SC
28855
28856 commit 3432ea9894c66b049be0b2ad1465d3677e739e19
28857 Author: Martin Quinson <martin.quinson@loria.fr>
28858 Date:   Fri Nov 11 09:37:49 2011 +0100
28859
28860     kill another "method" away from the "singleton" global_routing
28861     
28862     OO coding in C is something, but applying the worst possible OO design
28863     to C is ... inventive
28864
28865 commit 7b0f1a694ef1415a42a24db44b0389c865ac7424
28866 Author: Martin Quinson <martin.quinson@loria.fr>
28867 Date:   Fri Nov 11 03:36:28 2011 +0100
28868
28869     cosmetics and improve doc
28870
28871 commit 2c9ff6480cf2d95ac8767ed9080fc1f11efe8e0e
28872 Author: Martin Quinson <martin.quinson@loria.fr>
28873 Date:   Fri Nov 11 03:31:05 2011 +0100
28874
28875     kill a file that were begging for it
28876
28877 commit 0dc64479b96ff571409ec69e7eab6fd502cd229d
28878 Author: Martin Quinson <martin.quinson@loria.fr>
28879 Date:   Fri Nov 11 03:18:51 2011 +0100
28880
28881     cosmetics
28882
28883 commit d435bdefd34324ed0b0c25d1b6eb6dd3b7344524
28884 Author: Martin Quinson <martin.quinson@loria.fr>
28885 Date:   Fri Nov 11 03:17:41 2011 +0100
28886
28887     move the callbacks to the cluster creation from surfxml_parse to sg_platf
28888
28889 commit 804db10d761dd6fa29f6bf02980bb12d9361e740
28890 Author: Martin Quinson <martin.quinson@loria.fr>
28891 Date:   Fri Nov 11 03:05:27 2011 +0100
28892
28893     I've found the name of the next release
28894
28895 commit 7c7cedd107c3078eaf8a3e4d51a427a3d3ceaa26
28896 Author: Martin Quinson <martin.quinson@loria.fr>
28897 Date:   Fri Nov 11 02:47:04 2011 +0100
28898
28899     move some XML specific code from surf_routing.c to surfxml_parse.c
28900
28901 commit b7b4aaf9786bc5454938c873f8f4ae76d701a973
28902 Author: Martin Quinson <martin.quinson@loria.fr>
28903 Date:   Fri Nov 11 02:37:58 2011 +0100
28904
28905     Improve a bit the documentation of hte xbt_queues, and ensure that they are displayed on the web site
28906
28907 commit 3001fe98155b755a2acfc3712aadb3e3b6913fe5
28908 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
28909 Date:   Thu Nov 10 23:53:50 2011 +0100
28910
28911     Remove two more declaration of phantom functions.
28912
28913 commit bee3400ba6e1daeca869db8753dc4d86bcda28ca
28914 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
28915 Date:   Thu Nov 10 23:36:16 2011 +0100
28916
28917     Simply say fun_ptr(...) instead of (*fun_ptr)(...).
28918     
28919     Another possible cleanup in the same spirit is to remove the
28920     ampersand when taking the address of a function.
28921     This is left as an exercise for the reader.
28922
28923 commit 2b758af21612aa227b3a64876def8954e022dbd6
28924 Author: Martin Quinson <martin.quinson@loria.fr>
28925 Date:   Thu Nov 10 23:07:03 2011 +0100
28926
28927     some more cleanups for tomorrow marked as FIXME for now -- good night
28928
28929 commit 333c41b2486c95a8ea84588190524d34f91c3524
28930 Author: Martin Quinson <martin.quinson@loria.fr>
28931 Date:   Thu Nov 10 23:03:25 2011 +0100
28932
28933     various psychorigid cleanups -- routing_parse_cluster() is now readable
28934
28935 commit 121bcb730f522d783d0483ec37f0de6410f2498a
28936 Author: Martin Quinson <martin.quinson@loria.fr>
28937 Date:   Thu Nov 10 22:52:03 2011 +0100
28938
28939     that's a quite complicated no-op :)
28940
28941 commit 1725c8afe6c72f99e43d33de6935f9e0decb040c
28942 Merge: e9b1276 d3e1bd3
28943 Author: Martin Quinson <martin.quinson@loria.fr>
28944 Date:   Thu Nov 10 22:40:23 2011 +0100
28945
28946     Merge branch 'parser'
28947
28948 commit d3e1bd3437bd7573295b4cf05b79f66851b216b7
28949 Author: Martin Quinson <martin.quinson@loria.fr>
28950 Date:   Thu Nov 10 22:38:52 2011 +0100
28951
28952     do not search the cluster backbones again and again, store them in the right location
28953     
28954     On the poor tests I've done, it seems to give a non negligible
28955     improvement on the goal example. Maybe 5-10%, but it's hard to say
28956     right now.
28957
28958 commit d2c7a1ae78246fa7808b1cd2385d27985bbb331f
28959 Author: Martin Quinson <martin.quinson@loria.fr>
28960 Date:   Thu Nov 10 22:23:25 2011 +0100
28961
28962     you have to plug the memleaks from time to time
28963
28964 commit 050b0ae9372720d3f2e258cd0d6895b36c83ea11
28965 Author: Martin Quinson <martin.quinson@loria.fr>
28966 Date:   Thu Nov 10 22:03:36 2011 +0100
28967
28968     populate the routing_none_finalize to make sure that we always call these functions
28969
28970 commit 7c9b8ae2a235057d3eac28aa41a2ff89ba7b331d
28971 Author: Martin Quinson <martin.quinson@loria.fr>
28972 Date:   Thu Nov 10 21:54:20 2011 +0100
28973
28974     cosmetics: variable&fields renaming
28975
28976 commit 1b7a0677b5a4eae8e546d7bb90da6ca6c7e4c0fd
28977 Author: Martin Quinson <martin.quinson@loria.fr>
28978 Date:   Thu Nov 10 21:39:19 2011 +0100
28979
28980     Use the none routing as an ancestor to the generic one, which is ancestor to most of the others. First step to further factorization
28981
28982 commit e4c62e10ed7daa5ecca2506d38979c2adc3f7d23
28983 Author: Martin Quinson <martin.quinson@loria.fr>
28984 Date:   Thu Nov 10 21:30:43 2011 +0100
28985
28986     cosmetics, nothing serious
28987
28988 commit e9b1276b8385beb566c4e5fd996daebca32e64c5
28989 Author: Christophe Thiéry <christopho128@gmail.com>
28990 Date:   Thu Nov 10 18:46:50 2011 +0100
28991
28992     New Lua example: Chord (work in progress)
28993
28994 commit a7732fdf6a3ad939561c0681fc74b35194c1e154
28995 Author: Martin Quinson <martin.quinson@loria.fr>
28996 Date:   Thu Nov 10 18:42:59 2011 +0100
28997
28998     sanitize get_network_element_type()
28999     
29000     It were declared as a field of global_routing, and of each and every
29001     routing model. That's a bit much for a simple little function.
29002
29003 commit a7684e43af6d0d999c99fce3da1e691132e17173
29004 Author: Martin Quinson <martin.quinson@loria.fr>
29005 Date:   Thu Nov 10 18:07:38 2011 +0100
29006
29007     kill unused global_routing->get_latency()
29008
29009 commit 65dc5e18ada92df9d138177c059be127a10810f5
29010 Author: Martin Quinson <martin.quinson@loria.fr>
29011 Date:   Thu Nov 10 18:05:39 2011 +0100
29012
29013     Kill global_routing->get_route_or_null
29014     
29015     It was used at only one location, so I setup a TRY/CATCH in there
29016     instead
29017
29018 commit 25b7437ec8c9772f40dade724b77b13524e03fb7
29019 Author: Martin Quinson <martin.quinson@loria.fr>
29020 Date:   Thu Nov 10 17:57:02 2011 +0100
29021
29022     That pointer to function was never given anything but one value
29023     
29024     The global_routing value seem to be used to group functions together,
29025     but the fields cannot be given another value.
29026     
29027     Of course, I'm gonna kill em all.
29028
29029 commit 5e52cdafc655354a1c98193c817fc205d5be353e
29030 Author: Martin Quinson <martin.quinson@loria.fr>
29031 Date:   Thu Nov 10 17:47:24 2011 +0100
29032
29033     factorize the routing_exit functionality, and ensure that no model can forget to call it
29034
29035 commit b4427e5112f361f205ed20a53d54e15d552f36ff
29036 Author: Martin Quinson <martin.quinson@loria.fr>
29037 Date:   Thu Nov 10 17:37:30 2011 +0100
29038
29039     kill small crufts here and there
29040
29041 commit ed1436de46a7989e6ca45b6053ea1205b6715151
29042 Author: Martin Quinson <martin.quinson@loria.fr>
29043 Date:   Thu Nov 10 17:33:46 2011 +0100
29044
29045     kill further globals
29046
29047 commit ea97700f4d2ec9adfcd537e8a86e6d146c50a37c
29048 Author: Martin Quinson <martin.quinson@loria.fr>
29049 Date:   Thu Nov 10 17:20:36 2011 +0100
29050
29051     saner pattern use in the trace files
29052     
29053     I guess that previously, the patterns were replaced for the first
29054     host, and then reused as is for the next ones. So the traces specified
29055     for the first host were used for any ones.
29056
29057 commit 6f9d72501fa9d57a34e2d5309adb5d6947182eea
29058 Author: Martin Quinson <martin.quinson@loria.fr>
29059 Date:   Thu Nov 10 17:20:04 2011 +0100
29060
29061     fix the constness of xbt_strbuff_new_from(), it's too dangerous with previous prototype
29062
29063 commit 7dc4bb85bd3aac877dc0b80199606d66951cb374
29064 Author: Martin Quinson <martin.quinson@loria.fr>
29065 Date:   Thu Nov 10 17:07:48 2011 +0100
29066
29067     various cleanups
29068     
29069     amongst other, kill yet another global
29070
29071 commit ef1dcabf16ad2a1847ceb393e212ec9b5de5d419
29072 Author: Martin Quinson <martin.quinson@loria.fr>
29073 Date:   Thu Nov 10 16:56:00 2011 +0100
29074
29075     ahah. Mort de rire. :-/
29076
29077 commit 2fe18fadab902831233e19186e9fa25cfaba07a4
29078 Author: Martin Quinson <martin.quinson@loria.fr>
29079 Date:   Thu Nov 10 16:54:43 2011 +0100
29080
29081     various cleanups and clarifications
29082
29083 commit 3072be2de56fbf379bb67604b4aef9701cc76244
29084 Author: Martin Quinson <martin.quinson@loria.fr>
29085 Date:   Thu Nov 10 16:51:03 2011 +0100
29086
29087     rename routing_component to as, since that's just an AS at the end of the day
29088
29089 commit 40b6137be74f565e8a794210890a356e629c3099
29090 Author: Navarrop <Pierre.Navarro@imag.fr>
29091 Date:   Thu Nov 10 17:46:14 2011 +0100
29092
29093     Add a remove section from simgrid documentation.
29094
29095 commit 6c5aa3330726ecf1b1a0a426bb218310bb1bb283
29096 Author: Navarrop <Pierre.Navarro@imag.fr>
29097 Date:   Thu Nov 10 17:39:07 2011 +0100
29098
29099     Remove section about java.
29100
29101 commit e43896ca4a9e5219a20acc7d29f11a540b520f4d
29102 Author: Navarrop <Pierre.Navarro@imag.fr>
29103 Date:   Thu Nov 10 17:14:03 2011 +0100
29104
29105     Make a sync in a different directory.
29106
29107 commit 3c6e283027ced6ac43b195d4d4047f9212a65fbc
29108 Author: Navarrop <Pierre.Navarro@imag.fr>
29109 Date:   Thu Nov 10 17:01:36 2011 +0100
29110
29111     Add a sync target.
29112     Rewrite *.html with postprocesser.
29113
29114 commit 78636ee6b9662357d2292f1cc772b3ec86793f5f
29115 Author: Christophe Thiéry <christopho128@gmail.com>
29116 Date:   Thu Nov 10 16:47:20 2011 +0100
29117
29118     Lua masterslave: simplify the code and improve the output
29119
29120 commit 901c6b498c74534c08a879a3829c05ae7a9a21d8
29121 Author: Christophe Thiéry <christopho128@gmail.com>
29122 Date:   Thu Nov 10 16:45:04 2011 +0100
29123
29124     Lua: set a task metatable that allows OO-style syntax
29125     
29126     You can now write my_task:send(mailbox), which is just syntaxic sugar
29127     for simgrid.task.send(my_task, mailbox).
29128
29129 commit d2ba533b2ba779dc85b3faf0d297dc6f13c7e7c1
29130 Author: Christophe Thiéry <christopho128@gmail.com>
29131 Date:   Thu Nov 10 15:54:02 2011 +0100
29132
29133     Lua: garbage collect the simgrid module (remove simgrid.clean())
29134
29135 commit efd201684c340bfd7508b656bdbc59f57e7e7c67
29136 Author: Christophe Thiéry <christopho128@gmail.com>
29137 Date:   Thu Nov 10 14:13:31 2011 +0100
29138
29139     Don't protect access to the metatable from Lua.
29140     
29141     Lua code can never change the metatable of a userdata anyway
29142     (setmetatable is possible only for a table).
29143     getmetatable is now allowed for tasks and hosts: it's harmless and lets
29144     people extend them.
29145
29146 commit d2d9f8b0f434e881d124d81f655fc9ebb6f31199
29147 Author: Christophe Thiéry <christopho128@gmail.com>
29148 Date:   Thu Nov 10 14:06:13 2011 +0100
29149
29150     Clean MSG source file names
29151
29152 commit 8c6c3df11271d62be278361a12113ee9a4849b95
29153 Author: Martin Quinson <martin.quinson@loria.fr>
29154 Date:   Thu Nov 10 16:20:02 2011 +0100
29155
29156     inline static functions declared only once, and that were not really improving my execution flow understanding
29157
29158 commit 840bd4689d1c44baf35062cb5707e761b4e0f652
29159 Author: Martin Quinson <martin.quinson@loria.fr>
29160 Date:   Thu Nov 10 16:19:26 2011 +0100
29161
29162     kill unused static functions
29163
29164 commit 312ea85b08482b85d612f0f3707cab8b788c82af
29165 Author: Martin Quinson <martin.quinson@loria.fr>
29166 Date:   Thu Nov 10 16:13:07 2011 +0100
29167
29168     that function is so stupid that it is never called. Let's remove it
29169
29170 commit efbaa7f3050b349e41f3051b751f53b0b24e111d
29171 Author: Martin Quinson <martin.quinson@loria.fr>
29172 Date:   Thu Nov 10 16:08:23 2011 +0100
29173
29174     kill a type that were exactly the same than another
29175
29176 commit f193fed57024f1b113f3ec07500a76e1ed5b76b1
29177 Author: Martin Quinson <martin.quinson@loria.fr>
29178 Date:   Thu Nov 10 15:45:12 2011 +0100
29179
29180     sanitize type naming between surf models and routing models
29181
29182 commit 611fa4440524f3f3d6006c0792756ff2ed2a4197
29183 Author: Martin Quinson <martin.quinson@loria.fr>
29184 Date:   Thu Nov 10 15:44:10 2011 +0100
29185
29186     use an explicit type name for pointer on fct
29187
29188 commit 2393024691b60fb2054ced4a41d146759091136c
29189 Author: Martin Quinson <martin.quinson@loria.fr>
29190 Date:   Thu Nov 10 15:37:23 2011 +0100
29191
29192     tiny partial reindent
29193
29194 commit e3066010f058830fd24ca6e1aae70909aea749ca
29195 Author: Martin Quinson <martin.quinson@loria.fr>
29196 Date:   Thu Nov 10 15:33:54 2011 +0100
29197
29198     Move the SURF model initialization from routing_parse to sg_platf
29199     
29200     It's cleaner when the router is just another bunch of callbacks, with
29201     no central point. But it's a bit harder because the sg_platf callbacks
29202     are also used during the parsing of deploy.xml
29203
29204 commit a3e1930727ccd7e298b558833c4fbc74c43ebcad
29205 Author: Martin Quinson <martin.quinson@loria.fr>
29206 Date:   Thu Nov 10 14:29:48 2011 +0100
29207
29208     kill unused callbacks in the routing models
29209     
29210     they were (probably) intended to allow the rmodels to add new
29211     callbacks over the elements, but since I cannot remove callbacks in
29212     the new mecanism, and since it wasn't used, I don't see the point.
29213
29214 commit 8cc10e99f53995bc7486e4467b4e6ad8d7be3460
29215 Author: Martin Quinson <martin.quinson@loria.fr>
29216 Date:   Thu Nov 10 14:21:35 2011 +0100
29217
29218     Rename sg_platf_new_AS_{open,close} to {begin,end} since you cannot reopen them to add stuff afterward (and other similar call renaming)
29219
29220 commit 7711e3434875abc7fba905333f93ef83e5e77a59
29221 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
29222 Date:   Thu Nov 10 15:47:20 2011 +0100
29223
29224     Remove declaration for inexistent functions.
29225
29226 commit 3cafa64810d94a10c3fc94ee9d2fac15494ce901
29227 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
29228 Date:   Thu Nov 10 15:46:28 2011 +0100
29229
29230     These functions are declared static, define them static too.
29231
29232 commit ecf45d6adfeb07db1db20531e0775467a706dcc8
29233 Author: Laurent Bobelin <lbobelin@mintcar.lip.ens-lyon.fr>
29234 Date:   Thu Nov 10 15:18:55 2011 +0100
29235
29236     Added an index page for javadoc
29237
29238 commit 863fa5ef876b47114970e9dbf0e5ba761e8ccb53
29239 Author: Navarrop <Pierre.Navarro@imag.fr>
29240 Date:   Thu Nov 10 15:06:33 2011 +0100
29241
29242     Find for javadoc.
29243
29244 commit 6df63af32ce628c2fc42d615a417dbecaa411806
29245 Author: Navarrop <Pierre.Navarro@imag.fr>
29246 Date:   Thu Nov 10 14:46:49 2011 +0100
29247
29248     Remove unused tools.
29249
29250 commit 44dc7de69b07492195a33017f07f03b6d75c04d3
29251 Author: Navarrop <Pierre.Navarro@imag.fr>
29252 Date:   Thu Nov 10 14:42:30 2011 +0100
29253
29254     Make a doc for java
29255
29256 commit 278c73fe5bd433ae761178241d2e0694cf5e6932
29257 Author: Martin Quinson <martin.quinson@loria.fr>
29258 Date:   Thu Nov 10 12:12:44 2011 +0100
29259
29260     Rename some routing logic fields to make them more explicit (hopefully)
29261
29262 commit 54d06bd3a321bcec5204d3308171663449691640
29263 Author: Martin Quinson <martin.quinson@loria.fr>
29264 Date:   Thu Nov 10 12:03:16 2011 +0100
29265
29266     kill asserts which error message is as instructive as the segfault that it hides
29267
29268 commit b9c9894315287ab8a1f48acb0ee44074271155e0
29269 Author: Martin Quinson <martin.quinson@loria.fr>
29270 Date:   Thu Nov 10 11:58:31 2011 +0100
29271
29272     cluster routing is simpler than you thought
29273
29274 commit b15387511bf0c053e55724f67b63e1c1dad99465
29275 Author: Martin Quinson <martin.quinson@loria.fr>
29276 Date:   Thu Nov 10 11:57:22 2011 +0100
29277
29278     kill unused function
29279
29280 commit 3fb716c621a70c296757ca81a37327334e829a85
29281 Author: Martin Quinson <martin.quinson@loria.fr>
29282 Date:   Thu Nov 10 11:54:02 2011 +0100
29283
29284     add a constructor to the generic parsing logic, and use it to factorize code
29285
29286 commit d0d164cd894ef7a55ed4a319c896519bc97416c0
29287 Author: Martin Quinson <martin.quinson@loria.fr>
29288 Date:   Thu Nov 10 11:38:09 2011 +0100
29289
29290     Start fixing the OO organization of the routing
29291     
29292     the generic routing is intended to be the ancestor of every other
29293     routing logic, so move it into its own file (without any other change
29294     for now)
29295
29296 commit 6d6e609b9bef556e8e41a5a7a8b4860b74d47b71
29297 Author: Martin Quinson <martin.quinson@loria.fr>
29298 Date:   Thu Nov 10 11:21:29 2011 +0100
29299
29300     hide an ugly function used only locally
29301     
29302     and also mark at its second location that its usage shouldn't be
29303     dupplicated.
29304
29305 commit 2dba2db9e7afc3db8eb181ae8f85e09a6399d1d5
29306 Author: Martin Quinson <martin.quinson@loria.fr>
29307 Date:   Thu Nov 10 11:18:17 2011 +0100
29308
29309     what is that pimple, for god's sake??
29310
29311 commit 674e42f3c2fb237a6e690a939a909a32e6cebc98
29312 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
29313 Date:   Thu Nov 10 11:12:52 2011 +0100
29314
29315     model-checker : MC_replay_liveness function extended to replay all pairs in stack or just a part
29316
29317 commit 073bd7638f58304c2c358430e288bcf85dbf4516
29318 Author: Martin Quinson <martin.quinson@loria.fr>
29319 Date:   Thu Nov 10 11:02:14 2011 +0100
29320
29321     kill an unused structure + reindent and cosmetics
29322
29323 commit 4f5cd513b56a03f3f7fac50dd6ff033150acec6d
29324 Author: Martin Quinson <martin.quinson@loria.fr>
29325 Date:   Thu Nov 10 09:43:24 2011 +0100
29326
29327     further improve that damn message (fct called from two user visible functions -> don't name them)
29328
29329 commit b0954ccfc711fbfd5113ba54779d02e9b5450028
29330 Author: Martin Quinson <martin.quinson@loria.fr>
29331 Date:   Thu Nov 10 08:47:54 2011 +0100
29332
29333     fix a typo spotted by Henri
29334
29335 commit 5603d32370d9d356c2872e73fef801d8bb06ef19
29336 Author: Martin Quinson <martin.quinson@loria.fr>
29337 Date:   Thu Nov 10 01:25:45 2011 +0100
29338
29339     some users prefer this name, so provide it for symmetry with send and irecv
29340
29341 commit 37bcff1303841b68aa33f777e979763ddb56151a
29342 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
29343 Date:   Wed Nov 9 22:16:32 2011 +0100
29344
29345     Don't define routing_component_t twice.
29346
29347 commit 3c9a9b2c7e1193c47a2e09b41f746b017f143478
29348 Author: Christophe Thiéry <christopho128@gmail.com>
29349 Date:   Wed Nov 9 21:41:07 2011 +0100
29350
29351     Yet another clobbered variable warning
29352
29353 commit bc6e45effd2e9460dd74972af247ba21182fd777
29354 Author: Christophe Thiéry <christopho128@gmail.com>
29355 Date:   Wed Nov 9 21:10:17 2011 +0100
29356
29357     Clean the code and comments of registering C functions to Lua
29358
29359 commit d267477c115e50df1a9bf470ccda179161d5d376
29360 Author: Christophe Thiéry <christopho128@gmail.com>
29361 Date:   Wed Nov 9 20:22:53 2011 +0100
29362
29363     These function don't return anything
29364
29365 commit 2ef50482d97a960d49f0d6d4389d84ab97d0bdc3
29366 Author: Christophe Thiéry <christopho128@gmail.com>
29367 Date:   Wed Nov 9 20:22:14 2011 +0100
29368
29369     Move this debugging function to lua_utils.c
29370
29371 commit 2895b2413e1efc17e3a42047c85a4917f1114708
29372 Author: Christophe Thiéry <christopho128@gmail.com>
29373 Date:   Wed Nov 9 20:19:08 2011 +0100
29374
29375     The argument is a userdata, not a Lua task
29376
29377 commit 784972ebca53b8141424e151c407f1fd004aeb3b
29378 Author: Christophe Thiéry <christopho128@gmail.com>
29379 Date:   Wed Nov 9 20:15:42 2011 +0100
29380
29381     Lua: merge simgrid.task.recv and simgrid.task.recv_with_timeout
29382     
29383     The timeout is now an optional argument of simgrid.task.recv.
29384
29385 commit 8a43946b44780021927676dcab1944fa67ee8340
29386 Author: Christophe Thiéry <christopho128@gmail.com>
29387 Date:   Wed Nov 9 20:10:53 2011 +0100
29388
29389     Document C functions that Lua calls
29390
29391 commit e515cb46d8c3c86b35a918cbb8e8f7860bf31d94
29392 Author: Christophe Thiéry <christopho128@gmail.com>
29393 Date:   Wed Nov 9 19:02:00 2011 +0100
29394
29395     When a C function is called by Lua, get the args with positive indices
29396     
29397     A negative index is unsafe since the caller may provide more arguments
29398     than needed.
29399
29400 commit 8b30afd41e2c22586e92ecbbfe124403fc861dd6
29401 Author: Christophe Thiéry <christopho128@gmail.com>
29402 Date:   Wed Nov 9 18:57:57 2011 +0100
29403
29404     Nice joke.
29405
29406 commit a82dc808b0cbd982bdc787a7b0a6721b01f3c116
29407 Author: Christophe Thiéry <christopho128@gmail.com>
29408 Date:   Wed Nov 9 18:53:45 2011 +0100
29409
29410     Make the Lua API respect coherent naming conventions
29411
29412 commit 57101dd4200d74857e612c124afbba177a0c1e96
29413 Author: Christophe Thiéry <christopho128@gmail.com>
29414 Date:   Wed Nov 9 18:42:34 2011 +0100
29415
29416     Rename functions in simgrid_lua.c
29417
29418 commit cdbe18846eec81b99e254da78f5a6c15a8e17ac8
29419 Author: Martin Quinson <martin.quinson@loria.fr>
29420 Date:   Wed Nov 9 18:08:21 2011 +0100
29421
29422     Remove a useless xbt_assert from the critical path
29423     
29424     The error message was not more informative than a segfault will be,
29425     and user behavior cannot produce this (I think)
29426
29427 commit 13025e8ea0f4fccfb16bc3214ed42aefa1b8d9d9
29428 Author: Martin Quinson <martin.quinson@loria.fr>
29429 Date:   Wed Nov 9 18:06:57 2011 +0100
29430
29431     use a sane way to declare postparse callbacks, now that this way exists
29432
29433 commit 31077d64ac51b75cdfecb8aea7baf854ae1032a8
29434 Author: Martin Quinson <martin.quinson@loria.fr>
29435 Date:   Wed Nov 9 17:45:06 2011 +0100
29436
29437     partially reindent that file
29438
29439 commit 1a5769a21ec60d1317bfe86f03860ceb552903aa
29440 Author: Martin Quinson <martin.quinson@loria.fr>
29441 Date:   Wed Nov 9 17:32:36 2011 +0100
29442
29443     Remove the complexity needed to save a global that is never used
29444     
29445     this is the field "model" in the surf_model_description structure. The
29446     actual model is always saved elsewhere (like in the global
29447     surf_workstation_model and friends).
29448     
29449     If one day we want to have multi-model simulations, we'll need to
29450     partially revert this change, but I guess that this day seaching the
29451     right model linearly by name, as it was made possible with the
29452     existing setup, will not be the way to go.
29453
29454 commit 4ddbd30b67dea473bb8c43c6c226a3b3a5af987e
29455 Author: Martin Quinson <martin.quinson@loria.fr>
29456 Date:   Wed Nov 9 16:50:42 2011 +0100
29457
29458     I don't see the point of declaring and calling empty functions
29459     
29460     *_load *_unload callbacks of the routing logics seem unused.
29461     We could maybe kill them?
29462
29463 commit bbf0a1be10f50acc2440bdd52e5649cdd091affe
29464 Author: Martin Quinson <martin.quinson@loria.fr>
29465 Date:   Wed Nov 9 16:30:19 2011 +0100
29466
29467     oups, that comment were in french
29468
29469 commit 23c1419c93c4344d64d1b607c8f557d60ecb6f08
29470 Author: Martin Quinson <martin.quinson@loria.fr>
29471 Date:   Wed Nov 9 16:19:22 2011 +0100
29472
29473     nobody use these structures, so I won't try to understand their purpose
29474
29475 commit 088d5f86ef9b7a52516a31c8a2fa63049a540174
29476 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
29477 Date:   Wed Jul 20 17:02:15 2011 +0200
29478
29479     Reorganize mallocator.c, and add the possibility to disable mallocators.
29480     
29481     Memory leaks are sometimes hard to track when mallocators are in use.
29482     Set MALLOCATOR_IS_WANTED to 0 to disable them during your debugging session.
29483     
29484     The code for mallocator_new and mallocator_get is also made a bit cleaner.
29485
29486 commit 85c342932c60954a7e1c9430742bfff2b28c31a8
29487 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
29488 Date:   Fri Jan 28 16:27:37 2011 +0100
29489
29490     Kill "if" before free, and useless cast of free argument.
29491     
29492     free(NULL) is a no-op, there is no need to test the given pointer
29493     before call.
29494     The same argument stands for xbt_free, xbt_dict_free, xbt_dynar_free,
29495     and xbt_strbuff_free.
29496
29497 commit f13ab1807d381f0bf36027a9042e046dc4735dd5
29498 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
29499 Date:   Tue Sep 13 10:20:32 2011 +0200
29500
29501     Replace, when possible, calls to bprintf() by calls to xbt_strdup().
29502
29503 commit 806a5b5e183c163668ffc9b324608c706de0e88c
29504 Author: Navarrop <Pierre.Navarro@imag.fr>
29505 Date:   Wed Nov 9 13:48:06 2011 +0100
29506
29507     For radical it is "," and not ";"
29508
29509 commit 6193e20455e91d48d960ccf068d8ca305508937f
29510 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
29511 Date:   Wed Nov 9 13:28:41 2011 +0100
29512
29513     improve documentation of MSG_task_dsend function
29514
29515 commit 56535a019ac972e398628cc6cb7f75cad04e6c4d
29516 Author: Christophe Thiéry <christopho128@gmail.com>
29517 Date:   Wed Nov 9 12:20:26 2011 +0100
29518
29519     Also remove the comm from processes when SIMIX_post_comm is not called
29520
29521 commit 0398e492623cdd79abef6beb6819fda9d01b39c9
29522 Author: Christophe Thiéry <christopho128@gmail.com>
29523 Date:   Wed Nov 9 11:46:02 2011 +0100
29524
29525     Fix possible crashes and leaks with dsends during processes cleanup
29526
29527 commit 5d3371b450c02d427a69462ca166772385117791
29528 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
29529 Date:   Wed Nov 9 11:59:32 2011 +0100
29530
29531     model-checker : example for detection of acceptance cycle with liveness properties fixed
29532
29533 commit 1445abc41c393d58f855d2048fe07900698a8049
29534 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
29535 Date:   Wed Nov 9 11:57:22 2011 +0100
29536
29537     model-checker : new version of stateless double dfs algorithm for liveness properties
29538
29539 commit 50d4f311b5986c55419de78115b6a4c7532c93ac
29540 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
29541 Date:   Wed Nov 9 11:56:39 2011 +0100
29542
29543     model-checker : add number of requests executed for each pair in s_mc_pair_stateless structure
29544
29545 commit 1fe9c42d64bd7524b7d24df2b1fcc6e6e37d6a6b
29546 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
29547 Date:   Wed Nov 9 11:54:54 2011 +0100
29548
29549     model-checker : pair without request executed not replay in MC_replay_liveness function
29550
29551 commit 3c8d6458b202061ce3c1f41344ae66729e437236
29552 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
29553 Date:   Tue Nov 8 15:44:38 2011 +0100
29554
29555     Destroy sg_platf_link_cb_list on sg_platf_exit().
29556
29557 commit 08ac8cf29005a988b7d8e8cc37223a60ab661f08
29558 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
29559 Date:   Mon Nov 7 23:21:33 2011 +0100
29560
29561     Don't duplicate strings uselessly, and avoid memory leaks.
29562
29563 commit b0d869a97f3827fbbc9b2276b4dc9eab5a64289d
29564 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
29565 Date:   Mon Nov 7 22:30:32 2011 +0100
29566
29567     Reindent before change.
29568
29569 commit 4fd0d6649dc0505f2a9620ed3ab421d839b82374
29570 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
29571 Date:   Wed Nov 9 11:25:12 2011 +0100
29572
29573     Reindent surf_routing.c
29574
29575 commit b3cefb4ba05365815c4d30b46fbda1df79466cd9
29576 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
29577 Date:   Wed Nov 9 11:12:31 2011 +0100
29578
29579     Constification of parameter, and attribute no_return.
29580
29581 commit 9af2fd03c7062cc37f77667fa46866da38e38139
29582 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
29583 Date:   Wed Nov 9 10:25:10 2011 +0100
29584
29585     Add a script running GNU indent with the appropriate options.
29586     
29587     The set of options was given by README.coding which is also updated.
29588
29589 commit 09a61acd80245bda9dccef9c649926602b97d6e4
29590 Author: Navarrop <Pierre.Navarro@imag.fr>
29591 Date:   Wed Nov 9 11:15:29 2011 +0100
29592
29593     Factorize routing_parse_cluster.
29594
29595 commit 4fda0d96b8b77d881e921ed32322140d899a0191
29596 Author: Henri Casanova <casanova@fac-dhcp06.ics.hawaii.edu>
29597 Date:   Tue Nov 8 14:07:48 2011 -1000
29598
29599     My yearly totally useless commit to SimGrid. The error message
29600     in MSG_task_irecv() mistakenly was about MSG_task_put() due to a bad
29601     cut-and-paste. Only by writing totally bogus MSG code was I able to
29602     fix this horrendous bug that had escaped SimGrid developers for
29603     months...no. I am not ashamed of myself.
29604
29605 commit ff3432a9ed539536119aaf9e7ea104bed36135fb
29606 Author: Martin Quinson <martin.quinson@loria.fr>
29607 Date:   Tue Nov 8 22:37:37 2011 +0100
29608
29609     I demand you to stop that empty function chaining madness. NOW
29610
29611 commit 60cc7469b7ebac423418bbc741e12469c4f566ec
29612 Author: Martin Quinson <martin.quinson@loria.fr>
29613 Date:   Tue Nov 8 22:31:14 2011 +0100
29614
29615     sanitize the names of the routing's parse callbacks
29616
29617 commit c8ac1b69dcb6a9116a15abad9d9f837a92ce302a
29618 Author: Martin Quinson <martin.quinson@loria.fr>
29619 Date:   Tue Nov 8 22:24:17 2011 +0100
29620
29621     no need to have the routing_parse_Scluster() function public. routing_register_callbacks is enough
29622
29623 commit e93a91fdbfece38a7de51e9da40c6388cdd0d6c8
29624 Author: Martin Quinson <martin.quinson@loria.fr>
29625 Date:   Tue Nov 8 22:19:42 2011 +0100
29626
29627     sanitize the way parsing callbacks of the routing submodule are registered
29628
29629 commit 9dac28c3beb960cb7332fe5a2898278b66f95337
29630 Author: Martin Quinson <martin.quinson@loria.fr>
29631 Date:   Tue Nov 8 22:19:02 2011 +0100
29632
29633     One day, we'll have to deal with route creation in sg_platf. That day, we'll need that data structure
29634
29635 commit ba613f6c63d5e8c9ac4776a7d0e4860bd68b278e
29636 Author: Martin Quinson <martin.quinson@loria.fr>
29637 Date:   Tue Nov 8 22:10:28 2011 +0100
29638
29639     simplify this function
29640
29641 commit 2e565ac1a15c21e3655a6e717e33cca24922c74d
29642 Author: Martin Quinson <martin.quinson@loria.fr>
29643 Date:   Tue Nov 8 21:57:55 2011 +0100
29644
29645     rename some types for consistency
29646
29647 commit b1fd4b5df7957e6a89847a4f9e66333bbf8962c1
29648 Author: Martin Quinson <martin.quinson@loria.fr>
29649 Date:   Tue Nov 8 21:54:39 2011 +0100
29650
29651     that FIXME would be a bad idea to implement
29652
29653 commit 7e342a3e9aec0e19be02b0abb3ddfa9a4ddfa71c
29654 Author: Martin Quinson <martin.quinson@loria.fr>
29655 Date:   Tue Nov 8 21:46:55 2011 +0100
29656
29657     reindent, no real change
29658
29659 commit f45e2007a36753d3447b2dad2ba85f9f92e34657
29660 Author: Martin Quinson <martin.quinson@loria.fr>
29661 Date:   Tue Nov 8 21:40:14 2011 +0100
29662
29663     implement cluster tag on top of sg_platf w/o XML black magic
29664
29665 commit 1d558deeec797460abbfa5ed52f1e7ae784dcf7e
29666 Author: Martin Quinson <martin.quinson@loria.fr>
29667 Date:   Tue Nov 8 21:23:47 2011 +0100
29668
29669     Kill the XML-level callbacks to AS_open/close and create some at sg_platf level instead
29670
29671 commit 5c8ca575cac21465a8205f7ce18ca0994f046573
29672 Author: Martin Quinson <martin.quinson@loria.fr>
29673 Date:   Tue Nov 8 18:15:53 2011 +0100
29674
29675     simplify that vicious nasty code
29676
29677 commit 083888fb2ab060b9b7311778db9638d3f1dca460
29678 Author: Martin Quinson <martin.quinson@loria.fr>
29679 Date:   Tue Nov 8 17:04:04 2011 +0100
29680
29681     kill dead code
29682
29683 commit 6d64076cb863913f0443de9e191934756abdae9c
29684 Author: Martin Quinson <martin.quinson@loria.fr>
29685 Date:   Tue Nov 8 16:38:54 2011 +0100
29686
29687     /me also hates void* pointers
29688
29689 commit f40e862eaadb8abf4d87d6c1ae2dc085ed5fd81b
29690 Author: Martin Quinson <martin.quinson@loria.fr>
29691 Date:   Tue Nov 8 16:04:22 2011 +0100
29692
29693     /me hates globals
29694
29695 commit b9c9ef88e5a31a819e1f197b563974705e6d6805
29696 Author: Martin Quinson <martin.quinson@loria.fr>
29697 Date:   Tue Nov 8 16:00:57 2011 +0100
29698
29699     integrate the peer creation in sg_platf properly
29700
29701 commit 0e683608f783111ab47bac546980f8245a900a1d
29702 Author: Martin Quinson <martin.quinson@loria.fr>
29703 Date:   Tue Nov 8 15:46:04 2011 +0100
29704
29705     preparse the arguments of peer tag
29706
29707 commit ec7af36e7c9b3abaae057dace500df700c2620e3
29708 Author: Martin Quinson <martin.quinson@loria.fr>
29709 Date:   Tue Nov 8 15:30:09 2011 +0100
29710
29711     improve peer creator: use sg_platf_new_*, not the XML bypassing mechanism
29712
29713 commit eabe7ba29733550e5a69d42533644d8367738343
29714 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
29715 Date:   Thu Nov 18 22:58:58 2010 +0100
29716
29717     Destroy dax parser after use.
29718
29719 commit f27095dde915e56f6ff0c90269d05585c26fbd72
29720 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
29721 Date:   Mon Nov 7 23:04:05 2011 +0100
29722
29723     Fix memory leak in xbt_cfg_set_parse().
29724
29725 commit 2bc96c63a2cdfac701be8224bf30527aceb25c61
29726 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
29727 Date:   Mon Nov 7 22:24:44 2011 +0100
29728
29729     Kill bogus fixme: xbt_free_f already exists.
29730
29731 commit 7e18472f4a205887cd33cc98f2dc05974488db1c
29732 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
29733 Date:   Mon Nov 7 23:14:01 2011 +0100
29734
29735     Parenthesis should be protected in test parameters.
29736
29737 commit 83b6eb642c9777ecc8f947d1a645cbec1874173b
29738 Author: Martin Quinson <martin.quinson@loria.fr>
29739 Date:   Tue Nov 8 15:06:44 2011 +0100
29740
29741     further parser cleanups
29742     
29743     - kill some dead code related to the old lua console
29744     - do not load a header at the *end* of another header
29745     - solve some header inclusion madness created in this process
29746
29747 commit 8469c4ea0b1772280df6b6714e56edc82292a63d
29748 Author: Martin Quinson <martin.quinson@loria.fr>
29749 Date:   Tue Nov 8 14:52:27 2011 +0100
29750
29751     do use the parameters I'm given, not some random globals
29752
29753 commit 7fb9159d64402f1e397df7dd0bbf1235b227c960
29754 Author: Martin Quinson <martin.quinson@loria.fr>
29755 Date:   Tue Nov 8 14:29:21 2011 +0100
29756
29757     kill dead code
29758
29759 commit 0cbf8403268f79ade344b60161f2f44b3ab2b81c
29760 Author: Martin Quinson <martin.quinson@loria.fr>
29761 Date:   Tue Nov 8 14:24:05 2011 +0100
29762
29763     improve comments
29764
29765 commit d9c234050c6ba72ff2520ac9c57c11468bd30395
29766 Author: Martin Quinson <martin.quinson@loria.fr>
29767 Date:   Tue Nov 8 14:22:01 2011 +0100
29768
29769     plug a memleak when the cluster's router_id is not given
29770
29771 commit 33532af6f3b6db5d3b05062cddb1063b8c08a234
29772 Author: Martin Quinson <martin.quinson@loria.fr>
29773 Date:   Tue Nov 8 13:43:27 2011 +0100
29774
29775     fix constness in parser
29776
29777 commit 9ca3fd4750612349590e3489edbf1f6d40fa73be
29778 Author: Martin Quinson <martin.quinson@loria.fr>
29779 Date:   Tue Nov 8 13:15:40 2011 +0100
29780
29781     further fields renamings in the parser
29782
29783 commit b4417e14cad0429e1877f7310f36d0b603015d92
29784 Author: Christophe Thiéry <christopho128@gmail.com>
29785 Date:   Tue Nov 8 11:55:47 2011 +0100
29786
29787     Update README of Lua examples
29788
29789 commit 114b09ec24846920da14854ba06cf48d1d7d6dba
29790 Author: Christophe Thiéry <christopho128@gmail.com>
29791 Date:   Tue Nov 8 11:38:41 2011 +0100
29792
29793     Clean the code of Lua examples.
29794     
29795     Reindent, remove useless semicolons, declare variables as local, etc.
29796
29797 commit 8ea7c4f59c016362ba4993ff7b8ff6e34685a897
29798 Author: Christophe Thiéry <christopho128@gmail.com>
29799 Date:   Tue Nov 8 10:58:58 2011 +0100
29800
29801     Add unversioned chord large deployment files to .gitignore
29802     
29803     Also remove '\r' characters from .gitignore
29804
29805 commit 8c3462c8bb7fb8cd5d73b25eb67bee75dafca7aa
29806 Author: Christophe Thiéry <christopho128@gmail.com>
29807 Date:   Tue Nov 8 10:48:40 2011 +0100
29808
29809     These files have nothing to do here
29810
29811 commit 46e0cb17f365814060eccbd32af103d1b41ae34b
29812 Author: Martin Quinson <martin.quinson@loria.fr>
29813 Date:   Tue Nov 8 12:51:01 2011 +0100
29814
29815     further code simplification. This one were nasty
29816
29817 commit a527ab1525ea5788bf475824f6e4242138eccc6f
29818 Author: Martin Quinson <martin.quinson@loria.fr>
29819 Date:   Tue Nov 8 12:22:00 2011 +0100
29820
29821     simplify the code a bit
29822
29823 commit f5b15e157009dbaef93d579aaf5f093864fc7cc7
29824 Author: Martin Quinson <martin.quinson@loria.fr>
29825 Date:   Tue Nov 8 12:05:51 2011 +0100
29826
29827     Also cleanup the fields of s_sg_platf_link_cbarg_t
29828     
29829     This one is not just a renaming:
29830      - kill the unused V_policy_initial_link
29831      - make V_link_sharing_policy (now 'policy') a
29832        e_surf_link_sharing_policy_t (which thus become public)
29833     This should be enough for field renaming for now. But the cleanup is
29834     definitly not finished :-/
29835
29836 commit 04c10dad7fa6089786021b0f8b4413f86bafd6fd
29837 Author: Martin Quinson <martin.quinson@loria.fr>
29838 Date:   Tue Nov 8 11:48:32 2011 +0100
29839
29840     also cleanup the field names of s_sg_platf_router_cbarg_t
29841     
29842     Still manual, so atomic commits to avoid issues
29843
29844 commit fb17c31966c617a068f0d69d3a419041150d905d
29845 Author: Martin Quinson <martin.quinson@loria.fr>
29846 Date:   Tue Nov 8 11:42:19 2011 +0100
29847
29848     Parser cleanup: simplify structure's fields' names
29849     
29850     Damn, my eclipse fail that refactoring! That's manual, pity me...
29851
29852 commit 22b3e706eb926a52a50f895b3313e587a92ca0e5
29853 Author: Martin Quinson <martin.quinson@loria.fr>
29854 Date:   Tue Nov 8 11:27:02 2011 +0100
29855
29856     Reimplement the lua console on top of sg_platf
29857     
29858     I admit it was too early to do that change since sg_platf is not quite
29859     fully separated from the XML parsing yet, but the cruft accumulates
29860     from everywhere, so I have to break stuff a bit to fix the overall
29861     picture. Yeah, the lua tests are not fixed yet.
29862
29863 commit be63f027d4d6bcb1572eb5966dcf6a2ff25b463c
29864 Author: Martin Quinson <martin.quinson@loria.fr>
29865 Date:   Tue Nov 8 09:06:29 2011 +0100
29866
29867     kill more empty function chaining in lua console
29868
29869 commit b8943468f77b205d060989629f6a2bd6260aee2e
29870 Author: Martin Quinson <martin.quinson@loria.fr>
29871 Date:   Tue Nov 8 00:16:44 2011 +0100
29872
29873     Slight cleanups in the lua console
29874     
29875     - kill some empty functions chaining
29876     - allow for the creation of routers from lua
29877     (the console is still broken, more profund cleanups will be needed)
29878
29879 commit d7312117918307ea0ee4dd49ccb225b83ceff212
29880 Author: Martin Quinson <martin.quinson@loria.fr>
29881 Date:   Tue Nov 8 00:10:41 2011 +0100
29882
29883     Kill some further empty function chaining.
29884     
29885     This breaks the lua console for a while, but this is to be redone with
29886     the new sg_platf anyway.
29887
29888 commit bd2cf2d478d8e130e47a9b2943af0269b8da910a
29889 Author: Martin Quinson <martin.quinson@loria.fr>
29890 Date:   Mon Nov 7 23:57:42 2011 +0100
29891
29892     Properly integrate the link creation into sg_platf
29893
29894 commit 6e5cfd7ff86900354c20502af95ee5f751492753
29895 Author: Christophe Thiéry <christopho128@gmail.com>
29896 Date:   Mon Nov 7 22:14:27 2011 +0100
29897
29898     This structure was not necessary
29899
29900 commit 4e1fc6f3594cfde9097ce4f9c058610cfb99285c
29901 Author: Christophe Thiéry <christopho128@gmail.com>
29902 Date:   Mon Nov 7 19:21:29 2011 +0100
29903
29904     Lua: don't garbage collect a task after sending it (the receiver will)
29905     
29906     Also clean the code of Lua tasks. Show an appropriate error message when
29907     the sender tries to access a task already sent to someone else.
29908
29909 commit ac10e10c4e1f3ff2c05a5d5b5400026f66746615
29910 Author: Christophe Thiéry <christopho128@gmail.com>
29911 Date:   Mon Nov 7 19:20:49 2011 +0100
29912
29913     Lua: add a function sglua_copy_value
29914
29915 commit 50400654d17b3c623e7ae8653690142e52c6498b
29916 Author: Christophe Thiéry <christopho128@gmail.com>
29917 Date:   Mon Nov 7 19:19:24 2011 +0100
29918
29919     Add comments about who should or shouldn't call MSG_task_destroy
29920
29921 commit 4093630fb785dcdf15e635740f7c770cec59d88b
29922 Author: Christophe Thiéry <christopho128@gmail.com>
29923 Date:   Mon Nov 7 18:30:46 2011 +0100
29924
29925     After a send, the sender should never access the task anymore.
29926     
29927     Since processes are in different Lua worlds, the receiver can garbage
29928     collect the task.
29929
29930 commit 7329497f42d918f8bac62146274854ef8c199681
29931 Author: Martin Quinson <martin.quinson@loria.fr>
29932 Date:   Mon Nov 7 18:05:18 2011 +0100
29933
29934     further parser cleanups
29935     
29936     Properly integrate the begin and end of platform definition in sg_platf.
29937     
29938     New public functions:
29939      - sg_platf_open()
29940      - sg_platf_close()
29941     New internal callback:
29942      - sg_platf_postparse_add_cb(void_f_void_t)
29943      (nobody cares about sg_platf_open(), it's just here for cosmetics in
29944       user code)
29945
29946 commit 4ce5c470afd6b579354fd46d5ed50967df28a437
29947 Author: Martin Quinson <martin.quinson@loria.fr>
29948 Date:   Mon Nov 7 16:40:25 2011 +0100
29949
29950     also deprecate ETag_surfxml_router
29951
29952 commit 2599ef96125066e141d69d3348c8b4c23d773938
29953 Merge: 9970cff 3c04295
29954 Author: Martin Quinson <martin.quinson@loria.fr>
29955 Date:   Mon Nov 7 16:33:59 2011 +0100
29956
29957     Merge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid
29958
29959 commit 9970cff0913d40427d9007333bfee5af3a4d2163
29960 Author: Martin Quinson <martin.quinson@loria.fr>
29961 Date:   Mon Nov 7 16:33:11 2011 +0100
29962
29963     Further parser cleanups
29964     
29965     - Kill useless function chaining
29966     - Deprecate the ETag_host in XML now that it's useless
29967
29968 commit 3c04295501109ede906dd361f58c9830ff8f5f23
29969 Author: Navarrop <Pierre.Navarro@imag.fr>
29970 Date:   Mon Nov 7 16:06:05 2011 +0100
29971
29972     Don't use a fix value of host.
29973
29974 commit 8c559bcf576778202a4e0840e9ac7ff7a47537f6
29975 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
29976 Date:   Mon Nov 7 15:47:04 2011 +0100
29977
29978     model-checker : add new MAX_DEPTH_LIVENESS with verification liveness properties
29979
29980 commit bbab4619c1dbcfedc93e2d14812a684119c75136
29981 Author: Navarrop <Pierre.Navarro@imag.fr>
29982 Date:   Mon Nov 7 15:35:46 2011 +0100
29983
29984     Add a source file for model vivaldi. Write vivaldi_get_route.
29985     Update vivaldi platforms (examples/platforms/syscoord/
29986
29987 commit ff60e8360c97b7f1aee73c97d10480792b5dc2b3
29988 Author: Navarrop <Pierre.Navarro@imag.fr>
29989 Date:   Mon Nov 7 14:39:13 2011 +0100
29990
29991     Remove some bprintf, fix memleaks.
29992
29993 commit 20427e1463985c071ac551547d0906e282b43520
29994 Author: Martin Quinson <martin.quinson@loria.fr>
29995 Date:   Mon Nov 7 14:11:01 2011 +0100
29996
29997     fix the last broken tests by sanitizing the way properties are handled during the parse
29998
29999 commit 3daae820581b21fdb17a7fd73ae92d617c2ab72a
30000 Author: Navarrop <Pierre.Navarro@imag.fr>
30001 Date:   Mon Nov 7 13:52:30 2011 +0100
30002
30003     Resolved merge "merge changes. Strange, it seems to ate pierre commit" and
30004      redo the missing part. Set the struct for get_route of tag cluster.
30005
30006 commit 11bed89b4272025487a7a18302d165b5b611ca13
30007 Author: Navarrop <Pierre.Navarro@imag.fr>
30008 Date:   Mon Nov 7 13:50:43 2011 +0100
30009
30010     Remove unused function.
30011
30012 commit a81562c6d1a1b73373123d9f24215776613e3746
30013 Author: Martin Quinson <martin.quinson@loria.fr>
30014 Date:   Mon Nov 7 12:14:15 2011 +0100
30015
30016     Further parser cleanups
30017     
30018     Simply rename a bunch of symbols to make the module logic clear
30019
30020 commit 6e7f2fe14eee0c4db1b815d0130dd8888886222c
30021 Author: Martin Quinson <martin.quinson@loria.fr>
30022 Date:   Mon Nov 7 12:04:31 2011 +0100
30023
30024     integrate properly the router creation in sg_platf module
30025
30026 commit 2693314e2da7ab10af2c7e2660e262289745945b
30027 Author: Martin Quinson <martin.quinson@loria.fr>
30028 Date:   Mon Nov 7 11:47:11 2011 +0100
30029
30030     plug memleaks: surfxml does not allocate memory, sg_platf (and callbacks) do it on need
30031
30032 commit fc1551b7a3cbbcdb9fb48500f70683318c87c47b
30033 Author: Martin Quinson <martin.quinson@loria.fr>
30034 Date:   Mon Nov 7 11:41:10 2011 +0100
30035
30036     Make the sg_plat_new_host() function public
30037
30038 commit f8b73381cb02cdf39dd7829afe40df5f218a27f0
30039 Merge: a38c139 880bcc9
30040 Author: Martin Quinson <martin.quinson@loria.fr>
30041 Date:   Mon Nov 7 11:35:08 2011 +0100
30042
30043     Merge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid
30044
30045 commit a38c139dae908a891ed224eb09f8d517f7bdf6b3
30046 Author: Martin Quinson <martin.quinson@loria.fr>
30047 Date:   Mon Nov 7 11:31:15 2011 +0100
30048
30049     Continue parser cleanups
30050     
30051     Prepare to split the interface of sg_platf in two: one public
30052     interface (include/simgrid/platf.h) will contain the function
30053     available to the user code to create elements while another interface
30054     (src/include/simgrid/platf_interface.h) will contain what internal
30055     modules need to declare callbacks on the element creation events.
30056     
30057     For now, the files are still very empty, but I try to not break stuff
30058     even further, so I commit soon.
30059
30060 commit 880bcc941eb060fa88126e1d00e279a78a67df4d
30061 Author: Christophe Thiéry <christopho128@gmail.com>
30062 Date:   Mon Nov 7 11:03:09 2011 +0100
30063
30064     The parser's behavior has changed, revalidate the output of msg-trace
30065
30066 commit 7da44b26eb7f4da0d4ce7672f479dea4d01767b3
30067 Author: Christophe Thiéry <christopho128@gmail.com>
30068 Date:   Mon Nov 7 10:50:42 2011 +0100
30069
30070     Add some _XBT_GNUC_UNUSED to avoid compilation warnings with NDEBUG
30071
30072 commit e1ade9b0e5d44e4f96d6e83370ea9a5b850a1cc9
30073 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
30074 Date:   Mon Nov 7 07:40:43 2011 +0100
30075
30076     This include is not needed anymore.
30077
30078 commit 1d67804123491c0e5085e39196a3b79f6304c590
30079 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
30080 Date:   Sun Nov 6 18:18:21 2011 +0100
30081
30082     Remove useless code obfuscation.
30083
30084 commit 2f2cc25e16ad775ec3afc1984ac4e41398754113
30085 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
30086 Date:   Sun Nov 6 11:54:58 2011 +0100
30087
30088     Fix handling of the backtrace log formatters %b and %B.
30089     
30090     The first backtrace entry (_xbt_log_event_log) is not displayed.
30091
30092 commit 1544c44ae892f12125f1355d83e275d8299418ed
30093 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
30094 Date:   Sun Nov 6 11:50:18 2011 +0100
30095
30096     Cosmetics: fix comment.
30097
30098 commit 59a54714388c22b03452da540ff0c0417612151e
30099 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
30100 Date:   Sat Nov 5 23:53:23 2011 +0100
30101
30102     A message changed its category.
30103
30104 commit 3b9ebb3e5e5d04d3c6df84a1d1b2e8b34a7cbd23
30105 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
30106 Date:   Sat Nov 5 23:24:26 2011 +0100
30107
30108     Improve xbt_log_layout_format_doit().
30109     
30110     Make it simpler and faster.
30111     
30112     Not sure about the %b formatter, but who cares?
30113
30114 commit 94435942f63652be86db86e43b5f7425d3e56ea1
30115 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
30116 Date:   Sat Nov 5 22:37:12 2011 +0100
30117
30118     Improve xbt_log_layout_simple_doit().
30119     
30120     Make it simpler and slightly faster.
30121
30122 commit 9a444de20a7545d1c3d10bd242f317febded25c4
30123 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
30124 Date:   Sat Nov 5 22:12:11 2011 +0100
30125
30126     Avoid (almost) duplicated code in xbt_log_layout_*.
30127     
30128     Remove the dynamic log layout function.
30129     
30130     The layout functions now try to build the log string in a buffer of given
30131     length, and return success or failure.
30132     
30133     The first try is with a buffer of fixed size.
30134     In case of failure, the buffer is expanded, until it is large enough.
30135     
30136     With this change, the code is much simpler, and the only penalty is with
30137     very large log strings.
30138
30139 commit 30cc18334ad5760770a1733db33087b5aa91a4e7
30140 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
30141 Date:   Sat Nov 5 21:54:10 2011 +0100
30142
30143     Use fputs() instead of fprintf("%s") in file log appender.
30144     
30145     It is more natural, and should be faster.
30146
30147 commit cca507daea29ea048aaa79b2d1e23fc8bbfe029d
30148 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
30149 Date:   Sat Nov 5 21:51:52 2011 +0100
30150
30151     Remove old debugging cruft.
30152     
30153     Rationale: xbt_backtrace_display_current() uses fprintf(stderr) instead
30154     of the logging facility.
30155
30156 commit fc6fa272fd0492adba9c22775a06bba660185c03
30157 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
30158 Date:   Sat Nov 5 21:50:41 2011 +0100
30159
30160     Fix the fixme.
30161     
30162     And don't short-circuit the logging facility.
30163
30164 commit 5c9da7af52ab2646fc16faa39ca7c10a33020a54
30165 Author: Martin Quinson <martin.quinson@loria.fr>
30166 Date:   Sat Nov 5 16:41:42 2011 +0100
30167
30168     using pointer to scalar is a strange way to return a value...
30169
30170 commit a95e6bf7b637ba63f3d668b005deb91071c00c1a
30171 Author: Martin Quinson <martin.quinson@loria.fr>
30172 Date:   Sat Nov 5 16:18:13 2011 +0100
30173
30174     Nobody will ever need to override the behavior of config parsing, so simplify the code
30175
30176 commit 5bcfbaff5a82e40d9a5d1861f073fc0befbd7f1b
30177 Author: Martin Quinson <martin.quinson@loria.fr>
30178 Date:   Sat Nov 5 15:27:26 2011 +0100
30179
30180     Add a new module allowing to interact with the platform directly
30181     
30182     * For now, it's super sparse, but the ongoing cleanup in the parser aims
30183       precisely at populating it.
30184     * Also, kill some oneline brain-dead functions in the lua console
30185
30186 commit cd709fc1a07a53e8fa8c07d144c36483761e90a9
30187 Author: Martin Quinson <martin.quinson@loria.fr>
30188 Date:   Fri Nov 4 22:34:04 2011 +0100
30189
30190     Call surf_parse_models_setup() from the right level
30191     
30192     This function is in charge of initializing the models after all
30193     configs have been parsed. It used to be called in the XML parser
30194     callback, it is now called from the platform creation API, which is
30195     intended to be called either from the XML parser or from the lua
30196     console, or directly from the user code.
30197
30198 commit 02b7b97c6140acd91203e555f3ee999f7abf353c
30199 Author: Martin Quinson <martin.quinson@loria.fr>
30200 Date:   Fri Nov 4 22:21:43 2011 +0100
30201
30202     Register the generic <AS> callback soon enough
30203     
30204     - It is generic because it calls routing_AS_init() with the arguments
30205       from AX_*
30206     - soon enough is right at the beginning of the parsing process, not
30207       deep after the models are inited
30208
30209 commit fec43de0a32ebea77563d441cdf9b888667da722
30210 Author: Martin Quinson <martin.quinson@loria.fr>
30211 Date:   Fri Nov 4 22:00:57 2011 +0100
30212
30213     fixing lua console (brain dead) damages to the parser
30214
30215 commit 6dc62256f5ada58d6f50cfac38f10d97b2a03cc2
30216 Author: Martin Quinson <martin.quinson@loria.fr>
30217 Date:   Fri Nov 4 21:43:18 2011 +0100
30218
30219     this function should definitely not be called from lua, but from within the parsing logic
30220
30221 commit 70388188c97f56fbe2b645c9b00dcb05d0b86509
30222 Author: Martin Quinson <martin.quinson@loria.fr>
30223 Date:   Fri Nov 4 21:33:29 2011 +0100
30224
30225     Clean callbacks for the host parsing.
30226     
30227     - do not rely on global field, but pass the parameter to the callbacks
30228     - do not show the dynar containing the callbacks to the public, but
30229       provide a specific function to add a callback not needing to see the
30230       dynar
30231     
30232     This breaks some tests, but I need to split my changes to see when I
30233     improve the situation, and revert stuff when I degrade the situation.
30234     I start to fix the tests right away.
30235
30236 commit 04cb6e6a844ba34246d7ba001452f8aeaed9a6f9
30237 Author: Martin Quinson <mquinson@debian.org>
30238 Date:   Fri Nov 4 20:29:50 2011 +0100
30239
30240     putain, ca compile pas cette merde
30241
30242 commit b0419e2256126c8ca499e53ab6dc9f7381fc5916
30243 Merge: 294ef28 fe6bf06
30244 Author: Martin Quinson <martin.quinson@loria.fr>
30245 Date:   Fri Nov 4 16:32:12 2011 +0100
30246
30247     merge changes. Strange, it seems to ate pierre commit
30248
30249 commit 6988d9960f1104aaac5371c51c0d79daf1a13b68
30250 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
30251 Date:   Fri Nov 4 16:13:42 2011 +0100
30252
30253     model-checker : last version (incorrect) of double dfs algorithm for liveness properties before major rewrite to correct an error in the behavior of MC (possible evolution in Büchi automaton untreated)
30254
30255 commit 294ef28ab58ead2be41ffbd89bdc32ce885b5f8a
30256 Author: Martin Quinson <martin.quinson@loria.fr>
30257 Date:   Fri Nov 4 15:54:14 2011 +0100
30258
30259     yet another psychotic cleanup
30260
30261 commit 37a138f717b56a413e0fca7d1a68823744341471
30262 Author: Martin Quinson <martin.quinson@loria.fr>
30263 Date:   Fri Nov 4 15:53:46 2011 +0100
30264
30265     regenerate with flexml 1.9.2 (fix to my recent changes by ... agier ;)
30266
30267 commit fe6bf06966aa6183e31705b167ff36d77b49d0ed
30268 Author: Navarrop <Pierre.Navarro@imag.fr>
30269 Date:   Fri Nov 4 15:20:36 2011 +0100
30270
30271     Create a structure to put link up and down for model cluster. Factorize the tag cluster.
30272
30273 commit c4978cdc959fa1fd3fb1a7223d05160f6f01b7ba
30274 Author: Martin Quinson <martin.quinson@loria.fr>
30275 Date:   Fri Nov 4 14:32:26 2011 +0100
30276
30277     normalize some type names
30278
30279 commit 02b01c149a7f9b34d025353b1ed4078150ffcd62
30280 Author: Martin Quinson <martin.quinson@loria.fr>
30281 Date:   Fri Nov 4 14:09:22 2011 +0100
30282
30283     remove useless empty parsing callbacks
30284
30285 commit 15b64b5edc827167522ab08cf9efd17cf1b69830
30286 Author: Martin Quinson <martin.quinson@loria.fr>
30287 Date:   Fri Nov 4 13:57:56 2011 +0100
30288
30289     kill a bunch of warnings that prevented me from compiling
30290
30291 commit 1febc7263364fccc1cfaab87a7b6008d88c68008
30292 Author: Navarrop <Pierre.Navarro@imag.fr>
30293 Date:   Fri Nov 4 13:47:44 2011 +0100
30294
30295     Without ! is better sorry...
30296
30297 commit 21b97caf3d5c7cefcf6ec9bcfbb8e866d1b8f465
30298 Author: Navarrop <Pierre.Navarro@imag.fr>
30299 Date:   Fri Nov 4 13:17:15 2011 +0100
30300
30301     Add V_cluster_availability_file and V_cluster_state_file to struct for cluster.
30302
30303 commit 9e83f2bd52f8734d049718e731c9ccda690ba366
30304 Author: Navarrop <Pierre.Navarro@imag.fr>
30305 Date:   Fri Nov 4 12:54:57 2011 +0100
30306
30307     Do the free into the right file.
30308
30309 commit dd77d806f578b2bab80b049bd2935ada37adadad
30310 Author: Navarrop <Pierre.Navarro@imag.fr>
30311 Date:   Fri Nov 4 12:34:09 2011 +0100
30312
30313     Get rid of uselessly duplicated code.
30314
30315 commit 2dfa0bf9c35843676bc2bd0de023e3512083d38c
30316 Author: Martin Quinson <martin.quinson@loria.fr>
30317 Date:   Fri Nov 4 11:59:43 2011 +0100
30318
30319     no need to reset a struct that will be freed
30320
30321 commit 5fdff849a21eeed2797a6721d1bd3ecec2bb3e9b
30322 Author: Navarrop <Pierre.Navarro@imag.fr>
30323 Date:   Fri Nov 4 11:51:00 2011 +0100
30324
30325     Replace stupid char* by doubles in the cluster struct to avoid tons of useless printf/scanf.
30326
30327 commit 44506888bec8fe803257364c3d6d1da413bb7198
30328 Author: Navarrop <Pierre.Navarro@imag.fr>
30329 Date:   Fri Nov 4 11:43:37 2011 +0100
30330
30331     Add new model for cluster tag.
30332
30333 commit 93ca92954ae02f94f5df3d1a3b9f7b6ff5bd9cd2
30334 Author: Martin Quinson <martin.quinson@loria.fr>
30335 Date:   Fri Nov 4 10:41:34 2011 +0100
30336
30337     ensure that the create_resource functions do call strdup by themselves
30338     
30339     Also, ensure that the CPU models use surf_resource_new() instead of
30340     dupplicating its code
30341
30342 commit e7f673d15e75da1cf81d9d02186fbc936a21ffad
30343 Author: Martin Quinson <martin.quinson@loria.fr>
30344 Date:   Fri Nov 4 09:19:13 2011 +0100
30345
30346     useless cosmetics
30347
30348 commit 035063bc298e061d8f47cc49f63311451d681af7
30349 Author: Martin Quinson <martin.quinson@loria.fr>
30350 Date:   Thu Nov 3 18:11:24 2011 +0100
30351
30352     damn. Make sure that the models are inited only once when parsing the same file twice, while ensuring that it still work when parsing after a SD_exit()/SD_init() reset (we have vicious test cases, of which 10 are still broken)
30353
30354 commit b6726779e9641007f780712dd7ca932b83c7a541
30355 Author: Martin Quinson <martin.quinson@loria.fr>
30356 Date:   Thu Nov 3 18:02:08 2011 +0100
30357
30358     this output changed back, so revert my change of today
30359
30360 commit 5901b83edba40e5e7baa8197acc502e2b26b66da
30361 Author: Martin Quinson <martin.quinson@loria.fr>
30362 Date:   Thu Nov 3 17:54:14 2011 +0100
30363
30364     fix a bug that I recently introduced that prevented the parser to reload a new platf after a  new SD_exit() / SD_init() cycle
30365
30366 commit cd943d0105b3a4de659a56a2e80c8cba1ed714bc
30367 Author: Martin Quinson <martin.quinson@loria.fr>
30368 Date:   Thu Nov 3 17:53:13 2011 +0100
30369
30370     use the right flag to get the pthread compilation schema
30371
30372 commit 0681447e18ab9dafad643cc3e7ad845f714da943
30373 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
30374 Date:   Thu Nov 3 16:29:49 2011 +0100
30375
30376     Fix warnings about clobbered variables in gras/rpc example.
30377
30378 commit 85eece2400e334a250d610c9c72b4eaf7dd5a6b2
30379 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
30380 Date:   Thu Nov 3 15:27:48 2011 +0100
30381
30382     Fix warnings about clobbered variables in gras/pmm example.
30383
30384 commit ea761e3b3e598ed82b23dd8503c2f693c8b461a3
30385 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
30386 Date:   Thu Nov 3 15:25:00 2011 +0100
30387
30388     Fix warnings about clobbered variables in gras/ping example.
30389
30390 commit 6ed440b753dcad6ac666125768bd981651d775a1
30391 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
30392 Date:   Thu Nov 3 16:35:00 2011 +0100
30393
30394     Fix warnings about clobbered variables in gras/mmrpc example.
30395
30396 commit ac7cd29a3944bc776cc87642aa0d7635af26d167
30397 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
30398 Date:   Thu Nov 3 16:58:15 2011 +0100
30399
30400     Fix warnings about clobbered variables in gras/console/ping example.
30401
30402 commit 97f29c3974bb3008815e603331b33e5065c2f387
30403 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
30404 Date:   Thu Nov 3 16:20:37 2011 +0100
30405
30406     Fix warnings about clobbered variables in amok/bandwidth example.
30407
30408 commit d51a3d9981e44cbdf1296da17bb2fab0bc83f5a4
30409 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
30410 Date:   Wed Nov 2 21:29:33 2011 +0100
30411
30412     Remove spurious semicolon.
30413
30414 commit e9665319cc0f5ef31b773ca24d1f95d20719742e
30415 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
30416 Date:   Tue Nov 1 17:49:52 2011 +0100
30417
30418     Do not hide useful warnings: unused-but-set-variable.
30419     
30420     Mark them as no-error to avoid to break builds.
30421     For example, some versions of valgrind.h cause a "variable unused but set"
30422     warning in gcc 4.6.
30423
30424 commit 4de70d5dec2df0a4a9f0f35bf275238117e3cae1
30425 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
30426 Date:   Wed Nov 2 21:09:22 2011 +0100
30427
30428     Fix path for out-of-source builds.
30429
30430 commit 10beade7f2e5b5b7f318c3847602cc1ddbf09c99
30431 Author: Christophe Thiéry <christopho128@gmail.com>
30432 Date:   Thu Nov 3 14:32:41 2011 +0100
30433
30434     Enable clobbered variable warnings again and fix the last one (for me)
30435
30436 commit 3fd1c802a946042793109d0da05a748a7b9c1d43
30437 Author: Martin Quinson <martin.quinson@loria.fr>
30438 Date:   Thu Nov 3 15:16:10 2011 +0100
30439
30440     integrate initialization functions within the parsing main function to clean the calling code
30441
30442 commit 26f15ac9dcd0ab193a4072554a1c0487a0f80a69
30443 Author: Martin Quinson <martin.quinson@loria.fr>
30444 Date:   Thu Nov 3 15:15:13 2011 +0100
30445
30446     cleanup the way surf_parse_models_setup is called after the last <config> and before the first <AS>-like
30447
30448 commit 513baa2ee64b3db9b8697c61123715e6892afb4e
30449 Author: Martin Quinson <martin.quinson@loria.fr>
30450 Date:   Thu Nov 3 15:00:23 2011 +0100
30451
30452     split raw parsing functions from platform parsing, which is somehow similar to the deployment parsing done in simix
30453
30454 commit 08ce0edd12b2c42378cc228a91d37613bbc2acbc
30455 Author: Martin Quinson <martin.quinson@loria.fr>
30456 Date:   Thu Nov 3 14:46:33 2011 +0100
30457
30458     privatize this function that must be called at some point of the parsing process (thus clearly not for the users)
30459
30460 commit 071699dbbcb6ebfc659f27ae4b83bc74f6dfa9cb
30461 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
30462 Date:   Thu Nov 3 14:39:53 2011 +0100
30463
30464     model-checker : more condition (state with processes interleaved > 0) for detection of acceptance cycle
30465
30466 commit 4680606bad1fe9674554b6238add19de1bf6dde0
30467 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
30468 Date:   Thu Nov 3 14:37:08 2011 +0100
30469
30470     model-checker: new examples for liveness model checking
30471
30472 commit e3f9a237b382a41e1a1b53c597002e53479183a7
30473 Author: Martin Quinson <martin.quinson@loria.fr>
30474 Date:   Thu Nov 3 14:36:22 2011 +0100
30475
30476     oops, this should have been in a previous commit (a4f777f30924d7890b9e1da29f9d1a637035531b)
30477
30478 commit b1aba1d6a293496b0a7a8cf1ec8bdcad5a3eddbc
30479 Author: Martin Quinson <martin.quinson@loria.fr>
30480 Date:   Thu Nov 3 14:06:46 2011 +0100
30481
30482     stop messing with the surf internals from the test suite, so that these internals can be modified
30483
30484 commit c3e8d8eb4778b6200f460b86dd83b1fcfbef7ec4
30485 Author: Christophe Thiéry <christopho128@gmail.com>
30486 Date:   Thu Nov 3 12:06:01 2011 +0100
30487
30488     Fix the mallocator of SimDag tasks.
30489     
30490     Tasks were uninitialized too late (and with duplicated code), in
30491     SD_task_recycle_f() and SD_task_free_f(). The uninitialization code
30492     is now back in SD_task_destroy().
30493     This fixes simdag-minmin-test.
30494
30495 commit 5606e02195f83d9e7809135223b01a71e0a0cc67
30496 Author: Christophe Thiéry <christopho128@gmail.com>
30497 Date:   Thu Nov 3 11:14:52 2011 +0100
30498
30499     xbt_swag_foreach_safe is actually needed here.
30500     
30501     This fixes tests tesh-simdag-basic6 and simdag-minmin-test.
30502
30503 commit a4f777f30924d7890b9e1da29f9d1a637035531b
30504 Author: Martin Quinson <martin.quinson@loria.fr>
30505 Date:   Thu Nov 3 10:47:00 2011 +0100
30506
30507     Nobody cares about this argument since maybe 4 years (when we managed to parse the platf in one pass only), so kill the extra complexity
30508
30509 commit 7f40b5467867639e341f20ac756294b86feaf737
30510 Author: Martin Quinson <martin.quinson@loria.fr>
30511 Date:   Wed Nov 2 23:16:58 2011 +0100
30512
30513     finish to kill a unused function
30514
30515 commit 806d1314d9398af51ffd016c95b39d173960c659
30516 Author: Christophe Thiéry <christopho128@gmail.com>
30517 Date:   Thu Nov 3 10:53:00 2011 +0100
30518
30519     keep_track should be set only when lmm_solve is called from network_im
30520
30521 commit 9047a9e5bf34489806e03b10240f4278d4706838
30522 Author: Christophe Thiéry <christopho128@gmail.com>
30523 Date:   Thu Nov 3 10:18:51 2011 +0100
30524
30525     Make xbt_swag_insert_at_head/tail uniform and check an error
30526
30527 commit 30f1c8c5e4b8a7b6e593c7bb885ffad766ae6f5d
30528 Merge: 06cc65b 3507aa0
30529 Author: Martin Quinson <martin.quinson@loria.fr>
30530 Date:   Wed Nov 2 21:50:14 2011 +0100
30531
30532     Merge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid
30533
30534 commit 06cc65bdf3c37c0a55e182b582d0ff5710df4f26
30535 Author: Martin Quinson <martin.quinson@loria.fr>
30536 Date:   Wed Nov 2 21:06:37 2011 +0100
30537
30538     improve the documentation of the parser (getting used to that code before using my haxe)
30539
30540 commit 3507aa0f86b4306e340c024cf251349861e53a7a
30541 Author: Christophe Thiéry <christopho128@gmail.com>
30542 Date:   Wed Nov 2 19:46:35 2011 +0100
30543
30544     Optimize swags and save calls from Surf
30545
30546 commit b6fc52177ad69e2ee802fb34f4e84a0cad4e3bc1
30547 Author: Christophe Thiéry <christopho128@gmail.com>
30548 Date:   Wed Nov 2 15:51:23 2011 +0100
30549
30550     This constant may be too large for type long
30551
30552 commit 78f22420f85adfcab545618481f69020e95ce685
30553 Author: Christophe Thiéry <christopho128@gmail.com>
30554 Date:   Wed Nov 2 15:17:43 2011 +0100
30555
30556     This useless test makes a warning when assertions are disabled
30557
30558 commit 2a12959a456b848c45139c981847eb7454cba852
30559 Author: Christophe Thiéry <christopho128@gmail.com>
30560 Date:   Wed Nov 2 15:17:12 2011 +0100
30561
30562     Fix gcc 4.6 warnings about clobbered variables with optimizations
30563
30564 commit ac2da2e897e8e361f5476beb2f0c28254a90005b
30565 Author: Christophe Thiéry <christopho128@gmail.com>
30566 Date:   Wed Nov 2 14:46:15 2011 +0100
30567
30568     Implement direct context switching also for raw contexts
30569
30570 commit 8bda55c18efe5d60be1d49937e1869b4588c2b2f
30571 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
30572 Date:   Wed Nov 2 14:37:57 2011 +0100
30573
30574     model-checker : add or remove debug information
30575
30576 commit 646a169d229d00d57d0dfcd7ea030e186871ac7c
30577 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
30578 Date:   Wed Nov 2 14:35:31 2011 +0100
30579
30580     model-checker : change variable successors (local->global) in dfs algorithm
30581
30582 commit 6660ca9a1150f7708082d4d464156736d5944085
30583 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
30584 Date:   Wed Nov 2 14:19:08 2011 +0100
30585
30586     model-checker : memory leaks fixed in dfs algorithm for liveness properties
30587
30588 commit d19cdd7688cb8b9bcfbf6707aa1c3483101a60c3
30589 Author: Christophe Thiéry <christopho128@gmail.com>
30590 Date:   Wed Nov 2 13:36:10 2011 +0100
30591
30592     The impossible might be possible sometimes, actually
30593
30594 commit f57edc1d5b4f497883b451fc85d2d653d27a8247
30595 Author: Christophe Thiéry <christopho128@gmail.com>
30596 Date:   Wed Nov 2 12:10:40 2011 +0100
30597
30598     Direct context switching: clean the semantics of parmap
30599
30600 commit da2ce25eaa2fbae84dd3308348b88dab9269211e
30601 Author: Christophe Thiéry <christopho128@gmail.com>
30602 Date:   Wed Nov 2 09:52:01 2011 +0100
30603
30604     Switch directly between runnable contextes (work in progress)
30605
30606 commit dc6913c52605e309e5bbbf3bcccec1e15a1ae03b
30607 Author: Martin Quinson <martin.quinson@loria.fr>
30608 Date:   Wed Nov 2 01:36:43 2011 +0100
30609
30610     typos
30611
30612 commit f334f26d7bfb173d10eb60630393eee1c0cff7c0
30613 Author: Martin Quinson <martin.quinson@loria.fr>
30614 Date:   Wed Nov 2 01:16:09 2011 +0100
30615
30616     cosmetics
30617
30618 commit c9f2c80b4da963fe99ace23b41ee61bfdd336a5b
30619 Author: Martin Quinson <martin.quinson@loria.fr>
30620 Date:   Tue Nov 1 19:16:19 2011 +0100
30621
30622     regenerate with flexml 1.9.1 (integrate small changes from the debian package)
30623
30624 commit b44da26f4ba2a02d3fa88ed96214f1afa29185ba
30625 Author: Martin Quinson <martin.quinson@loria.fr>
30626 Date:   Tue Nov 1 19:15:30 2011 +0100
30627
30628     useless simplification
30629
30630 commit 34f8d99cf2e645bb6be3f614f6749145e1f1205e
30631 Author: Martin Quinson <martin.quinson@loria.fr>
30632 Date:   Tue Nov 1 19:15:10 2011 +0100
30633
30634     do build and install the manpages
30635
30636 commit 0f2a5c6a1ee7c87ece476402ae0a2842fd5f89f6
30637 Author: Martin Quinson <martin.quinson@loria.fr>
30638 Date:   Sun Oct 30 19:47:52 2011 +0100
30639
30640     Regenerate with flexml 1.9 (robust against multiple definitions of attributes)
30641
30642 commit 5a45f2d9f4342bcad2a27090d22c36bb36d007e4
30643 Author: Martin Quinson <martin.quinson@loria.fr>
30644 Date:   Fri Oct 28 18:24:37 2011 +0200
30645
30646     simplification by removing a useless level of call
30647
30648 commit 29bcfc3931285c530e1a2840e6c64d23cabe8875
30649 Author: Martin Quinson <martin.quinson@loria.fr>
30650 Date:   Fri Oct 28 17:37:26 2011 +0200
30651
30652     shut up you stupid gcc46
30653
30654 commit da137586d7702355e3e15e480975230c26fd8738
30655 Author: Martin Quinson <martin.quinson@loria.fr>
30656 Date:   Fri Oct 28 17:26:39 2011 +0200
30657
30658     reduce greatly the size of the static string for logs. According to Christophe, this can lead to a 10% speedup. Thanks to agier for the fix that made it possible
30659
30660 commit adb6aa36da9df49588d9e8b91a60244f673bab19
30661 Author: Martin Quinson <martin.quinson@loria.fr>
30662 Date:   Fri Oct 28 16:41:26 2011 +0200
30663
30664     mark as volatile variables that are used within TRY/CATCH blocks, or gcc46 will complain about possible clobbering
30665
30666 commit 014fb38c9ecb8a27235f32c4cd47de6abe3cb3ef
30667 Merge: e391cd2 7956846
30668 Author: Martin Quinson <martin.quinson@loria.fr>
30669 Date:   Fri Oct 28 16:22:58 2011 +0200
30670
30671     Merge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid
30672
30673 commit 7956846a8584348ea3a598b94b70a3801c910c4f
30674 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
30675 Date:   Tue Oct 25 22:56:57 2011 +0200
30676
30677     In xbt_log_layout_simple_doit, add missing calls to check_overflow.
30678     
30679     Also keep room for the final '\0'.
30680
30681 commit fff99c2e390f3924dfc68006fbc5c214370df751
30682 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
30683 Date:   Fri Oct 28 16:14:22 2011 +0200
30684
30685     model-checker : function mmalloc_compare_mdesc fixed (blocks unchecked)
30686
30687 commit e391cd27527f8f95d53386e583ae761f20cf7e1c
30688 Author: Martin Quinson <martin.quinson@loria.fr>
30689 Date:   Fri Oct 28 16:05:34 2011 +0200
30690
30691     cosmetics/tiny computation saving
30692
30693 commit bee83c20e96f95cbdcc319c89758ff9e00f81343
30694 Author: Christophe Thiéry <christopho128@gmail.com>
30695 Date:   Fri Oct 28 12:11:38 2011 +0200
30696
30697     valgrind.h causes a "variable unused but set" warning in gcc 4.6
30698
30699 commit d8d4e03ef0522097adb78ee606e5f9cc489c0d29
30700 Author: Christophe Thiéry <christopho128@gmail.com>
30701 Date:   Fri Oct 28 12:11:00 2011 +0200
30702
30703     Don't memset to zero
30704
30705 commit 69df130a50b94f86e4ef3fae61b68bfa2bbaccca
30706 Author: Christophe Thiéry <christopho128@gmail.com>
30707 Date:   Fri Oct 28 10:58:55 2011 +0200
30708
30709     With optimizations, gcc 4.6 warns about clobbered variables
30710
30711 commit 553f377a24c4530332edc5df6e99dab3ab082529
30712 Author: Christophe Thiéry <christopho128@gmail.com>
30713 Date:   Fri Oct 28 10:57:54 2011 +0200
30714
30715     memset with a size of 0 is forbidden
30716
30717 commit 4e651064c117835e8a9340bc416a6dc1781cc56d
30718 Merge: 4e0c857 0ba3032
30719 Author: Christophe Thiéry <christopho128@gmail.com>
30720 Date:   Thu Oct 27 19:18:48 2011 +0200
30721
30722     Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot//simgrid/simgrid
30723
30724 commit 4e0c8570051df3f7114e0097bf888a99946b6138
30725 Author: Christophe Thiéry <christopho128@gmail.com>
30726 Date:   Thu Oct 27 19:15:56 2011 +0200
30727
30728     Make suspending/resuming a suspended/non-suspended process a no-op
30729
30730 commit 0ba30326412c8edaeedbcc09e41c3e5434ff1969
30731 Author: Navarrop <Pierre.Navarro@imag.fr>
30732 Date:   Thu Oct 27 14:08:41 2011 +0200
30733
30734     Fix cluster without backbone.
30735
30736 commit 95f6b03528220e3c0063859e19d79906c7c2c881
30737 Author: Navarrop <Pierre.Navarro@imag.fr>
30738 Date:   Wed Oct 26 16:36:46 2011 +0200
30739
30740     Add the include into EXTRA DIST package.
30741
30742 commit 17984019babd9a2db099daebc0e46e8bc74909b9
30743 Author: Navarrop <Pierre.Navarro@imag.fr>
30744 Date:   Wed Oct 26 16:26:03 2011 +0200
30745
30746     Ensure windows combatibility.
30747     s_host is already an used variable.
30748
30749 commit 52cb406e7e96a683393f3fcddfc51970d5db2ee4
30750 Author: Navarrop <Pierre.Navarro@imag.fr>
30751 Date:   Wed Oct 26 15:12:40 2011 +0200
30752
30753     We must use those two libraries for ns3 when using ns3 3.12
30754
30755 commit 8353ca761ac086a2dffa56a6b1c862f19b803879
30756 Author: Navarrop <Pierre.Navarro@imag.fr>
30757 Date:   Wed Oct 26 14:50:44 2011 +0200
30758
30759     Rewrite the way to do the parsing for host,cluster,peer,router and link.
30760
30761 commit 0b91a7979cb7b0abe7988e5bb9ba81db3233327c
30762 Author: Navarrop <Pierre.Navarro@imag.fr>
30763 Date:   Mon Oct 24 14:24:10 2011 +0200
30764
30765     Do the parsing one time and not more.
30766
30767 commit f88cea0e25ce1a9212c14b414322b882e796d72c
30768 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
30769 Date:   Tue Oct 25 16:44:25 2011 +0200
30770
30771     model-checker : function to compare values of propositional symbols fixed
30772
30773 commit 8ebfad14d820fc1220036ea6a6bb299d96e214f5
30774 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
30775 Date:   Tue Oct 25 14:36:24 2011 +0200
30776
30777     model-checker : remove unused variables
30778
30779 commit beec1389e9398a7d088835d1a841b89a1e54c925
30780 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
30781 Date:   Tue Oct 25 13:21:28 2011 +0200
30782
30783     model-checker : function to compare propositional symbol values
30784
30785 commit 0d1c9172064ba746ed23e4e36146a3605491f5fa
30786 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
30787 Date:   Tue Oct 25 10:47:11 2011 +0200
30788
30789     model-checker : change printf for size_t variables
30790
30791 commit daf9d10c7877d35670e36e52be8a5207706d3bb1
30792 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
30793 Date:   Fri Oct 21 14:27:46 2011 +0200
30794
30795     model-checker : test data in libsimgrid memory region between each state
30796
30797 commit d224717198062a7db0c69aa4b653df0e80a1c891
30798 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
30799 Date:   Wed Oct 12 17:06:29 2011 +0200
30800
30801     model-checker : new functions to compare mmalloc in std_heap
30802
30803 commit d344049c320eee19a74e2fe4e1be14986207d83b
30804 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
30805 Date:   Tue Oct 4 09:52:30 2011 +0200
30806
30807     model-checker : add type in s_mc_mem_region (0=std_heap, 1=libsimgrid)
30808
30809 commit e9b00bd03825b6b1c66e642886328ce6384d9dad
30810 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
30811 Date:   Thu Sep 22 18:12:01 2011 +0200
30812
30813     model-checker : add files for examples
30814
30815 commit 7641e1b61b13d593d2eb86fc7cbcb6c8bcb89d8d
30816 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
30817 Date:   Thu Sep 22 18:05:17 2011 +0200
30818
30819     model-checker : nettoyage du code
30820
30821 commit 0ddad0a8665a95e6f16b6f765efca789459a818d
30822 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
30823 Date:   Wed Sep 21 16:59:05 2011 +0200
30824
30825     model-checker : new comparison for reached pairs (automaton state + values of propositional symbols + snapshot of system state)
30826
30827 commit 41982e805766505052bbfc0f887ab4f9f1be560a
30828 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
30829 Date:   Thu Sep 15 17:40:24 2011 +0200
30830
30831     model-checker : new comparison of pair reached (automaton state + values of propositional symbols)
30832
30833 commit 30a620d418f7770838a98a75259509d012cd5abe
30834 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
30835 Date:   Tue Sep 13 17:56:54 2011 +0200
30836
30837     model-checker : delete visited in struct xbt_state_t (unused)
30838
30839 commit 62909bd3e1734c5382aac48bb2c62cb70c8abfa4
30840 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
30841 Date:   Mon Sep 12 15:24:43 2011 +0200
30842
30843     model-checker : delete struct reached_pair_stateless unused
30844
30845 commit 65f05067b6e13bc0db74ef2a2c2312f4b5e572f8
30846 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
30847 Date:   Mon Sep 12 14:58:30 2011 +0200
30848
30849     model-checker : delete num in struct mc_pair_t
30850
30851 commit ca2459a5a9672bb1764ee4a95e59c01c82dcea78
30852 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
30853 Date:   Fri Sep 9 17:52:13 2011 +0200
30854
30855     model-checker : empty pair for stateless ddfs fixed
30856
30857 commit 1f3dc5fab0ccdb98c1c77fdb2f96f662ea3e45a2
30858 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
30859 Date:   Tue Aug 23 18:46:29 2011 +0200
30860
30861     model-checker : ddfs stateless and stateful fixed
30862
30863 commit 525f475f139a3cb313bf7eff204db8a4e38e6ed5
30864 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
30865 Date:   Mon Aug 22 11:27:09 2011 +0200
30866
30867     model-checker : update ddfs stateful model checking for liveness properties, bug with stateless mode
30868
30869 commit a3e571ac861dd0f2ff48603a19e0e96ee801b423
30870 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
30871 Date:   Sun Aug 21 13:02:18 2011 +0200
30872
30873     model-checker : new structure reached_pair_stateless for acceptance cyle detection
30874
30875 commit b2b401f886e6e1c849e1dcd5b70a7133ba4859f9
30876 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
30877 Date:   Sun Aug 21 11:37:04 2011 +0200
30878
30879     model-checker : stateless model checking for liveness properties
30880
30881 commit 5a9c70d5dfe11c9c7660b795b00f49b4170da968
30882 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
30883 Date:   Sat Aug 20 17:24:24 2011 +0200
30884
30885     model-checker : separate informations for safety stateful/stateless and liveness stateful/stateless
30886
30887 commit 30cbad5558adbe624358be3b839ae57a0b034d9e
30888 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
30889 Date:   Tue Aug 16 16:01:23 2011 +0200
30890
30891     model-checker : new example bugged1 for stateful dpor
30892
30893 commit 6ee83405a17618623d7ff527da1934e301ddd5fb
30894 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
30895 Date:   Wed Jul 20 14:57:24 2011 +0200
30896
30897     model-checker : one more condition before interleaving process in state
30898
30899 commit 0eb9c39e8f500ed030b2d9ec2ad29acb9b4ad451
30900 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
30901 Date:   Tue Jul 19 18:10:51 2011 +0200
30902
30903     model-checker : add condition of invisibility to reduce transitions
30904
30905 commit 17edb45a151ccc0c00f7c85f5c03d82207dafba8
30906 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
30907 Date:   Tue Jul 5 12:20:04 2011 +0200
30908
30909     model-checker : new structure mc_pair_prop_t and backup of the values of atomic propositions for each state
30910
30911 commit 4b6daec896cfa8220c801d9c7dcf2af7eedcbff0
30912 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
30913 Date:   Tue Jul 5 11:16:08 2011 +0200
30914
30915     model-checker : DPOR (independant transitions) algorithm for liveness properties
30916
30917 commit 24e5543a2803412d6edeb3ace5ecf0fc87de7cd4
30918 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
30919 Date:   Fri Jul 1 17:02:03 2011 +0200
30920
30921     model-checker : separate dfs and dpor algorithms with restore snapshot/replay or visited states
30922
30923 commit 855eeebe46f239ac98e86c7ce382eb278c15dd82
30924 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
30925 Date:   Fri Jun 24 17:20:26 2011 +0200
30926
30927     model-checker : example changed
30928
30929 commit fcd3350abd72d6f0490ee3f54498e6d9ee6239ce
30930 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
30931 Date:   Fri Jun 24 15:44:19 2011 +0200
30932
30933     model-checker : 128bits->160bits for hash of visited pair
30934
30935 commit c46571ef338c2b981ed72a94c12e6bceda8ee0eb
30936 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
30937 Date:   Fri Jun 24 14:30:42 2011 +0200
30938
30939     model-checker : restore interleaved process when restore snapshot
30940
30941 commit 716dbb41c51b7420cc95ef7c43609d09720d5142
30942 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
30943 Date:   Fri Jun 24 14:24:47 2011 +0200
30944
30945     model-checker : dfs with good restore snapshot
30946
30947 commit 1b911b6a9f89da36c855be22c9506b772a089ca6
30948 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
30949 Date:   Fri Jun 24 11:51:08 2011 +0200
30950
30951     model-checker : correction of dfs algorithm for liveness properties
30952
30953 commit 1d31b17008f739a67f54a3fcd4095fe8057831ed
30954 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
30955 Date:   Mon Jun 20 16:00:37 2011 +0200
30956
30957     model-checker : test dpor without replay from initial state but with
30958     restore snapshot -> ok for safety properties, need more specifications
30959     for liveness
30960
30961 commit a2c25e0bae01a59891fac21447f3210ba26302c5
30962 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
30963 Date:   Fri Jun 17 09:13:40 2011 +0200
30964
30965     model-checker : rename file mc_dfs -> mc_liveness
30966
30967 commit 6b241a6afed4a8840a1ccf2a4cc8272acd4e4ae7
30968 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
30969 Date:   Fri May 20 18:14:01 2011 +0200
30970
30971     MC LTL : last version dfs algorithm before reduction
30972
30973 commit bfd54d83b6cc70fc1ec00b9ac8fd7134ac3a9bec
30974 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
30975 Date:   Fri May 20 10:41:01 2011 +0200
30976
30977     MC LTL : add statistics
30978
30979 commit cd794f9367d030c421a5bcbd9e9ceba8a232e4ce
30980 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
30981 Date:   Thu May 19 17:41:45 2011 +0200
30982
30983     model checker : dfs algorithm corrected
30984
30985 commit df842dc41ca05e49bc585f7732df1849de91cac8
30986 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
30987 Date:   Wed May 4 16:26:47 2011 +0200
30988
30989     model-check : show stack when property not valid
30990
30991 commit b9890631bde077fb24ee6c401bba8cded1559ae5
30992 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
30993 Date:   Wed May 4 16:18:02 2011 +0200
30994
30995     model-check : dump stack for acceptance cycle
30996
30997 commit 5e6bdb0664f53d8b1534cb4f907cfe8e98911d95
30998 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
30999 Date:   Wed May 4 16:07:05 2011 +0200
31000
31001     model-check : show stack for acceptance cycle
31002
31003 commit 1c9c0b176c525481b6c223842ebd4be29dc1f111
31004 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
31005 Date:   Wed May 4 13:45:41 2011 +0200
31006
31007     model check : acceptance cycle detection with automaton (depth first search without dpor)
31008
31009 commit a919469a2cba34e8d082b652f03b33182d27fa5d
31010 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
31011 Date:   Fri Apr 29 10:31:48 2011 +0200
31012
31013     détection de cycle d'acceptation ok mais boucle infinie en cas d'absence de cycle
31014
31015 commit 23a620e6c6df0a9023991f607cb93b71ed8f6065
31016 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
31017 Date:   Thu Apr 21 11:32:22 2011 +0200
31018
31019     correction compile warnings
31020
31021 commit 8e4a3f0cfb4cce8161d15bd2f531bff6007f3ce5
31022 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
31023 Date:   Thu Apr 21 10:44:17 2011 +0200
31024
31025     start new example with parsing lex/yacc of automaton in promela
31026
31027 commit a7bcd884015d3607e97c75b6b482a55b67e70b81
31028 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
31029 Date:   Thu Apr 21 10:35:11 2011 +0200
31030
31031     include new files struct automaton for cmake
31032
31033 commit 692266ba967fb41cb41084539bdb2df5f9f29192
31034 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
31035 Date:   Thu Apr 21 10:25:50 2011 +0200
31036
31037     new dfs algorithm with automaton of LTL formula
31038
31039 commit 9e890be0084b31677be60ce7e379294971782bb2
31040 Author: Marion Guthmuller <marion.guthmuller@loria.fr>
31041 Date:   Thu Apr 21 10:10:51 2011 +0200
31042
31043     new struct automaton
31044
31045 commit 65434c6a38b7ab56f165b15c41e7c575eaeeacfc
31046 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
31047 Date:   Tue Oct 25 09:04:17 2011 +0200
31048
31049     Fix path in tesh file.
31050
31051 commit 9d4e10e69d70e145f41c974dc918a73e6b16d9ad
31052 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
31053 Date:   Fri Oct 21 14:29:42 2011 +0200
31054
31055     Try to fix generate_memcheck.pl.
31056     
31057     - improve detection of tesh-based tests
31058     - improve variable substitutions
31059     - don't mix up bindir and srcdir
31060     - don't produce absolute paths
31061     - don't miss options like --cfg when they appear several times
31062     
31063     Also regenerate memcheck_tests.cmake.
31064
31065 commit e72331988e5087e4d56142bb6e3ed2a7c14513b4
31066 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
31067 Date:   Fri Oct 21 13:59:40 2011 +0200
31068
31069     Reindent generate_memcheck_tests.pl.
31070     
31071     Done with perltidy.
31072
31073 commit 989720ce1d2b6e82462d8c1678135c9866e996d7
31074 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
31075 Date:   Fri Oct 21 11:34:10 2011 +0200
31076
31077     Fix build failure when tracing is disabled.
31078     
31079     An include was missing.
31080
31081 commit 87095ad793add2395ed116d77496831460990770
31082 Author: Navarrop <Pierre.Navarro@imag.fr>
31083 Date:   Fri Oct 21 13:07:27 2011 +0200
31084
31085     You can now specify if you want sleep to see memory usage.
31086
31087 commit a5bd980adf8f67f79372fba958d1e8b4a2f9e963
31088 Author: Navarrop <Pierre.Navarro@imag.fr>
31089 Date:   Fri Oct 21 12:32:56 2011 +0200
31090
31091     Optimize bprintf during cluster loop.
31092
31093 commit b238eef0dd669192bc4be176656ad1c2207dfc4c
31094 Author: Navarrop <Pierre.Navarro@imag.fr>
31095 Date:   Fri Oct 21 12:32:35 2011 +0200
31096
31097     Add optimization flag with gcc46.
31098
31099 commit b6a7838d1e4d157188e8d4dc381a11d0035361fe
31100 Author: Martin Quinson <martin.quinson@loria.fr>
31101 Date:   Thu Oct 20 16:17:35 2011 +0200
31102
31103     use more consistently the resource create of models, killing some useless/borken forwarder methods
31104
31105 commit 08541e6115b2f21947429bd4c08bc3c6357f2c66
31106 Author: Martin Quinson <martin.quinson@loria.fr>
31107 Date:   Thu Oct 20 16:15:56 2011 +0200
31108
31109     save some useless strdups
31110
31111 commit f3a6ed3541c05cff15e5634721f1029f8b28e7e2
31112 Author: Martin Quinson <martin.quinson@loria.fr>
31113 Date:   Thu Oct 20 15:20:32 2011 +0200
31114
31115     reduce the amount of damn paranoid checks in simdag. Valgrind is here to report the errors, nowadays
31116
31117 commit 69a8b72d8b6ded47e92595e5d0d05aed5623dc36
31118 Author: Navarrop <Pierre.Navarro@imag.fr>
31119 Date:   Thu Oct 20 14:42:56 2011 +0200
31120
31121     Fix memoryleak.
31122
31123 commit 931b9d83f93b5e8da69fd0d2cab84402d9ecb317
31124 Author: Navarrop <Pierre.Navarro@imag.fr>
31125 Date:   Thu Oct 20 14:42:33 2011 +0200
31126
31127     Need to set state_file and availability file into the loop.
31128
31129 commit 68cc35796d85c4c0fc5576127d29be6e655565af
31130 Author: Christophe Thiéry <christopho128@gmail.com>
31131 Date:   Thu Oct 20 14:02:25 2011 +0200
31132
31133     There is no contexts in SimDag
31134
31135 commit d78b0f4b92b14b7784c3e3b7ae833b2d03e00cc8
31136 Author: Navarrop <Pierre.Navarro@imag.fr>
31137 Date:   Thu Oct 20 13:22:19 2011 +0200
31138
31139     Rewrite perl script for optorsim
31140
31141 commit 8a159c865ab3fc94969f9c4cc727fa4800b7d445
31142 Author: Navarrop <Pierre.Navarro@imag.fr>
31143 Date:   Thu Oct 20 13:21:56 2011 +0200
31144
31145     Update include tag.
31146
31147 commit 0eea2aeb6ca826ad348afc52d039231a8a8652eb
31148 Author: Navarrop <Pierre.Navarro@imag.fr>
31149 Date:   Thu Oct 20 13:21:18 2011 +0200
31150
31151     Move arguments outside of the loop of hosts.
31152
31153 commit eb363ae2dd6572e8bc92c06b40dd220eaadcfdde
31154 Author: Navarrop <Pierre.Navarro@imag.fr>
31155 Date:   Thu Oct 20 11:14:17 2011 +0200
31156
31157     Remove unused and old function.
31158
31159 commit a30523ee9a7f4c3a5d86d33f1d5183386a212b22
31160 Author: Navarrop <Pierre.Navarro@imag.fr>
31161 Date:   Thu Oct 20 11:11:25 2011 +0200
31162
31163     Remove supernovae mode for SimGrid v3.7
31164
31165 commit aedf73ec981668a51ec592806e53c963c3364b9a
31166 Author: Navarrop <Pierre.Navarro@imag.fr>
31167 Date:   Thu Oct 20 11:10:23 2011 +0200
31168
31169     Test the help command.
31170
31171 commit 120ec9c610bf252b623d64100db2e95b2ea8e5c8
31172 Author: Navarrop <Pierre.Navarro@imag.fr>
31173 Date:   Mon Oct 17 17:35:37 2011 +0200
31174
31175     Update tag include
31176
31177 commit 2d5d09100c0bb575a15c897ee21f9015d86f8fd1
31178 Merge: 59ee07d cc833b4
31179 Author: Martin Quinson <martin.quinson@loria.fr>
31180 Date:   Thu Oct 20 13:26:50 2011 +0200
31181
31182     Merge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid
31183
31184 commit 59ee07d949014eace7f574354a69fbba0fd2be4e
31185 Author: Martin Quinson <martin.quinson@loria.fr>
31186 Date:   Thu Oct 20 13:26:28 2011 +0200
31187
31188     setup a mallocator for the simdag tasks. The gain is quite disapointing, but not null
31189
31190 commit d3f512f7aa1edd465ed2a1e8c986f679eebc5e14
31191 Author: Martin Quinson <martin.quinson@loria.fr>
31192 Date:   Thu Oct 20 13:24:15 2011 +0200
31193
31194     memory cleanups
31195
31196 commit cc833b427007a1cfc81448b46cce97981efaaf71
31197 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
31198 Date:   Tue Oct 18 09:41:02 2011 +0200
31199
31200     s/GRAS_STUB_GENERATOR/SIMGRID_LUA/ to actually match file name.
31201
31202 commit 5dd395ea626f892c79b526f72192bbf34463e4a3
31203 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
31204 Date:   Tue Oct 18 09:40:24 2011 +0200
31205
31206     Guard against multiple inclusion.
31207
31208 commit 8582f2327acf11e0d3d7c417045a7393e4dd7d62
31209 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
31210 Date:   Fri Oct 14 13:38:25 2011 +0200
31211
31212     Fix race condition with gras-mmrpc test.
31213     
31214     Register messages before opening the sockets, to avoid to receive
31215     unknown messages.
31216
31217 commit 14e540b52d89eccfbbb545e283be6bdc0ee7d26f
31218 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
31219 Date:   Tue Oct 11 13:17:40 2011 +0200
31220
31221     Figlet for 3.7 was incomplete.
31222     
31223     Also do some whitespace cleanup (and save up to 247 bytes!).
31224
31225 commit fe3286ab57a371b1e041d218eec67dc6ef87d5d4
31226 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
31227 Date:   Thu Oct 20 11:21:18 2011 +0200
31228
31229     tesh: add tests with empty output.
31230
31231 commit d5f0ad45f7340489424eff51f8e3dc158a6ffb02
31232 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
31233 Date:   Thu Oct 20 11:20:58 2011 +0200
31234
31235     tesh: do not fail on empty output, when sorting is enabled.
31236
31237 commit aff02525c79dd62e5a1e7a9c151c296f823defda
31238 Author: Mark Stillwell <marklee@fortawesome.org>
31239 Date:   Thu Oct 20 10:36:50 2011 +0200
31240
31241     cut and paste code segment did not end with closing brace.
31242
31243 commit 0213e3927d6ac21f3089d8a2d60f3603c8cbac43
31244 Merge: f783ed4 0f10bf7
31245 Author: Martin Quinson <martin.quinson@loria.fr>
31246 Date:   Thu Oct 20 10:27:04 2011 +0200
31247
31248     Merge stuff again. Damn, I should pull before changing stuff
31249
31250 commit f783ed4680c6862a1b7543237e89d1221334bae0
31251 Merge: e961475 270b319
31252 Author: Martin Quinson <martin.quinson@loria.fr>
31253 Date:   Thu Oct 20 10:25:30 2011 +0200
31254
31255     merge branches
31256
31257 commit e961475b4dde3a8ca4f66a0986d6289085138128
31258 Author: Martin Quinson <martin.quinson@loria.fr>
31259 Date:   Thu Oct 20 10:19:18 2011 +0200
31260
31261     use a user level mallocator on the task content
31262
31263 commit b3727154529b8fb991052f8e579411150f114bcf
31264 Author: Martin Quinson <martin.quinson@loria.fr>
31265 Date:   Thu Oct 20 10:17:59 2011 +0200
31266
31267     enlarge my cluster once again
31268
31269 commit 25491558359d25fea95eef51d3b6e3e3e6ee03d0
31270 Author: Martin Quinson <martin.quinson@loria.fr>
31271 Date:   Thu Oct 20 10:11:44 2011 +0200
31272
31273     Performance boost by using a swag internally in SD_simulate
31274
31275 commit 4f2ad0913ae05f21a7ec6dc97547aa768457b9c5
31276 Author: Martin Quinson <martin.quinson@loria.fr>
31277 Date:   Thu Oct 20 09:47:59 2011 +0200
31278
31279     Use the partial invalidation optimization by default for the network too
31280
31281 commit 0f10bf7bb874054b078e5ffdde6dc1361492178d
31282 Author: Christophe Thiéry <christopho128@gmail.com>
31283 Date:   Thu Oct 20 08:39:27 2011 +0200
31284
31285     This memory leak fix did not work with complex simulations.
31286
31287 commit 8930125311f6b4d4bfa4447f5a5666210d0ceafb
31288 Author: Christophe Thiéry <christopho128@gmail.com>
31289 Date:   Thu Oct 20 08:39:03 2011 +0200
31290
31291     SIMIX_CANCELED is a more adapted state in SIMIX_comm_cancel()
31292
31293 commit 47339ba2042e28e4e8e49392f8287e17f79ac9a3
31294 Author: Martin Quinson <martin.quinson@loria.fr>
31295 Date:   Wed Oct 19 21:48:16 2011 +0200
31296
31297     restore some stuff that got killed from the gitignore during some sort of cleanup
31298
31299 commit 40fb47847c792b6f249ff350ba1e4556c23a2b07
31300 Author: Martin Quinson <martin.quinson@loria.fr>
31301 Date:   Wed Oct 19 21:47:44 2011 +0200
31302
31303     enlarge my cluster
31304
31305 commit 377ac7d3e14671c3feb8074eeb6db36f9667bac5
31306 Author: Martin Quinson <martin.quinson@loria.fr>
31307 Date:   Wed Oct 19 21:47:23 2011 +0200
31308
31309     first prealpha not working prototype (please public keep away) version of what could be a GOAL loader using simdag
31310
31311 commit 30a99c6f2e76651f710833f6b6e2794e1e926276
31312 Author: Martin Quinson <martin.quinson@loria.fr>
31313 Date:   Wed Oct 19 21:43:59 2011 +0200
31314
31315     typo--
31316
31317 commit 4828545eaff29b6fbe25a5baafd7467c7a05f196
31318 Merge: 65ec621 7fca57d
31319 Author: Martin Quinson <martin.quinson@loria.fr>
31320 Date:   Wed Oct 19 14:06:21 2011 +0200
31321
31322     Merge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid-java
31323
31324 commit 65ec6211dd03e9e6bc31e396393180cc29c27045
31325 Author: Martin Quinson <martin.quinson@loria.fr>
31326 Date:   Wed Oct 19 14:06:11 2011 +0200
31327
31328     split simulation run and simulation cleanup so that users can peek info out of it afterward
31329
31330 commit 7fca57de777f85d281852252ee4cbf521db7fb62
31331 Author: Navarrop <Pierre.Navarro@imag.fr>
31332 Date:   Wed Oct 19 13:58:03 2011 +0200
31333
31334     Use a test list to set environment variables.
31335
31336 commit 93c48481b5ba7bf1a72523594d8a3b09ca5571c4
31337 Author: Martin Quinson <martin.quinson@loria.fr>
31338 Date:   Wed Oct 19 13:51:51 2011 +0200
31339
31340     1000 lines in already enough in this file, let's kill dead code
31341
31342 commit 9de49a60a0474ba22436d06202197de41bbb6cc5
31343 Merge: a34cb2a 475017c
31344 Author: Martin Quinson <martin.quinson@loria.fr>
31345 Date:   Wed Oct 19 13:46:59 2011 +0200
31346
31347     Merge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid-java
31348
31349 commit a34cb2a5ff236dbff6ca5b627ec8856c46edc48b
31350 Author: Martin Quinson <martin.quinson@loria.fr>
31351 Date:   Wed Oct 19 13:31:29 2011 +0200
31352
31353     get ride of some supurious warnings
31354
31355 commit 475017cb95345629dd403ee5a0b4d80e6a3f364d
31356 Author: Navarrop <Pierre.Navarro@imag.fr>
31357 Date:   Wed Oct 19 13:19:26 2011 +0200
31358
31359     Look for simgrid into $SIMGRID_ROOT. If lib simgrid or gras.h is not found print a fatal error message.
31360
31361 commit 15aaca83615a41756bd4c2ad8d39e80e6c869bb1
31362 Author: Navarrop <Pierre.Navarro@imag.fr>
31363 Date:   Tue Oct 18 12:51:55 2011 +0200
31364
31365     Clean code. Remove unsused jobject.
31366
31367 commit b2df78af58a09c1285e753b05cc344a60622fe54
31368 Author: Navarrop <Pierre.Navarro@imag.fr>
31369 Date:   Tue Oct 18 12:51:09 2011 +0200
31370
31371     Add a new example to kill a process.
31372     Ping boom ;)
31373
31374 commit 38b2573451a7eda5b5852652659b3fdbcc5dc3ce
31375 Author: Martin Quinson <martin.quinson@loria.fr>
31376 Date:   Tue Oct 18 10:58:59 2011 +0200
31377
31378     laurent's eclipse was a bit too greedy
31379
31380 commit 8ab3de1117e168a8969922855a7a422546f49cf3
31381 Author: Laurent Bobelin <lbobelin@mintcar.lip.ens-lyon.fr>
31382 Date:   Tue Oct 18 10:36:56 2011 +0200
31383
31384     Improved javadoc (yet not totally corrected). Added Derrick request for a kill (but it's not working yet)
31385
31386 commit a10a7ff8f85fc9605f760822a1e98cda9f97be53
31387 Author: Navarrop <Pierre.Navarro@imag.fr>
31388 Date:   Mon Oct 17 15:59:15 2011 +0200
31389
31390     Add example to kill a process.
31391
31392 commit d8421b0000583909d268a1a07cf2a9cca644bc48
31393 Author: Christophe Thiéry <christopho128@gmail.com>
31394 Date:   Fri Oct 14 17:57:31 2011 +0200
31395
31396     Timings have changed: comms cannot continue when a process is dead
31397
31398 commit 3048f34c0542db89e3f6ebc66ad9fce8999879c1
31399 Author: Christophe Thiéry <christopho128@gmail.com>
31400 Date:   Fri Oct 14 17:54:51 2011 +0200
31401
31402     Now that processes are terminated cleanly, this recv can fail
31403
31404 commit 731c795835a76fc79039a130c1d5717d1ba939b9
31405 Author: Christophe Thiéry <christopho128@gmail.com>
31406 Date:   Fri Oct 14 17:46:45 2011 +0200
31407
31408     In case of failures, a process may become runnable without time step
31409     
31410     Since commit e5922b4 (clean unfinished comms when terminating a process),
31411     the test msg-actions was failing on a deadlock instead of waking up
31412     the last process (who can terminate normally after a failed recv).
31413
31414 commit 2a3f4b595b2fe9181ce2d338f0234f84b7aff58d
31415 Author: Christophe Thiéry <christopho128@gmail.com>
31416 Date:   Fri Oct 14 17:46:08 2011 +0200
31417
31418     Improve debug messages
31419
31420 commit dd6fd136b15943c1bd211920383aa4e15d1eefec
31421 Author: Christophe Thiéry <christopho128@gmail.com>
31422 Date:   Fri Oct 14 17:09:29 2011 +0200
31423
31424     Revalidate Chord tesh output (the end of the simulation is clean now)
31425
31426 commit 7ef4f456f05a338c0c56c1e1a3f973719ea8f918
31427 Author: Christophe Thiéry <christopho128@gmail.com>
31428 Date:   Fri Oct 14 17:09:00 2011 +0200
31429
31430     Make cancelling a non-running task a no-op
31431
31432 commit 82904dcc37f75453c571a1a74e67c1ba282ebe23
31433 Author: Christophe Thiéry <christopho128@gmail.com>
31434 Date:   Fri Oct 14 17:04:28 2011 +0200
31435
31436     Fix remaining memory leaks in MSG
31437
31438 commit cb861f8f1c82ebe7f3d9934b3fd7a2447b9235c7
31439 Author: Mark Stillwell <mark.stillwell@ens-lyon.fr>
31440 Date:   Fri Oct 14 17:01:30 2011 +0200
31441
31442     fixed minor bug where the Fortran compatibility layer wasn't checking to see
31443     if an object was present before trying to look it up in a dynamic array.
31444
31445 commit e5922b4dce28002422ca9d68a4c44521f67c0f6f
31446 Author: Christophe Thiéry <christopho128@gmail.com>
31447 Date:   Fri Oct 14 15:38:20 2011 +0200
31448
31449     Simix: clean unfinished comms when terminating a process
31450
31451 commit 5281a6eb9784b3c753e27cc066274583f9323762
31452 Author: Pierre <pierre@erie.imag.fr>
31453 Date:   Fri Oct 14 15:27:29 2011 +0200
31454
31455     Rewrite the example in order to make clear on how a process can create
31456     a process once simulation has started using Java bindings.
31457
31458 commit e8ace613433496e0e5219469472d6bf584b7db86
31459 Author: Pierre <pierre@erie.imag.fr>
31460 Date:   Fri Oct 14 13:26:09 2011 +0200
31461
31462     Add a new example for java with bypass of deployment.
31463
31464 commit ab9642a5bc0ad4cc31993e6ee9754bf94f269dcb
31465 Merge: caffead 2f66755
31466 Author: Christophe Thiéry <christopho128@gmail.com>
31467 Date:   Thu Oct 13 17:44:57 2011 +0200
31468
31469     Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot//simgrid/simgrid
31470
31471 commit caffead47df585ba6594a74ffa3724691ed0e35c
31472 Author: Christophe Thiéry <christopho128@gmail.com>
31473 Date:   Thu Oct 13 16:45:05 2011 +0200
31474
31475     Fighting more memory leaks in Chord
31476
31477 commit 2f6675522a8094f454db80dd2de6b7c6e2f3a741
31478 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
31479 Date:   Thu Oct 13 15:21:59 2011 +0200
31480
31481     [trace] fix tesh'es to follow recent changes in the paje header
31482
31483 commit 8d0d19f0b553bc23dca4ad835ddc5bb8be222e53
31484 Author: Navarrop <Pierre.Navarro@imag.fr>
31485 Date:   Thu Oct 13 15:14:29 2011 +0200
31486
31487     Reorganize platforms for optorsim.
31488     Add scripts into the right directory.
31489
31490 commit 74daad476adad6eaa30e526ed6acdb97a0ec6f86
31491 Author: Christophe Thiéry <christopho128@gmail.com>
31492 Date:   Thu Oct 13 15:05:35 2011 +0200
31493
31494     Fix a memory leak in chord
31495
31496 commit 9b113ebf8844aa862e4a6093611180ceef387769
31497 Author: Navarrop <Pierre.Navarro@imag.fr>
31498 Date:   Thu Oct 13 15:00:08 2011 +0200
31499
31500     Update index.doc to have the right references to url.
31501
31502 commit 6256efe1a6d27beb24d840762de7792dd5f9b9c6
31503 Author: Navarrop <Pierre.Navarro@imag.fr>
31504 Date:   Thu Oct 13 14:59:21 2011 +0200
31505
31506     Add host core to "1.0" for tag peer.
31507
31508 commit c6d533c9cc016b1efb935af6b8407a94f3e65a30
31509 Author: Christophe Thiéry <christopho128@gmail.com>
31510 Date:   Thu Oct 13 14:01:15 2011 +0200
31511
31512     Revert msg-actions to an older and more stable version
31513
31514 commit c0c6ff6136ed5d29f3b688b0772278ccfea8ac69
31515 Merge: 3b31935 560329e
31516 Author: Christophe Thiéry <christopho128@gmail.com>
31517 Date:   Thu Oct 13 13:47:21 2011 +0200
31518
31519     Merge branch 'lua'
31520     
31521     Conflicts:
31522         buildtools/Cmake/AddTests.cmake
31523
31524 commit 560329e5b04a10236d7bb5fdfd3fec840fdc7a1b
31525 Author: Christophe Thiéry <christopho128@gmail.com>
31526 Date:   Thu Oct 13 13:44:21 2011 +0200
31527
31528     Lua: more debugging info
31529
31530 commit 6f9889b8d2ed7d2bd110f3bed6c2dec8e269b36e
31531 Author: Mark Stillwell <mark.stillwell@ens-lyon.fr>
31532 Date:   Wed Oct 12 13:50:06 2011 +0200
31533
31534     fixed smpi gettimeofday -- usecs should always be normalized to a value between
31535     0 and 999999.
31536
31537 commit 3b31935dbb982efedcba73632709bd889016dbdb
31538 Author: Navarrop <Pierre.Navarro@imag.fr>
31539 Date:   Mon Oct 10 17:08:03 2011 +0200
31540
31541     Update version of SimGrid to 3.7.
31542
31543 commit d017fd12687c369472dcf384ec740e35f1b6cdfb
31544 Author: Navarrop <Pierre.Navarro@imag.fr>
31545 Date:   Mon Oct 10 16:46:14 2011 +0200
31546
31547     Cosmetics. Rename simgrid_BINARY_DIR for PROJECT_BINARY_DIR.
31548
31549 commit 8f7e2606f86cb6a9c859d68d5590ccb06caa9578
31550 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
31551 Date:   Mon Oct 10 16:31:34 2011 +0200
31552
31553     [trace] strictly following the header of the paje file format
31554
31555 commit 9c13b98a571f44f7f2faf7193a60ce7e94a82094
31556 Author: Christophe Thiéry <christopho128@gmail.com>
31557 Date:   Thu Oct 6 16:26:52 2011 +0200
31558
31559     Lua: add support of closures to the state cloner
31560
31561 commit 4c9eb13153d917c1a427de998dd68dc837a4e56a
31562 Author: Navarrop <Pierre.Navarro@imag.fr>
31563 Date:   Thu Oct 6 10:32:15 2011 +0200
31564
31565     Change SVN version for GIT version.
31566
31567 commit 5e9b6a06650b22b0a4614c2bcd9c658c33a53115
31568 Author: Navarrop <Pierre.Navarro@imag.fr>
31569 Date:   Wed Oct 5 17:31:43 2011 +0200
31570
31571     Add a make dist command.
31572
31573 commit 304c6bd33f3b10e0cff5e829079cda197e4776c6
31574 Author: Martin Quinson <martin.quinson@loria.fr>
31575 Date:   Wed Oct 5 16:02:41 2011 +0200
31576
31577     cosmetics in ChangeLog and NEWS: releasing 3.6.2 (yuhu)
31578
31579 commit 51c662a52164350714ff979ff89de9f9ea25410d
31580 Merge: fb97342 2c22c27
31581 Author: Martin Quinson <martin.quinson@loria.fr>
31582 Date:   Wed Oct 5 15:46:12 2011 +0200
31583
31584     Merge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid
31585
31586 commit 2c22c271250e72c926eced42f8ff2d6f1dcb5a0b
31587 Author: Navarrop <Pierre.Navarro@imag.fr>
31588 Date:   Wed Oct 5 15:45:41 2011 +0200
31589
31590     Find ${CMAKE_HOME_DIRECTORY}/.git/ and not only .git.
31591     Take the right remote name.
31592
31593 commit fb97342a64009d76fe720622185846ff4b87ad6d
31594 Author: Martin Quinson <martin.quinson@loria.fr>
31595 Date:   Wed Oct 5 15:45:28 2011 +0200
31596
31597     these files are not kept by the build system, so we really don't want to include them in the archive (the corresponding .c are ways enough)
31598
31599 commit 71bcc9e07bd5799094b328f6dce1620efb40fdf5
31600 Author: Navarrop <Pierre.Navarro@imag.fr>
31601 Date:   Wed Oct 5 15:36:26 2011 +0200
31602
31603     Test git version only on a git repository.
31604
31605 commit 80aa022df7f59c454ec3e890d04120fd7f2da87b
31606 Author: Navarrop <Pierre.Navarro@imag.fr>
31607 Date:   Wed Oct 5 15:18:38 2011 +0200
31608
31609     Add ignored files for documentation.
31610
31611 commit 87fe018897fc0f3d573c18f4fa736ec38727dcf6
31612 Author: Navarrop <Pierre.Navarro@imag.fr>
31613 Date:   Wed Oct 5 15:18:15 2011 +0200
31614
31615     Need install cmake.
31616     Be sure cmake is installed.
31617
31618 commit 18f71428555e5ee870f03d86ced913c8a579737b
31619 Author: unknown <pierre@.(none)>
31620 Date:   Wed Oct 5 10:38:05 2011 +0200
31621
31622     Rename the installer for windows with win32 or win64
31623
31624 commit d30677bbfdcf87212a2e8b06e331a86d4dc6cf93
31625 Author: Navarrop <Pierre.Navarro@imag.fr>
31626 Date:   Wed Oct 5 11:36:37 2011 +0200
31627
31628     Remove old instruction for ns3 on the documentation.
31629     Now ns3-red is into simgrid.
31630
31631 commit 63ce1b08833a079264e1dc0e331f8268a516744c
31632 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
31633 Date:   Tue Oct 4 23:10:02 2011 +0200
31634
31635     tesh: try to fix output sanitation.
31636
31637 commit a96faee879f2b7a556a2428a8b38b0c081217a24
31638 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
31639 Date:   Tue Oct 4 22:54:35 2011 +0200
31640
31641     Make xbt_strbuff_chomp() really do its work.
31642
31643 commit 03aea6f18fe087d771b0f6e179164fc9a905fe97
31644 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
31645 Date:   Tue Oct 4 22:53:00 2011 +0200
31646
31647     An empty strbuff should really be empty.
31648
31649 commit ff160a410af4b382cc279bf2952feee88d54e106
31650 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
31651 Date:   Wed Oct 5 10:43:31 2011 +0200
31652
31653     Force stdout to be line buffered.
31654     
31655     Thus to avoid to have profiling messages in the middle of a line.
31656
31657 commit 28cc57e2f62d5bb0407372b26f74201c41f3421c
31658 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
31659 Date:   Wed Oct 5 10:33:41 2011 +0200
31660
31661     Add --enable-coverage to tesh self-tests.
31662
31663 commit 4eb0d3bc26a1dcf94132e69e1194d63938d7cdff
31664 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
31665 Date:   Wed Oct 5 09:03:51 2011 +0200
31666
31667     Add tests for tesh sorting and filtering of ouptut.
31668
31669 commit c6c3b652b8d061659905fcd729067b822d17eec3
31670 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
31671 Date:   Tue Oct 4 11:10:41 2011 +0200
31672
31673     .gitignore: website does not exist anymore.
31674
31675 commit 19b823a8da556c598d0f1c6fa7e313f7c8ee52d2
31676 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
31677 Date:   Wed Sep 28 16:40:51 2011 +0200
31678
31679     .gitignore: delete .gitignore files in subdirectories.
31680     
31681     Most ignored entries already are in the main .gitgnore file.
31682     The other are assumed to be old junk.
31683
31684 commit 09c346b362bbc99a44d75f463ad1622210a29e0c
31685 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
31686 Date:   Tue Sep 27 17:28:51 2011 +0200
31687
31688     .gitignore: do not use wildcards to exclude generated *.l files.
31689
31690 commit eda37e3b5c0c8ce2f78d8fabf9680c5892d26cd7
31691 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
31692 Date:   Tue Oct 4 17:37:05 2011 +0200
31693
31694     Do not call surf_solve() when there is nothing to run.
31695
31696 commit 5cd933a9bb7ad8e532dd057a8c79fc1696845e69
31697 Author: Navarrop <Pierre.Navarro@imag.fr>
31698 Date:   Tue Oct 4 18:34:53 2011 +0200
31699
31700     Use xbt_dynar_foreach and xbt_dynar_cursor_rm for removing all lignes of coverage.
31701
31702 commit f1543b7de868c331b1f1e275717ad8c70ae5292c
31703 Author: Navarrop <Pierre.Navarro@imag.fr>
31704 Date:   Tue Oct 4 18:20:56 2011 +0200
31705
31706     Add option --enable-coverage to test if code coverage is enable.
31707
31708 commit 5f7dcdd2f5a7e9b0621153af33c1521498a52e75
31709 Author: Navarrop <Pierre.Navarro@imag.fr>
31710 Date:   Tue Oct 4 17:55:24 2011 +0200
31711
31712     Add an option on tesh to ignore output of code coverage.
31713     --enable-coverage
31714
31715 commit 39f91e9db08a54b8c87c8f835079427725518fe7
31716 Author: Christophe Thiéry <christopho128@gmail.com>
31717 Date:   Tue Oct 4 17:35:16 2011 +0200
31718
31719     Remove an obsolete function
31720
31721 commit 5cad4ce510ec37d89d2a3385c3553263dfb5d13e
31722 Author: Christophe Thiéry <christopho128@gmail.com>
31723 Date:   Tue Oct 4 15:48:14 2011 +0200
31724
31725     Replace push by addFirst, compatible with older versions of Java
31726
31727 commit 3ab16e35a6a708a6b0a90cdfaa1c044cad20b91f
31728 Author: Martin Quinson <martin.quinson@loria.fr>
31729 Date:   Tue Oct 4 12:00:45 2011 +0200
31730
31731     document the obvious
31732
31733 commit 071d422a2c18802d6fb15e859b1a416ed7ff3134
31734 Author: Martin Quinson <martin.quinson@loria.fr>
31735 Date:   Tue Oct 4 12:00:08 2011 +0200
31736
31737     Update changelog for 3.6.2 from the git history (we should be good on that front now)
31738
31739 commit eeb8c94868c1037c404a03b47ee7009f46049502
31740 Author: Navarrop <Pierre.Navarro@imag.fr>
31741 Date:   Tue Oct 4 11:16:13 2011 +0200
31742
31743     For Nightly use the default configuration.
31744
31745 commit 07dd588de7ee8c14fa0b183c4d92d2ea0010a0fd
31746 Author: Navarrop <Pierre.Navarro@imag.fr>
31747 Date:   Tue Oct 4 11:15:38 2011 +0200
31748
31749     Lenny don't have make by default on pipl!!!
31750
31751 commit e77193834c70dfb7d82869defdeaeb494f17d083
31752 Author: Navarrop <Pierre.Navarro@imag.fr>
31753 Date:   Mon Oct 3 18:52:14 2011 +0200
31754
31755     Remove website from simgrid directory
31756
31757 commit dad1a0fac4f1a9d2b9f1b04ad58e9ffb318beb65
31758 Author: Navarrop <Pierre.Navarro@imag.fr>
31759 Date:   Mon Oct 3 17:54:14 2011 +0200
31760
31761     Use a new image of squeeze cause the pipol one is broken
31762
31763 commit 6eda9b0be3ffb970a9eee08fd372bf1f6a5c969e
31764 Author: Navarrop <Pierre.Navarro@imag.fr>
31765 Date:   Mon Oct 3 17:53:40 2011 +0200
31766
31767     Use aptitude on debian, not apt-get
31768
31769 commit 6f3373052dcfd12bf1fd9282c8b1ed12eedf1919
31770 Author: Navarrop <Pierre.Navarro@imag.fr>
31771 Date:   Mon Oct 3 17:53:09 2011 +0200
31772
31773     Set cc and cxx for pipol scripts.
31774
31775 commit 8aaa21c0624b85bd7b00ef5a136ced36c00d8690
31776 Author: Navarrop <Pierre.Navarro@imag.fr>
31777 Date:   Mon Oct 3 12:43:24 2011 +0200
31778
31779     Use yum for installing ruby
31780
31781 commit dd725e0d99eaf5c9b708208f4bbc62d08a45c797
31782 Author: Navarrop <Pierre.Navarro@imag.fr>
31783 Date:   Mon Oct 3 12:43:06 2011 +0200
31784
31785     Add page ranking to contrib section
31786
31787 commit 6b2838d5560d178f910b84ec4c9ed824eaece98b
31788 Author: Christophe Thiéry <christopho128@gmail.com>
31789 Date:   Mon Oct 3 11:58:11 2011 +0200
31790
31791     Lua: fix registering maestro tables
31792
31793 commit 047ca9a2a6c647c2cc014d53460b8c359b3238c7
31794 Author: Christophe Thiéry <christopho128@gmail.com>
31795 Date:   Mon Oct 3 10:50:40 2011 +0200
31796
31797     Lua: add a test to check that global values are correctly duplicated
31798
31799 commit 34fcc7044aabdd6b72530471344eb5744335e272
31800 Author: Christophe Thiéry <christopho128@gmail.com>
31801 Date:   Thu Sep 29 18:48:12 2011 +0200
31802
31803     Simplifying and improving identification of tables
31804
31805 commit 05556610f848e85848ffd581886aa77f73d83d3f
31806 Author: Christophe Thiéry <christopho128@gmail.com>
31807 Date:   Thu Sep 29 14:17:21 2011 +0200
31808
31809     Split sglua_move_value() in different functions for each lua type
31810
31811 commit 62cd7d2d579e6b8ee4893728e853bfc8694dcc46
31812 Author: Christophe Thiéry <christopho128@gmail.com>
31813 Date:   Thu Sep 29 14:16:58 2011 +0200
31814
31815     Rename s_buffer_t to s_sglua_buffer_t
31816
31817 commit 4610b103f5b664648c716031782165da1e6fbd41
31818 Author: Christophe Thiéry <christopho128@gmail.com>
31819 Date:   Thu Sep 29 13:05:05 2011 +0200
31820
31821     Lua: separate bindings, state cloning functions and helper functions
31822
31823 commit 9cc5dac9b02b2bf4f7a01e27642b0e6060877dd1
31824 Author: Navarrop <Pierre.Navarro@imag.fr>
31825 Date:   Wed Sep 28 17:26:34 2011 +0200
31826
31827     Implement RED module for ns3 into simgrid code.
31828
31829 commit 8f231f04b3a46aed69f3e992c27f8c64f7b2866c
31830 Author: Navarrop <Pierre.Navarro@imag.fr>
31831 Date:   Wed Sep 28 15:17:11 2011 +0200
31832
31833     Update some pipol scripts.
31834
31835 commit 89254bc0ba3b80fe522f1342f08b23d5d120c6e6
31836 Author: Laurent Bobelin <lbobelin@mintcar.lip.ens-lyon.fr>
31837 Date:   Wed Sep 28 13:42:59 2011 +0200
31838
31839     Added some doc for ns-3. Changed a +50 to a ~100 in welcome index.php
31840
31841 commit 71a91dee3af941be6c33936bfdac5e2f6bd55b36
31842 Author: Christophe Thiéry <christopho128@gmail.com>
31843 Date:   Wed Sep 28 13:35:30 2011 +0200
31844
31845     Lua: sending and receiving tasks work, tests are okay.
31846
31847 commit f617da89cd6d164e27bf04db37b6eeb8b4166314
31848 Author: Navarrop <Pierre.Navarro@imag.fr>
31849 Date:   Wed Sep 28 11:14:31 2011 +0200
31850
31851     Ignore two more files from Jedule.
31852
31853 commit 2a28017e1c39569922f20190c6959c845cd16073
31854 Author: Navarrop <Pierre.Navarro@imag.fr>
31855 Date:   Wed Sep 28 11:12:49 2011 +0200
31856
31857     We need the same gcc of cmake for smpicc.
31858
31859 commit ea377238fd81b1aa5354a1892ac7cf24dd6d2522
31860 Author: Navarrop <Pierre.Navarro@imag.fr>
31861 Date:   Wed Sep 28 11:12:01 2011 +0200
31862
31863     Update valgrind on debian to avoid warning: unused-but-set-variable
31864
31865 commit 0d7d86de4c0e32f716735817e799b90abd421402
31866 Author: Christophe Thiéry <christopho128@gmail.com>
31867 Date:   Wed Sep 28 00:56:42 2011 +0200
31868
31869     Trying to make userdata work
31870
31871 commit 83d441ea28abf1131b70319a5a59f53e59688497
31872 Author: Christophe Thiéry <christopho128@gmail.com>
31873 Date:   Tue Sep 27 20:07:47 2011 +0200
31874
31875     Lua: handle userdata and the registry
31876
31877 commit 6744bc948d2c37c8e9fcbfe091bbe40c56b3204d
31878 Author: Navarrop <Pierre.Navarro@imag.fr>
31879 Date:   Tue Sep 27 16:44:00 2011 +0200
31880
31881     Revert "Those files should not be in git."
31882     
31883     This reverts commit 3c0b68147366bc591839aab1cf37c8aeaab63112.
31884
31885 commit 79b05f9c0605dd5c583b21990813d08a7368390c
31886 Merge: 573df6c f3718ac
31887 Author: Christophe Thiéry <christopho128@gmail.com>
31888 Date:   Tue Sep 27 16:37:40 2011 +0200
31889
31890     Merge branch 'lua' of git+ssh://scm.gforge.inria.fr//gitroot//simgrid/simgrid into lua
31891     
31892     Conflicts:
31893         src/bindings/lua/simgrid_lua.c
31894
31895 commit 3c0b68147366bc591839aab1cf37c8aeaab63112
31896 Author: Navarrop <Pierre.Navarro@imag.fr>
31897 Date:   Tue Sep 27 16:31:22 2011 +0200
31898
31899     Those files should not be in git.
31900     Generated by maintainer mode.
31901
31902 commit f3718ac873cc4a8e6426f7fe1b0c88f004837c1a
31903 Merge: 97a58be eb9716b
31904 Author: Christophe Thiéry <christopho128@gmail.com>
31905 Date:   Tue Sep 27 16:24:25 2011 +0200
31906
31907     Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot//simgrid/simgrid
31908
31909 commit 97a58be52479acc50c2657ae0dea6343785f7c49
31910 Author: Christophe Thiéry <christopho128@gmail.com>
31911 Date:   Tue Sep 27 16:23:48 2011 +0200
31912
31913     Revert "Implementing Lua simulated processes as independent Lua states"
31914     
31915     This reverts commit 2fda1afe4cce38e40bc19930b4c72cb63eee2937.
31916
31917 commit e6591304466b019828356e6f6a15b6cc62874dcd
31918 Author: Christophe Thiéry <christopho128@gmail.com>
31919 Date:   Tue Sep 27 16:22:54 2011 +0200
31920
31921     Revert "These messages should be print in debug logs only"
31922     
31923     This reverts commit ce5366b7ccfd889609351fcdd759891a2ceb0c9a.
31924
31925 commit f2b40c3e16f8018469692007205e39938be2ee71
31926 Author: Christophe Thiéry <christopho128@gmail.com>
31927 Date:   Tue Sep 27 16:22:33 2011 +0200
31928
31929     Revert "Fix format string error."
31930     
31931     This reverts commit fa45f2acc4946349e99256a79b5d45b51462f404.
31932
31933 commit eb9716bd3fcfd4082f136892842ceabe341f7c46
31934 Author: Navarrop <Pierre.Navarro@imag.fr>
31935 Date:   Tue Sep 27 16:21:59 2011 +0200
31936
31937     This file should not be in git repository.
31938     Ignore *.l files generated by maintainer mode.
31939
31940 commit 573df6c83dcc7f6a5e0a92535ac5931bcec804cb
31941 Author: Christophe Thiéry <christopho128@gmail.com>
31942 Date:   Tue Sep 27 16:17:38 2011 +0200
31943
31944     Improve formatting of debug info
31945
31946 commit fa45f2acc4946349e99256a79b5d45b51462f404
31947 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
31948 Date:   Tue Sep 27 14:13:34 2011 +0200
31949
31950     Fix format string error.
31951     
31952     ./src/bindings/lua/simgrid_lua.c: In function â€˜value_tostring’:
31953     ./src/bindings/lua/simgrid_lua.c:90:7: error: format â€˜%d’ expects argument of type â€˜int’, but argument 3 has type â€˜size_t’ [-Werror=format]
31954
31955 commit 2c863b0bc543c1d112743a8ee4691dddf40f6508
31956 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
31957 Date:   Tue Sep 13 10:20:51 2011 +0200
31958
31959     Free exception.
31960
31961 commit 55358c50b5d4605f34ae7efbf1fcb5ef52f93bc2
31962 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
31963 Date:   Thu Sep 8 15:53:03 2011 +0200
31964
31965     Commit changes to simgrid_dtd.l.
31966
31967 commit 5b1a1fdb2e53df8a704eab8f95ef7027753c430c
31968 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
31969 Date:   Thu Sep 8 16:00:24 2011 +0200
31970
31971     Inline macro _XBT_LOG_EV_BUFFER_ZERO and remove its definition.
31972
31973 commit 51ed58b452aaa620bcf3fabfd66939e1d0de4d5b
31974 Author: unknown <pierre@.(none)>
31975 Date:   Tue Sep 27 12:35:17 2011 +0200
31976
31977     Update nsis script to install LICENSE and some other files.
31978
31979 commit ce5366b7ccfd889609351fcdd759891a2ceb0c9a
31980 Author: Christophe Thiéry <christopho128@gmail.com>
31981 Date:   Tue Sep 27 14:03:53 2011 +0200
31982
31983     These messages should be print in debug logs only
31984
31985 commit 1dd65290a48debfb62c80984ab6f88e820defb04
31986 Merge: 2fda1af 6daf1bd
31987 Author: Christophe Thiéry <christopho128@gmail.com>
31988 Date:   Tue Sep 27 14:01:02 2011 +0200
31989
31990     Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot//simgrid/simgrid
31991
31992 commit 6daf1bdaa0d5e6d1eccee4ee1f1d4e4ef40b2a47
31993 Author: Navarrop <Pierre.Navarro@imag.fr>
31994 Date:   Tue Sep 27 13:54:51 2011 +0200
31995
31996     Now SimGrid-ruby is on git.
31997
31998 commit 2fda1afe4cce38e40bc19930b4c72cb63eee2937
31999 Author: Christophe Thiéry <christopho128@gmail.com>
32000 Date:   Tue Sep 27 13:47:05 2011 +0200
32001
32002     Implementing Lua simulated processes as independent Lua states
32003
32004 commit 7e3f3c930a2f9dfc8b56d42a2f7e0b8cd044d3af
32005 Author: Navarrop <Pierre.Navarro@imag.fr>
32006 Date:   Tue Sep 27 12:45:00 2011 +0200
32007
32008     With debian testing on pipol we must set -DCMAKE_C_COMPILER=gcc-4.6 -DCMAKE_CXX_COMPILER=g++-4.6 flags.
32009     Don't use kvm image from pipol for now.
32010     Clean rc.debian, some packages are already install.
32011
32012 commit f003433fdc15b8981a73da668dbf9c70146738ba
32013 Author: Navarrop <Pierre.Navarro@imag.fr>
32014 Date:   Fri Sep 23 14:08:56 2011 +0200
32015
32016     Change svn for git from bindings.doc
32017
32018 commit ba5cae6b1f22c3e9a1f08901a823e775b722977e
32019 Author: Stephane Genaud <genaud@unistra.fr>
32020 Date:   Mon Sep 26 23:26:20 2011 +0200
32021
32022     resolved conflicts
32023
32024 commit 448fecf60f1328e50f3035b738d7b9b3c0dbb0bc
32025 Author: Stephane Genaud <genaud@unistra.fr>
32026 Date:   Mon Sep 26 16:55:10 2011 +0200
32027
32028      model with updated parameters (griffon-based) + lines between segment extrema
32029
32030 commit d6b330063c2b5287dc9ec8432c04d78ef466bf99
32031 Author: Stephane Genaud <genaud@unistra.fr>
32032 Date:   Mon Sep 26 16:54:24 2011 +0200
32033
32034      add to the model lines joining segment extrema
32035
32036 commit d6a3ebcf852c2c8f31c6e3646a7bed5477b9b492
32037 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
32038 Date:   Fri Sep 23 13:27:28 2011 +0200
32039
32040     typos, minor rev
32041
32042 commit 5e8a6b4d95b88361ec6ef374915ba6d51bf4e8fe
32043 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
32044 Date:   Fri Sep 23 13:21:29 2011 +0200
32045
32046     [trace, doc] two scenarios to help users decide which tracing options to use
32047
32048 commit fdd43f09c482715dc07d4479ca161c03046a14ed
32049 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
32050 Date:   Fri Sep 23 13:04:41 2011 +0200
32051
32052     [trace, doc] be verbose about tracing options, say how to use them
32053
32054 commit c629f33988e0739f0dc28291601c48cdaaca16f9
32055 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
32056 Date:   Fri Sep 23 12:54:38 2011 +0200
32057
32058     [trace, doc] changing order of parameters
32059
32060 commit 831e34878ba25882be7666abe43fc101b63eb3b9
32061 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
32062 Date:   Fri Sep 23 12:52:47 2011 +0200
32063
32064     [trace, doc] removing old tracing option
32065
32066 commit 856d00fcbcb6d15800cd7095c910c0347f7dde97
32067 Author: Laurent Bobelin <lbobelin@mintcar.lip.ens-lyon.fr>
32068 Date:   Fri Sep 23 12:56:28 2011 +0200
32069
32070     Added triva in contrib. Removed redundant and buggy link in doc index.
32071
32072 commit c835fbf88827df1278eabe1aca5d4f14f78812f5
32073 Author: Navarrop <Pierre.Navarro@imag.fr>
32074 Date:   Thu Sep 22 14:40:09 2011 +0200
32075
32076     Now it is git.
32077
32078 commit 456956406393b0d3e514252750cadb3178e97243
32079 Author: Navarrop <Pierre.Navarro@imag.fr>
32080 Date:   Thu Sep 22 14:33:20 2011 +0200
32081
32082     Fix Java on mac.
32083     Update pipol scripts.
32084
32085 commit 9eb6dd1e71019aec53b4261b8da30b6fcaf37fab
32086 Author: Laurent Bobelin <lbobelin@mintcar.lip.ens-lyon.fr>
32087 Date:   Thu Sep 22 13:47:51 2011 +0200
32088
32089     just added 1 entry in the bib file
32090
32091 commit ec588fcb14169e7833e80aa2b4a1809af3f83ecd
32092 Author: Navarrop <Pierre.Navarro@imag.fr>
32093 Date:   Thu Sep 22 12:47:50 2011 +0200
32094
32095     Use a new image for Mac on pipol.
32096
32097 commit 0fd164cdd9c3fbd925f5e7f2698b069dce08e929
32098 Author: Martin Quinson <martin.quinson@loria.fr>
32099 Date:   Thu Sep 22 11:02:47 2011 +0200
32100
32101     add a category to the publi, sorry
32102
32103 commit 3c14d6f3eaac47f2ec967d48b9a77f3c5a451b08
32104 Author: Martin Quinson <martin.quinson@loria.fr>
32105 Date:   Thu Sep 22 11:00:10 2011 +0200
32106
32107     ok, publi++
32108
32109 commit dde4c90c2eecd457cdbdaab921afa49fa94b083a
32110 Author: Laurent Bobelin <lbobelin@mintcar.lip.ens-lyon.fr>
32111 Date:   Thu Sep 22 09:44:57 2011 +0200
32112
32113     Still bug fixes (broken links for website)
32114
32115 commit c52547546e442b73284495b95e13ad674de2c87f
32116 Author: Navarrop <Pierre.Navarro@imag.fr>
32117 Date:   Thu Sep 22 09:34:23 2011 +0200
32118
32119     Remove my login from git clone command...
32120
32121 commit 148ac2fb0d3def83a3616b4a94bd4900ddc17625
32122 Author: Laurent Bobelin <lbobelin@mintcar.lip.ens-lyon.fr>
32123 Date:   Thu Sep 22 09:30:07 2011 +0200
32124
32125     Minor bug fixes in the website (broken links + one ref more for publi section)
32126
32127 commit 1018875e116da1b1b4748df46dfde3035e6e91ab
32128 Author: Laurent Bobelin <lbobelin@mintcar.lip.ens-lyon.fr>
32129 Date:   Wed Sep 21 17:48:33 2011 +0200
32130
32131     Now with the good Nancy university
32132
32133 commit 267598fa1edd716f50baee28f691938f71ad2164
32134 Author: Navarrop <Pierre.Navarro@imag.fr>
32135 Date:   Wed Sep 21 17:22:49 2011 +0200
32136
32137     Add dependency for sync website and documentation.
32138
32139 commit ab58b73b7285977eed3f26385041ee5405c6e4e5
32140 Author: Navarrop <Pierre.Navarro@imag.fr>
32141 Date:   Wed Sep 21 16:45:46 2011 +0200
32142
32143     Remove gtnets and ns3 pages for one: Packet level simulation.
32144
32145 commit 6719bc3f8c0261a02d5c57a5fed769a101c3a49e
32146 Author: Navarrop <Pierre.Navarro@imag.fr>
32147 Date:   Wed Sep 21 16:16:51 2011 +0200
32148
32149     Change svn for git in java binding documentation.
32150
32151 commit 325e37435e8bb6657ddb91fbf7d87c7ebaf081ab
32152 Author: Laurent Bobelin <lbobelin@mintcar.lip.ens-lyon.fr>
32153 Date:   Wed Sep 21 17:09:22 2011 +0200
32154
32155     Some changes in the website look before 3.6.2 arrives.
32156
32157 commit c3ef4beeed3e62a02825ae7a45bbd75b6cb9629c
32158 Author: Arnaud Legrand <arnaud.legrand@imag.fr>
32159 Date:   Wed Sep 21 15:46:49 2011 +0200
32160
32161     publi++
32162
32163 commit ecfc3343bc1b606985d472b5255c3b9c625e54e6
32164 Author: Navarrop <Pierre.Navarro@imag.fr>
32165 Date:   Wed Sep 21 13:19:54 2011 +0200
32166
32167     Add a target to sync pipol scripts.
32168     Update pipol scripts.
32169
32170 commit 68d9296755037890af2700e6f7b39222f8fd523b
32171 Author: Martin Quinson <martin.quinson@loria.fr>
32172 Date:   Wed Sep 21 11:01:48 2011 +0200
32173
32174     cut an infinite loop of exception raising which raises an exception when the memory is exhausted
32175
32176 commit 496787ff18b9d4034acba3c5c68dc54ea416e887
32177 Author: Stephane Genaud <genaud@unistra.fr>
32178 Date:   Wed Sep 21 00:14:58 2011 +0200
32179
32180     remove upper bound as the model is also valid for greater message sizes
32181
32182 commit 1c535f8556dd6c164e4917e3bf32c19d7ff327e5
32183 Author: Stephane Genaud <genaud@unistra.fr>
32184 Date:   Wed Sep 21 00:06:46 2011 +0200
32185
32186     updated values for SMPI network model
32187
32188 commit 04a87ab9f34a73b093704bf952949dfe6f9e01d7
32189 Author: Stephane Genaud <genaud@unistra.fr>
32190 Date:   Wed Sep 21 00:03:44 2011 +0200
32191
32192     ouputs explicit C code to be included in the network model
32193
32194 commit 5b13c320c08d696b812babc46bc05ff815a89904
32195 Author: Navarrop <Pierre.Navarro@imag.fr>
32196 Date:   Tue Sep 20 16:24:33 2011 +0200
32197
32198     Set gtnets and ns3 to off by default.
32199     Don't see warning on it on cdash.
32200
32201 commit 7d089b0784964a16c533478390f02dbcc02167ab
32202 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
32203 Date:   Tue Sep 20 14:35:32 2011 +0200
32204
32205     [ns3, trace] tracing needs the sentBytes variable being updated by the datasent callback
32206
32207 commit 2287d87c9b212b264a0c5ae63d4dd9bded574d87
32208 Author: Navarrop <Pierre.Navarro@imag.fr>
32209 Date:   Tue Sep 20 14:15:57 2011 +0200
32210
32211     Remove also pcre option from documentation.
32212
32213 commit 6aac8bb90869cf0dccc9caf03be425af62ee2813
32214 Author: Navarrop <Pierre.Navarro@imag.fr>
32215 Date:   Tue Sep 20 14:07:45 2011 +0200
32216
32217     Remove option for pcre from cmake files and from sources.
32218     Now we need pcre to compile SimGrid.
32219
32220 commit 95689b491f0fa08b65fbce516d591a9e44179796
32221 Author: Navarrop <Pierre.Navarro@imag.fr>
32222 Date:   Tue Sep 20 13:39:35 2011 +0200
32223
32224     Don't malloc data if mysmysocket->remaining equals 0, just return.
32225
32226 commit d36cf41c7823ee7803122c1c77a629293fe9608a
32227 Author: Navarrop <Pierre.Navarro@imag.fr>
32228 Date:   Tue Sep 20 13:22:30 2011 +0200
32229
32230     Update ns3 tesh file as platforms have change.
32231
32232 commit 617f1dfa78a7a139b7a7d6262c2b55e42e259e44
32233 Author: Navarrop <Pierre.Navarro@imag.fr>
32234 Date:   Tue Sep 20 13:18:16 2011 +0200
32235
32236     Rewrite the way to use dict_socket.
32237     Fix a segfault due to bad use of genrated key from Socket pointer.
32238
32239 commit 9d460f7d56aca7c2f8fe5138aca1d99779fadb77
32240 Author: Navarrop <Pierre.Navarro@imag.fr>
32241 Date:   Mon Sep 19 15:45:00 2011 +0200
32242
32243     Don't touch the size of the screenshot.
32244
32245 commit 5b32b671c89ee3010ea843eeabf39aee2f5fad3a
32246 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
32247 Date:   Tue Sep 20 11:31:51 2011 +0200
32248
32249     [trace] "bugfix", this line is causing a segfault in a mapreduce simulator
32250     
32251     details:
32252     - its removal seems not change the tracing behavior
32253     - the line was added in a previous commit to "Fix race condition on task put/get", from 2010-12-15.
32254
32255 commit 16aeacdf0175d627a50949388a15bd6755dc9883
32256 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
32257 Date:   Tue Sep 20 11:27:15 2011 +0200
32258
32259     [trace] cosmetics, declare variable when it is first used
32260     
32261     details:
32262     - drop volatile from smx_action_t comm
32263
32264 commit 8cf96323cdfd440e8a1ec397816be6d7df95452a
32265 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
32266 Date:   Tue Sep 20 10:57:26 2011 +0200
32267
32268     [trace] fix tesh'es since we changed the paje header
32269
32270 commit 41807f83f20cdeece2a51dbbdf49781f8940d54b
32271 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
32272 Date:   Fri Sep 16 10:15:08 2011 +0200
32273
32274     [trace] cosmetics, break lines of --help-tracing
32275
32276 commit 317e510a99652e7206948bfb80f8b1edd29dcb7c
32277 Author: Navarrop <Pierre.Navarro@imag.fr>
32278 Date:   Mon Sep 19 13:40:01 2011 +0200
32279
32280     Udate the documentation.
32281     Fix the bar for all group__*.html files
32282
32283 commit 00ffc86fd837ce2c365ca3a55753d9e145e3291f
32284 Author: Navarrop <Pierre.Navarro@imag.fr>
32285 Date:   Mon Sep 19 11:21:27 2011 +0200
32286
32287     Add screenshot for installer.
32288
32289 commit d75cc686d3c2c508e129281f09a64b7630036130
32290 Author: Navarrop <Pierre.Navarro@imag.fr>
32291 Date:   Fri Sep 16 17:36:02 2011 +0200
32292
32293     Update the documentation about installing simgrid.
32294     Add Windows part.
32295     Remove svn for git.
32296
32297 commit 5bb24107d10842e458665a0a6c489a44d6108796
32298 Author: Christophe Thiéry <christopho128@gmail.com>
32299 Date:   Fri Sep 16 11:35:09 2011 +0200
32300
32301     Fix a uninitialized variable warning and simplify surf_cpu_ti_binary_search
32302
32303 commit acb4edf471436c25500bd07cae17889734d434db
32304 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
32305 Date:   Fri Sep 16 09:29:08 2011 +0200
32306
32307     [trace] fix on the trace header, strictly following paje file format
32308     
32309     - vite is capable of parsing this file, although some problems
32310     remains on the way links are treated by vite
32311
32312 commit b9d759439596d06313154b22a58d9dac20bcad13
32313 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
32314 Date:   Thu Sep 15 17:41:03 2011 +0200
32315
32316     [trace] hosts might have spaces
32317     
32318     - avoid registering them by using quotation marks
32319
32320 commit fbd4fe2f3be7345d4e37fe02ce25b4a3a9f24a2f
32321 Author: Martin Quinson <martin.quinson@loria.fr>
32322 Date:   Thu Sep 15 22:15:58 2011 +0200
32323
32324     let this code compile without warning
32325
32326 commit 0ad1e38f1a4dd835c65da9e4f56538a14d370d16
32327 Merge: 06bbf29 9440459
32328 Author: Martin Quinson <martin.quinson@loria.fr>
32329 Date:   Thu Sep 15 22:13:33 2011 +0200
32330
32331     Merge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid
32332
32333 commit 06bbf29ce502b7c0b1969241d6acfffd43de9d2e
32334 Author: Martin Quinson <martin.quinson@loria.fr>
32335 Date:   Thu Sep 15 22:10:59 2011 +0200
32336
32337     really ignore the return value of that function, or we'll get warnings
32338
32339 commit 9440459ec55c278e70946654c42d6c3c74c582f5
32340 Author: Navarrop <Pierre.Navarro@imag.fr>
32341 Date:   Thu Sep 15 16:47:49 2011 +0200
32342
32343     Use C style dichotomy instead of CAML style dichotomy. :)
32344
32345 commit 2e22839bfb70546721ec09e62df7a01c8de3f029
32346 Author: Navarrop <Pierre.Navarro@imag.fr>
32347 Date:   Thu Sep 15 16:45:58 2011 +0200
32348
32349     Bug fix raised by warnings (variable set but never used) and that was not even covered (uuuuh!)
32350
32351 commit e4f5cf89b39f340a29191df1bdcad3cc594d31ed
32352 Author: Navarrop <Pierre.Navarro@imag.fr>
32353 Date:   Wed Sep 14 13:30:23 2011 +0200
32354
32355     Use more reasonnable values for this example.
32356
32357 commit cd0b0e6661d6ca84295e74f81ba361f328c45dd5
32358 Author: Navarrop <Pierre.Navarro@imag.fr>
32359 Date:   Wed Sep 14 13:29:39 2011 +0200
32360
32361     Make sure that we start at the right NS3 time even when NS3 and SG desynchronize.
32362
32363 commit 33ad65963c7afda101f37e5c636b1d4742f2416a
32364 Author: Stephane Genaud <genaud@unistra.fr>
32365 Date:   Thu Sep 15 16:47:42 2011 +0200
32366
32367     avoid anonymous print args
32368
32369 commit 090f2963d2798de9cdf2b5a9dffa3d4255c4ee5f
32370 Author: Stephane Genaud <genaud@unistra.fr>
32371 Date:   Thu Sep 15 16:40:45 2011 +0200
32372
32373     added sample data to test calibration script
32374
32375 commit 26a65fe3f06c8a304a1fd022eb685072d6531566
32376 Author: Martin Quinson <martin.quinson@loria.fr>
32377 Date:   Thu Sep 15 16:38:12 2011 +0200
32378
32379     comment some dead code marked 'that doesn't work' which raised a unused-but-set-variable warning in gcc 4.6
32380
32381 commit 5a8eb7ee096b6ba15106e97f69709a97753a41e5
32382 Author: Martin Quinson <martin.quinson@loria.fr>
32383 Date:   Thu Sep 15 16:20:18 2011 +0200
32384
32385     fix some unused-but-set-variable warnings comming from gcc 4.6
32386     
32387     I guess it was harmless before, but it's cleaner now. In particular,
32388     the return value of gras_datadesc_by_symbol() is useless, but the side
32389     effects are mandatory.
32390
32391 commit 76d539b6d43f96ee5708dd48d84b5c3c9ad905cb
32392 Merge: 772b917 0f2e41a
32393 Author: Martin Quinson <martin.quinson@loria.fr>
32394 Date:   Wed Sep 14 10:33:18 2011 +0200
32395
32396     Merge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid
32397
32398 commit 772b9175568d56fc6aa873c5215274cf3ae39b15
32399 Author: Lucas Nussbaum <lucas.nussbaum@loria.fr>
32400 Date:   Tue Sep 13 23:20:21 2011 +0200
32401
32402     Move library after the source due to changes in ld
32403     
32404     Due to changes in ld introduced in Ubuntu oneiric (ld --as-needed by
32405     default), it is now required to order libraries on the ld command line
32406     so that they are only listed *after* the other files that require them.
32407
32408 commit 0f2e41ab1b3e2ce012c6d47747db0f762be90c56
32409 Author: Navarrop <Pierre.Navarro@imag.fr>
32410 Date:   Tue Sep 13 15:27:51 2011 +0200
32411
32412     Cleaning the ns3 send callback function.
32413
32414 commit 0c62ac293213c4632f158a2cbedc86e321a324d4
32415 Author: Navarrop <Pierre.Navarro@imag.fr>
32416 Date:   Tue Sep 13 14:31:58 2011 +0200
32417
32418     Add RED protocole for ns3.
32419     Download ns3 patch here : http://code.google.com/p/ns-3-red/source/checkout
32420
32421 commit 2d6e5d5e0f3fd9f5c22145c6b3b6ca79aec6d1ff
32422 Author: Martin Quinson <martin.quinson@loria.fr>
32423 Date:   Tue Sep 13 14:09:04 2011 +0200
32424
32425     remove second following title; people know that the first paragraph will be an introduction
32426
32427 commit 8b1e3d85900da676aff487a1d62d4b24ab5a904c
32428 Author: Arnaud Legrand <arnaud.legrand@imag.fr>
32429 Date:   Tue Sep 13 11:17:46 2011 +0200
32430
32431     [Web] Update publications
32432
32433 commit 10c6b7f8e9dc8d91ca4c3bfe6c8de71c1dc8fa8c
32434 Author: Arnaud Legrand <arnaud.legrand@imag.fr>
32435 Date:   Tue Sep 13 11:10:22 2011 +0200
32436
32437     [Web] Update publication list.
32438
32439 commit 1ef66bd3758ad6a0973a70a9ce499ad8ae831212
32440 Author: Navarrop <Pierre.Navarro@imag.fr>
32441 Date:   Mon Sep 12 20:07:54 2011 +0200
32442
32443     change call of xbt_dynar_set for xbt_dynar_set_as and xbt_dynar_get_ptr
32444     for xbt_dynar_get_as.
32445
32446 commit 1f48f3c3b04af1fa45586cafae55405b8071e62e
32447 Author: Navarrop <Pierre.Navarro@imag.fr>
32448 Date:   Mon Sep 12 17:42:01 2011 +0200
32449
32450     Update tesh for ns3 because we have chnge the value for MTU.
32451
32452 commit e9db1c6bd915c76435648987526e3135cb91285f
32453 Author: Navarrop <Pierre.Navarro@imag.fr>
32454 Date:   Mon Sep 12 14:55:58 2011 +0200
32455
32456     Use default config value for MTU.
32457
32458 commit 1fcc8dd3e67dc3f7c1e789459028a361a1c86b5f
32459 Author: Navarrop <Pierre.Navarro@imag.fr>
32460 Date:   Mon Sep 12 10:20:05 2011 +0200
32461
32462     Add tracing.doc and generate it.
32463
32464 commit 8fd95a585797d0dc3efceb9a47f360ece50f9333
32465 Author: Navarrop <Pierre.Navarro@imag.fr>
32466 Date:   Thu Sep 8 16:33:47 2011 +0200
32467
32468     Generate the documentation in pdf.
32469     Need two pass for generate the full toc.
32470
32471 commit 224d044bb5d5126e97d67254e13f7b584583a225
32472 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
32473 Date:   Thu Sep 8 16:50:04 2011 +0200
32474
32475     [NS3] better debug messages for NS3 simulator
32476
32477 commit e771760a3246d2ba0ebf8e120a02f8c06a19205d
32478 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
32479 Date:   Thu Sep 8 16:26:21 2011 +0200
32480
32481     [NS3] updated in the example to cover more execution scenarios
32482     
32483     details:
32484     - debug messages added
32485     - timer function is also executed to have a more detailed view
32486     of what is going on during the simulation of NS3 flows
32487
32488 commit f4654009a460c28f1da7ad617da863e265c128d3
32489 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
32490 Date:   Thu Sep 8 15:57:43 2011 +0200
32491
32492     [NS3] clean-up of dictionary of sockets when flows finished
32493     
32494     details:
32495     - plus some debug messages
32496
32497 commit f10f38b953c9cb8604392b92030cfe2d437a3c9c
32498 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
32499 Date:   Thu Sep 8 16:36:00 2011 +0200
32500
32501     [NS3] plug memory issue and cosmetics
32502
32503 commit c05861e03b84f3461afc932ef47a647cbaba1645
32504 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
32505 Date:   Thu Sep 8 16:50:30 2011 +0200
32506
32507     [NS3] Make sure that these functions have side effects as expected
32508
32509 commit d92bf83bf0c294c76e6c36c4b50d5008d8386a20
32510 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
32511 Date:   Thu Sep 8 12:22:07 2011 +0200
32512
32513     [NS3] using maxmin precision to avoid infinite loop
32514
32515 commit 797028d4d60ed8e4720f2733a497df484bde25cd
32516 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
32517 Date:   Thu Sep 8 10:57:42 2011 +0200
32518
32519     [NS3] single call to start the NS3 simulator
32520
32521 commit 90c7ba381698bf25fc1d118549b2b08875e7e47a
32522 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
32523 Date:   Thu Sep 8 10:28:33 2011 +0200
32524
32525     [NS3] send a maximum of 1024 bytes per Send
32526     
32527     details:
32528     - this is the way to observe the known TCP behavior
32529     where bandwidth is equally shared among the flows
32530
32531 commit 3964cfe4b13a71557c87e781fd011502ab50b4b5
32532 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
32533 Date:   Thu Sep 8 10:17:39 2011 +0200
32534
32535     [NS3] force NS3 simulator advances when surf advances (when NS3 has no flows)
32536
32537 commit a40f3429cd65a6d3c0ad77b1137d7f2a59ff16f7
32538 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
32539 Date:   Thu Sep 8 10:16:16 2011 +0200
32540
32541     [NS3] only update min using the return of NS3's share resources if there are active NS3 flows
32542
32543 commit 2b4b6c4f5f745502728fd7bc17e9733ff2de4704
32544 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
32545 Date:   Thu Sep 8 10:14:34 2011 +0200
32546
32547     [NS3] the time to schedule NS3 flows is relative
32548
32549 commit 79aee5d99ef72487dc8ad1dbe8cb70abc885a58c
32550 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
32551 Date:   Wed Sep 7 18:06:13 2011 +0200
32552
32553     let gdb have access to cpp sources
32554
32555 commit 919f4502f5e39049ce71245b7fcca16e3781800d
32556 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
32557 Date:   Wed Sep 7 10:14:22 2011 +0200
32558
32559     Make sure that NS3 simulation advance if there are active flows even if NS3 returns immediately.
32560     This could be caused by a pause event introduced by a previous "run NS3 for no more than xxx seconds".
32561     Return -1.0 as expected when there are no flows to handle.
32562
32563 commit 7d0421bd87d5d3ceb1345ce3ecf1e21cc4753060
32564 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
32565 Date:   Wed Sep 7 16:04:37 2011 +0200
32566
32567     Dirty hack to make sure that all callbacks of a flows that finish exactly at the same time are called.
32568     Otherwise, only the first callback is called and the status of the other finishing flow is not updated.
32569
32570 commit c13827a1a060b718dacd0f643ee17114b11703da
32571 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
32572 Date:   Wed Sep 7 10:06:01 2011 +0200
32573
32574     Make sure that the NS3 model works even when other models use traces.
32575     NS3 should be the last model to be evaluated and since we do not fork but only advance simulation time, we need to make sure that it does not advance after a trace event.
32576
32577 commit 007694fe3d4ebd6577e1fb0a1017330b1a575a67
32578 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
32579 Date:   Wed Sep 7 16:02:05 2011 +0200
32580
32581     [NS3] implementing more socket callbacks in order to capture the closing of a socket
32582     
32583     details:
32584     - close_callback is called in place of receive_callback for some
32585     situations when the flow finishes
32586
32587 commit 36d71e3707463a389153fbf9cebd68ce4a5276a1
32588 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
32589 Date:   Wed Sep 7 15:57:50 2011 +0200
32590
32591     [NS3] rewriting receive_callback to mark a flow finished only if it has not done before
32592
32593 commit 19b4bae85bbf713358ceb637f18be531fdb3e3c0
32594 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
32595 Date:   Wed Sep 7 15:56:39 2011 +0200
32596
32597     [NS3] rewriting the send_callback to do only one Send call to buffer data
32598
32599 commit 1d25a3492143193468372b190d6aefe082948846
32600 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
32601 Date:   Wed Sep 7 15:51:26 2011 +0200
32602
32603     [trace] bug fix on the way that routes are used to extract topology
32604
32605 commit ae0f649fbc6a0a67ff1117b3be7833bc8033d33f
32606 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
32607 Date:   Tue Sep 6 13:04:05 2011 +0200
32608
32609     [trace] if route doesn't exist, just continue extracing the topology
32610
32611 commit b380659d4cf88b049bfac7e75780a0cff8ae7b5d
32612 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
32613 Date:   Tue Sep 6 13:03:14 2011 +0200
32614
32615     new function get_route_or_null that catches any exception before returning
32616     
32617     details:
32618     - this function is used by the tracing mechanism to extract the
32619     network topology of the platform being simulated
32620
32621 commit 291b955b78f742f1065614f1c6a1674fa8b476ca
32622 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
32623 Date:   Mon Sep 5 16:58:34 2011 +0200
32624
32625     [NS3, trace] categorized resource utilization active also for NS3
32626
32627 commit 59f24f917ff0a4e07de32c86287081ede60c93a6
32628 Author: Arnaud Legrand <arnaud.legrand@imag.fr>
32629 Date:   Thu Sep 8 15:57:47 2011 +0200
32630
32631     Use sans serif fonts for the website
32632
32633 commit b4c416b8b1a5cf0b3f4e6220303548d673603385
32634 Author: Arnaud Legrand <arnaud.legrand@imag.fr>
32635 Date:   Sun May 22 12:23:25 2011 -0700
32636
32637     Improve debugging messages when dispaying the status of blocked process.
32638
32639 commit 2aa97ab052f0a1c3ae440a621a6a38c041ebe375
32640 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
32641 Date:   Thu Sep 8 13:21:46 2011 +0200
32642
32643     Fix typo in help message.
32644
32645 commit 69128883beb4dfd713ece4ca484f37aab0461101
32646 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
32647 Date:   Fri Nov 12 14:16:06 2010 +0100
32648
32649     Fix compilation warnings in ISO-C99 mode.
32650     
32651     Fix the following compilation warnings (indeed wrong inline usage):
32652     - inline function â€˜xxx’ declared but never defined
32653     
32654     Tested with gcc 4.3 and 4.4.
32655     
32656     See the following messages for more information:
32657     http://lists.gforge.inria.fr/pipermail/simgrid-devel/2010-July/000958.html
32658     http://lists.gforge.inria.fr/pipermail/simgrid-devel/2010-July/000971.html
32659     http://lists.gforge.inria.fr/pipermail/simgrid-devel/2010-July/000978.html
32660     http://lists.gforge.inria.fr/pipermail/simgrid-devel/2010-August/000998.html
32661     
32662     See also bug #11428.
32663
32664 commit c4b366b6a9eedd0d24d0f1e2b63329dea4baed4e
32665 Author: Navarrop <Pierre.Navarro@imag.fr>
32666 Date:   Thu Sep 8 15:10:28 2011 +0200
32667
32668     Revert "Re-apply old patch A. Giersch 06/07/2010"
32669     
32670     This reverts commit 3a9be3b03e764af6a69418124a4e213713b2fd6d.
32671
32672 commit 9758feb4e8734e40e9e969418250c6b01fe465ad
32673 Author: Navarrop <Pierre.Navarro@imag.fr>
32674 Date:   Thu Sep 8 15:09:05 2011 +0200
32675
32676     Ignore generated directory
32677
32678 commit 91e1764de30a97798d68dbf5969129b90f201a26
32679 Author: Navarrop <Pierre.Navarro@imag.fr>
32680 Date:   Thu Sep 8 15:00:13 2011 +0200
32681
32682     Prepare the target to make simgrid_documentation.pdf
32683
32684 commit 3a9be3b03e764af6a69418124a4e213713b2fd6d
32685 Author: Navarrop <Pierre.Navarro@imag.fr>
32686 Date:   Thu Sep 8 14:09:39 2011 +0200
32687
32688     Re-apply old patch A. Giersch 06/07/2010
32689     [From A. Giersch] Fix the following compilation warnings in ISO-C99 mode:
32690     * inline function â€˜xxx’ declared but never defined
32691
32692 commit ad6a700d71e995948cde6c3c8e7a31800feb5c95
32693 Author: Navarrop <Pierre.Navarro@imag.fr>
32694 Date:   Thu Sep 8 14:07:03 2011 +0200
32695
32696     Hide configure value.
32697
32698 commit 413654d77fa770ddaff2bb58db2607ca1bbe5a1f
32699 Author: Navarrop <Pierre.Navarro@imag.fr>
32700 Date:   Thu Sep 8 13:33:04 2011 +0200
32701
32702     Add a dogbone example with ns3
32703
32704 commit 84b6ab29e2861d096c8d500c6bd56289bfe90664
32705 Author: Navarrop <Pierre.Navarro@imag.fr>
32706 Date:   Thu Sep 8 13:31:33 2011 +0200
32707
32708     Add model Reno, NewReno and Tahoe with ns3
32709     --cfg=ns3/TcpModel:MODEL
32710
32711 commit 75991bbe67616b04d00e4c106c0b6d9cee72a63d
32712 Author: Navarrop <Pierre.Navarro@imag.fr>
32713 Date:   Thu Sep 8 13:07:48 2011 +0200
32714
32715     Need this flag for c++.
32716
32717 commit 89ccf684d67b37ce974cbc85df7569c6e2fe6e82
32718 Author: Laurent Bobelin <lbobelin@mintcar.lip.ens-lyon.fr>
32719 Date:   Thu Sep 8 10:45:24 2011 +0200
32720
32721     Adding sources (.ai files) for the nowaday logo
32722
32723 commit b4708313d37a164788dd01e19e629de2500f935f
32724 Author: Laurent Bobelin <lbobelin@mintcar.lip.ens-lyon.fr>
32725 Date:   Thu Sep 8 09:39:00 2011 +0200
32726
32727     Added small logo to the website stuff (to use it in the google bombing process)
32728
32729 commit 151b538fec21b3fe1c3b46c61973635df5c291b9
32730 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
32731 Date:   Wed Sep 7 16:03:24 2011 +0000
32732
32733     Fix execution on mac but need to be uncommented later.
32734     On mac this line donesn't work.
32735     
32736     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/contrib/trunk/simgrid-java@9907 48e7efb5-ca39-0410-a469-dd3cf9ba447f
32737
32738 commit 5c011b06e94aa7e857d8ed819d89ef74d306a670
32739 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
32740 Date:   Wed Sep 7 15:18:06 2011 +0000
32741
32742     On mac we must set DYLD_LIBRARY_PATH to find libsimgrid.dylib
32743     
32744     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/contrib/trunk/simgrid-java@9906 48e7efb5-ca39-0410-a469-dd3cf9ba447f
32745
32746 commit b71f4fef475d61e6b5e954588e09c9a926963d01
32747 Author: Navarrop <Pierre.Navarro@imag.fr>
32748 Date:   Wed Sep 7 17:00:06 2011 +0200
32749
32750     Explain how to change compiler version on doc
32751
32752 commit 056593992509f32c834360664489e8e239d22802
32753 Author: Martin Quinson <martin.quinson@loria.fr>
32754 Date:   Wed Sep 7 16:13:58 2011 +0200
32755
32756     more informative error message when an invalid context factory is selected
32757
32758 commit 7ff79318b09b10352e946822714b333b8e71555c
32759 Author: Navarrop <Pierre.Navarro@imag.fr>
32760 Date:   Tue Sep 6 17:50:32 2011 +0200
32761
32762     Available command sync-gforge-website.
32763     Update doc.
32764
32765 commit d2bf78ef3304878995a537b02d90c8f598a5817f
32766 Author: Laurent Bobelin <lbobelin@mintcar.lip.ens-lyon.fr>
32767 Date:   Tue Sep 6 16:27:23 2011 +0200
32768
32769     Simgrid website documentation should be OK now. It's now separated totally from the doc generation
32770
32771 commit 0e69506302c82ba2eb7c40882851cd80b891c6ec
32772 Author: Navarrop <Pierre.Navarro@imag.fr>
32773 Date:   Tue Sep 6 11:24:02 2011 +0200
32774
32775     Doc for ns-3.
32776
32777 commit b50a507730b57a37d68ca30cb900a437e67986ca
32778 Author: Navarrop <Pierre.Navarro@imag.fr>
32779 Date:   Tue Sep 6 11:23:51 2011 +0200
32780
32781     By default activate ns-3.
32782
32783 commit 02708adaddb897d179f00974e1fee90f043936e5
32784 Author: Navarrop <Pierre.Navarro@imag.fr>
32785 Date:   Mon Sep 5 17:53:44 2011 +0200
32786
32787     Add ignored files from website target.
32788
32789 commit 8154e51872159461bbf444336dfb346665f86251
32790 Author: Navarrop <Pierre.Navarro@imag.fr>
32791 Date:   Mon Sep 5 17:47:39 2011 +0200
32792
32793     Separated version dependant (documentation) and independant website files.
32794
32795 commit d4572bb4bef9682c2a981e6015566791eec8eea7
32796 Author: Navarrop <Pierre.Navarro@imag.fr>
32797 Date:   Mon Sep 5 15:51:46 2011 +0200
32798
32799     Support for ns3-3.12
32800
32801 commit 79fd65da851a00fe5be321bfe645af2d8183fe49
32802 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
32803 Date:   Mon Sep 5 16:13:05 2011 +0200
32804
32805     [NS3, trace] tracing the correct value of resource utilization based on NS3 network model
32806
32807 commit b2d9909db8c479a5d6c6f71ea0504f83a35b55be
32808 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
32809 Date:   Mon Sep 5 13:29:11 2011 +0200
32810
32811     [NS3, trace] instrumentation code to register resource utilization from NS3
32812     
32813     details:
32814     - missing profound validation tests
32815
32816 commit 7e71e956181763288b1ce7d51f36ac4cdbcab365
32817 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
32818 Date:   Mon Sep 5 13:23:49 2011 +0200
32819
32820     cosmetics, fixing tesh file
32821
32822 commit 973f33d7adc7e95c773f7a9e73f281503385f69b
32823 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
32824 Date:   Mon Sep 5 13:23:02 2011 +0200
32825
32826     [NS3] unused variable removed
32827
32828 commit 396ff07474b90b815131052dc33447e31c0bb337
32829 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
32830 Date:   Mon Sep 5 11:06:01 2011 +0200
32831
32832     [NS3, trace] instrumentation point to be implemented
32833
32834 commit 9de38287b0be3f8160ab051ee1cea5d02c2a2b1a
32835 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
32836 Date:   Mon Sep 5 10:06:53 2011 +0200
32837
32838     [NS3, trace] type of last_sent is double
32839
32840 commit 25702930c148d7d6b9dfd08cbc12f2068d5cf4b2
32841 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
32842 Date:   Fri Sep 2 18:40:06 2011 +0200
32843
32844     [NS3] new NS3 surf network action data structure
32845     
32846     details:
32847     - used only to keep tracing things and the generic surf_action type
32848
32849 commit f61b4b1f0eb37f2daaf3fbf484f06ac3b51ae0fc
32850 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
32851 Date:   Fri Sep 2 18:28:07 2011 +0200
32852
32853     [NS3] cosmetics, changing the name of the function that creates a NS3 surf network action
32854
32855 commit b42f5b4e396832c48dca8043d683288fc7475c42
32856 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
32857 Date:   Fri Sep 2 17:46:46 2011 +0200
32858
32859     [NS3] cosmetics, removing unused functions/methods
32860
32861 commit cc5f6ab8af78f2a72cd508a19408e9d367933aae
32862 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
32863 Date:   Fri Sep 2 17:36:17 2011 +0200
32864
32865     [NS3] fixing the remains value when updating actions state
32866     
32867     details:
32868     - new method to get the sent bytes of a socket from the NS3 simulator
32869     - before, the remains was always 0 because the send callback buffers all data
32870
32871 commit 610c3c7da1460fd53dd41646ea988a57ad35baf0
32872 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
32873 Date:   Fri Sep 2 17:17:48 2011 +0200
32874
32875     [NS3] cosmetics, removing tracing code and fixing indentation
32876
32877 commit a262540c606d31b84075869efab136ddd9258b65
32878 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
32879 Date:   Fri Sep 2 17:14:42 2011 +0200
32880
32881     [NS3] new callback to register sent bytes
32882
32883 commit 6fb2a3317c632f4ec9ada7e08b120849c7d551d8
32884 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
32885 Date:   Fri Sep 2 17:01:29 2011 +0200
32886
32887     [NS3] cosmetics, variable names should start with lowercase
32888
32889 commit 8a5a52c31203af9e7eb66dc1c1c8f4e6b14d0b70
32890 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
32891 Date:   Fri Sep 2 17:00:52 2011 +0200
32892
32893     [NS3] adding bufferedBytes variable to MySocket structure (replaces old sentBytes)
32894     
32895     - also fix on header indentation (removing tabs and replace by two spaces)
32896
32897 commit 8fe73f754d3f13f61b20f57b94830e4d6e8c3946
32898 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
32899 Date:   Fri Sep 2 16:05:08 2011 +0200
32900
32901     [NS3] cosmetics, fixing indentation on simulator code
32902
32903 commit 24c99bb2c574f0d7a4e8179c1769f66bfc9d6480
32904 Author: Navarrop <Pierre.Navarro@imag.fr>
32905 Date:   Thu Sep 1 17:26:16 2011 +0200
32906
32907     Do rsync and not scp.
32908
32909 commit d37b87f0379c796e0ff6668ef146865b0d3a8619
32910 Author: Navarrop <Pierre.Navarro@imag.fr>
32911 Date:   Thu Sep 1 17:19:40 2011 +0200
32912
32913     Prepare the versioning of the documentation
32914
32915 commit c6b8c08b4e3e2454110d79e0cb7f4828b00c1c27
32916 Author: Navarrop <Pierre.Navarro@imag.fr>
32917 Date:   Thu Sep 1 15:46:29 2011 +0200
32918
32919     Revert "Add a taget to test the new doc on a different remote."
32920     
32921     This reverts commit 1beb7db8bbe445fcba0d37352b2e761c54ad9e7a.
32922
32923 commit 53f32ad3574aa3e8c7f17b3721208313c8e8d69d
32924 Author: Navarrop <Pierre.Navarro@imag.fr>
32925 Date:   Thu Sep 1 14:43:43 2011 +0200
32926
32927     Add functions for get and reset last amount sent by ns3.
32928
32929 commit 1beb7db8bbe445fcba0d37352b2e761c54ad9e7a
32930 Author: Navarrop <Pierre.Navarro@imag.fr>
32931 Date:   Thu Sep 1 13:20:41 2011 +0200
32932
32933     Add a taget to test the new doc on a different remote.
32934
32935 commit 2cc20f1526f80e1c731e986a50c5b77fa7e223d8
32936 Author: Navarrop <Pierre.Navarro@imag.fr>
32937 Date:   Thu Sep 1 12:54:15 2011 +0200
32938
32939     Add pages for ns3 and gtnets.
32940
32941 commit 1f3b2d6bb4a31767e013b4d6739602fe1db89bf3
32942 Author: Navarrop <Pierre.Navarro@imag.fr>
32943 Date:   Wed Aug 31 13:23:51 2011 +0200
32944
32945     Add options and configurations page.
32946
32947 commit 737a12e4cd18741fbb179c44b0c372fe0b580b1b
32948 Author: Navarrop <Pierre.Navarro@imag.fr>
32949 Date:   Tue Aug 30 14:13:06 2011 +0200
32950
32951     Add java to bindings page.
32952
32953 commit e3fb6591308362a62ae7576a90e0ced99f39b7d4
32954 Author: Navarrop <Pierre.Navarro@imag.fr>
32955 Date:   Tue Aug 30 11:13:18 2011 +0200
32956
32957     Keep the button press.
32958
32959 commit 5b17b1d717143c7747fa8348de4b459d721e2687
32960 Author: Mark Stillwell <marklee@fortawesome.org>
32961 Date:   Mon Aug 29 09:44:15 2011 +0200
32962
32963     moved macros that rewruite calls to sleep and gettimeofday to smpi.h
32964
32965 commit 48fafe622bf4a9bef7852543532513141fb8ab21
32966 Author: Navarrop <Pierre.Navarro@imag.fr>
32967 Date:   Wed Aug 3 12:18:16 2011 +0200
32968
32969     Ignore generated toc files.
32970
32971 commit c5c447226e4b526926a548757f9f5d539530ef82
32972 Author: Navarrop <Pierre.Navarro@imag.fr>
32973 Date:   Wed Aug 3 12:16:26 2011 +0200
32974
32975     Add documentation pages for install Simgrid and bindings.
32976     Remove those sections from faq page.
32977
32978 commit 8483a52636f7e906f1ce1fca32613d933abbe881
32979 Author: Navarrop <Pierre.Navarro@imag.fr>
32980 Date:   Thu Aug 4 16:04:56 2011 +0200
32981
32982     Add a new flag to compile with ucontext.
32983     Optimization with gcc 4.6 on mac leads to segfault.
32984
32985 commit c035934bb16bebcd87127d880078145cb234ecb2
32986 Author: Martin Quinson <martin.quinson@loria.fr>
32987 Date:   Wed Aug 3 16:09:06 2011 +0200
32988
32989     improve reference documentation
32990
32991 commit e02760f1b5ad6109db83b196c33d612d0ded7408
32992 Author: Martin Quinson <martin.quinson@loria.fr>
32993 Date:   Tue Aug 2 16:40:44 2011 +0200
32994
32995     use XBT portability layer to timing functions
32996
32997 commit 3018128caf8efd9e5c02d2761fd477cb81194843
32998 Author: unknown <pierre@.(none)>
32999 Date:   Mon Aug 1 15:30:09 2011 +0200
33000
33001     Those two files are now compatible.
33002
33003 commit d33015498f57b9803ddc475e2ffdc6125ce00534
33004 Author: unknown <pierre@.(none)>
33005 Date:   Mon Aug 1 15:14:50 2011 +0200
33006
33007     Add the masterslave forwarder example in win32 installer.
33008
33009 commit cce8328c524aac009315d1c89c375625472eb6f6
33010 Author: unknown <pierre@.(none)>
33011 Date:   Mon Aug 1 12:00:22 2011 +0200
33012
33013     This CMakeLists.txt can be copy past for other project.
33014     Find sources and create target NAME associated to the source file NAME.c.
33015
33016 commit 563dc1eb8cddec3395e007bbd5e2ebc98893aa38
33017 Author: Navarrop <Pierre.Navarro@imag.fr>
33018 Date:   Mon Aug 1 11:41:38 2011 +0200
33019
33020     We can specify the router name of a cluster.
33021     Add router_id="cluster_router_name" to cluster tag.
33022     See teshsuite/simdag/platforms/two_clusters_router_id.xml, for an example
33023
33024 commit 9a8ce506851427358a58031d014dc51b353e4baa
33025 Author: Navarrop <Pierre.Navarro@imag.fr>
33026 Date:   Mon Aug 1 11:25:03 2011 +0200
33027
33028     Make a tesh file for ns3.
33029
33030 commit fc576fe10ca700e588732b12271509fbcde31e77
33031 Author: Navarrop <Pierre.Navarro@imag.fr>
33032 Date:   Mon Aug 1 11:02:37 2011 +0200
33033
33034     Add ns3 sources to target "make dist".
33035
33036 commit 597ba1a09c3412c3fd46d4c8e8a8f06bb80b11c2
33037 Author: Quintin Jean-Noël <quintinjean-noel@bibi.lan>
33038 Date:   Sun Jul 31 17:29:57 2011 +0200
33039
33040     [simdag/dotloader] correction the double parsing and fix the allocation
33041     name of edge
33042
33043 commit 3a16d600a35c57d2d66f8f19b71b67183582ae3d
33044 Author: Quintin Jean-Noël <quintinjean-noel@bibi.lan>
33045 Date:   Sat Jul 30 12:03:43 2011 +0200
33046
33047     [simdag/dotloader] modify the allocation of task name
33048
33049 commit 39b6ed28636c4d67a0127d8526bf10dbc212cdc9
33050 Merge: ab8524c 45ce14e
33051 Author: Quintin Jean-Noël <quintinjean-noel@bibi.lan>
33052 Date:   Sat Jul 30 11:08:33 2011 +0200
33053
33054     Merge remote-tracking branch 'origin/master'
33055
33056 commit ab8524c54b51ab58c017d27604f94b3e84705e04
33057 Author: Quintin Jean-Noël <quintinjean-noel@bibi.lan>
33058 Date:   Sat Jul 30 11:06:48 2011 +0200
33059
33060     [teshsuite/simdag/platforms] fix compilation on MAC OSX
33061     
33062         CLOCK_REALTIME is not available on MAC OSX
33063
33064 commit 45ce14e22b05e7a6625a4a2cf06115473b73fee5
33065 Author: Navarrop <Pierre.Navarro@imag.fr>
33066 Date:   Fri Jul 29 18:17:31 2011 +0200
33067
33068     Add lcg platform.
33069
33070 commit 1d56048a731508dcb0d38937132533c10ecc0655
33071 Merge: 8d8da3b fb5f8d1
33072 Author: Christophe Thiéry <christopho128@gmail.com>
33073 Date:   Fri Jul 29 17:30:03 2011 +0200
33074
33075     Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot//simgrid/simgrid
33076
33077 commit 8d8da3b6e2ddb285529f576140cce72b092aff9b
33078 Author: Christophe Thiéry <christopho128@gmail.com>
33079 Date:   Fri Jul 29 17:29:19 2011 +0200
33080
33081     Add a TODO file with my ideas to make splay work.
33082
33083 commit d64121d299e14e60aa01fd6e2704f01a68ec7732
33084 Author: Christophe Thiéry <christopho128@gmail.com>
33085 Date:   Fri Jul 29 17:28:52 2011 +0200
33086
33087     Make the splay example really do something (or at least, try)
33088
33089 commit fb5f8d1e82c82e835b873c8b1eaf6fd7fe55882f
33090 Author: Navarrop <Pierre.Navarro@imag.fr>
33091 Date:   Fri Jul 29 17:11:36 2011 +0200
33092
33093     Add a version of gridpp.xml with its tool.
33094     generate with :
33095     transform_optorsim_platform.pl *.conf > *.xml
33096
33097 commit e83790c297b2df4619a49d8483a104b08c994fb5
33098 Author: Christophe Thiéry <christopho128@gmail.com>
33099 Date:   Fri Jul 29 16:49:32 2011 +0200
33100
33101     Trying to make splay work (unfinished).
33102
33103 commit 5852056758b9dd2cc76c811aa7c8acec5f3c266f
33104 Author: Christophe Thiéry <christopho128@gmail.com>
33105 Date:   Fri Jul 29 16:48:58 2011 +0200
33106
33107     Working on Lua.
33108
33109 commit 1ee06836f97375c683e9e31d24ff77fb258b453b
33110 Author: Navarrop <Pierre.Navarro@imag.fr>
33111 Date:   Fri Jul 29 14:42:05 2011 +0200
33112
33113     Add platforms for ns3.
33114     Changed units to be compliant with ns3 ones. (bps =! Bps)
33115
33116 commit 1fb7674e85449436e67e5660a631ba6dcffca7b3
33117 Author: Christophe Thiéry <christopho128@gmail.com>
33118 Date:   Fri Jul 29 11:49:16 2011 +0200
33119
33120     Lua / Splay: some cleanups
33121
33122 commit 5b811fdb6d7fae96fa9fe45612dee560a64f2af6
33123 Merge: 2fa2a6c 74ca70c
33124 Author: Christophe Thiéry <christopho128@gmail.com>
33125 Date:   Fri Jul 29 11:32:02 2011 +0200
33126
33127     Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot//simgrid/simgrid
33128
33129 commit 74ca70cee0de024f4556293af859889cf4fb384e
33130 Author: Navarrop <Pierre.Navarro@imag.fr>
33131 Date:   Thu Jul 28 19:04:23 2011 +0200
33132
33133     Add ns3_get_link_latency_limited if def HAVE_LATENCY_BOUND_TRACKING.
33134
33135 commit 60e944f1af4491a8c921b29d5ad56ef5ecbf7960
33136 Author: Navarrop <Pierre.Navarro@imag.fr>
33137 Date:   Thu Jul 28 18:15:47 2011 +0200
33138
33139     Fix segfault when surf_network_model->name == NULL
33140
33141 commit 7f6d6d56876d2e286d0f11bfb390af6de6c9863e
33142 Author: Navarrop <Pierre.Navarro@imag.fr>
33143 Date:   Thu Jul 28 17:48:39 2011 +0200
33144
33145     Implementation of NS3.
33146     Add an example for ns3.
33147     Add many functions for ns3.
33148
33149 commit 9348d3741280cb28ba0bfecc42071d1243b0756b
33150 Author: Navarrop <Pierre.Navarro@imag.fr>
33151 Date:   Thu Jul 28 17:27:05 2011 +0200
33152
33153     Update changelog for windows.
33154
33155 commit 1225bf336ddd4d8d945094a019f393655feb4708
33156 Author: unknown <pierre@.(none)>
33157 Date:   Thu Jul 28 17:33:55 2011 +0200
33158
33159     Add the pcre licence cause we have embeded it into installer for windows.
33160
33161 commit b6c71dc8e729a9d07d33713d74bc72e6fd5d4819
33162 Author: unknown <pierre@.(none)>
33163 Date:   Thu Jul 28 13:33:11 2011 +0200
33164
33165     No need to have difference between win32 and Unix system for log.
33166
33167 commit 3302686f8952854a69b0328f0efa3148d64548b2
33168 Author: unknown <pierre@.(none)>
33169 Date:   Thu Jul 28 12:41:15 2011 +0200
33170
33171     On win64 we must use XBT_LOG_MAYDAY.
33172
33173 commit 56d29b1554682d19700b052fdbe18278dafb7266
33174 Author: unknown <pierre@.(none)>
33175 Date:   Thu Jul 28 11:23:31 2011 +0200
33176
33177     This is a Directory so need to add /r option.
33178
33179 commit f613012a6a7680572118ed0be244205cb1f62c8e
33180 Author: unknown <pierre@.(none)>
33181 Date:   Thu Jul 28 11:23:02 2011 +0200
33182
33183     Update findPCRE module.
33184
33185 commit ae75dd12f2b82912c1470c744d258a67ffae54dc
33186 Author: unknown <pierre@.(none)>
33187 Date:   Thu Jul 28 11:22:25 2011 +0200
33188
33189     Prefer check size of void* against write 4 or 8
33190
33191 commit 2f93912677c9c5df63406a714b031993a7455d6c
33192 Merge: 49cb11c edacdb5
33193 Author: Pierre Nicolas CLAUSS <pnclauss@griffon-82.nancy.grid5000.fr>
33194 Date:   Thu Jul 28 08:50:49 2011 +0000
33195
33196     Merge branch 'master' into smpi
33197
33198 commit 49cb11c26e1ebc2b3042f78e6c4638d6d5403e3b
33199 Merge: 66b0686 005eb0f
33200 Author: Pierre Nicolas CLAUSS <pnclauss@griffon-82.nancy.grid5000.fr>
33201 Date:   Thu Jul 28 08:49:07 2011 +0000
33202
33203     Merge branch 'master' into smpi
33204
33205 commit edacdb522ab2aaf5f4246347f9440db4fc2bdd96
33206 Author: Navarrop <Pierre.Navarro@imag.fr>
33207 Date:   Wed Jul 27 14:17:31 2011 +0200
33208
33209     Those examples don't work on APLLE.
33210
33211 commit 3a900e749d942065563de611d63900beeae7100a
33212 Author: unknown <pierre@.(none)>
33213 Date:   Wed Jul 27 13:07:33 2011 +0200
33214
33215     Need only this flag with the library libpcre.dll.a
33216
33217 commit 2fa2a6ce966b1ceb2327ea00f7e4073ceba55175
33218 Merge: e91139a f071019
33219 Author: Christophe Thiéry <christopho128@gmail.com>
33220 Date:   Wed Jul 27 10:27:31 2011 +0200
33221
33222     Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot//simgrid/simgrid
33223
33224 commit f07101941f4397554a6cee4fbaf3286137865064
33225 Author: unknown <pierre@.(none)>
33226 Date:   Tue Jul 26 14:59:48 2011 +0200
33227
33228     For win64 it is cast unsigned long long.
33229
33230 commit bb67b63d87d1176015342a01d8fe739fc1f5c6a5
33231 Author: unknown <pierre@.(none)>
33232 Date:   Tue Jul 26 12:24:29 2011 +0200
33233
33234     Search for the pcre licence.
33235
33236 commit 22900365bca30c4ba6a5444477e80232b0f394a2
33237 Author: unknown <pierre@.(none)>
33238 Date:   Tue Jul 26 12:01:45 2011 +0200
33239
33240     The pcre library is static on win32
33241
33242 commit 9f172ca867b791a2aff866e0fa5b5949a0dad849
33243 Author: unknown <pierre@.(none)>
33244 Date:   Tue Jul 26 11:52:30 2011 +0200
33245
33246     Update nsi script for install pcre and pcreposix libraries.
33247
33248 commit 4068e47b56c26c0822c1c9d2134ec178f659c2b6
33249 Author: unknown <pierre@.(none)>
33250 Date:   Tue Jul 26 11:52:04 2011 +0200
33251
33252     Those two examples are UNIX only.
33253
33254 commit 96453425fde36fe9a39551552d5f88778da97235
33255 Author: unknown <pierre@.(none)>
33256 Date:   Tue Jul 26 11:51:49 2011 +0200
33257
33258     Search PCRE from SIMGRID installer variable.
33259
33260 commit 551e404f3e925e48ed245a16f595673ad526c9b4
33261 Author: unknown <pierre@.(none)>
33262 Date:   Tue Jul 26 11:51:22 2011 +0200
33263
33264     Update README for HelloWorld example
33265
33266 commit 1dd7ea5c38c029e49ae831837b075751b173a569
33267 Author: unknown <pierre@.(none)>
33268 Date:   Tue Jul 26 10:49:25 2011 +0200
33269
33270     Correctly set CMAKE_SYSTEM_PROCESSOR and use it.
33271
33272 commit 1c09fab086898b70f768e9c53f1586e038366e36
33273 Author: unknown <pierre@.(none)>
33274 Date:   Tue Jul 26 10:48:34 2011 +0200
33275
33276     Check 64 or 32 arch with size of void*
33277
33278 commit 2eabf05198774d4cb595e7f16a397eb516d88976
33279 Author: unknown <pierre@.(none)>
33280 Date:   Tue Jul 26 10:47:56 2011 +0200
33281
33282     Change wsock32 for ws2_32 (new one)
33283
33284 commit e91139a1a2abbb40511cf9dd374306a19c934260
33285 Author: Christophe Thiéry <christopho128@gmail.com>
33286 Date:   Tue Jul 26 10:40:33 2011 +0200
33287
33288     Improve what SIMIX_display_process_status() says.
33289
33290 commit 005eb0fdbd85bacfbdb5ab2cc26567c6a43df31f
33291 Author: Christophe Thiéry <christopho128@gmail.com>
33292 Date:   Mon Jul 25 15:33:35 2011 +0200
33293
33294     Cancelling a non-running task: show a warning only once
33295
33296 commit a48d223f9273f17a0941c576b578a3bbeb04f09f
33297 Author: Christophe Thiéry <christopho128@gmail.com>
33298 Date:   Mon Jul 25 14:48:19 2011 +0200
33299
33300     Don't throw the impossible when the user cancels a non-running task
33301
33302 commit c1074c3f3469abf76ed140c8c87271922a88a14f
33303 Author: Christophe Thiéry <christopho128@gmail.com>
33304 Date:   Mon Jul 25 14:17:18 2011 +0200
33305
33306     SIMIX: clean the processes trash after each scheduling round.
33307
33308 commit d52b3c302824b631a2428ad881c66cab7844e753
33309 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
33310 Date:   Thu Jul 21 11:59:53 2011 +0200
33311
33312     Do not initialize mmalloc if !MMALLOC_WANT_OVERRIDE_LEGACY.
33313     
33314     ... and hope that it now builds on Hurd, where mmalloc_preinit()
33315     fails.
33316
33317 commit 73fd63288c5dbb4664e882fba1d936c602e7a487
33318 Author: Martin Quinson <martin.quinson@loria.fr>
33319 Date:   Wed Jul 20 18:24:28 2011 +0200
33320
33321     more verbose message when semaphores get disabled at config time
33322
33323 commit 52b9fc8874725be60af16df22463a9a3150ac81b
33324 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
33325 Date:   Tue Jul 19 22:12:23 2011 +0200
33326
33327     Use string literals for format.
33328     
33329     And try to survive to over-paranoid compilation flags like -Wformat-security,
33330     that is enabled by default on Ubuntu.
33331
33332 commit 5f6cef8bdac64b84b4886b2f2c6a89b65763dc09
33333 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
33334 Date:   Tue Jul 19 17:41:58 2011 +0200
33335
33336     Output debug messages at debug loglevel.
33337
33338 commit 2398a6a73fafe52e34a8aa158cb1003a30bf31f1
33339 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
33340 Date:   Tue Jul 19 16:51:45 2011 +0200
33341
33342     Fix xbt_str_diff.
33343
33344 commit df8dd26939cdd1f18594e8d0a0ae811842fadfde
33345 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
33346 Date:   Tue Jul 19 15:59:11 2011 +0200
33347
33348     Add some tests for xbt_str_diff.
33349
33350 commit 66b0686fe441796325c3b5738b1b880d15ce1ea6
33351 Merge: ca8f671 e492be5
33352 Author: Pierre-Nicolas Clauss <pierre-nicolas.clauss@loria.fr>
33353 Date:   Tue Jul 19 14:38:11 2011 +0200
33354
33355     Merge back master branch.
33356     
33357     Conflicts:
33358         src/smpi/smpi_base.c
33359
33360 commit 62c5e83a98d204cb3bf5c7e99929fd12a14f55f3
33361 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
33362 Date:   Tue Jul 19 13:44:10 2011 +0200
33363
33364     Add const qualifier to parameters of xbt_str_diff.
33365
33366 commit 6df47db05756fafe0e96eda40f1ec84f743c75b2
33367 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
33368 Date:   Tue Jul 19 13:31:37 2011 +0200
33369
33370     xbt_str: move tests at end.
33371
33372 commit ca8f671bcf52e485b238a615121b9a0a0d60ed11
33373 Author: Mark Stillwell <mark.stillwell@ens-lyon.fr>
33374 Date:   Tue Jul 19 11:26:28 2011 +0200
33375
33376     fixing some compiler warnings for adding to void pointer and also
33377     some bugs in the alltoall_bruck...
33378
33379 commit 52be8c81d55b81b23315d914e4d35da201282ff4
33380 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
33381 Date:   Tue Jul 19 11:09:39 2011 +0200
33382
33383     Cosmetics: structs have 4 fields.
33384
33385 commit e492be5ee5e8a76eef7899758c841c618ccf505d
33386 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
33387 Date:   Tue Jul 19 10:17:19 2011 +0200
33388
33389     Fix comments about gras_arch to actually match the code.
33390
33391 commit 9efddbf5bb3f9086579b0f6b247158866b66034d
33392 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
33393 Date:   Tue Jul 19 10:08:20 2011 +0200
33394
33395     Fix datadesc.big32_8_4 for new arch number.
33396     
33397     File was fixed manually: byte at offset 0x14 changed from 6 to 7.
33398     I hope it is correct.
33399
33400 commit 2b51866284b29800a407cf6b94aac170ee912d9c
33401 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
33402 Date:   Tue Jul 19 09:41:40 2011 +0200
33403
33404     Verify arch name and number in tests datadesc_r_*.
33405
33406 commit 86aca0bc9a0862b9bf2bcff1c6a50f875bb71a98
33407 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
33408 Date:   Wed Jul 6 11:37:20 2011 +0200
33409
33410     Gras tests are not broken anymore.
33411
33412 commit ccab7e3f8e9132f6cb576d98f90506279acc3883
33413 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
33414 Date:   Mon Jul 18 15:17:56 2011 +0200
33415
33416     Regenerate data files for gras-datadesc tests.
33417     
33418     The following command was used:
33419       sed -i 's/GRAS\o001/GRAS\o002/g' datadesc.little* datadesc.big32*
33420     
33421     Not sure that it is the canonical way for doing that...
33422
33423 commit f0f95529ffdd1caec5aae2934470cc7d438bfafa
33424 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
33425 Date:   Mon Jul 18 14:54:55 2011 +0200
33426
33427     Declare and free link_backbone where it is used.
33428
33429 commit 08cf7e3a40c09ef4a15a13633b533c074d5bca0f
33430 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
33431 Date:   Mon Jul 18 14:53:34 2011 +0200
33432
33433     Regenerate surf/simgrid_dtd.l.
33434
33435 commit 0d318fafded7c7d0e90854bd125bc68fddaed381
33436 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
33437 Date:   Wed Jul 6 11:01:47 2011 +0200
33438
33439     Regenerate tesh file for test gras-synchro-sg-32 and -64.
33440
33441 commit c66571dc3bd273d958cfc867c15a7b3db0dff833
33442 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
33443 Date:   Wed Jul 6 10:41:47 2011 +0200
33444
33445     Regenerate tesh file for test gras-all2all-sg-32 and -64.
33446
33447 commit eedd6d36b3f5671b65e401760c51909e20f57fea
33448 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
33449 Date:   Wed Jul 13 16:38:28 2011 +0200
33450
33451     Increase timeout for gras-rpc tests.
33452     
33453     The default 5s timeout is sometimes too short, I don't understand why...
33454
33455 commit 31882ccffce77de2acb241d485e09945c19f8ff3
33456 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
33457 Date:   Wed Jul 6 10:28:42 2011 +0200
33458
33459     Fix tesh files for tests gras-rpc-sg-32 and -64.
33460     
33461     Remove timestamps, and reintroduce comment explaining why.
33462
33463 commit d4d7b77c8e455e5f7c80bc22b136a48c107aaf11
33464 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
33465 Date:   Tue Jun 21 09:56:18 2011 +0200
33466
33467     Do not duplicate host name uselessly.
33468
33469 commit 86ba806c0faa7a0e1326694fa9cb5daf24ab9279
33470 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
33471 Date:   Wed Jul 6 14:27:19 2011 +0200
33472
33473     Free globals before exit in timer example.
33474
33475 commit 2eeb460a4bad7a20e247006d5165879efb1957ac
33476 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
33477 Date:   Wed Jul 6 13:55:21 2011 +0200
33478
33479     Use strtol instead of sscanf+sprintf for parsing and error checking.
33480
33481 commit 78d9b3dfb63366dcaa3c157454de03a30e7ba099
33482 Author: Martin Quinson <martin.quinson@loria.fr>
33483 Date:   Mon Jul 18 14:54:46 2011 +0200
33484
33485     bump GRAS_PROTOCOL_VERSION since the wire protocol was broken recently. Strangely, it should have broken all tesh-gras-dd-r-* tests. I'm puzzled
33486
33487 commit 3d712f99d8fadf7db4977d1c6fa634016f43a361
33488 Merge: d0b2014 fd3a39b
33489 Author: Quintin Jean-Noël <quintinjean-noel@visiteur79.visiteurs.inrialpes.fr>
33490 Date:   Mon Jul 18 12:56:18 2011 +0200
33491
33492     Merge remote-tracking branch 'origin/master'
33493
33494 commit d0b2014f5ec341dde7911f06fa08032f4f23fe95
33495 Author: Quintin Jean-Noël <quintinjean-noel@visiteur79.visiteurs.inrialpes.fr>
33496 Date:   Mon Jul 18 12:54:45 2011 +0200
33497
33498     Changelog
33499     
33500       add the bug fix of sd_dotloader
33501
33502 commit fd3a39be50eb5857aa79028589e7476992913307
33503 Author: Navarrop <Pierre.Navarro@imag.fr>
33504 Date:   Mon Jul 18 12:46:49 2011 +0200
33505
33506     We can use the cluster tag without backbone link if bb_bw and bb_lat attributes are not used.
33507     See One_cluster.xml and One_cluster_no_backbone.xml for examples.
33508
33509 commit 769248f32027ad47882557bf1fe8a64eab14f483
33510 Author: Navarrop <Pierre.Navarro@imag.fr>
33511 Date:   Mon Jul 18 10:29:15 2011 +0200
33512
33513     Update tesh files for vivaldi.
33514
33515 commit 09d1d6bd830abb339ca148d2a6b90e2f06e9a737
33516 Author: Quintin Jean-Noël <quintinjean-noel@Bibi-2.local>
33517 Date:   Fri Jul 15 20:22:17 2011 +0200
33518
33519     [SIMDAG] the dot file is not red
33520     
33521       change the call to agopen to agread
33522
33523 commit e11ca0b5306e3af1665b162e0ae4a364da8899a1
33524 Author: Navarrop <Pierre.Navarro@imag.fr>
33525 Date:   Tue Jul 12 14:18:04 2011 +0200
33526
33527     Add some tools to evaluate performances.
33528
33529 commit b5e4e55f2834d9aeb5b9429487af5cca7fba9740
33530 Author: Navarrop <Pierre.Navarro@imag.fr>
33531 Date:   Mon Jul 11 16:48:48 2011 +0200
33532
33533     Add script and platforms for cabinet.
33534
33535 commit c85e1025a3a46987a6c486d042e8e8bffc866084
33536 Author: Navarrop <Pierre.Navarro@imag.fr>
33537 Date:   Mon Jul 11 16:47:33 2011 +0200
33538
33539     Make a rulebased rule for gdx
33540
33541 commit 66a6b6eefde8b9d5aac551b3e0008d3df3ddeba7
33542 Author: Navarrop <Pierre.Navarro@imag.fr>
33543 Date:   Mon Jul 11 16:07:35 2011 +0200
33544
33545     We need to divide to pass from ms to s.
33546
33547 commit 587e99c4884666d43870aa994a5ba5acfaf98e92
33548 Author: Navarrop <Pierre.Navarro@imag.fr>
33549 Date:   Mon Jul 11 14:29:46 2011 +0200
33550
33551     Add some peer traces.
33552     Update script generate_peer_platform to parse those traces and generate platform associated.
33553
33554 commit e2ca00dae941dff071aa0467d1d5fe7fd074ded0
33555 Author: Navarrop <Pierre.Navarro@imag.fr>
33556 Date:   Thu Jul 7 17:07:21 2011 +0200
33557
33558     "Refresh" example platforms.
33559     Delete unused platforms.
33560     Add gdx and griffon clusters.
33561
33562 commit b2f4d1fd2566a8139178bf3a337927bc3397653d
33563 Author: Navarrop <Pierre.Navarro@imag.fr>
33564 Date:   Thu Jul 7 13:51:21 2011 +0200
33565
33566     Update g5k platform.
33567     Add griffon platform.
33568
33569 commit 023dc64543f7a3942ae941fc8b0457ea12b1454f
33570 Author: Navarrop <Pierre.Navarro@imag.fr>
33571 Date:   Thu Jul 7 10:54:27 2011 +0200
33572
33573     New g5k platform.
33574     Created with the Api of g5k.
33575
33576 commit 65712b8d462f77a796a3950f38aed096f913f684
33577 Author: unknown <pierre@.(none)>
33578 Date:   Thu Jul 7 09:56:16 2011 +0200
33579
33580     Add one arch to gras_arch_count.
33581
33582 commit 27cbb00affed384593925fc5af6d5533d0a7ef09
33583 Author: unknown <pierre@.(none)>
33584 Date:   Thu Jul 7 09:44:27 2011 +0200
33585
33586     Add a new arch to gras. WIN64
33587
33588 commit eccb848c9b78eb0a1bffa80e4eb90fc1cd6b4007
33589 Merge: 3562315 a571515
33590 Author: Martin Quinson <martin.quinson@loria.fr>
33591 Date:   Wed Jul 6 17:33:31 2011 +0200
33592
33593     trivial merge of changes about gras architecture
33594
33595 commit 35623150364de198acec466c14a210eb8ab63ae6
33596 Author: Martin Quinson <martin.quinson@loria.fr>
33597 Date:   Wed Jul 6 17:30:44 2011 +0200
33598
33599     more comments to document how gras architectures work
33600
33601 commit a571515b08248b4824959bf03de34cdac0d5d1d5
33602 Author: unknown <pierre@.(none)>
33603 Date:   Tue Jul 5 13:35:27 2011 +0200
33604
33605     Add an icon to installer.
33606     Add registry values.
33607     Need to restart computer after install (now or later).
33608
33609 commit a4bfdd468a73680e604a041d9a4b7dd5a939e7ac
33610 Author: Mark Stillwell <mark.stillwell@ens-lyon.fr>
33611 Date:   Tue Jul 5 00:55:04 2011 +0200
33612
33613     haha! problem with call to get_remote_mailbox...code was using communicator rank
33614     instead of process index!
33615
33616 commit 309b581b3300040e701e459fad72b5a8bd5667f8
33617 Author: unknown <pierre@.(none)>
33618 Date:   Mon Jul 4 14:00:41 2011 +0200
33619
33620     Insert modules to install.
33621
33622 commit 4d5e8745efb152a308794bdac0931d4f3a2fca0f
33623 Author: Mark Stillwell <mark.stillwell@ens-lyon.fr>
33624 Date:   Sun Jul 3 21:26:32 2011 +0200
33625
33626     fixed a bug in comm_copy_data, it wasn't handling messages with zero-size
33627     buffers correctly.
33628
33629 commit b24ba0cbad8016f33378c75109de7a90bbe79723
33630 Author: Mark Stillwell <mark.stillwell@ens-lyon.fr>
33631 Date:   Sun Jul 3 16:23:15 2011 +0200
33632
33633     fixed several problems in gather, gatherv, allgather, allgatherv, and scan
33634
33635 commit f776050cb7325db407124e7d4eac63a25a048528
33636 Author: Mark Stillwell <mark.stillwell@ens-lyon.fr>
33637 Date:   Fri Jul 1 09:32:15 2011 +0200
33638
33639     removed check that sent/received requests are for the same size message.
33640
33641 commit 877fb449895f45dfa5d650dbbe296a3aa872d598
33642 Author: unknown <pierre@.(none)>
33643 Date:   Thu Jun 30 14:15:19 2011 +0200
33644
33645     Add logo and license page.
33646
33647 commit 19a7582234a64354e454fdab60a0d8c7ac16d2cc
33648 Author: unknown <pierre@.(none)>
33649 Date:   Thu Jun 30 12:55:09 2011 +0200
33650
33651     Change the install name
33652
33653 commit e1094f9e0a18fb54aa02cb93190d3b93567550ed
33654 Author: unknown <pierre@.(none)>
33655 Date:   Thu Jun 30 11:52:56 2011 +0200
33656
33657     Add a README and examples/platforms.
33658
33659 commit a97310f9bb922ed0dcd349d9dbc324a957e4dc68
33660 Author: Navarrop <Pierre.Navarro@imag.fr>
33661 Date:   Thu Jun 30 10:55:36 2011 +0200
33662
33663     Auto detect the remote for git version.
33664
33665 commit 70b9918bc50a717514f17df0c013fbdfd287efaa
33666 Author: unknown <pierre@.(none)>
33667 Date:   Thu Jun 30 10:33:54 2011 +0200
33668
33669     Add CMAKE_SYSTEM_PROCESSOR instead of WIN_ARCH
33670
33671 commit 91b1e7fd5062e659eadecf505da3cbfced517f7d
33672 Author: unknown <pierre@.(none)>
33673 Date:   Thu Jun 30 10:33:15 2011 +0200
33674
33675     Cosmetics
33676     Now we have only git.
33677
33678 commit cca2f1243d5750721dc055ced07fe4265a81699d
33679 Author: unknown <pierre@.(none)>
33680 Date:   Wed Jun 29 17:15:15 2011 +0200
33681
33682     The HelloWorld works on windows.
33683     TODO: Need to be more complete.
33684
33685 commit 55f0187d068e988a64fe650c660a1b19d636bea0
33686 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
33687 Date:   Wed Jun 29 15:02:46 2011 +0200
33688
33689     Fix drand48() macro.
33690     
33691     Exclude 1.0 from the possible results, add parentheses around whole
33692     expression, and remove spurious semicolon.
33693
33694 commit 0efb8571388c3eed6e4de86a9e1f1dbc5d388ab2
33695 Author: Navarrop <Pierre.Navarro@imag.fr>
33696 Date:   Wed Jun 29 15:56:31 2011 +0200
33697
33698     Add HelloWorld example for windows.
33699     Template for compile with simgrid_installer.
33700
33701 commit a1d49bd919a40b3a825ffe6900fc308030e3c7ec
33702 Author: Navarrop <Pierre.Navarro@imag.fr>
33703 Date:   Wed Jun 29 15:06:36 2011 +0200
33704
33705     Update doc for windows
33706
33707 commit 5b74b88276e64abbbca58f270ff84440e23d8550
33708 Author: unknown <pierre@.(none)>
33709 Date:   Wed Jun 29 15:32:50 2011 +0200
33710
33711     Add environment variables to windows system with nsis package.
33712     SIMGRID_ROOT
33713     GRAS_ROOT
33714     SIMGRID_VERSION
33715
33716 commit 6c9177e62837627c754dc0b8723e241d861fc8c9
33717 Author: Navarrop <Pierre.Navarro@imag.fr>
33718 Date:   Wed Jun 29 14:32:59 2011 +0200
33719
33720     Replace some variable for tesh.
33721
33722 commit b987f4a4f0426df6cbe419e90cf67e0aaf1d0aef
33723 Author: Navarrop <Pierre.Navarro@imag.fr>
33724 Date:   Wed Jun 29 14:30:41 2011 +0200
33725
33726     Drand48 does not exist on win32
33727
33728 commit c10541a02da4e2a62c5746b15dcf5d978c4153e5
33729 Author: Navarrop <Pierre.Navarro@imag.fr>
33730 Date:   Wed Jun 29 14:20:37 2011 +0200
33731
33732     Win32 and APPLE have the same convention for ASM
33733
33734 commit a7b5f10757c8d5ffacf00206d739e35d0ee5a75c
33735 Author: Navarrop <Pierre.Navarro@imag.fr>
33736 Date:   Tue Jun 28 15:12:29 2011 +0200
33737
33738     Processor x86, i*86 is the same as i686 for raw context.
33739
33740 commit 14e925eb275a930da09ab4b72a6f0d0baca576e8
33741 Author: Navarrop <Pierre.Navarro@imag.fr>
33742 Date:   Tue Jun 28 13:53:06 2011 +0200
33743
33744     Remove log.
33745
33746 commit 0c9ccf32cac710df9a20b977f9f63cc5da5f1a89
33747 Author: Navarrop <Pierre.Navarro@imag.fr>
33748 Date:   Tue Jun 28 13:51:58 2011 +0200
33749
33750     Change the name generate_files_to_clean by the right one generated_files_to_clean.
33751     Now the generated files are really clean.
33752
33753 commit a60e01005f920e75e20c0f86f4bf6f0868d0ac28
33754 Author: Navarrop <Pierre.Navarro@imag.fr>
33755 Date:   Tue Jun 28 13:31:18 2011 +0200
33756
33757     Hide line when configure.
33758
33759 commit eff488ac188cdcb46c4ffeb2ade116e56c6c57dd
33760 Merge: 297bd00 17ba64e
33761 Author: Martin Quinson <martin.quinson@loria.fr>
33762 Date:   Tue Jun 28 17:32:31 2011 +0200
33763
33764     Merge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid
33765
33766 commit 297bd008e5fd397b94fe2513838bf1e6bde073d5
33767 Author: Martin Quinson <martin.quinson@loria.fr>
33768 Date:   Thu Jun 16 14:10:23 2011 +0200
33769
33770     try to group the mallocs by finality instead of spreading data all around the memory
33771
33772 commit 17ba64e6263f716013771fd2b13f9e128a93347f
33773 Author: Navarrop <Pierre.Navarro@imag.fr>
33774 Date:   Tue Jun 28 17:08:34 2011 +0200
33775
33776     Add XBT_INLINE functions to doxygen documentation.
33777     Create a new section for dynar : miscellaneous functions.
33778
33779 commit 89cdc268b64c4e453f9e4bf4fc1c8defb8a1e331
33780 Author: Navarrop <Pierre.Navarro@imag.fr>
33781 Date:   Tue Jun 28 15:51:02 2011 +0200
33782
33783     Prefer the raw context to the ucontext by default.
33784
33785 commit 3741d4bdf71d083c5c7d12085202332bbf3733c0
33786 Author: Navarrop <Pierre.Navarro@imag.fr>
33787 Date:   Tue Jun 28 15:12:29 2011 +0200
33788
33789     Processor x86, i*86 is the same as i686 for raw context.
33790
33791 commit 9604074789b8ddcb2cc5fdcd578c8f3d46314555
33792 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
33793 Date:   Tue Jun 28 12:01:33 2011 +0000
33794
33795     Add flag -Wno-error=unused-but-set-variable if gcc >=4.6
33796     
33797     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/contrib/trunk/simgrid-java@9904 48e7efb5-ca39-0410-a469-dd3cf9ba447f
33798
33799 commit e12ed890997653ca19117ffafad569e7f6c23182
33800 Author: Navarrop <Pierre.Navarro@imag.fr>
33801 Date:   Tue Jun 28 13:53:06 2011 +0200
33802
33803     Remove log.
33804
33805 commit a76a7b411c150890491e70a4c7d314fa2a589005
33806 Author: Navarrop <Pierre.Navarro@imag.fr>
33807 Date:   Tue Jun 28 13:51:58 2011 +0200
33808
33809     Change the name generate_files_to_clean by the right one generated_files_to_clean.
33810     Now the generated files are really clean.
33811
33812 commit ce61ced274312d09c0eddcce2d4c7c9ea1765e8e
33813 Author: Navarrop <Pierre.Navarro@imag.fr>
33814 Date:   Tue Jun 28 13:31:18 2011 +0200
33815
33816     Hide line when configure.
33817
33818 commit f4474744344620ebe7c7eacd582cf347e17533d7
33819 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
33820 Date:   Mon Jun 27 15:56:56 2011 +0200
33821
33822     Return type for main() should be int!
33823     
33824     This is 3.6.2 material. ;-)
33825
33826 commit 5da30408ae8849564470551293248a6909ac6852
33827 Author: Navarrop <Pierre.Navarro@imag.fr>
33828 Date:   Mon Jun 27 16:07:03 2011 +0200
33829
33830     Add arg recursive to install doc command.
33831
33832 commit 713d98febcd81b98a1050e53afcd36e19f0df9ab
33833 Author: Navarrop <Pierre.Navarro@imag.fr>
33834 Date:   Mon Jun 27 15:40:53 2011 +0200
33835
33836     Add a documentation link.
33837
33838 commit e12909f73b3ab10d195c5156b0521d63c22caefd
33839 Author: Navarrop <Pierre.Navarro@imag.fr>
33840 Date:   Mon Jun 27 15:05:27 2011 +0200
33841
33842     Add headers and doc to win package.
33843
33844 commit 3a172772013344f549cb49c59166a6defd1b6625
33845 Author: Martin Quinson <martin.quinson@loria.fr>
33846 Date:   Mon Jun 27 14:51:25 2011 +0200
33847
33848     I'm a false Kenny fan, I admit
33849
33850 commit 25db02eafa388b744100073ca6f4d37d5ffd5aaa
33851 Author: Martin Quinson <martin.quinson@loria.fr>
33852 Date:   Mon Jun 27 14:49:21 2011 +0200
33853
33854     rebootstrap the development of 3.7
33855
33856 commit 59aad174acb1d3fb05a4aaabb0466363faf29ff4
33857 Author: Martin Quinson <martin.quinson@loria.fr>
33858 Date:   Mon Jun 27 14:48:58 2011 +0200
33859
33860     ignore some more cruft
33861
33862 commit a8670dd08beecabd6d7872d890c5523b278b8611
33863 Author: Martin Quinson <martin.quinson@loria.fr>
33864 Date:   Mon Jun 27 14:32:16 2011 +0200
33865
33866     add missing file to the archive
33867
33868 commit 872b9f83b1277dd8a4979ba2aace9f0c518c0b1a
33869 Author: Martin Quinson <martin.quinson@loria.fr>
33870 Date:   Mon Jun 27 14:06:43 2011 +0200
33871
33872     include patch version in release number so that archives are correctly numbered
33873
33874 commit 5182e0c5ac5af668e3bbf1825d35016725e2434d
33875 Author: Martin Quinson <martin.quinson@loria.fr>
33876 Date:   Mon Jun 27 14:00:36 2011 +0200
33877
33878     release 3.6.1
33879
33880 commit 65d6066b75c5abd946129b098c01b08f85a4c841
33881 Merge: b314136 4f7fa1d
33882 Author: Martin Quinson <martin.quinson@loria.fr>
33883 Date:   Mon Jun 27 13:57:57 2011 +0200
33884
33885     Merge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid
33886
33887 commit b3141365cdcea8da7c4af506703ae369c3948bf8
33888 Author: Martin Quinson <martin.quinson@loria.fr>
33889 Date:   Mon Jun 27 13:57:37 2011 +0200
33890
33891     make sure that if semaphore are not usable, we detect it and complain as we should
33892
33893 commit 932b7fc3b014a174c2e9ec69564a43201711d340
33894 Author: Martin Quinson <martin.quinson@loria.fr>
33895 Date:   Mon Jun 27 13:44:23 2011 +0200
33896
33897     do not hardcode 1 instead of using value (bug in a code branch dedicated to very old darwin boxes only)
33898
33899 commit 4f7fa1d65be7cec6f42194ef8d7c4a466da0bd01
33900 Author: Navarrop <Pierre.Navarro@imag.fr>
33901 Date:   Mon Jun 27 13:20:39 2011 +0200
33902
33903     First step for a windows package.
33904     Using NSIS.
33905     command : makensis.exe simgrid.nsi
33906
33907 commit bfcd80ddc8d715a70bbcf9a66cc7ecd938ef25b6
33908 Author: Navarrop <Pierre.Navarro@imag.fr>
33909 Date:   Mon Jun 27 11:21:00 2011 +0200
33910
33911     Set default value of smpi to off.
33912     As smpi depends of f2c, compilation could failed if f2c packet is not installed.
33913
33914 commit f703e2f42236b47c58bb95b4edf9083eca38fec3
33915 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
33916 Date:   Fri Jun 24 11:29:07 2011 +0200
33917
33918     Fix test program for va_copy().
33919
33920 commit faf5b15d1f286aae76eb601089afcae62a6407d6
33921 Author: Navarrop <Pierre.Navarro@imag.fr>
33922 Date:   Fri Jun 24 11:26:32 2011 +0200
33923
33924     Add flag -Wno-error=unused-but-set-variable to enable_compile_warnings with gcc4.6
33925
33926 commit 9a6fdb6c8b701fd2604dc02d86a28dd596e70188
33927 Author: Navarrop <Pierre.Navarro@imag.fr>
33928 Date:   Fri Jun 24 10:39:57 2011 +0200
33929
33930     Don't use the compile optimizations with gcc4.6 and osx.
33931     Today we must use gcc4.6 to use ucontext on mac,
33932     but those flag leads to failure (for the moment ;).
33933
33934 commit e566c09daba9ad67b31f3992da9172eb04b807a8
33935 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
33936 Date:   Tue Jun 7 16:48:50 2011 +0200
33937
33938     Reindent TRY/TRY_CLEANUP/CATCH constructs.
33939
33940 commit c1196ca10d1165bfaadfd66799bff4e0eec459b5
33941 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
33942 Date:   Tue Jun 7 16:47:35 2011 +0200
33943
33944     Use CATCH_ANONYMOUS whenever possible, and remove unused variables.
33945
33946 commit fbdb5d8764d5e24c93fbce515a4d22482f76c207
33947 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
33948 Date:   Tue May 24 23:39:40 2011 +0200
33949
33950     Define CATCH_ANONYMOUS.
33951     
33952     It is like CATCH but it does not take any argument.
33953
33954 commit 6961ee4e0cb867ed6100e487a584fccc703ada4f
33955 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
33956 Date:   Thu Jun 16 10:34:24 2011 +0200
33957
33958     Cosmetics: handle exception inside exception handler.
33959
33960 commit 78f546b249abac96949818dc1faaf84f926a015a
33961 Author: Navarrop <Pierre.Navarro@imag.fr>
33962 Date:   Thu Jun 23 17:06:37 2011 +0200
33963
33964     Cosmetics
33965
33966 commit 7dbc30ad67f401e4e44dc9566ed06f3bcb0c62a2
33967 Author: Navarrop <Pierre.Navarro@imag.fr>
33968 Date:   Thu Jun 23 17:01:23 2011 +0200
33969
33970     Sorry, now we can use ucontext...
33971
33972 commit 3d7e7eee763c2f0b71df75a4da2306a6bb01f2b0
33973 Author: Navarrop <Pierre.Navarro@imag.fr>
33974 Date:   Thu Jun 23 16:45:18 2011 +0200
33975
33976     To use ucontext on OSX gcc must be greater than 4.5
33977
33978 commit 6d94c6689fe3112227595ac6796cb8004b646d15
33979 Author: Navarrop <Pierre.Navarro@imag.fr>
33980 Date:   Thu Jun 23 16:08:43 2011 +0200
33981
33982     ASM on mac is not the same as linux.
33983
33984 commit 91c508b3eb3fd82afdf5cea5a15b5594fc9cc65f
33985 Author: Navarrop <Pierre.Navarro@imag.fr>
33986 Date:   Thu Jun 23 15:29:27 2011 +0200
33987
33988     Change true and false by 0 and 1.
33989
33990 commit 58dd63caceb0776f540d49648f15ab21264fa4d0
33991 Author: Navarrop <Pierre.Navarro@imag.fr>
33992 Date:   Thu Jun 23 15:02:09 2011 +0200
33993
33994     Fix detection of amd64 arch on mac.
33995
33996 commit a0c57baff9d96fd6bd8459bd181a40b090f27f47
33997 Author: Martin Quinson <martin.quinson@loria.fr>
33998 Date:   Thu Jun 23 14:40:26 2011 +0200
33999
34000     sorry, couldn't resist
34001
34002 commit 4ef64e60a35cd12020c3a903d5d708bb2eeb3b24
34003 Author: Navarrop <Pierre.Navarro@imag.fr>
34004 Date:   Thu Jun 23 11:25:47 2011 +0200
34005
34006     Make the difference between i386 and i686
34007
34008 commit e3dc55ccce639ee98c99a71ea3f6755729b61d07
34009 Author: Navarrop <Pierre.Navarro@imag.fr>
34010 Date:   Thu Jun 23 11:18:16 2011 +0200
34011
34012     Find the system processor to know if we have raw ctx.
34013
34014 commit 74870aae06f0428a2e149f2e2e511982d8e588e6
34015 Author: Navarrop <Pierre.Navarro@imag.fr>
34016 Date:   Thu Jun 23 11:17:35 2011 +0200
34017
34018     Be sure we don't have optimizations.
34019
34020 commit 39cc0f7c76b16a313613c6e6de9a999dd5b6b227
34021 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
34022 Date:   Thu Jun 23 09:07:36 2011 +0000
34023
34024     Don't had LD_LIBRARY_PATH if it is empty.
34025     
34026     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/contrib/trunk/simgrid-java@9903 48e7efb5-ca39-0410-a469-dd3cf9ba447f
34027
34028 commit 00a6b9c372041854e4d53ca0470ac2c038f96d93
34029 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
34030 Date:   Thu Jun 23 08:14:08 2011 +0000
34031
34032     Add previous LD_LIBRARY_PATH to tests.
34033     
34034     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/contrib/trunk/simgrid-java@9902 48e7efb5-ca39-0410-a469-dd3cf9ba447f
34035
34036 commit 0fe795bfe5596f006c21a1262a6307fa06b2e6c8
34037 Author: Martin Quinson <martin.quinson@loria.fr>
34038 Date:   Tue Jun 21 09:33:16 2011 +0200
34039
34040     initiate the 3.7 development cycle
34041
34042 commit 47b7a37846d369042b59de9d26b5765dd27c5f1f
34043 Author: Martin Quinson <martin.quinson@loria.fr>
34044 Date:   Tue Jun 21 09:11:52 2011 +0200
34045
34046     release the v3.6, at least
34047
34048 commit cdab308abd979bdc3d7116937c07ca1fe1f6f982
34049 Merge: e0c8ef0 b735399
34050 Author: Martin Quinson <martin.quinson@loria.fr>
34051 Date:   Sun Jun 19 10:58:41 2011 +0200
34052
34053     Merge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid
34054
34055 commit e0c8ef0b005883c27465faaf974353b5184d9274
34056 Author: Martin Quinson <martin.quinson@loria.fr>
34057 Date:   Sun Jun 19 10:58:08 2011 +0200
34058
34059     do not install internal headers into /usr/tools (thanks Debian's lintian for the report)
34060
34061 commit b7353991d3c313d9c9caae8d94adc7850f88baa7
34062 Author: Navarrop <Pierre.Navarro@imag.fr>
34063 Date:   Thu Jun 16 16:16:43 2011 +0200
34064
34065     Increase number of host for cluster from 254 to 65000
34066
34067 commit a8de1f413376d0e422ba49559243762ff7100fd3
34068 Author: Navarrop <Pierre.Navarro@imag.fr>
34069 Date:   Thu Jun 16 16:11:23 2011 +0200
34070
34071     Change name install_HEADERS for headers_to_install.
34072     Correctely set generated_files_to_clean.
34073
34074 commit 45682da725cf98b6fd3b49f120ab2fae7c8298ae
34075 Author: Martin Quinson <martin.quinson@loria.fr>
34076 Date:   Fri Jun 17 06:22:59 2011 +0200
34077
34078     propagate the update of my webpage to the SimGrid documentation
34079
34080 commit fccf53a380a9a6de6c8bd9eafb182a91d79e1d3c
34081 Author: Martin Quinson <martin.quinson@loria.fr>
34082 Date:   Thu Jun 16 15:51:33 2011 +0200
34083
34084     [cmake] kill some globbing for better control over the content of the archive
34085
34086 commit dfafb3641d40161754a1fa46eb8bc3530569ac44
34087 Author: Martin Quinson <martin.quinson@loria.fr>
34088 Date:   Thu Jun 16 15:27:26 2011 +0200
34089
34090     files generated from flexml are included in the archive, so I need them when building it
34091
34092 commit 2696e7d1bca082a983f1887ba14f90543f2cd173
34093 Merge: a016b97 a1250a4
34094 Author: Martin Quinson <martin.quinson@loria.fr>
34095 Date:   Thu Jun 16 14:06:16 2011 +0200
34096
34097     Merge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid
34098
34099 commit a016b976e94c9fdf45d4f72f9dcf9cd3341d5c51
34100 Author: Martin Quinson <martin.quinson@loria.fr>
34101 Date:   Thu Jun 16 14:04:42 2011 +0200
34102
34103     3.6 rc3
34104
34105 commit fc9325a2913cf09d248c7a580472dc5bafad7a81
34106 Author: Martin Quinson <martin.quinson@loria.fr>
34107 Date:   Thu Jun 16 14:02:33 2011 +0200
34108
34109     Release mode by default to mask unstable tests to end users
34110
34111 commit a1250a4c082808ccd2c95a2691aa6e734313c22b
34112 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
34113 Date:   Thu Jun 16 12:59:07 2011 +0200
34114
34115     [trace] fix, free memory even if user requests the non-destruction of containers
34116
34117 commit 34f6f432728b9a9882a6801da79aafa751553666
34118 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
34119 Date:   Thu Jun 16 12:51:20 2011 +0200
34120
34121     [trace] new option to let users disable the destruction of platform containers
34122
34123 commit 93480031ad7a8c5b81c7a5ee3a5323d0cf5add32
34124 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
34125 Date:   Thu Jun 16 12:50:57 2011 +0200
34126
34127     [trace] fix undefs of trace configuration
34128
34129 commit e3f117e478cbef237875dd6f5f36f694635f0f8b
34130 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
34131 Date:   Thu Jun 16 12:32:46 2011 +0200
34132
34133     [trace] fix define's to let users compile when tracing is not present
34134
34135 commit 06714af6cf96f9d15335d9c0a64ca44d3a80cc5a
34136 Author: Navarrop <Pierre.Navarro@imag.fr>
34137 Date:   Wed Jun 15 16:13:43 2011 +0200
34138
34139     Add cluster to ns3.
34140
34141 commit f4c4bb0050ab968a35369d8e844cda166782869a
34142 Author: Navarrop <Pierre.Navarro@imag.fr>
34143 Date:   Tue Jun 7 11:26:29 2011 +0200
34144
34145     Add functions for ns3
34146         create_ns3_topology
34147         ns3_get_link_latency
34148         ns3_get_link_bandwith
34149
34150 commit 38524e1b5c4c2ebe68281d4dd20355b9ae28971b
34151 Author: Navarrop <Pierre.Navarro@imag.fr>
34152 Date:   Wed May 18 09:37:06 2011 +0200
34153
34154     Remove unused flag.
34155
34156 commit d1ddbd23d6d9204fe614bd26a2c064f51f7820b0
34157 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
34158 Date:   Wed Jun 15 13:55:34 2011 +0200
34159
34160     [trace] let user specify color for user variables for hosts/links
34161
34162 commit 6cffc6134eff7a12dd876da27268910600f92fb1
34163 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
34164 Date:   Thu May 26 11:33:47 2011 +0200
34165
34166     removing a point after install in the configure script
34167
34168 commit cf57fb58889894670e2594d2e3b6a213d8fd6089
34169 Merge: 4b7132a 05f7421
34170 Author: Pierre-Nicolas Clauss <pini@ethernium.org>
34171 Date:   Thu Jun 9 10:37:42 2011 +0200
34172
34173     Merge back master branch
34174
34175 commit 4b7132a616ee13d1105cbacd3dcc1340ca450af4
34176 Author: Pierre-Nicolas Clauss <pini@ethernium.org>
34177 Date:   Thu Jun 9 10:35:58 2011 +0200
34178
34179     Revert "Use private mapping (we already have early unlinking)."
34180     Apparently, this blows out memory.
34181     
34182     This reverts commit b3f59725051f14d38fc6d9f63474bda6c207830e.
34183
34184 commit b3f59725051f14d38fc6d9f63474bda6c207830e
34185 Author: Pierre-Nicolas Clauss <pini@ethernium.org>
34186 Date:   Wed Jun 8 21:57:31 2011 +0200
34187
34188     Use private mapping (we already have early unlinking).
34189
34190 commit 453ff30e808b8aa38d9b0a6db090981cd37b6605
34191 Author: Pierre-Nicolas Clauss <pini@ethernium.org>
34192 Date:   Wed Jun 8 16:13:19 2011 +0200
34193
34194     Use shared segments to implement SHARED_MALLOC.
34195
34196 commit b8f1fa1304e5b8ad170ef29c9fcb14ccf0a6d832
34197 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
34198 Date:   Tue Jun 7 14:58:19 2011 +0200
34199
34200     Add missing calls to xbt_ex_free().
34201
34202 commit ce2111bc91a66ce824a3b34e1abc6dad403e1bc0
34203 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
34204 Date:   Tue May 31 09:59:39 2011 +0200
34205
34206     Remove unused reference to setsets.
34207
34208 commit 3eef4e948ebd9b1d8c9d26a6dedd535109856554
34209 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
34210 Date:   Thu May 26 14:37:07 2011 +0200
34211
34212     Remove unused variables.
34213     
34214     Remove variables that are obviously not used.  Caught with gcc 4.6
34215     and -Wunused-but-set-variable.
34216
34217 commit c66daa524a31a24910bc8a1d239743e502367e09
34218 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
34219 Date:   Wed May 25 00:11:16 2011 +0200
34220
34221     Use retval for the return value.
34222
34223 commit d8ab922a070441ad80ad86b93b40bc7e1fd4a7d1
34224 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
34225 Date:   Wed May 25 00:09:48 2011 +0200
34226
34227     Throw an exception if return value shows an error.
34228     
34229     The variable was already here, why not checking its value?
34230     It is certainly not perfect, but better than nothing.
34231
34232 commit 297f30cc2af7fc61a3c4169e1cf65222e1f81d32
34233 Author: Mark Stillwell <mark.stillwell@ens-lyon.fr>
34234 Date:   Thu May 26 16:13:43 2011 +0200
34235
34236     tree_bcast and antibcast don't actually use the root parameter, so I removed it.
34237
34238 commit 303cb119b0fdc5f3a11f361062a2a8d422ade378
34239 Author: Mark Stillwell <mark.stillwell@ens-lyon.fr>
34240 Date:   Thu May 26 10:39:56 2011 +0200
34241
34242     changed match_recv and match_send...They were requiring matching communicators,
34243     which was causing communication to fail after MPI_comm_dup. Real mpi only tests for
34244     matching size, src, tag.
34245
34246 commit 30c05d70f2d6c4ce599d3c65f95ff2a394e87935
34247 Author: Mark Stillwell <mark.stillwell@ens-lyon.fr>
34248 Date:   Thu May 26 09:36:51 2011 +0200
34249
34250     fixed build_tree to enable MPI broadcasts with root nodes other than 0.
34251
34252 commit 05f74214018600f29392bfd9fb77806c27890e8f
34253 Author: Martin Quinson <martin.quinson@loria.fr>
34254 Date:   Wed May 25 17:57:17 2011 +0200
34255
34256     Let's assume that Hurd systems provide working MMAP services
34257
34258 commit 186ef4690bbcb63cccbdb1cdc68e976eafccae17
34259 Author: Martin Quinson <martin.quinson@loria.fr>
34260 Date:   Tue May 24 22:04:27 2011 +0200
34261
34262     light update to the FAQ: we're not using autotools anymore
34263
34264 commit 4a3e9a8e3fa3a436b289a099abe0742c08d881ac
34265 Author: Martin Quinson <martin.quinson@loria.fr>
34266 Date:   Tue May 24 17:18:12 2011 +0200
34267
34268     Get ready for RC2, to take last minute change from Pedro
34269
34270 commit 52651a860f81e4ca9982448b9da209a7403ec432
34271 Author: Lucas Schnorr <Lucas.Schnorr@inf.ufrgs.br>
34272 Date:   Tue May 24 17:01:55 2011 +0200
34273
34274     updating NEWS about tracing
34275
34276 commit b137a39de02205ba90d2b0c59b6164064ceb562c
34277 Author: Lucas Schnorr <Lucas.Schnorr@inf.ufrgs.br>
34278 Date:   Tue May 24 16:54:01 2011 +0200
34279
34280     [trace] to proceed, check if platform is traced in functions that need it
34281
34282 commit 53a78640d83725131e977fd7c564b2c8f02306a2
34283 Author: Pedro Velho <velho@mohave.(none)>
34284 Date:   Tue May 24 16:21:36 2011 +0200
34285
34286     Cope with new way of destroying actions, now if the action is destroyed assume that it finished and the remain is zero.
34287
34288 commit f97dad59a6ec08fd33999dd28f309b001c6e28c9
34289 Author: Pedro Velho <velho@mohave.(none)>
34290 Date:   Tue May 24 15:17:28 2011 +0200
34291
34292     Bug fix. Cope with the new way actions are handled.
34293
34294 commit 0661db936732af27f76fef743c28a63edda28b71
34295 Author: Martin Quinson <martin.quinson@loria.fr>
34296 Date:   Tue May 24 16:21:58 2011 +0200
34297
34298     get ready for 3.6-rc1
34299
34300 commit 44bb35da9c0093feb66a11b040790fc7054427c4
34301 Author: Martin Quinson <martin.quinson@loria.fr>
34302 Date:   Tue May 24 16:14:11 2011 +0200
34303
34304     typo
34305
34306 commit c1781804f5ce17958fcede075ab7dc1bd1e29f8b
34307 Merge: d9a2f7e 892465a
34308 Author: Martin Quinson <martin.quinson@loria.fr>
34309 Date:   Tue May 24 16:05:38 2011 +0200
34310
34311     merge
34312
34313 commit d9a2f7e32d683c069837ef3ba6c12c371dcfadce
34314 Author: Martin Quinson <martin.quinson@loria.fr>
34315 Date:   Tue May 24 16:02:11 2011 +0200
34316
34317     Java and Ruby were killed away
34318
34319 commit 892465a3f82ac8bf2f2e19496274c01359099a1d
34320 Author: Pierre-Nicolas Clauss <pini@ethernium.org>
34321 Date:   Tue May 24 15:49:03 2011 +0200
34322
34323     Added changes for SMPI.
34324
34325 commit 4756489515bee3e3af4112c6cd95cdd9bd6609f0
34326 Author: Martin Quinson <martin.quinson@loria.fr>
34327 Date:   Tue May 24 15:42:10 2011 +0200
34328
34329     proposition of NEWS content for the 3.6 release
34330
34331 commit f3a29a7f010121ae3814dbfe16b4d81761bfc549
34332 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
34333 Date:   Fri May 20 15:59:20 2011 +0200
34334
34335     Regenerate files in maintainer mode.
34336
34337 commit 368ff9b9b187c81f02b68d24cfe693e10b9eedf6
34338 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
34339 Date:   Fri May 20 15:57:01 2011 +0200
34340
34341     Remove variable parts from flexml generated files (maintainer mode).
34342     
34343     That is:
34344     - remove the comment about generated date;
34345     - use a relative path when generating dax_dtd.l.
34346     
34347     The purpose of this patch is to avoid to generate files with the only
34348     difference being a comment line.
34349
34350 commit 8dfc4298acdf34e7c5b4fa68bc4da8df1ddbc9c6
34351 Author: Lucas Schnorr <Lucas.Schnorr@inf.ufrgs.br>
34352 Date:   Tue May 24 14:37:14 2011 +0200
34353
34354     [trace] remove old source file with functions that are no longer used
34355
34356 commit 9a36fae38fd6af831308861de666cc06a4fe89da
34357 Author: Lucas Schnorr <Lucas.Schnorr@inf.ufrgs.br>
34358 Date:   Tue May 24 14:29:45 2011 +0200
34359
34360     [trace] cosmetics, remove TRACE_is_active, use TRACE_is_enabled instead
34361
34362 commit 46b9e6d14dd54341e0fc10781fba35077cfac9a9
34363 Author: Lucas Schnorr <Lucas.Schnorr@inf.ufrgs.br>
34364 Date:   Tue May 24 14:12:18 2011 +0200
34365
34366     [trace] graphicator needs the platform to creata a graph of it
34367     
34368     details:
34369     - users should specify --cfg=tracing/platform:1 from now on
34370
34371 commit 399a7727d537d5225f2c48613b1c67b50f31b9f2
34372 Author: Lucas Schnorr <Lucas.Schnorr@inf.ufrgs.br>
34373 Date:   Tue May 24 14:01:32 2011 +0200
34374
34375     [trace] adding a new boolean parameter (tracing/platform) to register platform in the trace file
34376
34377 commit 62007d7dddbb53bd7cccea92f22e8a07d7af6022
34378 Author: Lucas Schnorr <Lucas.Schnorr@inf.ufrgs.br>
34379 Date:   Tue May 24 13:54:38 2011 +0200
34380
34381     [trace] updating tracing-related section of the FAQ
34382
34383 commit b82f3248c4c26f9e4f7bf76b2f827a4d6325b16e
34384 Author: Lucas Schnorr <Lucas.Schnorr@inf.ufrgs.br>
34385 Date:   Tue May 24 12:51:27 2011 +0200
34386
34387     [trace] interface cosmetics: removing pre-processor defines, substitute by function calls
34388
34389 commit c5f13796049934534009468a92c64392d0092510
34390 Author: Lucas Schnorr <Lucas.Schnorr@inf.ufrgs.br>
34391 Date:   Tue May 24 11:19:11 2011 +0200
34392
34393     [trace] adding new way of set user variables for links, by providing src and dst
34394     
34395     details:
34396     - instrumentation gets the routes between src and dst
34397     and set the variable for all the links of the route
34398
34399 commit 8bc0ebb09f2d2a7f9535b0feb7188b94afb84b2b
34400 Author: Lucas Schnorr <Lucas.Schnorr@inf.ufrgs.br>
34401 Date:   Tue May 24 10:50:25 2011 +0200
34402
34403     [trace] cosmetics, cleaner public include tracing header
34404
34405 commit c8edec642339edb3dcc639d4758a2390c4dd25cc
34406 Author: Lucas Schnorr <Lucas.Schnorr@inf.ufrgs.br>
34407 Date:   Mon May 23 17:09:29 2011 +0200
34408
34409     fix compilation error if gtnets is to be compiled without tracing
34410
34411 commit 217755c78edb8213029749f196de5bb2d9542ddd
34412 Author: Lucas Schnorr <Lucas.Schnorr@inf.ufrgs.br>
34413 Date:   Mon May 23 16:59:45 2011 +0200
34414
34415     [trace] fix tests: tracing-tasks and smpi-tracing-ptp
34416     
34417     details:
34418     - command line parameters for tracing smpi have changed
34419
34420 commit e903bd53c57711fbe9b6fc940efd48d4c8970949
34421 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
34422 Date:   Wed May 18 11:09:24 2011 +0200
34423
34424     [trace] bugfix, parameters were wrong
34425
34426 commit 16f4e0f8c37216b991db811ec15ab79da4481d12
34427 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
34428 Date:   Mon May 2 12:34:53 2011 +0200
34429
34430     [trace] new smpi tracing options
34431     
34432     details:
34433     - to activate the traditional gantt-chart visualization, pass -trace
34434          as parameter. Then, the tracefile can be visualized with Paje using
34435          $ Paje smpi_simgrid.trace
34436     - to activate the graph-view and resource utilization, pass
34437          -trace -trace-triva -trace-resource as parameters. Then, the
34438          tracefile can be visualization with Triva using
34439          $ Triva --graph --gc_conf smpi_uncat.plist smpi_simgrid.trace
34440     
34441     - other options include:
34442        - group mpi processes by where they are executed: -trace-grouped
34443        - specify a different trace filename: -trace-file <tracefile>
34444
34445 commit 107321af5c208ff3b158c584c5a8fa0551e47580
34446 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
34447 Date:   Fri Apr 29 15:44:12 2011 +0200
34448
34449     [trace] default colors for mpi states
34450
34451 commit 5041419ae65e1c5d7c6918af3b538e8efb0b0d3a
34452 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
34453 Date:   Thu Apr 28 17:19:58 2011 +0200
34454
34455     [trace] updating tesh's to follow recent changes in tracing system
34456
34457 commit ccb7877431c6d7b2253f002b4db111ff99e10dc7
34458 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
34459 Date:   Thu Apr 28 17:19:38 2011 +0200
34460
34461     [trace] msg process and tasks tracing also needs platform
34462
34463 commit 5252dc63eb67dfb17dc307f07d052ec3884a7fa1
34464 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
34465 Date:   Thu Apr 28 16:37:35 2011 +0200
34466
34467     [trace] removing volume case study, deprecated at 3.6
34468
34469 commit 82be869daaeebdc214422dc16ad61ba6380b0206
34470 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
34471 Date:   Thu Apr 28 16:15:19 2011 +0200
34472
34473     [trace] smpi grouped trace implies user wants to trace smpi as a whole
34474
34475 commit 8da7542a61ad6dfcb7a49d70361fcaeb343fa464
34476 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
34477 Date:   Thu Apr 28 15:59:53 2011 +0200
34478
34479     [trace] let the tracing system (and not the instrumentation interface) decide what to trace
34480
34481 commit c125fad9c08bded28a8ceae7e5820218462dce9a
34482 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
34483 Date:   Thu Apr 28 15:59:10 2011 +0200
34484
34485     [trace] only need to declare resource utilization types if categorized/uncategorized are selected by user
34486
34487 commit d8bbd58808271691a39547ea7ad03ba237b28284
34488 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
34489 Date:   Thu Apr 28 15:44:26 2011 +0200
34490
34491     [trace] isolating buffer dumping from the simulation, only dump if trace is enabled
34492
34493 commit 40f06f46a9e51c6f74227178d4911f811ce4f769
34494 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
34495 Date:   Thu Apr 28 15:41:59 2011 +0200
34496
34497     [trace] controlling the callbacks and push/pop of containers based on TRACE_needs_platform
34498
34499 commit 147c6ddb0ef15431612696ddad04edec6378ca2a
34500 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
34501 Date:   Thu Apr 28 15:24:03 2011 +0200
34502
34503     [trace] new function returns true if user options need the platform structure
34504
34505 commit 09b8241bb865dc9eeead69bccd1aaf71decce2b2
34506 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
34507 Date:   Thu Apr 28 14:02:24 2011 +0200
34508
34509     correcting mode of a perl script to be executable
34510
34511 commit 8d32c7ffa94dd5e1fc62a06ddab007a7b3f711e3
34512 Author: Christophe Thiéry <christopho128@gmail.com>
34513 Date:   Thu May 19 15:49:14 2011 +0200
34514
34515     Let the user set the latency with the constant network model
34516
34517 commit c410a25c399db07e7d6635890772bb7bd5f804fb
34518 Author: Pedro Velho <velho@mohave.(none)>
34519 Date:   Thu May 19 14:32:10 2011 +0200
34520
34521     Added an optinal timer for those who want to sample the remaining throughout execution.
34522
34523 commit e6b721784f4946ae6d74617d2b22b96d1f55953b
34524 Author: Pedro Velho <velho@mohave.(none)>
34525 Date:   Thu May 19 13:50:09 2011 +0200
34526
34527     Shut down the gtnets verbose output when advancing simulation clock to a given amount.
34528
34529 commit 683aac6d72f45118eccef0de232f251fc99be59c
34530 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
34531 Date:   Wed May 18 10:45:00 2011 +0200
34532
34533     Apply "coordinates" config option in surf_config, and not in xbt/config.
34534
34535 commit 418a8a2942538b0741691f030b2fa8e6bae47290
34536 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
34537 Date:   Wed May 18 14:30:38 2011 +0200
34538
34539     [gras] Don't define variables twice.
34540     
34541     Declare them "extern" in include files.
34542     Found by compiling with "-fno-common".
34543
34544 commit 747b40cf246ed62d230ea788de659b52947701d9
34545 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
34546 Date:   Wed May 18 14:28:29 2011 +0200
34547
34548     [surf] Don't define variable "platform_filename" twice.
34549     
34550     Declare it "extern" in include file, and define it elsewhere.
34551     Found by compiling with "-fno-common".
34552
34553 commit da3273265fa105cc186a80c249afcc33f372c313
34554 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
34555 Date:   Wed May 18 14:27:06 2011 +0200
34556
34557     [mc] Don't define variable "raw_heap_fd" twice.
34558     
34559     Declare it "extern" in include file.
34560     Found by compiling with "-fno-common".
34561     
34562     Actually comment the declaration/definition, since it is not used.
34563
34564 commit c1279242e832ddcc53bf8ceb0e112035f64a844d
34565 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
34566 Date:   Wed May 18 14:25:27 2011 +0200
34567
34568     [tesh] Don't define variables twice.
34569     
34570     Declare them "extern" in include file.
34571     Found by compiling with "-fno-common".
34572
34573 commit 307483ac1553316bf842eddd87031a3d6da30c2b
34574 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
34575 Date:   Wed May 18 13:52:24 2011 +0200
34576
34577     Delete unused variable.
34578
34579 commit ff5a42276431c6b20edd024b28b448dcff38b846
34580 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
34581 Date:   Wed May 18 13:43:50 2011 +0200
34582
34583     Delete old/unused file.
34584     
34585     It seems unused since commit 6f94b475ee53a96bbe5739ad0764b82649451f36.
34586
34587 commit 6c5a944539f235e71f1fadb8568c093f96fcfe34
34588 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
34589 Date:   Wed May 18 16:23:07 2011 +0200
34590
34591     Tasks must be initialized.
34592
34593 commit 2738cbeaa7d9227b472a16fe30ef72b0a0e88a01
34594 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
34595 Date:   Tue May 17 22:44:44 2011 +0200
34596
34597     Move tests at proper place.
34598
34599 commit 4b930ad2b7b6f47513af3a95bc18ef92c05a7d1c
34600 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
34601 Date:   Tue May 17 21:28:12 2011 +0200
34602
34603     Fix stupid off-by-one error, and make check survive to NDEBUG.
34604
34605 commit 8138044ce3ba946c574a0c3f9e7b7f61e52beb6e
34606 Merge: 940e66f 7c18a53
34607 Author: Pierre-Nicolas Clauss <pini@ethernium.org>
34608 Date:   Tue May 17 21:24:33 2011 +0200
34609
34610     Merge back master branch.
34611     
34612     Conflicts:
34613         src/smpi/smpi_bench.c
34614
34615 commit 7c18a530be4246d48938e74026e61713d8bbdea0
34616 Author: Pierre-Nicolas Clauss <pini@ethernium.org>
34617 Date:   Tue May 17 21:10:51 2011 +0200
34618
34619     Very basic memoizer.
34620
34621 commit 940e66fc202b3dd374e229cb0acce2d4700ed987
34622 Merge: 46c7981 7129bfe
34623 Author: Pierre-Nicolas Clauss <pini@ethernium.org>
34624 Date:   Tue May 17 17:28:59 2011 +0200
34625
34626     Merge back master branch.
34627
34628 commit 7129bfe1ae0ee2d8f97db9c375f1a648c4bc430b
34629 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
34630 Date:   Tue May 17 14:34:04 2011 +0200
34631
34632     [trace] Fix tests: tracing-ms, and tracing-categories.
34633     
34634     This basically reverts commit 533fc9ef1e41dcc1902b990d489e8b23c8740e15
34635     ("update tracing tesh's to new order of events caused by the change in the automatic event ordering").
34636
34637 commit 9ae37b5e7bcca89a9574f9ae0a01e929f025aed5
34638 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
34639 Date:   Tue May 17 14:27:40 2011 +0200
34640
34641     [trace] Fix insert_into_buffer.
34642
34643 commit 25137bd6bc44e1260223b141b46cedd6e7ef1da0
34644 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
34645 Date:   Mon May 16 17:24:25 2011 +0200
34646
34647     Register get_route_latency in global_routing, and use it.
34648     
34649     Avoid an unnecessary double call to get_route...
34650
34651 commit e093b81565d3778fa1e829438f4ef70758a1e886
34652 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
34653 Date:   Mon May 16 17:02:46 2011 +0200
34654
34655     Define get_route_latency.
34656
34657 commit 3e6c7cad2fecb20fc9e694e63cd915f097bf2b99
34658 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
34659 Date:   Mon May 16 16:47:23 2011 +0200
34660
34661     Do not compute a full extended route when it is not needed.
34662
34663 commit 9d85e21ed9889c63b961f50ef615872c56551aab
34664 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
34665 Date:   Thu May 12 10:29:17 2011 +0200
34666
34667     Merge _get_route and _get_latency.
34668
34669 commit a3fac4d6b683940fa2ed70fbb093469c7624bfe2
34670 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
34671 Date:   Fri May 13 11:07:35 2011 +0200
34672
34673     Rewrite remplace in surf_routing_rulebase and avoid calls to strlen..
34674
34675 commit 7e5ab0d2140f17598ab7f8ca86c2c38022bd954b
34676 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
34677 Date:   Tue May 17 08:52:44 2011 +0200
34678
34679     Save another few percents in elements_father.
34680     
34681     Stop using a dynar for path_src/dst, and use an array allocated on stack.
34682     Since elements_father is called very often, it is a non-negligible economy.
34683     
34684     If it reveals not sufficient, there are at least three solutions:
34685     - revert this patch; or
34686     - increase ELEMENTS_FATHER_MAXDEPTH; or
34687     - dynamically switch to dynar for large structures.
34688
34689 commit eae159a7a056450dfec373f559f38ea0b942d158
34690 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
34691 Date:   Fri May 13 08:04:24 2011 +0200
34692
34693     Sanitize types, slightly improve, and reindent elements_father.
34694
34695 commit 15bed974d6d64a1925f914dedcc9b5cbe0e78fec
34696 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
34697 Date:   Fri May 13 08:03:09 2011 +0200
34698
34699     Change interface for elements_father, and avoid to allocate a dynar.
34700
34701 commit 58dd1ebb0671119103fcefdcabc099a6d4efed52
34702 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
34703 Date:   Fri May 13 10:06:10 2011 +0200
34704
34705     Use realloc and make _xbt_dynar_expand a bit faster.
34706
34707 commit f7cfe95e71206adaba49d464f040d7014b9ab686
34708 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
34709 Date:   Mon May 16 11:24:00 2011 +0200
34710
34711     [trace] Do not split comm if trace is not active.
34712
34713 commit 7ad40dde78d5508583b666ea69dd602913336cf3
34714 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
34715 Date:   Mon May 16 10:34:56 2011 +0200
34716
34717     [trace] Cache config options.
34718
34719 commit b60aef4e2fea329ccaf96986006bdded72a61113
34720 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
34721 Date:   Mon May 16 09:51:45 2011 +0200
34722
34723     [trace] Guard expensive computations with TRACE_is_active.
34724
34725 commit 3e8c5cb20de20aaaa99013053a6c556a59d4d2bb
34726 Author: Pedro Velho <velho@mohave.(none)>
34727 Date:   Tue May 17 10:16:29 2011 +0200
34728
34729     Fixed the reamining value, now distinguish between flows that have completed and are still to be started.
34730
34731 commit dd7093627a510c8a8bf1149cef75a431b6fe3b1a
34732 Author: Navarrop <Pierre.Navarro@imag.fr>
34733 Date:   Mon May 16 16:51:18 2011 +0200
34734
34735     Add an hidden option to enable ucontext on Mac.
34736     cmake -Ducontext=on .
34737     For the moment ucontext don't work on MAC OSX
34738
34739 commit a062a23c67a1024d32ae3f68dc580f9be56ecbbe
34740 Author: Navarrop <Pierre.Navarro@imag.fr>
34741 Date:   Mon May 16 16:12:31 2011 +0200
34742
34743     In mac ucontext.h is not detected by cmake but we want to use it.
34744     Set flag "-D_XOPEN_SOURCE" in Flags.cmake
34745
34746 commit 46c7981905414e7342d681be4f10709f8ef4009e
34747 Merge: 33c80ba 64c4337
34748 Author: Pierre-Nicolas Clauss <pini@ethernium.org>
34749 Date:   Fri May 13 15:21:05 2011 +0200
34750
34751     Merge back master branch.
34752
34753 commit 64c43371cc5d10cad8937f81429a8743849bdea4
34754 Author: Navarrop <Pierre.Navarro@imag.fr>
34755 Date:   Thu May 12 14:01:09 2011 +0200
34756
34757     If ucontext.h is not present don't try to run prog_AC_CHECK_MCSC.c.
34758
34759 commit 9a5d187c1f279fb658e4b86dbcf84e7cb73c722c
34760 Author: Christophe Thiéry <christopho128@gmail.com>
34761 Date:   Thu May 12 13:22:10 2011 +0200
34762
34763     Action replayer: don't hardcode the usage of raw contextes
34764
34765 commit c09e10181971ccaea5ad20d05e13564b3856ad24
34766 Author: Christophe Thiéry <christopho128@gmail.com>
34767 Date:   Thu May 12 13:10:16 2011 +0200
34768
34769     Use variadic macros
34770
34771 commit 324193e288e5a5d596ac148ddbb0867be6aae617
34772 Author: Christophe Thiéry <christopho128@gmail.com>
34773 Date:   Thu May 12 13:07:56 2011 +0200
34774
34775     Action replayer: remove dirty hacks, they didn't work anyway
34776
34777 commit 75cc9b3ec3e6cc1da70e658b764e025f2b478e61
34778 Author: Navarrop <Pierre.Navarro@imag.fr>
34779 Date:   Thu May 12 11:19:48 2011 +0200
34780
34781     Add missing test before set properties.
34782
34783 commit d9f6a4409b58ac98618a4b646af874f06ceac856
34784 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
34785 Date:   Thu May 12 10:59:44 2011 +0200
34786
34787     [trace] cosmetics on user variables tracing, simpler interface
34788
34789 commit 9d1f003c31e693bb27c8bdf1e26111dfdd9c3797
34790 Author: Christophe Thiéry <christopho128@gmail.com>
34791 Date:   Wed May 11 15:02:45 2011 +0200
34792
34793     Update ChangeLog
34794
34795 commit 8e06878d622c1792c5e7d8d2d412241b53004e37
34796 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
34797 Date:   Tue May 10 17:49:57 2011 +0200
34798
34799     [trace] fix on user link variable declaration
34800
34801 commit b7c4bc5f93d019ff38ca6f6b52b627a98d4fe23d
34802 Author: Navarrop <Pierre.Navarro@imag.fr>
34803 Date:   Tue May 10 16:19:04 2011 +0200
34804
34805     Add a script for install ns3
34806
34807 commit 5e61205077b453d1460c7008d1af3a68e6667db6
34808 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
34809 Date:   Tue May 10 16:03:49 2011 +0200
34810
34811     Fix error message.
34812     
34813     Subtraction (optionlist_cpy - name) was upside-down.  Change to only keep
34814     the name of the variable.
34815
34816 commit 92a73f2197461e843f3a9f94d2b6305e8ab4e550
34817 Author: Navarrop <Pierre.Navarro@imag.fr>
34818 Date:   Tue May 10 10:51:27 2011 +0200
34819
34820     Optimisation of get_route.
34821     Remove the copie of e_route.
34822     Directely give result of get_route into e_route.
34823
34824 commit a1e64d5519d2e9304830d0b82a7988c8970db692
34825 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
34826 Date:   Tue May 10 08:14:56 2011 +0200
34827
34828     Define and use a function to run the processes to run.
34829
34830 commit b6ec60a26d8c59cfb51b74d6bc1b9fb85b0ac0c4
34831 Author: Navarrop <Pierre.Navarro@imag.fr>
34832 Date:   Mon May 9 16:54:15 2011 +0200
34833
34834     Don't include generated headers into distrib.
34835
34836 commit e73d6b9d4d13d2817259edb9888173efdd2b0201
34837 Author: Navarrop <Pierre.Navarro@imag.fr>
34838 Date:   Mon May 9 14:40:39 2011 +0200
34839
34840     Add some print for debug (trace level)
34841
34842 commit 29976803fbfad4dc83b89bbe2b89e4973884bf52
34843 Author: Navarrop <Pierre.Navarro@imag.fr>
34844 Date:   Mon May 9 14:40:17 2011 +0200
34845
34846     Use flag -Drelease=on on pipol for the moment.
34847
34848 commit 1389081a779efc2c9408010aa9c342de32423b72
34849 Author: agiersch <agiersch@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
34850 Date:   Mon May 9 09:57:46 2011 +0000
34851
34852     The smx_ctx_*_runall function should not reset the process list.
34853     
34854     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/contrib/trunk/simgrid-java@9892 48e7efb5-ca39-0410-a469-dd3cf9ba447f
34855
34856 commit 3380508146140719d92620cd9bfb801e39a8b9c4
34857 Author: agiersch <agiersch@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
34858 Date:   Mon May 9 08:37:17 2011 +0000
34859
34860     Field get_thread_id does not exist anymore in smx_context_factory.
34861     
34862     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/contrib/trunk/simgrid-java@9891 48e7efb5-ca39-0410-a469-dd3cf9ba447f
34863
34864 commit 627ead2c22ce3a0522bdfca1eb58123df7bc8413
34865 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
34866 Date:   Sun May 8 10:10:46 2011 +0200
34867
34868     Change the handling of SIMIX requests in model checker too.
34869
34870 commit c7a83e46e3dc4c00cac01c7a13e3cd779db5745a
34871 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
34872 Date:   Thu May 5 10:23:41 2011 +0200
34873
34874     Try to improve xbt_parmap.
34875     
34876     Do not pre-compute the job share for each thread, and let the load
34877     balance automatically.
34878
34879 commit 174ff5d9a704689bdbeb8aaabe4557bcd96841c4
34880 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
34881 Date:   Fri May 6 10:19:29 2011 +0200
34882
34883     Some more cleanup in smx_context_raw.
34884     
34885     Remove smx_ctx_raw_self_parallel which is the same as smx_ctx_base_self.
34886     Then the raw_factory static variable is not needed anymore.
34887
34888 commit 1575a289945556e5772812e30f9cf2ab2d879b19
34889 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
34890 Date:   Thu May 5 19:05:39 2011 +0200
34891
34892     Remove the get_thread_id field from context_factory.
34893     
34894     It is now unused.
34895
34896 commit 2c1f3b522a5ba97f44e2754a212c1a4c083ed0c9
34897 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
34898 Date:   Thu May 5 19:02:18 2011 +0200
34899
34900     Simplify the handling of SIMIX requests.
34901     
34902     Re-use the list of process_to_run instead of swags of requests, and
34903     ensures the requests are correctly ordered, even on parallel run with
34904     the thread factory.
34905
34906 commit 2ba24bc5763918ed2a233ce2071324d0d1b9d024
34907 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
34908 Date:   Wed May 4 09:37:51 2011 +0200
34909
34910     Change default default value for contexts/parallel_threshold.
34911     
34912     There is no need to run a single process in parallel.
34913
34914 commit 9e18b3548d58f8168199cf9624dfa7f7b53aa667
34915 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
34916 Date:   Wed May 4 19:39:35 2011 +0200
34917
34918     Use contexts/nthreads in thread factory too.
34919     
34920     Use a semaphore to limit the number of threads running simultaneously.
34921
34922 commit 7ad4d29624370296a9e4683136f8f64147790ead
34923 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
34924 Date:   Wed May 4 09:50:04 2011 +0200
34925
34926     Do not run an empty process list.
34927
34928 commit ad4640ba22bba03fdc83e735157be1b4d23079eb
34929 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
34930 Date:   Mon May 2 09:53:13 2011 +0200
34931
34932     xbt_swag: remove duplicated code.
34933     
34934     xbt_swag_insert is actually the same as xbt_swag_insert_at_tail.
34935
34936 commit efcbaf2e852711ab7c2ae1153e2f636619bfdc94
34937 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
34938 Date:   Mon May 2 09:47:24 2011 +0200
34939
34940     xbt_swag: use correct field for getPrev and getNext.
34941
34942 commit 4caba889d33e3969d85d057db072075bda358753
34943 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
34944 Date:   Thu May 5 17:02:45 2011 +0200
34945
34946     Do not make an expensive call to get_route if it is not needed.
34947
34948 commit 33c80ba72075b8fdf47eba3164e6a58bffcc7290
34949 Author: Pierre-Nicolas Clauss <pini@tuxfamily.org>
34950 Date:   Wed May 4 15:44:12 2011 +0200
34951
34952     Use a thread-specific cache variable (make sure to relink your app before using this).
34953
34954 commit 33da12fa18657489eeea7ec30f72017a8cf74b8c
34955 Author: Pierre-Nicolas Clauss <pini@tuxfamily.org>
34956 Date:   Wed May 4 15:12:33 2011 +0200
34957
34958     Use a global variable to cache the rank of currently running process.
34959
34960 commit d53431528f4a3831cf152f932b36e80a86083113
34961 Author: Pierre-Nicolas Clauss <pini@tuxfamily.org>
34962 Date:   Wed May 4 09:58:46 2011 +0200
34963
34964     Be a little more verbose before aborting.
34965
34966 commit 2a283885f92b85ae047ff92372b5fb1df1f9ef9c
34967 Author: Navarrop <Pierre.Navarro@imag.fr>
34968 Date:   Thu Apr 28 16:34:22 2011 +0200
34969
34970     This line make test failed.
34971     We want to have tabulation, space...
34972
34973 commit 8886d8f66a892e715ddf32282526c1030f9c674a
34974 Author: Navarrop <Pierre.Navarro@imag.fr>
34975 Date:   Thu Apr 28 16:31:01 2011 +0200
34976
34977     Check if platform is win or unix.
34978     Replace bindir and srcdir in cmd.
34979
34980 commit 8003745e664b99b82b9e93e470728c193df8cd34
34981 Author: Martin Quinson <martin.quinson@loria.fr>
34982 Date:   Thu Apr 28 15:38:11 2011 +0200
34983
34984     Kill dependency on pod2usage since we can really do without it
34985
34986 commit 533fc9ef1e41dcc1902b990d489e8b23c8740e15
34987 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
34988 Date:   Thu Apr 28 13:10:24 2011 +0200
34989
34990     update tracing tesh's to new order of events caused by the change in the automatic event ordering
34991
34992 commit 7dbb12b36d6f8467d34151a86a936b2e297d75f9
34993 Author: Navarrop <Pierre.Navarro@imag.fr>
34994 Date:   Thu Apr 28 13:08:19 2011 +0200
34995
34996     Declare some tests failed for release 3.6
34997     Use cmake -Drelease=on . for declare them.
34998     Use cmake -Drelease=off . for reverse.
34999     By default off.
35000
35001 commit 121308658776d576eb7c84215779f2014713a455
35002 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
35003 Date:   Thu Apr 28 10:52:06 2011 +0200
35004
35005     check if smpirun has something to execute
35006
35007 commit 7323d3b99c25003014fee1241858445f0c61aeb5
35008 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
35009 Date:   Thu Apr 28 10:16:19 2011 +0200
35010
35011     create an usage function to smpirun, check if at least one parameter is passed
35012
35013 commit 745f26f054e6436a2f8ae4c0862b142db0279267
35014 Merge: 6eac7a5 c5898c7
35015 Author: mehdi <mido.peace@gmail.com>
35016 Date:   Wed Apr 27 18:03:06 2011 +0200
35017
35018     Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot//simgrid/simgrid
35019
35020 commit 6eac7a5107a6946d8d3141da743c5e5971a89347
35021 Author: mehdi <mido.peace@gmail.com>
35022 Date:   Wed Apr 27 18:02:51 2011 +0200
35023
35024     chord implementation in splay/lua
35025
35026 commit 79e5bbf7431435865e2fbbdbbf298b1b8cc34cd9
35027 Author: mehdi <mido.peace@gmail.com>
35028 Date:   Wed Apr 27 18:01:58 2011 +0200
35029
35030     got a number (not a table?) with Task_splay_irecv
35031
35032 commit 5a4a3fbc945c6768112243b34877bb7549ed8bba
35033 Author: mehdi <mido.peace@gmail.com>
35034 Date:   Wed Apr 27 17:57:33 2011 +0200
35035
35036     reimplement splay/lua methods
35037
35038 commit c5898c7bb61800b2ffac463d79738309dcc6170b
35039 Author: Navarrop <Pierre.Navarro@imag.fr>
35040 Date:   Wed Apr 27 17:47:19 2011 +0200
35041
35042     Quick verif to know if elements src and dst are found when set route.
35043
35044 commit 928c6b8367192699ea2446abb5393012e7b1b54a
35045 Author: Navarrop <Pierre.Navarro@imag.fr>
35046 Date:   Wed Apr 27 16:15:10 2011 +0200
35047
35048     Miss 3 more trace files
35049
35050 commit da4bf1f243904e1d10973f5165c8581bd38e433a
35051 Author: Navarrop <Pierre.Navarro@imag.fr>
35052 Date:   Wed Apr 27 16:07:04 2011 +0200
35053
35054     Remove old trace files and add a picture for distrib.
35055
35056 commit 9e8d76f5eb3db584150db55fc3929623188b6b08
35057 Author: Navarrop <Pierre.Navarro@imag.fr>
35058 Date:   Wed Apr 27 15:27:19 2011 +0200
35059
35060     Move src/surf/surf_routing.h in include/surf/surf_routing.h
35061     Add this header to install target.
35062
35063 commit 74de9c25ddcff88858f723ebc64d25027e71ba12
35064 Author: Navarrop <Pierre.Navarro@imag.fr>
35065 Date:   Wed Apr 27 14:17:59 2011 +0200
35066
35067     Need to include surf/surf_routing.h now.
35068     Must to test COORD_HOST_LEVEL or COORD_ASR_LEVEL
35069     if we give the --cfg=coordonates:yes in argument.
35070
35071 commit 2be6d8f185ebf696bba1c4d559f4af0a618f0103
35072 Author: Navarrop <Pierre.Navarro@imag.fr>
35073 Date:   Wed Apr 27 13:49:03 2011 +0200
35074
35075     Add surf_routing.h for extern variables
35076
35077 commit 1a89ab3887d98bf7298d20b506ff989c2f02b850
35078 Author: Christophe Thiéry <christopho128@gmail.com>
35079 Date:   Wed Apr 27 09:01:17 2011 +0200
35080
35081     Fix supernovae compilation
35082
35083 commit d1e291eec40a7d4eb0a80312819bc8b912057e4e
35084 Author: Christophe Thiéry <christopho128@gmail.com>
35085 Date:   Tue Apr 26 17:50:07 2011 +0200
35086
35087     Fix the binary directory of Chord tesh file
35088
35089 commit 6e5457a22be7df9fa12847d3f18c43c4619bc3e2
35090 Author: Christophe Thiéry <christopho128@gmail.com>
35091 Date:   Tue Apr 26 17:49:47 2011 +0200
35092
35093     Make sure strdup is declared
35094
35095 commit 30dd40918ba222251d845f42578cfd82801ef29f
35096 Author: Navarrop <Pierre.Navarro@imag.fr>
35097 Date:   Tue Apr 26 17:33:23 2011 +0200
35098
35099     Set some ucontext tests failed.
35100
35101 commit cc030fa0846f0336bca44af8688909b6355b0f32
35102 Author: Navarrop <Pierre.Navarro@imag.fr>
35103 Date:   Tue Apr 26 17:27:50 2011 +0200
35104
35105     Oups HAVE_UCONTEXT_H and not CONTEXT_UCONTEXT.
35106
35107 commit 621567e097f236cdb81007637323ecc23ac26d45
35108 Author: Navarrop <Pierre.Navarro@imag.fr>
35109 Date:   Tue Apr 26 17:10:13 2011 +0200
35110
35111     Use function mergesort against qsort if possible.
35112
35113 commit ec4df90ab8a68484b1f97f4c13609b56cb756054
35114 Author: Navarrop <Pierre.Navarro@imag.fr>
35115 Date:   Tue Apr 26 17:03:13 2011 +0200
35116
35117     Add test *-ucontext only if have the context ucontext
35118
35119 commit 926f866bd5d08f749df619f78ef2ed77a5cddea7
35120 Author: Martin Quinson <martin.quinson@loria.fr>
35121 Date:   Tue Apr 26 16:12:29 2011 +0200
35122
35123     reimplement tesh.pl. Still not working in parallel (WIP)
35124
35125 commit 2959d30f87f56782d55ac870cd66b0f622a2925c
35126 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
35127 Date:   Tue Apr 26 14:00:45 2011 +0000
35128
35129     Rename Process.changeHost to process.migrate to match the MSG API
35130     
35131     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/contrib/trunk/simgrid-java@9890 48e7efb5-ca39-0410-a469-dd3cf9ba447f
35132
35133 commit e03783ad670f74a1422b17af9ea35729ac9d7ac9
35134 Author: Martin Quinson <martin.quinson@loria.fr>
35135 Date:   Tue Apr 26 15:43:50 2011 +0200
35136
35137     fix macro name to get isfinite declared
35138
35139 commit e54ce81e16d6d8ac7f4727a39a2d43ef7e8b0eaa
35140 Author: Martin Quinson <martin.quinson@loria.fr>
35141 Date:   Tue Apr 26 15:39:00 2011 +0200
35142
35143     strenght the test of sem_init by testing that the function is not only compilable but also usable (returned 'function not implemented' on mac)
35144
35145 commit e9f40002e77a95505c1e279839bf3e2b377f3402
35146 Author: Navarrop <Pierre.Navarro@imag.fr>
35147 Date:   Tue Apr 26 11:32:12 2011 +0200
35148
35149     Put the good Gflops of clusters.
35150
35151 commit 972f3d30a73037b86bb064cea66f25965361e12c
35152 Author: Navarrop <Pierre.Navarro@imag.fr>
35153 Date:   Fri Apr 22 22:29:23 2011 +0200
35154
35155     Include WinDef.h for win32 typedef "DWORD" xbt_os_thread_key_t
35156
35157 commit 58a279d8ca32bc6c9ff69d16d7e2ac815f80db2c
35158 Author: Christophe Thiéry <christopho128@gmail.com>
35159 Date:   Fri Apr 22 17:29:09 2011 +0200
35160
35161     I don't even know why it worked before.
35162
35163 commit f0d406118f42093c818f66253e4b8aaa60a7f002
35164 Author: Christophe Thiéry <christopho128@gmail.com>
35165 Date:   Fri Apr 22 17:19:13 2011 +0200
35166
35167     Define the right type for xbt_os_thread_key_t
35168
35169 commit 6e31bb477ffc836d630ada9793873dab17243622
35170 Author: Christophe Thiéry <christopho128@gmail.com>
35171 Date:   Fri Apr 22 17:08:17 2011 +0200
35172
35173     Don't link this test to pthread
35174
35175 commit e67e55eccc3bc7d8597219ff9a4b5d91eadc6569
35176 Author: Navarrop <Pierre.Navarro@imag.fr>
35177 Date:   Fri Apr 22 16:54:10 2011 +0200
35178
35179     Check if __thread is available.
35180
35181 commit 5b0c5a1f9e78241b946a2f997968f609302ec80f
35182 Author: Christophe Thiéry <christopho128@gmail.com>
35183 Date:   Fri Apr 22 16:43:35 2011 +0200
35184
35185     Add a simple test to check whether the compiler accepts __thread
35186
35187 commit 58b8f451a5354b82983ed68155c16496a9bca822
35188 Merge: 6443d48 a63b506
35189 Author: Christophe Thiéry <christopho128@gmail.com>
35190 Date:   Fri Apr 22 16:13:14 2011 +0200
35191
35192     Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot//simgrid/simgrid
35193
35194 commit 6443d4868c5974225d792156daf319775234b087
35195 Author: Christophe Thiéry <christopho128@gmail.com>
35196 Date:   Fri Apr 22 16:12:45 2011 +0200
35197
35198     When __thread is not available, use xbt_os_thread_get_specific instead
35199
35200 commit c2112799ca0f893d65f2f30a9a9a05f57f451ed0
35201 Author: Christophe Thiéry <christopho128@gmail.com>
35202 Date:   Fri Apr 22 16:12:10 2011 +0200
35203
35204     Add functions xbt_os_thread_key_create, xbt_os_thread_get/set_specific
35205
35206 commit a63b506c867916a1f081eb2bfc97d06fac0b3816
35207 Author: Navarrop <Pierre.Navarro@imag.fr>
35208 Date:   Fri Apr 22 15:11:35 2011 +0200
35209
35210     Fix win64 compilation.
35211
35212 commit 6586e74f616c41f0b1f793abaccf3516052ea63e
35213 Author: Martin Quinson <martin.quinson@loria.fr>
35214 Date:   Fri Apr 22 14:50:56 2011 +0200
35215
35216     factorize chomps, and simplify regexp by using other separators
35217
35218 commit c581d553ae0df2e3d481bce42644d2034c5e3dcd
35219 Author: Christophe Thiéry <christopho128@gmail.com>
35220 Date:   Fri Apr 22 13:40:09 2011 +0200
35221
35222     Attempt to allow initializing log categories before threads are
35223
35224 commit 37a4ff2a0e7306c51b6b3ca04d1c2ba82157645f
35225 Author: Christophe Thiéry <christopho128@gmail.com>
35226 Date:   Fri Apr 22 12:32:37 2011 +0200
35227
35228     I forgot to also move the structure definition
35229
35230 commit 5bf49e9cedf84ccdf5c6cb604386d2c54f63436e
35231 Author: Christophe Thiéry <christopho128@gmail.com>
35232 Date:   Fri Apr 22 12:26:35 2011 +0200
35233
35234     Move the implementation of reentrant mutexes out of the pthread case
35235
35236 commit 8ddc785c2e24ffc57572207d9d838db542ed5860
35237 Author: Navarrop <Pierre.Navarro@imag.fr>
35238 Date:   Fri Apr 22 11:34:44 2011 +0200
35239
35240     Add missing cmake path for windows.
35241     Install git in mac.
35242
35243 commit 9223880adde1ff3d7b8941ca474eab9acfa862c5
35244 Author: Navarrop <Pierre.Navarro@imag.fr>
35245 Date:   Fri Apr 22 11:33:52 2011 +0200
35246
35247     Add ns3 level to libraries.
35248     Add interface for ns3.
35249
35250 commit 18227c5b053890441c46c86f53e181dbe1c389d6
35251 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
35252 Date:   Fri Apr 22 10:58:47 2011 +0200
35253
35254     [trace] updating changelog
35255
35256 commit 4895ebdb64edf5f5bd1c651ec41269c2eb36d6d1
35257 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
35258 Date:   Fri Apr 22 10:46:12 2011 +0200
35259
35260     [trace] fixing identation
35261
35262 commit e068a3ed416ad96c6dd7ed09d7675644c4a3324e
35263 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
35264 Date:   Fri Apr 22 10:45:42 2011 +0200
35265
35266     [trace] improve insertion sort by starting from the end
35267
35268 commit 2d529f8a97b20405e5b9068a70517e382df77d43
35269 Author: Christophe Thiéry <christopho128@gmail.com>
35270 Date:   Thu Apr 21 16:58:51 2011 +0200
35271
35272     Typo
35273
35274 commit 73045d98864d2cf6333269e7687515756cf59cbe
35275 Author: Christophe Thiéry <christopho128@gmail.com>
35276 Date:   Thu Apr 21 16:58:37 2011 +0200
35277
35278     Put Chord into the ChangeLog
35279
35280 commit c0f0866d02664ad515441a5294f95c6b7d8b6fc1
35281 Author: Christophe Thiéry <christopho128@gmail.com>
35282 Date:   Thu Apr 21 16:19:42 2011 +0200
35283
35284     Fix the race condition in _xbt_log_cat_init().
35285     
35286     Closes bug #11242 and makes chord parallel tests work better.
35287
35288 commit dbacefe09d961d21ce12a7aa223b1177e9b3c323
35289 Author: Christophe Thiéry <christopho128@gmail.com>
35290 Date:   Thu Apr 21 16:19:07 2011 +0200
35291
35292     Implement reentrant mutexes in xbt_os_thread
35293
35294 commit f3dabc5eb26d7bc8b1e29b3aa52c74368c6bb699
35295 Merge: d966e8d 102d119
35296 Author: Martin Quinson <martin.quinson@loria.fr>
35297 Date:   Thu Apr 21 14:55:00 2011 +0200
35298
35299     Merge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid
35300
35301 commit d966e8da3b13c4f36c983f1716659318207b3044
35302 Author: Martin Quinson <martin.quinson@loria.fr>
35303 Date:   Thu Apr 21 14:54:44 2011 +0200
35304
35305     wtf? 13k spaces are a bit overplayed
35306
35307 commit 102d119d46285ebb5b62bc49817d5f135c98b7f1
35308 Author: Navarrop <Pierre.Navarro@imag.fr>
35309 Date:   Thu Apr 21 14:31:58 2011 +0200
35310
35311     Update script pipol
35312
35313 commit e93257dad9c24c211ccdfcb64e36c8805f0ff832
35314 Author: Navarrop <Pierre.Navarro@imag.fr>
35315 Date:   Thu Apr 21 14:31:40 2011 +0200
35316
35317     Put ns3 sources in place.
35318
35319 commit 376ac46ebd7e9bd3daea96936d8cf1a7aee2386d
35320 Author: Navarrop <Pierre.Navarro@imag.fr>
35321 Date:   Thu Apr 21 14:05:07 2011 +0200
35322
35323     add ${bindir}/ to tesh chord
35324
35325 commit 033c367624bf9452e84340162d1438a53b2ccc7b
35326 Author: Martin Quinson <martin.quinson@loria.fr>
35327 Date:   Thu Apr 21 14:04:33 2011 +0200
35328
35329     try to define _ISO_C99_SOURCE ASAP so that it's defined in time to get isfinite()
35330
35331 commit 1189d1797cc934d847d6641d809bbe060729f064
35332 Author: Martin Quinson <martin.quinson@loria.fr>
35333 Date:   Thu Apr 21 14:02:11 2011 +0200
35334
35335     load simgrid_config ASAP so that _GNU_SOURCE really get defined before stdio is loaded
35336
35337 commit f0f66d620ef58973870652446275a55525a35944
35338 Author: Navarrop <Pierre.Navarro@imag.fr>
35339 Date:   Thu Apr 21 13:27:53 2011 +0200
35340
35341     We now use the good workstation/model with 'CLM03' against 'compound'.
35342
35343 commit 0a65b57288514819339d81d30b6dcd0fe98ad45e
35344 Merge: ad468f6 78dbb3c
35345 Author: Christophe Thiéry <christopho128@gmail.com>
35346 Date:   Thu Apr 21 11:19:18 2011 +0200
35347
35348     Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot//simgrid/simgrid
35349
35350 commit ad468f6dad594e251b4c15e9a21b9a3c15b132df
35351 Author: Christophe Thiéry <christopho128@gmail.com>
35352 Date:   Thu Apr 21 11:18:55 2011 +0200
35353
35354     Add Chord to the test suite
35355
35356 commit bdbe999b43bcbc257c70efd27142a7b1da323808
35357 Author: Christophe Thiéry <christopho128@gmail.com>
35358 Date:   Thu Apr 21 11:16:42 2011 +0200
35359
35360     For tesh, produce the same output for different context settings
35361
35362 commit 78dbb3c98f7b1479ba1c976f82b2caf4f4775b48
35363 Merge: 6213977 bf99bcb
35364 Author: Martin Quinson <martin.quinson@loria.fr>
35365 Date:   Thu Apr 21 11:09:53 2011 +0200
35366
35367     Merge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid
35368
35369 commit 6213977aa982972b087672d663664a8208c80ebc
35370 Author: Martin Quinson <martin.quinson@loria.fr>
35371 Date:   Thu Apr 21 11:09:41 2011 +0200
35372
35373     generate the manpage at installation, not when the documentation is regenerated. We build-depend on perl anyway
35374
35375 commit 34b06b89e71eeaee1244be958ae2e588d29db0bf
35376 Author: Martin Quinson <martin.quinson@loria.fr>
35377 Date:   Thu Apr 21 00:03:16 2011 +0200
35378
35379     reindenting and cosmetics (ignore me)
35380
35381 commit bf99bcb79b0e9e19c8a5d1b5d447d86a349ba2f5
35382 Merge: 7741bb1 be90de4
35383 Author: Martin Quinson <mquinson@debian.org>
35384 Date:   Wed Apr 20 18:47:29 2011 +0200
35385
35386     Merge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid
35387
35388 commit be90de47c20463008fa55dcafee17d506d10bc92
35389 Merge: a7e43e1 30ab48e
35390 Author: Martin Quinson <martin.quinson@loria.fr>
35391 Date:   Wed Apr 20 18:46:48 2011 +0200
35392
35393     Merge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid
35394
35395 commit a7e43e12dc127d32bd590722dd4118e045d0f316
35396 Author: Martin Quinson <martin.quinson@loria.fr>
35397 Date:   Wed Apr 20 18:46:33 2011 +0200
35398
35399     typos in comments
35400
35401 commit 74d338023be703e83a3515bc3c97e698567620d9
35402 Author: Martin Quinson <martin.quinson@loria.fr>
35403 Date:   Wed Apr 20 18:45:41 2011 +0200
35404
35405     modernize a bit the tesh.pl by using POD and Getopt. TBC
35406
35407 commit 30ab48e9e35dd3cf55081b954dce212d56f00733
35408 Merge: 238d782 c7ff77c
35409 Author: Christophe Thiéry <christopho128@gmail.com>
35410 Date:   Wed Apr 20 18:18:18 2011 +0200
35411
35412     Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot//simgrid/simgrid
35413
35414 commit 238d782d824210e881b0639d33859c26a55511f7
35415 Author: Christophe Thiéry <christopho128@gmail.com>
35416 Date:   Wed Apr 20 18:17:33 2011 +0200
35417
35418     Simix: fix an infinite recursion when calling xbt_thread_cancel()
35419
35420 commit 7741bb1026234c0ae190dacb84f698007e7db042
35421 Author: Martin Quinson <mquinson@debian.org>
35422 Date:   Wed Apr 20 18:11:53 2011 +0200
35423
35424     indeed, agier's commit fixes our MMAP usage on kFreeBSD
35425
35426 commit c7ff77c2e7f934ad3e6234b09b7f80047544ed7c
35427 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
35428 Date:   Wed Apr 20 09:26:49 2011 +0200
35429
35430     Align address on a page boundary.
35431     
35432     Ensure that the address provided to mmalloc_attach is aligned on a
35433     page boundary.
35434     
35435     This should fix the failing mmap on Debian/kfreebsd.  Only tested on
35436     a qemu virtual machine, and thus I do not take the responsability to
35437     revert commit 3aa361f346c4d2592c9cfe7cda39a728479d9d26.
35438
35439 commit 3400fc8e74d6ccf632346df99770baf940a1bedc
35440 Author: Navarrop <Pierre.Navarro@imag.fr>
35441 Date:   Wed Apr 20 16:18:06 2011 +0200
35442
35443     Do really what we claim to do.
35444     Use xbt_cfg_is_default_value(_surf_cfg_set, opt)
35445     to know if it is the default value.
35446
35447 commit 4596d90b0c0f0453e4e24c67f3e28fc2bb0f8287
35448 Merge: b677ffb 39d6134
35449 Author: Christophe Thiéry <christopho128@gmail.com>
35450 Date:   Wed Apr 20 15:31:56 2011 +0200
35451
35452     Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot//simgrid/simgrid
35453
35454 commit b677ffb43bb1c72c3f33b5ded860902dc1059bfc
35455 Author: Christophe Thiéry <christopho128@gmail.com>
35456 Date:   Wed Apr 20 15:31:31 2011 +0200
35457
35458     Revalidate tesh output of lua-masterslave-bypass
35459
35460 commit 39d6134f81d82f186e72bd44ba4b5e5db09618df
35461 Author: Navarrop <Pierre.Navarro@imag.fr>
35462 Date:   Tue Apr 19 16:48:53 2011 +0200
35463
35464     This ifdef is not necessary now.
35465     Test is already done by cmake.
35466
35467 commit 7eb5c714b49414aed4cefb03119c25af814af55c
35468 Author: Navarrop <Pierre.Navarro@imag.fr>
35469 Date:   Tue Apr 19 16:47:51 2011 +0200
35470
35471     Update rulebased_get_onelink_routes since we have delete the router link.
35472     Still to fix: the "loopback" case.
35473
35474 commit d0e4ae3b3d22ddcfedb7927b96cf7073f45f0c22
35475 Author: Christophe Thiéry <christopho128@gmail.com>
35476 Date:   Wed Apr 20 11:35:52 2011 +0200
35477
35478     MC: make the output independent of the type of processor (32/64 bit)
35479
35480 commit 281079684f8ffe560f5793746b7270b05f8b8807
35481 Merge: f6685af a58332d
35482 Author: Martin Quinson <martin.quinson@loria.fr>
35483 Date:   Tue Apr 19 17:59:42 2011 +0200
35484
35485     Merge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid
35486
35487 commit f6685af216f3e5c4d8c2dfd184c64ab1f0489646
35488 Author: Martin Quinson <martin.quinson@loria.fr>
35489 Date:   Tue Apr 19 17:59:32 2011 +0200
35490
35491     fix MC in 32bit [Marion, still learning git -- shame on Lucas]
35492
35493 commit a58332db69cf880d47d18e1751a72e8cdc162f31
35494 Author: Christophe Thiéry <christopho128@gmail.com>
35495 Date:   Tue Apr 19 17:20:39 2011 +0200
35496
35497     Fix Doxygen warnings
35498
35499 commit f2e68b1c42f19d37094f3f51fa6b502c4e9bd070
35500 Author: Martin Quinson <martin.quinson@loria.fr>
35501 Date:   Tue Apr 19 17:13:03 2011 +0200
35502
35503     fix the make clean command
35504
35505 commit 0d7892edd1574f6a08a0a9b8f7f00c35e9519418
35506 Merge: 6dd4ce8 4968ee4
35507 Author: Martin Quinson <martin.quinson@loria.fr>
35508 Date:   Tue Apr 19 17:07:24 2011 +0200
35509
35510     Merge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid
35511
35512 commit 6dd4ce8fb4a20019776994322c57b4ed11756f8f
35513 Author: Martin Quinson <martin.quinson@loria.fr>
35514 Date:   Tue Apr 19 17:07:09 2011 +0200
35515
35516     install the manpage we have
35517
35518 commit 4968ee492739671ebdd6f94aba8ec7456e1e89b1
35519 Author: Christophe Thiéry <christopho128@gmail.com>
35520 Date:   Tue Apr 19 17:06:27 2011 +0200
35521
35522     isfinite() is C99
35523
35524 commit 3406010cd31d6455d8ab9f96b312920dac884062
35525 Author: Martin Quinson <martin.quinson@loria.fr>
35526 Date:   Tue Apr 19 16:51:58 2011 +0200
35527
35528     Make sure we have getline when we use it
35529
35530 commit 2849abc0bf1268ca22548a2eb4e073d15befb550
35531 Author: Martin Quinson <martin.quinson@loria.fr>
35532 Date:   Tue Apr 19 16:32:49 2011 +0200
35533
35534     add the file I just recreated to the archives
35535
35536 commit 605932f445f0b720213d55b68737353413ee5c64
35537 Author: Martin Quinson <martin.quinson@loria.fr>
35538 Date:   Tue Apr 19 16:29:00 2011 +0200
35539
35540     run doxygen -u to update our configuration file (warning--)
35541
35542 commit 50cf9025e0ee918f6731fc1940d6894bfaf8c5a1
35543 Merge: 0df3b9d 70b06ee
35544 Author: Martin Quinson <martin.quinson@loria.fr>
35545 Date:   Tue Apr 19 16:23:09 2011 +0200
35546
35547     Merge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid
35548
35549 commit 0df3b9d37a7379126d3477dced58b34991d6a1ca
35550 Author: Martin Quinson <martin.quinson@loria.fr>
35551 Date:   Tue Apr 19 16:22:17 2011 +0200
35552
35553     prepare beta2
35554
35555 commit b031f70c51caae219e7d46e9bada476964d1228b
35556 Author: Martin Quinson <martin.quinson@loria.fr>
35557 Date:   Tue Apr 19 15:51:06 2011 +0200
35558
35559     fix TOCs in GRAS tutorial
35560
35561 commit 70b06ee68762a9c1d43dcc20e2e33b977f5eb0cd
35562 Author: Martin Quinson <mquinson@debian.org>
35563 Date:   Tue Apr 19 14:33:19 2011 +0200
35564
35565     more explicit error messages on mmap madness
35566
35567 commit 3aa361f346c4d2592c9cfe7cda39a728479d9d26
35568 Author: Christophe Thiéry <christopho128@gmail.com>
35569 Date:   Tue Apr 19 14:20:53 2011 +0200
35570
35571     Our usage of mmap (MMAP_ANONYMOUS) is Linux-specific
35572
35573 commit 487f1bbd1b94a8738f06e84815ad0eef6d5e7525
35574 Author: Christophe Thiéry <christopho128@gmail.com>
35575 Date:   Tue Apr 19 12:10:03 2011 +0200
35576
35577     Fix compilation error
35578
35579 commit 560abd625b757e887c5ee0c7183e9451fd02966a
35580 Author: Martin Quinson <mquinson@debian.org>
35581 Date:   Tue Apr 19 11:49:42 2011 +0200
35582
35583     more informative error messages on errors within mmalloc
35584
35585 commit c6309f5ee0d59d5004d29f87d2cb4ca26cf59dd9
35586 Author: Martin Quinson <martin.quinson@loria.fr>
35587 Date:   Tue Apr 19 09:46:53 2011 +0200
35588
35589     finish fixing my commit: use PROCESSOR_* as a variable (bummer)
35590
35591 commit e55eb8a09aa2bc17e514e937e8c1ebb241def81e
35592 Author: Martin Quinson <martin.quinson@loria.fr>
35593 Date:   Tue Apr 19 09:43:30 2011 +0200
35594
35595     do not set properties on tests which were not added because they don't work on that arch
35596
35597 commit f94550ef50891791332db95909a9d3cb6f5b04ba
35598 Author: Christophe Thiéry <christopho128@gmail.com>
35599 Date:   Tue Apr 19 09:32:07 2011 +0200
35600
35601     Fix a syntax error
35602
35603 commit 86c5c3b3317978bbb5f061bee7de589b50f0147e
35604 Author: Martin Quinson <martin.quinson@loria.fr>
35605 Date:   Tue Apr 19 06:47:31 2011 +0200
35606
35607     real life tests don't need to be tested for each context factory
35608
35609 commit a78b29bf9787d3544aadaa7970e349cd9810a81b
35610 Author: Martin Quinson <martin.quinson@loria.fr>
35611 Date:   Tue Apr 19 06:44:43 2011 +0200
35612
35613     only activate tests with raw contextes on platform where they are implemented
35614
35615 commit b6c4e4b333996ec88d8d0f1d7fb6f6cf0d3bbb63
35616 Author: Martin Quinson <martin.quinson@loria.fr>
35617 Date:   Mon Apr 18 20:31:53 2011 +0200
35618
35619     Missing file in the archive
35620
35621 commit 56c7548bb53f2f0a0b7d07c722ab207e28febe46
35622 Author: Martin Quinson <martin.quinson@loria.fr>
35623 Date:   Mon Apr 18 20:27:35 2011 +0200
35624
35625     Do not fail if getprotobyname(tcp) returns NULL, as it happens on powerpc buildd
35626
35627 commit 50e15ee7582a4a76c2a8536ac6ed42a88eec58a6
35628 Author: Martin Quinson <martin.quinson@loria.fr>
35629 Date:   Mon Apr 18 18:32:28 2011 +0200
35630
35631     how to generate manpages
35632
35633 commit 756ddcbfa4fccb8ee0418cbaa91cc98467dbf2b4
35634 Author: Martin Quinson <martin.quinson@loria.fr>
35635 Date:   Mon Apr 18 18:32:09 2011 +0200
35636
35637     POD markers to generate a manpage
35638
35639 commit 4c5e4b83e02a8e003c4e5067476649dce17df103
35640 Author: Martin Quinson <martin.quinson@loria.fr>
35641 Date:   Mon Apr 18 17:34:48 2011 +0200
35642
35643     further doxygen fixes (I'll try to stop for today)
35644
35645 commit 4970c3abeb220bd31ca24d1c4c6b28942abb46b9
35646 Author: Martin Quinson <martin.quinson@loria.fr>
35647 Date:   Mon Apr 18 17:33:21 2011 +0200
35648
35649     adding the headers to include in the tarballs seams reasonable
35650
35651 commit 73052dfb9f57afd297759e83dde2637c26ba7d1a
35652 Author: Martin Quinson <martin.quinson@loria.fr>
35653 Date:   Mon Apr 18 17:18:12 2011 +0200
35654
35655     some more tiny doxygen fixes
35656
35657 commit cd52515ad2f5f5a720f65a91a6a8c88f698f59cf
35658 Author: Martin Quinson <martin.quinson@loria.fr>
35659 Date:   Mon Apr 18 17:02:26 2011 +0200
35660
35661     next prerelease will be beta since MSG should work perfectly
35662
35663 commit d861bc80d3c22ad9e6dd46b89883523d10d07cb2
35664 Author: Martin Quinson <martin.quinson@loria.fr>
35665 Date:   Mon Apr 18 17:01:56 2011 +0200
35666
35667     doxygen_error--
35668
35669 commit b4fe64d1bbee1be5dd591975c8edbae1f0c91891
35670 Author: Christophe Thiéry <christopho128@gmail.com>
35671 Date:   Mon Apr 18 14:24:03 2011 +0200
35672
35673     Typo in a comment
35674
35675 commit 84d2d3a6df181355293ddc2bf72399d646a7fae9
35676 Author: Christophe Thiéry <christopho128@gmail.com>
35677 Date:   Mon Apr 18 14:23:44 2011 +0200
35678
35679     Typos
35680
35681 commit 28816e501b443c4f6956ac8be8706deeb3b52c71
35682 Merge: 9d873cd 2a99a0d
35683 Author: Christophe Thiéry <christopho128@gmail.com>
35684 Date:   Mon Apr 18 14:10:15 2011 +0200
35685
35686     Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot//simgrid/simgrid
35687
35688 commit 9d873cd12522bb6334ee3acff89384c03645f00d
35689 Author: Christophe Thiéry <christopho128@gmail.com>
35690 Date:   Mon Apr 18 14:08:44 2011 +0200
35691
35692     Fix a memory leak in MSG (hosts were not destroyed)
35693
35694 commit 2a99a0d407cf60fe040542bd8ba84a4f24dc573f
35695 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
35696 Date:   Mon Apr 18 11:00:13 2011 +0200
35697
35698     Copy file for "make check" in out-of-source build.
35699
35700 commit 5bba0b7053306243f7cce212e5574a190fefa28f
35701 Author: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
35702 Date:   Mon Apr 11 15:43:01 2011 +0200
35703
35704     Delete broken symbolic link.
35705
35706 commit eb3aab21bef7315d8d2b8481b9c0c7800049c10c
35707 Merge: 9bc4b8f 4ecf501
35708 Author: Christophe Thiéry <christopho128@gmail.com>
35709 Date:   Mon Apr 18 11:09:40 2011 +0200
35710
35711     Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot//simgrid/simgrid
35712
35713 commit 9bc4b8f3fa071cfe0add60fb18c1e81d9cbd2094
35714 Author: Christophe Thiéry <christopho128@gmail.com>
35715 Date:   Mon Apr 18 11:09:14 2011 +0200
35716
35717     Remove memory leaks in gras_stub_generator.
35718
35719 commit 7e81b0b0e989779327ccf6917a358bc5c71ac83b
35720 Author: Christophe Thiéry <christopho128@gmail.com>
35721 Date:   Mon Apr 18 11:05:36 2011 +0200
35722
35723     xbt_dynar_map did not work well with dynars of structs.
35724     
35725     Also remove a useless memcpy.
35726
35727 commit 8a959437733e635ec3d663e9e161aed5a385226f
35728 Author: Christophe Thiéry <christopho128@gmail.com>
35729 Date:   Mon Apr 18 11:04:21 2011 +0200
35730
35731     Libs created in surf_init should be destroyed be surf_exit
35732
35733 commit 4ecf5019d1028a03dcf78799ae6d2ef3b4b74b7c
35734 Merge: 7cd4c43 4064afd
35735 Author: Martin Quinson <martin.quinson@loria.fr>
35736 Date:   Mon Apr 18 10:46:50 2011 +0200
35737
35738     Merge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid
35739
35740 commit 7cd4c43dda6f11f251d6cd233c758a69fe5effff
35741 Author: Martin Quinson <martin.quinson@loria.fr>
35742 Date:   Mon Apr 18 10:46:31 2011 +0200
35743
35744     document the several thresolds recognized by the --log argument
35745
35746 commit 4064afd4712e445641f89e084feefe2ea6f6dba7
35747 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
35748 Date:   Fri Apr 15 17:13:31 2011 +0200
35749
35750     new option for smpirun, group mpi ranks by their location
35751
35752 commit f9657b9e3d2b602b3e8ae6b1c4ab402bb8a1aa75
35753 Author: Martin Quinson <martin.quinson@loria.fr>
35754 Date:   Fri Apr 15 12:13:08 2011 +0200
35755
35756     shut up, you stupid doxygen. Let me see error messages only
35757
35758 commit 96920215fe6b67ec41f9e9dee856b5157a67f6d2
35759 Merge: da42da6 427c230
35760 Author: Martin Quinson <martin.quinson@loria.fr>
35761 Date:   Fri Apr 15 12:02:56 2011 +0200
35762
35763     Merge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid into gforge
35764
35765 commit da42da6b771f865f166bdbf32f4a907cd60c60c5
35766 Author: Martin Quinson <martin.quinson@loria.fr>
35767 Date:   Fri Apr 15 12:02:41 2011 +0200
35768
35769     Prepare for alpha 2
35770
35771 commit f667b231f734dfd699f012056c33aa88711b0ba5
35772 Author: Martin Quinson <martin.quinson@loria.fr>
35773 Date:   Fri Apr 15 12:02:16 2011 +0200
35774
35775     Add some missing files to the distributed archive
35776
35777 commit 427c2305c41475b1da9491800dd9a075a015d365
35778 Author: Christophe Thiéry <christopho128@gmail.com>
35779 Date:   Fri Apr 15 11:38:23 2011 +0200
35780
35781     Fix compilation when ucontextes are not available
35782
35783 commit 73cac04c5ce217e495a7584c98a6dbd940552e9c
35784 Author: Navarrop <Pierre.Navarro@imag.fr>
35785 Date:   Thu Apr 14 15:03:46 2011 +0200
35786
35787     Split surf_routing.c
35788     Add sources surf_routing_<model>.c
35789
35790 commit a52f2faada4f47f50c131ae6794745d31768ffba
35791 Author: Frederic Suter <suter@youpi.(none)>
35792 Date:   Thu Apr 14 14:23:49 2011 +0200
35793
35794     catch return values of getline to prevent compilation errors in
35795     paranoid mode.
35796
35797 commit 7dfc27c1d33a1b795f053b51dbc21b459ec0cfda
35798 Author: Navarrop <Pierre.Navarro@imag.fr>
35799 Date:   Wed Apr 13 16:30:48 2011 +0200
35800
35801     Add FindNS3 module to cmake.
35802
35803 commit d4ec0a086f41795afaa1e1ea759774aca06745cf
35804 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
35805 Date:   Thu Apr 14 09:28:14 2011 +0200
35806
35807     new tracing option, use only onelink routes to trace platform
35808     
35809     details:
35810     - useful for gtnets
35811     - and those that have a graph as platform topology and describe it
35812       using one link routes
35813
35814 commit d5a1db1d0b268cb9ed8f37246fd970fce7631943
35815 Merge: 484009f 50fcdd0
35816 Author: mehdi <mido.peace@gmail.com>
35817 Date:   Thu Apr 14 09:28:02 2011 +0200
35818
35819     Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot//simgrid/simgrid
35820
35821 commit 484009fc692a2e72d811d7beeeae6c7c75d2ac1e
35822 Author: mehdi <mido.peace@gmail.com>
35823 Date:   Thu Apr 14 09:27:57 2011 +0200
35824
35825     update lua/ruby code on the faq content
35826
35827 commit 50fcdd05d9ecd83944f369e6c7a9d118b1092f54
35828 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
35829 Date:   Thu Apr 14 09:00:10 2011 +0200
35830
35831     two new functions to xbt_graph, load and save
35832
35833 commit 52245cf79e746200dbdc45f37330c1a54852e51b
35834 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
35835 Date:   Thu Apr 14 08:59:37 2011 +0200
35836
35837     gtnets tracing possible again, updated to latest routing
35838
35839 commit f23979d46fc27c75ede926eefc661a8fd69080fb
35840 Author: Navarrop <Pierre.Navarro@imag.fr>
35841 Date:   Tue Apr 12 14:12:29 2011 +0200
35842
35843     Remove link_router from tag cluster.
35844
35845 commit 4293ddb34527a64ea3bfd1c509ce05e2d87b1219
35846 Author: Navarrop <Pierre.Navarro@imag.fr>
35847 Date:   Tue Apr 12 12:42:12 2011 +0200
35848
35849     Optimization of get_latency;
35850     We call two times function 'get_route' with same parameters into get_latency,
35851     so we give the route_extended_t of the first call for optimize;
35852     For a simple get_latency give parameter NULL;
35853
35854 commit 6a2bdaec0bc0f5c8222cd7426692c0866bfadc45
35855 Author: Christophe Thiéry <christopho128@gmail.com>
35856 Date:   Tue Apr 12 11:49:35 2011 +0200
35857
35858     Cosmetics
35859
35860 commit d7e241de6a9ff3a5fa5866fb535787f12341655a
35861 Author: Christophe Thiéry <christopho128@gmail.com>
35862 Date:   Tue Apr 12 11:34:57 2011 +0200
35863
35864     Fix identation of comments.
35865
35866 commit 30fdbb39b0686dcf4a0368e7aa4f8f0d3f920caf
35867 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
35868 Date:   Tue Apr 12 11:17:56 2011 +0200
35869
35870     graphicator only works if simgrid has tracing enabled
35871
35872 commit a1ea43795952ae7c934e925c4e41284e2196186e
35873 Author: Navarrop <Pierre.Navarro@imag.fr>
35874 Date:   Tue Apr 12 11:02:53 2011 +0200
35875
35876     Change eculidean for euclidean.
35877
35878 commit 557ed971e421202649b659e777722dab3e5e1eb1
35879 Author: Navarrop <Pierre.Navarro@imag.fr>
35880 Date:   Tue Apr 12 10:59:05 2011 +0200
35881
35882     Fixing building warning.
35883
35884 commit f04659b6df988856be778c0221f777a6283c2855
35885 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
35886 Date:   Tue Apr 12 11:04:47 2011 +0200
35887
35888     cleaning graphicator include headers and code
35889
35890 commit d22a91db1b0ee50230de1d97e36140df4380525b
35891 Author: Christophe Thiéry <christopho128@gmail.com>
35892 Date:   Tue Apr 12 10:57:24 2011 +0200
35893
35894     Typos
35895
35896 commit 61137faf73e619f0b4415455bbc5e7af69556753
35897 Author: Navarrop <Pierre.Navarro@imag.fr>
35898 Date:   Mon Apr 11 16:32:23 2011 +0200
35899
35900     Update test of graphicator.
35901
35902 commit 4a7f089ab5dad99b841042398117e9332ebc59cc
35903 Author: Navarrop <Pierre.Navarro@imag.fr>
35904 Date:   Mon Apr 11 16:32:05 2011 +0200
35905
35906     Add ignored files for tracing.
35907
35908 commit 7684e4c9202e5160859052de1d6ec9509abcf98c
35909 Author: Navarrop <Pierre.Navarro@imag.fr>
35910 Date:   Mon Apr 11 15:57:36 2011 +0200
35911
35912     Verification of model Vivaldi and no link_ctn for route and AS_route.
35913
35914 commit e7a674ab548877a615a048135694d7169da51212
35915 Merge: 7af4565 43a8662
35916 Author: Christophe Thiéry <christopho128@gmail.com>
35917 Date:   Tue Apr 12 09:56:51 2011 +0200
35918
35919     Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot//simgrid/simgrid
35920
35921 commit 43a86622d96c8ea32510b5406644b17a060eb6ac
35922 Merge: c4d7699 80daf53
35923 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
35924 Date:   Mon Apr 11 23:16:53 2011 +0200
35925
35926     merging tracing changes
35927
35928 commit c4d7699f2f0d1e12ce2bef99a693f6a4bb5ade4e
35929 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
35930 Date:   Mon Apr 11 23:16:03 2011 +0200
35931
35932     update tesh'es: tracing tests use temporal buffer
35933
35934 commit 43e10dd7865719e83a78330dfbfc4541b2ccdb47
35935 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
35936 Date:   Mon Apr 11 23:03:59 2011 +0200
35937
35938     new tracing/buffer configuration option, default to 0
35939     
35940     details:
35941     - it indicates if a buffer should be used to keep trace events
35942     in temporal order
35943     - defaults to NO because keeping the buffer makes the simulation slow
35944
35945 commit 54b53a2df8af5c0502e342a8455cb75d03518d73
35946 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
35947 Date:   Mon Apr 11 22:48:40 2011 +0200
35948
35949     cleaning deprecated ways of tracing resource utilization
35950     
35951     details:
35952     - aka, let's generate big trace files
35953
35954 commit e55e72933ce9336c43e103a0f03de3c21269da85
35955 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
35956 Date:   Mon Apr 11 22:41:46 2011 +0200
35957
35958     export to graphviz function in the tracing way, we need node names
35959
35960 commit 80daf536b469046756c5064f704e5089c85c1d0a
35961 Author: mehdi <mido.peace@gmail.com>
35962 Date:   Mon Apr 11 13:57:44 2011 +0200
35963
35964     lua layer that reimplements SPLAY methodsfor rpc, job and events modules, with a SPLAYchool script that works on SimGrid
35965
35966 commit f87eb709418e56ffc0ec34a0692aae093e381f90
35967 Author: mehdi <mido.peace@gmail.com>
35968 Date:   Mon Apr 11 13:49:11 2011 +0200
35969
35970     add some bindings for lua that enable to add properties into a resource and to control native processes (useful for splay integration)
35971
35972 commit 7af456563246432a3528d379ace9615af56e5877
35973 Author: Christophe Thiéry <christopho128@gmail.com>
35974 Date:   Mon Apr 11 11:37:27 2011 +0200
35975
35976     Setting the context factory has no effect in SD (there are no contextes)
35977
35978 commit 642bd255bc2ae9195c956807f6061246f6cb0f65
35979 Merge: 5055a5b 9542feb
35980 Author: Christophe Thiéry <christopho128@gmail.com>
35981 Date:   Mon Apr 11 10:54:13 2011 +0200
35982
35983     Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot//simgrid/simgrid
35984
35985 commit 5055a5b5c68a26800be85a13673e1b0cacad877c
35986 Author: Christophe Thiéry <christopho128@gmail.com>
35987 Date:   Mon Apr 11 10:52:23 2011 +0200
35988
35989     When enable_pcre is OFF, disable RuleBased and Vivaldi tests.
35990
35991 commit 9542feb75e0699f61b74935446dfed3991e45fa6
35992 Author: Navarrop <Pierre.Navarro@imag.fr>
35993 Date:   Mon Apr 11 10:45:15 2011 +0200
35994
35995     Set enable_pcre to auto by default.
35996     Configure failed if set to "on" and if pcre is not found.
35997
35998 commit f5a1cadaeee3bde4232221164f6dd9584fef1904
35999 Author: Navarrop <Pierre.Navarro@imag.fr>
36000 Date:   Mon Apr 11 09:48:53 2011 +0200
36001
36002     Delete coordinates for AS.
36003
36004 commit 867835de895b23ed2733a03c5413fe2974a05590
36005 Author: Navarrop <Pierre.Navarro@imag.fr>
36006 Date:   Mon Apr 11 09:34:11 2011 +0200
36007
36008     Cosmetics
36009
36010 commit 5a4360ea53cf0d2cc37f7ee286969ceff9b3f700
36011 Author: Christophe Thiéry <christopho128@gmail.com>
36012 Date:   Mon Apr 11 10:49:14 2011 +0200
36013
36014     Update ChangeLog
36015
36016 commit ed728cd807f102bbaa7d404ecc496a3fe45e5496
36017 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
36018 Date:   Mon Apr 11 10:23:39 2011 +0200
36019
36020     if deadlock, close trace file so it may help to find the problem
36021
36022 commit 6c57f2bcd30205dd1a6f11b8b4c2c77d45d9a81d
36023 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
36024 Date:   Mon Apr 11 09:59:16 2011 +0200
36025
36026     trace process creation before request for simix, assuming it won't fail
36027
36028 commit def9d357a9211e9ee3d7bae418cb3e0fe8481c1e
36029 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
36030 Date:   Mon Apr 11 09:44:17 2011 +0200
36031
36032     trace earlier, simix may start the process before returning the flow control
36033
36034 commit d33a0173dba7990deb63382c7f7239d325be54bd
36035 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
36036 Date:   Sun Apr 10 09:59:48 2011 +0200
36037
36038     if smpi is ungrouped, processes behavior is registered as child of root type
36039     
36040     details:
36041     - some checks in recursive get container
36042
36043 commit 30e685de32b9dc9a4977a6db4ac3634868f2e104
36044 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
36045 Date:   Sat Apr 9 17:06:16 2011 +0200
36046
36047     smpi tracing test uses the same platform of msg tracing tests
36048
36049 commit d2e5ba02b790402cdbe74b0ce64c39bb13ea06fe
36050 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
36051 Date:   Sat Apr 9 17:05:36 2011 +0200
36052
36053     use the small platform without routers in the tracing examples
36054     
36055     details:
36056     - update tesh'es
36057
36058 commit cc5c4029e1b3601786e6373815f7f8b1ec2717b1
36059 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
36060 Date:   Sat Apr 9 16:42:31 2011 +0200
36061
36062     graphicator re-implemented
36063     
36064     - it now considers exactly the same route traversal of the tracing system
36065     - faster graphviz file generation
36066     - new tracing interface function: TRACE_platform_graph
36067
36068 commit 1063eb59082966d2a5703148a678ccefac34c304
36069 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
36070 Date:   Sat Apr 9 14:55:35 2011 +0200
36071
36072     fix compilation error
36073
36074 commit 0d622ff31635c2228cb721abf806bb28b3cada4d
36075 Merge: 85d7d7b 1dc68fc
36076 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
36077 Date:   Sat Apr 9 14:45:31 2011 +0200
36078
36079     merging tracing changes
36080
36081 commit 85d7d7b422da4ba7451be14ffa4889e165e73038
36082 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
36083 Date:   Sat Apr 9 14:33:05 2011 +0200
36084
36085     re-writing recursive graph extraction functions
36086
36087 commit 1d2844ee474282b8b92db2ffee9e48e0472e93da
36088 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
36089 Date:   Sat Apr 9 14:32:16 2011 +0200
36090
36091     new function to check if a tracing container exists
36092
36093 commit cbfa22fa1ba0f510cb6919c6d06b2a555f276a07
36094 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
36095 Date:   Sat Apr 9 12:10:26 2011 +0200
36096
36097     let the unique root AS of a platform file be the root of the hierarchy on trace
36098
36099 commit 147811411b3a91e010527fcb6c0343cb79e06330
36100 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
36101 Date:   Sat Apr 9 11:55:04 2011 +0200
36102
36103     raise exception if try to find a container that was not created
36104
36105 commit aead447ca59b577d9a7f76cae8bda765e25b96ab
36106 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
36107 Date:   Fri Apr 8 16:37:41 2011 +0200
36108
36109     fixing tracing to consider fullduplex links and naming convention
36110
36111 commit 547dcb18f86cbb1fe2f903ff692ca72bf60ab5ea
36112 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
36113 Date:   Fri Apr 8 16:36:21 2011 +0200
36114
36115     properly freeing memory in the msg process migration example
36116
36117 commit 1dc68fca3f3bd110ddaaf88fb90a8bbb83a584b2
36118 Merge: d2855e0 5bbb148
36119 Author: Pierre-Nicolas Clauss <pini@tuxfamily.org>
36120 Date:   Fri Apr 8 15:10:27 2011 +0200
36121
36122     Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot//simgrid/simgrid
36123
36124 commit d2855e0eecca02071ed4e3717e8b23e1fc66059a
36125 Author: Pierre-Nicolas Clauss <pini@tuxfamily.org>
36126 Date:   Fri Apr 8 15:10:16 2011 +0200
36127
36128     Updated example against newest API.
36129
36130 commit 83cd422fecd6c1adc3165f9c0a6ec1e79ce798d4
36131 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
36132 Date:   Fri Apr 8 15:04:15 2011 +0200
36133
36134     tracing interface functions must be called after environment creation
36135
36136 commit 5bbb1483886ba3113ddd8d631066389d8850f0e4
36137 Author: mehdi <mido.peace@gmail.com>
36138 Date:   Fri Apr 8 14:59:07 2011 +0200
36139
36140     callback to parse_properties_XML when parsing prop tag in XML
36141
36142 commit 2d6173e9a879e66d8467d65ec80887cf2e5c4e5f
36143 Author: mehdi <mido.peace@gmail.com>
36144 Date:   Fri Apr 8 14:58:40 2011 +0200
36145
36146     callback to parse_properties_XML when parsing prop tag in XML
36147
36148 commit bec73268458a29f1dcb5e2e1ac720c6934782714
36149 Author: mehdi <mido.peace@gmail.com>
36150 Date:   Fri Apr 8 14:57:28 2011 +0200
36151
36152     parse property tag with lua
36153
36154 commit 6e4502cc095f2eca8335a00ebc3d626b5c192211
36155 Merge: 804d78b 521daa8
36156 Author: Navarrop <Pierre.Navarro@imag.fr>
36157 Date:   Fri Apr 8 11:15:21 2011 +0200
36158
36159     Merge commit '521daa8271ac2778d8b2944be25daae65d3540a1' into test
36160
36161 commit 521daa8271ac2778d8b2944be25daae65d3540a1
36162 Author: Navarrop <Pierre.Navarro@imag.fr>
36163 Date:   Fri Apr 8 10:11:24 2011 +0200
36164
36165     Add tag include.
36166
36167 commit 8f695a21df0785cb68d5c123d0869adf33915ad4
36168 Author: Navarrop <Pierre.Navarro@imag.fr>
36169 Date:   Fri Apr 8 10:09:26 2011 +0200
36170
36171     Update pipol scripts
36172
36173 commit af0442dd5b943836104df69afc9ee29aa793ebc7
36174 Author: Navarrop <Pierre.Navarro@imag.fr>
36175 Date:   Thu Apr 7 18:32:03 2011 +0200
36176
36177     Generate g5k.xml with perl.
36178
36179 commit 804d78b8a4f3db6e915af19389d2c6e2433ffe2b
36180 Author: Christophe Thiéry <christopho128@gmail.com>
36181 Date:   Thu Apr 7 13:29:47 2011 +0200
36182
36183     Include math.h for isfinite()
36184
36185 commit 1ab75e7183cfd90b19748fbc0cfc3a7418f3f8ad
36186 Author: Christophe Thiéry <christopho128@gmail.com>
36187 Date:   Thu Apr 7 13:19:43 2011 +0200
36188
36189     MC: perform actual model-checking in tesh tests
36190
36191 commit 61e66acc130576434c1ccdbc88d62d5dae52f7e6
36192 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
36193 Date:   Tue Apr 5 09:54:57 2011 +0000
36194
36195     Improve parametrization of the pmm example.
36196     
36197     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9889 48e7efb5-ca39-0410-a469-dd3cf9ba447f
36198
36199 commit 12d28222f14a4fe5acf4e48abdecd5a541b0888e
36200 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
36201 Date:   Tue Apr 5 18:33:10 2011 +0200
36202
36203     updating tracing tesh'es to follow updates on category naming convention
36204
36205 commit ce169099d562a6ce5dedb68848f1f4f06ae30e04
36206 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
36207 Date:   Tue Apr 5 18:19:24 2011 +0200
36208
36209     if tracing category X is created, define pX for hosts, bX for links
36210     
36211     details:
36212     - avoids confusion when doing spatial aggregation with
36213     the triva's hierarchical graph view
36214
36215 commit e7e3bacdedfb3ff9452e1b751d2e25d448e1c284
36216 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
36217 Date:   Tue Apr 5 17:47:12 2011 +0200
36218
36219     removing the loopback and unused links from the platform used by tracing examples
36220
36221 commit 1a7a3e5a1f23fee5399f22654d1f696f2a145763
36222 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
36223 Date:   Tue Apr 5 17:46:49 2011 +0200
36224
36225     updating the automatic generation of triva's graph configuration
36226     
36227     details:
36228     - this can be used in the fresh hierarchical version of the graph view
36229
36230 commit b81e550f412b7dc203553e16608111b7b6649921
36231 Author: Christophe Thiéry <christopho128@gmail.com>
36232 Date:   Tue Apr 5 15:09:55 2011 +0200
36233
36234     These tests can only work when assertions are enabled
36235
36236 commit eedc0ae72737817aa53aa5f92d1673451787f6be
36237 Author: Christophe Thiéry <christopho128@gmail.com>
36238 Date:   Tue Apr 5 15:09:36 2011 +0200
36239
36240     Add msg pmm binary to .gitignore
36241
36242 commit b0768dd1aa9363b429a117982079874d055e69e3
36243 Author: Pierre-Nicolas Clauss <pini@tuxfamily.org>
36244 Date:   Mon Apr 4 10:37:00 2011 +0200
36245
36246     Some distros need this
36247
36248 commit 494eca1a42ac767979d8f8ea8762040008bea41a
36249 Merge: a9f76cf 5d71218
36250 Author: Navarrop <Pierre.Navarro@imag.fr>
36251 Date:   Fri Apr 1 13:50:27 2011 +0200
36252
36253     Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot//simgrid/simgrid
36254
36255 commit 5d7121829051a971cffab8876327153d40be040a
36256 Author: Pierre-Nicolas Clauss <pini@tuxfamily.org>
36257 Date:   Thu Mar 31 17:28:13 2011 +0200
36258
36259     Added one more missing call. C-MPI should now compile.
36260
36261 commit a9f76cf5eb575de48bb6bbbd010e56d55748c83f
36262 Author: Navarrop <Pierre.Navarro@imag.fr>
36263 Date:   Thu Mar 31 17:09:07 2011 +0200
36264
36265     Need to set PATH to lipcre and pcre.dll for windows.
36266
36267 commit a3da8571d918cd3cbee6676bf229886a6a2ac92d
36268 Merge: e8f8350 4d71517
36269 Author: Pierre-Nicolas Clauss <pini@tuxfamily.org>
36270 Date:   Thu Mar 31 17:06:28 2011 +0200
36271
36272     Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot//simgrid/simgrid
36273
36274 commit e8f8350f07c1b13dd8628f56d5a5050da18264d3
36275 Author: Pierre-Nicolas Clauss <pini@tuxfamily.org>
36276 Date:   Thu Mar 31 17:06:13 2011 +0200
36277
36278     Added one more missing MPI call.
36279
36280 commit eb39ec0249587e4b8d8d5d3514ab30b3f04ee41a
36281 Author: Navarrop <Pierre.Navarro@imag.fr>
36282 Date:   Thu Mar 31 16:22:47 2011 +0200
36283
36284     Gift from Laurent and me ;)
36285
36286 commit 4d71517a0e286ae1466584d63a14c3754b77f64e
36287 Author: Navarrop <Pierre.Navarro@imag.fr>
36288 Date:   Thu Mar 31 16:01:02 2011 +0200
36289
36290     Update pipol script for git and not svn
36291
36292 commit a7d73002840891e353211db97a0d8c1dba86148c
36293 Author: Navarrop <Pierre.Navarro@imag.fr>
36294 Date:   Thu Mar 31 15:59:14 2011 +0200
36295
36296     Clean tabs for publis.html
36297
36298 commit db573cc6c818b0f3c9c81b347c034fec7a42c336
36299 Author: Navarrop <Pierre.Navarro@imag.fr>
36300 Date:   Thu Mar 31 15:58:47 2011 +0200
36301
36302     Update faq for cmake.
36303
36304 commit d73cc63ed2740fe67bf9c0ada4e70ca826600963
36305 Merge: 3e9bc6d 1e98032
36306 Author: Navarrop <Pierre.Navarro@imag.fr>
36307 Date:   Thu Mar 31 15:54:44 2011 +0200
36308
36309     Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot//simgrid/simgrid
36310
36311 commit 3e9bc6dc7b5887dee42b9ed037ce9fbc67aba39c
36312 Author: Navarrop <Pierre.Navarro@imag.fr>
36313 Date:   Thu Mar 31 15:54:31 2011 +0200
36314
36315     Add test for windows.
36316
36317 commit 1e9803272bf869acfca65f318c46bfd83e995788
36318 Author: Pierre-Nicolas Clauss <pini@tuxfamily.org>
36319 Date:   Thu Mar 31 15:49:21 2011 +0200
36320
36321     Programs compiled with smpicc now silently and successfully exit when SMPI_PRETEND_CC is set. This should help use smpicc with autotools-based sources.
36322
36323 commit 651a8ba37d86440d8194da06e1e920c6de399e51
36324 Author: Navarrop <Pierre.Navarro@imag.fr>
36325 Date:   Wed Mar 30 17:09:23 2011 +0200
36326
36327     Add Home and Simgrid Forge to tabs.
36328
36329 commit ada64beec413781e8e11cc6106c5411962cac0fb
36330 Author: Navarrop <Pierre.Navarro@imag.fr>
36331 Date:   Wed Mar 30 16:42:28 2011 +0200
36332
36333     Re-implement the tab.
36334
36335 commit d311bdd17ad860b7564bb17c55a872a7536c16aa
36336 Author: Navarrop <Pierre.Navarro@imag.fr>
36337 Date:   Wed Mar 30 16:42:07 2011 +0200
36338
36339     Fix memory leack.
36340
36341 commit 55029c5e69b87977c9bcac655220ef71d80d5885
36342 Author: Navarrop <Pierre.Navarro@imag.fr>
36343 Date:   Wed Mar 30 13:07:39 2011 +0200
36344
36345     Generate correctly index.php
36346
36347 commit 40313908d60bc1f3d56e092bbd87a04f5fdc771d
36348 Author: Navarrop <Pierre.Navarro@imag.fr>
36349 Date:   Wed Mar 30 09:25:45 2011 +0200
36350
36351     Add date to log of pipol
36352
36353 commit 20bce0939a53dd9bb3c6ea68107e9529372db19b
36354 Merge: 0e924c1 03c4d40
36355 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
36356 Date:   Thu Mar 31 11:14:27 2011 +0200
36357
36358     Merge branch 'master' into master-svn
36359
36360 commit 03c4d40c8cfd84c0090a4501769b43352d401ba4
36361 Author: Lucas Schnorr <Lucas.Schnorr@imag.fr>
36362 Date:   Thu Mar 31 10:18:58 2011 +0200
36363
36364     adding a README.git with our (not yet confirmed) branch policy
36365
36366 commit 0e924c1df2e8e3390df543c50c511e407f1f54c9
36367 Author: pini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
36368 Date:   Tue Mar 29 15:43:52 2011 +0000
36369
36370     Enforces that double parameters are finite (fixes #12243)
36371     
36372     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9888 48e7efb5-ca39-0410-a469-dd3cf9ba447f
36373
36374 commit 270b319983f1f35c5ec8c9616c6defa1251b92dc
36375 Merge: 8ec4565 78e3d0a
36376 Author: Pierre-Nicolas Clauss <pini@tuxfamily.org>
36377 Date:   Tue Mar 29 17:37:45 2011 +0200
36378
36379     Merge branch 'master' of github.com:THEpini/simgrid
36380
36381 commit 8ec45654c88137f6ac427dbc95ea22ed1f6a54a0
36382 Merge: b65f443 c64049d
36383 Author: Pierre-Nicolas Clauss <pini@tuxfamily.org>
36384 Date:   Tue Mar 29 17:35:50 2011 +0200
36385
36386     Coding Sprint : Synchronize SVN with GitHub
36387
36388 commit b65f44359644f1fdbe91077e7d379453a16f857a
36389 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
36390 Date:   Tue Mar 29 15:32:44 2011 +0000
36391
36392     Merge branch 'master', remote branch 'git-hub-cristian/master'
36393     
36394     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9887 48e7efb5-ca39-0410-a469-dd3cf9ba447f
36395
36396 commit c64049dc4e5939d5e1b230089db2c6270837bc25
36397 Merge: e155a86 72c585c
36398 Author: Pierre-Nicolas Clauss <pini@tuxfamily.org>
36399 Date:   Tue Mar 29 17:02:05 2011 +0200
36400
36401     Coding Sprint : Synchronize SVN with GitHub
36402
36403 commit e155a86b8537ea7cd565751e83b42218304470cb
36404 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
36405 Date:   Tue Mar 29 14:53:59 2011 +0000
36406
36407     Sorry, if not enable debug option set -DNDEBUG
36408     
36409     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9886 48e7efb5-ca39-0410-a469-dd3cf9ba447f
36410
36411 commit 1c6dad0f88954f0497ed2ae336790f663b2fa35e
36412 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
36413 Date:   Tue Mar 29 14:52:06 2011 +0000
36414
36415     Need to be root
36416     
36417     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9885 48e7efb5-ca39-0410-a469-dd3cf9ba447f
36418
36419 commit e6fb23a5eaf94b043a45efa5f67926b4ef2aace9
36420 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
36421 Date:   Tue Mar 29 14:52:02 2011 +0000
36422
36423     Add option enable_debug by default 'on'.
36424     
36425     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9884 48e7efb5-ca39-0410-a469-dd3cf9ba447f
36426
36427 commit a28ebcdb8b697f4967bb65c219453e9ae56393af
36428 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
36429 Date:   Tue Mar 29 14:51:55 2011 +0000
36430
36431     Cosmetics
36432     
36433     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9883 48e7efb5-ca39-0410-a469-dd3cf9ba447f
36434
36435 commit 1196743dd60970a67031a16cf362a2c41a35157b
36436 Author: pini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
36437 Date:   Tue Mar 29 14:19:10 2011 +0000
36438
36439     Mention Debian package for bibtex2html in error msg
36440     
36441     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9882 48e7efb5-ca39-0410-a469-dd3cf9ba447f
36442
36443 commit 72c585c90b3e439c57fcb3758609910d12ca4750
36444 Merge: dbe545b 4fbd648
36445 Author: Pierre-Nicolas Clauss <pini@tuxfamily.org>
36446 Date:   Tue Mar 29 16:17:19 2011 +0200
36447
36448     Merge branch 'mention-debian-package-for-bibtex2html' of git://github.com/ln/simgrid
36449
36450 commit 78e3d0a63b96a354715841d3a549e8c7bff4693e
36451 Merge: a430f1f c64049d
36452 Author: marc fuentes <marc.fuentes@inria.fr>
36453 Date:   Tue Mar 29 16:12:13 2011 +0200
36454
36455     Merge branch 'master' of github.com:THEpini/simgrid
36456
36457 commit a430f1f90a30ad6e662e80cbc0d0154540a2c8b5
36458 Author: marc fuentes <marc.fuentes@inria.fr>
36459 Date:   Tue Mar 29 15:54:31 2011 +0200
36460
36461     Enforces that double parameters are finite (fixes #12243)
36462
36463 commit 50ac03db82407201b768bd8b6466edecbacbdf65
36464 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
36465 Date:   Tue Mar 29 13:51:41 2011 +0000
36466
36467     Add some missing files from postprocesser.
36468     
36469     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9881 48e7efb5-ca39-0410-a469-dd3cf9ba447f
36470
36471 commit a31c4367d8a34c77bbb5f8598260c5afb95897bd
36472 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
36473 Date:   Tue Mar 29 13:51:35 2011 +0000
36474
36475     Update faq for windows.
36476     
36477     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9880 48e7efb5-ca39-0410-a469-dd3cf9ba447f
36478
36479 commit dbe545bf15f8d0e923bcc60441d7c6d7393a1208
36480 Merge: 2e3a751 dd8721f
36481 Author: Pierre-Nicolas Clauss <pini@tuxfamily.org>
36482 Date:   Tue Mar 29 15:33:20 2011 +0200
36483
36484     Coding Sprint: Synchronize SVN with GitHub
36485
36486 commit 2e3a751b81e92b46193d492468465913178959db
36487 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
36488 Date:   Tue Mar 29 13:31:23 2011 +0000
36489
36490     Protect recursive calls to _xbt_log_cat_init from this function.
36491     
36492     This fixes the tests tesh-self-* that were broken with NDEBUG.
36493     
36494     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9879 48e7efb5-ca39-0410-a469-dd3cf9ba447f
36495
36496 commit 4fbd648cb903222b1d0d13faee7b162d968b91ca
36497 Author: Lucas Nussbaum <lucas@lucas-nussbaum.net>
36498 Date:   Tue Mar 29 15:31:21 2011 +0200
36499
36500     Mention Debian package for bibtex2html in error msg
36501
36502 commit e01bb6df079136f66209073063a45a261260dff3
36503 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
36504 Date:   Tue Mar 29 13:24:53 2011 +0000
36505
36506     document commit r9877
36507     
36508     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9878 48e7efb5-ca39-0410-a469-dd3cf9ba447f
36509
36510 commit 4193830ba88a07a30bf7ef975540e854ab0eec69
36511 Author: pini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
36512 Date:   Tue Mar 29 13:19:57 2011 +0000
36513
36514     implement quiet exit (fixes #10045)
36515     
36516     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9877 48e7efb5-ca39-0410-a469-dd3cf9ba447f
36517
36518 commit 0a86432f4011e79a1a6f0f7d463a9020fd08fe30
36519 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
36520 Date:   Tue Mar 29 13:12:42 2011 +0000
36521
36522     Add the faq page to tabs.
36523     
36524     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9876 48e7efb5-ca39-0410-a469-dd3cf9ba447f
36525
36526 commit dd8721fa140162c6c464540be666a5ae724e9eb2
36527 Author: marc fuentes <marc.fuentes@inria.fr>
36528 Date:   Tue Mar 29 14:07:53 2011 +0200
36529
36530     implement quiet exit (fixes #10045)
36531
36532 commit 7467ec77e1cd62ec60a343a75f25f2b1f77baac5
36533 Merge: 16198bc 4e15915
36534 Author: Pierre-Nicolas Clauss <pini@tuxfamily.org>
36535 Date:   Tue Mar 29 14:18:26 2011 +0200
36536
36537     Merge remote branch 'github/master'
36538
36539 commit 16198bc6c0b37b1b92d12240901a371f51c3a0f9
36540 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
36541 Date:   Tue Mar 29 12:07:40 2011 +0000
36542
36543     Re write the postprocesser for doxygen
36544     
36545     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9875 48e7efb5-ca39-0410-a469-dd3cf9ba447f
36546
36547 commit d59a8f2b4e1386cfbce3b5ed7c6b523daa79f360
36548 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
36549 Date:   Tue Mar 29 12:07:37 2011 +0000
36550
36551     Re add the tab to the index.php
36552     
36553     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9874 48e7efb5-ca39-0410-a469-dd3cf9ba447f
36554
36555 commit 4e15915b16d6979d0adee835bb25a1f5b16c758b
36556 Merge: d11bea4 3850331
36557 Author: Pierre-Nicolas Clauss <pini@tuxfamily.org>
36558 Date:   Tue Mar 29 13:53:03 2011 +0200
36559
36560     Merge remote branch 'github/master'
36561
36562 commit d11bea459295c9d87eccdd5449e49764b4a8174f
36563 Author: pini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
36564 Date:   Tue Mar 29 11:43:46 2011 +0000
36565
36566     fail after displaying the error msgs
36567     
36568     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9873 48e7efb5-ca39-0410-a469-dd3cf9ba447f
36569
36570 commit c305062be4dccfc5db2ae05185fb8fb1e351efe7
36571 Author: pini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
36572 Date:   Tue Mar 29 11:43:34 2011 +0000
36573
36574     Fix display of error message in make simgrid_documentation
36575     
36576     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9872 48e7efb5-ca39-0410-a469-dd3cf9ba447f
36577
36578 commit 3850331878d03d46b2b56237e4646f3881a651e5
36579 Author: Lucas Nussbaum <lucas@lucas-nussbaum.net>
36580 Date:   Tue Mar 29 13:37:12 2011 +0200
36581
36582     fail after displaying the error msgs
36583
36584 commit 3485485c673cae66ad3f03795a34e9862141f68b
36585 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
36586 Date:   Tue Mar 29 11:36:57 2011 +0000
36587
36588     re-adding output line of gtnets test
36589     
36590     details:
36591     - we verified that this message has to appear
36592     
36593     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9871 48e7efb5-ca39-0410-a469-dd3cf9ba447f
36594
36595 commit 2c6b46233d2429a930e1fe390ef460f07f2edffe
36596 Author: Lucas Nussbaum <lucas@lucas-nussbaum.net>
36597 Date:   Tue Mar 29 13:32:18 2011 +0200
36598
36599     Fix display of error message in make simgrid_documentation
36600
36601 commit b8ca930988a5f9573c38d7c64fc911df3a0051df
36602 Merge: 4fb6c1f 9bdb5be
36603 Author: Pierre-Nicolas Clauss <pini@tuxfamily.org>
36604 Date:   Tue Mar 29 13:19:43 2011 +0200
36605
36606     Merge remote branch 'github/master'
36607
36608 commit 4fb6c1f9cbaf984a0cdc3df8e2a1f3b4f91347c9
36609 Author: pini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
36610 Date:   Tue Mar 29 11:19:11 2011 +0000
36611
36612     Fix configure script
36613     
36614     Use 'echo -e' to interpret \t and \n
36615     echo -e is bash-specific, use bash instead of sh in shebang.
36616     
36617     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9870 48e7efb5-ca39-0410-a469-dd3cf9ba447f
36618
36619 commit 18b6cdd7c666c0427bb1a3051abc52872e070bff
36620 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
36621 Date:   Tue Mar 29 10:57:47 2011 +0000
36622
36623     fix gtnets tracing tesh'es, remove the log message from the master
36624     
36625     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9869 48e7efb5-ca39-0410-a469-dd3cf9ba447f
36626
36627 commit fdbb07526f631d9bd3fb6f78bfa0a1a7b8b4b538
36628 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
36629 Date:   Tue Mar 29 10:57:45 2011 +0000
36630
36631     update tracing tesh'es to the new order of events defined by the core simulator
36632     
36633     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9868 48e7efb5-ca39-0410-a469-dd3cf9ba447f
36634
36635 commit 75d2be17a779008190fd1adf120156537aca5dee
36636 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
36637 Date:   Tue Mar 29 10:36:20 2011 +0000
36638
36639     When enable smpi f2c is mandatory.
36640     
36641     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9867 48e7efb5-ca39-0410-a469-dd3cf9ba447f
36642
36643 commit 40669c04a403c7e4a1bf2f81eb20489efba04d6a
36644 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
36645 Date:   Tue Mar 29 10:36:17 2011 +0000
36646
36647     With the tag peer no need to set fullduplex and routing is Full.
36648     
36649     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9866 48e7efb5-ca39-0410-a469-dd3cf9ba447f
36650
36651 commit b32a869b70f21c2dcbffe21071a949c82a3a37dd
36652 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
36653 Date:   Tue Mar 29 09:59:55 2011 +0000
36654
36655     useless commit to test CIA on IRC
36656     
36657     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9865 48e7efb5-ca39-0410-a469-dd3cf9ba447f
36658
36659 commit 9bdb5be52f15298cfa6aeae059193a1d902b96f5
36660 Author: Lucas Nussbaum <lucas@lucas-nussbaum.net>
36661 Date:   Tue Mar 29 11:59:49 2011 +0200
36662
36663     Fix configure script
36664     
36665     Use 'echo -e' to interpret \t and \n
36666     echo -e is bash-specific, use bash instead of sh in shebang.
36667
36668 commit 9254f6626da1e13ddd4662e3f677a3d98f7317f1
36669 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
36670 Date:   Mon Mar 28 21:55:58 2011 +0000
36671
36672     drop a useless dependency on -ldl
36673     
36674     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9864 48e7efb5-ca39-0410-a469-dd3cf9ba447f
36675
36676 commit f25cc6c44f48b2231b129aa537af867e051e5989
36677 Author: agiersch <agiersch@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
36678 Date:   Fri Mar 25 06:59:16 2011 +0000
36679
36680     Upgrade xbt_assert in simgrid-contrib.
36681     
36682     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/contrib/trunk/simgrid-java@9859 48e7efb5-ca39-0410-a469-dd3cf9ba447f
36683
36684 commit 0ca1291c2f63ca6235f4b4885c48413a900aade4
36685 Author: agiersch <agiersch@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
36686 Date:   Thu Mar 24 16:49:49 2011 +0000
36687
36688     Remove usage of xbt_assert[0-9].
36689     
36690     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9858 48e7efb5-ca39-0410-a469-dd3cf9ba447f
36691
36692 commit 1fda4cc79d808bb4ca659d056c5e67be99ce47ca
36693 Author: agiersch <agiersch@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
36694 Date:   Thu Mar 24 16:49:35 2011 +0000
36695
36696     Define xbt_assert as a variadic macro.
36697     
36698     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9857 48e7efb5-ca39-0410-a469-dd3cf9ba447f
36699
36700 commit ec16845133f5f1b5262d2d77d8ba22824fa8a446
36701 Author: agiersch <agiersch@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
36702 Date:   Thu Mar 24 16:49:29 2011 +0000
36703
36704     Use new macros THROWF and RETHROWF.
36705     
36706     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9856 48e7efb5-ca39-0410-a469-dd3cf9ba447f
36707
36708 commit a5de99b2e59f7e8d83c592d361a980d5f33693e5
36709 Author: agiersch <agiersch@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
36710 Date:   Thu Mar 24 16:49:18 2011 +0000
36711
36712     Define THROWF and RETHROWF as variadic macros.
36713     
36714     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9855 48e7efb5-ca39-0410-a469-dd3cf9ba447f
36715
36716 commit 479049778fd0421d35e22f9947b24104f9430310
36717 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
36718 Date:   Thu Mar 24 15:05:31 2011 +0000
36719
36720     Free char* used by peer tag.
36721     
36722     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9854 48e7efb5-ca39-0410-a469-dd3cf9ba447f
36723
36724 commit 7141af752d0f9389c4da1c42a151c16369c70f2a
36725 Author: agiersch <agiersch@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
36726 Date:   Thu Mar 24 14:58:35 2011 +0000
36727
36728     Replace, when possible, calls to bprintf() by calls to xbt_strdup().
36729     
36730     This should be slightly faster.
36731     
36732     A quick test shows 10% improvement for basic_parsing_test on a cluster
36733     with 1e6 hosts.
36734     
36735     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9853 48e7efb5-ca39-0410-a469-dd3cf9ba447f
36736
36737 commit d1417d67aeace547abaeee6766911a4e734526b3
36738 Author: agiersch <agiersch@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
36739 Date:   Thu Mar 24 14:58:24 2011 +0000
36740
36741     Fix documentation for xbt_dict_set.
36742     
36743     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9852 48e7efb5-ca39-0410-a469-dd3cf9ba447f
36744
36745 commit 30d9389eaaacaa7d69568b6fb7dbf3ad0e542461
36746 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
36747 Date:   Thu Mar 24 14:39:21 2011 +0000
36748
36749     This perl script generate a platform with n peer (arg0)
36750     
36751     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9851 48e7efb5-ca39-0410-a469-dd3cf9ba447f
36752
36753 commit d79cb913d87e786a959e06fed80983cdc618fc06
36754 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
36755 Date:   Thu Mar 24 14:28:56 2011 +0000
36756
36757     Replace XBT_INFO by XBT_DEBUG to make tesh happy
36758     
36759     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9850 48e7efb5-ca39-0410-a469-dd3cf9ba447f
36760
36761 commit ec9ed4cd8cbd14684047793bdef007c11e29efb4
36762 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
36763 Date:   Thu Mar 24 14:09:25 2011 +0000
36764
36765     Correct lua tests with cmake.
36766     
36767     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9849 48e7efb5-ca39-0410-a469-dd3cf9ba447f
36768
36769 commit 6f2ed42bc7ad2e2f9075ed9d9fc9778a153b45f5
36770 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
36771 Date:   Thu Mar 24 13:47:26 2011 +0000
36772
36773     add tesh file to master_slave lua example
36774     
36775     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9848 48e7efb5-ca39-0410-a469-dd3cf9ba447f
36776
36777 commit 5073fed443fe7b2775f9eace3c512da49dab0e4a
36778 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
36779 Date:   Thu Mar 24 13:25:30 2011 +0000
36780
36781     Avoid warning
36782     
36783     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9847 48e7efb5-ca39-0410-a469-dd3cf9ba447f
36784
36785 commit 10284ed0b7329cd9a74f2b542bee3e126cba5128
36786 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
36787 Date:   Thu Mar 24 13:25:26 2011 +0000
36788
36789     Forgot to change xbt_dict_cursor_t to xbt_lib_cursor_t;
36790     
36791     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9846 48e7efb5-ca39-0410-a469-dd3cf9ba447f
36792
36793 commit ebfe21b41d7a8b25b72d2441f9bee879d974809f
36794 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
36795 Date:   Thu Mar 24 10:36:31 2011 +0000
36796
36797     Reimplement SIMIX_host_get_dict.
36798     
36799     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9845 48e7efb5-ca39-0410-a469-dd3cf9ba447f
36800
36801 commit c4ee1fee88b1c3c22c9848f0293dc14b13122fdc
36802 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
36803 Date:   Thu Mar 24 10:36:28 2011 +0000
36804
36805     Update flatifier.tesh as flatifier.c has changed.
36806     
36807     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9844 48e7efb5-ca39-0410-a469-dd3cf9ba447f
36808
36809 commit 54623b547b0714909b759cae7c21a8469ee40c28
36810 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
36811 Date:   Thu Mar 24 10:36:24 2011 +0000
36812
36813     src and dst can be in host_lib or as_router_lib.
36814     
36815     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9843 48e7efb5-ca39-0410-a469-dd3cf9ba447f
36816
36817 commit 8e6f4afad4c4eca04d75090231ccf6d2cb7efda0
36818 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
36819 Date:   Thu Mar 24 10:36:22 2011 +0000
36820
36821     Add --cfg=:yes command option to specify that platform want to use coordinates.
36822     We can also used <prop id="coordinates" value="yes"/> into tag config.
36823     
36824     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9842 48e7efb5-ca39-0410-a469-dd3cf9ba447f
36825
36826 commit 63ea7e30d56956923efa25dd65b713cc944e236f
36827 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
36828 Date:   Thu Mar 24 10:36:19 2011 +0000
36829
36830     Must set
36831     set SURFXML_BUFFER_SET(AS_coordinates, "");
36832     SURFXML_BUFFER_SET(host_coordinates, "");
36833     SURFXML_BUFFER_SET(router_coordinates, "");
36834     To not use coordinates.
36835     
36836     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9841 48e7efb5-ca39-0410-a469-dd3cf9ba447f
36837
36838 commit 664dc244fe35c13d02c15d1d43a89b37bef56342
36839 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
36840 Date:   Thu Mar 24 10:36:16 2011 +0000
36841
36842     free libs at the right moment.
36843     
36844     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9840 48e7efb5-ca39-0410-a469-dd3cf9ba447f
36845
36846 commit da15983f809aac24ac3c7cf8b36d4994a75ce479
36847 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
36848 Date:   Thu Mar 24 10:36:13 2011 +0000
36849
36850     Dont used (*lib) but l = *lib.
36851     
36852     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9839 48e7efb5-ca39-0410-a469-dd3cf9ba447f
36853
36854 commit 702ac78afa738128143f0b2a03bad8484001407c
36855 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
36856 Date:   Thu Mar 24 10:36:09 2011 +0000
36857
36858     Set level COORD_HOST_LEVEL and COORD_ASR_LEVEL if there are used.
36859     
36860     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9838 48e7efb5-ca39-0410-a469-dd3cf9ba447f
36861
36862 commit e39816733719a5e75aa99098871104d15fd525d3
36863 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
36864 Date:   Thu Mar 24 10:36:04 2011 +0000
36865
36866     Remove old example.
36867     
36868     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9837 48e7efb5-ca39-0410-a469-dd3cf9ba447f
36869
36870 commit 529000951f78d95e3e299d381b6f05a202d59993
36871 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
36872 Date:   Thu Mar 24 10:36:01 2011 +0000
36873
36874     Use correct function to free element.
36875     
36876     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9836 48e7efb5-ca39-0410-a469-dd3cf9ba447f
36877
36878 commit b8b59a0f93d822c81766965a3367c37424591142
36879 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
36880 Date:   Thu Mar 24 10:35:57 2011 +0000
36881
36882     Remove host_lib, link_lib and as_router_lib from SD_exit or MSG_clean.
36883     
36884     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9835 48e7efb5-ca39-0410-a469-dd3cf9ba447f
36885
36886 commit 6094020a03f9c10b954e3e1d32e1a3ffc75a8d7f
36887 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
36888 Date:   Thu Mar 24 10:35:53 2011 +0000
36889
36890     Move e_surf_network_element_type_t public.
36891     
36892     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9834 48e7efb5-ca39-0410-a469-dd3cf9ba447f
36893
36894 commit 526747a744ea55946618ab192e053cd508947259
36895 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
36896 Date:   Thu Mar 24 10:35:49 2011 +0000
36897
36898     Remove xbt_dict_t workstations from SD_global.
36899     
36900     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9833 48e7efb5-ca39-0410-a469-dd3cf9ba447f
36901
36902 commit fff8d47225bf9c230eca9b004f2af8379a89b5a4
36903 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
36904 Date:   Thu Mar 24 10:35:43 2011 +0000
36905
36906     Remove xbt_dict coordinates and move info into host_lib or as_router_lib.
36907     
36908     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9832 48e7efb5-ca39-0410-a469-dd3cf9ba447f
36909
36910 commit c3b558830390fe6bcb7572686c2b18bd0509ffc4
36911 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
36912 Date:   Thu Mar 24 10:35:40 2011 +0000
36913
36914     Remove xbt_dict_t links from struct SD_global.
36915     
36916     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9831 48e7efb5-ca39-0410-a469-dd3cf9ba447f
36917
36918 commit 47770f3f517351a06cd159b2e0f79f72461fbb34
36919 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
36920 Date:   Thu Mar 24 10:35:36 2011 +0000
36921
36922     Remove resource_set from surf_model.
36923     
36924     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9830 48e7efb5-ca39-0410-a469-dd3cf9ba447f
36925
36926 commit baca7024fc7c8a8231d947be38fd7627348487fd
36927 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
36928 Date:   Thu Mar 24 10:35:32 2011 +0000
36929
36930     Remove xbt_dict host from simix.
36931     
36932     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9829 48e7efb5-ca39-0410-a469-dd3cf9ba447f
36933
36934 commit 62da5664b681577c99a3b0f51d8395876e7ecdf5
36935 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
36936 Date:   Thu Mar 24 10:35:26 2011 +0000
36937
36938     Remove where_network_elements and add element in host_lib and as_router_lib
36939     
36940     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9828 48e7efb5-ca39-0410-a469-dd3cf9ba447f
36941
36942 commit f24dd236f78ed3385407b6fca05d66cfa759d08e
36943 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
36944 Date:   Thu Mar 24 10:35:22 2011 +0000
36945
36946     Update tesh.
36947     
36948     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9827 48e7efb5-ca39-0410-a469-dd3cf9ba447f
36949
36950 commit 436361a4e22fc3964761df7db5948b009060cfb8
36951 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
36952 Date:   Thu Mar 24 10:35:18 2011 +0000
36953
36954     Remove old function surf_model_resource_by_name.
36955     Add surf_cpu_resource_by_name, surf_workstation_resource_by_name and
36956     surf_network_resource_by_name.
36957     
36958     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9826 48e7efb5-ca39-0410-a469-dd3cf9ba447f
36959
36960 commit 2c9b55f9c36855549c0a1dc3eae18cd9b520a85e
36961 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
36962 Date:   Thu Mar 24 10:35:12 2011 +0000
36963
36964     Update tesh as the SD_get_host_table has change.
36965     
36966     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9825 48e7efb5-ca39-0410-a469-dd3cf9ba447f
36967
36968 commit 2cc8ea0d3fabf1676e26e7361de7c45d09d5a2b6
36969 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
36970 Date:   Thu Mar 24 10:35:08 2011 +0000
36971
36972     Add levels to lib host_lib, link_lib and as_router_lib
36973     
36974     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9824 48e7efb5-ca39-0410-a469-dd3cf9ba447f
36975
36976 commit eb5ce1f6f6e73da893169729974be2efb3be1b10
36977 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
36978 Date:   Thu Mar 24 10:35:03 2011 +0000
36979
36980     Add xbt_lib_size and xbt_lib_rehash
36981     
36982     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9823 48e7efb5-ca39-0410-a469-dd3cf9ba447f
36983
36984 commit b010eea06ca2993294d4bc3410dacd74fb7225d5
36985 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
36986 Date:   Thu Mar 24 10:34:59 2011 +0000
36987
36988     Add library (xbt_lib) to simgrid.
36989     
36990     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9822 48e7efb5-ca39-0410-a469-dd3cf9ba447f
36991
36992 commit 52900c044364c36cf24bc401ed0aa3d208f71b34
36993 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
36994 Date:   Wed Mar 23 17:10:18 2011 +0000
36995
36996     add methods to describe a Router component from lua console
36997     
36998     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9821 48e7efb5-ca39-0410-a469-dd3cf9ba447f
36999
37000 commit eb2dd737c66528a85f0283e3fcbd81fd19de564e
37001 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
37002 Date:   Wed Mar 23 17:08:37 2011 +0000
37003
37004     allow parsing a Router component from lua console also
37005     
37006     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9820 48e7efb5-ca39-0410-a469-dd3cf9ba447f
37007
37008 commit aa807fd7636159c24936c3a28b82cd1d05ece957
37009 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
37010 Date:   Wed Mar 23 14:20:17 2011 +0000
37011
37012     remove the usless function : smx_ctx_java_get_data, smx_ctx_base_get_data is doing the job
37013     
37014     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/contrib/trunk/simgrid-java@9819 48e7efb5-ca39-0410-a469-dd3cf9ba447f
37015
37016 commit b9486fe3a4234dbd140b0a794c84fb2fd425ec3c
37017 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
37018 Date:   Tue Mar 22 17:00:20 2011 +0000
37019
37020     Factorize some code and cosmetic fixes.
37021     
37022     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9814 48e7efb5-ca39-0410-a469-dd3cf9ba447f
37023
37024 commit 425bb7827488321f00636fe927074de3fd4a09b9
37025 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
37026 Date:   Tue Mar 22 17:00:13 2011 +0000
37027
37028     New MSG example: Parallel Matrix Multiplication
37029     
37030     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9813 48e7efb5-ca39-0410-a469-dd3cf9ba447f
37031
37032 commit 28c992f044ef6bb6a3fdf7976c4300f72074753e
37033 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
37034 Date:   Mon Mar 21 16:37:47 2011 +0000
37035
37036     Fix a comparison between different enums
37037     
37038     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9812 48e7efb5-ca39-0410-a469-dd3cf9ba447f
37039
37040 commit bddd850a6565048d8a2d4f5b2ce11de1a8549dbb
37041 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
37042 Date:   Fri Mar 18 15:52:19 2011 +0000
37043
37044     move files...
37045     
37046     
37047     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9811 48e7efb5-ca39-0410-a469-dd3cf9ba447f
37048
37049 commit d2e821780d4e656ef56a50cd334893799c660a05
37050 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
37051 Date:   Fri Mar 18 15:49:04 2011 +0000
37052
37053     rearrange lua example in separate simulation component files
37054     
37055     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9810 48e7efb5-ca39-0410-a469-dd3cf9ba447f
37056
37057 commit 22356ab5dbecbe29e4f06dda4d3000f9cff68414
37058 Author: pini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
37059 Date:   Fri Mar 18 11:36:37 2011 +0000
37060
37061     These functions in SIMIX should return 0, and that function in actions should return so early
37062     
37063     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9809 48e7efb5-ca39-0410-a469-dd3cf9ba447f
37064
37065 commit 3ca5d58e75df5f28588be1953f6b84a79b163d3b
37066 Author: pini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
37067 Date:   Fri Mar 18 11:11:29 2011 +0000
37068
37069     Dirty hacks again: shot more bullets, it may be a zombie
37070     
37071     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9808 48e7efb5-ca39-0410-a469-dd3cf9ba447f
37072
37073 commit 5b26ea89fedaa063150a60c66efc5932b4ae37b5
37074 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
37075 Date:   Fri Mar 18 10:58:13 2011 +0000
37076
37077     Add functions SIMIX_comm_has_send/recv_match
37078     
37079     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9807 48e7efb5-ca39-0410-a469-dd3cf9ba447f
37080
37081 commit 2dd260b561b43eefb026bba613251d3330d5fb0a
37082 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
37083 Date:   Thu Mar 17 09:49:09 2011 +0000
37084
37085     Update pipol scripts
37086     
37087     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9806 48e7efb5-ca39-0410-a469-dd3cf9ba447f
37088
37089 commit 7472267d3e09ca985bc47f7288701cf3aeb7e82f
37090 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
37091 Date:   Thu Mar 17 09:48:55 2011 +0000
37092
37093     New way to find svn version
37094     
37095     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9805 48e7efb5-ca39-0410-a469-dd3cf9ba447f
37096
37097 commit 51e943a89000d86b5d1293526a121014ddb3d1f7
37098 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
37099 Date:   Tue Mar 15 15:27:49 2011 +0000
37100
37101     Dirty hacks for the action replayer
37102     
37103     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9800 48e7efb5-ca39-0410-a469-dd3cf9ba447f
37104
37105 commit 159f1801b853c2fa95755636d4845b3dbd68ff4f
37106 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
37107 Date:   Tue Mar 15 15:27:47 2011 +0000
37108
37109     Make SIMIX_comm_start() public (for a while :))
37110     
37111     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9799 48e7efb5-ca39-0410-a469-dd3cf9ba447f
37112
37113 commit b661d99ad7665d468164a2f957125429515ebf20
37114 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
37115 Date:   Tue Mar 15 15:27:46 2011 +0000
37116
37117     Add a function SIMIX_process_get_by_name()
37118     
37119     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9798 48e7efb5-ca39-0410-a469-dd3cf9ba447f
37120
37121 commit e89f9f044e0a5071de93ec27bfca5993b9c86d1f
37122 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
37123 Date:   Tue Mar 15 15:27:43 2011 +0000
37124
37125     Chord: update some messages displayed
37126     
37127     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9797 48e7efb5-ca39-0410-a469-dd3cf9ba447f
37128
37129 commit b4e1ff1d7acc7cbbd793877dbd2603801d705c6c
37130 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
37131 Date:   Tue Mar 15 14:03:56 2011 +0000
37132
37133     Generate publis correctely.
37134     
37135     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9796 48e7efb5-ca39-0410-a469-dd3cf9ba447f
37136
37137 commit eb7087b9f4a278df50c0b3c75c3080db3f843ebe
37138 Author: pini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
37139 Date:   Tue Mar 15 13:36:03 2011 +0000
37140
37141     Parameters were swapped.
37142     
37143     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9795 48e7efb5-ca39-0410-a469-dd3cf9ba447f
37144
37145 commit ececc8c70378c26333560a86aeae6e1272459070
37146 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
37147 Date:   Tue Mar 15 12:38:25 2011 +0000
37148
37149     Make sure that the action don't fail miserably if we mix isend with sends in the trace
37150     
37151     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9794 48e7efb5-ca39-0410-a469-dd3cf9ba447f
37152
37153 commit cb7c2744db797fcce6ada8d9a87880cce00fd2b0
37154 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
37155 Date:   Tue Mar 15 11:12:40 2011 +0000
37156
37157     deal with short eager messages in a better way
37158     
37159     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9793 48e7efb5-ca39-0410-a469-dd3cf9ba447f
37160
37161 commit 6d12af6fe95a30919e3e18af7af83b7a839750f4
37162 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
37163 Date:   Tue Mar 15 11:12:38 2011 +0000
37164
37165     make SIMIX_comm_finish() public
37166     
37167     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9792 48e7efb5-ca39-0410-a469-dd3cf9ba447f
37168
37169 commit 7df51359aee2cbfb8d0fe0214644e3a12a955456
37170 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
37171 Date:   Tue Mar 15 10:48:43 2011 +0000
37172
37173     allow MSG users to play with request matching mecanism
37174     
37175     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9791 48e7efb5-ca39-0410-a469-dd3cf9ba447f
37176
37177 commit 8838d77194db9264fdec177b93194cc9e8c1b7e2
37178 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
37179 Date:   Mon Mar 14 15:56:58 2011 +0000
37180
37181     When execute command line : --cfg=value against --cfg value.
37182     --cfg value is only for tesh test.
37183     
37184     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9790 48e7efb5-ca39-0410-a469-dd3cf9ba447f
37185
37186 commit ffc784d0a7d4b10e9ee73d12a4c355e2644e9afa
37187 Author: pini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
37188 Date:   Mon Mar 14 14:47:43 2011 +0000
37189
37190     Add wrapper to match receiving mailboxes against a user-provided filter
37191     
37192     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9789 48e7efb5-ca39-0410-a469-dd3cf9ba447f
37193
37194 commit 779e0e58a8ec8674bef9f53c0f80ea021a4f5063
37195 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
37196 Date:   Mon Mar 14 14:17:47 2011 +0000
37197
37198     Sorry need to be call here for compile warning.
37199     
37200     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9788 48e7efb5-ca39-0410-a469-dd3cf9ba447f
37201
37202 commit 39cda11a085bba2828c68949e31861204ec40b18
37203 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
37204 Date:   Mon Mar 14 13:54:31 2011 +0000
37205
37206     Fix memory leak in this example.
37207     
37208     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9787 48e7efb5-ca39-0410-a469-dd3cf9ba447f
37209
37210 commit 662ef17dcd53ad870df0ef249aabd0bc0b9a41dd
37211 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
37212 Date:   Mon Mar 14 13:54:28 2011 +0000
37213
37214     Remove xbt_assert from generic_src_dst_check function.
37215     
37216     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9786 48e7efb5-ca39-0410-a469-dd3cf9ba447f
37217
37218 commit e1ca44fbde5157f4302e3bac006914db59077fa9
37219 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
37220 Date:   Mon Mar 14 13:54:25 2011 +0000
37221
37222     We may want to use this function in examples.
37223     after xbt_dict_foreach(global_routing->where_network_elements ...
37224     
37225     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9785 48e7efb5-ca39-0410-a469-dd3cf9ba447f
37226
37227 commit 3e90f593d158b443e97bcdba79b15f655370c664
37228 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
37229 Date:   Mon Mar 14 13:54:21 2011 +0000
37230
37231     Add a graphicator test and use get_network_element_type against try-catch
37232     
37233     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9784 48e7efb5-ca39-0410-a469-dd3cf9ba447f
37234
37235 commit 5d65fab329942a53bd5719b4c254340b3742694d
37236 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
37237 Date:   Mon Mar 14 12:21:39 2011 +0000
37238
37239     This is a generated file.
37240     So it can't be a dependency.
37241     
37242     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9783 48e7efb5-ca39-0410-a469-dd3cf9ba447f
37243
37244 commit eb121f444cbfc4be8dbeba38c2c23da09d2ca736
37245 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
37246 Date:   Mon Mar 14 12:21:34 2011 +0000
37247
37248     Cosmetics
37249     
37250     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9782 48e7efb5-ca39-0410-a469-dd3cf9ba447f
37251
37252 commit 0d6362e34f929c97e70df53728b4eb466d9d2e96
37253 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
37254 Date:   Mon Mar 14 09:16:12 2011 +0000
37255
37256     Fix a compilation warning (use of an uninitialized variable)
37257     
37258     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9781 48e7efb5-ca39-0410-a469-dd3cf9ba447f
37259
37260 commit 85b2df79ec3ac492583a49e94770808002cda86c
37261 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
37262 Date:   Thu Mar 10 15:01:09 2011 +0000
37263
37264     Fix some memory leack.
37265     
37266     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9780 48e7efb5-ca39-0410-a469-dd3cf9ba447f
37267
37268 commit aa386bcccadaef7f18ddf685c9713b308467aed2
37269 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
37270 Date:   Thu Mar 10 13:01:31 2011 +0000
37271
37272     Forgot one free.
37273     See Free dynar after use in xbt_dynar_compare commit.
37274     
37275     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9779 48e7efb5-ca39-0410-a469-dd3cf9ba447f
37276
37277 commit a0cf866ecda011f77f1fa22ea33a8e8d2bce7b1b
37278 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
37279 Date:   Thu Mar 10 13:01:27 2011 +0000
37280
37281     Add log to random_mgr.
37282     
37283     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9778 48e7efb5-ca39-0410-a469-dd3cf9ba447f
37284
37285 commit ea0d2051c9a3744ae97f9954ab0c436ea4625cd7
37286 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
37287 Date:   Thu Mar 10 13:01:21 2011 +0000
37288
37289     Free some missing variables.
37290     
37291     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9777 48e7efb5-ca39-0410-a469-dd3cf9ba447f
37292
37293 commit 1553fe73cf3bb8904cb71df4233b029cf8f6b485
37294 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
37295 Date:   Thu Mar 10 13:01:17 2011 +0000
37296
37297     Free dict random_value and patterns after the end of the platform.
37298     
37299     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9776 48e7efb5-ca39-0410-a469-dd3cf9ba447f
37300
37301 commit 183778bb0dc5e83aea60588c6e23945ec1dbca67
37302 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
37303 Date:   Thu Mar 10 13:01:12 2011 +0000
37304
37305     Free dynar after use in xbt_dynar_compare.
37306     
37307     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9775 48e7efb5-ca39-0410-a469-dd3cf9ba447f
37308
37309 commit 23ee32e629dadf8dcac3da800ff641356e33ff8a
37310 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
37311 Date:   Wed Mar 9 16:41:36 2011 +0000
37312
37313     Don't enter into argv[i]=="FULL_LINK" condition if argv[i]=="ONE_LINK"
37314     
37315     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9774 48e7efb5-ca39-0410-a469-dd3cf9ba447f
37316
37317 commit b4f3e7d89378a667637e4771a4cd84ef6925e6f3
37318 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
37319 Date:   Wed Mar 9 16:41:30 2011 +0000
37320
37321     Verify if elements src_gateway and dst_gateway are present in global_routing.
37322     
37323     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9773 48e7efb5-ca39-0410-a469-dd3cf9ba447f
37324
37325 commit 04446484b754854fb4e9cd3ef649bdc56dcc5d86
37326 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
37327 Date:   Wed Mar 9 16:41:25 2011 +0000
37328
37329     Return SURF_NETWORK_ELEMENT_NULL if the elements is not found.
37330     
37331     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9772 48e7efb5-ca39-0410-a469-dd3cf9ba447f
37332
37333 commit 759877a05a38c52ad230a63ed421629c528d1101
37334 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
37335 Date:   Wed Mar 9 14:04:21 2011 +0000
37336
37337     Revert "Change those functions to public for use external parser."
37338     
37339     This reverts commit 20e6d5b7ee48bba1bab1de61105d8ed69a98acd4.
37340     
37341     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9771 48e7efb5-ca39-0410-a469-dd3cf9ba447f
37342
37343 commit dea681ea743073d1049681a49bd946c339ce797a
37344 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
37345 Date:   Tue Mar 8 12:35:24 2011 +0000
37346
37347     Factorize functions for Unix and Windows.
37348     
37349     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9770 48e7efb5-ca39-0410-a469-dd3cf9ba447f
37350
37351 commit 4c913a25905c1146f91491d19cfec66d8f5afb8c
37352 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
37353 Date:   Tue Mar 8 12:35:22 2011 +0000
37354
37355     We can have more than 3 args in basic_parsing_test.
37356     
37357     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9769 48e7efb5-ca39-0410-a469-dd3cf9ba447f
37358
37359 commit cb2ef9ba18c64d5838ae6bfbefc60cc296a01815
37360 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
37361 Date:   Tue Mar 8 12:35:19 2011 +0000
37362
37363     Add --cfg to tesh.pl
37364     
37365     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9768 48e7efb5-ca39-0410-a469-dd3cf9ba447f
37366
37367 commit 90008cdc8ce8378c144611d93908c6e8e04bc7dd
37368 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
37369 Date:   Tue Mar 8 12:35:16 2011 +0000
37370
37371     Correctely write ${TEST_UNITS} against $(TEST_UNITS)
37372     
37373     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9767 48e7efb5-ca39-0410-a469-dd3cf9ba447f
37374
37375 commit 543e320fc776968e2a38e6c87d669893ab6fd828
37376 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
37377 Date:   Tue Mar 8 12:35:13 2011 +0000
37378
37379     Remove old file.
37380     
37381     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9766 48e7efb5-ca39-0410-a469-dd3cf9ba447f
37382
37383 commit 5ab548bdfa370087ab3e84fbc1bbbf68bac30763
37384 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
37385 Date:   Tue Mar 8 12:35:10 2011 +0000
37386
37387     Remove old unused lines for java.
37388     
37389     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9765 48e7efb5-ca39-0410-a469-dd3cf9ba447f
37390
37391 commit a8ae6fa2bc31ae087213414c24d3087675898de0
37392 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
37393 Date:   Mon Mar 7 11:21:14 2011 +0000
37394
37395     Need to set this flag to compile on windows
37396     
37397     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9764 48e7efb5-ca39-0410-a469-dd3cf9ba447f
37398
37399 commit 427dbc503946f52027d1f357ac0d714ad52eca42
37400 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
37401 Date:   Mon Mar 7 11:21:04 2011 +0000
37402
37403     Protect with HAVE_FUTEX_H
37404     
37405     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9763 48e7efb5-ca39-0410-a469-dd3cf9ba447f
37406
37407 commit 9f7c9e1cd502322fdd6969266796021e75e2eee1
37408 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
37409 Date:   Mon Mar 7 11:20:55 2011 +0000
37410
37411     Add missing functions with windows
37412     
37413     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9762 48e7efb5-ca39-0410-a469-dd3cf9ba447f
37414
37415 commit d664010d2425396c67fff7b612212a8542b5b821
37416 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
37417 Date:   Mon Mar 7 11:20:40 2011 +0000
37418
37419     This example does not work for the moment on windows
37420     
37421     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9761 48e7efb5-ca39-0410-a469-dd3cf9ba447f
37422
37423 commit 347b2193ad200d91018ca5be4894a4679fe09e79
37424 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
37425 Date:   Mon Mar 7 11:20:27 2011 +0000
37426
37427     Set win32_ucontext.c as simgrid source file
37428     
37429     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9760 48e7efb5-ca39-0410-a469-dd3cf9ba447f
37430
37431 commit 1eb360cdd23e2f0ff1bfdde12c61146ca880c160
37432 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
37433 Date:   Mon Mar 7 11:14:34 2011 +0000
37434
37435     Add working directory to command line for generating files with gras_stub_generator
37436     
37437     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9759 48e7efb5-ca39-0410-a469-dd3cf9ba447f
37438
37439 commit 16ad7c6c5960e70abb4e86ac4a8f07d39fb05622
37440 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
37441 Date:   Fri Mar 4 14:32:13 2011 +0000
37442
37443     remove some useless info
37444     
37445     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9758 48e7efb5-ca39-0410-a469-dd3cf9ba447f
37446
37447 commit fb450820a89a2e124df2ec668ecb0ddc95733272
37448 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
37449 Date:   Fri Mar 4 14:23:31 2011 +0000
37450
37451     splaySim: a lua implementation of a splay (simulation)scenario with a masterslave application
37452     
37453     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9757 48e7efb5-ca39-0410-a469-dd3cf9ba447f
37454
37455 commit 555bf2a30d3255062a174569cd1e9b9873785a5d
37456 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
37457 Date:   Thu Mar 3 22:57:00 2011 +0000
37458
37459     [trace] bugfix, correct matching of link keys on trace
37460     
37461     details:
37462     - push new keys to the tail, get on the head
37463     - all conclusions taken by visualizing mpi communications
37464     of smpi traces should be reconsidered, sorry for this
37465     
37466     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9756 48e7efb5-ca39-0410-a469-dd3cf9ba447f
37467
37468 commit a4613a7bf0e54af07dc4cef9c7bb3dde32a3a099
37469 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
37470 Date:   Thu Mar 3 14:03:10 2011 +0000
37471
37472     Install ruby 1.9 with script on fedora
37473     
37474     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9755 48e7efb5-ca39-0410-a469-dd3cf9ba447f
37475
37476 commit 2cd5e518bad23ef9e976363df62d45d381a1fde1
37477 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
37478 Date:   Wed Mar 2 15:45:42 2011 +0000
37479
37480     Use a better synchronization mechanism to control the worker threads.
37481     Two barriers was an overkill.
37482     
37483     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9754 48e7efb5-ca39-0410-a469-dd3cf9ba447f
37484
37485 commit 4f70dd8e147b6331d56b0f25e9111431280669fe
37486 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
37487 Date:   Wed Mar 2 15:45:39 2011 +0000
37488
37489     Bugfix: do not hardcode the number of workers in the parmap, use the command line argument instead.
37490     
37491     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9753 48e7efb5-ca39-0410-a469-dd3cf9ba447f
37492
37493 commit 496468ab9d165d2ed9ccd5a93acaa29a607f3267
37494 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
37495 Date:   Wed Mar 2 14:32:06 2011 +0000
37496
37497     Need to set LD_LIBRARY_PATH for ruby test on pipol.
37498     
37499     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9752 48e7efb5-ca39-0410-a469-dd3cf9ba447f
37500
37501 commit 576ee166f16a61e810a4d027ceb37ba7310a9118
37502 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
37503 Date:   Wed Mar 2 13:42:06 2011 +0000
37504
37505     Clean and update srcipt for pipol.
37506     
37507     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9751 48e7efb5-ca39-0410-a469-dd3cf9ba447f
37508
37509 commit 9aee84f687f4aa409f192f2d68722eb00db17d30
37510 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
37511 Date:   Wed Mar 2 09:55:30 2011 +0000
37512
37513     No need to set Windows env variables now.
37514     
37515     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9750 48e7efb5-ca39-0410-a469-dd3cf9ba447f
37516
37517 commit fe1766925f39d83d099962656ebf0b4846edaf14
37518 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
37519 Date:   Wed Mar 2 09:55:26 2011 +0000
37520
37521     Protect the use of parmap.
37522     
37523     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9749 48e7efb5-ca39-0410-a469-dd3cf9ba447f
37524
37525 commit 459137091dd22537f85e76a7ec119e07e3af15a8
37526 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
37527 Date:   Tue Mar 1 17:32:28 2011 +0000
37528
37529     Fix a bug introduced by r9743
37530     
37531     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9748 48e7efb5-ca39-0410-a469-dd3cf9ba447f
37532
37533 commit bad37c9f86d4932e80abbca3757fac80660b5b05
37534 Author: pini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
37535 Date:   Tue Mar 1 16:45:35 2011 +0000
37536
37537     Missing semicolon
37538     
37539     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9747 48e7efb5-ca39-0410-a469-dd3cf9ba447f
37540
37541 commit 23e9dd1f26f1f7c1bfc672d2ce92f274aa6a00f8
37542 Author: pini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
37543 Date:   Tue Mar 1 16:41:42 2011 +0000
37544
37545     Tentatively use sampling with Fortran.
37546     
37547     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9745 48e7efb5-ca39-0410-a469-dd3cf9ba447f
37548
37549 commit 05400c7ba9980ef221912b7cee424a8e0a263866
37550 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
37551 Date:   Tue Mar 1 14:22:06 2011 +0000
37552
37553     Remove side effects from xbt_asserts calls
37554     
37555     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9743 48e7efb5-ca39-0410-a469-dd3cf9ba447f
37556
37557 commit 428745e632a13b0293600e1b07f66b29eef656ac
37558 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
37559 Date:   Tue Mar 1 11:34:28 2011 +0000
37560
37561     Make test on pipol succed.
37562     Correctly set LD_LIBRARY_PATH
37563     
37564     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/contrib/trunk/simgrid-java@9742 48e7efb5-ca39-0410-a469-dd3cf9ba447f
37565
37566 commit f862821cc0b6574913c5c3c6cb3b2aa4b0cfa8c4
37567 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
37568 Date:   Tue Mar 1 11:34:28 2011 +0000
37569
37570     Make test on pipol succed.
37571     Correctly set LD_LIBRARY_PATH
37572     
37573     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9742 48e7efb5-ca39-0410-a469-dd3cf9ba447f
37574
37575 commit ffa1aa6158cca4afc7e125877544c567be754528
37576 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
37577 Date:   Tue Mar 1 08:49:21 2011 +0000
37578
37579     Sort the output of the msg token ring tesh file.
37580     
37581     This should fix the corresponding broken tests on CDash.
37582     
37583     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9741 48e7efb5-ca39-0410-a469-dd3cf9ba447f
37584
37585 commit 02b29f81367ea49942507f9421e2b5dbdc2604d5
37586 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
37587 Date:   Mon Feb 28 15:08:18 2011 +0000
37588
37589     Add ruby to cdash
37590     
37591     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9740 48e7efb5-ca39-0410-a469-dd3cf9ba447f
37592
37593 commit 0da6595ee68093903e46a1c46d30a792f0dd6ed3
37594 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
37595 Date:   Mon Feb 28 14:30:30 2011 +0000
37596
37597     Revert "Remove lua from cmake files."
37598     
37599     This reverts commit 90fe593afffadbd9a6741267f716795de4517ee8.
37600     
37601     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9739 48e7efb5-ca39-0410-a469-dd3cf9ba447f
37602
37603 commit 0042a96b1c7fe6b48b6e1594b0c17eec22bcba2d
37604 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
37605 Date:   Mon Feb 28 14:30:24 2011 +0000
37606
37607     Revert "Remove lua parse functions from simgrid."
37608     
37609     This reverts commit 951fae21a458e44d405f5a4dfef91dbb16a012ab.
37610     
37611     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9738 48e7efb5-ca39-0410-a469-dd3cf9ba447f
37612
37613 commit edaeb118d3d0fddbfab76e914c5a112459011540
37614 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
37615 Date:   Mon Feb 28 12:42:49 2011 +0000
37616
37617     Change those functions to public for use external parser.
37618     
37619     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9733 48e7efb5-ca39-0410-a469-dd3cf9ba447f
37620
37621 commit ae943ce975f323351c52acbfa5045ff064fae451
37622 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
37623 Date:   Mon Feb 28 12:42:36 2011 +0000
37624
37625     Remove lua parse functions from simgrid.
37626     
37627     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9730 48e7efb5-ca39-0410-a469-dd3cf9ba447f
37628
37629 commit 7773b1a6861c8a02475febf1e14a1cedf56bed02
37630 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
37631 Date:   Mon Feb 28 11:19:26 2011 +0000
37632
37633     Nightly test for java.
37634     
37635     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9729 48e7efb5-ca39-0410-a469-dd3cf9ba447f
37636
37637 commit 87f7a33b7e48f7f3b921bd1707698bc43d0cb6bb
37638 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
37639 Date:   Mon Feb 28 11:19:24 2011 +0000
37640
37641     Add note to submit
37642     
37643     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/contrib/trunk/simgrid-java@9728 48e7efb5-ca39-0410-a469-dd3cf9ba447f
37644
37645 commit fe0da55b4a4be0b7b074f24f32c44d3cbad9c1b4
37646 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
37647 Date:   Mon Feb 28 10:17:10 2011 +0000
37648
37649     Add svn and cdash to java project.
37650     Add new tests in java.
37651     
37652     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/contrib/trunk/simgrid-java@9727 48e7efb5-ca39-0410-a469-dd3cf9ba447f
37653
37654 commit bdf13891b2b8e6354045f2ff81296c389e27d583
37655 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
37656 Date:   Mon Feb 28 10:17:04 2011 +0000
37657
37658     Remove lua from cmake files.
37659     
37660     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9726 48e7efb5-ca39-0410-a469-dd3cf9ba447f
37661
37662 commit a9fbdba55ad30913194a9a1cc106f945d175acaf
37663 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
37664 Date:   Fri Feb 25 17:14:28 2011 +0000
37665
37666     fix the make dist target by including everything that's needed
37667     
37668     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9723 48e7efb5-ca39-0410-a469-dd3cf9ba447f
37669
37670 commit e9b25af6c0445fcf265b803d6ab83e4ef75cdf5e
37671 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
37672 Date:   Fri Feb 25 12:19:40 2011 +0000
37673
37674     Target "make install" works for java and ruby.
37675     
37676     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/contrib/trunk/simgrid-java@9722 48e7efb5-ca39-0410-a469-dd3cf9ba447f
37677
37678 commit 6fa621acd922f1a617134173801509dfda1bae88
37679 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
37680 Date:   Fri Feb 25 12:04:01 2011 +0000
37681
37682     Add trace, plist and jed files to gitignore.
37683     Add build dir to simgrid gitignore.
37684     
37685     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9721 48e7efb5-ca39-0410-a469-dd3cf9ba447f
37686
37687 commit 587fc1a190958ab7dbaaa3269e930e7776bd5b07
37688 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
37689 Date:   Fri Feb 25 12:03:54 2011 +0000
37690
37691     Completely remove ruby and java from simgrid project.
37692     
37693     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9720 48e7efb5-ca39-0410-a469-dd3cf9ba447f
37694
37695 commit 41058fa2ad8d53bfb3dfcbbb286665cd52f3cf62
37696 Author: suter <suter@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
37697 Date:   Fri Feb 25 09:02:16 2011 +0000
37698
37699     props dict does not always exists anymore. Check if not NULL before
37700     asking for length
37701     
37702     
37703     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9718 48e7efb5-ca39-0410-a469-dd3cf9ba447f
37704
37705 commit 5b8c8b4b86dfc284e8ac3a1bf42b921cbb97b4df
37706 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
37707 Date:   Thu Feb 24 14:32:18 2011 +0000
37708
37709     We must set host_coordinates to "" with bypass.
37710     
37711     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9717 48e7efb5-ca39-0410-a469-dd3cf9ba447f
37712
37713 commit f79b935838f28703376270e704e3a408fc7d64aa
37714 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
37715 Date:   Thu Feb 24 14:24:43 2011 +0000
37716
37717     A request is still needed here as this code is run in user mode
37718     
37719     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9716 48e7efb5-ca39-0410-a469-dd3cf9ba447f
37720
37721 commit 987e8b845b039f176b5e7fe5f0fb38d728e02d99
37722 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
37723 Date:   Thu Feb 24 14:24:41 2011 +0000
37724
37725     Simplify process cleanup calls between SIMIX and MSG
37726     
37727     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9715 48e7efb5-ca39-0410-a469-dd3cf9ba447f
37728
37729 commit 9c9eaccb6a7670444dfbe5899a696517975ed06b
37730 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
37731 Date:   Thu Feb 24 14:24:38 2011 +0000
37732
37733     When exiting a process, replace MSG_process_kill by smx_ctx_java_stop
37734     
37735     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/contrib/trunk/simgrid-java@9714 48e7efb5-ca39-0410-a469-dd3cf9ba447f
37736
37737 commit e20d6e2c634bba1e7d1b2ca4e9b7627338655c23
37738 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
37739 Date:   Thu Feb 24 12:46:06 2011 +0000
37740
37741     Create current_property_set only if it is required.
37742     Create link and cpu after create the dict of properties.
37743     
37744     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9713 48e7efb5-ca39-0410-a469-dd3cf9ba447f
37745
37746 commit f542eb7dfaec061b7274b3bd08f8ec6eaee90953
37747 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
37748 Date:   Thu Feb 24 12:15:49 2011 +0000
37749
37750     Those XBT_INFO broke the tests
37751     
37752     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9712 48e7efb5-ca39-0410-a469-dd3cf9ba447f
37753
37754 commit aaa7d94ba7d667c4643cc6f3eab436f4803889d1
37755 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
37756 Date:   Thu Feb 24 10:31:14 2011 +0000
37757
37758     It's not Experimental but Nightly tests.
37759     
37760     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9711 48e7efb5-ca39-0410-a469-dd3cf9ba447f
37761
37762 commit 3b5a27415768493d87f4b56d10b814fb3461366d
37763 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
37764 Date:   Wed Feb 23 17:10:20 2011 +0000
37765
37766     update script
37767     
37768     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9710 48e7efb5-ca39-0410-a469-dd3cf9ba447f
37769
37770 commit 6c9805968d5ee719172007e10b1b9f254df19b94
37771 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
37772 Date:   Wed Feb 23 17:09:27 2011 +0000
37773
37774     get AS id when addRoute method is not indexed
37775     
37776     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9709 48e7efb5-ca39-0410-a469-dd3cf9ba447f
37777
37778 commit aff60c1091a2d608dc5232193afc153b0d07143e
37779 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
37780 Date:   Wed Feb 23 16:03:14 2011 +0000
37781
37782     Update script to add memcheck for pipol.
37783     
37784     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9708 48e7efb5-ca39-0410-a469-dd3cf9ba447f
37785
37786 commit 96444639bfeda2ff95260e60283d6647a8877031
37787 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
37788 Date:   Wed Feb 23 13:36:31 2011 +0000
37789
37790     update example
37791     
37792     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9707 48e7efb5-ca39-0410-a469-dd3cf9ba447f
37793
37794 commit d7980c5c736e78a17e627d9b99ab71a3906fc111
37795 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
37796 Date:   Wed Feb 23 12:19:59 2011 +0000
37797
37798     Correctly use of xbt_die in java.
37799     
37800     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/contrib/trunk/simgrid-java@9706 48e7efb5-ca39-0410-a469-dd3cf9ba447f
37801
37802 commit c32eeb962e9c6905fc069434aa0ee992fe40791d
37803 Author: agiersch <agiersch@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
37804 Date:   Tue Feb 22 17:09:24 2011 +0000
37805
37806     Initialize current_as.
37807     
37808     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9705 48e7efb5-ca39-0410-a469-dd3cf9ba447f
37809
37810 commit fa9f958be79c0b5e4cc3bdb20dc6827df6c0a72f
37811 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
37812 Date:   Tue Feb 22 16:03:41 2011 +0000
37813
37814     The cleanup function is already called by SIMIX when a process finishes
37815     
37816     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/contrib/trunk/simgrid-java@9704 48e7efb5-ca39-0410-a469-dd3cf9ba447f
37817
37818 commit 15142e98775405b23e3059da088d4aeecb906b78
37819 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
37820 Date:   Tue Feb 22 16:03:39 2011 +0000
37821
37822     Simplify the management of processes in MSG.
37823     
37824     - I removed the MSG global list of processes, which was useless and not
37825       thread-safe: this fixes parallel simulations that crashed at the end
37826     - The structure m_process_t is now an alias of smx_process_t
37827     - The name of each process was duplicated: one in MSG and one in SIMIX
37828     
37829     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9703 48e7efb5-ca39-0410-a469-dd3cf9ba447f
37830
37831 commit d539f4756723fc02e7dca747da5b0e84674bab30
37832 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
37833 Date:   Tue Feb 22 14:41:59 2011 +0000
37834
37835     update methods
37836     
37837     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9702 48e7efb5-ca39-0410-a469-dd3cf9ba447f
37838
37839 commit 27e829254cd551886385568da987678446148b37
37840 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
37841 Date:   Tue Feb 22 14:41:38 2011 +0000
37842
37843     improve the way to describe platform and all multi declaration of AS tag on lua console
37844     
37845     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9701 48e7efb5-ca39-0410-a469-dd3cf9ba447f
37846
37847 commit 58476a7a829b15aa57985d54d8a9d07ec81cc8a6
37848 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
37849 Date:   Tue Feb 22 14:26:53 2011 +0000
37850
37851     xbt_die : set argument to a format string with args
37852     
37853     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9700 48e7efb5-ca39-0410-a469-dd3cf9ba447f
37854
37855 commit 92a53df899cfb8326659be7c4c243fe2462abb63
37856 Author: agiersch <agiersch@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
37857 Date:   Tue Feb 22 13:51:55 2011 +0000
37858
37859     Free temporary strings.
37860     
37861     There may be more like those...
37862     
37863     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9699 48e7efb5-ca39-0410-a469-dd3cf9ba447f
37864
37865 commit ae5f503c0bd1670d808b1f7e61366e8191333cee
37866 Author: agiersch <agiersch@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
37867 Date:   Tue Feb 22 13:51:51 2011 +0000
37868
37869     surf_routing: free patterns elements.
37870     
37871     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9698 48e7efb5-ca39-0410-a469-dd3cf9ba447f
37872
37873 commit 7e936b01e091b074281761e0830c4e4be1fbb60f
37874 Author: agiersch <agiersch@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
37875 Date:   Tue Feb 22 13:51:48 2011 +0000
37876
37877     Fix replace_random_parameter, and its usage.
37878     
37879     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9697 48e7efb5-ca39-0410-a469-dd3cf9ba447f
37880
37881 commit 3a7c706f9b266fe9faee94ab0098bd3090e25e56
37882 Author: agiersch <agiersch@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
37883 Date:   Tue Feb 22 13:51:45 2011 +0000
37884
37885     surf_routing: free coordinates elements.
37886     
37887     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9696 48e7efb5-ca39-0410-a469-dd3cf9ba447f
37888
37889 commit 5bad8ecee781278b2d164f28490269e31bfb3c8f
37890 Author: agiersch <agiersch@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
37891 Date:   Tue Feb 22 13:51:42 2011 +0000
37892
37893     Received a dynar, and not a pointer to it.
37894     
37895     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9695 48e7efb5-ca39-0410-a469-dd3cf9ba447f
37896
37897 commit 4f4b0231de4cb669c51a9bebb889cde3e4bb63e4
37898 Author: agiersch <agiersch@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
37899 Date:   Tue Feb 22 13:51:39 2011 +0000
37900
37901     Do explicit lmm_variable_free to avoid warning messages.
37902     
37903     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9694 48e7efb5-ca39-0410-a469-dd3cf9ba447f
37904
37905 commit 0d4fa6656702dd8224652888ba22d5c8cc486c4b
37906 Author: agiersch <agiersch@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
37907 Date:   Tue Feb 22 13:51:36 2011 +0000
37908
37909     Automatically release resources associated with detached threads.
37910     
37911     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9693 48e7efb5-ca39-0410-a469-dd3cf9ba447f
37912
37913 commit ee52e8901be69e4287c5ab242d0e9ca10df45bf9
37914 Author: agiersch <agiersch@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
37915 Date:   Tue Feb 22 13:51:33 2011 +0000
37916
37917     Free memory after parmap test.
37918     
37919     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9692 48e7efb5-ca39-0410-a469-dd3cf9ba447f
37920
37921 commit 1a158b7a4db45818e8f62b7bdac7f0d1bf36d140
37922 Author: agiersch <agiersch@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
37923 Date:   Tue Feb 22 13:51:29 2011 +0000
37924
37925     Use variadic variants of xbt_test_{add,fail,assert,log}.
37926     
37927     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9691 48e7efb5-ca39-0410-a469-dd3cf9ba447f
37928
37929 commit 620cf3786f6ce8354106851eb56c1e0ca2f3d907
37930 Author: agiersch <agiersch@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
37931 Date:   Tue Feb 22 13:51:25 2011 +0000
37932
37933     Make xbt_test_{add,fail,assert,log} variadic macros.
37934     
37935     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9690 48e7efb5-ca39-0410-a469-dd3cf9ba447f
37936
37937 commit f25af1e2829458e33a3a0b74c75865c89dff5f9e
37938 Author: agiersch <agiersch@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
37939 Date:   Tue Feb 22 13:51:22 2011 +0000
37940
37941     Replace xbt_die(bprintf(...)) with xbt_die(...).
37942     
37943     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9689 48e7efb5-ca39-0410-a469-dd3cf9ba447f
37944
37945 commit 0bb15d22417c0691dafb9e369eea3564e0cfae7b
37946 Author: agiersch <agiersch@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
37947 Date:   Tue Feb 22 13:51:15 2011 +0000
37948
37949     Make xbt_die() accept a format string with arguments.
37950     
37951     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9688 48e7efb5-ca39-0410-a469-dd3cf9ba447f
37952
37953 commit 6b03e432065f4ef812ac5a90903e02a01c7537e7
37954 Author: agiersch <agiersch@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
37955 Date:   Tue Feb 22 13:51:11 2011 +0000
37956
37957     Remove spurious else..
37958     
37959     Please review this.
37960     
37961     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9687 48e7efb5-ca39-0410-a469-dd3cf9ba447f
37962
37963 commit 0886fd47758b77f89bb188123bacc1b2c4947f68
37964 Author: agiersch <agiersch@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
37965 Date:   Tue Feb 22 13:51:08 2011 +0000
37966
37967     Define macro _XBT_IF_ONE_ARG.
37968     
37969     Useful to test if the __VA_ARGS__ of a variadic macro is made of one or
37970     more arguments, and to use a different expansion in each case.
37971     
37972     It is used to remove the extra argument introduced in XBT_CLOG() with
37973     XBT_LOG_MAYDAY, and in XBT_IN().
37974     
37975     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9686 48e7efb5-ca39-0410-a469-dd3cf9ba447f
37976
37977 commit d1f1ad261bf96a6200f15bd79c0b05ea8d87bbd1
37978 Author: agiersch <agiersch@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
37979 Date:   Tue Feb 22 13:51:04 2011 +0000
37980
37981     Define SIMGRID_VERSION through cmake.
37982     
37983     Also add macro MAKE_SIMGRID_VERSION(major, minor, patch).
37984     
37985     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9685 48e7efb5-ca39-0410-a469-dd3cf9ba447f
37986
37987 commit 872512ec3273f589a5f412c59e4f7620e40fc62c
37988 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
37989 Date:   Tue Feb 22 13:25:27 2011 +0000
37990
37991     This initialization change the experiment too much
37992     
37993     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9684 48e7efb5-ca39-0410-a469-dd3cf9ba447f
37994
37995 commit b3e4aba8bde56e605110f8140ab13f92b62b3711
37996 Author: agiersch <agiersch@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
37997 Date:   Tue Feb 22 13:19:27 2011 +0000
37998
37999     Fix memory leaks in simdag examples and tests.
38000     
38001     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9683 48e7efb5-ca39-0410-a469-dd3cf9ba447f
38002
38003 commit 91e521435c701002a0cf201df2496863519c2157
38004 Author: agiersch <agiersch@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
38005 Date:   Tue Feb 22 13:19:23 2011 +0000
38006
38007     There is no need to dup the key when using xbt_dict_set.
38008     
38009     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9682 48e7efb5-ca39-0410-a469-dd3cf9ba447f
38010
38011 commit 5b78fc9f704153c9832230883dfd847f2bcf791d
38012 Author: agiersch <agiersch@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
38013 Date:   Tue Feb 22 13:19:19 2011 +0000
38014
38015     Replace a combination of malloc+strcpy by xbt_strdup.
38016     
38017     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9681 48e7efb5-ca39-0410-a469-dd3cf9ba447f
38018
38019 commit a46e6475aa6fc84c269b98a1c1018f43c09e5435
38020 Author: agiersch <agiersch@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
38021 Date:   Tue Feb 22 13:19:15 2011 +0000
38022
38023     Remove useless double parentheses in function calls.
38024     
38025     But protect macro parameter with parentheses.
38026     
38027     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9680 48e7efb5-ca39-0410-a469-dd3cf9ba447f
38028
38029 commit eb63e57238e4a0902319ae045aa0c7ae957479b2
38030 Author: agiersch <agiersch@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
38031 Date:   Tue Feb 22 13:19:12 2011 +0000
38032
38033     Do explicit lmm_variable_free to avoid warning messages.
38034     
38035     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9679 48e7efb5-ca39-0410-a469-dd3cf9ba447f
38036
38037 commit 0d17d68ef25921dbdfde20b85e0a1de773ca263e
38038 Author: agiersch <agiersch@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
38039 Date:   Tue Feb 22 13:19:09 2011 +0000
38040
38041     Fix memory leaks in lmm_usage.
38042     
38043     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9678 48e7efb5-ca39-0410-a469-dd3cf9ba447f
38044
38045 commit 41acb535492710d42da81b0878fa602bdeaa4bd5
38046 Author: agiersch <agiersch@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
38047 Date:   Tue Feb 22 13:19:06 2011 +0000
38048
38049     Fix build error: implicit declaration of function 'getline'.
38050     
38051     On Debian/Lenny, #include "simgrid_config.h" needs to be the first include
38052     for getline to be found.
38053     
38054     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9677 48e7efb5-ca39-0410-a469-dd3cf9ba447f
38055
38056 commit d55c56d658b2969882f5681e5a3e652e50671752
38057 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
38058 Date:   Tue Feb 22 10:38:50 2011 +0000
38059
38060     No need to be in cmake 2.8
38061     Protect specific commands of cmake 2.8
38062     
38063     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/contrib/trunk/simgrid-java@9676 48e7efb5-ca39-0410-a469-dd3cf9ba447f
38064
38065 commit 663c80fe71e07ca7240d28f1e0eee471df1e698f
38066 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
38067 Date:   Tue Feb 22 10:38:50 2011 +0000
38068
38069     No need to be in cmake 2.8
38070     Protect specific commands of cmake 2.8
38071     
38072     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9676 48e7efb5-ca39-0410-a469-dd3cf9ba447f
38073
38074 commit db171527cc329a7076596ea0eb56ca79b09acc90
38075 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
38076 Date:   Tue Feb 22 10:06:15 2011 +0000
38077
38078     Revert commit r9673: many users checkout the trunk directly
38079     
38080     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9675 48e7efb5-ca39-0410-a469-dd3cf9ba447f
38081
38082 commit 7c63e24e7b362c02bd14ac2f1a740a04e9244e86
38083 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
38084 Date:   Tue Feb 22 08:06:59 2011 +0000
38085
38086     Remove lines that are already in gitignore files of parent directories
38087     
38088     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9674 48e7efb5-ca39-0410-a469-dd3cf9ba447f
38089
38090 commit 77257e80190885e35150dbc2a22af3d72b05c912
38091 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
38092 Date:   Tue Feb 22 07:38:35 2011 +0000
38093
38094     Reorganize gitignore files for Java
38095     
38096     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/contrib/trunk/simgrid-java@9673 48e7efb5-ca39-0410-a469-dd3cf9ba447f
38097
38098 commit 1cb6a1953d6fae4bab619222822126788bb753cc
38099 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
38100 Date:   Tue Feb 22 07:38:35 2011 +0000
38101
38102     Reorganize gitignore files for Java
38103     
38104     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9673 48e7efb5-ca39-0410-a469-dd3cf9ba447f
38105
38106 commit ccd47bd5695175720f504772d3b2dfd517075639
38107 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
38108 Date:   Mon Feb 21 13:10:54 2011 +0000
38109
38110     Allow MSG_process_cleanup(p) to be called by other processes than p
38111     
38112     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9672 48e7efb5-ca39-0410-a469-dd3cf9ba447f
38113
38114 commit a28c7d2ae5e1cf3a78f4f72fedb32b43ae4d7f97
38115 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
38116 Date:   Mon Feb 21 13:10:51 2011 +0000
38117
38118     Update .gitignore
38119     
38120     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9671 48e7efb5-ca39-0410-a469-dd3cf9ba447f
38121
38122 commit 61520b3e8689b8a54863570d25ba4e95d4cbee56
38123 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
38124 Date:   Mon Feb 21 13:10:48 2011 +0000
38125
38126     Typos
38127     
38128     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9670 48e7efb5-ca39-0410-a469-dd3cf9ba447f
38129
38130 commit 93b7fb3201585c6c2734b41565cddd8ee9591146
38131 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
38132 Date:   Fri Feb 18 18:44:36 2011 +0000
38133
38134     Rename DEBUG, INFO... for XBT_DEBUG ... in simgrid-java sources.
38135     
38136     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/contrib/trunk/simgrid-java@9668 48e7efb5-ca39-0410-a469-dd3cf9ba447f
38137
38138 commit 0caed14b9f53263281010fcf575340c149ff4264
38139 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
38140 Date:   Fri Feb 18 18:44:28 2011 +0000
38141
38142     Remove old script to launch java examples.
38143     
38144     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/contrib/trunk/simgrid-java@9667 48e7efb5-ca39-0410-a469-dd3cf9ba447f
38145
38146 commit 143a28bbbc8b35fc3fc1098e57f827fe95b8fb31
38147 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
38148 Date:   Fri Feb 18 15:02:53 2011 +0000
38149
38150     We need include simgrid_config.h for function getline.
38151     In system Debian : implicit declaration of function getline
38152     
38153     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9663 48e7efb5-ca39-0410-a469-dd3cf9ba447f
38154
38155 commit ad6a1d252b5ed5ff7b78767d2286091e43800ff8
38156 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
38157 Date:   Fri Feb 18 14:35:07 2011 +0000
38158
38159     Update ChangeLog with new SIMIX flags and new MSG functions
38160     
38161     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9662 48e7efb5-ca39-0410-a469-dd3cf9ba447f
38162
38163 commit e30a0d57a0764dbfced844598d2f0772226fb70d
38164 Author: agiersch <agiersch@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
38165 Date:   Thu Feb 17 21:16:55 2011 +0000
38166
38167     Revert "Remove old style logging macros."
38168     
38169     Do not break backward compatibility.  Define XBT_USE_DEPRECATED to use
38170     the old macros INOF1, INFO2, etc.
38171     
38172     This reverts commit 8f12c0e9161fabfd7e0ab3f3688546ec7e237e51.
38173     
38174     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9661 48e7efb5-ca39-0410-a469-dd3cf9ba447f
38175
38176 commit 0e88b5f88f2a9f3f2e559af1b3104156467b9be4
38177 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
38178 Date:   Thu Feb 17 21:01:51 2011 +0000
38179
38180     Define a SIMGRID_VERSION macro in simgrid_config.h
38181     
38182     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9660 48e7efb5-ca39-0410-a469-dd3cf9ba447f
38183
38184 commit 53ae815cef4051715802ef1b233956b3063a57b1
38185 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
38186 Date:   Thu Feb 17 17:50:33 2011 +0000
38187
38188     Remove old DEBUGx() for XBT_DEBUG
38189     
38190     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9659 48e7efb5-ca39-0410-a469-dd3cf9ba447f
38191
38192 commit a846b9415542cdaa8ba5d0f7efeadecb56ba7c2c
38193 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
38194 Date:   Thu Feb 17 17:14:40 2011 +0000
38195
38196     Remove unused include "simgrid_config.h"
38197     If need _XBT_WIN32 include gras_config.h"
38198     
38199     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9658 48e7efb5-ca39-0410-a469-dd3cf9ba447f
38200
38201 commit 1ecbb4c88462e9ec9be0c830a257da6e9b774a25
38202 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
38203 Date:   Thu Feb 17 17:14:29 2011 +0000
38204
38205     Remove all xbt_assert.*(0,FALSE or NULL for xbt_die
38206     
38207     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9657 48e7efb5-ca39-0410-a469-dd3cf9ba447f
38208
38209 commit 3c7b741ce2f591d3f8ebfd44aaa136d99e06fae8
38210 Author: agiersch <agiersch@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
38211 Date:   Thu Feb 17 16:12:19 2011 +0000
38212
38213     Make PARSE_ERROR a variadic macro too.
38214     
38215     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9656 48e7efb5-ca39-0410-a469-dd3cf9ba447f
38216
38217 commit 6a6157abf9619875297ff1d16c1e5c63c526d4c1
38218 Author: agiersch <agiersch@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
38219 Date:   Thu Feb 17 16:12:14 2011 +0000
38220
38221     Make XBT_{IN,OUT,HERE} function-like macros.
38222     
38223     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9655 48e7efb5-ca39-0410-a469-dd3cf9ba447f
38224
38225 commit 8f12c0e9161fabfd7e0ab3f3688546ec7e237e51
38226 Author: agiersch <agiersch@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
38227 Date:   Thu Feb 17 16:12:08 2011 +0000
38228
38229     Remove old style logging macros.
38230     
38231     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9654 48e7efb5-ca39-0410-a469-dd3cf9ba447f
38232
38233 commit 6ee7e9c2e455536ab817ae0136acfbb53822eecd
38234 Author: agiersch <agiersch@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
38235 Date:   Thu Feb 17 16:11:56 2011 +0000
38236
38237     Use new style logging macros.
38238     
38239     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9653 48e7efb5-ca39-0410-a469-dd3cf9ba447f
38240
38241 commit e31e332f11dddd81ec3add2bb8aa06535da22c03
38242 Author: agiersch <agiersch@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
38243 Date:   Thu Feb 17 16:11:14 2011 +0000
38244
38245     Define variadic logging macros.
38246     
38247     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9652 48e7efb5-ca39-0410-a469-dd3cf9ba447f
38248
38249 commit 6aab5ac43d9303354b48962914f1ee059d3cc43b
38250 Author: agiersch <agiersch@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
38251 Date:   Thu Feb 17 16:11:07 2011 +0000
38252
38253     Remove unused file.
38254     
38255     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9651 48e7efb5-ca39-0410-a469-dd3cf9ba447f
38256
38257 commit 2a93d80a9d9f33c2e3fb4f8fc2d667255ee2f8ec
38258 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
38259 Date:   Thu Feb 17 14:47:17 2011 +0000
38260
38261     Now it compiles with NDEBUG flag
38262     
38263     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9650 48e7efb5-ca39-0410-a469-dd3cf9ba447f
38264
38265 commit 5eecba1cd4850c7820f9cfa3c1af484f674b1e8b
38266 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
38267 Date:   Thu Feb 17 14:00:39 2011 +0000
38268
38269     Compile with flag NDEBUG.
38270     
38271     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9649 48e7efb5-ca39-0410-a469-dd3cf9ba447f
38272
38273 commit 801093e4245e0d7e2ece7d02d373eb5ca7192776
38274 Author: agiersch <agiersch@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
38275 Date:   Thu Feb 17 12:38:02 2011 +0000
38276
38277     Remove ; after SG_BEGIN_DECL().
38278     
38279     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9648 48e7efb5-ca39-0410-a469-dd3cf9ba447f
38280
38281 commit 49faac858e711560b2ce4cccc4140a4f7a037d63
38282 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
38283 Date:   Thu Feb 17 11:04:09 2011 +0000
38284
38285     Remove unused call to MSG_process_sleep(1).
38286     
38287     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9647 48e7efb5-ca39-0410-a469-dd3cf9ba447f
38288
38289 commit f9dd7412281e42ac1c4ef82da3dbc67d2372b77a
38290 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
38291 Date:   Thu Feb 17 09:59:49 2011 +0000
38292
38293     Correction of problems from commit 9644
38294     
38295     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9646 48e7efb5-ca39-0410-a469-dd3cf9ba447f
38296
38297 commit fcd9d7011f7e672855ff6bf17b7d7914f9e66561
38298 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
38299 Date:   Thu Feb 17 09:54:41 2011 +0000
38300
38301     add a misseing argument to xbt_assert1
38302     
38303     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9645 48e7efb5-ca39-0410-a469-dd3cf9ba447f
38304
38305 commit 91715e2f198242d378e33453014dd004fcf9f47e
38306 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
38307 Date:   Wed Feb 16 17:14:57 2011 +0000
38308
38309     Evaluating the expression of xbt_assert must not have side effects.
38310     
38311     The xbt_assert macros are disabled at compile time when NDEBUG is set.
38312     There are a lot of other faulty xbt_assert calls, I haven't finished to
38313     fix them.
38314     
38315     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9644 48e7efb5-ca39-0410-a469-dd3cf9ba447f
38316
38317 commit 6b164a0293c07d9115e9466e472514b75db155b2
38318 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
38319 Date:   Wed Feb 16 14:25:54 2011 +0000
38320
38321     This is not a tesh file
38322     
38323     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9643 48e7efb5-ca39-0410-a469-dd3cf9ba447f
38324
38325 commit 228dd9f4d188ccba1521bb4ff947a868e147fcb6
38326 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
38327 Date:   Wed Feb 16 14:12:30 2011 +0000
38328
38329     Don't need private files without this command line
38330     
38331     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/contrib/trunk/simgrid-java@9642 48e7efb5-ca39-0410-a469-dd3cf9ba447f
38332
38333 commit 62f7f34fa9c49f6480ac7c6e0add279cdadba324
38334 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
38335 Date:   Wed Feb 16 14:12:30 2011 +0000
38336
38337     Don't need private files without this command line
38338     
38339     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9642 48e7efb5-ca39-0410-a469-dd3cf9ba447f
38340
38341 commit 9818edb4eec024e1b268a398b3b5fa192dbc8f52
38342 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
38343 Date:   Wed Feb 16 14:06:54 2011 +0000
38344
38345     Need to add -I<path_to_jni_md.h> if it is != to -I<path_to_jni.h>
38346     
38347     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/contrib/trunk/simgrid-java@9641 48e7efb5-ca39-0410-a469-dd3cf9ba447f
38348
38349 commit 1af19bbc84c3dca4a140ce9d189b2c72ddb50bed
38350 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
38351 Date:   Wed Feb 16 13:32:24 2011 +0000
38352
38353     Change fprintf for DEBUG
38354     
38355     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/contrib/trunk/simgrid-java@9640 48e7efb5-ca39-0410-a469-dd3cf9ba447f
38356
38357 commit 44d361c91bd348cd70ee6afbdf63a5c2a7406dc1
38358 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
38359 Date:   Wed Feb 16 13:32:07 2011 +0000
38360
38361     We need cmake 2.8 to compile simgrid
38362     
38363     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9639 48e7efb5-ca39-0410-a469-dd3cf9ba447f
38364
38365 commit d7e1761e3b5db2595ef1569bb424a03ae2c8589f
38366 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
38367 Date:   Wed Feb 16 13:32:07 2011 +0000
38368
38369     We need cmake 2.8 to compile simgrid
38370     
38371     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/contrib/trunk/simgrid-java@9639 48e7efb5-ca39-0410-a469-dd3cf9ba447f
38372
38373 commit 59583a6fd23e5d50caa353cb00befee274e17c16
38374 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
38375 Date:   Wed Feb 16 12:14:22 2011 +0000
38376
38377     All tesh files have the .tesh extension now
38378     
38379     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9638 48e7efb5-ca39-0410-a469-dd3cf9ba447f
38380
38381 commit b0018577cdf7f41abba2ddbcce6367cbd04064bd
38382 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
38383 Date:   Wed Feb 16 12:14:15 2011 +0000
38384
38385     Update .gitignore
38386     
38387     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9637 48e7efb5-ca39-0410-a469-dd3cf9ba447f
38388
38389 commit 7397453ca53c9ade085c2fe4a7fd51ce58b15659
38390 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
38391 Date:   Wed Feb 16 09:37:06 2011 +0000
38392
38393     check HAVE_MC before calling MC_assert
38394     
38395     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9636 48e7efb5-ca39-0410-a469-dd3cf9ba447f
38396
38397 commit 85cfe1093e22ab0caf06c3b59f7b1843129692e8
38398 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
38399 Date:   Tue Feb 15 16:43:40 2011 +0000
38400
38401     Due to __thread smx_current_context we need to have our current_context.
38402     
38403     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/contrib/trunk/simgrid-java@9635 48e7efb5-ca39-0410-a469-dd3cf9ba447f
38404
38405 commit ecb7e02fdac1dad6a354dd46a038fcd115166c8c
38406 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
38407 Date:   Tue Feb 15 16:43:35 2011 +0000
38408
38409     Debug flags
38410     
38411     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/contrib/trunk/simgrid-java@9634 48e7efb5-ca39-0410-a469-dd3cf9ba447f
38412
38413 commit 93e5688a00110496a7b1b9d03656bc3b9c87b69c
38414 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
38415 Date:   Tue Feb 15 16:43:24 2011 +0000
38416
38417     Correctely use xbt_str_varsubs
38418     
38419     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9633 48e7efb5-ca39-0410-a469-dd3cf9ba447f
38420
38421 commit af501088d2630992f48a552dc250273aa09fe10b
38422 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
38423 Date:   Tue Feb 15 16:09:02 2011 +0000
38424
38425     Add another SMPI bugged example to test the MC.
38426     
38427     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9632 48e7efb5-ca39-0410-a469-dd3cf9ba447f
38428
38429 commit 626ed5e4e88f6a33ba9482881820080b0caa8afa
38430 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
38431 Date:   Tue Feb 15 16:09:00 2011 +0000
38432
38433     Always show the MC statistics on exit.
38434     
38435     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9631 48e7efb5-ca39-0410-a469-dd3cf9ba447f
38436
38437 commit a046023f73983299e09f2ddab1c508e645eccb8b
38438 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
38439 Date:   Tue Feb 15 16:08:49 2011 +0000
38440
38441     If --cfg=model-check:2 was passed, use a DFS exploration.
38442     
38443     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9630 48e7efb5-ca39-0410-a469-dd3cf9ba447f
38444
38445 commit b6aaebb41faacd98894520d95f3cf18ab9fb0167
38446 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
38447 Date:   Tue Feb 15 16:08:48 2011 +0000
38448
38449     Add SMPI bugged example to test the MC.
38450     
38451     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9629 48e7efb5-ca39-0410-a469-dd3cf9ba447f
38452
38453 commit 8238904bc732cf90b67252a9083c27c2c61f8ad9
38454 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
38455 Date:   Tue Feb 15 16:08:37 2011 +0000
38456
38457     Count the context switches as user code also.
38458     
38459     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9628 48e7efb5-ca39-0410-a469-dd3cf9ba447f
38460
38461 commit 0be699a59205480f6461147fc17f874140be49e7
38462 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
38463 Date:   Tue Feb 15 16:08:35 2011 +0000
38464
38465     Compute the real simulation time.
38466     
38467     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9627 48e7efb5-ca39-0410-a469-dd3cf9ba447f
38468
38469 commit fc1f64e80cd03f4f1c74d92497326e8c2f92dc12
38470 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
38471 Date:   Tue Feb 15 13:15:58 2011 +0000
38472
38473     This job is done two time.
38474     Also in surf_parse_add_callback_config(void)
38475     
38476     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9626 48e7efb5-ca39-0410-a469-dd3cf9ba447f
38477
38478 commit b0a1d627ed18235d02716e997c7ef69df6ac1dca
38479 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
38480 Date:   Tue Feb 15 13:15:54 2011 +0000
38481
38482     Find simgrid version
38483     
38484     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/contrib/trunk/simgrid-java@9625 48e7efb5-ca39-0410-a469-dd3cf9ba447f
38485
38486 commit 0e65023a19aab77eacf5f8fe3cb745c82884caaa
38487 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
38488 Date:   Tue Feb 15 13:15:54 2011 +0000
38489
38490     Find simgrid version
38491     
38492     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9625 48e7efb5-ca39-0410-a469-dd3cf9ba447f
38493
38494 commit d2e5c54d03e1a942d97bf9d42746e337169d2a31
38495 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
38496 Date:   Tue Feb 15 13:15:48 2011 +0000
38497
38498     replace message FATAL by STATUS
38499     user can define JAVA_INCLUDE_PATH manually
38500     
38501     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/contrib/trunk/simgrid-java@9624 48e7efb5-ca39-0410-a469-dd3cf9ba447f
38502
38503 commit 44c97ec3c59d9ac2cfca8cf5911531421dae439b
38504 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
38505 Date:   Tue Feb 15 10:01:50 2011 +0000
38506
38507     Consider the value of the cfg=model-checker flag
38508     
38509     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9623 48e7efb5-ca39-0410-a469-dd3cf9ba447f
38510
38511 commit 42683585e68cd704cdca45ab13843927b98a2b55
38512 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
38513 Date:   Mon Feb 14 16:25:25 2011 +0000
38514
38515     Comsetics.
38516     Remove all generated files when make clean
38517     
38518     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/contrib/trunk/simgrid-java@9622 48e7efb5-ca39-0410-a469-dd3cf9ba447f
38519
38520 commit 41979235d361aa38c8ce15449cb719191c9f0fd6
38521 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
38522 Date:   Mon Feb 14 16:25:20 2011 +0000
38523
38524     Add sources for rngstreams
38525     
38526     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9621 48e7efb5-ca39-0410-a469-dd3cf9ba447f
38527
38528 commit c00b5656566487f784e3dda308866852f4df5d43
38529 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
38530 Date:   Mon Feb 14 13:49:15 2011 +0000
38531
38532     Add --log option to token_ring.tesh
38533     
38534     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9620 48e7efb5-ca39-0410-a469-dd3cf9ba447f
38535
38536 commit e0db756d6838ce418258f8e8f44cc37ce44123e5
38537 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
38538 Date:   Mon Feb 14 13:30:32 2011 +0000
38539
38540     Reimplement old tag random.
38541     Need to be rewrite (in progress)
38542     
38543     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9619 48e7efb5-ca39-0410-a469-dd3cf9ba447f
38544
38545 commit 84da52b43d6e8ab3b470f764fed326209239676b
38546 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
38547 Date:   Mon Feb 14 13:30:31 2011 +0000
38548
38549     Cosmetics
38550     
38551     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9618 48e7efb5-ca39-0410-a469-dd3cf9ba447f
38552
38553 commit 485a5ec02aa2f8c667ab99f1d556e1851a99cc07
38554 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
38555 Date:   Mon Feb 14 13:30:30 2011 +0000
38556
38557     Add a gforge sync for simgrid.dtd
38558     
38559     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9617 48e7efb5-ca39-0410-a469-dd3cf9ba447f
38560
38561 commit 211acce5bb9cf1a60e14cab26b54367028474d79
38562 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
38563 Date:   Mon Feb 14 13:30:29 2011 +0000
38564
38565     Add an unused (for the moment) module file
38566     
38567     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9616 48e7efb5-ca39-0410-a469-dd3cf9ba447f
38568
38569 commit 0ff4dff37f24765b66f1bb364dfe2c05d587d4d8
38570 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
38571 Date:   Mon Feb 14 13:30:28 2011 +0000
38572
38573     Don't search for RngStream.h but specific file simulator.h
38574     
38575     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9615 48e7efb5-ca39-0410-a469-dd3cf9ba447f
38576
38577 commit c138fc87bccc6f924a9b2d7ee24b909f17bc098f
38578 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
38579 Date:   Mon Feb 14 13:19:48 2011 +0000
38580
38581     [trace] fix bug on interconnections tracing
38582     
38583     details:
38584     - this commit reduces the trace size (in the paje format)
38585     of g5k platform from ~16M to ~404K without loss of information
38586     
38587     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9614 48e7efb5-ca39-0410-a469-dd3cf9ba447f
38588
38589 commit f1664c170760cbfce0ab2698557424304d22e63e
38590 Author: agiersch <agiersch@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
38591 Date:   Fri Feb 11 17:01:08 2011 +0000
38592
38593     Review const attribute for pointers..
38594     
38595     The main goal for this patch is to remove the cast for the argument of
38596     free() in MSG_action_runner().
38597     
38598     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9613 48e7efb5-ca39-0410-a469-dd3cf9ba447f
38599
38600 commit cde486bcad847c5c0a2c820260b5871f0161e1d8
38601 Author: agiersch <agiersch@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
38602 Date:   Fri Feb 11 17:01:03 2011 +0000
38603
38604     Use xbt_dynar_free to destroy dynar.
38605     
38606     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9612 48e7efb5-ca39-0410-a469-dd3cf9ba447f
38607
38608 commit 1ca06db43da181efaacbef2206633508bafbec9c
38609 Author: agiersch <agiersch@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
38610 Date:   Fri Feb 11 17:01:00 2011 +0000
38611
38612     Remove useless cast.
38613     
38614     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9611 48e7efb5-ca39-0410-a469-dd3cf9ba447f
38615
38616 commit 142637442fe5d0af5fd2179946d58dec815a72e4
38617 Author: agiersch <agiersch@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
38618 Date:   Fri Feb 11 17:00:57 2011 +0000
38619
38620     Cosmetics: fix indentation.
38621     
38622     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9610 48e7efb5-ca39-0410-a469-dd3cf9ba447f
38623
38624 commit 704a4e40059072862812816366aa40b5dec2873a
38625 Author: agiersch <agiersch@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
38626 Date:   Fri Feb 11 17:00:53 2011 +0000
38627
38628     Remove useless operation.
38629     
38630     dynar is free'd two lines below...
38631     
38632     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9609 48e7efb5-ca39-0410-a469-dd3cf9ba447f
38633
38634 commit 0b757889bf055e5eac3eb45b6d440d6069249ae7
38635 Author: agiersch <agiersch@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
38636 Date:   Fri Feb 11 17:00:50 2011 +0000
38637
38638     Fix and cleanups for test msg-icomms-waitany.
38639     
38640     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9608 48e7efb5-ca39-0410-a469-dd3cf9ba447f
38641
38642 commit a5c7a8dabf7b5027668d20f1103446e5649b53de
38643 Author: agiersch <agiersch@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
38644 Date:   Fri Feb 11 17:00:47 2011 +0000
38645
38646     Free mallocator for SIMIX actions on exit.
38647     
38648     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9607 48e7efb5-ca39-0410-a469-dd3cf9ba447f
38649
38650 commit f436c18d4f74e0d0616f5023e15cc5cc441dd7fe
38651 Author: agiersch <agiersch@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
38652 Date:   Fri Feb 11 17:00:44 2011 +0000
38653
38654     Add missing XBT_PUBLIC.
38655     
38656     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9606 48e7efb5-ca39-0410-a469-dd3cf9ba447f
38657
38658 commit 4b8da4ac1743ffd9e524bea3e74933de3940dc9c
38659 Author: agiersch <agiersch@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
38660 Date:   Fri Feb 11 17:00:41 2011 +0000
38661
38662     Remove duplicated declaration.
38663     
38664     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9605 48e7efb5-ca39-0410-a469-dd3cf9ba447f
38665
38666 commit b20fdd7a63cbcf73f260e23610d73f667c3666d3
38667 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
38668 Date:   Fri Feb 11 15:46:59 2011 +0000
38669
38670     Need to set DIR_IS_LINK for use pwd -P
38671     
38672     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9604 48e7efb5-ca39-0410-a469-dd3cf9ba447f
38673
38674 commit b06678c7ab963e7f0a45e3fa86befd2557fcb159
38675 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
38676 Date:   Thu Feb 10 17:36:43 2011 +0000
38677
38678     Add some functions.
38679     
38680     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/contrib/trunk/simgrid-java@9603 48e7efb5-ca39-0410-a469-dd3cf9ba447f
38681
38682 commit d97146659e0007421b6d1a5d60b960befb66663b
38683 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
38684 Date:   Thu Feb 10 15:37:42 2011 +0000
38685
38686     Use verbose instead of debug-
38687     
38688     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9602 48e7efb5-ca39-0410-a469-dd3cf9ba447f
38689
38690 commit 54a25f9e51c5aa862e5306c508234188fd295247
38691 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
38692 Date:   Thu Feb 10 15:37:31 2011 +0000
38693
38694     Compute the user code execution time
38695     
38696     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9601 48e7efb5-ca39-0410-a469-dd3cf9ba447f
38697
38698 commit 64561039d3dec9e50b4eaf1b78b3edef71898383
38699 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
38700 Date:   Thu Feb 10 15:37:29 2011 +0000
38701
38702     Show also the sub-scheduling rounds.
38703     
38704     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9600 48e7efb5-ca39-0410-a469-dd3cf9ba447f
38705
38706 commit 7951b2d0118b44426367d128f5229eb3e3960536
38707 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
38708 Date:   Thu Feb 10 12:57:15 2011 +0000
38709
38710     Add a verification on gcc version.
38711     On mac we must have gcc45.
38712     Set by default to gcc40 for other.
38713     
38714     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9599 48e7efb5-ca39-0410-a469-dd3cf9ba447f
38715
38716 commit 30769c28f7021367f7d7f54e868dde6c2c17c050
38717 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
38718 Date:   Wed Feb 9 17:45:05 2011 +0000
38719
38720     Huge commit for java with simgrid3_5
38721     Not working yet but compile, parse platform and deployment.
38722     Break into runall. (swag_extract)
38723     
38724     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/contrib/trunk/simgrid-java@9598 48e7efb5-ca39-0410-a469-dd3cf9ba447f
38725
38726 commit 23a2059333732be618364bbd4bb149e3b1f7c112
38727 Author: sahu <sahu@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
38728 Date:   Wed Feb 9 11:40:17 2011 +0000
38729
38730     make jedule compilable with all warning flags
38731     
38732     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9597 48e7efb5-ca39-0410-a469-dd3cf9ba447f
38733
38734 commit 04368034521d1f7e019fe97360d1f73eaa232557
38735 Author: sahu <sahu@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
38736 Date:   Wed Feb 9 11:40:16 2011 +0000
38737
38738     jed output written to simgrid.jed
38739     
38740     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9596 48e7efb5-ca39-0410-a469-dd3cf9ba447f
38741
38742 commit 0de7df8a3bc351fdff4c4a3e106608b15c842143
38743 Author: sahu <sahu@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
38744 Date:   Wed Feb 9 11:40:14 2011 +0000
38745
38746     added jedule output to SimDAG
38747     
38748     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9595 48e7efb5-ca39-0410-a469-dd3cf9ba447f
38749
38750 commit 660f9807d0a906180dc31227b4c1ed744b2b2478
38751 Author: sahu <sahu@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
38752 Date:   Wed Feb 9 11:40:11 2011 +0000
38753
38754     jedule binding to SD started
38755     
38756     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9594 48e7efb5-ca39-0410-a469-dd3cf9ba447f
38757
38758 commit 4f5b9e125ac4d5e4fc68290eabf29366318c37b2
38759 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
38760 Date:   Tue Feb 8 17:37:25 2011 +0000
38761
38762     Simix: add requests to make isend+wait or irecv+wait in only one call
38763     
38764     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9593 48e7efb5-ca39-0410-a469-dd3cf9ba447f
38765
38766 commit 5a918cbd59f64eddf384ac657201057ac311633a
38767 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
38768 Date:   Tue Feb 8 17:37:22 2011 +0000
38769
38770     Chord: display the number of messages created
38771     
38772     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9592 48e7efb5-ca39-0410-a469-dd3cf9ba447f
38773
38774 commit 8cd3936c33b4d66eaf5dd3bdb944d72603e87c37
38775 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
38776 Date:   Tue Feb 8 16:18:45 2011 +0000
38777
38778     It does not work on apple to.
38779     
38780     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9591 48e7efb5-ca39-0410-a469-dd3cf9ba447f
38781
38782 commit eb205f1bc5310adb939db1e08fe8bc1d02a37f8f
38783 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
38784 Date:   Tue Feb 8 16:08:05 2011 +0000
38785
38786     Those lines are UNIX only.
38787     
38788     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9590 48e7efb5-ca39-0410-a469-dd3cf9ba447f
38789
38790 commit 153b16c65aabb7e3e103a83e072460cdba64fad1
38791 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
38792 Date:   Tue Feb 8 16:08:04 2011 +0000
38793
38794     Add tests for code covergae.
38795     Tests for :
38796         get_network_element_type(key)
38797         Model Dijkstra
38798     
38799     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9589 48e7efb5-ca39-0410-a469-dd3cf9ba447f
38800
38801 commit 0edee38af85b74df2429d3145124fae111620adf
38802 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
38803 Date:   Mon Feb 7 15:26:59 2011 +0000
38804
38805     [trace] process container creation must be before simix request
38806     
38807     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9588 48e7efb5-ca39-0410-a469-dd3cf9ba447f
38808
38809 commit 506c643fcdd84b5e30621c26a21ba0da605b74a3
38810 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
38811 Date:   Mon Feb 7 13:41:43 2011 +0000
38812
38813     Removed unnecessary print on master process, tests now cope with this change.
38814     
38815     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9587 48e7efb5-ca39-0410-a469-dd3cf9ba447f
38816
38817 commit b99ed971db29303089eb77b9235ba46d239a6133
38818 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
38819 Date:   Mon Feb 7 13:41:40 2011 +0000
38820
38821     Removed master message to improve output readability.
38822     
38823     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9586 48e7efb5-ca39-0410-a469-dd3cf9ba447f
38824
38825 commit 8d550ebeb8e6a43ac5eaaf066a3a52b1bfb40eeb
38826 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
38827 Date:   Mon Feb 7 13:36:40 2011 +0000
38828
38829     [trace] updating tesh'es to consider the new event in tracefile
38830     
38831     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9585 48e7efb5-ca39-0410-a469-dd3cf9ba447f
38832
38833 commit 59518475423ac3b2dfa8981463c1ca3fdddd5341
38834 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
38835 Date:   Mon Feb 7 13:36:38 2011 +0000
38836
38837     [trace] only one id generator for tracing system
38838     
38839     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9584 48e7efb5-ca39-0410-a469-dd3cf9ba447f
38840
38841 commit ac1f230c7d64fba88e0938ce18d0772b4721fda6
38842 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
38843 Date:   Mon Feb 7 13:36:38 2011 +0000
38844
38845     [trace] free the type values
38846     
38847     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9583 48e7efb5-ca39-0410-a469-dd3cf9ba447f
38848
38849 commit 8f3e7df6480d8da4db694b9ba382fa8c416ed916
38850 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
38851 Date:   Mon Feb 7 13:36:37 2011 +0000
38852
38853     [trace] new data structure to hold values of states, events and links
38854     
38855     details:
38856     - we save some trace space with this, by using aliases to state values
38857     - links is yet to be done
38858     
38859     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9582 48e7efb5-ca39-0410-a469-dd3cf9ba447f
38860
38861 commit 0f9e7b8886836bb988bac7570cdf9405e54d0ac4
38862 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
38863 Date:   Mon Feb 7 13:36:36 2011 +0000
38864
38865     [trace] removing unused code
38866     
38867     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9581 48e7efb5-ca39-0410-a469-dd3cf9ba447f
38868
38869 commit e28b29cf7d18c8f61475480fe6af607bed2df8e2
38870 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
38871 Date:   Mon Feb 7 13:36:35 2011 +0000
38872
38873     [trace] better way of getting references to types
38874     
38875     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9580 48e7efb5-ca39-0410-a469-dd3cf9ba447f
38876
38877 commit 6eeb4ad813a375cf4faa0bca40b58049c4c0298f
38878 Author: agiersch <agiersch@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
38879 Date:   Fri Feb 4 15:50:10 2011 +0000
38880
38881     Define CONTEXT_THREADS in simgrid_config.h.
38882     
38883     It is needed by include/simix/context.h, but it cannot include
38884     gras_config.h which is not installed.
38885     
38886     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9579 48e7efb5-ca39-0410-a469-dd3cf9ba447f
38887
38888 commit 9ef9d7a4639045692f424facca6bcc3caf48477e
38889 Author: agiersch <agiersch@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
38890 Date:   Fri Feb 4 15:50:06 2011 +0000
38891
38892     Doctype as changed.
38893     
38894     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9578 48e7efb5-ca39-0410-a469-dd3cf9ba447f
38895
38896 commit 0c539f5e2d25206246bb12e6dc036b108ea778e5
38897 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
38898 Date:   Fri Feb 4 14:09:33 2011 +0000
38899
38900     [trace] cleaner instrumentation
38901     
38902     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9577 48e7efb5-ca39-0410-a469-dd3cf9ba447f
38903
38904 commit 50e830ca114d788e390c130af09e00b66877784c
38905 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
38906 Date:   Fri Feb 4 14:09:31 2011 +0000
38907
38908     [trace] categories are only used for characterized resource utilization tracing
38909     
38910     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9576 48e7efb5-ca39-0410-a469-dd3cf9ba447f
38911
38912 commit 23329ae4f5be747063de64604ed51c57a122e0ee
38913 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
38914 Date:   Fri Feb 4 12:49:32 2011 +0000
38915
38916     [trace] return NULL instead of launching exception if a container does not exists
38917     
38918     details:
38919     - it shouldn't be like this, but it is the easy way of ignoring updates
38920     on links such as the __lookback__, not known by the tracing before-hand
38921     
38922     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9575 48e7efb5-ca39-0410-a469-dd3cf9ba447f
38923
38924 commit 9438858cc5e254b4b2c2a19bcc9b1e93302831ba
38925 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
38926 Date:   Fri Feb 4 09:52:41 2011 +0000
38927
38928     model-check output more parsable
38929     
38930     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9574 48e7efb5-ca39-0410-a469-dd3cf9ba447f
38931
38932 commit c836edd2518e98d7666b73277ced612cc526f3f4
38933 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
38934 Date:   Thu Feb 3 18:39:39 2011 +0000
38935
38936     Choose between parallel and serial dynamically only if needed
38937     
38938     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9573 48e7efb5-ca39-0410-a469-dd3cf9ba447f
38939
38940 commit d49a39ee0fbc8f850d4561fca040e50198b00d68
38941 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
38942 Date:   Thu Feb 3 17:09:11 2011 +0000
38943
38944     Various optimizations
38945     
38946     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9572 48e7efb5-ca39-0410-a469-dd3cf9ba447f
38947
38948 commit 5f2cfc086eff62c591fab6837547190ad9582671
38949 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
38950 Date:   Thu Feb 3 15:52:14 2011 +0000
38951
38952     This action name is not used
38953     
38954     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9571 48e7efb5-ca39-0410-a469-dd3cf9ba447f
38955
38956 commit 63ea61dcf159b166cad6f257cb92912971491470
38957 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
38958 Date:   Thu Feb 3 13:20:47 2011 +0000
38959
38960     The process list of MSG is now a swag instead of a fifo.
38961     
38962     When a process finishes, MSG removes it from the list and this operation
38963     was not efficient with a fifo.
38964     
38965     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9570 48e7efb5-ca39-0410-a469-dd3cf9ba447f
38966
38967 commit daf533bcb25008af1fe9992c3a924121e56a8328
38968 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
38969 Date:   Thu Feb 3 09:30:39 2011 +0000
38970
38971     Optimization of the lmm_variable_t mallocator
38972     
38973     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9569 48e7efb5-ca39-0410-a469-dd3cf9ba447f
38974
38975 commit af2164d627a93c6a6e287e45959efb83658f37c5
38976 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
38977 Date:   Wed Feb 2 17:13:35 2011 +0000
38978
38979     Large-scale simulations need bigger mallocators
38980     
38981     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9568 48e7efb5-ca39-0410-a469-dd3cf9ba447f
38982
38983 commit e99350b90a8c0e400db2f43e3093b70afdbd2aac
38984 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
38985 Date:   Wed Feb 2 16:50:16 2011 +0000
38986
38987     Use a mallocator for SIMIX actions
38988     
38989     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9567 48e7efb5-ca39-0410-a469-dd3cf9ba447f
38990
38991 commit da8980cd59b9ddced3bd88bf21250c76c4f929c4
38992 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
38993 Date:   Wed Feb 2 16:50:14 2011 +0000
38994
38995     Optimize xbt heaps a little bit: xbt_heap_pop() is 18% faster now
38996     
38997     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9566 48e7efb5-ca39-0410-a469-dd3cf9ba447f
38998
38999 commit 1ba8f57603958e2daa9d9ce4326b3eeeb424f83a
39000 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
39001 Date:   Wed Feb 2 16:50:10 2011 +0000
39002
39003     C99 allows us to put %zu after all
39004     
39005     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9565 48e7efb5-ca39-0410-a469-dd3cf9ba447f
39006
39007 commit 81bcfbd76b4524f3e963d9479321e276636ef405
39008 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
39009 Date:   Wed Feb 2 13:23:20 2011 +0000
39010
39011     [trace] fixing tracing tesh'es due to changes in event order
39012     
39013     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9564 48e7efb5-ca39-0410-a469-dd3cf9ba447f
39014
39015 commit 567811b89be3e615ab755f6d5edf437b6b5daf42
39016 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
39017 Date:   Wed Feb 2 10:53:29 2011 +0000
39018
39019     [trace] constant model is explicitly not traced
39020     
39021     details:
39022     - this resolves a segfault when network constant model is used
39023     with --cfg=tracing:1
39024     
39025     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9563 48e7efb5-ca39-0410-a469-dd3cf9ba447f
39026
39027 commit c78311367c49ddeeffb0bae0363fd2b00ed7a8e3
39028 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
39029 Date:   Wed Feb 2 10:37:26 2011 +0000
39030
39031     A cast is needed here to avoid warnings in both 32 bit and 64 bit
39032     
39033     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9562 48e7efb5-ca39-0410-a469-dd3cf9ba447f
39034
39035 commit 2ad1c21496da551e55c7d8e4486a79217a5e6c25
39036 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
39037 Date:   Tue Feb 1 17:39:47 2011 +0000
39038
39039     Fix a compilation warning introduced by r9557
39040     
39041     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9561 48e7efb5-ca39-0410-a469-dd3cf9ba447f
39042
39043 commit 125ba3dea38f9b31330b322f9bc59fdd428821ae
39044 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
39045 Date:   Tue Feb 1 17:34:19 2011 +0000
39046
39047     Add a flag --cfg=contexts/parallel_threshold:n
39048     
39049     At each scheduling rounding, the user contexts are run in
39050     parallel if their number is greater than this threshold.
39051     
39052     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9560 48e7efb5-ca39-0410-a469-dd3cf9ba447f
39053
39054 commit 12ab9f6d3d340747aae64b0e75eded8268c6fed2
39055 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
39056 Date:   Tue Feb 1 16:31:18 2011 +0000
39057
39058     Add parallel contexts test binary to .gitignore
39059     
39060     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9559 48e7efb5-ca39-0410-a469-dd3cf9ba447f
39061
39062 commit 1d86c2a6dd868b8634423c5f1be55b992709fc75
39063 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
39064 Date:   Tue Feb 1 16:31:16 2011 +0000
39065
39066     Remove SIMIX requests that get src and dst buffers and their sizes
39067     
39068     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9558 48e7efb5-ca39-0410-a469-dd3cf9ba447f
39069
39070 commit f5fd55f293d7e019e8c23e7ff76e2b3743e40cd6
39071 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
39072 Date:   Tue Feb 1 16:31:14 2011 +0000
39073
39074     Use a mallocator for the Surf actions
39075     
39076     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9557 48e7efb5-ca39-0410-a469-dd3cf9ba447f
39077
39078 commit dbfa5606c9912e09908b3343ec7a56b283ec82b9
39079 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
39080 Date:   Tue Feb 1 16:31:12 2011 +0000
39081
39082     Forgot void inside parenthesis
39083     
39084     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9556 48e7efb5-ca39-0410-a469-dd3cf9ba447f
39085
39086 commit 87b89191e194d0e9080c102e309db6c5d45d37a0
39087 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
39088 Date:   Tue Feb 1 15:00:26 2011 +0000
39089
39090     Optimization, if no parallel execution is selected use the serial execution.
39091     
39092     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9555 48e7efb5-ca39-0410-a469-dd3cf9ba447f
39093
39094 commit d4f0b385e0fe3352a023e92cd199969a69d7b4d2
39095 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
39096 Date:   Tue Feb 1 14:32:10 2011 +0000
39097
39098     Implement a dynamic parallel execution mode.
39099     
39100     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9554 48e7efb5-ca39-0410-a469-dd3cf9ba447f
39101
39102 commit d747238ce054a5db96974c9b2c888f922505f93b
39103 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
39104 Date:   Tue Feb 1 13:34:25 2011 +0000
39105
39106     -Add smx_ctx_sysv_get_thread_id to the parallel ucontext factory.
39107     -Unify smx_current_context variable for both sequential and // raw/sysv contexts.
39108     
39109     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9553 48e7efb5-ca39-0410-a469-dd3cf9ba447f
39110
39111 commit 8a70fd6e0cc77910dda2e50a7f8bbb864f26c0b9
39112 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
39113 Date:   Tue Feb 1 12:53:00 2011 +0000
39114
39115     Don't read a comm after completion since it is auto-destroyed now.
39116     
39117     This fixes the tests that were broken by r9538.
39118     
39119     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9552 48e7efb5-ca39-0410-a469-dd3cf9ba447f
39120
39121 commit 00d29bad30ebbbbcc85ddfbcfc2312883f6527f5
39122 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
39123 Date:   Tue Feb 1 12:41:02 2011 +0000
39124
39125     Compile fix: rename function changed after merge.
39126     
39127     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9551 48e7efb5-ca39-0410-a469-dd3cf9ba447f
39128
39129 commit 8ac6fbb93b5f76c67840f90d011e4845c0b6f318
39130 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
39131 Date:   Tue Feb 1 12:37:27 2011 +0000
39132
39133     Replace the req_todo heap with a table of swags one for each running thread.
39134     
39135     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9550 48e7efb5-ca39-0410-a469-dd3cf9ba447f
39136
39137 commit 6d20a3a2c9d09f8501319253e6fe94018f4f0d8c
39138 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
39139 Date:   Tue Feb 1 12:37:25 2011 +0000
39140
39141     Use the extra data field of the xbt_os_thread to store the worker id.
39142     
39143     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9549 48e7efb5-ca39-0410-a469-dd3cf9ba447f
39144
39145 commit 8f53b49a3b699b15a97868ce7a137e9e43de444c
39146 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
39147 Date:   Tue Feb 1 12:37:22 2011 +0000
39148
39149     - Add SIMIX_context_get_thread_id to the context factory interface.
39150     - Implement a default base function for it.
39151     - Implement a raw context version for use with // threads.
39152     
39153     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9548 48e7efb5-ca39-0410-a469-dd3cf9ba447f
39154
39155 commit dfb3c1f1d5dc90a8162071e4db743abef05ca521
39156 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
39157 Date:   Tue Feb 1 12:37:18 2011 +0000
39158
39159     Bugfix: set parallel contexts to 1 par default
39160     
39161     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9547 48e7efb5-ca39-0410-a469-dd3cf9ba447f
39162
39163 commit fb7ae9fbe09d323b90bc73ea6e6e4763e4a41ae3
39164 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
39165 Date:   Tue Feb 1 10:30:35 2011 +0000
39166
39167     I forgot the ones without the extension .tesh
39168     
39169     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9546 48e7efb5-ca39-0410-a469-dd3cf9ba447f
39170
39171 commit 0a6c8726c3e15e934bf74df09171710e346db558
39172 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
39173 Date:   Tue Feb 1 10:27:02 2011 +0000
39174
39175     Protect --log=root.fmt flag with double quotes in tesh files
39176     
39177     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9545 48e7efb5-ca39-0410-a469-dd3cf9ba447f
39178
39179 commit ec86e827d8bb67988913e0658155b2fa4fbd7ac6
39180 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
39181 Date:   Tue Feb 1 09:15:46 2011 +0000
39182
39183     Rename flag cfg=contexts/parallel to cfg=contexts/nthreads
39184     
39185     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9544 48e7efb5-ca39-0410-a469-dd3cf9ba447f
39186
39187 commit 29202b3071fe6d3b7146dcd47218ab699ece7a62
39188 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
39189 Date:   Tue Feb 1 09:03:59 2011 +0000
39190
39191     cfg=contexts/parallel:nb is now the number of threads instead of a boolean
39192     
39193     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9543 48e7efb5-ca39-0410-a469-dd3cf9ba447f
39194
39195 commit fb2c06ad23be8a12b22bdc8e77c63f4d7c61a1bb
39196 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
39197 Date:   Mon Jan 31 19:19:53 2011 +0000
39198
39199     Fix possible compilation problem with the declaration of msg_comm_t
39200     
39201     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9542 48e7efb5-ca39-0410-a469-dd3cf9ba447f
39202
39203 commit 5759a7ec1aadfb55056a0adb92bb0cd76cb2d6dd
39204 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
39205 Date:   Mon Jan 31 19:11:20 2011 +0000
39206
39207     Fix segfault when using parallel contexts
39208     
39209     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9541 48e7efb5-ca39-0410-a469-dd3cf9ba447f
39210
39211 commit 7991df17f36cf55b8594f1e9823ac6a2c93d9d2a
39212 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
39213 Date:   Mon Jan 31 18:30:35 2011 +0000
39214
39215     Use a thread specific variable to store the current context instead of pthread_set/get specific.
39216     
39217     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9540 48e7efb5-ca39-0410-a469-dd3cf9ba447f
39218
39219 commit d4ec94f875bf60c5a35bfe65cb7d243e56b495c4
39220 Author: suter <suter@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
39221 Date:   Mon Jan 31 18:26:00 2011 +0000
39222
39223     better to include msg/msg.h to use msg functions
39224     
39225     
39226     
39227     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9539 48e7efb5-ca39-0410-a469-dd3cf9ba447f
39228
39229 commit 8a7a5f10297e28c98d9c77e2985e96627a43e95e
39230 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
39231 Date:   Mon Jan 31 16:21:54 2011 +0000
39232
39233     Make SIMIX_req_comm(test/wait/testany/waitany) requests to destroy the comm actions.
39234     
39235     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9538 48e7efb5-ca39-0410-a469-dd3cf9ba447f
39236
39237 commit ca7162936235b0732afe3a675ca09fe11f915eab
39238 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
39239 Date:   Mon Jan 31 16:14:21 2011 +0000
39240
39241     Fix a compilation problem with dsend and Chord
39242     
39243     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9537 48e7efb5-ca39-0410-a469-dd3cf9ba447f
39244
39245 commit 102e02838df15cf7491c8fbc0828358d88caf7df
39246 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
39247 Date:   Mon Jan 31 15:49:09 2011 +0000
39248
39249     Rename two_peer by two_peers
39250     
39251     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9536 48e7efb5-ca39-0410-a469-dd3cf9ba447f
39252
39253 commit 4a8dc1f6c73ac34ea13dc0074444345d36279902
39254 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
39255 Date:   Mon Jan 31 15:47:55 2011 +0000
39256
39257     Add token_ring example.
39258     For latency change get_latency between two routers by two AS with the same coordinates.
39259     
39260     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9535 48e7efb5-ca39-0410-a469-dd3cf9ba447f
39261
39262 commit 00e8231fa94528961cddaa1fe35e232de5438e76
39263 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
39264 Date:   Mon Jan 31 15:01:04 2011 +0000
39265
39266     Make SIMIX cleanup the user data of the detached isend communication actions.
39267     
39268     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9534 48e7efb5-ca39-0410-a469-dd3cf9ba447f
39269
39270 commit 030e7d63a2fc3a0f82f5c820e1d0ac02d2021ba2
39271 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
39272 Date:   Mon Jan 31 14:48:12 2011 +0000
39273
39274     Chord: use MSG_task_dsend when possible
39275     
39276     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9533 48e7efb5-ca39-0410-a469-dd3cf9ba447f
39277
39278 commit e56bea291e54aac63783fe568585d19a24528c2a
39279 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
39280 Date:   Mon Jan 31 13:35:28 2011 +0000
39281
39282     Add an example for communication between cluster or peer.
39283     
39284     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9532 48e7efb5-ca39-0410-a469-dd3cf9ba447f
39285
39286 commit 50a92b3f768a6ca44358a1e87b4e780e42bbe67c
39287 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
39288 Date:   Mon Jan 31 13:35:27 2011 +0000
39289
39290     I need those source files for java for the moment.
39291     
39292     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9531 48e7efb5-ca39-0410-a469-dd3cf9ba447f
39293
39294 commit a252f252b068c05c631fca63de412148ad81ee69
39295 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
39296 Date:   Mon Jan 31 13:35:26 2011 +0000
39297
39298     We need to had symmetrical "no" to route from version x to 3.
39299     
39300     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9530 48e7efb5-ca39-0410-a469-dd3cf9ba447f
39301
39302 commit 31b7fa457f9267af8eda2eee06aae74dd78eb412
39303 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
39304 Date:   Mon Jan 31 13:24:36 2011 +0000
39305
39306     Add MSG_task_dsend function to MSG.
39307     MSG_task_dsend performs a best effort asynchronous send or dettached send.
39308     
39309     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9529 48e7efb5-ca39-0410-a469-dd3cf9ba447f
39310
39311 commit f0cd4be195414e0a2db71f136f042a8b000f073e
39312 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
39313 Date:   Fri Jan 28 16:25:50 2011 +0000
39314
39315     Return the host failures in the same process sleep requests.
39316     
39317     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9528 48e7efb5-ca39-0410-a469-dd3cf9ba447f
39318
39319 commit 05f0932d593d7ae0b61147605dc88d3a5b4434a6
39320 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
39321 Date:   Fri Jan 28 16:25:39 2011 +0000
39322
39323     Set the task to NULL to avoid a warning message.
39324     
39325     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9527 48e7efb5-ca39-0410-a469-dd3cf9ba447f
39326
39327 commit 2bd50a9359d858d3090081ccbc482f384e1ab0d4
39328 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
39329 Date:   Fri Jan 28 16:25:37 2011 +0000
39330
39331     Cosmetic changes
39332     
39333     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9526 48e7efb5-ca39-0410-a469-dd3cf9ba447f
39334
39335 commit a1ba88402bfb88a278d2e7c849441a9ed4a26120
39336 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
39337 Date:   Fri Jan 28 16:23:54 2011 +0000
39338
39339     Make msg_comm_t be a real structure again, not an alias of smx_comm_t.
39340     
39341     This avoids many SIMIX requests related to communications.
39342     
39343     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9525 48e7efb5-ca39-0410-a469-dd3cf9ba447f
39344
39345 commit 24b8c09e598e49839cc9115f23b95ebfc0e00429
39346 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
39347 Date:   Fri Jan 28 14:48:31 2011 +0000
39348
39349     Skip requests for SIMIX_req_rdv_get_by_name and call the function directly.
39350     It is too expensive to post a request just to get the rendez-vous point.
39351     
39352     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9524 48e7efb5-ca39-0410-a469-dd3cf9ba447f
39353
39354 commit cd40849d2737471ff19f68b406a865b2ab5a0d35
39355 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
39356 Date:   Fri Jan 28 14:48:20 2011 +0000
39357
39358     Make the platform symmetric.
39359     
39360     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9523 48e7efb5-ca39-0410-a469-dd3cf9ba447f
39361
39362 commit cedff8d970304fe22e5ab6d359c47160ec82fdb3
39363 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
39364 Date:   Fri Jan 28 14:48:18 2011 +0000
39365
39366     Add example pcontexts2 (parallel independent master/slave processes).
39367     
39368     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9522 48e7efb5-ca39-0410-a469-dd3cf9ba447f
39369
39370 commit 9a7c6c8f75db930814b5ca356795f8ff2347c5d7
39371 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
39372 Date:   Thu Jan 27 16:42:16 2011 +0000
39373
39374     Replace the return value of SIMIX_req_process_create() by a parameter.
39375     
39376     This is because the new process created may start its execution before this function
39377     returns, making the assignment of the return value occur too late.
39378     
39379     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9521 48e7efb5-ca39-0410-a469-dd3cf9ba447f
39380
39381 commit e2b930ee430830d0be797be083a0bdd124778e7f
39382 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
39383 Date:   Thu Jan 27 13:59:28 2011 +0000
39384
39385     Make SIMIX_req_host_execution_wait to also destroy the execution action when done.
39386     This avoids a subsequent request just to destroy it.
39387     
39388     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9520 48e7efb5-ca39-0410-a469-dd3cf9ba447f
39389
39390 commit 37c3311044fe215372be2a6075b82dba65ac5b1a
39391 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
39392 Date:   Thu Jan 27 13:59:26 2011 +0000
39393
39394     Return action state on SIMIX_req_host_execution_wait().
39395     This avoids a call to SIMIX_req_host_execution_get_state right afterwards.
39396     
39397     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9519 48e7efb5-ca39-0410-a469-dd3cf9ba447f
39398
39399 commit 5d0e92347e2ff135459af73e2dc199a3d33f684f
39400 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
39401 Date:   Thu Jan 27 13:59:24 2011 +0000
39402
39403     Add extra argument "priority" to SIMIX_req_host_execute.
39404     This avoids a second request to set it right afterwards.
39405     
39406     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9518 48e7efb5-ca39-0410-a469-dd3cf9ba447f
39407
39408 commit c2d643caa1dca8e9c16e271a22176e58cbab7881
39409 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
39410 Date:   Thu Jan 27 13:59:20 2011 +0000
39411
39412     CHECK_HOST() is very inefficient and only for debugging purposes, redefine it as nothing.
39413     
39414     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9517 48e7efb5-ca39-0410-a469-dd3cf9ba447f
39415
39416 commit 0967cf4cf43137b6e0ec47bdc60baa51c07c0b73
39417 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
39418 Date:   Thu Jan 27 11:00:18 2011 +0000
39419
39420     Add MSG's parallel_contexts example.
39421     
39422     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9516 48e7efb5-ca39-0410-a469-dd3cf9ba447f
39423
39424 commit ba221c8370d9d092fae68858cd4004250030740e
39425 Author: agiersch <agiersch@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
39426 Date:   Thu Jan 27 10:52:03 2011 +0000
39427
39428     Fix memory leaks in msg examples.
39429     
39430     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9515 48e7efb5-ca39-0410-a469-dd3cf9ba447f
39431
39432 commit cf2261b8e065347d0fa26473f4b808e50b81e451
39433 Author: agiersch <agiersch@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
39434 Date:   Thu Jan 27 10:51:59 2011 +0000
39435
39436     Fix memory leaks in testall.
39437     
39438     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9514 48e7efb5-ca39-0410-a469-dd3cf9ba447f
39439
39440 commit accfd692f05242b17dd620dc3494426572604aa7
39441 Author: agiersch <agiersch@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
39442 Date:   Thu Jan 27 10:51:55 2011 +0000
39443
39444     Always free cat->layout on xbt_log_layout_set.
39445     
39446     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9513 48e7efb5-ca39-0410-a469-dd3cf9ba447f
39447
39448 commit efbf2ac15b2739e4a24faec602c902f5737c408a
39449 Author: agiersch <agiersch@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
39450 Date:   Thu Jan 27 10:51:52 2011 +0000
39451
39452     Display the config options, sorted by their names.
39453     
39454     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9512 48e7efb5-ca39-0410-a469-dd3cf9ba447f
39455
39456 commit d020b505257775756ee4ad1ae632a3bfe0e0c28a
39457 Author: agiersch <agiersch@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
39458 Date:   Thu Jan 27 10:51:49 2011 +0000
39459
39460     Do not unref action twice.
39461     
39462     It is already done in SIMIX_synchro_destroy, which is called via
39463     SIMIX_synchro_finish.
39464     
39465     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9511 48e7efb5-ca39-0410-a469-dd3cf9ba447f
39466
39467 commit acb05b5ab42f77c6bc5e8324f4dd691d960e0812
39468 Author: agiersch <agiersch@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
39469 Date:   Thu Jan 27 10:51:45 2011 +0000
39470
39471     Delete useless option given to pwd.
39472     
39473     If `-L' and `-P' are both given to pwd, the last one takes precedence.
39474     
39475     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9510 48e7efb5-ca39-0410-a469-dd3cf9ba447f
39476
39477 commit a2469b1c6f74e75451f8661195157d36e7235cce
39478 Author: agiersch <agiersch@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
39479 Date:   Thu Jan 27 10:51:41 2011 +0000
39480
39481     Fix installation of example files.
39482     
39483     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9509 48e7efb5-ca39-0410-a469-dd3cf9ba447f
39484
39485 commit 6c6da8b88e1a9fa663f2c1eb8917104d11c044dc
39486 Author: agiersch <agiersch@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
39487 Date:   Thu Jan 27 10:51:38 2011 +0000
39488
39489     Some cleanup in cmake files.
39490     
39491     Remove unused or duplicated code.
39492     
39493     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9508 48e7efb5-ca39-0410-a469-dd3cf9ba447f
39494
39495 commit e71cd41e1af2c4306ef4d30a17c69bed552a8ba1
39496 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
39497 Date:   Wed Jan 26 14:01:52 2011 +0000
39498
39499     It is not Experimental test but nightly.
39500     
39501     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9507 48e7efb5-ca39-0410-a469-dd3cf9ba447f
39502
39503 commit 5fc9ced695a6771d7ce0fc63d2a446ef1c7eff01
39504 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
39505 Date:   Wed Jan 26 14:01:50 2011 +0000
39506
39507     PCRE is installed on /usr/lib
39508     
39509     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9506 48e7efb5-ca39-0410-a469-dd3cf9ba447f
39510
39511 commit fe3f93cc16d6505056d5d5dc8fb63dbea26b9ef2
39512 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
39513 Date:   Wed Jan 26 13:54:33 2011 +0000
39514
39515     Bugfix: return testany requests' result when they succeed on MC mode.
39516     
39517     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9505 48e7efb5-ca39-0410-a469-dd3cf9ba447f
39518
39519 commit fe14f3ddbb0f7624e767dfc5ee52e7ed11c3fbdc
39520 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
39521 Date:   Wed Jan 26 13:54:22 2011 +0000
39522
39523     Debug generation clean-ups.
39524     
39525     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9504 48e7efb5-ca39-0410-a469-dd3cf9ba447f
39526
39527 commit 52ecb7077f76635393af439dc2e023485631f8e9
39528 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
39529 Date:   Wed Jan 26 13:54:20 2011 +0000
39530
39531     Change again the size of the problem for the MC.
39532     
39533     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9503 48e7efb5-ca39-0410-a469-dd3cf9ba447f
39534
39535 commit 6b85ea23bb4697266132fffaebc5e55ef6cc14c0
39536 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
39537 Date:   Wed Jan 26 13:54:09 2011 +0000
39538
39539     Increase the frequency of chord's getrequest operations when running the mc.
39540     
39541     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9502 48e7efb5-ca39-0410-a469-dd3cf9ba447f
39542
39543 commit 1aa506eed70e86d9d3d4c551b55b9a5954a815ac
39544 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
39545 Date:   Wed Jan 26 13:54:07 2011 +0000
39546
39547     Bugfix: the dependence relation between isend/irecv and "wait timeout" is not symetrical.
39548     
39549     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9501 48e7efb5-ca39-0410-a469-dd3cf9ba447f
39550
39551 commit 030a05a00b073b9a464a4f508d0991cf983ea0df
39552 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
39553 Date:   Wed Jan 26 13:53:55 2011 +0000
39554
39555     Improve independence detection and request pretty printing.
39556     
39557     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9500 48e7efb5-ca39-0410-a469-dd3cf9ba447f
39558
39559 commit 448f6dc9acd8c69e31ba8a74fb315712dbffc427
39560 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
39561 Date:   Wed Jan 26 13:53:53 2011 +0000
39562
39563     Bugfix: do not use the action state to determine the result of TEST requests when running in MC mode.
39564     
39565     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9499 48e7efb5-ca39-0410-a469-dd3cf9ba447f
39566
39567 commit 3e2d38c807f62cd66fe31885811a975cb38de7cb
39568 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
39569 Date:   Wed Jan 26 13:53:42 2011 +0000
39570
39571     Reduce the run size for the MC
39572     
39573     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9498 48e7efb5-ca39-0410-a469-dd3cf9ba447f
39574
39575 commit 9b505ba5266efa19390e707fc0d31c97752cd664
39576 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
39577 Date:   Wed Jan 26 13:53:40 2011 +0000
39578
39579     Improve the show stack function. (Now it prints the timeouts).
39580     
39581     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9497 48e7efb5-ca39-0410-a469-dd3cf9ba447f
39582
39583 commit bfa93d95a4bfe18c937124bd12451d9537bf08ba
39584 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
39585 Date:   Tue Jan 25 15:16:05 2011 +0000
39586
39587     Pcre for fedora.
39588     
39589     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9496 48e7efb5-ca39-0410-a469-dd3cf9ba447f
39590
39591 commit 2dc4cabe32926d0c2a8be832f87cbca916d638f8
39592 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
39593 Date:   Tue Jan 25 15:16:04 2011 +0000
39594
39595     Add test install to pipol.
39596     Remove jaunty distrib to pipol.
39597     
39598     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9495 48e7efb5-ca39-0410-a469-dd3cf9ba447f
39599
39600 commit c4aa4cede2e91d6f21df5c34bb55ad8bf0207e2a
39601 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
39602 Date:   Tue Jan 25 14:43:35 2011 +0000
39603
39604     Finally beat the communication failure leaks of MSG
39605     
39606     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9494 48e7efb5-ca39-0410-a469-dd3cf9ba447f
39607
39608 commit 3be017f7751e80edf4ae05614ee7c964282bc945
39609 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
39610 Date:   Tue Jan 25 13:10:21 2011 +0000
39611
39612     Add a test for pipol.
39613     Target "make install" with test reported into cdash.
39614     
39615     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9493 48e7efb5-ca39-0410-a469-dd3cf9ba447f
39616
39617 commit fa012cf1ed193126175b66a394308d145bee0654
39618 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
39619 Date:   Tue Jan 25 12:55:35 2011 +0000
39620
39621     Pipol
39622     
39623     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9492 48e7efb5-ca39-0410-a469-dd3cf9ba447f
39624
39625 commit 7c8e37fa607d1e4a7786fc1167400c863304108d
39626 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
39627 Date:   Tue Jan 25 12:55:34 2011 +0000
39628
39629     Pipol
39630     
39631     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9491 48e7efb5-ca39-0410-a469-dd3cf9ba447f
39632
39633 commit 34c9e08888fae4fc39aa22502070b37c0ab8a5d6
39634 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
39635 Date:   Tue Jan 25 12:46:55 2011 +0000
39636
39637     Stringify e_smx_req_t just by using macros (remove the special header)
39638     
39639     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9490 48e7efb5-ca39-0410-a469-dd3cf9ba447f
39640
39641 commit 60209fce216635a9ad238819cbf8ee2a8f532705
39642 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
39643 Date:   Tue Jan 25 11:58:50 2011 +0000
39644
39645     Pipol
39646     
39647     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9489 48e7efb5-ca39-0410-a469-dd3cf9ba447f
39648
39649 commit e19b97e56b274fcf503f4c6d1ecbe1a96c3f246c
39650 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
39651 Date:   Tue Jan 25 11:57:29 2011 +0000
39652
39653     Pipol
39654     
39655     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9488 48e7efb5-ca39-0410-a469-dd3cf9ba447f
39656
39657 commit 8af3cb11bfe73e4813ebeed796e74445b5b2207d
39658 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
39659 Date:   Tue Jan 25 11:55:41 2011 +0000
39660
39661     Update pipol files
39662     
39663     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9487 48e7efb5-ca39-0410-a469-dd3cf9ba447f
39664
39665 commit 953653e94d85bf9b5c5a226294d28549414836d1
39666 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
39667 Date:   Tue Jan 25 11:55:39 2011 +0000
39668
39669     Change tests for having raw thread and ucontext.
39670     Use script :
39671     perl generate_new_tests.pl AddTests_old.cmake > AddTests.cmake
39672     
39673     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9486 48e7efb5-ca39-0410-a469-dd3cf9ba447f
39674
39675 commit 5e6f9c25cfcb9a1418c0fc4a613fde7f66932a07
39676 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
39677 Date:   Tue Jan 25 10:39:29 2011 +0000
39678
39679     Fix test lua-msg-masterslave-console (was broken since r9407)
39680     
39681     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9485 48e7efb5-ca39-0410-a469-dd3cf9ba447f
39682
39683 commit d61adf0b3725230ab5f89e2c8daa263449c6baf0
39684 Author: pini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
39685 Date:   Mon Jan 24 16:17:40 2011 +0000
39686
39687     Use a linear sweep waitall when MC is enabled.
39688     
39689     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9484 48e7efb5-ca39-0410-a469-dd3cf9ba447f
39690
39691 commit 0af1d56856d15cd2cc1494bbc2ef9b18baa2329f
39692 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
39693 Date:   Mon Jan 24 15:44:05 2011 +0000
39694
39695     Cosmetics
39696     
39697     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9483 48e7efb5-ca39-0410-a469-dd3cf9ba447f
39698
39699 commit a2aa73fbb687e8bbf662b6a9183a0df9c1f62b80
39700 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
39701 Date:   Mon Jan 24 15:44:04 2011 +0000
39702
39703     We can now compile simgrid into a link directory.
39704     
39705     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9482 48e7efb5-ca39-0410-a469-dd3cf9ba447f
39706
39707 commit a3c9ea85be9257b1b80afdbce92245613e8a9724
39708 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
39709 Date:   Mon Jan 24 14:04:52 2011 +0000
39710
39711     Update tesh for 64bits
39712     
39713     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9481 48e7efb5-ca39-0410-a469-dd3cf9ba447f
39714
39715 commit 0bb379e3b645a2d1cbc8ff1c4d2e4fa4f78fa377
39716 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
39717 Date:   Mon Jan 24 14:04:51 2011 +0000
39718
39719     ruby
39720     
39721     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9480 48e7efb5-ca39-0410-a469-dd3cf9ba447f
39722
39723 commit dee60c06c65803e929391a0102697323bda033e4
39724 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
39725 Date:   Mon Jan 24 13:37:15 2011 +0000
39726
39727     Add a flag --cfg=contexts/stacksize and rename other context flags to be
39728     more uniform.
39729     
39730     --cfg=simix/context is replaced by --cfg=contexts/factory
39731     and --cfg=parallel-contexts is replaced by --cfg=contexts/parallel
39732     
39733     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9479 48e7efb5-ca39-0410-a469-dd3cf9ba447f
39734
39735 commit faa8aeec1cac19b146adffeabe3fb4db846311b3
39736 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
39737 Date:   Mon Jan 24 12:02:47 2011 +0000
39738
39739     SIMIX requests: generate strings from enumeration values automatically
39740     
39741     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9478 48e7efb5-ca39-0410-a469-dd3cf9ba447f
39742
39743 commit 393aed92a730d963105cbd41c9c90ee2d74e0fa5
39744 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
39745 Date:   Mon Jan 24 12:02:45 2011 +0000
39746
39747     Move SIMIX comm requests to the top of the big switch
39748     
39749     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9477 48e7efb5-ca39-0410-a469-dd3cf9ba447f
39750
39751 commit 8390edb6b4361182e8afc6bc34aa7b8f5eba65fa
39752 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
39753 Date:   Mon Jan 24 12:00:24 2011 +0000
39754
39755     Now install ruby v1.9.*
39756     
39757     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9476 48e7efb5-ca39-0410-a469-dd3cf9ba447f
39758
39759 commit 8d8521a35887b41cb63e3473c650140ea3322298
39760 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
39761 Date:   Sun Jan 23 20:16:23 2011 +0000
39762
39763     Replace while+modulo by a bitwise operation
39764     
39765     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9475 48e7efb5-ca39-0410-a469-dd3cf9ba447f
39766
39767 commit 359062557ab714a68aff0ab0984e33988af64144
39768 Author: markls <markls@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
39769 Date:   Fri Jan 21 14:52:10 2011 +0000
39770
39771     made it so that to apply varget for statics we not only have to match the name
39772     of the variable, but also the containing function.
39773     
39774     
39775     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9474 48e7efb5-ca39-0410-a469-dd3cf9ba447f
39776
39777 commit ad59c715eccd3974067bc9b65eca0c0c57df58de
39778 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
39779 Date:   Fri Jan 21 13:56:10 2011 +0000
39780
39781     Flatifier is now with http://simgrid.gforge.inria.fr/simgrid.dtd
39782     
39783     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9473 48e7efb5-ca39-0410-a469-dd3cf9ba447f
39784
39785 commit 8c644956d9e43243f2e9a54cf36b95897988415c
39786 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
39787 Date:   Fri Jan 21 13:50:31 2011 +0000
39788
39789     We now use http://simgrid.gforge.inria.fr/simgrid.dtd to generate maintainer sources.
39790     
39791     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9472 48e7efb5-ca39-0410-a469-dd3cf9ba447f
39792
39793 commit 5a4b0bd8b8fab79966acf4f63dfc55781d8c0e54
39794 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
39795 Date:   Fri Jan 21 12:39:51 2011 +0000
39796
39797     Let simgrid.dtd to be accessible from the web in order to enable automatic validation when using an XML editor
39798     Updated all XML files to point to the new dtd location.
39799     
39800     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9471 48e7efb5-ca39-0410-a469-dd3cf9ba447f
39801
39802 commit bed0bd887ad1b2584aab20cf8b447df2e3a217aa
39803 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
39804 Date:   Fri Jan 21 11:21:58 2011 +0000
39805
39806     Correctly set callbacks for tags.
39807     
39808     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9470 48e7efb5-ca39-0410-a469-dd3cf9ba447f
39809
39810 commit efc0cecc22a0fb7807bb87b276865502aa726bdf
39811 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
39812 Date:   Thu Jan 20 17:36:37 2011 +0000
39813
39814     Chord: protect MC calls
39815     
39816     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9469 48e7efb5-ca39-0410-a469-dd3cf9ba447f
39817
39818 commit 1f153f27bf434903304e739ca0ab384b075b7c73
39819 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
39820 Date:   Thu Jan 20 17:36:35 2011 +0000
39821
39822     Chord: fix more memory leaks
39823     
39824     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9468 48e7efb5-ca39-0410-a469-dd3cf9ba447f
39825
39826 commit a52c8775ea7ebcaa71502834b796e29623f8d320
39827 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
39828 Date:   Thu Jan 20 17:36:34 2011 +0000
39829
39830     Don't access a task that failed to be received
39831     
39832     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9467 48e7efb5-ca39-0410-a469-dd3cf9ba447f
39833
39834 commit 208924f0b511eb55c98c74a56a9d9e6b7430c370
39835 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
39836 Date:   Thu Jan 20 15:46:02 2011 +0000
39837
39838     Add a clock per process when running in MC mode.
39839     
39840     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9466 48e7efb5-ca39-0410-a469-dd3cf9ba447f
39841
39842 commit 76cf83f4634017a34173bbceb819b99d77ac7ba7
39843 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
39844 Date:   Thu Jan 20 15:45:59 2011 +0000
39845
39846     Add assertions to use with the model-checker
39847     
39848     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9465 48e7efb5-ca39-0410-a469-dd3cf9ba447f
39849
39850 commit 717875729557ca0e76702af5be742600842664a3
39851 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
39852 Date:   Thu Jan 20 15:45:57 2011 +0000
39853
39854     Let the model-checker decide if the wait transitions should timeout or not.
39855     
39856     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9464 48e7efb5-ca39-0410-a469-dd3cf9ba447f
39857
39858 commit d5b91248fa5fef0d3a11b9da3546cf9f1023192a
39859 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
39860 Date:   Thu Jan 20 15:45:53 2011 +0000
39861
39862     Code refactor: move the functions associated to the request enabledness to mc_request.c
39863     
39864     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9463 48e7efb5-ca39-0410-a469-dd3cf9ba447f
39865
39866 commit 1cdf3f70bf6eb8ce6c39995cb95152a63328c6dc
39867 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
39868 Date:   Thu Jan 20 15:45:41 2011 +0000
39869
39870     Improve debug information for waitany and testany requests.
39871     
39872     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9462 48e7efb5-ca39-0410-a469-dd3cf9ba447f
39873
39874 commit c0752d56f21204197ae699a0c362446588e3bc1f
39875 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
39876 Date:   Thu Jan 20 15:45:39 2011 +0000
39877
39878     Bugfix: do not compare comm actions to decide if they are dependent or not, and improve dependence detection.
39879     
39880     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9461 48e7efb5-ca39-0410-a469-dd3cf9ba447f
39881
39882 commit 05005c62d2ccd390280fd15e20288f5e5c617273
39883 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
39884 Date:   Thu Jan 20 15:45:28 2011 +0000
39885
39886     Bugfix: correctly set the process to MC_DONE once the last transition of it was executed (for waitany and testany).
39887     
39888     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9460 48e7efb5-ca39-0410-a469-dd3cf9ba447f
39889
39890 commit 8d59adfabac177456e394d2044486cc6524205e7
39891 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
39892 Date:   Thu Jan 20 15:45:26 2011 +0000
39893
39894     Bugfix: return after answering the sleep request when running in MC mode.
39895     
39896     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9459 48e7efb5-ca39-0410-a469-dd3cf9ba447f
39897
39898 commit 42cdb08adb14105f0a0398e9ede13ed3148cbcdc
39899 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
39900 Date:   Thu Jan 20 15:45:15 2011 +0000
39901
39902     Bugfix: every state should also save a copy of the communication action associated to the request.
39903     
39904     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9458 48e7efb5-ca39-0410-a469-dd3cf9ba447f
39905
39906 commit 36246161381665fecb9a5a074b081d8d712f94e6
39907 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
39908 Date:   Thu Jan 20 15:45:13 2011 +0000
39909
39910     Translate the executed TestAny and WaitAny requests into Test and Wait ones.
39911     
39912     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9457 48e7efb5-ca39-0410-a469-dd3cf9ba447f
39913
39914 commit de30dba5106391865d3f7fe96bb6e6782f0ee5b5
39915 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
39916 Date:   Thu Jan 20 15:45:11 2011 +0000
39917
39918     Bugfix: save only the state of the heap and libsimgrid.
39919     
39920     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9456 48e7efb5-ca39-0410-a469-dd3cf9ba447f
39921
39922 commit aea722d33a8fba9c4913c4378fc06e41f808c56f
39923 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
39924 Date:   Thu Jan 20 15:45:00 2011 +0000
39925
39926     Bugfix: do not assume that request of different type are independent, as it is wrong.
39927     
39928     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9455 48e7efb5-ca39-0410-a469-dd3cf9ba447f
39929
39930 commit 45755c62629ed5663b73b6ac3f22618c7ec087f8
39931 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
39932 Date:   Thu Jan 20 15:44:58 2011 +0000
39933
39934     Do not free the data structures before leaving because there are issues in the implementation.
39935     
39936     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9454 48e7efb5-ca39-0410-a469-dd3cf9ba447f
39937
39938 commit d034a28c8e76a4f17219f931ef95382572225c4b
39939 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
39940 Date:   Thu Jan 20 15:44:47 2011 +0000
39941
39942     Some bugfixes:
39943     - consider timeouts on wait calls
39944     - test calls are always enabled
39945     - do not destroy surf actions on comm_cancel when running the MC
39946     
39947     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9453 48e7efb5-ca39-0410-a469-dd3cf9ba447f
39948
39949 commit d2bb33858171f062e6bd6abd3d6982d37cd51de9
39950 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
39951 Date:   Thu Jan 20 15:44:45 2011 +0000
39952
39953     Bugfix: manually increase the time when running the model-checkers on sleep calls.
39954     This is a horrible hack.
39955     
39956     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9452 48e7efb5-ca39-0410-a469-dd3cf9ba447f
39957
39958 commit 778e54082c6ed8bf33208953e33c4c905b56333e
39959 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
39960 Date:   Thu Jan 20 15:12:26 2011 +0000
39961
39962     Fix memory leaks
39963     
39964     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9451 48e7efb5-ca39-0410-a469-dd3cf9ba447f
39965
39966 commit 767564a7460d44003b44c77fabccb4de82ab3e7e
39967 Author: pini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
39968 Date:   Thu Jan 20 14:18:36 2011 +0000
39969
39970     Added macros definitions and runtime support for cocci-processed local static variables.
39971     
39972     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9450 48e7efb5-ca39-0410-a469-dd3cf9ba447f
39973
39974 commit 37bdb07b7639028c25e95cb83e4c2259770809c1
39975 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
39976 Date:   Thu Jan 20 13:09:24 2011 +0000
39977
39978     Add functions for callbacks.
39979     
39980     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9449 48e7efb5-ca39-0410-a469-dd3cf9ba447f
39981
39982 commit 44c4094c8c81f3d5c7f97c646432115b7a4debb2
39983 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
39984 Date:   Thu Jan 20 13:09:22 2011 +0000
39985
39986     Make a function to know if the configuration is set by default or by command line.
39987     
39988     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9448 48e7efb5-ca39-0410-a469-dd3cf9ba447f
39989
39990 commit f4da53bd5d079a51859a52524d51059425b6d462
39991 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
39992 Date:   Thu Jan 20 13:04:55 2011 +0000
39993
39994     Untested update to take deployment file into account.
39995     
39996     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9447 48e7efb5-ca39-0410-a469-dd3cf9ba447f
39997
39998 commit d8bc3130a6a56c4dee205a5badd0989bf28d3aab
39999 Author: markls <markls@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
40000 Date:   Thu Jan 20 10:43:09 2011 +0000
40001
40002     updated patch file to work with static variables. This probably needs some
40003     testing, and maybe we should rename the .cocci file, and maybe roll all of this
40004     into smpicc, possibly with a command line switch to output revised source
40005     instead of compiling it.
40006     
40007     
40008     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9446 48e7efb5-ca39-0410-a469-dd3cf9ba447f
40009
40010 commit aeb359b3406a57994bc096e4dd2af58e5a6ad159
40011 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
40012 Date:   Wed Jan 19 17:04:22 2011 +0000
40013
40014     Chord: make a lookup every 10 seconds
40015     
40016     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9444 48e7efb5-ca39-0410-a469-dd3cf9ba447f
40017
40018 commit 5ba4823d54857088f82b0b6602b48e2c48f23171
40019 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
40020 Date:   Wed Jan 19 17:04:20 2011 +0000
40021
40022     Chord: load a platform with appropriate size
40023     
40024     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9443 48e7efb5-ca39-0410-a469-dd3cf9ba447f
40025
40026 commit d6bc5e642ca76375d40aa362089b8059a883a401
40027 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
40028 Date:   Wed Jan 19 16:37:14 2011 +0000
40029
40030     Cosmetics
40031     
40032     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9442 48e7efb5-ca39-0410-a469-dd3cf9ba447f
40033
40034 commit f780443504c3b73f0b9d1c58c6c5a21e2affce2d
40035 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
40036 Date:   Wed Jan 19 16:37:13 2011 +0000
40037
40038     Test if the configuration into tag_config is already set by command line.
40039     
40040     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9441 48e7efb5-ca39-0410-a469-dd3cf9ba447f
40041
40042 commit 6e604bae957c88e7d4375ec965935473f359d9ea
40043 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
40044 Date:   Wed Jan 19 15:08:10 2011 +0000
40045
40046     Chord: reproduce the scenario of the Oversim paper
40047     
40048     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9440 48e7efb5-ca39-0410-a469-dd3cf9ba447f
40049
40050 commit 4c337930a1c7dad56c5bb12357207bcc2fdb4281
40051 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
40052 Date:   Wed Jan 19 13:10:08 2011 +0000
40053
40054     Modify pipol scripts.
40055     
40056     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9439 48e7efb5-ca39-0410-a469-dd3cf9ba447f
40057
40058 commit f82b0adea2eacaca7f393e2d072af3e622c1604a
40059 Author: pini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
40060 Date:   Tue Jan 18 14:52:51 2011 +0000
40061
40062     In the end use a temporary file (for those systems where patch cannot output to stdout), but trap its removal upon exit.
40063     
40064     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9438 48e7efb5-ca39-0410-a469-dd3cf9ba447f
40065
40066 commit 8767eb6a0cf984a20b3725041efb64443af12979
40067 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
40068 Date:   Tue Jan 18 14:39:15 2011 +0000
40069
40070     Windows compatibility.
40071     
40072     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9437 48e7efb5-ca39-0410-a469-dd3cf9ba447f
40073
40074 commit 6bcd9f539330a64088a3374717e3cae720498bf7
40075 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
40076 Date:   Tue Jan 18 14:39:03 2011 +0000
40077
40078     Protect for windows.
40079     
40080     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9436 48e7efb5-ca39-0410-a469-dd3cf9ba447f
40081
40082 commit 01229eb154b0c1264a6406b673e8ed18126da812
40083 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
40084 Date:   Tue Jan 18 14:38:50 2011 +0000
40085
40086     Cosmetics.
40087     
40088     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9435 48e7efb5-ca39-0410-a469-dd3cf9ba447f
40089
40090 commit 9864bdbd7ad0c0a3f83f374c3927a996b596a805
40091 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
40092 Date:   Tue Jan 18 14:38:37 2011 +0000
40093
40094     Can have pcrelib in windows by setting PCRE_LIBRARY_PATH.
40095     
40096     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9434 48e7efb5-ca39-0410-a469-dd3cf9ba447f
40097
40098 commit ec3481e22be34f88348186e0f696be8af55e1be4
40099 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
40100 Date:   Tue Jan 18 14:37:24 2011 +0000
40101
40102     Remove old scripts for windows.
40103     Now set in environment variables.
40104     
40105     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9433 48e7efb5-ca39-0410-a469-dd3cf9ba447f
40106
40107 commit 6e69aed5acf2593c8ad81bb88f78a33ab9178cfa
40108 Author: markls <markls@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
40109 Date:   Tue Jan 18 14:35:37 2011 +0000
40110
40111     added cocci for static vars...
40112     
40113     
40114     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9432 48e7efb5-ca39-0410-a469-dd3cf9ba447f
40115
40116 commit 255cf4f4bd90c8f8e68204039528f3445d20f2a5
40117 Author: markls <markls@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
40118 Date:   Tue Jan 18 14:34:43 2011 +0000
40119
40120     mostly fixed up some comments here and there.
40121     
40122     
40123     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9431 48e7efb5-ca39-0410-a469-dd3cf9ba447f
40124
40125 commit 4df5122b9e0586dfe7e7625d6a78966c47da509c
40126 Author: pini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
40127 Date:   Tue Jan 18 14:14:23 2011 +0000
40128
40129     No need to use a temporary file here.
40130     
40131     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9430 48e7efb5-ca39-0410-a469-dd3cf9ba447f
40132
40133 commit 8fe050131314bf1a2d03587cf9b8d6a24304183b
40134 Author: pini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
40135 Date:   Tue Jan 18 14:14:21 2011 +0000
40136
40137     Always add the needed include file.
40138     
40139     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9429 48e7efb5-ca39-0410-a469-dd3cf9ba447f
40140
40141 commit f443d9a08b4652692d060b39e4f81830d42506e1
40142 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
40143 Date:   Tue Jan 18 14:08:54 2011 +0000
40144
40145     Update documentation since v3.5
40146     
40147     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9428 48e7efb5-ca39-0410-a469-dd3cf9ba447f
40148
40149 commit 63f69564e4341f81840890473fec1ccdabf784f8
40150 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
40151 Date:   Tue Jan 18 10:27:17 2011 +0000
40152
40153     don't use lock file to protect against parallel invocation anymore
40154     
40155     Makefiles were changed a while ago to avoid parallel invocation at the
40156     source, and this protections are useless and dangerous on some broken
40157     NFS, for example.
40158     
40159     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9427 48e7efb5-ca39-0410-a469-dd3cf9ba447f
40160
40161 commit b880a837535ef519b9764936da2900b4b2a17e18
40162 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
40163 Date:   Tue Jan 18 10:27:13 2011 +0000
40164
40165     cosmetics
40166     
40167     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9426 48e7efb5-ca39-0410-a469-dd3cf9ba447f
40168
40169 commit 7f28d0c88e047b142cfc7d5f73c19762cb27c0c5
40170 Author: markls <markls@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
40171 Date:   Tue Jan 18 10:07:54 2011 +0000
40172
40173     commiting some more automatic source patching stuff, and renamed some of the
40174     macros for purely arbitrary aesthetic reasons. Eventually this all needs to
40175     cleanly rolled into smpicc, but for now we're just testing and don't want to
40176     break anyting...
40177     
40178     
40179     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9425 48e7efb5-ca39-0410-a469-dd3cf9ba447f
40180
40181 commit 5c8ede40c4f5e920bd12b2e4ede74db2892e0d60
40182 Author: pini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
40183 Date:   Mon Jan 17 15:54:07 2011 +0000
40184
40185     Access to SIMIX data without resorting to a request (and thus do not rely specifically on thread context in SMPI).
40186     
40187     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9424 48e7efb5-ca39-0410-a469-dd3cf9ba447f
40188
40189 commit 30d4658a4fe5933ee06cdc60f6910a9e3f01e831
40190 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
40191 Date:   Mon Jan 17 14:31:31 2011 +0000
40192
40193     Chord: give some options at runtime
40194     
40195     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9423 48e7efb5-ca39-0410-a469-dd3cf9ba447f
40196
40197 commit 6d3e309f245083feee40b5583aa0088583caea10
40198 Author: markls <markls@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
40199 Date:   Mon Jan 17 14:10:51 2011 +0000
40200
40201     put var name back in macro calls...
40202     
40203     
40204     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9422 48e7efb5-ca39-0410-a469-dd3cf9ba447f
40205
40206 commit 7850af521872d660aa8031944f8e6abe2558461e
40207 Author: markls <markls@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
40208 Date:   Mon Jan 17 13:49:56 2011 +0000
40209
40210     hey, figured out how to change vars to pointers without cocci complaining...
40211     
40212     
40213     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9421 48e7efb5-ca39-0410-a469-dd3cf9ba447f
40214
40215 commit 04748f132094859653edd593ffb2901490282f2e
40216 Author: pini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
40217 Date:   Mon Jan 17 13:30:30 2011 +0000
40218
40219     Added include file with macro definitions for coccinelle-generated code.
40220     
40221     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9420 48e7efb5-ca39-0410-a469-dd3cf9ba447f
40222
40223 commit b0b805a773d2c5ed7f2f8bbff2cd80eaae0c4967
40224 Author: markls <markls@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
40225 Date:   Mon Jan 17 13:23:07 2011 +0000
40226
40227     oh, hey, got everything but the array initializers now...
40228     
40229     
40230     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9419 48e7efb5-ca39-0410-a469-dd3cf9ba447f
40231
40232 commit 4c08549f10ee20718e7896b869dc60fac25008b7
40233 Author: markls <markls@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
40234 Date:   Mon Jan 17 13:19:32 2011 +0000
40235
40236     okay, this version should work now.
40237     
40238     
40239     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9418 48e7efb5-ca39-0410-a469-dd3cf9ba447f
40240
40241 commit 9e3bf4095effa793b9a28be8b13352b863d2482f
40242 Author: pini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
40243 Date:   Mon Jan 17 11:27:39 2011 +0000
40244
40245     Change the type of globals to pointer-of-the-type.
40246     
40247     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9417 48e7efb5-ca39-0410-a469-dd3cf9ba447f
40248
40249 commit c2f8851217b62c872f98ef5233d6c53318844e31
40250 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
40251 Date:   Mon Jan 17 10:44:24 2011 +0000
40252
40253     Chord: add a large deployment file and a script to generate it
40254     
40255     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9416 48e7efb5-ca39-0410-a469-dd3cf9ba447f
40256
40257 commit 7bec8b1343ca1647cf882c15a02cbe02fa3d823e
40258 Author: markls <markls@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
40259 Date:   Mon Jan 17 08:07:54 2011 +0000
40260
40261     okay, semantic patches mostly doing what is probably the right thing, the next
40262     order of business is to work on the #defines...
40263     
40264     
40265     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9415 48e7efb5-ca39-0410-a469-dd3cf9ba447f
40266
40267 commit 27c7fbea86b5184b440537f27dfc0cfe726c6400
40268 Author: markls <markls@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
40269 Date:   Mon Jan 17 07:57:19 2011 +0000
40270
40271     added replace globals cocci patch to repository
40272     
40273     
40274     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9414 48e7efb5-ca39-0410-a469-dd3cf9ba447f
40275
40276 commit 45a36ed14ce7262382679eace2faa2bcfc996964
40277 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
40278 Date:   Fri Jan 14 12:35:01 2011 +0000
40279
40280     Chord: add a deployment file with 90 nodes and fix some bugs
40281     
40282     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9413 48e7efb5-ca39-0410-a469-dd3cf9ba447f
40283
40284 commit 605e2d3042cadf11949ae854862dc5553b74dd30
40285 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
40286 Date:   Fri Jan 14 12:34:59 2011 +0000
40287
40288     Don't store user pointers
40289     
40290     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9412 48e7efb5-ca39-0410-a469-dd3cf9ba447f
40291
40292 commit 5bcd4604fca4f6139c7d8545be846c34c7f5660a
40293 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
40294 Date:   Fri Jan 14 07:34:14 2011 +0000
40295
40296     The output of this test has changed after r9407
40297     
40298     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9411 48e7efb5-ca39-0410-a469-dd3cf9ba447f
40299
40300 commit 28da47fda09c8d04ef5eeb46dbf9bcf87c4cb99b
40301 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
40302 Date:   Thu Jan 13 15:25:37 2011 +0000
40303
40304     This test was not out of source.
40305     
40306     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9410 48e7efb5-ca39-0410-a469-dd3cf9ba447f
40307
40308 commit 12bbde66e3131b5d56a34b9f86d9c43bf36cca8b
40309 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
40310 Date:   Thu Jan 13 15:15:10 2011 +0000
40311
40312     Add test for cluster tag with state_file and availability_file.
40313     Can now add state file and availability file with regex.
40314     For example :
40315         state_file="${prefix}${radical}_state_file.trace"
40316         availability_file="${prefix}${radical}_availability_file.trace"
40317     
40318     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9409 48e7efb5-ca39-0410-a469-dd3cf9ba447f
40319
40320 commit ebe7eb518714908921c43ae9904d98e443e1f5f1
40321 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
40322 Date:   Thu Jan 13 15:15:09 2011 +0000
40323
40324     Set gtnets sources as fragile sources for simgrid cause they are *.cc
40325     
40326     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9408 48e7efb5-ca39-0410-a469-dd3cf9ba447f
40327
40328 commit d528b1c80ec6456af1cd0ddff758a5ad2230d322
40329 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
40330 Date:   Thu Jan 13 14:14:06 2011 +0000
40331
40332     Now tag config is available.
40333     See teshsuite/simdag/platfroms/properties.xml for use it.
40334     
40335     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9407 48e7efb5-ca39-0410-a469-dd3cf9ba447f
40336
40337 commit f2e9fb57545c46356378f34a8569f1a102f5546d
40338 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
40339 Date:   Thu Jan 13 14:14:04 2011 +0000
40340
40341     Remove supernovae files with make clean.
40342     
40343     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9406 48e7efb5-ca39-0410-a469-dd3cf9ba447f
40344
40345 commit 8c9adb42b4ae8fac83648b169ac445078c5b7567
40346 Author: agiersch <agiersch@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
40347 Date:   Wed Jan 12 17:47:57 2011 +0000
40348
40349     Revert "Fix memory leak in xbt_str_split_quoted."
40350     or "On the risk of waiting too long before commiting pending patches."
40351     
40352     This reverts commit a122c7adb6b296162c5f5297531902525a675861 (9403).
40353     
40354     This was already fixed in the middle of commit 9233.
40355     
40356     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9405 48e7efb5-ca39-0410-a469-dd3cf9ba447f
40357
40358 commit ad532683bd814bbcc7716cd0abf24f810021a264
40359 Author: agiersch <agiersch@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
40360 Date:   Wed Jan 12 17:08:19 2011 +0000
40361
40362     Remove redundant call to git svn info.
40363     
40364     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9404 48e7efb5-ca39-0410-a469-dd3cf9ba447f
40365
40366 commit a122c7adb6b296162c5f5297531902525a675861
40367 Author: agiersch <agiersch@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
40368 Date:   Wed Jan 12 17:08:16 2011 +0000
40369
40370     Fix memory leak in xbt_str_split_quoted.
40371     
40372     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9403 48e7efb5-ca39-0410-a469-dd3cf9ba447f
40373
40374 commit 7603bbaf493afa6c3e499bd7bc0cd15ae832378b
40375 Author: agiersch <agiersch@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
40376 Date:   Wed Jan 12 17:08:13 2011 +0000
40377
40378     Fix debugging message.
40379     
40380     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9402 48e7efb5-ca39-0410-a469-dd3cf9ba447f
40381
40382 commit 193cf49a5012fae01bdeee473a1847135defcb0d
40383 Author: agiersch <agiersch@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
40384 Date:   Wed Jan 12 17:08:09 2011 +0000
40385
40386     Fix parameter passing through makecontext (again).
40387     
40388     Use an union to avoid risky binary operations such as shift or cast with
40389     signed ints.
40390     
40391     For example on x86_64 arch, address 0x00007f89d445e010 was recomputed as
40392     0xffffffffd445e010, because (uintptr_t)(int)0xd445e010 is 0xffffffffd445e010,
40393     thanks to sign extension.
40394     
40395     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9401 48e7efb5-ca39-0410-a469-dd3cf9ba447f
40396
40397 commit b423e899ab6e257d5c2cf489585ad5ca0af21724
40398 Author: agiersch <agiersch@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
40399 Date:   Wed Jan 12 17:08:06 2011 +0000
40400
40401     MSG_mailbox_create does not exist anymore.
40402     
40403     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9400 48e7efb5-ca39-0410-a469-dd3cf9ba447f
40404
40405 commit e178ac13ec47f50311be0b1a40fab2a84ad23744
40406 Author: agiersch <agiersch@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
40407 Date:   Wed Jan 12 17:08:03 2011 +0000
40408
40409     Fix installation of smpif.h.
40410     
40411     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9399 48e7efb5-ca39-0410-a469-dd3cf9ba447f
40412
40413 commit b02ac1c736917a89bec0baa4de9afc17cd29777c
40414 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
40415 Date:   Wed Jan 12 14:20:20 2011 +0000
40416
40417     Don't try forever to join the Chord ring
40418     
40419     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9398 48e7efb5-ca39-0410-a469-dd3cf9ba447f
40420
40421 commit 9cc96b0e9d8ac721f1ad89c67827fa62a05726f1
40422 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
40423 Date:   Wed Jan 12 14:20:19 2011 +0000
40424
40425     Check a parameter
40426     
40427     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9397 48e7efb5-ca39-0410-a469-dd3cf9ba447f
40428
40429 commit b886b7120ce8934ec02bb0c6f898a677dd5e99c3
40430 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
40431 Date:   Wed Jan 12 07:58:23 2011 +0000
40432
40433     current version (maybe 30 or 40% done) of our spatching file
40434     
40435     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9396 48e7efb5-ca39-0410-a469-dd3cf9ba447f
40436
40437 commit 8dafeda30a8f9bbd7f5dd22098c6da09fd1f3e47
40438 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
40439 Date:   Tue Jan 11 13:30:36 2011 +0000
40440
40441     Bugfix: no longer post a request in the clean up function.
40442     Assume the process being killed is "self".
40443     
40444     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9395 48e7efb5-ca39-0410-a469-dd3cf9ba447f
40445
40446 commit 8275b53588fb2f78bca67abb7ef3e2944f7f6e9f
40447 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
40448 Date:   Tue Jan 11 13:30:33 2011 +0000
40449
40450     Improve debug information
40451     
40452     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9394 48e7efb5-ca39-0410-a469-dd3cf9ba447f
40453
40454 commit 0a6a4bd48476ef1840bdd773ac0683c4452bf416
40455 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
40456 Date:   Tue Jan 11 11:27:29 2011 +0000
40457
40458     Use full path for prefix.
40459     
40460     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9393 48e7efb5-ca39-0410-a469-dd3cf9ba447f
40461
40462 commit 620666cb593cbba6f9de6921982ad017f2cb7939
40463 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
40464 Date:   Tue Jan 11 11:27:29 2011 +0000
40465
40466     Update perl script for generate memcheck test with new tesh.
40467     
40468     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9392 48e7efb5-ca39-0410-a469-dd3cf9ba447f
40469
40470 commit 23ab227245ea13faac1a8842caa08a797253470b
40471 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
40472 Date:   Tue Jan 11 11:27:28 2011 +0000
40473
40474     Cosmetics.
40475     
40476     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9391 48e7efb5-ca39-0410-a469-dd3cf9ba447f
40477
40478 commit 8a24d575ab0a1d565521896081c6d5e0f1dfb941
40479 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
40480 Date:   Mon Jan 10 14:09:28 2011 +0000
40481
40482     Define smx_current_context only once to make the linker happy
40483     
40484     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9390 48e7efb5-ca39-0410-a469-dd3cf9ba447f
40485
40486 commit 90ca2797de9d642420d648ac3410b7b3f0fbe232
40487 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
40488 Date:   Mon Jan 10 12:00:15 2011 +0000
40489
40490     Out of sources build for those examples.
40491     
40492     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9389 48e7efb5-ca39-0410-a469-dd3cf9ba447f
40493
40494 commit 3a99b6074da352f45f65b50526fdd018894c00e4
40495 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
40496 Date:   Mon Jan 10 11:41:29 2011 +0000
40497
40498     Don't remove files from svn sources.
40499     
40500     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9388 48e7efb5-ca39-0410-a469-dd3cf9ba447f
40501
40502 commit 2e239cd1c4e2c6957d8756989da566148e8eb8db
40503 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
40504 Date:   Mon Jan 10 10:32:35 2011 +0000
40505
40506     Add new tests.
40507     
40508     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9387 48e7efb5-ca39-0410-a469-dd3cf9ba447f
40509
40510 commit c1e3665e2f215c26dca19a0c01dfa479008aaf01
40511 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
40512 Date:   Mon Jan 10 10:32:34 2011 +0000
40513
40514     Cosmetics.
40515     
40516     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9386 48e7efb5-ca39-0410-a469-dd3cf9ba447f
40517
40518 commit 3e5e9c5a2393f5c8e988ed0abbaebed9273b21bb
40519 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
40520 Date:   Mon Jan 10 10:32:33 2011 +0000
40521
40522     Update pipol scripts
40523     
40524     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9385 48e7efb5-ca39-0410-a469-dd3cf9ba447f
40525
40526 commit a7b919934acd6996ea2ff9efd900edee21da3329
40527 Author: pini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
40528 Date:   Fri Jan 7 16:54:28 2011 +0000
40529
40530     Force use of thread contexts when running fortran code.
40531     
40532     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9384 48e7efb5-ca39-0410-a469-dd3cf9ba447f
40533
40534 commit 6e0fada8c7781fc70023066302e0915cf91969ae
40535 Author: pini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
40536 Date:   Fri Jan 7 16:54:18 2011 +0000
40537
40538     Locally store the process rank.
40539     
40540     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9383 48e7efb5-ca39-0410-a469-dd3cf9ba447f
40541
40542 commit 01493b1dd18d0d860520818b1cfee068b046b4f3
40543 Author: pini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
40544 Date:   Fri Jan 7 16:54:16 2011 +0000
40545
40546     Check if the pointer is writable.
40547     
40548     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9382 48e7efb5-ca39-0410-a469-dd3cf9ba447f
40549
40550 commit 68bbe0a999c4d78d2ac27ed0b4bb325f4e6a3b03
40551 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
40552 Date:   Fri Jan 7 08:23:58 2011 +0000
40553
40554     Small bugfixes to stabilize the MC
40555     
40556     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9381 48e7efb5-ca39-0410-a469-dd3cf9ba447f
40557
40558 commit 0eb04ef20fbaf4f46bdb4389c4ff24c32b23b040
40559 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
40560 Date:   Fri Jan 7 08:23:56 2011 +0000
40561
40562     Bugfix: the result of waitany calls should be determined by SIMIX_comm_finish
40563     
40564     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9380 48e7efb5-ca39-0410-a469-dd3cf9ba447f
40565
40566 commit 30bf7c71ba179a598d7f0d72a392b32e821b0c69
40567 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
40568 Date:   Thu Jan 6 14:30:52 2011 +0000
40569
40570     Need to remove option and not free cause it is also
40571     free by "xbt_dict_free((xbt_dict_t *) cfg)" in config.c
40572     
40573     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9379 48e7efb5-ca39-0410-a469-dd3cf9ba447f
40574
40575 commit 839877aee607c198ffda1d836d72976831819825
40576 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
40577 Date:   Thu Jan 6 13:09:00 2011 +0000
40578
40579     Remove unused variables.
40580     
40581     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9378 48e7efb5-ca39-0410-a469-dd3cf9ba447f
40582
40583 commit 4f8cb21245d7339f577f9bc29995b1669ca632f5
40584 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
40585 Date:   Thu Jan 6 12:44:48 2011 +0000
40586
40587     Test if the config name is "simix/context" is better.
40588     
40589     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9377 48e7efb5-ca39-0410-a469-dd3cf9ba447f
40590
40591 commit af959d56a01cc9112000d8cb9937d5a274db43f3
40592 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
40593 Date:   Thu Jan 6 12:36:48 2011 +0000
40594
40595     Need to passe this line in debug due to cfg = raw, thread or ucontext in tests.
40596     One tesh file for 3 configurations.
40597     
40598     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9376 48e7efb5-ca39-0410-a469-dd3cf9ba447f
40599
40600 commit b412f30fc9762c807c7b93ac9e308d6b8a70d8e5
40601 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
40602 Date:   Thu Jan 6 12:36:47 2011 +0000
40603
40604     Add an option to tesh : --cfg
40605     examples:
40606     
40607     ADD_TEST(msg-icomms-raw     tesh    --cfg simix/context:raw
40608                                         --setenv srcdir=${CMAKE_HOME_DIRECTORY}/examples/msg/icomms
40609                                         --cd ${CMAKE_BINARY_DIR}/examples/msg/icomms
40610                                         ${CMAKE_HOME_DIRECTORY}/examples/msg/icomms/peer.tesh)
40611     ADD_TEST(msg-icomms-thread  tesh    --cfg simix/context:thread
40612                                         --setenv srcdir=${CMAKE_HOME_DIRECTORY}/examples/msg/icomms
40613                                         --cd ${CMAKE_BINARY_DIR}/examples/msg/icomms
40614                                         ${CMAKE_HOME_DIRECTORY}/examples/msg/icomms/peer.tesh)
40615     ADD_TEST(msg-icomms-ucontext        tesh    --cfg simix/context:ucontext
40616                                         --setenv srcdir=${CMAKE_HOME_DIRECTORY}/examples/msg/icomms
40617                                         --cd ${CMAKE_BINARY_DIR}/examples/msg/icomms
40618                                         ${CMAKE_HOME_DIRECTORY}/examples/msg/icomms/peer.tesh)
40619     
40620     We can give many cfg to tesh.
40621     
40622     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9375 48e7efb5-ca39-0410-a469-dd3cf9ba447f
40623
40624 commit 492a4e892fd1bb63b1c3b5e47ffa3ae5bd512517
40625 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
40626 Date:   Thu Jan 6 10:23:32 2011 +0000
40627
40628     generate sources into CMAKE_CURRENT_BINARY_DIR.
40629     
40630     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9374 48e7efb5-ca39-0410-a469-dd3cf9ba447f
40631
40632 commit 49b15c3b9199c232861be518bb9ab3017341d462
40633 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
40634 Date:   Thu Jan 6 10:23:31 2011 +0000
40635
40636     Need this lines because when using gtnets, the libgtnets make a libc malloc
40637     so we can't do a mfree after.
40638     
40639     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9373 48e7efb5-ca39-0410-a469-dd3cf9ba447f
40640
40641 commit d81d8f30c940ed28ed4b2f0e3d8107f1a43093c8
40642 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
40643 Date:   Thu Jan 6 10:23:30 2011 +0000
40644
40645     Update tesh for mc.
40646     
40647     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9372 48e7efb5-ca39-0410-a469-dd3cf9ba447f
40648
40649 commit 699bda6ce1c7b1c65fedf361ebaf2d68e595f5a6
40650 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
40651 Date:   Thu Jan 6 10:23:29 2011 +0000
40652
40653     Suppress warning of cmake in mac.
40654     
40655     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9371 48e7efb5-ca39-0410-a469-dd3cf9ba447f
40656
40657 commit 0a5b9684ee8e2485eb3ca07bffa2b3e618f9c229
40658 Author: pini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
40659 Date:   Thu Jan 6 10:13:36 2011 +0000
40660
40661     We have to somehow rely on F2C if we want it.
40662     
40663     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9370 48e7efb5-ca39-0410-a469-dd3cf9ba447f
40664
40665 commit 1e830ec2832ab05f4bc81e681e7388b056e8ca12
40666 Author: pini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
40667 Date:   Wed Jan 5 18:11:39 2011 +0000
40668
40669     Added support for sampling up to a given number of iterations or until a threshold on relative standard error is reached (whichever occurs first). Use negative values to disable.
40670     
40671     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9369 48e7efb5-ca39-0410-a469-dd3cf9ba447f
40672
40673 commit 189b3a120727fbd5931127889d72d073efeb2d30
40674 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
40675 Date:   Wed Jan 5 18:09:01 2011 +0000
40676
40677     [trace] updating process migration tracing tesh
40678     
40679     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9368 48e7efb5-ca39-0410-a469-dd3cf9ba447f
40680
40681 commit f51c250f2f0b60093c4bd1acae068578a1bf078d
40682 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
40683 Date:   Wed Jan 5 18:09:00 2011 +0000
40684
40685     [trace] process category is deprecated (for now, at least)
40686     
40687     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9367 48e7efb5-ca39-0410-a469-dd3cf9ba447f
40688
40689 commit a6e716740f12602310c06e53de757acd75197507
40690 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
40691 Date:   Wed Jan 5 18:08:58 2011 +0000
40692
40693     [trace] using process name and PID as identification for user when tracing/msg/process:1
40694     
40695     details:
40696     - process categorization is deprecated (simpler
40697     instrumentation to try to make model-checking possible)
40698     - simpler instrumentation == all process being traced
40699     when tracing/msg/process:1
40700     
40701     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9366 48e7efb5-ca39-0410-a469-dd3cf9ba447f
40702
40703 commit d6366dc8c7b892dfdd0e585170d66126215eff34
40704 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
40705 Date:   Wed Jan 5 18:08:52 2011 +0000
40706
40707     [trace] unique id's for types and containers have to be handled by respective "new" functions
40708     
40709     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9365 48e7efb5-ca39-0410-a469-dd3cf9ba447f
40710
40711 commit 65e3ac59202e1a229d0472c199ba1396c5a99873
40712 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
40713 Date:   Wed Jan 5 16:32:19 2011 +0000
40714
40715     Cosmetics
40716     
40717     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9364 48e7efb5-ca39-0410-a469-dd3cf9ba447f
40718
40719 commit dbc6804c876c7a9dc95efc780fb8f102f8bee5f7
40720 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
40721 Date:   Wed Jan 5 15:46:13 2011 +0000
40722
40723     Can compile out of source now.
40724     
40725     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9363 48e7efb5-ca39-0410-a469-dd3cf9ba447f
40726
40727 commit e36b8220096b9dd7344701c4fa6be1ccfb1b647c
40728 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
40729 Date:   Wed Jan 5 15:22:42 2011 +0000
40730
40731     Destroy mutex and condition.
40732     
40733     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9362 48e7efb5-ca39-0410-a469-dd3cf9ba447f
40734
40735 commit 768675e35464a15a586df2e8efb23a6625cc033b
40736 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
40737 Date:   Wed Jan 5 13:57:46 2011 +0000
40738
40739     Remove old comments.
40740     
40741     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9361 48e7efb5-ca39-0410-a469-dd3cf9ba447f
40742
40743 commit 1fd15d2c07a6c04bc8dd130ea48abd79ae714731
40744 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
40745 Date:   Wed Jan 5 13:56:25 2011 +0000
40746
40747     Test if having futex.h.
40748     If it's not present use xbt_os_thread.h
40749     
40750     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9360 48e7efb5-ca39-0410-a469-dd3cf9ba447f
40751
40752 commit 1c4cd1371503691a70be63f7e36fb1621a0f73ec
40753 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
40754 Date:   Wed Jan 5 09:08:13 2011 +0000
40755
40756     [trace] clean-up tracing ctests
40757     
40758     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9359 48e7efb5-ca39-0410-a469-dd3cf9ba447f
40759
40760 commit 7a25b8e6a7aae6d40849189e58495aee0d8f726f
40761 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
40762 Date:   Wed Jan 5 09:02:47 2011 +0000
40763
40764     Add suport for TestAny and WaitAny requests to the model-checker.
40765     
40766     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9358 48e7efb5-ca39-0410-a469-dd3cf9ba447f
40767
40768 commit 3a04e753eda34fd4f9879f943076ccd149d879e8
40769 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
40770 Date:   Wed Jan 5 09:02:45 2011 +0000
40771
40772     Bugfix: killall should execute all processes after killing them in order to let them clean up.
40773     
40774     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9357 48e7efb5-ca39-0410-a469-dd3cf9ba447f
40775
40776 commit 4eef970157b378912a244042261347add9d3df6a
40777 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
40778 Date:   Wed Jan 5 09:02:34 2011 +0000
40779
40780     Rework state's implementation to better support waitany and testany type of transitions
40781     
40782     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9356 48e7efb5-ca39-0410-a469-dd3cf9ba447f
40783
40784 commit 32df02dabc4562d5bb8dbd0e54fb026cd6534376
40785 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
40786 Date:   Wed Jan 5 09:02:32 2011 +0000
40787
40788     Replace the setsets in the MC's states by malloced arrays.
40789     In the case that a process has multiple transitions enabled
40790     (like when executing a waitany request) the process should be
40791     several times in the interleave set, so we need multisets, and
40792     the setsets are useless.
40793     
40794     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9355 48e7efb5-ca39-0410-a469-dd3cf9ba447f
40795
40796 commit 2a6374b4690c4acd146423676b19c66d26f45c28
40797 Author: pini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
40798 Date:   Tue Jan 4 14:36:24 2011 +0000
40799
40800     Fix SMPI scripts against the target directory
40801     
40802     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9352 48e7efb5-ca39-0410-a469-dd3cf9ba447f
40803
40804 commit 60fc6933bb3eff70ab8c25bea6bb18dee7c5bf2b
40805 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
40806 Date:   Tue Jan 4 14:13:57 2011 +0000
40807
40808     Still working on Chord
40809     
40810     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9351 48e7efb5-ca39-0410-a469-dd3cf9ba447f
40811
40812 commit 08951327eef5a1b752efef6b461df75388292cc5
40813 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
40814 Date:   Tue Jan 4 14:13:55 2011 +0000
40815
40816     Add a debug message
40817     
40818     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9350 48e7efb5-ca39-0410-a469-dd3cf9ba447f
40819
40820 commit a82e97ea0c4903d2e78cb4905a312cbbaee6d455
40821 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
40822 Date:   Mon Jan 3 14:49:19 2011 +0000
40823
40824     [trace] updating tracing tesh'es to check correct container destruction order
40825     
40826     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9349 48e7efb5-ca39-0410-a469-dd3cf9ba447f
40827
40828 commit 4a078953556df6f8c471255dcad203cf503e1fa6
40829 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
40830 Date:   Mon Jan 3 14:49:18 2011 +0000
40831
40832     [trace] improved example of traced migration
40833     
40834     details:
40835     - more migrations
40836     - set task category to see states and links of task send/receive/execute
40837     
40838     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9348 48e7efb5-ca39-0410-a469-dd3cf9ba447f
40839
40840 commit 5bf3b786505ae25eb082be34452077878655f78c
40841 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
40842 Date:   Mon Jan 3 14:49:17 2011 +0000
40843
40844     [trace] tracing/msg/process:1 has states/links for task execute/send/receive
40845     
40846     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9347 48e7efb5-ca39-0410-a469-dd3cf9ba447f
40847
40848 commit 1d7a1974cb78c7346d819b6438818f89190330db
40849 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
40850 Date:   Mon Jan 3 14:49:15 2011 +0000
40851
40852     [trace] dump *before* destroy container, correct trace file
40853     
40854     details:
40855     - unconditional dump when any container is destroyed
40856     - this is needed in order to create a consistent trace
40857     for process migration and task gantt-chart
40858     
40859     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9346 48e7efb5-ca39-0410-a469-dd3cf9ba447f
40860
40861 commit a181cc2634030aa03273398e72875a4d2033d343
40862 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
40863 Date:   Mon Jan 3 14:49:13 2011 +0000
40864
40865     [trace] setting the process state to "executing" after migration
40866     
40867     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9345 48e7efb5-ca39-0410-a469-dd3cf9ba447f
40868
40869 commit a1bec44c4931f42dee74bc32218023ad121ec66c
40870 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
40871 Date:   Mon Jan 3 12:30:34 2011 +0000
40872
40873     [trace] faster method to insert into buffer
40874     
40875     details:
40876     - insert directly at the end if last event has
40877     the same timestamp as the event to be inserted
40878     
40879     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9344 48e7efb5-ca39-0410-a469-dd3cf9ba447f
40880
40881 commit b04f568d8e0caf7de679f5166a221adf1138caae
40882 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
40883 Date:   Mon Jan 3 12:30:32 2011 +0000
40884
40885     [trace] updating tesh'es to unconditional buffer dump after platform parsing
40886     
40887     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9343 48e7efb5-ca39-0410-a469-dd3cf9ba447f
40888
40889 commit 7e3849b9b5738302961960026dec684bd7303053
40890 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
40891 Date:   Mon Jan 3 12:30:31 2011 +0000
40892
40893     [trace] faster method to dump when unconditional dump to trace file is possible
40894     
40895     details:
40896     - if force == 1, no checks: dump and free all events
40897     - specially useful for big platform files (such as g5k)
40898     
40899     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9342 48e7efb5-ca39-0410-a469-dd3cf9ba447f
40900
40901 commit 165a78d9c02eee167af38522c768441e7ca597ab
40902 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
40903 Date:   Mon Jan 3 11:43:16 2011 +0000
40904
40905     [trace] fix on tesh again, missing log lines
40906     
40907     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9341 48e7efb5-ca39-0410-a469-dd3cf9ba447f
40908
40909 commit 28f3abd4786f15ebb31f8b1f84d0bc61af7d32d5
40910 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
40911 Date:   Mon Jan 3 10:30:15 2011 +0000
40912
40913     [trace] fixing the tesh to contain the proper log format
40914     
40915     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9340 48e7efb5-ca39-0410-a469-dd3cf9ba447f
40916
40917 commit a837e93ca12a007708f0b89cd9ef41e8c0967d5d
40918 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
40919 Date:   Wed Dec 29 13:53:57 2010 +0000
40920
40921     [trace] simpler verifications to see what is enabled before tracing
40922     
40923     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9339 48e7efb5-ca39-0410-a469-dd3cf9ba447f
40924
40925 commit 906528573f691f73f4a28c8dbaab0258640a3c3a
40926 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
40927 Date:   Wed Dec 29 13:53:56 2010 +0000
40928
40929     [trace] kill dictionary that is no longer necessary
40930     
40931     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9338 48e7efb5-ca39-0410-a469-dd3cf9ba447f
40932
40933 commit 1c42243dd20a9c4cd4fe0ff7db419440ac7395bc
40934 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
40935 Date:   Wed Dec 29 12:44:08 2010 +0000
40936
40937     [trace] updating tracing tesh files to compare trace files also (and debug messages for ms.tesh)
40938     
40939     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9337 48e7efb5-ca39-0410-a469-dd3cf9ba447f
40940
40941 commit 2d208a737e63d5fbbd8a7fc8a3d94f867610a85b
40942 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
40943 Date:   Wed Dec 29 12:44:07 2010 +0000
40944
40945     [trace] debug messages for tracing data structures (creation and destruction)
40946     
40947     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9336 48e7efb5-ca39-0410-a469-dd3cf9ba447f
40948
40949 commit 6657e92cd04d7a30edd662d9edbc8bfa0b381979
40950 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
40951 Date:   Wed Dec 29 12:44:06 2010 +0000
40952
40953     [trace] debug messages for event buffering and tracing
40954     
40955     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9335 48e7efb5-ca39-0410-a469-dd3cf9ba447f
40956
40957 commit 652aa4289cd030a3c6f20d75699e06b4977ff9fe
40958 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
40959 Date:   Wed Dec 29 12:44:05 2010 +0000
40960
40961     [trace] removing unused code
40962     
40963     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9334 48e7efb5-ca39-0410-a469-dd3cf9ba447f
40964
40965 commit c0cd87aa44735bbe29b683e4aeec31b31bfe3777
40966 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
40967 Date:   Wed Dec 29 11:38:04 2010 +0000
40968
40969     [trace] dump previous events because container is about to be destroyed
40970     
40971     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9333 48e7efb5-ca39-0410-a469-dd3cf9ba447f
40972
40973 commit 5dd4f0820dc1b968aac1bd7213ab91bdb1107189
40974 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
40975 Date:   Wed Dec 29 11:38:04 2010 +0000
40976
40977     [trace] cosmetics
40978     
40979     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9332 48e7efb5-ca39-0410-a469-dd3cf9ba447f
40980
40981 commit e1d9c1d28c6bbf8c0ad26b067f8a67a5a36a7f63
40982 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
40983 Date:   Wed Dec 29 11:38:03 2010 +0000
40984
40985     [trace] only CPU models control the last timestamp to be dumped to trace file
40986     
40987     details:
40988     - for CPU model Cas01_fullupdate, it is safe to set TRACE_last_timestamp_to_dump to now-delta
40989     - for CPU model Cas01, the last timestamp to be dumped must be equal
40990     to the smaller cpu->last_update among all cpu resources
40991     - for now, network models depend on cpu models to dump their events
40992            => if a simulator is configured to have only a network model, without
40993            an instrumented cpu model (or without a cpu model at all), the
40994            dump will occur only in the end of simulation.
40995     
40996     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9331 48e7efb5-ca39-0410-a469-dd3cf9ba447f
40997
40998 commit 554d6a3fa9c4bd45da20791a4f3b8d76132651e1
40999 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
41000 Date:   Wed Dec 29 11:38:02 2010 +0000
41001
41002     [trace] dump the sorted buffer at the end of every simulation round
41003     
41004     details:
41005     - remember that this dump might do nothing if
41006     the TRACE_last_timestamp_to_dump was not updated previously
41007     
41008     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9330 48e7efb5-ca39-0410-a469-dd3cf9ba447f
41009
41010 commit a4e390bd71550e1fa8a1b6b573611f46680f7c92
41011 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
41012 Date:   Wed Dec 29 11:38:01 2010 +0000
41013
41014     [trace] at the end of tracing, dump everything up to last simulated time
41015     
41016     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9329 48e7efb5-ca39-0410-a469-dd3cf9ba447f
41017
41018 commit 0c2dc6dc3c7fc067faf6f53f15f8c1a43f506122
41019 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
41020 Date:   Wed Dec 29 11:38:00 2010 +0000
41021
41022     [trace] limiting the dumping of buffered events to a given timestamp
41023     
41024     details:
41025     - the given timestamp is the one of variable TRACE_last_timestamp_to_dump
41026     - this allows a better control of the dumping, so the tracing system
41027     can dump at the same time it assures a perfectly time-ordered trace file
41028     
41029     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9328 48e7efb5-ca39-0410-a469-dd3cf9ba447f
41030
41031 commit bdff7a608f635da64986f6c54494e8dabe4ed686
41032 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
41033 Date:   Tue Dec 28 23:19:50 2010 +0000
41034
41035     [trace] have to dump the buffer, trace events might use the container that is about to be freed
41036     
41037     details:
41038     - this only affects simulators with process migration
41039     - this might break the timestamps order in the trace file,
41040     a better solution consists in cleaning out from the buffer
41041     only the affected events
41042     
41043     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9327 48e7efb5-ca39-0410-a469-dd3cf9ba447f
41044
41045 commit 3ff60c238895dc3e6101b4d56f9021870dac3a86
41046 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
41047 Date:   Tue Dec 28 23:19:49 2010 +0000
41048
41049     [trace] removing old code
41050     
41051     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9326 48e7efb5-ca39-0410-a469-dd3cf9ba447f
41052
41053 commit e6ef56f16ca7184473d596baab4dcd24e2ef124b
41054 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
41055 Date:   Tue Dec 28 23:19:47 2010 +0000
41056
41057     [trace] free memory after events are recorded in trace file
41058     
41059     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9325 48e7efb5-ca39-0410-a469-dd3cf9ba447f
41060
41061 commit 100c997ae6520bb2849cdeae2df85649d6da6732
41062 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
41063 Date:   Tue Dec 28 23:19:46 2010 +0000
41064
41065     [trace] same field order for all specific event structures
41066     
41067     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9324 48e7efb5-ca39-0410-a469-dd3cf9ba447f
41068
41069 commit 9e0ca3c3610b911e43366c78f4948842db40e084
41070 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
41071 Date:   Tue Dec 28 23:19:44 2010 +0000
41072
41073     [trace] buffering all events except type hierarchy definition and create/destroy container
41074     
41075     todo:
41076     - leaking memory now, to be fixed in the next commits
41077     
41078     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9323 48e7efb5-ca39-0410-a469-dd3cf9ba447f
41079
41080 commit ed37618db7fe760e0324c0b66f7e3b7b04a07ac6
41081 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
41082 Date:   Tue Dec 28 23:19:42 2010 +0000
41083
41084     [trace] set of initial value of variables to any resource variable
41085     
41086     details:
41087     - otherwise paje won't simulate add/sub variable events
41088     
41089     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9322 48e7efb5-ca39-0410-a469-dd3cf9ba447f
41090
41091 commit eaa35a4214f689d6356d0d0cb9df82fd397fcc2b
41092 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
41093 Date:   Tue Dec 28 23:19:40 2010 +0000
41094
41095     [trace] simpler event types handling, integer of enum is the event identifier
41096     
41097     details:
41098     - we have now 15 paje events on the trace header
41099     
41100     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9321 48e7efb5-ca39-0410-a469-dd3cf9ba447f
41101
41102 commit 393218f71f3bc45d05abb47474c4f81f4740571b
41103 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
41104 Date:   Tue Dec 28 09:37:59 2010 +0000
41105
41106     [trace] re-organizing structures for tracing events
41107     
41108     details:
41109     - paje_event_t is allocated by all types, data field contains
41110     specific information. it is possible to cast correctly following
41111     the event_type value.
41112     
41113     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9320 48e7efb5-ca39-0410-a469-dd3cf9ba447f
41114
41115 commit 217b68e93dcf3719d2627dbd78e92dca65ea7444
41116 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
41117 Date:   Tue Dec 28 09:37:58 2010 +0000
41118
41119     [trace] removing unused fields on event structure
41120     
41121     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9319 48e7efb5-ca39-0410-a469-dd3cf9ba447f
41122
41123 commit d234466c6c9a92df8e2f787dabecd0791c51f3af
41124 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
41125 Date:   Tue Dec 28 09:37:57 2010 +0000
41126
41127     [trace] creation of a type also defines its own color, when appropriate
41128     
41129     details:
41130     - colors are significant only if type is variable or event, otherwise
41131     the type color attribute is NULL.
41132     - if no color is provided when a variable or event type is defined,
41133     its color will be white.
41134     
41135     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9318 48e7efb5-ca39-0410-a469-dd3cf9ba447f
41136
41137 commit cec1bae69722560d255995bfe889d96c92e2ba77
41138 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
41139 Date:   Tue Dec 28 09:37:56 2010 +0000
41140
41141     [trace] cosmetics, simpler code
41142     
41143     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9317 48e7efb5-ca39-0410-a469-dd3cf9ba447f
41144
41145 commit 0ea75ed937bc712436c752ac8bfb69140800ac18
41146 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
41147 Date:   Mon Dec 27 16:56:16 2010 +0000
41148
41149     [trace] changing the interface to write on the tracing file
41150     
41151     details:
41152     - this is a first step towards event buffering and friends
41153     
41154     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9316 48e7efb5-ca39-0410-a469-dd3cf9ba447f
41155
41156 commit 55fcb07ea0b0eb85b0b53fc1fa322e97cb0c3c3b
41157 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
41158 Date:   Wed Dec 22 18:37:54 2010 +0000
41159
41160     [trace] updating the configuration generated for triva
41161     
41162     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9314 48e7efb5-ca39-0410-a469-dd3cf9ba447f
41163
41164 commit 66ea35d3134581c302644219b7ce0d76ecd8eb5d
41165 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
41166 Date:   Wed Dec 22 18:37:52 2010 +0000
41167
41168     [trace] register of node and edge types that were defined during tracing
41169     
41170     details:
41171     - they are used to generate triva graph configurations
41172     
41173     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9313 48e7efb5-ca39-0410-a469-dd3cf9ba447f
41174
41175 commit 2be3a64394c62297f906ab221d344c7340e44a02
41176 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
41177 Date:   Wed Dec 22 18:37:51 2010 +0000
41178
41179     [trace] keep tracing data structures until the very last moment before shutdown
41180     
41181     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9312 48e7efb5-ca39-0410-a469-dd3cf9ba447f
41182
41183 commit ab69423a2f887cff12fbdf02a74fd367c3591608
41184 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
41185 Date:   Wed Dec 22 18:37:49 2010 +0000
41186
41187     [trace] this problem is already fixed in a previous commit
41188     
41189     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9311 48e7efb5-ca39-0410-a469-dd3cf9ba447f
41190
41191 commit 46311148101eae2e8af8aa1d0f7c519de32df899
41192 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
41193 Date:   Wed Dec 22 18:37:48 2010 +0000
41194
41195     [trace] cosmetics
41196     
41197     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9310 48e7efb5-ca39-0410-a469-dd3cf9ba447f
41198
41199 commit 5744268bf404292887f93d4521a94579c9aaea93
41200 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
41201 Date:   Wed Dec 22 18:37:46 2010 +0000
41202
41203     [trace] a source file to keep functions to deal with data structures for paje tracing
41204     
41205     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9309 48e7efb5-ca39-0410-a469-dd3cf9ba447f
41206
41207 commit 5b6cec6552a1db26a8106f2a76d8efac8edf87de
41208 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
41209 Date:   Wed Dec 22 18:37:45 2010 +0000
41210
41211     [trace] renaming instrumentation source file
41212     
41213     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9308 48e7efb5-ca39-0410-a469-dd3cf9ba447f
41214
41215 commit 620866eec7519109a06d0efe8c3acae3008fc599
41216 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
41217 Date:   Wed Dec 22 18:37:43 2010 +0000
41218
41219     [trace] assertions to point out errors on tracing
41220     
41221     details:
41222     - all char parameters of these functions must be non-NULL
41223     and have at least one character
41224     
41225     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9307 48e7efb5-ca39-0410-a469-dd3cf9ba447f
41226
41227 commit 3f68bdcc887edca16d1d0bdb4483d5b06d894975
41228 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
41229 Date:   Wed Dec 22 14:55:34 2010 +0000
41230
41231     New way to install gtnets.
41232     
41233     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9306 48e7efb5-ca39-0410-a469-dd3cf9ba447f
41234
41235 commit 43575aa48bd5083ef16777bfcfbe0a60f402b404
41236 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
41237 Date:   Wed Dec 22 14:55:33 2010 +0000
41238
41239     Update tesh.pl
41240     
41241     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9305 48e7efb5-ca39-0410-a469-dd3cf9ba447f
41242
41243 commit 2939805598333eb10c8f4137bc0cabc079301805
41244 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
41245 Date:   Wed Dec 22 14:55:32 2010 +0000
41246
41247     Update tesh file for gtnets.
41248     
41249     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9304 48e7efb5-ca39-0410-a469-dd3cf9ba447f
41250
41251 commit 79e3d33446c085a27dd70273a74f90dc930408fe
41252 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
41253 Date:   Wed Dec 22 13:45:09 2010 +0000
41254
41255     [trace] fix on link type creation (was indexed by type name, but should consider source and dest)
41256     
41257     details:
41258     - small re-organization of the code, type declaration is made on get function
41259     if the type the caller is looking for is not found
41260     
41261     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9303 48e7efb5-ca39-0410-a469-dd3cf9ba447f
41262
41263 commit da7c246605d49afe6c2b46133fb15799ec54e8c6
41264 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
41265 Date:   Mon Dec 20 16:50:11 2010 +0000
41266
41267     [trace] fix on use of dynar, storing pointers in it, have to correctly cast when getting them back
41268     
41269     details:
41270     - this fix a segfault when destroying containers and freeing memory
41271     
41272     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9302 48e7efb5-ca39-0410-a469-dd3cf9ba447f
41273
41274 commit 12271462ef79008dd65ef96a417a96a0aa09a355
41275 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
41276 Date:   Mon Dec 20 14:33:34 2010 +0000
41277
41278     [trace] category of a task without before dependencies equals the category of the task of after dependency
41279     
41280     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9301 48e7efb5-ca39-0410-a469-dd3cf9ba447f
41281
41282 commit 283e9bdd63e87b5e568ed8ccc88297680138c1be
41283 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
41284 Date:   Mon Dec 20 14:33:33 2010 +0000
41285
41286     [trace] fix segfault, only get category from depbefore if depbefore->src is different of NULL
41287     
41288     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9300 48e7efb5-ca39-0410-a469-dd3cf9ba447f
41289
41290 commit 2fee5c0d119e7ff6ea60c1e4c558dab1d913ad48
41291 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
41292 Date:   Mon Dec 20 09:45:39 2010 +0000
41293
41294     Bugfix: return after answering the request when running in MC mode.
41295     Othrewise it will answer the request twice.
41296     
41297     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9299 48e7efb5-ca39-0410-a469-dd3cf9ba447f
41298
41299 commit 848f95383e4a29010f73eeca63fa26c8118dd72c
41300 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
41301 Date:   Mon Dec 20 09:45:36 2010 +0000
41302
41303     Improve debugging information
41304     
41305     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9298 48e7efb5-ca39-0410-a469-dd3cf9ba447f
41306
41307 commit 8d0922724a3108d9535ea82a1cceab9782eb60f4
41308 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
41309 Date:   Mon Dec 20 09:45:32 2010 +0000
41310
41311     Protect some host execute functions in the case that simix actions don't have a surf action associated to it.
41312     This is the case when running the MC
41313     
41314     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9297 48e7efb5-ca39-0410-a469-dd3cf9ba447f
41315
41316 commit a768e60f2464749e2859b3bb594f2a4a05f48273
41317 Author: suter <suter@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
41318 Date:   Sat Dec 18 13:56:27 2010 +0000
41319
41320     Longer error messages taken into account
41321     
41322     
41323     
41324     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9296 48e7efb5-ca39-0410-a469-dd3cf9ba447f
41325
41326 commit 52b44ef3895813ad0d582d7aae8658d5a3c2e3b6
41327 Author: pini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
41328 Date:   Sat Dec 18 09:09:17 2010 +0000
41329
41330     Fix the fix that fixes parameter passing through makecontext.
41331     
41332     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9295 48e7efb5-ca39-0410-a469-dd3cf9ba447f
41333
41334 commit fabde1ef6f5400b4d22fdf0c2d79e8ebe71db01b
41335 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
41336 Date:   Fri Dec 17 20:33:27 2010 +0000
41337
41338     explain clearly when things go wrong just because we broke the backward compatibility
41339     
41340     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9294 48e7efb5-ca39-0410-a469-dd3cf9ba447f
41341
41342 commit 95a4b82ee320381d28ffab2f80b95bb2ee93098e
41343 Author: pini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
41344 Date:   Fri Dec 17 20:21:16 2010 +0000
41345
41346     Only evaluate the arguments needed.
41347     
41348     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9293 48e7efb5-ca39-0410-a469-dd3cf9ba447f
41349
41350 commit 27d566aff751aa91bc650bf1ea2f92d7cd5a7d52
41351 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
41352 Date:   Fri Dec 17 19:54:40 2010 +0000
41353
41354     fix a linking error in libgras. At least I hope since another issue prevents me from even compiling...
41355     
41356     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9292 48e7efb5-ca39-0410-a469-dd3cf9ba447f
41357
41358 commit 918f374c626b2c4f4481d7d5d9c4b0dfbc94ef43
41359 Author: pini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
41360 Date:   Fri Dec 17 14:45:19 2010 +0000
41361
41362     Bugfix: assuming that arguments are pushed on the stack is just wrong at least on some 64 bits machines.
41363     
41364     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9289 48e7efb5-ca39-0410-a469-dd3cf9ba447f
41365
41366 commit 697fcc0bf4916da98fbb143aa776622da8ba7426
41367 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
41368 Date:   Fri Dec 17 11:55:41 2010 +0000
41369
41370     Add include/xbt/parmap.h to install target.
41371     
41372     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9288 48e7efb5-ca39-0410-a469-dd3cf9ba447f
41373
41374 commit ddda1a80fd49b777fc765f011972e9938c448d66
41375 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
41376 Date:   Fri Dec 17 11:55:40 2010 +0000
41377
41378     Add bin graphicator to gitignore.
41379     
41380     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9287 48e7efb5-ca39-0410-a469-dd3cf9ba447f
41381
41382 commit 363ae066badd453c806244ee48a0f18da4643261
41383 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
41384 Date:   Fri Dec 17 11:55:38 2010 +0000
41385
41386     Add functions to tesh.pl
41387     
41388     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9286 48e7efb5-ca39-0410-a469-dd3cf9ba447f
41389
41390 commit 3ebaa9f6d0886b21e5b01506f8136900f78e008e
41391 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
41392 Date:   Fri Dec 17 11:00:20 2010 +0000
41393
41394     Fix memory leaks
41395     
41396     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9285 48e7efb5-ca39-0410-a469-dd3cf9ba447f
41397
41398 commit eb90d05d85d2d8871e8f44a9362068158fc4b2fd
41399 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
41400 Date:   Fri Dec 17 09:22:44 2010 +0000
41401
41402     this line is not only UGLY, but it exists a path where it could be dangerous. Good catch cppcheck
41403     
41404     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9284 48e7efb5-ca39-0410-a469-dd3cf9ba447f
41405
41406 commit 2962728bd209eccccc780d928aa30545fe0e5d49
41407 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
41408 Date:   Fri Dec 17 08:47:07 2010 +0000
41409
41410     privatize static globals so that supernovae works again
41411     
41412     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9283 48e7efb5-ca39-0410-a469-dd3cf9ba447f
41413
41414 commit 44e27d4d66f84c93eeb048d127f6b341c222b1e0
41415 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
41416 Date:   Fri Dec 17 08:38:50 2010 +0000
41417
41418     kill pimples in SIMIX intended to make the stack-free context factory working: this attempt was abandoned
41419     
41420     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9282 48e7efb5-ca39-0410-a469-dd3cf9ba447f
41421
41422 commit fcccdc1509fa82173ee3eee9967a8a20fed4ed4d
41423 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
41424 Date:   Fri Dec 17 08:38:48 2010 +0000
41425
41426     load the right header to make sure that we have getline
41427     
41428     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9281 48e7efb5-ca39-0410-a469-dd3cf9ba447f
41429
41430 commit ed80f6ca505e1184129d62dc42dbf9027867b334
41431 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
41432 Date:   Fri Dec 17 08:38:39 2010 +0000
41433
41434     Document lastest change from Midjy (since he doesn't do it himself ;)
41435     
41436     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9280 48e7efb5-ca39-0410-a469-dd3cf9ba447f
41437
41438 commit 875a9034a2f6a1dc9498b921e19fa30093fba9a3
41439 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
41440 Date:   Thu Dec 16 18:16:34 2010 +0000
41441
41442     Chord finally beats the deadlocks
41443     
41444     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9279 48e7efb5-ca39-0410-a469-dd3cf9ba447f
41445
41446 commit 62dd6184baa87113d6bd7f536ac31196ad162945
41447 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
41448 Date:   Thu Dec 16 18:16:31 2010 +0000
41449
41450     The term 'request' was misleading here
41451     
41452     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9278 48e7efb5-ca39-0410-a469-dd3cf9ba447f
41453
41454 commit 648c6f2eb7bb4369e8e3835f598848ecea10cc7d
41455 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
41456 Date:   Thu Dec 16 16:20:34 2010 +0000
41457
41458     Remove generated file
41459     
41460     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9277 48e7efb5-ca39-0410-a469-dd3cf9ba447f
41461
41462 commit 1d4060280e644ae033b653472cb0de76eb079455
41463 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
41464 Date:   Thu Dec 16 16:16:11 2010 +0000
41465
41466     Bugfix: deadlock detection was wrong. Reimplemented.
41467     
41468     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9276 48e7efb5-ca39-0410-a469-dd3cf9ba447f
41469
41470 commit efbda81c4d794ef571a347d2f9e1fc22529929f8
41471 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
41472 Date:   Thu Dec 16 16:16:09 2010 +0000
41473
41474     Bugfix: correctly set/unset the raw memory when taking/restoring snapshots
41475     
41476     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9275 48e7efb5-ca39-0410-a469-dd3cf9ba447f
41477
41478 commit 5d5698d760a6281f43eb050faef59082563ea233
41479 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
41480 Date:   Thu Dec 16 16:15:59 2010 +0000
41481
41482     Add deployment file for the bugged3 example.
41483     
41484     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9274 48e7efb5-ca39-0410-a469-dd3cf9ba447f
41485
41486 commit 91bf540d7da5e3511273a58815ba19231f66bbcc
41487 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
41488 Date:   Thu Dec 16 16:15:57 2010 +0000
41489
41490     Improve the debugging information
41491     
41492     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9273 48e7efb5-ca39-0410-a469-dd3cf9ba447f
41493
41494 commit ec063df4a961d3c60ccca6afc0209fca1b061f9f
41495 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
41496 Date:   Thu Dec 16 16:15:47 2010 +0000
41497
41498     Bugfix: make sure we include the definition of HAVE_MC
41499     
41500     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9272 48e7efb5-ca39-0410-a469-dd3cf9ba447f
41501
41502 commit dbbf86e753ca83589960c0af4f108bfda7bc043e
41503 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
41504 Date:   Thu Dec 16 16:15:45 2010 +0000
41505
41506     Bugfix: the example contained an non-intentional dead-lock.
41507     
41508     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9271 48e7efb5-ca39-0410-a469-dd3cf9ba447f
41509
41510 commit a85c2425c375a6807fb1f9a771409100cf6c81bc
41511 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
41512 Date:   Thu Dec 16 13:29:29 2010 +0000
41513
41514     Handle transfer failures in MSG_test, MSG_testany and MSG_waitany
41515     
41516     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9270 48e7efb5-ca39-0410-a469-dd3cf9ba447f
41517
41518 commit 7b28e9e1bfe2348d1a820e78d8867ba325dcd03b
41519 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
41520 Date:   Thu Dec 16 10:23:37 2010 +0000
41521
41522     Chord: adding timeouts to avoid waiting forever
41523     
41524     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9269 48e7efb5-ca39-0410-a469-dd3cf9ba447f
41525
41526 commit e8f0efea11e685d7047d1003b2f9563f6b8cf475
41527 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
41528 Date:   Thu Dec 16 09:43:33 2010 +0000
41529
41530     Compile fix: add a missing XBT_INLINE
41531     
41532     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9268 48e7efb5-ca39-0410-a469-dd3cf9ba447f
41533
41534 commit 493c36b459419397bdc392fc6ccbdc4b31dfb28b
41535 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
41536 Date:   Wed Dec 15 22:06:50 2010 +0000
41537
41538     Chord: implement the updated (and simpler) version of the paper
41539     
41540     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9267 48e7efb5-ca39-0410-a469-dd3cf9ba447f
41541
41542 commit 054d8100281e084acb9d8041999ba6c8b2da9b20
41543 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
41544 Date:   Wed Dec 15 17:31:00 2010 +0000
41545
41546     Add sort, buffer and mkfile to tesh.pl
41547     
41548     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9266 48e7efb5-ca39-0410-a469-dd3cf9ba447f
41549
41550 commit 317986722b1e90e467ac9850c9a7000130273564
41551 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
41552 Date:   Wed Dec 15 17:14:59 2010 +0000
41553
41554     Answer the request as the last action on it (it will destroy it)
41555     
41556     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9265 48e7efb5-ca39-0410-a469-dd3cf9ba447f
41557
41558 commit 3d50752e785a7b4931b3a95ea45f29cb33b72779
41559 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
41560 Date:   Wed Dec 15 17:14:57 2010 +0000
41561
41562     Fix the detection of the raw_heap when snapshoting
41563     
41564     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9264 48e7efb5-ca39-0410-a469-dd3cf9ba447f
41565
41566 commit cf2d9a5439a09f7da446832c928b3347effd58b5
41567 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
41568 Date:   Wed Dec 15 16:10:55 2010 +0000
41569
41570     Make the name of the tests more uniform
41571     
41572     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9263 48e7efb5-ca39-0410-a469-dd3cf9ba447f
41573
41574 commit b10b1f5a348a190fe1e1809ee6d65a03c7b1df06
41575 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
41576 Date:   Wed Dec 15 16:10:53 2010 +0000
41577
41578     Implementing concurrent join in Chord
41579     
41580     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9262 48e7efb5-ca39-0410-a469-dd3cf9ba447f
41581
41582 commit dba3d7f060245c8df8f6dbb627f5ecf65ddc2ea7
41583 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
41584 Date:   Wed Dec 15 16:05:22 2010 +0000
41585
41586     Fix race condition on task put/get
41587     
41588     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9261 48e7efb5-ca39-0410-a469-dd3cf9ba447f
41589
41590 commit 8c2b581db9d4180e4b964f451e76f0d2c0b73178
41591 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
41592 Date:   Wed Dec 15 16:05:20 2010 +0000
41593
41594     Do not use the user data argument of isend.
41595     
41596     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9260 48e7efb5-ca39-0410-a469-dd3cf9ba447f
41597
41598 commit 1594591ff5c2007a97f0c1347e87b78c0d64768f
41599 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
41600 Date:   Wed Dec 15 16:05:18 2010 +0000
41601
41602     Do not use the data argument of isend anymore.
41603     
41604     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9259 48e7efb5-ca39-0410-a469-dd3cf9ba447f
41605
41606 commit 917c2ef999f2b31df7221183ca8caea0aef85b57
41607 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
41608 Date:   Wed Dec 15 16:05:15 2010 +0000
41609
41610     Improve debugging information
41611     
41612     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9258 48e7efb5-ca39-0410-a469-dd3cf9ba447f
41613
41614 commit 30115d894863934d38429547b64f470c11bf6fb7
41615 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
41616 Date:   Wed Dec 15 16:02:11 2010 +0000
41617
41618     Eliminated needless dictionary.
41619     
41620     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9257 48e7efb5-ca39-0410-a469-dd3cf9ba447f
41621
41622 commit 51568df0f325c38dca2ac96d3a126de8b225716a
41623 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
41624 Date:   Wed Dec 15 15:55:38 2010 +0000
41625
41626     Fixed the function that returns if a flows is limited by latency.
41627     
41628     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9256 48e7efb5-ca39-0410-a469-dd3cf9ba447f
41629
41630 commit 6230a479ed334a1e4e27ec9783c280c6ae70ae51
41631 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
41632 Date:   Wed Dec 15 15:55:36 2010 +0000
41633
41634     Cope avec refurbished interface.
41635     
41636     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9255 48e7efb5-ca39-0410-a469-dd3cf9ba447f
41637
41638 commit 02ae829468d448fedc59be33dfd8b6d829b77ad6
41639 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
41640 Date:   Wed Dec 15 15:55:33 2010 +0000
41641
41642     Added the lazy management improvement for network models.
41643     
41644     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9254 48e7efb5-ca39-0410-a469-dd3cf9ba447f
41645
41646 commit 2d98a6a519abb6a9799c26bb4a87225936944c42
41647 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
41648 Date:   Wed Dec 15 15:53:14 2010 +0000
41649
41650     Redo a simple tesh.pl
41651     
41652     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9253 48e7efb5-ca39-0410-a469-dd3cf9ba447f
41653
41654 commit a24e5e842b10085c859c6988099e815964db2eda
41655 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
41656 Date:   Wed Dec 15 15:11:04 2010 +0000
41657
41658     fix the logic of refcount in msg_task_t by ... killing it. It's now a boolean indicating whether the task is used
41659     
41660     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9252 48e7efb5-ca39-0410-a469-dd3cf9ba447f
41661
41662 commit 094c97e3586d1703f0d01e539b2570b535ccbe2b
41663 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
41664 Date:   Wed Dec 15 15:11:01 2010 +0000
41665
41666     Kill the braindead MSG_task_refcount_dec() function.
41667     
41668     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9251 48e7efb5-ca39-0410-a469-dd3cf9ba447f
41669
41670 commit b857f66adac2e677a8a2642afe500e9a5f19e474
41671 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
41672 Date:   Wed Dec 15 14:35:49 2010 +0000
41673
41674     [trace] do not xbt_die if gtnets is traced
41675     
41676     todo:
41677     - gtnets network model currently is not working with the simulation tracing
41678     
41679     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9250 48e7efb5-ca39-0410-a469-dd3cf9ba447f
41680
41681 commit ac2fb08e1d2fa975adce20e03b1064e82d7aabec
41682 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
41683 Date:   Wed Dec 15 13:54:28 2010 +0000
41684
41685     Update doc
41686     
41687     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9249 48e7efb5-ca39-0410-a469-dd3cf9ba447f
41688
41689 commit 54d499c29a89a5f913cca4988668e2410918e527
41690 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
41691 Date:   Wed Dec 15 13:54:09 2010 +0000
41692
41693     Fix another script.
41694     
41695     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9248 48e7efb5-ca39-0410-a469-dd3cf9ba447f
41696
41697 commit 4b718d7c51f0c3107ba03c048824637139bdbad1
41698 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
41699 Date:   Wed Dec 15 13:32:14 2010 +0000
41700
41701     Fix code coverage on script.
41702     
41703     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9247 48e7efb5-ca39-0410-a469-dd3cf9ba447f
41704
41705 commit b488b6833621e31fde463a7fc6eceb280c4305e0
41706 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
41707 Date:   Wed Dec 15 13:25:56 2010 +0000
41708
41709     Compile fix: typo in variable name.
41710     
41711     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9246 48e7efb5-ca39-0410-a469-dd3cf9ba447f
41712
41713 commit ca219853a75e59f34961591d0abda7d9d091bd74
41714 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
41715 Date:   Wed Dec 15 13:15:11 2010 +0000
41716
41717     Add a flag --cfg=simix/context to choose the context factory: ucontext,
41718     thread or raw
41719     
41720     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9245 48e7efb5-ca39-0410-a469-dd3cf9ba447f
41721
41722 commit 9b7b5757973c632702a546fea8456694b4e701e2
41723 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
41724 Date:   Wed Dec 15 13:06:36 2010 +0000
41725
41726     Fix script for pipol.
41727     
41728     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9244 48e7efb5-ca39-0410-a469-dd3cf9ba447f
41729
41730 commit ab41f91a04562e6395567717a8938bc391c98924
41731 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
41732 Date:   Wed Dec 15 09:11:48 2010 +0000
41733
41734     [trace] bugfix, do not try to declare a NULL category
41735     
41736     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9243 48e7efb5-ca39-0410-a469-dd3cf9ba447f
41737
41738 commit 7ab38fd3064b5b7fe7668031dd314632ea05816b
41739 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
41740 Date:   Wed Dec 15 09:00:12 2010 +0000
41741
41742     convert msg/replay to modern replay things even in the tracing parts (sorry)
41743     
41744     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9242 48e7efb5-ca39-0410-a469-dd3cf9ba447f
41745
41746 commit 537c056a021b3f8955560913638ce292d575e862
41747 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
41748 Date:   Wed Dec 15 08:54:37 2010 +0000
41749
41750     protect this file against multiple inclusions to fix supernovae (oops)
41751     
41752     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9241 48e7efb5-ca39-0410-a469-dd3cf9ba447f
41753
41754 commit 08d51720ebbcf7c327d4751d9773c913313588ab
41755 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
41756 Date:   Tue Dec 14 17:05:54 2010 +0000
41757
41758     Use private futex commands
41759     
41760     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9240 48e7efb5-ca39-0410-a469-dd3cf9ba447f
41761
41762 commit d8308c2cacc831e01b98fa8e0d593f1480c25892
41763 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
41764 Date:   Tue Dec 14 16:27:28 2010 +0000
41765
41766     Reimplement parmap using futex based barriers.
41767     The fastest barrier implementation ever ;)
41768     
41769     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9239 48e7efb5-ca39-0410-a469-dd3cf9ba447f
41770
41771 commit c8a23ca82002d2dcec32e5dc5e3bc249d2f3b920
41772 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
41773 Date:   Tue Dec 14 16:16:34 2010 +0000
41774
41775     Fix problem with get_route in Dijkstra.
41776     
41777     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9238 48e7efb5-ca39-0410-a469-dd3cf9ba447f
41778
41779 commit ccc5ecd2a44dfbd9740d894c3e3ec9f33a2d5748
41780 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
41781 Date:   Tue Dec 14 14:51:00 2010 +0000
41782
41783     Fix bug when creating topology graph with model dijkstra.
41784     
41785     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9237 48e7efb5-ca39-0410-a469-dd3cf9ba447f
41786
41787 commit ff7c02a39d0d8b10430509c322578e293fee8215
41788 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
41789 Date:   Tue Dec 14 14:22:51 2010 +0000
41790
41791     moving graphicator from teshsuite to tools/graphicator/
41792     
41793     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9236 48e7efb5-ca39-0410-a469-dd3cf9ba447f
41794
41795 commit 9b1376be778d6666bee2de4b185c1769a09d2cbb
41796 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
41797 Date:   Tue Dec 14 13:25:14 2010 +0000
41798
41799     oops forgot one file
41800     
41801     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9235 48e7efb5-ca39-0410-a469-dd3cf9ba447f
41802
41803 commit 664906a2f0058fcf83456ff2f4e7a3dbf97d4afe
41804 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
41805 Date:   Tue Dec 14 12:54:48 2010 +0000
41806
41807     Remove stackless simix context factory
41808     
41809     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9234 48e7efb5-ca39-0410-a469-dd3cf9ba447f
41810
41811 commit 502c1fb7b48f799d36d2ee04d978b3bb54fb0d00
41812 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
41813 Date:   Tue Dec 14 12:54:46 2010 +0000
41814
41815     get the good parts of the replay without stack into the regular replay
41816     
41817     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9233 48e7efb5-ca39-0410-a469-dd3cf9ba447f
41818
41819 commit 8fc03cd063dd8eb49ad568180597b6dec5672e57
41820 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
41821 Date:   Tue Dec 14 12:54:34 2010 +0000
41822
41823     plug a memleak
41824     
41825     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9232 48e7efb5-ca39-0410-a469-dd3cf9ba447f
41826
41827 commit 71b487894da3682525e30a01d6c3747aa88ae926
41828 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
41829 Date:   Tue Dec 14 12:54:32 2010 +0000
41830
41831     document last changes
41832     
41833     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9231 48e7efb5-ca39-0410-a469-dd3cf9ba447f
41834
41835 commit b69c3463223ed1207861d7a9b0ec0a06064696ca
41836 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
41837 Date:   Tue Dec 14 09:19:00 2010 +0000
41838
41839     Kill tesh2 out of the source tree
41840     It was an old attempt at redoing TESH in a portable way, but it works
41841     mainly/only on windows for now, and is not as paranoid as the regular
41842     tesh.
41843     
41844     The future is probably in the perl version of TESH.
41845     
41846     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9230 48e7efb5-ca39-0410-a469-dd3cf9ba447f
41847
41848 commit c1fa53426d4f4db5c1fe697d915d30247fd5d09a
41849 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
41850 Date:   Tue Dec 14 08:46:39 2010 +0000
41851
41852     sanitize the use of logs in unit testing of parmap to fix supernovae
41853     
41854     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9229 48e7efb5-ca39-0410-a469-dd3cf9ba447f
41855
41856 commit fed4ee0e44358963b1d0c65f88b78f201b46f9f7
41857 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
41858 Date:   Tue Dec 14 08:46:28 2010 +0000
41859
41860     fix a bunch of compilation warnings
41861     * SIMIX_comm_is_latency_bounded() is inline, so should its prototype
41862     * load gras_config.h to get the prototype of getline
41863     
41864     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9228 48e7efb5-ca39-0410-a469-dd3cf9ba447f
41865
41866 commit 254ddf849110ef74a128f5e4736deb067a6d6f78
41867 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
41868 Date:   Tue Dec 14 08:46:26 2010 +0000
41869
41870     ignore chord binary from git
41871     
41872     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9227 48e7efb5-ca39-0410-a469-dd3cf9ba447f
41873
41874 commit 1e95638dfc42f5d1c9152d36685ca60b52e4bb7a
41875 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
41876 Date:   Tue Dec 14 08:46:23 2010 +0000
41877
41878     kill useless smx_ctx_raw_create_context_sized(), and shut a debug message up
41879     
41880     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9226 48e7efb5-ca39-0410-a469-dd3cf9ba447f
41881
41882 commit 96ffe7725a6745d7c7a33e592cc5dec5f0fcdacf
41883 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
41884 Date:   Tue Dec 14 08:45:46 2010 +0000
41885
41886     Fix test mc-bugged1
41887     
41888     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9225 48e7efb5-ca39-0410-a469-dd3cf9ba447f
41889
41890 commit ec2ef66582f4569432263c1abf7b253884e00c3d
41891 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
41892 Date:   Tue Dec 14 08:30:22 2010 +0000
41893
41894     Fix uninitialized variables
41895     
41896     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9224 48e7efb5-ca39-0410-a469-dd3cf9ba447f
41897
41898 commit ac01cf7b4713bf611c5e81e99e175486affb6307
41899 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
41900 Date:   Tue Dec 14 08:30:21 2010 +0000
41901
41902     Add the chord executable to .gitignore
41903     
41904     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9223 48e7efb5-ca39-0410-a469-dd3cf9ba447f
41905
41906 commit c4ff2ceeaaa92102632d65d3eb609127955f2cc2
41907 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
41908 Date:   Mon Dec 13 16:45:37 2010 +0000
41909
41910     tracing might be disable, protecting lua bindings
41911     
41912     details:
41913     - before this commit, if lua is on and tracing is off then compile error
41914     
41915     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9222 48e7efb5-ca39-0410-a469-dd3cf9ba447f
41916
41917 commit cbb17509214a92e2b38f5d5382af6a8c9dd19a04
41918 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
41919 Date:   Mon Dec 13 16:45:36 2010 +0000
41920
41921     [trace] updating tesh, no categories are declared in this example anymore
41922     
41923     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9221 48e7efb5-ca39-0410-a469-dd3cf9ba447f
41924
41925 commit d9601b8ae97f9ef29cc571b71fa4a41ab9133a2b
41926 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
41927 Date:   Mon Dec 13 16:45:35 2010 +0000
41928
41929     [trace] arrows to indicate msg send/recv when tracing/msg/task:1
41930     
41931     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9220 48e7efb5-ca39-0410-a469-dd3cf9ba447f
41932
41933 commit 225cfb09884aaaee3bf3509e2e9bd808dbc39e72
41934 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
41935 Date:   Mon Dec 13 16:45:33 2010 +0000
41936
41937     [trace] arrows to indicate msg process migration
41938     
41939     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9219 48e7efb5-ca39-0410-a469-dd3cf9ba447f
41940
41941 commit 6aebc5fe05bbd6324a01674095ed0d86e2957206
41942 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
41943 Date:   Mon Dec 13 16:45:32 2010 +0000
41944
41945     [trace] updating ChangeLog
41946     
41947     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9218 48e7efb5-ca39-0410-a469-dd3cf9ba447f
41948
41949 commit dbb6723a79b9b957971b41da882cf31cf292aa4c
41950 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
41951 Date:   Mon Dec 13 16:45:31 2010 +0000
41952
41953     [trace] removing old code that was merged into new tracing system
41954     
41955     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9217 48e7efb5-ca39-0410-a469-dd3cf9ba447f
41956
41957 commit b738bea68519ee23e8c3b12c1a290e576d879243
41958 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
41959 Date:   Mon Dec 13 16:45:30 2010 +0000
41960
41961     [trace] set/push/pop states for tracing/msg/[task|process]:1
41962     
41963     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9216 48e7efb5-ca39-0410-a469-dd3cf9ba447f
41964
41965 commit 5c5188a9c5ba63ce034b32a51c941f195de8849f
41966 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
41967 Date:   Mon Dec 13 16:45:28 2010 +0000
41968
41969     [trace] update on --cfg=tracing/msg/task:1, now works with new tracing system
41970     
41971     details:
41972     - tasks are grouped by processes
41973     - updating tasks.c on example/msg/tracing
41974           each task must have a unique name in order to --cfg=tracing/msg/task:1 work
41975     
41976     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9215 48e7efb5-ca39-0410-a469-dd3cf9ba447f
41977
41978 commit 1c776224d750723000d0e3753878e0733e469006
41979 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
41980 Date:   Mon Dec 13 16:45:27 2010 +0000
41981
41982     [trace] stop tracing process if user sets its category to NULL
41983     
41984     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9214 48e7efb5-ca39-0410-a469-dd3cf9ba447f
41985
41986 commit dd483fe1eda0d25ee9babc69af5eb3d280805b47
41987 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
41988 Date:   Mon Dec 13 16:45:26 2010 +0000
41989
41990     [trace] renaming container type of msg process
41991     
41992     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9213 48e7efb5-ca39-0410-a469-dd3cf9ba447f
41993
41994 commit 2d5602695d43f174ff8e47f6e3c92a5f7b9790b8
41995 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
41996 Date:   Mon Dec 13 16:45:24 2010 +0000
41997
41998     [trace] correct debug message
41999     
42000     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9212 48e7efb5-ca39-0410-a469-dd3cf9ba447f
42001
42002 commit 3b8d397c993fe9584c27d79775446a2feeeb09a2
42003 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
42004 Date:   Mon Dec 13 16:45:23 2010 +0000
42005
42006     [trace] only let MSG processes receive categories if tracing/msg/process:1
42007     
42008     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9211 48e7efb5-ca39-0410-a469-dd3cf9ba447f
42009
42010 commit 7a0275c20fef8125716769f5408cd7b54e914a7a
42011 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
42012 Date:   Mon Dec 13 16:45:22 2010 +0000
42013
42014     [trace] update of msg process tracing (to monitor migrations)
42015     
42016     details:
42017     - interface to attribute a category to a msg process changed (color needed)
42018     - procmig and volume examples updated
42019     
42020     todo:
42021     - states of the processes are not registered
42022     
42023     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9210 48e7efb5-ca39-0410-a469-dd3cf9ba447f
42024
42025 commit 655cc78150b8f1b58c634dab01ff2a7aae715d1d
42026 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
42027 Date:   Mon Dec 13 16:45:20 2010 +0000
42028
42029     [trace] other parts of tracing can also declare types (needed by msg process tracing)
42030     
42031     details:
42032     - and also newEventType and getEventType
42033     
42034     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9209 48e7efb5-ca39-0410-a469-dd3cf9ba447f
42035
42036 commit d43e9af5c93b318fc1e7862ab552ef60822608f9
42037 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
42038 Date:   Mon Dec 13 16:45:19 2010 +0000
42039
42040     [trace] fix: container creation timestamp should definitely not be 0 here, use simulation time instead
42041     
42042     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9208 48e7efb5-ca39-0410-a469-dd3cf9ba447f
42043
42044 commit 4648059a2fef1bff555672cc286eb005442d9353
42045 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
42046 Date:   Mon Dec 13 16:45:18 2010 +0000
42047
42048     [trace] protecting category field in process structure
42049     
42050     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9207 48e7efb5-ca39-0410-a469-dd3cf9ba447f
42051
42052 commit ceafdfd3fade791d6edba5f784685505691a60e6
42053 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
42054 Date:   Mon Dec 13 16:45:17 2010 +0000
42055
42056     [trace] marking tracing/msg/volume:1 as deprecated
42057     
42058     details:
42059     - can be reincorporated if someone needs it
42060     
42061     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9206 48e7efb5-ca39-0410-a469-dd3cf9ba447f
42062
42063 commit a3bb69ce3e0369af70550f67b6e50477218676e1
42064 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
42065 Date:   Mon Dec 13 16:45:16 2010 +0000
42066
42067     [trace] mpi api is traced if tracing:1 and tracing/smpi:1
42068     
42069     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9205 48e7efb5-ca39-0410-a469-dd3cf9ba447f
42070
42071 commit 2d0e084385301fde4fa115cbe12843190d76f953
42072 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
42073 Date:   Mon Dec 13 16:45:15 2010 +0000
42074
42075     [trace] smpi api tracing updated to the new tracing utilities
42076     
42077     todo:
42078     - fix the name of the operations, which name starts with a P
42079     example: today is PMPI_Init, but it should be MPI_Init
42080     
42081     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9204 48e7efb5-ca39-0410-a469-dd3cf9ba447f
42082
42083 commit 73fc9f6b6089d7cb8a76dcf5a015e105943c1df5
42084 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
42085 Date:   Mon Dec 13 16:45:14 2010 +0000
42086
42087     [trace] recursive search for a type in the type hierarchy
42088     
42089     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9203 48e7efb5-ca39-0410-a469-dd3cf9ba447f
42090
42091 commit 6c725f32eed3a110db5d27da26da9d66ef692674
42092 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
42093 Date:   Mon Dec 13 16:45:13 2010 +0000
42094
42095     [trace] functions to be used by other parts of tracing (container handling)
42096     
42097     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9202 48e7efb5-ca39-0410-a469-dd3cf9ba447f
42098
42099 commit e6e039062b0fb7f220d812967e0cdb77e7213884
42100 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
42101 Date:   Mon Dec 13 16:45:12 2010 +0000
42102
42103     [trace] new type MPI, which is the container type of a MPI process in SMPI
42104     
42105     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9201 48e7efb5-ca39-0410-a469-dd3cf9ba447f
42106
42107 commit ed935dc6e47a480300874a79c2cbe96b4159b94c
42108 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
42109 Date:   Mon Dec 13 16:45:11 2010 +0000
42110
42111     [trace] fix, father is already defined, should not use currentContainer here
42112     
42113     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9200 48e7efb5-ca39-0410-a469-dd3cf9ba447f
42114
42115 commit 2b3736489a8c3dba235f2540674f363a977054bf
42116 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
42117 Date:   Mon Dec 13 16:45:10 2010 +0000
42118
42119     [trace] making type_t and container_t available for instr module
42120     
42121     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9199 48e7efb5-ca39-0410-a469-dd3cf9ba447f
42122
42123 commit a44a5cdc24133a53176fa14a31eb7c2471f8f0eb
42124 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
42125 Date:   Mon Dec 13 16:45:09 2010 +0000
42126
42127     [trace] smpi types declaration updated
42128     
42129     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9198 48e7efb5-ca39-0410-a469-dd3cf9ba447f
42130
42131 commit e14aabeee188d0182d686681c2a5c5833cf699bf
42132 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
42133 Date:   Mon Dec 13 16:45:07 2010 +0000
42134
42135     [trace] declaring dictionary where it is allocated
42136     
42137     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9197 48e7efb5-ca39-0410-a469-dd3cf9ba447f
42138
42139 commit ab0e3fc9e5aa2ff2df9fc2a7b458cb111eee0c5b
42140 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
42141 Date:   Mon Dec 13 16:45:05 2010 +0000
42142
42143     [trace] tracing a 0 instead of 0.000000 in trace file timestamps
42144     
42145     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9196 48e7efb5-ca39-0410-a469-dd3cf9ba447f
42146
42147 commit 5d038603f775914afc8c6f35eff53f3682802f5b
42148 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
42149 Date:   Mon Dec 13 16:45:04 2010 +0000
42150
42151     [trace] merging instr_variables.c into instr_interface.c (code re-organization)
42152     
42153     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9195 48e7efb5-ca39-0410-a469-dd3cf9ba447f
42154
42155 commit f34a151765f71a67195058a01e2dd96d7ddb8416
42156 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
42157 Date:   Mon Dec 13 16:45:02 2010 +0000
42158
42159     [trace] protecting the declaration of multiple types with the same name
42160     
42161     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9194 48e7efb5-ca39-0410-a469-dd3cf9ba447f
42162
42163 commit aa959432ff273f62f28e2135c42eae9dd6200afc
42164 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
42165 Date:   Mon Dec 13 16:45:02 2010 +0000
42166
42167     [trace] removing old interface prototype that no longer exists
42168     
42169     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9193 48e7efb5-ca39-0410-a469-dd3cf9ba447f
42170
42171 commit 9371d0958b1cb03eb1ad4ccc8d2ba04416b4fd28
42172 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
42173 Date:   Mon Dec 13 16:45:00 2010 +0000
42174
42175     [trace] checking if platform is traced in tracing API
42176     
42177     details:
42178     - for the features that need a known platform to work
42179     
42180     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9192 48e7efb5-ca39-0410-a469-dd3cf9ba447f
42181
42182 commit 7fc7124c05e03245515decbf6d54163d5990c2a6
42183 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
42184 Date:   Mon Dec 13 16:44:59 2010 +0000
42185
42186     [trace] adding a new structure to keep the type hierarchy of the trace
42187     
42188     details:
42189     - simplification of container creation during parsing
42190     - use of aliases in the trace file (for containers and types)
42191     - only categorized/uncategorized resource use is working for now
42192     
42193     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9191 48e7efb5-ca39-0410-a469-dd3cf9ba447f
42194
42195 commit 7a75e798960d9bca79c8829d1448743dd8cee55a
42196 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
42197 Date:   Mon Dec 13 16:44:58 2010 +0000
42198
42199     [trace] smaller timestamp is registered in trace files if time is 0
42200     
42201     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9190 48e7efb5-ca39-0410-a469-dd3cf9ba447f
42202
42203 commit 4277cbd7d67751bb303dad5183248c416663fa45
42204 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
42205 Date:   Mon Dec 13 16:44:57 2010 +0000
42206
42207     [trace] filter out the reverse connections to get a smaller trace file
42208     
42209     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9189 48e7efb5-ca39-0410-a469-dd3cf9ba447f
42210
42211 commit 8043ee1afeda012d6eccef4cfe31faa3f784aa41
42212 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
42213 Date:   Mon Dec 13 16:44:56 2010 +0000
42214
42215     [trace] new field id to make the final trace file smaller
42216     
42217     details:
42218     - instr_id (resource_name) gives the right alias
42219     
42220     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9188 48e7efb5-ca39-0410-a469-dd3cf9ba447f
42221
42222 commit 9bfa34d4a0fcbd5becf5659871f022cfef1a499f
42223 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
42224 Date:   Mon Dec 13 16:44:55 2010 +0000
42225
42226     [trace] extracting routes among ASes
42227     
42228     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9187 48e7efb5-ca39-0410-a469-dd3cf9ba447f
42229
42230 commit 77868e6fdbedc00a76072b9adb5ccc8c0e48d787
42231 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
42232 Date:   Mon Dec 13 16:44:54 2010 +0000
42233
42234     [trace] recursive extraction of connections between hosts/link/routers
42235     
42236     details:
42237     - a connection between two components is registered in the paje trace file with a link
42238     - an AS container contains the connections inside that container
42239     
42240     todo:
42241     - extract connections among the backbones ASes
42242     
42243     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9186 48e7efb5-ca39-0410-a469-dd3cf9ba447f
42244
42245 commit b521ae49d53b9a6f1a4fd21aaa3049aae555fcf8
42246 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
42247 Date:   Mon Dec 13 16:44:53 2010 +0000
42248
42249     [trace] new fields in the container structure, holding its kind and its typename (as seen by users)
42250     
42251     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9185 48e7efb5-ca39-0410-a469-dd3cf9ba447f
42252
42253 commit b95d1c14b2c8cd19a5d054134f7956ec8f69f508
42254 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
42255 Date:   Mon Dec 13 16:44:52 2010 +0000
42256
42257     [trace] new static function to declare a new link type (checking if it already exists)
42258     
42259     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9184 48e7efb5-ca39-0410-a469-dd3cf9ba447f
42260
42261 commit 89782b59c2b44de658a46b7f6262075b723cf9b1
42262 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
42263 Date:   Mon Dec 13 16:44:51 2010 +0000
42264
42265     [trace] new callback to end of platform parsing
42266     
42267     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9183 48e7efb5-ca39-0410-a469-dd3cf9ba447f
42268
42269 commit dc534a7d5dd4847f2d0f312af08d9d224acac15c
42270 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
42271 Date:   Mon Dec 13 16:44:50 2010 +0000
42272
42273     [trace] adding some comments in the hierarchical structure of containers used during tracing
42274     
42275     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9182 48e7efb5-ca39-0410-a469-dd3cf9ba447f
42276
42277 commit 4b78b143daece4e5b11f11a7cf26cd68ac32f80b
42278 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
42279 Date:   Mon Dec 13 16:44:49 2010 +0000
42280
42281     [trace] registering in the dictionary the router containers
42282     
42283     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9181 48e7efb5-ca39-0410-a469-dd3cf9ba447f
42284
42285 commit 7fa961e29eb3f67e9770c9f995c602e88091d74c
42286 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
42287 Date:   Mon Dec 13 16:44:48 2010 +0000
42288
42289     [trace] using a single dictionary to hold all containers indexed by their names
42290     
42291     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9180 48e7efb5-ca39-0410-a469-dd3cf9ba447f
42292
42293 commit 6313a398c752c399afec9b28ffb931b2a85c6a45
42294 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
42295 Date:   Mon Dec 13 16:44:47 2010 +0000
42296
42297     [trace] better include, no need to declare global_routing here, it is already externed
42298     
42299     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9179 48e7efb5-ca39-0410-a469-dd3cf9ba447f
42300
42301 commit c9ca75bdf848bce3e0cce79d36979853310b4892
42302 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
42303 Date:   Mon Dec 13 16:44:46 2010 +0000
42304
42305     updating ChangeLog
42306     
42307     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9178 48e7efb5-ca39-0410-a469-dd3cf9ba447f
42308
42309 commit 56f333204e077d4dcbd708be98107ccc26990b95
42310 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
42311 Date:   Mon Dec 13 16:44:45 2010 +0000
42312
42313     [trace] cosmetics and removing unused static variable
42314     
42315     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9177 48e7efb5-ca39-0410-a469-dd3cf9ba447f
42316
42317 commit bd4e84849a0c2d3cf2249933f111d7281c6c23e0
42318 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
42319 Date:   Mon Dec 13 16:44:44 2010 +0000
42320
42321     [trace] gtnets tracing mechanism is outdated
42322     
42323     TODO
42324     
42325     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9176 48e7efb5-ca39-0410-a469-dd3cf9ba447f
42326
42327 commit 06eade5d346ab4d56d6efa585a708844c7abb2cf
42328 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
42329 Date:   Mon Dec 13 16:44:43 2010 +0000
42330
42331     [trace] pay attention to configuration options when tracing
42332     
42333     detail:
42334     - not defining the parser callbacks means that instr_routing.c does nothing
42335     
42336     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9175 48e7efb5-ca39-0410-a469-dd3cf9ba447f
42337
42338 commit 693a055f04e0a86dbb3f1517edc34238a38183aa
42339 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
42340 Date:   Mon Dec 13 16:44:43 2010 +0000
42341
42342     [trace] only call container destruction if we have a hierarchy of them
42343     
42344     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9174 48e7efb5-ca39-0410-a469-dd3cf9ba447f
42345
42346 commit ae5ff5ef44f3f731078a8fd8de489d7581ff8c12
42347 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
42348 Date:   Mon Dec 13 16:44:41 2010 +0000
42349
42350     [trace] updating the user link variables mechanism and its interface
42351     
42352     details:
42353     - now user provides the name of the link (the same name used in the platform)
42354     - the rest works exactly as it has been working for hosts
42355     - there is no check to see if the variable was already declared
42356     
42357     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9173 48e7efb5-ca39-0410-a469-dd3cf9ba447f
42358
42359 commit 8f4c4fc9449a0047868401e41597aafc1ea97bc6
42360 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
42361 Date:   Mon Dec 13 16:44:40 2010 +0000
42362
42363     [trace] updating (availability) trace support in tracing mechanism
42364     
42365     details:
42366     - latency not used
42367     - some old prototypes also removed
42368     
42369     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9172 48e7efb5-ca39-0410-a469-dd3cf9ba447f
42370
42371 commit 1e63236e9e8efbc71cd2a0ab87a985b7175a7f37
42372 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
42373 Date:   Mon Dec 13 16:44:39 2010 +0000
42374
42375     [trace] removing old vivaldi tracing (no longer called by the model)
42376     
42377     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9171 48e7efb5-ca39-0410-a469-dd3cf9ba447f
42378
42379 commit 5bbaff717e42ffed60d22407a7ccb811457852ea
42380 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
42381 Date:   Mon Dec 13 16:44:38 2010 +0000
42382
42383     [trace] checking if the user created the environment previously
42384     
42385     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9170 48e7efb5-ca39-0410-a469-dd3cf9ba447f
42386
42387 commit eabfa4dc55d315110f03cd2c7e2e47de92438411
42388 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
42389 Date:   Mon Dec 13 16:44:37 2010 +0000
42390
42391     [trace] categories declaration must be after environment creation
42392     
42393     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9169 48e7efb5-ca39-0410-a469-dd3cf9ba447f
42394
42395 commit b3a5b32a673e51a66c380cb2722893e0a298944c
42396 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
42397 Date:   Mon Dec 13 16:44:36 2010 +0000
42398
42399     [trace] simpler tracing interface, just one way to declare categories
42400     
42401     details:
42402     - TRACE_category updated to the new way platform file is traced:
42403          user must call TRACE_category *after* platform parsing;
42404          after MSG_create_environment or SD_create_environment (SMPI is ok)
42405       => such requirement allows the trace mechanism to figure out
42406          where to put the new categories in the traced type hierarchy
42407     - TRACE_create_category killed, allowed the user to create a hierarchy
42408       of categories, but such hierarchy was not reflected in the categorized
42409       resource utilization
42410     
42411     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9168 48e7efb5-ca39-0410-a469-dd3cf9ba447f
42412
42413 commit e30398c22a922e2238c303852d782e00f1296115
42414 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
42415 Date:   Mon Dec 13 16:44:35 2010 +0000
42416
42417     [trace] updating the tracing of user host variables to the new way hosts are created
42418     
42419     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9167 48e7efb5-ca39-0410-a469-dd3cf9ba447f
42420
42421 commit 1366e8e77954f83b9bdc3762daeffa11f28e4fb0
42422 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
42423 Date:   Mon Dec 13 16:44:33 2010 +0000
42424
42425     [trace] trace type hierarchy depends on the platform file
42426     
42427     details:
42428     - this commit breaks four tracing options
42429     
42430     todo:
42431     - fix type hierarchy definition (and corresponding tracing) for:
42432         TRACE_msg_process_is_enabled
42433         TRACE_msg_volume_is_enabled
42434         TRACE_msg_task_is_enabled
42435         TRACE_smpi_is_enabled
42436     
42437     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9166 48e7efb5-ca39-0410-a469-dd3cf9ba447f
42438
42439 commit 016cd0085fff6c062767f0f1f03b98e3202a14f7
42440 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
42441 Date:   Mon Dec 13 16:44:32 2010 +0000
42442
42443     [trace] graph configuration file for triva no longer needs categories to be in p$CAT (hosts) or b$CAT (links), uses $CAT (for both)
42444     
42445     details:
42446     - squeezing what the paje file format can give us
42447     
42448     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9165 48e7efb5-ca39-0410-a469-dd3cf9ba447f
42449
42450 commit 27522f54798d48ca54ec41a4d203f650cbfacdfd
42451 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
42452 Date:   Mon Dec 13 16:44:31 2010 +0000
42453
42454     [trace] remove the function that was used to save the one link routes of the platform file
42455     
42456     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9164 48e7efb5-ca39-0410-a469-dd3cf9ba447f
42457
42458 commit 0d9ca8229eceacdd149c4417b8dde670c48fbbe2
42459 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
42460 Date:   Mon Dec 13 16:44:29 2010 +0000
42461
42462     [trace] links are identified by their names (the same used in the platform file)
42463     
42464     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9163 48e7efb5-ca39-0410-a469-dd3cf9ba447f
42465
42466 commit 9b827425899c721a826dde8f8d7a7976d442f94b
42467 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
42468 Date:   Mon Dec 13 16:44:26 2010 +0000
42469
42470     [trace] updating the entry point functions of resource utilization tracing
42471     
42472     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9162 48e7efb5-ca39-0410-a469-dd3cf9ba447f
42473
42474 commit 05eee146e0c327c57c4de749b3252b788e0ed3fb
42475 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
42476 Date:   Mon Dec 13 16:44:25 2010 +0000
42477
42478     [trace] removing prototypes of functions that are obsolete
42479     
42480     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9161 48e7efb5-ca39-0410-a469-dd3cf9ba447f
42481
42482 commit 7407f1c17c13f27f874c03374f38e3317fbe2bde
42483 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
42484 Date:   Mon Dec 13 16:44:24 2010 +0000
42485
42486     [trace] properly destroy the tracing platform
42487     
42488     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9160 48e7efb5-ca39-0410-a469-dd3cf9ba447f
42489
42490 commit 5423275bf80828ba9e68147dc76a6fcc737826a7
42491 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
42492 Date:   Mon Dec 13 16:44:22 2010 +0000
42493
42494     [trace] removing obsolete code (host and link declaration is in instr_routing.c)
42495     
42496     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9159 48e7efb5-ca39-0410-a469-dd3cf9ba447f
42497
42498 commit a817d15d9cffa7f528cccb301afb57243be4dd9c
42499 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
42500 Date:   Mon Dec 13 16:44:21 2010 +0000
42501
42502     [trace] tracing the platform hierarchy using parser callbacks
42503     
42504     details:
42505     - instr_routing_define_callbacks defines a set of callbacks to the parser
42506     - each level of the platform hierarchy becomes a new type
42507        example: a three level simgrid platform hierarchy will have
42508                 container type L1 (child of root), container type L2 (child of L1)
42509                 container type L3 (child of L2).
42510     - each AS becomes a container (its type is defined according to its level)
42511        example: if a three level simgrid platform hierarchy is given, with
42512                   one AS in the first level (id: Site),
42513                   two in the second (ids: X, Y),
42514                   two in the third, for each of the second (ids: X1, X2, Y1, Y2)
42515                 The tracing will create:
42516                 a container of type L1, named Site (child of root)
42517                 two containers of type L2, X and Y (both child of Site)
42518                 four containers of type L3, X1 and X2 (child of X), and Y1, Y2 (child of Y)
42519     - ROUTER is a new container type for routers
42520     - containers of type HOST, LINK, and ROUTER can be in any level of the type hierarchy:
42521         for each AS, a unique type alias is created for each of them,
42522         but the type name for all of them remains HOST, LINK and ROUTER)
42523     - the tracing mechanism now holds a (static) structure of the platform hierarchy
42524       that is used during the simulation
42525     
42526     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9158 48e7efb5-ca39-0410-a469-dd3cf9ba447f
42527
42528 commit 0d76922ee1f137fb33fe1ed0f5306eb3816ec18a
42529 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
42530 Date:   Mon Dec 13 16:44:19 2010 +0000
42531
42532     [trace] missing declaration to avoid compilation errors if tracing is not enabled
42533     
42534     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9157 48e7efb5-ca39-0410-a469-dd3cf9ba447f
42535
42536 commit a81bbe9d6d298459a0dacbdb558ddaef3febf538
42537 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
42538 Date:   Mon Dec 13 16:44:18 2010 +0000
42539
42540     [trace] renaming function to follow up parameters
42541     
42542     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9156 48e7efb5-ca39-0410-a469-dd3cf9ba447f
42543
42544 commit 39b9e5b7c5a9642f2cf286a8b1a4e5a089741242
42545 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
42546 Date:   Mon Dec 13 16:44:16 2010 +0000
42547
42548     [trace] using parser callbacks to trace the platform hierarchy
42549     
42550     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9155 48e7efb5-ca39-0410-a469-dd3cf9ba447f
42551
42552 commit 4fdeef7b910fdf4a75f61db48a778943bab997f8
42553 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
42554 Date:   Mon Dec 13 16:44:14 2010 +0000
42555
42556     graphicator takes a platform file and generates a graphviz dot file as output
42557     
42558     the dot file has these characteristics:
42559     - loopback links are not present
42560     - links are graph nodes as well as hosts
42561     - graph edges represent a relation among links and hosts
42562     
42563     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9154 48e7efb5-ca39-0410-a469-dd3cf9ba447f
42564
42565 commit b76e17d56036460c975eab1b5c0d9dd451f86f1c
42566 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
42567 Date:   Mon Dec 13 14:22:02 2010 +0000
42568
42569     Fix a memory leak
42570     
42571     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9153 48e7efb5-ca39-0410-a469-dd3cf9ba447f
42572
42573 commit a57c2c75109cf70593fbf026215062b4697fe718
42574 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
42575 Date:   Mon Dec 13 14:10:22 2010 +0000
42576
42577     Add parmap to raw contexts
42578     
42579     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9152 48e7efb5-ca39-0410-a469-dd3cf9ba447f
42580
42581 commit 46b4e4ee45d90692fe759be7d28fdd61c11b3086
42582 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
42583 Date:   Mon Dec 13 12:59:14 2010 +0000
42584
42585     more debugging message
42586     
42587     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9151 48e7efb5-ca39-0410-a469-dd3cf9ba447f
42588
42589 commit 8b050d260bfdf8459627c5f9f7a6309f20a5cc55
42590 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
42591 Date:   Mon Dec 13 12:59:12 2010 +0000
42592
42593     Do not answer the request twice
42594     
42595     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9150 48e7efb5-ca39-0410-a469-dd3cf9ba447f
42596
42597 commit 4eff873438cecb05a888e4b82327f2771bd37671
42598 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
42599 Date:   Mon Dec 13 12:41:08 2010 +0000
42600
42601     verbose message about the type of context factory activated
42602     
42603     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9149 48e7efb5-ca39-0410-a469-dd3cf9ba447f
42604
42605 commit 5f884c941c776c6be4e98fb19c75b056397f1c17
42606 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
42607 Date:   Mon Dec 13 12:40:56 2010 +0000
42608
42609     function to see the name of syscall types in debugging messages (and use it on SIMIX_request_push)
42610     
42611     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9148 48e7efb5-ca39-0410-a469-dd3cf9ba447f
42612
42613 commit 9ce00e12704b9a7e5689502c67d75c2206af0976
42614 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
42615 Date:   Mon Dec 13 12:40:54 2010 +0000
42616
42617     more verbose on problem
42618     
42619     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9147 48e7efb5-ca39-0410-a469-dd3cf9ba447f
42620
42621 commit db05675574d8c8bfafd025fbaadf6e145ce41ecb
42622 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
42623 Date:   Mon Dec 13 12:09:44 2010 +0000
42624
42625     Add an hide option "enable_pcre" for enable or not pcre lib.
42626     By default = on.
42627     Use for personal test only.
42628     
42629     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9146 48e7efb5-ca39-0410-a469-dd3cf9ba447f
42630
42631 commit 07034eaa7d8fbbc23d0918c256174e5356a330d2
42632 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
42633 Date:   Mon Dec 13 10:57:18 2010 +0000
42634
42635     Fix tne runall functions
42636     
42637     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9145 48e7efb5-ca39-0410-a469-dd3cf9ba447f
42638
42639 commit 1ebfc270d46a90d0a0b3ba49c9bc3e01bed57caf
42640 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
42641 Date:   Mon Dec 13 10:57:16 2010 +0000
42642
42643     Remove a useless instruction
42644     
42645     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9144 48e7efb5-ca39-0410-a469-dd3cf9ba447f
42646
42647 commit 546debf4b5f37e488ae0b959e95b3058b5bba96a
42648 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
42649 Date:   Mon Dec 13 08:58:22 2010 +0000
42650
42651     Use a dynar instead of a swag to implement the process_to_run list.
42652     
42653     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9143 48e7efb5-ca39-0410-a469-dd3cf9ba447f
42654
42655 commit debd23d022bac4392bf3847e611b81cfd4915ffc
42656 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
42657 Date:   Mon Dec 13 08:58:18 2010 +0000
42658
42659     Transform the thread pool into a parallel map data structure.
42660     It better suits our needs.
42661     
42662     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9142 48e7efb5-ca39-0410-a469-dd3cf9ba447f
42663
42664 commit a889c5815b75beb11f858bab68b2314c8dc724c2
42665 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
42666 Date:   Mon Dec 13 08:58:07 2010 +0000
42667
42668     Remove the threadpool from the context factories.
42669     It was way too slow.
42670     
42671     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9141 48e7efb5-ca39-0410-a469-dd3cf9ba447f
42672
42673 commit 1181daf8b93cd68576f32b6f8cb3c7cb28c7932e
42674 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
42675 Date:   Fri Dec 10 17:19:19 2010 +0000
42676
42677     fix warning msg...
42678     
42679     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9140 48e7efb5-ca39-0410-a469-dd3cf9ba447f
42680
42681 commit 6eeb2558e12b6dbbb658c83eb26ee1b9c37d2e97
42682 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
42683 Date:   Fri Dec 10 17:12:45 2010 +0000
42684
42685     Fix quit_notify function
42686     
42687     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9139 48e7efb5-ca39-0410-a469-dd3cf9ba447f
42688
42689 commit 4905f83d958d1fed015d545933e278cfe0dee978
42690 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
42691 Date:   Fri Dec 10 16:55:59 2010 +0000
42692
42693     add a deadline condition to finish properly the simulation when all nodes leave the chord ring (and start an implementation for the function leave(node_t)
42694     
42695     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9138 48e7efb5-ca39-0410-a469-dd3cf9ba447f
42696
42697 commit 1747e755db35f27936f40d80a98bb90f9234d331
42698 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
42699 Date:   Fri Dec 10 16:51:30 2010 +0000
42700
42701     Chord Deployment File :add a deadline value for each node to let them leave the ring peacefuly...
42702     
42703     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9137 48e7efb5-ca39-0410-a469-dd3cf9ba447f
42704
42705 commit 0b60a166de514be86232c435bacfaa1da0f841f9
42706 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
42707 Date:   Fri Dec 10 14:54:31 2010 +0000
42708
42709     Don't do anything if the category is NULL
42710     
42711     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9136 48e7efb5-ca39-0410-a469-dd3cf9ba447f
42712
42713 commit 3f87c1c05314e5b35322f86545e495c29d7e3929
42714 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
42715 Date:   Fri Dec 10 14:45:47 2010 +0000
42716
42717     Remove debugging fprintf
42718     
42719     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9135 48e7efb5-ca39-0410-a469-dd3cf9ba447f
42720
42721 commit 66ff9a76c4a49245537195a63546caf5a9e3f2de
42722 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
42723 Date:   Fri Dec 10 14:45:46 2010 +0000
42724
42725     Fix tesh files of gras-rpc-sg and gras-synchro-sg
42726     
42727     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9134 48e7efb5-ca39-0410-a469-dd3cf9ba447f
42728
42729 commit 0c724a35e2334abd10d6189394720f35134262d3
42730 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
42731 Date:   Fri Dec 10 13:08:47 2010 +0000
42732
42733     and now, test that the file I commit actually works before doing so. Sorry for the noise
42734     
42735     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9133 48e7efb5-ca39-0410-a469-dd3cf9ba447f
42736
42737 commit 2b214b5ccbb1d3be838db43dda908780921cb36e
42738 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
42739 Date:   Fri Dec 10 13:02:48 2010 +0000
42740
42741     quote the arguments to --log since they are not quoted enough in tesh files to support interpretation by the shell
42742     
42743     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9132 48e7efb5-ca39-0410-a469-dd3cf9ba447f
42744
42745 commit d44ed07cd1cb3f4fceb9dc45e1161723f0fdc9a0
42746 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
42747 Date:   Fri Dec 10 13:02:46 2010 +0000
42748
42749     put pid on 2 chars to help sorting, and revalidate the output (timestamps changed, be we don't care)
42750     
42751     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9131 48e7efb5-ca39-0410-a469-dd3cf9ba447f
42752
42753 commit 3b5330da4dc946d8f2c8a785cdcdcdcfe6f50d3d
42754 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
42755 Date:   Fri Dec 10 12:57:07 2010 +0000
42756
42757     Update tesh files of gras-simple_token-sg
42758     
42759     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9130 48e7efb5-ca39-0410-a469-dd3cf9ba447f
42760
42761 commit 0941c6f37ed53034c8310f0f318cb844b2f113a1
42762 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
42763 Date:   Fri Dec 10 12:51:52 2010 +0000
42764
42765     bugfix in trace replay: cannot use split_in_place if only one trace file: memory will be reclaimed while still being used
42766     
42767     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9129 48e7efb5-ca39-0410-a469-dd3cf9ba447f
42768
42769 commit 2cab02ccac64b54f391c6e50b18cdbf1752a3462
42770 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
42771 Date:   Fri Dec 10 12:51:50 2010 +0000
42772
42773     reduce verbosity when activating sexy new contextes
42774     
42775     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9128 48e7efb5-ca39-0410-a469-dd3cf9ba447f
42776
42777 commit ef0652c0794c6d7766c4cc731cf3744ffa5bc555
42778 Author: pini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
42779 Date:   Fri Dec 10 12:38:56 2010 +0000
42780
42781     Do not use a gap if route has length 0.
42782     
42783     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9127 48e7efb5-ca39-0410-a469-dd3cf9ba447f
42784
42785 commit 579d2d4da72ad10905d94da37bd06287ca1e8f03
42786 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
42787 Date:   Fri Dec 10 12:10:55 2010 +0000
42788
42789     Update tesh files of gras-pmm-sg
42790     
42791     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9126 48e7efb5-ca39-0410-a469-dd3cf9ba447f
42792
42793 commit 7200d622a9e4d6f368da17f51f6aee495dccfa1d
42794 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
42795 Date:   Fri Dec 10 11:26:06 2010 +0000
42796
42797     [tesh] allow to specify the length of the sorting prefix
42798     
42799     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9125 48e7efb5-ca39-0410-a469-dd3cf9ba447f
42800
42801 commit f345bad939eef8e6f417c39a3d3e5fd45ca492ba
42802 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
42803 Date:   Fri Dec 10 10:55:09 2010 +0000
42804
42805     Initialize the process data in MSG before actually creating it,
42806     because SIMIX may start its execution before returning from
42807     our call to SIMIX_req_process_create().
42808     This fixes the test msg-suspend.
42809     
42810     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9124 48e7efb5-ca39-0410-a469-dd3cf9ba447f
42811
42812 commit 48a432623701648f8a24e8f03594d0f55308f033
42813 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
42814 Date:   Fri Dec 10 10:14:22 2010 +0000
42815
42816     Update smpi-tracing-ptp tesh file
42817     
42818     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9123 48e7efb5-ca39-0410-a469-dd3cf9ba447f
42819
42820 commit 2dc299653e83cf4ca5739a5d418dd8e51b80d6f6
42821 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
42822 Date:   Fri Dec 10 10:14:21 2010 +0000
42823
42824     Reimplement SIMIX_display_process_status()
42825     
42826     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9122 48e7efb5-ca39-0410-a469-dd3cf9ba447f
42827
42828 commit 9184b0e438130a5692d4ea2370840b2c72a5cbc4
42829 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
42830 Date:   Fri Dec 10 10:14:20 2010 +0000
42831
42832     Setting process->waiting_task doesn't make sense for isend
42833     
42834     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9121 48e7efb5-ca39-0410-a469-dd3cf9ba447f
42835
42836 commit 1c1e7d7d4b463d523b8864908452ad7ab8deba4a
42837 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
42838 Date:   Fri Dec 10 10:14:19 2010 +0000
42839
42840     Cosmetics
42841     
42842     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9120 48e7efb5-ca39-0410-a469-dd3cf9ba447f
42843
42844 commit 0b91ee1b28d270bfdc2ed825a182f205e5a29361
42845 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
42846 Date:   Fri Dec 10 10:14:16 2010 +0000
42847
42848     Free some memory
42849     
42850     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9119 48e7efb5-ca39-0410-a469-dd3cf9ba447f
42851
42852 commit 8e91e3324e3c27ba75a8c781cca897f35220272a
42853 Author: suter <suter@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
42854 Date:   Fri Dec 10 09:32:58 2010 +0000
42855
42856     revalidation of the test with the line that warns users of the libc hack
42857     
42858     
42859     
42860     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9118 48e7efb5-ca39-0410-a469-dd3cf9ba447f
42861
42862 commit 905e47989f71d55afccee472799ccabc526ee7cd
42863 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
42864 Date:   Thu Dec 9 18:09:10 2010 +0000
42865
42866     Chord: the join operations work
42867     
42868     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9117 48e7efb5-ca39-0410-a469-dd3cf9ba447f
42869
42870 commit 385f8e9f92c6ee135a5b06244ab47b4c4859f357
42871 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
42872 Date:   Thu Dec 9 16:36:23 2010 +0000
42873
42874     fix raw contextes for supernovae and for parallel execution
42875     
42876     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9116 48e7efb5-ca39-0410-a469-dd3cf9ba447f
42877
42878 commit aa798c3d6977d06a3a5b1ec7c21defe4d3fda45b
42879 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
42880 Date:   Thu Dec 9 16:36:13 2010 +0000
42881
42882     a few more machines
42883     
42884     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9115 48e7efb5-ca39-0410-a469-dd3cf9ba447f
42885
42886 commit b440ec0fbfe0b244e873488a8e44d8eefd3d2cee
42887 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
42888 Date:   Thu Dec 9 16:36:11 2010 +0000
42889
42890     Get verbose when activating the sexy new contextes (and activate them for replay)
42891     
42892     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9114 48e7efb5-ca39-0410-a469-dd3cf9ba447f
42893
42894 commit ae4fc5208fd10ec3eef526b4566ecafe284ddd23
42895 Author: pini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
42896 Date:   Thu Dec 9 15:54:19 2010 +0000
42897
42898     Saved one memory access per context swap.
42899     
42900     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9113 48e7efb5-ca39-0410-a469-dd3cf9ba447f
42901
42902 commit cd8852187f491f7fa8049414d7ac2d0193518e23
42903 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
42904 Date:   Thu Dec 9 15:31:10 2010 +0000
42905
42906     Remove the fork based checkpoint functionality.
42907     Use the old one based on snapshots.
42908     
42909     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9112 48e7efb5-ca39-0410-a469-dd3cf9ba447f
42910
42911 commit 458b4f32d6f6ab7d7c62a56d87439b7c9c0fa1d3
42912 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
42913 Date:   Thu Dec 9 15:31:08 2010 +0000
42914
42915     On MC mode, return immediately after handling the wait request.
42916     
42917     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9111 48e7efb5-ca39-0410-a469-dd3cf9ba447f
42918
42919 commit 206dda7a04f1baa25852b32a4e400ac86f685e84
42920 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
42921 Date:   Thu Dec 9 15:31:01 2010 +0000
42922
42923     Do not use XBT log on unit test.
42924     
42925     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9110 48e7efb5-ca39-0410-a469-dd3cf9ba447f
42926
42927 commit 7397c70eb4b770d50734e24b44d8a6ef146c911c
42928 Author: pini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
42929 Date:   Thu Dec 9 15:30:17 2010 +0000
42930
42931     Output the assembly function in the text section.
42932     
42933     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9109 48e7efb5-ca39-0410-a469-dd3cf9ba447f
42934
42935 commit b63756f59545c25abe150a3f3ba1eeb4dcd04ff8
42936 Author: pini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
42937 Date:   Thu Dec 9 15:12:40 2010 +0000
42938
42939     Added support for x86_64 raw contexts + some comments.
42940     
42941     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9108 48e7efb5-ca39-0410-a469-dd3cf9ba447f
42942
42943 commit 229bf12cc1c83d191127c15a2a0087982c1ba08b
42944 Author: pini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
42945 Date:   Thu Dec 9 13:37:12 2010 +0000
42946
42947     Throw an error at runtime instead of breaking compilation.
42948     
42949     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9107 48e7efb5-ca39-0410-a469-dd3cf9ba447f
42950
42951 commit d2658ff1a37cc89f85a5fd92c5425e17f4045caa
42952 Author: pini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
42953 Date:   Thu Dec 9 13:24:41 2010 +0000
42954
42955     Added context switching support for x86 architectures.
42956     
42957     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9106 48e7efb5-ca39-0410-a469-dd3cf9ba447f
42958
42959 commit 65e077cde16d751af87c71060b37cb1c23025119
42960 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
42961 Date:   Thu Dec 9 13:08:23 2010 +0000
42962
42963     some preprocessor macros to detect which flavor of assembly we want today
42964     
42965     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9105 48e7efb5-ca39-0410-a469-dd3cf9ba447f
42966
42967 commit 8991ed0684cc383d92a815959d85e2d05995d9d2
42968 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
42969 Date:   Thu Dec 9 11:16:21 2010 +0000
42970
42971     draft of hardcore ultra brutal manual context switching (TBC after lunch)
42972     
42973     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9104 48e7efb5-ca39-0410-a469-dd3cf9ba447f
42974
42975 commit 152943e8fe145f156e28ae9834b934a8e02471bc
42976 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
42977 Date:   Thu Dec 9 10:10:55 2010 +0000
42978
42979     Working on Chord
42980     
42981     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9103 48e7efb5-ca39-0410-a469-dd3cf9ba447f
42982
42983 commit f6477dfb348f4dafbc34bae5476d45d821e3d2a3
42984 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
42985 Date:   Wed Dec 8 22:08:35 2010 +0000
42986
42987     Bugfix: save the ucontext of each running thread in a per context basis.
42988     
42989     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9102 48e7efb5-ca39-0410-a469-dd3cf9ba447f
42990
42991 commit 2a45fb4668054b4dec233e9e086adc8630577093
42992 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
42993 Date:   Wed Dec 8 22:08:32 2010 +0000
42994
42995     Rename condition variable + improve debugging
42996     
42997     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9101 48e7efb5-ca39-0410-a469-dd3cf9ba447f
42998
42999 commit 9e9c6282dfe55ae4c5b35553d5d68f9dc129181c
43000 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
43001 Date:   Wed Dec 8 22:08:29 2010 +0000
43002
43003     Compile fix: smx_process_t->request is a s_smx_req_t now.
43004     
43005     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9100 48e7efb5-ca39-0410-a469-dd3cf9ba447f
43006
43007 commit 3d27a1e82ea26521deee4ab0bab6543ab4339da9
43008 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
43009 Date:   Wed Dec 8 20:14:22 2010 +0000
43010
43011     New trace replayer, as fast as hell, and as boring as hell, too
43012     
43013     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9099 48e7efb5-ca39-0410-a469-dd3cf9ba447f
43014
43015 commit f27a63f2703cba8d48efc7e175102ca30e3748ab
43016 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
43017 Date:   Wed Dec 8 15:47:13 2010 +0000
43018
43019     Fix compilation warnings
43020     
43021     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9098 48e7efb5-ca39-0410-a469-dd3cf9ba447f
43022
43023 commit 5cc22a0a9703009f11c2ed2f9058502603ee04f4
43024 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
43025 Date:   Wed Dec 8 15:35:57 2010 +0000
43026
43027     Remove unused variables.
43028     
43029     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9097 48e7efb5-ca39-0410-a469-dd3cf9ba447f
43030
43031 commit fc161ce4d4a3a28c5e072b50f6a681e57d9d4931
43032 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
43033 Date:   Wed Dec 8 15:35:55 2010 +0000
43034
43035     Add availability_file and state_file to peer tag.
43036     
43037     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9096 48e7efb5-ca39-0410-a469-dd3cf9ba447f
43038
43039 commit e1b1f93df3f76ae35629926c2f7014f301bfceeb
43040 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
43041 Date:   Wed Dec 8 15:07:41 2010 +0000
43042
43043     Fist implementation of a Chord example using MSG
43044     
43045     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9095 48e7efb5-ca39-0410-a469-dd3cf9ba447f
43046
43047 commit 2ba101ad63a69b10c38f0134d76813d56aa33272
43048 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
43049 Date:   Wed Dec 8 15:06:28 2010 +0000
43050
43051     Add availability_file and state_file in cluster.
43052     Can use variable :
43053     ${id}
43054     ${prefix}
43055     ${suffix}
43056     ${radical}
43057     
43058     example :
43059     <cluster id="bob_cluster" prefix="bob" suffix=".hamburger.edu"
43060        radical="0,2-4,6" power="1000000000.00" bw="125000000.00" lat="5e-5"
43061        bb_bw="2250000000.00" bb_lat="5e-4"
43062        state_file="foo/${prefix}${radical}_state_file.trace"
43063        availability_file="foo/${prefix}${radical}_availability_file.trace"/>
43064     
43065     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9094 48e7efb5-ca39-0410-a469-dd3cf9ba447f
43066
43067 commit 73192e6c92f4e28f3bf5455752996e27205fe813
43068 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
43069 Date:   Wed Dec 8 15:06:27 2010 +0000
43070
43071     Remove old buildname and options.
43072     
43073     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9093 48e7efb5-ca39-0410-a469-dd3cf9ba447f
43074
43075 commit 5e81488ae538e889c7b1819a3813057f36c404cc
43076 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
43077 Date:   Wed Dec 8 15:00:56 2010 +0000
43078
43079     Starting to implement a Chord example with MSG
43080     
43081     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9092 48e7efb5-ca39-0410-a469-dd3cf9ba447f
43082
43083 commit e3c843f8eaafab24c270496e2609278bd3d094a6
43084 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
43085 Date:   Wed Dec 8 15:00:54 2010 +0000
43086
43087     David's patch: replace != by strcmp
43088     
43089     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9091 48e7efb5-ca39-0410-a469-dd3cf9ba447f
43090
43091 commit f0eb9ed1492509eeaa51629e9dc95b729a8481e3
43092 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
43093 Date:   Wed Dec 8 13:54:59 2010 +0000
43094
43095     Bugfixes + test suitx
43096     
43097     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9090 48e7efb5-ca39-0410-a469-dd3cf9ba447f
43098
43099 commit 1710ae7ecbb5d366a11a7e5b7fff135a48c6b146
43100 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
43101 Date:   Wed Dec 8 13:54:49 2010 +0000
43102
43103     Include threadpool.h
43104     
43105     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9089 48e7efb5-ca39-0410-a469-dd3cf9ba447f
43106
43107 commit 5dcd4aa6c32ea714a5da23840de597cfc04b90bd
43108 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
43109 Date:   Wed Dec 8 13:54:47 2010 +0000
43110
43111     Wait for all the context to finish it's execution
43112     
43113     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9088 48e7efb5-ca39-0410-a469-dd3cf9ba447f
43114
43115 commit 97b0ef0d9c81332efcddb73584173f47cf92ea95
43116 Author: suter <suter@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
43117 Date:   Tue Dec 7 22:03:23 2010 +0000
43118
43119     one & too much
43120     
43121     
43122     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9087 48e7efb5-ca39-0410-a469-dd3cf9ba447f
43123
43124 commit f9f351eb55d6a44dacf18486c6a799c20293251b
43125 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
43126 Date:   Tue Dec 7 21:58:00 2010 +0000
43127
43128     last try for tonight to speed the trace replayer
43129     
43130     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9086 48e7efb5-ca39-0410-a469-dd3cf9ba447f
43131
43132 commit 49c3a6ceea27072ba958e60072c27a12a388d736
43133 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
43134 Date:   Tue Dec 7 21:41:43 2010 +0000
43135
43136     new function: xbt_str_split_quoted_in_place (w/o mallocs)
43137     
43138     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9085 48e7efb5-ca39-0410-a469-dd3cf9ba447f
43139
43140 commit a04cda2a492c0549ff94b6dfc41b150d9e0abe61
43141 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
43142 Date:   Tue Dec 7 21:41:20 2010 +0000
43143
43144     xbt_dynar_to_array now destroys the dynar. The caller is now only responsible of freeing the received array
43145     
43146     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9084 48e7efb5-ca39-0410-a469-dd3cf9ba447f
43147
43148 commit 049ea72f660d22b10ee993b30e37c2cd9897bba7
43149 Author: suter <suter@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
43150 Date:   Tue Dec 7 19:38:12 2010 +0000
43151
43152     revalidating the tesh outputs for ctest
43153     
43154     
43155     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9083 48e7efb5-ca39-0410-a469-dd3cf9ba447f
43156
43157 commit 097a61fa01f109d21c87179ae63061168060905b
43158 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
43159 Date:   Tue Dec 7 17:43:34 2010 +0000
43160
43161     do not store the requests on the process's stack nor in the big vector
43162     Instead, they are directly in the s_smx_process_t structure.
43163     
43164     There is no stack when going in replay contextes (still to be done)
43165     And the vector may be realloced when creating processes, so saving
43166     pointers to its content is not stable.
43167     
43168     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9082 48e7efb5-ca39-0410-a469-dd3cf9ba447f
43169
43170 commit 5b37af4c7a7e294c094b8f99e6f7aa9253198aba
43171 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
43172 Date:   Tue Dec 7 17:43:13 2010 +0000
43173
43174     rename a badly named variable
43175     
43176     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9081 48e7efb5-ca39-0410-a469-dd3cf9ba447f
43177
43178 commit 4034f53bd4a7edfe0683331272a29545d0d4b573
43179 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
43180 Date:   Tue Dec 7 17:42:51 2010 +0000
43181
43182     Do not traverse the whole array of request to find non-null ones, use a heap instead
43183     
43184     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9080 48e7efb5-ca39-0410-a469-dd3cf9ba447f
43185
43186 commit da2e6432ce1b2e6a3d01cbd0ba037e8f31a18550
43187 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
43188 Date:   Tue Dec 7 16:38:33 2010 +0000
43189
43190     Fix SIMIX calls
43191     
43192     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9079 48e7efb5-ca39-0410-a469-dd3cf9ba447f
43193
43194 commit 6becb881662ecf9255343f99967cedf88481f245
43195 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
43196 Date:   Tue Dec 7 16:38:32 2010 +0000
43197
43198     Make SIMIX_process_create() private
43199     
43200     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9078 48e7efb5-ca39-0410-a469-dd3cf9ba447f
43201
43202 commit b594a866f10f658d725664edb02ab7c0994ae805
43203 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
43204 Date:   Tue Dec 7 15:56:51 2010 +0000
43205
43206     Use a raw array instead of a dynar to store the requests
43207     It can be made big enough at every point, so that we don't have to
43208     expend it on need automatically from the dynar stuff.
43209     
43210     This was the only remaining reason why we had to lock that structure,
43211     so kill the locking stuff too.
43212     
43213     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9077 48e7efb5-ca39-0410-a469-dd3cf9ba447f
43214
43215 commit 5d4d30871b78accac640109573494a78237badce
43216 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
43217 Date:   Tue Dec 7 15:56:40 2010 +0000
43218
43219     new function (private to simix): SIMIX_process_get_maxpid
43220     
43221     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9076 48e7efb5-ca39-0410-a469-dd3cf9ba447f
43222
43223 commit 581890fe6d36dd7e45f64a12b3a19832579c5724
43224 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
43225 Date:   Tue Dec 7 15:56:38 2010 +0000
43226
43227     stop using private functions from simix; use requests instead
43228     
43229     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9075 48e7efb5-ca39-0410-a469-dd3cf9ba447f
43230
43231 commit 812a76c3c922011548eef3d68375a6ef91635e9b
43232 Author: pini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
43233 Date:   Tue Dec 7 15:47:21 2010 +0000
43234
43235     Build SMPI on top of smx_action_t.
43236     
43237     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9074 48e7efb5-ca39-0410-a469-dd3cf9ba447f
43238
43239 commit 806504b9602a886e391b54e458b2c1f7f42d3afb
43240 Author: pini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
43241 Date:   Tue Dec 7 15:47:19 2010 +0000
43242
43243     Distinguish access to sender-side and receiver-side user data in smx_action_t.
43244     
43245     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9073 48e7efb5-ca39-0410-a469-dd3cf9ba447f
43246
43247 commit 58d1596ee5759b0f1f18a38daf536d6bfd695265
43248 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
43249 Date:   Tue Dec 7 15:23:50 2010 +0000
43250
43251     No need to lock on request pop.
43252     Only maestro does it and running alone.
43253     
43254     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9072 48e7efb5-ca39-0410-a469-dd3cf9ba447f
43255
43256 commit 03a31e1ed903528c2c2fecc0684fa9847dc38ca3
43257 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
43258 Date:   Tue Dec 7 15:22:40 2010 +0000
43259
43260     no need to check, since the default value of core is set to 1 by the lua user code
43261     
43262     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9071 48e7efb5-ca39-0410-a469-dd3cf9ba447f
43263
43264 commit 9668414ee07c34a0e96b81c38f6b0b0d17fb1248
43265 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
43266 Date:   Tue Dec 7 15:21:10 2010 +0000
43267
43268     Fix lua console by adding new core element when bypass the parser
43269     
43270     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9070 48e7efb5-ca39-0410-a469-dd3cf9ba447f
43271
43272 commit 41a43790bf6c6331ca0f1283e3402f6dc6574072
43273 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
43274 Date:   Tue Dec 7 15:18:43 2010 +0000
43275
43276     new function: MSG_action_paranoid_mode_set (allowing to tell the parser that our input is clean and that he don't need to be paranoid about it
43277     
43278     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9069 48e7efb5-ca39-0410-a469-dd3cf9ba447f
43279
43280 commit 47a73b5d8591f5405691f45ee0c5884807ea7471
43281 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
43282 Date:   Tue Dec 7 15:18:41 2010 +0000
43283
43284     do not trim in split_quoted, that's expensive, and the caller can do it if his input is not clean
43285     
43286     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9068 48e7efb5-ca39-0410-a469-dd3cf9ba447f
43287
43288 commit e7d5d130145e7983fa9fa90500f2c6dd59b943ea
43289 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
43290 Date:   Tue Dec 7 15:05:20 2010 +0000
43291
43292     Call elements_father() only if necessary
43293     
43294     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9067 48e7efb5-ca39-0410-a469-dd3cf9ba447f
43295
43296 commit 2d217ae8001c61739609ce56c8c815c0791303cc
43297 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
43298 Date:   Tue Dec 7 14:24:27 2010 +0000
43299
43300     Fix more memory leaks
43301     
43302     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9066 48e7efb5-ca39-0410-a469-dd3cf9ba447f
43303
43304 commit 57fef38e0df9ac287bebb39604e2bdcb9f84e5bf
43305 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
43306 Date:   Tue Dec 7 14:15:09 2010 +0000
43307
43308     no need to lock the structure if we run in sequential
43309     
43310     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9065 48e7efb5-ca39-0410-a469-dd3cf9ba447f
43311
43312 commit eb9d1d343764af46a2fbd9c44f6246e769bea5d3
43313 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
43314 Date:   Tue Dec 7 14:15:07 2010 +0000
43315
43316     given the following line, this FIXME seems now done ;)
43317     
43318     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9064 48e7efb5-ca39-0410-a469-dd3cf9ba447f
43319
43320 commit d672a6447aca931be2b670c5c5e177013513c7ee
43321 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
43322 Date:   Tue Dec 7 14:02:54 2010 +0000
43323
43324     Add support for custom communication matching to SIMIX network interface
43325     
43326     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9063 48e7efb5-ca39-0410-a469-dd3cf9ba447f
43327
43328 commit c32579154fc3d877f58348eb6a15d2eed8706b56
43329 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
43330 Date:   Tue Dec 7 14:02:49 2010 +0000
43331
43332     Rework context factory's initialization logic.
43333     Now if both ucontext and threads are detected, allow the parallel execution of ucontexts using a thread pool.
43334     
43335     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9062 48e7efb5-ca39-0410-a469-dd3cf9ba447f
43336
43337 commit 826f867c10d17795900746d9253107f62dfdb47d
43338 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
43339 Date:   Tue Dec 7 13:41:29 2010 +0000
43340
43341     MSG does not auto-destroy the MSG_comm_t objects anymore
43342     
43343     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9061 48e7efb5-ca39-0410-a469-dd3cf9ba447f
43344
43345 commit a53f71158046eedb596cb147bb13131404083e5d
43346 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
43347 Date:   Tue Dec 7 13:23:36 2010 +0000
43348
43349     Another useless and leaky xbt_strdup
43350     
43351     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9060 48e7efb5-ca39-0410-a469-dd3cf9ba447f
43352
43353 commit 25ddc16712ea8fd2048f4ed4232f088f69ec5896
43354 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
43355 Date:   Tue Dec 7 13:20:55 2010 +0000
43356
43357     implement actions irecv and wait w/o spawning; kill spawning functions
43358     
43359     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9059 48e7efb5-ca39-0410-a469-dd3cf9ba447f
43360
43361 commit 3c8840eaf6650f0f066493d1c8f97eeb08c6afe9
43362 Author: suter <suter@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
43363 Date:   Tue Dec 7 12:26:51 2010 +0000
43364
43365     reimplement reduce and bcast (non tested) w/o spawns
43366     uncomment the comm_destroy
43367     modify the action files to add init and finalize
43368     
43369     
43370     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9058 48e7efb5-ca39-0410-a469-dd3cf9ba447f
43371
43372 commit 39aa30b1b7788096a4abd839d687fa82d88a90a4
43373 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
43374 Date:   Tue Dec 7 12:23:40 2010 +0000
43375
43376     Don't auto-destroy the MSG_comm_t in MSG_comm_wait()
43377     
43378     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9057 48e7efb5-ca39-0410-a469-dd3cf9ba447f
43379
43380 commit f21c4fc3d7f78879f3ecac4dff751e4888dcac06
43381 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
43382 Date:   Tue Dec 7 12:23:39 2010 +0000
43383
43384     Don't auto-destroy the MSG_comm_t in MSG_comm_wait(), it's the
43385     responsability of the user code
43386     
43387     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9056 48e7efb5-ca39-0410-a469-dd3cf9ba447f
43388
43389 commit 41310a373e5ada253ade83ba72ebe11d8995851e
43390 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
43391 Date:   Tue Dec 7 12:23:38 2010 +0000
43392
43393     Fix memory leaks
43394     
43395     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9055 48e7efb5-ca39-0410-a469-dd3cf9ba447f
43396
43397 commit 12e8471ecf53fc4993c26335996af9a78e5ca666
43398 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
43399 Date:   Tue Dec 7 12:23:37 2010 +0000
43400
43401     Remove leaky xbt_strdup: MSG_mailbox_new already does it (and takes a const char*)
43402     
43403     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9054 48e7efb5-ca39-0410-a469-dd3cf9ba447f
43404
43405 commit 8c5ac0f14f5a5610c2e8bd61dd085f47ae542159
43406 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
43407 Date:   Tue Dec 7 12:16:38 2010 +0000
43408
43409     implement simix_comm_testany properly
43410     
43411     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9053 48e7efb5-ca39-0410-a469-dd3cf9ba447f
43412
43413 commit 8cbcd8756ae9134b66658b4ccb9cee91352da649
43414 Author: suter <suter@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
43415 Date:   Tue Dec 7 11:34:20 2010 +0000
43416
43417     Simix seems to destroy the comm by itself, comment the calls to
43418     MSG_comm_destroy
43419     Correct a leak in finalize action
43420     modify the basic example to have init and finalize actions for each
43421     process.
43422     
43423     
43424     
43425     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9052 48e7efb5-ca39-0410-a469-dd3cf9ba447f
43426
43427 commit 9b19bc13f5cc1f7101b927003e2de4e347619a99
43428 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
43429 Date:   Tue Dec 7 10:37:27 2010 +0000
43430
43431     reimplement action_allReduce w/o spawning processes
43432     
43433     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9051 48e7efb5-ca39-0410-a469-dd3cf9ba447f
43434
43435 commit d41f59b57dbce6d6baed56b99dd89f2d160702ad
43436 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
43437 Date:   Tue Dec 7 10:15:10 2010 +0000
43438
43439     Add INSTALL file for cmake.
43440     
43441     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9050 48e7efb5-ca39-0410-a469-dd3cf9ba447f
43442
43443 commit 5d308c961af3ea5f561363d2e42b157e8d02b202
43444 Author: pini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
43445 Date:   Tue Dec 7 10:13:47 2010 +0000
43446
43447     Removed some old and unused filed from SMPI.
43448     
43449     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9049 48e7efb5-ca39-0410-a469-dd3cf9ba447f
43450
43451 commit 2a75bb3aa8404248b30dad2d7be7bdd4b2d02c3b
43452 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
43453 Date:   Tue Dec 7 10:11:05 2010 +0000
43454
43455     Fix memory leaks
43456     
43457     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9048 48e7efb5-ca39-0410-a469-dd3cf9ba447f
43458
43459 commit d8f655f5d78d44d76bf0c96850286f4cae336516
43460 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
43461 Date:   Tue Dec 7 09:56:34 2010 +0000
43462
43463     [trace] remove logging trace message
43464     
43465     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9047 48e7efb5-ca39-0410-a469-dd3cf9ba447f
43466
43467 commit 990fc0fe6c1537e347c8b46bbf633d007a250bb8
43468 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
43469 Date:   Tue Dec 7 09:56:33 2010 +0000
43470
43471     [trace] error codes that are no longer used
43472     
43473     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9046 48e7efb5-ca39-0410-a469-dd3cf9ba447f
43474
43475 commit 2657b088a3b1c0dcf108548dfbcd530fdba797b2
43476 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
43477 Date:   Tue Dec 7 09:56:32 2010 +0000
43478
43479     [trace] updating tesh to contain new tracing options
43480     
43481     detail:
43482     - simulated time problem remains
43483     
43484     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9045 48e7efb5-ca39-0410-a469-dd3cf9ba447f
43485
43486 commit a07e7048bfbd06505a29ba5e3a981bec2c4f90de
43487 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
43488 Date:   Tue Dec 7 09:56:31 2010 +0000
43489
43490     [trace] use xbt_strdup to copy category
43491     
43492     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9044 48e7efb5-ca39-0410-a469-dd3cf9ba447f
43493
43494 commit dc0f34684e609a2c90793146c1c61f8b81ac801d
43495 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
43496 Date:   Tue Dec 7 09:56:30 2010 +0000
43497
43498     [trace] we do not need to copy the category since the request exists upon its completion
43499     
43500     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9043 48e7efb5-ca39-0410-a469-dd3cf9ba447f
43501
43502 commit 2a0956488e9411fdee101372024e335a386f9778
43503 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
43504 Date:   Tue Dec 7 09:56:29 2010 +0000
43505
43506     [trace] new option for smpirun (-triva) to generate graph configurations for triva
43507     
43508     details:
43509     - two files are created if -triva is passed as parameter
43510          smpi_cat.plist <- graph configuration with categories that might have been used in the code
43511          smpi_uncat.plist <- graph configuration for uncategorized resource utilization
43512     
43513     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9042 48e7efb5-ca39-0410-a469-dd3cf9ba447f
43514
43515 commit b4b1f2a9ddbe482716c52ae58b5591c5dfccb216
43516 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
43517 Date:   Tue Dec 7 09:56:28 2010 +0000
43518
43519     [trace] always trace uncategorized with smpirun
43520     
43521     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9041 48e7efb5-ca39-0410-a469-dd3cf9ba447f
43522
43523 commit 71f0cb4ee0aaeef9b7bbc7047bee2bf99184a1f2
43524 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
43525 Date:   Tue Dec 7 09:56:27 2010 +0000
43526
43527     [trace] declare smpi category and let instr continues if category already exists
43528     
43529     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9040 48e7efb5-ca39-0410-a469-dd3cf9ba447f
43530
43531 commit 771a91f3e70f4eee3ca78b5be3756761121cf03e
43532 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
43533 Date:   Tue Dec 7 09:56:26 2010 +0000
43534
43535     [trace] setting the tracing category for exec and comm done by smpi
43536     
43537     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9039 48e7efb5-ca39-0410-a469-dd3cf9ba447f
43538
43539 commit d938d09d362186118485ebc3ad0a9d9ce4079bfa
43540 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
43541 Date:   Tue Dec 7 09:56:25 2010 +0000
43542
43543     [trace] registering the tracing categories of mpi processes in dictionary
43544     
43545     details:
43546     - function to get the current tracing category of a process
43547     
43548     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9038 48e7efb5-ca39-0410-a469-dd3cf9ba447f
43549
43550 commit 769e61ad71ba71459ee5d3173df1a194771cda85
43551 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
43552 Date:   Tue Dec 7 09:56:24 2010 +0000
43553
43554     [trace] smpi set tracing category returns void
43555     
43556     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9037 48e7efb5-ca39-0410-a469-dd3cf9ba447f
43557
43558 commit 3dfec49a03c607a0ee0f9bf6fb097143cfaa37e5
43559 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
43560 Date:   Tue Dec 7 09:56:22 2010 +0000
43561
43562     [trace] only set category of the surf action if simix action is running
43563     
43564     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9036 48e7efb5-ca39-0410-a469-dd3cf9ba447f
43565
43566 commit 58dafbd87b78b301688890c49eeada71390cfb77
43567 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
43568 Date:   Tue Dec 7 09:56:21 2010 +0000
43569
43570     [trace] setting the category of the simix communicate action
43571     
43572     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9035 48e7efb5-ca39-0410-a469-dd3cf9ba447f
43573
43574 commit b5d3a43ce6f22275460e1cbeffd55dd0c70d6ca6
43575 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
43576 Date:   Tue Dec 7 09:56:20 2010 +0000
43577
43578     [trace] there is no need to set surf actions category like this anymore
43579     
43580     details:
43581     - there is a simix request for that now
43582     
43583     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9034 48e7efb5-ca39-0410-a469-dd3cf9ba447f
43584
43585 commit ddf7edd058e0c646da8ec010cfbe068dd8e966a3
43586 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
43587 Date:   Tue Dec 7 09:56:19 2010 +0000
43588
43589     [trace] implement set_category function for network model as well
43590     
43591     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9033 48e7efb5-ca39-0410-a469-dd3cf9ba447f
43592
43593 commit 7f3ada717623084ff09274215eae35dfecb95c56
43594 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
43595 Date:   Tue Dec 7 09:56:18 2010 +0000
43596
43597     [trace] check action type before setting its tracing category
43598     and support only execute and communicate actions
43599     
43600     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9032 48e7efb5-ca39-0410-a469-dd3cf9ba447f
43601
43602 commit 89ae2e1ddffda5537295f1b0a81c3057b3dc4205
43603 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
43604 Date:   Tue Dec 7 09:56:17 2010 +0000
43605
43606     weird definition of a surf_cpu_model function inside a network model, fixed
43607     
43608     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9031 48e7efb5-ca39-0410-a469-dd3cf9ba447f
43609
43610 commit 3f78f258fa50770dc3f9786fc80eed9557e37ed4
43611 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
43612 Date:   Tue Dec 7 09:56:16 2010 +0000
43613
43614     [trace] dictionary for holding smx_process_t -> categories no longer necessary with simix2
43615     
43616     details:
43617     - counter to uniquely identify simix actions removed, since it is not used anymore
43618     
43619     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9030 48e7efb5-ca39-0410-a469-dd3cf9ba447f
43620
43621 commit 794c022b0b35e1379ce8e4e0a6b26f83ee07c95b
43622 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
43623 Date:   Tue Dec 7 09:56:14 2010 +0000
43624
43625     [trace] renaming system call to set any action tracing categories, make useful also for network models
43626     
43627     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9029 48e7efb5-ca39-0410-a469-dd3cf9ba447f
43628
43629 commit 6e9085979401423afcde6d001562b6ffd23021e8
43630 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
43631 Date:   Tue Dec 7 09:56:12 2010 +0000
43632
43633     [trace] new system call to make categorized host utilization tracing possible again
43634     
43635     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9028 48e7efb5-ca39-0410-a469-dd3cf9ba447f
43636
43637 commit 3af36b8af09df7e18d99e63a74052113a1650410
43638 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
43639 Date:   Tue Dec 7 09:51:47 2010 +0000
43640
43641     real isend action, w/o spawning. Still ongoing but commiting now because my previous commit broke the compilation (sorry)
43642     
43643     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9027 48e7efb5-ca39-0410-a469-dd3cf9ba447f
43644
43645 commit f4a117d3526fa2bc565827bd37ea5a8a194ed82d
43646 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
43647 Date:   Tue Dec 7 09:51:45 2010 +0000
43648
43649     stubs for comm_testany, implemented with comm_waitany for now. That's crude but temporarly
43650     
43651     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9026 48e7efb5-ca39-0410-a469-dd3cf9ba447f
43652
43653 commit 162cef1075ff72cda87df61bf46c8d4ba3fa4e90
43654 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
43655 Date:   Tue Dec 7 09:36:59 2010 +0000
43656
43657     Add Makefile and configure to the distrib.
43658     Must add the Makefile in Cmake directory as after the command "cmake."
43659     the old in simgrid directory is modify by cmake.
43660     
43661     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9025 48e7efb5-ca39-0410-a469-dd3cf9ba447f
43662
43663 commit 68cc13133338a5e73192b9ce128ea79ba5c9432f
43664 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
43665 Date:   Tue Dec 7 09:21:09 2010 +0000
43666
43667     cosmetics, no profund change
43668     
43669     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9024 48e7efb5-ca39-0410-a469-dd3cf9ba447f
43670
43671 commit 96e88da53587bca891dce3ddb7772eff544e96be
43672 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
43673 Date:   Tue Dec 7 09:20:58 2010 +0000
43674
43675     try a bit harder to get the simulated time without any function call
43676     
43677     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9023 48e7efb5-ca39-0410-a469-dd3cf9ba447f
43678
43679 commit 2fa414c8d1b270f5c1fb41ed6fb38b6b499deef5
43680 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
43681 Date:   Tue Dec 7 09:20:56 2010 +0000
43682
43683     move the default Makefile that we must install in the tarball away from the root svn: it prevents us to work
43684     
43685     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9022 48e7efb5-ca39-0410-a469-dd3cf9ba447f
43686
43687 commit 15fbb723e6b55e15e57c04d798409b19a18df9aa
43688 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
43689 Date:   Tue Dec 7 08:46:52 2010 +0000
43690
43691     cosmetics: don't load a file from itself
43692     
43693     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9021 48e7efb5-ca39-0410-a469-dd3cf9ba447f
43694
43695 commit 34f2f42cccff62773dd710b695bdfd1363b85d45
43696 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
43697 Date:   Tue Dec 7 08:46:46 2010 +0000
43698
43699     don't try to compute the backtrace if we have no process name (only occure with *badly* written bindings, but saves a segfault then)
43700     
43701     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9020 48e7efb5-ca39-0410-a469-dd3cf9ba447f
43702
43703 commit ab3b0dcebcadbe3da395e9e8f73aefadb88b3924
43704 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
43705 Date:   Mon Dec 6 17:44:18 2010 +0000
43706
43707     Add a configure file and a Makefile to explain we now use cmake.
43708     
43709     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9019 48e7efb5-ca39-0410-a469-dd3cf9ba447f
43710
43711 commit 99b5293909074fc0bc2348bd719990b91baa365d
43712 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
43713 Date:   Mon Dec 6 14:54:14 2010 +0000
43714
43715     Bugfix: protect SIMIX_context_self() in the case that SIMIX is not initialized.
43716     
43717     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9018 48e7efb5-ca39-0410-a469-dd3cf9ba447f
43718
43719 commit b1463660ab52c5a6758ccac6db6ade06607b5f6d
43720 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
43721 Date:   Mon Dec 6 14:54:12 2010 +0000
43722
43723     Initialize surf before the context module, so the later one can make use of the configuration variables.
43724     
43725     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9017 48e7efb5-ca39-0410-a469-dd3cf9ba447f
43726
43727 commit 1a867155fd80328dfa6425cedfca3f4b81d4129a
43728 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
43729 Date:   Mon Dec 6 14:54:09 2010 +0000
43730
43731     Bugfix: Protect SIMIX_process_self in the case that the context module is not yet initialized.
43732     
43733     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9016 48e7efb5-ca39-0410-a469-dd3cf9ba447f
43734
43735 commit e97586e69c51b7a4b08337e7d819efcd44ad9766
43736 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
43737 Date:   Mon Dec 6 14:54:07 2010 +0000
43738
43739     Revert thread creation delay on pthread context factory.
43740     
43741     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9015 48e7efb5-ca39-0410-a469-dd3cf9ba447f
43742
43743 commit e43a611d100f63b3dde3d4e551da1c9520892492
43744 Author: pini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
43745 Date:   Mon Dec 6 13:54:44 2010 +0000
43746
43747     Added sender-side gaps (only activated by default in the SMPI network model, use --cfg=network/sender_gap:?? to override).
43748     
43749     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9014 48e7efb5-ca39-0410-a469-dd3cf9ba447f
43750
43751 commit bcc204c4cb401765352e07ee5133893a33f930d5
43752 Author: pini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
43753 Date:   Mon Dec 6 13:54:33 2010 +0000
43754
43755     Use more precision by default when running SMPI.
43756     
43757     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9013 48e7efb5-ca39-0410-a469-dd3cf9ba447f
43758
43759 commit 6bd50a954d420712f910d3efe8f8c543c77aa14f
43760 Author: pini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
43761 Date:   Mon Dec 6 13:54:30 2010 +0000
43762
43763     Allow to configure precision in the maxmin systems.
43764     
43765     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9012 48e7efb5-ca39-0410-a469-dd3cf9ba447f
43766
43767 commit eee49aeac605271b0689346297a065c4976f5dc5
43768 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
43769 Date:   Mon Dec 6 13:50:15 2010 +0000
43770
43771     Remove old variable with_context.
43772     
43773     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9011 48e7efb5-ca39-0410-a469-dd3cf9ba447f
43774
43775 commit 4ba8fa73394ad3a5649ab15eebc39606983c4a1c
43776 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
43777 Date:   Mon Dec 6 13:36:12 2010 +0000
43778
43779     Now take context pthread and ucontext if it is possible.
43780     
43781     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9010 48e7efb5-ca39-0410-a469-dd3cf9ba447f
43782
43783 commit 0daef69f62a10d3e54b1bab7df8055b5e7366b3b
43784 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
43785 Date:   Mon Dec 6 13:36:11 2010 +0000
43786
43787     Modify message for gtnets.
43788     
43789     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9009 48e7efb5-ca39-0410-a469-dd3cf9ba447f
43790
43791 commit d544ea3e2fee629064bc23f86724822f0aa3a4a0
43792 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
43793 Date:   Mon Dec 6 12:34:09 2010 +0000
43794
43795     Fix gtnets detection and add a script to install patched gtnets from simgrid svn.
43796     
43797     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9008 48e7efb5-ca39-0410-a469-dd3cf9ba447f
43798
43799 commit b7ae3a7d62cc38cebb5b4a0497ed6529b09bd7f5
43800 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
43801 Date:   Mon Dec 6 11:55:02 2010 +0000
43802
43803     [trace] fix on compilation without tracing
43804     
43805     sorry for that
43806     
43807     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9007 48e7efb5-ca39-0410-a469-dd3cf9ba447f
43808
43809 commit 3b30cfff2510600099c4587ef77ab71fc839a3c7
43810 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
43811 Date:   Mon Dec 6 11:01:42 2010 +0000
43812
43813     Improve context switching for ucontext
43814     
43815     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9006 48e7efb5-ca39-0410-a469-dd3cf9ba447f
43816
43817 commit dd53c45e8a85975bf310ba5ab4d70b1ff493baac
43818 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
43819 Date:   Mon Dec 6 11:01:23 2010 +0000
43820
43821     Compile fix: iwannadie is now in the context structure
43822     
43823     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9005 48e7efb5-ca39-0410-a469-dd3cf9ba447f
43824
43825 commit 9177205dfbbdb2b57b4b8f368646b6ef9f665bdd
43826 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
43827 Date:   Mon Dec 6 10:17:33 2010 +0000
43828
43829     small overhault of the TODO file. Much more cruft killing would be needed
43830     
43831     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9004 48e7efb5-ca39-0410-a469-dd3cf9ba447f
43832
43833 commit 63ad82889bed7a96d887d8f13a86d24186d10514
43834 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
43835 Date:   Mon Dec 6 10:16:54 2010 +0000
43836
43837     take from main archive the last bits that merit to be saved
43838     
43839     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/contrib/trunk/simgrid-java@9003 48e7efb5-ca39-0410-a469-dd3cf9ba447f
43840
43841 commit 4895c94b7b58ae9147ef735bc6eed91277786770
43842 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
43843 Date:   Mon Dec 6 09:37:59 2010 +0000
43844
43845     Don't set gtnets flags if can't compile gtnets.
43846     
43847     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9002 48e7efb5-ca39-0410-a469-dd3cf9ba447f
43848
43849 commit bd0d32d80b6162bd2888f98fe0cb1c9beaf9f6f7
43850 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
43851 Date:   Mon Dec 6 09:37:58 2010 +0000
43852
43853     Change way to make tesh for win32.
43854     
43855     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9001 48e7efb5-ca39-0410-a469-dd3cf9ba447f
43856
43857 commit b57d0dc822c4b229e52ecc40d8a7b75e0e2db6a1
43858 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
43859 Date:   Mon Dec 6 01:11:22 2010 +0000
43860
43861     [trace] TRACE_[start|end] no longer belong to public functions of the tracing api
43862     
43863     details:
43864     - they are called by appropriate initialization functions if simgrid
43865     is compiled with tracing_enable=on
43866     
43867     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9000 48e7efb5-ca39-0410-a469-dd3cf9ba447f
43868
43869 commit 159761f29d41e8cfd0636d56a182f9481eff279c
43870 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
43871 Date:   Mon Dec 6 01:06:16 2010 +0000
43872
43873     [trace] logging the categorized/uncategorized resource utilization tracing mechanism
43874     
43875     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8999 48e7efb5-ca39-0410-a469-dd3cf9ba447f
43876
43877 commit 24e7b80e40c8099a614eab78086df0d3fc3af522
43878 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
43879 Date:   Mon Dec 6 00:56:06 2010 +0000
43880
43881     updating ChangeLog
43882     
43883     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8998 48e7efb5-ca39-0410-a469-dd3cf9ba447f
43884
43885 commit cf75850220edfeb6e0f46881e8b3b11fe85a25cc
43886 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
43887 Date:   Mon Dec 6 00:56:05 2010 +0000
43888
43889     [trace] configuration option tracing/platform renamed to tracing/categorized
43890     
43891     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8997 48e7efb5-ca39-0410-a469-dd3cf9ba447f
43892
43893 commit 3c3db4bc680e606d91d4006265d7bcf9174df050
43894 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
43895 Date:   Mon Dec 6 00:56:01 2010 +0000
43896
43897     [trace] use of xbt functions inside instr
43898     
43899     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8996 48e7efb5-ca39-0410-a469-dd3cf9ba447f
43900
43901 commit 1c396b60ee7f24347f0120bebdd2e9f24720ec0e
43902 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
43903 Date:   Mon Dec 6 00:56:00 2010 +0000
43904
43905     [trace] logging messages for category attribution of simix processes
43906     
43907     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8995 48e7efb5-ca39-0410-a469-dd3cf9ba447f
43908
43909 commit e858b2e4c1677fa20cc4cb25b8a4e5e874ef617a
43910 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
43911 Date:   Mon Dec 6 00:55:59 2010 +0000
43912
43913     [trace] call functions that do the simix processes category registration directly
43914     
43915     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8994 48e7efb5-ca39-0410-a469-dd3cf9ba447f
43916
43917 commit f91935dd64073af1ce54dfbe930c3991d45eafe2
43918 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
43919 Date:   Mon Dec 6 00:55:58 2010 +0000
43920
43921     [trace] declaring xbt_log categories for tracing
43922     
43923     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8993 48e7efb5-ca39-0410-a469-dd3cf9ba447f
43924
43925 commit 084771f34162570d18b8b2cf1d3b65237a17ade2
43926 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
43927 Date:   Mon Dec 6 00:55:57 2010 +0000
43928
43929     [trace] detailed description of new configuration options
43930     
43931     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8992 48e7efb5-ca39-0410-a469-dd3cf9ba447f
43932
43933 commit b9ac20f457fd260735c156a3dc5baa30be97e9c6
43934 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
43935 Date:   Mon Dec 6 00:55:56 2010 +0000
43936
43937     [trace] end must be called while surf configuration still exist
43938     
43939     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8991 48e7efb5-ca39-0410-a469-dd3cf9ba447f
43940
43941 commit 8a49ad1ba999dd2379dfa2959c12dd5949510f6d
43942 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
43943 Date:   Mon Dec 6 00:55:54 2010 +0000
43944
43945     [trace] new tracing options to generate graph configurations for triva
43946     
43947     details:
43948     - triva/uncategorized:uncat.plist
43949               uncat.plist holds a configuration for a uncategorized
43950               graph resource utilization analysis in triva
43951     
43952     - triva/categorized:cat.plist
43953               cat.plist holds a configuration for a categorized
43954               graph resource utilization analysis in triva
43955     
43956     - Get a MSG/SimDAG/SMPI simulator, compile it against a toolkit
43957     compiled with tracing enabled, then run the simulation with these
43958     parameters:
43959     --cfg=tracing:1 --cfg=tracing/uncategorized:1 --cfg=triva/uncategorized:uncat.plist
43960     then run Triva (from the svn) with the following parameters
43961     Triva simgrid.trace --graph --gc_conf uncat.plist --gc_apply
43962     
43963     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8990 48e7efb5-ca39-0410-a469-dd3cf9ba447f
43964
43965 commit 218f2c9d4f1970d84e1d3dd05f8168e7b5c57e43
43966 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
43967 Date:   Mon Dec 6 00:55:53 2010 +0000
43968
43969     [trace] uncategorized resource tracing option is independent from categorized, and set colors
43970     
43971     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8989 48e7efb5-ca39-0410-a469-dd3cf9ba447f
43972
43973 commit 6defb5e855de0347744d25aeda96dab73f44363e
43974 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
43975 Date:   Mon Dec 6 00:55:52 2010 +0000
43976
43977     [trace] categories may have colors registered in the trace file
43978     
43979     details:
43980     - specify color randomly if no color is provided
43981     
43982     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8988 48e7efb5-ca39-0410-a469-dd3cf9ba447f
43983
43984 commit 84a97ed228d9c1b703dfd0f5898c4d1ef8f4bc17
43985 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
43986 Date:   Mon Dec 6 00:55:50 2010 +0000
43987
43988     [trace] verbose comments to connect simulator parameters with type hierarchy definition
43989     
43990     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8987 48e7efb5-ca39-0410-a469-dd3cf9ba447f
43991
43992 commit 07cb624ebe709aab0a3bf9a8a360d6d50cfd4dee
43993 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
43994 Date:   Mon Dec 6 00:55:49 2010 +0000
43995
43996     [trace] let paje output its own header
43997     
43998     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8986 48e7efb5-ca39-0410-a469-dd3cf9ba447f
43999
44000 commit f662ce711906542b692b60585abd0946866e649b
44001 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
44002 Date:   Mon Dec 6 00:55:48 2010 +0000
44003
44004     [trace] encapsulating the open/close of the trace file
44005     
44006     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8985 48e7efb5-ca39-0410-a469-dd3cf9ba447f
44007
44008 commit de373585c6f108e58fa9ff51e5c494acb2445cb9
44009 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
44010 Date:   Sun Dec 5 17:21:51 2010 +0000
44011
44012     Allow cluster tag to use the core tag...
44013     ...and thus to work correctly since when bypassing the parser all attributes should be precised
44014     
44015     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8984 48e7efb5-ca39-0410-a469-dd3cf9ba447f
44016
44017 commit 53b2fb15c9e7a4ddb9024b5b1a535955578d784e
44018 Author: suter <suter@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
44019 Date:   Sat Dec 4 09:06:35 2010 +0000
44020
44021     integrate george modifications. Still use old-fashioned spawn instead
44022     of isend/irecv
44023     
44024     but at least a sender doesn't wait for the receiver in eager-like mode
44025     anymore.
44026     
44027     
44028     
44029     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8983 48e7efb5-ca39-0410-a469-dd3cf9ba447f
44030
44031 commit 359e5f78deb09f53d88e0055e97ded73fef5486d
44032 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
44033 Date:   Fri Dec 3 20:14:35 2010 +0000
44034
44035     Restructuration of file CompleteInFiles.
44036     
44037     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8982 48e7efb5-ca39-0410-a469-dd3cf9ba447f
44038
44039 commit 5bfb48696ec0427d665778489651cfaa90646630
44040 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
44041 Date:   Fri Dec 3 18:21:16 2010 +0000
44042
44043     Remove gtnets_path. Now use a module.
44044     
44045     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8981 48e7efb5-ca39-0410-a469-dd3cf9ba447f
44046
44047 commit a46b3e6c423da020937c547ab7983925e4b589e0
44048 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
44049 Date:   Fri Dec 3 18:21:14 2010 +0000
44050
44051     Cosmetics
44052     
44053     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8980 48e7efb5-ca39-0410-a469-dd3cf9ba447f
44054
44055 commit 80b6e62550333aa7bc79f02616c9d7d6648dfa6a
44056 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
44057 Date:   Fri Dec 3 18:21:11 2010 +0000
44058
44059     Don't remove this file otherwise cmake reconfigures the project at each make.
44060     
44061     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8979 48e7efb5-ca39-0410-a469-dd3cf9ba447f
44062
44063 commit 1b2afa6fb61c4d127c8da001c4eab5ba2cdcdcfb
44064 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
44065 Date:   Fri Dec 3 18:21:10 2010 +0000
44066
44067     Renaming PROJECT_BINARY_DIR.
44068     
44069     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8978 48e7efb5-ca39-0410-a469-dd3cf9ba447f
44070
44071 commit 5d6561ddf1df4db72d187f86298a706ea137355b
44072 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
44073 Date:   Fri Dec 3 10:40:38 2010 +0000
44074
44075     [trace] do not rely on preprocessor constants to control what is traced (part 2)
44076     
44077     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8977 48e7efb5-ca39-0410-a469-dd3cf9ba447f
44078
44079 commit 4f1c83cc8b3ee5515fb72352b1d7d48ebbb573a0
44080 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
44081 Date:   Fri Dec 3 10:40:31 2010 +0000
44082
44083     [trace] do not check what is traced in internal resource utilization tracing functions
44084     
44085     details:
44086     - tracing/uncategorized also uses those functions to trace
44087     
44088     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8976 48e7efb5-ca39-0410-a469-dd3cf9ba447f
44089
44090 commit 24a9a43343e8bb1e6ae073d8a480de24ffcf4d2f
44091 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
44092 Date:   Fri Dec 3 10:40:24 2010 +0000
44093
44094     [trace] do not rely on preprocessor constants to control what is traced (part 1)
44095     
44096     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8975 48e7efb5-ca39-0410-a469-dd3cf9ba447f
44097
44098 commit 5347eea65c391c8c4c5839ce207f34abf0eed9f4
44099 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
44100 Date:   Fri Dec 3 10:40:17 2010 +0000
44101
44102     [trace] separate TRACE_is_active() from IS_TRACED condition
44103     
44104     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8974 48e7efb5-ca39-0410-a469-dd3cf9ba447f
44105
44106 commit 673a25c682fbdedbdefbc513160b2710a5b545fb
44107 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
44108 Date:   Fri Dec 3 10:40:10 2010 +0000
44109
44110     [trace] replace IS_TRACING by TRACE_is_active() function
44111     
44112     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8973 48e7efb5-ca39-0410-a469-dd3cf9ba447f
44113
44114 commit 58dd623939673edda1e9cd60659852ebcca65374
44115 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
44116 Date:   Fri Dec 3 10:19:19 2010 +0000
44117
44118     Cosmetics.
44119     Remove old messages to be compatible with cmake messages.
44120     
44121     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8972 48e7efb5-ca39-0410-a469-dd3cf9ba447f
44122
44123 commit 608740110c8b0b879fb05a34d730e48603ac1242
44124 Author: agiersch <agiersch@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
44125 Date:   Fri Dec 3 09:25:13 2010 +0000
44126
44127     Remaining s/PROJECT_DIRECTORY/CMAKE_HOME_DIRECTORY/.
44128     
44129     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8971 48e7efb5-ca39-0410-a469-dd3cf9ba447f
44130
44131 commit 986fb5fef4507d37b47b9ff8ee5ba5c26e8a5cee
44132 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
44133 Date:   Fri Dec 3 00:23:46 2010 +0000
44134
44135     move iwannadie from processes to contextes back
44136     
44137     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8970 48e7efb5-ca39-0410-a469-dd3cf9ba447f
44138
44139 commit 256187ac5f830a60ae79f441078c20c32be037b2
44140 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
44141 Date:   Fri Dec 3 00:23:35 2010 +0000
44142
44143     install java from the simgrid-java, not make project
44144     
44145     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8969 48e7efb5-ca39-0410-a469-dd3cf9ba447f
44146
44147 commit 79e23e4dabd1e730aa9cbd05a2172be5a0b53699
44148 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
44149 Date:   Fri Dec 3 00:16:55 2010 +0000
44150
44151     It may even work, soon
44152     
44153     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/contrib/trunk/simgrid-java@8968 48e7efb5-ca39-0410-a469-dd3cf9ba447f
44154
44155 commit cebb8921262eb3994beaa6c7a287390a83f3ad2a
44156 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
44157 Date:   Fri Dec 3 00:16:53 2010 +0000
44158
44159     I guess that I removed the examples *instead of library at the old location*
44160     
44161     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/contrib/trunk/simgrid-java@8967 48e7efb5-ca39-0410-a469-dd3cf9ba447f
44162
44163 commit 8b102e4be5251931d23be873a3e36ced0436ac24
44164 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
44165 Date:   Fri Dec 3 00:16:48 2010 +0000
44166
44167     Ahem. When exactly did I kill my good examples?
44168     
44169     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/contrib/trunk/simgrid-java@8966 48e7efb5-ca39-0410-a469-dd3cf9ba447f
44170
44171 commit b1059fa6bdedc0fd84d6ab6001385f7db3b788a8
44172 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
44173 Date:   Fri Dec 3 00:15:07 2010 +0000
44174
44175     Fix compilation
44176     
44177     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8965 48e7efb5-ca39-0410-a469-dd3cf9ba447f
44178
44179 commit 32fe0c0e02970be8e667eb55189f486c596dcb0a
44180 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
44181 Date:   Thu Dec 2 23:57:45 2010 +0000
44182
44183     at some point, I commited a lot of cruft. Sorry
44184     
44185     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/contrib/trunk/simgrid-java@8964 48e7efb5-ca39-0410-a469-dd3cf9ba447f
44186
44187 commit 3ea7a928f1914fabad883965ef552beb9578197f
44188 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
44189 Date:   Thu Dec 2 23:56:10 2010 +0000
44190
44191     Reorganize java sources
44192     
44193     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/contrib/trunk/simgrid-java@8963 48e7efb5-ca39-0410-a469-dd3cf9ba447f
44194
44195 commit 8c7322605eac66b1206f7c051ba129aefc9c49e9
44196 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
44197 Date:   Thu Dec 2 23:19:16 2010 +0000
44198
44199     Switch to Ruby 1.9.x
44200     
44201     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8962 48e7efb5-ca39-0410-a469-dd3cf9ba447f
44202
44203 commit 8fd9c3a50b34fb6cc8336d4c7966e8077d463ccc
44204 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
44205 Date:   Thu Dec 2 23:11:22 2010 +0000
44206
44207     Update changelog!
44208     
44209     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8961 48e7efb5-ca39-0410-a469-dd3cf9ba447f
44210
44211 commit 41dd9405e023a6edd042bc02e5fd48c90aee5d56
44212 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
44213 Date:   Thu Dec 2 22:38:36 2010 +0000
44214
44215     [trace] adding comments to #endif's
44216     
44217     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8960 48e7efb5-ca39-0410-a469-dd3cf9ba447f
44218
44219 commit ae855a0d996d06d373fbc233e78b0fbe7f1f2df6
44220 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
44221 Date:   Thu Dec 2 22:38:33 2010 +0000
44222
44223     [trace] renaming almost all tracing files in src/instr
44224     
44225     details:
44226     - this is just an ongoing code re-organization
44227     - it serves as a preparation for jedule code in src/instr
44228     
44229     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8959 48e7efb5-ca39-0410-a469-dd3cf9ba447f
44230
44231 commit e6425c886387618b973673bdf1ad95edf921b6ef
44232 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
44233 Date:   Thu Dec 2 22:32:26 2010 +0000
44234
44235     Forgot to update after recent removal of FATPIPE in simgrid.dtd
44236     
44237     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8958 48e7efb5-ca39-0410-a469-dd3cf9ba447f
44238
44239 commit de5b5b8959996b670e754755cf800ab18ad0c5c6
44240 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
44241 Date:   Thu Dec 2 22:29:21 2010 +0000
44242
44243     Update simgrid_dtd flexml files to cope with recent introduction of multicore model and network coordinate model.
44244     
44245     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8957 48e7efb5-ca39-0410-a469-dd3cf9ba447f
44246
44247 commit 3108b8651f24a788672bfa475f49684e134a5002
44248 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
44249 Date:   Thu Dec 2 22:26:51 2010 +0000
44250
44251     Remove stupid value in the DTD. Young will soon take care of the SHARED situation and provide examples.
44252     
44253     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8956 48e7efb5-ca39-0410-a469-dd3cf9ba447f
44254
44255 commit 127ba1b3078d737826e9111fba76f75f5f9cd035
44256 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
44257 Date:   Thu Dec 2 22:26:45 2010 +0000
44258
44259     Help debuging
44260     
44261     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8955 48e7efb5-ca39-0410-a469-dd3cf9ba447f
44262
44263 commit 249cd4c8c08962fe950b8e943ef03b7d45fed6d2
44264 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
44265 Date:   Thu Dec 2 22:26:40 2010 +0000
44266
44267     Add a peer tag to the DTD and make it compatible with vivaldi and lastmile.
44268     
44269     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8954 48e7efb5-ca39-0410-a469-dd3cf9ba447f
44270
44271 commit d527eddd369d95cb6ad97c352ba4ad24d47ca92b
44272 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
44273 Date:   Thu Dec 2 22:26:35 2010 +0000
44274
44275     Update tesh file for vivaldi.
44276     
44277     The reason why there is such a big difference with the previous version is that the initial vivaldi version was broken. 0-sized messages were sent instantaneously whereas now, we take the latency into account.
44278     
44279     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8953 48e7efb5-ca39-0410-a469-dd3cf9ba447f
44280
44281 commit 424b66306b380fe7a0edeab5858b37bbc64af899
44282 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
44283 Date:   Thu Dec 2 22:26:31 2010 +0000
44284
44285     update gitignore
44286     
44287     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8952 48e7efb5-ca39-0410-a469-dd3cf9ba447f
44288
44289 commit 7455f8b15887967f6d2177e65337fe28ec7a230a
44290 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
44291 Date:   Thu Dec 2 22:26:24 2010 +0000
44292
44293     Allow communication actions to use no link at all (e.g., for Vivaldi).
44294     
44295     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8951 48e7efb5-ca39-0410-a469-dd3cf9ba447f
44296
44297 commit 0dd7aec27cc638cf29cd406492612912e99b80db
44298 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
44299 Date:   Thu Dec 2 22:26:13 2010 +0000
44300
44301     Update the vivaldi test.
44302     
44303     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8950 48e7efb5-ca39-0410-a469-dd3cf9ba447f
44304
44305 commit 906fed2fea00654ab785ac7d0bf5b5e4265637bc
44306 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
44307 Date:   Thu Dec 2 22:26:07 2010 +0000
44308
44309     Start modifying net_communicate so that it can work with vivaldi routing model (empty route).
44310     
44311     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8949 48e7efb5-ca39-0410-a469-dd3cf9ba447f
44312
44313 commit 48dee806cd44787b186fd5ea7afe26d913568d46
44314 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
44315 Date:   Thu Dec 2 22:26:02 2010 +0000
44316
44317     Add a vivaldi routing model.
44318     
44319     * Remove useless comments
44320     * Allow get_route to return empty dictionary.
44321     * Compute the latency according to the vivaldi model
44322     
44323     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8948 48e7efb5-ca39-0410-a469-dd3cf9ba447f
44324
44325 commit f7825c99fbc5d391bed60536d8e8b776415db40d
44326 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
44327 Date:   Thu Dec 2 22:25:58 2010 +0000
44328
44329     Use the get_latency function from the routing mechanism in network model
44330     
44331     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8947 48e7efb5-ca39-0410-a469-dd3cf9ba447f
44332
44333 commit 583b5f01e9f07344bd903a429fb2e03012564858
44334 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
44335 Date:   Thu Dec 2 22:25:47 2010 +0000
44336
44337     Read and store coordinates.
44338     
44339     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8946 48e7efb5-ca39-0410-a469-dd3cf9ba447f
44340
44341 commit 5a875f9205d14b21c58c948ef2c1a80abf1c47d5
44342 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
44343 Date:   Thu Dec 2 22:25:41 2010 +0000
44344
44345     Finish to kill vivaldi
44346     
44347     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8945 48e7efb5-ca39-0410-a469-dd3cf9ba447f
44348
44349 commit 42883415da48a6bd0dee0394368f8e22d3f0656a
44350 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
44351 Date:   Thu Dec 2 22:25:33 2010 +0000
44352
44353     Cope with the new DTD
44354     
44355     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8944 48e7efb5-ca39-0410-a469-dd3cf9ba447f
44356
44357 commit de53226b074f1f900fbca8aeeea4abb888151536
44358 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
44359 Date:   Thu Dec 2 22:25:26 2010 +0000
44360
44361     Rename tag vivaldi to coordinates in the DTD file
44362     
44363     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8943 48e7efb5-ca39-0410-a469-dd3cf9ba447f
44364
44365 commit bc490dc65abd88dc1b946f27a8f87be449c621be
44366 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
44367 Date:   Thu Dec 2 22:25:20 2010 +0000
44368
44369     Get rid of the vivaldi network model (soon to be replaced by a vivaldi routing model)
44370     
44371     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8942 48e7efb5-ca39-0410-a469-dd3cf9ba447f
44372
44373 commit f55800ad534b79d3ec4d6ba7711f2266e396fc9c
44374 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
44375 Date:   Thu Dec 2 22:24:44 2010 +0000
44376
44377     CPU_im (i.e., with lazy evaluation) now supports multicore CPU.
44378     
44379     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8941 48e7efb5-ca39-0410-a469-dd3cf9ba447f
44380
44381 commit ed74eb58c1a3d7314defa30f0416d51bc8130336
44382 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
44383 Date:   Thu Dec 2 22:24:28 2010 +0000
44384
44385     Add a simple exemple and test of multicore machine.
44386     
44387     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8940 48e7efb5-ca39-0410-a469-dd3cf9ba447f
44388
44389 commit b23f76c819d776be7e164c27102a3dd969ca2880
44390 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
44391 Date:   Thu Dec 2 22:24:17 2010 +0000
44392
44393     Multicore model now enabled with Cas01.
44394     
44395     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8939 48e7efb5-ca39-0410-a469-dd3cf9ba447f
44396
44397 commit 3ce38dad85ad42340051ca3cb30e85fab87dcde9
44398 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
44399 Date:   Thu Dec 2 22:23:41 2010 +0000
44400
44401     Update to take the new DTD modifications into account.
44402     
44403     Theses changes are mendatory as when bypassing the parser, default
44404     initialization is not bypassed too.
44405     
44406     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8938 48e7efb5-ca39-0410-a469-dd3cf9ba447f
44407
44408 commit b7cd17c5d85000c8ea2a145876058fa296fa6d63
44409 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
44410 Date:   Thu Dec 2 22:23:31 2010 +0000
44411
44412     Start handling the core attribute (store in cpu.c and yell everywhere else for now).
44413     
44414     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8937 48e7efb5-ca39-0410-a469-dd3cf9ba447f
44415
44416 commit 236d04746bba66ed0300b712292c745957fa649a
44417 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
44418 Date:   Thu Dec 2 22:23:22 2010 +0000
44419
44420     Add a core attribute in the DTD
44421     
44422     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8936 48e7efb5-ca39-0410-a469-dd3cf9ba447f
44423
44424 commit 355882f73963f095c76b910edd3faa0928143fdc
44425 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
44426 Date:   Thu Dec 2 22:10:51 2010 +0000
44427
44428     Really fix this (still unimplemented) function
44429     
44430     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8935 48e7efb5-ca39-0410-a469-dd3cf9ba447f
44431
44432 commit c8ddc6ead10167d55dab47fd7d93fca66f0b7002
44433 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
44434 Date:   Thu Dec 2 21:51:50 2010 +0000
44435
44436     Comment out more of SIMIX_display_process_status() to avoid
44437     compilation warnings
44438     
44439     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8934 48e7efb5-ca39-0410-a469-dd3cf9ba447f
44440
44441 commit 89f1cc65397f33d62a434e22d4c4a21c6c889f15
44442 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
44443 Date:   Thu Dec 2 21:48:23 2010 +0000
44444
44445     end of previous commit. Sorry for the noise, I'm doomed to pure svn in that subproject
44446     
44447     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/contrib/trunk/simgrid-java@8933 48e7efb5-ca39-0410-a469-dd3cf9ba447f
44448
44449 commit 95f8d2439ede822d33a1d491f53f4e80fc662941
44450 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
44451 Date:   Thu Dec 2 21:38:23 2010 +0000
44452
44453     kinda working again: only a segfault at termination
44454     
44455     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/contrib/trunk/simgrid-java@8932 48e7efb5-ca39-0410-a469-dd3cf9ba447f
44456
44457 commit 82bdeeeb1a432be6d7ef85292391a697917855cf
44458 Author: quintin <quintin@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
44459 Date:   Thu Dec 2 21:19:52 2010 +0000
44460
44461     [simdag/dotloader] correction of some memory leak
44462     
44463     
44464     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8931 48e7efb5-ca39-0410-a469-dd3cf9ba447f
44465
44466 commit b8ce4382ed02101c7522301f2a866bfe164b157e
44467 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
44468 Date:   Thu Dec 2 21:17:45 2010 +0000
44469
44470     updating tracing part of FAQ
44471     
44472     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8930 48e7efb5-ca39-0410-a469-dd3cf9ba447f
44473
44474 commit fd78510f4dd40a5db10d9ab72aa116503dc22e4c
44475 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
44476 Date:   Thu Dec 2 21:17:42 2010 +0000
44477
44478     [trace] fixing FAQ to proper -Denable_tracing=ON setting
44479     
44480     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8929 48e7efb5-ca39-0410-a469-dd3cf9ba447f
44481
44482 commit 23d44a56fb537bc43657a18bff2884eb08bd95b8
44483 Author: pini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
44484 Date:   Thu Dec 2 21:10:35 2010 +0000
44485
44486     This file has been renamed.
44487     
44488     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8928 48e7efb5-ca39-0410-a469-dd3cf9ba447f
44489
44490 commit e9b9bf632079f4ca4da9882623573ae0b3396cf1
44491 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
44492 Date:   Thu Dec 2 20:55:57 2010 +0000
44493
44494     Add new header files to distrib.
44495     
44496     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8927 48e7efb5-ca39-0410-a469-dd3cf9ba447f
44497
44498 commit de7d161240f434a809ae7739fbb15a1db6ab86f2
44499 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
44500 Date:   Thu Dec 2 20:53:19 2010 +0000
44501
44502     Compile fix
44503     
44504     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8926 48e7efb5-ca39-0410-a469-dd3cf9ba447f
44505
44506 commit 2985a0cbd8e2894ed7b19489b5f83130ff0dc22a
44507 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
44508 Date:   Thu Dec 2 20:53:12 2010 +0000
44509
44510     Fix compile: ruby's context factoy should respect the factory interface
44511     
44512     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8925 48e7efb5-ca39-0410-a469-dd3cf9ba447f
44513
44514 commit 005cf0f71b3817a9e93de0b0c3bd92f216ef5c7f
44515 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
44516 Date:   Thu Dec 2 20:39:32 2010 +0000
44517
44518     make simix headers public so that we can write external bindings
44519     
44520     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8924 48e7efb5-ca39-0410-a469-dd3cf9ba447f
44521
44522 commit 7fd28d30a3f673b7a9a1198d72266bc744d63fd2
44523 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
44524 Date:   Thu Dec 2 20:21:21 2010 +0000
44525
44526     Fix tesh file of gras-ping-64
44527     
44528     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8923 48e7efb5-ca39-0410-a469-dd3cf9ba447f
44529
44530 commit 5a2cc96fe7a36755214d5ff6632584423501edfb
44531 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
44532 Date:   Thu Dec 2 20:09:17 2010 +0000
44533
44534     Remove unused variables.
44535     
44536     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8922 48e7efb5-ca39-0410-a469-dd3cf9ba447f
44537
44538 commit 111a138641d8cc04aa694885191e24e0a0e97136
44539 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
44540 Date:   Thu Dec 2 20:01:21 2010 +0000
44541
44542     [trace] detailed explanation about all tracing options, available with --help-tracing
44543     
44544     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8921 48e7efb5-ca39-0410-a469-dd3cf9ba447f
44545
44546 commit d9a2ba6da1bdc02e8adeb3e87f792d5291b2ea10
44547 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
44548 Date:   Thu Dec 2 19:59:40 2010 +0000
44549
44550     Change flatifier for having router.
44551     
44552     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8920 48e7efb5-ca39-0410-a469-dd3cf9ba447f
44553
44554 commit ddb9b227cc31cdf0f74b65b9c0312fd416417c57
44555 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
44556 Date:   Thu Dec 2 18:04:33 2010 +0000
44557
44558     smx_context.h must be installed so that I can write binding packages
44559     
44560     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8919 48e7efb5-ca39-0410-a469-dd3cf9ba447f
44561
44562 commit fa5ba53f5968e80c1b811103c0e64527c6253d55
44563 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
44564 Date:   Thu Dec 2 18:03:40 2010 +0000
44565
44566     Java contextes are in the java package now
44567     
44568     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8918 48e7efb5-ca39-0410-a469-dd3cf9ba447f
44569
44570 commit d206204d0b349954cc77a84c13604377c4ace00a
44571 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
44572 Date:   Thu Dec 2 17:32:15 2010 +0000
44573
44574     Compile fix: pthread should respect the context factory interface
44575     
44576     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8917 48e7efb5-ca39-0410-a469-dd3cf9ba447f
44577
44578 commit 345516313443bfa8eab29371253c064cb31df9b8
44579 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
44580 Date:   Thu Dec 2 17:21:08 2010 +0000
44581
44582     don't glob txt files in archive and install, I have cruft on my disk
44583     
44584     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8915 48e7efb5-ca39-0410-a469-dd3cf9ba447f
44585
44586 commit 4f572f1a8b62309a9c3e3f02dfdc2a0d08ee27d2
44587 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
44588 Date:   Thu Dec 2 17:21:01 2010 +0000
44589
44590     also remove java tests. They live in another package now
44591     
44592     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8914 48e7efb5-ca39-0410-a469-dd3cf9ba447f
44593
44594 commit 29611f876b36be03e26c33879d0e1a72db6090f1
44595 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
44596 Date:   Thu Dec 2 17:19:03 2010 +0000
44597
44598     Resolve a conflict
44599     
44600     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8913 48e7efb5-ca39-0410-a469-dd3cf9ba447f
44601
44602 commit a6c262a93734a964f6aaaddf59d933398db660ff
44603 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
44604 Date:   Thu Dec 2 17:18:59 2010 +0000
44605
44606     Cleaner detection of using model-checking.
44607     libgras no longer needs to define _surf_do_model_check.
44608     
44609     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8912 48e7efb5-ca39-0410-a469-dd3cf9ba447f
44610
44611 commit 20d5d4cbcb5580189461745935712009a7afbce5
44612 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
44613 Date:   Thu Dec 2 17:18:55 2010 +0000
44614
44615     Rename two functions and a structure
44616     
44617     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8911 48e7efb5-ca39-0410-a469-dd3cf9ba447f
44618
44619 commit e276e9953a9ab5894bbb623fc17ec79512efab5d
44620 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
44621 Date:   Thu Dec 2 17:18:52 2010 +0000
44622
44623     Clean indentation and coding style in SIMIX
44624     
44625     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8910 48e7efb5-ca39-0410-a469-dd3cf9ba447f
44626
44627 commit 18601cb6dc9a4ab2c6e6b0b5b8149bcd82c51116
44628 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
44629 Date:   Thu Dec 2 17:06:30 2010 +0000
44630
44631     [trace] tracing simulations is enabled by default
44632     
44633     details:
44634     - description message updated, check diff
44635     
44636     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8909 48e7efb5-ca39-0410-a469-dd3cf9ba447f
44637
44638 commit 0dc03aafe5c305a3e45c36bf7302c5615a00f1f6
44639 Author: pini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
44640 Date:   Thu Dec 2 17:02:13 2010 +0000
44641
44642     Kill old implementation of SIMIX_process_self.
44643     
44644     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8908 48e7efb5-ca39-0410-a469-dd3cf9ba447f
44645
44646 commit 9161dd12dbb9c069f5e100d30f56bf7b6f1362f5
44647 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
44648 Date:   Thu Dec 2 16:55:05 2010 +0000
44649
44650     - Move simix_global->current_process to smx_current_context
44651     - Add data field to smx_context_t (to be used by SIMIX to store the smx_process_t that owns the context)
44652     - Add a thread pool to ucontext factory
44653     
44654     Conflicts:
44655     
44656         src/simix/smx_process.c
44657     
44658     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8907 48e7efb5-ca39-0410-a469-dd3cf9ba447f
44659
44660 commit d0f2b4208ca1f01b3557267e6268fefe76bdc332
44661 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
44662 Date:   Thu Dec 2 16:33:31 2010 +0000
44663
44664     [trace] removing unused strsplit that is no longer used
44665     
44666     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8906 48e7efb5-ca39-0410-a469-dd3cf9ba447f
44667
44668 commit 79a76bdef6197f3fd8c3b44f8d53a68fcdffb8f7
44669 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
44670 Date:   Thu Dec 2 16:33:30 2010 +0000
44671
44672     [trace] removing constant that is used only once
44673     
44674     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8905 48e7efb5-ca39-0410-a469-dd3cf9ba447f
44675
44676 commit b8d47fb09a28070a7f511f281e144c6f81d86188
44677 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
44678 Date:   Thu Dec 2 16:33:28 2010 +0000
44679
44680     [trace] undef constants used only in this source file to avoid re-use elsewhere
44681     
44682     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8904 48e7efb5-ca39-0410-a469-dd3cf9ba447f
44683
44684 commit 3e16b6f2bad9d9e1467c7a363c5969e712d0f011
44685 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
44686 Date:   Thu Dec 2 16:33:26 2010 +0000
44687
44688     [trace] removing unused code
44689     
44690     details:
44691     - these functions were used to create a hierarchy of msg/simix/surf tasks/actions
44692     - such functionality was replaced by the categorized resource utilization tracing
44693     
44694     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8903 48e7efb5-ca39-0410-a469-dd3cf9ba447f
44695
44696 commit ad51858fe444dfe10cdf18e9d8e25f7d339164f7
44697 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
44698 Date:   Thu Dec 2 16:17:37 2010 +0000
44699
44700     the supernovae exploded: let's split the archive and move bindings to separate packages
44701     
44702     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8902 48e7efb5-ca39-0410-a469-dd3cf9ba447f
44703
44704 commit f3f4e91d62fae3ee03ada94f69e194ea67f416d4
44705 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
44706 Date:   Thu Dec 2 16:17:16 2010 +0000
44707
44708     Hello you stupid doxygen. Our inline functions are visible to the users, please don't ignore them. Thanks.
44709     
44710     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8901 48e7efb5-ca39-0410-a469-dd3cf9ba447f
44711
44712 commit fc783dc02e4e1bf955b152713d1df4914ae3adb8
44713 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
44714 Date:   Thu Dec 2 16:15:33 2010 +0000
44715
44716     initial (almost working) release of a separate package for the Java bindings of SimGrid
44717     
44718     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/contrib/trunk/simgrid-java@8900 48e7efb5-ca39-0410-a469-dd3cf9ba447f
44719
44720 commit 924849479a3995aac3519c60c9fe542205522e50
44721 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
44722 Date:   Thu Dec 2 16:10:11 2010 +0000
44723
44724     Rename and search into GRAS_ROOT and SIMGRID_ROOT.
44725     
44726     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8899 48e7efb5-ca39-0410-a469-dd3cf9ba447f
44727
44728 commit 3fbe5685505e0e70059bc2129e0f2a823317411b
44729 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
44730 Date:   Thu Dec 2 15:52:14 2010 +0000
44731
44732     Add a Module to find Simgrid
44733     
44734     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8898 48e7efb5-ca39-0410-a469-dd3cf9ba447f
44735
44736 commit 21bef017a97e7420628bc3bc20609e8c33ae3280
44737 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
44738 Date:   Thu Dec 2 14:26:17 2010 +0000
44739
44740     seek and destroy empty directories (using svn for that, git-svn is not sufficient) -- feels like spring cleanup in Frejus
44741     
44742     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8897 48e7efb5-ca39-0410-a469-dd3cf9ba447f
44743
44744 commit 3e759f8c5f124a583d4414e8ca0fddab1fc58102
44745 Author: quintin <quintin@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
44746 Date:   Thu Dec 2 14:22:08 2010 +0000
44747
44748     [simdag/cycle] delete the function acyclic_graph_detection because the
44749     function acyclic_graph_detail makes more things than
44750     acyclic_graph_detection and takes the same time if there is no cycle
44751     
44752     
44753     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8896 48e7efb5-ca39-0410-a469-dd3cf9ba447f
44754
44755 commit cec0cf51c5d81a13988ef5d214359544e4b2099e
44756 Author: quintin <quintin@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
44757 Date:   Thu Dec 2 14:14:45 2010 +0000
44758
44759     [simdag/dax] the function which details the task inside a cycle works
44760     [simdag/task] initialize the field marked at the initialization
44761     
44762     
44763     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8894 48e7efb5-ca39-0410-a469-dd3cf9ba447f
44764
44765 commit b8254f3cc769f86878d1cd2c1c9b4aa8adc7dff1
44766 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
44767 Date:   Thu Dec 2 14:14:45 2010 +0000
44768
44769     This script is not useful in SVN
44770     
44771     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8893 48e7efb5-ca39-0410-a469-dd3cf9ba447f
44772
44773 commit 5dc86ff6da450ced640b10645791bf9e5273448b
44774 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
44775 Date:   Thu Dec 2 14:14:44 2010 +0000
44776
44777     Define inline functions before calling them
44778     
44779     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8892 48e7efb5-ca39-0410-a469-dd3cf9ba447f
44780
44781 commit 8927eb822dce4bffe473d272e506e03435cee833
44782 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
44783 Date:   Thu Dec 2 14:14:42 2010 +0000
44784
44785     Remove deprectaed function SIMIX_solve()
44786     
44787     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8891 48e7efb5-ca39-0410-a469-dd3cf9ba447f
44788
44789 commit 4904c00ca9fb0c34e20ed0d36ce4f702009bbd16
44790 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
44791 Date:   Thu Dec 2 14:14:41 2010 +0000
44792
44793     Some people use ctags
44794     
44795     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8890 48e7efb5-ca39-0410-a469-dd3cf9ba447f
44796
44797 commit 5c23b3c88c9cdd5b27935f5444462d71f2f52efa
44798 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
44799 Date:   Thu Dec 2 14:04:24 2010 +0000
44800
44801     Kill ancient files which were used back in the age to compile with windows, and add an experimental file for cmake cross compilation
44802     
44803     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8889 48e7efb5-ca39-0410-a469-dd3cf9ba447f
44804
44805 commit 9d967b8480f8d969da2513d6bde4a60496681f42
44806 Author: suter <suter@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
44807 Date:   Thu Dec 2 13:59:46 2010 +0000
44808
44809     add the last added example
44810     
44811     
44812     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8888 48e7efb5-ca39-0410-a469-dd3cf9ba447f
44813
44814 commit bc8cc140697f14da0c18a2df531c4373e4a33a23
44815 Author: suter <suter@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
44816 Date:   Thu Dec 2 13:58:57 2010 +0000
44817
44818     add a new example to test xbt_dynar_to_array
44819     
44820     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8887 48e7efb5-ca39-0410-a469-dd3cf9ba447f
44821
44822 commit 7ce4c8b29c65ff5537f92a3804d45979af9a060d
44823 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
44824 Date:   Thu Dec 2 13:57:44 2010 +0000
44825
44826     SimGrid now refuse to get compiled without Perl. Removing redundent tests
44827     
44828     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8886 48e7efb5-ca39-0410-a469-dd3cf9ba447f
44829
44830 commit f05c4fb4f2852bde8374437833c7d4bc8631f886
44831 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
44832 Date:   Thu Dec 2 13:44:35 2010 +0000
44833
44834     For additional files put them into EXTRA_DIST list.
44835     
44836     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8885 48e7efb5-ca39-0410-a469-dd3cf9ba447f
44837
44838 commit 1badbf72fd0f9621a0f1b295cf64457014f738ae
44839 Author: pini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
44840 Date:   Thu Dec 2 13:42:14 2010 +0000
44841
44842     A pass of dos2unix on that file (and unignore include/smpi/smpif.h as well: it's no longer generated).
44843     
44844     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8884 48e7efb5-ca39-0410-a469-dd3cf9ba447f
44845
44846 commit 328c6eda706a5923d9d8e65749f7b0a54bbb285c
44847 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
44848 Date:   Thu Dec 2 13:40:27 2010 +0000
44849
44850     cosmetics
44851     
44852     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8883 48e7efb5-ca39-0410-a469-dd3cf9ba447f
44853
44854 commit 1c712008ba8d59e1f90b173a86a8bbeef5edbaed
44855 Author: suter <suter@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
44856 Date:   Thu Dec 2 13:35:59 2010 +0000
44857
44858     Add a new function xbt_dynar_to_array that transforms a dynar into a
44859     NULL-terminated array. This may solve backward compatibility issues
44860     due to the change to return type of SD_Simulate. See also:
44861     http://lists.gforge.inria.fr/pipermail/simgrid-user/2010-December/002206.html
44862     
44863     
44864     
44865     
44866     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8882 48e7efb5-ca39-0410-a469-dd3cf9ba447f
44867
44868 commit 2bfc1f9d091e5cfb89c062c45c19271909aaa884
44869 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
44870 Date:   Thu Dec 2 13:32:49 2010 +0000
44871
44872     Update gitignore
44873     
44874     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8881 48e7efb5-ca39-0410-a469-dd3cf9ba447f
44875
44876 commit b1a27b07cc9d4ddf108331504aaeab7b3792f64a
44877 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
44878 Date:   Thu Dec 2 13:32:41 2010 +0000
44879
44880     SIMGRID NEED PERL!!!!
44881     
44882     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8880 48e7efb5-ca39-0410-a469-dd3cf9ba447f
44883
44884 commit 2579e99a0e9204d92bc8665e49ac44a3816c74bb
44885 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
44886 Date:   Thu Dec 2 13:32:29 2010 +0000
44887
44888     Cosmetics.
44889     
44890     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8879 48e7efb5-ca39-0410-a469-dd3cf9ba447f
44891
44892 commit e59ef9a46f77025f8607d671ee6a0e0dbeea0228
44893 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
44894 Date:   Thu Dec 2 13:32:17 2010 +0000
44895
44896     Free those variables after the end of the cluster tag.
44897     
44898     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8878 48e7efb5-ca39-0410-a469-dd3cf9ba447f
44899
44900 commit 2ddb2aed34d10784654263bf385275d6073b44ca
44901 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
44902 Date:   Thu Dec 2 13:32:06 2010 +0000
44903
44904     Remove old flag from documentation example.
44905     
44906     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8877 48e7efb5-ca39-0410-a469-dd3cf9ba447f
44907
44908 commit 6f54f95c01d108028c7c75dbf64c8fd507c723a0
44909 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
44910 Date:   Thu Dec 2 13:31:54 2010 +0000
44911
44912     Add version of simgrid into the footer of the documentation.
44913     
44914     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8876 48e7efb5-ca39-0410-a469-dd3cf9ba447f
44915
44916 commit 6c7ac1a31ecf3704cb153f7483b496f3c455e8ab
44917 Author: pini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
44918 Date:   Thu Dec 2 13:20:07 2010 +0000
44919
44920     SIMIX2 renamed some of the tracing stuff.
44921     
44922     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8875 48e7efb5-ca39-0410-a469-dd3cf9ba447f
44923
44924 commit 2b800fc83599b74d17a437694638c80dc87eee23
44925 Author: pini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
44926 Date:   Thu Dec 2 13:08:17 2010 +0000
44927
44928     No need to generate that file.
44929     
44930     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8874 48e7efb5-ca39-0410-a469-dd3cf9ba447f
44931
44932 commit 07c319ec54d6fc778ee3cc5e75a747242006723e
44933 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
44934 Date:   Thu Dec 2 13:05:32 2010 +0000
44935
44936     Biggest commit ever (SIMIX2): the user processes can now run in parallel
44937     in SIMIX
44938     
44939     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8873 48e7efb5-ca39-0410-a469-dd3cf9ba447f
44940
44941 commit 999a64fe86043f1b9cc777db6a5cdc4e34c4c922
44942 Author: quintin <quintin@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
44943 Date:   Thu Dec 2 12:15:22 2010 +0000
44944
44945     [simdag/dot,simdag/dax] move the test for acyclic graph to the daxloader
44946     
44947     
44948     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8872 48e7efb5-ca39-0410-a469-dd3cf9ba447f
44949
44950 commit 68d80d4ffbf3a670cf7e3016ca904d1946b31b4f
44951 Author: pini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
44952 Date:   Thu Dec 2 11:11:26 2010 +0000
44953
44954     No need to rely on f2c anymore
44955     
44956     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8871 48e7efb5-ca39-0410-a469-dd3cf9ba447f
44957
44958 commit baebdceda7d5a8232effba9ace34c0c6c1dadac3
44959 Author: pini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
44960 Date:   Thu Dec 2 11:03:47 2010 +0000
44961
44962     Allow SMPI to run on old unixes (even on darwin).
44963     
44964     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8870 48e7efb5-ca39-0410-a469-dd3cf9ba447f
44965
44966 commit e2fe91dfc1fd4fd4e2927883f6846389eedbd76a
44967 Author: quintin <quintin@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
44968 Date:   Thu Dec 2 10:48:01 2010 +0000
44969
44970     [simdag/dot,example/simdag/dot] correction of logs
44971     
44972     
44973     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8869 48e7efb5-ca39-0410-a469-dd3cf9ba447f
44974
44975 commit a37684dd40935e1c18856a7f77f8d1a2caeb2875
44976 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
44977 Date:   Thu Dec 2 10:40:38 2010 +0000
44978
44979     Remove variable enable_doc.
44980     By default create target simgrid_documentation
44981     but if tools are not available, it makes an error when user want to generate doc.
44982     
44983     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8868 48e7efb5-ca39-0410-a469-dd3cf9ba447f
44984
44985 commit 704fdf22d43e4d96057925435872f02995c88f70
44986 Author: quintin <quintin@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
44987 Date:   Thu Dec 2 09:21:48 2010 +0000
44988
44989     [example/simdag/dot] correction of the CMakeList
44990     
44991     
44992     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8867 48e7efb5-ca39-0410-a469-dd3cf9ba447f
44993
44994 commit e81fd0093fecb13ce2c734ad7f18f15d586c4edc
44995 Author: quintin <quintin@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
44996 Date:   Thu Dec 2 09:12:09 2010 +0000
44997
44998     [simdag/dotloader,example/simdag/dot] correction of the warning at the
44999     compilation and add a function to do the schedule if the user ask
45000     if the user do not care about the schedule is not take into account
45001     
45002     
45003     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8866 48e7efb5-ca39-0410-a469-dd3cf9ba447f
45004
45005 commit c4b04255bd3614be2ee2ec4e9475e69fb2735d8c
45006 Author: quintin <quintin@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
45007 Date:   Thu Dec 2 08:49:35 2010 +0000
45008
45009     [surf] the second free inside the good #ifdef
45010     
45011     
45012     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8865 48e7efb5-ca39-0410-a469-dd3cf9ba447f
45013
45014 commit 6f2dedcb0571bde9ef04c50bce4fab7929ca0859
45015 Author: quintin <quintin@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
45016 Date:   Thu Dec 2 08:45:59 2010 +0000
45017
45018     bug correction on a free out of the ifdef PCRE
45019     
45020     
45021     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8864 48e7efb5-ca39-0410-a469-dd3cf9ba447f
45022
45023 commit e960ba82d884136f9798db5ae30a2ddad0a30216
45024 Author: suter <suter@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
45025 Date:   Thu Dec 2 08:27:28 2010 +0000
45026
45027     definitively(?) remove empty directory
45028     
45029     
45030     
45031     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8863 48e7efb5-ca39-0410-a469-dd3cf9ba447f
45032
45033 commit 5f9441591170080ba35824edebfd88a23fc843e5
45034 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
45035 Date:   Thu Dec 2 08:25:11 2010 +0000
45036
45037     Add mk files generated by gras_stub.
45038     
45039     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8862 48e7efb5-ca39-0410-a469-dd3cf9ba447f
45040
45041 commit 1519c5f2b2fd984d6a96f5901f8cc7effe784188
45042 Author: quintin <quintin@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
45043 Date:   Thu Dec 2 08:17:02 2010 +0000
45044
45045     [src/simdag,examples/simdag] add the simulator inside the dot loader if the user provides one
45046     and a test to detect the cycle on the task graph
45047     
45048     
45049     
45050     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8861 48e7efb5-ca39-0410-a469-dd3cf9ba447f
45051
45052 commit 732368596eaac3214a1ef2b20f257d3ec4f09cf7
45053 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
45054 Date:   Thu Dec 2 08:15:02 2010 +0000
45055
45056     Organize gitignore by categories.
45057     
45058     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8860 48e7efb5-ca39-0410-a469-dd3cf9ba447f
45059
45060 commit 6a5f04303fede6c66ee161297d17a0979a8e691e
45061 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
45062 Date:   Thu Dec 2 08:14:56 2010 +0000
45063
45064     Definitively remove old variable PROJECT_DIRECTORY for CMAKE_HOME_DIRECTORY.
45065     
45066     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8859 48e7efb5-ca39-0410-a469-dd3cf9ba447f
45067
45068 commit 1ffdd396453f2191ace53c1e714e88d292fcad6b
45069 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
45070 Date:   Wed Dec 1 22:53:46 2010 +0000
45071
45072     The development cycle of 3.6 is officially open. Please enjoy.
45073     
45074     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8858 48e7efb5-ca39-0410-a469-dd3cf9ba447f
45075
45076 commit af74112789b1d9aeb5c225be182194b97f803fab
45077 Author: agiersch <agiersch@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
45078 Date:   Wed Dec 1 22:01:23 2010 +0000
45079
45080     This file is now generated by cmake.
45081     
45082     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8857 48e7efb5-ca39-0410-a469-dd3cf9ba447f
45083
45084 commit 9ffb1858a5087b641be0dbd0f21b6ecac6129792
45085 Author: agiersch <agiersch@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
45086 Date:   Wed Dec 1 22:01:19 2010 +0000
45087
45088     Remove generated file after use.
45089     
45090     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8856 48e7efb5-ca39-0410-a469-dd3cf9ba447f
45091
45092 commit 662ca0d7dad6e008d07873093ff5a71d49db2a64
45093 Author: agiersch <agiersch@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
45094 Date:   Wed Dec 1 22:01:16 2010 +0000
45095
45096     Check if we are on a git-svn repository before running git svn info.
45097     
45098     Otherwise, git svn info is painfully slow to report failure.
45099     
45100     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8855 48e7efb5-ca39-0410-a469-dd3cf9ba447f
45101
45102 commit c95b043ca02f5d0fce244c47e530a12b6eb86de5
45103 Author: agiersch <agiersch@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
45104 Date:   Wed Dec 1 22:01:12 2010 +0000
45105
45106     Add missing XBT_PUBLIC in declaration.
45107     
45108     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8854 48e7efb5-ca39-0410-a469-dd3cf9ba447f
45109
45110 commit 7c5d5584093014bac5b350b7c1c76d05957f71ba
45111 Author: agiersch <agiersch@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
45112 Date:   Wed Dec 1 22:01:09 2010 +0000
45113
45114     Fix memory leaks in surf_routing.
45115     
45116     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8853 48e7efb5-ca39-0410-a469-dd3cf9ba447f
45117
45118 commit c2c2599d6e7601cb5134fbab4ce90925138482ae
45119 Author: agiersch <agiersch@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
45120 Date:   Wed Dec 1 22:01:05 2010 +0000
45121
45122     Fix, simplify, and reindent surf_*_resource_cmp functions.
45123     
45124     Use !! construct to return 1 for true.
45125     
45126     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8852 48e7efb5-ca39-0410-a469-dd3cf9ba447f
45127
45128 commit 139b7601ed472e04f353815a2f39f1bc2c7a9466
45129 Author: agiersch <agiersch@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
45130 Date:   Wed Dec 1 22:01:02 2010 +0000
45131
45132     Cosmetics: remove useless parentheses.
45133     
45134     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8851 48e7efb5-ca39-0410-a469-dd3cf9ba447f
45135
45136 commit 038e306b398e65cdfeb15e8c012393929e0a2501
45137 Author: agiersch <agiersch@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
45138 Date:   Wed Dec 1 22:00:58 2010 +0000
45139
45140     Free trace_id and trace_file in parse_Etag_trace.
45141     
45142     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8850 48e7efb5-ca39-0410-a469-dd3cf9ba447f
45143
45144 commit 7ecb879843b722bc1e5557972bd1c14af909e895
45145 Author: agiersch <agiersch@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
45146 Date:   Wed Dec 1 22:00:55 2010 +0000
45147
45148     Fix memory errors in gras_os_myname.
45149     
45150     - Use a static buffer to avoid unfree'd buffer on exit.
45151     - Use strncpy instead of strncat when myname might be uninitialized.
45152     
45153     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8849 48e7efb5-ca39-0410-a469-dd3cf9ba447f
45154
45155 commit 59f47584879faaa9c68fe922664b3394a67237eb
45156 Author: agiersch <agiersch@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
45157 Date:   Wed Dec 1 22:00:51 2010 +0000
45158
45159     Free _host_properties on gras_process_exit.
45160     
45161     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8848 48e7efb5-ca39-0410-a469-dd3cf9ba447f
45162
45163 commit d7d85a127bea98b971d9597ee04cd740430e00b2
45164 Author: agiersch <agiersch@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
45165 Date:   Wed Dec 1 22:00:47 2010 +0000
45166
45167     Free keyname for all execution paths.
45168     
45169     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8847 48e7efb5-ca39-0410-a469-dd3cf9ba447f
45170
45171 commit 721b70026fdf54eeeba977bcfb6fcc360d919fbe
45172 Author: agiersch <agiersch@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
45173 Date:   Wed Dec 1 22:00:44 2010 +0000
45174
45175     Fix a memory leak in SD_task_schedule.
45176     
45177     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8846 48e7efb5-ca39-0410-a469-dd3cf9ba447f
45178
45179 commit e7773f764a1b85fcb0b25dc466b95c1ac9375085
45180 Author: agiersch <agiersch@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
45181 Date:   Wed Dec 1 22:00:40 2010 +0000
45182
45183     Fix a memory leak in xbt_ex_setup_backtrace.
45184     
45185     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8845 48e7efb5-ca39-0410-a469-dd3cf9ba447f
45186
45187 commit 5c3ed2e537cb85e5dae0fa3e007bd95fc249b60f
45188 Author: agiersch <agiersch@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
45189 Date:   Wed Dec 1 22:00:37 2010 +0000
45190
45191     Fix a memory leak in ptask_parse_link_init.
45192     
45193     No need of xbt_strdup: a new string is already allocated by bprintf.
45194     
45195     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8844 48e7efb5-ca39-0410-a469-dd3cf9ba447f
45196
45197 commit 94e543d732a9b526573bbc0b743bf4692c68087d
45198 Author: agiersch <agiersch@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
45199 Date:   Wed Dec 1 22:00:34 2010 +0000
45200
45201     Free cursor when returning from inside a xbt_dict_foreach loop.
45202     
45203     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8843 48e7efb5-ca39-0410-a469-dd3cf9ba447f
45204
45205 commit 22c8f349c3475e4bee6df083cc1871f45da2aecb
45206 Author: agiersch <agiersch@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
45207 Date:   Wed Dec 1 22:00:30 2010 +0000
45208
45209     Do not duplicate rctx_wait_bg in rctx_exit
45210     
45211     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8842 48e7efb5-ca39-0410-a469-dd3cf9ba447f
45212
45213 commit 2fe88613fbaaeb0e648d1d2acbd3f7b53f6a5298
45214 Author: agiersch <agiersch@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
45215 Date:   Wed Dec 1 22:00:27 2010 +0000
45216
45217     Fix usage of testsuite_name.
45218     
45219     Do not duplicate string for testuite_name when tesh file is read
45220     from stdin, and pass testsuite_name to handle_suite.
45221     
45222     Also update tesh tesh files for s/stdin/(stdin)/.
45223     
45224     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8841 48e7efb5-ca39-0410-a469-dd3cf9ba447f
45225
45226 commit 1a63d3eeb6bde1e01d32af6758c5d50cd3aacb0c
45227 Author: agiersch <agiersch@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
45228 Date:   Wed Dec 1 22:00:23 2010 +0000
45229
45230     Fix typos.
45231     
45232     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8840 48e7efb5-ca39-0410-a469-dd3cf9ba447f
45233
45234 commit 7009466f86501a3bc28665a309c5a38fc0101a19
45235 Author: agiersch <agiersch@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
45236 Date:   Wed Dec 1 22:00:19 2010 +0000
45237
45238     Do not pass a pointer to dynar where a pointer to sem is expected...
45239     
45240     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8839 48e7efb5-ca39-0410-a469-dd3cf9ba447f
45241
45242 commit 488566dad1ae2b42f26a8e291824ff9b16a976f7
45243 Author: agiersch <agiersch@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
45244 Date:   Wed Dec 1 22:00:16 2010 +0000
45245
45246     Do not request status if not requested by caller.
45247     
45248     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8838 48e7efb5-ca39-0410-a469-dd3cf9ba447f
45249
45250 commit f0e3f3a85ffdeefbe0d6c6f7b4e543241f3adea1
45251 Author: agiersch <agiersch@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
45252 Date:   Wed Dec 1 22:00:13 2010 +0000
45253
45254     Using strcpy is ok as enough memory was reserved just above.
45255     
45256     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8837 48e7efb5-ca39-0410-a469-dd3cf9ba447f
45257
45258 commit f05dd50d17fb0056544fe22e902fda679105bd61
45259 Author: agiersch <agiersch@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
45260 Date:   Wed Dec 1 22:00:09 2010 +0000
45261
45262     Always initialize task->category...
45263     
45264     ... and remove unnecessary test when destroying it.
45265     
45266     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8836 48e7efb5-ca39-0410-a469-dd3cf9ba447f
45267
45268 commit 29b5da45efed507007ff56b9783fa4ac077d0466
45269 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
45270 Date:   Wed Dec 1 21:25:24 2010 +0000
45271
45272     Change PROJECT_DIRECTORY for CMAKE_HOME_DIRECTORY
45273     
45274     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8835 48e7efb5-ca39-0410-a469-dd3cf9ba447f
45275
45276 commit 4a9c3381fce251cc5d9c6dbbe6dbe03f9189c279
45277 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
45278 Date:   Wed Dec 1 21:25:21 2010 +0000
45279
45280     Now it shoulds correctely work.
45281     
45282     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8834 48e7efb5-ca39-0410-a469-dd3cf9ba447f
45283
45284 commit 0ed9c77a2afbc943de9c4833717ca286210ed27b
45285 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
45286 Date:   Wed Dec 1 17:24:41 2010 +0000
45287
45288     Don't try to compile sd_dotloader.c if I feel like I cannot compile it today
45289     
45290     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8833 48e7efb5-ca39-0410-a469-dd3cf9ba447f
45291
45292 commit 0d9a026354c9cba60941557eeb0a7ad3bfc9d47f
45293 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
45294 Date:   Wed Dec 1 17:23:55 2010 +0000
45295
45296     put sd_dotloader.c in the archive even if I cannot compile it right now
45297     
45298     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8832 48e7efb5-ca39-0410-a469-dd3cf9ba447f
45299
45300 commit 8d5e1e971a50116133822076099cdd55762a47ef
45301 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
45302 Date:   Wed Dec 1 17:22:50 2010 +0000
45303
45304     add the txt of examples/msg/actions to the archive
45305     
45306     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8831 48e7efb5-ca39-0410-a469-dd3cf9ba447f
45307
45308 commit 905c04f624957590f08995946bf907a7037c2867
45309 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
45310 Date:   Wed Dec 1 17:22:07 2010 +0000
45311
45312     changing default tracing method for resource categorized platform utilization
45313     
45314     details:
45315     - method a follows exactly the updates of surf actions
45316     - trace files are bigger, but as correct as surf actions updates
45317     
45318     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8830 48e7efb5-ca39-0410-a469-dd3cf9ba447f
45319
45320 commit bbdb2f2ac48a5f3a6c6dcf3f7918f8ae7be0fb80
45321 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
45322 Date:   Wed Dec 1 17:10:09 2010 +0000
45323
45324     Look for our libraries first!
45325     
45326     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8829 48e7efb5-ca39-0410-a469-dd3cf9ba447f
45327
45328 commit c765b3ae9002abc1c8c315b21f741986e4478bc8
45329 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
45330 Date:   Wed Dec 1 17:00:30 2010 +0000
45331
45332     Some Missing files into distrib.
45333     
45334     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8828 48e7efb5-ca39-0410-a469-dd3cf9ba447f
45335
45336 commit 80d5ffa0b1d4c8c37ef5ed5dd8abc1920b3460a5
45337 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
45338 Date:   Wed Dec 1 16:58:13 2010 +0000
45339
45340     Include some missing CMakeLists.txt into the archive in a desperate attempt to avoid the Epic Failure
45341     
45342     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8827 48e7efb5-ca39-0410-a469-dd3cf9ba447f
45343
45344 commit 3ab42ffba4267e119a471925a0e8b361a1b22786
45345 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
45346 Date:   Wed Dec 1 16:23:37 2010 +0000
45347
45348     regenerate maintainer files (although I have no idea why this should be needed -- whatever, let's release
45349     
45350     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8826 48e7efb5-ca39-0410-a469-dd3cf9ba447f
45351
45352 commit ca7058dfc939ffec2470afb161fc7c475c96e821
45353 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
45354 Date:   Wed Dec 1 16:22:19 2010 +0000
45355
45356     give up on adding to archive a generated file mandatory only to doc generation: it triggers strange cmake errors
45357     
45358     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8825 48e7efb5-ca39-0410-a469-dd3cf9ba447f
45359
45360 commit eeffed35b5daa1145f051bc93e3eb6e35d1c3a61
45361 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
45362 Date:   Wed Dec 1 16:11:01 2010 +0000
45363
45364     Update Changelog
45365     
45366     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8823 48e7efb5-ca39-0410-a469-dd3cf9ba447f
45367
45368 commit 5d16106918532e9d25163cd0271c8cb6fd1f5e64
45369 Author: suter <suter@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
45370 Date:   Wed Dec 1 16:05:19 2010 +0000
45371
45372     3.5 figlet
45373     
45374     
45375     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8821 48e7efb5-ca39-0410-a469-dd3cf9ba447f
45376
45377 commit 190d018f280abc690c863d735542c7fb4ecc5d04
45378 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
45379 Date:   Wed Dec 1 16:02:40 2010 +0000
45380
45381     Stupid me.
45382     
45383     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8820 48e7efb5-ca39-0410-a469-dd3cf9ba447f
45384
45385 commit 77bcf534026fbf87503bb7d796c95e67030ef938
45386 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
45387 Date:   Wed Dec 1 15:53:12 2010 +0000
45388
45389     Update Changelog
45390     
45391     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8819 48e7efb5-ca39-0410-a469-dd3cf9ba447f
45392
45393 commit db76b8c2bb3acf20452613ccac46a9bee673f1b6
45394 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
45395 Date:   Wed Dec 1 15:52:11 2010 +0000
45396
45397     Use a cleaner function type for get_link_latency functions.
45398     
45399     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8818 48e7efb5-ca39-0410-a469-dd3cf9ba447f
45400
45401 commit 667808d72cd9dbca9f2f5e8555572477b9148200
45402 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
45403 Date:   Wed Dec 1 15:51:00 2010 +0000
45404
45405     kill useless variables
45406     
45407     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8817 48e7efb5-ca39-0410-a469-dd3cf9ba447f
45408
45409 commit 919edbcd087b9ad979957ea49c05d1453bab8e69
45410 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
45411 Date:   Wed Dec 1 15:50:05 2010 +0000
45412
45413     Move the latency computation logic from surf models to the routing module.
45414     
45415     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8816 48e7efb5-ca39-0410-a469-dd3cf9ba447f
45416
45417 commit a4ead5dcec77e6ab5d150ad4d38bd48cc2e41f08
45418 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
45419 Date:   Wed Dec 1 15:46:01 2010 +0000
45420
45421     Introduce convenient function prototype.
45422     
45423     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8815 48e7efb5-ca39-0410-a469-dd3cf9ba447f
45424
45425 commit 1533e8728402717ea2c0df676aeef4f328aa32de
45426 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
45427 Date:   Wed Dec 1 15:25:59 2010 +0000
45428
45429     Ensure compatibility with cmake v2.6
45430     
45431     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8814 48e7efb5-ca39-0410-a469-dd3cf9ba447f
45432
45433 commit 89adb94b2db11767256ccfac6c8b7097e88a14a6
45434 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
45435 Date:   Wed Dec 1 15:25:48 2010 +0000
45436
45437     New memcheck tests.
45438     
45439     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8813 48e7efb5-ca39-0410-a469-dd3cf9ba447f
45440
45441 commit 729e1f4f12f958c075048ec551bc97da73454c3f
45442 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
45443 Date:   Wed Dec 1 15:25:32 2010 +0000
45444
45445     Deploy only kvm system.
45446     
45447     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8812 48e7efb5-ca39-0410-a469-dd3cf9ba447f
45448
45449 commit e6479c2215ac0d41dbebd12e8b48cd8eaef0bd89
45450 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
45451 Date:   Wed Dec 1 15:23:36 2010 +0000
45452
45453     Remove symetrical for symmetrical.
45454     
45455     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8811 48e7efb5-ca39-0410-a469-dd3cf9ba447f
45456
45457 commit c87c7201f47679626bdce5214c1c914f13c973ae
45458 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
45459 Date:   Wed Dec 1 15:21:19 2010 +0000
45460
45461     Oops this variable is twice declared.
45462     
45463     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8810 48e7efb5-ca39-0410-a469-dd3cf9ba447f
45464
45465 commit 97dd790d2875867c6370ad0e46b77d2e9398a2cf
45466 Author: suter <suter@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
45467 Date:   Wed Dec 1 14:48:32 2010 +0000
45468
45469     add some stuff on simdag
45470     
45471     
45472     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8809 48e7efb5-ca39-0410-a469-dd3cf9ba447f
45473
45474 commit 130940bb5ba3a570745c51f305016e00f3370e95
45475 Author: suter <suter@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
45476 Date:   Wed Dec 1 14:31:10 2010 +0000
45477
45478     whine if tasks stay unexecuted at the end of the simulation
45479     
45480     
45481     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8808 48e7efb5-ca39-0410-a469-dd3cf9ba447f
45482
45483 commit e22465341d3cb8cbb95c94e97145653536e34369
45484 Author: suter <suter@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
45485 Date:   Wed Dec 1 13:46:20 2010 +0000
45486
45487     version=3
45488     small changes in latency and speed values
45489     
45490     
45491     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8807 48e7efb5-ca39-0410-a469-dd3cf9ba447f
45492
45493 commit bceb4f5504d0048289b041926fb730e7e8d09c85
45494 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
45495 Date:   Wed Dec 1 13:36:15 2010 +0000
45496
45497     Fix doc
45498     
45499     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8806 48e7efb5-ca39-0410-a469-dd3cf9ba447f
45500
45501 commit 042657c297509a6b31e16cfc486396ab8e302364
45502 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
45503 Date:   Wed Dec 1 13:08:30 2010 +0000
45504
45505     Redo pipol script and cosmetics.
45506     
45507     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8805 48e7efb5-ca39-0410-a469-dd3cf9ba447f
45508
45509 commit 93db403fd2b6666c60754c6169e6211bce974044
45510 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
45511 Date:   Wed Dec 1 13:08:27 2010 +0000
45512
45513     Also copy doc when disable.
45514     
45515     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8804 48e7efb5-ca39-0410-a469-dd3cf9ba447f
45516
45517 commit 4d980874e3a9c6578c93d0528c67ff80e7c1f838
45518 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
45519 Date:   Wed Dec 1 13:08:24 2010 +0000
45520
45521     Don't execut full flags and gtnets in apple.
45522     
45523     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8803 48e7efb5-ca39-0410-a469-dd3cf9ba447f
45524
45525 commit 9beaaae7c5d978cba26886f46aace0417b7a59f4
45526 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
45527 Date:   Wed Dec 1 13:05:10 2010 +0000
45528
45529     Fix the map/png generation for the documentation.
45530     
45531     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8802 48e7efb5-ca39-0410-a469-dd3cf9ba447f
45532
45533 commit 743ebe2bb3a03617fb7fbb00857d45dbf7de147e
45534 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
45535 Date:   Wed Dec 1 13:05:03 2010 +0000
45536
45537     Protect potentially unused variable
45538     
45539     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8801 48e7efb5-ca39-0410-a469-dd3cf9ba447f
45540
45541 commit bc6bd5d4980606fdec4fea9c02b6a0b35b3e3256
45542 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
45543 Date:   Wed Dec 1 11:14:05 2010 +0000
45544
45545     Don't give the possibility to change value on APPLE or WIN
45546     
45547     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8800 48e7efb5-ca39-0410-a469-dd3cf9ba447f
45548
45549 commit 840e0c1958c674c13612983d71cc00170ec0a7d1
45550 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
45551 Date:   Wed Dec 1 10:59:22 2010 +0000
45552
45553     Redo some pipol scripts.
45554     
45555     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8799 48e7efb5-ca39-0410-a469-dd3cf9ba447f
45556
45557 commit e0f0c45333aacc622e828ab765d2c92af04a2dd4
45558 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
45559 Date:   Wed Dec 1 10:54:21 2010 +0000
45560
45561     Do not cast (const char*) to (char*) when we won't change them in an attempt to kill a weird warning on (weirdo) Mac
45562     
45563     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8798 48e7efb5-ca39-0410-a469-dd3cf9ba447f
45564
45565 commit 2c69293f0c87cb41982951f2cb1d490f5c50ad46
45566 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
45567 Date:   Wed Dec 1 10:50:44 2010 +0000
45568
45569     Declare smpi broken in APPLE.
45570     
45571     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8797 48e7efb5-ca39-0410-a469-dd3cf9ba447f
45572
45573 commit 3e473d6cd5e6584883024e1dedaddb44342dc3c1
45574 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
45575 Date:   Wed Dec 1 10:11:27 2010 +0000
45576
45577     We want use kvm images now (if possible).
45578     
45579     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8796 48e7efb5-ca39-0410-a469-dd3cf9ba447f
45580
45581 commit b39eb09ce4620aecbbfe77a980e894e56089d130
45582 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
45583 Date:   Wed Dec 1 10:11:24 2010 +0000
45584
45585     Cosmetics.
45586     
45587     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8795 48e7efb5-ca39-0410-a469-dd3cf9ba447f
45588
45589 commit 8648212ac7d738f1115f3678b47d48f07ba5d891
45590 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
45591 Date:   Wed Dec 1 10:11:22 2010 +0000
45592
45593     Don't declare this variable if not used.
45594     
45595     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8794 48e7efb5-ca39-0410-a469-dd3cf9ba447f
45596
45597 commit ae87bc5d7dc14032ac827d61927a31151c1d4ea7
45598 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
45599 Date:   Wed Dec 1 10:11:20 2010 +0000
45600
45601     Fix generated file for memcheck.
45602     
45603     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8793 48e7efb5-ca39-0410-a469-dd3cf9ba447f
45604
45605 commit 388b9ad4ea6aa5d674b976a84f65f79079691a23
45606 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
45607 Date:   Wed Dec 1 10:11:18 2010 +0000
45608
45609     Those two script are usefull for testing compilation on remote system.
45610     
45611     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8792 48e7efb5-ca39-0410-a469-dd3cf9ba447f
45612
45613 commit 822acfadcfb2a034c9cdaf4131d233ef0f8c2235
45614 Author: pini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
45615 Date:   Wed Dec 1 08:52:20 2010 +0000
45616
45617     Use plain old C types.
45618     
45619     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8791 48e7efb5-ca39-0410-a469-dd3cf9ba447f
45620
45621 commit 2bda0090c1f69abc84b5a3850568ed68171216ad
45622 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
45623 Date:   Tue Nov 30 22:33:59 2010 +0000
45624
45625     I'm done pushing svn logs into ChangeLog (up to r8785). We now need to do some editorial work on it
45626     
45627     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8790 48e7efb5-ca39-0410-a469-dd3cf9ba447f
45628
45629 commit 3e00012be300f36b62f5b492a995ece3a4213353
45630 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
45631 Date:   Tue Nov 30 22:33:54 2010 +0000
45632
45633     move the MPI execution sampling example to the right location
45634     
45635     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8789 48e7efb5-ca39-0410-a469-dd3cf9ba447f
45636
45637 commit 430fae874db532fa9ddba26d0683bafe2754c1d0
45638 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
45639 Date:   Tue Nov 30 22:33:49 2010 +0000
45640
45641     definitely kill the Horrible Pimple
45642     
45643     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8788 48e7efb5-ca39-0410-a469-dd3cf9ba447f
45644
45645 commit 9c9611048fd2ec0703fd78f44e9513ec8a25fda2
45646 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
45647 Date:   Tue Nov 30 22:33:44 2010 +0000
45648
45649     typo--
45650     
45651     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8787 48e7efb5-ca39-0410-a469-dd3cf9ba447f
45652
45653 commit db1f48d8efc84c68eecb0e2503fb12079b1fe935
45654 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
45655 Date:   Tue Nov 30 22:33:39 2010 +0000
45656
45657     kill ANCIENT junk (souvenirs souvenirs)
45658     
45659     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8786 48e7efb5-ca39-0410-a469-dd3cf9ba447f
45660
45661 commit 3ef766de9bcfde2fa7534b57ac68253b461f4988
45662 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
45663 Date:   Tue Nov 30 21:15:26 2010 +0000
45664
45665     definitely fix doc generation, and inclusion of documentation in dist archives
45666     
45667     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8785 48e7efb5-ca39-0410-a469-dd3cf9ba447f
45668
45669 commit 59f0ccab0a7db2865dc859602d441822a79e855f
45670 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
45671 Date:   Tue Nov 30 21:15:13 2010 +0000
45672
45673     Further improvement of ChangeLog
45674     
45675     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8784 48e7efb5-ca39-0410-a469-dd3cf9ba447f
45676
45677 commit 225d9c65a9f3b5f0feb1d6bd492693a9574b19b8
45678 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
45679 Date:   Tue Nov 30 21:14:49 2010 +0000
45680
45681     begin a little 'SimGrid Hacker Survival Guide'
45682     
45683     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8783 48e7efb5-ca39-0410-a469-dd3cf9ba447f
45684
45685 commit 5e12d63c6c9203b102cb1385070bb9429ebbdc94
45686 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
45687 Date:   Tue Nov 30 21:09:45 2010 +0000
45688
45689     Remove useless README.
45690     
45691     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8782 48e7efb5-ca39-0410-a469-dd3cf9ba447f
45692
45693 commit a6d7301d8037b4df9ea1e25000af5790f822e76b
45694 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
45695 Date:   Tue Nov 30 21:09:44 2010 +0000
45696
45697     Add README files into install directory an dinto the distrib.
45698     
45699     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8781 48e7efb5-ca39-0410-a469-dd3cf9ba447f
45700
45701 commit 46e10f99243ececf3233e6d5f39d90007cd19afe
45702 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
45703 Date:   Tue Nov 30 21:09:42 2010 +0000
45704
45705     This file is old autotools file.
45706     
45707     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8780 48e7efb5-ca39-0410-a469-dd3cf9ba447f
45708
45709 commit 8e5fd358204ea1ca0c07291943566ad2099f01bf
45710 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
45711 Date:   Tue Nov 30 21:09:40 2010 +0000
45712
45713     Remove testsuite/simdag.
45714     
45715     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8779 48e7efb5-ca39-0410-a469-dd3cf9ba447f
45716
45717 commit 8476066e41d514872e88d00fcd92c5d4ea2129b0
45718 Author: pini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
45719 Date:   Tue Nov 30 20:02:08 2010 +0000
45720
45721     Kill SMPE: use visualization instead.
45722     
45723     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8778 48e7efb5-ca39-0410-a469-dd3cf9ba447f
45724
45725 commit fa9a7c98a67969069d80299684f43a52e5a58137
45726 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
45727 Date:   Tue Nov 30 19:39:19 2010 +0000
45728
45729     Those script are not find by cmake, so put the full path.
45730     
45731     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8777 48e7efb5-ca39-0410-a469-dd3cf9ba447f
45732
45733 commit 4c3f6e301c9b8d3b11361775e6403c7a2118de2f
45734 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
45735 Date:   Tue Nov 30 17:47:55 2010 +0000
45736
45737     Remove obselete files.
45738     
45739     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8776 48e7efb5-ca39-0410-a469-dd3cf9ba447f
45740
45741 commit 63a6adf1a95b8b369815d7b25ff4929fc285f981
45742 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
45743 Date:   Tue Nov 30 17:46:39 2010 +0000
45744
45745     Cosmetics (remove uggly windows linefeeds)
45746     
45747     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8775 48e7efb5-ca39-0410-a469-dd3cf9ba447f
45748
45749 commit 795940cb6c34cb28421869a869abd55cb2e739ca
45750 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
45751 Date:   Tue Nov 30 17:46:30 2010 +0000
45752
45753     Cosmetics. Move code to where it belongs.
45754     
45755     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8774 48e7efb5-ca39-0410-a469-dd3cf9ba447f
45756
45757 commit ecacbb24e4e89b3de139d9feae72cbfca9678756
45758 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
45759 Date:   Tue Nov 30 17:32:54 2010 +0000
45760
45761     Remove autotools files from gitignore.
45762     
45763     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8773 48e7efb5-ca39-0410-a469-dd3cf9ba447f
45764
45765 commit aea7e2bd4b39f794db2c326df409aa62776458cc
45766 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
45767 Date:   Tue Nov 30 17:32:53 2010 +0000
45768
45769     Remove some old files for autotools.
45770     
45771     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8772 48e7efb5-ca39-0410-a469-dd3cf9ba447f
45772
45773 commit e88573354a6448ba3b640e93442f94acd40e8145
45774 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
45775 Date:   Tue Nov 30 17:32:50 2010 +0000
45776
45777     Remove Makefile.am from autotools.
45778     
45779     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8771 48e7efb5-ca39-0410-a469-dd3cf9ba447f
45780
45781 commit e2030cb82d5b8f8b39696794f036e5ffc435f9bf
45782 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
45783 Date:   Tue Nov 30 17:32:43 2010 +0000
45784
45785     Remove the Acmacro directory.
45786     
45787     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8770 48e7efb5-ca39-0410-a469-dd3cf9ba447f
45788
45789 commit d85949accc8820a54c468fbdf930063be5873296
45790 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
45791 Date:   Tue Nov 30 17:32:41 2010 +0000
45792
45793     Remove test of metaxml which is not compatible with the new parser.
45794     Now platform v3
45795     
45796     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8769 48e7efb5-ca39-0410-a469-dd3cf9ba447f
45797
45798 commit d0b936ef3c1f05eb3b9b15011ca58c3d55f6901e
45799 Author: pini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
45800 Date:   Tue Nov 30 16:14:54 2010 +0000
45801
45802     Bugfix: statuses were wrongly accessed.
45803     
45804     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8768 48e7efb5-ca39-0410-a469-dd3cf9ba447f
45805
45806 commit 5fbc4068e8a02ebb8b1acc6437ef8f7dc7f66ec2
45807 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
45808 Date:   Tue Nov 30 16:02:33 2010 +0000
45809
45810     Delete units files from svn and distrib.
45811     
45812     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8767 48e7efb5-ca39-0410-a469-dd3cf9ba447f
45813
45814 commit aaa58c7c03c5a91a3801f5fecdb79a79060ba5e9
45815 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
45816 Date:   Tue Nov 30 15:54:27 2010 +0000
45817
45818     DUDES. We need one copy and only one copy of that damn prototype. Problems of hard coding sprints...
45819     
45820     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8766 48e7efb5-ca39-0410-a469-dd3cf9ba447f
45821
45822 commit 41f2f3c48df3ca1f29354b4d3728e83508aaceae
45823 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
45824 Date:   Tue Nov 30 15:49:27 2010 +0000
45825
45826     Changelog update: Checked up to svn r8318
45827     
45828     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8765 48e7efb5-ca39-0410-a469-dd3cf9ba447f
45829
45830 commit e96d56e5fd2a71e414dca55d501f6756bd0c0eb5
45831 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
45832 Date:   Tue Nov 30 15:49:08 2010 +0000
45833
45834     fix the name and path to simgrid_update_xml in error messages refering to it
45835     
45836     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8764 48e7efb5-ca39-0410-a469-dd3cf9ba447f
45837
45838 commit b9c6029bb27e197fd2806ed98c1a5d4ae828a162
45839 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
45840 Date:   Tue Nov 30 15:48:38 2010 +0000
45841
45842     also fix xbt_dynar_set like xbt_dynar_set_at_ptr by not checking the idx validity before extending the dynar (sorry for the noise)
45843     
45844     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8763 48e7efb5-ca39-0410-a469-dd3cf9ba447f
45845
45846 commit 20facf82f92baf2401e73847b694eea761622a4c
45847 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
45848 Date:   Tue Nov 30 15:48:03 2010 +0000
45849
45850     Fix location of library license in win32 ucontextes
45851     
45852     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8762 48e7efb5-ca39-0410-a469-dd3cf9ba447f
45853
45854 commit 77ce8d32ddc82aa2c106a8e2401537d4c16d57c0
45855 Author: pini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
45856 Date:   Tue Nov 30 15:44:18 2010 +0000
45857
45858     Added an example with iteration sampling.
45859     
45860     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8761 48e7efb5-ca39-0410-a469-dd3cf9ba447f
45861
45862 commit a46684496af311b225fb7343a39b55fd9a56aa2d
45863 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
45864 Date:   Tue Nov 30 15:26:56 2010 +0000
45865
45866     Add binaries into bin directory:
45867         simgrid_update_xml.pl
45868         colorize.pl
45869         tesh.pl
45870     Add gras stub generator to install directory.
45871     
45872     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8760 48e7efb5-ca39-0410-a469-dd3cf9ba447f
45873
45874 commit b72a311c886cd8c6f49de5612104c125352bea89
45875 Author: quintin <quintin@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
45876 Date:   Tue Nov 30 15:09:30 2010 +0000
45877
45878     Suppression of an unnecessary function
45879     
45880     
45881     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8759 48e7efb5-ca39-0410-a469-dd3cf9ba447f
45882
45883 commit 59e3562d124c515d548481ce42f5ce57fd367b7f
45884 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
45885 Date:   Tue Nov 30 14:21:59 2010 +0000
45886
45887     Prepare the out of source build.
45888     
45889     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8758 48e7efb5-ca39-0410-a469-dd3cf9ba447f
45890
45891 commit 5bc2b5a77c34a663695300a193d815ec8b087220
45892 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
45893 Date:   Tue Nov 30 13:46:15 2010 +0000
45894
45895     This file is now generated by cmake.
45896     
45897     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8757 48e7efb5-ca39-0410-a469-dd3cf9ba447f
45898
45899 commit 233c22349336937a5ddfef86eddcbe3bb78bb801
45900 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
45901 Date:   Tue Nov 30 13:46:12 2010 +0000
45902
45903     Remove error if not having f2c.
45904     Configure the smpif.h.in file for variable HAVE_SMPI_F2C_H.
45905     
45906     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8756 48e7efb5-ca39-0410-a469-dd3cf9ba447f
45907
45908 commit 05bd1b6f115cbd74bef46580923b26d9bdee9dfd
45909 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
45910 Date:   Tue Nov 30 13:46:08 2010 +0000
45911
45912     Remove this variable for smpi.
45913     
45914     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8755 48e7efb5-ca39-0410-a469-dd3cf9ba447f
45915
45916 commit ba3cdba8f886f24ff2c3049bbe8bdfe582904fb6
45917 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
45918 Date:   Tue Nov 30 11:44:33 2010 +0000
45919
45920     Add binaries.
45921     
45922     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8754 48e7efb5-ca39-0410-a469-dd3cf9ba447f
45923
45924 commit e7ab18fd413cbc98414c32f0c7d9ed9e51118d14
45925 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
45926 Date:   Tue Nov 30 11:44:31 2010 +0000
45927
45928     Update tesh files for gras 64
45929     
45930     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8753 48e7efb5-ca39-0410-a469-dd3cf9ba447f
45931
45932 commit 8688440179193bedb5d9b4dcd3430d04168a4740
45933 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
45934 Date:   Tue Nov 30 11:44:28 2010 +0000
45935
45936     Update platform version.
45937     
45938     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8752 48e7efb5-ca39-0410-a469-dd3cf9ba447f
45939
45940 commit 4152348721b915b75b578b6ce33d23094ac75f07
45941 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
45942 Date:   Tue Nov 30 11:44:26 2010 +0000
45943
45944     Kill old tests and update broken tests.
45945     
45946     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8751 48e7efb5-ca39-0410-a469-dd3cf9ba447f
45947
45948 commit de131ab8e9bcad3dba7e6b23150db24f64259024
45949 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
45950 Date:   Tue Nov 30 11:44:24 2010 +0000
45951
45952     Kill old tests.
45953     
45954     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8750 48e7efb5-ca39-0410-a469-dd3cf9ba447f
45955
45956 commit a513f81354fc9bbcc750dba0ce48883a11e1b618
45957 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
45958 Date:   Tue Nov 30 11:10:57 2010 +0000
45959
45960     Revert commit r8748: xbt_dynar_set_at_ptr() was declared twice
45961     
45962     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8749 48e7efb5-ca39-0410-a469-dd3cf9ba447f
45963
45964 commit 5058e47b631e7edcaeedc57b398d02a316b1a5a3
45965 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
45966 Date:   Tue Nov 30 11:03:53 2010 +0000
45967
45968     add a missing header. sorry for breaking the svn, dudes
45969     
45970     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8748 48e7efb5-ca39-0410-a469-dd3cf9ba447f
45971
45972 commit db18c5c3081a25437cf28dac2b08467c4110a3ea
45973 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
45974 Date:   Tue Nov 30 11:03:43 2010 +0000
45975
45976     document gras_agent_spawn
45977     
45978     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8747 48e7efb5-ca39-0410-a469-dd3cf9ba447f
45979
45980 commit c80ac1d99193533faa17f0075b9ce767a0d78eb8
45981 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
45982 Date:   Tue Nov 30 11:03:31 2010 +0000
45983
45984     Kill gras measurement sockets for now. If you rely on them, sorry.
45985     
45986     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8746 48e7efb5-ca39-0410-a469-dd3cf9ba447f
45987
45988 commit 3a17cb48820bb38eaf6271110e91fae2eacdd51d
45989 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
45990 Date:   Tue Nov 30 10:56:15 2010 +0000
45991
45992     Add missing prototype for xbt_dynar_set_at_ptr()
45993     
45994     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8745 48e7efb5-ca39-0410-a469-dd3cf9ba447f
45995
45996 commit ddfb683bdf6f3c7f8f20db9524d66f4a2e6187fd
45997 Author: suter <suter@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
45998 Date:   Tue Nov 30 10:42:46 2010 +0000
45999
46000     Add some input to test instrumentation of trace replay
46001     
46002     
46003     
46004     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8744 48e7efb5-ca39-0410-a469-dd3cf9ba447f
46005
46006 commit 47a89aa9b4dea9c91feb54eb632b693c5b41f6ff
46007 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
46008 Date:   Tue Nov 30 10:26:43 2010 +0000
46009
46010     convert svn logs into ChangeLog (up to r7858 for now)
46011     
46012     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8743 48e7efb5-ca39-0410-a469-dd3cf9ba447f
46013
46014 commit 88e507ca6ecc4ca606c87dcbdb22dd9baea37b4c
46015 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
46016 Date:   Tue Nov 30 10:26:30 2010 +0000
46017
46018     Fix sem_init testing.
46019     It was always disabled because the test program had missing arguments to sem_init().
46020     Also the macros HAVE_SEM_INIT and HAVE_SEM_WAIT where mixed up.
46021     
46022     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8742 48e7efb5-ca39-0410-a469-dd3cf9ba447f
46023
46024 commit bfe98911a4c3fa925c1ef59b08259295642f9d9f
46025 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
46026 Date:   Tue Nov 30 10:26:17 2010 +0000
46027
46028     Bugfix: set the dynar's value to 0 for the expanded indexes on "set" operations.
46029     [Cristian, manually rebased by Mt]
46030     Conflicts:
46031     
46032         src/dynar_unit.c
46033         src/xbt/dynar.c
46034     
46035     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8741 48e7efb5-ca39-0410-a469-dd3cf9ba447f
46036
46037 commit 9ce5fa048b590a9b36685485ddf713718c5de392
46038 Author: suter <suter@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
46039 Date:   Tue Nov 30 10:20:56 2010 +0000
46040
46041     First try at instrumenting the action replay tool.
46042     Use the smpi tracing stuff for send, recv, Irecv and wait
46043     
46044     
46045     
46046     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8740 48e7efb5-ca39-0410-a469-dd3cf9ba447f
46047
46048 commit 814080c31d915f2a87c28bd787bd8d9a413f51a3
46049 Author: pini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
46050 Date:   Tue Nov 30 10:02:35 2010 +0000
46051
46052     Add many missing (but not yet implemented) MPI calls.
46053     
46054     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8739 48e7efb5-ca39-0410-a469-dd3cf9ba447f
46055
46056 commit 88b76aa1c8f005186899e4c955671c578c6fc105
46057 Author: pini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
46058 Date:   Tue Nov 30 10:02:20 2010 +0000
46059
46060     Remove deprecated horrible pimple (use visualization instead).
46061     
46062     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8738 48e7efb5-ca39-0410-a469-dd3cf9ba447f
46063
46064 commit 1c277fea0aed2cefb8ab1f53d911b565fafe4b3e
46065 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
46066 Date:   Tue Nov 30 09:26:20 2010 +0000
46067
46068     Update platfrom version to 3.
46069     
46070     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8737 48e7efb5-ca39-0410-a469-dd3cf9ba447f
46071
46072 commit b491aafd22320f24768c88161ecfce04d2102d7f
46073 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
46074 Date:   Tue Nov 30 09:25:37 2010 +0000
46075
46076     Redo temporary links for lua and ruby examples.
46077     
46078     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8736 48e7efb5-ca39-0410-a469-dd3cf9ba447f
46079
46080 commit 9edfe812e42d37c31b571ee972a32ae418bbc094
46081 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
46082 Date:   Tue Nov 30 09:25:32 2010 +0000
46083
46084     Update platform version of required xml.
46085     
46086     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8735 48e7efb5-ca39-0410-a469-dd3cf9ba447f
46087
46088 commit 82a6231af79e25a18206bdf71627ff1bc1a465a5
46089 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
46090 Date:   Tue Nov 30 09:25:17 2010 +0000
46091
46092     New way to give LUA_CPATH.
46093     
46094     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8734 48e7efb5-ca39-0410-a469-dd3cf9ba447f
46095
46096 commit 3d3dbf18e88b56cacbde9e71ba80936c554281dc
46097 Author: pini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
46098 Date:   Tue Nov 30 08:45:35 2010 +0000
46099
46100     Oops, these calls should be PMPI-ized as well.
46101     
46102     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8733 48e7efb5-ca39-0410-a469-dd3cf9ba447f
46103
46104 commit ca19e8caec62a22b8f23d1a8a1bdc97cd99ee311
46105 Author: pini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
46106 Date:   Tue Nov 30 08:26:31 2010 +0000
46107
46108     Add more definition to fortran (so that LU works).
46109     
46110     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8732 48e7efb5-ca39-0410-a469-dd3cf9ba447f
46111
46112 commit 6013327b122beb09ad5791a72bcd0805ad38cac5
46113 Author: pini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
46114 Date:   Tue Nov 30 08:26:03 2010 +0000
46115
46116     Implement PMPI.
46117     
46118     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8731 48e7efb5-ca39-0410-a469-dd3cf9ba447f
46119
46120 commit 0f45a7402ff3a424743afb133cbd9dc012927ae9
46121 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
46122 Date:   Mon Nov 29 20:30:53 2010 +0000
46123
46124     More informative messages when using the new --setenv tesh argument
46125     
46126     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8730 48e7efb5-ca39-0410-a469-dd3cf9ba447f
46127
46128 commit f2425e2fdede42a7ebd8e95a58d0f4f7bb4e9963
46129 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
46130 Date:   Mon Nov 29 20:14:47 2010 +0000
46131
46132     script to put events of paje trace files in order
46133     
46134     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8729 48e7efb5-ca39-0410-a469-dd3cf9ba447f
46135
46136 commit 3aaab223e4a313f3e8fcaed48b1875592e7c4f41
46137 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
46138 Date:   Mon Nov 29 17:54:28 2010 +0000
46139
46140     Add --setenv command line options to tesh
46141     
46142     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8728 48e7efb5-ca39-0410-a469-dd3cf9ba447f
46143
46144 commit cd92a0577a7556f860a3945d0cb76b7f230cb1c2
46145 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
46146 Date:   Mon Nov 29 17:26:11 2010 +0000
46147
46148     Supernovae should not set specific settings, which are controled by their own flags
46149     
46150     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8727 48e7efb5-ca39-0410-a469-dd3cf9ba447f
46151
46152 commit f3b4fa4f1dd0f9ac9fb44b1d1869950cc75372ef
46153 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
46154 Date:   Mon Nov 29 17:22:41 2010 +0000
46155
46156     cosmetics in cmake
46157     
46158     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8726 48e7efb5-ca39-0410-a469-dd3cf9ba447f
46159
46160 commit 3a9a59b738162cb0c36779da79a674675c5a854b
46161 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
46162 Date:   Mon Nov 29 17:22:25 2010 +0000
46163
46164     fix supernovae in cmake (we only need perl now); cosmetics in dependencies definitions
46165     
46166     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8725 48e7efb5-ca39-0410-a469-dd3cf9ba447f
46167
46168 commit 6d5bd9ae6e64d42fd7e6aac489774f5e253e1667
46169 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
46170 Date:   Mon Nov 29 17:22:07 2010 +0000
46171
46172     cosmetics
46173     
46174     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8724 48e7efb5-ca39-0410-a469-dd3cf9ba447f
46175
46176 commit 2637d6c6b826b105bdc2eef8954819420bdfef37
46177 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
46178 Date:   Mon Nov 29 17:14:55 2010 +0000
46179
46180     Fix path of script simgrid_update_xml.pl
46181     
46182     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8723 48e7efb5-ca39-0410-a469-dd3cf9ba447f
46183
46184 commit 1200f988dcce17b10995afcf7b943fcbffa7a0c0
46185 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
46186 Date:   Mon Nov 29 17:14:49 2010 +0000
46187
46188     Fix generated documentation.
46189     
46190     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8722 48e7efb5-ca39-0410-a469-dd3cf9ba447f
46191
46192 commit 00366131b0706b5a4e901663d7d5cabbe7a27ebf
46193 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
46194 Date:   Mon Nov 29 17:14:45 2010 +0000
46195
46196     Permit to compile with full flags.
46197     
46198     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8721 48e7efb5-ca39-0410-a469-dd3cf9ba447f
46199
46200 commit 62e8c6c400739e02fa44461fb9e59f3f2d904590
46201 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
46202 Date:   Mon Nov 29 17:14:41 2010 +0000
46203
46204     Add the perl script in the install bin directory.
46205     
46206     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8720 48e7efb5-ca39-0410-a469-dd3cf9ba447f
46207
46208 commit c6db5e4707c2f11ef0b0ecfd49ef84d07a37db3c
46209 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
46210 Date:   Sun Nov 28 21:22:48 2010 +0000
46211
46212     Cope with recent doxygen modifications...
46213     
46214     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8719 48e7efb5-ca39-0410-a469-dd3cf9ba447f
46215
46216 commit 35ec45b279eb57aaa44028ab6d19d747fe903071
46217 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
46218 Date:   Sun Nov 28 21:07:52 2010 +0000
46219
46220     cmake cleanup: redo the documentation generation
46221     
46222     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8718 48e7efb5-ca39-0410-a469-dd3cf9ba447f
46223
46224 commit dc7bcc75749ca6fe24da694e8ab8682af0f67149
46225 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
46226 Date:   Sun Nov 28 21:07:44 2010 +0000
46227
46228     Allow out of source builds
46229     
46230     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8717 48e7efb5-ca39-0410-a469-dd3cf9ba447f
46231
46232 commit aa9d8bfe2bf176fa6b86b7db4acbbaff8ee85292
46233 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
46234 Date:   Sun Nov 28 21:07:36 2010 +0000
46235
46236     let unit testing stuff build out of source
46237     
46238     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8716 48e7efb5-ca39-0410-a469-dd3cf9ba447f
46239
46240 commit 11047b815e4628f874c983e757821ca6445e14ce
46241 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
46242 Date:   Sun Nov 28 19:45:58 2010 +0000
46243
46244     Fix broken doc
46245     
46246     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8715 48e7efb5-ca39-0410-a469-dd3cf9ba447f
46247
46248 commit 549f7f40c391cdedbfd0869937ae18b498e9e0b4
46249 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
46250 Date:   Sun Nov 28 19:45:54 2010 +0000
46251
46252     Fix broken bib
46253     
46254     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8714 48e7efb5-ca39-0410-a469-dd3cf9ba447f
46255
46256 commit 18c4ea4a3ba045706899395c8a85e2e7226d7122
46257 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
46258 Date:   Sun Nov 28 10:45:50 2010 +0000
46259
46260     let the binding examples work without the funky symlinks. This is a step further to real out of source builds
46261     
46262     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8713 48e7efb5-ca39-0410-a469-dd3cf9ba447f
46263
46264 commit 548029a96b99a66a16b530071b492e7d3dcd9e5e
46265 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
46266 Date:   Sun Nov 28 10:45:44 2010 +0000
46267
46268     write java class files into CMAKE_CURRENT_BINARY_DIR, not into source dir
46269     
46270     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8712 48e7efb5-ca39-0410-a469-dd3cf9ba447f
46271
46272 commit 28e45ac6e17bcd96d8906c55e222e71942cf8de9
46273 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
46274 Date:   Sun Nov 28 10:45:39 2010 +0000
46275
46276     let the ruby tesh files work even without the symlink
46277     
46278     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8711 48e7efb5-ca39-0410-a469-dd3cf9ba447f
46279
46280 commit b923e5573fd283b0b50745c419bc1ac716c53126
46281 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
46282 Date:   Sun Nov 28 10:45:35 2010 +0000
46283
46284     Change the way supernovae files are generated so that out of source works
46285     Use a perl script instead of a shell script
46286     Move filtering of fragile files from cmake to perl
46287     Generate stuff in CMAKE_CURRENT_BINARY_DIR and not source tree
46288     Generate stuff on demand (create a make target) instead of on configuring only
46289     
46290     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8710 48e7efb5-ca39-0410-a469-dd3cf9ba447f
46291
46292 commit f87bc85a78ade5e780ca2436a0885b88431f3f7a
46293 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
46294 Date:   Sun Nov 28 10:45:21 2010 +0000
46295
46296     regenerate
46297     
46298     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8709 48e7efb5-ca39-0410-a469-dd3cf9ba447f
46299
46300 commit a40bc9ba707f3fd9d4c15456e83680d30e469b7f
46301 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
46302 Date:   Sun Nov 28 10:45:17 2010 +0000
46303
46304     more verbose around make distcheck (to get a chance to fix it)
46305     
46306     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8708 48e7efb5-ca39-0410-a469-dd3cf9ba447f
46307
46308 commit 24891b7a91ea2f365e5e7f1978938c7911645a64
46309 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
46310 Date:   Sun Nov 28 10:45:13 2010 +0000
46311
46312     this file really should not depend on a generated file, or we need to rebuild the whole archive after each reconfigure
46313     
46314     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8707 48e7efb5-ca39-0410-a469-dd3cf9ba447f
46315
46316 commit 7e9997bc1271973ad0a157f168213a2f874fd02f
46317 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
46318 Date:   Sun Nov 28 10:45:08 2010 +0000
46319
46320     change the way unit testing is handled by cmake. Put it all in one file only instead of spreading it in 3 or 4 files
46321     
46322     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8706 48e7efb5-ca39-0410-a469-dd3cf9ba447f
46323
46324 commit 50d7c2d5062d8a79dc086205864e0407c53c9c45
46325 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
46326 Date:   Sun Nov 28 10:45:03 2010 +0000
46327
46328     yet another unused cmake variable: unit testing now have a specific cmake file
46329     
46330     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8705 48e7efb5-ca39-0410-a469-dd3cf9ba447f
46331
46332 commit cb0db70b9d93d8569647145ad6833fe3fe03153f
46333 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
46334 Date:   Sun Nov 28 10:44:58 2010 +0000
46335
46336     Kill the comments intending to explain which part of the autotools were converted to cmake
46337     
46338     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8704 48e7efb5-ca39-0410-a469-dd3cf9ba447f
46339
46340 commit b6f111358551ab56b8867680b5fdea4f5db2c2bf
46341 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
46342 Date:   Sun Nov 28 10:44:54 2010 +0000
46343
46344     kill the definition of an unused (cmake) variable
46345     
46346     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8703 48e7efb5-ca39-0410-a469-dd3cf9ba447f
46347
46348 commit 2936eb451829affa4985aa05e9d21c2c2a5188c9
46349 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
46350 Date:   Sun Nov 28 10:44:50 2010 +0000
46351
46352     glob_recurse are the devil, but globbing from root dir is PURE MADNESS: it gets the content of dist-dir, which gets included in distdir, which gets included in distdir, which gets...
46353     
46354     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8702 48e7efb5-ca39-0410-a469-dd3cf9ba447f
46355
46356 commit 45dfb07c9dbe94438dbcba39a3440d50dfadebfb
46357 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
46358 Date:   Sun Nov 28 10:44:44 2010 +0000
46359
46360     reindent
46361     
46362     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8701 48e7efb5-ca39-0410-a469-dd3cf9ba447f
46363
46364 commit ce679d7f77b2bbf70738cd4633962fbf462aab1a
46365 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
46366 Date:   Sat Nov 27 18:24:13 2010 +0000
46367
46368     update COPYING files with all exceptions to the LGPL in the code we distribute
46369     
46370     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8700 48e7efb5-ca39-0410-a469-dd3cf9ba447f
46371
46372 commit 0278aef76566372fe71c66c9cf4381dde2666722
46373 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
46374 Date:   Sat Nov 27 18:24:08 2010 +0000
46375
46376     kill 2 SMPI examples with unclear license
46377     
46378     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8699 48e7efb5-ca39-0410-a469-dd3cf9ba447f
46379
46380 commit 6e250f85a054d8939078c3e5573171a39f4aa855
46381 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
46382 Date:   Sat Nov 27 18:24:03 2010 +0000
46383
46384     put the LGPL 2.1 in a specific file. This should make COPYING a bit easier to read
46385     
46386     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8698 48e7efb5-ca39-0410-a469-dd3cf9ba447f
46387
46388 commit dd953c32de5aadaeac760b17d93f4859dad0f234
46389 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
46390 Date:   Sat Nov 27 17:44:48 2010 +0000
46391
46392     users want performance. Even if the library compilation time is a bit higher
46393     
46394     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8697 48e7efb5-ca39-0410-a469-dd3cf9ba447f
46395
46396 commit 8f7873c57495707ccbdad488eab21356bf5496d7
46397 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
46398 Date:   Sat Nov 27 17:42:56 2010 +0000
46399
46400     Kill enable_graphviz cmake variable
46401     It was used to get settings from user (whether this should be
46402     forcefully disabled or autodetected), and to get the result of
46403     autodetection.
46404     
46405     Now, graphviz stuff is searched all the time, and if a runable version
46406     is found (variable HAVE_GRAPHVIZ set to 1 or 0), the dot loader of
46407     simdag is integrated in the lib.
46408     
46409     This is closer to the spirit of configuration stuff, IMHO.
46410     
46411     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8696 48e7efb5-ca39-0410-a469-dd3cf9ba447f
46412
46413 commit 907e0ad42ebe9ac4074648201519ecc10d1f8812
46414 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
46415 Date:   Sat Nov 27 17:42:50 2010 +0000
46416
46417     let the decoupling of main lib and bindings work in supernovae (were multiple definitions of typedef)
46418     
46419     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8695 48e7efb5-ca39-0410-a469-dd3cf9ba447f
46420
46421 commit 31e4157164610f657e00ef86a35ec0181b997a4d
46422 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
46423 Date:   Sat Nov 27 17:42:45 2010 +0000
46424
46425     supernovae was missing sd_dotloader because of we were using old macro names in CMake
46426     
46427     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8694 48e7efb5-ca39-0410-a469-dd3cf9ba447f
46428
46429 commit a2bc01a945a16f54ae21ff94f20205a3b79125f5
46430 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
46431 Date:   Sat Nov 27 17:42:41 2010 +0000
46432
46433     stop using our own  variable, and use the classical
46434     
46435     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8693 48e7efb5-ca39-0410-a469-dd3cf9ba447f
46436
46437 commit 2c78dea7647fb784b3713fba9c5234391f388c76
46438 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
46439 Date:   Fri Nov 26 21:45:03 2010 +0000
46440
46441     Reduce the coupling between java bindings and main lib. Core of issues, SIMIX_context_select_factory() is killed now that the last binding moved away from it
46442     
46443     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8692 48e7efb5-ca39-0410-a469-dd3cf9ba447f
46444
46445 commit 838d182d3af0dbb5d77bde6eeffd6e322ebe4aa9
46446 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
46447 Date:   Fri Nov 26 21:44:41 2010 +0000
46448
46449     reduce the coupling between main lib and java binding
46450     
46451     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8691 48e7efb5-ca39-0410-a469-dd3cf9ba447f
46452
46453 commit c877c01054ec01a7856db023668a07da7e78ebf6
46454 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
46455 Date:   Fri Nov 26 21:44:18 2010 +0000
46456
46457     cosmetics
46458     
46459     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8690 48e7efb5-ca39-0410-a469-dd3cf9ba447f
46460
46461 commit c9a06d0b06fb32926954b78006bfe7f886aa757a
46462 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
46463 Date:   Fri Nov 26 21:43:55 2010 +0000
46464
46465     kill the (unused) lua context factory. Lua does fine with regular contextes. That reduces the coupling between main and bindings
46466     
46467     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8689 48e7efb5-ca39-0410-a469-dd3cf9ba447f
46468
46469 commit aa4388c7780ebcbc130f17b5e473f4d356ec567f
46470 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
46471 Date:   Fri Nov 26 21:43:29 2010 +0000
46472
46473     Reduce the coupling between main library and ruby bindings
46474     
46475     Instead of using a char*xbt_ctx_factory_to_use and then having
46476     SIMIX_context_select_factory() finding the right function from that
46477     name (which induces having SIMIX_context_select_factory hardcoding a
46478     call to the factory initializer), use a direct pointer to that
46479     initializer
46480     
46481     From RUBY:
46482     -extern const char *xbt_ctx_factory_to_use;
46483     +typedef void (*SIMIX_ctx_factory_initializer_t)(smx_context_factory_t*);
46484     +extern SIMIX_ctx_factory_initializer_t factory_initializer_to_use;
46485     
46486     -  xbt_ctx_factory_to_use = "ruby";
46487     +  factory_initializer_to_use = SIMIX_ctx_ruby_factory_init;
46488     
46489     From main lib:
46490     -    if (xbt_ctx_factory_to_use) {
46491     -      SIMIX_context_select_factory(xbt_ctx_factory_to_use);
46492     +    if (factory_initializer_to_use) {
46493     +      (*factory_initializer_to_use)(&(simix_global->context_factory));
46494     (and kill any occurence of SIMIX_ctx_ruby_factory_init() in main lib
46495     
46496     Also inlined the SIMIX_context_init_factory_by_name() function which
46497     was called from only one location.
46498     
46499     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8688 48e7efb5-ca39-0410-a469-dd3cf9ba447f
46500
46501 commit 3cf2cf4d9d0c0ba567528989c9d24624683ad64b
46502 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
46503 Date:   Fri Nov 26 21:43:04 2010 +0000
46504
46505     cleanup: kill unused variable
46506     
46507     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8687 48e7efb5-ca39-0410-a469-dd3cf9ba447f
46508
46509 commit 80b6c5866da8d8769469266da46c7ce979e23b8f
46510 Author: pini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
46511 Date:   Fri Nov 26 19:55:09 2010 +0000
46512
46513     Support more MPI calls in fortran.
46514     
46515     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8686 48e7efb5-ca39-0410-a469-dd3cf9ba447f
46516
46517 commit bdee40d2bc54baf9489148cbfbd6bd1fcd6469df
46518 Author: pini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
46519 Date:   Fri Nov 26 19:55:05 2010 +0000
46520
46521     Use smpiff to compile NAS written in fortran.
46522     
46523     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8685 48e7efb5-ca39-0410-a469-dd3cf9ba447f
46524
46525 commit afa5e4f04e0a44b38ff45f846264d43da33fc40f
46526 Author: pini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
46527 Date:   Fri Nov 26 19:55:02 2010 +0000
46528
46529     smpif2c: Compile common structs and building function as weak symbol (so that they can be defined in multiple object files).
46530     smpiff: Fix linking of object files. Also remove generated C file upon compilation success.
46531     
46532     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8684 48e7efb5-ca39-0410-a469-dd3cf9ba447f
46533
46534 commit eaf96f686e7ee979a87edc7dfc43766e38450017
46535 Author: pini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
46536 Date:   Fri Nov 26 19:54:58 2010 +0000
46537
46538     Remove old debugging stuff.
46539     
46540     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8683 48e7efb5-ca39-0410-a469-dd3cf9ba447f
46541
46542 commit 0a1b729e59f00341b19848e8d3afe0a5de6307d6
46543 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
46544 Date:   Fri Nov 26 15:40:35 2010 +0000
46545
46546     update
46547     
46548     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8681 48e7efb5-ca39-0410-a469-dd3cf9ba447f
46549
46550 commit 1ebc091c838f371a34351177620b779d239a36f7
46551 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
46552 Date:   Fri Nov 26 15:23:04 2010 +0000
46553
46554     Add verification of bin lua.
46555     
46556     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8680 48e7efb5-ca39-0410-a469-dd3cf9ba447f
46557
46558 commit e2189eb21a0ab923b4192babe88ca08f589f1245
46559 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
46560 Date:   Fri Nov 26 15:23:00 2010 +0000
46561
46562     Update...
46563     
46564     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8679 48e7efb5-ca39-0410-a469-dd3cf9ba447f
46565
46566 commit 67c661e9709871fedb737b89dca05ab5c06b6d87
46567 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
46568 Date:   Fri Nov 26 15:22:56 2010 +0000
46569
46570     remove useless trailing spaces
46571     
46572     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8678 48e7efb5-ca39-0410-a469-dd3cf9ba447f
46573
46574 commit f6a7c4d1eb9778f4e620ddda8ca70314b772f2ab
46575 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
46576 Date:   Fri Nov 26 15:13:32 2010 +0000
46577
46578     Make sure GRAS RL examples don't use the same ports when running tests in parallel
46579     
46580     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8677 48e7efb5-ca39-0410-a469-dd3cf9ba447f
46581
46582 commit 163ec96d11d71daef1b959899aa56f31e16730e7
46583 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
46584 Date:   Fri Nov 26 14:51:55 2010 +0000
46585
46586     revalidate the output (minor changes only)
46587     
46588     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8676 48e7efb5-ca39-0410-a469-dd3cf9ba447f
46589
46590 commit 5c0a2aa967c00982d2a24f1a22d69be1b0c79b37
46591 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
46592 Date:   Fri Nov 26 14:28:59 2010 +0000
46593
46594     revalidate the output (timing changes)
46595     
46596     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8675 48e7efb5-ca39-0410-a469-dd3cf9ba447f
46597
46598 commit a1757b8e6b03369034f2d251bcffc37e61a3c20a
46599 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
46600 Date:   Fri Nov 26 14:28:56 2010 +0000
46601
46602     small fixes to output so that RL works again
46603     
46604     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8674 48e7efb5-ca39-0410-a469-dd3cf9ba447f
46605
46606 commit 4a9f96113bc9372624cefc06d484a8943bea9992
46607 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
46608 Date:   Fri Nov 26 14:25:29 2010 +0000
46609
46610     Replace INFO0+bprintf by INFO6
46611     
46612     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8673 48e7efb5-ca39-0410-a469-dd3cf9ba447f
46613
46614 commit 1c597e85ddb510ffeb4ee58441675b1b1c48737d
46615 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
46616 Date:   Fri Nov 26 14:18:58 2010 +0000
46617
46618     Fix a memory leak in simix
46619     
46620     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8672 48e7efb5-ca39-0410-a469-dd3cf9ba447f
46621
46622 commit 51403eb04bbb5daaf00fac47f9298fe551b703d8
46623 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
46624 Date:   Fri Nov 26 14:11:32 2010 +0000
46625
46626     Implement gras_socket_im_the_server() the CRUDE way. this lets pmm work on simulation (YUHU)
46627     
46628     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8671 48e7efb5-ca39-0410-a469-dd3cf9ba447f
46629
46630 commit d873c22327ce06f75a6c6d48ffd84d96e4fd77e0
46631 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
46632 Date:   Fri Nov 26 14:11:26 2010 +0000
46633
46634     Make the pmm robust to the change of amount of slaves
46635     
46636     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8670 48e7efb5-ca39-0410-a469-dd3cf9ba447f
46637
46638 commit 9f68cdf0d68cc48c33c9a27d2e8f66c7dfde4755
46639 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
46640 Date:   Fri Nov 26 14:11:22 2010 +0000
46641
46642     more clear paranoia message
46643     
46644     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8669 48e7efb5-ca39-0410-a469-dd3cf9ba447f
46645
46646 commit 28f1fe6d24cd67e75bff01393f63724fdb2c45df
46647 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
46648 Date:   Fri Nov 26 10:21:56 2010 +0000
46649
46650     Add missing "s".
46651     
46652     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8668 48e7efb5-ca39-0410-a469-dd3cf9ba447f
46653
46654 commit dfd409976af034992cb31e49e3eb77543ee0a118
46655 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
46656 Date:   Fri Nov 26 10:21:55 2010 +0000
46657
46658     Cosmetics
46659     
46660     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8667 48e7efb5-ca39-0410-a469-dd3cf9ba447f
46661
46662 commit 4992788b24294280eeb3671d5fb5d79647784fd7
46663 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
46664 Date:   Fri Nov 26 09:37:31 2010 +0000
46665
46666     more verbose debuging infos
46667     
46668     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8666 48e7efb5-ca39-0410-a469-dd3cf9ba447f
46669
46670 commit 5dcc04f1de082f845a506e499ce75856b67259c3
46671 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
46672 Date:   Fri Nov 26 09:37:29 2010 +0000
46673
46674     reduce verbosity in that area
46675     
46676     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8665 48e7efb5-ca39-0410-a469-dd3cf9ba447f
46677
46678 commit b28635d8ae9d5ce25acb5d2a27268a1ab94f9560
46679 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
46680 Date:   Fri Nov 26 09:37:19 2010 +0000
46681
46682     some more paranoia to track that damn bug
46683     
46684     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8664 48e7efb5-ca39-0410-a469-dd3cf9ba447f
46685
46686 commit c41fa45e6ede68362ce9e390016e3262a624da89
46687 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
46688 Date:   Fri Nov 26 09:37:17 2010 +0000
46689
46690     temporarly reduce the example size until it gets debugged in SG
46691     
46692     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8663 48e7efb5-ca39-0410-a469-dd3cf9ba447f
46693
46694 commit a791d13c753628d2e96366cb33d765448d86a2aa
46695 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
46696 Date:   Fri Nov 26 09:37:06 2010 +0000
46697
46698     just in case someone wants to use anjunta on top of git
46699     
46700     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8662 48e7efb5-ca39-0410-a469-dd3cf9ba447f
46701
46702 commit 86d47b5c39d2ac9583bda0f838757d531f8cfe94
46703 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
46704 Date:   Fri Nov 26 09:37:04 2010 +0000
46705
46706     cosmetics
46707     
46708     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8661 48e7efb5-ca39-0410-a469-dd3cf9ba447f
46709
46710 commit fe11f5c6025e4cb5c6b890f174a9ed0bb763fead
46711 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
46712 Date:   Fri Nov 26 09:04:52 2010 +0000
46713
46714     Typo in a tesh output
46715     
46716     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8660 48e7efb5-ca39-0410-a469-dd3cf9ba447f
46717
46718 commit 02f6c8f2138d26350576c29cbbbe863ce15c9a2b
46719 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
46720 Date:   Thu Nov 25 16:30:36 2010 +0000
46721
46722     Add new tests and exes for windows.
46723     
46724     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8659 48e7efb5-ca39-0410-a469-dd3cf9ba447f
46725
46726 commit b5b056ecea4299f405defca7f186c951043382f3
46727 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
46728 Date:   Thu Nov 25 16:30:23 2010 +0000
46729
46730     Correct Name of test.
46731     
46732     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8658 48e7efb5-ca39-0410-a469-dd3cf9ba447f
46733
46734 commit 19d0432e517d046d5ab4fa12e6a28dca6e676fd9
46735 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
46736 Date:   Thu Nov 25 16:30:11 2010 +0000
46737
46738     Cosmetics.
46739     
46740     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8657 48e7efb5-ca39-0410-a469-dd3cf9ba447f
46741
46742 commit 57ae938b7ece652311a9224e5234350fef932c25
46743 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
46744 Date:   Thu Nov 25 16:29:59 2010 +0000
46745
46746     For make a cdash report on windows.
46747     
46748     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8656 48e7efb5-ca39-0410-a469-dd3cf9ba447f
46749
46750 commit f2231e6fb2162bd75328d802658f44f84b0eb20b
46751 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
46752 Date:   Thu Nov 25 16:29:47 2010 +0000
46753
46754     This is not true on windows.
46755     
46756     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8655 48e7efb5-ca39-0410-a469-dd3cf9ba447f
46757
46758 commit 27e5b03d75af4ca5b2e937be36caf733abfa84e3
46759 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
46760 Date:   Thu Nov 25 16:27:19 2010 +0000
46761
46762     Need to make this test for windows.
46763     
46764     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8654 48e7efb5-ca39-0410-a469-dd3cf9ba447f
46765
46766 commit a18b603192cededb906dad311bcffb9143b9703e
46767 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
46768 Date:   Thu Nov 25 14:25:58 2010 +0000
46769
46770     Fix sources are generated for spawn.
46771     
46772     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8653 48e7efb5-ca39-0410-a469-dd3cf9ba447f
46773
46774 commit 484fe465939b887bb9b146f1ca7f95402b8539f2
46775 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
46776 Date:   Thu Nov 25 14:25:57 2010 +0000
46777
46778     Delete test if apple for smpi.
46779     
46780     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8652 48e7efb5-ca39-0410-a469-dd3cf9ba447f
46781
46782 commit 8ef0ea918ca7c4025b3a25f67cb712fc5f7ae3e8
46783 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
46784 Date:   Thu Nov 25 14:25:56 2010 +0000
46785
46786     Fix error detection of f2c.
46787     
46788     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8651 48e7efb5-ca39-0410-a469-dd3cf9ba447f
46789
46790 commit 13c7dd6bd326b1ed430e25df68981671441963ac
46791 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
46792 Date:   Thu Nov 25 14:25:55 2010 +0000
46793
46794     Fix SMPI on Mac.
46795     
46796     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8650 48e7efb5-ca39-0410-a469-dd3cf9ba447f
46797
46798 commit 375149a349ea537d4ac403ecdf268e80da975e3f
46799 Author: suter <suter@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
46800 Date:   Thu Nov 25 10:23:28 2010 +0000
46801
46802     adding the --cfg=tracing/platform:1 adds one line to the output
46803     
46804     
46805     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8649 48e7efb5-ca39-0410-a469-dd3cf9ba447f
46806
46807 commit ed4012f259f368546c1025c83f268d5d54b9dd22
46808 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
46809 Date:   Thu Nov 25 09:24:33 2010 +0000
46810
46811     revalidate the timings (I verified that the output is semantically valid with what is expected)
46812     
46813     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8648 48e7efb5-ca39-0410-a469-dd3cf9ba447f
46814
46815 commit 416aad22db0fd7f20e563e7b8980a2a6f9e4a7c8
46816 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
46817 Date:   Thu Nov 25 09:24:22 2010 +0000
46818
46819     implement refcount on sockets since they are somehow shared between sender and receiver in SG. This makes the all2all test pass (yuhu)
46820     
46821     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8647 48e7efb5-ca39-0410-a469-dd3cf9ba447f
46822
46823 commit 76fd0d1cb81eb8ae046dd936025312e3d03288fb
46824 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
46825 Date:   Thu Nov 25 09:24:20 2010 +0000
46826
46827     more explicit error messages
46828     
46829     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8646 48e7efb5-ca39-0410-a469-dd3cf9ba447f
46830
46831 commit 06688d73948ce9a162626ecb422345f0c5acd7a4
46832 Author: pini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
46833 Date:   Thu Nov 25 08:41:28 2010 +0000
46834
46835     Revert "Always decrement the semaphore capacity, even if it will go under 0 that way (because release does ++ all the time)"
46836     -> The released token is already taken after it has been waited for.
46837     
46838     This reverts commit 34e7986909807638c6670c20a0704f949d696d11.
46839     
46840     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8645 48e7efb5-ca39-0410-a469-dd3cf9ba447f
46841
46842 commit 4ceaeaa049f33495a445d5b4f1347eec202a762b
46843 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
46844 Date:   Thu Nov 25 07:55:57 2010 +0000
46845
46846     graph of platform is always traced if tracing is enabled
46847     
46848     details:
46849     - tracing/platform:1 now only traces the categorized resource utilization
46850     
46851     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8644 48e7efb5-ca39-0410-a469-dd3cf9ba447f
46852
46853 commit 716f0d505e2a03765a66cff29907d7b9cafa1195
46854 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
46855 Date:   Wed Nov 24 16:19:11 2010 +0000
46856
46857     adapt to lastest prototype change, and kill a race condition at the end of the execution (the crude way)
46858     
46859     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8643 48e7efb5-ca39-0410-a469-dd3cf9ba447f
46860
46861 commit 76d7df91478f4647517054495744afcf0fa9b6fb
46862 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
46863 Date:   Wed Nov 24 16:19:00 2010 +0000
46864
46865     implement gras_agent_spawn in RL, kill the data argument out of it
46866     
46867     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8642 48e7efb5-ca39-0410-a469-dd3cf9ba447f
46868
46869 commit 70cd082c4bd79faf7e0eaa7a14442b53958a9123
46870 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
46871 Date:   Wed Nov 24 16:18:58 2010 +0000
46872
46873     cosmetics
46874     
46875     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8641 48e7efb5-ca39-0410-a469-dd3cf9ba447f
46876
46877 commit cba95b2580780a5924063056d2be528451d6008a
46878 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
46879 Date:   Wed Nov 24 16:18:48 2010 +0000
46880
46881     Be less picky about the passed arguments
46882     
46883     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8640 48e7efb5-ca39-0410-a469-dd3cf9ba447f
46884
46885 commit 2ba7ac6337f907983120a68876e7d10718dc4ecc
46886 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
46887 Date:   Wed Nov 24 16:18:46 2010 +0000
46888
46889     add queue.h to the public header
46890     
46891     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8639 48e7efb5-ca39-0410-a469-dd3cf9ba447f
46892
46893 commit f7669511dbd0ea516d79d4e56f638e5cabfbac27
46894 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
46895 Date:   Wed Nov 24 16:18:35 2010 +0000
46896
46897     Completely reimplement the spawn example: speaking with spawned agents cannot be reliable since they share their listener thread
46898     
46899     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8638 48e7efb5-ca39-0410-a469-dd3cf9ba447f
46900
46901 commit 2f0bdd470ce4ef7b8f13338882a745a451c57cf2
46902 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
46903 Date:   Wed Nov 24 16:18:33 2010 +0000
46904
46905     note in the comments the truth about a temptating (but doomed to failure) change
46906     
46907     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8637 48e7efb5-ca39-0410-a469-dd3cf9ba447f
46908
46909 commit 655afa10c8acf337cde1196c8a9505d2f91b3702
46910 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
46911 Date:   Wed Nov 24 16:18:22 2010 +0000
46912
46913     initialize a variable, and some more debug
46914     
46915     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8636 48e7efb5-ca39-0410-a469-dd3cf9ba447f
46916
46917 commit 8595fd9233901cf0721793ba3d810a59fced7076
46918 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
46919 Date:   Wed Nov 24 16:18:20 2010 +0000
46920
46921     that tesh file was wrongly regenerated at some point, I guess
46922     
46923     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8635 48e7efb5-ca39-0410-a469-dd3cf9ba447f
46924
46925 commit 045766940e1d0981e3ed3944405811d6f32fab9f
46926 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
46927 Date:   Wed Nov 24 14:13:58 2010 +0000
46928
46929     tracing platform on process migration example so we can get the graph
46930     
46931     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8634 48e7efb5-ca39-0410-a469-dd3cf9ba447f
46932
46933 commit 814751e1480ec81dd28859a5c18e1fac0e5da70c
46934 Author: suter <suter@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
46935 Date:   Wed Nov 24 08:53:57 2010 +0000
46936
46937     one more entry
46938     
46939     
46940     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8633 48e7efb5-ca39-0410-a469-dd3cf9ba447f
46941
46942 commit 9c2e8abab7fd2928b0cfb728f4f22f2d30cfa23f
46943 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
46944 Date:   Wed Nov 24 05:41:04 2010 +0000
46945
46946     Fix a few typos in the bib file.
46947     
46948     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8632 48e7efb5-ca39-0410-a469-dd3cf9ba447f
46949
46950 commit 28ea83f73275bf5cd04fd1afa3d0571333418e1d
46951 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
46952 Date:   Wed Nov 24 05:41:01 2010 +0000
46953
46954     Update with Ghislain's publication.
46955     
46956     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8631 48e7efb5-ca39-0410-a469-dd3cf9ba447f
46957
46958 commit 3cc0b0f3bcb6232e5e5a9266c45c7865ea337204
46959 Author: suter <suter@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
46960 Date:   Tue Nov 23 21:25:34 2010 +0000
46961
46962     new line of output caused by default tracing:1
46963     
46964     
46965     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8630 48e7efb5-ca39-0410-a469-dd3cf9ba447f
46966
46967 commit 6bf3ea52656cfdcdf3eac88fea1068b7a5064e38
46968 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
46969 Date:   Tue Nov 23 21:09:19 2010 +0000
46970
46971     New tesh file for the msg actions (plus some little fixes to make it work)
46972     
46973     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8629 48e7efb5-ca39-0410-a469-dd3cf9ba447f
46974
46975 commit bdaf16e4bbff9c60cd8da2800fcad02e4a74daa4
46976 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
46977 Date:   Tue Nov 23 20:54:33 2010 +0000
46978
46979     stop that misuse of semaphores and use conditions where they are expected (ok, Arnaud, you won that battle, but not the war)
46980     
46981     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8628 48e7efb5-ca39-0410-a469-dd3cf9ba447f
46982
46983 commit 5fb26c655edc451b9d500be9a443128dc8e5e732
46984 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
46985 Date:   Tue Nov 23 20:29:22 2010 +0000
46986
46987     more debug
46988     
46989     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8627 48e7efb5-ca39-0410-a469-dd3cf9ba447f
46990
46991 commit 0031d7a96b864e0cf7e8bd482ed2faade4540d05
46992 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
46993 Date:   Tue Nov 23 20:29:02 2010 +0000
46994
46995     cleanup the text files around the actions; tesh files should follow soon
46996     
46997     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8626 48e7efb5-ca39-0410-a469-dd3cf9ba447f
46998
46999 commit 7e686257cbae6101593cdef2febe06a5b0ff17d7
47000 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
47001 Date:   Tue Nov 23 20:28:41 2010 +0000
47002
47003     that should never have landed in the SVN in the first place
47004     
47005     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8625 48e7efb5-ca39-0410-a469-dd3cf9ba447f
47006
47007 commit 34e7986909807638c6670c20a0704f949d696d11
47008 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
47009 Date:   Tue Nov 23 20:28:19 2010 +0000
47010
47011     Always decrement the semaphore capacity, even if it will go under 0 that way (because release does ++ all the time)
47012     
47013     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8624 48e7efb5-ca39-0410-a469-dd3cf9ba447f
47014
47015 commit dc6775d4c4eb81fee210853dd09bf97527671dbc
47016 Author: agiersch <agiersch@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
47017 Date:   Tue Nov 23 20:01:16 2010 +0000
47018
47019     Synchronize threads before exit on armageddon.
47020     
47021     This fixes a segfault when a runner thread tries to use the logging
47022     facility after it has been shut down.
47023     
47024     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8623 48e7efb5-ca39-0410-a469-dd3cf9ba447f
47025
47026 commit e88ddfbe862c7c5e5fffb64d9cfd64fa147fdffd
47027 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
47028 Date:   Tue Nov 23 15:30:46 2010 +0000
47029
47030     no longer need to call TRACE_start and TRACE_end on gtnets
47031     
47032     sorry for the noise
47033     
47034     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8622 48e7efb5-ca39-0410-a469-dd3cf9ba447f
47035
47036 commit 456154ced6b8517fed170e33a8033e47bc9f68d8
47037 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
47038 Date:   Tue Nov 23 15:30:45 2010 +0000
47039
47040     SD_init and SD_exit call TRACE_start/end if tracing is enabled
47041     
47042     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8621 48e7efb5-ca39-0410-a469-dd3cf9ba447f
47043
47044 commit b47e8a3adb239e02d78d89917772ccb6688a6c07
47045 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
47046 Date:   Tue Nov 23 15:16:20 2010 +0000
47047
47048     updating smpirun to use new tracing option (otherwise nothing is traced)
47049     
47050     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8620 48e7efb5-ca39-0410-a469-dd3cf9ba447f
47051
47052 commit 228ee811b8c37d6632474eb69781f99857ad9c6f
47053 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
47054 Date:   Tue Nov 23 15:16:19 2010 +0000
47055
47056     updating tesh files to go ok with new tracing option
47057     
47058     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8619 48e7efb5-ca39-0410-a469-dd3cf9ba447f
47059
47060 commit 3bf26d5f8bcf8154aff251b7dca4174468e0971e
47061 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
47062 Date:   Tue Nov 23 14:42:08 2010 +0000
47063
47064     TRACE_start and TRACE_end should no longer be called by user-code
47065     
47066     details:
47067     - MSG_global_init and MSG_clean do the job for the user
47068     if tracing is set to on in cmake
47069     
47070     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8618 48e7efb5-ca39-0410-a469-dd3cf9ba447f
47071
47072 commit f7a5c8e0a953c249ec8ba1574ce3949926e4ac30
47073 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
47074 Date:   Tue Nov 23 14:42:07 2010 +0000
47075
47076     tracing: new configuration option to control if tracing is active or not
47077     
47078     details:
47079     - if tracing is 0, the tracing system is completely inactive
47080     even if SimGrid was compiled with tracing=on
47081     - by default it is 0
47082     
47083     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8617 48e7efb5-ca39-0410-a469-dd3cf9ba447f
47084
47085 commit 6df2e2cf30e47e9911cc6ea4f20601fda857a78b
47086 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
47087 Date:   Tue Nov 23 14:42:05 2010 +0000
47088
47089     adding XBT_IN with 6 parameters
47090     
47091     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8616 48e7efb5-ca39-0410-a469-dd3cf9ba447f
47092
47093 commit 8450617aed163f267a58cf610570af9d7b9d6141
47094 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
47095 Date:   Tue Nov 23 14:42:02 2010 +0000
47096
47097     removing log message from network constant model
47098     
47099     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8615 48e7efb5-ca39-0410-a469-dd3cf9ba447f
47100
47101 commit 9a3fe65a927cd86c8607bd40f19abb6689bf3f31
47102 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
47103 Date:   Tue Nov 23 12:54:36 2010 +0000
47104
47105     Update memcheck tests.
47106     
47107     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8614 48e7efb5-ca39-0410-a469-dd3cf9ba447f
47108
47109 commit 80a99e94811344d669e17d45d87c06f468f13ee8
47110 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
47111 Date:   Tue Nov 23 12:54:35 2010 +0000
47112
47113     Remove tracing from buildname.
47114     
47115     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8613 48e7efb5-ca39-0410-a469-dd3cf9ba447f
47116
47117 commit e76439140a3c6fcd2e65ba5d6ef7ae1e4268f5a7
47118 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
47119 Date:   Tue Nov 23 12:54:34 2010 +0000
47120
47121     Update script for pipol
47122     
47123     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8612 48e7efb5-ca39-0410-a469-dd3cf9ba447f
47124
47125 commit 47a6b2b4bbfa3f2acb62c6a0a48569f3b5194f15
47126 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
47127 Date:   Tue Nov 23 10:14:10 2010 +0000
47128
47129     Add a dependency for smpi.
47130     Need f2c.h to compile.
47131     
47132     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8611 48e7efb5-ca39-0410-a469-dd3cf9ba447f
47133
47134 commit b92f7e5334499fbb5c3fa1725311dd1a7f558ca7
47135 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
47136 Date:   Tue Nov 23 10:14:09 2010 +0000
47137
47138     Cosmetics.
47139     
47140     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8610 48e7efb5-ca39-0410-a469-dd3cf9ba447f
47141
47142 commit e6e67305ecc66829721213aea23743f933b23b5d
47143 Author: pini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
47144 Date:   Mon Nov 22 17:21:01 2010 +0000
47145
47146     Support for Fortran code in SMPI based on f2c, some perl and some dirty hacks.
47147     Only few MPI calls are implemented yet.
47148     
47149     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8609 48e7efb5-ca39-0410-a469-dd3cf9ba447f
47150
47151 commit 4b0c189a3dc6477ffada0e3315baac3c12930c24
47152 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
47153 Date:   Mon Nov 22 15:24:46 2010 +0000
47154
47155     Enable supernovae only if all needed tools are installed.
47156     
47157     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8608 48e7efb5-ca39-0410-a469-dd3cf9ba447f
47158
47159 commit b6cf5e073c72d37d8d3660c7f08807f281a86b7d
47160 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
47161 Date:   Mon Nov 22 15:18:57 2010 +0000
47162
47163     Make static libraries if enabled with supernovae mode.
47164     
47165     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8607 48e7efb5-ca39-0410-a469-dd3cf9ba447f
47166
47167 commit aa442e5734d31f479c2e0449449c2d7e7a3f2dc9
47168 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
47169 Date:   Mon Nov 22 14:29:34 2010 +0000
47170
47171     Those messages should appear only on Mac platform.
47172     
47173     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8606 48e7efb5-ca39-0410-a469-dd3cf9ba447f
47174
47175 commit 3ebf3e57d4c67aea514a515aa7ede30adeed347a
47176 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
47177 Date:   Mon Nov 22 14:29:33 2010 +0000
47178
47179     Add function generic_new_route.
47180     
47181     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8605 48e7efb5-ca39-0410-a469-dd3cf9ba447f
47182
47183 commit e214324e1ba8c350fc21ed42e2f0d111665770f5
47184 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
47185 Date:   Mon Nov 22 14:29:33 2010 +0000
47186
47187     Completely remove parse_routes table.
47188     Implement for dijkstra model.
47189     Delete function generic_set_route and generic_set_ASroute.
47190     
47191     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8604 48e7efb5-ca39-0410-a469-dd3cf9ba447f
47192
47193 commit 06e3509f987adba93a8b004710448daa6da8725d
47194 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
47195 Date:   Mon Nov 22 14:29:32 2010 +0000
47196
47197     Add tests for floyd model.
47198     
47199     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8603 48e7efb5-ca39-0410-a469-dd3cf9ba447f
47200
47201 commit 8f7fdc5ca38ed83ec87ce16dd3a4492fe3d2a0ac
47202 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
47203 Date:   Mon Nov 22 14:29:31 2010 +0000
47204
47205     Update script for make a remake a tesh file.
47206     
47207     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8602 48e7efb5-ca39-0410-a469-dd3cf9ba447f
47208
47209 commit 1b1f1f35ccb3062e310b8eb11d1780289617a7ee
47210 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
47211 Date:   Mon Nov 22 14:29:30 2010 +0000
47212
47213     Add new scripts to distrib.
47214     
47215     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8601 48e7efb5-ca39-0410-a469-dd3cf9ba447f
47216
47217 commit 1c956954c1fd024c0f7ee2b015827a7b4e33fe72
47218 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
47219 Date:   Mon Nov 22 14:29:29 2010 +0000
47220
47221     Make new function model_floyd_set_route for route and ASroute.
47222     
47223     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8600 48e7efb5-ca39-0410-a469-dd3cf9ba447f
47224
47225 commit 81b748b0102d2d3014a0b2c13f553ebe0362d679
47226 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
47227 Date:   Mon Nov 22 14:29:29 2010 +0000
47228
47229     Print more information in xbt_dynar_compare.
47230     
47231     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8599 48e7efb5-ca39-0410-a469-dd3cf9ba447f
47232
47233 commit a94f7f81e51eac626e42f38a56ef32978b232a08
47234 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
47235 Date:   Mon Nov 22 14:29:28 2010 +0000
47236
47237     Called the same function for set route and ASroute from model Full.
47238     
47239     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8598 48e7efb5-ca39-0410-a469-dd3cf9ba447f
47240
47241 commit 8920849a7384e11f01c3ec73d9b14783e478bbbc
47242 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
47243 Date:   Mon Nov 22 14:29:27 2010 +0000
47244
47245     Add two new structs that contains a list of link_name (char *).
47246     
47247     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8597 48e7efb5-ca39-0410-a469-dd3cf9ba447f
47248
47249 commit 4d0d81bd96d9effbd8066dd9cc8956175a4af4fb
47250 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
47251 Date:   Mon Nov 22 14:29:26 2010 +0000
47252
47253     Delete the temporary route table for model Full.
47254     
47255     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8596 48e7efb5-ca39-0410-a469-dd3cf9ba447f
47256
47257 commit 715060b191e4ff4b070c59ea7e5c643c7365791a
47258 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
47259 Date:   Mon Nov 22 14:19:52 2010 +0000
47260
47261     Fix full flag mode with Mac.
47262     
47263     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8595 48e7efb5-ca39-0410-a469-dd3cf9ba447f
47264
47265 commit 67d1ab11abe28ec2a660b913210100ae0c960e32
47266 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
47267 Date:   Mon Nov 22 14:15:51 2010 +0000
47268
47269     Permit to enable maintainer_mode on mac and Windows if having all tools.
47270     
47271     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8594 48e7efb5-ca39-0410-a469-dd3cf9ba447f
47272
47273 commit c369f3024d462947951aa6d34aee9ba3073cf260
47274 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
47275 Date:   Mon Nov 22 14:15:49 2010 +0000
47276
47277     Add verification for LUA_CPATH for use require.
47278     
47279     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8593 48e7efb5-ca39-0410-a469-dd3cf9ba447f
47280
47281 commit a0230e4d8ed5b1989f024c3c4be53450f6ce41cd
47282 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
47283 Date:   Thu Nov 18 18:19:03 2010 +0000
47284
47285     Update liste of failure tests.
47286     Add an hide option for setting them.
47287     
47288     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8589 48e7efb5-ca39-0410-a469-dd3cf9ba447f
47289
47290 commit 094413b6943d232646f95f57fa0922b5cefc57e2
47291 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
47292 Date:   Thu Nov 18 17:52:58 2010 +0000
47293
47294     Added deployment file for fullduplex model.
47295     
47296     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8588 48e7efb5-ca39-0410-a469-dd3cf9ba447f
47297
47298 commit 566be4f1a9393406a6adc1b2fe815c6d1ae4e3bc
47299 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
47300 Date:   Thu Nov 18 17:52:43 2010 +0000
47301
47302     Added test files for testing fullduplex TCP model.
47303     
47304     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8587 48e7efb5-ca39-0410-a469-dd3cf9ba447f
47305
47306 commit 7184589301b9a1766815ec427e74e6b4dfd7094b
47307 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
47308 Date:   Thu Nov 18 17:52:24 2010 +0000
47309
47310     Add example to test the fullduplex aware TCP model, this option is disabled by default. To active this use --cfg=fullduplex:1.
47311     
47312     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8586 48e7efb5-ca39-0410-a469-dd3cf9ba447f
47313
47314 commit 2fe63dd198ff331f7fe3a483bc2e2f71bdb8a045
47315 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
47316 Date:   Thu Nov 18 17:14:36 2010 +0000
47317
47318     Bug fix inspired by Arnaud Guiersh's patch but that required one day of investigation to be functionnal!!!
47319     
47320     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8585 48e7efb5-ca39-0410-a469-dd3cf9ba447f
47321
47322 commit 97ceda0f19b52d3ba1833243a272dcfc57745bf1
47323 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
47324 Date:   Thu Nov 18 17:14:20 2010 +0000
47325
47326     Add more precision to the output for colorize.pl
47327     
47328     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8584 48e7efb5-ca39-0410-a469-dd3cf9ba447f
47329
47330 commit 28519cd452a15d8603b6594c634c6bfda3aa0538
47331 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
47332 Date:   Thu Nov 18 17:14:02 2010 +0000
47333
47334     Fix compilation warning.
47335     
47336     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8583 48e7efb5-ca39-0410-a469-dd3cf9ba447f
47337
47338 commit f9cd25d02415c325e77f471b71df2a19aea7419b
47339 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
47340 Date:   Thu Nov 18 17:13:45 2010 +0000
47341
47342     Ridiculously tiny economy of a stupid useless allocation.
47343     
47344     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8582 48e7efb5-ca39-0410-a469-dd3cf9ba447f
47345
47346 commit 80fa0f3395b471f32dbdee9f320be5da1f4783b0
47347 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
47348 Date:   Thu Nov 18 17:13:28 2010 +0000
47349
47350     Allow the get_route function to be used twice in a row.
47351     
47352     Before, the returned dynar was cleaned automatically by the second call to get_route.
47353     
47354     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8581 48e7efb5-ca39-0410-a469-dd3cf9ba447f
47355
47356 commit 31589d180181b5e0b8ab9e682a29500609bcf2ff
47357 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
47358 Date:   Thu Nov 18 17:13:11 2010 +0000
47359
47360     Now for null communications MSG_get_task_remaining returns ZERO.
47361     
47362     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8580 48e7efb5-ca39-0410-a469-dd3cf9ba447f
47363
47364 commit f07a897266fd95e62456a18bd6ca0c4644f07af4
47365 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
47366 Date:   Thu Nov 18 17:12:53 2010 +0000
47367
47368     Bug fix. This is a backroute!
47369     
47370     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8579 48e7efb5-ca39-0410-a469-dd3cf9ba447f
47371
47372 commit 18069359141e79577f53782e320401788d18dfb5
47373 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
47374 Date:   Thu Nov 18 17:12:31 2010 +0000
47375
47376     Add debug information.
47377     
47378     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8578 48e7efb5-ca39-0410-a469-dd3cf9ba447f
47379
47380 commit 272a52578639834870975995e6be4c528f5cb260
47381 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
47382 Date:   Thu Nov 18 16:50:30 2010 +0000
47383
47384     Add more path to find Lua
47385     
47386     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8577 48e7efb5-ca39-0410-a469-dd3cf9ba447f
47387
47388 commit fe39610cd8c7b073a712d1405588512331c4c6d7
47389 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
47390 Date:   Thu Nov 18 16:46:23 2010 +0000
47391
47392     Fix detection of lua.h on linux
47393     
47394     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8576 48e7efb5-ca39-0410-a469-dd3cf9ba447f
47395
47396 commit 7354dcbcc4ff6563bd0b247c5304dd3c24557186
47397 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
47398 Date:   Thu Nov 18 16:43:39 2010 +0000
47399
47400     Fix lua detection on apple and re-enable option lua and ruby. \But examples doesn't work due to require simgrid which is not a bundle on mac.
47401     
47402     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8575 48e7efb5-ca39-0410-a469-dd3cf9ba447f
47403
47404 commit 45f880d271401cfebc534f5d02f2f5d3533a6673
47405 Author: pini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
47406 Date:   Thu Nov 18 14:55:31 2010 +0000
47407
47408     Update default platform in smpirun.
47409     
47410     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8574 48e7efb5-ca39-0410-a469-dd3cf9ba447f
47411
47412 commit 57e7dcd49d4873f73dc0337e4f172bd169f77a44
47413 Author: pini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
47414 Date:   Thu Nov 18 14:55:29 2010 +0000
47415
47416     MPI_Comm_split is back to life.
47417     
47418     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8573 48e7efb5-ca39-0410-a469-dd3cf9ba447f
47419
47420 commit 84a1902172270a406b166d7106e26ce4b65fece8
47421 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
47422 Date:   Thu Nov 18 14:51:25 2010 +0000
47423
47424     Hide options on apple or windows if they are not worked yet.
47425     
47426     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8572 48e7efb5-ca39-0410-a469-dd3cf9ba447f
47427
47428 commit bfded142dc88f72fb1a1f7b8411413e294da0116
47429 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
47430 Date:   Wed Nov 17 17:20:42 2010 +0000
47431
47432     Make example dot if graphviz is enable and if it is possible.
47433     
47434     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8571 48e7efb5-ca39-0410-a469-dd3cf9ba447f
47435
47436 commit 6e618a5ebc6d91c42e89143c6ff98d2ddb76e14a
47437 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
47438 Date:   Wed Nov 17 17:14:18 2010 +0000
47439
47440     Make example dot if graphviz is enable.
47441     
47442     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8570 48e7efb5-ca39-0410-a469-dd3cf9ba447f
47443
47444 commit 0f910fc080cdbbc4066639b366b87c4ebf1195ee
47445 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
47446 Date:   Wed Nov 17 13:31:11 2010 +0000
47447
47448     Revert 'Delete the temporary route table for model Full' by Pierre since it broke midjy's work for no gain
47449     
47450     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8569 48e7efb5-ca39-0410-a469-dd3cf9ba447f
47451
47452 commit 5ce62344fd195b0cf910efcc89deb03362cfadb5
47453 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
47454 Date:   Wed Nov 17 13:05:01 2010 +0000
47455
47456     Fix graphviz on Linux.
47457     
47458     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8568 48e7efb5-ca39-0410-a469-dd3cf9ba447f
47459
47460 commit 16a45e38a1e86f3ee02cf16c25766f6cb8f38b17
47461 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
47462 Date:   Wed Nov 17 13:05:00 2010 +0000
47463
47464     Try to install doc if enable.
47465     
47466     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8567 48e7efb5-ca39-0410-a469-dd3cf9ba447f
47467
47468 commit dfb935741dbdd2a843f684538ab2403c082f633b
47469 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
47470 Date:   Wed Nov 17 13:04:59 2010 +0000
47471
47472     Delete the temporary route table for model Full.
47473     
47474     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8566 48e7efb5-ca39-0410-a469-dd3cf9ba447f
47475
47476 commit 6a8c5e6530806176acb8cea8e2bbaf733a4719d4
47477 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
47478 Date:   Wed Nov 17 12:53:29 2010 +0000
47479
47480     Fix problem with detection of graphviz.
47481     
47482     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8565 48e7efb5-ca39-0410-a469-dd3cf9ba447f
47483
47484 commit cc5befce2ef3e6cf8fcf8734244263ed0cb680b2
47485 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
47486 Date:   Tue Nov 16 15:30:41 2010 +0000
47487
47488     Add symetrical=NO to msg_platform.xml (symetrical is now YES be default)
47489     
47490     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8564 48e7efb5-ca39-0410-a469-dd3cf9ba447f
47491
47492 commit 3a42d7a9a23f7eeeb8448083ccd8d3da9a69197c
47493 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
47494 Date:   Tue Nov 16 10:10:59 2010 +0000
47495
47496     Add option enable_lib_static for compile libsimgrid.a and libsmpi.a
47497     
47498     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8563 48e7efb5-ca39-0410-a469-dd3cf9ba447f
47499
47500 commit c927e76c17fc515f51a6e41aa4edf59480caf190
47501 Author: agiersch <agiersch@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
47502 Date:   Tue Nov 16 09:25:39 2010 +0000
47503
47504     Make my_valgrind.pl work with spaces in parameters.
47505     
47506     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8562 48e7efb5-ca39-0410-a469-dd3cf9ba447f
47507
47508 commit 8cdb6139c90506722245818992a18fb3a547311e
47509 Author: agiersch <agiersch@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
47510 Date:   Tue Nov 16 09:25:35 2010 +0000
47511
47512     Add full path when generating memcheck tests.
47513     
47514     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8561 48e7efb5-ca39-0410-a469-dd3cf9ba447f
47515
47516 commit 1888c474f9f1789e9dd18eab06a578b3ca108bd5
47517 Author: agiersch <agiersch@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
47518 Date:   Tue Nov 16 09:25:32 2010 +0000
47519
47520     Fix argument quoting in tesh files.
47521     
47522     This makes ADD_TEST in memcheck_tests.cmake to correctly split
47523     the arguments.
47524     
47525     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8560 48e7efb5-ca39-0410-a469-dd3cf9ba447f
47526
47527 commit 51d37dedac3e4b60179a389dd2503204d98b44c9
47528 Author: agiersch <agiersch@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
47529 Date:   Tue Nov 16 09:25:28 2010 +0000
47530
47531     Fix path to binary in tesh file.
47532     
47533     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8559 48e7efb5-ca39-0410-a469-dd3cf9ba447f
47534
47535 commit cb8cc13190cca5d4ef391203c7a778edceac246d
47536 Author: agiersch <agiersch@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
47537 Date:   Tue Nov 16 09:25:25 2010 +0000
47538
47539     Simplify synchronization in parallel_log_crashtest.
47540     
47541     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8558 48e7efb5-ca39-0410-a469-dd3cf9ba447f
47542
47543 commit 2a6a0f637631eb1781bbda4b8e0c2edabbbddd4d
47544 Author: agiersch <agiersch@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
47545 Date:   Tue Nov 16 09:25:22 2010 +0000
47546
47547     Try to produce the same results with minmin on different setups.
47548     
47549     Use a volatile double temporary variable to avoid rounding differences
47550     on 32bit or 64bit x86, with or without gcc optimizations.
47551     
47552     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8557 48e7efb5-ca39-0410-a469-dd3cf9ba447f
47553
47554 commit 169693dfb10bef9cf59ecd8192ff7f355cbc031f
47555 Author: agiersch <agiersch@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
47556 Date:   Tue Nov 16 09:25:18 2010 +0000
47557
47558     Add missing XBT_PUBLIC in declaration.
47559     
47560     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8556 48e7efb5-ca39-0410-a469-dd3cf9ba447f
47561
47562 commit 9cdec68b2b54eb8f8d4761b5b0a43600532ae61e
47563 Author: agiersch <agiersch@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
47564 Date:   Mon Nov 15 17:11:09 2010 +0000
47565
47566     Fix memory leaks in msg/icomms examples.
47567     
47568     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8555 48e7efb5-ca39-0410-a469-dd3cf9ba447f
47569
47570 commit cc37ec913eb0e9d729dd3107e3f39e4a1050c921
47571 Author: agiersch <agiersch@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
47572 Date:   Mon Nov 15 17:11:05 2010 +0000
47573
47574     Fix use after free when using SIMIX_network_wait().
47575     
47576     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8554 48e7efb5-ca39-0410-a469-dd3cf9ba447f
47577
47578 commit a21b6634a89ef18ffdbde0607b410f8e59d169c3
47579 Author: agiersch <agiersch@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
47580 Date:   Mon Nov 15 17:10:59 2010 +0000
47581
47582     Remove remaining references to static version of libraries.
47583     
47584     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8553 48e7efb5-ca39-0410-a469-dd3cf9ba447f
47585
47586 commit 9b0120428ec5ff67af8cc5ad50cd20413910706c
47587 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
47588 Date:   Mon Nov 15 15:13:10 2010 +0000
47589
47590     regenerate
47591     
47592     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8552 48e7efb5-ca39-0410-a469-dd3cf9ba447f
47593
47594 commit b38d2b5748d38bdc4cc1a38c9b609d4b917a4893
47595 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
47596 Date:   Mon Nov 15 15:13:08 2010 +0000
47597
47598     don't build the static version anymore (should be a configure option?)
47599     
47600     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8551 48e7efb5-ca39-0410-a469-dd3cf9ba447f
47601
47602 commit 16f5693dc608182bbc1759c81a88e8daba630297
47603 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
47604 Date:   Mon Nov 15 15:12:57 2010 +0000
47605
47606     and now, make sure that the new GRAS code compiles w/o warning
47607     
47608     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8550 48e7efb5-ca39-0410-a469-dd3cf9ba447f
47609
47610 commit 0428d106306085706bae9a715ba533a83734d816
47611 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
47612 Date:   Mon Nov 15 15:12:55 2010 +0000
47613
47614     an unsigned int cannot be negative, no need to enforce
47615     
47616     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8549 48e7efb5-ca39-0410-a469-dd3cf9ba447f
47617
47618 commit 320071a03f9b753599df93166a1057893f27a34d
47619 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
47620 Date:   Mon Nov 15 14:25:43 2010 +0000
47621
47622     Don't overwrite an already existing route. Also fix a typo and indentation.
47623     
47624     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8548 48e7efb5-ca39-0410-a469-dd3cf9ba447f
47625
47626 commit 03954a81e55f46d5769f2f9fca19801e2aef71fa
47627 Author: agiersch <agiersch@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
47628 Date:   Mon Nov 15 10:39:38 2010 +0000
47629
47630     Fix dynar test: cpt should be signed.
47631     
47632     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8547 48e7efb5-ca39-0410-a469-dd3cf9ba447f
47633
47634 commit bcf8f219750d1298752869929343f32b780d2cc3
47635 Author: agiersch <agiersch@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
47636 Date:   Mon Nov 15 10:39:35 2010 +0000
47637
47638     Fix compilation failure.
47639     
47640     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8546 48e7efb5-ca39-0410-a469-dd3cf9ba447f
47641
47642 commit 1a2592601e29b027872580cbfc364194f8b01ba6
47643 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
47644 Date:   Fri Nov 12 20:22:54 2010 +0000
47645
47646     Partial fix of GRAS: gras-ping-sg now works again
47647     * Make the following function specific to the plugins:
47648       - gras_socket_my_port(sock)
47649       - gras_socket_peer_port(sock)
47650       - gras_socket_peer_name(sock)
47651       - gras_socket_peer_proc(sock)
47652       - gras_socket_peer_proc_set(sock,peer_proc)
47653     * In SG plugin, implement them properly knowing that the same socket
47654       object gets shared between peers
47655     * In TCP plugin, use the previous behavior
47656     * In file plugin, use THROW_UNIMPLEMENTED
47657     
47658     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8545 48e7efb5-ca39-0410-a469-dd3cf9ba447f
47659
47660 commit feefe05452f4d2543b86956a88ecb13aba9a7e76
47661 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
47662 Date:   Fri Nov 12 19:27:57 2010 +0000
47663
47664     Fix test_minmin: the simulated times had changed since r8522.
47665     
47666     
47667     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8544 48e7efb5-ca39-0410-a469-dd3cf9ba447f
47668
47669 commit 8a63264af07173eaba26c404f4e647cc9a9c584e
47670 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
47671 Date:   Fri Nov 12 19:07:29 2010 +0000
47672
47673     Fix detection of asymetric routes errors in platform files.
47674     The error is now detected, which breaks the tests relying on examples/msg/msg_platform.xml
47675     since this platform contains asymetric routes.
47676     
47677     
47678     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8543 48e7efb5-ca39-0410-a469-dd3cf9ba447f
47679
47680 commit c2f405430befb1e1b013daf24b091c7ddefa39d9
47681 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
47682 Date:   Fri Nov 12 18:44:20 2010 +0000
47683
47684     Add an invalid platform test for which the parser should trigger an assertion error
47685     
47686     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8542 48e7efb5-ca39-0410-a469-dd3cf9ba447f
47687
47688 commit 7743da8dc9efc4c67abdb6318f8c71166f0f8743
47689 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
47690 Date:   Fri Nov 12 17:15:31 2010 +0000
47691
47692     Fix tesh file of tesh-simdag-parser-bogus-symmetric
47693     
47694     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8541 48e7efb5-ca39-0410-a469-dd3cf9ba447f
47695
47696 commit 54c2fb5c3ed10651806b29ebba5fc339b3909254
47697 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
47698 Date:   Fri Nov 12 17:03:14 2010 +0000
47699
47700     Protect the if inside the xbt_assert macros
47701     
47702     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8540 48e7efb5-ca39-0410-a469-dd3cf9ba447f
47703
47704 commit c20d392fa3f8d901885cb8c04d37230b4bdf1ef2
47705 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
47706 Date:   Fri Nov 12 16:49:05 2010 +0000
47707
47708     Fix compilation warnings in the dynar test
47709     
47710     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8539 48e7efb5-ca39-0410-a469-dd3cf9ba447f
47711
47712 commit 455494174c42b211264e4b7c3a1af4fc530713cd
47713 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
47714 Date:   Fri Nov 12 15:56:09 2010 +0000
47715
47716     Add a test enforcing that the route redefinition (when symmetrical=yes) is correctly detected
47717     
47718     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8538 48e7efb5-ca39-0410-a469-dd3cf9ba447f
47719
47720 commit 2bf22ee253fc8e7ca65a91e5fc8e36393af18860
47721 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
47722 Date:   Fri Nov 12 15:56:07 2010 +0000
47723
47724     Cosmetics on the output when parsing the platform raises an exception
47725     
47726     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8537 48e7efb5-ca39-0410-a469-dd3cf9ba447f
47727
47728 commit c4aff8ff373e26e56e1589ce541659eae43be460
47729 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
47730 Date:   Fri Nov 12 15:28:56 2010 +0000
47731
47732     add a convinient xbt_dynar_set_as() macro, and test it
47733     
47734     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8536 48e7efb5-ca39-0410-a469-dd3cf9ba447f
47735
47736 commit 5651e471a6df819cbeba59ba1875cbf163afc9e4
47737 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
47738 Date:   Fri Nov 12 15:22:18 2010 +0000
47739
47740     Test that insert/replace/remove functions of dynars are working (and fix insert when inserting after the end)
47741     
47742     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8535 48e7efb5-ca39-0410-a469-dd3cf9ba447f
47743
47744 commit 1916c0ed52880dea152c8c4bdee1d7373c9030d2
47745 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
47746 Date:   Fri Nov 12 15:22:16 2010 +0000
47747
47748     regenerate this file; dict.c was probably updated at some point
47749     
47750     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8534 48e7efb5-ca39-0410-a469-dd3cf9ba447f
47751
47752 commit e1ca3c23e6193b55f52918a2e957596d4d6d96ab
47753 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
47754 Date:   Fri Nov 12 15:22:06 2010 +0000
47755
47756     always regenerate the unit tests when possible, even if not in maintainer_mode
47757     
47758     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8533 48e7efb5-ca39-0410-a469-dd3cf9ba447f
47759
47760 commit ab4337b69bd5b574b3152ca7ada7251ca21a4e59
47761 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
47762 Date:   Fri Nov 12 15:22:04 2010 +0000
47763
47764     Always check for perl since we need it quite a lot, actually
47765     
47766     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8532 48e7efb5-ca39-0410-a469-dd3cf9ba447f
47767
47768 commit 9829b001d0d2295ddea29dfd3000746d76271ced
47769 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
47770 Date:   Fri Nov 12 14:40:44 2010 +0000
47771
47772     a platform file which should activate the auto-non-symmetrical behavior of surf routing parser
47773     
47774     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8531 48e7efb5-ca39-0410-a469-dd3cf9ba447f
47775
47776 commit 91acf4bb9f8445fc53fb4e252a36f86694be6a98
47777 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
47778 Date:   Fri Nov 12 14:27:06 2010 +0000
47779
47780     Do not enforce that the idx is within the bounds for xbt_dynar_insert since the dynar is expended on need
47781     
47782     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8530 48e7efb5-ca39-0410-a469-dd3cf9ba447f
47783
47784 commit a50b1f045a64b446ba509f36d52c3167cfc5ae4a
47785 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
47786 Date:   Fri Nov 12 13:28:45 2010 +0000
47787
47788     tiny cosmetics: use xbt_strdup where intended instead of bprintf('%s'. That's idempotent, but faster
47789     
47790     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8529 48e7efb5-ca39-0410-a469-dd3cf9ba447f
47791
47792 commit c0abfff283de80fc370e824ee6ecfaef2c481ee3
47793 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
47794 Date:   Fri Nov 12 13:28:43 2010 +0000
47795
47796     kill generated file out of the svn
47797     
47798     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8528 48e7efb5-ca39-0410-a469-dd3cf9ba447f
47799
47800 commit 1c424d9d824e070aa0f54a5182e7e621b0074c47
47801 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
47802 Date:   Fri Nov 12 10:14:58 2010 +0000
47803
47804     cleanups
47805     
47806     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8527 48e7efb5-ca39-0410-a469-dd3cf9ba447f
47807
47808 commit 80c84ddd8a87e9f6740c8b18e18570745c356686
47809 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
47810 Date:   Fri Nov 12 10:12:21 2010 +0000
47811
47812     update lua(bypass) examples
47813     
47814     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8526 48e7efb5-ca39-0410-a469-dd3cf9ba447f
47815
47816 commit 7a22d4005e1aecb23effe14a89c6ff97d9dbeda8
47817 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
47818 Date:   Fri Nov 12 10:10:09 2010 +0000
47819
47820     use indexed table for Route.new (only for lua examples & still improvale for console_msg/gras/simdag examples) and Host.setFunction when using lua console
47821     
47822     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8525 48e7efb5-ca39-0410-a469-dd3cf9ba447f
47823
47824 commit 9ccff1a3afe1c4cea5fec19370d71e8ed26a9697
47825 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
47826 Date:   Wed Nov 10 20:01:53 2010 +0000
47827
47828     Bug fix. Now cpu_im can handle tasks whose size is 0. That's more convenient for SimDAG users...
47829     
47830     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8524 48e7efb5-ca39-0410-a469-dd3cf9ba447f
47831
47832 commit a2aa43299070a15366fcbb416eebf8875e1ae39f
47833 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
47834 Date:   Wed Nov 10 20:01:49 2010 +0000
47835
47836     Improve debugging and fix a broken test that was only activating debug messages.
47837     
47838     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8523 48e7efb5-ca39-0410-a469-dd3cf9ba447f
47839
47840 commit 3d2bafd1e198532aa45a77cc9377e0ee9695d657
47841 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
47842 Date:   Wed Nov 10 17:31:27 2010 +0000
47843
47844     Rate should be -1 and not 0... This caused TCP_gamma bound to be ignored for some obscure reason.
47845     
47846     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8522 48e7efb5-ca39-0410-a469-dd3cf9ba447f
47847
47848 commit 580d7712b93b8d1e0cf4cd8dcb1dbc8f274a5f61
47849 Author: suter <suter@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
47850 Date:   Wed Nov 10 14:44:55 2010 +0000
47851
47852     recv was still in DEBUG instead of VERB
47853     
47854     
47855     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8521 48e7efb5-ca39-0410-a469-dd3cf9ba447f
47856
47857 commit 2e3b687e7a76ce59679b673be2a1c3ceb2d05f56
47858 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
47859 Date:   Wed Nov 10 13:22:29 2010 +0000
47860
47861     instrumentation of the dax loader and its example
47862     
47863     details:
47864     - tasks are categorized by their names
47865     - comm tasks are categorized according to the
47866     category of the origin task
47867     - code isolated with ifdef's
47868     
47869     todo:
47870     - use the type of file between the tasks as comm categories
47871     
47872     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8520 48e7efb5-ca39-0410-a469-dd3cf9ba447f
47873
47874 commit 6f1eddd629f667b1fc421bd6433603ff8eca82c5
47875 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
47876 Date:   Wed Nov 10 10:22:37 2010 +0000
47877
47878     two additional functions to declare categories (now with user colors)
47879     
47880     details:
47881     - TRACE_category_with_color (category, color)
47882     - TRACE_create_category_with_color (cat, type, parent_cat, color)
47883         - this function can be used to create hierarchical categories definition
47884     
47885     - color is a char* that must be in the following format
47886         "%f %f %f", red, green, blue
47887         where red, green, blue are float values in the interval [0, 1]
47888     
47889     - user can specify a NULL color, or simply call the
47890         TRACE_category (cat) or
47891         TRACE_create_category (cat, type, parent_cat)
47892         as before
47893         -> instrumentation will define random colors
47894                 - but they might not be good colors for visu
47895     
47896     - no need to configure colors during visualization analysis
47897     
47898     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8519 48e7efb5-ca39-0410-a469-dd3cf9ba447f
47899
47900 commit eb458edefa0962215cc62c304bc44588308aecc4
47901 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
47902 Date:   Wed Nov 10 10:22:36 2010 +0000
47903
47904     new event to declare a variable type associated with a color
47905     
47906     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8518 48e7efb5-ca39-0410-a469-dd3cf9ba447f
47907
47908 commit ab7832b0c07c62e8337dde2b452ab79f94ecf63f
47909 Author: suter <suter@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
47910 Date:   Wed Nov 10 08:46:17 2010 +0000
47911
47912     change timed trace output from DEBUG to VERB to distinguish a
47913     sometimes desired output (all the actions with their execution time)
47914     from true debug information
47915     
47916     
47917     
47918     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8517 48e7efb5-ca39-0410-a469-dd3cf9ba447f
47919
47920 commit ce49ca0ed030269ca9f2bfb163791e6714471ce4
47921 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
47922 Date:   Tue Nov 9 22:55:41 2010 +0000
47923
47924     re-implementing categorized platform tracing method B, smaller trace files
47925     
47926     details:
47927     - method A traces exactly surf actions update, use as a safe alternative
47928           --cfg=tracing/platform/method:a
47929     - method B gives a significant reduction in trace files
47930           - tests have shown that these smaller files correspond to the behavior
47931             registered by method A, without loss of precision in categorized resource
47932             utilization
47933     
47934     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8516 48e7efb5-ca39-0410-a469-dd3cf9ba447f
47935
47936 commit c94539cc65cb690b9e22ccd1b7654f2c7bd18d77
47937 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
47938 Date:   Tue Nov 9 22:55:40 2010 +0000
47939
47940     isolating uncategorized resource utilization tracing to get a cleaner trace
47941     
47942     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8515 48e7efb5-ca39-0410-a469-dd3cf9ba447f
47943
47944 commit 256f326db16e557f9d5158e9e723c29f9cd6706d
47945 Author: agiersch <agiersch@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
47946 Date:   Tue Nov 9 17:51:22 2010 +0000
47947
47948     Remove debugging cruft.  Sorry for the noise.
47949     
47950     
47951     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8514 48e7efb5-ca39-0410-a469-dd3cf9ba447f
47952
47953 commit 30a4019c0ba22d6ee8d732afac2b93773bb76ea1
47954 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
47955 Date:   Tue Nov 9 17:20:47 2010 +0000
47956
47957     Fix CMake detection of dependencies between source files and headers
47958     
47959     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8513 48e7efb5-ca39-0410-a469-dd3cf9ba447f
47960
47961 commit 2b0ff033841e34f11903b3fd85f5faa6468ae3f2
47962 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
47963 Date:   Tue Nov 9 17:20:27 2010 +0000
47964
47965     Let it compile in paranoid mode without _XBT_GNUC_UNUSED (cosmetics only)
47966     
47967     The main issue of the previous fix to the problem (by Arnaud G) was
47968     that it documented the commit in the source, explaining why it was
47969     mandatory in a C comment. That's source bloat in my mind:
47970     git blame+git log can give you the same information if you need it.
47971     
47972     So I figured out an excuse to recommit on top of it, and here we go :)
47973     
47974     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8512 48e7efb5-ca39-0410-a469-dd3cf9ba447f
47975
47976 commit 56f9bb799e852bb2ff797399c41863d8593b5968
47977 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
47978 Date:   Tue Nov 9 17:20:06 2010 +0000
47979
47980     Implement the field width in log formats
47981     
47982     I needed this to sort the output in tesh, which is mandatory for //
47983     execution, as processes run out of order at any given scheduling point.
47984     
47985     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8511 48e7efb5-ca39-0410-a469-dd3cf9ba447f
47986
47987 commit 7af82e29ef89d022e278f4d420b9c7c83416145a
47988 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
47989 Date:   Tue Nov 9 17:19:46 2010 +0000
47990
47991     documentation fix
47992     
47993     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8510 48e7efb5-ca39-0410-a469-dd3cf9ba447f
47994
47995 commit 864893ef99bde35ae658a692f7c59c4fa071187c
47996 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
47997 Date:   Tue Nov 9 17:19:24 2010 +0000
47998
47999     more verbose autosetting
48000     
48001     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8509 48e7efb5-ca39-0410-a469-dd3cf9ba447f
48002
48003 commit b0dda3cdd6d01bf663627bc1eef628dfdf1418d7
48004 Author: agiersch <agiersch@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
48005 Date:   Tue Nov 9 15:48:04 2010 +0000
48006
48007     Forgot this file with commit 8506.
48008     
48009     
48010     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8508 48e7efb5-ca39-0410-a469-dd3cf9ba447f
48011
48012 commit f03550978a0feef1e5cf1bac8f23d3995eb0a477
48013 Author: agiersch <agiersch@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
48014 Date:   Tue Nov 9 15:46:40 2010 +0000
48015
48016     Tesh updates:
48017     * Install a thread to wait for termination signals and thus avoid
48018       deadlocks when, for example, a signal is received while the
48019       armageddon_mutex is locked.
48020     * Try to be more valgrind friendly by freeing objects on exit.
48021     
48022     
48023     
48024     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8507 48e7efb5-ca39-0410-a469-dd3cf9ba447f
48025
48026 commit 2831d2c37a4dd6d3c5d0df01e6fd0ea5d18627a1
48027 Author: agiersch <agiersch@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
48028 Date:   Tue Nov 9 15:46:03 2010 +0000
48029
48030     Reviewed locking in mmalloc:
48031     * Correctly initialize and destroy the mdp mutex.
48032     * Simplify locking logic by pushing it up in {m,c,re}alloc/free
48033       in "mm_legacy.c".
48034     * Lock the default_mdp mutex around fork calls
48035       (introduce xbt_os_thread_atfork for this purpose).
48036     * Increase HEAP_OFFSET to avoid strange errors with valgrind
48037       (got unexplained memory corruption in tesh with several threads).
48038     
48039     
48040     
48041     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8506 48e7efb5-ca39-0410-a469-dd3cf9ba447f
48042
48043 commit 6628f256d9dc13c27721bb9846269e5f3c653d3c
48044 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
48045 Date:   Tue Nov 9 14:30:13 2010 +0000
48046
48047     tracing option to trace uncategorized resource utilization
48048     
48049     details:
48050     - default is 0
48051     - so if categories are not needed, have to set tracing/uncategorized:1
48052     to get resource utilization traces for the simulation
48053     
48054     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8505 48e7efb5-ca39-0410-a469-dd3cf9ba447f
48055
48056 commit 90b670728fde4a591afa561ea5d1243b2a678438
48057 Author: genaud <genaud@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
48058 Date:   Sat Nov 6 09:15:30 2010 +0000
48059
48060     Changed optimizing metric to log error
48061     
48062     
48063     
48064     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8504 48e7efb5-ca39-0410-a469-dd3cf9ba447f
48065
48066 commit 74eba548bff1168594c39c3b483ee6db94acd808
48067 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
48068 Date:   Fri Nov 5 15:09:13 2010 +0000
48069
48070     Add function xbt_dynar_compare
48071     arg1 : dynar
48072     arg2 : dynar
48073     arg3 : the function used to compare
48074     
48075     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8501 48e7efb5-ca39-0410-a469-dd3cf9ba447f
48076
48077 commit 220a2e5a4021f10d1a6a4d92ae478b2d1edb0973
48078 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
48079 Date:   Fri Nov 5 15:09:12 2010 +0000
48080
48081     By default setting route symetrical to YES
48082     Implement a function to compare if two routes are different.
48083     
48084     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8500 48e7efb5-ca39-0410-a469-dd3cf9ba447f
48085
48086 commit e077f7374cc5338a28bafb4a391f69ae62cdbe98
48087 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
48088 Date:   Fri Nov 5 15:09:10 2010 +0000
48089
48090     Add a backbone sharing policy in dtd.
48091     Add a FATPIPE sharing policy to host link in cluster tag.
48092     
48093     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8499 48e7efb5-ca39-0410-a469-dd3cf9ba447f
48094
48095 commit 6cd713b26cdc35133acb282e251d44307acf5a10
48096 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
48097 Date:   Fri Nov 5 09:40:38 2010 +0000
48098
48099     new configuration option tracing/smpi/group
48100     
48101     details:
48102     - by default, it is set to 0
48103     - if is 0, the behavior of each MPI process (in the interface
48104     level: MPI_Send, Recv, ...) is not group by host (this means
48105     that you do not know where it was executed by looking only the
48106     trace)
48107     - otherwise, processes are grouped by host
48108     
48109     info:
48110     - traditional mpi-focused visualization tools usually do not
48111     group by hosts: that is the reason we are keeping the default value
48112     to 0 (not grouped)
48113     
48114     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8498 48e7efb5-ca39-0410-a469-dd3cf9ba447f
48115
48116 commit 6807a2447d77330892cdf320b4bec2558b83f3c6
48117 Author: agiersch <agiersch@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
48118 Date:   Thu Nov 4 08:38:53 2010 +0000
48119
48120     Fix build in paranoid mode without tracing support.
48121     
48122     
48123     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8497 48e7efb5-ca39-0410-a469-dd3cf9ba447f
48124
48125 commit 30576d0e7c7f461775114adf995b63d9f4725f28
48126 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
48127 Date:   Tue Nov 2 15:38:12 2010 +0000
48128
48129     Export JAVA_LIBRARY_PATH for testing.
48130     
48131     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8496 48e7efb5-ca39-0410-a469-dd3cf9ba447f
48132
48133 commit 2c2e54a448cd73054957e4816304202bd5ce1ba5
48134 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
48135 Date:   Tue Nov 2 11:31:37 2010 +0000
48136
48137     Initialized value for compil succed in paranoid mode.
48138     
48139     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8495 48e7efb5-ca39-0410-a469-dd3cf9ba447f
48140
48141 commit 26bedd979bb768745e0bd26657114ba52b6685be
48142 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
48143 Date:   Tue Nov 2 11:31:36 2010 +0000
48144
48145     Fix install problem with simgrid_config.h.
48146     
48147     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8494 48e7efb5-ca39-0410-a469-dd3cf9ba447f
48148
48149 commit 97c7d15d4bca89da2422089e17de8afac009160b
48150 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
48151 Date:   Sun Oct 31 13:12:48 2010 +0000
48152
48153     Don't mess with MSG internals from ruby, but use the public interface. Good idea when the internals are about to change
48154     
48155     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8493 48e7efb5-ca39-0410-a469-dd3cf9ba447f
48156
48157 commit 1372bba9282aabce62d6c3f8bb47c4281337482d
48158 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
48159 Date:   Sun Oct 31 12:30:29 2010 +0000
48160
48161     useless cosmetics
48162     
48163     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8492 48e7efb5-ca39-0410-a469-dd3cf9ba447f
48164
48165 commit 82bfb9e0085b4252a56331671c585f4c744d7de4
48166 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
48167 Date:   Sun Oct 31 12:29:54 2010 +0000
48168
48169     remove the link before creating it
48170     
48171     Conflicts:
48172     
48173         buildtools/Cmake/MakeExeLib.cmake
48174     
48175     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8491 48e7efb5-ca39-0410-a469-dd3cf9ba447f
48176
48177 commit 2910fcae936946944e9b4fbc74c77767e7d5c9bd
48178 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
48179 Date:   Sun Oct 31 12:29:19 2010 +0000
48180
48181     cosmetics (change 'self' identifier to 'me' for g++ compatibility)
48182     
48183     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8490 48e7efb5-ca39-0410-a469-dd3cf9ba447f
48184
48185 commit be6de185e5245c668a738af7b600925e2c95b46c
48186 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
48187 Date:   Sun Oct 31 12:28:44 2010 +0000
48188
48189     prefer out-of-source generated headers
48190     
48191     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8489 48e7efb5-ca39-0410-a469-dd3cf9ba447f
48192
48193 commit b3efc3a757648f3dfeef76629605f8022d1fc8e0
48194 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
48195 Date:   Sun Oct 31 12:28:09 2010 +0000
48196
48197     fix file permissions
48198     
48199     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8488 48e7efb5-ca39-0410-a469-dd3cf9ba447f
48200
48201 commit 61e51ed458b9c4bc40343c50fc28ab0f3da72eaa
48202 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
48203 Date:   Sun Oct 31 12:27:32 2010 +0000
48204
48205     do not write in source directory when building out of source
48206     
48207     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8487 48e7efb5-ca39-0410-a469-dd3cf9ba447f
48208
48209 commit 4560fb2f0f64f8791f76b157d0d6d45758ec3253
48210 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
48211 Date:   Sun Oct 31 12:26:57 2010 +0000
48212
48213     let it cross compile for real, now
48214     
48215     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8486 48e7efb5-ca39-0410-a469-dd3cf9ba447f
48216
48217 commit 5bd975f6b207038a9e62a96346522060e8e5cf6e
48218 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
48219 Date:   Sun Oct 31 12:26:21 2010 +0000
48220
48221     typo in comments (sorry for the noise)
48222     
48223     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8485 48e7efb5-ca39-0410-a469-dd3cf9ba447f
48224
48225 commit 6b651ddf5d1e4bcfe238d270f6917bd89a9fa040
48226 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
48227 Date:   Sun Oct 31 12:25:40 2010 +0000
48228
48229     attempt to let it cross-compile windows from linux. Not quite yet
48230     
48231     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8484 48e7efb5-ca39-0410-a469-dd3cf9ba447f
48232
48233 commit 5dd527ebe24425353b8d565ca001ee1741e1bfab
48234 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
48235 Date:   Fri Oct 29 17:26:25 2010 +0000
48236
48237     update...
48238     
48239     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8483 48e7efb5-ca39-0410-a469-dd3cf9ba447f
48240
48241 commit 60706059686cb73a95966439b7cc696eae84873a
48242 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
48243 Date:   Fri Oct 29 16:57:55 2010 +0000
48244
48245     adding methods to get Host Properties, and trace file generation
48246     
48247     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8482 48e7efb5-ca39-0410-a469-dd3cf9ba447f
48248
48249 commit 427390df75aeb9c82a73bde4ffacb649025cd66e
48250 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
48251 Date:   Fri Oct 29 15:09:25 2010 +0000
48252
48253     making ping pong be executed 10 times
48254     
48255     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8481 48e7efb5-ca39-0410-a469-dd3cf9ba447f
48256
48257 commit 536b583c5b6a90e0ace30a23a77e06a3859289d7
48258 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
48259 Date:   Fri Oct 29 15:08:15 2010 +0000
48260
48261     adding more categories to instrumented NAS DT benchmark
48262     
48263     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8480 48e7efb5-ca39-0410-a469-dd3cf9ba447f
48264
48265 commit 48a9ba3cccf9510177d1952f4f2af2f4dd11b94f
48266 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
48267 Date:   Fri Oct 29 15:08:13 2010 +0000
48268
48269     let pass if action is not being traced with a category
48270     
48271     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8479 48e7efb5-ca39-0410-a469-dd3cf9ba447f
48272
48273 commit 13c53b6fcd32879cf900cc1b84b611dad019a792
48274 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
48275 Date:   Thu Oct 28 15:01:50 2010 +0000
48276
48277     Add a verification on pcre.h
48278     
48279     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8478 48e7efb5-ca39-0410-a469-dd3cf9ba447f
48280
48281 commit ee596e0f94c86135bf76170ff7b30fa1c5e3699e
48282 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
48283 Date:   Thu Oct 28 14:18:09 2010 +0000
48284
48285     renaming dt-trace.c to dt.c inside dt-trace directory
48286     
48287     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8477 48e7efb5-ca39-0410-a469-dd3cf9ba447f
48288
48289 commit 64e9b84346cb49cd80e0aada00d59db745f48e20
48290 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
48291 Date:   Thu Oct 28 14:18:08 2010 +0000
48292
48293     using smpi_shared_[malloc|free] in DT-trace benchmark (as in dt-folding)
48294     
48295     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8476 48e7efb5-ca39-0410-a469-dd3cf9ba447f
48296
48297 commit c3d226f96d4fa3cfef20972eac13b71d260decdd
48298 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
48299 Date:   Thu Oct 28 14:18:07 2010 +0000
48300
48301     setting categories with SMPI must always be after MPI_Init
48302     
48303     details:
48304     - TRACE_smpi_set_category calls smpi_bench_end, which expects
48305     that the smpi_bench was initialized
48306     - programs will segfault if TRACE_smpi_set_category is called before
48307     MPI_Init
48308     
48309     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8475 48e7efb5-ca39-0410-a469-dd3cf9ba447f
48310
48311 commit 5269350465d39205912a579ddfa0d45d4ba05613
48312 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
48313 Date:   Thu Oct 28 14:18:05 2010 +0000
48314
48315     making DT-trace generate binaries with "-trace"
48316     
48317     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8474 48e7efb5-ca39-0410-a469-dd3cf9ba447f
48318
48319 commit 0546aee8f6255018d9dc36c2835f4ba43c34ab62
48320 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
48321 Date:   Thu Oct 28 11:44:20 2010 +0000
48322
48323     avoid inclusion of internal headers in user code
48324     
48325     details:
48326     - have_latency_bound_tracking define is set on include/simgrid_config.h
48327     
48328     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8473 48e7efb5-ca39-0410-a469-dd3cf9ba447f
48329
48330 commit 1eb766c33ff16a024a0ad8c6e680a9f85ddbc435
48331 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
48332 Date:   Thu Oct 28 11:44:19 2010 +0000
48333
48334     preprocessor define for latency bound tracking can be used by user-code
48335     
48336     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8472 48e7efb5-ca39-0410-a469-dd3cf9ba447f
48337
48338 commit 2bafc9e47b08a780d3e0d57580404cfda3f17095
48339 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
48340 Date:   Thu Oct 28 11:44:18 2010 +0000
48341
48342     always set latency_bound_tracking to on when gtnets is enabled
48343     
48344     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8471 48e7efb5-ca39-0410-a469-dd3cf9ba447f
48345
48346 commit 6c19cd2529fe920ec5927235f4eb910b2e98b312
48347 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
48348 Date:   Thu Oct 28 11:44:17 2010 +0000
48349
48350     moving TRACE_smpi_set_category to smpi_mpi.c so function can call smpi_bench_*
48351     
48352     details:
48353     - since smpi_bench_end generates a execute task, we have
48354     to call smpi_bench_end before changing the process's category
48355     - if we don't do so, we end up with a new category to an execute
48356     action that should have the process's old category
48357     - function prototype is kept in instr/instr.h
48358     
48359     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8470 48e7efb5-ca39-0410-a469-dd3cf9ba447f
48360
48361 commit eb5a9c33c0c791e1c90c4c99db33460a074107a2
48362 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
48363 Date:   Thu Oct 28 11:44:16 2010 +0000
48364
48365     fix on the use of dynar by smpi instrumentation
48366     
48367     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8469 48e7efb5-ca39-0410-a469-dd3cf9ba447f
48368
48369 commit 39bbf791c23a1c90885b63c704aa37382f06d163
48370 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
48371 Date:   Wed Oct 27 14:15:04 2010 +0000
48372
48373     Rename some functions
48374     
48375     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8468 48e7efb5-ca39-0410-a469-dd3cf9ba447f
48376
48377 commit ab190e32c3d3e3e5d6aa108eea42e0a86cec2e50
48378 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
48379 Date:   Wed Oct 27 14:15:02 2010 +0000
48380
48381     Add function to "config tag" when using properties.
48382     
48383     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8467 48e7efb5-ca39-0410-a469-dd3cf9ba447f
48384
48385 commit f7662638bcbfbf4922d5887273eb6645b1091479
48386 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
48387 Date:   Wed Oct 27 10:53:30 2010 +0000
48388
48389     Fix output problem with gtnets tests.
48390     
48391     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8466 48e7efb5-ca39-0410-a469-dd3cf9ba447f
48392
48393 commit 13416dd37b38fb2be784854bcf1dd254e25e627c
48394 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
48395 Date:   Wed Oct 27 10:42:14 2010 +0000
48396
48397     Fix gtnets support with new routing format.
48398     
48399     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8465 48e7efb5-ca39-0410-a469-dd3cf9ba447f
48400
48401 commit c4ec697aabf55728a3845ff86ccc04dfdbc525e2
48402 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
48403 Date:   Wed Oct 27 10:42:14 2010 +0000
48404
48405     Add tests for fullduplex and symmetrical
48406     
48407     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8464 48e7efb5-ca39-0410-a469-dd3cf9ba447f
48408
48409 commit a09eb6556675019e53ca2566d0f9770fbe77ef82
48410 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
48411 Date:   Wed Oct 27 10:42:12 2010 +0000
48412
48413     Fix tests using link_ctn and route with bypass.
48414     
48415     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8463 48e7efb5-ca39-0410-a469-dd3cf9ba447f
48416
48417 commit 0383421173c9912a8d3a95ad79727003e962aff9
48418 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
48419 Date:   Wed Oct 27 10:42:11 2010 +0000
48420
48421     Setting symetrical = NO by default.
48422     
48423     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8462 48e7efb5-ca39-0410-a469-dd3cf9ba447f
48424
48425 commit 7b655045b43dc7088dd3694ab75fc7f0edbd3bc6
48426 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
48427 Date:   Wed Oct 27 10:42:10 2010 +0000
48428
48429     Implement symetrical for Asroute
48430     
48431     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8461 48e7efb5-ca39-0410-a469-dd3cf9ba447f
48432
48433 commit 6868b36236eaea56bb346121b311fdfe7b4e8bfb
48434 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
48435 Date:   Wed Oct 27 10:42:08 2010 +0000
48436
48437     Add one platform with fullduplex link.
48438     
48439     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8460 48e7efb5-ca39-0410-a469-dd3cf9ba447f
48440
48441 commit 11856e685517bed3c9729cadcbeb05e7016896cd
48442 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
48443 Date:   Wed Oct 27 10:42:07 2010 +0000
48444
48445     Implement symetrical for route.
48446     
48447     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8459 48e7efb5-ca39-0410-a469-dd3cf9ba447f
48448
48449 commit 37847073d272353f40d07e8d110b963488362efb
48450 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
48451 Date:   Wed Oct 27 10:42:05 2010 +0000
48452
48453     Add in DTD direction for link_ctn and sharing_policy for link and cluster
48454     cluster  sharing_policy SHARED FULLDUPLEX
48455     link     sharing_policy SHARED FATPIPE FULLDUPLEX
48456     link_ctn direction UP DOWN NONE
48457     
48458     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8458 48e7efb5-ca39-0410-a469-dd3cf9ba447f
48459
48460 commit 070237db910ea128c73209d66d2d82dd5fff32bb
48461 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
48462 Date:   Wed Oct 27 10:42:04 2010 +0000
48463
48464     Move bypassRoutes to s_routing_component_t.
48465     
48466     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8457 48e7efb5-ca39-0410-a469-dd3cf9ba447f
48467
48468 commit 0fdad33dc8511e883d532c8bc4ba6f10bc5995e0
48469 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
48470 Date:   Wed Oct 27 10:42:03 2010 +0000
48471
48472     Move parse_routes to s_routing_component_t.
48473     
48474     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8456 48e7efb5-ca39-0410-a469-dd3cf9ba447f
48475
48476 commit c5dd3f3824a8443a0f7292b32ec482116e89c9a0
48477 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
48478 Date:   Wed Oct 27 10:42:01 2010 +0000
48479
48480     Add huge cluster platforms
48481     
48482     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8455 48e7efb5-ca39-0410-a469-dd3cf9ba447f
48483
48484 commit d3797cebf56d8abd2650f2b570874f09853caa2c
48485 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
48486 Date:   Wed Oct 27 07:45:11 2010 +0000
48487
48488     define the size of local char variables in the instrumentation files
48489     
48490     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8454 48e7efb5-ca39-0410-a469-dd3cf9ba447f
48491
48492 commit 1423e3f7721b69cf594f13a198480eefa2e824de
48493 Author: genaud <genaud@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
48494 Date:   Mon Oct 25 13:21:46 2010 +0000
48495
48496     bug introduced yesterday fixed
48497     
48498     
48499     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8453 48e7efb5-ca39-0410-a469-dd3cf9ba447f
48500
48501 commit fa75d94ba41d614040bd48d4f12bafb3b19e25d9
48502 Author: agiersch <agiersch@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
48503 Date:   Mon Oct 25 12:01:09 2010 +0000
48504
48505     Using size_t for table_size in surf_routing.c, in order to ensure that
48506     (table_size*table_size) does not overflow on 64bit architectures when
48507     table_size > 46340.
48508     
48509     
48510     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8452 48e7efb5-ca39-0410-a469-dd3cf9ba447f
48511
48512 commit 1a39cc6fdc908c33507b5b0f8bae61f7286fd4ca
48513 Author: agiersch <agiersch@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
48514 Date:   Mon Oct 25 11:33:37 2010 +0000
48515
48516     Make bprintf abort on error, and define bvprintf accordingly.
48517     When there is no error checking, use bprintf or bvprintf instead of
48518     asprintf or vasprintf.
48519     
48520     
48521     
48522     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8451 48e7efb5-ca39-0410-a469-dd3cf9ba447f
48523
48524 commit 057f189342acabd431a079455e0800d1abcd8057
48525 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
48526 Date:   Mon Oct 25 10:41:51 2010 +0000
48527
48528     Document the parameters used for the last massive indent pass
48529     
48530     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8450 48e7efb5-ca39-0410-a469-dd3cf9ba447f
48531
48532 commit 941539630dd8c0e55e717f45da7dbe53edd03f49
48533 Author: genaud <genaud@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
48534 Date:   Sun Oct 24 00:02:17 2010 +0000
48535
48536     + sort skampi datalog on message size after file read
48537     
48538     
48539     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8448 48e7efb5-ca39-0410-a469-dd3cf9ba447f
48540
48541 commit f08c51969b477f4df715e6ed41846f01e52450a7
48542 Author: genaud <genaud@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
48543 Date:   Sat Oct 23 23:43:31 2010 +0000
48544
48545     + bug fixed (not pingpong time divided by #links but by 2 instead)
48546     + xrange -> range
48547     + skamppi data sorted by mesage size after being read from data file
48548     
48549     
48550     
48551     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8447 48e7efb5-ca39-0410-a469-dd3cf9ba447f
48552
48553 commit 94843afd4198a952b108263c631bae8869f20614
48554 Author: agiersch <agiersch@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
48555 Date:   Sat Oct 23 13:35:03 2010 +0000
48556
48557     Use size_t for xbt_malloc and friends.
48558     Unsigned ints may be too short on 64bit archs.
48559     
48560     
48561     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8446 48e7efb5-ca39-0410-a469-dd3cf9ba447f
48562
48563 commit 195011a04b27a42710b8bc68bf0d5b6578eca6c1
48564 Author: genaud <genaud@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
48565 Date:   Fri Oct 22 11:44:56 2010 +0000
48566
48567     comment
48568     
48569     
48570     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8445 48e7efb5-ca39-0410-a469-dd3cf9ba447f
48571
48572 commit 6b28daccf7142bd4b00e9eee1cd63daa90ae4ad9
48573 Author: agiersch <agiersch@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
48574 Date:   Fri Oct 22 09:29:15 2010 +0000
48575
48576     Check return value of (v)asprintf.
48577     
48578     
48579     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8444 48e7efb5-ca39-0410-a469-dd3cf9ba447f
48580
48581 commit c40ccdf3f0f6a87fe049538c0a593e5f8862b5d8
48582 Author: suter <suter@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
48583 Date:   Fri Oct 22 07:50:52 2010 +0000
48584
48585     Add a small example to test the barrier action which seems to be currently broken
48586     
48587     Can be launched as follows
48588     ./actions homogeneous_3_hosts.xml bcast_deployment.xml actions_barrier.txt
48589     
48590     
48591     
48592     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8443 48e7efb5-ca39-0410-a469-dd3cf9ba447f
48593
48594 commit 04a3cb0c60db77d81325fe54e6260673ed22a074
48595 Author: agiersch <agiersch@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
48596 Date:   Thu Oct 21 16:34:31 2010 +0000
48597
48598     Fix bug in xbt_dicti_set: previous was not updated.
48599     
48600     
48601     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8442 48e7efb5-ca39-0410-a469-dd3cf9ba447f
48602
48603 commit 23d1de2a773c69fda37d5d1c3e3a8ea72e0dd523
48604 Author: agiersch <agiersch@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
48605 Date:   Wed Oct 20 20:10:28 2010 +0000
48606
48607     Fix supernovae build with older gcc and/or libc.
48608     
48609     
48610     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8441 48e7efb5-ca39-0410-a469-dd3cf9ba447f
48611
48612 commit da76b0351036351fe293167ae8022aaf51acceef
48613 Author: agiersch <agiersch@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
48614 Date:   Wed Oct 20 14:49:50 2010 +0000
48615
48616     Regenerate tesh files and make the tests gras-{all2all,ping,rpc}-rl succeed.
48617     
48618     
48619     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8440 48e7efb5-ca39-0410-a469-dd3cf9ba447f
48620
48621 commit 4b38f8aea2b71909c0c33630dce7cf280fee1b17
48622 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
48623 Date:   Wed Oct 20 11:44:14 2010 +0000
48624
48625     Add a masterslave examples with clusters.
48626     
48627     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8439 48e7efb5-ca39-0410-a469-dd3cf9ba447f
48628
48629 commit b05b981695cc778dd4c244294c29e4582b7260b9
48630 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
48631 Date:   Wed Oct 20 09:29:55 2010 +0000
48632
48633     The surf_file_to_parse have to be set to NULL after closing file
48634     if we want to use bypass.
48635     
48636     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8438 48e7efb5-ca39-0410-a469-dd3cf9ba447f
48637
48638 commit cfb9d34d05b3f539a28d03a2c5b8778c5a4478f8
48639 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
48640 Date:   Tue Oct 19 13:48:08 2010 +0000
48641
48642     Revert of Lucas commit. All tests were broken.
48643     
48644     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8437 48e7efb5-ca39-0410-a469-dd3cf9ba447f
48645
48646 commit dd74d6d183a2405fa94e746f291db132b39077ef
48647 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
48648 Date:   Tue Oct 19 13:46:13 2010 +0000
48649
48650     Put explicit message if die.
48651     
48652     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8436 48e7efb5-ca39-0410-a469-dd3cf9ba447f
48653
48654 commit f1be35ba7d6cb89619fe933cbd5bfdd10c611948
48655 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
48656 Date:   Tue Oct 19 12:56:23 2010 +0000
48657
48658     Add file AddTestsWin.cmake for execute tesh.perl with tests.
48659     
48660     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8435 48e7efb5-ca39-0410-a469-dd3cf9ba447f
48661
48662 commit 685d49b0d313553e4685c98b896b06f9a8f97f5c
48663 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
48664 Date:   Tue Oct 19 12:56:08 2010 +0000
48665
48666     tesh for windows
48667     
48668     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8434 48e7efb5-ca39-0410-a469-dd3cf9ba447f
48669
48670 commit bce7b726d0ff3a92f1c01c624e738a125a7cf936
48671 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
48672 Date:   Tue Oct 19 12:01:13 2010 +0000
48673
48674     adding an example of simdag with tracing functions
48675     
48676     details:
48677     - three categories created, one for each task
48678     
48679     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8433 48e7efb5-ca39-0410-a469-dd3cf9ba447f
48680
48681 commit e9a4d305aa52bb3344dbc2674b6f7df8e96ca61e
48682 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
48683 Date:   Tue Oct 19 12:01:12 2010 +0000
48684
48685     let user decide to use other models with simdag if tracing is enabled
48686     
48687     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8432 48e7efb5-ca39-0410-a469-dd3cf9ba447f
48688
48689 commit b590a7af15aa38c1d8d75cf0d533cb337153ba61
48690 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
48691 Date:   Tue Oct 19 08:41:36 2010 +0000
48692
48693     adding categories to dot file to serve as example
48694     
48695     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8431 48e7efb5-ca39-0410-a469-dd3cf9ba447f
48696
48697 commit 1887c10301602c6c3e24242d86e93beff6a899f2
48698 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
48699 Date:   Tue Oct 19 08:41:35 2010 +0000
48700
48701     dotloader to trace task categories based on dot file
48702     
48703     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8430 48e7efb5-ca39-0410-a469-dd3cf9ba447f
48704
48705 commit 6a08055e39d84cfc950ebd85f7d7f15dc87a777f
48706 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
48707 Date:   Fri Oct 15 10:58:50 2010 +0000
48708
48709     document the last discussion between Arnaud and Ludovic on -user
48710     
48711     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8429 48e7efb5-ca39-0410-a469-dd3cf9ba447f
48712
48713 commit 7387c7850c108e54781753c306fce5977847e86f
48714 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
48715 Date:   Thu Oct 14 16:14:09 2010 +0000
48716
48717     using mpi_comm_world to get the global rank
48718     
48719     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8428 48e7efb5-ca39-0410-a469-dd3cf9ba447f
48720
48721 commit 5fc8bc9b1e483710e991bb9edf1519042d1bae43
48722 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
48723 Date:   Thu Oct 14 15:50:49 2010 +0000
48724
48725     Add documentation to distrib.
48726     
48727     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8427 48e7efb5-ca39-0410-a469-dd3cf9ba447f
48728
48729 commit 1a22c6510db6fe1fb129ec871234c020b5989353
48730 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
48731 Date:   Thu Oct 14 15:20:14 2010 +0000
48732
48733     Clean the distrib with make clean.
48734     
48735     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8426 48e7efb5-ca39-0410-a469-dd3cf9ba447f
48736
48737 commit cdb570a7082909f231b95b6539eaf4b7ef0de792
48738 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
48739 Date:   Thu Oct 14 15:20:13 2010 +0000
48740
48741     If windows tesh is tesh.pl
48742     
48743     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8425 48e7efb5-ca39-0410-a469-dd3cf9ba447f
48744
48745 commit a711adeffa407b15d22600c0e77d1636e5d77c90
48746 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
48747 Date:   Thu Oct 14 14:48:41 2010 +0000
48748
48749     Change way for cleaning generated files.
48750     
48751     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8424 48e7efb5-ca39-0410-a469-dd3cf9ba447f
48752
48753 commit 56634156c33c9d551211a57579d526f8f35d9911
48754 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
48755 Date:   Thu Oct 14 14:48:39 2010 +0000
48756
48757     Auto set the library extension for links.
48758     
48759     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8423 48e7efb5-ca39-0410-a469-dd3cf9ba447f
48760
48761 commit fe574f08f5e05bdf79356a914e03fce8b4e2f9ec
48762 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
48763 Date:   Wed Oct 13 15:23:13 2010 +0000
48764
48765     Change order of tests for generate correctly memcheck tests.
48766     
48767     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8422 48e7efb5-ca39-0410-a469-dd3cf9ba447f
48768
48769 commit ca7d926541197c4d841e753d548b3edf648a59f2
48770 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
48771 Date:   Wed Oct 13 14:14:47 2010 +0000
48772
48773     Initilized vars.
48774     
48775     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8421 48e7efb5-ca39-0410-a469-dd3cf9ba447f
48776
48777 commit 1d9136dcefea8e3dfa3dc18eac9d9c2eb479a49e
48778 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
48779 Date:   Wed Oct 13 13:57:10 2010 +0000
48780
48781     Add simgrid dependency for ping_generator.lua
48782     Now make -j is available with lua.
48783     
48784     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8420 48e7efb5-ca39-0410-a469-dd3cf9ba447f
48785
48786 commit e4a7551b134a2a6727a10a61c8b0069b95100b39
48787 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
48788 Date:   Wed Oct 13 13:57:10 2010 +0000
48789
48790     Cosmetics.
48791     
48792     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8419 48e7efb5-ca39-0410-a469-dd3cf9ba447f
48793
48794 commit 91955eb0c8e6618f04e5efcd2cbec864f4e5f6c4
48795 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
48796 Date:   Wed Oct 13 13:57:09 2010 +0000
48797
48798     Add option latency bound to pipol-remote.
48799     
48800     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8418 48e7efb5-ca39-0410-a469-dd3cf9ba447f
48801
48802 commit 9e53e1d8b0563405fd717ffbac1ebd5266fca939
48803 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
48804 Date:   Wed Oct 13 13:57:08 2010 +0000
48805
48806     Cosmetics.
48807     
48808     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8417 48e7efb5-ca39-0410-a469-dd3cf9ba447f
48809
48810 commit 340757e480b52312ec604de00086ac7d73900043
48811 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
48812 Date:   Wed Oct 13 11:54:42 2010 +0000
48813
48814     trace: save link end points in timestamp 0 of the trace file
48815     
48816     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8416 48e7efb5-ca39-0410-a469-dd3cf9ba447f
48817
48818 commit 07ec30cfebb4525b4d7f153f797e7bc7eaf8c143
48819 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
48820 Date:   Wed Oct 13 11:36:38 2010 +0000
48821
48822     trace: fixing link declaration for gtnets model
48823     
48824     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8415 48e7efb5-ca39-0410-a469-dd3cf9ba447f
48825
48826 commit 47f912db2e44c75ca3b901b216bc3f4f57380ebd
48827 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
48828 Date:   Wed Oct 13 11:36:37 2010 +0000
48829
48830     xbt_die when caller tries to declare a link that is NULL
48831     
48832     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8414 48e7efb5-ca39-0410-a469-dd3cf9ba447f
48833
48834 commit dbb1a8d952ac0a130e579b35fca968a0319ccb0b
48835 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
48836 Date:   Wed Oct 13 10:53:36 2010 +0000
48837
48838     Put some tests out of tesh test part for memcheck option.
48839     
48840     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8413 48e7efb5-ca39-0410-a469-dd3cf9ba447f
48841
48842 commit 36633e876c3247b58a79c3be452fc3f308506805
48843 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
48844 Date:   Wed Oct 13 08:32:07 2010 +0000
48845
48846     Fix supernovae mode.
48847     Rename "finalize" function of timer into "timer_finalize"
48848     because the parser have a function called finalize too.
48849     
48850     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8412 48e7efb5-ca39-0410-a469-dd3cf9ba447f
48851
48852 commit 0bccced152f8aec448be2d72b75917169997ca40
48853 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
48854 Date:   Wed Oct 13 08:20:51 2010 +0000
48855
48856     Update flatifier to new link_ctn tag.
48857     
48858     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8411 48e7efb5-ca39-0410-a469-dd3cf9ba447f
48859
48860 commit f88c51147856c5116169ecbafac43933107ad502
48861 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
48862 Date:   Wed Oct 13 08:06:38 2010 +0000
48863
48864     Place masterslave-console test into lua test.
48865     
48866     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8410 48e7efb5-ca39-0410-a469-dd3cf9ba447f
48867
48868 commit 7c6afa816fc1be84cf440d025e84331e63ee6827
48869 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
48870 Date:   Wed Oct 13 08:06:37 2010 +0000
48871
48872     Put variable "to_index" into s_routing_component
48873     We can now read it thanks to variable "generic_routing".
48874     
48875     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8409 48e7efb5-ca39-0410-a469-dd3cf9ba447f
48876
48877 commit 4576fb38f884be0a9b81db5354ddaa0d3ed5353f
48878 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
48879 Date:   Wed Oct 13 08:05:38 2010 +0000
48880
48881     implementing get_onelink_routes for rulebased
48882     
48883     details:
48884     - for now, we expect that rulebased routing is a cluster-based routing
48885     - so, the get_one_link algorithm works like this:
48886         1 find the router (might have problems if suffix or prefix has the "router" string)
48887         2 find the routes from the router to all hosts of the cluster
48888              each route have 3 links on current implementation
48889     - tracing will consider that a cluster is a router directly connected to all hosts,
48890       so we actually don't trace exactly what is a cluster in terms of network topology
48891       during the simulation
48892     
48893     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8408 48e7efb5-ca39-0410-a469-dd3cf9ba447f
48894
48895 commit 42cb5b19932ed54070a2e199f4791058f1dc8387
48896 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
48897 Date:   Wed Oct 13 08:05:37 2010 +0000
48898
48899     surf actions might arrive here without category
48900     
48901     details:
48902     - if category is null, it means that caller did not
48903     find a category to this surf action, or because the surf
48904     action should not be traced
48905     
48906     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8407 48e7efb5-ca39-0410-a469-dd3cf9ba447f
48907
48908 commit 272c014a18e1e6230d35b6864e4b8268d737d240
48909 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
48910 Date:   Tue Oct 12 15:57:41 2010 +0000
48911
48912     separate between the console code and the bindings one...
48913     
48914     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8406 48e7efb5-ca39-0410-a469-dd3cf9ba447f
48915
48916 commit 6f94b475ee53a96bbe5739ad0764b82649451f36
48917 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
48918 Date:   Tue Oct 12 15:56:13 2010 +0000
48919
48920     cleanup & reorganize code ...
48921     
48922     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8405 48e7efb5-ca39-0410-a469-dd3cf9ba447f
48923
48924 commit cc5371bd904c096de593bd1e214c174bbc134e57
48925 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
48926 Date:   Tue Oct 12 15:51:44 2010 +0000
48927
48928     add new source file to lua code
48929     
48930     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8404 48e7efb5-ca39-0410-a469-dd3cf9ba447f
48931
48932 commit 23fd1cb0846a94ec6b9f653d123ad56e5cdd8efb
48933 Author: agiersch <agiersch@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
48934 Date:   Tue Oct 12 12:46:18 2010 +0000
48935
48936     Really do the s/:/_/ in platform upgrading script.
48937     
48938     
48939     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8403 48e7efb5-ca39-0410-a469-dd3cf9ba447f
48940
48941 commit f7252fdae6c945f7a0de26ca044c0b79e194c433
48942 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
48943 Date:   Mon Oct 11 14:30:35 2010 +0000
48944
48945     Add some tests for link check between clusters.
48946     
48947     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8402 48e7efb5-ca39-0410-a469-dd3cf9ba447f
48948
48949 commit ee63888d1f4e668519567930792859e185bb8e42
48950 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
48951 Date:   Mon Oct 11 13:24:00 2010 +0000
48952
48953     Update tesh file for name of host and router.
48954     Remove unused "_"
48955     
48956     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8401 48e7efb5-ca39-0410-a469-dd3cf9ba447f
48957
48958 commit 799e5ffc8a6ea77fdf2c62fa03d5e4671092d973
48959 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
48960 Date:   Mon Oct 11 13:23:59 2010 +0000
48961
48962     Add two tests for check links between clusters.
48963     
48964     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8400 48e7efb5-ca39-0410-a469-dd3cf9ba447f
48965
48966 commit 2462d37ab72c9374a8bf59d2a391a0fb73ee3580
48967 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
48968 Date:   Mon Oct 11 12:56:58 2010 +0000
48969
48970     correcting the name of the routers in all ASroutes
48971     
48972     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8399 48e7efb5-ca39-0410-a469-dd3cf9ba447f
48973
48974 commit 0891bb811cbad72a36e0aa215ab5ea6cb1a73640
48975 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
48976 Date:   Mon Oct 11 12:31:24 2010 +0000
48977
48978     Remove the "_" from hostname and routername to Tag cluster.
48979     
48980     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8398 48e7efb5-ca39-0410-a469-dd3cf9ba447f
48981
48982 commit 2d4c58203636e5d0616a607eb770e76e70787c43
48983 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
48984 Date:   Mon Oct 11 12:31:23 2010 +0000
48985
48986     Add a pipol command to cmake for kill all jobs.
48987     
48988     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8397 48e7efb5-ca39-0410-a469-dd3cf9ba447f
48989
48990 commit f936a70104c6573c06c86a098224f5271ca4d9a0
48991 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
48992 Date:   Mon Oct 11 10:15:59 2010 +0000
48993
48994     fixing name of the function and its utilization in network constant model
48995     
48996     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8396 48e7efb5-ca39-0410-a469-dd3cf9ba447f
48997
48998 commit cc01c6a871dbbfd0cc84e26eb9f94aeb539e613e
48999 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
49000 Date:   Mon Oct 11 09:49:00 2010 +0000
49001
49002     Indent the rest of the code (examples, buildtools, doc...) except for examples/SMPI/NAS...
49003     
49004     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8395 48e7efb5-ca39-0410-a469-dd3cf9ba447f
49005
49006 commit 0f5e8daaa6e9f74521068aa75837200bcd182ea6
49007 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
49008 Date:   Mon Oct 11 09:48:30 2010 +0000
49009
49010     Indent include and src using this command:
49011     
49012       indent -kr -br -brs -ce -bbo --dont-break-procedure-type --no-tabs --cuddle-do-while --cuddle-else --indent-level2 --leave-preprocessor-space --no-space-after-function-call-names
49013     
49014     I also had to play with fromdos and to check that sg_unit_extractor.pl
49015     did not get fooled by XBT_TEST_UNIT lines splitted in half by indent.
49016     
49017     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8394 48e7efb5-ca39-0410-a469-dd3cf9ba447f
49018
49019 commit e54c5e982d2a6dd3d2d152038819639b088a1086
49020 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
49021 Date:   Mon Oct 11 09:40:52 2010 +0000
49022
49023     Remove weird parenthesis...
49024     
49025     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8393 48e7efb5-ca39-0410-a469-dd3cf9ba447f
49026
49027 commit df04838823cbd835fd061b7241c1a04836083787
49028 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
49029 Date:   Mon Oct 11 09:02:45 2010 +0000
49030
49031     considering gateways when get_onelink_routes from recursive AS'es
49032     
49033     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8392 48e7efb5-ca39-0410-a469-dd3cf9ba447f
49034
49035 commit d6bd3ade47e62e370a2f2f5337f35071488bd795
49036 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
49037 Date:   Fri Oct 8 16:00:17 2010 +0000
49038
49039     fix: avoiding the execution of TRACE_surf_action when tracing is disabled
49040     
49041     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8391 48e7efb5-ca39-0410-a469-dd3cf9ba447f
49042
49043 commit 54c944632710ef84463fdf2de37b8f834e561a25
49044 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
49045 Date:   Fri Oct 8 16:00:16 2010 +0000
49046
49047     SimDag instrumentation for categorized resource utilization
49048     
49049     details:
49050     - only works with a combination of instrumented network and cpu models
49051     - new tracing interface function TRACE_sd_set_task_category to set a SD_task category
49052     - does not work with parallel tasks for now (if needed, we can do it)
49053     
49054     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8390 48e7efb5-ca39-0410-a469-dd3cf9ba447f
49055
49056 commit 77e6092b3b7c609533973d57afd5a013430db16e
49057 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
49058 Date:   Fri Oct 8 16:00:14 2010 +0000
49059
49060     trace: when simix action gets its category, pass it to surf action
49061     
49062     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8389 48e7efb5-ca39-0410-a469-dd3cf9ba447f
49063
49064 commit 83f5704fdf4be5d244a5b4e76a6d7a23215dad10
49065 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
49066 Date:   Fri Oct 8 16:00:13 2010 +0000
49067
49068     fixing comment
49069     
49070     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8388 48e7efb5-ca39-0410-a469-dd3cf9ba447f
49071
49072 commit f64a90b531c5764f77a24d511046ee82aa24936a
49073 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
49074 Date:   Fri Oct 8 16:00:12 2010 +0000
49075
49076     char *name transformed in const char *name to avoid compilation complain
49077     
49078     details:
49079     - ... when caller passes the parameter using a const char *
49080     
49081     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8387 48e7efb5-ca39-0410-a469-dd3cf9ba447f
49082
49083 commit 936c8368c87c5a08ecc141096aca846cbc10a194
49084 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
49085 Date:   Fri Oct 8 16:00:11 2010 +0000
49086
49087     get trace category from surf_action instead of smx_action when tracing categorized resource utilization
49088     
49089     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8386 48e7efb5-ca39-0410-a469-dd3cf9ba447f
49090
49091 commit db9bb6fbdfaff4b3e37b928582aa4db0781a6534
49092 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
49093 Date:   Fri Oct 8 16:00:10 2010 +0000
49094
49095     new variable for surf_action_t to contain its tracing category
49096     
49097     details:
49098     - and function to set it (to be used by forthcoming modifications)
49099     - xbt_free to release in all action_unref of instrumented models
49100     
49101     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8385 48e7efb5-ca39-0410-a469-dd3cf9ba447f
49102
49103 commit d0f997f274ef5e11f6df4ff39926e7ba493ebffa
49104 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
49105 Date:   Fri Oct 8 16:00:07 2010 +0000
49106
49107     tracing uncategorized resource utilization
49108     
49109     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8384 48e7efb5-ca39-0410-a469-dd3cf9ba447f
49110
49111 commit d649c1b9b2415afa32720000a369572588ce6462
49112 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
49113 Date:   Fri Oct 8 15:41:42 2010 +0000
49114
49115     Enable testing for windows.
49116     
49117     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8383 48e7efb5-ca39-0410-a469-dd3cf9ba447f
49118
49119 commit 0cba5ccec58c032ca98b4bb22ea611de747e9f50
49120 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
49121 Date:   Fri Oct 8 12:55:33 2010 +0000
49122
49123     Fix the path to gras_stub_generator in the tutorial makefile
49124     
49125     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8382 48e7efb5-ca39-0410-a469-dd3cf9ba447f
49126
49127 commit db4671831d63eea2d1db93f576652e4097c423cd
49128 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
49129 Date:   Fri Oct 8 12:19:58 2010 +0000
49130
49131     Add script file to help compil with windows.
49132     
49133     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8381 48e7efb5-ca39-0410-a469-dd3cf9ba447f
49134
49135 commit 3a2947e432dde3d65f3319db5527e235074fbd43
49136 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
49137 Date:   Fri Oct 8 12:13:05 2010 +0000
49138
49139     Be compatible with windows
49140     
49141     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8380 48e7efb5-ca39-0410-a469-dd3cf9ba447f
49142
49143 commit 82643cdf814808a2b0d696ae1df7c3c4155eb16a
49144 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
49145 Date:   Fri Oct 8 12:12:50 2010 +0000
49146
49147     Set snprintf and vsnprintf function are available on windows
49148     
49149     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8379 48e7efb5-ca39-0410-a469-dd3cf9ba447f
49150
49151 commit 283fae6059d96ec39fcbb36f21c6e1b6c8bae501
49152 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
49153 Date:   Fri Oct 8 12:12:35 2010 +0000
49154
49155     GNU Version for windows.
49156     
49157     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8378 48e7efb5-ca39-0410-a469-dd3cf9ba447f
49158
49159 commit 705cfaaca24189a574c15159cbdd919574cae96e
49160 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
49161 Date:   Fri Oct 8 10:26:27 2010 +0000
49162
49163     Keep adding missing function required when using SimDAG.
49164     
49165     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8377 48e7efb5-ca39-0410-a469-dd3cf9ba447f
49166
49167 commit 95144b11324b9f47f5253193f54bb1c78378662b
49168 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
49169 Date:   Fri Oct 8 10:26:24 2010 +0000
49170
49171     Implement the get_link_latency function for SD (and rename a badly named internal function added by Pedro a while ago).
49172     
49173     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8376 48e7efb5-ca39-0410-a469-dd3cf9ba447f
49174
49175 commit b0aaaa9c20f51001337509db72a1ac0ef11d8cb3
49176 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
49177 Date:   Fri Oct 8 10:26:19 2010 +0000
49178
49179     Enable using other workstation models than ptask_L07 (and do not forget the postparse!)
49180     
49181     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8375 48e7efb5-ca39-0410-a469-dd3cf9ba447f
49182
49183 commit e373b0b3befb83483aeadcea9962e46492947b84
49184 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
49185 Date:   Thu Oct 7 15:50:24 2010 +0000
49186
49187     Fix bug when call function get_route.
49188     
49189     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8374 48e7efb5-ca39-0410-a469-dd3cf9ba447f
49190
49191 commit ee96bf1dcbae0b71bcbe8d207387535470ad7e24
49192 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
49193 Date:   Thu Oct 7 15:10:16 2010 +0000
49194
49195     Add a function to have type of an element.
49196     
49197     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8373 48e7efb5-ca39-0410-a469-dd3cf9ba447f
49198
49199 commit 26151037d586c0d5ec77b30b59b0d8f6156b7889
49200 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
49201 Date:   Thu Oct 7 10:53:38 2010 +0000
49202
49203     Add a test for function is_router.
49204     
49205     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8372 48e7efb5-ca39-0410-a469-dd3cf9ba447f
49206
49207 commit 8dd6ad4b8a5237363cf4ab6a993e9325b03fef97
49208 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
49209 Date:   Thu Oct 7 08:26:10 2010 +0000
49210
49211     Windows is not implemented for v3.5
49212     
49213     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8371 48e7efb5-ca39-0410-a469-dd3cf9ba447f
49214
49215 commit 2d3b68b00a9ce4b6b0d931cac5135a5564b84c74
49216 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
49217 Date:   Wed Oct 6 16:08:06 2010 +0000
49218
49219     Update maintainer source.
49220     
49221     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8370 48e7efb5-ca39-0410-a469-dd3cf9ba447f
49222
49223 commit a995c7469b31d62d38a7463e0ca2b97c66824a94
49224 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
49225 Date:   Wed Oct 6 16:08:05 2010 +0000
49226
49227     Fix the smpi_traced test if user compil out of source.
49228     
49229     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8369 48e7efb5-ca39-0410-a469-dd3cf9ba447f
49230
49231 commit 49af8101639b8f2b602fb1812806433964e28b18
49232 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
49233 Date:   Wed Oct 6 15:45:59 2010 +0000
49234
49235     Available the tag config.
49236     
49237     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8368 48e7efb5-ca39-0410-a469-dd3cf9ba447f
49238
49239 commit 7b34f44436361452ae069229b1094856f94f8e22
49240 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
49241 Date:   Wed Oct 6 15:45:57 2010 +0000
49242
49243     Cosmetics.
49244     
49245     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8367 48e7efb5-ca39-0410-a469-dd3cf9ba447f
49246
49247 commit d4f3a7932cc280105b824f61052bdd4d41b18e1a
49248 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
49249 Date:   Wed Oct 6 15:45:55 2010 +0000
49250
49251     Fix flatifier tesh file.
49252     
49253     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8366 48e7efb5-ca39-0410-a469-dd3cf9ba447f
49254
49255 commit eeb7d85cca6fb1431e050d26e96f75aacfcec357
49256 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
49257 Date:   Wed Oct 6 15:45:53 2010 +0000
49258
49259     Clean DTD and add tag config.
49260     
49261     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8365 48e7efb5-ca39-0410-a469-dd3cf9ba447f
49262
49263 commit 2bf37b029d72d933125fb3ca35876112f30a34ca
49264 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
49265 Date:   Wed Oct 6 15:45:49 2010 +0000
49266
49267     Implementation of function is router
49268     
49269     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8364 48e7efb5-ca39-0410-a469-dd3cf9ba447f
49270
49271 commit 1c6f56eb14514a972f9e6e31dbbbf8f3601d2dc0
49272 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
49273 Date:   Wed Oct 6 15:43:39 2010 +0000
49274
49275     onelink_routes revision: removing a comment
49276     
49277     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8363 48e7efb5-ca39-0410-a469-dd3cf9ba447f
49278
49279 commit dc53c1b57310a6309a2da7845937f7c2ec7ed9d4
49280 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
49281 Date:   Wed Oct 6 14:48:11 2010 +0000
49282
49283     better handling of resource utilization tracing methods
49284     
49285     details:
49286     - use of pointers to functions
49287     
49288     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8362 48e7efb5-ca39-0410-a469-dd3cf9ba447f
49289
49290 commit 653a39ca9cbfe9bed2b9a13859772c5fb576d8da
49291 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
49292 Date:   Wed Oct 6 14:48:10 2010 +0000
49293
49294     cosmetics on tracing mechanism
49295     
49296     details:
49297     - no export of functions starting with __ or _
49298     - functions ending with _alloc and _release are used to initialize tracing modules
49299     
49300     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8361 48e7efb5-ca39-0410-a469-dd3cf9ba447f
49301
49302 commit be9df0b83ffac70c7adcd066b34882d81de75a19
49303 Author: pini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
49304 Date:   Wed Oct 6 09:37:54 2010 +0000
49305
49306     Updated README for SMPI.
49307     
49308     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8360 48e7efb5-ca39-0410-a469-dd3cf9ba447f
49309
49310 commit 8d81a799cbcbf596d75bf8e9666bc031178ce0ad
49311 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
49312 Date:   Tue Oct 5 14:25:05 2010 +0000
49313
49314     Fix lib pcre use.
49315     Apply a full route mode for cluster if pcre lib is not installed.
49316     
49317     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8359 48e7efb5-ca39-0410-a469-dd3cf9ba447f
49318
49319 commit f7594d62220e4054936b059fdaf0eb2b54d49869
49320 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
49321 Date:   Tue Oct 5 13:35:24 2010 +0000
49322
49323     fix gras_platform_script
49324     
49325     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8358 48e7efb5-ca39-0410-a469-dd3cf9ba447f
49326
49327 commit d49c6559c186278e8b7f4a5183ef8688983db82d
49328 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
49329 Date:   Tue Oct 5 13:30:51 2010 +0000
49330
49331     fix lua console application for SimDag module
49332     
49333     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8357 48e7efb5-ca39-0410-a469-dd3cf9ba447f
49334
49335 commit 00d3a9efaba77945fc9513c54d7d3221a4bff24a
49336 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
49337 Date:   Tue Oct 5 13:23:49 2010 +0000
49338
49339     fix the platform script
49340     
49341     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8356 48e7efb5-ca39-0410-a469-dd3cf9ba447f
49342
49343 commit 86824bd5375af44e319be08931ab02580c197122
49344 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
49345 Date:   Tue Oct 5 13:16:12 2010 +0000
49346
49347     cleaning some old surf tracing code
49348     
49349     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8355 48e7efb5-ca39-0410-a469-dd3cf9ba447f
49350
49351 commit a291afa4fb3d38c8983ef313a5bb500da457afd0
49352 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
49353 Date:   Tue Oct 5 13:16:11 2010 +0000
49354
49355     updating FAQ to new parameters that should be use in Triva's graph configuration
49356     
49357     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8354 48e7efb5-ca39-0410-a469-dd3cf9ba447f
49358
49359 commit e0081919c5fd248de43f472de7d0ab111001e245
49360 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
49361 Date:   Tue Oct 5 13:16:10 2010 +0000
49362
49363     using memory address to identify link containers (trace file is no longer comparable)
49364     
49365     details:
49366     - should find some other method to check if trace file is ok
49367     
49368     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8353 48e7efb5-ca39-0410-a469-dd3cf9ba447f
49369
49370 commit fadbb352665f28166ba5af3ad2a8657724c37c66
49371 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
49372 Date:   Tue Oct 5 13:16:10 2010 +0000
49373
49374     removing one space in the beginning of the trace files
49375     
49376     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8352 48e7efb5-ca39-0410-a469-dd3cf9ba447f
49377
49378 commit a4967b47bd0d3722ce21edf140feba2726fb29e5
49379 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
49380 Date:   Tue Oct 5 13:16:09 2010 +0000
49381
49382     do not trace loopback links
49383     
49384     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8351 48e7efb5-ca39-0410-a469-dd3cf9ba447f
49385
49386 commit d5b39515958bde9d7724def570d766d62ad55d86
49387 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
49388 Date:   Tue Oct 5 13:16:08 2010 +0000
49389
49390     only trace link-related data if tracing mechanism know the link
49391     
49392     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8350 48e7efb5-ca39-0410-a469-dd3cf9ba447f
49393
49394 commit afa112ad45dec1a7c2becaa0d6e13b1c039d4696
49395 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
49396 Date:   Tue Oct 5 13:16:06 2010 +0000
49397
49398     registering the source and destination of all onelink routes
49399     
49400     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8349 48e7efb5-ca39-0410-a469-dd3cf9ba447f
49401
49402 commit 41e5bea5402fc0238734a6c40294648ccd37d571
49403 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
49404 Date:   Tue Oct 5 10:23:36 2010 +0000
49405
49406     do not hide the issues that are there and shouldn't
49407     
49408     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8348 48e7efb5-ca39-0410-a469-dd3cf9ba447f
49409
49410 commit 3466ebc657e8eb31a2b1930ded75df0711ec1359
49411 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
49412 Date:   Mon Oct 4 15:55:55 2010 +0000
49413
49414     first implementation of floyd's get_onelink_routes
49415     
49416     details:
49417     - it calls get_route between all combinations of nodes
49418     - if route has one link only, add it to the return
49419     
49420     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8347 48e7efb5-ca39-0410-a469-dd3cf9ba447f
49421
49422 commit 74214a6669ee21beba3e799a78b95f4e56c3b692
49423 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
49424 Date:   Mon Oct 4 15:55:54 2010 +0000
49425
49426     implementing recursive call to get_onelink_routes
49427     
49428     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8346 48e7efb5-ca39-0410-a469-dd3cf9ba447f
49429
49430 commit 3386f45672a0fa76fdd877d87e0555deeb5baf8b
49431 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
49432 Date:   Mon Oct 4 15:55:53 2010 +0000
49433
49434     implementation of full_get_onelink_routes
49435     
49436     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8345 48e7efb5-ca39-0410-a469-dd3cf9ba447f
49437
49438 commit 5c3a025bb4b8371564ef0e7565559e03c95be97b
49439 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
49440 Date:   Mon Oct 4 15:55:53 2010 +0000
49441
49442     memory address is the unique identifier of links in the paje trace file
49443     
49444     details & todo:
49445     - loopback links are traced
49446     - still have to do the same thing for hosts
49447     
49448     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8344 48e7efb5-ca39-0410-a469-dd3cf9ba447f
49449
49450 commit 4957d7d18db69162484b437d10b229c457f6a010
49451 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
49452 Date:   Mon Oct 4 15:55:52 2010 +0000
49453
49454     functions to get_onelink_routes must return an array of onelink_t
49455     
49456     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8343 48e7efb5-ca39-0410-a469-dd3cf9ba447f
49457
49458 commit 36360f35fad6a78d7bcd1100ff08098eb3f1a633
49459 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
49460 Date:   Mon Oct 4 15:04:14 2010 +0000
49461
49462     Now cluster Tag don't necessary need libpcre.
49463     
49464     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8342 48e7efb5-ca39-0410-a469-dd3cf9ba447f
49465
49466 commit 7edfb13279f2fded41bac9dece85360d0c43a9a7
49467 Author: pini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
49468 Date:   Mon Oct 4 13:04:56 2010 +0000
49469
49470     SMPI's network model calibration script: you give it information about your platform file, a skampi ping-pong file and piece-wise ranges, it gives you the latency and bandwidth correction factors.
49471     
49472     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8341 48e7efb5-ca39-0410-a469-dd3cf9ba447f
49473
49474 commit c5aa7b7c598d419a5cefb614b922563d31e4942e
49475 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
49476 Date:   Mon Oct 4 11:46:16 2010 +0000
49477
49478     cosmetic fix: generic_set_bypassroute was being logged in generic_get_bypassroute
49479     
49480     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8340 48e7efb5-ca39-0410-a469-dd3cf9ba447f
49481
49482 commit b40f1241d74d1a0b69d1d39e4202224426e1e374
49483 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
49484 Date:   Mon Oct 4 11:46:14 2010 +0000
49485
49486     preparing get_onelink_routes and is_router for each routing model
49487     
49488     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8339 48e7efb5-ca39-0410-a469-dd3cf9ba447f
49489
49490 commit 760f75593f3129e0ec82e053a18e6f241e8f296a
49491 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
49492 Date:   Mon Oct 4 10:23:25 2010 +0000
49493
49494     Set some tests are expected to fail.
49495     
49496     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8338 48e7efb5-ca39-0410-a469-dd3cf9ba447f
49497
49498 commit aa97cac500bbcb0f84485fdd7b9413c985dc92b0
49499 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
49500 Date:   Mon Oct 4 08:31:59 2010 +0000
49501
49502     fix: small changes to make surf_routing.c compile
49503     
49504     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8337 48e7efb5-ca39-0410-a469-dd3cf9ba447f
49505
49506 commit 6b50dc83ec95d8e2811a7ee1286b5f0ffb593cab
49507 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
49508 Date:   Mon Oct 4 08:14:26 2010 +0000
49509
49510     update the platforms to kill the :
49511     
49512     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8336 48e7efb5-ca39-0410-a469-dd3cf9ba447f
49513
49514 commit dc76306284748ef47d089d7816204fefde54a337
49515 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
49516 Date:   Mon Oct 4 08:13:50 2010 +0000
49517
49518     update all the platforms file with the new s/:/_/ in DTD
49519     
49520     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8335 48e7efb5-ca39-0410-a469-dd3cf9ba447f
49521
49522 commit 6d6b8f250907dafb716b34f93ff72c300e4fb061
49523 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
49524 Date:   Mon Oct 4 08:13:26 2010 +0000
49525
49526     teach the platform upgrading script about the s/:/_/ in the DTD
49527     
49528     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8334 48e7efb5-ca39-0410-a469-dd3cf9ba447f
49529
49530 commit 7259806ba6184616640e46a4f0d2f39725ff17a2
49531 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
49532 Date:   Mon Oct 4 08:13:07 2010 +0000
49533
49534     stop misusing : in the DTD. use _ as a separator instead
49535     
49536     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8333 48e7efb5-ca39-0410-a469-dd3cf9ba447f
49537
49538 commit ff1eebe3071b50372f9bf3048eeec04c610d2788
49539 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
49540 Date:   Mon Oct 4 08:12:47 2010 +0000
49541
49542     merge
49543     
49544     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8332 48e7efb5-ca39-0410-a469-dd3cf9ba447f
49545
49546 commit 6e04dc6305bf145c1991dd95bc9b41a87c2f355b
49547 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
49548 Date:   Mon Oct 4 08:12:26 2010 +0000
49549
49550     message rewording
49551     
49552     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8331 48e7efb5-ca39-0410-a469-dd3cf9ba447f
49553
49554 commit 6e33c1b3a7ea6a64c2ffdaf1392923a25abb858d
49555 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
49556 Date:   Fri Oct 1 17:22:08 2010 +0000
49557
49558     modify 'master_slave_bypass' in lua by calling simgrid.AS.new (still improvale : AS to be a lua object instead)
49559     
49560     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8330 48e7efb5-ca39-0410-a469-dd3cf9ba447f
49561
49562 commit 3591ac3c90e43daccf244c3832159a36304c14c8
49563 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
49564 Date:   Fri Oct 1 17:19:53 2010 +0000
49565
49566     reimplement lua bingdings code to support the new platforms format
49567     
49568     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8329 48e7efb5-ca39-0410-a469-dd3cf9ba447f
49569
49570 commit ffcd66b6f9480a432041937a8f2356295346dc01
49571 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
49572 Date:   Fri Oct 1 17:17:29 2010 +0000
49573
49574     define new methods to call surf_routing 'parse' methods from lua code
49575     
49576     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8328 48e7efb5-ca39-0410-a469-dd3cf9ba447f
49577
49578 commit 7ac1de58c1f033e880f49f8d8384c11a352d007d
49579 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
49580 Date:   Fri Oct 1 17:16:11 2010 +0000
49581
49582     define two kind of 'parse' methods, parse_#type_#element for XML platform and for lua script, this avoid to rewrite the functions to set routing element values from lua script and not only from the XML platforms
49583     
49584     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8327 48e7efb5-ca39-0410-a469-dd3cf9ba447f
49585
49586 commit 948e3ea28edffde7ce1896d540a73c27506ea897
49587 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
49588 Date:   Fri Oct 1 17:08:43 2010 +0000
49589
49590     add new methods to reimplement the lua console respecting the new routing model
49591     
49592     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8326 48e7efb5-ca39-0410-a469-dd3cf9ba447f
49593
49594 commit 62a8c46f194893c74a15db190c6029e82e5da81a
49595 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
49596 Date:   Fri Oct 1 15:20:49 2010 +0000
49597
49598     let snprintf decide how many digits use for timestamps
49599     
49600     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8325 48e7efb5-ca39-0410-a469-dd3cf9ba447f
49601
49602 commit e3e1fdf1ee5decc8735c7a5a971808ea4460805c
49603 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
49604 Date:   Fri Oct 1 15:20:48 2010 +0000
49605
49606     tracing router existence with the new parser
49607     
49608     details:
49609     - a router is represented in the trace as a host with no power
49610     
49611     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8324 48e7efb5-ca39-0410-a469-dd3cf9ba447f
49612
49613 commit f2cd5443d28062567ae67d9f0acd08be191928ab
49614 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
49615 Date:   Fri Oct 1 15:20:47 2010 +0000
49616
49617     removing old and no longer used tracing functions
49618     
49619     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8323 48e7efb5-ca39-0410-a469-dd3cf9ba447f
49620
49621 commit 8b4430374cb4bbc153cea09c7eb2cf39f237bbd1
49622 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
49623 Date:   Fri Oct 1 15:20:46 2010 +0000
49624
49625     proper closing the LINK containers at the end of the trace
49626     
49627     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8322 48e7efb5-ca39-0410-a469-dd3cf9ba447f
49628
49629 commit 440a99231dd4550285c4706d12cb95ba61221ba4
49630 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
49631 Date:   Fri Oct 1 15:20:45 2010 +0000
49632
49633     trace cosmetics
49634     
49635     details:
49636     - remove "__" from beginning of some functions name
49637     - making some functions static
49638     - moving a function to other file, making it static
49639     
49640     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8321 48e7efb5-ca39-0410-a469-dd3cf9ba447f
49641
49642 commit 37a7e9fc343cc8582d17b5bd635c4f2a594236ac
49643 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
49644 Date:   Fri Oct 1 15:20:43 2010 +0000
49645
49646     TRACE_surf_[host|link]_declaration responsible for create containers
49647     
49648     todo:
49649     - end points still not present on the trace
49650     
49651     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8320 48e7efb5-ca39-0410-a469-dd3cf9ba447f
49652
49653 commit 4d42817b413109adcfa1fc087216d610db93e338
49654 Author: suter <suter@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
49655 Date:   Fri Oct 1 14:33:52 2010 +0000
49656
49657     entree de ghislain
49658     
49659     
49660     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8319 48e7efb5-ca39-0410-a469-dd3cf9ba447f
49661
49662 commit e8cdf977d74d78ab5b12590c117d55850afda244
49663 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
49664 Date:   Fri Oct 1 13:27:38 2010 +0000
49665
49666     Fix test pmm_rl by synchronizing the slaves [Arnaud Giersch]
49667     
49668     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8318 48e7efb5-ca39-0410-a469-dd3cf9ba447f
49669
49670 commit 01eb649882779fe89e393b89f4d9a3dad6c31c99
49671 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
49672 Date:   Fri Oct 1 12:35:12 2010 +0000
49673
49674     Fix for msg_icomms test.  Do not pass the address of a local variable to
49675     SIMIX_network_irecv().[Arnaud Giersch]
49676     
49677     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8317 48e7efb5-ca39-0410-a469-dd3cf9ba447f
49678
49679 commit ecca08954c7a7849ac1105e44ea72e96da9e84d9
49680 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
49681 Date:   Fri Oct 1 11:15:50 2010 +0000
49682
49683     Fix tesh [Arnaud Giersch]:
49684     - kill any foreground running job
49685     - avoid to exit with success in case of armageddon
49686     - install signal handlers to quit cleanly
49687     - fix suitename calculation in main()
49688     
49689     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8316 48e7efb5-ca39-0410-a469-dd3cf9ba447f
49690
49691 commit 2107a7e61003c8298ac74e665b69a66b285e3ae1
49692 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
49693 Date:   Fri Oct 1 11:15:47 2010 +0000
49694
49695     Properly let the main thread wait for the startup of the listener in the GRAS API [Arnaud Giersch]
49696     
49697     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8315 48e7efb5-ca39-0410-a469-dd3cf9ba447f
49698
49699 commit 4952522139760ceb75c59774f83f6bdfc6b72bda
49700 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
49701 Date:   Fri Oct 1 10:56:42 2010 +0000
49702
49703     Fix xbt_strbuff test from testall [Arnaud Giersch].
49704     Valgrind reported an "Invalid write of size 1".
49705     
49706     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8314 48e7efb5-ca39-0410-a469-dd3cf9ba447f
49707
49708 commit ab58f88f92ff03857b6cea328043a63619dc2ba7
49709 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
49710 Date:   Fri Oct 1 10:48:41 2010 +0000
49711
49712     Fix misbalanced parentheses in checks for va_copy. [Arnaud Giersch]
49713     
49714     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8313 48e7efb5-ca39-0410-a469-dd3cf9ba447f
49715
49716 commit 28a5837a99b69c35fec98a0d60d3d8bebd9c9221
49717 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
49718 Date:   Fri Oct 1 10:46:59 2010 +0000
49719
49720     Fix check for getline: it is not needed to try to run it and dump core. [Arnaud Giersch]
49721     
49722     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8312 48e7efb5-ca39-0410-a469-dd3cf9ba447f
49723
49724 commit f038e41126f2859e7ded06ea71afe803f25e012a
49725 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
49726 Date:   Fri Oct 1 10:45:54 2010 +0000
49727
49728     Fix typos [Arnaud Giersch]
49729     
49730     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8311 48e7efb5-ca39-0410-a469-dd3cf9ba447f
49731
49732 commit 782f84d80ed8b775a1973115f6266ae487cae918
49733 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
49734 Date:   Fri Oct 1 10:45:51 2010 +0000
49735
49736     Add missing include for HAVE_TRACING [Arnaud Giersch]
49737     
49738     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8310 48e7efb5-ca39-0410-a469-dd3cf9ba447f
49739
49740 commit 4271eaaf4285cf1f7ea9b7da83a5ab7e2105f8aa
49741 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
49742 Date:   Fri Oct 1 10:45:48 2010 +0000
49743
49744     Missing includes by Arnaud Giersch
49745     
49746     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8309 48e7efb5-ca39-0410-a469-dd3cf9ba447f
49747
49748 commit a77b8884fa58cf932bad343ff7141233d088b95d
49749 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
49750 Date:   Thu Sep 30 18:45:45 2010 +0000
49751
49752     protect the changes related to the v3 in an appropriate if bloc
49753     
49754     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8308 48e7efb5-ca39-0410-a469-dd3cf9ba447f
49755
49756 commit bd99b1d06dd70aa739697de68cd200bd3ea54246
49757 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
49758 Date:   Thu Sep 30 18:45:25 2010 +0000
49759
49760     reindent this script (no real change). I'm wondering why Pierre broke the indentation that badly ;)
49761     
49762     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8307 48e7efb5-ca39-0410-a469-dd3cf9ba447f
49763
49764 commit 1576126997a42eb30844433bb83477ba01aa6863
49765 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
49766 Date:   Thu Sep 30 14:45:55 2010 +0000
49767
49768     Unuse file.
49769     
49770     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8306 48e7efb5-ca39-0410-a469-dd3cf9ba447f
49771
49772 commit 874e0bce624e4545cb4c49b707796a6704c24ad8
49773 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
49774 Date:   Thu Sep 30 14:45:54 2010 +0000
49775
49776     Update the script for transform platform into v3.
49777     
49778     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8305 48e7efb5-ca39-0410-a469-dd3cf9ba447f
49779
49780 commit 7cb1f8f04ea7ad3bf6a0eedec6f8e28e3f961970
49781 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
49782 Date:   Thu Sep 30 11:56:32 2010 +0000
49783
49784     isolating latency bounded functions with ifdef's
49785     
49786     details:
49787     - to enable them, configure simgrid with enable_latency_bound_tracking set to ON
49788     
49789     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8304 48e7efb5-ca39-0410-a469-dd3cf9ba447f
49790
49791 commit 6e16b2e4a855b56054e3868d120e504b38e22cc1
49792 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
49793 Date:   Thu Sep 30 11:56:29 2010 +0000
49794
49795     proper initialization of get_latency_limited on vivaldi network model
49796     
49797     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8303 48e7efb5-ca39-0410-a469-dd3cf9ba447f
49798
49799 commit 0f2e2d0a3c6e790f43f05da47d1f1bcf27b584a9
49800 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
49801 Date:   Thu Sep 30 11:00:46 2010 +0000
49802
49803     Add Tracking Latency bound option to cmake.
49804     
49805     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8302 48e7efb5-ca39-0410-a469-dd3cf9ba447f
49806
49807 commit 1038b1a8e8bcb6f17417a1027a6c59438d248555
49808 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
49809 Date:   Thu Sep 30 10:03:48 2010 +0000
49810
49811     Fix race condition during the creation of the listeners processes
49812     
49813     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8301 48e7efb5-ca39-0410-a469-dd3cf9ba447f
49814
49815 commit ad77e9774aebd33513423dd4e4768bd695cd93f2
49816 Author: pini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
49817 Date:   Wed Sep 29 16:14:59 2010 +0000
49818
49819     Squeeze any block with a given delay (in flops).
49820     
49821     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8300 48e7efb5-ca39-0410-a469-dd3cf9ba447f
49822
49823 commit b0f1026296c6335a2c3b92bc7c69143175492f5c
49824 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
49825 Date:   Wed Sep 29 14:50:50 2010 +0000
49826
49827     more explicit error message
49828     
49829     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8299 48e7efb5-ca39-0410-a469-dd3cf9ba447f
49830
49831 commit d74e6d6c2620eab29f73b3ab540c4a60ea8592fa
49832 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
49833 Date:   Wed Sep 29 14:04:29 2010 +0000
49834
49835     Change location of g5k.xml
49836     
49837     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8298 48e7efb5-ca39-0410-a469-dd3cf9ba447f
49838
49839 commit 7c811658b9ed029d6348ead661b3d03b980d0ebc
49840 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
49841 Date:   Wed Sep 29 13:52:28 2010 +0000
49842
49843     Script to transform v2 platfrom into a v3.
49844     
49845     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8297 48e7efb5-ca39-0410-a469-dd3cf9ba447f
49846
49847 commit cd31471b40c49ec4e41867bbb35580c2f54d1ee4
49848 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
49849 Date:   Tue Sep 28 15:10:37 2010 +0000
49850
49851     fixing indentation by removing tags and including spaces
49852     
49853     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8296 48e7efb5-ca39-0410-a469-dd3cf9ba447f
49854
49855 commit fc5fe5d80604ef40537f6c6fd71833346f6d480c
49856 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
49857 Date:   Tue Sep 28 15:10:36 2010 +0000
49858
49859     wipe out old code based on ids for nodes
49860     
49861     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8295 48e7efb5-ca39-0410-a469-dd3cf9ba447f
49862
49863 commit 88f620e4aeaf16fdf69f5dc827e5362110d54e5f
49864 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
49865 Date:   Tue Sep 28 14:55:52 2010 +0000
49866
49867     using correct variables name when getting route from global_routing
49868     
49869     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8294 48e7efb5-ca39-0410-a469-dd3cf9ba447f
49870
49871 commit 6c053c9587e3a72153e0cc2c4494dbded6b4c788
49872 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
49873 Date:   Tue Sep 28 14:55:50 2010 +0000
49874
49875     only need src and dst_name when tracing
49876     
49877     details:
49878     - set these variables when surf action is created
49879     - free them when action is net_action_unref
49880     
49881     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8293 48e7efb5-ca39-0410-a469-dd3cf9ba447f
49882
49883 commit c2f496126e75748bcdcf40554f64c7c3e753acf7
49884 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
49885 Date:   Tue Sep 28 14:55:48 2010 +0000
49886
49887     removing misplaced code (was moved from here before routing update)
49888     
49889     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8292 48e7efb5-ca39-0410-a469-dd3cf9ba447f
49890
49891 commit 738a6645ea58a89cf957c360faf26e01eae7f7b4
49892 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
49893 Date:   Tue Sep 28 14:00:15 2010 +0000
49894
49895     Make simgrid compil with Full Flags.
49896     
49897     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8291 48e7efb5-ca39-0410-a469-dd3cf9ba447f
49898
49899 commit 2fce2f49c0d17e615a05b58074975aff1d525034
49900 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
49901 Date:   Tue Sep 28 14:00:14 2010 +0000
49902
49903     Make a correct xml file.
49904     
49905     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8290 48e7efb5-ca39-0410-a469-dd3cf9ba447f
49906
49907 commit fdcea1c1e992733bb739825d8a192fe7597480b6
49908 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
49909 Date:   Tue Sep 28 14:00:12 2010 +0000
49910
49911     Add new tests for basic parsing.
49912     
49913     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8289 48e7efb5-ca39-0410-a469-dd3cf9ba447f
49914
49915 commit a57b407195c6c671bb4dd2938344921d1c9a3778
49916 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
49917 Date:   Tue Sep 28 13:49:44 2010 +0000
49918
49919     Fix a 3 years old bug in the dictionary's function xbt_dict_get_or_null().
49920     It was broken when the hash_code of two elements collisioned.
49921     
49922     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8288 48e7efb5-ca39-0410-a469-dd3cf9ba447f
49923
49924 commit f00304f35fc10b4c8d3cdb6c2d910131c4169ef9
49925 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
49926 Date:   Tue Sep 28 13:10:45 2010 +0000
49927
49928     The basic parser can be run with option.
49929     nothing             just parse the xml
49930     ONE_LINK    give on link between the 2 first hosts
49931     FULL_LINK   give all links between hosts
49932     
49933     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8287 48e7efb5-ca39-0410-a469-dd3cf9ba447f
49934
49935 commit 15a08d1cdb8b6f402e311c1457086640b150dbbd
49936 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
49937 Date:   Tue Sep 28 13:10:43 2010 +0000
49938
49939     Add the flatifier test.
49940     
49941     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8286 48e7efb5-ca39-0410-a469-dd3cf9ba447f
49942
49943 commit a7c08982b3f088eca94de033eb9f0d86fc8bc4c9
49944 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
49945 Date:   Tue Sep 28 13:10:42 2010 +0000
49946
49947     Make the new flatifier test
49948     
49949     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8285 48e7efb5-ca39-0410-a469-dd3cf9ba447f
49950
49951 commit 01aa46234680efe3c13a7ea64971371055c81d5c
49952 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
49953 Date:   Tue Sep 28 11:50:52 2010 +0000
49954
49955     Fix pcre path.
49956     
49957     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8284 48e7efb5-ca39-0410-a469-dd3cf9ba447f
49958
49959 commit cec2afab3f3e39ad6418a9472eb931b79dc61a7d
49960 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
49961 Date:   Tue Sep 28 11:50:51 2010 +0000
49962
49963     Add routes.
49964     
49965     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8283 48e7efb5-ca39-0410-a469-dd3cf9ba447f
49966
49967 commit ad58f046c61a4484c635a9264956bc6d174e63e8
49968 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
49969 Date:   Tue Sep 28 11:30:26 2010 +0000
49970
49971     fix on libpcre detection by cmake
49972     
49973     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8282 48e7efb5-ca39-0410-a469-dd3cf9ba447f
49974
49975 commit 5df26996b739c62e49eba95f7814397d07e22922
49976 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
49977 Date:   Tue Sep 28 08:54:27 2010 +0000
49978
49979     Add first version of g5K using cluster tags.
49980     
49981     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8281 48e7efb5-ca39-0410-a469-dd3cf9ba447f
49982
49983 commit 31bfa073530d5b1154c51c5f5f24269a7399409a
49984 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
49985 Date:   Tue Sep 28 08:54:26 2010 +0000
49986
49987     Correct implementation of start/end tags when bypassing the parser.
49988     
49989     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8280 48e7efb5-ca39-0410-a469-dd3cf9ba447f
49990
49991 commit b20aaa51420e1324dd0d4ab7bebd15757bfc5cf8
49992 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
49993 Date:   Tue Sep 28 08:54:24 2010 +0000
49994
49995     Test for parsing file.
49996     
49997     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8279 48e7efb5-ca39-0410-a469-dd3cf9ba447f
49998
49999 commit 152cead8f6200f6b10b002c24a416a4a86b43905
50000 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
50001 Date:   Tue Sep 28 08:54:23 2010 +0000
50002
50003     Rewrite the SURFXML_START_TAG and SURFXML_END_TAG.
50004     
50005     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8278 48e7efb5-ca39-0410-a469-dd3cf9ba447f
50006
50007 commit 8f3f851daa42c5485ec0fedf68b24c639e43aee5
50008 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
50009 Date:   Tue Sep 28 08:54:21 2010 +0000
50010
50011     Clean code.
50012     
50013     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8277 48e7efb5-ca39-0410-a469-dd3cf9ba447f
50014
50015 commit 53c574844a785bc0437165692ded76080b30f7ab
50016 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
50017 Date:   Tue Sep 28 08:54:19 2010 +0000
50018
50019     Add Lib path correctly.
50020     
50021     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8276 48e7efb5-ca39-0410-a469-dd3cf9ba447f
50022
50023 commit df449d1a8c0c0cd6f60e5f978c1375caaa698cfa
50024 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
50025 Date:   Tue Sep 28 08:54:18 2010 +0000
50026
50027     Simdag parser test must failed now.
50028     
50029     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8275 48e7efb5-ca39-0410-a469-dd3cf9ba447f
50030
50031 commit 8999903f751a21a2e3b9efd41aeccb94bae15e4d
50032 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
50033 Date:   Tue Sep 28 08:54:16 2010 +0000
50034
50035     Update xml platform for msg-get_sender and msg-trace tests.
50036     
50037     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8274 48e7efb5-ca39-0410-a469-dd3cf9ba447f
50038
50039 commit babcaca9b7d0b6528fdd15b97625c440378a34c9
50040 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
50041 Date:   Tue Sep 28 08:54:14 2010 +0000
50042
50043     get_sender update platform
50044     
50045     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8273 48e7efb5-ca39-0410-a469-dd3cf9ba447f
50046
50047 commit 6f4f913bfa515c8a880730da0b430521530bba2f
50048 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
50049 Date:   Tue Sep 28 08:54:12 2010 +0000
50050
50051     Cluster tag revival attempt.
50052     
50053     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8272 48e7efb5-ca39-0410-a469-dd3cf9ba447f
50054
50055 commit 1a042c3771c14fdc9ec1a98ca60fc70ed933dc17
50056 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
50057 Date:   Tue Sep 28 08:54:11 2010 +0000
50058
50059     Adapt masterslave_bypass to the brand new AS tag.
50060     
50061     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8271 48e7efb5-ca39-0410-a469-dd3cf9ba447f
50062
50063 commit d03dd509a40da2d9e0038e2ca89fb40bee62ec8f
50064 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
50065 Date:   Tue Sep 28 08:54:09 2010 +0000
50066
50067     Bring back useful functions for the bypass from before David's internship.
50068     
50069     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8270 48e7efb5-ca39-0410-a469-dd3cf9ba447f
50070
50071 commit 7f74f3f3adb07c24d9589c498c1dad704bfa8e7f
50072 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
50073 Date:   Tue Sep 28 08:54:06 2010 +0000
50074
50075     Huge set of modifications to restore more uniform APIs when dealing with src and dst.
50076     
50077      * GTNets compiles but is still not functionnal
50078      * Tracing should have the same issue :(
50079     
50080     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8269 48e7efb5-ca39-0410-a469-dd3cf9ba447f
50081
50082 commit a4eaeeb897d5ce34b0b071c7fd57a4fbeab3abb2
50083 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
50084 Date:   Tue Sep 28 08:54:02 2010 +0000
50085
50086     Add useless files to gitignore.
50087     
50088     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8268 48e7efb5-ca39-0410-a469-dd3cf9ba447f
50089
50090 commit 09eeb0dbb6b7bafb9ea9bcfb580df3531f06fe18
50091 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
50092 Date:   Tue Sep 28 08:53:47 2010 +0000
50093
50094     New platform for gtnets.
50095     
50096     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8267 48e7efb5-ca39-0410-a469-dd3cf9ba447f
50097
50098 commit 04c44fbe77163cca75366d10e35ba400b804eaef
50099 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
50100 Date:   Tue Sep 28 08:53:33 2010 +0000
50101
50102     New platform files (just add AS tag)
50103     
50104     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8266 48e7efb5-ca39-0410-a469-dd3cf9ba447f
50105
50106 commit cccf48a0a4f5806a607cb288b0c6dad603f79c38
50107 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
50108 Date:   Tue Sep 28 08:53:21 2010 +0000
50109
50110     add to the rule-based model the loopback routes
50111     
50112     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8265 48e7efb5-ca39-0410-a469-dd3cf9ba447f
50113
50114 commit 601559c5bcbc31de3d6f58786c335f0fdfabf508
50115 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
50116 Date:   Tue Sep 28 08:53:20 2010 +0000
50117
50118     Cosmetics for print.
50119     
50120     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8264 48e7efb5-ca39-0410-a469-dd3cf9ba447f
50121
50122 commit f1eff61a53a6a41c1c9b233d7eecf9149ca0f5b4
50123 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
50124 Date:   Tue Sep 28 08:53:19 2010 +0000
50125
50126     Change way to call get_route
50127     
50128     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8263 48e7efb5-ca39-0410-a469-dd3cf9ba447f
50129
50130 commit 5c883f36294946e34ab8349ea4be2dedbd31bb3c
50131 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
50132 Date:   Tue Sep 28 08:53:17 2010 +0000
50133
50134     change regex into the tag cluster
50135     
50136     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8262 48e7efb5-ca39-0410-a469-dd3cf9ba447f
50137
50138 commit 31ba5a2a9e6ff7ae794383463615e8a5f68475e5
50139 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
50140 Date:   Tue Sep 28 08:53:16 2010 +0000
50141
50142     Modify DTD and files for cluster Tag
50143     
50144     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8261 48e7efb5-ca39-0410-a469-dd3cf9ba447f
50145
50146 commit 570adb77dbb990f7c8d7f166b2a3cc6d937dc6f2
50147 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
50148 Date:   Tue Sep 28 08:53:14 2010 +0000
50149
50150     add-to-cmake-files-the-pcre-library by David
50151     
50152     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8260 48e7efb5-ca39-0410-a469-dd3cf9ba447f
50153
50154 commit 4c326c3ead872860a1ee05f216174ba56cae6e71
50155 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
50156 Date:   Tue Sep 28 08:53:13 2010 +0000
50157
50158     Tag cluster test
50159     
50160     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8259 48e7efb5-ca39-0410-a469-dd3cf9ba447f
50161
50162 commit 947af238c968c81491832227d9f6c3c56a7464ec
50163 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
50164 Date:   Tue Sep 28 08:53:11 2010 +0000
50165
50166     test of sd_test
50167     
50168     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8258 48e7efb5-ca39-0410-a469-dd3cf9ba447f
50169
50170 commit 10d3db6766e9f19b11986ac1859bc6e6ca2ed49a
50171 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
50172 Date:   Tue Sep 28 08:53:09 2010 +0000
50173
50174     Add cluster tag
50175     
50176     Conflicts:
50177     
50178         src/surf/surf_routing.c
50179     
50180     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8257 48e7efb5-ca39-0410-a469-dd3cf9ba447f
50181
50182 commit 3558184ab667393fdba7a3848a08632120bd0bf7
50183 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
50184 Date:   Tue Sep 28 08:53:07 2010 +0000
50185
50186     Update tests for java
50187     
50188     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8256 48e7efb5-ca39-0410-a469-dd3cf9ba447f
50189
50190 commit 3e28ddc195798007e79ad79e87003f1993b46b7e
50191 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
50192 Date:   Tue Sep 28 08:53:06 2010 +0000
50193
50194     Delete this message for being compatible with old tesh files.
50195     
50196     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8255 48e7efb5-ca39-0410-a469-dd3cf9ba447f
50197
50198 commit e9efa61bd5941f4d58bb736d74b4348942cadb0a
50199 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
50200 Date:   Tue Sep 28 08:53:05 2010 +0000
50201
50202     Update doc for asynchronous comm and pthread_mutexes of pthread_conds.
50203     
50204     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8254 48e7efb5-ca39-0410-a469-dd3cf9ba447f
50205
50206 commit 76e82b99b04b8b2421643d3a2e9bd3f6e7da1bd5
50207 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
50208 Date:   Tue Sep 28 08:53:02 2010 +0000
50209
50210     New maintainer sources for simgrid dtd
50211     
50212     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8253 48e7efb5-ca39-0410-a469-dd3cf9ba447f
50213
50214 commit 51d23fc7a40b6b971fd3f3acea5b8aed7dc27ac8
50215 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
50216 Date:   Tue Sep 28 08:53:00 2010 +0000
50217
50218     Remove unuse variables
50219     
50220     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8252 48e7efb5-ca39-0410-a469-dd3cf9ba447f
50221
50222 commit 1ffcb929788f3aa034ad1fb5b6eff5d58b31f89f
50223 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
50224 Date:   Tue Sep 28 08:52:59 2010 +0000
50225
50226     This code is necessary for masterslave_bypass example
50227     
50228     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8251 48e7efb5-ca39-0410-a469-dd3cf9ba447f
50229
50230 commit 840c2637256d9ae2617a4e431228cc082c77b433
50231 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
50232 Date:   Tue Sep 28 08:52:57 2010 +0000
50233
50234     first version of rule base routing model
50235     
50236     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8250 48e7efb5-ca39-0410-a469-dd3cf9ba447f
50237
50238 commit 8dcab2e3c296d3bf6ec701ccba85b45856c67e7e
50239 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
50240 Date:   Tue Sep 28 08:52:55 2010 +0000
50241
50242     more clean code
50243     
50244     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8249 48e7efb5-ca39-0410-a469-dd3cf9ba447f
50245
50246 commit 3840502234d3ecc705625edea83d69b89230b259
50247 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
50248 Date:   Tue Sep 28 08:52:54 2010 +0000
50249
50250     format
50251     
50252     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8248 48e7efb5-ca39-0410-a469-dd3cf9ba447f
50253
50254 commit 247a4baf7c1b606f6fedfc7afe2173fcc55b9d74
50255 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
50256 Date:   Tue Sep 28 08:52:52 2010 +0000
50257
50258     clean code and remove foreach and set
50259     
50260     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8247 48e7efb5-ca39-0410-a469-dd3cf9ba447f
50261
50262 commit b5d314bb52641a11591646fb0080a5b1eaa4ca63
50263 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
50264 Date:   Tue Sep 28 08:52:49 2010 +0000
50265
50266     clean the dtd file
50267     
50268     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8246 48e7efb5-ca39-0410-a469-dd3cf9ba447f
50269
50270 commit b8d94aa8700e80d14f0092b7beeefff64f1d17f2
50271 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
50272 Date:   Tue Sep 28 08:52:48 2010 +0000
50273
50274     comment all the lines for route:multi and cluster. This needs to be cleaned
50275     
50276     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8245 48e7efb5-ca39-0410-a469-dd3cf9ba447f
50277
50278 commit 75e8415d3b5fbec784b77b485da05ccbd0256d93
50279 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
50280 Date:   Tue Sep 28 08:52:47 2010 +0000
50281
50282     clean the hierarchical routing code
50283     
50284     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8244 48e7efb5-ca39-0410-a469-dd3cf9ba447f
50285
50286 commit 51dc9db2cf51ef2ea0f28762b5848e92e87630e4
50287 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
50288 Date:   Tue Sep 28 08:52:45 2010 +0000
50289
50290     comments for fix a deprecated dtd tag
50291     
50292     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8243 48e7efb5-ca39-0410-a469-dd3cf9ba447f
50293
50294 commit 6ea02583071600052a8d20356d211df93a6eec4b
50295 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
50296 Date:   Tue Sep 28 08:52:44 2010 +0000
50297
50298     format changes
50299     
50300     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8242 48e7efb5-ca39-0410-a469-dd3cf9ba447f
50301
50302 commit a46bcd2115b2f8df2b5a2a9e2e8f186a11a72385
50303 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
50304 Date:   Tue Sep 28 08:52:43 2010 +0000
50305
50306     fix mistake small mistake in the routing algorithm of floyd and dijkstra
50307     
50308     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8241 48e7efb5-ca39-0410-a469-dd3cf9ba447f
50309
50310 commit c6fdfb0bcae5f6c547427cd265a45771ff590fb3
50311 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
50312 Date:   Tue Sep 28 08:52:41 2010 +0000
50313
50314     disable the debug function
50315     
50316     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8240 48e7efb5-ca39-0410-a469-dd3cf9ba447f
50317
50318 commit e5b9aba8d360583bd56a42dfa5d49f85f1917616
50319 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
50320 Date:   Tue Sep 28 08:52:39 2010 +0000
50321
50322     small fix for a uninitialized variable
50323     
50324     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8239 48e7efb5-ca39-0410-a469-dd3cf9ba447f
50325
50326 commit 5d938be0afd2015d43ba18c58d55517410f800d1
50327 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
50328 Date:   Tue Sep 28 08:52:37 2010 +0000
50329
50330     add the bypasss route mechanims
50331     
50332     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8238 48e7efb5-ca39-0410-a469-dd3cf9ba447f
50333
50334 commit 2ec95f6d8c62158bac8934097fc3e8b61af7d986
50335 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
50336 Date:   Tue Sep 28 08:52:35 2010 +0000
50337
50338     add functions to check the correct process of make structures for routing
50339     
50340     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8237 48e7efb5-ca39-0410-a469-dd3cf9ba447f
50341
50342 commit e42e598c9498ad5c9eb99938741933d94beb8edb
50343 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
50344 Date:   Tue Sep 28 08:52:34 2010 +0000
50345
50346     add the dijkstra routing and cache too
50347     
50348     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8236 48e7efb5-ca39-0410-a469-dd3cf9ba447f
50349
50350 commit 077cf3f1fdee123e65823b114addc247c15593df
50351 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
50352 Date:   Tue Sep 28 08:52:33 2010 +0000
50353
50354     added the floyd algorithm first version
50355     
50356     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8235 48e7efb5-ca39-0410-a469-dd3cf9ba447f
50357
50358 commit 65e338fbfd769d49b29242bfe56cde18c03b6074
50359 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
50360 Date:   Tue Sep 28 08:52:31 2010 +0000
50361
50362     pre version hierarchical routing, fix memory leak
50363     
50364     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8234 48e7efb5-ca39-0410-a469-dd3cf9ba447f
50365
50366 commit fa2917fe0f1eae430cedc225d7abb67f34c74668
50367 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
50368 Date:   Tue Sep 28 08:52:30 2010 +0000
50369
50370     add a free dynar
50371     
50372     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8233 48e7efb5-ca39-0410-a469-dd3cf9ba447f
50373
50374 commit 33d9244599867b2daca6df5ae07fa5505571e9d8
50375 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
50376 Date:   Tue Sep 28 08:52:28 2010 +0000
50377
50378     pre version of hierarchical routing, make in a recursive way
50379     
50380     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8232 48e7efb5-ca39-0410-a469-dd3cf9ba447f
50381
50382 commit 5e2dd3ecf166c2d82974beb220aeb8dd4200f105
50383 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
50384 Date:   Tue Sep 28 08:52:26 2010 +0000
50385
50386     I comment all the calls to used_routing, in order to use global routing.
50387     
50388     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8231 48e7efb5-ca39-0410-a469-dd3cf9ba447f
50389
50390 commit 607e033306049c7d3bdb768dd2b05c279d22e4b8
50391 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
50392 Date:   Tue Sep 28 08:52:23 2010 +0000
50393
50394     changes for solve warrings
50395     
50396     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8230 48e7efb5-ca39-0410-a469-dd3cf9ba447f
50397
50398 commit 35c72c8925a6eeca0d5d1b651606ff17a609db95
50399 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
50400 Date:   Tue Sep 28 08:52:21 2010 +0000
50401
50402     add the floyd approach
50403     
50404     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8229 48e7efb5-ca39-0410-a469-dd3cf9ba447f
50405
50406 commit 2492d71e145ae1a72066746b1b48a3ced3be71b3
50407 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
50408 Date:   Tue Sep 28 08:52:20 2010 +0000
50409
50410     add the floyd algorithm for a routing schema
50411     
50412     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8228 48e7efb5-ca39-0410-a469-dd3cf9ba447f
50413
50414 commit 2910112e5b4172013e6d536a4951371b4dd8d582
50415 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
50416 Date:   Tue Sep 28 08:52:18 2010 +0000
50417
50418     add the floyd algorithm for a routing schema L
50419     
50420     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8227 48e7efb5-ca39-0410-a469-dd3cf9ba447f
50421
50422 commit 1a5f15c252500f220dc8af69e9b9cebb32df194c
50423 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
50424 Date:   Tue Sep 28 08:52:17 2010 +0000
50425
50426     The new directives for parsing the hierarchical routing
50427     
50428     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8226 48e7efb5-ca39-0410-a469-dd3cf9ba447f
50429
50430 commit 14d9356173a951022bf9bdadaa77652c67734a63
50431 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
50432 Date:   Tue Sep 28 08:52:16 2010 +0000
50433
50434     The second version of the hierarchical routing, Here I add parse directives
50435     
50436     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8225 48e7efb5-ca39-0410-a469-dd3cf9ba447f
50437
50438 commit 4a8d945bb95c7c13b522a6776b0229f30ab5025e
50439 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
50440 Date:   Tue Sep 28 08:52:14 2010 +0000
50441
50442     The second version of hierarchical routing, In this file I comment some lines to make a work example
50443     
50444     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8224 48e7efb5-ca39-0410-a469-dd3cf9ba447f
50445
50446 commit 7ad89d5e6e0bbbfd97547c22e6f9dd5a6d7ecada
50447 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
50448 Date:   Tue Sep 28 08:52:13 2010 +0000
50449
50450     The second version of hierarchical routing. Here I put the structures of the global routing model.
50451     
50452     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8223 48e7efb5-ca39-0410-a469-dd3cf9ba447f
50453
50454 commit 1abeb78cffed6f64bba4de0b20b4dea52954b19d
50455 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
50456 Date:   Tue Sep 28 08:52:11 2010 +0000
50457
50458     The second version of hierarchical routing. I implemented the parse functions and the routing functions, both at global level and local level.
50459     
50460     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8222 48e7efb5-ca39-0410-a469-dd3cf9ba447f
50461
50462 commit 17c1733942aa7acb46f0fc4d83ccee35d5d9af8a
50463 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
50464 Date:   Tue Sep 28 08:52:10 2010 +0000
50465
50466     First version of hierarchical routing.
50467     
50468     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8221 48e7efb5-ca39-0410-a469-dd3cf9ba447f
50469
50470 commit f2e9baad7ddb5f9e86719879f359f57c99d258ed
50471 Author: pini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
50472 Date:   Mon Sep 27 16:03:45 2010 +0000
50473
50474     Revert "Compilation broken." This wasn't suppose to be commited.
50475     
50476     This reverts commit d2463b9dd8b903446a52afa4b6928b0e4b036504.
50477     
50478     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8220 48e7efb5-ca39-0410-a469-dd3cf9ba447f
50479
50480 commit 7d014449b915e66c0dff0e6f24cd7a746c9569cc
50481 Author: pini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
50482 Date:   Mon Sep 27 16:01:05 2010 +0000
50483
50484     Removed unused variables and added missing return call.
50485     
50486     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8219 48e7efb5-ca39-0410-a469-dd3cf9ba447f
50487
50488 commit d2463b9dd8b903446a52afa4b6928b0e4b036504
50489 Author: pini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
50490 Date:   Mon Sep 27 16:01:03 2010 +0000
50491
50492     Compilation broken.
50493     
50494     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8218 48e7efb5-ca39-0410-a469-dd3cf9ba447f
50495
50496 commit ed1c81fc9bce2480dd944490032c7336ba68a19a
50497 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
50498 Date:   Mon Sep 27 12:52:21 2010 +0000
50499
50500     adding some setter methods
50501     
50502     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8217 48e7efb5-ca39-0410-a469-dd3cf9ba447f
50503
50504 commit 8886e06558103ffcb66db5039f010eaad20aa854
50505 Author: pini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
50506 Date:   Mon Sep 27 10:18:49 2010 +0000
50507
50508     Added local and global sampling.
50509     
50510     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8216 48e7efb5-ca39-0410-a469-dd3cf9ba447f
50511
50512 commit 226701bd0e2669f81faefdab486bb5dae091b5a6
50513 Author: suter <suter@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
50514 Date:   Mon Sep 27 08:07:24 2010 +0000
50515
50516     add 2 entries and some missing commas
50517     
50518     
50519     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8215 48e7efb5-ca39-0410-a469-dd3cf9ba447f
50520
50521 commit 24eb5fa084dbb23b30dff7e46a930f900b5e45d1
50522 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
50523 Date:   Mon Sep 27 07:56:28 2010 +0000
50524
50525     kill an unused file
50526     
50527     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8214 48e7efb5-ca39-0410-a469-dd3cf9ba447f
50528
50529 commit e23b481e91e2c7020856a88e25cb6f4fe1358e1f
50530 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
50531 Date:   Mon Sep 27 07:56:25 2010 +0000
50532
50533     Fix an external ref
50534     
50535     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8213 48e7efb5-ca39-0410-a469-dd3cf9ba447f
50536
50537 commit a61b866b190b714478c1c53a5614008ae5ada205
50538 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
50539 Date:   Thu Sep 23 12:21:24 2010 +0000
50540
50541     Rename CLEANUP definition (used after TRY) into TRY_CLEANUP
50542     due to other definition of CLEANUP
50543     like src/xbt/graphxml.c:1201 "#define CLEANUP  cleanup()"
50544     
50545     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8212 48e7efb5-ca39-0410-a469-dd3cf9ba447f
50546
50547 commit 5da257b445b756bf31c15477334d9952f9dfd7e8
50548 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
50549 Date:   Thu Sep 23 11:17:15 2010 +0000
50550
50551     Update scripts for pipol
50552     
50553     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8211 48e7efb5-ca39-0410-a469-dd3cf9ba447f
50554
50555 commit fda00496f6a31c2f09ed65b91d6052c2e50686df
50556 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
50557 Date:   Thu Sep 23 10:48:38 2010 +0000
50558
50559     code clean-up
50560     
50561     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8210 48e7efb5-ca39-0410-a469-dd3cf9ba447f
50562
50563 commit b16f3d6a14798bcac4e8203cc40975c16cf85f5a
50564 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
50565 Date:   Thu Sep 23 10:48:37 2010 +0000
50566
50567     new configuration option tracing/platform/method
50568     
50569     details:
50570     - may be "a", "b", "c"
50571     - tracing behavior for each method as explained in previous commit
50572     
50573     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8209 48e7efb5-ca39-0410-a469-dd3cf9ba447f
50574
50575 commit 827813f7390e44cb5c35a9d9c6aea722e5d71d6a
50576 Author: pini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
50577 Date:   Thu Sep 23 10:01:21 2010 +0000
50578
50579     Added a version of DT with RAM folding.
50580     
50581     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8208 48e7efb5-ca39-0410-a469-dd3cf9ba447f
50582
50583 commit 665933b525b69dcdb445cdb24179fb666ca9e801
50584 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
50585 Date:   Thu Sep 23 09:51:31 2010 +0000
50586
50587     Update _units file in svn.
50588     
50589     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8207 48e7efb5-ca39-0410-a469-dd3cf9ba447f
50590
50591 commit c9f54bdb5226b4eec530cf3d72ef9710f63664cc
50592 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
50593 Date:   Thu Sep 23 09:51:30 2010 +0000
50594
50595     Initialize value. Compilation with Full Flags.
50596     
50597     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8206 48e7efb5-ca39-0410-a469-dd3cf9ba447f
50598
50599 commit ad5190b150d9238e9b73a4448aab3a550238fe27
50600 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
50601 Date:   Thu Sep 23 09:51:29 2010 +0000
50602
50603     Rename CLEANUP macro into _CLEANUP for Supernovae mode.
50604     There were two definition of CLEANUP.
50605     
50606     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8205 48e7efb5-ca39-0410-a469-dd3cf9ba447f
50607
50608 commit 9b39bafc27f084e23751d10f11af8d6998cb09c9
50609 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
50610 Date:   Thu Sep 23 09:51:26 2010 +0000
50611
50612     Oups, variable names are not same. Fix the bug with Supernovae.
50613     
50614     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8204 48e7efb5-ca39-0410-a469-dd3cf9ba447f
50615
50616 commit 3b370827ee7e9a105556091d2b53a73acca25d7b
50617 Author: pini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
50618 Date:   Thu Sep 23 09:14:04 2010 +0000
50619
50620     Take size into account when building a unique name.
50621     
50622     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8203 48e7efb5-ca39-0410-a469-dd3cf9ba447f
50623
50624 commit 7b7db8a4db1107ce77e923847ad4e33e02e4e27e
50625 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
50626 Date:   Thu Sep 23 09:06:46 2010 +0000
50627
50628     dedicated file to trace categorized resource utilization
50629     
50630     details:
50631     - src/instr/resource_utilization.c
50632     - three methods implemented:
50633        - A (dumb tracing, all update_actions_state are transformed in two events)
50634        - B (try to resume the tracing if the utilization value did not change)
50635              => it produces the same trace as A, resumed if update_actions_state
50636                 do not change the values on all updates
50637        - C (categorized resource utilization integrated within the scope of a smx_action)
50638     
50639     - method A generates a gigantic trace file, B is the solution for MSG, but not for SMPI
50640     - method C is the solution for SMPI, but we lost details on each update
50641     - now, method B is active
50642     
50643     todo:
50644     - create an option to select which method to use
50645     
50646     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8202 48e7efb5-ca39-0410-a469-dd3cf9ba447f
50647
50648 commit 1945b45d26931be647c80b740381cb01657d25af
50649 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
50650 Date:   Thu Sep 23 09:06:44 2010 +0000
50651
50652     updating traced IS NAS benchmark to get one category per MPI rank
50653     
50654     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8201 48e7efb5-ca39-0410-a469-dd3cf9ba447f
50655
50656 commit ff7b0485ecdc2ab695caf5a58d9cb693f3dd3c58
50657 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
50658 Date:   Thu Sep 23 09:06:43 2010 +0000
50659
50660     cosmetics: fixing identation
50661     
50662     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8200 48e7efb5-ca39-0410-a469-dd3cf9ba447f
50663
50664 commit 644161c4806218b2440843f287df05eca4255eef
50665 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
50666 Date:   Thu Sep 23 09:06:43 2010 +0000
50667
50668     placing instrumentation of network utilization on better place
50669     
50670     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8199 48e7efb5-ca39-0410-a469-dd3cf9ba447f
50671
50672 commit 930a31488b75c8969603b0b36666e8fdcdcfd3a7
50673 Author: pini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
50674 Date:   Wed Sep 22 12:07:21 2010 +0000
50675
50676     Added RAM folding to SMPI.
50677     
50678     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8198 48e7efb5-ca39-0410-a469-dd3cf9ba447f
50679
50680 commit facae0548d7833b6d462c1177d11d7cdbb97948b
50681 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
50682 Date:   Fri Sep 17 14:33:23 2010 +0000
50683
50684     only remove from dict if the key is there
50685     
50686     details:
50687     - fix on multiple calls to TRACE_smpi_set_category(NULL)
50688     
50689     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8197 48e7efb5-ca39-0410-a469-dd3cf9ba447f
50690
50691 commit e6e323a7749044351eada87127f0658c9a8c937d
50692 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
50693 Date:   Fri Sep 17 09:26:52 2010 +0000
50694
50695     creating instrumented versions of DT, EP and IS benchmarks
50696     
50697     details:
50698     - new directories created to avoid the modification of the original .c files
50699     - the binaries created have the same name as the binaries generated by original benchmarks
50700     - instrumentation consists basically in:
50701        - #include "instr/instr.h"
50702        - use TRACE_smpi_set_category to declare and set a category to monitor resource utilization
50703        - execute with -trace parameter
50704     - no instrumentation needed if only a traditional gantt-chart is needed
50705        - in this case, original versions of benchmarks must be executed with -trace parameter only
50706     
50707     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8196 48e7efb5-ca39-0410-a469-dd3cf9ba447f
50708
50709 commit 1753c00431344391ba6c76a80f41cd2c93c1f2f0
50710 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
50711 Date:   Thu Sep 16 15:18:04 2010 +0000
50712
50713     creating a static version of libsmpi version to link against HPL benchmark
50714     
50715     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8195 48e7efb5-ca39-0410-a469-dd3cf9ba447f
50716
50717 commit 638244c0b6c08e5208c154f0d53b37ddc82c80c2
50718 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
50719 Date:   Wed Sep 15 15:58:30 2010 +0000
50720
50721     smaller size so ctest don't give a timeout during tests
50722     
50723     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8194 48e7efb5-ca39-0410-a469-dd3cf9ba447f
50724
50725 commit a63d9772e87d37847b7d634abe798c93934f56bb
50726 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
50727 Date:   Wed Sep 15 15:58:29 2010 +0000
50728
50729     simple example of smpi tracing with platform utilization (with three categories)
50730     
50731     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8193 48e7efb5-ca39-0410-a469-dd3cf9ba447f
50732
50733 commit 70904e08a41acfbf57b985595232deec47269b51
50734 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
50735 Date:   Wed Sep 15 15:58:27 2010 +0000
50736
50737     updating smpi_traced.tesh file to cope with platform utilization output
50738     
50739     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8192 48e7efb5-ca39-0410-a469-dd3cf9ba447f
50740
50741 commit c39495a40dc6da68016bc857ef05d251d472a20a
50742 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
50743 Date:   Wed Sep 15 15:58:26 2010 +0000
50744
50745     using categories to trace platform utilization on smpi tracing example
50746     
50747     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8191 48e7efb5-ca39-0410-a469-dd3cf9ba447f
50748
50749 commit ae4d05993d7186ffcf4f789f7299c87c0de92c16
50750 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
50751 Date:   Wed Sep 15 15:58:25 2010 +0000
50752
50753     increasing the message size for testing
50754     
50755     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8190 48e7efb5-ca39-0410-a469-dd3cf9ba447f
50756
50757 commit 8ff23ee1d3af548f48722e5e3a802cecc0fc3ad3
50758 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
50759 Date:   Wed Sep 15 15:58:25 2010 +0000
50760
50761     when smpirun is executed with -trace parameter, activate the platform tracing
50762     
50763     details:
50764     - even if TRACE_smpi_set_category is not used on the mpi application
50765     
50766     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8189 48e7efb5-ca39-0410-a469-dd3cf9ba447f
50767
50768 commit 896a476b8b1e9e4e78affecf86a41088766db887
50769 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
50770 Date:   Wed Sep 15 15:58:24 2010 +0000
50771
50772     properly destroying containers at the end of trace file
50773     
50774     details:
50775     - the name of the function called (TRACE_msg_clean) should change
50776     
50777     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8188 48e7efb5-ca39-0410-a469-dd3cf9ba447f
50778
50779 commit 5391e6b0fad0842c9c69f13d14a4fb4527268848
50780 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
50781 Date:   Wed Sep 15 15:58:22 2010 +0000
50782
50783     trace: new interface function for tracing resource categorized utilization with SMPI
50784     
50785     details:
50786     - still experimental
50787     - include "instr/instr.h" in your code MPI
50788     - put TRACE_smpi_set_category ("name_of_your_cat") somewhere
50789     in the code that all processes execute. example:
50790     Do this:
50791     {
50792       ...
50793       TRACE_smpi_set_category (...);
50794       if (rank == 0){
50795       }else{
50796       }
50797       ...
50798     }
50799     instead of this:
50800     {
50801       ...
50802       if (rank == 0){
50803         TRACE_smpi_set_category (...);
50804       }else{
50805       }
50806       ...
50807     }
50808     - call TRACE_smpi_set_category (NULL) to de-activate
50809     the tracing of the platform utilization according to
50810     a category
50811     - all this only works if the smpi simulation is launched with
50812     the option --cfg=tracing/platform:1 (next commits will have
50813     an additional option in smpirun to handle that)
50814     
50815     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8187 48e7efb5-ca39-0410-a469-dd3cf9ba447f
50816
50817 commit d43bb524e880bb9c42023f0f563578dfe17e404a
50818 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
50819 Date:   Wed Sep 15 15:58:21 2010 +0000
50820
50821     not consider the time spent on SMPI tracing as part of application execution
50822     
50823     details:
50824     - considered now as part of communication (if bench monitors the time inside MPI functions)
50825     
50826     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8186 48e7efb5-ca39-0410-a469-dd3cf9ba447f
50827
50828 commit f254fadb0d35cf8dbf727769ea4bf6b99a7d5efb
50829 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
50830 Date:   Wed Sep 15 15:58:20 2010 +0000
50831
50832     creating a source file dedicated to handle the categories
50833     
50834     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8185 48e7efb5-ca39-0410-a469-dd3cf9ba447f
50835
50836 commit 7231545543fa5be730a575fb278656247717e865
50837 Author: pini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
50838 Date:   Tue Sep 14 14:39:41 2010 +0000
50839
50840     Bugfix: C is _not_ object-oriented (a.k.a. missing callback for the Constant network model)
50841     
50842     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8184 48e7efb5-ca39-0410-a469-dd3cf9ba447f
50843
50844 commit bce68420986fe0f0a060cde4e5c86e44c94b82e9
50845 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
50846 Date:   Mon Sep 13 16:44:05 2010 +0000
50847
50848     Update Doc.
50849     
50850     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8183 48e7efb5-ca39-0410-a469-dd3cf9ba447f
50851
50852 commit 5167defc30b99a1651bb02fe7bae4d5ec37cd122
50853 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
50854 Date:   Mon Sep 13 16:33:37 2010 +0000
50855
50856     Update doc for icomms.
50857     
50858     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8182 48e7efb5-ca39-0410-a469-dd3cf9ba447f
50859
50860 commit ab206a33168719d136a35ad3d066af08dd9482ab
50861 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
50862 Date:   Mon Sep 13 12:08:50 2010 +0000
50863
50864     Cosmetics.
50865     
50866     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8181 48e7efb5-ca39-0410-a469-dd3cf9ba447f
50867
50868 commit 170753a57dce972fad9b46da893163958c3af296
50869 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
50870 Date:   Mon Sep 13 11:55:11 2010 +0000
50871
50872     Oups this is a mistake.
50873     
50874     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8180 48e7efb5-ca39-0410-a469-dd3cf9ba447f
50875
50876 commit f5f5acb91cd8c443b96649b17bacf716c6a4e826
50877 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
50878 Date:   Mon Sep 13 08:24:48 2010 +0000
50879
50880     Not test with WIN32 but BORLAND because on windows there is GNU too.
50881     
50882     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8179 48e7efb5-ca39-0410-a469-dd3cf9ba447f
50883
50884 commit 4045435eef35241f254ca5be8222cf6539e9a725
50885 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
50886 Date:   Mon Sep 13 08:24:35 2010 +0000
50887
50888     If we are on windows _GNU is defined by cmake.
50889     
50890     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8178 48e7efb5-ca39-0410-a469-dd3cf9ba447f
50891
50892 commit 74855662cc55ccf11cc50c93d88fc095fc61e611
50893 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
50894 Date:   Mon Sep 13 08:24:11 2010 +0000
50895
50896     Update CMakeLists for windows
50897     
50898     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8177 48e7efb5-ca39-0410-a469-dd3cf9ba447f
50899
50900 commit ce25317042935b2621bf84d5fcb79d9368d14234
50901 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
50902 Date:   Mon Sep 13 08:23:54 2010 +0000
50903
50904     Windows implementation
50905     
50906     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8176 48e7efb5-ca39-0410-a469-dd3cf9ba447f
50907
50908 commit 12a3d01e7de3d8fdefa0aeedeb0cee96936567f0
50909 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
50910 Date:   Mon Sep 13 08:23:36 2010 +0000
50911
50912     Windows compatibility.
50913     
50914     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8175 48e7efb5-ca39-0410-a469-dd3cf9ba447f
50915
50916 commit 3889cf4274ba6c4442a80e23c5ed9b45841d2494
50917 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
50918 Date:   Fri Sep 10 15:14:58 2010 +0000
50919
50920     using a trace marker to register the end of each flow in the gtnets example
50921     
50922     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8174 48e7efb5-ca39-0410-a469-dd3cf9ba447f
50923
50924 commit fb93ded98f9fd09dab3dce296daa2aa9f4a39033
50925 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
50926 Date:   Tue Sep 7 06:48:39 2010 +0000
50927
50928     Do not call xbt_cfg_set_int on the model-check option, it won't set it's value to the default one.
50929     
50930     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8173 48e7efb5-ca39-0410-a469-dd3cf9ba447f
50931
50932 commit 4c48bd895304f134d21a2f3a4eeb999a316463c6
50933 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
50934 Date:   Mon Sep 6 12:11:25 2010 +0000
50935
50936     Link to lib simgrid work when compil out of build source.
50937     
50938     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8170 48e7efb5-ca39-0410-a469-dd3cf9ba447f
50939
50940 commit 8b9031cd32099b50e78a0c0dc18cf988f28125a9
50941 Author: pini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
50942 Date:   Mon Sep 6 09:17:59 2010 +0000
50943
50944     Fixed return type.
50945     
50946     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8169 48e7efb5-ca39-0410-a469-dd3cf9ba447f
50947
50948 commit 219621110c7f3906fa7e9bee2efe3ecab596f773
50949 Author: pini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
50950 Date:   Mon Sep 6 09:12:15 2010 +0000
50951
50952     Added missing MPI call.
50953     
50954     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8168 48e7efb5-ca39-0410-a469-dd3cf9ba447f
50955
50956 commit 44c034ffa442f8ec4060f073b8debe683e7a32fa
50957 Author: pini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
50958 Date:   Mon Sep 6 09:12:10 2010 +0000
50959
50960     Bugfix: invalid behaviour in datatype_copy.
50961     
50962     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8167 48e7efb5-ca39-0410-a469-dd3cf9ba447f
50963
50964 commit 4993544cc2d3f56a592ca17be25597ebbcaf376a
50965 Author: suter <suter@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
50966 Date:   Mon Aug 30 11:47:01 2010 +0000
50967
50968     a few more corrected entries
50969     
50970     
50971     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8166 48e7efb5-ca39-0410-a469-dd3cf9ba447f
50972
50973 commit ddfa83899468b616251b723a8210f7c9d254f827
50974 Author: suter <suter@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
50975 Date:   Mon Aug 30 08:45:22 2010 +0000
50976
50977     start to clean up the bib file. Too many badly formatted entries for
50978     my eyes
50979     
50980     
50981     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8165 48e7efb5-ca39-0410-a469-dd3cf9ba447f
50982
50983 commit 9fc75c35c7eada2824bd22b3b91121df3657f528
50984 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
50985 Date:   Tue Aug 24 13:27:39 2010 +0000
50986
50987     Fix bug in the documentation.
50988     It skipped the first author for each year and removed some HTML tags...
50989     
50990     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8164 48e7efb5-ca39-0410-a469-dd3cf9ba447f
50991
50992 commit 077f7f266102bddac2718d876b0a4a4015641996
50993 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
50994 Date:   Sun Aug 22 17:49:26 2010 +0000
50995
50996     update
50997     
50998     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8162 48e7efb5-ca39-0410-a469-dd3cf9ba447f
50999
51000 commit ddf68ea022c81589deb304fce24b68fcd142d7a3
51001 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
51002 Date:   Fri Aug 20 09:42:12 2010 +0000
51003
51004     fix the way to instanciate links via worsktation_ptask_L07 model when bypassing the XML parser
51005     
51006     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8161 48e7efb5-ca39-0410-a469-dd3cf9ba447f
51007
51008 commit fe832229f8b8467994bac54665117823e7ed97e9
51009 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
51010 Date:   Thu Aug 19 16:02:25 2010 +0000
51011
51012     move e_surf_link_sharing_policy_t structure to surf.h and fix the way to create link resource when bypassing surf xml parser
51013     
51014     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8160 48e7efb5-ca39-0410-a469-dd3cf9ba447f
51015
51016 commit 3b49826d39607fcaaf7e6d58fe188048e9b19fbd
51017 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
51018 Date:   Mon Aug 16 22:23:47 2010 +0000
51019
51020     Remove stupid "if" that prevents from displaying the help correctly and use die instead of exit.
51021     
51022     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8159 48e7efb5-ca39-0410-a469-dd3cf9ba447f
51023
51024 commit e2e0a4d7c93175de4ff8c3e1d9dfc2b1917a4c25
51025 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
51026 Date:   Mon Aug 16 14:32:07 2010 +0000
51027
51028     extend lua console to simdag
51029     
51030     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8158 48e7efb5-ca39-0410-a469-dd3cf9ba447f
51031
51032 commit 2ca21a6b2c19a7ecc78eeba16280198dbeef757d
51033 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
51034 Date:   Wed Aug 11 13:06:35 2010 +0000
51035
51036     remove dependency line
51037     
51038     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8157 48e7efb5-ca39-0410-a469-dd3cf9ba447f
51039
51040 commit 9ba32e9e4cbb147b495d1c59711463c0b28c8a79
51041 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
51042 Date:   Wed Aug 11 13:01:53 2010 +0000
51043
51044     add gras console example, illustrating the use of lua gras generator to setup the project and lua console to bypass the parser
51045     
51046     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8156 48e7efb5-ca39-0410-a469-dd3cf9ba447f
51047
51048 commit 1f494d5b035cbdb6e62f6d2575f8d55282ccac8e
51049 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
51050 Date:   Wed Aug 11 11:14:31 2010 +0000
51051
51052     cleanups
51053     
51054     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8155 48e7efb5-ca39-0410-a469-dd3cf9ba447f
51055
51056 commit 42f3c0c5e978cd8ba766c63e3511da62d667cbd8
51057 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
51058 Date:   Tue Aug 10 16:35:37 2010 +0000
51059
51060     remove duplicated line
51061     
51062     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8154 48e7efb5-ca39-0410-a469-dd3cf9ba447f
51063
51064 commit f3882bfdbd3264807a5d3a9d1b05424f417f9d28
51065 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
51066 Date:   Tue Aug 10 16:28:59 2010 +0000
51067
51068     add new source file to lua bindings code, having possibility to use a 'lua' version of gras_stub_generator tool to generate gras source files in bypass mode
51069     
51070     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8153 48e7efb5-ca39-0410-a469-dd3cf9ba447f
51071
51072 commit 9befdbc4af1ffa9c3baf9d55addd6df644c4346f
51073 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
51074 Date:   Tue Aug 10 15:06:51 2010 +0000
51075
51076     updating ChangeLog with tracing modifications
51077     
51078     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8152 48e7efb5-ca39-0410-a469-dd3cf9ba447f
51079
51080 commit 92ffea6f2316b39ba89fa1a55a25a582d1661061
51081 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
51082 Date:   Tue Aug 10 13:32:07 2010 +0000
51083
51084     test dict before giving its size...
51085     
51086     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8151 48e7efb5-ca39-0410-a469-dd3cf9ba447f
51087
51088 commit e688bbc5142fbfae83a2c436d5e72dcc9754a473
51089 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
51090 Date:   Tue Aug 10 11:32:29 2010 +0000
51091
51092     new tesh to check smpi tracing
51093     
51094     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8150 48e7efb5-ca39-0410-a469-dd3cf9ba447f
51095
51096 commit 24bd827c89558696ffe4ed836f5d6da78ea87e93
51097 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
51098 Date:   Tue Aug 10 11:32:28 2010 +0000
51099
51100     fix on smpi tracing: check if tracing is disabled
51101     
51102     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8149 48e7efb5-ca39-0410-a469-dd3cf9ba447f
51103
51104 commit 0f9ce34ef145b9e10cb8e955836b7651192dbe81
51105 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
51106 Date:   Tue Aug 10 11:32:27 2010 +0000
51107
51108     mpi example with several combinations of point-to-point message-passing functions
51109     
51110     details:
51111     - this example serves as stress test to the smpi instrumentation
51112     
51113     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8148 48e7efb5-ca39-0410-a469-dd3cf9ba447f
51114
51115 commit 1d4461b3c05d8f19d40b4aa29f86cb4fa8c80e58
51116 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
51117 Date:   Tue Aug 10 11:32:26 2010 +0000
51118
51119     update on smpirun script to accept -trace argument with the name of the tracefile
51120     
51121     details:
51122     - among other parameters, smpirun accepts:
51123     smpirun (...) -trace tracefile.trace (...) ./bcast (...)
51124     - the parameter is translated to the following options to the simulator
51125     --cfg=tracing/filename:${TRACEOPT} --cfg=tracing/smpi:1 where TRACEOPT
51126     is the trace file passed as parameter
51127     
51128     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8147 48e7efb5-ca39-0410-a469-dd3cf9ba447f
51129
51130 commit 0e88b8ca34dfaa4f316a9bf762bc8df86d962c39
51131 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
51132 Date:   Tue Aug 10 08:21:52 2010 +0000
51133
51134     Tweak a bit the dependence function
51135     
51136     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8146 48e7efb5-ca39-0410-a469-dd3cf9ba447f
51137
51138 commit cb26259548e0731547b8e07657a2f187accd0217
51139 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
51140 Date:   Mon Aug 9 15:51:27 2010 +0000
51141
51142     prevents from adding invalid pointer to the dict
51143     
51144     details:
51145     - the dictionary latency_limited_dict is managed by Pedro
51146     - it uses as key the comm->act, which sometimes is NULL
51147     when executing MSG examples (failure, for instance).
51148     
51149     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8145 48e7efb5-ca39-0410-a469-dd3cf9ba447f
51150
51151 commit f3df88462bb896e6a08c6b1ba8022d850162bb43
51152 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
51153 Date:   Mon Aug 9 15:51:26 2010 +0000
51154
51155     proper initilization of the model-check option
51156     
51157     details:
51158     - arnaud's modification
51159     
51160     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8144 48e7efb5-ca39-0410-a469-dd3cf9ba447f
51161
51162 commit b24e3ced733a04e94b8045ddc66a8bcae0b69422
51163 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
51164 Date:   Mon Aug 9 15:51:26 2010 +0000
51165
51166     fix on the default value of fullduplex option
51167     
51168     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8143 48e7efb5-ca39-0410-a469-dd3cf9ba447f
51169
51170 commit 626c9530a7db625e5ca62582296553b4fab6441b
51171 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
51172 Date:   Mon Aug 9 15:51:24 2010 +0000
51173
51174     updating tesh files to consider with new log messages
51175     
51176     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8142 48e7efb5-ca39-0410-a469-dd3cf9ba447f
51177
51178 commit 836b672987ff5f6786e727bdc46eca4b84d7484d
51179 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
51180 Date:   Mon Aug 9 15:51:23 2010 +0000
51181
51182     declaring mark in the gtnets example
51183     
51184     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8141 48e7efb5-ca39-0410-a469-dd3cf9ba447f
51185
51186 commit cfa38de978f9cf78ccea7b1eccbbedd0711e163d
51187 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
51188 Date:   Mon Aug 9 15:51:23 2010 +0000
51189
51190     removing stdout log message
51191     
51192     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8140 48e7efb5-ca39-0410-a469-dd3cf9ba447f
51193
51194 commit e5487aa8732f87d753fd97a8968006950717d894
51195 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
51196 Date:   Mon Aug 9 15:51:22 2010 +0000
51197
51198     removing compilation warnings
51199     
51200     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8139 48e7efb5-ca39-0410-a469-dd3cf9ba447f
51201
51202 commit 180febe078089bb7d5e6ee141fc17115c2f8a0a1
51203 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
51204 Date:   Mon Aug 9 15:51:21 2010 +0000
51205
51206     manage links in a different way (to help tracing gtnets fullduplex behavior)
51207     
51208     details:
51209     - by Arnaud
51210     
51211     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8138 48e7efb5-ca39-0410-a469-dd3cf9ba447f
51212
51213 commit 574fbfed449b2400e3d9214d8e2754983054dc99
51214 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
51215 Date:   Mon Aug 9 15:51:20 2010 +0000
51216
51217     using two dictionaries to keep host information (name and id)
51218     
51219     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8137 48e7efb5-ca39-0410-a469-dd3cf9ba447f
51220
51221 commit 9fab0eca31af8ed80d8af4c4eddc983e685d0168
51222 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
51223 Date:   Mon Aug 9 15:51:19 2010 +0000
51224
51225     fix on trace: correct way to trace the amount of data transferred by gtnets
51226     
51227     Conflicts:
51228     
51229         src/surf/network_gtnets.c
51230     
51231     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8136 48e7efb5-ca39-0410-a469-dd3cf9ba447f
51232
51233 commit 19b8a6e62b4b677fa77e8138aa7d134b9d59f804
51234 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
51235 Date:   Mon Aug 9 15:51:19 2010 +0000
51236
51237     fix on the name of the variable
51238     
51239     details:
51240     - gtnets_get_flow_rx returns the amount of bytes sent, not what remains
51241     
51242     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8135 48e7efb5-ca39-0410-a469-dd3cf9ba447f
51243
51244 commit 2c8e75834bbb63acef15c560c3de978ab3cb6fbf
51245 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
51246 Date:   Mon Aug 9 15:51:17 2010 +0000
51247
51248     fullduplex support
51249     
51250     details:
51251     - added by Pedro
51252     - LV08 model accepts a new option 'fullduplex',
51253       enabling a more realistic TCP behavior
51254     - more details on the FAQ (that will be updated soon)
51255     
51256     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8134 48e7efb5-ca39-0410-a469-dd3cf9ba447f
51257
51258 commit 3248c64c65a5750a7b9cbf23f5896e9a7a0f8374
51259 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
51260 Date:   Mon Aug 9 15:35:00 2010 +0000
51261
51262     Added fullduplex support doc.
51263     
51264     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8133 48e7efb5-ca39-0410-a469-dd3cf9ba447f
51265
51266 commit c57f6b06e8780443c603dc70c86105676a658b76
51267 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
51268 Date:   Mon Aug 9 13:14:38 2010 +0000
51269
51270     add new function : xbt_dict_is_empty
51271     
51272     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8132 48e7efb5-ca39-0410-a469-dd3cf9ba447f
51273
51274 commit 35ee58b91dac23b58ec3983f8c6488a1c3412c05
51275 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
51276 Date:   Sun Aug 8 18:16:18 2010 +0000
51277
51278     update doc
51279     
51280     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8131 48e7efb5-ca39-0410-a469-dd3cf9ba447f
51281
51282 commit ad12e936954df10a0395da3b161e820e07e97f52
51283 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
51284 Date:   Fri Aug 6 15:39:04 2010 +0000
51285
51286     tracing a sub-set of point-to-point mpi functions
51287     
51288     details:
51289     - this commit instruments these mpi operations: Irecv,
51290       Isend, Recv, Send, Sendrecv, Wait, Waitany, Waitall
51291     - it uses trace links to illustrate a message-passing
51292     - TODO: Waitsome, Test and Testany to be implemented
51293     - TODO: trace the amount of data transferred
51294     
51295     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8130 48e7efb5-ca39-0410-a469-dd3cf9ba447f
51296
51297 commit 6773dd132c1a2f71d81c734ddfaf21fe900a1cb3
51298 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
51299 Date:   Fri Aug 6 15:39:03 2010 +0000
51300
51301     trace: functions to generate states for point-to-point smpi messages
51302     
51303     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8129 48e7efb5-ca39-0410-a469-dd3cf9ba447f
51304
51305 commit 21b9c5dd068c05fbac421c871f809616b9c6535b
51306 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
51307 Date:   Fri Aug 6 15:39:03 2010 +0000
51308
51309     trace: functions to generate links, append a link type in the hierarchy of types
51310     
51311     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8128 48e7efb5-ca39-0410-a469-dd3cf9ba447f
51312
51313 commit e0b9d36c291764ef931ce9a23db0d95caf23c045
51314 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
51315 Date:   Fri Aug 6 15:39:02 2010 +0000
51316
51317     trace: a dictionary to keep link keys, put and get functions to manage it
51318     
51319     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8127 48e7efb5-ca39-0410-a469-dd3cf9ba447f
51320
51321 commit 0dc7032494e62bf141c74e192974e95cd5c365c5
51322 Author: pini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
51323 Date:   Thu Aug 5 21:47:48 2010 +0000
51324
51325     Added MPI_CHAR to predefined reduce operations (not in the standard, but convenient and working as expected).
51326     
51327     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8126 48e7efb5-ca39-0410-a469-dd3cf9ba447f
51328
51329 commit 59cf7ae32c58dded67acac09e35609d2c97e54b5
51330 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
51331 Date:   Thu Aug 5 14:19:31 2010 +0000
51332
51333     tracing MPI collective operations implemented in SMPI
51334     
51335     details:
51336     - MPI Bcast, Barrier, Gather, Gather, Allgather,
51337       Reduce, Scan, Reduce_scatter, Alltoall and
51338       their 'v' variants
51339     - the tracing is only a state for now
51340     - the root rank is not used for now to identify
51341       which process is the root of operation (for
51342       those who have a root)
51343     - the trace is visualizable in Paje and Triva (SquarifiedTreemap)
51344     
51345     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8125 48e7efb5-ca39-0410-a469-dd3cf9ba447f
51346
51347 commit 1190c46b4633e1c616f35eefeb53d141b28b9631
51348 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
51349 Date:   Thu Aug 5 14:19:30 2010 +0000
51350
51351     tracing MPI_Init and MPI_Finalize (trace container creation and destruction)
51352     
51353     details:
51354     - added function to create the string that identifies
51355       a mpi_process container in the trace
51356     - processes are grouped by host
51357     
51358     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8124 48e7efb5-ca39-0410-a469-dd3cf9ba447f
51359
51360 commit b91d8031bb392545546a25d9792f1ac68de5ecce
51361 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
51362 Date:   Thu Aug 5 14:19:30 2010 +0000
51363
51364     initial instrumentation points for the smpi component
51365     
51366     details:
51367     - nothing is traced yet, just coupling smpi with the tracing module
51368     - compile simgrid with enable_trace = on
51369     - execute it with --cfg=tracing/smpi:1
51370     - TODO: add an option "--trace" to smpirun when this is completed
51371     that is translated to the previously cited execution parameter
51372     
51373     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8123 48e7efb5-ca39-0410-a469-dd3cf9ba447f
51374
51375 commit 7ad112e8f1eda24e649bf3f5d69f6029724c555f
51376 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
51377 Date:   Thu Aug 5 14:18:21 2010 +0000
51378
51379     extend bypass to grass...
51380     
51381     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8122 48e7efb5-ca39-0410-a469-dd3cf9ba447f
51382
51383 commit e8c4e271e526b0cd3f239bc4c64fe5956aa3eb57
51384 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
51385 Date:   Thu Aug 5 14:17:20 2010 +0000
51386
51387     add gras_load_environment_script & gras_function_register_default functions to gras
51388     
51389     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8121 48e7efb5-ca39-0410-a469-dd3cf9ba447f
51390
51391 commit cff48d82a03c0c1ffbe2d9f2a32828417e8110bd
51392 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
51393 Date:   Thu Aug 5 13:03:40 2010 +0000
51394
51395     Missing files during make dist.
51396     
51397     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8120 48e7efb5-ca39-0410-a469-dd3cf9ba447f
51398
51399 commit 57ab5de3e3860d2375538052ac4dd8112c58a111
51400 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
51401 Date:   Thu Aug 5 12:10:21 2010 +0000
51402
51403     Give LD_LIBRARY_PATH to smpirun.
51404     
51405     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8119 48e7efb5-ca39-0410-a469-dd3cf9ba447f
51406
51407 commit 7852fb1778d0bef75b5e26ba934d3ee3c333b955
51408 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
51409 Date:   Thu Aug 5 11:33:06 2010 +0000
51410
51411     fix: compilation warnings
51412     
51413     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8118 48e7efb5-ca39-0410-a469-dd3cf9ba447f
51414
51415 commit 529aeffe98fe0941bbc029dc1f3fbf0c09935703
51416 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
51417 Date:   Thu Aug 5 11:24:17 2010 +0000
51418
51419     Sorry.
51420     
51421     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8117 48e7efb5-ca39-0410-a469-dd3cf9ba447f
51422
51423 commit 1d80d762d5f337406c0bf863af8cfb19ab83085a
51424 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
51425 Date:   Thu Aug 5 11:21:26 2010 +0000
51426
51427     Be more strict with gtnets.
51428     
51429     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8116 48e7efb5-ca39-0410-a469-dd3cf9ba447f
51430
51431 commit 86c32d58f35833a5180f6b4eecd14dcdc83ff24b
51432 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
51433 Date:   Thu Aug 5 11:06:17 2010 +0000
51434
51435     updating gtnets examples with new tracing method, new tesh files to test it
51436     
51437     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8115 48e7efb5-ca39-0410-a469-dd3cf9ba447f
51438
51439 commit a0618fb45de4cd048cc624be4ba3e1c10aa5d76d
51440 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
51441 Date:   Thu Aug 5 11:06:16 2010 +0000
51442
51443     FAQ updated with tracing options, change on the trace interface
51444     
51445     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8114 48e7efb5-ca39-0410-a469-dd3cf9ba447f
51446
51447 commit ebad335f389796b72af10c2a52ee6db300980179
51448 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
51449 Date:   Thu Aug 5 11:06:15 2010 +0000
51450
51451     updating tracing examples according to new TRACE_start and xbt configuration options
51452     
51453     details:
51454     - tesh files updated as well
51455     - TRACE_start must be called *after* MSG_global_domain for MSG-based simulators
51456     
51457     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8113 48e7efb5-ca39-0410-a469-dd3cf9ba447f
51458
51459 commit fd92747951bee810d382edb735052a6b56db1c6d
51460 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
51461 Date:   Thu Aug 5 11:06:14 2010 +0000
51462
51463     removing tracing functions from examples that are not in msg/tracing directory
51464     
51465     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8112 48e7efb5-ca39-0410-a469-dd3cf9ba447f
51466
51467 commit f9b6de55a6f3f3c53cee2fcb55935cbcb851a4f1
51468 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
51469 Date:   Thu Aug 5 11:06:13 2010 +0000
51470
51471     detecting if TRACE_start was called too soon (before TRACE_global_init)
51472     
51473     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8111 48e7efb5-ca39-0410-a469-dd3cf9ba447f
51474
51475 commit eff2324504a9161166f095f4fe512a122da6854e
51476 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
51477 Date:   Thu Aug 5 11:06:12 2010 +0000
51478
51479     kill all aspects related to masks in the tracing interface
51480     
51481     details:
51482     - TRACE_start (filename) and TRACE_start_with_mask (filename, mask)
51483     are replaced by TRACE_start, which takes tracing configurations
51484     from the xbt_cfg_set, defined in the file instr_config.c
51485     - new TRACE_start must be called after MSG_global_init, in
51486     order to have the proper configurations defined
51487     
51488     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8110 48e7efb5-ca39-0410-a469-dd3cf9ba447f
51489
51490 commit 81582ff1ff2a61ab0a5a98a01174b7ba522d7414
51491 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
51492 Date:   Thu Aug 5 11:06:11 2010 +0000
51493
51494     declaration of configuration options for tracing
51495     
51496     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8109 48e7efb5-ca39-0410-a469-dd3cf9ba447f
51497
51498 commit d185550d57f2aa6e0394259d6153d77332f98a68
51499 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
51500 Date:   Thu Aug 5 10:58:13 2010 +0000
51501
51502     Don't need this variable now.
51503     
51504     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8108 48e7efb5-ca39-0410-a469-dd3cf9ba447f
51505
51506 commit a1fa3ed49a1609ccfc51b69224e9effbbeb77396
51507 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
51508 Date:   Thu Aug 5 09:28:53 2010 +0000
51509
51510     cleanups
51511     
51512     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8107 48e7efb5-ca39-0410-a469-dd3cf9ba447f
51513
51514 commit f2596052d9ab41f5f880c4d733796ac979e31515
51515 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
51516 Date:   Thu Aug 5 09:01:33 2010 +0000
51517
51518     Improve handling of WaitAny transitions.
51519     
51520     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8106 48e7efb5-ca39-0410-a469-dd3cf9ba447f
51521
51522 commit db0795278fff21bb440a8eb3640e99d4257f249b
51523 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
51524 Date:   Thu Aug 5 09:01:03 2010 +0000
51525
51526     Show more information on dead-lock'ed transitions
51527     
51528     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8105 48e7efb5-ca39-0410-a469-dd3cf9ba447f
51529
51530 commit 0697e8bea14c079dda4fad0a10f13ed66bb77179
51531 Author: pini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
51532 Date:   Thu Aug 5 07:02:10 2010 +0000
51533
51534     Semaphores are repaired, so SMPI can safely rely on SIMIX again (and should reconcile with the MC).
51535     
51536     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8104 48e7efb5-ca39-0410-a469-dd3cf9ba447f
51537
51538 commit 9c4f541197e297627ddfd10c1854f85080c44c96
51539 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
51540 Date:   Wed Aug 4 14:46:09 2010 +0000
51541
51542     Update tesh files for simdag. Due to adding an INFO line.
51543     
51544     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8103 48e7efb5-ca39-0410-a469-dd3cf9ba447f
51545
51546 commit cf0aba03abba7c372ffa2a5ff26452a9aa31fc04
51547 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
51548 Date:   Wed Aug 4 14:46:02 2010 +0000
51549
51550     Make dist is available again.
51551     
51552     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8102 48e7efb5-ca39-0410-a469-dd3cf9ba447f
51553
51554 commit c6e2798b9357e8844290b7d45b0c95a2920373ce
51555 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
51556 Date:   Wed Aug 4 13:00:08 2010 +0000
51557
51558     add new example to simdag using lua script(...not yet improved)
51559     
51560     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8101 48e7efb5-ca39-0410-a469-dd3cf9ba447f
51561
51562 commit 6a317d1d080b8f489e163e2e257a5f614f625a55
51563 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
51564 Date:   Wed Aug 4 12:39:36 2010 +0000
51565
51566     Choice if we want have different communication size or not.
51567     
51568     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8100 48e7efb5-ca39-0410-a469-dd3cf9ba447f
51569
51570 commit 9ed48eeb250b0f1cf5701878b682d3f00ea73f9d
51571 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
51572 Date:   Wed Aug 4 12:39:35 2010 +0000
51573
51574     Find gcov executable.
51575     
51576     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8099 48e7efb5-ca39-0410-a469-dd3cf9ba447f
51577
51578 commit d1cf9fe48b7de9a02664434b7d3cf440ccb656d9
51579 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
51580 Date:   Wed Aug 4 12:39:32 2010 +0000
51581
51582     Update vivaldi tesh file.
51583     
51584     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8098 48e7efb5-ca39-0410-a469-dd3cf9ba447f
51585
51586 commit 4f39a8fc8ab9883ac58ae91eab8b165a684c1385
51587 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
51588 Date:   Wed Aug 4 10:55:01 2010 +0000
51589
51590     rename resgister_platform to msg_register_platform, & register_application to msg_register_application
51591     
51592     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8097 48e7efb5-ca39-0410-a469-dd3cf9ba447f
51593
51594 commit 5dbbe94ce380f979a687b46ca435d39d4c22bb97
51595 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
51596 Date:   Wed Aug 4 10:42:35 2010 +0000
51597
51598     add SD_load_environment_script function to Simdag Module
51599     
51600     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8096 48e7efb5-ca39-0410-a469-dd3cf9ba447f
51601
51602 commit a470bbfee8e031e6e21e4605d1d19a1a5eb1039b
51603 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
51604 Date:   Wed Aug 4 10:25:10 2010 +0000
51605
51606     add new callbacks to the Workstation's models, and define new lua methods to extend the bypass for SimDag module(...work in prgress)
51607     
51608     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8095 48e7efb5-ca39-0410-a469-dd3cf9ba447f
51609
51610 commit b0619b33a5c2b9bd14bd4b08ad24f85d9cf6b50b
51611 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
51612 Date:   Wed Aug 4 09:28:12 2010 +0000
51613
51614     Change for loop to compil.
51615     
51616     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8094 48e7efb5-ca39-0410-a469-dd3cf9ba447f
51617
51618 commit f2d82cdda6544bcfe288e3c9a523bbf138b7f5db
51619 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
51620 Date:   Wed Aug 4 09:28:11 2010 +0000
51621
51622     Update mc-centralized tesh file.
51623     
51624     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8093 48e7efb5-ca39-0410-a469-dd3cf9ba447f
51625
51626 commit 408d6479dfe1a916c2f9692045154084a1967452
51627 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
51628 Date:   Wed Aug 4 09:28:10 2010 +0000
51629
51630     Update Lua tesh files.
51631     
51632     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8092 48e7efb5-ca39-0410-a469-dd3cf9ba447f
51633
51634 commit 9328039d9138a7469d34838e41334d831a3788f2
51635 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
51636 Date:   Wed Aug 4 09:28:09 2010 +0000
51637
51638     Make smpi tests work
51639     in outofbuild source.
51640     
51641     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8091 48e7efb5-ca39-0410-a469-dd3cf9ba447f
51642
51643 commit ef55efeefd6d977830776142370f5e26ee2d23f6
51644 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
51645 Date:   Wed Aug 4 08:25:08 2010 +0000
51646
51647     Oops sorry don't need this line.
51648     
51649     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8090 48e7efb5-ca39-0410-a469-dd3cf9ba447f
51650
51651 commit bd043f62d4d7bf22adb68d5193ec1bb2aaae3c7b
51652 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
51653 Date:   Wed Aug 4 08:05:12 2010 +0000
51654
51655     More windows compatibility for context.
51656     Add visual basic and Devcpp compilers.
51657     
51658     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8089 48e7efb5-ca39-0410-a469-dd3cf9ba447f
51659
51660 commit e5079ae99c91da966852f2a09ba3f1aa123abc11
51661 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
51662 Date:   Tue Aug 3 14:30:21 2010 +0000
51663
51664     Tweak the handling of WaitAny transitions. It should be properly fixed later.
51665     
51666     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8088 48e7efb5-ca39-0410-a469-dd3cf9ba447f
51667
51668 commit a7fd4720b1db9e3e91e400bd8aadd319522747d4
51669 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
51670 Date:   Mon Aug 2 09:16:12 2010 +0000
51671
51672     Update tests for memory checking with valgrind.
51673     
51674     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8087 48e7efb5-ca39-0410-a469-dd3cf9ba447f
51675
51676 commit 31495061a966507e550f4a2750363fc2f1da29eb
51677 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
51678 Date:   Mon Aug 2 09:16:11 2010 +0000
51679
51680     Update FAQ.
51681     
51682     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8086 48e7efb5-ca39-0410-a469-dd3cf9ba447f
51683
51684 commit 3f379c89dee86f5abf7c050c686eca433fe25cc5
51685 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
51686 Date:   Mon Aug 2 09:16:10 2010 +0000
51687
51688     Add Waitany for icomms to cmake tests.
51689     
51690     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8085 48e7efb5-ca39-0410-a469-dd3cf9ba447f
51691
51692 commit a358e7ed1de9ba360d9b4644546ef97dbaaac6fd
51693 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
51694 Date:   Mon Aug 2 08:57:47 2010 +0000
51695
51696     Cosmetics.
51697     
51698     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8084 48e7efb5-ca39-0410-a469-dd3cf9ba447f
51699
51700 commit f906a2a1b83328d2ef01ea2a00bea38e076e9429
51701 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
51702 Date:   Mon Aug 2 08:57:44 2010 +0000
51703
51704     Now LUA is auto search with cmake.
51705     
51706     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8083 48e7efb5-ca39-0410-a469-dd3cf9ba447f
51707
51708 commit a79d54a97d0a37724c64449c47c0ef30187e52d0
51709 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
51710 Date:   Fri Jul 30 15:33:15 2010 +0000
51711
51712     update bib
51713     
51714     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8082 48e7efb5-ca39-0410-a469-dd3cf9ba447f
51715
51716 commit 67f3f019cd54a80de79187097019355bb583a40d
51717 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
51718 Date:   Fri Jul 30 15:33:12 2010 +0000
51719
51720     Add debug informations.
51721     
51722     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8081 48e7efb5-ca39-0410-a469-dd3cf9ba447f
51723
51724 commit a6c7fab3f5e03dcbd74104121f858c8daf2b6f65
51725 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
51726 Date:   Fri Jul 30 14:06:51 2010 +0000
51727
51728     update ChangeLog
51729     
51730     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8080 48e7efb5-ca39-0410-a469-dd3cf9ba447f
51731
51732 commit c6eefaa5a3198ebff98651ac72501367e4195ded
51733 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
51734 Date:   Fri Jul 30 13:29:30 2010 +0000
51735
51736     Add an example for waitany fct.
51737     
51738     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8079 48e7efb5-ca39-0410-a469-dd3cf9ba447f
51739
51740 commit d4256cb7fe003cad9b262af0143313a70f4f0ff7
51741 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
51742 Date:   Fri Jul 30 13:29:28 2010 +0000
51743
51744     Update FAQ for cmake and gtnets.
51745     
51746     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8078 48e7efb5-ca39-0410-a469-dd3cf9ba447f
51747
51748 commit 6c78a73b09f4c01d837cacfe249bd18a3ce95e02
51749 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
51750 Date:   Fri Jul 30 12:41:24 2010 +0000
51751
51752     if lua isn't available, MSG_load_platform_script should die with a error message
51753     
51754     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8077 48e7efb5-ca39-0410-a469-dd3cf9ba447f
51755
51756 commit 80f4255f4efe689fb70fa5da4cf28e5fbc72d865
51757 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
51758 Date:   Fri Jul 30 12:23:29 2010 +0000
51759
51760     removing instrumentation that is not used by MSG interface
51761     
51762     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8076 48e7efb5-ca39-0410-a469-dd3cf9ba447f
51763
51764 commit c43ea2c9c9ef84973adf94fb9e59855ce5a60d77
51765 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
51766 Date:   Fri Jul 30 12:23:29 2010 +0000
51767
51768     fix: bw and lat are stored as double* in the link_[bandwidth|latency] dictionaries
51769     
51770     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8075 48e7efb5-ca39-0410-a469-dd3cf9ba447f
51771
51772 commit 01da882090f45a9fe4520629f030d12f02451d4f
51773 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
51774 Date:   Fri Jul 30 12:00:46 2010 +0000
51775
51776     comment some tracing functions
51777     
51778     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8074 48e7efb5-ca39-0410-a469-dd3cf9ba447f
51779
51780 commit e501e032d9d5ca23f99cb7dad9832b616fb0145c
51781 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
51782 Date:   Fri Jul 30 11:56:07 2010 +0000
51783
51784     fix: association between router name and its id
51785     
51786     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8073 48e7efb5-ca39-0410-a469-dd3cf9ba447f
51787
51788 commit 6fd74f90dda33660f18bc32b278060c48d93c585
51789 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
51790 Date:   Fri Jul 30 10:33:16 2010 +0000
51791
51792     isolate lua code when if lua is enabled
51793     
51794     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8072 48e7efb5-ca39-0410-a469-dd3cf9ba447f
51795
51796 commit 761358456975b4810e8467dd677e55a2f2ca834d
51797 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
51798 Date:   Fri Jul 30 01:37:22 2010 +0000
51799
51800     add tesh file for masterslave_console
51801     
51802     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8071 48e7efb5-ca39-0410-a469-dd3cf9ba447f
51803
51804 commit 4563c58edb5c9188870fe8ece5022a0e37999e04
51805 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
51806 Date:   Fri Jul 30 01:14:03 2010 +0000
51807
51808     add tesh file
51809     
51810     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8070 48e7efb5-ca39-0410-a469-dd3cf9ba447f
51811
51812 commit 7278a6d1da9095ac30e55d30f07c2f6029e8b905
51813 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
51814 Date:   Thu Jul 29 23:29:32 2010 +0000
51815
51816     add line to generate simgrid.so in masterslave example directory that platform_lua script example work
51817     
51818     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8069 48e7efb5-ca39-0410-a469-dd3cf9ba447f
51819
51820 commit bab16d8f35578ff1b187c31168c1a98b4c2eb255
51821 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
51822 Date:   Thu Jul 29 23:24:45 2010 +0000
51823
51824     add new example masterslave_console using lua console script to generate platform
51825     
51826     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8068 48e7efb5-ca39-0410-a469-dd3cf9ba447f
51827
51828 commit 41b4981d5056afade7321f2d913ab89cd45e4afc
51829 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
51830 Date:   Thu Jul 29 23:18:21 2010 +0000
51831
51832     remove unused code, take into consideration in the luaopen_simgrid when lua is used only as a script generator
51833     
51834     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8067 48e7efb5-ca39-0410-a469-dd3cf9ba447f
51835
51836 commit c95cc94a68476cd6a9eb6d8439be2439b3922f9a
51837 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
51838 Date:   Thu Jul 29 23:07:07 2010 +0000
51839
51840     add function MSG_load_platform_script that load the console lua script to set up platform
51841     
51842     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8066 48e7efb5-ca39-0410-a469-dd3cf9ba447f
51843
51844 commit a1b9570ff3273725b1843dfadc6c13d229ac3dbb
51845 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
51846 Date:   Thu Jul 29 14:25:02 2010 +0000
51847
51848     Enable using the MC with SMPI
51849     
51850     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8065 48e7efb5-ca39-0410-a469-dd3cf9ba447f
51851
51852 commit 41ab3a8eb6cec328330730c333ed8ceb6b818254
51853 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
51854 Date:   Thu Jul 29 14:24:57 2010 +0000
51855
51856     Fix a bug in the MC that enables running programs that might yield several times on computation actions before calling a communication action.
51857     
51858     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8064 48e7efb5-ca39-0410-a469-dd3cf9ba447f
51859
51860 commit 902bfac9bff09e19eca48595e4b0d5d71734d265
51861 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
51862 Date:   Wed Jul 28 09:13:55 2010 +0000
51863
51864     fix the memory leak when create link resources and complet the lua binding layer to bypass the parser & its callbacks
51865     
51866     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8063 48e7efb5-ca39-0410-a469-dd3cf9ba447f
51867
51868 commit a2a8fbb62b1993b24307c5228b281e3e50416e6c
51869 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
51870 Date:   Mon Jul 26 14:00:34 2010 +0000
51871
51872     bypass the surf callbacks to parse XML... almost done
51873     
51874     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8062 48e7efb5-ca39-0410-a469-dd3cf9ba447f
51875
51876 commit 8e957279b0b8abc6294f0b38c0a00c1d889086a2
51877 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
51878 Date:   Mon Jul 26 13:58:42 2010 +0000
51879
51880     add generic acess function to routing model, to call routing_full_parse_end and set up the routes table
51881     
51882     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8061 48e7efb5-ca39-0410-a469-dd3cf9ba447f
51883
51884 commit 94c0b690b73e92394d55afdacf1e0daa412b5bc4
51885 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
51886 Date:   Mon Jul 26 12:19:06 2010 +0000
51887
51888     Try to install cmake 2.8 for bindings.
51889     
51890     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8060 48e7efb5-ca39-0410-a469-dd3cf9ba447f
51891
51892 commit 730b860d158272accdb1971c25fd1dd6978becf0
51893 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
51894 Date:   Mon Jul 26 12:19:05 2010 +0000
51895
51896     Without this line paranoid mode doesn't work.
51897     
51898     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8059 48e7efb5-ca39-0410-a469-dd3cf9ba447f
51899
51900 commit 6f7ca9bfeec30e5afa9faf3d091ec788580a689b
51901 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
51902 Date:   Fri Jul 23 15:24:05 2010 +0000
51903
51904     cleanups
51905     
51906     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8058 48e7efb5-ca39-0410-a469-dd3cf9ba447f
51907
51908 commit a1fa4f192a490a340c59ed77ab7c3c2ed1c76bd1
51909 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
51910 Date:   Fri Jul 23 14:32:20 2010 +0000
51911
51912     add new callback to the network model
51913     
51914     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8057 48e7efb5-ca39-0410-a469-dd3cf9ba447f
51915
51916 commit ef8a5e50e0e8e8eb161e44d89f0e94986e2c8541
51917 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
51918 Date:   Fri Jul 23 14:19:38 2010 +0000
51919
51920     adda new callback(add_traces) to the CPU models
51921     
51922     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8056 48e7efb5-ca39-0410-a469-dd3cf9ba447f
51923
51924 commit 54c01fbf2d86535eec63e10421a9655d00a2170f
51925 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
51926 Date:   Fri Jul 23 13:00:14 2010 +0000
51927
51928     declare create_resource callback for other CPU models
51929     
51930     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8055 48e7efb5-ca39-0410-a469-dd3cf9ba447f
51931
51932 commit ab0e15202bf1d741ae159846c7349258544e3f43
51933 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
51934 Date:   Thu Jul 22 15:23:53 2010 +0000
51935
51936     Tool to update tesh files.
51937     
51938     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8054 48e7efb5-ca39-0410-a469-dd3cf9ba447f
51939
51940 commit 7ebe3f9caa1ea5b7aed6ba2f6f7b86d816012ead
51941 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
51942 Date:   Thu Jul 22 13:09:42 2010 +0000
51943
51944     Optimisation of pipol.
51945     
51946     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8053 48e7efb5-ca39-0410-a469-dd3cf9ba447f
51947
51948 commit 7d8d2388509cb9a579d70b91b9a512e882132558
51949 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
51950 Date:   Thu Jul 22 13:09:40 2010 +0000
51951
51952     Doc for examples icomms.
51953     
51954     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8052 48e7efb5-ca39-0410-a469-dd3cf9ba447f
51955
51956 commit b29584d8c72c720084a67601effd167b2be0bb60
51957 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
51958 Date:   Thu Jul 22 08:31:33 2010 +0000
51959
51960     move A_surfxml_process_funtion from here and use process_function argument
51961     
51962     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8051 48e7efb5-ca39-0410-a469-dd3cf9ba447f
51963
51964 commit b106de21c7204a7083149d2a84d967a1d42cc687
51965 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
51966 Date:   Wed Jul 21 16:00:44 2010 +0000
51967
51968     Add user options to pipol-remote.
51969     
51970     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8050 48e7efb5-ca39-0410-a469-dd3cf9ba447f
51971
51972 commit 621dc12489b36a845b3ae4f578011067552cc7b4
51973 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
51974 Date:   Wed Jul 21 15:15:51 2010 +0000
51975
51976     Be sure having cmake 2.8
51977     
51978     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8049 48e7efb5-ca39-0410-a469-dd3cf9ba447f
51979
51980 commit ed5bc1532577eb73f0ae8ebe686961097ae30fdf
51981 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
51982 Date:   Wed Jul 21 14:27:26 2010 +0000
51983
51984     Please compile with enable_compile_warnings=on. Missing some prototypes.
51985     
51986     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8048 48e7efb5-ca39-0410-a469-dd3cf9ba447f
51987
51988 commit 76bd3f033984ebf107a39ffca6768c7791c724b8
51989 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
51990 Date:   Wed Jul 21 13:10:15 2010 +0000
51991
51992     Update tesh file.
51993     
51994     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8046 48e7efb5-ca39-0410-a469-dd3cf9ba447f
51995
51996 commit b9286e8f321dad5aea09a662babaf5ec8ab80ec3
51997 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
51998 Date:   Wed Jul 21 13:10:13 2010 +0000
51999
52000     Update FAQ for test sources with pipol-remote.
52001     
52002     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8045 48e7efb5-ca39-0410-a469-dd3cf9ba447f
52003
52004 commit c65ff5979a62afebf471c8121b8d95ca383be32c
52005 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
52006 Date:   Wed Jul 21 12:48:34 2010 +0000
52007
52008     Be sure having cmake2.8 for detecting bindings.
52009     
52010     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8044 48e7efb5-ca39-0410-a469-dd3cf9ba447f
52011
52012 commit 4fe934b917444e1c37d4c7aa4f2918cd92e88e18
52013 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
52014 Date:   Wed Jul 21 12:48:33 2010 +0000
52015
52016     We can reconnect to old system.
52017     
52018     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8043 48e7efb5-ca39-0410-a469-dd3cf9ba447f
52019
52020 commit 7fdb981011856959179df98b219668f77ddbc3c8
52021 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
52022 Date:   Wed Jul 21 09:46:11 2010 +0000
52023
52024     Cosmetics.
52025     
52026     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8042 48e7efb5-ca39-0410-a469-dd3cf9ba447f
52027
52028 commit 5b83d17d87eb4b7a182abd0e40512ad6811bdcc5
52029 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
52030 Date:   Wed Jul 21 09:46:09 2010 +0000
52031
52032     Add local tests with pipol.
52033     
52034     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8041 48e7efb5-ca39-0410-a469-dd3cf9ba447f
52035
52036 commit 8e2e7ec8fe8054bcfb087492e8a9379508fa6e82
52037 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
52038 Date:   Wed Jul 21 09:45:55 2010 +0000
52039
52040     Cosmetics.
52041     
52042     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8040 48e7efb5-ca39-0410-a469-dd3cf9ba447f
52043
52044 commit b44aa129a5aaca2c04653a31b45cfa0ccb6f2f0d
52045 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
52046 Date:   Wed Jul 21 09:28:37 2010 +0000
52047
52048     call MSG_set_function if BYPASS_MODEL is defined
52049     
52050     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8039 48e7efb5-ca39-0410-a469-dd3cf9ba447f
52051
52052 commit 8bca872ed1a62f660c0d5da333eece9edb1d05a4
52053 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
52054 Date:   Wed Jul 21 09:27:33 2010 +0000
52055
52056     add MSG_set_function function, used to bypass the deployment file
52057     
52058     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8038 48e7efb5-ca39-0410-a469-dd3cf9ba447f
52059
52060 commit 05b79b2b34ad7d7b698c95b0247509ecca387e7d
52061 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
52062 Date:   Wed Jul 21 09:24:08 2010 +0000
52063
52064     add SIMIX_process_set_function, could be used instead of parsing the deployment file
52065     
52066     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8037 48e7efb5-ca39-0410-a469-dd3cf9ba447f
52067
52068 commit f11d94a2b5b712c8fa2b39ec1c087b5b68cb05a0
52069 Author: quintin <quintin@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
52070 Date:   Tue Jul 20 16:58:43 2010 +0000
52071
52072     avoid file transmition between root and ready node, and between some
52073     nodes and end node if the user doesn't specify them.
52074     
52075     
52076     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8036 48e7efb5-ca39-0410-a469-dd3cf9ba447f
52077
52078 commit eff3b8aba0af43e3294a007d806867641ec6d3b6
52079 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
52080 Date:   Tue Jul 20 13:54:13 2010 +0000
52081
52082     add methods allowing routing, bypass the parser... this still crude and improvable
52083     
52084     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8035 48e7efb5-ca39-0410-a469-dd3cf9ba447f
52085
52086 commit a0319214b0d4f9b17f316e9938ce7f8e69eb3182
52087 Author: quintin <quintin@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
52088 Date:   Tue Jul 20 08:53:24 2010 +0000
52089
52090     DotLoader : Add the possibility to have some edge from root to a node
52091     from a node to end and to have some dependencies without transfers
52092     
52093     
52094     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8034 48e7efb5-ca39-0410-a469-dd3cf9ba447f
52095
52096 commit 545f0b9843546b80c87905a6ccc637506ecee6d9
52097 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
52098 Date:   Sun Jul 18 20:45:52 2010 +0000
52099
52100     add function surf_add_route_element
52101     
52102     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8032 48e7efb5-ca39-0410-a469-dd3cf9ba447f
52103
52104 commit 99a80b5cd6aeeeb6fd5ab65916c940d43c57e409
52105 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
52106 Date:   Fri Jul 16 09:32:10 2010 +0000
52107
52108     modify the way to call Host.new and Link.new
52109     
52110     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8031 48e7efb5-ca39-0410-a469-dd3cf9ba447f
52111
52112 commit db0b10b2be3f05773ad9a61fda1c424826eacfa2
52113 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
52114 Date:   Fri Jul 16 09:30:54 2010 +0000
52115
52116     use named arguments, and set optional properties to host if not provided by the user
52117     
52118     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8030 48e7efb5-ca39-0410-a469-dd3cf9ba447f
52119
52120 commit fc566e17d32fb6664755d572d51def38592fa2c4
52121 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
52122 Date:   Thu Jul 15 14:30:52 2010 +0000
52123
52124     bug fix: typo found by David
52125     
52126     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8029 48e7efb5-ca39-0410-a469-dd3cf9ba447f
52127
52128 commit 1c58c7eb479e43cda12185a87ee07ef4d1ed3dc4
52129 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
52130 Date:   Thu Jul 15 14:30:51 2010 +0000
52131
52132     fix example in the documentation
52133     
52134     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8028 48e7efb5-ca39-0410-a469-dd3cf9ba447f
52135
52136 commit ef952087bb81108189763ae12802f1403730b539
52137 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
52138 Date:   Thu Jul 15 09:20:55 2010 +0000
52139
52140     add create_host method to do the job of the old surf_cpu_model_init_bypass(still have to improve the way to treat optional arguments via a dictionnary...)... the same for links
52141     
52142     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8027 48e7efb5-ca39-0410-a469-dd3cf9ba447f
52143
52144 commit 24b428983534102d3f0eea115ca629ebff077dd1
52145 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
52146 Date:   Thu Jul 15 09:16:07 2010 +0000
52147
52148     kill surf_cpu_model_init_bypass_im, use surf_host_create_resource, change the manner to create_resouce ... it still improvable(same for links)
52149     
52150     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8026 48e7efb5-ca39-0410-a469-dd3cf9ba447f
52151
52152 commit dec41eb2c9f5ff00a5c3add91c93e919e00a29c5
52153 Author: genaud <genaud@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
52154 Date:   Tue Jul 13 15:05:59 2010 +0000
52155
52156     A tool to find 3 segments such that each segment
52157     is approximated by an affine function of the message size.
52158     
52159     
52160     
52161     
52162     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8025 48e7efb5-ca39-0410-a469-dd3cf9ba447f
52163
52164 commit 3d98c71ad222e76400f85bc255dd2388b27f26ce
52165 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
52166 Date:   Tue Jul 13 14:08:50 2010 +0000
52167
52168     call surf_network_model_init_bypass when BYPASS_MODEL is defined
52169     
52170     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8024 48e7efb5-ca39-0410-a469-dd3cf9ba447f
52171
52172 commit 11cdc4be7f72ada8c1216d3ff9e6d9eb50672f49
52173 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
52174 Date:   Tue Jul 13 14:07:17 2010 +0000
52175
52176     adding bypass methods to the network model extension
52177     
52178     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8023 48e7efb5-ca39-0410-a469-dd3cf9ba447f
52179
52180 commit 6daa1ca76b44604c58de4434b256669f3ab8ca68
52181 Author: pini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
52182 Date:   Tue Jul 13 11:17:04 2010 +0000
52183
52184     Updated ChangeLog.
52185     
52186     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8022 48e7efb5-ca39-0410-a469-dd3cf9ba447f
52187
52188 commit 46359b7d765b5f50167facf734c60f1a55a9f056
52189 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
52190 Date:   Tue Jul 13 09:09:30 2010 +0000
52191
52192     call surf_model_init_bypass_im instead of init_host_bypass
52193     
52194     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8021 48e7efb5-ca39-0410-a469-dd3cf9ba447f
52195
52196 commit 7b3b549d9b897d1736a5c39c2bad0434ca854f86
52197 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
52198 Date:   Tue Jul 13 09:08:32 2010 +0000
52199
52200     remove the init_host_bypass from here
52201     
52202     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8020 48e7efb5-ca39-0410-a469-dd3cf9ba447f
52203
52204 commit 5d1ee7face499527e065d2425b6efced376906c0
52205 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
52206 Date:   Tue Jul 13 09:06:25 2010 +0000
52207
52208     fix the way to bypass the cpu_im  without hard coding the model
52209     
52210     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8019 48e7efb5-ca39-0410-a469-dd3cf9ba447f
52211
52212 commit 632fd8f9df4633c13527999e14400d4ee16838bb
52213 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
52214 Date:   Mon Jul 12 12:53:40 2010 +0000
52215
52216     fix: pre-processor declarations to disable tracing functions
52217     
52218     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8018 48e7efb5-ca39-0410-a469-dd3cf9ba447f
52219
52220 commit 557aa557fe09b2dc0b2ccff51114236491911125
52221 Author: pini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
52222 Date:   Mon Jul 12 12:50:50 2010 +0000
52223
52224     Some pending work on semaphores:
52225      - Merged sem_acquire with sem_acquire_timeout.
52226      - Bugfix: use the right variable in waitany.
52227      - Bugfix: make release/release_forever work with waitany.
52228     
52229     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8017 48e7efb5-ca39-0410-a469-dd3cf9ba447f
52230
52231 commit 92f0a1a1b3fd1e0ae916d6f561d2268123fe29b6
52232 Author: pini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
52233 Date:   Mon Jul 12 12:50:46 2010 +0000
52234
52235     Updated expected output.
52236     
52237     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8016 48e7efb5-ca39-0410-a469-dd3cf9ba447f
52238
52239 commit cfe9dc45f8527c5a3c7e66ae5a802b8a702197b6
52240 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
52241 Date:   Mon Jul 12 12:37:34 2010 +0000
52242
52243     new tracing functions to deal with trace markers
52244     
52245     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8015 48e7efb5-ca39-0410-a469-dd3cf9ba447f
52246
52247 commit 518bd26c68915a241ed8b7b90347a0d5f14be4b8
52248 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
52249 Date:   Mon Jul 12 12:37:33 2010 +0000
52250
52251     new paje event declared on header of trace file, tesh's updated
52252     
52253     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8014 48e7efb5-ca39-0410-a469-dd3cf9ba447f
52254
52255 commit 832df7fba94990b498038fbbb8b09b8e45e6197d
52256 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
52257 Date:   Mon Jul 12 12:37:31 2010 +0000
52258
52259     updating copyright note to GNU LGPL
52260     
52261     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8013 48e7efb5-ca39-0410-a469-dd3cf9ba447f
52262
52263 commit 04e0809e8f84f3ff4ab817b9bfe055ce88c5cc96
52264 Author: suter <suter@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
52265 Date:   Mon Jul 12 07:32:31 2010 +0000
52266
52267     Talk about the dot loader made by Jean-Noel Quintin
52268     
52269     
52270     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8012 48e7efb5-ca39-0410-a469-dd3cf9ba447f
52271
52272 commit d189e61368e9b88c5f1b80244897f9f8bd37e91c
52273 Author: suter <suter@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
52274 Date:   Mon Jul 12 07:28:02 2010 +0000
52275
52276     the code to of "change_name" was moved into the dax loader
52277     
52278     
52279     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8010 48e7efb5-ca39-0410-a469-dd3cf9ba447f
52280
52281 commit a3bf55a6ab4215e3d7f577c7de35db8c0b280cd9
52282 Author: suter <suter@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
52283 Date:   Mon Jul 12 07:26:53 2010 +0000
52284
52285     Add stuff to make transfer task names unique.
52286     Problem was that if task A sends file F to tasks B and C, there were
52287     two tasks named F.
52288     With this commit, tranfers are named A_F_B and A_F_C respectively.
52289     
52290     
52291     
52292     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8009 48e7efb5-ca39-0410-a469-dd3cf9ba447f
52293
52294 commit 027ae9451ba821fbbc3e5a60c0098000ba4a2864
52295 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
52296 Date:   Sun Jul 11 13:48:49 2010 +0000
52297
52298     well well
52299     
52300     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8008 48e7efb5-ca39-0410-a469-dd3cf9ba447f
52301
52302 commit 4c028edc52f43c439cb02031dd1c9ca38c061e78
52303 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
52304 Date:   Fri Jul 9 13:32:59 2010 +0000
52305
52306     no need to specify the number of argument thanks to xbt_dynar_t
52307     
52308     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8007 48e7efb5-ca39-0410-a469-dd3cf9ba447f
52309
52310 commit aa0daa47324ca4c8669c2da934e363c36b8e76a1
52311 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
52312 Date:   Fri Jul 9 13:31:28 2010 +0000
52313
52314     remove unused variables and use xbt_dynar_t to store arguments
52315     
52316     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8006 48e7efb5-ca39-0410-a469-dd3cf9ba447f
52317
52318 commit 74f69c4435c448239fe6d8d040f95fb8534db7f9
52319 Author: pini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
52320 Date:   Fri Jul 9 12:54:35 2010 +0000
52321
52322     Use a fifo instead of a swag of sleeping processes on a semaphore (so that waitany actually works).
52323     
52324     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8005 48e7efb5-ca39-0410-a469-dd3cf9ba447f
52325
52326 commit 16046da568d3d690d7dfdedc12c4416f71984acb
52327 Author: pini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
52328 Date:   Fri Jul 9 12:54:33 2010 +0000
52329
52330     Cosmetics
52331     
52332     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8004 48e7efb5-ca39-0410-a469-dd3cf9ba447f
52333
52334 commit 45f7ec6a63d511ed17c2146859b5e9ebde563fd6
52335 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
52336 Date:   Fri Jul 9 08:35:04 2010 +0000
52337
52338     using xbt_dynar_t to store host arguments / tryin' the other approach to bypass the parser with no callbacks
52339     
52340     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8002 48e7efb5-ca39-0410-a469-dd3cf9ba447f
52341
52342 commit 4419f512157d207c7baa9a518f3abfdff07ebc76
52343 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
52344 Date:   Fri Jul 9 08:32:58 2010 +0000
52345
52346     add init_host_bypass to be used (by lua) to init cpu without using callback
52347     
52348     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8001 48e7efb5-ca39-0410-a469-dd3cf9ba447f
52349
52350 commit 06719c673be736decee093e3f4750580c402552c
52351 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
52352 Date:   Fri Jul 9 08:30:31 2010 +0000
52353
52354     add surf_cpu_init_im_bypass to be used to bypass the parser without passing through callbacks
52355     
52356     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8000 48e7efb5-ca39-0410-a469-dd3cf9ba447f
52357
52358 commit d62761dc9056a949309e78420f0d077aeb79efaa
52359 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
52360 Date:   Wed Jul 7 15:02:58 2010 +0000
52361
52362     Add function MSG_comm_waitall for icomm and add one more example.
52363     
52364     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7999 48e7efb5-ca39-0410-a469-dd3cf9ba447f
52365
52366 commit bd11f6528fc5e8254511eb87dd907bef552e8471
52367 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
52368 Date:   Wed Jul 7 11:48:25 2010 +0000
52369
52370     removing dependency on file that is no longer generated
52371     
52372     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7998 48e7efb5-ca39-0410-a469-dd3cf9ba447f
52373
52374 commit 8bd46825a44ab8fc38deb0cdd21ae6a0cde2f1a7
52375 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
52376 Date:   Wed Jul 7 11:26:22 2010 +0000
52377
52378     Cosmetics.
52379     
52380     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7997 48e7efb5-ca39-0410-a469-dd3cf9ba447f
52381
52382 commit 84ebf8af3c606445e30b013b2e14bebeaa693dbf
52383 Author: quintin <quintin@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
52384 Date:   Wed Jul 7 10:46:15 2010 +0000
52385
52386     add the fonction SD_task_dotty in simdag after deleting by mistake and
52387     correction on the fonction dotloader_FILE
52388     
52389     
52390     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7996 48e7efb5-ca39-0410-a469-dd3cf9ba447f
52391
52392 commit 7c4b7b052624aa6f0404ddc1aed4ce9350ed669d
52393 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
52394 Date:   Wed Jul 7 09:36:09 2010 +0000
52395
52396     Rename icomms test.
52397     
52398     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7995 48e7efb5-ca39-0410-a469-dd3cf9ba447f
52399
52400 commit 1669c814e945dbc5b33dde12192cb347705f49e9
52401 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
52402 Date:   Wed Jul 7 09:36:08 2010 +0000
52403
52404     Be generic with cgraph.c so now no path to set.
52405     
52406     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7994 48e7efb5-ca39-0410-a469-dd3cf9ba447f
52407
52408 commit ecd110f13bd1771203aa63d8bad992f9b77c0b96
52409 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
52410 Date:   Wed Jul 7 09:36:07 2010 +0000
52411
52412     Rename directory.
52413     
52414     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7993 48e7efb5-ca39-0410-a469-dd3cf9ba447f
52415
52416 commit 23649c3e08680afa13e3e1eab2e2f736f062b6c1
52417 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
52418 Date:   Wed Jul 7 09:36:06 2010 +0000
52419
52420     Revert [From A. Giersch] Fix the following compilation warnings in ISO-C99 mode:
52421         * inline function â€˜xxx’ declared but never defined
52422     
52423     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7992 48e7efb5-ca39-0410-a469-dd3cf9ba447f
52424
52425 commit ae11ab3b4a647d982dc92a2c7dd10fb3cb853916
52426 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
52427 Date:   Wed Jul 7 09:36:05 2010 +0000
52428
52429     Used test with receiver.
52430     
52431     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7991 48e7efb5-ca39-0410-a469-dd3cf9ba447f
52432
52433 commit 54fdc1e6d25bcb22ace6f4d37edcdb5027e4e091
52434 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
52435 Date:   Wed Jul 7 09:36:03 2010 +0000
52436
52437     windows compatibility.
52438     
52439     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7990 48e7efb5-ca39-0410-a469-dd3cf9ba447f
52440
52441 commit 960d34134e4221c5ec5506e69ba21fd725743c5a
52442 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
52443 Date:   Wed Jul 7 09:07:09 2010 +0000
52444
52445     Merge tracing_config.h into simgrid_config.h, where it belongs
52446     
52447     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7989 48e7efb5-ca39-0410-a469-dd3cf9ba447f
52448
52449 commit b4deae1e2746f0e13eb74a5c9e5cb0ba71885fc0
52450 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
52451 Date:   Wed Jul 7 08:57:34 2010 +0000
52452
52453     add the 'Bypass lua example' into the lMSG section
52454     
52455     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7988 48e7efb5-ca39-0410-a469-dd3cf9ba447f
52456
52457 commit c41c0182b0f5dc36a46c8dbe1fed80a3f5342577
52458 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
52459 Date:   Wed Jul 7 08:55:40 2010 +0000
52460
52461     add comments for doc
52462     
52463     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7987 48e7efb5-ca39-0410-a469-dd3cf9ba447f
52464
52465 commit c70d0770b7574092829fd56a4c4d566c3875d0d7
52466 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
52467 Date:   Wed Jul 7 08:00:23 2010 +0000
52468
52469     remove unused lines
52470     
52471     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7986 48e7efb5-ca39-0410-a469-dd3cf9ba447f
52472
52473 commit 6ddfe9ba1a44329a8f29200b93ec56068b562ba6
52474 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
52475 Date:   Wed Jul 7 07:59:40 2010 +0000
52476
52477     adding some comments
52478     
52479     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7985 48e7efb5-ca39-0410-a469-dd3cf9ba447f
52480
52481 commit ec7dabe166fb4e826fc700047698610337c6121d
52482 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
52483 Date:   Wed Jul 7 07:58:51 2010 +0000
52484
52485     edit ruby section
52486     
52487     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7984 48e7efb5-ca39-0410-a469-dd3cf9ba447f
52488
52489 commit b37e7b35207fa3acfe3d1b0bbe4390b70e395b3e
52490 Author: quintin <quintin@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
52491 Date:   Wed Jul 7 07:39:32 2010 +0000
52492
52493     Delete the dependencies with stdio in simdag.h. Correction and add of comments.
52494     
52495     
52496     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7983 48e7efb5-ca39-0410-a469-dd3cf9ba447f
52497
52498 commit 3e55380beede63739cdf482bca410d875129ae63
52499 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
52500 Date:   Tue Jul 6 16:36:42 2010 +0000
52501
52502     Cope with recent version of doxygen.
52503     
52504     Recent version of doxygen seem to tranform foo_bar.doc in
52505     foo__bar.html instead of foo_bar.html.
52506     
52507     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7982 48e7efb5-ca39-0410-a469-dd3cf9ba447f
52508
52509 commit 2274fba49b139b613bebd8f50ce80d67df2e93a8
52510 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
52511 Date:   Tue Jul 6 14:06:53 2010 +0000
52512
52513     [From Arnaud Giersch] Add missing {BEGIN,END}_DECL() for compiling in C++.
52514     
52515     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7981 48e7efb5-ca39-0410-a469-dd3cf9ba447f
52516
52517 commit a171cbe40cc9c3e1a5f30ec8fc74c6e4207f4db4
52518 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
52519 Date:   Tue Jul 6 14:06:52 2010 +0000
52520
52521     [From Arnaud Giersch] Fix compilation warning about missing field initializers.
52522     
52523     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7980 48e7efb5-ca39-0410-a469-dd3cf9ba447f
52524
52525 commit 8e9c7516c266b72ebec5a0f14582932619ddda02
52526 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
52527 Date:   Tue Jul 6 14:06:51 2010 +0000
52528
52529     [From Arnaud Giersch] Fix memory leak when MSG_create_environment() or
52530     MSG_launch_application() fail.
52531     
52532     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7979 48e7efb5-ca39-0410-a469-dd3cf9ba447f
52533
52534 commit d6ec268a0c0a50991c7b59bdcc253e296bea62b8
52535 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
52536 Date:   Tue Jul 6 14:06:50 2010 +0000
52537
52538     [From Arnaud Giersch] In standard C, we are allowed to initialize a variable with "a pointer to an lvalue designating an object of static storage duration" (seeISO/IEC 9899_1999, Section 6.6).
52539     
52540     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7978 48e7efb5-ca39-0410-a469-dd3cf9ba447f
52541
52542 commit 963548d1d1605cea97d1923d069a56e8b5df1daa
52543 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
52544 Date:   Tue Jul 6 14:06:49 2010 +0000
52545
52546     [From Arnaud Giersch] Fix the following problems in xbt/log:
52547     * segmentation fault in _xbt_log_cat_init() when running with
52548       "--log=log.thres:verbose"
52549     * messages in _xbt_log_cat_apply_set() are not sent to "log" category
52550     * the wrong category is used in the condition for the last message
52551       of _xbt_log_cat_init() ("inherited threshold")
52552     
52553     The standard logging macros use _XBT_LOG_ISENABLED, which calls
52554     _xbt_log_cat_init().  Thus, if we want to avoid an infinite recursion,
52555     we can not use the standard logging macros in _xbt_log_cat_init(), and
52556     in _xbt_log_cat_apply_set() which is called from it.
52557     
52558     To circumvent the problem, we define the macro_xbt_log_init() as (0)
52559     for the length of the affected functions, and we do not forget to
52560     undefine it at the end!
52561     
52562     This permits to make the code far more readable.
52563     
52564     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7977 48e7efb5-ca39-0410-a469-dd3cf9ba447f
52565
52566 commit 97959f5438b9283f9436747b01008a27fe3ce4e6
52567 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
52568 Date:   Tue Jul 6 14:06:49 2010 +0000
52569
52570     [From Arnaud Giersch] Use Gcc attribute __unused__ instead of unused for _XBT_GNU_UNUSED.
52571     This allows to use unused as macro name in user code, as for example:
52572     
52573     #ifdef __GNUC__
52574     #define unused __attribute__((__unused__))
52575     #else
52576     #define unused
52577     #endif
52578     
52579     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7976 48e7efb5-ca39-0410-a469-dd3cf9ba447f
52580
52581 commit 8fbbf6a918abf456af097bd030d4cf533a629092
52582 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
52583 Date:   Tue Jul 6 14:06:48 2010 +0000
52584
52585     [From A. Giersch] Fix the following compilation warnings in ISO-C99 mode:
52586     * inline function â€˜xxx’ declared but never defined
52587     
52588     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7975 48e7efb5-ca39-0410-a469-dd3cf9ba447f
52589
52590 commit 94d3a53f3dbc08d05556233451ce51333f6868c3
52591 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
52592 Date:   Tue Jul 6 14:06:47 2010 +0000
52593
52594     [From A. Giersch] Fix the following compilation errors in ICO-C99 mode:
52595     * define macro _XBT_FUNCTION
52596     
52597     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7974 48e7efb5-ca39-0410-a469-dd3cf9ba447f
52598
52599 commit d30d6a3017b7d98a428d675a94a71ce92b9f57a7
52600 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
52601 Date:   Tue Jul 6 11:50:21 2010 +0000
52602
52603     Remove doc/html with command make clean.
52604     
52605     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7973 48e7efb5-ca39-0410-a469-dd3cf9ba447f
52606
52607 commit 6c7fcd0a9a12ff3440f31df78d8119baafa3213e
52608 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
52609 Date:   Tue Jul 6 09:49:19 2010 +0000
52610
52611     adding some comment lines mentioned in the doc file
52612     
52613     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7972 48e7efb5-ca39-0410-a469-dd3cf9ba447f
52614
52615 commit 6c23a9552c18330ddc27694066bf7381f971f958
52616 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
52617 Date:   Mon Jul 5 15:13:19 2010 +0000
52618
52619     Compil with enable_warning and add new files to gitignore.
52620     
52621     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7971 48e7efb5-ca39-0410-a469-dd3cf9ba447f
52622
52623 commit 80d85cef3048adb723113d7267e94c47dc0618a6
52624 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
52625 Date:   Mon Jul 5 14:52:30 2010 +0000
52626
52627     Add an example for isend and ireceive functions.
52628     
52629     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7970 48e7efb5-ca39-0410-a469-dd3cf9ba447f
52630
52631 commit bc1e3bb10f6d78b9d866b0b8e16a1d9bd37a600b
52632 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
52633 Date:   Mon Jul 5 14:52:28 2010 +0000
52634
52635     Add a function called after a MSG_comm_test.
52636     
52637     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7969 48e7efb5-ca39-0410-a469-dd3cf9ba447f
52638
52639 commit f53ee0c4bdeaffa3c7a781f45f640e5f32cbb480
52640 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
52641 Date:   Mon Jul 5 14:08:45 2010 +0000
52642
52643     Change dependence function to mimic the one in AVOCS article
52644     
52645     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7968 48e7efb5-ca39-0410-a469-dd3cf9ba447f
52646
52647 commit 3b3c24be20797486ebd2a185c5986d30416a9e0e
52648 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
52649 Date:   Mon Jul 5 09:52:30 2010 +0000
52650
52651     Sorry but need to have type size_t.
52652     
52653     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7967 48e7efb5-ca39-0410-a469-dd3cf9ba447f
52654
52655 commit 0260dd6f0ea8f3b4ca41adbe1c9e4ce0ed333b29
52656 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
52657 Date:   Mon Jul 5 09:19:06 2010 +0000
52658
52659     Add a new default path for cgraph.
52660     
52661     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7966 48e7efb5-ca39-0410-a469-dd3cf9ba447f
52662
52663 commit 085d9d29d24a44ebaa9a48bac9ed0403293a52d8
52664 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
52665 Date:   Mon Jul 5 09:19:05 2010 +0000
52666
52667     Should be type void*.
52668     
52669     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7965 48e7efb5-ca39-0410-a469-dd3cf9ba447f
52670
52671 commit 927ff2aaa452cb0c33c3d37c2c1bc1d2135b2644
52672 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
52673 Date:   Mon Jul 5 08:41:01 2010 +0000
52674
52675     Change Name CGRPAH by CGRAPH.
52676     
52677     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7964 48e7efb5-ca39-0410-a469-dd3cf9ba447f
52678
52679 commit c9915805944cfa61187e82d2139703b99716fbf9
52680 Author: quintin <quintin@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
52681 Date:   Mon Jul 5 07:56:11 2010 +0000
52682
52683     correction to compile with warning and th indentation in my files
52684     
52685     
52686     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7963 48e7efb5-ca39-0410-a469-dd3cf9ba447f
52687
52688 commit 097a9ccab1a8e09d007ceb2a72d00bb399b8864d
52689 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
52690 Date:   Fri Jul 2 12:14:52 2010 +0000
52691
52692     Add path for cgraph by default ou by user.
52693     
52694     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7962 48e7efb5-ca39-0410-a469-dd3cf9ba447f
52695
52696 commit df7b4f1f292b74f35d1f4f958128642739a5dd42
52697 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
52698 Date:   Fri Jul 2 08:51:51 2010 +0000
52699
52700     Rewriting for some compilers less permissive.
52701     
52702     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7961 48e7efb5-ca39-0410-a469-dd3cf9ba447f
52703
52704 commit e2028fc5241ce699611f027697f1545201156437
52705 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
52706 Date:   Fri Jul 2 08:51:50 2010 +0000
52707
52708     Change the type of return.
52709     
52710     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7960 48e7efb5-ca39-0410-a469-dd3cf9ba447f
52711
52712 commit 2aa836805ddddc719fbf9dd5b5f28a7c1bfe63ff
52713 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
52714 Date:   Fri Jul 2 08:51:49 2010 +0000
52715
52716     Add simgrid dependency for bindings.
52717     
52718     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7959 48e7efb5-ca39-0410-a469-dd3cf9ba447f
52719
52720 commit 470b276614f45ce71f58dad1c2ab118aa3e4d1bb
52721 Author: quintin <quintin@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
52722 Date:   Thu Jul 1 17:54:29 2010 +0000
52723
52724     avoid the complilation of dot_test.c if graphviz wasn't found
52725     and resolve a bug of compilation in the file gos
52726     
52727     
52728     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7958 48e7efb5-ca39-0410-a469-dd3cf9ba447f
52729
52730 commit d8cb5c8dc3dfc507a7ba060bcd0301dfd251d54d
52731 Author: quintin <quintin@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
52732 Date:   Thu Jul 1 13:32:28 2010 +0000
52733
52734     the comment of some lines add a bug in the execution of dags.
52735     Frederic Suter why did you comment some lines in this file?
52736     
52737     
52738     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7957 48e7efb5-ca39-0410-a469-dd3cf9ba447f
52739
52740 commit 00b8b9a6c24efa391b997f26d5ff6d2dfd0b0dd1
52741 Author: quintin <quintin@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
52742 Date:   Thu Jul 1 13:28:33 2010 +0000
52743
52744     Add a dot loader to have a connection with the random dag generator ggen.
52745     I will add a small documentation to explain how to use this loader.
52746     
52747     
52748     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7956 48e7efb5-ca39-0410-a469-dd3cf9ba447f
52749
52750 commit 5017a96d2e904e414c63e86137f7ab814724b362
52751 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
52752 Date:   Thu Jul 1 12:10:29 2010 +0000
52753
52754     Add some fct to simix for function wait in gos.c
52755     
52756     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7955 48e7efb5-ca39-0410-a469-dd3cf9ba447f
52757
52758 commit 3fb9aba261b13107be7a2d87fdf18cf1ede2e854
52759 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
52760 Date:   Thu Jul 1 12:10:26 2010 +0000
52761
52762     Permits to add personal flags to compilation.
52763     
52764     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7954 48e7efb5-ca39-0410-a469-dd3cf9ba447f
52765
52766 commit 9701d9561c46ae494ff4905fb0c85f9d94fa3bf8
52767 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
52768 Date:   Wed Jun 30 10:13:19 2010 +0000
52769
52770     Redo messages while all needed tools are none install for maintainer mode .
52771     
52772     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7952 48e7efb5-ca39-0410-a469-dd3cf9ba447f
52773
52774 commit 451b76f326c5c55043049ba960994491df431f37
52775 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
52776 Date:   Wed Jun 30 10:06:50 2010 +0000
52777
52778     Add tests in buildtools/Cmake/AddTests.cmake file.
52779     
52780     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7951 48e7efb5-ca39-0410-a469-dd3cf9ba447f
52781
52782 commit 1d99451ba728ac3b5ba61063a9098901079907a3
52783 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
52784 Date:   Tue Jun 29 11:28:37 2010 +0000
52785
52786     Update the doc.
52787     
52788     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7950 48e7efb5-ca39-0410-a469-dd3cf9ba447f
52789
52790 commit 31deaa1f1d3611d22f25f646044051d76b55679f
52791 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
52792 Date:   Tue Jun 29 11:28:36 2010 +0000
52793
52794     Cosmetics.
52795     
52796     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7949 48e7efb5-ca39-0410-a469-dd3cf9ba447f
52797
52798 commit ec2dc5f98ef802d9a03762d5062f397729059b3c
52799 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
52800 Date:   Tue Jun 29 08:21:18 2010 +0000
52801
52802     Be compatible with Sed on Mac.
52803     
52804     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7946 48e7efb5-ca39-0410-a469-dd3cf9ba447f
52805
52806 commit 020cb39e4bf58ca35d1ae08fb26d8f0f12a7ab8b
52807 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
52808 Date:   Mon Jun 28 14:49:39 2010 +0000
52809
52810     Cosmetics.
52811     
52812     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7945 48e7efb5-ca39-0410-a469-dd3cf9ba447f
52813
52814 commit 3090bd50c95c7c4625499de8237fdd97ae8500d7
52815 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
52816 Date:   Mon Jun 28 12:56:19 2010 +0000
52817
52818     add master_slave_bypass lua test
52819     
52820     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7944 48e7efb5-ca39-0410-a469-dd3cf9ba447f
52821
52822 commit 115eb0b80eaedcd781ffb02310e81374f2c1ada6
52823 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
52824 Date:   Mon Jun 28 12:53:02 2010 +0000
52825
52826     modify masterslave_bypass tesh file
52827     
52828     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7943 48e7efb5-ca39-0410-a469-dd3cf9ba447f
52829
52830 commit b94feec8105a488e5d6b68756bd3110017df51c3
52831 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
52832 Date:   Mon Jun 28 09:49:09 2010 +0000
52833
52834     Change dependancies for libs.
52835     
52836     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7942 48e7efb5-ca39-0410-a469-dd3cf9ba447f
52837
52838 commit e14e11a710ba64989953c40e5e46905650c172f1
52839 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
52840 Date:   Mon Jun 28 09:49:08 2010 +0000
52841
52842     Add dependancies for libraries and testall.
52843     
52844     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7941 48e7efb5-ca39-0410-a469-dd3cf9ba447f
52845
52846 commit 13b07927e77836be303493d890bb57f674bfb848
52847 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
52848 Date:   Mon Jun 28 09:49:07 2010 +0000
52849
52850     New way to make maintainer files.
52851     
52852     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7940 48e7efb5-ca39-0410-a469-dd3cf9ba447f
52853
52854 commit 05eb4d3f2c9a2a8b25072c6d48708bd18c7a39f6
52855 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
52856 Date:   Mon Jun 28 09:49:06 2010 +0000
52857
52858     We dont need those lines now.
52859     
52860     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7939 48e7efb5-ca39-0410-a469-dd3cf9ba447f
52861
52862 commit 11d3d193d6035bcf8c532d3852d86e10062c2622
52863 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
52864 Date:   Thu Jun 24 16:14:10 2010 +0000
52865
52866     Generate link for binding lua and ruby with ADD_CUSTOM_TARGET.
52867     
52868     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7938 48e7efb5-ca39-0410-a469-dd3cf9ba447f
52869
52870 commit ffc2602db539b0dbc1978f01028693579ecd2b9d
52871 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
52872 Date:   Thu Jun 24 14:51:45 2010 +0000
52873
52874     Use _XBT_WIN32 against _WIN32.
52875     
52876     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7935 48e7efb5-ca39-0410-a469-dd3cf9ba447f
52877
52878 commit e93bd4b841fecdf461434ee45a7dd58e62e4d5b1
52879 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
52880 Date:   Thu Jun 24 14:51:44 2010 +0000
52881
52882     Disable mc with supernovae mode.
52883     
52884     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7934 48e7efb5-ca39-0410-a469-dd3cf9ba447f
52885
52886 commit bd85a6836573193df1aaa29325da1ed8370e85a6
52887 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
52888 Date:   Thu Jun 24 11:40:38 2010 +0000
52889
52890     Some log default categories are already defined.
52891     
52892     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7933 48e7efb5-ca39-0410-a469-dd3cf9ba447f
52893
52894 commit 84a2f5ddbda71c2f310fd6a36e6f51a79d92e413
52895 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
52896 Date:   Thu Jun 24 11:38:29 2010 +0000
52897
52898     Be sure __mmalloc_current_heap is initialized.
52899     
52900     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7932 48e7efb5-ca39-0410-a469-dd3cf9ba447f
52901
52902 commit 31032437cd1093e2dc6ce10c61822a1ad6503b72
52903 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
52904 Date:   Thu Jun 24 09:35:33 2010 +0000
52905
52906     Add src to the path for make dist command.
52907     
52908     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7931 48e7efb5-ca39-0410-a469-dd3cf9ba447f
52909
52910 commit 7b643b5afd98b28e54b82339284af43b1ab7f5ca
52911 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
52912 Date:   Thu Jun 24 09:22:30 2010 +0000
52913
52914     Port GRAS to smx_network infrastructure. Kinda working, but not tested enough yet
52915     
52916     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7930 48e7efb5-ca39-0410-a469-dd3cf9ba447f
52917
52918 commit d3b28fb6122e77004015a70f54af3f2fb78ed5af
52919 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
52920 Date:   Thu Jun 24 09:17:49 2010 +0000
52921
52922     New function gras_msgtype_get_name()
52923     
52924     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7929 48e7efb5-ca39-0410-a469-dd3cf9ba447f
52925
52926 commit 2f391a5ab078df821362ea4d82338e4259028630
52927 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
52928 Date:   Thu Jun 24 09:17:47 2010 +0000
52929
52930     no error checking were made for SIMIX_network_waitany, and cleanup were ... fragile
52931     
52932     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7928 48e7efb5-ca39-0410-a469-dd3cf9ba447f
52933
52934 commit dbba6b3b12961ab6482a948f76c1a4989530bf2e
52935 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
52936 Date:   Thu Jun 24 09:17:37 2010 +0000
52937
52938     SIMIX_sem_would_block() was blatantly wrong; missing {} in SIMIX_sem_acquire_any broke it stupidly (return even if condition was wrong)
52939     
52940     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7927 48e7efb5-ca39-0410-a469-dd3cf9ba447f
52941
52942 commit c752f076366685d0b31efe4745774aa3a2ff7270
52943 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
52944 Date:   Thu Jun 24 09:17:35 2010 +0000
52945
52946     mask bottom of stacks when using sysv ctx
52947     
52948     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7926 48e7efb5-ca39-0410-a469-dd3cf9ba447f
52949
52950 commit bec5ed304faec2231a204e0d6c029a840aed8587
52951 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
52952 Date:   Thu Jun 24 09:17:25 2010 +0000
52953
52954     this test is supposed to check whether the net/cpu models are not the regular one, in which case we have to switch to compound workstation model. The add of the SMPI model were broken here
52955     
52956     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7925 48e7efb5-ca39-0410-a469-dd3cf9ba447f
52957
52958 commit 249dc16cefc3cc6ba104d26f3ddc57906c46fa11
52959 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
52960 Date:   Thu Jun 24 09:17:23 2010 +0000
52961
52962     Let this code compile with the paranoid compiler flags on
52963     
52964     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7924 48e7efb5-ca39-0410-a469-dd3cf9ba447f
52965
52966 commit 96d0d3b5ce093c5443735d6a8f8f6883e9860384
52967 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
52968 Date:   Wed Jun 23 14:13:24 2010 +0000
52969
52970     Update tests for java.
52971     
52972     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7923 48e7efb5-ca39-0410-a469-dd3cf9ba447f
52973
52974 commit aa29c3a2434a29e6901f1e98aa0c171ee15d73cc
52975 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
52976 Date:   Wed Jun 23 13:52:30 2010 +0000
52977
52978     Need to have the HAVE_MMAP variable.
52979     
52980     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7922 48e7efb5-ca39-0410-a469-dd3cf9ba447f
52981
52982 commit a7f7fc80d7a24fe1bcb847dc16b2bee62f848f25
52983 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
52984 Date:   Wed Jun 23 13:52:29 2010 +0000
52985
52986     Those variables must be set here.
52987     
52988     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7921 48e7efb5-ca39-0410-a469-dd3cf9ba447f
52989
52990 commit 44fa5b32586bca1d0869b1356d3ff7aa271f96b0
52991 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
52992 Date:   Wed Jun 23 08:34:27 2010 +0000
52993
52994     Change function called.
52995     
52996     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7919 48e7efb5-ca39-0410-a469-dd3cf9ba447f
52997
52998 commit 752885768f13410e6b54840e9cd763cb336b0772
52999 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
53000 Date:   Tue Jun 22 15:00:17 2010 +0000
53001
53002     remove unused lines
53003     
53004     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7918 48e7efb5-ca39-0410-a469-dd3cf9ba447f
53005
53006 commit 70c3b6e8423719c66f662563453b2070921d1410
53007 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
53008 Date:   Tue Jun 22 13:46:49 2010 +0000
53009
53010     talking about Ruby in FAQ
53011     
53012     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7917 48e7efb5-ca39-0410-a469-dd3cf9ba447f
53013
53014 commit fc9d4f3e558ba9dc484b910f6d54e48f3929e1af
53015 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
53016 Date:   Mon Jun 21 16:30:49 2010 +0000
53017
53018     start talking about lMSG [ on last commit > start ?...> Start some manuals for MSG Modules...
53019     
53020     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7916 48e7efb5-ca39-0410-a469-dd3cf9ba447f
53021
53022 commit 7cbbcc84bfc001f55ede1336658d300e894a1fff
53023 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
53024 Date:   Mon Jun 21 14:08:20 2010 +0000
53025
53026     Add DLL_STATIC flags.
53027     
53028     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7913 48e7efb5-ca39-0410-a469-dd3cf9ba447f
53029
53030 commit a60dd263b80238e499c90ffcbebf3b25ed626658
53031 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
53032 Date:   Mon Jun 21 14:08:06 2010 +0000
53033
53034     Now call the file for windows.
53035     
53036     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7912 48e7efb5-ca39-0410-a469-dd3cf9ba447f
53037
53038 commit 28a9d92f4bcb1c84d5d055e86a68bdf302ffbd74
53039 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
53040 Date:   Mon Jun 21 14:07:50 2010 +0000
53041
53042     Add a new cmake file for windows. Cosmetics.
53043     
53044     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7911 48e7efb5-ca39-0410-a469-dd3cf9ba447f
53045
53046 commit 5666f828c242de0d646f6586055bd8e5bd37a333
53047 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
53048 Date:   Fri Jun 18 16:02:06 2010 +0000
53049
53050     Need gras_config.h.
53051     
53052     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7910 48e7efb5-ca39-0410-a469-dd3cf9ba447f
53053
53054 commit 239fc374990c63d8655f67509e765447bd20e0b6
53055 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
53056 Date:   Fri Jun 18 16:01:53 2010 +0000
53057
53058     Variables correctly set by cmake in gras_config.h.
53059     
53060     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7909 48e7efb5-ca39-0410-a469-dd3cf9ba447f
53061
53062 commit 6c4ab580734068602bd6479476dc7ad8bdf619aa
53063 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
53064 Date:   Fri Jun 18 16:01:40 2010 +0000
53065
53066     Remove gras_config.h include.
53067     
53068     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7908 48e7efb5-ca39-0410-a469-dd3cf9ba447f
53069
53070 commit 1ce4ab769824a1be26f14d1a06b617e37a89ba66
53071 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
53072 Date:   Fri Jun 18 16:01:26 2010 +0000
53073
53074     Set variables for windows.
53075     
53076     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7907 48e7efb5-ca39-0410-a469-dd3cf9ba447f
53077
53078 commit 1ce21735baa6895556d2dc2dbf0c9f2dfa49999a
53079 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
53080 Date:   Fri Jun 18 16:01:12 2010 +0000
53081
53082     Variables setted by an other file.
53083     
53084     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7906 48e7efb5-ca39-0410-a469-dd3cf9ba447f
53085
53086 commit 0b01f817e1445c4df99323f45dd0208760a29b6c
53087 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
53088 Date:   Fri Jun 18 15:33:11 2010 +0000
53089
53090      respect MSG privacy : host case
53091     
53092     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7905 48e7efb5-ca39-0410-a469-dd3cf9ba447f
53093
53094 commit bc185abd4b3c4ee4dd0b6f20b956eca93e534941
53095 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
53096 Date:   Fri Jun 18 15:09:45 2010 +0000
53097
53098      respect MSG privacy : Using public setter and getter MSG methods to access task attributes
53099     
53100     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7904 48e7efb5-ca39-0410-a469-dd3cf9ba447f
53101
53102 commit 7eef625065d0b3af4a64b5665009491426db974f
53103 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
53104 Date:   Fri Jun 18 14:26:29 2010 +0000
53105
53106     Define correctly variables for windows.
53107     
53108     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7903 48e7efb5-ca39-0410-a469-dd3cf9ba447f
53109
53110 commit 66ee75ad028e564411328721603b932eaf0e52fc
53111 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
53112 Date:   Fri Jun 18 10:17:34 2010 +0000
53113
53114     Update ignored files.
53115     
53116     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7902 48e7efb5-ca39-0410-a469-dd3cf9ba447f
53117
53118 commit cd6b9acf47ee5ec7cb1ccd1a9daf1fe090a3dd52
53119 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
53120 Date:   Fri Jun 18 10:07:44 2010 +0000
53121
53122     Declare variables at the beginning of the function.
53123     
53124     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7901 48e7efb5-ca39-0410-a469-dd3cf9ba447f
53125
53126 commit 9e4875c2d328b4708ff67275882a164446db8d1e
53127 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
53128 Date:   Fri Jun 18 10:07:28 2010 +0000
53129
53130     Declare LOG_DEFAULT_CATEGORY with LOG_NEW_DEFAULT_SUBCATEGORY.
53131     
53132     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7900 48e7efb5-ca39-0410-a469-dd3cf9ba447f
53133
53134 commit 174d02656fd194d1773e8fd5b4f6d51c159839cd
53135 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
53136 Date:   Thu Jun 17 17:22:43 2010 +0000
53137
53138     Missing the word line for compiler.
53139     
53140     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7899 48e7efb5-ca39-0410-a469-dd3cf9ba447f
53141
53142 commit 2993b7a4e92f65c6308a8a2997a32c4d5198ddd0
53143 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
53144 Date:   Thu Jun 17 17:22:42 2010 +0000
53145
53146     Now sources are generated with #line.
53147     
53148     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7898 48e7efb5-ca39-0410-a469-dd3cf9ba447f
53149
53150 commit fbbdaee1a6ec8a0c52dbf47b187190de987c9ad2
53151 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
53152 Date:   Thu Jun 17 17:22:38 2010 +0000
53153
53154     Dont set full path.
53155     
53156     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7897 48e7efb5-ca39-0410-a469-dd3cf9ba447f
53157
53158 commit 7f89216fa85ff23f78117974fc4d7eac1ca8f9cb
53159 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
53160 Date:   Thu Jun 17 14:36:37 2010 +0000
53161
53162     talking about lua binding in FAQ
53163     
53164     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7896 48e7efb5-ca39-0410-a469-dd3cf9ba447f
53165
53166 commit 549b2936d0f10674107f88ed1f895cca52000d93
53167 Author: suter <suter@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
53168 Date:   Thu Jun 17 14:17:11 2010 +0000
53169
53170     forgot to remove this one before commit
53171     
53172     
53173     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7895 48e7efb5-ca39-0410-a469-dd3cf9ba447f
53174
53175 commit 9fa79033d8728e656feb09c6c08e570dc8c256c9
53176 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
53177 Date:   Thu Jun 17 13:14:20 2010 +0000
53178
53179     Flags for coverage.
53180     
53181     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7894 48e7efb5-ca39-0410-a469-dd3cf9ba447f
53182
53183 commit e30463363d2f2666f5159abf0f99b0991646b6cd
53184 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
53185 Date:   Thu Jun 17 13:14:18 2010 +0000
53186
53187     Oups. Sorry.
53188     
53189     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7893 48e7efb5-ca39-0410-a469-dd3cf9ba447f
53190
53191 commit a555262a5f8fd11eef367d790ecef2a9c81cb277
53192 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
53193 Date:   Thu Jun 17 12:32:30 2010 +0000
53194
53195     unifiy the names of target building some bindings
53196     
53197     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7892 48e7efb5-ca39-0410-a469-dd3cf9ba447f
53198
53199 commit 35cc497bf908717eb1a79afc41d09a4694d0640d
53200 Author: suter <suter@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
53201 Date:   Thu Jun 17 12:05:37 2010 +0000
53202
53203     mention the new SimDag example
53204     talk about the dynar function added by Mehdi
53205     
53206     
53207     
53208     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7891 48e7efb5-ca39-0410-a469-dd3cf9ba447f
53209
53210 commit d6b502da9cb98a3f7019a7b32bc309dfaf53916a
53211 Author: suter <suter@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
53212 Date:   Thu Jun 17 11:35:00 2010 +0000
53213
53214     Add the new example to the build
53215     Add the corresponding tesh/test
53216     
53217     
53218     
53219     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7890 48e7efb5-ca39-0410-a469-dd3cf9ba447f
53220
53221 commit ef8847329d23546826f74999f4855085f2c1a970
53222 Author: suter <suter@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
53223 Date:   Thu Jun 17 11:34:16 2010 +0000
53224
53225     Add a new example for simdag
53226     
53227     Schedule a Montage DAX on an heterogeneous platform using a simple
53228     Min-Min strategy.
53229     
53230     
53231     
53232     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7889 48e7efb5-ca39-0410-a469-dd3cf9ba447f
53233
53234 commit db9e1e77f7d08a187ac8e5588e42b3358879de9f
53235 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
53236 Date:   Thu Jun 17 10:10:42 2010 +0000
53237
53238     Delete unused -fprofile-arcs flags.
53239     
53240     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7888 48e7efb5-ca39-0410-a469-dd3cf9ba447f
53241
53242 commit 41aeab983aed4105a2868c9339cf1c8df5f35724
53243 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
53244 Date:   Thu Jun 17 09:19:22 2010 +0000
53245
53246     Generate doc only if it is necessary. Set enable_doc option.
53247     
53248     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7887 48e7efb5-ca39-0410-a469-dd3cf9ba447f
53249
53250 commit ee3e6ba1b2e81efa3f9857ed0c8692e165f7131f
53251 Author: suter <suter@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
53252 Date:   Thu Jun 17 08:52:08 2010 +0000
53253
53254     Add stuff to make compute tasks schedulable.
53255     
53256     Each time a compute task ends, we decrement a counter for the tasks
53257     that are the destination of a transfert from the finishing task. When
53258     this counter reaches 0, the task is SD_SCHEDULABLE (All compute task
53259     parents are in the SD_DONE state).
53260     
53261     
53262     
53263     
53264     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7886 48e7efb5-ca39-0410-a469-dd3cf9ba447f
53265
53266 commit 6fb08b9c6e18c4fc9d654b581996840ddab93608
53267 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
53268 Date:   Wed Jun 16 17:14:10 2010 +0000
53269
53270     Make sure that created sequential tasks cannot look like parallel tasks because of use of uninitialized data
53271     
53272     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7885 48e7efb5-ca39-0410-a469-dd3cf9ba447f
53273
53274 commit ed4446ce27bd7391527c0368a0ebd3f91db159b1
53275 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
53276 Date:   Wed Jun 16 17:13:47 2010 +0000
53277
53278     Add a simgrid_java target to rebuild the jar file; look at the right location of the jar file when compiling examples
53279     
53280     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7884 48e7efb5-ca39-0410-a469-dd3cf9ba447f
53281
53282 commit 29ff3b83a24d25bff65cc2d748564eb93a340763
53283 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
53284 Date:   Wed Jun 16 16:56:39 2010 +0000
53285
53286     no need to set the number of host,link or route at the beginning , thanks to xbt_dynar_t ;)
53287     
53288     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7883 48e7efb5-ca39-0410-a469-dd3cf9ba447f
53289
53290 commit 176b54572cd63793731ea91244c03d692f591fe0
53291 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
53292 Date:   Wed Jun 16 16:55:19 2010 +0000
53293
53294     switching to xbt_dynar_t for methods to bypass XMl
53295     
53296     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7882 48e7efb5-ca39-0410-a469-dd3cf9ba447f
53297
53298 commit ac2a7907c624bdf2fdf09dee305e52e558e52798
53299 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
53300 Date:   Wed Jun 16 16:54:05 2010 +0000
53301
53302     xbt_dynar_is_empty to check if a dynar is empty or not
53303     
53304     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7881 48e7efb5-ca39-0410-a469-dd3cf9ba447f
53305
53306 commit 3d008a53931619eb52868f1cecf01e38673f20e1
53307 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
53308 Date:   Wed Jun 16 12:58:03 2010 +0000
53309
53310     Of course we only need to add /D DLL_EXPORT to CFLAGS on windows architectures. Doing so without condition breaks unix builds, pity
53311     
53312     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7880 48e7efb5-ca39-0410-a469-dd3cf9ba447f
53313
53314 commit df5df0237e75d63eff440fcf30b8760c24ab948a
53315 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
53316 Date:   Wed Jun 16 10:26:24 2010 +0000
53317
53318     Don't generate doc with windows.
53319     
53320     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7879 48e7efb5-ca39-0410-a469-dd3cf9ba447f
53321
53322 commit 929470c4053528a3eeff26a367d3be7f5900422b
53323 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
53324 Date:   Wed Jun 16 10:26:16 2010 +0000
53325
53326     Update COPING license file for ucontext and windows.
53327     
53328     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7878 48e7efb5-ca39-0410-a469-dd3cf9ba447f
53329
53330 commit 1c10206dfec917be0f5b3f4964f82b0c959436e2
53331 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
53332 Date:   Wed Jun 16 10:26:06 2010 +0000
53333
53334     Change path for win32 ucontext files.
53335     
53336     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7877 48e7efb5-ca39-0410-a469-dd3cf9ba447f
53337
53338 commit 9d85ead7a4eb80631f931e45d894a446c7e73bb6
53339 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
53340 Date:   Wed Jun 16 10:25:56 2010 +0000
53341
53342     Declare variable DLL_EXPORT for Libs.
53343     
53344     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7876 48e7efb5-ca39-0410-a469-dd3cf9ba447f
53345
53346 commit 2bfdf7dcd62e167691a42f4766d3e1475f3724a9
53347 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
53348 Date:   Wed Jun 16 09:39:44 2010 +0000
53349
53350     make sure that MSG_task_execute() is not called by error on parallel tasks
53351     
53352     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7875 48e7efb5-ca39-0410-a469-dd3cf9ba447f
53353
53354 commit 6bc381506738dec5aa12bc7927261dd52632bfe9
53355 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
53356 Date:   Wed Jun 16 07:49:07 2010 +0000
53357
53358     Add LGPL files for ucontext.
53359     
53360     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7874 48e7efb5-ca39-0410-a469-dd3cf9ba447f
53361
53362 commit d8541e8d1bb3ddb1cd5e36a16d0ea095a71fd7f6
53363 Author: suter <suter@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
53364 Date:   Wed Jun 16 07:44:08 2010 +0000
53365
53366     enabling warnings as errors raised some problems due to the change of
53367     return type of SD_simulate
53368     
53369     
53370     
53371     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7873 48e7efb5-ca39-0410-a469-dd3cf9ba447f
53372
53373 commit 44c8af71e1e0c7bdf9901395a5ceec352cd49b58
53374 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
53375 Date:   Tue Jun 15 22:16:00 2010 +0000
53376
53377     Actually build the doc
53378     
53379     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7872 48e7efb5-ca39-0410-a469-dd3cf9ba447f
53380
53381 commit 944387f62574ce821a5b039cd4acf28e90efe657
53382 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
53383 Date:   Tue Jun 15 22:15:41 2010 +0000
53384
53385     improve TOC desynch detection tool
53386     
53387     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7871 48e7efb5-ca39-0410-a469-dd3cf9ba447f
53388
53389 commit 72fc4dc0bb3954f33dc1d622b80b904987f02be2
53390 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
53391 Date:   Tue Jun 15 22:15:20 2010 +0000
53392
53393     fix some TOC of doc, detected by automatic tests
53394     
53395     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7870 48e7efb5-ca39-0410-a469-dd3cf9ba447f
53396
53397 commit 852cb86555ad1fa1e8c13fefffa3b23c8806abc5
53398 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
53399 Date:   Tue Jun 15 22:15:01 2010 +0000
53400
53401     fix a bug breaking every navigation tabs. Damn changing format of doxygen output
53402     
53403     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7869 48e7efb5-ca39-0410-a469-dd3cf9ba447f
53404
53405 commit e8a55cf2847a9566b90b05525fb5eb7e9b09996d
53406 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
53407 Date:   Tue Jun 15 22:14:41 2010 +0000
53408
53409     fix format
53410     
53411     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7868 48e7efb5-ca39-0410-a469-dd3cf9ba447f
53412
53413 commit 138b84b858c3fb81578a31446ea8e1d2cabdfd31
53414 Author: suter <suter@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
53415 Date:   Tue Jun 15 20:18:56 2010 +0000
53416
53417     rename SD_READY in SD_SCHEDULABLE to prevent troubles for users that
53418     were used to use SD_READY
53419     
53420     
53421     
53422     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7867 48e7efb5-ca39-0410-a469-dd3cf9ba447f
53423
53424 commit 4186c47274eb5abc59c85ed6e8963f7ceb8dab44
53425 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
53426 Date:   Tue Jun 15 19:40:13 2010 +0000
53427
53428     make clean works now
53429     
53430     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7866 48e7efb5-ca39-0410-a469-dd3cf9ba447f
53431
53432 commit 6a921002725af476cba5bffbbb228dbcec625fee
53433 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
53434 Date:   Tue Jun 15 14:46:46 2010 +0000
53435
53436     basic layer for simdag bindings ( modifyin' the return value of simulate from  SD_task_t* to xbt_dynar_t)
53437     
53438     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7864 48e7efb5-ca39-0410-a469-dd3cf9ba447f
53439
53440 commit 8c33af2f92672622596e7952abdea8f090bf9f72
53441 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
53442 Date:   Tue Jun 15 14:00:44 2010 +0000
53443
53444     Dont declare variables at the middle of nowhere.
53445     
53446     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7863 48e7efb5-ca39-0410-a469-dd3cf9ba447f
53447
53448 commit 534c621345bde720a36c4bdedee10d52b5473451
53449 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
53450 Date:   Tue Jun 15 13:01:05 2010 +0000
53451
53452     Add sources with win32 for pthread.
53453     
53454     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7862 48e7efb5-ca39-0410-a469-dd3cf9ba447f
53455
53456 commit 21e495f270a1744823b511a86f8e2f1ce89fbba8
53457 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
53458 Date:   Tue Jun 15 13:00:56 2010 +0000
53459
53460     Cosmetics.
53461     
53462     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7861 48e7efb5-ca39-0410-a469-dd3cf9ba447f
53463
53464 commit 467944fe0ac76fb00b1e9b3a919b1ce4a165ef0f
53465 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
53466 Date:   Tue Jun 15 13:00:41 2010 +0000
53467
53468     Add context ucontext for windows.
53469     
53470     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7860 48e7efb5-ca39-0410-a469-dd3cf9ba447f
53471
53472 commit a6b30c2f53f0eb061dbb06fa8b894991291a6f88
53473 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
53474 Date:   Mon Jun 14 14:44:47 2010 +0000
53475
53476     Add condition before use a mmalloc function.
53477     
53478     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7859 48e7efb5-ca39-0410-a469-dd3cf9ba447f
53479
53480 commit 6fe5c128d910d56f037df8596ec37b37c60cc9b1
53481 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
53482 Date:   Mon Jun 14 14:44:39 2010 +0000
53483
53484     The function ffs doesn't exist for windows, so we have to define it.
53485     
53486     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7858 48e7efb5-ca39-0410-a469-dd3cf9ba447f
53487
53488 commit 2365d7b12787079bebea3da822e8ee3e8b3f08db
53489 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
53490 Date:   Mon Jun 14 14:44:30 2010 +0000
53491
53492     If it is a win plateform we have to use wenvironment against environment.
53493     
53494     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7857 48e7efb5-ca39-0410-a469-dd3cf9ba447f
53495
53496 commit 9d9e1f61ae853ed44bbc7828d3c1ae20ce65a9e9
53497 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
53498 Date:   Mon Jun 14 14:44:20 2010 +0000
53499
53500     Init variables.
53501     
53502     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7856 48e7efb5-ca39-0410-a469-dd3cf9ba447f
53503
53504 commit e6116c4e424051df387c1650935fa658de5f500f
53505 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
53506 Date:   Mon Jun 14 14:39:48 2010 +0000
53507
53508     Add a flags for include a lib for winsock.
53509     
53510     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7855 48e7efb5-ca39-0410-a469-dd3cf9ba447f
53511
53512 commit b1d63bb637a56b3d5ade0d5c07856d90025ae517
53513 Author: pini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
53514 Date:   Mon Jun 14 14:22:20 2010 +0000
53515
53516     Added new model (default with smpirun) that integrates the three-interval linear regression for correction factors.
53517     
53518     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7854 48e7efb5-ca39-0410-a469-dd3cf9ba447f
53519
53520 commit 0d4d060c843a85e0671ccc59900cf42231bc5acb
53521 Author: suter <suter@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
53522 Date:   Mon Jun 14 13:13:36 2010 +0000
53523
53524     When a transfer is auto-scheduled, it should now be in the SD_READY
53525     state (all dependencies are satisfied, but not scheduled) and no more
53526     in the SD_NOT_SCHEDULED state.
53527     
53528     
53529     
53530     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7853 48e7efb5-ca39-0410-a469-dd3cf9ba447f
53531
53532 commit 0d23e0c5e735a1a21e131b5d1d484338df5d0089
53533 Author: suter <suter@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
53534 Date:   Mon Jun 14 12:36:17 2010 +0000
53535
53536     Reintroduce a SD_READY state, which now means "ready" in a scheduling
53537     sense, i.e., all dependencies are satisfied.
53538     
53539     
53540     
53541     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7852 48e7efb5-ca39-0410-a469-dd3cf9ba447f
53542
53543 commit 737d112f2cd532ed9c2f46a7318b67afc2e4463e
53544 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
53545 Date:   Mon Jun 14 09:44:08 2010 +0000
53546
53547     We used those lines in VBC.
53548     
53549     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7851 48e7efb5-ca39-0410-a469-dd3cf9ba447f
53550
53551 commit 21356cb0949b83667e4ba61de007c0c7847ab709
53552 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
53553 Date:   Mon Jun 14 09:43:59 2010 +0000
53554
53555     We need this flag for libraries on visualc.
53556     
53557     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7850 48e7efb5-ca39-0410-a469-dd3cf9ba447f
53558
53559 commit c822212eab58f5ad28d6b00b53e46ce4660c6f17
53560 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
53561 Date:   Mon Jun 14 09:43:51 2010 +0000
53562
53563     Delete some unused flags.
53564     
53565     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7849 48e7efb5-ca39-0410-a469-dd3cf9ba447f
53566
53567 commit 2f2964405b045b8ba8a668f5bb0b5c984a42bbf9
53568 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
53569 Date:   Mon Jun 14 09:43:41 2010 +0000
53570
53571     Do not redefine function in visualc.
53572     
53573     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7848 48e7efb5-ca39-0410-a469-dd3cf9ba447f
53574
53575 commit 6a09e6076188e3de9637c24d4ae74839fb03b33f
53576 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
53577 Date:   Mon Jun 14 09:30:59 2010 +0000
53578
53579     Do not declare variables in the middle of nowhere.
53580     
53581     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7847 48e7efb5-ca39-0410-a469-dd3cf9ba447f
53582
53583 commit 24ec872003d83bec617dd6aca30aa67bddeadd61
53584 Author: suter <suter@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
53585 Date:   Mon Jun 14 09:21:06 2010 +0000
53586
53587     Rename the SD_READY (all dependencies are satisfied and task is
53588     scheduled) state in SD_RUNNABLE. This prevents a confusion with
53589     the notion of "ready" used in DAG scheduling (all dependencies are
53590     satisfied)
53591     
53592     
53593     
53594     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7846 48e7efb5-ca39-0410-a469-dd3cf9ba447f
53595
53596 commit b06da391942d5b2e2d26f50705c764d402382f17
53597 Author: suter <suter@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
53598 Date:   Mon Jun 14 09:15:20 2010 +0000
53599
53600     3rd attempt: replace __compar_fn_t by a new function type
53601     int_f_cpvoid_cpvoid (int foo (const void*, const void *)
53602     
53603     It's hard to add stuff in XBT, the gurus are watching you ...
53604     
53605     
53606     
53607     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7845 48e7efb5-ca39-0410-a469-dd3cf9ba447f
53608
53609 commit 1373da449c6a1bf993753650c863f6737e452f23
53610 Author: suter <suter@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
53611 Date:   Mon Jun 14 08:58:06 2010 +0000
53612
53613     Rhhaaa, use the __compar_fn_t type defined in stdlib instead of
53614     int_f_pvoid_pvoid
53615     
53616     
53617     
53618     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7844 48e7efb5-ca39-0410-a469-dd3cf9ba447f
53619
53620 commit 4a858f824d2969b164b967ae3e320593af0a9f9d
53621 Author: suter <suter@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
53622 Date:   Mon Jun 14 08:43:15 2010 +0000
53623
53624     Add a new function xbt_dynar_sort() which is a wrapper on qsort.
53625     
53626     
53627     
53628     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7843 48e7efb5-ca39-0410-a469-dd3cf9ba447f
53629
53630 commit 131c795515e9a190d1342ae5043f282bd1ae4c99
53631 Author: suter <suter@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
53632 Date:   Fri Jun 11 15:33:54 2010 +0000
53633
53634     update the changelog (and BTW put my changes in the 3.5 section
53635     instead of updating the 3.4.1)
53636     
53637     
53638     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7842 48e7efb5-ca39-0410-a469-dd3cf9ba447f
53639
53640 commit 0f30f0953fccaf152a09af12d3d9091ab5a687af
53641 Author: suter <suter@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
53642 Date:   Fri Jun 11 15:28:48 2010 +0000
53643
53644     Modify the examples and tests to cope with the new return type of
53645     SD_Simulate
53646     
53647     
53648     
53649     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7841 48e7efb5-ca39-0410-a469-dd3cf9ba447f
53650
53651 commit 9a689e39c75bf17ea7f44c231e1d2a9e45120f45
53652 Author: suter <suter@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
53653 Date:   Fri Jun 11 15:27:34 2010 +0000
53654
53655     change the return type of SD_simulate
53656       Why convert a dynar into a NULL terminated array?
53657     
53658     
53659     
53660     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7840 48e7efb5-ca39-0410-a469-dd3cf9ba447f
53661
53662 commit 7aa869951263c34ce10c8a459f850c70bf39aaa0
53663 Author: suter <suter@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
53664 Date:   Fri Jun 11 14:28:15 2010 +0000
53665
53666     Add a new test of SimDag to the list
53667     Corresponds to the example of the use of the sequential access mode
53668     
53669     
53670     
53671     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7839 48e7efb5-ca39-0410-a469-dd3cf9ba447f
53672
53673 commit 4d9d99bb99987176c71b0e42be1c0d3f132e39d4
53674 Author: suter <suter@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
53675 Date:   Fri Jun 11 13:59:49 2010 +0000
53676
53677     Don't forget to update the changlog
53678     
53679     
53680     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7838 48e7efb5-ca39-0410-a469-dd3cf9ba447f
53681
53682 commit 5be36e4cd878da7f8318315c60a4b843b1ca90a6
53683 Author: suter <suter@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
53684 Date:   Fri Jun 11 13:56:44 2010 +0000
53685
53686     These one ara also part of ctest. Take the INFO->VERB into account too
53687     
53688     
53689     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7837 48e7efb5-ca39-0410-a469-dd3cf9ba447f
53690
53691 commit 892a26c1eb3583570fff6024b49b4915624236ae
53692 Author: suter <suter@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
53693 Date:   Fri Jun 11 13:56:03 2010 +0000
53694
53695     Uptade the teshsuite of SimDag to take the INFO -> VERB change
53696     
53697     
53698     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7836 48e7efb5-ca39-0410-a469-dd3cf9ba447f
53699
53700 commit c1abdea9591074ab5d98dad8fbf551f9e6710036
53701 Author: suter <suter@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
53702 Date:   Fri Jun 11 13:55:15 2010 +0000
53703
53704     Change the way a task is considered as ready
53705       Instead of removing dependencies when a task is done, a counter is
53706       decreased
53707       This way, it is always possible to reach ancestors thanks to
53708       the SD_taks_get_parents function.
53709     
53710     Change the level of some logs in sd_global from INFO to VERB
53711     
53712     
53713     
53714     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7835 48e7efb5-ca39-0410-a469-dd3cf9ba447f
53715
53716 commit bc2e7a94a3b5b5c653a03795617960f40f77026a
53717 Author: pini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
53718 Date:   Mon Jun 7 10:58:12 2010 +0000
53719
53720     Bad idea to acquire a semaphore that is already hold. Split cleanup code from waiting code instead.
53721     
53722     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7834 48e7efb5-ca39-0410-a469-dd3cf9ba447f
53723
53724 commit 883d93c5bc5287fe287a6a57478fc3d435fce8d3
53725 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
53726 Date:   Fri Jun 4 16:04:32 2010 +0000
53727
53728     Protect EWOULDBLOCK, EINPROGRESS, ETIMEDOUT macro definitions since Visual C already defines them.
53729     
53730     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7833 48e7efb5-ca39-0410-a469-dd3cf9ba447f
53731
53732 commit 7365342c868205910699f98ca897c1bbbeede8da
53733 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
53734 Date:   Fri Jun 4 16:04:31 2010 +0000
53735
53736     Protect macro definitions for VA_COPY. They should probably all be removed from this file actually...
53737     
53738     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7832 48e7efb5-ca39-0410-a469-dd3cf9ba447f
53739
53740 commit 2fae50dec7ea8e3550c62dace3c0a3b57d0e1fa9
53741 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
53742 Date:   Fri Jun 4 16:04:30 2010 +0000
53743
53744     Portable definition of inline for windows visual C
53745     
53746     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7831 48e7efb5-ca39-0410-a469-dd3cf9ba447f
53747
53748 commit 47a0267eaa6bf1f8ba5d1e36bb40cb03c3396edd
53749 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
53750 Date:   Fri Jun 4 16:04:29 2010 +0000
53751
53752     Correct macro declaration for VA_COPY so that it does not fool cpp and works on windows...
53753     
53754     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7830 48e7efb5-ca39-0410-a469-dd3cf9ba447f
53755
53756 commit 1e0a0a3b2067f2c4b1a05f890f0f85c7e737caa4
53757 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
53758 Date:   Fri Jun 4 16:04:28 2010 +0000
53759
53760     This file should not be tracked. It is automatically generated by Cmake.
53761     
53762     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7829 48e7efb5-ca39-0410-a469-dd3cf9ba447f
53763
53764 commit fe3b9085d0c87945b61ca0d6d00f8516c517caa5
53765 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
53766 Date:   Fri Jun 4 16:04:27 2010 +0000
53767
53768     Use a portable inline and declare variables at the beginning
53769     
53770     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7828 48e7efb5-ca39-0410-a469-dd3cf9ba447f
53771
53772 commit e379b4008b304af4688fe6cb29fbfdaf9e9e6873
53773 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
53774 Date:   Fri Jun 4 16:04:26 2010 +0000
53775
53776     Use a portable inline
53777     
53778     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7827 48e7efb5-ca39-0410-a469-dd3cf9ba447f
53779
53780 commit 87bf71ddfe2611ffedaabe6c3a9030957ae4a080
53781 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
53782 Date:   Fri Jun 4 16:04:25 2010 +0000
53783
53784     Do not declare variable in the middle of nowhere!
53785     
53786     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7826 48e7efb5-ca39-0410-a469-dd3cf9ba447f
53787
53788 commit d6a933c9e75980d7fda5778d25fb0831b0f90b0b
53789 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
53790 Date:   Fri Jun 4 16:04:23 2010 +0000
53791
53792     Incorrect use of conditionnal expressions
53793     
53794     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7825 48e7efb5-ca39-0410-a469-dd3cf9ba447f
53795
53796 commit e3562b9d34b118e173ce9d1a1ce821ea4a59227e
53797 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
53798 Date:   Fri Jun 4 11:13:53 2010 +0000
53799
53800     Set some variables and flags for windows.
53801     
53802     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7824 48e7efb5-ca39-0410-a469-dd3cf9ba447f
53803
53804 commit a7dbac339a4878c54811df599dd8e46e8611c785
53805 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
53806 Date:   Thu Jun 3 21:25:41 2010 +0000
53807
53808     I need this to compile on my machine. It may break on others systems but I don't know how to use pipol yet.
53809     
53810     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7823 48e7efb5-ca39-0410-a469-dd3cf9ba447f
53811
53812 commit f86e6af017daa4b31f72b5644b52e8962eee4b35
53813 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
53814 Date:   Thu Jun 3 09:49:28 2010 +0000
53815
53816     Now supernovae mode works out of project directory.
53817     
53818     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7822 48e7efb5-ca39-0410-a469-dd3cf9ba447f
53819
53820 commit feb9a41eab92e8825b2ef54d9c4ca8aae6af71a8
53821 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
53822 Date:   Wed Jun 2 13:25:02 2010 +0000
53823
53824     Cosmetics for Windows
53825     
53826     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7821 48e7efb5-ca39-0410-a469-dd3cf9ba447f
53827
53828 commit 663f424beab193b084453ba397102844dcd5ed64
53829 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
53830 Date:   Wed Jun 2 13:11:54 2010 +0000
53831
53832     Revert "Make gras compil with Visual C++." This commit is too large/unreadable. It should be split and have a smaller payload. :)
53833     
53834     This reverts commit eae1f516d7042d8a589b3d4150cc2721dc146a24.
53835     
53836     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7820 48e7efb5-ca39-0410-a469-dd3cf9ba447f
53837
53838 commit eae1f516d7042d8a589b3d4150cc2721dc146a24
53839 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
53840 Date:   Tue Jun 1 15:19:23 2010 +0000
53841
53842     Make gras compil with Visual C++.
53843     
53844     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7819 48e7efb5-ca39-0410-a469-dd3cf9ba447f
53845
53846 commit e264ae6c75607a147e172fa5af0684abb4be5c81
53847 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
53848 Date:   Tue Jun 1 13:24:09 2010 +0000
53849
53850     Save script for pipol.
53851     
53852     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7818 48e7efb5-ca39-0410-a469-dd3cf9ba447f
53853
53854 commit aa2662427da4a4b81ea2e67561a223b9c4c3b4d0
53855 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
53856 Date:   Tue Jun 1 13:24:08 2010 +0000
53857
53858     Solve variable init value for windows.
53859     
53860     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7817 48e7efb5-ca39-0410-a469-dd3cf9ba447f
53861
53862 commit a4f3d908ae6f49b42aa7f7fc741dcbec1a5f67aa
53863 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
53864 Date:   Mon May 31 14:08:06 2010 +0000
53865
53866     No more mail.
53867     
53868     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7816 48e7efb5-ca39-0410-a469-dd3cf9ba447f
53869
53870 commit 7d56c617d07e090716bd4fc713a9cd09f2abd084
53871 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
53872 Date:   Mon May 31 12:52:40 2010 +0000
53873
53874     Memcheck timeout set to 300s.
53875     
53876     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7815 48e7efb5-ca39-0410-a469-dd3cf9ba447f
53877
53878 commit 234ae403478cdecaa20912b4d549bc50919ccda9
53879 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
53880 Date:   Mon May 31 12:14:28 2010 +0000
53881
53882     Memcheck mode.
53883     
53884     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7814 48e7efb5-ca39-0410-a469-dd3cf9ba447f
53885
53886 commit 03bbf6859e737826f55b15ea6d81f229f3fb8097
53887 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
53888 Date:   Mon May 31 11:50:34 2010 +0000
53889
53890     On Mac set smpi to off by default.
53891     
53892     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7813 48e7efb5-ca39-0410-a469-dd3cf9ba447f
53893
53894 commit d76e63d3fc87dd2724473c4e7c136dc24fe7dbde
53895 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
53896 Date:   Mon May 31 11:39:42 2010 +0000
53897
53898     OUps.
53899     
53900     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7812 48e7efb5-ca39-0410-a469-dd3cf9ba447f
53901
53902 commit 35ee86436a225f8544dfe1ae58af4ed174bd6d2d
53903 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
53904 Date:   Mon May 31 11:38:02 2010 +0000
53905
53906     Add notes to cdash.
53907     
53908     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7811 48e7efb5-ca39-0410-a469-dd3cf9ba447f
53909
53910 commit 892c8834954c9927ac47b6330ac61d22627f5b53
53911 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
53912 Date:   Mon May 31 08:53:42 2010 +0000
53913
53914     Add a forget s to an variable and Cosmetics.
53915     
53916     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7810 48e7efb5-ca39-0410-a469-dd3cf9ba447f
53917
53918 commit 90afdcefc29182dad645f3621bdf54be7e99ca45
53919 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
53920 Date:   Thu May 27 17:12:57 2010 +0000
53921
53922     Cosmetics
53923     
53924     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7809 48e7efb5-ca39-0410-a469-dd3cf9ba447f
53925
53926 commit be17c9b111f5b314cf3984aaabd998d8bdf45734
53927 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
53928 Date:   Thu May 27 17:11:26 2010 +0000
53929
53930     Add full path for some files.
53931     
53932     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7808 48e7efb5-ca39-0410-a469-dd3cf9ba447f
53933
53934 commit 8ae010d4c75ae10f8d119e068f3294aa05beceb3
53935 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
53936 Date:   Thu May 27 16:35:20 2010 +0000
53937
53938     Cosmetics
53939     
53940     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7807 48e7efb5-ca39-0410-a469-dd3cf9ba447f
53941
53942 commit 52d6f42ba93c58bacb59e052de5a3b5c650e3f68
53943 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
53944 Date:   Thu May 27 16:13:12 2010 +0000
53945
53946     Maintainer mode works without project directory.
53947     
53948     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7806 48e7efb5-ca39-0410-a469-dd3cf9ba447f
53949
53950 commit 6d5e6b62c05a462bea3606f44f66e766efe1a9ec
53951 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
53952 Date:   Thu May 27 15:25:57 2010 +0000
53953
53954     Remove the transitions from the model-checker's setset before deleting it.
53955     
53956     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7805 48e7efb5-ca39-0410-a469-dd3cf9ba447f
53957
53958 commit 4fef14624811a33d03bb19ceb48661d07a1720bb
53959 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
53960 Date:   Thu May 27 15:25:56 2010 +0000
53961
53962     Remove the reference count of the elements from the setset container. This allow to exploit the bit parallelism of the processor, which results in a faster execution and in a cleaner implementation.
53963     
53964     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7804 48e7efb5-ca39-0410-a469-dd3cf9ba447f
53965
53966 commit 982f414579a631d523bb340f853cba7c71e82b05
53967 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
53968 Date:   Thu May 27 15:25:52 2010 +0000
53969
53970     Improve setset iterator
53971     
53972     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7803 48e7efb5-ca39-0410-a469-dd3cf9ba447f
53973
53974 commit c7f3c30ef936dacf568b44009d3948c8dc64228c
53975 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
53976 Date:   Thu May 27 14:32:18 2010 +0000
53977
53978     Add a variable HAVE_MC for enable model-checking.
53979     
53980     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7802 48e7efb5-ca39-0410-a469-dd3cf9ba447f
53981
53982 commit 554145f555b981fd5760349c5910f169055babec
53983 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
53984 Date:   Thu May 27 07:59:51 2010 +0000
53985
53986     Transform transitions of type "mc_waitany" into multiple "wait" transitions.
53987     
53988     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7801 48e7efb5-ca39-0410-a469-dd3cf9ba447f
53989
53990 commit d18b8e9f99926675bc2ae15d0b0ee1adf504633c
53991 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
53992 Date:   Wed May 26 15:09:44 2010 +0000
53993
53994     Transform random transitions into multiple // transitions one for each value in the rage of the random. This avoids having special cases in the dpor algorithm.
53995     
53996     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7800 48e7efb5-ca39-0410-a469-dd3cf9ba447f
53997
53998 commit cfd550f11b062b4bbb199ef922198f0f378fc543
53999 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
54000 Date:   Wed May 26 13:18:14 2010 +0000
54001
54002     Add logging for transitions
54003     
54004     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7799 48e7efb5-ca39-0410-a469-dd3cf9ba447f
54005
54006 commit b44d5e73c4bbb6c3e5619892e6be4d4e971bf736
54007 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
54008 Date:   Wed May 26 13:18:13 2010 +0000
54009
54010     Add MC support for processes with multiple enabled transitions per state
54011     
54012     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7798 48e7efb5-ca39-0410-a469-dd3cf9ba447f
54013
54014 commit 63d512caa53162dfc50dd06538e36593bbf2e78e
54015 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
54016 Date:   Wed May 26 13:18:07 2010 +0000
54017
54018     Bugfix: setset cursors were incorrectly implemented. Now they work fine.
54019     
54020     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7797 48e7efb5-ca39-0410-a469-dd3cf9ba447f
54021
54022 commit 87761c2a8db8f783a12feb505d9106e2fd154e56
54023 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
54024 Date:   Tue May 25 15:35:15 2010 +0000
54025
54026     MAJ FAQ.
54027     
54028     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7796 48e7efb5-ca39-0410-a469-dd3cf9ba447f
54029
54030 commit a83769229c16e7cb7293c762be1d5ce432d0aefb
54031 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
54032 Date:   Tue May 25 14:29:28 2010 +0000
54033
54034     Generate tests for memcheck.
54035     
54036     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7795 48e7efb5-ca39-0410-a469-dd3cf9ba447f
54037
54038 commit e25a4327e9e25726495b1b281bfd707ff4a392d3
54039 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
54040 Date:   Tue May 25 12:57:28 2010 +0000
54041
54042     Disable make test if memcheck, now make memcheck tests.
54043     
54044     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7794 48e7efb5-ca39-0410-a469-dd3cf9ba447f
54045
54046 commit 2242ae29028361ce4bd42199925b40b7367c3ee4
54047 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
54048 Date:   Tue May 25 12:13:24 2010 +0000
54049
54050     Change perl script for valgrind path.
54051     
54052     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7793 48e7efb5-ca39-0410-a469-dd3cf9ba447f
54053
54054 commit 147f9c133bf73b71c782aab6480c4b8785cdb729
54055 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
54056 Date:   Tue May 25 12:13:23 2010 +0000
54057
54058     Test if valgrind is found for enable memcheck.
54059     
54060     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7792 48e7efb5-ca39-0410-a469-dd3cf9ba447f
54061
54062 commit 8cbacd4f34e350b80e7a5af442af13505f6cc14f
54063 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
54064 Date:   Fri May 21 14:24:38 2010 +0000
54065
54066     tricky way to bypass XML parser and setup the environment from lua code
54067     
54068     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7791 48e7efb5-ca39-0410-a469-dd3cf9ba447f
54069
54070 commit eea304df3c19822739670c90d53cb890702ce897
54071 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
54072 Date:   Fri May 21 13:39:17 2010 +0000
54073
54074     Add a path to smpicc for find libsimgrid.
54075     
54076     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7790 48e7efb5-ca39-0410-a469-dd3cf9ba447f
54077
54078 commit a0a95de9c0675fa2e927e54e8477d68902563cdb
54079 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
54080 Date:   Fri May 21 13:39:15 2010 +0000
54081
54082     Make to file in project_directory for the moment.
54083     
54084     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7789 48e7efb5-ca39-0410-a469-dd3cf9ba447f
54085
54086 commit 25565db4e0e123731ccc3a7bba4af66c92fb21dc
54087 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
54088 Date:   Fri May 21 13:01:34 2010 +0000
54089
54090     Cosmetics and generate lib links for bindings correctely.
54091     
54092     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7788 48e7efb5-ca39-0410-a469-dd3cf9ba447f
54093
54094 commit 76fc12312d17e5a69cf3d9a25ed502a9af56ac20
54095 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
54096 Date:   Fri May 21 09:15:07 2010 +0000
54097
54098     And path to testing progams too.
54099     
54100     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7787 48e7efb5-ca39-0410-a469-dd3cf9ba447f
54101
54102 commit 05bdf500677b6406e385802991fe48cb168859a6
54103 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
54104 Date:   Fri May 21 09:15:06 2010 +0000
54105
54106     Changes path to find cmake files.
54107     
54108     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7786 48e7efb5-ca39-0410-a469-dd3cf9ba447f
54109
54110 commit 7721f9d25945759e012f67181e69550a3a222eb0
54111 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
54112 Date:   Fri May 21 09:15:01 2010 +0000
54113
54114     Reorganize cmake directory.
54115     
54116     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7785 48e7efb5-ca39-0410-a469-dd3cf9ba447f
54117
54118 commit b30602ffd8e090c68e99a37ec5e4e7403debd7ce
54119 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
54120 Date:   Fri May 21 08:16:39 2010 +0000
54121
54122     Improve support for WaitAny transitions, not usable yet but closer.
54123     
54124     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7784 48e7efb5-ca39-0410-a469-dd3cf9ba447f
54125
54126 commit bbfde1ef5427e4e7e84ca8d38aff13507947c194
54127 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
54128 Date:   Thu May 20 14:29:43 2010 +0000
54129
54130     Rework MC transition interception/creation. Now it is more modular.
54131     
54132     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7783 48e7efb5-ca39-0410-a469-dd3cf9ba447f
54133
54134 commit 0103c4dd80e891446e3b64e6647c3b6467192806
54135 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
54136 Date:   Thu May 20 14:29:35 2010 +0000
54137
54138     Compile fix, size_t != int in 64 bits
54139     
54140     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7782 48e7efb5-ca39-0410-a469-dd3cf9ba447f
54141
54142 commit eaf80a64fd18b2d35009508428cb58902c755433
54143 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
54144 Date:   Thu May 20 14:05:16 2010 +0000
54145
54146     Add stdarg.h for va_list.
54147     
54148     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7781 48e7efb5-ca39-0410-a469-dd3cf9ba447f
54149
54150 commit 2bf99c5fd0361603a857bd8ac2941c4734c11dd6
54151 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
54152 Date:   Thu May 20 13:53:34 2010 +0000
54153
54154     Cosmetics and again windows compilation.
54155     
54156     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7780 48e7efb5-ca39-0410-a469-dd3cf9ba447f
54157
54158 commit 8957cf5049e04e8d8b7a8183f863c7ea2977afe7
54159 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
54160 Date:   Thu May 20 11:15:05 2010 +0000
54161
54162     bug fixes: correct use of xbt dictionaries and arrays
54163     
54164     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7779 48e7efb5-ca39-0410-a469-dd3cf9ba447f
54165
54166 commit 01ea0133fc146d94852753a7f07d874de0b9815c
54167 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
54168 Date:   Thu May 20 11:15:04 2010 +0000
54169
54170     correct duplication of a variable
54171     
54172     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7778 48e7efb5-ca39-0410-a469-dd3cf9ba447f
54173
54174 commit 239087fc2c107e99b25d8103094e442c38399eef
54175 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
54176 Date:   Wed May 19 18:38:12 2010 +0000
54177
54178     fix a bunch of issues found by make distcheck
54179     
54180     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7777 48e7efb5-ca39-0410-a469-dd3cf9ba447f
54181
54182 commit cc3fbc08e8b448f5b820a2e5719f2029dcb23f89
54183 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
54184 Date:   Wed May 19 16:19:48 2010 +0000
54185
54186     Delete error in windows.
54187     
54188     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7776 48e7efb5-ca39-0410-a469-dd3cf9ba447f
54189
54190 commit e94ee29b340453abdded4e762ba023ed73db42a8
54191 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
54192 Date:   Wed May 19 16:08:45 2010 +0000
54193
54194     Again for windows.
54195     
54196     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7775 48e7efb5-ca39-0410-a469-dd3cf9ba447f
54197
54198 commit a6ff943c715348dfb571bd7c13f875d91e59a039
54199 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
54200 Date:   Wed May 19 15:25:13 2010 +0000
54201
54202     Prepare to windows.
54203     
54204     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7774 48e7efb5-ca39-0410-a469-dd3cf9ba447f
54205
54206 commit 63f917636f7dc56d382b37116961e8517fd54532
54207 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
54208 Date:   Wed May 19 10:16:09 2010 +0000
54209
54210     Kill old README, now in the FAQ.
54211     
54212     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7773 48e7efb5-ca39-0410-a469-dd3cf9ba447f
54213
54214 commit 9ffa9a510f4ce67fc8a2b4c2c8be352b599d639a
54215 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
54216 Date:   Wed May 19 10:12:20 2010 +0000
54217
54218     Be compatible with all plateforms.
54219     
54220     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7772 48e7efb5-ca39-0410-a469-dd3cf9ba447f
54221
54222 commit 856b580eb05f2a6be5ca81d9f9288ad02c0cab60
54223 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
54224 Date:   Tue May 18 12:41:43 2010 +0000
54225
54226     Rename some variales and cosmetics.
54227     
54228     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7771 48e7efb5-ca39-0410-a469-dd3cf9ba447f
54229
54230 commit 6a23586f55822da9d7f1ab6c5db028ab13acaccd
54231 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
54232 Date:   Tue May 18 12:05:41 2010 +0000
54233
54234     Generate files correctely with gras_stub_generator.
54235     
54236     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7770 48e7efb5-ca39-0410-a469-dd3cf9ba447f
54237
54238 commit 5d34793ea0d4548ea73e2a7182428472c40ba0b4
54239 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
54240 Date:   Tue May 18 09:34:16 2010 +0000
54241
54242     Fix problem on merge from svn
54243     
54244     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7769 48e7efb5-ca39-0410-a469-dd3cf9ba447f
54245
54246 commit fd50a7a8ea7d090e171e0ce78f03f01529720a34
54247 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
54248 Date:   Tue May 18 09:34:15 2010 +0000
54249
54250     Import portability macro in mmalloc
54251     
54252     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7768 48e7efb5-ca39-0410-a469-dd3cf9ba447f
54253
54254 commit 7e84d025f5c0ccea5d003f11a1c8c1d2becc5d74
54255 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
54256 Date:   Tue May 18 09:28:00 2010 +0000
54257
54258     Import portability macros in mmalloc
54259     
54260     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7767 48e7efb5-ca39-0410-a469-dd3cf9ba447f
54261
54262 commit 74a055ca8f5532759cfb537ade1983d9b4c344d3
54263 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
54264 Date:   Tue May 18 09:27:58 2010 +0000
54265
54266     Ongoing work to port GRAS to smx_network. Not working yet
54267     
54268     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7766 48e7efb5-ca39-0410-a469-dd3cf9ba447f
54269
54270 commit 98d107bfe04cb84d7f5fb5a02a2eea51709b47f5
54271 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
54272 Date:   Tue May 18 09:15:00 2010 +0000
54273
54274     Add option enable_modele-checking.
54275     
54276     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7765 48e7efb5-ca39-0410-a469-dd3cf9ba447f
54277
54278 commit b40bc50744f705943375c49f34e21a4952576b28
54279 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
54280 Date:   Tue May 18 08:55:01 2010 +0000
54281
54282     Clean old command install-simgrid.
54283     
54284     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7764 48e7efb5-ca39-0410-a469-dd3cf9ba447f
54285
54286 commit efc3169b480f87023d83208cb82a7f6ee46e4949
54287 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
54288 Date:   Tue May 18 07:44:04 2010 +0000
54289
54290     Print install doc IGNORED if it is necessary.
54291     
54292     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7763 48e7efb5-ca39-0410-a469-dd3cf9ba447f
54293
54294 commit ec217a69082019eedf455254759a4d5ceffbbe70
54295 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
54296 Date:   Tue May 18 07:44:01 2010 +0000
54297
54298     This commit 590f9c7e65ce6a64705272d79443599877d5cb72  add a segfault to compilation.
54299     
54300     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7762 48e7efb5-ca39-0410-a469-dd3cf9ba447f
54301
54302 commit 0a40853eb89369bba3df75d4a9609c26118ce9ac
54303 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
54304 Date:   Tue May 18 01:13:32 2010 +0000
54305
54306     Damn, once again, I forgot do document my changes
54307     
54308     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7761 48e7efb5-ca39-0410-a469-dd3cf9ba447f
54309
54310 commit 9e847d7ec0edc4a55c09b251d7f03214c4498166
54311 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
54312 Date:   Tue May 18 00:57:12 2010 +0000
54313
54314     A working 'make install' target
54315     
54316     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7760 48e7efb5-ca39-0410-a469-dd3cf9ba447f
54317
54318 commit 792a21c629920a611a064401d4a3079e81855ff8
54319 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
54320 Date:   Tue May 18 00:56:51 2010 +0000
54321
54322     further cleanups to the cmake files. We now have a manual but properly working 'make dist' target.
54323     
54324     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7759 48e7efb5-ca39-0410-a469-dd3cf9ba447f
54325
54326 commit 4b2e76aabef8bf13eb894b4c11a97d36b5d40fae
54327 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
54328 Date:   Tue May 18 00:56:30 2010 +0000
54329
54330     Document last changes
54331     
54332     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7758 48e7efb5-ca39-0410-a469-dd3cf9ba447f
54333
54334 commit 114c2f08fb944eba037c565939346e96b96a460f
54335 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
54336 Date:   Mon May 17 16:15:02 2010 +0000
54337
54338     Little cleanups to the install target. Still a long way to go, unfortunately
54339     
54340     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7757 48e7efb5-ca39-0410-a469-dd3cf9ba447f
54341
54342 commit 826bafb3e399d251901b9c3f2ebf1c2911e202fd
54343 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
54344 Date:   Mon May 17 16:15:00 2010 +0000
54345
54346     install MSG_colorize.pl under the name simgrid-colorizer
54347     
54348     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7756 48e7efb5-ca39-0410-a469-dd3cf9ba447f
54349
54350 commit 0919d8db97a1523569db94bd901cebea896ff711
54351 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
54352 Date:   Mon May 17 16:14:49 2010 +0000
54353
54354     Install the libraries carefully so that we have a link from .so to .so.version
54355     
54356     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7755 48e7efb5-ca39-0410-a469-dd3cf9ba447f
54357
54358 commit 0186c04abe93b61106c1fba50eec753f37fbddbf
54359 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
54360 Date:   Mon May 17 16:14:47 2010 +0000
54361
54362     Rebuild the jar file only on need. The examples are still always rebuilt on make all, but they are smaller and the jar was rebuilt even on make simgrid
54363     
54364     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7754 48e7efb5-ca39-0410-a469-dd3cf9ba447f
54365
54366 commit e5ada3ddb334e4c38537badb9beb35e16cdbd630
54367 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
54368 Date:   Mon May 17 14:29:54 2010 +0000
54369
54370     Initial FAQ section for using the model-checking mode.
54371     
54372     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7753 48e7efb5-ca39-0410-a469-dd3cf9ba447f
54373
54374 commit 660f48f5f0bae09b01f06a40d44d81a8f1a1a153
54375 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
54376 Date:   Mon May 17 14:29:52 2010 +0000
54377
54378     Add dead-lock detection to MC
54379     
54380     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7752 48e7efb5-ca39-0410-a469-dd3cf9ba447f
54381
54382 commit f18ab288219690177e48123c64ba809bd421f02a
54383 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
54384 Date:   Mon May 17 12:25:51 2010 +0000
54385
54386     Improve comments on examples
54387     
54388     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7751 48e7efb5-ca39-0410-a469-dd3cf9ba447f
54389
54390 commit f85421b192d9ec5505120536e00df7252dad0cfe
54391 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
54392 Date:   Mon May 17 12:25:48 2010 +0000
54393
54394     Add new example: "Shared buffer between asynchronous receives".
54395     
54396     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7750 48e7efb5-ca39-0410-a469-dd3cf9ba447f
54397
54398 commit 61c27c5a694455d748f17989be2ecf0850610a90
54399 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
54400 Date:   Mon May 17 09:05:26 2010 +0000
54401
54402     Improve independence detection of transitions (more reduction of state space)
54403     
54404     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7749 48e7efb5-ca39-0410-a469-dd3cf9ba447f
54405
54406 commit 7eef6ff4f8ba36e883886a74151b8edef45189e2
54407 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
54408 Date:   Mon May 17 09:05:21 2010 +0000
54409
54410     Bugfix: Do not copy the communication data in the model-checker's main loop, it is already done by the communication API.
54411     
54412     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7748 48e7efb5-ca39-0410-a469-dd3cf9ba447f
54413
54414 commit 8496661293114d866119c9f0e2a96124e8632bda
54415 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
54416 Date:   Mon May 17 08:25:56 2010 +0000
54417
54418     No error if there is no file into doc/html.
54419     
54420     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7747 48e7efb5-ca39-0410-a469-dd3cf9ba447f
54421
54422 commit 1180bb9c605c2c429e8339be413574876893637e
54423 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
54424 Date:   Mon May 17 08:12:12 2010 +0000
54425
54426     Add verification before install doc. Cosmetics.
54427     
54428     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7746 48e7efb5-ca39-0410-a469-dd3cf9ba447f
54429
54430 commit 3d12836da9798f96c230170b4c284cc34a322185
54431 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
54432 Date:   Fri May 14 12:41:57 2010 +0000
54433
54434     Free MC memory on exit
54435     
54436     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7745 48e7efb5-ca39-0410-a469-dd3cf9ba447f
54437
54438 commit fa7a5df1a5cd60cb9956416561f6c69c64943643
54439 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
54440 Date:   Fri May 14 12:41:54 2010 +0000
54441
54442     Bugfix: destroy all the sets when destroying a setset data structure.
54443     
54444     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7744 48e7efb5-ca39-0410-a469-dd3cf9ba447f
54445
54446 commit 69ff7d41924dcbf7960ee2645f9777018d73dcfe
54447 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
54448 Date:   Wed May 12 17:44:20 2010 +0000
54449
54450     Bugfix: delete the set of created transitions, otherwise we leak a lot of memory
54451     
54452     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7743 48e7efb5-ca39-0410-a469-dd3cf9ba447f
54453
54454 commit aea9fab393c4680b1165fb8af70e28736c5dbd07
54455 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
54456 Date:   Wed May 12 17:44:16 2010 +0000
54457
54458     Bugfix: do not assume that the object still exists when removing an element, it might be already deleted by the user.
54459     
54460     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7742 48e7efb5-ca39-0410-a469-dd3cf9ba447f
54461
54462 commit 13d4f085e21a54f7eef1b1f113eb189ec22e387a
54463 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
54464 Date:   Wed May 12 17:44:12 2010 +0000
54465
54466     Bugfix: delete the tasks after using them
54467     
54468     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7741 48e7efb5-ca39-0410-a469-dd3cf9ba447f
54469
54470 commit 21756925d57a6fb6de1dfea9c3e1842d0f101d2c
54471 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
54472 Date:   Wed May 12 09:11:08 2010 +0000
54473
54474     Bugfix: fix memory leak related to transition creation/destruction. Instead of using a reference count, associate the transitions to the state that creates them, and delete them only when deleting that state.
54475     
54476     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7739 48e7efb5-ca39-0410-a469-dd3cf9ba447f
54477
54478 commit 92053543f27ea23194b2ef0d88e216e6f1fb02fd
54479 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
54480 Date:   Tue May 11 15:46:57 2010 +0000
54481
54482     Bugfix:delete unused variables in order to compile
54483     
54484     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7738 48e7efb5-ca39-0410-a469-dd3cf9ba447f
54485
54486 commit 6f9ef24cdd40461d86fdad0bf632d7d5bbd5aeed
54487 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
54488 Date:   Tue May 11 15:42:38 2010 +0000
54489
54490     Add new example to test MC_random function
54491     
54492     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7737 48e7efb5-ca39-0410-a469-dd3cf9ba447f
54493
54494 commit d6b585e44bd28ba41f3faae4a99b602290f16434
54495 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
54496 Date:   Tue May 11 15:42:33 2010 +0000
54497
54498     Add int MC_random(int min, int max) function that will make the model-checker to explore all possible return values of the functions. The possible return values are integers in the range between min and max
54499     
54500     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7736 48e7efb5-ca39-0410-a469-dd3cf9ba447f
54501
54502 commit 7b2fe08de53fc2ad5a0f3bcf23250ab8718b0b47
54503 Author: suter <suter@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
54504 Date:   Mon May 10 20:13:27 2010 +0000
54505
54506     Add a small example for SD_workstation_get_current_task
54507     
54508     
54509     
54510     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7735 48e7efb5-ca39-0410-a469-dd3cf9ba447f
54511
54512 commit fe657d473727f5f9e71ab147673d902bef1a54d4
54513 Author: suter <suter@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
54514 Date:   Mon May 10 20:11:02 2010 +0000
54515
54516     Add a SD_workstation_get_current_task function
54517     returns the currently executed task in the SD_SEQUENTIAL_ACCESSED_MODE
54518     Then it's easy to get the kind of this task with SD_task_get_kind
54519     
54520     
54521     
54522     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7734 48e7efb5-ca39-0410-a469-dd3cf9ba447f
54523
54524 commit b5d70a836c1edc53c046f0637c049fd6a7d17dcf
54525 Author: suter <suter@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
54526 Date:   Mon May 10 20:08:58 2010 +0000
54527
54528     In SD_SEQUENTIAL_ACCESS_MODE, when we check if all the involved
54529     workstation are busy or not, it is better to not use only the last value
54530     
54531     
54532     
54533     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7733 48e7efb5-ca39-0410-a469-dd3cf9ba447f
54534
54535 commit 21fc017851c91d36664e76311041cffd1e3e977a
54536 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
54537 Date:   Mon May 10 14:53:27 2010 +0000
54538
54539     MSG_task_isend/irecv and MSG_comm_test/wait added in a rush (not quite tested, not documented at all yet)
54540     
54541     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7732 48e7efb5-ca39-0410-a469-dd3cf9ba447f
54542
54543 commit 6f3abb56f13b8fb7c77c7f56dfb20059f1f4e353
54544 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
54545 Date:   Mon May 10 14:53:25 2010 +0000
54546
54547     Improve error message since this can also be caused by the fact that there is no such registered agent (actions are not often used yet)
54548     
54549     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7731 48e7efb5-ca39-0410-a469-dd3cf9ba447f
54550
54551 commit 36adf2da2f22978d0df787fd1f59929a7768a37c
54552 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
54553 Date:   Mon May 10 14:14:47 2010 +0000
54554
54555     Improve the transition's dependence detection in MC
54556     
54557     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7730 48e7efb5-ca39-0410-a469-dd3cf9ba447f
54558
54559 commit b38d5c15755a98cc7ef99a0a9c4936357dbedce3
54560 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
54561 Date:   Mon May 10 14:14:45 2010 +0000
54562
54563     Do not use the src_buff and dst_buff to flag that the communication's data was copied, they are usefull for MC. Use a new flag "copied".
54564     
54565     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7729 48e7efb5-ca39-0410-a469-dd3cf9ba447f
54566
54567 commit 8f47d235ddc4c9e9d4ca548fc157fbf28f93a7a9
54568 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
54569 Date:   Mon May 10 12:14:21 2010 +0000
54570
54571     Delay the copy of the data of the communication actions until one of the peers calls SIMIX_network_test, SIMIX_network_wait or SIMIX_network_waitany.
54572     
54573     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7728 48e7efb5-ca39-0410-a469-dd3cf9ba447f
54574
54575 commit c894b2b7eab829b356607fc6a84eb2655477b4ff
54576 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
54577 Date:   Mon May 10 09:53:19 2010 +0000
54578
54579     Bugfix: make mmalloc build in x64
54580     
54581     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7727 48e7efb5-ca39-0410-a469-dd3cf9ba447f
54582
54583 commit 28e38d04ed842b6497f8998e734ffe4d9ea4de6e
54584 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
54585 Date:   Mon May 10 09:34:26 2010 +0000
54586
54587     factorize error testing in waitany with the one done in wait (actually performed by wait_for_completion)
54588     
54589     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7726 48e7efb5-ca39-0410-a469-dd3cf9ba447f
54590
54591 commit aa252590f8b8836497d92ebda9afd9a8fa192e13
54592 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
54593 Date:   Sat May 8 14:32:49 2010 +0000
54594
54595     The mallocators of dict and fifo are created in pre-init, ie before we know whether to use MC. So, tell these guys to recreate their mallocators when switching to MC so that they really use a desactivated mallocator in that case
54596     
54597     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7725 48e7efb5-ca39-0410-a469-dd3cf9ba447f
54598
54599 commit 900cb23da16eeaad345fd16101f2ea986f2706bd
54600 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
54601 Date:   Sat May 8 14:29:22 2010 +0000
54602
54603     Bugfix: initialize the model checker memory subsystem after parsing the configuration
54604     
54605     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7724 48e7efb5-ca39-0410-a469-dd3cf9ba447f
54606
54607 commit 6efc4db71d869ae5af39d17eeeff2a615aba3ccf
54608 Author: pini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
54609 Date:   Fri May 7 15:55:38 2010 +0000
54610
54611     The eager limit size itself is part of the RDV protocol.
54612     
54613     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7723 48e7efb5-ca39-0410-a469-dd3cf9ba447f
54614
54615 commit e42098ece35ef06fe7df355ee3f258d61eabbfdb
54616 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
54617 Date:   Fri May 7 12:56:29 2010 +0000
54618
54619     Enable mac compilation with MMAP.
54620     
54621     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7722 48e7efb5-ca39-0410-a469-dd3cf9ba447f
54622
54623 commit bb24762a7220ff0b3a59211902bb2ef3cb8c8a4d
54624 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
54625 Date:   Fri May 7 09:37:29 2010 +0000
54626
54627     well, yes, we need to distribute mmalloc.h (even if I typed its path wrong the first time)
54628     
54629     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7721 48e7efb5-ca39-0410-a469-dd3cf9ba447f
54630
54631 commit 053352ba13737467be4fc66c9a1c92bd84118bee
54632 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
54633 Date:   Fri May 7 09:37:18 2010 +0000
54634
54635     new option to any SimGrid-based simulator: --cfg=model-check:1 (for now, that's a perfect way to get a segfault)
54636     
54637     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7720 48e7efb5-ca39-0410-a469-dd3cf9ba447f
54638
54639 commit 68b1bce953f555998cd2915660ae51e8666105fc
54640 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
54641 Date:   Fri May 7 09:30:01 2010 +0000
54642
54643     Add mc bins to ignored files.
54644     
54645     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7719 48e7efb5-ca39-0410-a469-dd3cf9ba447f
54646
54647 commit 7b6b6acf4ae4c0cec244594cdb804713ffac96b5
54648 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
54649 Date:   Fri May 7 09:30:00 2010 +0000
54650
54651     Add tests for msg/mc.
54652     
54653     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7718 48e7efb5-ca39-0410-a469-dd3cf9ba447f
54654
54655 commit 3edf7e8a0bf4c17adc2531faf53c34ed0250fd03
54656 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
54657 Date:   Fri May 7 08:58:59 2010 +0000
54658
54659     Add all needs to include mc with cmake.
54660     
54661     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7717 48e7efb5-ca39-0410-a469-dd3cf9ba447f
54662
54663 commit 590f9c7e65ce6a64705272d79443599877d5cb72
54664 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
54665 Date:   Fri May 7 08:56:03 2010 +0000
54666
54667     now that mmalloc doesn't break tesh anymore nor nothing visible, enable the legacy function redefinition by default
54668     
54669     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7716 48e7efb5-ca39-0410-a469-dd3cf9ba447f
54670
54671 commit ccfa56b01d2415f10dd87c11aedb5434222be339
54672 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
54673 Date:   Fri May 7 08:55:53 2010 +0000
54674
54675     Damnit malek. In C, arguments are passed by value, not by address. That's an undergrad error...
54676     
54677     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7715 48e7efb5-ca39-0410-a469-dd3cf9ba447f
54678
54679 commit 056c4b5a29aa4b330af315840b00a92b0991ae94
54680 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
54681 Date:   Fri May 7 08:55:51 2010 +0000
54682
54683     cosmetics (kill unused var, and kill/improve debug outputs)
54684     
54685     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7714 48e7efb5-ca39-0410-a469-dd3cf9ba447f
54686
54687 commit 46d57c352a0d10de969bcdb830e3e0b71d092d67
54688 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
54689 Date:   Fri May 7 08:55:40 2010 +0000
54690
54691     let malloc(0) work (and kill debug outputs)
54692     
54693     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7713 48e7efb5-ca39-0410-a469-dd3cf9ba447f
54694
54695 commit bbc1569a8f78a6dcdb4511735830587adfa06e87
54696 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
54697 Date:   Fri May 7 08:55:39 2010 +0000
54698
54699     Do not share anonymous pages accross forks, damnit. You now it will break tesh
54700     
54701     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7712 48e7efb5-ca39-0410-a469-dd3cf9ba447f
54702
54703 commit 4c04d8355923f8323a1a3195fe3b73ac08b984ea
54704 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
54705 Date:   Thu May 6 23:43:13 2010 +0000
54706
54707     Fight for better integration of mmalloc, mc and xbt
54708     
54709     I wanted to move the legacy interception (ie, redefinition of
54710     malloc/free/realloc) from mc to mmalloc, where it should be.
54711     
54712     But it broke libgras, with memory curruption symptoms in tesh. I
54713     thought that it was a race condition because mmalloc is not reentrent.
54714     
54715     So, I protected the main functions with a xbt_os_mutex (and creating
54716     it in the default heap was challenging since the mutex itself must be
54717     in the heap, which is not ready yet).
54718     
54719     But it didn't help: I still had the memory corruption symptoms in
54720     tesh, inchanged. Maybe some system function get fucked up by the
54721     mmalloc stuff?
54722     
54723     So I decided to comment out the legacy interception from mmalloc for a
54724     while (breaking mc, but who cares at this point?).
54725     
54726     But the xbt_os_mutexes are not in libsimgrid since pthreads and
54727     ucontextes didn't intermix well a few years ago. So, I changed the
54728     corresponding stubs from "die loudly" to "do nothing". That's
54729     dangerous (one could think he's protected by mutex when not), but I
54730     need the EPR refactoring to sort it out correctly.
54731     
54732     All this for... nothing. The legacy interception will still be in mc.
54733     And I guess that mc must be in another library, not the simulation
54734     one, if it does not intermix well with syscalls.
54735     
54736     Well mmalloc is now a bit more thread-friendly, let's be positive.
54737     
54738     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7711 48e7efb5-ca39-0410-a469-dd3cf9ba447f
54739
54740 commit f2d062a16daf5602b56944a78c51c36ae317a7fa
54741 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
54742 Date:   Thu May 6 23:42:51 2010 +0000
54743
54744     Improve the integration of mmalloc and mc_memory into the mess.
54745     
54746     By default (ie, when passed a NULL mmalloc descriptor), mmalloc and
54747     friends use a mmap based implementation (instead of the old, slow sbrk
54748     one).
54749     
54750     mc_memory makes sure that we pass something else than NULL as mmalloc
54751     descriptor to mmalloc function only if the model-checker is used.
54752     
54753     (the model-checker is not activable yet -- the integration is maybe
54754     next commit)
54755     
54756     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7710 48e7efb5-ca39-0410-a469-dd3cf9ba447f
54757
54758 commit 62245a9da13c7e59088366fdfaa8d896d29db157
54759 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
54760 Date:   Thu May 6 23:42:30 2010 +0000
54761
54762     Stupid me, xbt_init is called by each GRAS process
54763     
54764     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7709 48e7efb5-ca39-0410-a469-dd3cf9ba447f
54765
54766 commit a5afaee62be6661d36a8d42cb727d28833d17d7e
54767 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
54768 Date:   Thu May 6 23:42:09 2010 +0000
54769
54770     Let xbt_exit() issue a warning stating that this is now a no-op
54771     
54772     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7708 48e7efb5-ca39-0410-a469-dd3cf9ba447f
54773
54774 commit e0702d63ff71a32f733f7c1044b008ca60777e9b
54775 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
54776 Date:   Thu May 6 23:41:44 2010 +0000
54777
54778     Use library init/fini functions for xbt initialization
54779     
54780     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7707 48e7efb5-ca39-0410-a469-dd3cf9ba447f
54781
54782 commit b24c14fba1046bbf5577d5b0ab1fe47b2af69a0d
54783 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
54784 Date:   Wed May 5 23:17:06 2010 +0000
54785
54786     Some MSG examples mainly useful to test the model-checker
54787     
54788     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7706 48e7efb5-ca39-0410-a469-dd3cf9ba447f
54789
54790 commit 28da5067e7d2ef21f2c2a04dd88ce566fe8aaa39
54791 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
54792 Date:   Wed May 5 23:16:45 2010 +0000
54793
54794     ignore binaries in examples of tracing
54795     
54796     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7705 48e7efb5-ca39-0410-a469-dd3cf9ba447f
54797
54798 commit 5f56888f0201b6ad8d5d72dae4cb0c77b5382a2d
54799 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
54800 Date:   Wed May 5 23:16:25 2010 +0000
54801
54802     We are preparing v3.5
54803     
54804     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7704 48e7efb5-ca39-0410-a469-dd3cf9ba447f
54805
54806 commit 652114f194de013d00c485df901535bc83acb73b
54807 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
54808 Date:   Wed May 5 23:16:05 2010 +0000
54809
54810     Let's still pass the tests with mmalloc and MC in the library
54811     
54812     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7703 48e7efb5-ca39-0410-a469-dd3cf9ba447f
54813
54814 commit cf853271ec7465fcde7029895df7101cdd0084b9
54815 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
54816 Date:   Wed May 5 23:15:44 2010 +0000
54817
54818     typo
54819     
54820     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7702 48e7efb5-ca39-0410-a469-dd3cf9ba447f
54821
54822 commit 199b029b33b5b9fbe1eacb50828914f3b38bde2f
54823 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
54824 Date:   Wed May 5 23:15:21 2010 +0000
54825
54826     Add the model-checker to the build tree. It's not used yet
54827     
54828     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7701 48e7efb5-ca39-0410-a469-dd3cf9ba447f
54829
54830 commit c0bf08270464302ec402873aed75a459b08e0a8c
54831 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
54832 Date:   Wed May 5 21:40:24 2010 +0000
54833
54834     Unify the copyright headers of mmalloc with the rest of the library
54835     
54836     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7700 48e7efb5-ca39-0410-a469-dd3cf9ba447f
54837
54838 commit acbb75da93aabcc72d26ea4a40de0055264bf24c
54839 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
54840 Date:   Wed May 5 21:40:03 2010 +0000
54841
54842     change mmalloc.h into a public header
54843     
54844     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7699 48e7efb5-ca39-0410-a469-dd3cf9ba447f
54845
54846 commit 8868f3e0668d8278936a3c79bae72a485b03d8c8
54847 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
54848 Date:   Wed May 5 21:39:42 2010 +0000
54849
54850     We don't intend to support pre-ansi platforms, so cleanup mmalloc code
54851     by killing ansidecl.h and all the macro cruft of the source
54852     
54853     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7698 48e7efb5-ca39-0410-a469-dd3cf9ba447f
54854
54855 commit c244a94cf2cf1ac312023be90e716cee38fd3676
54856 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
54857 Date:   Wed May 5 21:39:21 2010 +0000
54858
54859     Add mmalloc to cmake
54860     
54861     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7697 48e7efb5-ca39-0410-a469-dd3cf9ba447f
54862
54863 commit f2e6d1720c871dfec7d3ba04e8e0189337f8dd3d
54864 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
54865 Date:   Wed May 5 21:39:01 2010 +0000
54866
54867     Add setset to cmake build chain
54868     
54869     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7696 48e7efb5-ca39-0410-a469-dd3cf9ba447f
54870
54871 commit 34fe2541425db4576e9ec1288241e4da80298f1c
54872 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
54873 Date:   Wed May 5 21:38:41 2010 +0000
54874
54875     Update mmalloc to compile with paranoid flags used in simgrid
54876     
54877     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7695 48e7efb5-ca39-0410-a469-dd3cf9ba447f
54878
54879 commit d4f00a3df5c1ce27dac7ec04d690044504cbcba7
54880 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
54881 Date:   Wed May 5 21:38:20 2010 +0000
54882
54883     align detection of lua in autotools with what's done in cmake
54884     
54885     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7694 48e7efb5-ca39-0410-a469-dd3cf9ba447f
54886
54887 commit 33a9da85867c540b95d99573defe39b47c5f6f45
54888 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
54889 Date:   Wed May 5 21:38:00 2010 +0000
54890
54891     New module: mmalloc (mapped malloc)
54892     
54893     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7693 48e7efb5-ca39-0410-a469-dd3cf9ba447f
54894
54895 commit b582c36a70a50b376da63ceacf2354d1a47c5ac7
54896 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
54897 Date:   Wed May 5 16:12:31 2010 +0000
54898
54899     New data container: setset (set of sets of elements)
54900     
54901     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7692 48e7efb5-ca39-0410-a469-dd3cf9ba447f
54902
54903 commit aa72365edaa83ea89de5c9a427cc66bc4acc39f5
54904 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
54905 Date:   Wed May 5 16:12:29 2010 +0000
54906
54907     Bug fix in xbt_dynar_shrink(): use the right element size
54908     
54909     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7691 48e7efb5-ca39-0410-a469-dd3cf9ba447f
54910
54911 commit 6003eb15ed861d609da20f29fb90c5253b7798b4
54912 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
54913 Date:   Wed May 5 16:12:26 2010 +0000
54914
54915     New function: xbt_fifo_get_last_item()
54916     
54917     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7690 48e7efb5-ca39-0410-a469-dd3cf9ba447f
54918
54919 commit cb1bfc8e2deb46c95ff0a1e49fee401aaba50fdc
54920 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
54921 Date:   Wed May 5 16:12:23 2010 +0000
54922
54923     New function: xbt_dict_cursor_set_data()
54924     
54925     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7689 48e7efb5-ca39-0410-a469-dd3cf9ba447f
54926
54927 commit a5417983423b860aac8596c4d3128e99144c676f
54928 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
54929 Date:   Wed May 5 14:42:40 2010 +0000
54930
54931     update the release number in autotools
54932     
54933     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7688 48e7efb5-ca39-0410-a469-dd3cf9ba447f
54934
54935 commit e31a03cbb28a5f86348a7a938138ca219726ba97
54936 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
54937 Date:   Wed May 5 14:42:37 2010 +0000
54938
54939     a script to build a zip archive of the windows port of the java bindings by cross-compilation. Style somehow crude, but works for me
54940     
54941     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7687 48e7efb5-ca39-0410-a469-dd3cf9ba447f
54942
54943 commit 30c845d3e7ecd846a778f91fd12c61db681de5e3
54944 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
54945 Date:   Wed May 5 14:16:28 2010 +0000
54946
54947     Try to be compatible with mac command.
54948     
54949     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7686 48e7efb5-ca39-0410-a469-dd3cf9ba447f
54950
54951 commit 3a8a55f46d501ddbfcdd245206059a336e09448c
54952 Author: pini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
54953 Date:   Wed May 5 13:25:44 2010 +0000
54954
54955     Cleanup.
54956     
54957     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7685 48e7efb5-ca39-0410-a469-dd3cf9ba447f
54958
54959 commit 110c3530580066908945ff61a7fcadbafa214cbe
54960 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
54961 Date:   Wed May 5 11:49:37 2010 +0000
54962
54963     Change way to find lib ruby name.
54964     
54965     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7684 48e7efb5-ca39-0410-a469-dd3cf9ba447f
54966
54967 commit 230fa34f4a17a2db4f026deb39fb3fcdae178876
54968 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
54969 Date:   Wed May 5 08:14:59 2010 +0000
54970
54971     Delete bug if disable lua.
54972     
54973     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7683 48e7efb5-ca39-0410-a469-dd3cf9ba447f
54974
54975 commit 966af30d9227b80f3038ce78b2d2372fdd4c98cc
54976 Author: suter <suter@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
54977 Date:   Tue May 4 14:29:50 2010 +0000
54978
54979     correct a small glitch in the example
54980     the recv should display the finish time of the task in the trace, not
54981     the start time
54982     
54983     
54984     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7682 48e7efb5-ca39-0410-a469-dd3cf9ba447f
54985
54986 commit 9f17049f69b547e8e2ae823188080d60c7411ea6
54987 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
54988 Date:   Tue May 4 14:21:04 2010 +0000
54989
54990     Prepare the new version 3.4.2
54991     
54992     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7681 48e7efb5-ca39-0410-a469-dd3cf9ba447f
54993
54994 commit cfa6998748921e0ed996b9862117b922c3f137da
54995 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
54996 Date:   Tue May 4 14:13:59 2010 +0000
54997
54998     Version 3.4.1
54999     
55000     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7680 48e7efb5-ca39-0410-a469-dd3cf9ba447f
55001
55002 commit adb11bc35e0fb3e8bc3ca9d82e3249fa6ca5ea5e
55003 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
55004 Date:   Tue May 4 13:54:53 2010 +0000
55005
55006     Cosmetics for release 3.4.1
55007     
55008     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7679 48e7efb5-ca39-0410-a469-dd3cf9ba447f
55009
55010 commit f3cbb85451a65e71d63e1c7e521ccd4d27998bf4
55011 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
55012 Date:   Tue May 4 13:35:44 2010 +0000
55013
55014     Correct path for install ruby. New version.
55015     
55016     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7678 48e7efb5-ca39-0410-a469-dd3cf9ba447f
55017
55018 commit 2c1af5a138cda4ad40b019820ec6c53d42d6d566
55019 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
55020 Date:   Tue May 4 13:21:38 2010 +0000
55021
55022     prepare for the release of 3.4.1
55023     
55024     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7677 48e7efb5-ca39-0410-a469-dd3cf9ba447f
55025
55026 commit deba0f7f0441a96f742af845cfceabf340d0f27f
55027 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
55028 Date:   Tue May 4 13:10:31 2010 +0000
55029
55030     Fix a bug occuring when a host involved in a communication fails
55031     
55032     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7676 48e7efb5-ca39-0410-a469-dd3cf9ba447f
55033
55034 commit 9b733f0e8b01f655eb882b9ec6047314ada533b9
55035 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
55036 Date:   Tue May 4 12:35:25 2010 +0000
55037
55038     Correction of compilation flags
55039     
55040     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7675 48e7efb5-ca39-0410-a469-dd3cf9ba447f
55041
55042 commit c185b9e9fa38c53af013010f1f05bc0aebc519c6
55043 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
55044 Date:   Tue May 4 12:16:55 2010 +0000
55045
55046     Remove cp -p.
55047     
55048     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7674 48e7efb5-ca39-0410-a469-dd3cf9ba447f
55049
55050 commit 39c10dd760c8b935f9ba43b1140b930e3ae95fa1
55051 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
55052 Date:   Tue May 4 11:51:17 2010 +0000
55053
55054     Add modifications concerning cmake for simgrid v3.4.1
55055     
55056     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7673 48e7efb5-ca39-0410-a469-dd3cf9ba447f
55057
55058 commit 86275320c92545a9b142ee9d21bef2925909b237
55059 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
55060 Date:   Tue May 4 11:44:11 2010 +0000
55061
55062     MAJ de la faq.
55063     
55064     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7672 48e7efb5-ca39-0410-a469-dd3cf9ba447f
55065
55066 commit bd45d8b31e9df0886d0830f092dbe32396b841f0
55067 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
55068 Date:   Tue May 4 10:25:32 2010 +0000
55069
55070     Obey the control-flow dependencies of DAX files
55071     
55072     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7671 48e7efb5-ca39-0410-a469-dd3cf9ba447f
55073
55074 commit 09b711da5625559594d63e9f2f0ff8bebf133548
55075 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
55076 Date:   Tue May 4 10:25:29 2010 +0000
55077
55078     Add a warning if the DAX file contains loop dependencies in the data flow
55079     
55080     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7670 48e7efb5-ca39-0410-a469-dd3cf9ba447f
55081
55082 commit 53ec816eda9067eff190b7b7d83a24d6fb7684f6
55083 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
55084 Date:   Tue May 4 09:59:15 2010 +0000
55085
55086     Add option enable smpi which is on by default.
55087     
55088     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7669 48e7efb5-ca39-0410-a469-dd3cf9ba447f
55089
55090 commit fd3ed993c66a191cea33f345f97686602e79f5db
55091 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
55092 Date:   Tue May 4 09:45:03 2010 +0000
55093
55094     Java lang with cmake.
55095     
55096     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7668 48e7efb5-ca39-0410-a469-dd3cf9ba447f
55097
55098 commit ecd6d4959db3f830901f835394e7b618006a1974
55099 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
55100 Date:   Tue May 4 09:36:33 2010 +0000
55101
55102     Document my last change
55103     
55104     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7667 48e7efb5-ca39-0410-a469-dd3cf9ba447f
55105
55106 commit 6848b917fe926a849fa65913fb721e782d665188
55107 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
55108 Date:   Mon May 3 10:04:54 2010 +0000
55109
55110     minimal updates to the autotools
55111     
55112     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7663 48e7efb5-ca39-0410-a469-dd3cf9ba447f
55113
55114 commit 4de63ec14c56d57b8c9c02477935391f5894634c
55115 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
55116 Date:   Mon May 3 10:04:42 2010 +0000
55117
55118     Fix the mess around task references: the JVM should now be able to free the tasks when not used anymore
55119     
55120     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7662 48e7efb5-ca39-0410-a469-dd3cf9ba447f
55121
55122 commit f229c326ce7a55889bb47801615cf6468c8c6a73
55123 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
55124 Date:   Mon May 3 10:04:30 2010 +0000
55125
55126     Reindent, and use default platf and deploy if none is passed
55127     
55128     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7661 48e7efb5-ca39-0410-a469-dd3cf9ba447f
55129
55130 commit f965a429162ca20a46a6b318b97af1aa149679bb
55131 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
55132 Date:   Thu Apr 29 16:04:49 2010 +0000
55133
55134     disabling completely the tracing option from configure.ac
55135     
55136     details:
55137     - tracing no longer supported with autotools
55138     
55139     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7660 48e7efb5-ca39-0410-a469-dd3cf9ba447f
55140
55141 commit f93e9052e11177dda0653fffd4c3ead9a1dfc03b
55142 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
55143 Date:   Thu Apr 29 15:28:52 2010 +0000
55144
55145     Add verification for lua.
55146     
55147     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7659 48e7efb5-ca39-0410-a469-dd3cf9ba447f
55148
55149 commit b2ce157052b67ed5c2c18a2ac98427ac30266f84
55150 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
55151 Date:   Thu Apr 29 14:07:48 2010 +0000
55152
55153     Verification for Ruby binding.
55154     
55155     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7658 48e7efb5-ca39-0410-a469-dd3cf9ba447f
55156
55157 commit 0561fd8fa0583c953b6a9209dfa765b5fee597ac
55158 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
55159 Date:   Thu Apr 29 09:42:52 2010 +0000
55160
55161     Set cmake site with cmake variables and not with uname command.
55162     
55163     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7657 48e7efb5-ca39-0410-a469-dd3cf9ba447f
55164
55165 commit 076194816ead5f5e2a4afff5999e728c5b5396a3
55166 Author: pini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
55167 Date:   Thu Apr 29 09:41:12 2010 +0000
55168
55169     Remove unnecessary output that makes these tests fail every time SMPI changes.
55170     
55171     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7656 48e7efb5-ca39-0410-a469-dd3cf9ba447f
55172
55173 commit 163710a75e5fa3857adc02a9851287b8d08f058a
55174 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
55175 Date:   Wed Apr 28 15:16:34 2010 +0000
55176
55177     Prepare for next version.
55178     
55179     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7655 48e7efb5-ca39-0410-a469-dd3cf9ba447f
55180
55181 commit c32e5ada2b635a222126cb48b9803c93c196fbb3
55182 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
55183 Date:   Wed Apr 28 15:15:09 2010 +0000
55184
55185     Stable Version 3.4 : update Changelog for release
55186     
55187     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7654 48e7efb5-ca39-0410-a469-dd3cf9ba447f
55188
55189 commit 0a3f64390dc64eec7408dfc76c8baf199fc5174e
55190 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
55191 Date:   Tue Apr 27 15:35:37 2010 +0000
55192
55193     Cosmetics for cmake and java.
55194     
55195     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7653 48e7efb5-ca39-0410-a469-dd3cf9ba447f
55196
55197 commit 919d53973306ca235d39729d640610f5dfbaa615
55198 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
55199 Date:   Tue Apr 27 14:33:37 2010 +0000
55200
55201     Make simgrid.jar with cmake.
55202     
55203     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7652 48e7efb5-ca39-0410-a469-dd3cf9ba447f
55204
55205 commit f8a33bde3e1bbeaf77b6560c9bfb75cd285852f0
55206 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
55207 Date:   Tue Apr 27 13:19:51 2010 +0000
55208
55209     Allow to cross compile simgrid.dll using the autotools suite
55210     - update the autotools to add vivaldi network model
55211     - do not export static methods
55212     - don't use gras_wsa_err2txt since I cannot get it defined in the DLL
55213       (and is useless for simgrid.dll)
55214     
55215     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7651 48e7efb5-ca39-0410-a469-dd3cf9ba447f
55216
55217 commit 2ad5d445f529771dcaf6bdb8c6e48741478e9bdf
55218 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
55219 Date:   Tue Apr 27 11:14:07 2010 +0000
55220
55221     Add alias make check for make test.
55222     
55223     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7650 48e7efb5-ca39-0410-a469-dd3cf9ba447f
55224
55225 commit 2979b424a6c0be5daa58965f9f42ae69d4efdfbe
55226 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
55227 Date:   Tue Apr 27 10:47:40 2010 +0000
55228
55229     Script for pipol.
55230     
55231     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7649 48e7efb5-ca39-0410-a469-dd3cf9ba447f
55232
55233 commit 00ac695da387feab357e3fae074c62396be1fe64
55234 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
55235 Date:   Tue Apr 27 10:47:20 2010 +0000
55236
55237     Add version for libs and release.
55238     
55239     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7648 48e7efb5-ca39-0410-a469-dd3cf9ba447f
55240
55241 commit 66ecc7c78a2c76d84d4ab5535a106871b2198955
55242 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
55243 Date:   Sun Apr 25 22:14:35 2010 +0000
55244
55245     Keep a better track of the files origin in the COPYING file
55246     
55247     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7647 48e7efb5-ca39-0410-a469-dd3cf9ba447f
55248
55249 commit 6760cb07d6b57be16928d95339d71e57c4e24f36
55250 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
55251 Date:   Sun Apr 25 22:14:24 2010 +0000
55252
55253     Fix copyright headers
55254     
55255     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7646 48e7efb5-ca39-0410-a469-dd3cf9ba447f
55256
55257 commit 4a201b7ceece70d2bc461ac48c8b746a36d07243
55258 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
55259 Date:   Sun Apr 25 22:13:57 2010 +0000
55260
55261     Kill old $Id$ command dating from CVS
55262     
55263     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7645 48e7efb5-ca39-0410-a469-dd3cf9ba447f
55264
55265 commit 792ca8f49deee03354efe006a1dec6c43d2d6b07
55266 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
55267 Date:   Sun Apr 25 22:13:44 2010 +0000
55268
55269     Add some missing copyright headers
55270     
55271     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7644 48e7efb5-ca39-0410-a469-dd3cf9ba447f
55272
55273 commit db7a8812e4f680703698ef3c800504863f6a88d8
55274 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
55275 Date:   Sun Apr 25 22:13:23 2010 +0000
55276
55277     Improve the code dynar example by explaining that freeing the stuff twice is of course useless outside a regression test
55278     
55279     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7643 48e7efb5-ca39-0410-a469-dd3cf9ba447f
55280
55281 commit df3d99886e3e4858343c5a3890bb35cf82715c5a
55282 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
55283 Date:   Fri Apr 23 15:51:33 2010 +0000
55284
55285     adding a new tesh to test the TRACE_VOLUME mask (and also serve as example)
55286     
55287     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7642 48e7efb5-ca39-0410-a469-dd3cf9ba447f
55288
55289 commit 5509fcf9e7c33d701a06a68b3b384a8bb1eb1714
55290 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
55291 Date:   Fri Apr 23 15:51:31 2010 +0000
55292
55293     updating tesh'es to consider the new trace event that was just added
55294     
55295     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7641 48e7efb5-ca39-0410-a469-dd3cf9ba447f
55296
55297 commit d54bd673caabfaf797eef66bea11c265759a8652
55298 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
55299 Date:   Fri Apr 23 15:51:30 2010 +0000
55300
55301     new tracing mask TRACE_VOLUME to trace the msg tasks communication size and group them by msg processes
55302     
55303     details:
55304     - can be used to analyze how much data is exchanged among msg processes
55305     - first use of paje links in simgrid trace file
55306     
55307     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7640 48e7efb5-ca39-0410-a469-dd3cf9ba447f
55308
55309 commit 664456b5edbfdc7a730fd3e4bca139e8da9183b4
55310 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
55311 Date:   Fri Apr 23 15:51:29 2010 +0000
55312
55313     new function to generate a paje start link with a volume parameter
55314     
55315     details:
55316     - the volume parameter is the amount of data associated with the link
55317     - it will be used in different tracing situations of simgrid (msg process comm, task comm, smpi, ...)
55318     
55319     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7639 48e7efb5-ca39-0410-a469-dd3cf9ba447f
55320
55321 commit e6465cc6a82fb2717d52f24645a2232f3b169a0f
55322 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
55323 Date:   Fri Apr 23 15:51:27 2010 +0000
55324
55325     splitting the code of one tracing function in two (preparation of upcoming commit)
55326     
55327     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7638 48e7efb5-ca39-0410-a469-dd3cf9ba447f
55328
55329 commit d34c2d4f0295dcfabf85e86da106eabdd4025376
55330 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
55331 Date:   Wed Apr 21 14:42:26 2010 +0000
55332
55333     Cdash cosmetics.
55334     
55335     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7637 48e7efb5-ca39-0410-a469-dd3cf9ba447f
55336
55337 commit 3c1eda61bc5b0d9c846abd9bb53b0bef26cb2880
55338 Author: pini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
55339 Date:   Wed Apr 21 13:46:50 2010 +0000
55340
55341     Added persistent communications (working but not yet fully compliant with the rdv protocol).
55342     
55343     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7636 48e7efb5-ca39-0410-a469-dd3cf9ba447f
55344
55345 commit 96e85c36a62bbe588632df5763bf1032b57a87db
55346 Author: pini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
55347 Date:   Wed Apr 21 13:46:47 2010 +0000
55348
55349     Cleanup toward persistent communications.
55350     
55351     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7635 48e7efb5-ca39-0410-a469-dd3cf9ba447f
55352
55353 commit d4f8367c88d5c7eee04d5ad8102143f3a351d9bf
55354 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
55355 Date:   Wed Apr 21 13:12:41 2010 +0000
55356
55357     set the category for process containers also
55358     
55359     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7634 48e7efb5-ca39-0410-a469-dd3cf9ba447f
55360
55361 commit 148a158df66119ba71c7f152b3f28cad8b47263f
55362 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
55363 Date:   Wed Apr 21 13:01:53 2010 +0000
55364
55365     setting the type of the task so we can define its color in the swarm
55366     
55367     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7633 48e7efb5-ca39-0410-a469-dd3cf9ba447f
55368
55369 commit 34a382cec766ccc54c79cc6183632d7d55887111
55370 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
55371 Date:   Wed Apr 21 13:01:52 2010 +0000
55372
55373     fix: correct trace mask checking
55374     
55375     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7632 48e7efb5-ca39-0410-a469-dd3cf9ba447f
55376
55377 commit 9b947e30da1e407e9600d55420e84fca0bb5207f
55378 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
55379 Date:   Wed Apr 21 09:11:01 2010 +0000
55380
55381     Install good packages.
55382     
55383     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7631 48e7efb5-ca39-0410-a469-dd3cf9ba447f
55384
55385 commit 70855917af3ad1d91f5798dcaee89452570f3717
55386 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
55387 Date:   Wed Apr 21 09:10:56 2010 +0000
55388
55389     Be compatible with ctest 2.6 and 2.8
55390     
55391     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7630 48e7efb5-ca39-0410-a469-dd3cf9ba447f
55392
55393 commit 219da191b8366cd05a6f37d9d050f98bc17bb5ad
55394 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
55395 Date:   Wed Apr 21 08:38:11 2010 +0000
55396
55397     updating masterslave tracing tesh to pass with new trace hierarchy order declaration
55398     
55399     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7629 48e7efb5-ca39-0410-a469-dd3cf9ba447f
55400
55401 commit d2644ccc43fa22eb685036f530dec9eff0c81d48
55402 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
55403 Date:   Wed Apr 21 08:38:10 2010 +0000
55404
55405     adding new test to make use of TRACE_TASK mask
55406     
55407     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7628 48e7efb5-ca39-0410-a469-dd3cf9ba447f
55408
55409 commit 3811f16d307299784d1ebb0b9ba5b0544ea56fec
55410 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
55411 Date:   Wed Apr 21 08:38:09 2010 +0000
55412
55413     updating the categories tesh to cope with new trace order
55414     
55415     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7627 48e7efb5-ca39-0410-a469-dd3cf9ba447f
55416
55417 commit d99acd8d7967a6024712572ba6a03830c8b5e7b1
55418 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
55419 Date:   Wed Apr 21 08:38:09 2010 +0000
55420
55421     updating the ms tracing example to generate a different trace file name
55422     
55423     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7626 48e7efb5-ca39-0410-a469-dd3cf9ba447f
55424
55425 commit a3570625c9460617ccad1803b50bc4f1793b6376
55426 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
55427 Date:   Wed Apr 21 08:38:08 2010 +0000
55428
55429     adding test example to trace process migration using the mask TRACE_PROCESS
55430     
55431     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7625 48e7efb5-ca39-0410-a469-dd3cf9ba447f
55432
55433 commit 0f11d3edb6ece00fef0061127c0c86647bdde059
55434 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
55435 Date:   Wed Apr 21 08:38:07 2010 +0000
55436
55437     allowing the user to set the three tracing masks
55438     
55439     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7624 48e7efb5-ca39-0410-a469-dd3cf9ba447f
55440
55441 commit 6ba4f911e61163825ac96b24b1e8c894a5de1a6c
55442 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
55443 Date:   Wed Apr 21 07:12:09 2010 +0000
55444
55445     re-organizing tracing masks and first support for "swarm-based" traces of tasks or processes
55446     
55447     details:
55448     - hosts are the hives
55449     - tasks (TRACE_TASK mask) or processes (TRACE_PROCESS mask) are bees
55450     
55451     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7623 48e7efb5-ca39-0410-a469-dd3cf9ba447f
55452
55453 commit 3b6a0ff265d6c9f0bccd34bfe35ade8d0bc9b7de
55454 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
55455 Date:   Tue Apr 20 15:44:12 2010 +0000
55456
55457     Add library path for compil.
55458     
55459     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7622 48e7efb5-ca39-0410-a469-dd3cf9ba447f
55460
55461 commit 71a19f392fce6eb61297d4c1e482fbc9281f0fed
55462 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
55463 Date:   Tue Apr 20 15:10:41 2010 +0000
55464
55465     fix: MSG_task_execute was not being simulated
55466     
55467     details:
55468     - it seems that computation_amount has the correct value
55469     and not comp_amount, which is a pointer
55470     
55471     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7621 48e7efb5-ca39-0410-a469-dd3cf9ba447f
55472
55473 commit c261d663ff4c8610a99920a1a085c59a299b567c
55474 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
55475 Date:   Tue Apr 20 14:44:21 2010 +0000
55476
55477     Filter for test properties.
55478     
55479     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7620 48e7efb5-ca39-0410-a469-dd3cf9ba447f
55480
55481 commit 43bf457039a3af662a42b2ff420a9cb0a48f9102
55482 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
55483 Date:   Tue Apr 20 13:59:39 2010 +0000
55484
55485     Remove old command.
55486     
55487     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7619 48e7efb5-ca39-0410-a469-dd3cf9ba447f
55488
55489 commit 970a7d49cee13218c0749de4757ab3cd062be9b1
55490 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
55491 Date:   Tue Apr 20 13:38:31 2010 +0000
55492
55493     Be sure LD_LIBRARY_PATH is set for libsimgrid.
55494     
55495     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7618 48e7efb5-ca39-0410-a469-dd3cf9ba447f
55496
55497 commit fc13655cd995ed29d80dcd7b3427e0a4f3717f51
55498 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
55499 Date:   Tue Apr 20 13:23:45 2010 +0000
55500
55501     Add revision to test labels into cdash and forced to use svn revision and not git revision.
55502     
55503     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7617 48e7efb5-ca39-0410-a469-dd3cf9ba447f
55504
55505 commit 0748addf6f2e71e61e6ae97e7da38fc82143e558
55506 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
55507 Date:   Tue Apr 20 12:37:06 2010 +0000
55508
55509     renaming value of presence state to "presence" (to get a good time-slice value later on)
55510     
55511     details:
55512     - also a fix on the tracing to avoid two push states when a process
55513     is migrated to a host where it has never been
55514     
55515     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7616 48e7efb5-ca39-0410-a469-dd3cf9ba447f
55516
55517 commit c065f0f21ab43fa2749e992b3e14a68f88f8ffb1
55518 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
55519 Date:   Tue Apr 20 12:37:05 2010 +0000
55520
55521     renaming more tracing functions
55522     
55523     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7615 48e7efb5-ca39-0410-a469-dd3cf9ba447f
55524
55525 commit 644c19a2813fb4bfcd4696dc0b270c6e2e7b5f3a
55526 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
55527 Date:   Mon Apr 19 15:39:56 2010 +0000
55528
55529     Add files to gitignore generated by build.
55530     
55531     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7614 48e7efb5-ca39-0410-a469-dd3cf9ba447f
55532
55533 commit 207d979f2e7cdd306dd4a90e9df5476e0fb972a8
55534 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
55535 Date:   Mon Apr 19 15:39:55 2010 +0000
55536
55537     Add version to shared lib and full path for sources.
55538     
55539     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7613 48e7efb5-ca39-0410-a469-dd3cf9ba447f
55540
55541 commit 17f966eb23cc283701f1334ba7a6f023753ac182
55542 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
55543 Date:   Mon Apr 19 14:46:39 2010 +0000
55544
55545     Correct command for examples in the install command.
55546     
55547     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7612 48e7efb5-ca39-0410-a469-dd3cf9ba447f
55548
55549 commit 07535b7770a69f01cfb642439dab9bfc1af55bc6
55550 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
55551 Date:   Mon Apr 19 13:43:16 2010 +0000
55552
55553     Add examples to install dir.
55554     
55555     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7611 48e7efb5-ca39-0410-a469-dd3cf9ba447f
55556
55557 commit 2d90631ce15e4a13e41d9254588717a393f8ed07
55558 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
55559 Date:   Mon Apr 19 12:32:19 2010 +0000
55560
55561     Patch for debian.
55562     
55563     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7610 48e7efb5-ca39-0410-a469-dd3cf9ba447f
55564
55565 commit 9d37162b4f3a74907ed3c67d8784e4ef0f830f3e
55566 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
55567 Date:   Mon Apr 19 09:04:46 2010 +0000
55568
55569     Cople with ctest 2.8 still compatible with previous versions (2.6.x).
55570     
55571     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7609 48e7efb5-ca39-0410-a469-dd3cf9ba447f
55572
55573 commit 6c034a19f492ab7cb14b8d3b123791c9d975ffd1
55574 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
55575 Date:   Mon Apr 19 08:46:51 2010 +0000
55576
55577     Delete dependencies for ring.
55578     
55579     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7608 48e7efb5-ca39-0410-a469-dd3cf9ba447f
55580
55581 commit 3be75a4d537a94d6003aff2716b2e7c930a97129
55582 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
55583 Date:   Thu Apr 15 16:24:42 2010 +0000
55584
55585     Path for png.
55586     
55587     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7607 48e7efb5-ca39-0410-a469-dd3cf9ba447f
55588
55589 commit 93df6d6b4888ae066e007a761cfa2df449f13b2c
55590 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
55591 Date:   Thu Apr 15 16:21:31 2010 +0000
55592
55593     kill an example with a very strange license
55594     
55595     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7606 48e7efb5-ca39-0410-a469-dd3cf9ba447f
55596
55597 commit 473107757823e6477d9f472440ababde3e79caee
55598 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
55599 Date:   Thu Apr 15 15:46:46 2010 +0000
55600
55601     Clarifications
55602     
55603     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7605 48e7efb5-ca39-0410-a469-dd3cf9ba447f
55604
55605 commit ab9ff465e35f8087ddbafdf6d69d4a2f65a16744
55606 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
55607 Date:   Thu Apr 15 15:46:36 2010 +0000
55608
55609     Improve the license statement of these files
55610     
55611     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7604 48e7efb5-ca39-0410-a469-dd3cf9ba447f
55612
55613 commit e2d4305dfa879895ab99d0af95100c969d4af86e
55614 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
55615 Date:   Thu Apr 15 15:46:21 2010 +0000
55616
55617     improve the license statement to make it clear that we didn't do anything bad
55618     
55619     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7603 48e7efb5-ca39-0410-a469-dd3cf9ba447f
55620
55621 commit 3f8d886943016dc609ce580f47790b62d4e75064
55622 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
55623 Date:   Thu Apr 15 15:37:06 2010 +0000
55624
55625     Add make sync-gforge command.
55626     
55627     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7602 48e7efb5-ca39-0410-a469-dd3cf9ba447f
55628
55629 commit 3dc59d2c5d138c2fc31559681ecc1967789f15c9
55630 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
55631 Date:   Thu Apr 15 15:05:38 2010 +0000
55632
55633     Added a tesh colorizer simple script.
55634     
55635     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7601 48e7efb5-ca39-0410-a469-dd3cf9ba447f
55636
55637 commit 5311e400505dab190f66b60757cacdb6a0a018cf
55638 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
55639 Date:   Thu Apr 15 14:57:48 2010 +0000
55640
55641     Add gras_stub_generator dependencies for some targets.
55642     
55643     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7600 48e7efb5-ca39-0410-a469-dd3cf9ba447f
55644
55645 commit 7acc0eb3ee1a51b6fa612a1034f683ed14edbc16
55646 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
55647 Date:   Thu Apr 15 13:31:43 2010 +0000
55648
55649     Close useless tasks in the trace also (thanks to Ghislain for pointing that out)
55650     
55651     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7599 48e7efb5-ca39-0410-a469-dd3cf9ba447f
55652
55653 commit 93d65fe49f4f8ee34be5f8178ba1f3c69dd83b44
55654 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
55655 Date:   Thu Apr 15 13:05:24 2010 +0000
55656
55657     Make sure that it's ok to execute 0-sized tasks
55658     
55659     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7598 48e7efb5-ca39-0410-a469-dd3cf9ba447f
55660
55661 commit 5b12ffc140d1ca5f0014fbbe6196712933298939
55662 Author: pini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
55663 Date:   Thu Apr 15 12:54:31 2010 +0000
55664
55665     Actually, we want a RDV not a deadlock.
55666     
55667     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7597 48e7efb5-ca39-0410-a469-dd3cf9ba447f
55668
55669 commit df18faac51d5f0b3ae8aa7d00bee5740c066aa81
55670 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
55671 Date:   Thu Apr 15 12:51:22 2010 +0000
55672
55673     Tesh files for 32 bits arch.
55674     
55675     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7596 48e7efb5-ca39-0410-a469-dd3cf9ba447f
55676
55677 commit 69b85c9e1af02bcf07222b50ffbe83781b6027b2
55678 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
55679 Date:   Thu Apr 15 10:44:02 2010 +0000
55680
55681     renaming the tracing functions that set the host/link utilization
55682     
55683     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7595 48e7efb5-ca39-0410-a469-dd3cf9ba447f
55684
55685 commit e976375d6d6a84fc29baf99e0b0f3e7ec9d10852
55686 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
55687 Date:   Thu Apr 15 10:43:54 2010 +0000
55688
55689     removing code that was used to trace every single surf action
55690     
55691     details:
55692     - it was capable to generate huge trace files
55693     - so we disable this type of trace
55694     
55695     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7594 48e7efb5-ca39-0410-a469-dd3cf9ba447f
55696
55697 commit 9888b5b5c4a3d51bbed3fc6862c8fb2843c2241b
55698 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
55699 Date:   Thu Apr 15 10:43:47 2010 +0000
55700
55701     renaming some tracing functions to make easy to remember what they do
55702     
55703     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7593 48e7efb5-ca39-0410-a469-dd3cf9ba447f
55704
55705 commit db558f7d54921d0a726b85f55c13946d795be3f3
55706 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
55707 Date:   Thu Apr 15 10:35:01 2010 +0000
55708
55709     Verification of bibtex2html.
55710     
55711     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7592 48e7efb5-ca39-0410-a469-dd3cf9ba447f
55712
55713 commit 3b27badc15abeec29e3387c5c07606da0af714f7
55714 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
55715 Date:   Thu Apr 15 10:21:38 2010 +0000
55716
55717     update the NEWS file in preparation of hte release
55718     
55719     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7591 48e7efb5-ca39-0410-a469-dd3cf9ba447f
55720
55721 commit 414707c9189742245677536b5242b39c28fab01f
55722 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
55723 Date:   Thu Apr 15 10:12:34 2010 +0000
55724
55725     Some make command were unvailable if they were launch out of project Directory. Now fixed.
55726     
55727     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7590 48e7efb5-ca39-0410-a469-dd3cf9ba447f
55728
55729 commit 4c506a1e81412766b68c4a2ab989790562ec1ff0
55730 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
55731 Date:   Thu Apr 15 10:06:13 2010 +0000
55732
55733     fix so enable_compile_warnings works nice when enable_tracing is on
55734     
55735     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7589 48e7efb5-ca39-0410-a469-dd3cf9ba447f
55736
55737 commit c271a138a06f077fe6b3dd8a51935d83edc31980
55738 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
55739 Date:   Thu Apr 15 10:06:08 2010 +0000
55740
55741     properly removing entries from dictionaries used by tracing
55742     
55743     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7588 48e7efb5-ca39-0410-a469-dd3cf9ba447f
55744
55745 commit eb43efb75c723c324af67a0589f4a0e0760d59db
55746 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
55747 Date:   Thu Apr 15 10:06:04 2010 +0000
55748
55749     cleaning tracing code
55750     
55751     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7587 48e7efb5-ca39-0410-a469-dd3cf9ba447f
55752
55753 commit f7285314d1e9f432bfc439d568a68884a823f069
55754 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
55755 Date:   Thu Apr 15 10:06:00 2010 +0000
55756
55757     removing unused tracing variable
55758     
55759     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7586 48e7efb5-ca39-0410-a469-dd3cf9ba447f
55760
55761 commit 62188b54fc227c75ae73b409521dc8da91b2df55
55762 Author: pini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
55763 Date:   Thu Apr 15 09:53:27 2010 +0000
55764
55765     Also compile in paranoid mode.
55766     
55767     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7585 48e7efb5-ca39-0410-a469-dd3cf9ba447f
55768
55769 commit 0a81e5948b65da4daf48092b883b7d43f58e3160
55770 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
55771 Date:   Thu Apr 15 09:34:25 2010 +0000
55772
55773     tracing vivaldi x,y,h for each host
55774     
55775     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7584 48e7efb5-ca39-0410-a469-dd3cf9ba447f
55776
55777 commit 15eb59567704ce6613cefcc628878db5fd8f9bbf
55778 Author: pini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
55779 Date:   Thu Apr 15 09:22:24 2010 +0000
55780
55781     Typos, cosmetics and RDV protocol.
55782     
55783     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7583 48e7efb5-ca39-0410-a469-dd3cf9ba447f
55784
55785 commit ccb94928228f699f7b1031fe117264a0e2306679
55786 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
55787 Date:   Thu Apr 15 09:12:46 2010 +0000
55788
55789     Enable java tests to be executed out of project directory.'
55790     
55791     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7582 48e7efb5-ca39-0410-a469-dd3cf9ba447f
55792
55793 commit e339237b05936a07e294abcdabb3217ff0fb5542
55794 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
55795 Date:   Thu Apr 15 08:35:37 2010 +0000
55796
55797     Add lucas bins to ignored files.
55798     
55799     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7581 48e7efb5-ca39-0410-a469-dd3cf9ba447f
55800
55801 commit e0711771160d767e7e88253c30d2af46d270b2b0
55802 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
55803 Date:   Thu Apr 15 08:35:34 2010 +0000
55804
55805     Add vivaldi to tests.
55806     
55807     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7580 48e7efb5-ca39-0410-a469-dd3cf9ba447f
55808
55809 commit 3bca62de44f96973b3bccfa7eaee31b0a7fa4b34
55810 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
55811 Date:   Thu Apr 15 08:08:54 2010 +0000
55812
55813     Correct tesh files after patch time commit.
55814     
55815     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7579 48e7efb5-ca39-0410-a469-dd3cf9ba447f
55816
55817 commit e1eaf70de45dfeef58e250bfa0c59bc4e5426718
55818 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
55819 Date:   Wed Apr 14 23:52:15 2010 +0000
55820
55821     Set tracing location for binaries with cmake command out of project directory.
55822     
55823     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7578 48e7efb5-ca39-0410-a469-dd3cf9ba447f
55824
55825 commit 2ef2b443f91ba5ae666cdecfe4e9eab23934d90a
55826 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
55827 Date:   Wed Apr 14 23:29:48 2010 +0000
55828
55829     Add source included vivaldi.
55830     
55831     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7577 48e7efb5-ca39-0410-a469-dd3cf9ba447f
55832
55833 commit 6dc4bc9cd4f0273ac9a9da8cba93a9ac2a5a0cf9
55834 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
55835 Date:   Wed Apr 14 23:22:57 2010 +0000
55836
55837     Make testall to src/.
55838     
55839     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7576 48e7efb5-ca39-0410-a469-dd3cf9ba447f
55840
55841 commit 1d3bb007d52c72d2f2fd5a636d4792d4e5f9427d
55842 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
55843 Date:   Wed Apr 14 17:52:52 2010 +0000
55844
55845     Second commit for cmake in an other directory.
55846     
55847     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7575 48e7efb5-ca39-0410-a469-dd3cf9ba447f
55848
55849 commit 0e8e65dad760a0ad8e48ae48a4b909c39c86b180
55850 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
55851 Date:   Wed Apr 14 17:52:42 2010 +0000
55852
55853     First commit for do cmake in an other directory.
55854     
55855     Conflicts:
55856     
55857         include/surf/simgrid_dtd.h
55858     
55859     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7574 48e7efb5-ca39-0410-a469-dd3cf9ba447f
55860
55861 commit c383fa6fa203659a428a59e74522daca845dd1c6
55862 Author: eyraudl <eyraudl@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
55863 Date:   Wed Apr 14 17:22:46 2010 +0000
55864
55865     Consider the time 0.0 of logs at initialisation time, and not at the first message.
55866     
55867     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7573 48e7efb5-ca39-0410-a469-dd3cf9ba447f
55868
55869 commit 21027ae0247d53c68b942ebbc087657c15ef21c2
55870 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
55871 Date:   Wed Apr 14 17:12:48 2010 +0000
55872
55873     adding another example with the declaration of multiple categories
55874     
55875     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7572 48e7efb5-ca39-0410-a469-dd3cf9ba447f
55876
55877 commit 69961d7d398539bb53fb07f97a0e9482fc6d872c
55878 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
55879 Date:   Wed Apr 14 16:51:35 2010 +0000
55880
55881     creating specific tests to verify the simulation trace integrity
55882     
55883     details:
55884     - hope to add more tests in the msg/tracing in the future
55885     
55886     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7571 48e7efb5-ca39-0410-a469-dd3cf9ba447f
55887
55888 commit 2c6fda703c892d56304d7ee1137335f6b34300f6
55889 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
55890 Date:   Wed Apr 14 16:41:40 2010 +0000
55891
55892     Add an example of vivaldi platform, and a deployment file for masterslave using that platform
55893     
55894     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7570 48e7efb5-ca39-0410-a469-dd3cf9ba447f
55895
55896 commit 07ade488fb618a2b055c3ac53456d697dc0de2aa
55897 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
55898 Date:   Wed Apr 14 16:41:33 2010 +0000
55899
55900     commit generated files produced by flexml and friends
55901     
55902     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7569 48e7efb5-ca39-0410-a469-dd3cf9ba447f
55903
55904 commit 5de55298b58930e1c9f0d92bafa39e91ce55fc05
55905 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
55906 Date:   Wed Apr 14 16:41:25 2010 +0000
55907
55908     Add a Vivaldi network model, coded live during SUD'10 ;)
55909     
55910     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7568 48e7efb5-ca39-0410-a469-dd3cf9ba447f
55911
55912 commit dc75bd20040fc39647f0272de81b47a39df22f98
55913 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
55914 Date:   Wed Apr 14 16:41:09 2010 +0000
55915
55916     Tight exception declaration
55917     
55918     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7567 48e7efb5-ca39-0410-a469-dd3cf9ba447f
55919
55920 commit 3b05d316a902d685ea3302273da3b7cf7e018594
55921 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
55922 Date:   Wed Apr 14 16:35:22 2010 +0000
55923
55924     Be sure we can execute this script.
55925     
55926     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7566 48e7efb5-ca39-0410-a469-dd3cf9ba447f
55927
55928 commit a419ada0f4b2cae591dcfa5b0a9207447d667525
55929 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
55930 Date:   Wed Apr 14 10:11:29 2010 +0000
55931
55932     changing src and dst attributes so drawings are nicer
55933     
55934     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7565 48e7efb5-ca39-0410-a469-dd3cf9ba447f
55935
55936 commit 0bf95fe1cd58b85aa7bbcf61a76fb07e481d51c4
55937 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
55938 Date:   Wed Apr 14 09:58:46 2010 +0000
55939
55940     implement TRACE_start as function instead of pre-processor define
55941     
55942     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7564 48e7efb5-ca39-0410-a469-dd3cf9ba447f
55943
55944 commit 34f2febc3c82f7ccf3f12c66cd33fa7b56bb3fdc
55945 Author: suter <suter@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
55946 Date:   Wed Apr 14 09:31:47 2010 +0000
55947
55948     Add three more papers (1 each year since 2008)
55949     
55950     
55951     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7563 48e7efb5-ca39-0410-a469-dd3cf9ba447f
55952
55953 commit 55ed044cfc2c558873b01d364a179fe246749bd8
55954 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
55955 Date:   Wed Apr 14 09:31:41 2010 +0000
55956
55957     Add scripts to distrib.
55958     
55959     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7562 48e7efb5-ca39-0410-a469-dd3cf9ba447f
55960
55961 commit 92fdb2e950a38e5b3fdf43a07bfa41b5c3f291ec
55962 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
55963 Date:   Wed Apr 14 07:47:40 2010 +0000
55964
55965     Improve the documentation.
55966     
55967     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7561 48e7efb5-ca39-0410-a469-dd3cf9ba447f
55968
55969 commit df416eb1194c5c6ff020a4529e3defdcbeab2517
55970 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
55971 Date:   Wed Apr 14 07:36:12 2010 +0000
55972
55973     changing message for tracing option
55974     
55975     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7560 48e7efb5-ca39-0410-a469-dd3cf9ba447f
55976
55977 commit 35dbcf2c7c7611431a119c4543e605b1d7e5a776
55978 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
55979 Date:   Wed Apr 14 07:16:26 2010 +0000
55980
55981     Enable launch cmake in different directories.
55982     
55983     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7559 48e7efb5-ca39-0410-a469-dd3cf9ba447f
55984
55985 commit 7a94349e09a59c6abc1212d189200c51e6556334
55986 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
55987 Date:   Tue Apr 13 22:22:37 2010 +0000
55988
55989     add a bunch of publication from the SUD attendees
55990     
55991     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7558 48e7efb5-ca39-0410-a469-dd3cf9ba447f
55992
55993 commit 2fdf07641f3b8c982a2489daa613df628361306b
55994 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
55995 Date:   Tue Apr 13 22:22:09 2010 +0000
55996
55997     Bugfix + better output
55998     
55999     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7557 48e7efb5-ca39-0410-a469-dd3cf9ba447f
56000
56001 commit f66b63e12575c8df0f87108083e194ff7fdf2332
56002 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
56003 Date:   Tue Apr 13 16:19:44 2010 +0000
56004
56005     only way to know if a category is well declared is through the return code (1 on problem, 0 is ok)
56006     
56007     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7556 48e7efb5-ca39-0410-a469-dd3cf9ba447f
56008
56009 commit f924b8a615aa062dbac23bd8b7d7863fc045de4b
56010 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
56011 Date:   Tue Apr 13 16:11:48 2010 +0000
56012
56013     Now generate simgrid.jar with libsimgrid and not at all builds.
56014     
56015     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7555 48e7efb5-ca39-0410-a469-dd3cf9ba447f
56016
56017 commit 4db64504cb1972613311ca094cf183e7375bc34c
56018 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
56019 Date:   Tue Apr 13 15:51:49 2010 +0000
56020
56021     do not throw an exception if category is already created (use INFO instead, with return code)
56022     
56023     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7554 48e7efb5-ca39-0410-a469-dd3cf9ba447f
56024
56025 commit de6beb69be41b07b28072a304d6f2bc36b04b665
56026 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
56027 Date:   Tue Apr 13 15:41:37 2010 +0000
56028
56029     correcting exception message to let user know which category was already created
56030     
56031     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7553 48e7efb5-ca39-0410-a469-dd3cf9ba447f
56032
56033 commit 547d30c629acee94cf5a80876cf69f44e7777156
56034 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
56035 Date:   Tue Apr 13 15:05:18 2010 +0000
56036
56037     Cosmetics and remove bindings if there are enabled.
56038     
56039     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7552 48e7efb5-ca39-0410-a469-dd3cf9ba447f
56040
56041 commit 35594b27f1c910fdd39cd44dc5da5c41ae95926c
56042 Author: pini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
56043 Date:   Tue Apr 13 14:54:20 2010 +0000
56044
56045     Make SMPI parameters names more consistent.
56046     
56047     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7551 48e7efb5-ca39-0410-a469-dd3cf9ba447f
56048
56049 commit 9bc3931b2204551422f2699e9ff2b01b9fc4468e
56050 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
56051 Date:   Tue Apr 13 14:42:54 2010 +0000
56052
56053     receiving line command arguments
56054     
56055     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7550 48e7efb5-ca39-0410-a469-dd3cf9ba447f
56056
56057 commit 93cb51c1ab60eb273f4f553fd9d91d7c7f929dc4
56058 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
56059 Date:   Tue Apr 13 14:27:35 2010 +0000
56060
56061     Declare that one ruby test failed.
56062     
56063     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7549 48e7efb5-ca39-0410-a469-dd3cf9ba447f
56064
56065 commit 27ab0589420bc5bb6d52e5fdc54bab36c63b8be0
56066 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
56067 Date:   Tue Apr 13 14:00:11 2010 +0000
56068
56069     properly closing host containers on simulation trace file
56070     
56071     details:
56072     - this fix the end time of trace files
56073     
56074     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7548 48e7efb5-ca39-0410-a469-dd3cf9ba447f
56075
56076 commit 476eed1ecf8f3103362011c05a81d7599ff385e6
56077 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
56078 Date:   Tue Apr 13 10:18:21 2010 +0000
56079
56080     Add sources for target testall for pipol deployment.
56081     
56082     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7547 48e7efb5-ca39-0410-a469-dd3cf9ba447f
56083
56084 commit 217e8b24b05ec8de6f7a639fa02aa999a066e6e5
56085 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
56086 Date:   Tue Apr 13 09:41:35 2010 +0000
56087
56088     removing old text about paje visualization
56089     
56090     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7546 48e7efb5-ca39-0410-a469-dd3cf9ba447f
56091
56092 commit ca7f887d5e0a85a1da3c976d0f5c71649901b973
56093 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
56094 Date:   Tue Apr 13 07:59:32 2010 +0000
56095
56096     Delete double negation for option.
56097     
56098     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7545 48e7efb5-ca39-0410-a469-dd3cf9ba447f
56099
56100 commit 92389013563c11729c7caff72eee79912a6f1386
56101 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
56102 Date:   Mon Apr 12 22:16:03 2010 +0000
56103
56104     Add source for making testall when not in maintainer mode.
56105     
56106     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7544 48e7efb5-ca39-0410-a469-dd3cf9ba447f
56107
56108 commit 4ca7b1c3e43a200c5982068c12ee61668082398a
56109 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
56110 Date:   Mon Apr 12 17:16:48 2010 +0000
56111
56112     Update uninstall command for bindings.
56113     
56114     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7543 48e7efb5-ca39-0410-a469-dd3cf9ba447f
56115
56116 commit 17e916b674374e2d02d85224a213e1635b12f5d7
56117 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
56118 Date:   Mon Apr 12 16:24:26 2010 +0000
56119
56120     Add link for bindings during install.
56121     
56122     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7542 48e7efb5-ca39-0410-a469-dd3cf9ba447f
56123
56124 commit 8ddc2a3e1cd936a5887129ddc64ee14848fea08b
56125 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
56126 Date:   Mon Apr 12 16:22:52 2010 +0000
56127
56128     Remove correctly binaries from install dir.
56129     
56130     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7541 48e7efb5-ca39-0410-a469-dd3cf9ba447f
56131
56132 commit ec1ae25e31f65c9b16e0e95cd8d4643490fb2587
56133 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
56134 Date:   Mon Apr 12 15:35:29 2010 +0000
56135
56136     adding parameter so we can properly trace the simulation of masterslave_forwarder
56137     
56138     details:
56139     - when small_platform_with_routers.xml is used
56140     
56141     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7540 48e7efb5-ca39-0410-a469-dd3cf9ba447f
56142
56143 commit 444d60c645e8cd7861c2de10a51439635e0af12b
56144 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
56145 Date:   Mon Apr 12 15:35:28 2010 +0000
56146
56147     adding new test for masterslave_mailbox
56148     
56149     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7539 48e7efb5-ca39-0410-a469-dd3cf9ba447f
56150
56151 commit 98565a6c0f5af14d8b0c0104570b927a56d0845c
56152 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
56153 Date:   Mon Apr 12 15:35:26 2010 +0000
56154
56155     parameter "--trace" to control whether to trace masterslave examples
56156     
56157     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7538 48e7efb5-ca39-0410-a469-dd3cf9ba447f
56158
56159 commit f0aabd17b2688116b4709d28c6076dd509d0849d
56160 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
56161 Date:   Mon Apr 12 15:17:39 2010 +0000
56162
56163     kill dead code
56164     
56165     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7537 48e7efb5-ca39-0410-a469-dd3cf9ba447f
56166
56167 commit 750d6156bb45de179d64d5d6e0de1b7a1f2dc9e2
56168 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
56169 Date:   Mon Apr 12 14:46:57 2010 +0000
56170
56171     tracing the masterslave_mailbox example
56172     
56173     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7536 48e7efb5-ca39-0410-a469-dd3cf9ba447f
56174
56175 commit 0348479a2796507b00c93ea1c8c722da1ac09994
56176 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
56177 Date:   Mon Apr 12 14:46:56 2010 +0000
56178
56179     removing instrumentation tracing from migration example
56180     
56181     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7535 48e7efb5-ca39-0410-a469-dd3cf9ba447f
56182
56183 commit 5feeff5b7b75a1dd79bdb8facf017a3299ac59a4
56184 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
56185 Date:   Mon Apr 12 14:34:17 2010 +0000
56186
56187     Added verification before adding tests, by Pierre.
56188     
56189     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7534 48e7efb5-ca39-0410-a469-dd3cf9ba447f
56190
56191 commit 024be49fd428d3ddbf5d4daf674fa27265b97464
56192 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
56193 Date:   Mon Apr 12 14:34:13 2010 +0000
56194
56195     Prevent the print o redundant messages.
56196     
56197     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7533 48e7efb5-ca39-0410-a469-dd3cf9ba447f
56198
56199 commit c621bfb242267dafb61dbf207129ab0eae270aab
56200 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
56201 Date:   Mon Apr 12 14:34:10 2010 +0000
56202
56203     Corrected GTNetS to cople with the tracing facillity.
56204     
56205     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7532 48e7efb5-ca39-0410-a469-dd3cf9ba447f
56206
56207 commit 3dbfb6f469547157d71e2e1930a2134f700908e5
56208 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
56209 Date:   Mon Apr 12 14:34:05 2010 +0000
56210
56211     Removed double free on GTNetS code.
56212     
56213     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7531 48e7efb5-ca39-0410-a469-dd3cf9ba447f
56214
56215 commit 1edd6e190e4e5202e4d055f9790bd2a3ac28f170
56216 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
56217 Date:   Fri Apr 9 22:42:39 2010 +0000
56218
56219     our libs depend on -lm, and sanitize a bit the ruby library stuff
56220     
56221     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7530 48e7efb5-ca39-0410-a469-dd3cf9ba447f
56222
56223 commit 6635aa1f75839b142cb926ddfd1c77b32706002c
56224 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
56225 Date:   Fri Apr 9 21:41:39 2010 +0000
56226
56227     accept useless 'level' attributes to <job> since LIGO DAGs have them
56228     
56229     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7529 48e7efb5-ca39-0410-a469-dd3cf9ba447f
56230
56231 commit f1826f5595e97845ff8613e0a12f604ee45389fb
56232 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
56233 Date:   Fri Apr 9 21:41:18 2010 +0000
56234
56235     Add a SD_task_set_name() function
56236     
56237     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7528 48e7efb5-ca39-0410-a469-dd3cf9ba447f
56238
56239 commit 6eb33c21262017b238ab30ea3616bbb8116f2396
56240 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
56241 Date:   Fri Apr 9 16:14:21 2010 +0000
56242
56243     allow the use of MSG_TIMEOUT_FAILURE if MSG_USE_DEPRECATED is declared)
56244     
56245     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7526 48e7efb5-ca39-0410-a469-dd3cf9ba447f
56246
56247 commit 79118f628f55de7ee71081b53a15f91758b65c52
56248 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
56249 Date:   Fri Apr 9 15:13:38 2010 +0000
56250
56251     Add binaries to install.
56252     
56253     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7525 48e7efb5-ca39-0410-a469-dd3cf9ba447f
56254
56255 commit f97ab49c1047d61b59308c204d6201a509040596
56256 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
56257 Date:   Fri Apr 9 14:35:46 2010 +0000
56258
56259     Remove old libsimgrid_ruby to install.
56260     
56261     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7524 48e7efb5-ca39-0410-a469-dd3cf9ba447f
56262
56263 commit 7028b5c31213d775d69d164d06673a6dc67fa5a3
56264 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
56265 Date:   Fri Apr 9 14:32:28 2010 +0000
56266
56267     lua need *that* link to work
56268     
56269     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7523 48e7efb5-ca39-0410-a469-dd3cf9ba447f
56270
56271 commit d2752ddb5ce642798c9533ce74192a46c1af34d5
56272 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
56273 Date:   Fri Apr 9 14:32:26 2010 +0000
56274
56275     next release is 3.4, not 3.3.5
56276     
56277     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7522 48e7efb5-ca39-0410-a469-dd3cf9ba447f
56278
56279 commit 8db5b24ed8e2ac545a35960a4e90a0f6ff0e51ed
56280 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
56281 Date:   Fri Apr 9 14:19:53 2010 +0000
56282
56283     Add testall to test.
56284     
56285     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7521 48e7efb5-ca39-0410-a469-dd3cf9ba447f
56286
56287 commit bcb184324a7b71c53075aab1d154470f259ce5d9
56288 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
56289 Date:   Fri Apr 9 14:16:57 2010 +0000
56290
56291     ignore supernovae cruft
56292     
56293     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7520 48e7efb5-ca39-0410-a469-dd3cf9ba447f
56294
56295 commit cc5b5b9677debbad591cd039172d7a07cba48211
56296 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
56297 Date:   Fri Apr 9 14:16:55 2010 +0000
56298
56299     plug a memleak
56300     
56301     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7519 48e7efb5-ca39-0410-a469-dd3cf9ba447f
56302
56303 commit a586da1cb2ff511a873fa0f13486f9901946b17d
56304 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
56305 Date:   Fri Apr 9 13:57:14 2010 +0000
56306
56307     further improvement of ChangeLog. Everything should be documented now
56308     
56309     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7518 48e7efb5-ca39-0410-a469-dd3cf9ba447f
56310
56311 commit 5115eba2bc6d9c7bdf4c1655bcc7586fc5ab6697
56312 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
56313 Date:   Fri Apr 9 13:57:12 2010 +0000
56314
56315     Document smpi changes of this release
56316     
56317     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7517 48e7efb5-ca39-0410-a469-dd3cf9ba447f
56318
56319 commit b1832453d65b8569c5f4ae031bef097ea5757913
56320 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
56321 Date:   Fri Apr 9 13:57:09 2010 +0000
56322
56323     fix the documentation of how to get TCP_gamma on linux boxes
56324     
56325     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7516 48e7efb5-ca39-0410-a469-dd3cf9ba447f
56326
56327 commit f363d4e901ceaae3bd1df970b26defcf402535cd
56328 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
56329 Date:   Fri Apr 9 13:52:04 2010 +0000
56330
56331     Make target testall for all.
56332     
56333     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7515 48e7efb5-ca39-0410-a469-dd3cf9ba447f
56334
56335 commit db61f5d214be1a4ee14a9eafcef4bad206fdd000
56336 Author: pini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
56337 Date:   Fri Apr 9 13:34:36 2010 +0000
56338
56339     Compile MPI programs with -O2 by default.
56340     
56341     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7514 48e7efb5-ca39-0410-a469-dd3cf9ba447f
56342
56343 commit 754c841237ef339b788bd526f0efb1739c245dcb
56344 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
56345 Date:   Fri Apr 9 12:49:58 2010 +0000
56346
56347     Now working.
56348     
56349     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7513 48e7efb5-ca39-0410-a469-dd3cf9ba447f
56350
56351 commit 95b0e9637735450b4816b8a0376795c7ea9e9978
56352 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
56353 Date:   Fri Apr 9 12:34:11 2010 +0000
56354
56355     document some of the changes done in this release cycle
56356     
56357     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7512 48e7efb5-ca39-0410-a469-dd3cf9ba447f
56358
56359 commit 624d8024c159fa60b2889b096caecb59613e78c8
56360 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
56361 Date:   Fri Apr 9 12:34:10 2010 +0000
56362
56363     Kill the dangerous MSG_task_ref() now that the bindings don't use it anymore
56364     
56365     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7511 48e7efb5-ca39-0410-a469-dd3cf9ba447f
56366
56367 commit d3c748d055fe0edfc4e99846fd244532e7d02258
56368 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
56369 Date:   Fri Apr 9 12:03:58 2010 +0000
56370
56371     Link to Libsimgrid.so.
56372     
56373     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7510 48e7efb5-ca39-0410-a469-dd3cf9ba447f
56374
56375 commit 3c17d7e5f5bfaf161f82fc92d38a09102f07dc41
56376 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
56377 Date:   Fri Apr 9 10:32:42 2010 +0000
56378
56379     Add sources for distrib.
56380     
56381     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7509 48e7efb5-ca39-0410-a469-dd3cf9ba447f
56382
56383 commit fd9b617e50287ec42dd30c91696ae89c18018f66
56384 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
56385 Date:   Fri Apr 9 10:18:59 2010 +0000
56386
56387     Use libsimgrid as name for the native simgrid module in Ruby, or the require 'simgrid' of simgrid.rb is effectless: there is already a module called that way: itself
56388     
56389     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7508 48e7efb5-ca39-0410-a469-dd3cf9ba447f
56390
56391 commit fdf33d3561a3d46c0523ebace7d2e93cfa1f88ab
56392 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
56393 Date:   Fri Apr 9 10:18:49 2010 +0000
56394
56395     remove temporary manual link to library now that cmake deal properly with it
56396     
56397     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7507 48e7efb5-ca39-0410-a469-dd3cf9ba447f
56398
56399 commit 5bf4dbb2dc2861fd567d96fb7ffa10af4c7ec269
56400 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
56401 Date:   Fri Apr 9 10:18:47 2010 +0000
56402
56403     ignore units
56404     
56405     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7506 48e7efb5-ca39-0410-a469-dd3cf9ba447f
56406
56407 commit d74bb413a4b25a580d7cfc96065b638292a2e679
56408 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
56409 Date:   Fri Apr 9 10:18:37 2010 +0000
56410
56411     kill trivial MSG_task_has_data() and use get_data()!=NULL instead
56412     
56413     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7505 48e7efb5-ca39-0410-a469-dd3cf9ba447f
56414
56415 commit c8609cfa97f9f2663b6a93ec84da8641b3ce657b
56416 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
56417 Date:   Fri Apr 9 10:18:35 2010 +0000
56418
56419     Allow to use xbt_dynar_shrink() to expend the dynar instead
56420     
56421     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7504 48e7efb5-ca39-0410-a469-dd3cf9ba447f
56422
56423 commit d0558c6ff169cc4c661e17bc81fbf87d895bf3e0
56424 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
56425 Date:   Fri Apr 9 10:18:24 2010 +0000
56426
56427     avoid memmove(..,..,0) which seems to cause trouble to Cristian
56428     
56429     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7503 48e7efb5-ca39-0410-a469-dd3cf9ba447f
56430
56431 commit 3ae11404efb968938cebd69887c6d11f24c13c45
56432 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
56433 Date:   Fri Apr 9 10:18:23 2010 +0000
56434
56435     Kill an crufty and outdated manual link to the lib
56436     
56437     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7502 48e7efb5-ca39-0410-a469-dd3cf9ba447f
56438
56439 commit 9e731bc6f42c86b3c8fce3f836f091e7136db630
56440 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
56441 Date:   Fri Apr 9 10:14:50 2010 +0000
56442
56443     Kill a detection of jot, which produce an error message on pipol, breaking the output enforcement by pipol
56444     
56445     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7501 48e7efb5-ca39-0410-a469-dd3cf9ba447f
56446
56447 commit d876530d917b12a0bcebf40d83ed493da2c9303d
56448 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
56449 Date:   Fri Apr 9 09:43:59 2010 +0000
56450
56451     removing README.tracing because its contents are in the FAQ
56452     
56453     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7500 48e7efb5-ca39-0410-a469-dd3cf9ba447f
56454
56455 commit c314cac4c1edba288631c4912854f321df08d8ca
56456 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
56457 Date:   Fri Apr 9 09:28:17 2010 +0000
56458
56459     Add rev number to BUILDNAME.
56460     
56461     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7499 48e7efb5-ca39-0410-a469-dd3cf9ba447f
56462
56463 commit 57e73953b7bbd12a81af9134105d94d0e84e9fb7
56464 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
56465 Date:   Fri Apr 9 09:22:05 2010 +0000
56466
56467     Fix path for simgrid library.
56468     
56469     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7498 48e7efb5-ca39-0410-a469-dd3cf9ba447f
56470
56471 commit 5f9628910ccfb8657a41e9cef25adb8341cbcfb5
56472 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
56473 Date:   Fri Apr 9 08:59:23 2010 +0000
56474
56475     require 'simgrid'
56476     
56477     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7497 48e7efb5-ca39-0410-a469-dd3cf9ba447f
56478
56479 commit ece368b732f850ec952dfe633ff698d07ef535d7
56480 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
56481 Date:   Fri Apr 9 08:49:03 2010 +0000
56482
56483     require 'simgrid_ruby'
56484     
56485     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7496 48e7efb5-ca39-0410-a469-dd3cf9ba447f
56486
56487 commit b1673b5eada18875a0a0fc37eb3e9cd30ed94df3
56488 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
56489 Date:   Fri Apr 9 08:28:11 2010 +0000
56490
56491     Remove lines for debug.
56492     
56493     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7495 48e7efb5-ca39-0410-a469-dd3cf9ba447f
56494
56495 commit 625de49f7dc6c904af2e59b60b9378df6e9077da
56496 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
56497 Date:   Fri Apr 9 08:25:03 2010 +0000
56498
56499     modified tesh files
56500     
56501     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7494 48e7efb5-ca39-0410-a469-dd3cf9ba447f
56502
56503 commit 8fed50c0d95760fb07dc9e0b4ffe8fef03703b0a
56504 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
56505 Date:   Fri Apr 9 08:06:12 2010 +0000
56506
56507     fix a warning preventing the code form compiling in paranoid mode
56508     
56509     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7493 48e7efb5-ca39-0410-a469-dd3cf9ba447f
56510
56511 commit 8b6b191f50508eea2ef5217b20558b1e7193b10d
56512 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
56513 Date:   Thu Apr 8 20:49:35 2010 +0000
56514
56515     updating ChangeLog with the instrumentation of SimGrid for visualization
56516     
56517     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7492 48e7efb5-ca39-0410-a469-dd3cf9ba447f
56518
56519 commit 51bcdf25f9c0e0a8814580eebaa76def9cfaa25a
56520 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
56521 Date:   Thu Apr 8 20:49:34 2010 +0000
56522
56523     documentation on how to define colors for triva
56524     
56525     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7491 48e7efb5-ca39-0410-a469-dd3cf9ba447f
56526
56527 commit a3ac34f656352bf32932b5b184cb9c8e881dae1f
56528 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
56529 Date:   Thu Apr 8 20:49:32 2010 +0000
56530
56531     documentation that describes how to configure a graph using triva
56532     
56533     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7490 48e7efb5-ca39-0410-a469-dd3cf9ba447f
56534
56535 commit 35703472705de50b4c74dc79a49d06a20a088469
56536 Author: donassbr <donassbr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
56537 Date:   Thu Apr 8 19:29:56 2010 +0000
56538
56539     Update changelog.
56540     
56541     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7489 48e7efb5-ca39-0410-a469-dd3cf9ba447f
56542
56543 commit 9ea82aa2fb1e9d72ee527af3570bec255f030032
56544 Author: donassbr <donassbr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
56545 Date:   Thu Apr 8 17:31:19 2010 +0000
56546
56547     Semaphores are more complicated than mutexes since they can be linked with actions. Use the same idea of conditions to implement the process_resume/process_suspend with semaphores.
56548     Use SIMIX functions to resume/suspend actions.
56549     
56550     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7488 48e7efb5-ca39-0410-a469-dd3cf9ba447f
56551
56552 commit 1d83762040b2315fb5f9944708416945cec72f68
56553 Author: donassbr <donassbr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
56554 Date:   Thu Apr 8 17:31:14 2010 +0000
56555
56556     Add 2 new functions to manage actions (SIMIX_action_resume/SIMIX_action_suspend).
56557     
56558     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7487 48e7efb5-ca39-0410-a469-dd3cf9ba447f
56559
56560 commit 9a17ee50f5ac1e197040595cbf31dedb6dda5ab6
56561 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
56562 Date:   Thu Apr 8 17:26:42 2010 +0000
56563
56564     Modified tesh files.
56565     
56566     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7486 48e7efb5-ca39-0410-a469-dd3cf9ba447f
56567
56568 commit d8ccbd3e79bbe85b0767fdd4ad27c19b8c7eaabd
56569 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
56570 Date:   Thu Apr 8 17:06:41 2010 +0000
56571
56572     Remove old link now generated by cmake.
56573     
56574     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7485 48e7efb5-ca39-0410-a469-dd3cf9ba447f
56575
56576 commit 1236336511a8af3ebad37b21c641ca1c12639a98
56577 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
56578 Date:   Thu Apr 8 17:05:08 2010 +0000
56579
56580     Remove old lib simgrid_ruby for include ruby source file to libsimgrid.
56581     
56582     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7484 48e7efb5-ca39-0410-a469-dd3cf9ba447f
56583
56584 commit 7c96aa286583c270c5a8576c24131291652b2198
56585 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
56586 Date:   Thu Apr 8 16:44:08 2010 +0000
56587
56588     Add link to library for bindings.
56589     
56590     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7483 48e7efb5-ca39-0410-a469-dd3cf9ba447f
56591
56592 commit 838dca2dd964bd4db6576349e33eeeaea28fef3c
56593 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
56594 Date:   Thu Apr 8 16:32:02 2010 +0000
56595
56596     Modify ruby tesh files
56597     
56598     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7482 48e7efb5-ca39-0410-a469-dd3cf9ba447f
56599
56600 commit 8aa3aba1b772d218f97c6b9d010891709076bb88
56601 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
56602 Date:   Thu Apr 8 15:57:30 2010 +0000
56603
56604     Add brutal links to the library so that the interpreters can find it. Should be created from makefiles. Pierre, your help is needed here
56605     
56606     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7481 48e7efb5-ca39-0410-a469-dd3cf9ba447f
56607
56608 commit 501923f967434ad2911518939e0bdc90b67b813e
56609 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
56610 Date:   Thu Apr 8 15:50:18 2010 +0000
56611
56612     adding lua and ruby tesh file
56613     
56614     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7480 48e7efb5-ca39-0410-a469-dd3cf9ba447f
56615
56616 commit efd71a79ebaec3760d2799bd90c5e5cf96ac0bfa
56617 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
56618 Date:   Thu Apr 8 15:33:08 2010 +0000
56619
56620     ruby examples
56621     
56622     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7479 48e7efb5-ca39-0410-a469-dd3cf9ba447f
56623
56624 commit abaf4c302b65411b41d1c288cfefb8d069395b60
56625 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
56626 Date:   Thu Apr 8 15:32:30 2010 +0000
56627
56628     lua examples
56629     
56630     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7478 48e7efb5-ca39-0410-a469-dd3cf9ba447f
56631
56632 commit 1cc4b141215ee5de85646a00989478ce9054bebe
56633 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
56634 Date:   Thu Apr 8 13:28:28 2010 +0000
56635
56636     Add script to execute cmake manually or with pipol.
56637     
56638     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7477 48e7efb5-ca39-0410-a469-dd3cf9ba447f
56639
56640 commit cd62453970416ecd110ca3df5814b3268309f0e7
56641 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
56642 Date:   Thu Apr 8 12:38:46 2010 +0000
56643
56644     Do memcheck on binaries and not on dash.
56645     
56646     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7476 48e7efb5-ca39-0410-a469-dd3cf9ba447f
56647
56648 commit fb9b4711ee0213301381ef0b7c0a7a446ae9a9e7
56649 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
56650 Date:   Thu Apr 8 12:32:16 2010 +0000
56651
56652     documentation about triva - installation, execution and time-slice description
56653     
56654     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7475 48e7efb5-ca39-0410-a469-dd3cf9ba447f
56655
56656 commit ae7c01019de1b1f9f1d3b3d5d6b133cf998eb957
56657 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
56658 Date:   Thu Apr 8 12:32:15 2010 +0000
56659
56660     cosmetics - changing the name of the tracing example section
56661     
56662     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7474 48e7efb5-ca39-0410-a469-dd3cf9ba447f
56663
56664 commit 3a718f85c18d164c72ceb92c0910b9b9de218ad5
56665 Author: pini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
56666 Date:   Thu Apr 8 11:28:45 2010 +0000
56667
56668     Remove dummy output.
56669     
56670     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7473 48e7efb5-ca39-0410-a469-dd3cf9ba447f
56671
56672 commit 5d49c7912d52d12e921766f8d7d30ed36136548a
56673 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
56674 Date:   Thu Apr 8 08:42:05 2010 +0000
56675
56676     Remove PIPOL error due to rm command line.
56677     
56678     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7472 48e7efb5-ca39-0410-a469-dd3cf9ba447f
56679
56680 commit 2731800aa869070da00bf7d38de0dea3ca71682f
56681 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
56682 Date:   Wed Apr 7 21:42:02 2010 +0000
56683
56684     using shared Task to exchange data
56685     
56686     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7471 48e7efb5-ca39-0410-a469-dd3cf9ba447f
56687
56688 commit 2a4cc87cb6c15c04bd73a1bad0e5cd98269db8ed
56689 Author: donassbr <donassbr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
56690 Date:   Wed Apr 7 18:58:45 2010 +0000
56691
56692     Bugfix: Problems when we suspend/resume the process which is waiting on a semaphore.
56693     
56694     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7470 48e7efb5-ca39-0410-a469-dd3cf9ba447f
56695
56696 commit 07143721becd8ee3542c30d767befa21f6cb797a
56697 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
56698 Date:   Wed Apr 7 16:22:31 2010 +0000
56699
56700     file README.tracing is no longer updated (check the FAQ)
56701     
56702     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7469 48e7efb5-ca39-0410-a469-dd3cf9ba447f
56703
56704 commit b6539f44284729bebb828b4ace9667c31ec6ec48
56705 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
56706 Date:   Wed Apr 7 16:18:03 2010 +0000
56707
56708     Cosmetics.
56709     
56710     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7468 48e7efb5-ca39-0410-a469-dd3cf9ba447f
56711
56712 commit 50251351a088dbf719dc4890d515077952cfbd76
56713 Author: pini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
56714 Date:   Wed Apr 7 13:11:54 2010 +0000
56715
56716     Also install the SMPI binaries.
56717     
56718     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7467 48e7efb5-ca39-0410-a469-dd3cf9ba447f
56719
56720 commit e7e4bf81aa4a16601b8b1e59065633e69105cd80
56721 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
56722 Date:   Wed Apr 7 12:52:25 2010 +0000
56723
56724     Add clean command to Faq.doc.
56725     
56726     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7466 48e7efb5-ca39-0410-a469-dd3cf9ba447f
56727
56728 commit a44db46cb44d334c818538dc186b2786c5c45d7c
56729 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
56730 Date:   Wed Apr 7 12:39:38 2010 +0000
56731
56732     Re-add doc files.
56733     
56734     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7465 48e7efb5-ca39-0410-a469-dd3cf9ba447f
56735
56736 commit 3832fbb86f4ecd77cc3c4fa5ba58b64f74839a93
56737 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
56738 Date:   Wed Apr 7 12:38:27 2010 +0000
56739
56740     initiating the documentation for the tracing functions
56741     
56742     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7464 48e7efb5-ca39-0410-a469-dd3cf9ba447f
56743
56744 commit c95e96a60c6d7abed9fefba1076976a4fbe16ded
56745 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
56746 Date:   Wed Apr 7 12:38:26 2010 +0000
56747
56748     correcting the return value for the TRACE_start function
56749     
56750     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7463 48e7efb5-ca39-0410-a469-dd3cf9ba447f
56751
56752 commit baa3acafbe0f80df768f37ab78ef8f015ee86439
56753 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
56754 Date:   Wed Apr 7 12:38:24 2010 +0000
56755
56756     throwing an exception if TRACE_start is called twice
56757     
56758     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7462 48e7efb5-ca39-0410-a469-dd3cf9ba447f
56759
56760 commit d114f8e4feaf0db10b882650e79a00ee17b9f043
56761 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
56762 Date:   Wed Apr 7 12:38:23 2010 +0000
56763
56764     tracing only with the TRACE_PLATFORM mask (for now)
56765     
56766     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7461 48e7efb5-ca39-0410-a469-dd3cf9ba447f
56767
56768 commit c432799bc5d3382213b4475200d7a55ec7afbcb3
56769 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
56770 Date:   Wed Apr 7 12:27:22 2010 +0000
56771
56772     Add .classes to clean command.
56773     
56774     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7460 48e7efb5-ca39-0410-a469-dd3cf9ba447f
56775
56776 commit 2961bfe772ff4c084323318e38a69dc30cef6154
56777 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
56778 Date:   Wed Apr 7 12:08:53 2010 +0000
56779
56780     Oups remove one file necessary.
56781     
56782     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7459 48e7efb5-ca39-0410-a469-dd3cf9ba447f
56783
56784 commit f1fc3ee93821a62e012aa7d8b8b308e9ba17a5a5
56785 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
56786 Date:   Wed Apr 7 12:06:56 2010 +0000
56787
56788     Add command make all-clean.
56789     
56790     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7458 48e7efb5-ca39-0410-a469-dd3cf9ba447f
56791
56792 commit b44999744f7fe7d029e4b3ea9b16e0fdd3a90e2f
56793 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
56794 Date:   Wed Apr 7 09:52:13 2010 +0000
56795
56796     Update FAQ and cosmetics for options.
56797     
56798     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7457 48e7efb5-ca39-0410-a469-dd3cf9ba447f
56799
56800 commit 323c04336e038c329cbbc35733fe7fa1333374f8
56801 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
56802 Date:   Wed Apr 7 08:57:24 2010 +0000
56803
56804     Change cmake variable HAVE_RUBY_H to HAVE_RUBY for homogeneity with other variables
56805     
56806     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7456 48e7efb5-ca39-0410-a469-dd3cf9ba447f
56807
56808 commit 0a127576a9ad35f73b6b8c609457ba39d1ec471c
56809 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
56810 Date:   Wed Apr 7 08:48:23 2010 +0000
56811
56812     Ruby should be a shared lib
56813     
56814     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7455 48e7efb5-ca39-0410-a469-dd3cf9ba447f
56815
56816 commit 9340ba56ce8edd9022eac3be424b11ece66b6444
56817 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
56818 Date:   Wed Apr 7 08:46:56 2010 +0000
56819
56820     This link should be created by cmake, but update it in the svn since it exists here for now
56821     
56822     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7454 48e7efb5-ca39-0410-a469-dd3cf9ba447f
56823
56824 commit 48a96a4414034edf542a2cea8f7be0726debe32a
56825 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
56826 Date:   Wed Apr 7 08:45:43 2010 +0000
56827
56828     Make sure that the define of Ruby is given to cmake
56829     
56830     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7453 48e7efb5-ca39-0410-a469-dd3cf9ba447f
56831
56832 commit 0646164f8f9289f498344c08980903730d1fa13f
56833 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
56834 Date:   Wed Apr 7 08:45:15 2010 +0000
56835
56836     Add Tracing for PIPOL tests.
56837     
56838     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7452 48e7efb5-ca39-0410-a469-dd3cf9ba447f
56839
56840 commit b1a3836ba561d0e228b1e0f5d1204a36ef4393d8
56841 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
56842 Date:   Wed Apr 7 08:18:11 2010 +0000
56843
56844     Adapt tesh files for smpi.
56845     
56846     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7451 48e7efb5-ca39-0410-a469-dd3cf9ba447f
56847
56848 commit b2428e22971105dc37d50bc254d02bb55d518965
56849 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
56850 Date:   Wed Apr 7 07:50:00 2010 +0000
56851
56852     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7450 48e7efb5-ca39-0410-a469-dd3cf9ba447f
56853
56854 commit bf0a62549ef50c62a882f380ec20422895b75841
56855 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
56856 Date:   Tue Apr 6 19:29:23 2010 +0000
56857
56858     Rename the gtnets tests for clarity
56859     
56860     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7449 48e7efb5-ca39-0410-a469-dd3cf9ba447f
56861
56862 commit 3810d7fa7d1bdde25767139dcabd7965e50e16be
56863 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
56864 Date:   Tue Apr 6 19:27:32 2010 +0000
56865
56866     regenerate flex generated files with a more recent flex (not mandatory, but cmake insisted on that change since ages)
56867     
56868     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7448 48e7efb5-ca39-0410-a469-dd3cf9ba447f
56869
56870 commit 8d7949aa0662e18ecdde2ca32d07cb5044b01240
56871 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
56872 Date:   Tue Apr 6 19:27:07 2010 +0000
56873
56874     increase the timeout of a command which seem to be a bit long on pipol
56875     
56876     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7447 48e7efb5-ca39-0410-a469-dd3cf9ba447f
56877
56878 commit 5d044da76b1ce66d68ed91b6ec1dee15c95aefb3
56879 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
56880 Date:   Tue Apr 6 15:57:29 2010 +0000
56881
56882     new lua example (matrix multiplications )
56883     
56884     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7446 48e7efb5-ca39-0410-a469-dd3cf9ba447f
56885
56886 commit 3d139713a90902001350fdad192395b1aa657bbc
56887 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
56888 Date:   Tue Apr 6 15:56:05 2010 +0000
56889
56890     adding some Host methods to lua
56891     
56892     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7445 48e7efb5-ca39-0410-a469-dd3cf9ba447f
56893
56894 commit 5dd853df055b5fd01a0dcb1508c7241affe26ba5
56895 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
56896 Date:   Tue Apr 6 15:35:06 2010 +0000
56897
56898     Add testall only if mainainer_mode.
56899     
56900     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7444 48e7efb5-ca39-0410-a469-dd3cf9ba447f
56901
56902 commit f50307c56a3eeac3793d25bacb7f5bc1c58e3bc9
56903 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
56904 Date:   Tue Apr 6 14:36:44 2010 +0000
56905
56906     Set files generated to true.
56907     
56908     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7443 48e7efb5-ca39-0410-a469-dd3cf9ba447f
56909
56910 commit bbb34abf53d0fad71c3276985e1c7c8ab526f15d
56911 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
56912 Date:   Tue Apr 6 13:30:24 2010 +0000
56913
56914     Cosmetics.
56915     
56916     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7442 48e7efb5-ca39-0410-a469-dd3cf9ba447f
56917
56918 commit f0999a1afb538c9e20c15c2516d575893a68f223
56919 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
56920 Date:   Tue Apr 6 13:26:51 2010 +0000
56921
56922     Be sure we can execute some scripts before use mainainer mode.
56923     
56924     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7441 48e7efb5-ca39-0410-a469-dd3cf9ba447f
56925
56926 commit a2c0e56bc67611180bcefd31eccd495970703b8a
56927 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
56928 Date:   Tue Apr 6 12:29:04 2010 +0000
56929
56930     Add files to dist.
56931     
56932     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7440 48e7efb5-ca39-0410-a469-dd3cf9ba447f
56933
56934 commit b3d50411bf9ff84c6a3496144bf912a53f3b1097
56935 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
56936 Date:   Tue Apr 6 11:57:02 2010 +0000
56937
56938     Change Working directory command.
56939     
56940     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7439 48e7efb5-ca39-0410-a469-dd3cf9ba447f
56941
56942 commit 396368ed8a78fdabc91d8791c59c2a6a26a1c0d3
56943 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
56944 Date:   Tue Apr 6 11:53:38 2010 +0000
56945
56946     Add uninstall command.
56947     
56948     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7438 48e7efb5-ca39-0410-a469-dd3cf9ba447f
56949
56950 commit baf75e0eefbc2b050b1761f7380899922b663a26
56951 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
56952 Date:   Tue Apr 6 11:31:53 2010 +0000
56953
56954     Redo the way to install simgrid.
56955     
56956     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7437 48e7efb5-ca39-0410-a469-dd3cf9ba447f
56957
56958 commit dc60bc9feb80ec512f3d5dce27bb2a7560ac529e
56959 Author: pini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
56960 Date:   Tue Apr 6 08:39:02 2010 +0000
56961
56962     We want time in seconds.
56963     
56964     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7436 48e7efb5-ca39-0410-a469-dd3cf9ba447f
56965
56966 commit 2533feb9860c10978740930dde3af6eb3e926d40
56967 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
56968 Date:   Tue Apr 6 08:24:09 2010 +0000
56969
56970     Enclose the C data for tasks into a table so that user can attach more data to its task
56971     
56972     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7435 48e7efb5-ca39-0410-a469-dd3cf9ba447f
56973
56974 commit 0b95ddf4f391af1c99251b35cd95778c758aff35
56975 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
56976 Date:   Tue Apr 6 08:08:19 2010 +0000
56977
56978     Set sources files generated.
56979     
56980     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7434 48e7efb5-ca39-0410-a469-dd3cf9ba447f
56981
56982 commit 1c10b771a24147abe895cf16b9924ae8be3de071
56983 Author: pini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
56984 Date:   Fri Apr 2 09:03:50 2010 +0000
56985
56986     Pimple to get the message sizes
56987     
56988     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7433 48e7efb5-ca39-0410-a469-dd3cf9ba447f
56989
56990 commit 29af76860c8d693917872c2a0ed3d2a4c7a0388f
56991 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
56992 Date:   Thu Apr 1 15:34:31 2010 +0000
56993
56994     fix: forgot to properly update migration.tesh
56995     
56996     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7432 48e7efb5-ca39-0410-a469-dd3cf9ba447f
56997
56998 commit 32a360e1dd137189622add273df0235441f361ee
56999 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
57000 Date:   Thu Apr 1 15:32:09 2010 +0000
57001
57002     Add a look for files which permits to generate source files.
57003     
57004     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7431 48e7efb5-ca39-0410-a469-dd3cf9ba447f
57005
57006 commit 134f910a16482c5a637e4351d1e3d888efadf35b
57007 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
57008 Date:   Thu Apr 1 15:30:21 2010 +0000
57009
57010     updating migration.tesh to new output
57011     
57012     details:
57013     - we add some MSG_process_sleep's in the code
57014     to make a good visualization of process
57015     migration in the future
57016     
57017     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7430 48e7efb5-ca39-0410-a469-dd3cf9ba447f
57018
57019 commit 7dc32b45a60779e81ee8e3d4b9d7f8e78fc1e0b3
57020 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
57021 Date:   Thu Apr 1 15:20:04 2010 +0000
57022
57023     How can I be so stupid to need 3 commits for a simple fix?
57024     
57025     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7429 48e7efb5-ca39-0410-a469-dd3cf9ba447f
57026
57027 commit d5ee93c28e4539e9d66b83bd06798ef1eb387720
57028 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
57029 Date:   Thu Apr 1 15:11:45 2010 +0000
57030
57031     making the sources for the instrumentation be present in the distribution
57032     
57033     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7428 48e7efb5-ca39-0410-a469-dd3cf9ba447f
57034
57035 commit 572221a7949ce2c69f9fb408d697e7fe0ba93ba4
57036 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
57037 Date:   Thu Apr 1 15:11:44 2010 +0000
57038
57039     fix: forget to add private.h to TRACING_SRC
57040     
57041     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7427 48e7efb5-ca39-0410-a469-dd3cf9ba447f
57042
57043 commit df69932bb2b50828779ef804f85a16e6a84dfcd6
57044 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
57045 Date:   Thu Apr 1 14:51:44 2010 +0000
57046
57047     allow gras test to run in //
57048     
57049     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7426 48e7efb5-ca39-0410-a469-dd3cf9ba447f
57050
57051 commit 0c2ff3268deebf7a4ccc059a3142ca129353f9e2
57052 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
57053 Date:   Thu Apr 1 14:51:33 2010 +0000
57054
57055     kill windows cruft. Should use tesh2 when it works instead of visualbasic shit
57056     
57057     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7425 48e7efb5-ca39-0410-a469-dd3cf9ba447f
57058
57059 commit 957ddcd3f14516cd0c013bf244f8ab1eecbeaf03
57060 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
57061 Date:   Thu Apr 1 14:51:31 2010 +0000
57062
57063     cosmetics (sorry for the noise)
57064     
57065     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7424 48e7efb5-ca39-0410-a469-dd3cf9ba447f
57066
57067 commit a182030b5a8c0db05a1de18ca230b61e76363ebc
57068 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
57069 Date:   Thu Apr 1 14:17:02 2010 +0000
57070
57071     proper use of the HAVE_TRACING variable defined by Cmake through -Dtracing=on
57072     
57073     details:
57074     - cleaning some code (instr/config.h) that was autotools-related
57075     - created a Cmake rule to create a tracing_config.h that contains
57076     the preprocessor variable HAVE_TRACING
57077     - msg/datatypes.h and instr/instr.h needs to include tracing_config.h
57078     to not segfault because of the size of the task struct
57079     - .gitignore updated
57080     
57081     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7423 48e7efb5-ca39-0410-a469-dd3cf9ba447f
57082
57083 commit 21e348c392c2b7a818d7cd938d35c0bbc3f26922
57084 Author: schnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
57085 Date:   Thu Apr 1 14:17:01 2010 +0000
57086
57087     missing HAVE_TRACING ifdef/endif in smx_action.c
57088     
57089     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7422 48e7efb5-ca39-0410-a469-dd3cf9ba447f
57090
57091 commit 5c471ea7cf2c1ea761f5896ecf97c72e8134ee30
57092 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
57093 Date:   Thu Apr 1 14:11:10 2010 +0000
57094
57095     Modifiers working both on 32bits and 64bits to display uintptr_t
57096     
57097     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7421 48e7efb5-ca39-0410-a469-dd3cf9ba447f
57098
57099 commit 354fdb4b40e5266ad8effe4af0699ea96d44c3fe
57100 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
57101 Date:   Thu Apr 1 13:54:44 2010 +0000
57102
57103     trace the message size, not the size of the pointer pointing to the task (bummer)
57104     
57105     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7420 48e7efb5-ca39-0410-a469-dd3cf9ba447f
57106
57107 commit a74696e26072808485f4af3fe494ae8b854860d9
57108 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
57109 Date:   Thu Apr 1 13:54:42 2010 +0000
57110
57111     nope, dudes, this function is a standard one.
57112     
57113     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7419 48e7efb5-ca39-0410-a469-dd3cf9ba447f
57114
57115 commit f4d5cc7d545d867f635adb508301e61a2c86155e
57116 Author: pini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
57117 Date:   Thu Apr 1 13:52:46 2010 +0000
57118
57119     Picky gcc.
57120     
57121     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7418 48e7efb5-ca39-0410-a469-dd3cf9ba447f
57122
57123 commit 101b9f6ed0eda560b20d652818cd9956479ebece
57124 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
57125 Date:   Thu Apr 1 13:41:39 2010 +0000
57126
57127     Add a pimple to get the ability to trace the amount of messages per size as histogram in gnuplot. Should probably be done in a proper way. One day.
57128     
57129     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7417 48e7efb5-ca39-0410-a469-dd3cf9ba447f
57130
57131 commit 26b55135fbcd0f5b8c5f4be3a1261c363d93acbe
57132 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
57133 Date:   Thu Apr 1 13:41:37 2010 +0000
57134
57135     Make sure that dict of integers can be traversed too
57136     
57137     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7416 48e7efb5-ca39-0410-a469-dd3cf9ba447f
57138
57139 commit 76704f3ac0573d64cecc0f39d9f9f7296234bb93
57140 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
57141 Date:   Thu Apr 1 13:41:35 2010 +0000
57142
57143     xbt_dict: allow to have integer key and data
57144     
57145     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7415 48e7efb5-ca39-0410-a469-dd3cf9ba447f
57146
57147 commit 792e8e5edeefab13f57184a7f2d77a07d194a4e4
57148 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
57149 Date:   Thu Apr 1 13:31:15 2010 +0000
57150
57151     Reorganize order to make files when maintainer mode.
57152     
57153     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7414 48e7efb5-ca39-0410-a469-dd3cf9ba447f
57154
57155 commit e24f3cf85bc78d402e7d566585aee47d8525e3f8
57156 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
57157 Date:   Thu Apr 1 12:58:53 2010 +0000
57158
57159     Give more details about how make doc if it fails.
57160     
57161     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7413 48e7efb5-ca39-0410-a469-dd3cf9ba447f
57162
57163 commit 240ebba85df32f8fa2393b70e715e1d1e51d074e
57164 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
57165 Date:   Thu Apr 1 12:37:08 2010 +0000
57166
57167     Fix Bibtex2html pb.
57168     
57169     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7412 48e7efb5-ca39-0410-a469-dd3cf9ba447f
57170
57171 commit d44e21478c6405107f86b2139d5b7d3393b936f3
57172 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
57173 Date:   Thu Apr 1 12:04:49 2010 +0000
57174
57175     Add maintainer_mode generate files.
57176     
57177     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7411 48e7efb5-ca39-0410-a469-dd3cf9ba447f
57178
57179 commit 2e34be2422787c141687494ff6fd486f6f8155e8
57180 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
57181 Date:   Thu Apr 1 12:04:48 2010 +0000
57182
57183     Add testall to cmake.
57184     
57185     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7410 48e7efb5-ca39-0410-a469-dd3cf9ba447f
57186
57187 commit 1b30f00857843f1cee60814ed519ff82e8ef4787
57188 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
57189 Date:   Thu Apr 1 11:22:39 2010 +0000
57190
57191     Huge import with Lucas tracing modifications.
57192     
57193     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7409 48e7efb5-ca39-0410-a469-dd3cf9ba447f
57194
57195 commit 75a383f8746398463787fa9a8505f417f2ca3eae
57196 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
57197 Date:   Wed Mar 31 16:19:59 2010 +0000
57198
57199     use differing temporary directory names so that the tests can be run in //
57200     
57201     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7408 48e7efb5-ca39-0410-a469-dd3cf9ba447f
57202
57203 commit bcf35c7a7402fa3388e193f2ecd1cf30ee411276
57204 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
57205 Date:   Wed Mar 31 16:06:40 2010 +0000
57206
57207     2 bugs in 5 lines, gone under radar for 6 months (until Pierre give a PPC box a try)
57208     
57209     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7407 48e7efb5-ca39-0410-a469-dd3cf9ba447f
57210
57211 commit 1e792abfbe4fd5d06426416504a1507604f9b3ab
57212 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
57213 Date:   Wed Mar 31 14:04:55 2010 +0000
57214
57215     Generate files in good order.
57216     
57217     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7406 48e7efb5-ca39-0410-a469-dd3cf9ba447f
57218
57219 commit a40e5f45b454e80d7019b356f876a5239eaaf78f
57220 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
57221 Date:   Wed Mar 31 13:35:44 2010 +0000
57222
57223     Change yes value to 1 value.
57224     
57225     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7405 48e7efb5-ca39-0410-a469-dd3cf9ba447f
57226
57227 commit f583eea12f82640c644ef6e50c1c4d1ff28fd6ab
57228 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
57229 Date:   Wed Mar 31 13:28:16 2010 +0000
57230
57231     Add check for HAVE_POSIX_GETTIME.
57232     
57233     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7404 48e7efb5-ca39-0410-a469-dd3cf9ba447f
57234
57235 commit 3494ee5801310bb656d7e1ddd8cb1dfdca4fb1d3
57236 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
57237 Date:   Wed Mar 31 10:19:46 2010 +0000
57238
57239     Correction of the flexml part.
57240     
57241     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7403 48e7efb5-ca39-0410-a469-dd3cf9ba447f
57242
57243 commit e67f5a9a4b03ef81a4be31005fe8bde1968ec168
57244 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
57245 Date:   Tue Mar 30 16:12:21 2010 +0000
57246
57247     Add time and date to distrib.
57248     
57249     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7402 48e7efb5-ca39-0410-a469-dd3cf9ba447f
57250
57251 commit acf016d2bed60472d1c27d3059a81852ed47d183
57252 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
57253 Date:   Tue Mar 30 15:50:34 2010 +0000
57254
57255     Add debug to flexml.
57256     
57257     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7401 48e7efb5-ca39-0410-a469-dd3cf9ba447f
57258
57259 commit 60def087fd2fb718926d91c8fdcd30e04ba696a7
57260 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
57261 Date:   Tue Mar 30 15:23:18 2010 +0000
57262
57263     Enable java with distcheck.
57264     
57265     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7400 48e7efb5-ca39-0410-a469-dd3cf9ba447f
57266
57267 commit 8fe1e3cca5bb3ef3d4ed2d2940eac845ed956f90
57268 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
57269 Date:   Tue Mar 30 15:17:22 2010 +0000
57270
57271     Add make distcheck command and rename make package by make dist.
57272     
57273     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7399 48e7efb5-ca39-0410-a469-dd3cf9ba447f
57274
57275 commit 585e88a8584949c3033db68c8af327487af9e780
57276 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
57277 Date:   Tue Mar 30 14:40:36 2010 +0000
57278
57279     --help-models display the long description of all known models
57280     
57281     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7398 48e7efb5-ca39-0410-a469-dd3cf9ba447f
57282
57283 commit 3edb9d59fdb648834d32bdee00b6608c8f743086
57284 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
57285 Date:   Tue Mar 30 14:05:47 2010 +0000
57286
57287     Add a long description to the models, and make it visible by passing the right command line argument
57288     
57289     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7397 48e7efb5-ca39-0410-a469-dd3cf9ba447f
57290
57291 commit aacd9f8add17dd8f9e3e36ab08a236583547b4a6
57292 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
57293 Date:   Tue Mar 30 13:36:51 2010 +0000
57294
57295     Option for debug print.
57296     
57297     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7396 48e7efb5-ca39-0410-a469-dd3cf9ba447f
57298
57299 commit 65ed12738b3113afdcb29e4c5fd177cbae2ac856
57300 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
57301 Date:   Tue Mar 30 13:19:44 2010 +0000
57302
57303     Allow to set latency_factor, bandwidth_factor and weight_S parameters of the network models from the command line
57304     
57305     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7395 48e7efb5-ca39-0410-a469-dd3cf9ba447f
57306
57307 commit 9f54e5c450791e19b01f31e86c93e5a603fd0c4b
57308 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
57309 Date:   Tue Mar 30 11:54:11 2010 +0000
57310
57311     Rename configuration variables *_model into */model (to start a hierarchy)
57312     
57313     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7394 48e7efb5-ca39-0410-a469-dd3cf9ba447f
57314
57315 commit 4ed8be9e9f7601bd85bbea22ee0cf80ed2266c41
57316 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
57317 Date:   Tue Mar 30 11:54:08 2010 +0000
57318
57319     add the ability to set a default value after registration
57320     
57321     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7393 48e7efb5-ca39-0410-a469-dd3cf9ba447f
57322
57323 commit f9f61beda52cb096a19f11d339b6a1a25825f17b
57324 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
57325 Date:   Tue Mar 30 09:51:24 2010 +0000
57326
57327     Solve problem with lib name of java ruby and lua.
57328     
57329     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7392 48e7efb5-ca39-0410-a469-dd3cf9ba447f
57330
57331 commit bb6902cbf8cdc3d647d5ad40e0028aa84b63e149
57332 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
57333 Date:   Tue Mar 30 08:46:00 2010 +0000
57334
57335     fix SD_task_get_execution_time() when communication or computation arrays are NULL
57336     
57337     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7391 48e7efb5-ca39-0410-a469-dd3cf9ba447f
57338
57339 commit e332d52fbf38250d6ec9db77860effd494c73bf0
57340 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
57341 Date:   Fri Mar 26 21:33:06 2010 +0000
57342
57343     Copy directly the lua task from stack to stack. Allows to remove the pimple where I increased the refcount of ctask to prevent in advance garbage collection
57344     
57345     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7390 48e7efb5-ca39-0410-a469-dd3cf9ba447f
57346
57347 commit 1935959838c77517301ec0438b61ef3a213f497d
57348 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
57349 Date:   Fri Mar 26 17:50:22 2010 +0000
57350
57351     Memcheck again...
57352     
57353     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7389 48e7efb5-ca39-0410-a469-dd3cf9ba447f
57354
57355 commit d2fba919a016b9f04237c245e6b30373e5b7c30f
57356 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
57357 Date:   Fri Mar 26 16:41:30 2010 +0000
57358
57359     New ruby example "Quick-Sort" ( Sending Data within tasks )
57360     
57361     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7388 48e7efb5-ca39-0410-a469-dd3cf9ba447f
57362
57363 commit bb1fb42414ea85e89372f665865fe8c4975ba0ad
57364 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
57365 Date:   Fri Mar 26 14:52:56 2010 +0000
57366
57367     Add tests for memcheck with perl.
57368     
57369     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7387 48e7efb5-ca39-0410-a469-dd3cf9ba447f
57370
57371 commit 3fed8dfc00286ce4df0341262e278298df401b78
57372 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
57373 Date:   Fri Mar 26 14:34:29 2010 +0000
57374
57375     allowing to send tasks containing "ruby task" value plus "the user data"
57376     
57377     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7386 48e7efb5-ca39-0410-a469-dd3cf9ba447f
57378
57379 commit 7a8207992d6e3fb13af3d4bc5777ddc1458b0592
57380 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
57381 Date:   Fri Mar 26 13:57:21 2010 +0000
57382
57383     Add tests for memcheck.
57384     
57385     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7385 48e7efb5-ca39-0410-a469-dd3cf9ba447f
57386
57387 commit 05f71650ba57d60f6accd2d734cbb41cf8d3aea1
57388 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
57389 Date:   Thu Mar 25 17:08:28 2010 +0000
57390
57391     make sure it still compiles with pthreads
57392     
57393     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7384 48e7efb5-ca39-0410-a469-dd3cf9ba447f
57394
57395 commit 53c08972a4d829892c151915f9f236c72bdf4165
57396 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
57397 Date:   Thu Mar 25 16:09:41 2010 +0000
57398
57399     Add context to ccmake option.
57400     
57401     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7383 48e7efb5-ca39-0410-a469-dd3cf9ba447f
57402
57403 commit c10fd9cd99402735e777cc4f6774e5b7265c372f
57404 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
57405 Date:   Thu Mar 25 15:05:06 2010 +0000
57406
57407     Enable code coverage by option.
57408     
57409     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7382 48e7efb5-ca39-0410-a469-dd3cf9ba447f
57410
57411 commit 479b4a276cabbbce6596afa606b469a7e6a45fad
57412 Author: pini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
57413 Date:   Thu Mar 25 14:49:26 2010 +0000
57414
57415     Compile without profiling flags by default
57416     
57417     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7381 48e7efb5-ca39-0410-a469-dd3cf9ba447f
57418
57419 commit 754e1a7ba2e848c71744fada5470e27e75f384f4
57420 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
57421 Date:   Thu Mar 25 14:49:09 2010 +0000
57422
57423     Ensure that we can launch mk_supernovae.sh after a distrib.
57424     
57425     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7380 48e7efb5-ca39-0410-a469-dd3cf9ba447f
57426
57427 commit 0c8f6e25b5f4c2d43e89c600b99d63b4362f71ac
57428 Author: pini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
57429 Date:   Thu Mar 25 14:41:54 2010 +0000
57430
57431     Removed trailing whitespace
57432     
57433     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7379 48e7efb5-ca39-0410-a469-dd3cf9ba447f
57434
57435 commit a3cfaa2faa67ffc56086239c68bc548fc48f3e62
57436 Author: pini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
57437 Date:   Thu Mar 25 14:41:50 2010 +0000
57438
57439     More MPI calls support in SMPI
57440     
57441     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7378 48e7efb5-ca39-0410-a469-dd3cf9ba447f
57442
57443 commit 998dfc15cf89b4e8ebba31507b4e9dbd86784e1c
57444 Author: pini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
57445 Date:   Thu Mar 25 14:41:39 2010 +0000
57446
57447     Added MPI_COMM_SELF.
57448     
57449     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7377 48e7efb5-ca39-0410-a469-dd3cf9ba447f
57450
57451 commit 7714fc5bbe13ed29b56d0b2e637f1d5c0b320684
57452 Author: pini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
57453 Date:   Thu Mar 25 14:41:36 2010 +0000
57454
57455     Ignore some more temporary files.
57456     
57457     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7376 48e7efb5-ca39-0410-a469-dd3cf9ba447f
57458
57459 commit 64c0a3e0d8f5518e5f61a8043844c770280787f0
57460 Author: pini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
57461 Date:   Thu Mar 25 14:41:25 2010 +0000
57462
57463     gcc likes it when you say 'please'.
57464     
57465     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7375 48e7efb5-ca39-0410-a469-dd3cf9ba447f
57466
57467 commit 2cea7f0885bae353473a0fad2ca431e104ce28fe
57468 Author: pini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
57469 Date:   Thu Mar 25 14:41:22 2010 +0000
57470
57471     Ensure smpicc is executable.
57472     
57473     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7374 48e7efb5-ca39-0410-a469-dd3cf9ba447f
57474
57475 commit a321c6c29f2ef6c7de3dfd00f6ce8e454bde0ab6
57476 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
57477 Date:   Thu Mar 25 14:04:53 2010 +0000
57478
57479     Add necessary files to distrib.
57480     
57481     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7373 48e7efb5-ca39-0410-a469-dd3cf9ba447f
57482
57483 commit 2a1d5de9bec0f061a37c7219b6d522032ad6eb24
57484 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
57485 Date:   Thu Mar 25 13:54:06 2010 +0000
57486
57487     check result when sending/receiving tasks
57488     
57489     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7372 48e7efb5-ca39-0410-a469-dd3cf9ba447f
57490
57491 commit 0f7698660d1ad8ab24d92e4c746d521de60e23be
57492 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
57493 Date:   Thu Mar 25 12:42:42 2010 +0000
57494
57495     Fix a bug with Fedora.
57496     
57497     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7371 48e7efb5-ca39-0410-a469-dd3cf9ba447f
57498
57499 commit b58f3f6f03e31bc9c72edc51e95ba3d2ef6314c6
57500 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
57501 Date:   Thu Mar 25 11:51:44 2010 +0000
57502
57503     ??? What is it ???
57504     
57505     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7370 48e7efb5-ca39-0410-a469-dd3cf9ba447f
57506
57507 commit d8140e3968ce48b88ed456a7a57f43d8b287f15b
57508 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
57509 Date:   Thu Mar 25 11:42:57 2010 +0000
57510
57511     ??? What is it ???
57512     
57513     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7369 48e7efb5-ca39-0410-a469-dd3cf9ba447f
57514
57515 commit 34aac51dc3a8db653435e8fa28555bc1fdfe8ddb
57516 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
57517 Date:   Thu Mar 25 11:35:38 2010 +0000
57518
57519     Compile smpi examples with smpicc. Fix lualib location problem with Fedora.
57520     
57521     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7368 48e7efb5-ca39-0410-a469-dd3cf9ba447f
57522
57523 commit 16b973adc7848352f530190ec27096d902205afc
57524 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
57525 Date:   Thu Mar 25 10:51:38 2010 +0000
57526
57527     cleanups
57528     
57529     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7367 48e7efb5-ca39-0410-a469-dd3cf9ba447f
57530
57531 commit abbdfcabf6484851e69dc0b86de7eb508513d0e0
57532 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
57533 Date:   Thu Mar 25 10:13:57 2010 +0000
57534
57535     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7366 48e7efb5-ca39-0410-a469-dd3cf9ba447f
57536
57537 commit 7cadf006325a78fd618cb033c58f150c88ecf316
57538 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
57539 Date:   Thu Mar 25 10:13:26 2010 +0000
57540
57541     add MSG_task_has_data function
57542     
57543     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7365 48e7efb5-ca39-0410-a469-dd3cf9ba447f
57544
57545 commit 8f42885d1fe3c944178e9cbceb2074ca069b3959
57546 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
57547 Date:   Thu Mar 25 10:02:29 2010 +0000
57548
57549     trying to pass lua task as a data instead new allocation
57550     
57551     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7364 48e7efb5-ca39-0410-a469-dd3cf9ba447f
57552
57553 commit d65d1121602ae06e7c9854a07099aaaa60f40bbd
57554 Author: pini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
57555 Date:   Thu Mar 25 09:56:12 2010 +0000
57556
57557     Cleanup.
57558     
57559     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7363 48e7efb5-ca39-0410-a469-dd3cf9ba447f
57560
57561 commit 918433d7f1baaac89a2b4cdf047709810da96d21
57562 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
57563 Date:   Thu Mar 25 09:55:51 2010 +0000
57564
57565     use the smpi(cc|run).in which are in the source tree, and kill the dupplicates hiden under buildtools/cmake
57566     
57567     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7362 48e7efb5-ca39-0410-a469-dd3cf9ba447f
57568
57569 commit c8fa841f00c107e79cc314ad458c0c960ba33dbb
57570 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
57571 Date:   Wed Mar 24 17:26:03 2010 +0000
57572
57573     (allHost method :using MSG_get_host_number(/table)  methods instead calling the globals private variables of MSG
57574     
57575     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7361 48e7efb5-ca39-0410-a469-dd3cf9ba447f
57576
57577 commit a9dd3fa12c8d23484e04bc5d28a07d2c3bec8e9d
57578 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
57579 Date:   Wed Mar 24 17:18:17 2010 +0000
57580
57581     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7360 48e7efb5-ca39-0410-a469-dd3cf9ba447f
57582
57583 commit 89ad83fdc4abbd81ac53c60b9d1056ccb5486356
57584 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
57585 Date:   Wed Mar 24 17:17:56 2010 +0000
57586
57587     fixing some privacy violation ( no more #include "msg/private.h") in ruby bindings code
57588     
57589     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7359 48e7efb5-ca39-0410-a469-dd3cf9ba447f
57590
57591 commit 763a261066247a3639a8162d1e4d5a015f9654a5
57592 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
57593 Date:   Wed Mar 24 16:59:50 2010 +0000
57594
57595     more respect to others privacy
57596     
57597     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7358 48e7efb5-ca39-0410-a469-dd3cf9ba447f
57598
57599 commit 8bf7c810ed53b509cc062dff51830ec5b2d72405
57600 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
57601 Date:   Wed Mar 24 16:14:23 2010 +0000
57602
57603     Changes way to find lualib.h and lauxlib.h.
57604     
57605     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7357 48e7efb5-ca39-0410-a469-dd3cf9ba447f
57606
57607 commit 33ad1bb9ae9ed898b8786ea08d7910d5a162aff4
57608 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
57609 Date:   Wed Mar 24 16:07:42 2010 +0000
57610
57611     Add a MSG_task_set_data() function
57612     
57613     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7356 48e7efb5-ca39-0410-a469-dd3cf9ba447f
57614
57615 commit bade7819027c2a130262142c85ea31377df893c9
57616 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
57617 Date:   Wed Mar 24 16:07:41 2010 +0000
57618
57619     one more FIXME/TODO for medhi
57620     
57621     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7355 48e7efb5-ca39-0410-a469-dd3cf9ba447f
57622
57623 commit 9aa001ef0746e32402c0c9542df3016d1f015595
57624 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
57625 Date:   Wed Mar 24 16:07:30 2010 +0000
57626
57627     Tiny optimization: save a call to xbt_swag_size() if debug is not enabled
57628     
57629     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7354 48e7efb5-ca39-0410-a469-dd3cf9ba447f
57630
57631 commit 580fbce01e7beb0f1fc2f2ea3d88cd17aa576e4a
57632 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
57633 Date:   Wed Mar 24 16:07:28 2010 +0000
57634
57635     further cleanups
57636     
57637     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7353 48e7efb5-ca39-0410-a469-dd3cf9ba447f
57638
57639 commit ce9dafe16aea73e616819c229332ac87e5cec165
57640 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
57641 Date:   Wed Mar 24 15:30:59 2010 +0000
57642
57643     Delete old file.
57644     
57645     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7352 48e7efb5-ca39-0410-a469-dd3cf9ba447f
57646
57647 commit eccc5dad653e75b82a3dc12a46c13c291e878f49
57648 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
57649 Date:   Wed Mar 24 15:28:32 2010 +0000
57650
57651     Delete a redefine warning.
57652     
57653     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7351 48e7efb5-ca39-0410-a469-dd3cf9ba447f
57654
57655 commit 1d46e9fde2472b17695ddfb00e1f96bf752eec5d
57656 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
57657 Date:   Wed Mar 24 15:25:31 2010 +0000
57658
57659     Compact source code for Making Doc.
57660     
57661     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7350 48e7efb5-ca39-0410-a469-dd3cf9ba447f
57662
57663 commit b972c0a1648acb5be7b667b7fa91408d8adb890b
57664 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
57665 Date:   Wed Mar 24 14:57:32 2010 +0000
57666
57667     Verification of the bibtex2html version before make doc.
57668     
57669     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7349 48e7efb5-ca39-0410-a469-dd3cf9ba447f
57670
57671 commit 642c740f31b1e3de8938567e846f178214931fe1
57672 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
57673 Date:   Wed Mar 24 13:16:34 2010 +0000
57674
57675     Rename lib simgrid_static to libsimgrid.
57676     
57677     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7348 48e7efb5-ca39-0410-a469-dd3cf9ba447f
57678
57679 commit 0dc9f3b06f4cda6aea2412e03eac238df0824f90
57680 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
57681 Date:   Wed Mar 24 12:56:38 2010 +0000
57682
57683     Delete dash files after generate doc.
57684     
57685     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7347 48e7efb5-ca39-0410-a469-dd3cf9ba447f
57686
57687 commit 0458902daf2a6861327ed719251d0306e8a37a3c
57688 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
57689 Date:   Wed Mar 24 12:35:29 2010 +0000
57690
57691     Make doc coorection.
57692     
57693     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7346 48e7efb5-ca39-0410-a469-dd3cf9ba447f
57694
57695 commit 484b4e771b829f8d409a0be487e9310badf77f5d
57696 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
57697 Date:   Wed Mar 24 10:39:41 2010 +0000
57698
57699     Add make html command to cmake.
57700     
57701     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7345 48e7efb5-ca39-0410-a469-dd3cf9ba447f
57702
57703 commit 0a03cd809dd45e3645a54feffe364d8f2b33d71e
57704 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
57705 Date:   Wed Mar 24 09:26:39 2010 +0000
57706
57707     "new ruby host method"
57708     
57709     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7344 48e7efb5-ca39-0410-a469-dd3cf9ba447f
57710
57711 commit b741a113c7876123f9c4dd34209ffabfb0d6905c
57712 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
57713 Date:   Wed Mar 24 09:17:47 2010 +0000
57714
57715     Rename MSG_TIMEOUT_FAILURE into MSG_TIMEOUT
57716     
57717     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7343 48e7efb5-ca39-0410-a469-dd3cf9ba447f
57718
57719 commit 0c5058e854366019f429316340bff257dd01cbb4
57720 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
57721 Date:   Tue Mar 23 22:00:23 2010 +0000
57722
57723     Rename MSG_TIMEOUT_FAILURE into MSG_TIMEOUT for sake of logic
57724     
57725     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7342 48e7efb5-ca39-0410-a469-dd3cf9ba447f
57726
57727 commit 388fcaf14d2431fe6482c4370ae7efb5121b3949
57728 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
57729 Date:   Tue Mar 23 22:00:02 2010 +0000
57730
57731     Document the fact that lua works, and some facts about java
57732     
57733     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7341 48e7efb5-ca39-0410-a469-dd3cf9ba447f
57734
57735 commit 460bf13957aee18682f280a06910bd4032342fe4
57736 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
57737 Date:   Tue Mar 23 21:49:56 2010 +0000
57738
57739     Lua works!
57740     I don't even have to write a context mechanism. Lua vm's fine with
57741     having swapcontextes changing the world around it. It's also fine with
57742     threads doing so, as long as they dont do it at the exact same time
57743     (but we're just fine in SimGrid).
57744     
57745     Some more cleanups are needed, I guess.
57746     
57747     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7340 48e7efb5-ca39-0410-a469-dd3cf9ba447f
57748
57749 commit 06aaaaffb5ec865a880e32dcff6768792ce78446
57750 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
57751 Date:   Tue Mar 23 21:49:36 2010 +0000
57752
57753     Fix the commit introducing MSG_task_ref by actually introducing it, not only its prototype
57754     
57755     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7339 48e7efb5-ca39-0410-a469-dd3cf9ba447f
57756
57757 commit 57e127e1d35b1dad0498e3f0c3ee36efc05b78a7
57758 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
57759 Date:   Tue Mar 23 21:49:16 2010 +0000
57760
57761     use local variable in each user code so that they don't get intermixed with each other
57762     
57763     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7338 48e7efb5-ca39-0410-a469-dd3cf9ba447f
57764
57765 commit cf720a7646091413c4e7dd81ee640c1d93bd1fcc
57766 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
57767 Date:   Tue Mar 23 21:48:56 2010 +0000
57768
57769     try to get it compiling with paranoid gcc flags
57770     
57771     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7337 48e7efb5-ca39-0410-a469-dd3cf9ba447f
57772
57773 commit 1bff4c4aa3caab353f2b4121456efde822cad955
57774 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
57775 Date:   Tue Mar 23 21:48:35 2010 +0000
57776
57777     add a dangerous MSG_task_ref() needed by lua to not free tasks twice when they get release by the GC
57778     
57779     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7336 48e7efb5-ca39-0410-a469-dd3cf9ba447f
57780
57781 commit 8603374ce982b2b94df8f042c4528637bd15ab0b
57782 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
57783 Date:   Tue Mar 23 16:49:30 2010 +0000
57784
57785     Add files to .gitignore and add a command line to FAQ.
57786     
57787     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7335 48e7efb5-ca39-0410-a469-dd3cf9ba447f
57788
57789 commit 318bcc114181c269f881648768046c679108f1df
57790 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
57791 Date:   Tue Mar 23 16:42:14 2010 +0000
57792
57793     Add a -I flag for lua.
57794     
57795     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7334 48e7efb5-ca39-0410-a469-dd3cf9ba447f
57796
57797 commit 5b5084366c15e59aa392fb49e326e01ae18714a2
57798 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
57799 Date:   Tue Mar 23 15:52:45 2010 +0000
57800
57801     ignore timing errors since they are really useless
57802     
57803     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7333 48e7efb5-ca39-0410-a469-dd3cf9ba447f
57804
57805 commit ba58c8b937ee08fc2b46be62a50b0b3ff0b0104f
57806 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
57807 Date:   Tue Mar 23 15:52:35 2010 +0000
57808
57809     Stupid typo
57810     
57811     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7332 48e7efb5-ca39-0410-a469-dd3cf9ba447f
57812
57813 commit 2ef3f94cd202b5a9dfc271e735f8c1e837204953
57814 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
57815 Date:   Tue Mar 23 15:52:33 2010 +0000
57816
57817     lame attempt to fix it, but I guess I should remove it and use ctest now
57818     
57819     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7331 48e7efb5-ca39-0410-a469-dd3cf9ba447f
57820
57821 commit a93a427eea20199640bf3a2df057a7061db382f5
57822 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
57823 Date:   Tue Mar 23 15:12:29 2010 +0000
57824
57825     Update sources for java.
57826     
57827     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7330 48e7efb5-ca39-0410-a469-dd3cf9ba447f
57828
57829 commit ce5ee68125ab22add8b4c60a955785f59ced9b65
57830 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
57831 Date:   Tue Mar 23 15:12:28 2010 +0000
57832
57833     Take into account the new cmake infrastructure plus some other files that had not be added here yet.
57834     
57835     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7329 48e7efb5-ca39-0410-a469-dd3cf9ba447f
57836
57837 commit 7566bc0a7e8108371301ffa22d5f80631573c2cd
57838 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
57839 Date:   Tue Mar 23 15:12:28 2010 +0000
57840
57841     Remove automatically generated files.
57842     
57843     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7328 48e7efb5-ca39-0410-a469-dd3cf9ba447f
57844
57845 commit 1fcefdf51c34cc1bee8cfbd6199a47e6e09f1edb
57846 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
57847 Date:   Tue Mar 23 14:44:01 2010 +0000
57848
57849     make git happy with cmake
57850     
57851     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7326 48e7efb5-ca39-0410-a469-dd3cf9ba447f
57852
57853 commit 81ad14909afec966676bf84910b44264d0f95205
57854 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
57855 Date:   Tue Mar 23 14:43:50 2010 +0000
57856
57857     Add to cmake a file that I just added to the source tree
57858     
57859     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7325 48e7efb5-ca39-0410-a469-dd3cf9ba447f
57860
57861 commit 32fe07f8df4ba32d9c294a8c182a9396b2dacf72
57862 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
57863 Date:   Tue Mar 23 14:43:48 2010 +0000
57864
57865     begin conversion of lua contextes to sysv ones to ensure that we can yield C code
57866     
57867     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7324 48e7efb5-ca39-0410-a469-dd3cf9ba447f
57868
57869 commit 2b0e833b299b04a1502b647df1a8ff240f9ea753
57870 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
57871 Date:   Tue Mar 23 14:43:38 2010 +0000
57872
57873     Make the sysv context mechanism inheritable (lua will do so)
57874     
57875     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7323 48e7efb5-ca39-0410-a469-dd3cf9ba447f
57876
57877 commit b1a2e45431d13cdf45ec8b1c91bf7d6ca8377c9d
57878 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
57879 Date:   Tue Mar 23 14:43:36 2010 +0000
57880
57881     Sanitize the includes of context objects declarations (was dupplicated and a bit too public)
57882     
57883     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7322 48e7efb5-ca39-0410-a469-dd3cf9ba447f
57884
57885 commit 37660891e8abc73342ad3c8dcb5d927d9631b212
57886 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
57887 Date:   Tue Mar 23 14:30:49 2010 +0000
57888
57889     Remove useless files.
57890     
57891     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7321 48e7efb5-ca39-0410-a469-dd3cf9ba447f
57892
57893 commit 963aa331797f0bc1a8173af4b3970205bcbfbd0c
57894 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
57895 Date:   Tue Mar 23 14:30:46 2010 +0000
57896
57897     Massive mv to use cmake as the default compilation infrastructure.
57898     
57899     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7320 48e7efb5-ca39-0410-a469-dd3cf9ba447f
57900
57901 commit c4c833db81bfe0a8631d28976f89a55a1f042fb9
57902 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
57903 Date:   Tue Mar 23 14:30:35 2010 +0000
57904
57905     Rename gras_config.h.in to c_gras_config.h.in in order to avoid a conflict with autotools
57906     
57907     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7319 48e7efb5-ca39-0410-a469-dd3cf9ba447f
57908
57909 commit 45e4a0138127373a56c1f3f91a5198e372cea2a1
57910 Author: genaud <genaud@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
57911 Date:   Tue Mar 23 14:20:55 2010 +0000
57912
57913     Oops. Forgot to commit these ones
57914     
57915     
57916     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7318 48e7efb5-ca39-0410-a469-dd3cf9ba447f
57917
57918 commit a4b4fd8c686e435785200b4df8315ee5185b9201
57919 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
57920 Date:   Tue Mar 23 13:15:13 2010 +0000
57921
57922     bummer. Let's add all the needed files to the svn (sorry)
57923     
57924     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7317 48e7efb5-ca39-0410-a469-dd3cf9ba447f
57925
57926 commit ac4b1f28abf1cd9b7448e8277fdc7cb57c89e982
57927 Author: genaud <genaud@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
57928 Date:   Tue Mar 23 13:00:45 2010 +0000
57929
57930     MPI_MAXLOC & MPI_MINLOC + all associated datatype MPI_DOUBLE_INT, MPI_FLOAT_INT, etc.
57931     
57932     
57933     
57934     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7316 48e7efb5-ca39-0410-a469-dd3cf9ba447f
57935
57936 commit 6becfef67157c00c805c26e018c14aec857403e2
57937 Author: genaud <genaud@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
57938 Date:   Tue Mar 23 12:59:56 2010 +0000
57939
57940     warning unused variable i prevent from building
57941     
57942     
57943     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7315 48e7efb5-ca39-0410-a469-dd3cf9ba447f
57944
57945 commit c73f2fe7c4b3dc6deeae12389ae22387928f0872
57946 Author: genaud <genaud@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
57947 Date:   Tue Mar 23 12:59:10 2010 +0000
57948
57949     - implemented MPI_MAXLOC & MPI_MINLOC in operations
57950     - added fields _count and _cancelled to MPI_Status struct
57951     - implemented MPI_Get_count()
57952     
57953     
57954     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7314 48e7efb5-ca39-0410-a469-dd3cf9ba447f
57955
57956 commit 41e5b29e0df3bdb4a38c15883788861dbb791504
57957 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
57958 Date:   Tue Mar 23 12:38:30 2010 +0000
57959
57960     Fix last commit of Medhi so that the Java bindings still commit
57961     
57962     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7313 48e7efb5-ca39-0410-a469-dd3cf9ba447f
57963
57964 commit b6c6164308f31135f38e80ab2ad9869825cdf871
57965 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
57966 Date:   Tue Mar 23 12:38:28 2010 +0000
57967
57968     Import reorganization (thanks eclipse)
57969     
57970     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7312 48e7efb5-ca39-0410-a469-dd3cf9ba447f
57971
57972 commit a6a397ff4796b51612a295c39ce1f762ea9933e6
57973 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
57974 Date:   Tue Mar 23 12:26:32 2010 +0000
57975
57976     Factorize a lot of code in context factories through a proper object implementation
57977     
57978     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7311 48e7efb5-ca39-0410-a469-dd3cf9ba447f
57979
57980 commit 995f4b8d55d3c6f2047962c524fdfab415d7a1ac
57981 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
57982 Date:   Tue Mar 23 12:26:29 2010 +0000
57983
57984     Kill MSG_WARNING and MSG_FATAL return codes
57985     
57986     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7310 48e7efb5-ca39-0410-a469-dd3cf9ba447f
57987
57988 commit 84ed556b8c7cf58207b813f2104075767c837d36
57989 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
57990 Date:   Tue Mar 23 12:26:26 2010 +0000
57991
57992     Kill MSG_WARNING and MSG_FATAL return codes
57993     
57994     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7309 48e7efb5-ca39-0410-a469-dd3cf9ba447f
57995
57996 commit 13e36e7d7378077df05f126c50f87108518a6ea7
57997 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
57998 Date:   Tue Mar 23 10:43:36 2010 +0000
57999
58000     removing NativeExpection and adding others
58001     
58002     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7308 48e7efb5-ca39-0410-a469-dd3cf9ba447f
58003
58004 commit 783330183a9467a718d61db43d7fa372c149613e
58005 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
58006 Date:   Tue Mar 23 10:42:57 2010 +0000
58007
58008     please add path to MakeFile
58009     
58010     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7307 48e7efb5-ca39-0410-a469-dd3cf9ba447f
58011
58012 commit 408547ca521e2624b17a3a5e29bc8efa0baef805
58013 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
58014 Date:   Tue Mar 23 09:11:40 2010 +0000
58015
58016     Java sources.
58017     
58018     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7306 48e7efb5-ca39-0410-a469-dd3cf9ba447f
58019
58020 commit d32b7bd0e7f81e57a139a5bcd719d04d2825b1a4
58021 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
58022 Date:   Tue Mar 23 00:50:35 2010 +0000
58023
58024     more verbose on error
58025     
58026     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7305 48e7efb5-ca39-0410-a469-dd3cf9ba447f
58027
58028 commit da40a399ba4a195c4c15fb4b9a74ceb48b843df2
58029 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
58030 Date:   Tue Mar 23 00:50:14 2010 +0000
58031
58032     fixes to make dist
58033     
58034     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7304 48e7efb5-ca39-0410-a469-dd3cf9ba447f
58035
58036 commit dc061ae1d3507d0e3b7d3569553b31cb6709702e
58037 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
58038 Date:   Tue Mar 23 00:49:54 2010 +0000
58039
58040     kill arg 'old_ctx' of function resume in context factory. Was only used when killing a process, and no binding implemented this correctly (since it was not natural)
58041     
58042     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7303 48e7efb5-ca39-0410-a469-dd3cf9ba447f
58043
58044 commit 31d9cf4f2f23373557e5b0a5e741582fdaf9063b
58045 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
58046 Date:   Tue Mar 23 00:49:34 2010 +0000
58047
58048     reimplement SIMIX_process_kill() without SIMIX_process_schedule() so that the latter can take as invariant that it is called from maestro
58049     
58050     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7302 48e7efb5-ca39-0410-a469-dd3cf9ba447f
58051
58052 commit 7e71d73eb6728d8d498d010976f038789049c131
58053 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
58054 Date:   Tue Mar 23 00:49:14 2010 +0000
58055
58056     Merge context_start into context_new to simplify the soup
58057     
58058     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7301 48e7efb5-ca39-0410-a469-dd3cf9ba447f
58059
58060 commit 273f840b0cbfdf3ce198781ad3c7ea195eac7135
58061 Author: genaud <genaud@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
58062 Date:   Mon Mar 22 23:03:53 2010 +0000
58063
58064     added MPI_Get_processor_name()
58065     
58066     
58067     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7300 48e7efb5-ca39-0410-a469-dd3cf9ba447f
58068
58069 commit 052c8009f409968d789bfb546d8f0af57a78c6c6
58070 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
58071 Date:   Mon Mar 22 17:19:15 2010 +0000
58072
58073     further cleanups of the java bindings
58074     
58075     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7299 48e7efb5-ca39-0410-a469-dd3cf9ba447f
58076
58077 commit 04cb78f32377e433ce4d2d152e03a68c32c42fd0
58078 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
58079 Date:   Mon Mar 22 16:29:22 2010 +0000
58080
58081     Use nanosecond timers if found
58082     
58083     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7298 48e7efb5-ca39-0410-a469-dd3cf9ba447f
58084
58085 commit fe1f35a08a06923fe38c33f3299ac89e56f50998
58086 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
58087 Date:   Mon Mar 22 16:27:02 2010 +0000
58088
58089     Host Methods
58090     
58091     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7297 48e7efb5-ca39-0410-a469-dd3cf9ba447f
58092
58093 commit eed3e7fe019d793e0fa646512ffad1cabf9c61de
58094 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
58095 Date:   Mon Mar 22 10:44:47 2010 +0000
58096
58097     Correction of a bug.
58098     
58099     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7296 48e7efb5-ca39-0410-a469-dd3cf9ba447f
58100
58101 commit 7cadd89d711803dd768f9c9b59968188f4ce285e
58102 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
58103 Date:   Mon Mar 22 10:28:48 2010 +0000
58104
58105     By default active lua and ruby.
58106     
58107     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7295 48e7efb5-ca39-0410-a469-dd3cf9ba447f
58108
58109 commit 521aa2e579bdf76e25487fb6b9019e78ec75ad32
58110 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
58111 Date:   Mon Mar 22 10:09:51 2010 +0000
58112
58113     Second try at lua. Still does not work: I get a 'attempt to yield across metamethod/C-call boundary' error...
58114     
58115     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7294 48e7efb5-ca39-0410-a469-dd3cf9ba447f
58116
58117 commit cf422acd1a7a2fc27b76d9d82db6f778e97a3092
58118 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
58119 Date:   Mon Mar 22 10:09:49 2010 +0000
58120
58121     various cosmetics improvements
58122     
58123     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7293 48e7efb5-ca39-0410-a469-dd3cf9ba447f
58124
58125 commit 29ce1e7d528fc6f69c014cac44c0bbaf6e4aba06
58126 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
58127 Date:   Mon Mar 22 10:09:39 2010 +0000
58128
58129     More informative error message
58130     
58131     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7292 48e7efb5-ca39-0410-a469-dd3cf9ba447f
58132
58133 commit 1845901199042029852ddcb9a4175477d4ea5d07
58134 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
58135 Date:   Mon Mar 22 10:09:37 2010 +0000
58136
58137     less printfs, more proper debug
58138     
58139     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7291 48e7efb5-ca39-0410-a469-dd3cf9ba447f
58140
58141 commit d63082ddf272639cfc695dd677d69a0f12300898
58142 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
58143 Date:   Mon Mar 22 10:09:26 2010 +0000
58144
58145     more robustness in the code by not ignoring situations that we don't now how to deal with (instead, die loudly)
58146     
58147     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7290 48e7efb5-ca39-0410-a469-dd3cf9ba447f
58148
58149 commit 3ed4ea95a1697675036cac997673c05353f52968
58150 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
58151 Date:   Mon Mar 22 10:09:24 2010 +0000
58152
58153     typo--
58154     
58155     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7289 48e7efb5-ca39-0410-a469-dd3cf9ba447f
58156
58157 commit 6c6bf90ad8b5c7e80f862ae71d084e8c5ea2cddc
58158 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
58159 Date:   Mon Mar 22 10:09:14 2010 +0000
58160
58161     kill dead code, and unallocate argv
58162     
58163     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7288 48e7efb5-ca39-0410-a469-dd3cf9ba447f
58164
58165 commit 42ac5e80ccbf5fed01bb4cf4d57014adac494c1e
58166 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
58167 Date:   Mon Mar 22 10:09:12 2010 +0000
58168
58169     tiny improvement of error messages
58170     
58171     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7287 48e7efb5-ca39-0410-a469-dd3cf9ba447f
58172
58173 commit b896234de3ca57fe6f6f6d28af162fb85b9da2ac
58174 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
58175 Date:   Mon Mar 22 10:09:02 2010 +0000
58176
58177     One more FIXME to achieve for code simplification
58178     
58179     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7286 48e7efb5-ca39-0410-a469-dd3cf9ba447f
58180
58181 commit 16edf70b872e2d607cbb9122f6168a85e27f3721
58182 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
58183 Date:   Mon Mar 22 10:09:00 2010 +0000
58184
58185     tiny improvement of error messages
58186     
58187     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7285 48e7efb5-ca39-0410-a469-dd3cf9ba447f
58188
58189 commit 985d8e345147b42e580f7135929d262257fb851e
58190 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
58191 Date:   Mon Mar 22 10:08:49 2010 +0000
58192
58193     tiny optimizations
58194     
58195     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7284 48e7efb5-ca39-0410-a469-dd3cf9ba447f
58196
58197 commit 2f103150600f743e837df1aceb9da1edfb919a89
58198 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
58199 Date:   Mon Mar 22 10:08:47 2010 +0000
58200
58201     remove typos
58202     
58203     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7283 48e7efb5-ca39-0410-a469-dd3cf9ba447f
58204
58205 commit f101547f1541d1a3c30d05d97650221331452461
58206 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
58207 Date:   Mon Mar 22 10:08:37 2010 +0000
58208
58209     reduce verbosity: debug is almost over
58210     
58211     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7282 48e7efb5-ca39-0410-a469-dd3cf9ba447f
58212
58213 commit 9999d947d16b7a513fd906638b4199fc1db4bfd1
58214 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
58215 Date:   Mon Mar 22 10:08:35 2010 +0000
58216
58217     use small_platform.xml here
58218     
58219     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7281 48e7efb5-ca39-0410-a469-dd3cf9ba447f
58220
58221 commit 899acefd93d11294fb3022aaba3b12bdd28e3ca3
58222 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
58223 Date:   Mon Mar 22 09:41:47 2010 +0000
58224
58225     Java doesn't work on MAC for the moment...
58226     
58227     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7280 48e7efb5-ca39-0410-a469-dd3cf9ba447f
58228
58229 commit f0858849f7b5fb066a76711a2fa710c2942affbc
58230 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
58231 Date:   Fri Mar 19 16:27:31 2010 +0000
58232
58233     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7279 48e7efb5-ca39-0410-a469-dd3cf9ba447f
58234
58235 commit 7bcd4cc9d936caa1d23579f7aca67e68fade2a36
58236 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
58237 Date:   Fri Mar 19 16:27:02 2010 +0000
58238
58239     Ruby Msg Binding : new Methods and new Example
58240     
58241     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7278 48e7efb5-ca39-0410-a469-dd3cf9ba447f
58242
58243 commit 04be9af900b47a1dd0ac623d9e3dfe3cc658c17f
58244 Author: pini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
58245 Date:   Fri Mar 19 16:20:34 2010 +0000
58246
58247     Maybe this time I got it right.
58248     
58249     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7277 48e7efb5-ca39-0410-a469-dd3cf9ba447f
58250
58251 commit d2cbbb88f648cbb93b4ba124e572ff4d363cac95
58252 Author: pini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
58253 Date:   Fri Mar 19 14:07:11 2010 +0000
58254
58255     We want the output for rank 0 as well...
58256     
58257     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7276 48e7efb5-ca39-0410-a469-dd3cf9ba447f
58258
58259 commit 1cf83d8b6d8f117236c74b8218a13a2e7e9769d6
58260 Author: pini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
58261 Date:   Fri Mar 19 12:30:20 2010 +0000
58262
58263     Fix bugs in SMPE.
58264     
58265     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7275 48e7efb5-ca39-0410-a469-dd3cf9ba447f
58266
58267 commit 93a44592f2e075710723814e39fc3ec3fe93888b
58268 Author: pini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
58269 Date:   Thu Mar 18 20:36:13 2010 +0000
58270
58271     Make SMPE's output to look more like clog2_print's one
58272     
58273     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7274 48e7efb5-ca39-0410-a469-dd3cf9ba447f
58274
58275 commit 3188bf813cdbb766deb1bd3ba2be8512a1664fca
58276 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
58277 Date:   Thu Mar 18 16:36:26 2010 +0000
58278
58279     Verif lua with Darwin.
58280     
58281     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7273 48e7efb5-ca39-0410-a469-dd3cf9ba447f
58282
58283 commit d686f0e96a0287118f5afc357dff3e0c1a969c2f
58284 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
58285 Date:   Thu Mar 18 16:29:03 2010 +0000
58286
58287     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7272 48e7efb5-ca39-0410-a469-dd3cf9ba447f
58288
58289 commit 54b32cae9f67ca8c817172d97c5702fc6c33f341
58290 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
58291 Date:   Thu Mar 18 16:26:59 2010 +0000
58292
58293     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7271 48e7efb5-ca39-0410-a469-dd3cf9ba447f
58294
58295 commit 23436dcdc124bde8deb55df96988e7939a39f145
58296 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
58297 Date:   Thu Mar 18 16:23:40 2010 +0000
58298
58299     simple example ruby using simdag (first tests)
58300     
58301     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7270 48e7efb5-ca39-0410-a469-dd3cf9ba447f
58302
58303 commit 131e40753b3b0da5fa092583cf48fec9d88f46bd
58304 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
58305 Date:   Thu Mar 18 14:16:33 2010 +0000
58306
58307     FAQ and remove a test properties.
58308     
58309     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7269 48e7efb5-ca39-0410-a469-dd3cf9ba447f
58310
58311 commit 6f7bbe6f7809459cfc7dbb2fc49d2f4a3b24903e
58312 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
58313 Date:   Wed Mar 17 18:09:42 2010 +0000
58314
58315     Add subsection to FAQ.
58316     
58317     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7268 48e7efb5-ca39-0410-a469-dd3cf9ba447f
58318
58319 commit e321dbd795003359d76f440733cfa3013a0d7854
58320 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
58321 Date:   Wed Mar 17 16:05:17 2010 +0000
58322
58323     rename TimeoutFailureException to TimeoutException
58324     
58325     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7267 48e7efb5-ca39-0410-a469-dd3cf9ba447f
58326
58327 commit c145441c571f0376d8b0a93ac6b2e4c2f7e228b8
58328 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
58329 Date:   Wed Mar 17 13:37:12 2010 +0000
58330
58331     initiate the release cycle for 3.3.5 (and let's see if everybody is UTF clean around ;)
58332     
58333     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7266 48e7efb5-ca39-0410-a469-dd3cf9ba447f
58334
58335 commit d68adbd25c391187195d9a9ff4aadbaf2326e613
58336 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
58337 Date:   Wed Mar 17 11:32:14 2010 +0000
58338
58339     Revalidate the timings: Initial and Final tasks are now empty, and thus lead to no time shift
58340     
58341     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7265 48e7efb5-ca39-0410-a469-dd3cf9ba447f
58342
58343 commit ff4cb50da99dff92aba52db9c9a34bc6aee08788
58344 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
58345 Date:   Wed Mar 17 11:22:47 2010 +0000
58346
58347     fix the examples now that they can throw potentially more exception types
58348     
58349     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7264 48e7efb5-ca39-0410-a469-dd3cf9ba447f
58350
58351 commit 181bf639ab120f75d897fd531573ade22076a123
58352 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
58353 Date:   Wed Mar 17 11:22:36 2010 +0000
58354
58355     rename TimeoutFailureException to TimeoutException
58356     
58357     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7263 48e7efb5-ca39-0410-a469-dd3cf9ba447f
58358
58359 commit 6953fd6644e9592d95edc854f126a7be5eeca43b
58360 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
58361 Date:   Wed Mar 17 11:22:34 2010 +0000
58362
58363     Add the new exceptions to the build chain
58364     
58365     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7262 48e7efb5-ca39-0410-a469-dd3cf9ba447f
58366
58367 commit cb32691df917d727efc1384faf5ec0a18511f135
58368 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
58369 Date:   Wed Mar 17 10:36:30 2010 +0000
58370
58371     missing exceptions
58372     
58373     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7261 48e7efb5-ca39-0410-a469-dd3cf9ba447f
58374
58375 commit 60ef872d5e96a7fa7b8ab43162d73517197e1c3c
58376 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
58377 Date:   Wed Mar 17 10:21:31 2010 +0000
58378
58379     AAAAh. let's try to fix the fix of a fix. Correctly if possible
58380     
58381     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7260 48e7efb5-ca39-0410-a469-dd3cf9ba447f
58382
58383 commit 5f9c9649e91db8cb9b4df86bf03f77240df05750
58384 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
58385 Date:   Wed Mar 17 10:20:25 2010 +0000
58386
58387     And now, a version that compiles, bummer (load the right includes, even if they are internals because part of simix. Not clean but works)
58388     
58389     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7259 48e7efb5-ca39-0410-a469-dd3cf9ba447f
58390
58391 commit 9813f515720315101489e5c5e6831617708e9f83
58392 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
58393 Date:   Wed Mar 17 10:20:23 2010 +0000
58394
58395     release_forever is supposed to open the latch. Let's do so
58396     
58397     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7258 48e7efb5-ca39-0410-a469-dd3cf9ba447f
58398
58399 commit 9a877ba41cb963c7d32a71d935b29e37b01f1617
58400 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
58401 Date:   Wed Mar 17 10:03:26 2010 +0000
58402
58403     Implement the barrier action of MSG actions
58404     
58405     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7257 48e7efb5-ca39-0410-a469-dd3cf9ba447f
58406
58407 commit 954f038683247f1e21f94c45ad2f449ffb83b1e5
58408 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
58409 Date:   Wed Mar 17 10:03:24 2010 +0000
58410
58411     add a SIMIX_sem_get_capacity() function
58412     
58413     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7256 48e7efb5-ca39-0410-a469-dd3cf9ba447f
58414
58415 commit d8178c8f3d3ade4087f2d219a6312222190c85d2
58416 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
58417 Date:   Wed Mar 17 09:30:02 2010 +0000
58418
58419     optimize: strings that are only used on debug should only get computed when debug is enabled
58420     
58421     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7255 48e7efb5-ca39-0410-a469-dd3cf9ba447f
58422
58423 commit 6fcbb4a4045896ba18c5484846be648b8a717c52
58424 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
58425 Date:   Wed Mar 17 09:30:00 2010 +0000
58426
58427     tell the user how to get the lua bindings in configure status message
58428     
58429     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7254 48e7efb5-ca39-0410-a469-dd3cf9ba447f
58430
58431 commit aa8517953e2f1156706b9803ac0d71662f0d342c
58432 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
58433 Date:   Mon Mar 15 13:30:40 2010 +0000
58434
58435     detailed output messages if MSG_task_send failed
58436     
58437     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7253 48e7efb5-ca39-0410-a469-dd3cf9ba447f
58438
58439 commit 745a1a1590f6a2de6cc220eaee86489b8e6f743d
58440 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
58441 Date:   Mon Mar 15 10:47:52 2010 +0000
58442
58443     FAQ update for Cmake.
58444     
58445     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7252 48e7efb5-ca39-0410-a469-dd3cf9ba447f
58446
58447 commit 5626a8b6f080af08c680b708ad2266896fea4ff1
58448 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
58449 Date:   Mon Mar 15 10:41:51 2010 +0000
58450
58451     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7251 48e7efb5-ca39-0410-a469-dd3cf9ba447f
58452
58453 commit 0ff207b9e492129a12c9e892ee4b9de9d70f3a63
58454 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
58455 Date:   Mon Mar 15 10:40:39 2010 +0000
58456
58457     throw the right exception corresponding to TimeoutFailureException
58458     
58459     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7250 48e7efb5-ca39-0410-a469-dd3cf9ba447f
58460
58461 commit a3e91f11ae040c35d9dc3d2b319017607cd66909
58462 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
58463 Date:   Mon Mar 15 10:07:28 2010 +0000
58464
58465     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7249 48e7efb5-ca39-0410-a469-dd3cf9ba447f
58466
58467 commit 6d640ca2a6ebe67c9b800e4ac1395862c807d844
58468 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
58469 Date:   Mon Mar 15 10:04:41 2010 +0000
58470
58471     throw the right exception corresponding to HostFailureException, TransferFailureException
58472     
58473     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7248 48e7efb5-ca39-0410-a469-dd3cf9ba447f
58474
58475 commit 349f41400e5b647fe8b5825a8e6339ad7ebec3b4
58476 Author: pini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
58477 Date:   Sat Mar 13 17:19:59 2010 +0000
58478
58479     Expand space-separated values of --log and --cfg arguments.
58480     
58481     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7247 48e7efb5-ca39-0410-a469-dd3cf9ba447f
58482
58483 commit 394a9cd893e93ee04bf4a8f6ff4ad5a8697a0e82
58484 Author: pini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
58485 Date:   Sat Mar 13 16:24:03 2010 +0000
58486
58487     Plug the memleak of smx_rdv_t
58488     
58489     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7246 48e7efb5-ca39-0410-a469-dd3cf9ba447f
58490
58491 commit 051bd71525a329eea5c81d0588ccc76fdcd459f0
58492 Author: pini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
58493 Date:   Sat Mar 13 16:24:00 2010 +0000
58494
58495     Keep SMPI data in the SMPI layer
58496     
58497     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7245 48e7efb5-ca39-0410-a469-dd3cf9ba447f
58498
58499 commit 35c4cf812c42955616889d655c9d482e2d3332e7
58500 Author: pini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
58501 Date:   Sat Mar 13 16:23:55 2010 +0000
58502
58503     Fixed buggy implementation of MPI_Waitsome
58504     
58505     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7244 48e7efb5-ca39-0410-a469-dd3cf9ba447f
58506
58507 commit d56232e032acc80b981a9e7bbb9c27b4bcd3f384
58508 Author: pini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
58509 Date:   Sat Mar 13 16:23:51 2010 +0000
58510
58511     Fixed two more unclean execution paths
58512     
58513     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7243 48e7efb5-ca39-0410-a469-dd3cf9ba447f
58514
58515 commit 9ad959d48fa6a513def7651fbcc70f50ad0f0c04
58516 Author: pini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
58517 Date:   Sat Mar 13 16:23:47 2010 +0000
58518
58519     Bugfix to dirty cleanup of SIMIX from SMPI.
58520     
58521     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7242 48e7efb5-ca39-0410-a469-dd3cf9ba447f
58522
58523 commit 18e13a976a3f6f1d695de22d17c3b91befdba176
58524 Author: pini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
58525 Date:   Sat Mar 13 16:23:43 2010 +0000
58526
58527     Move misplaced memleak fix.
58528     
58529     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7241 48e7efb5-ca39-0410-a469-dd3cf9ba447f
58530
58531 commit 83ad7badf138111000ddf9b456fb80890924093b
58532 Author: pini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
58533 Date:   Sat Mar 13 16:23:40 2010 +0000
58534
58535     Move a cleanup call to a better place.
58536     
58537     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7240 48e7efb5-ca39-0410-a469-dd3cf9ba447f
58538
58539 commit 1d2a442708064da9020cf0574bc35ba0b6f712e6
58540 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
58541 Date:   Fri Mar 12 17:26:06 2010 +0000
58542
58543     plug a tiny memleak
58544     
58545     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7239 48e7efb5-ca39-0410-a469-dd3cf9ba447f
58546
58547 commit aa9e8fc1b2c24338a883043a363005e6b1a3d619
58548 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
58549 Date:   Fri Mar 12 17:09:33 2010 +0000
58550
58551     kill crude debugging info for ruby: that part of the shit works now
58552     
58553     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7238 48e7efb5-ca39-0410-a469-dd3cf9ba447f
58554
58555 commit f6665f4c39a88f3f422c45dfb4287f3ccd73d72a
58556 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
58557 Date:   Fri Mar 12 17:09:31 2010 +0000
58558
58559     Warn when there is some remaining actions in the system we're freeing because it reveals bugs on interface code
58560     
58561     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7237 48e7efb5-ca39-0410-a469-dd3cf9ba447f
58562
58563 commit 4127785827a5debfc03b9e6c09a7bfc45513951e
58564 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
58565 Date:   Fri Mar 12 17:09:20 2010 +0000
58566
58567     a bit more info on how to guess the right gamma value on linux boxes
58568     
58569     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7236 48e7efb5-ca39-0410-a469-dd3cf9ba447f
58570
58571 commit 66b5c263d184ba5f80c0da7114d5d085bd198e84
58572 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
58573 Date:   Fri Mar 12 17:09:19 2010 +0000
58574
58575     add a pointer to the DAX generator from the loader
58576     
58577     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7235 48e7efb5-ca39-0410-a469-dd3cf9ba447f
58578
58579 commit 0f5be108d96c6287f028c2e123dc04c2441ce84e
58580 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
58581 Date:   Fri Mar 12 17:09:08 2010 +0000
58582
58583     Bummer, that's not the way to change the network model
58584     
58585     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7234 48e7efb5-ca39-0410-a469-dd3cf9ba447f
58586
58587 commit d6f64088a282b8b328e80b618d7078d8fedb5582
58588 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
58589 Date:   Fri Mar 12 17:09:06 2010 +0000
58590
58591     Protect spaces in arguments forwarded to simgrid
58592     
58593     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7233 48e7efb5-ca39-0410-a469-dd3cf9ba447f
58594
58595 commit c0cd1012b35aa6e68298c5a0f590e43ca958b005
58596 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
58597 Date:   Fri Mar 12 16:34:18 2010 +0000
58598
58599     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7232 48e7efb5-ca39-0410-a469-dd3cf9ba447f
58600
58601 commit 738c88593ac343673ac69682fb1cc1dc465772e0
58602 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
58603 Date:   Fri Mar 12 16:30:02 2010 +0000
58604
58605     better synchronization , cleanin' up ruby process ,it works
58606     
58607     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7231 48e7efb5-ca39-0410-a469-dd3cf9ba447f
58608
58609 commit 97b6ff4d14c12f1c914adbf9788dd224413992d4
58610 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
58611 Date:   Fri Mar 12 14:27:54 2010 +0000
58612
58613     Restruct
58614     
58615     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7230 48e7efb5-ca39-0410-a469-dd3cf9ba447f
58616
58617 commit b555da5bdc03a8e0c79119ae73df75f32e179ebf
58618 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
58619 Date:   Fri Mar 12 13:53:42 2010 +0000
58620
58621     Correct dependences for simgrid.
58622     
58623     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7229 48e7efb5-ca39-0410-a469-dd3cf9ba447f
58624
58625 commit 840b0951c780f19baac5794da91b52a113fe1c4e
58626 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
58627 Date:   Fri Mar 12 13:02:52 2010 +0000
58628
58629     Add Cmake to FAQ.
58630     
58631     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7228 48e7efb5-ca39-0410-a469-dd3cf9ba447f
58632
58633 commit 17af7a6b57c5056f8544c59e9f6c078364ff542b
58634 Author: pini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
58635 Date:   Fri Mar 12 10:20:32 2010 +0000
58636
58637     Cosmetics in SMPI and bugfix for a nasty bug in SIMIX (failed to destroy surf actions).
58638     
58639     
58640     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7227 48e7efb5-ca39-0410-a469-dd3cf9ba447f
58641
58642 commit 58f56bf3dd3beeb8e252d1f55998aafc0794afbe
58643 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
58644 Date:   Thu Mar 11 16:44:29 2010 +0000
58645
58646     propagate the network model tweaks to simgrid
58647     
58648     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7226 48e7efb5-ca39-0410-a469-dd3cf9ba447f
58649
58650 commit 54ce1078962f1acdd7af97bc1c27d13d1c6396cc
58651 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
58652 Date:   Thu Mar 11 15:21:50 2010 +0000
58653
58654     Rename CPACK to Cmake.
58655     
58656     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7225 48e7efb5-ca39-0410-a469-dd3cf9ba447f
58657
58658 commit 743d783b7f96055b312f7d9daf4ccb48efc4c2f7
58659 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
58660 Date:   Thu Mar 11 15:16:40 2010 +0000
58661
58662     Reorganize directories.
58663     
58664     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7224 48e7efb5-ca39-0410-a469-dd3cf9ba447f
58665
58666 commit 5388ef6910cafc858fc38edcbee0566c07ea5ed1
58667 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
58668 Date:   Thu Mar 11 15:04:02 2010 +0000
58669
58670     Refresh directories.
58671     
58672     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7223 48e7efb5-ca39-0410-a469-dd3cf9ba447f
58673
58674 commit 5f0a20a11dc5241c3c397b89d732a38adfc1f3cc
58675 Author: pini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
58676 Date:   Thu Mar 11 15:03:06 2010 +0000
58677
58678     Oops, this shouldn't have make it to the repository.
58679     
58680     
58681     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7222 48e7efb5-ca39-0410-a469-dd3cf9ba447f
58682
58683 commit 4c74bb7b6f2398da81ce462cbdfd9c5a77ffa683
58684 Author: pini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
58685 Date:   Thu Mar 11 14:47:35 2010 +0000
58686
58687     Added our tweaked version of NAS benchmarks.
58688     
58689     
58690     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7221 48e7efb5-ca39-0410-a469-dd3cf9ba447f
58691
58692 commit d12142c9dc382512752775d0cca043bb1aef3f86
58693 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
58694 Date:   Thu Mar 11 13:38:44 2010 +0000
58695
58696     Delete char / for cdash compatibility.
58697     
58698     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7220 48e7efb5-ca39-0410-a469-dd3cf9ba447f
58699
58700 commit f174a2e16e6114a2a3088eafef70498686157b8e
58701 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
58702 Date:   Thu Mar 11 10:04:06 2010 +0000
58703
58704     Set distrib name with pipol var if it is possible.
58705     
58706     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7219 48e7efb5-ca39-0410-a469-dd3cf9ba447f
58707
58708 commit 17d4a7d5c95d752ba57150fd68955c80da3f46d7
58709 Author: pini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
58710 Date:   Wed Mar 10 20:05:01 2010 +0000
58711
58712     Some versions of gcc can be very picky.
58713     
58714     
58715     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7218 48e7efb5-ca39-0410-a469-dd3cf9ba447f
58716
58717 commit c0c9308d1e7285bc644770cd0d7cd588a2724770
58718 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
58719 Date:   Wed Mar 10 19:59:05 2010 +0000
58720
58721     Change way to compile with java.
58722     
58723     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7217 48e7efb5-ca39-0410-a469-dd3cf9ba447f
58724
58725 commit 70a4807fd97891fc01f5cbc559211edcd4f9cc4b
58726 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
58727 Date:   Wed Mar 10 15:43:54 2010 +0000
58728
58729     Take care of LD_LIBRARY_PATH.
58730     
58731     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7216 48e7efb5-ca39-0410-a469-dd3cf9ba447f
58732
58733 commit f2ca7ff89eb1f6a1b19879d91e870ac53b1b5767
58734 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
58735 Date:   Wed Mar 10 15:17:53 2010 +0000
58736
58737     Correction of a bug when make with gtnets.
58738     
58739     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7215 48e7efb5-ca39-0410-a469-dd3cf9ba447f
58740
58741 commit 349cdc51047a1f4497af5a3e9f01c6f3da678059
58742 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
58743 Date:   Tue Mar 9 17:39:37 2010 +0000
58744
58745     Those two tests passed now.
58746     
58747     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7214 48e7efb5-ca39-0410-a469-dd3cf9ba447f
58748
58749 commit dc3f0e9f1358703880c1103ebe15149a2c60b5fb
58750 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
58751 Date:   Tue Mar 9 16:36:08 2010 +0000
58752
58753     moving processFactory class
58754     
58755     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7213 48e7efb5-ca39-0410-a469-dd3cf9ba447f
58756
58757 commit f2463e54883bde88d1e5f0748393342ecd1c79b4
58758 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
58759 Date:   Tue Mar 9 16:23:01 2010 +0000
58760
58761     Notice.
58762     
58763     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7212 48e7efb5-ca39-0410-a469-dd3cf9ba447f
58764
58765 commit 3a070af2e0076db5432ce00a012dc9a1ea31cbe8
58766 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
58767 Date:   Tue Mar 9 16:03:49 2010 +0000
58768
58769     Correct some bug.
58770     
58771     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7211 48e7efb5-ca39-0410-a469-dd3cf9ba447f
58772
58773 commit 2d463157519de9760cdb7403a1548093944400d0
58774 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
58775 Date:   Tue Mar 9 15:44:20 2010 +0000
58776
58777     Explain the user why the java bindings are not usable when they are
58778     
58779     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7210 48e7efb5-ca39-0410-a469-dd3cf9ba447f
58780
58781 commit ba396a22c7708838392f2d9210c4d55ea655808c
58782 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
58783 Date:   Tue Mar 9 14:42:25 2010 +0000
58784
58785     Include all files called by tests.
58786     
58787     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7209 48e7efb5-ca39-0410-a469-dd3cf9ba447f
58788
58789 commit 73019a14cdf5bc3b45decfdf938b6021f916d554
58790 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
58791 Date:   Tue Mar 9 09:59:56 2010 +0000
58792
58793     Delete init step.
58794     
58795     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7208 48e7efb5-ca39-0410-a469-dd3cf9ba447f
58796
58797 commit 454b70c5a1190dabba800aa80c525724859b3935
58798 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
58799 Date:   Tue Mar 9 09:51:01 2010 +0000
58800
58801     Refresh or delete some options.
58802     
58803     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7207 48e7efb5-ca39-0410-a469-dd3cf9ba447f
58804
58805 commit 16dd4462054b2f22e97c7813f57088d5df7c27d4
58806 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
58807 Date:   Mon Mar 8 16:06:38 2010 +0000
58808
58809     Still have to kill runnin' processes (on simix level)and clean  ruby world when nothing is left to do
58810     
58811     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7206 48e7efb5-ca39-0410-a469-dd3cf9ba447f
58812
58813 commit 5b6830658ae00f48fbca5a43ed666c98301b163c
58814 Author: pini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
58815 Date:   Mon Mar 8 13:04:59 2010 +0000
58816
58817     Cosmetics + basic support for printing the simulated time spent in MPI calls (use with --cfg=SMPE:1).
58818     
58819     
58820     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7205 48e7efb5-ca39-0410-a469-dd3cf9ba447f
58821
58822 commit 0d1840a527cbbc437e17dbd7d09c94ef48fbb07b
58823 Author: pini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
58824 Date:   Fri Mar 5 12:47:19 2010 +0000
58825
58826     Don't try to survive something we don't know how to deal with.
58827     
58828     
58829     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7204 48e7efb5-ca39-0410-a469-dd3cf9ba447f
58830
58831 commit 4cf3e4e9a47b349606e27b77d407c6bf0594f330
58832 Author: pini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
58833 Date:   Fri Mar 5 12:22:42 2010 +0000
58834
58835     Fix SIMIX_network_copy_data against SMPI (to be tested against ruby bindings).
58836     
58837     
58838     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7203 48e7efb5-ca39-0410-a469-dd3cf9ba447f
58839
58840 commit 3c67cbdbcd451a8059eba237a886c19faa0f4ebe
58841 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
58842 Date:   Fri Mar 5 09:24:19 2010 +0000
58843
58844     Try to fix the finalization process of ruby simulations. THE REST WORKS, yuhu
58845     
58846     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7202 48e7efb5-ca39-0410-a469-dd3cf9ba447f
58847
58848 commit 48dcdffeef3c0a64242eac72c2af3ae336e7e6bd
58849 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
58850 Date:   Fri Mar 5 09:24:16 2010 +0000
58851
58852     damn dynamic typing preventing from checking source validity at compilation
58853     
58854     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7201 48e7efb5-ca39-0410-a469-dd3cf9ba447f
58855
58856 commit 2ff238ea83a45fc56e3f1ab089f3163d066b3551
58857 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
58858 Date:   Fri Mar 5 09:24:04 2010 +0000
58859
58860     We must put the location where we copy the task
58861     pointer to on the heap, because the stack may move
58862     during the context switches (damn ruby internals)
58863     
58864     This kills a "invalid write" error by reading what we copied into the
58865     heap
58866     
58867     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7200 48e7efb5-ca39-0410-a469-dd3cf9ba447f
58868
58869 commit 2cba8fd12799e5332f13621f2e4e96c4752fa35b
58870 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
58871 Date:   Fri Mar 5 09:24:02 2010 +0000
58872
58873     SIMIX_network_copy_data() is a mess because it tries to allow passing
58874     arbitrary long memory chuncks in simix_network. It complicates stuff,
58875     and is hopeless anyway since it has not the full gras_datadesc power.
58876     So, let's stop trying that.
58877     
58878     When SIMIX_network_send(), don't pass a pointer's address (void**) as
58879     argument src_buf (which is declared void*). It was dereferenced twice
58880     in SIMIX_network_copy_data() anyway.
58881     
58882     The current situation is a bit more sane, even if further cleanups is
58883     needed: I guess that the data argument of SIMIX_network_send() become
58884     useless now, and I didn't cleanup my commit: that's full of useless
58885     FIXMEs.
58886     
58887     The motivation to this change was that ruby stacks may move to some
58888     other location in the memory on context switch (to extend it). So,
58889     trying to reuse a pointer to a variable living in the stack after a
58890     switch does not work. This commit kills a "invalid read".
58891     
58892     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7199 48e7efb5-ca39-0410-a469-dd3cf9ba447f
58893
58894 commit 15aaf080fc5a94e9f5f2e3190c0aff91b6cb16d3
58895 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
58896 Date:   Thu Mar 4 18:00:41 2010 +0000
58897
58898     Forgot one file to distrib.
58899     
58900     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7198 48e7efb5-ca39-0410-a469-dd3cf9ba447f
58901
58902 commit 119944a45cb3d4be487f309d738c43acdb742e4c
58903 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
58904 Date:   Thu Mar 4 17:16:01 2010 +0000
58905
58906     Change CPACK directory.
58907     
58908     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7197 48e7efb5-ca39-0410-a469-dd3cf9ba447f
58909
58910 commit 8e137da2c57fa1dfae772796bd2bf095cc3f1ce3
58911 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
58912 Date:   Thu Mar 4 16:39:26 2010 +0000
58913
58914     Forget some files in distrib.
58915     
58916     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7196 48e7efb5-ca39-0410-a469-dd3cf9ba447f
58917
58918 commit 5e306d27c1767c49c813e5d162da32bb09dbde92
58919 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
58920 Date:   Thu Mar 4 16:09:05 2010 +0000
58921
58922     Make the distrib.
58923     
58924     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7195 48e7efb5-ca39-0410-a469-dd3cf9ba447f
58925
58926 commit fdeb7287e5c157e988bdee7a31a7d4f31b613fd7
58927 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
58928 Date:   Thu Mar 4 15:57:56 2010 +0000
58929
58930     tiny optim: copy in one shot when possible (ie always given how this function is currently called)
58931     
58932     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7194 48e7efb5-ca39-0410-a469-dd3cf9ba447f
58933
58934 commit 18e8a1c4541f992e82b48f3d17202ba6fd5386a0
58935 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
58936 Date:   Thu Mar 4 15:57:35 2010 +0000
58937
58938     Even more debugging info
58939     
58940     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7193 48e7efb5-ca39-0410-a469-dd3cf9ba447f
58941
58942 commit 3a9b798b57c4829af0d66681aa7ca29e401aa9f8
58943 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
58944 Date:   Thu Mar 4 14:56:05 2010 +0000
58945
58946     Do not share the same argument container for every processes
58947     
58948     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7192 48e7efb5-ca39-0410-a469-dd3cf9ba447f
58949
58950 commit c76bb7ae607ab6035990371a23c9e2091d2d3161
58951 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
58952 Date:   Thu Mar 4 14:55:44 2010 +0000
58953
58954     More debug
58955     
58956     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7191 48e7efb5-ca39-0410-a469-dd3cf9ba447f
58957
58958 commit c95656c7c8741d0bf778d6432159feff56cae1b5
58959 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
58960 Date:   Thu Mar 4 14:46:24 2010 +0000
58961
58962     more debug
58963     
58964     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7190 48e7efb5-ca39-0410-a469-dd3cf9ba447f
58965
58966 commit 0e68761df671363be8da27a5824ec49f0fe91060
58967 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
58968 Date:   Thu Mar 4 14:46:04 2010 +0000
58969
58970     display correctly when processes are locked into a semaphore (forgot to augment this function when I added the semaphore concept to simix, sorry)
58971     
58972     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7189 48e7efb5-ca39-0410-a469-dd3cf9ba447f
58973
58974 commit 2f7cad576e9480fdb25d54b594154b9ae37981c7
58975 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
58976 Date:   Thu Mar 4 14:45:43 2010 +0000
58977
58978     Document ruby bindings in ChangeLog
58979     
58980     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7188 48e7efb5-ca39-0410-a469-dd3cf9ba447f
58981
58982 commit 9a14e695f6912f2e4e02cdf15b2b64501a4b0cf7
58983 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
58984 Date:   Thu Mar 4 14:45:23 2010 +0000
58985
58986     Add some files to constitute an example of split action replay
58987     
58988     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7187 48e7efb5-ca39-0410-a469-dd3cf9ba447f
58989
58990 commit fd01384ae2cbfe69fe80b99a1c0faa9c2ec84a37
58991 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
58992 Date:   Thu Mar 4 14:45:00 2010 +0000
58993
58994     various little cleanups
58995     
58996     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7186 48e7efb5-ca39-0410-a469-dd3cf9ba447f
58997
58998 commit 45bd401fb821078a722f1fe1a216880a89f71851
58999 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
59000 Date:   Thu Mar 4 13:13:39 2010 +0000
59001
59002     Permit to make the distrib.
59003     
59004     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7185 48e7efb5-ca39-0410-a469-dd3cf9ba447f
59005
59006 commit b2486284a8e1ce3f9f4c0d10019ae3f8c1c414d5
59007 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
59008 Date:   Thu Mar 4 11:05:08 2010 +0000
59009
59010     DeadLock
59011     
59012     
59013     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7184 48e7efb5-ca39-0410-a469-dd3cf9ba447f
59014
59015 commit 3af68c8fc4729e179162729f14d89be334937b3b
59016 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
59017 Date:   Thu Mar 4 10:37:50 2010 +0000
59018
59019     Two more little FIXMEs
59020     
59021     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7183 48e7efb5-ca39-0410-a469-dd3cf9ba447f
59022
59023 commit 91bec12b79ccabec119048b74d7e6f1814699dc5
59024 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
59025 Date:   Thu Mar 4 10:01:30 2010 +0000
59026
59027     redefinition of task and host ruby classes to adopte an object-oriented  approach
59028     
59029     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7182 48e7efb5-ca39-0410-a469-dd3cf9ba447f
59030
59031 commit f27c0d4560fe83cc032b50b681ee2e6e955b7f71
59032 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
59033 Date:   Wed Mar 3 18:01:01 2010 +0000
59034
59035     Cleanup log mess in ruby bindings, various cosmetics, restaure a FIXME which slept over, and add a few ones
59036     
59037     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7181 48e7efb5-ca39-0410-a469-dd3cf9ba447f
59038
59039 commit 2587272f3347483bbc236383b76c3a3ed219bad2
59040 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
59041 Date:   Wed Mar 3 17:17:21 2010 +0000
59042
59043     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7180 48e7efb5-ca39-0410-a469-dd3cf9ba447f
59044
59045 commit afea2e3d16f6311659578efe73fee155a0afb53a
59046 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
59047 Date:   Wed Mar 3 17:15:01 2010 +0000
59048
59049     removing ApplicationHandler ruby Class, keeping only C Handler to create Process
59050     
59051     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7179 48e7efb5-ca39-0410-a469-dd3cf9ba447f
59052
59053 commit 5820e7a5e514d2533a84d343bf4965b1297231b5
59054 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
59055 Date:   Wed Mar 3 16:41:14 2010 +0000
59056
59057     Add 5 tests to gtnets.
59058     
59059     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7178 48e7efb5-ca39-0410-a469-dd3cf9ba447f
59060
59061 commit 68c08dbb65b3b7f353b83b85a9acc45f408b02ff
59062 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
59063 Date:   Wed Mar 3 16:36:36 2010 +0000
59064
59065     Modular tests to improve report redabillity.
59066     
59067     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7177 48e7efb5-ca39-0410-a469-dd3cf9ba447f
59068
59069 commit c61a5d6341341d2523453555dfa918fbfbd8fc19
59070 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
59071 Date:   Wed Mar 3 16:20:50 2010 +0000
59072
59073     Add install to cmake.
59074     
59075     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7176 48e7efb5-ca39-0410-a469-dd3cf9ba447f
59076
59077 commit a06e616da86a22a21a02fcc9ddaf192cecdef2bc
59078 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
59079 Date:   Wed Mar 3 16:15:08 2010 +0000
59080
59081     bummer: I increased the amount of displayed info to track down an issue in ruby, but forgot to revert those changes, resulting in broken testsuites for others. Sorry
59082     
59083     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7175 48e7efb5-ca39-0410-a469-dd3cf9ba447f
59084
59085 commit 76c04d71c8291e609107f81e5d3a3c4e4adbbef7
59086 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
59087 Date:   Wed Mar 3 16:06:23 2010 +0000
59088
59089     SD_SCHED_NO_COST: Constant to use as cost in SD_task_schedule()
59090     
59091     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7174 48e7efb5-ca39-0410-a469-dd3cf9ba447f
59092
59093 commit 28ff3145de2017b10054daa66015a161ba1ede45
59094 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
59095 Date:   Wed Mar 3 12:55:37 2010 +0000
59096
59097     Generate doc with maintainer_mode and make gtnets tests
59098     
59099     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7172 48e7efb5-ca39-0410-a469-dd3cf9ba447f
59100
59101 commit 17535ea2d1c26036810d3f5636146c9454f0db93
59102 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
59103 Date:   Wed Mar 3 10:58:47 2010 +0000
59104
59105     Docs is working.
59106     
59107     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7171 48e7efb5-ca39-0410-a469-dd3cf9ba447f
59108
59109 commit 51f5efedb7e873fa0c82bdc8bb0aa78ae3e827c7
59110 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
59111 Date:   Tue Mar 2 17:10:10 2010 +0000
59112
59113     Further cleanups of ruby, plus add FIXME in ruby and Java for the next cleanups
59114     
59115     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7170 48e7efb5-ca39-0410-a469-dd3cf9ba447f
59116
59117 commit 23c076db121b7e1fd3710db48d3f1e177cbf9fd3
59118 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
59119 Date:   Tue Mar 2 17:09:48 2010 +0000
59120
59121     Acknoledge the fact that JniException is a runtime exception now: kill all its occurences in the examples
59122     
59123     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7169 48e7efb5-ca39-0410-a469-dd3cf9ba447f
59124
59125 commit 3c032abad3a8a87c160c55f49550035a69ec8349
59126 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
59127 Date:   Tue Mar 2 17:04:17 2010 +0000
59128
59129     Bibtex2html en c.
59130     
59131     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7168 48e7efb5-ca39-0410-a469-dd3cf9ba447f
59132
59133 commit 66c1b7030c35c15410e04b3382e8ecb051df1d27
59134 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
59135 Date:   Tue Mar 2 14:45:44 2010 +0000
59136
59137     Add flags for ruby when enable_ruby.
59138     
59139     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7167 48e7efb5-ca39-0410-a469-dd3cf9ba447f
59140
59141 commit c442ef037345cbeddfea52333a7305e64247efaa
59142 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
59143 Date:   Tue Mar 2 14:10:02 2010 +0000
59144
59145     Java tests pass.
59146     
59147     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7166 48e7efb5-ca39-0410-a469-dd3cf9ba447f
59148
59149 commit 8a547d09af8b0e723a39e5cb6269cf478655f67d
59150 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
59151 Date:   Tue Mar 2 13:24:56 2010 +0000
59152
59153     Try to compil java examples.
59154     
59155     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7165 48e7efb5-ca39-0410-a469-dd3cf9ba447f
59156
59157 commit 1055bda9e0ceab0f8f185ac2ddf1c3c956fe59df
59158 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
59159 Date:   Tue Mar 2 10:11:56 2010 +0000
59160
59161     Commit for Cdash test.
59162     
59163     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7164 48e7efb5-ca39-0410-a469-dd3cf9ba447f
59164
59165 commit 5d8b9b96e21e6076d7e62d452094be2fd2bf0875
59166 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
59167 Date:   Tue Mar 2 09:33:56 2010 +0000
59168
59169     Add some patches for delete some warnings with cmake.
59170     
59171     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7163 48e7efb5-ca39-0410-a469-dd3cf9ba447f
59172
59173 commit 6b8aef6f3b5522e1479c20078428f961e22da6d2
59174 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
59175 Date:   Tue Mar 2 09:28:14 2010 +0000
59176
59177     Wait before make lib msg.
59178     
59179     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7162 48e7efb5-ca39-0410-a469-dd3cf9ba447f
59180
59181 commit 3d159bf76055f2de0e36254bf3a5803d21675207
59182 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
59183 Date:   Tue Mar 2 08:48:05 2010 +0000
59184
59185     Set ruby false by default.
59186     
59187     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7161 48e7efb5-ca39-0410-a469-dd3cf9ba447f
59188
59189 commit 8e5967203f4ea512a321daeb1dafb5eac209d69a
59190 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
59191 Date:   Tue Mar 2 01:20:09 2010 +0000
59192
59193     Yet some more cleanups in ruby (and this time, I go to bed)
59194     
59195     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7160 48e7efb5-ca39-0410-a469-dd3cf9ba447f
59196
59197 commit ea131c282aef654396f98d3e5d0d6cffdbf6ebab
59198 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
59199 Date:   Tue Mar 2 01:20:04 2010 +0000
59200
59201     further simplifications to ruby: kill useless ProcessFactory (should to the same to java)
59202     
59203     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7159 48e7efb5-ca39-0410-a469-dd3cf9ba447f
59204
59205 commit 215bde500f3a9ac0cf4f3cd4ad95ef1a9e742d9f
59206 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
59207 Date:   Tue Mar 2 00:32:42 2010 +0000
59208
59209     Note in source file how to debug that damn stuff
59210     
59211     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7158 48e7efb5-ca39-0410-a469-dd3cf9ba447f
59212
59213 commit ed95f6aa5479b9dab84fd9e2e303fdc63a9089af
59214 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
59215 Date:   Tue Mar 2 00:29:28 2010 +0000
59216
59217     some more cleanups in ruby bindings. Still not working damnit (but getting clearer)
59218     
59219     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7157 48e7efb5-ca39-0410-a469-dd3cf9ba447f
59220
59221 commit b3d9680ac65d8bdd8e267aed69fc32a5abab12d7
59222 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
59223 Date:   Tue Mar 2 00:29:22 2010 +0000
59224
59225     Massive cleanups in ruby. Not yet working (segfault on task reception)
59226     
59227     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7156 48e7efb5-ca39-0410-a469-dd3cf9ba447f
59228
59229 commit 3c3d12f53cae1413d15899def85f47a6b7318795
59230 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
59231 Date:   Tue Mar 2 00:29:17 2010 +0000
59232
59233     Kill the MSG_paje_output() function. It's a noop since 2 years
59234     
59235     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7155 48e7efb5-ca39-0410-a469-dd3cf9ba447f
59236
59237 commit f05e8a7b58cbae2db891cc40866a25efba639ec8
59238 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
59239 Date:   Tue Mar 2 00:29:09 2010 +0000
59240
59241     Acknoledge the fact that JniException is a runtime exception now: kill all its occurences in the examples
59242     
59243     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7154 48e7efb5-ca39-0410-a469-dd3cf9ba447f
59244
59245 commit 7e71fb2465e221c39ce004c598388d89cc7f968e
59246 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
59247 Date:   Tue Mar 2 00:29:04 2010 +0000
59248
59249     reindent
59250     
59251     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7153 48e7efb5-ca39-0410-a469-dd3cf9ba447f
59252
59253 commit 762740361e42dd14f5d24d239a29a1e08895ef64
59254 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
59255 Date:   Mon Mar 1 15:49:06 2010 +0000
59256
59257     Use my axe to get ruby bindings compiling. Need to get them working now
59258     
59259     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7152 48e7efb5-ca39-0410-a469-dd3cf9ba447f
59260
59261 commit d2b47fc7fcc631f27fd65f2d830536959b8549af
59262 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
59263 Date:   Mon Mar 1 15:49:01 2010 +0000
59264
59265     Stupid me. If using ruby bindings, we need to link against libruby
59266     
59267     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7151 48e7efb5-ca39-0410-a469-dd3cf9ba447f
59268
59269 commit d15a4cc7241eb025d70551d1fd7eff95d99bf167
59270 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
59271 Date:   Mon Mar 1 15:11:01 2010 +0000
59272
59273     More ruby cleanups: stop defining everything static, and prefix functions with rb_ instead
59274     
59275     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7150 48e7efb5-ca39-0410-a469-dd3cf9ba447f
59276
59277 commit 9e3250f2231eb0fdff16629d7b344070d7c3bace
59278 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
59279 Date:   Mon Mar 1 15:10:48 2010 +0000
59280
59281     Ongoing cleanup in ruby bindings. Does not compile yet, but commiting anyway because I reindented some sources
59282     
59283     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7149 48e7efb5-ca39-0410-a469-dd3cf9ba447f
59284
59285 commit 9d1a487722431c76f5861a1490d9469de8af8f7e
59286 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
59287 Date:   Mon Mar 1 14:06:12 2010 +0000
59288
59289     Somehow fix the ruby detection with autotools. Still doesn't compile for some reason when detected. Use --disable-ruby for now
59290     
59291     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7148 48e7efb5-ca39-0410-a469-dd3cf9ba447f
59292
59293 commit f03991ac727cda8b10a5ee24de5f2e8aa40cab2d
59294 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
59295 Date:   Mon Mar 1 14:06:07 2010 +0000
59296
59297     don't free scheduling data of typed tasks
59298     
59299     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7147 48e7efb5-ca39-0410-a469-dd3cf9ba447f
59300
59301 commit c6e308f66a2689e0ac94c51c00e81e44be81923a
59302 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
59303 Date:   Sat Feb 27 23:06:59 2010 +0000
59304
59305     Kill a static function raising 'not implemented' which landed in the documentation for some obscure reason
59306     
59307     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7146 48e7efb5-ca39-0410-a469-dd3cf9ba447f
59308
59309 commit 4cc5d70a3fe754f95107d487e4efcf5bc7cd85a8
59310 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
59311 Date:   Sat Feb 27 23:06:55 2010 +0000
59312
59313     In trace replay, allow to have one trace file per process
59314     
59315     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7145 48e7efb5-ca39-0410-a469-dd3cf9ba447f
59316
59317 commit 4402a2f5346abec910e7ff8551fccb030a7ba823
59318 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
59319 Date:   Sat Feb 27 23:06:50 2010 +0000
59320
59321     Make JniException a runtime exception, nobody wants to survive this
59322     
59323     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7144 48e7efb5-ca39-0410-a469-dd3cf9ba447f
59324
59325 commit 1093a7b2c198879bbf0aba14b2ef4340c4de4317
59326 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
59327 Date:   Sat Feb 27 23:06:45 2010 +0000
59328
59329     this function never send NullPointerE anymore
59330     
59331     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7143 48e7efb5-ca39-0410-a469-dd3cf9ba447f
59332
59333 commit 3ebadd9e5be27aa17f9560a0a7841e6fde4d33d1
59334 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
59335 Date:   Sat Feb 27 23:06:40 2010 +0000
59336
59337     tasks created without name and costs should still be created in C world
59338     
59339     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7142 48e7efb5-ca39-0410-a469-dd3cf9ba447f
59340
59341 commit 59de9f1b35dbb7211d523cda78e4ba7a6bd390c9
59342 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
59343 Date:   Sat Feb 27 23:06:35 2010 +0000
59344
59345     Allow task name to be null
59346     
59347     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7141 48e7efb5-ca39-0410-a469-dd3cf9ba447f
59348
59349 commit 78c34e74fbe28d492254148c6b3d3fc2a37133f1
59350 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
59351 Date:   Sat Feb 27 23:06:30 2010 +0000
59352
59353     various cleanups to the java bindings
59354     
59355     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7140 48e7efb5-ca39-0410-a469-dd3cf9ba447f
59356
59357 commit 2253e22f696c82ae032886f5522b894d481cb3bc
59358 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
59359 Date:   Sat Feb 27 23:06:25 2010 +0000
59360
59361     display all used arguments (to ease manual rerun)
59362     
59363     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7139 48e7efb5-ca39-0410-a469-dd3cf9ba447f
59364
59365 commit d86681c8f55db2dcd800118f2b2ba55444c20599
59366 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
59367 Date:   Sat Feb 27 23:06:21 2010 +0000
59368
59369     Smaller instance for smaller run time
59370     
59371     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7138 48e7efb5-ca39-0410-a469-dd3cf9ba447f
59372
59373 commit b374f6de127cc631c673ea4679bc1a8654c31577
59374 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
59375 Date:   Sat Feb 27 23:06:16 2010 +0000
59376
59377     Use send/recv instead of put/get
59378     
59379     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7137 48e7efb5-ca39-0410-a469-dd3cf9ba447f
59380
59381 commit 2f22c35c6e7bd6fee9c2ba15b97f65bd24f37a75
59382 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
59383 Date:   Sat Feb 27 23:06:11 2010 +0000
59384
59385     Remove 2 useless examples
59386     
59387     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7136 48e7efb5-ca39-0410-a469-dd3cf9ba447f
59388
59389 commit eff77065e2847dfb52a0c1ce55e4b6c884e214fb
59390 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
59391 Date:   Sat Feb 27 23:06:06 2010 +0000
59392
59393     cosmetics, and add a README
59394     
59395     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7135 48e7efb5-ca39-0410-a469-dd3cf9ba447f
59396
59397 commit 5c26f402e5be8c32801ad34e1a9a7726c6b9c43c
59398 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
59399 Date:   Sat Feb 27 23:06:02 2010 +0000
59400
59401     Also remove the pseudo-specific task type for this example (since it's also empty)
59402     
59403     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7134 48e7efb5-ca39-0410-a469-dd3cf9ba447f
59404
59405 commit 2d399a35369597a2d52c77bcb02b247e5a857de6
59406 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
59407 Date:   Sat Feb 27 23:05:57 2010 +0000
59408
59409     Simplify this example by not declaring BasicTask since that's empty
59410     
59411     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7133 48e7efb5-ca39-0410-a469-dd3cf9ba447f
59412
59413 commit 373eb2a4dce0450662a2d545ff4db464ff8d05a9
59414 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
59415 Date:   Sat Feb 27 23:05:51 2010 +0000
59416
59417     rewrite to use send/recv instead of put/get (+ add READMEs)
59418     
59419     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7132 48e7efb5-ca39-0410-a469-dd3cf9ba447f
59420
59421 commit 639b4103a74fa63cbbb6e5a1174392e8113c5d7b
59422 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
59423 Date:   Sat Feb 27 23:05:46 2010 +0000
59424
59425     Add a simple README to that directory to help users
59426     
59427     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7131 48e7efb5-ca39-0410-a469-dd3cf9ba447f
59428
59429 commit b50ea0bd9bd6661d86b941b9b1742d44606ee9eb
59430 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
59431 Date:   Sat Feb 27 23:05:41 2010 +0000
59432
59433     Rewrite the basic master/slave example to use the send/receive interface instead of put/get
59434     
59435     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7130 48e7efb5-ca39-0410-a469-dd3cf9ba447f
59436
59437 commit 2d5ae5f32f5698bceea30ab01b4ac051da8429b5
59438 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
59439 Date:   Sat Feb 27 23:05:37 2010 +0000
59440
59441     Remove the DTD and its resolver from the java bindings since we use the flexml parser
59442     
59443     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7129 48e7efb5-ca39-0410-a469-dd3cf9ba447f
59444
59445 commit 513fa16f2016befe3aa9ba0ca7eb61c5ad96349c
59446 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
59447 Date:   Sat Feb 27 23:05:32 2010 +0000
59448
59449     set source level of java to 6 (5 may be enough, but not lower: we use genericity)
59450     
59451     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7128 48e7efb5-ca39-0410-a469-dd3cf9ba447f
59452
59453 commit 8699613ba2f15c977f4f504826cbfce669319947
59454 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
59455 Date:   Fri Feb 26 14:49:21 2010 +0000
59456
59457     Gtnets flags.
59458     
59459     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7127 48e7efb5-ca39-0410-a469-dd3cf9ba447f
59460
59461 commit bf69c912f231dc5b6056e2fadcd3b3dbfcdee0a5
59462 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
59463 Date:   Fri Feb 26 13:39:30 2010 +0000
59464
59465     Corection of the gtnets-ruby bug with node.h and begining of the doc edition.
59466     
59467     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7126 48e7efb5-ca39-0410-a469-dd3cf9ba447f
59468
59469 commit aec4a150a2f7c9a328729b08d727ddf41817d941
59470 Author: pini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
59471 Date:   Thu Feb 25 12:13:11 2010 +0000
59472
59473     Use an execute action instead of a sleep action.
59474     
59475     
59476     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7125 48e7efb5-ca39-0410-a469-dd3cf9ba447f
59477
59478 commit 52cd3faf1d1214a9a0640fa5e9b22de75c521907
59479 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
59480 Date:   Thu Feb 25 09:34:46 2010 +0000
59481
59482     Set a default path if ruby is not found.
59483     
59484     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7124 48e7efb5-ca39-0410-a469-dd3cf9ba447f
59485
59486 commit 3d99d2a40cedeb931acd30c54d22c0c5357d43ca
59487 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
59488 Date:   Wed Feb 24 16:47:28 2010 +0000
59489
59490     Supernovae with lib msg.
59491     
59492     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7123 48e7efb5-ca39-0410-a469-dd3cf9ba447f
59493
59494 commit 1d96520ded04926898a617cdd213df0a9689f923
59495 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
59496 Date:   Wed Feb 24 16:40:00 2010 +0000
59497
59498     Delete warning during compiling.
59499     
59500     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7122 48e7efb5-ca39-0410-a469-dd3cf9ba447f
59501
59502 commit 9dba1157786d68f40bd94c154819a8c13108b759
59503 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
59504 Date:   Wed Feb 24 12:59:09 2010 +0000
59505
59506     Select ruby or not.
59507     
59508     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7121 48e7efb5-ca39-0410-a469-dd3cf9ba447f
59509
59510 commit 9fbe3cc5376b8ab4fed68921e4b5b405160c63fd
59511 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
59512 Date:   Wed Feb 24 12:54:54 2010 +0000
59513
59514     Be compatible with ruby.
59515     
59516     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7120 48e7efb5-ca39-0410-a469-dd3cf9ba447f
59517
59518 commit d2fed52a9b24ca06867b1bb42b5f6a3da3cdedb8
59519 Author: pini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
59520 Date:   Tue Feb 23 16:43:39 2010 +0000
59521
59522     Added implementation of missing case for Alltoall (warning: this is *not* the bruck variant from OpenMPI, it is based on Alltoallv instead)
59523     
59524     
59525     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7119 48e7efb5-ca39-0410-a469-dd3cf9ba447f
59526
59527 commit d38fb65942fcf1a4bd05cb86c0b86b7bbbd3a47f
59528 Author: pini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
59529 Date:   Mon Feb 22 16:46:14 2010 +0000
59530
59531     Fix bug while counting created requests in alltoallv.
59532     
59533     
59534     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7118 48e7efb5-ca39-0410-a469-dd3cf9ba447f
59535
59536 commit e0b3c9e46ab80798ec9606a853a1af9cb818a758
59537 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
59538 Date:   Mon Feb 22 14:01:47 2010 +0000
59539
59540     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7117 48e7efb5-ca39-0410-a469-dd3cf9ba447f
59541
59542 commit 728b12d9e4ee4f9d54a6b3f4cd9352187f2e6164
59543 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
59544 Date:   Mon Feb 22 13:58:27 2010 +0000
59545
59546     Simix Ruby Context
59547     
59548     
59549     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7116 48e7efb5-ca39-0410-a469-dd3cf9ba447f
59550
59551 commit 05a2819a1d62a4ebe2af6d0a60654bf8e629d042
59552 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
59553 Date:   Mon Feb 22 13:55:46 2010 +0000
59554
59555     Stuks  When a process ( Slave ) Tries to Recieve a Task...
59556     
59557     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7115 48e7efb5-ca39-0410-a469-dd3cf9ba447f
59558
59559 commit d4c8ec334d02aea22b90114034f2b8b02e976c5d
59560 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
59561 Date:   Thu Feb 18 17:13:14 2010 +0000
59562
59563     Don't remove file if we can't make them.
59564     
59565     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7114 48e7efb5-ca39-0410-a469-dd3cf9ba447f
59566
59567 commit a5b1d82520056f32e9f299b396f2e1f3239c0f7f
59568 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
59569 Date:   Thu Feb 18 16:08:09 2010 +0000
59570
59571     Add some test to cmake and correct bug in tesh file from commit 2010-02-04 21:47:02
59572     
59573     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7113 48e7efb5-ca39-0410-a469-dd3cf9ba447f
59574
59575 commit 1287395bda8fb8b4de06e16172828ee5f74aee27
59576 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
59577 Date:   Wed Feb 17 16:03:20 2010 +0000
59578
59579     Find ruby.h.
59580     
59581     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7111 48e7efb5-ca39-0410-a469-dd3cf9ba447f
59582
59583 commit c72b71d482f658cfc9cf180ca62d4504046d4002
59584 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
59585 Date:   Wed Feb 17 15:38:07 2010 +0000
59586
59587     Make ruby in consideration with cmake.
59588     
59589     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7110 48e7efb5-ca39-0410-a469-dd3cf9ba447f
59590
59591 commit fae92523350bd2eed70cfbba094ac9a7d0ea2509
59592 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
59593 Date:   Wed Feb 17 14:23:13 2010 +0000
59594
59595     More efficient with add definition
59596     
59597     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7109 48e7efb5-ca39-0410-a469-dd3cf9ba447f
59598
59599 commit 70096f5af06d2a2470159857e1f67705a2269602
59600 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
59601 Date:   Wed Feb 17 12:53:56 2010 +0000
59602
59603     Find Ruby.h path.
59604     
59605     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7108 48e7efb5-ca39-0410-a469-dd3cf9ba447f
59606
59607 commit 38f15716ff38170e6c9043eb25c9a503f2f9f343
59608 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
59609 Date:   Wed Feb 17 12:53:55 2010 +0000
59610
59611     Find Ruby.h path.
59612     
59613     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7107 48e7efb5-ca39-0410-a469-dd3cf9ba447f
59614
59615 commit d26ae2f38a269b2df4ccec287e41e0b0d8d91604
59616 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
59617 Date:   Wed Feb 17 10:10:46 2010 +0000
59618
59619     Fix the getline prb with cmake.
59620     
59621     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7106 48e7efb5-ca39-0410-a469-dd3cf9ba447f
59622
59623 commit e8e56a5fff37ca30d8cb94b30a1df3709e521fed
59624 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
59625 Date:   Tue Feb 16 16:43:38 2010 +0000
59626
59627     Some Modification on the Ruby Context File...
59628     
59629     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7105 48e7efb5-ca39-0410-a469-dd3cf9ba447f
59630
59631 commit bdc1e4dcf3ddc4c5b8556c99cb1b84ae47924914
59632 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
59633 Date:   Tue Feb 16 16:41:43 2010 +0000
59634
59635     Almost Done ... Still Stuckin' Wiith Some MSG Error while The Slave Should Recieve ...
59636     
59637     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7104 48e7efb5-ca39-0410-a469-dd3cf9ba447f
59638
59639 commit ecc263480f9ed333c0a929e7dab408311073d77e
59640 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
59641 Date:   Tue Feb 16 16:25:20 2010 +0000
59642
59643     Set SIMGRID NEED GETLINE for Mac.
59644     
59645     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7103 48e7efb5-ca39-0410-a469-dd3cf9ba447f
59646
59647 commit c6d0617e3bab901c3ba1517afa9091d4efe173f5
59648 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
59649 Date:   Tue Feb 16 15:34:37 2010 +0000
59650
59651     Add flags for gtnets examples.
59652     
59653     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7102 48e7efb5-ca39-0410-a469-dd3cf9ba447f
59654
59655 commit da61b0bee3e1e61c0bb8b2d0bcb471ec0fa4f1d3
59656 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
59657 Date:   Tue Feb 16 15:24:51 2010 +0000
59658
59659     Add makefile for gtnets.
59660     
59661     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7101 48e7efb5-ca39-0410-a469-dd3cf9ba447f
59662
59663 commit addcea7bcfcc52e8fd5d04ef4170db97491e9e5d
59664 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
59665 Date:   Tue Feb 16 14:25:58 2010 +0000
59666
59667     Fix the mcsc problem with mac.
59668     
59669     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7100 48e7efb5-ca39-0410-a469-dd3cf9ba447f
59670
59671 commit 6205ed5d9663539351b060dc60da6a5f42d8eda7
59672 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
59673 Date:   Tue Feb 16 13:10:01 2010 +0000
59674
59675     Test gtnets.
59676     
59677     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7099 48e7efb5-ca39-0410-a469-dd3cf9ba447f
59678
59679 commit dca63e7c915f83bc151c0ec2944ebb4636f69696
59680 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
59681 Date:   Tue Feb 16 10:06:53 2010 +0000
59682
59683     Syntaxe.
59684     
59685     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7098 48e7efb5-ca39-0410-a469-dd3cf9ba447f
59686
59687 commit 458b7f4c89a5313f89f1fa1ecd566850c1e4dffe
59688 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
59689 Date:   Tue Feb 16 09:43:04 2010 +0000
59690
59691     Correct the getline definition.
59692     
59693     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7097 48e7efb5-ca39-0410-a469-dd3cf9ba447f
59694
59695 commit 34cb0f1ad60aa6594dec50abfa68c70c9471721c
59696 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
59697 Date:   Tue Feb 16 08:57:09 2010 +0000
59698
59699     Set definitions with Darwin.
59700     
59701     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7095 48e7efb5-ca39-0410-a469-dd3cf9ba447f
59702
59703 commit 8e6a4ddfcbef4612d6bb7c98b6b2c8b47f8de55d
59704 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
59705 Date:   Tue Feb 16 08:40:31 2010 +0000
59706
59707     Put GTNETS buildname.
59708     
59709     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7094 48e7efb5-ca39-0410-a469-dd3cf9ba447f
59710
59711 commit 9018238968ce6d69fcdb0cd0976549f8ac32d48f
59712 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
59713 Date:   Mon Feb 15 13:36:37 2010 +0000
59714
59715     Add gtnets to tests.
59716     
59717     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7092 48e7efb5-ca39-0410-a469-dd3cf9ba447f
59718
59719 commit 2d20b72463710903b5318f646168b2b70a5bf06a
59720 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
59721 Date:   Mon Feb 15 08:40:57 2010 +0000
59722
59723     Pass arg OPEN_SOURCE with C compile flags.
59724     
59725     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7091 48e7efb5-ca39-0410-a469-dd3cf9ba447f
59726
59727 commit d7ec093e9e47fea11aee741f51919ed013a0e5ac
59728 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
59729 Date:   Fri Feb 12 15:07:31 2010 +0000
59730
59731     Add XOPEN SOURCE flags for Mac.
59732     
59733     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7090 48e7efb5-ca39-0410-a469-dd3cf9ba447f
59734
59735 commit 5dfaf56f06cc0e2bf8366dd8f6f1b6f14fd505f5
59736 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
59737 Date:   Fri Feb 12 12:26:05 2010 +0000
59738
59739     Make a logical Site and Buildname for Cdash.
59740     
59741     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7089 48e7efb5-ca39-0410-a469-dd3cf9ba447f
59742
59743 commit 357161726548d2482a45d6bfc3d12befe6ebb72d
59744 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
59745 Date:   Fri Feb 12 10:15:15 2010 +0000
59746
59747     Clean some unused source lines.
59748     
59749     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7088 48e7efb5-ca39-0410-a469-dd3cf9ba447f
59750
59751 commit a9f0deee08fc6f92b7116b493f50fced4cda8d67
59752 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
59753 Date:   Fri Feb 12 09:17:27 2010 +0000
59754
59755     Forgot smthing...
59756     
59757     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7087 48e7efb5-ca39-0410-a469-dd3cf9ba447f
59758
59759 commit 58944921dc52367edb9be46cded4b6d4f59ffd52
59760 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
59761 Date:   Fri Feb 12 09:07:11 2010 +0000
59762
59763     Pass with all flags.
59764     
59765     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7086 48e7efb5-ca39-0410-a469-dd3cf9ba447f
59766
59767 commit 6fafaf94ecff6c472a135bd9d63fce5652006554
59768 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
59769 Date:   Thu Feb 11 14:25:26 2010 +0000
59770
59771     bummer. Didn't meant to break everything for everyone, sorry for the noise
59772     
59773     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7085 48e7efb5-ca39-0410-a469-dd3cf9ba447f
59774
59775 commit 1a8827364b0c5218665c438e25e746ecb3a5c152
59776 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
59777 Date:   Thu Feb 11 14:24:44 2010 +0000
59778
59779     Somehow integrate ruby to the library. That's ... crude, but I don't feel like changing cmake and/or autotools right now
59780     
59781     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7084 48e7efb5-ca39-0410-a469-dd3cf9ba447f
59782
59783 commit 4419ab41e208b813ab7ee7005de111fb23049a4f
59784 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
59785 Date:   Thu Feb 11 14:13:54 2010 +0000
59786
59787     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7083 48e7efb5-ca39-0410-a469-dd3cf9ba447f
59788
59789 commit f74123604bf09b2b5c68c5d48def74a2506099ff
59790 Author: coldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
59791 Date:   Thu Feb 11 14:12:44 2010 +0000
59792
59793     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7082 48e7efb5-ca39-0410-a469-dd3cf9ba447f
59794
59795 commit 5797d41ca9730de850f181bbf9383ac187ee836b
59796 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
59797 Date:   Thu Feb 11 12:51:34 2010 +0000
59798
59799     Add flag options.
59800     
59801     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7081 48e7efb5-ca39-0410-a469-dd3cf9ba447f
59802
59803 commit 97b213c80f90c737f925fc2d18aa92af588f6bd3
59804 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
59805 Date:   Wed Feb 10 17:28:56 2010 +0000
59806
59807     fix smpi compile failed.
59808     
59809     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7080 48e7efb5-ca39-0410-a469-dd3cf9ba447f
59810
59811 commit ab965cd81243a000b1d4bb7173ff6fae77156bbe
59812 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
59813 Date:   Wed Feb 10 15:52:46 2010 +0000
59814
59815     Take care of xbt/log.c file during supernovae mode.
59816     
59817     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7079 48e7efb5-ca39-0410-a469-dd3cf9ba447f
59818
59819 commit d8125d9900c8b309e1f17e5c4df5435de581ff4a
59820 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
59821 Date:   Wed Feb 10 15:28:36 2010 +0000
59822
59823     make smpi's lib STATIC for mac
59824     
59825     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7078 48e7efb5-ca39-0410-a469-dd3cf9ba447f
59826
59827 commit 6b7e2a2d4f96473a07a51af10f746c1759660558
59828 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
59829 Date:   Wed Feb 10 14:03:24 2010 +0000
59830
59831     works on Linux...
59832     
59833     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7076 48e7efb5-ca39-0410-a469-dd3cf9ba447f
59834
59835 commit b79e02e993bc7ac467b6c88a0dca7bc94bd12233
59836 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
59837 Date:   Wed Feb 10 13:25:29 2010 +0000
59838
59839     Defined _XOPEN_SOURCE if mac
59840     
59841     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7075 48e7efb5-ca39-0410-a469-dd3cf9ba447f
59842
59843 commit 493a9e7c0386b3b3c37a1c0ead605bd5f835e853
59844 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
59845 Date:   Wed Feb 10 12:50:17 2010 +0000
59846
59847     Supernovae mode with cmake.
59848     
59849     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7074 48e7efb5-ca39-0410-a469-dd3cf9ba447f
59850
59851 commit 3fe3fcafc17d68c0daacacea0c24afad28cb03c0
59852 Author: pini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
59853 Date:   Wed Feb 10 10:18:24 2010 +0000
59854
59855     Oops, forgot to commit the updated Makefile.
59856     
59857     
59858     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7073 48e7efb5-ca39-0410-a469-dd3cf9ba447f
59859
59860 commit a3d1a2452a9b37d37520cd8f319f6106082dbb47
59861 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
59862 Date:   Tue Feb 9 17:21:37 2010 +0000
59863
59864     various small cleanups. Not quite there yet
59865     
59866     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7072 48e7efb5-ca39-0410-a469-dd3cf9ba447f
59867
59868 commit b37127a6689ffbb75a19fa61f9cf0c2253960d4d
59869 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
59870 Date:   Tue Feb 9 17:21:34 2010 +0000
59871
59872     First version of ruby bindings by Medhi
59873     
59874     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7071 48e7efb5-ca39-0410-a469-dd3cf9ba447f
59875
59876 commit 19f844fdb8be388e6dac12126f5eb9023b9e4e65
59877 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
59878 Date:   Tue Feb 9 16:36:36 2010 +0000
59879
59880     doc improvement
59881     
59882     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7070 48e7efb5-ca39-0410-a469-dd3cf9ba447f
59883
59884 commit d168103630085e9f0e70e038dcdc80d8ca7817a2
59885 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
59886 Date:   Tue Feb 9 16:36:25 2010 +0000
59887
59888     Hello java 5
59889     
59890     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7069 48e7efb5-ca39-0410-a469-dd3cf9ba447f
59891
59892 commit d82c8714aa194eab9e52a9f8c957cdea6835e61a
59893 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
59894 Date:   Tue Feb 9 16:36:23 2010 +0000
59895
59896     Kill useless code
59897     
59898     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7068 48e7efb5-ca39-0410-a469-dd3cf9ba447f
59899
59900 commit 0f79ce0045593840376e9e9decde077bd0effc5d
59901 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
59902 Date:   Tue Feb 9 16:36:12 2010 +0000
59903
59904     reindent
59905     
59906     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7067 48e7efb5-ca39-0410-a469-dd3cf9ba447f
59907
59908 commit 3198d5981e033d4eba73741f2609764aca525fb3
59909 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
59910 Date:   Tue Feb 9 16:36:10 2010 +0000
59911
59912     update documentation
59913     
59914     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7066 48e7efb5-ca39-0410-a469-dd3cf9ba447f
59915
59916 commit 4bde28d546191514e02d885be0a791c0fbb930d2
59917 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
59918 Date:   Tue Feb 9 16:36:07 2010 +0000
59919
59920     massive reindent
59921     
59922     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7065 48e7efb5-ca39-0410-a469-dd3cf9ba447f
59923
59924 commit da8f8a5e4b2585d1c9165b46f39304c68efc841a
59925 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
59926 Date:   Tue Feb 9 15:55:06 2010 +0000
59927
59928     accept lua option
59929     
59930     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7064 48e7efb5-ca39-0410-a469-dd3cf9ba447f
59931
59932 commit 70ed180f3ce3495678d048e9e396ef5eb65a6a99
59933 Author: pini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
59934 Date:   Mon Feb 8 14:37:10 2010 +0000
59935
59936     SMPI over SIMIX_network in a two days rush.
59937     
59938     
59939     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7063 48e7efb5-ca39-0410-a469-dd3cf9ba447f
59940
59941 commit ac0c5a86afc8d24e58033894e94f9473203efe9e
59942 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
59943 Date:   Fri Feb 5 09:56:10 2010 +0000
59944
59945     Remove arg Rate.
59946     
59947     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7062 48e7efb5-ca39-0410-a469-dd3cf9ba447f
59948
59949 commit 0b5b1bfd1e57d7e1a06f398cc2d6491a69d8e720
59950 Author: suter <suter@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
59951 Date:   Thu Feb 4 21:10:59 2010 +0000
59952
59953     one parameter less in SD_task_get_execution_time
59954     
59955     
59956     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7061 48e7efb5-ca39-0410-a469-dd3cf9ba447f
59957
59958 commit b05fb68406e3de35b24bcbbb556ad5ef22887c56
59959 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
59960 Date:   Thu Feb 4 21:06:46 2010 +0000
59961
59962     Kill the useless 'rate' argument of SD_task_get_execution_time()
59963     
59964     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7060 48e7efb5-ca39-0410-a469-dd3cf9ba447f
59965
59966 commit bd9e8ae503064a2f44fcd00c3a56640af4bb4f14
59967 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
59968 Date:   Thu Feb 4 20:47:02 2010 +0000
59969
59970     in function SD_task_get_execution_time, return a time in second, actually, not in second*flops or something like that (detected by FS)
59971     
59972     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7059 48e7efb5-ca39-0410-a469-dd3cf9ba447f
59973
59974 commit 9908ddf5017ffb660d481726418f1578cf1a1512
59975 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
59976 Date:   Thu Feb 4 20:46:54 2010 +0000
59977
59978     Improve documentation after discussion with FS
59979     
59980     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7058 48e7efb5-ca39-0410-a469-dd3cf9ba447f
59981
59982 commit 35a504d3127dde300fa51192dafb8b47e87f0fb3
59983 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
59984 Date:   Thu Feb 4 15:59:55 2010 +0000
59985
59986     Set full path.
59987     
59988     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7057 48e7efb5-ca39-0410-a469-dd3cf9ba447f
59989
59990 commit 732f7176cba6a15a7e7cd2260bd0f34cb6027deb
59991 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
59992 Date:   Thu Feb 4 15:59:52 2010 +0000
59993
59994     Set full path.
59995     
59996     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7056 48e7efb5-ca39-0410-a469-dd3cf9ba447f
59997
59998 commit 1ac0a9a0d3915e3ffa89e2901028e2463da3804d
59999 Author: suter <suter@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
60000 Date:   Thu Feb 4 13:02:38 2010 +0000
60001
60002     Repair collective operations (changes made for asynchronous end to end
60003     communications had a bad impact)
60004     
60005     !!! WARNING !!!
60006     In order to save space the arbitrary choice changed. The processes now
60007     have to be named p0, p1, ..., pN instead of process0, process1, processN
60008     
60009     The resulting gain becomes impressive for large traces.
60010     
60011     
60012     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7055 48e7efb5-ca39-0410-a469-dd3cf9ba447f
60013
60014 commit ea07feaa52a8efee7a96a1d4322dcf1105bc0df3
60015 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
60016 Date:   Wed Feb 3 16:38:38 2010 +0000
60017
60018     Add maintainer mode with flex and flexml
60019     
60020     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7053 48e7efb5-ca39-0410-a469-dd3cf9ba447f
60021
60022 commit f20ba6da7c83b6238708981eb6a654fc5ae12dea
60023 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
60024 Date:   Wed Feb 3 12:20:55 2010 +0000
60025
60026     Compilation and context work on Mac
60027     
60028     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7052 48e7efb5-ca39-0410-a469-dd3cf9ba447f
60029
60030 commit 96fd5b13851ed5b1411f8acaecbc86695fa9696b
60031 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
60032 Date:   Wed Feb 3 09:18:08 2010 +0000
60033
60034     remove Args NO_POLICY_SCOPE for Mac compatibility
60035     
60036     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7051 48e7efb5-ca39-0410-a469-dd3cf9ba447f
60037
60038 commit c5a8ab0fb544a7cc1dbdac35185ae1f336513980
60039 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
60040 Date:   Tue Feb 2 23:18:00 2010 +0000
60041
60042     Handle correctly (hopefully) timeouts in communications.
60043     
60044     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7050 48e7efb5-ca39-0410-a469-dd3cf9ba447f
60045
60046 commit 186fc80124c48924463bcbc8cd3f64a49b5e3c07
60047 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
60048 Date:   Tue Feb 2 23:17:57 2010 +0000
60049
60050     It's the least I can do in a cancel function...
60051     
60052     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7049 48e7efb5-ca39-0410-a469-dd3cf9ba447f
60053
60054 commit 73f67969a89c1c448cb17d626d448dd0346126fc
60055 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
60056 Date:   Tue Feb 2 23:17:54 2010 +0000
60057
60058     Make SIMIX_sem_block_onto public and fix a bug in SIMIX_sem_destroy
60059     
60060     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7048 48e7efb5-ca39-0410-a469-dd3cf9ba447f
60061
60062 commit 9090866b26ed97615e1bd11a5f11d1293bac7d9d
60063 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
60064 Date:   Tue Feb 2 23:17:50 2010 +0000
60065
60066     Work even when names have ":"
60067     
60068     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7047 48e7efb5-ca39-0410-a469-dd3cf9ba447f
60069
60070 commit 5c73856905b6a3f8d026447ab22cae642c877f55
60071 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
60072 Date:   Tue Feb 2 15:48:26 2010 +0000
60073
60074     Modified for tesh test
60075     
60076     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7046 48e7efb5-ca39-0410-a469-dd3cf9ba447f
60077
60078 commit ad506f945c2281126c19806c9a062be7a6df407e
60079 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
60080 Date:   Tue Feb 2 15:22:09 2010 +0000
60081
60082     Add code coverage for simgrid compilation
60083     
60084     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7045 48e7efb5-ca39-0410-a469-dd3cf9ba447f
60085
60086 commit 49d194e629a53129ce400db9f18d81e7327b3ce9
60087 Author: pini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
60088 Date:   Tue Feb 2 09:58:42 2010 +0000
60089
60090     Oops, forgot to add this in r7040.
60091     
60092     
60093     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7044 48e7efb5-ca39-0410-a469-dd3cf9ba447f
60094
60095 commit 401eeb874eaa72565a76c19984d9f0426d65c102
60096 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
60097 Date:   Tue Feb 2 09:00:53 2010 +0000
60098
60099     Added missing header file.
60100     
60101     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7043 48e7efb5-ca39-0410-a469-dd3cf9ba447f
60102
60103 commit f7bc180fc0e8f81a87a2e3cb694c189b4d9ea8ef
60104 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
60105 Date:   Mon Feb 1 10:53:13 2010 +0000
60106
60107     Cosmetics.
60108     
60109     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7042 48e7efb5-ca39-0410-a469-dd3cf9ba447f
60110
60111 commit 191347fabf989fa98c01327517f121ba474056bd
60112 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
60113 Date:   Mon Feb 1 10:51:48 2010 +0000
60114
60115     Fix the doc and update the biblio.
60116     
60117     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7041 48e7efb5-ca39-0410-a469-dd3cf9ba447f
60118
60119 commit ae2d6a900ad8864d500f3e6fb63b6074519cb364
60120 Author: pini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
60121 Date:   Fri Jan 29 15:21:58 2010 +0000
60122
60123     Added some missing MPI calls.
60124     
60125     
60126     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7040 48e7efb5-ca39-0410-a469-dd3cf9ba447f
60127
60128 commit d101b1646b07a43177556e4ee3779c71413c29e6
60129 Author: donassbr <donassbr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
60130 Date:   Thu Jan 28 16:32:41 2010 +0000
60131
60132     Avoid adding elements to active_element_set when the constraint remaining is 0.
60133     These elements in the active_set could cause problems later.
60134     
60135     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7039 48e7efb5-ca39-0410-a469-dd3cf9ba447f
60136
60137 commit abdd54a0127689d21ef5979f1e593a7723b41983
60138 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
60139 Date:   Thu Jan 28 15:51:38 2010 +0000
60140
60141     further try at getting lua working (not quite there yet)
60142     
60143     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7038 48e7efb5-ca39-0410-a469-dd3cf9ba447f
60144
60145 commit 4751a74e25714fdbb34b98bf1a0dad40d073b868
60146 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
60147 Date:   Thu Jan 28 15:51:36 2010 +0000
60148
60149     reindent and cosmetics
60150     
60151     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7037 48e7efb5-ca39-0410-a469-dd3cf9ba447f
60152
60153 commit f6c509ce8004986a1cb97b1a59db92f0eb4d6c28
60154 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
60155 Date:   Thu Jan 28 15:51:25 2010 +0000
60156
60157     Some more memleaks removed
60158     
60159     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7036 48e7efb5-ca39-0410-a469-dd3cf9ba447f
60160
60161 commit 4d360f5bae7ded119e41aeaaee93b7709cb8d99d
60162 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
60163 Date:   Thu Jan 28 15:51:23 2010 +0000
60164
60165     Display a warning if some actions remain to be done at the end of the simulation
60166     
60167     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7035 48e7efb5-ca39-0410-a469-dd3cf9ba447f
60168
60169 commit 515690f98e16a5c252ec16d5f5373e4a318547bc
60170 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
60171 Date:   Thu Jan 28 15:51:12 2010 +0000
60172
60173     plug a few memleaks
60174     
60175     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7034 48e7efb5-ca39-0410-a469-dd3cf9ba447f
60176
60177 commit a57d8d507653b5c412c4ac94c1634b9c0f6278e4
60178 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
60179 Date:   Thu Jan 28 15:51:10 2010 +0000
60180
60181     On the fly parsing of the actions file. One idle process can still force the whole file to be read by searching something for him in vain
60182     
60183     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7033 48e7efb5-ca39-0410-a469-dd3cf9ba447f
60184
60185 commit 1cbf45bd6ba6b0935c15e5b783ca6ec65a1e49cc
60186 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
60187 Date:   Thu Jan 28 15:51:06 2010 +0000
60188
60189     poor man's try to save some memory in actions. Does not seem very efficient, but shouldn't harm
60190     
60191     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7032 48e7efb5-ca39-0410-a469-dd3cf9ba447f
60192
60193 commit 69248c2648d1aced278681b4925c2082752ca4cb
60194 Author: pini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
60195 Date:   Thu Jan 28 10:13:00 2010 +0000
60196
60197     Better fix for r7026.
60198     
60199     
60200     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7029 48e7efb5-ca39-0410-a469-dd3cf9ba447f
60201
60202 commit 7a3dbc0f06da8de4d92dcc74a0f073b73d43d9e4
60203 Author: pini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
60204 Date:   Wed Jan 27 14:03:02 2010 +0000
60205
60206     Fix errors with relative includes with smpicc
60207     
60208     
60209     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7028 48e7efb5-ca39-0410-a469-dd3cf9ba447f
60210
60211 commit c7ee408ae0b31b16935dce24d8fcc57d9aed4eb3
60212 Author: pini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
60213 Date:   Wed Jan 27 14:01:55 2010 +0000
60214
60215     Added missing include.
60216     
60217     
60218     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7027 48e7efb5-ca39-0410-a469-dd3cf9ba447f
60219
60220 commit 0180214bb4dd8910109e9a44ba115dc55e98629d
60221 Author: pini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
60222 Date:   Wed Jan 27 12:50:10 2010 +0000
60223
60224     In smpi_mpi.c:
60225       * Added last missing timing functions
60226     
60227     In smpi_global.c:
60228       * Fix for the segfault when trying to set reference_speed from command line
60229     
60230     
60231     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7026 48e7efb5-ca39-0410-a469-dd3cf9ba447f
60232
60233 commit 1c6be1e4561d0e7442555c948ffa6da6d4f35f6b
60234 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
60235 Date:   Tue Jan 26 18:54:02 2010 +0000
60236
60237     Add test for LUA and more.
60238     
60239     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7025 48e7efb5-ca39-0410-a469-dd3cf9ba447f
60240
60241 commit 5b894c1ff8308b97f5dafc58007074486713c9ce
60242 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
60243 Date:   Mon Jan 25 10:19:16 2010 +0000
60244
60245     Make the gras.h with cmake.
60246     
60247     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7024 48e7efb5-ca39-0410-a469-dd3cf9ba447f
60248
60249 commit c0e71e07487b3ba74768918897b8ec387ef80a6a
60250 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
60251 Date:   Thu Jan 21 15:56:03 2010 +0000
60252
60253     Corrected GTNetS faq, bug found by Navarro.
60254     
60255     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7023 48e7efb5-ca39-0410-a469-dd3cf9ba447f
60256
60257 commit 590ef8eca8214e10c8890a2332582202167a851d
60258 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
60259 Date:   Thu Jan 21 15:56:01 2010 +0000
60260
60261     Finally a proper working version of GTNets with RED as default ACM.
60262     
60263     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7022 48e7efb5-ca39-0410-a469-dd3cf9ba447f
60264
60265 commit d188d7e6c38de029024a5c9a2aaffb144f241447
60266 Author: pini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
60267 Date:   Wed Jan 20 14:45:42 2010 +0000
60268
60269     In smpi_mpi.c:
60270       * Fixed source/destination ranks in requests
60271       * Added missing timing functions
60272     
60273     In smpi_global.c:
60274       * Setting default reference_speed value
60275     
60276     
60277     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7021 48e7efb5-ca39-0410-a469-dd3cf9ba447f
60278
60279 commit 2fbc8e7569d55f10c1219b60eed983676157c9d7
60280 Author: suter <suter@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
60281 Date:   Tue Jan 19 20:20:23 2010 +0000
60282
60283     identify sender on the recv lines
60284     example:
60285     toto send titi 1e9
60286     titi recv toto
60287     
60288     
60289     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7020 48e7efb5-ca39-0410-a469-dd3cf9ba447f
60290
60291 commit 3c072dea92bbf0e4df46b1d8d56cd62e68883b33
60292 Author: pini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
60293 Date:   Tue Jan 19 17:13:59 2010 +0000
60294
60295     Added flag for printing more debug info
60296     
60297     
60298     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7019 48e7efb5-ca39-0410-a469-dd3cf9ba447f
60299
60300 commit 980b004e15818ce10152d4ef253555265c26b9f3
60301 Author: pini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
60302 Date:   Tue Jan 19 15:48:39 2010 +0000
60303
60304     Fix stripping of first argument.
60305     
60306     
60307     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7018 48e7efb5-ca39-0410-a469-dd3cf9ba447f
60308
60309 commit 8caf511fa693be7104bc3ecfa8be1e47bfefa1df
60310 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
60311 Date:   Sun Jan 17 14:01:19 2010 +0000
60312
60313     let simgrid still compile when lua was not detected
60314     
60315     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7016 48e7efb5-ca39-0410-a469-dd3cf9ba447f
60316
60317 commit 06a67e0e83a46b4d0946aecc025aa69377bb9610
60318 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
60319 Date:   Fri Jan 15 22:06:32 2010 +0000
60320
60321     oups, forgot that file
60322     
60323     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7015 48e7efb5-ca39-0410-a469-dd3cf9ba447f
60324
60325 commit a0d5f176db0b66be7fe0fb669451c51c626e3e1a
60326 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
60327 Date:   Fri Jan 15 21:59:04 2010 +0000
60328
60329     that's properly integrated into the lib, now
60330     
60331     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7014 48e7efb5-ca39-0410-a469-dd3cf9ba447f
60332
60333 commit 6cd0eeee5b2426218be40f652b0ca0a621403fea
60334 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
60335 Date:   Fri Jan 15 21:58:40 2010 +0000
60336
60337     bit more debug messages
60338     
60339     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7013 48e7efb5-ca39-0410-a469-dd3cf9ba447f
60340
60341 commit 7fabb9914081a3925f380812e1289ee322b694ee
60342 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
60343 Date:   Fri Jan 15 21:58:17 2010 +0000
60344
60345     add a proper example of master/slaves, using mailboxes
60346     
60347     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7012 48e7efb5-ca39-0410-a469-dd3cf9ba447f
60348
60349 commit d238ac3722c3a1c530d8142c00e066fe7a5aa245
60350 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
60351 Date:   Fri Jan 15 21:57:54 2010 +0000
60352
60353     Betterly integrated lua bindings (detected by configure, added to lib, simix interacts with lua coroutines). Cannot yield any process yet, but almost there
60354     
60355     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7011 48e7efb5-ca39-0410-a469-dd3cf9ba447f
60356
60357 commit d2b7bc8b012af5858b6dba6ba5285f5e29d12e70
60358 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
60359 Date:   Fri Jan 15 15:31:12 2010 +0000
60360
60361     first working prototype of the lua bindings. Veeeeeery crude at this point
60362     
60363     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7010 48e7efb5-ca39-0410-a469-dd3cf9ba447f
60364
60365 commit ce7fc8b7a8a23fabcb30bb3846043442927eb013
60366 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
60367 Date:   Fri Jan 15 15:31:10 2010 +0000
60368
60369     first draft of lua bindings
60370     
60371     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7009 48e7efb5-ca39-0410-a469-dd3cf9ba447f
60372
60373 commit dae82eca5249a8a9307aae5f807470003513962b
60374 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
60375 Date:   Thu Jan 14 15:58:54 2010 +0000
60376
60377     More functions and add a README.
60378     
60379     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7008 48e7efb5-ca39-0410-a469-dd3cf9ba447f
60380
60381 commit 6b38cbd0c5f5fbc94459d3d42e2a081418a882ca
60382 Author: donassbr <donassbr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
60383 Date:   Thu Jan 14 15:57:25 2010 +0000
60384
60385     Verify NULL parameter before calling function.
60386     
60387     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7007 48e7efb5-ca39-0410-a469-dd3cf9ba447f
60388
60389 commit 42bf946d47bd0313ad9523434ab00fbad21318b2
60390 Author: donassbr <donassbr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
60391 Date:   Thu Jan 14 15:09:07 2010 +0000
60392
60393     Add a test to avoid calling the function SIMIX_action_cancel with a NULL parameter.
60394     It could happen when we tried to kill a process which was waiting for some communication.
60395     
60396     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7005 48e7efb5-ca39-0410-a469-dd3cf9ba447f
60397
60398 commit fa50610ee612763f5414bf772956f4c254461ad7
60399 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
60400 Date:   Wed Jan 13 16:36:00 2010 +0000
60401
60402     Files for compil Simgrid with cmake and make a distrib with cpack.
60403     
60404     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7004 48e7efb5-ca39-0410-a469-dd3cf9ba447f
60405
60406 commit 6d381ee57c7ed10b8bb134c8872456543feccfa9
60407 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
60408 Date:   Mon Jan 11 16:36:45 2010 +0000
60409
60410     script for compiling simgrid with cmake
60411     
60412     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7000 48e7efb5-ca39-0410-a469-dd3cf9ba447f
60413
60414 commit 9529257fc8532a56e76ce6972b4556154677ae31
60415 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
60416 Date:   Tue Jan 5 09:39:15 2010 +0000
60417
60418     Add verification for fig2dev
60419     
60420     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6999 48e7efb5-ca39-0410-a469-dd3cf9ba447f
60421
60422 commit 53f4f08bea7b5d0aba645179de3ca7ddaceccae7
60423 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
60424 Date:   Sun Dec 27 07:41:40 2009 +0000
60425
60426     Setup the devel of v3.3.5, just in case anyone gets bored before new year ;)
60427     
60428     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6998 48e7efb5-ca39-0410-a469-dd3cf9ba447f
60429
60430 commit da378e57a796c6978c4bdaa77644f41bc69c0ee3
60431 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
60432 Date:   Sun Dec 27 07:41:06 2009 +0000
60433
60434     stupid copy/paste typo (bummer)
60435     
60436     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6997 48e7efb5-ca39-0410-a469-dd3cf9ba447f
60437
60438 commit 2bdc3ca9addaae9c9d348d3cc8171f2d4694a1d0
60439 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
60440 Date:   Thu Dec 24 18:12:17 2009 +0000
60441
60442     Release 3.3.4
60443     
60444     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6996 48e7efb5-ca39-0410-a469-dd3cf9ba447f
60445
60446 commit dfdb9cac134ec7a7fa6539ed889bd5fc823539a6
60447 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
60448 Date:   Thu Dec 24 13:17:34 2009 +0000
60449
60450     Yet another typo, bummer
60451     
60452     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6995 48e7efb5-ca39-0410-a469-dd3cf9ba447f
60453
60454 commit 093477a6f446a5efc6162fa6daa16ce84ab5eb45
60455 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
60456 Date:   Thu Dec 24 13:04:43 2009 +0000
60457
60458     Update timings
60459     
60460     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6994 48e7efb5-ca39-0410-a469-dd3cf9ba447f
60461
60462 commit 9966e42d1b2fdea296a1fc047bcd78e054d6402a
60463 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
60464 Date:   Thu Dec 24 13:04:08 2009 +0000
60465
60466     Typo+ downgrade to older svn version
60467     
60468     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6993 48e7efb5-ca39-0410-a469-dd3cf9ba447f
60469
60470 commit 67f68adf1c571987486dc2472fde3b02a8e48d15
60471 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
60472 Date:   Thu Dec 24 10:58:07 2009 +0000
60473
60474     clean the archive before rebuilding to avoid 'binary wrong format' errors
60475     
60476     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6992 48e7efb5-ca39-0410-a469-dd3cf9ba447f
60477
60478 commit 1a7ea1dba259256b305c19f56aad77d2cad93a7c
60479 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
60480 Date:   Thu Dec 24 10:47:57 2009 +0000
60481
60482     scripts should be executable
60483     
60484     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6991 48e7efb5-ca39-0410-a469-dd3cf9ba447f
60485
60486 commit 496c46da8846a6cc1b309622d801e4ca203b2db7
60487 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
60488 Date:   Thu Dec 24 10:47:23 2009 +0000
60489
60490     Ignore apt-get issues
60491     
60492     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6990 48e7efb5-ca39-0410-a469-dd3cf9ba447f
60493
60494 commit 61a392a555659f69f86c9ff06851a6c17361eff9
60495 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
60496 Date:   Thu Dec 24 10:29:24 2009 +0000
60497
60498     When svn is unusable because metadata are too advanced for this arch, downgrade the svn metadata (using tigris's script)
60499     
60500     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6989 48e7efb5-ca39-0410-a469-dd3cf9ba447f
60501
60502 commit ef9dd15620315b1fff8e6b4c8663eb9664cba849
60503 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
60504 Date:   Thu Dec 24 10:22:58 2009 +0000
60505
60506     Minor cleanups to build on pipol
60507     
60508     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6988 48e7efb5-ca39-0410-a469-dd3cf9ba447f
60509
60510 commit 1c747110078ac37d56e6c8200a715291bc0eb3ca
60511 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
60512 Date:   Thu Dec 24 09:42:24 2009 +0000
60513
60514     Remove the version built from buildname so that cdash notices that it's another build of the same platform
60515     
60516     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6987 48e7efb5-ca39-0410-a469-dd3cf9ba447f
60517
60518 commit ce7a12f964dc13411a5b3e4571e8c55f8b5edc8e
60519 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
60520 Date:   Thu Dec 24 09:41:49 2009 +0000
60521
60522     Fix the reduce test (by removing timings when -q is passed)
60523     
60524     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6986 48e7efb5-ca39-0410-a469-dd3cf9ba447f
60525
60526 commit 28fdfec5c521ed006f0e97b946b2dd747ad3ca1e
60527 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
60528 Date:   Thu Dec 24 09:41:15 2009 +0000
60529
60530     fix image name
60531     
60532     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6985 48e7efb5-ca39-0410-a469-dd3cf9ba447f
60533
60534 commit 9f4324eba58e3119554ea0cbddc6386ffead9c76
60535 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
60536 Date:   Wed Dec 23 20:23:53 2009 +0000
60537
60538     Include the svn version in the build name
60539     
60540     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6984 48e7efb5-ca39-0410-a469-dd3cf9ba447f
60541
60542 commit 8c959df33a47387770d87ccb992563b9a29a4ac4
60543 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
60544 Date:   Wed Dec 23 20:23:18 2009 +0000
60545
60546     Reduce the walltime of every builds to not get backlogged
60547     
60548     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6983 48e7efb5-ca39-0410-a469-dd3cf9ba447f
60549
60550 commit e69074fe5afbae103265c804c4d872685a6abce2
60551 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
60552 Date:   Wed Dec 23 20:22:44 2009 +0000
60553
60554     Fix image name
60555     
60556     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6982 48e7efb5-ca39-0410-a469-dd3cf9ba447f
60557
60558 commit 6ef8f5b5b76e7fad6533903721363821b5517cf0
60559 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
60560 Date:   Wed Dec 23 20:22:09 2009 +0000
60561
60562     Try harder to identify darwin on pipol
60563     
60564     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6981 48e7efb5-ca39-0410-a469-dd3cf9ba447f
60565
60566 commit 1f8e028bcc54a7ceda097be4a61bf26d610565b1
60567 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
60568 Date:   Wed Dec 23 20:21:34 2009 +0000
60569
60570     update target list
60571     
60572     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6980 48e7efb5-ca39-0410-a469-dd3cf9ba447f
60573
60574 commit 9673632a652694aa9c345408c6a626c25844d4a6
60575 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
60576 Date:   Wed Dec 23 20:20:59 2009 +0000
60577
60578     port to fedora
60579     
60580     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6979 48e7efb5-ca39-0410-a469-dd3cf9ba447f
60581
60582 commit c5c928865e045a4e32d2bbe877bb1c4450c4edfe
60583 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
60584 Date:   Wed Dec 23 17:54:36 2009 +0000
60585
60586     A script to do everything on pipol
60587     
60588     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6978 48e7efb5-ca39-0410-a469-dd3cf9ba447f
60589
60590 commit d4b186248faec6053f7568bcea94fdc0ec9c3f6b
60591 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
60592 Date:   Wed Dec 23 17:26:57 2009 +0000
60593
60594     Specify the trigger site for ctest
60595     
60596     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6977 48e7efb5-ca39-0410-a469-dd3cf9ba447f
60597
60598 commit d06623a2341c647686560c413cd5fc08d59bb488
60599 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
60600 Date:   Wed Dec 23 17:26:22 2009 +0000
60601
60602     Reduce verbosity of cmake
60603     
60604     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6976 48e7efb5-ca39-0410-a469-dd3cf9ba447f
60605
60606 commit 49234ada52ee0a68a229f82658261b809b088409
60607 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
60608 Date:   Wed Dec 23 17:15:26 2009 +0000
60609
60610     Make sure that smx_context_thread.c ends up in the archive even if we're compiling against ucontextes
60611     
60612     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6975 48e7efb5-ca39-0410-a469-dd3cf9ba447f
60613
60614 commit 108245d608bf821c8b0b748195d75b4b83f2376d
60615 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
60616 Date:   Wed Dec 23 17:08:12 2009 +0000
60617
60618     Try to load the stdio before defining getline (on mac) so that FILE gets defined
60619     
60620     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6974 48e7efb5-ca39-0410-a469-dd3cf9ba447f
60621
60622 commit 7b6fee9e7c5b977e255a29a4039b4e2307a8bc7d
60623 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
60624 Date:   Wed Dec 23 17:04:56 2009 +0000
60625
60626     Try to load the stdlib before defining getline (on mac) so that size_t gets defined
60627     
60628     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6973 48e7efb5-ca39-0410-a469-dd3cf9ba447f
60629
60630 commit 03acfe2ff713206c4de1e93a005e86b0fbae9a74
60631 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
60632 Date:   Wed Dec 23 16:56:21 2009 +0000
60633
60634     Also include the lex file of dax in the archive
60635     
60636     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6972 48e7efb5-ca39-0410-a469-dd3cf9ba447f
60637
60638 commit ebae77b3368f80b11c681c2d03ade654038087d2
60639 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
60640 Date:   Wed Dec 23 16:51:58 2009 +0000
60641
60642     Fix my fix about building without flexml
60643     
60644     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6971 48e7efb5-ca39-0410-a469-dd3cf9ba447f
60645
60646 commit 312891b9135de109b9c414c14c19373290186471
60647 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
60648 Date:   Wed Dec 23 16:45:51 2009 +0000
60649
60650     that's ok to have a failure in that section since we're trying to detect whether svn is working
60651     
60652     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6970 48e7efb5-ca39-0410-a469-dd3cf9ba447f
60653
60654 commit 7867db7b99603f37a7e1d5b42d5b32b964a26dbd
60655 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
60656 Date:   Wed Dec 23 16:27:07 2009 +0000
60657
60658     This test fails in a really strange way. Mark it expected failure in both autotools and cmake
60659     
60660     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6969 48e7efb5-ca39-0410-a469-dd3cf9ba447f
60661
60662 commit 3fed14dd745d58546e20de1cc02d5353a2e93a35
60663 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
60664 Date:   Wed Dec 23 16:15:54 2009 +0000
60665
60666     update timings for 64bits also
60667     
60668     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6968 48e7efb5-ca39-0410-a469-dd3cf9ba447f
60669
60670 commit 05e0c00b574a783583318c9651534dcb513777d1
60671 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
60672 Date:   Wed Dec 23 16:15:19 2009 +0000
60673
60674     Also mark this test as expected failure in autotools
60675     
60676     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6967 48e7efb5-ca39-0410-a469-dd3cf9ba447f
60677
60678 commit 1510ee76060fdef1833cab6d01f4ec273b7027ad
60679 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
60680 Date:   Wed Dec 23 15:54:40 2009 +0000
60681
60682     If we cannot use svn because that's an old release, extract the svnversion manually from the svn metadata
60683     
60684     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6966 48e7efb5-ca39-0410-a469-dd3cf9ba447f
60685
60686 commit 2b333d6c5886e85ec190d42efbd0188f4e7ecc04
60687 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
60688 Date:   Wed Dec 23 15:32:18 2009 +0000
60689
60690     Don't fail when flexml is not installed and the dtd files seem to be modified. Instead, ignore the changes
60691     
60692     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6965 48e7efb5-ca39-0410-a469-dd3cf9ba447f
60693
60694 commit 1e690264a72804860f1d744f2eb88302a45a8412
60695 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
60696 Date:   Wed Dec 23 15:28:19 2009 +0000
60697
60698     Put all the will_fail together, and add a word of explanation for why each got this way
60699     
60700     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6964 48e7efb5-ca39-0410-a469-dd3cf9ba447f
60701
60702 commit 3a98702c23773c7bab873823a8d556d9f340db2f
60703 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
60704 Date:   Wed Dec 23 15:18:28 2009 +0000
60705
60706     reduce amount of output, and update the tesh files
60707     
60708     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6963 48e7efb5-ca39-0410-a469-dd3cf9ba447f
60709
60710 commit 3e5a0f268e736e6fd525c63071cc1592411f7f3f
60711 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
60712 Date:   Wed Dec 23 15:17:54 2009 +0000
60713
60714     Add a function to check that the matrix is a sequence of numbers (mainly usefull to pmm example)
60715     
60716     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6962 48e7efb5-ca39-0410-a469-dd3cf9ba447f
60717
60718 commit bdb0a3e2930854b00da7e50bf8fb8690580231ad
60719 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
60720 Date:   Wed Dec 23 15:17:19 2009 +0000
60721
60722     Change the protocol of pm_join: cannot force the rank anymore, the master gives one to you. Seem to help pmm working
60723     
60724     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6961 48e7efb5-ca39-0410-a469-dd3cf9ba447f
60725
60726 commit 72b0ca5c96e41d0885faeab0d84a4d748aedd846
60727 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
60728 Date:   Wed Dec 23 14:36:05 2009 +0000
60729
60730     Compare Architecture 32 or 64 with size of long
60731     
60732     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6960 48e7efb5-ca39-0410-a469-dd3cf9ba447f
60733
60734 commit d31a4028dd04da15b47d9d5d01a4b46fa9a460cd
60735 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
60736 Date:   Wed Dec 23 11:12:33 2009 +0000
60737
60738     Correction of bug
60739     
60740     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6959 48e7efb5-ca39-0410-a469-dd3cf9ba447f
60741
60742 commit a61bf0ab33d808be1a3a90d04befd71a55cdf6e5
60743 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
60744 Date:   Wed Dec 23 10:46:45 2009 +0000
60745
60746     Add some test properties for tests which are expected to faill.
60747     
60748     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6958 48e7efb5-ca39-0410-a469-dd3cf9ba447f
60749
60750 commit 7a409dc8c435c5d7ccfd0fd150981056496fef7d
60751 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
60752 Date:   Tue Dec 22 23:48:38 2009 +0000
60753
60754     missed an occurence of this file renaming
60755     
60756     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6957 48e7efb5-ca39-0410-a469-dd3cf9ba447f
60757
60758 commit f9dd9d0c64c44dfeb7a6b99920e3171be2e2c18f
60759 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
60760 Date:   Tue Dec 22 23:36:15 2009 +0000
60761
60762     Some more files to ignore, generated by cmake/ctest
60763     
60764     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6956 48e7efb5-ca39-0410-a469-dd3cf9ba447f
60765
60766 commit c7cb8f5397ade85cd1a851d97c39715f3a58de61
60767 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
60768 Date:   Tue Dec 22 23:35:41 2009 +0000
60769
60770     Rename CTestCustom.ctest -> CTestConfig.cmake (so that cmake sees it when generating DartConfiguration.tcl)
60771     
60772     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6955 48e7efb5-ca39-0410-a469-dd3cf9ba447f
60773
60774 commit 4022bf034fde81e6426c9a9349a5c6071dd604d7
60775 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
60776 Date:   Tue Dec 22 23:35:06 2009 +0000
60777
60778     Specific Makefile.am for buildtools. Allows for a clean target in there
60779     
60780     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6954 48e7efb5-ca39-0410-a469-dd3cf9ba447f
60781
60782 commit 10e4960edf735ee29b350256bf03c0424f42d297
60783 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
60784 Date:   Tue Dec 22 23:34:32 2009 +0000
60785
60786     Reduce the amount of stuff to rebuild to get an archive
60787     
60788     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6953 48e7efb5-ca39-0410-a469-dd3cf9ba447f
60789
60790 commit 4e85f1dfbaf9cf300473c5c15052ca7bb39000b9
60791 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
60792 Date:   Tue Dec 22 22:50:24 2009 +0000
60793
60794     Fix a typo in cmake files
60795     
60796     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6952 48e7efb5-ca39-0410-a469-dd3cf9ba447f
60797
60798 commit ed30a72f0b6a3cbbcc351ef1c0c000e1544e8bbb
60799 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
60800 Date:   Tue Dec 22 22:41:23 2009 +0000
60801
60802     Only one file to configure ctest
60803     
60804     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6951 48e7efb5-ca39-0410-a469-dd3cf9ba447f
60805
60806 commit 1264af3dad7a52f14a17b451e18c0a2c061adea6
60807 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
60808 Date:   Tue Dec 22 22:40:48 2009 +0000
60809
60810     Get the tests compiled by 'make all' so that ctest finds them
60811     
60812     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6950 48e7efb5-ca39-0410-a469-dd3cf9ba447f
60813
60814 commit 9276e6d4eb23d7d3fb2bd4708b04b09e763cb467
60815 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
60816 Date:   Tue Dec 22 22:40:11 2009 +0000
60817
60818     kill useless files
60819     
60820     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6949 48e7efb5-ca39-0410-a469-dd3cf9ba447f
60821
60822 commit f15cf9036559c023ee48e49341a0476700054097
60823 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
60824 Date:   Tue Dec 22 22:34:38 2009 +0000
60825
60826     Fail fast
60827     
60828     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6948 48e7efb5-ca39-0410-a469-dd3cf9ba447f
60829
60830 commit d67148910bd591a8a31494ce8de0daf3058a85a3
60831 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
60832 Date:   Tue Dec 22 22:34:03 2009 +0000
60833
60834     Big fat warning 'dont forget ctest'
60835     
60836     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6947 48e7efb5-ca39-0410-a469-dd3cf9ba447f
60837
60838 commit b0351baec7a6eacae2dbc05a6043a10d97e5c7a3
60839 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
60840 Date:   Tue Dec 22 22:33:29 2009 +0000
60841
60842     Display every tests, even the passed ones, in logs. Makes easier to check synchrony with ctest
60843     
60844     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6946 48e7efb5-ca39-0410-a469-dd3cf9ba447f
60845
60846 commit fb4db044f83b52fc51e7cfe2b5a8e902c3c79208
60847 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
60848 Date:   Tue Dec 22 22:32:55 2009 +0000
60849
60850     Make sure that every tests existing in autotools are run by ctest
60851     
60852     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6945 48e7efb5-ca39-0410-a469-dd3cf9ba447f
60853
60854 commit a4cc497da3f42b16b9593676fb2859e112715ac4
60855 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
60856 Date:   Tue Dec 22 22:32:21 2009 +0000
60857
60858     Also recurse into the simdag directory
60859     
60860     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6944 48e7efb5-ca39-0410-a469-dd3cf9ba447f
60861
60862 commit 581b2e716abc58a1b9b8deb41639d6ff427364be
60863 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
60864 Date:   Tue Dec 22 22:31:47 2009 +0000
60865
60866     More work on cmake/ctest cruft
60867     
60868     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6943 48e7efb5-ca39-0410-a469-dd3cf9ba447f
60869
60870 commit e956473ed33f9a4e5c504b9e6981d8e4a5f804be
60871 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
60872 Date:   Tue Dec 22 22:31:12 2009 +0000
60873
60874     try harder making ctest configuration visible to ctest
60875     
60876     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6942 48e7efb5-ca39-0410-a469-dd3cf9ba447f
60877
60878 commit 829cf9e2f5283a6201e79e1906a145200f870cff
60879 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
60880 Date:   Tue Dec 22 22:30:38 2009 +0000
60881
60882     These files don't get built by regular make, but are mandatory to the tests
60883     
60884     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6941 48e7efb5-ca39-0410-a469-dd3cf9ba447f
60885
60886 commit dc069206368b2394d8c779680dbf2a041044c45b
60887 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
60888 Date:   Tue Dec 22 22:30:04 2009 +0000
60889
60890     Adapt to the new location
60891     
60892     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6940 48e7efb5-ca39-0410-a469-dd3cf9ba447f
60893
60894 commit 5a20ffc77027976cd3840e8e8d90dc85d90ebbe0
60895 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
60896 Date:   Tue Dec 22 22:29:29 2009 +0000
60897
60898     some more files for cmake/ctest
60899     
60900     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6939 48e7efb5-ca39-0410-a469-dd3cf9ba447f
60901
60902 commit 94b5591a3a68fe3236104bc628c6b051b194edb1
60903 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
60904 Date:   Tue Dec 22 22:28:54 2009 +0000
60905
60906     Add cmake-related files into the archives
60907     
60908     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6938 48e7efb5-ca39-0410-a469-dd3cf9ba447f
60909
60910 commit ca63bedf95b70e32c3131ffd1d45eee711c8cc2d
60911 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
60912 Date:   Tue Dec 22 22:28:21 2009 +0000
60913
60914     Ignore some more files
60915     
60916     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6937 48e7efb5-ca39-0410-a469-dd3cf9ba447f
60917
60918 commit 8ad69cc9962c683a7608a59e465874131032a041
60919 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
60920 Date:   Tue Dec 22 22:27:47 2009 +0000
60921
60922     Shorter git identification since tar don't want to deal with filenames longer than 99 chars
60923     
60924     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6936 48e7efb5-ca39-0410-a469-dd3cf9ba447f
60925
60926 commit 6a30ce7329b39609b9a6b139f32b2d2f1a84f120
60927 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
60928 Date:   Tue Dec 22 22:27:12 2009 +0000
60929
60930     Try to get the version identification working with git
60931     
60932     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6935 48e7efb5-ca39-0410-a469-dd3cf9ba447f
60933
60934 commit c605b9bee6085ea6457ee35fd0b1533c3278d6ff
60935 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
60936 Date:   Tue Dec 22 18:00:01 2009 +0000
60937
60938     Only install dependencies if they are not already installed
60939     
60940     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6934 48e7efb5-ca39-0410-a469-dd3cf9ba447f
60941
60942 commit 5ed45f3dd11ce2740ba06815ca936322cccb62e2
60943 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
60944 Date:   Tue Dec 22 17:59:27 2009 +0000
60945
60946     Only rebuild the mandatory parts to make dist
60947     
60948     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6933 48e7efb5-ca39-0410-a469-dd3cf9ba447f
60949
60950 commit c6b6a7faf3d39788aa45c48cf4a3548cf5f6bc81
60951 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
60952 Date:   Tue Dec 22 17:51:46 2009 +0000
60953
60954     when building the archive, reconfigure in any case to get the svn version updated
60955     
60956     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6932 48e7efb5-ca39-0410-a469-dd3cf9ba447f
60957
60958 commit 12773c74b77113c759779be5f2de0aab95fc50fd
60959 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
60960 Date:   Tue Dec 22 17:49:00 2009 +0000
60961
60962     Go to the right directory to rebuild the archive
60963     
60964     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6931 48e7efb5-ca39-0410-a469-dd3cf9ba447f
60965
60966 commit 01dc7e145ae18ee678ac03beeed469cdcb5e5798
60967 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
60968 Date:   Tue Dec 22 17:47:00 2009 +0000
60969
60970     split up config and function definitions; if ~/simgrid-svn/buildtools/scripts/simgrid_build.conf does not exist, get config from ~/.simgrid_build.conf
60971     
60972     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6930 48e7efb5-ca39-0410-a469-dd3cf9ba447f
60973
60974 commit 285360d3a869f4b2492c3d36b3d373f2cf6be08f
60975 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
60976 Date:   Tue Dec 22 17:29:28 2009 +0000
60977
60978     Various cleanups in the scripts. Should be good for now
60979     
60980     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6929 48e7efb5-ca39-0410-a469-dd3cf9ba447f
60981
60982 commit d2711c3bd67c82dd421800a1099e8c31b003c11c
60983 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
60984 Date:   Tue Dec 22 17:28:54 2009 +0000
60985
60986     Rename a script to make its goal more clear
60987     
60988     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6928 48e7efb5-ca39-0410-a469-dd3cf9ba447f
60989
60990 commit 47043897f6ec5b1db06a5fd2af389e518978032e
60991 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
60992 Date:   Tue Dec 22 17:28:19 2009 +0000
60993
60994     Cosmetics
60995     
60996     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6927 48e7efb5-ca39-0410-a469-dd3cf9ba447f
60997
60998 commit 175f4a22eb477d75681b15b11345f7749a5b3d91
60999 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
61000 Date:   Tue Dec 22 17:11:36 2009 +0000
61001
61002     Move scripts not specific to cmake to a scripts/ directory
61003     
61004     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6926 48e7efb5-ca39-0410-a469-dd3cf9ba447f
61005
61006 commit 0ddebf3dc47d7e15ac452a8cf0129e24da0cf3c8
61007 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
61008 Date:   Tue Dec 22 17:11:01 2009 +0000
61009
61010     This file is the core of the Cmake stuff
61011     
61012     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6925 48e7efb5-ca39-0410-a469-dd3cf9ba447f
61013
61014 commit 1744de606b3ed935cf875895ecfbd5bc8275f0ce
61015 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
61016 Date:   Tue Dec 22 17:06:31 2009 +0000
61017
61018     Optimize: do not rebuild from scratch when something already exists
61019     
61020     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6924 48e7efb5-ca39-0410-a469-dd3cf9ba447f
61021
61022 commit 369ecd99a517725bda6a20836c801111579f08b9
61023 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
61024 Date:   Tue Dec 22 17:05:55 2009 +0000
61025
61026     This file is mandatory for ctest to run
61027     
61028     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6923 48e7efb5-ca39-0410-a469-dd3cf9ba447f
61029
61030 commit 8877aa618f22ba7e1faa2dd225acc0b3fbde76e3
61031 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
61032 Date:   Tue Dec 22 16:57:53 2009 +0000
61033
61034     Fix some small glitches
61035     
61036     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6922 48e7efb5-ca39-0410-a469-dd3cf9ba447f
61037
61038 commit 14d333ab7273e9e7ef3fb037e350aa48082b452b
61039 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
61040 Date:   Tue Dec 22 16:43:02 2009 +0000
61041
61042     convert to shell functions
61043     
61044     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6921 48e7efb5-ca39-0410-a469-dd3cf9ba447f
61045
61046 commit 44f51520d32b8c7929597cb96f23aa71c822abb6
61047 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
61048 Date:   Tue Dec 22 16:18:53 2009 +0000
61049
61050     cosmetics
61051     
61052     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6920 48e7efb5-ca39-0410-a469-dd3cf9ba447f
61053
61054 commit cb2c5c40e71782129ef41858a6685350e503d4d7
61055 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
61056 Date:   Tue Dec 22 16:18:19 2009 +0000
61057
61058     New script: wait the distribution to be in position
61059     
61060     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6919 48e7efb5-ca39-0410-a469-dd3cf9ba447f
61061
61062 commit ba3b58374a15dc1a8f5767c362635e226753be05
61063 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
61064 Date:   Tue Dec 22 16:11:55 2009 +0000
61065
61066     We also need transfig to build a dist
61067     
61068     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6918 48e7efb5-ca39-0410-a469-dd3cf9ba447f
61069
61070 commit df3ad0d4587485a331f5b9376bbfe196a2ec9067
61071 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
61072 Date:   Tue Dec 22 16:03:17 2009 +0000
61073
61074     Fix tiny bugs in autodetection that we are compiling a svn version
61075     
61076     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6917 48e7efb5-ca39-0410-a469-dd3cf9ba447f
61077
61078 commit 03dc97c16086faa60e78c05ba89df4cc909791fd
61079 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
61080 Date:   Tue Dec 22 16:01:41 2009 +0000
61081
61082     Search the config file in the right location
61083     
61084     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6916 48e7efb5-ca39-0410-a469-dd3cf9ba447f
61085
61086 commit c4399244e3d118343efd1d933c6f4ef13f532dda
61087 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
61088 Date:   Tue Dec 22 15:48:34 2009 +0000
61089
61090     fix some glitches in make_dist.sh
61091     
61092     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6915 48e7efb5-ca39-0410-a469-dd3cf9ba447f
61093
61094 commit 7049e2ef521f54ff93d84b6ac500f1a79294783d
61095 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
61096 Date:   Tue Dec 22 15:39:39 2009 +0000
61097
61098     2 new scripts: a central config file, and a distribution builder
61099     
61100     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6914 48e7efb5-ca39-0410-a469-dd3cf9ba447f
61101
61102 commit d0835d64741cf14f31d0f2568ae246f923dad722
61103 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
61104 Date:   Tue Dec 22 15:39:05 2009 +0000
61105
61106     Tiny cleanups
61107     
61108     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6913 48e7efb5-ca39-0410-a469-dd3cf9ba447f
61109
61110 commit 373e8e2a21f2d0b4fa1648e8a0e2162b44db225b
61111 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
61112 Date:   Tue Dec 22 15:06:16 2009 +0000
61113
61114     Try to cleanup a bit the cmake-related scripts
61115     
61116     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6912 48e7efb5-ca39-0410-a469-dd3cf9ba447f
61117
61118 commit 0f7be8d5ee688fc423a2468504407ec8e0ae0580
61119 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
61120 Date:   Tue Dec 22 15:03:03 2009 +0000
61121
61122     Refresh some tesh files (the models were changed recently, thus new timings are ok)
61123     
61124     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6911 48e7efb5-ca39-0410-a469-dd3cf9ba447f
61125
61126 commit 316aaaccd30c9d6680897b90b2d1e83e016f8724
61127 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
61128 Date:   Tue Dec 22 14:56:37 2009 +0000
61129
61130     new scripts for Cdash
61131     
61132     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6910 48e7efb5-ca39-0410-a469-dd3cf9ba447f
61133
61134 commit 7533c167589cb291923f56735aa4510727cae8c1
61135 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
61136 Date:   Tue Dec 22 14:56:36 2009 +0000
61137
61138     new scripts for Cdash
61139     
61140     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6909 48e7efb5-ca39-0410-a469-dd3cf9ba447f
61141
61142 commit f215429c08bc347a6d81a15f743ed50d7007e81c
61143 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
61144 Date:   Tue Dec 22 14:14:26 2009 +0000
61145
61146     Remove cruft from svn
61147     
61148     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6908 48e7efb5-ca39-0410-a469-dd3cf9ba447f
61149
61150 commit 540dd8d87513c6c68f2c7d3ddb03b079538eea3b
61151 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
61152 Date:   Thu Dec 17 16:45:41 2009 +0000
61153
61154     correction of the ctest output size
61155     
61156     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6907 48e7efb5-ca39-0410-a469-dd3cf9ba447f
61157
61158 commit 7069f4b050735608f02514cf05bd896c747933a3
61159 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
61160 Date:   Wed Dec 16 16:21:53 2009 +0000
61161
61162     add this directory for make a ctest compilation
61163     
61164     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6906 48e7efb5-ca39-0410-a469-dd3cf9ba447f
61165
61166 commit 67a5e53fd4d45bd720f300a57a69abbace5a4dd1
61167 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
61168 Date:   Wed Dec 16 15:59:27 2009 +0000
61169
61170     load simgrid from svn instead of local repository
61171     
61172     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6905 48e7efb5-ca39-0410-a469-dd3cf9ba447f
61173
61174 commit 3fa2f757f7555af8df81ee0231592d559e933580
61175 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
61176 Date:   Wed Dec 16 15:59:25 2009 +0000
61177
61178     reorganize the directory and add some files for pipol
61179     
61180     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6904 48e7efb5-ca39-0410-a469-dd3cf9ba447f
61181
61182 commit 573efb2d65f9658ddd3568f49541a52d93ee085c
61183 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
61184 Date:   Wed Dec 16 14:28:56 2009 +0000
61185
61186     add all directories and files for ctest
61187     
61188     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6903 48e7efb5-ca39-0410-a469-dd3cf9ba447f
61189
61190 commit dc3c586764381b57c94e902ffc91b4234ddc7599
61191 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
61192 Date:   Wed Dec 16 08:16:31 2009 +0000
61193
61194     This test is expected to fail for now: we have to rewrite the parser in next release
61195     
61196     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6902 48e7efb5-ca39-0410-a469-dd3cf9ba447f
61197
61198 commit 7c43ae9ee22282eaf8c644b7cf8ba2d4c357ee21
61199 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
61200 Date:   Wed Dec 16 08:16:27 2009 +0000
61201
61202     indeed, loading simgrid_config first is a better idea since we need to declare GNU_SOURCE before anyone loads stdio.h, but no need to reload the same file at the end
61203     
61204     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6901 48e7efb5-ca39-0410-a469-dd3cf9ba447f
61205
61206 commit f8233f722303bc40e4c003bf8bf5818c8ece9dd0
61207 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
61208 Date:   Tue Dec 15 16:33:44 2009 +0000
61209
61210     Do not enable supernovae by default (independently of whether the maintainer mode is activated or not)
61211     
61212     
61213     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6900 48e7efb5-ca39-0410-a469-dd3cf9ba447f
61214
61215 commit 4f8bb2f29a74af65e3db301ab1c4c0df611714c8
61216 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
61217 Date:   Tue Dec 15 16:33:33 2009 +0000
61218
61219     We need getline so include the right file and do not hope that other header will provide it.
61220     
61221     
61222     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6899 48e7efb5-ca39-0410-a469-dd3cf9ba447f
61223
61224 commit 31f8acb14aacb4488c5ffc83648647291f8f18f0
61225 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
61226 Date:   Tue Dec 15 16:33:31 2009 +0000
61227
61228     Help distcheck to work.
61229     
61230     
61231     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6898 48e7efb5-ca39-0410-a469-dd3cf9ba447f
61232
61233 commit 6d026173d531871f824d9ed3f8b5d206f2dceded
61234 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
61235 Date:   Tue Dec 15 16:33:20 2009 +0000
61236
61237     Use the right header for the getline management.
61238     
61239     
61240     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6897 48e7efb5-ca39-0410-a469-dd3cf9ba447f
61241
61242 commit f70b1d36400665b6a19c9ff915bfdad4da61a199
61243 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
61244 Date:   Tue Dec 15 16:33:17 2009 +0000
61245
61246     cosmetics
61247     
61248     
61249     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6896 48e7efb5-ca39-0410-a469-dd3cf9ba447f
61250
61251 commit 7d2564bf6ec7a7135175eb4eeeba1e190139203c
61252 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
61253 Date:   Tue Dec 15 16:33:06 2009 +0000
61254
61255     Do not spread getline management here and there but only in simgrid_config.h.
61256     
61257     
61258     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6895 48e7efb5-ca39-0410-a469-dd3cf9ba447f
61259
61260 commit 5916c12ba9de33f917b5b2f85dd953da50d8477a
61261 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
61262 Date:   Tue Dec 15 16:33:04 2009 +0000
61263
61264     remove useless dependencies
61265     
61266     
61267     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6894 48e7efb5-ca39-0410-a469-dd3cf9ba447f
61268
61269 commit 342fcbf918c2e2e7d1a9e149722362b518d0ba9b
61270 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
61271 Date:   Tue Dec 15 16:33:01 2009 +0000
61272
61273     Try to improve getline portability...
61274     
61275     In the configure, you test for the presence of getline using
61276         #define _GNU_SOURCE
61277         #include <stdio.h>
61278     So it is detected as functionnal on my machine (hardy) but if you do
61279     not put these lines in simgrid_config.h it will break. The only thing
61280     is that other headers may include stdio.h earlier in which case the
61281     later _GNU_SOURCE will be useless... :(
61282     
61283     
61284     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6893 48e7efb5-ca39-0410-a469-dd3cf9ba447f
61285
61286 commit c10856f8b672d03331459178fc3ef81a32c4f04f
61287 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
61288 Date:   Fri Dec 11 13:42:37 2009 +0000
61289
61290     kill now unused variable
61291     
61292     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6892 48e7efb5-ca39-0410-a469-dd3cf9ba447f
61293
61294 commit 1fd91c16cd08f9f18179241091be71423fff55ae
61295 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
61296 Date:   Fri Dec 11 13:41:24 2009 +0000
61297
61298     Do not clear memory before freeing it (useless and fails on supernovae's ubuntu when size=0)
61299     
61300     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6891 48e7efb5-ca39-0410-a469-dd3cf9ba447f
61301
61302 commit 03aab6a746a03d2e8db4cc1fa53c031ca7ee8ada
61303 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
61304 Date:   Fri Dec 11 13:31:43 2009 +0000
61305
61306     More explicit inline marking of functions
61307     
61308     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6890 48e7efb5-ca39-0410-a469-dd3cf9ba447f
61309
61310 commit 16d463c6ec4fe0a015eca5e5a56cc9c601cdca45
61311 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
61312 Date:   Fri Dec 11 12:53:16 2009 +0000
61313
61314     allow smpicc to survive to non-functionnal readlink on mac (by doing as if there were no link around)
61315     
61316     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6889 48e7efb5-ca39-0410-a469-dd3cf9ba447f
61317
61318 commit bb8f33bb835251a993421cbef4b9f8601e20eb0a
61319 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
61320 Date:   Fri Dec 11 12:53:14 2009 +0000
61321
61322     don't try to distribute a file which does not exist (anymore)
61323     
61324     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6888 48e7efb5-ca39-0410-a469-dd3cf9ba447f
61325
61326 commit 6467d4e0fe4610f53d60ee72bd9dda0fbc20570f
61327 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
61328 Date:   Fri Dec 11 12:26:49 2009 +0000
61329
61330     Avoid a name conflict with /usr/include/sys/wait.h on mac (at least)
61331     
61332     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6887 48e7efb5-ca39-0410-a469-dd3cf9ba447f
61333
61334 commit f027d4c352e944191a07b6426b1df851e9638404
61335 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
61336 Date:   Fri Dec 11 12:25:28 2009 +0000
61337
61338     We need to try linking the code to detect getline, or gcc will think that this is a yet undefined external symbol
61339     
61340     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6886 48e7efb5-ca39-0410-a469-dd3cf9ba447f
61341
61342 commit 1de0605ac65310f01fd7e86562216bab56b6b780
61343 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
61344 Date:   Fri Dec 11 12:20:59 2009 +0000
61345
61346     use simgrid_config.h in example code relying on getline
61347     
61348     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6885 48e7efb5-ca39-0410-a469-dd3cf9ba447f
61349
61350 commit e37e7240e1ff4b73ebc6134a52a702839093e471
61351 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
61352 Date:   Fri Dec 11 12:18:36 2009 +0000
61353
61354     Do not mark inline hte functions of which we manipulate pointers to
61355     
61356     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6884 48e7efb5-ca39-0410-a469-dd3cf9ba447f
61357
61358 commit 9a91aebb1aab0ee184237adc8a2307a015941b9c
61359 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
61360 Date:   Fri Dec 11 12:13:56 2009 +0000
61361
61362     Do not mark all public function as potentially inline since it breaks on mac (get inlined in any case). Mark inline functions explicitelly
61363     
61364     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6883 48e7efb5-ca39-0410-a469-dd3cf9ba447f
61365
61366 commit 280670eff128291d00a30689bdbbd986f7b0a773
61367 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
61368 Date:   Fri Dec 11 10:50:46 2009 +0000
61369
61370     creating a neat config file is good. Using it is better ;)
61371     
61372     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6882 48e7efb5-ca39-0410-a469-dd3cf9ba447f
61373
61374 commit c4b456eb4ff7aa5852e276391b24667431be5d84
61375 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
61376 Date:   Fri Dec 11 10:39:39 2009 +0000
61377
61378     missing file
61379     
61380     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6881 48e7efb5-ca39-0410-a469-dd3cf9ba447f
61381
61382 commit cf83e2bdb40c0520e0e641e22d13c92a9d0135fd
61383 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
61384 Date:   Fri Dec 11 10:38:52 2009 +0000
61385
61386     Install a configure-generated header file containing whether the system have getline and asprintf
61387     
61388     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6880 48e7efb5-ca39-0410-a469-dd3cf9ba447f
61389
61390 commit b799df7cc12d5618c96b0b1cb53c348bc810c0a6
61391 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
61392 Date:   Fri Dec 11 08:57:14 2009 +0000
61393
61394     also activate our asprintf internal implementation if there is one in libc, but a broken one. Say hello to ubuntu ;)
61395     
61396     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6879 48e7efb5-ca39-0410-a469-dd3cf9ba447f
61397
61398 commit e96a26bb1ef3e4651e20e51431289aa7dff90aae
61399 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
61400 Date:   Thu Dec 10 14:56:15 2009 +0000
61401
61402     document how to get java bindings compiling
61403     
61404     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6878 48e7efb5-ca39-0410-a469-dd3cf9ba447f
61405
61406 commit 13cc26065a0b0319e41594935796e0618ecc81dc
61407 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
61408 Date:   Thu Dec 10 14:17:23 2009 +0000
61409
61410     Fix default target about dax.dtd for the ones not having flexml
61411     
61412     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6877 48e7efb5-ca39-0410-a469-dd3cf9ba447f
61413
61414 commit ed3a19eb691c44b16c8815436519e977f257c8c0
61415 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
61416 Date:   Thu Dec 3 12:44:45 2009 +0000
61417
61418     Automatically generare html files from our bibtex file.
61419     
61420     
61421     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6867 48e7efb5-ca39-0410-a469-dd3cf9ba447f
61422
61423 commit 0e2d33c426fa2b84c08d57c925a0797cb42aac97
61424 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
61425 Date:   Thu Dec 3 12:44:20 2009 +0000
61426
61427     Use external files for the bibliography.
61428     
61429     
61430     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6866 48e7efb5-ca39-0410-a469-dd3cf9ba447f
61431
61432 commit 3bc540848ce00852f978543788dadbd1e6367b60
61433 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
61434 Date:   Thu Dec 3 12:44:16 2009 +0000
61435
61436     Fix a bug noted by Martin (weird undefined variable elem_list)
61437     
61438     
61439     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6865 48e7efb5-ca39-0410-a469-dd3cf9ba447f
61440
61441 commit 7a61bfa9466b66939e18de5f09c1fdc77f98aa07
61442 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
61443 Date:   Wed Dec 2 21:10:51 2009 +0000
61444
61445     Document supernovae
61446     
61447     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6864 48e7efb5-ca39-0410-a469-dd3cf9ba447f
61448
61449 commit aa2686f85df9e9d46f29f57ea05af50052bd0aa3
61450 Author: navarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
61451 Date:   Wed Dec 2 16:34:13 2009 +0000
61452
61453     Stop building a 3.3.3 version...
61454     
61455     3.3.3 has been stable for a while. We're preparing the 3.3.4 here.
61456     
61457     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6863 48e7efb5-ca39-0410-a469-dd3cf9ba447f
61458
61459 commit cd1ce7675e905b42d86cbc4633924748e4966ae2
61460 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
61461 Date:   Wed Dec 2 15:49:30 2009 +0000
61462
61463     Another try to get the make dist working with or without supernovae
61464     This was not a bug of automake, but a feature: it seeks every files
61465       which may be needed by a if/endif branch and makes sure they are in
61466       the archive. Adding an extra variable didn't solve the issue since
61467       automake follows variable definitions.
61468     Declaring supernovae files as BUILT_SOURCE was uneffective (still
61469       trying to add them to the archive) and counter productive (automake
61470       tried to build them even in non-supernovae mode)
61471     So the solution is to prevent automake from derivating the DIST files
61472       from the lib_*_la_SOURCES. For that, I use nodist_lib_*_la_SOURCES
61473       and take care of the EXTRA_DIST files manually.
61474     
61475     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6862 48e7efb5-ca39-0410-a469-dd3cf9ba447f
61476
61477 commit 04cf05708b80872856750323c340ccdc87991a17
61478 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
61479 Date:   Wed Dec 2 11:01:31 2009 +0000
61480
61481     Circumvent a bug in automake (at least found in v1.11)
61482     If lib*_la_SOURCES are defined in a if/endif alternative, it works for
61483       compilation, but the dist target uses the first variante of the
61484       variable, regardless of whether this is the used variante or not.
61485     So, use yet another name in the alternative and define lib*_la_SOURCES
61486       only once, out of the alternatives
61487     
61488     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6861 48e7efb5-ca39-0410-a469-dd3cf9ba447f
61489
61490 commit 52a6d53cd52c33f42545da84bb52a1acc63ee648
61491 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
61492 Date:   Wed Dec 2 10:34:19 2009 +0000
61493
61494     include all the needed files in the archive so that the tar.gz compiles afterward
61495     
61496     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6860 48e7efb5-ca39-0410-a469-dd3cf9ba447f
61497
61498 commit 792dcfe5ca32db35c9527f2e534db762e1de5295
61499 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
61500 Date:   Wed Dec 2 10:34:17 2009 +0000
61501
61502     Replay is not mature enough for distribution, yet
61503     
61504     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6859 48e7efb5-ca39-0410-a469-dd3cf9ba447f
61505
61506 commit 6b0ed39bcfcb82f83c8f7973b8462aa1b50a430f
61507 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
61508 Date:   Wed Dec 2 10:20:33 2009 +0000
61509
61510     Replay is not mature enough for distribution, yet
61511     
61512     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6858 48e7efb5-ca39-0410-a469-dd3cf9ba447f
61513
61514 commit 8c00abbe6b356e3396cb3bb19bd0ec4f2b59e809
61515 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
61516 Date:   Wed Dec 2 10:18:30 2009 +0000
61517
61518     create the listener thread in joinable mode since we join it at the end
61519     
61520     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6857 48e7efb5-ca39-0410-a469-dd3cf9ba447f
61521
61522 commit 4c884611bb6b9f916326c21cd8bda54f265aded6
61523 Author: suter <suter@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
61524 Date:   Mon Nov 30 15:39:35 2009 +0000
61525
61526     Modify the output of the action replay tool.
61527     Each action now output a message wit the same structure as its input
61528     PLUS an extra field giving the time spent to execute this action
61529     
61530     
61531     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6856 48e7efb5-ca39-0410-a469-dd3cf9ba447f
61532
61533 commit dc49656e355098c2f0315cf15722d03558566b9c
61534 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
61535 Date:   Tue Nov 24 11:36:15 2009 +0000
61536
61537     default of supernovae should be the opposite of maintainer-mode
61538     
61539     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6855 48e7efb5-ca39-0410-a469-dd3cf9ba447f
61540
61541 commit 2eafbd98153afc6467f95dbb35f4bdabe909e934
61542 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
61543 Date:   Tue Nov 24 11:28:18 2009 +0000
61544
61545     Force initialization of a variable to shut gcc 4.4 up
61546     
61547     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6854 48e7efb5-ca39-0410-a469-dd3cf9ba447f
61548
61549 commit 3309068faeae09a222d5c30ffb81cfd0a93e2eeb
61550 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
61551 Date:   Fri Nov 20 20:40:46 2009 +0000
61552
61553     more inlining
61554     
61555     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6853 48e7efb5-ca39-0410-a469-dd3cf9ba447f
61556
61557 commit c788771aa7185d8f45f0f9705c5460d9749b6303
61558 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
61559 Date:   Fri Nov 20 20:40:32 2009 +0000
61560
61561     Mark two more functions as inline in supernovae, and use selective update by default
61562     
61563     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6852 48e7efb5-ca39-0410-a469-dd3cf9ba447f
61564
61565 commit 43528a27744408887c967223cdd013c8a2b0fb0e
61566 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
61567 Date:   Fri Nov 20 20:40:17 2009 +0000
61568
61569     Force memory allocation functions to always inline
61570     
61571     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6851 48e7efb5-ca39-0410-a469-dd3cf9ba447f
61572
61573 commit 0075e04123513262d9cdb03efb29cc2e760fa6c4
61574 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
61575 Date:   Fri Nov 20 20:40:03 2009 +0000
61576
61577     kill useless code
61578     
61579     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6850 48e7efb5-ca39-0410-a469-dd3cf9ba447f
61580
61581 commit 9b757886241c3fc8c055842b3cf7fef7494031d7
61582 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
61583 Date:   Fri Nov 20 11:50:32 2009 +0000
61584
61585     Mark a bunch of functions as candidates to inlining. Not quite sure that gcc does it, yet
61586     
61587     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6849 48e7efb5-ca39-0410-a469-dd3cf9ba447f
61588
61589 commit 2e81aeec4dfd8d6d5cf1f017f407059ca6a4e1f3
61590 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
61591 Date:   Fri Nov 20 11:50:08 2009 +0000
61592
61593     these are variables, not functions. Use the right macro
61594     
61595     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6848 48e7efb5-ca39-0410-a469-dd3cf9ba447f
61596
61597 commit 0ebc1d233ac5a823ad107364e15ec84991aaf424
61598 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
61599 Date:   Fri Nov 20 11:50:05 2009 +0000
61600
61601     In supernovae mode, declare every public functions as [potentially] inline
61602     
61603     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6847 48e7efb5-ca39-0410-a469-dd3cf9ba447f
61604
61605 commit 6307b7c124221f426fba288c5988d583ac27de70
61606 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
61607 Date:   Fri Nov 20 09:59:00 2009 +0000
61608
61609     Take into account "recent" simix modifications
61610     
61611     Namely, the use of semaphores for communications in SIMIX_process
61612     
61613     
61614     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6846 48e7efb5-ca39-0410-a469-dd3cf9ba447f
61615
61616 commit 1ecee9162f7128c68d579d4e454ccbcd26b38b8e
61617 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
61618 Date:   Fri Nov 20 09:55:32 2009 +0000
61619
61620     remove wrong comment
61621     
61622     
61623     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6845 48e7efb5-ca39-0410-a469-dd3cf9ba447f
61624
61625 commit 07ce716b44d53a070fc2358ec727bb1975198200
61626 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
61627 Date:   Fri Nov 20 09:47:53 2009 +0000
61628
61629     Change the code so that it compiles in supernovae mode
61630      - _simgrid_log_channel__default is then a macro defined in
61631        mk_supernovae.sh instead of a global static to the compilation unit
61632      - lots and lots of static symbol renaming (prefixing) to avoid name
61633        clashes. I love eclipse refactoring functions
61634     
61635     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6844 48e7efb5-ca39-0410-a469-dd3cf9ba447f
61636
61637 commit 1a66f9e48742a7a62c7278c42e3ddd83dfe5180a
61638 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
61639 Date:   Fri Nov 20 09:47:29 2009 +0000
61640
61641     Try to compile in supernovae mode when requested to
61642     
61643     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6843 48e7efb5-ca39-0410-a469-dd3cf9ba447f
61644
61645 commit 8d5415676cb95c0e9225f68112b20c36fcff6848
61646 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
61647 Date:   Fri Nov 20 09:47:26 2009 +0000
61648
61649     A configure option to control the supernovae mode
61650     
61651     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6842 48e7efb5-ca39-0410-a469-dd3cf9ba447f
61652
61653 commit 58e65482d9fc9becc9a6f31e6b8617a0a9b92a74
61654 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
61655 Date:   Wed Nov 18 07:30:16 2009 +0000
61656
61657     Also include hostfile into the archive since makecheck needs that
61658     
61659     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6841 48e7efb5-ca39-0410-a469-dd3cf9ba447f
61660
61661 commit 722f2bfb8f798c02566dfa7054e6e71bde6a999a
61662 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
61663 Date:   Wed Nov 18 07:28:20 2009 +0000
61664
61665     Some files missing from the archive. This prevents makecheck from running well
61666     
61667     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6840 48e7efb5-ca39-0410-a469-dd3cf9ba447f
61668
61669 commit 93c9bce8db31371e16441ee6a9eefa688c9b00ef
61670 Author: donassbr <donassbr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
61671 Date:   Mon Nov 16 15:41:27 2009 +0000
61672
61673     Bugfix: Initialize variable and remove from heap when action is suspended.
61674     
61675     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6839 48e7efb5-ca39-0410-a469-dd3cf9ba447f
61676
61677 commit ccb54aaa11b0b2da7dfb6d411d3fcd20a0200032
61678 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
61679 Date:   Wed Nov 11 16:09:33 2009 +0000
61680
61681     typo found by Medhi while doing the tutorial
61682     
61683     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6838 48e7efb5-ca39-0410-a469-dd3cf9ba447f
61684
61685 commit a5c8599142e1793770ab9255582edb1e74b214af
61686 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
61687 Date:   Tue Nov 10 12:33:10 2009 +0000
61688
61689     don't trust gcc for cleaning your code after you. he's too dumb to be trusted
61690     
61691     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6837 48e7efb5-ca39-0410-a469-dd3cf9ba447f
61692
61693 commit 1a2f031cc377418f3716415ba669434bfd3a5df4
61694 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
61695 Date:   Tue Nov 10 12:32:54 2009 +0000
61696
61697     Revert "try to port the gras simulation side to the new smx_network infrastructure (not yet working)"
61698     This git branch is not ready for public consumption yet (sorry)
61699     
61700     This reverts commit 063c63642a29000a011c0d6176d30eb62a4e0dca.
61701     
61702     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6836 48e7efb5-ca39-0410-a469-dd3cf9ba447f
61703
61704 commit 063c63642a29000a011c0d6176d30eb62a4e0dca
61705 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
61706 Date:   Tue Nov 10 12:28:14 2009 +0000
61707
61708     try to port the gras simulation side to the new smx_network infrastructure (not yet working)
61709     
61710     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6835 48e7efb5-ca39-0410-a469-dd3cf9ba447f
61711
61712 commit 9fb9a973ff6b7ed01c40a1abb7f54feaf0823d4f
61713 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
61714 Date:   Tue Nov 10 11:52:05 2009 +0000
61715
61716     Kill portability to MAC for sake of compiling on linux. See #8852 for a proper solution (which will want for the IJD to arrive)
61717     
61718     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6834 48e7efb5-ca39-0410-a469-dd3cf9ba447f
61719
61720 commit 26960d5a5c8b7036f1ea69bd3790978ecfa1da25
61721 Author: suter <suter@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
61722 Date:   Thu Nov 5 22:48:55 2009 +0000
61723
61724     First implementation of allReduce action (Refactoring will be needed
61725     at some point)
61726     
61727     All involved processes exit at the same time
61728     
61729     
61730     
61731     
61732     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6833 48e7efb5-ca39-0410-a469-dd3cf9ba447f
61733
61734 commit 22dc700ad9d8a1d5f3fc83f13d40dea6d587a86f
61735 Author: donassbr <donassbr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
61736 Date:   Wed Nov 4 12:14:20 2009 +0000
61737
61738     Fix test. Remove timestep parameter.
61739     
61740     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6832 48e7efb5-ca39-0410-a469-dd3cf9ba447f
61741
61742 commit 32a3aaa4408a0fa7cc48c2c43ec788f7ea531d59
61743 Author: donassbr <donassbr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
61744 Date:   Wed Nov 4 12:14:17 2009 +0000
61745
61746     Remove parameter timestep.
61747     
61748     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6831 48e7efb5-ca39-0410-a469-dd3cf9ba447f
61749
61750 commit 160719c0de3bf98d1b4cdeed9ac7d4b28c4dc9bd
61751 Author: donassbr <donassbr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
61752 Date:   Wed Nov 4 12:13:53 2009 +0000
61753
61754     Changes implementation of CPU TI. Now, it uses the simple integration of trace and does a binary search to find the points in the array.
61755     
61756     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6830 48e7efb5-ca39-0410-a469-dd3cf9ba447f
61757
61758 commit 510cf15f280b8d4687963331fd3dac7282072d13
61759 Author: donassbr <donassbr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
61760 Date:   Wed Nov 4 12:13:50 2009 +0000
61761
61762     Add 2 tests to handle problems when using timesteps too big.
61763     This part of code will disappear soon, but this commit can be used to retrieve this implementation of trace integration feature (with multi levels).
61764     
61765     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6829 48e7efb5-ca39-0410-a469-dd3cf9ba447f
61766
61767 commit 6ff24860d22816d90d026a79229f97597908ebca
61768 Author: donassbr <donassbr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
61769 Date:   Wed Nov 4 12:13:26 2009 +0000
61770
61771     Add tests to skip actions that aren't running or have priority = 0.
61772     
61773     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6828 48e7efb5-ca39-0410-a469-dd3cf9ba447f
61774
61775 commit d8b824796f811983af9dc43c8b66f1e9c6519199
61776 Author: donassbr <donassbr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
61777 Date:   Wed Nov 4 12:13:23 2009 +0000
61778
61779     Remove old code and useless code.
61780     
61781     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6827 48e7efb5-ca39-0410-a469-dd3cf9ba447f
61782
61783 commit 419d880cf5ea0cc1f4c2b299923a6002811e55e3
61784 Author: suter <suter@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
61785 Date:   Fri Oct 30 17:27:34 2009 +0000
61786
61787     Not using set/get functions is bad, but raising an errer when a set
61788     modifies an existing data is worse.
61789     
61790     Remove the paranoid assert
61791     
61792     
61793     
61794     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6826 48e7efb5-ca39-0410-a469-dd3cf9ba447f
61795
61796 commit ceaa3959f7085cafabca59dc4f9b447be76d9225
61797 Author: suter <suter@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
61798 Date:   Thu Oct 29 22:24:49 2009 +0000
61799
61800     add a reduce X bytes Y flops action
61801     once the root has received all the contributions of X bytes from the
61802     other processes, it computes Y flops. The other processes exit the
61803     function as soon as they their send is completed.
61804     
61805     
61806     
61807     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6825 48e7efb5-ca39-0410-a469-dd3cf9ba447f
61808
61809 commit 4d9b6ffa6061b98854861149be406520b60793cd
61810 Author: suter <suter@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
61811 Date:   Thu Oct 29 21:15:57 2009 +0000
61812
61813     Refactor spawned_send and bcast_spawned_send
61814     
61815     
61816     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6824 48e7efb5-ca39-0410-a469-dd3cf9ba447f
61817
61818 commit d69523bb9a7c8d5381d44e94f559337bc9745009
61819 Author: suter <suter@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
61820 Date:   Thu Oct 29 20:59:50 2009 +0000
61821
61822     add a flat broadcast action
61823     requires a comm_size action to set the size of the MPI_COMM_WORLD
61824     communicator
61825     update the actions_with_isend.txt to include the Isend action
61826     
61827     
61828     
61829     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6823 48e7efb5-ca39-0410-a469-dd3cf9ba447f
61830
61831 commit a403166f75e2b915cb00ab34e7a574f27a6bb49b
61832 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
61833 Date:   Thu Oct 29 16:10:40 2009 +0000
61834
61835     plug a memleak
61836     
61837     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6822 48e7efb5-ca39-0410-a469-dd3cf9ba447f
61838
61839 commit 1fcdc37cc2976973c806904d1a456f09b05d5641
61840 Author: suter <suter@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
61841 Date:   Thu Oct 29 10:52:55 2009 +0000
61842
61843     forgot to remove the cleaning of a remove data
61844     
61845     
61846     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6821 48e7efb5-ca39-0410-a469-dd3cf9ba447f
61847
61848 commit 18aa8e053c23c7e3092a0007ffe310de1f2e2a1e
61849 Author: suter <suter@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
61850 Date:   Thu Oct 29 10:51:46 2009 +0000
61851
61852     add an Isend, just the prototype for the barrier action
61853     
61854     
61855     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6820 48e7efb5-ca39-0410-a469-dd3cf9ba447f
61856
61857 commit 4980d2e1e2f581b79412db8482b7c83487789b0d
61858 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
61859 Date:   Thu Oct 29 07:00:59 2009 +0000
61860
61861     try harder not to overflow that buffer
61862     
61863     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6819 48e7efb5-ca39-0410-a469-dd3cf9ba447f
61864
61865 commit 339db441e4b8f8c63a287a3dcc5ca911d32a7151
61866 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
61867 Date:   Wed Oct 28 22:36:02 2009 +0000
61868
61869     try to ensure that stdio is loaded when str.h is loaded, so that __USE_GNU is defined on glibc
61870     
61871     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6818 48e7efb5-ca39-0410-a469-dd3cf9ba447f
61872
61873 commit 5d92a76d54f0104f9ed747a1c89363806e5d4ac4
61874 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
61875 Date:   Wed Oct 28 22:17:55 2009 +0000
61876
61877     Try to fix #8852 (SimGrid won't compile on Ubuntu 9.10) by betterly checking my arguments to standard functions
61878     
61879     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6817 48e7efb5-ca39-0410-a469-dd3cf9ba447f
61880
61881 commit bb0b31ac5c18fc8bc05bd9371d9b2254cd62bba4
61882 Author: suter <suter@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
61883 Date:   Fri Oct 23 05:59:09 2009 +0000
61884
61885     small improvements suggested by Arnaud
61886     
61887     
61888     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6813 48e7efb5-ca39-0410-a469-dd3cf9ba447f
61889
61890 commit f2dfa42a467e09f316eec0f0c948b1609c4e1fb8
61891 Author: suter <suter@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
61892 Date:   Thu Oct 22 18:12:25 2009 +0000
61893
61894     Add Irecv and wait actions and corresponding example
61895     
61896     
61897     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6812 48e7efb5-ca39-0410-a469-dd3cf9ba447f
61898
61899 commit 090cf2282f07bf598ff25bf0740e35268b20b699
61900 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
61901 Date:   Tue Oct 20 13:10:35 2009 +0000
61902
61903     Change the waitany functions on semaphore and communications to return the rank of the object in the dynar instead of the object itself
61904     
61905     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6811 48e7efb5-ca39-0410-a469-dd3cf9ba447f
61906
61907 commit 62923a33166a3bca4b65351fbe26f170e42dd24f
61908 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
61909 Date:   Tue Oct 20 13:10:31 2009 +0000
61910
61911     Implement smx_comm_t SIMIX_network_waitany(xbt_dynar_t comms)
61912     
61913     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6810 48e7efb5-ca39-0410-a469-dd3cf9ba447f
61914
61915 commit 69c8331b2fdb12bd9b75160c6cff4e0b3e978911
61916 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
61917 Date:   Tue Oct 20 13:10:07 2009 +0000
61918
61919     Implement smx_sem_t SIMIX_sem_acquire_any(xbt_dynar_t sems)
61920     
61921     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6809 48e7efb5-ca39-0410-a469-dd3cf9ba447f
61922
61923 commit c665004452a6a694cea474e402376893b774eca1
61924 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
61925 Date:   Tue Oct 20 13:10:04 2009 +0000
61926
61927     when requested to acquire a cond or semaphore with max_duration=0, call the regular blocking function instead of the internal code so that the dummy action in charge of detecting host failures get created
61928     
61929     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6808 48e7efb5-ca39-0410-a469-dd3cf9ba447f
61930
61931 commit 342300c298d95f44a80e4d670e43210777f15744
61932 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
61933 Date:   Tue Oct 20 13:09:40 2009 +0000
61934
61935     Implement Asynchronous send/recv in SIMIX (you dreamt of it? It's here now)
61936     Too bad that nobody cared enough to propagate the change to MSG (yet).
61937     
61938     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6807 48e7efb5-ca39-0410-a469-dd3cf9ba447f
61939
61940 commit 39997124732a66cfd24f1b50cf816bfb7ed43b3b
61941 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
61942 Date:   Tue Oct 20 13:09:36 2009 +0000
61943
61944     Enough is enough. Add semaphores as SIMIX synchronization mechanism.
61945     
61946     Check the SIMIX_sem_release_forever() function, which allows something
61947     between conditions and pure semaphores.
61948     
61949     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6806 48e7efb5-ca39-0410-a469-dd3cf9ba447f
61950
61951 commit cef1fafa57eaa4f16e9151ad1130aadc4fe663ef
61952 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
61953 Date:   Tue Oct 20 13:09:13 2009 +0000
61954
61955     Adapt tests to the fact that we can now detect that there was a timeout during communication
61956     
61957     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6805 48e7efb5-ca39-0410-a469-dd3cf9ba447f
61958
61959 commit f17658ee305a8123ee38d9e991d3da543328a8d2
61960 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
61961 Date:   Tue Oct 20 13:09:10 2009 +0000
61962
61963     use a bit more informative actions'names. Helpful while debuging
61964     
61965     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6804 48e7efb5-ca39-0410-a469-dd3cf9ba447f
61966
61967 commit 6715913f73b4cbac797fcff126b1db5b121f34bf
61968 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
61969 Date:   Tue Oct 20 13:08:47 2009 +0000
61970
61971     Add SIMIX_rdv_{set,get}_data; tiny fixups
61972     
61973     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6803 48e7efb5-ca39-0410-a469-dd3cf9ba447f
61974
61975 commit 2da40b8c48f7615cb7fb4bdab32f4d96e4541d91
61976 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
61977 Date:   Tue Oct 20 13:08:44 2009 +0000
61978
61979     New function: SIMIX_action_set_name()
61980     
61981     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6802 48e7efb5-ca39-0410-a469-dd3cf9ba447f
61982
61983 commit 8f384089af3d664bf1f59324d41f1511d5dfa0ab
61984 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
61985 Date:   Tue Oct 20 13:08:20 2009 +0000
61986
61987     useless cosmetics
61988     
61989     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6801 48e7efb5-ca39-0410-a469-dd3cf9ba447f
61990
61991 commit e885600424498cc63c1f62b5e0510626dcbe1fc2
61992 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
61993 Date:   Tue Oct 20 13:08:16 2009 +0000
61994
61995     a script to generate a strassen workflow (+cosmetics on other script)
61996     
61997     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6800 48e7efb5-ca39-0410-a469-dd3cf9ba447f
61998
61999 commit 67ebbc00442335b3f92177183bbbbb4574e35bf0
62000 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
62001 Date:   Fri Oct 16 09:06:55 2009 +0000
62002
62003     Fix a vicious bug in dictionaries inducing that some elements were not freed on xbt_dict_free()
62004     
62005     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6799 48e7efb5-ca39-0410-a469-dd3cf9ba447f
62006
62007 commit c19ddaff7936b6e982ac24b571007399a32a0d90
62008 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
62009 Date:   Fri Oct 16 07:54:18 2009 +0000
62010
62011     Integrate patch #8636: Obey DESTDIR when installing documentation (thanks to Robson Peixoto)
62012     
62013     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6798 48e7efb5-ca39-0410-a469-dd3cf9ba447f
62014
62015 commit 93400d8225df04f5be18bb8f8fcca31293b92636
62016 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
62017 Date:   Fri Oct 16 07:37:44 2009 +0000
62018
62019     Introduce a MSG_TIMEOUT_FAILURE return code and use it for communication timeouts (closes #8563)
62020     
62021     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6797 48e7efb5-ca39-0410-a469-dd3cf9ba447f
62022
62023 commit fba6031691af6b8b6fe1315bc50693c08decf0fb
62024 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
62025 Date:   Fri Oct 16 07:37:42 2009 +0000
62026
62027     Fix #8569: XBT/synchro.h has redundant declarations
62028     
62029     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6796 48e7efb5-ca39-0410-a469-dd3cf9ba447f
62030
62031 commit a4a84f51e0c339bf40273956d4267e43d408c0ff
62032 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
62033 Date:   Thu Oct 15 16:26:55 2009 +0000
62034
62035     A script to recompile and rerun the whole chain from platfile+daxfile to actual replay on simulator
62036     
62037     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6795 48e7efb5-ca39-0410-a469-dd3cf9ba447f
62038
62039 commit ab5c90f0b443065b988a5048e6b42ac965e87601
62040 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
62041 Date:   Thu Oct 15 16:26:32 2009 +0000
62042
62043     A script to generate neat DAX files of fork/joins
62044     
62045     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6794 48e7efb5-ca39-0410-a469-dd3cf9ba447f
62046
62047 commit 52a23db0959ef15916f42d3298db0d420b488048
62048 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
62049 Date:   Thu Oct 15 16:26:30 2009 +0000
62050
62051     Use private headers to help debugging
62052     
62053     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6793 48e7efb5-ca39-0410-a469-dd3cf9ba447f
62054
62055 commit 8961684b8ad3a24b5d940510fb65dd650753ac41
62056 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
62057 Date:   Thu Oct 15 16:26:07 2009 +0000
62058
62059     Various fixes. Working (in SG) for ForkJoins, but not for Montage.
62060     * Change synchronization scheme for ending: workers send go to master
62061       instead of having the master calling amok_pm_group_end() right after
62062       the setup. This killed the workers ways too early.
62063     * make sure that workers do create all mandatory sockets to others
62064       since dopar threads have real difficulties speaking to the listener
62065       thread to add new sockets
62066     * instead of having a callback to the go message in the worker which
62067       does all the work, do explicitely wait for that message and move the
62068       code in worker's main()
62069     
62070     Like I said, there is still a deadlock when trying to replay
62071     Montage_25, but this may related to the fact that this workflow seems
62072     somehow broken. the "cimages.tbl" file, generated by root and consumed
62073     by ID00021@mImgTbl is mangled in the dot output, and thus presumably
62074     also in memory representation. More to come tomorrow.
62075     
62076     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6792 48e7efb5-ca39-0410-a469-dd3cf9ba447f
62077
62078 commit 7a9c17db0fc11a2255e080c5cc9bb0a0f5642c82
62079 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
62080 Date:   Thu Oct 15 16:26:05 2009 +0000
62081
62082     conditions are not semaphores. signals can get lost if delivered before you are waiting on the cond. So only wait on the condition if the message were not delevered already, and ignore all this cruft in other cases
62083     
62084     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6791 48e7efb5-ca39-0410-a469-dd3cf9ba447f
62085
62086 commit c319d8c81ab107d5143f9c942a2c8d9eb72ecf6b
62087 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
62088 Date:   Thu Oct 15 16:25:42 2009 +0000
62089
62090     start threads only if I have more than 1 element to handle
62091     
62092     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6790 48e7efb5-ca39-0410-a469-dd3cf9ba447f
62093
62094 commit 8bef616792e68559a8c8dd32749c847760409f5b
62095 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
62096 Date:   Thu Oct 15 16:25:40 2009 +0000
62097
62098     Revert the change inducing that GRAS processes keep quiet when leaving on simulator, since it's helpful sometimes, and since it breaks several tesh files
62099     
62100     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6789 48e7efb5-ca39-0410-a469-dd3cf9ba447f
62101
62102 commit b61fd75d5de007848291c118e37bfe6aa3aa3fa9
62103 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
62104 Date:   Thu Oct 15 16:25:17 2009 +0000
62105
62106     plug various memleaks
62107     
62108     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6788 48e7efb5-ca39-0410-a469-dd3cf9ba447f
62109
62110 commit 907ffb649d0e444a20162cb7696ad3523248f4b0
62111 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
62112 Date:   Thu Oct 15 16:25:15 2009 +0000
62113
62114     More informative error message
62115     
62116     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6787 48e7efb5-ca39-0410-a469-dd3cf9ba447f
62117
62118 commit 693fd41cd1c94ab1d9ad0b2ede89d71e0ed452e2
62119 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
62120 Date:   Thu Oct 15 16:24:51 2009 +0000
62121
62122     Do not call xbt_thread_exit at the end of the dopar worker since this call forcefully kills the process in SG, preventing the wrapper to cleanup around before leaving
62123     
62124     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6786 48e7efb5-ca39-0410-a469-dd3cf9ba447f
62125
62126 commit ecd6907f35ee280179a57c28008a80a1dacfc8bc
62127 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
62128 Date:   Thu Oct 15 16:24:49 2009 +0000
62129
62130     unify the log channels for SG and RL implementations of xbt_synchro
62131     
62132     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6785 48e7efb5-ca39-0410-a469-dd3cf9ba447f
62133
62134 commit b51a186124ce97844fc071cd2f1d8859dbac1346
62135 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
62136 Date:   Thu Oct 15 11:54:49 2009 +0000
62137
62138     Try to do all communications in parallel (not quite working)
62139     
62140     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6784 48e7efb5-ca39-0410-a469-dd3cf9ba447f
62141
62142 commit 4eb4fa034bfd702ee4b3bb1b648d253cdf5120af
62143 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
62144 Date:   Thu Oct 15 11:54:46 2009 +0000
62145
62146     Implement xbt_thread_join and xbt_thread_yield in SG also
62147     
62148     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6783 48e7efb5-ca39-0410-a469-dd3cf9ba447f
62149
62150 commit f9bb80daccf52fba2e729885ff8cf57f76d4ab1d
62151 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
62152 Date:   Thu Oct 15 11:54:23 2009 +0000
62153
62154     Change the prototype of xbt_thread_create(), sorry.
62155     
62156     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6782 48e7efb5-ca39-0410-a469-dd3cf9ba447f
62157
62158 commit 02cfc04cf774a0bd035da905c7af61da649fbe74
62159 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
62160 Date:   Thu Oct 15 11:54:18 2009 +0000
62161
62162     Ignore (in git) more example binaries
62163     
62164     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6781 48e7efb5-ca39-0410-a469-dd3cf9ba447f
62165
62166 commit fb23590413b48823fe65ba22b88e36253ae9f784
62167 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
62168 Date:   Thu Oct 15 11:53:55 2009 +0000
62169
62170     malloc the expected size (and announce the malloced size)
62171     
62172     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6780 48e7efb5-ca39-0410-a469-dd3cf9ba447f
62173
62174 commit 390e66390d95e36cd30d7593485e13932586b743
62175 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
62176 Date:   Thu Oct 15 11:53:53 2009 +0000
62177
62178     Give a name to the dopar worker threads since logging from them segfault otherwise
62179     
62180     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6779 48e7efb5-ca39-0410-a469-dd3cf9ba447f
62181
62182 commit 8d18cbc2b336bfe9a64a789e22c39f45a1cbd696
62183 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
62184 Date:   Thu Oct 15 11:53:30 2009 +0000
62185
62186     do not create execution action of size 0 since it seems to lock surf down
62187     
62188     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6778 48e7efb5-ca39-0410-a469-dd3cf9ba447f
62189
62190 commit c9bcdc2fcc5fd140cb9f7e9787c89f0b46f53add
62191 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
62192 Date:   Thu Oct 15 11:53:28 2009 +0000
62193
62194     Make SIMIX_process_yield() public
62195     
62196     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6777 48e7efb5-ca39-0410-a469-dd3cf9ba447f
62197
62198 commit 0335240e8bba11a08465099a7305ecbbda2e033f
62199 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
62200 Date:   Thu Oct 15 11:53:05 2009 +0000
62201
62202     allow to specify tracefilename on cmdline; use workstations in lexical order; return 0 on success
62203     
62204     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6776 48e7efb5-ca39-0410-a469-dd3cf9ba447f
62205
62206 commit b5bf8909a2aaa14f4f36d149d0e234374d5754b1
62207 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
62208 Date:   Thu Oct 15 11:53:02 2009 +0000
62209
62210     Add a note to flatifier to the ChangeLog. That tool is really neat
62211     
62212     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6775 48e7efb5-ca39-0410-a469-dd3cf9ba447f
62213
62214 commit 0b07a3cff5befb1e0ef4f6ce074983f6ee69673b
62215 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
62216 Date:   Wed Oct 14 19:14:00 2009 +0000
62217
62218     Move my favorite test first
62219     
62220     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6774 48e7efb5-ca39-0410-a469-dd3cf9ba447f
62221
62222 commit 168c9a11b4654465024e2a43f620244f978f6a24
62223 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
62224 Date:   Wed Oct 14 19:13:53 2009 +0000
62225
62226     Start to fix the <cluster> tag (see ChangeLog)
62227     
62228     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6773 48e7efb5-ca39-0410-a469-dd3cf9ba447f
62229
62230 commit 90141f026596a77f17d508804696ba2431f7f6ec
62231 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
62232 Date:   Wed Oct 14 19:13:46 2009 +0000
62233
62234     This file was written when <route:multi> were not symmetric by default. Specify it now
62235     
62236     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6772 48e7efb5-ca39-0410-a469-dd3cf9ba447f
62237
62238 commit 14f0f468f6a34f7501aa5a30e6e78c36d2b65e74
62239 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
62240 Date:   Wed Oct 14 19:13:38 2009 +0000
62241
62242     Sanitize static functions' names; kill unused ones
62243     
62244     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6771 48e7efb5-ca39-0410-a469-dd3cf9ba447f
62245
62246 commit 02519cb2c391d94f3b8d6042f6119ffc71ebab97
62247 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
62248 Date:   Wed Oct 14 18:34:16 2009 +0000
62249
62250     Bug fix, corrected jitter works for each linkk separately.
62251     
62252     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6770 48e7efb5-ca39-0410-a469-dd3cf9ba447f
62253
62254 commit 45e20894800af8da592dab3f80288af23add6512
62255 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
62256 Date:   Wed Oct 14 10:09:31 2009 +0000
62257
62258     Sanitize a bit the <foreach> handling (cosmetics, no bug fixed so far)
62259     Do all the work in the starting tag of <host> and <link> instead of
62260       saving values in starting tag and using them in closing tag.
62261     This allows to:
62262      - have only one function in the interception mecanism and no global
62263        value
62264      - not have to intercept the closing tags and run directly the
62265        original functions
62266     
62267     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6769 48e7efb5-ca39-0410-a469-dd3cf9ba447f
62268
62269 commit d7a9e0e1a46d650c7eff825052183a333757e130
62270 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
62271 Date:   Wed Oct 14 10:09:28 2009 +0000
62272
62273     More debug
62274     
62275     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6768 48e7efb5-ca39-0410-a469-dd3cf9ba447f
62276
62277 commit 48915357a6a794aa531cb4531aca0a310c8a6d0f
62278 Author: suter <suter@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
62279 Date:   Wed Oct 14 09:14:51 2009 +0000
62280
62281     correction/verfication of the tesh up to one_link_state_file
62282     
62283     
62284     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6767 48e7efb5-ca39-0410-a469-dd3cf9ba447f
62285
62286 commit fac5f342fce327d587628f94e9dbfa5988c5a2c0
62287 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
62288 Date:   Wed Oct 14 09:11:46 2009 +0000
62289
62290     Kill a 'unused variable' warning when compiling without GTNets
62291     
62292     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6766 48e7efb5-ca39-0410-a469-dd3cf9ba447f
62293
62294 commit 03bfc3fc78a224f689060bd9c126670ba8b59c0f
62295 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
62296 Date:   Wed Oct 14 09:11:44 2009 +0000
62297
62298     I really need this to be printed as an int to fit DOT taste. Let's assume that longs are as long as pointer on any arch
62299     
62300     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6765 48e7efb5-ca39-0410-a469-dd3cf9ba447f
62301
62302 commit bce27d210ec8c96036b6481dff5c8d3466f4ee75
62303 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
62304 Date:   Wed Oct 14 09:07:09 2009 +0000
62305
62306     Make sure it works to compile only one file of the java example directories by adding . to the classpath
62307     
62308     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6764 48e7efb5-ca39-0410-a469-dd3cf9ba447f
62309
62310 commit dac0071e0033a47de01436ca2783a3a991704245
62311 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
62312 Date:   Wed Oct 14 09:06:45 2009 +0000
62313
62314     Kill a warning in java example: unused variable
62315     
62316     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6763 48e7efb5-ca39-0410-a469-dd3cf9ba447f
62317
62318 commit ea8d5b178fac42d5324d27748373f693842a8156
62319 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
62320 Date:   Wed Oct 14 09:06:42 2009 +0000
62321
62322     Make sure this variable is always initialized
62323     
62324     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6762 48e7efb5-ca39-0410-a469-dd3cf9ba447f
62325
62326 commit 18be6f61846ac995f21f10b1a65085ad58880060
62327 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
62328 Date:   Wed Oct 14 08:50:58 2009 +0000
62329
62330     Fix invalid memory references in SIMIX network.
62331     Fix compilation issues in SimDag on 64bit platforms
62332     
62333     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6761 48e7efb5-ca39-0410-a469-dd3cf9ba447f
62334
62335 commit 6cb691951277de5ede59b021bd50648ba9968182
62336 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
62337 Date:   Tue Oct 13 15:43:19 2009 +0000
62338
62339     Added a gtnets_jitter_seed parameter enabling jitted repeatable experiments, activate with --cfg=gtnets_jitter_seed:<int_number>.
62340     
62341     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6760 48e7efb5-ca39-0410-a469-dd3cf9ba447f
62342
62343 commit 864e9a8065774f269dcc4d395a3788fa8edbddc0
62344 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
62345 Date:   Tue Oct 13 15:43:17 2009 +0000
62346
62347     Disable gtnets jitter by default.
62348     
62349     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6759 48e7efb5-ca39-0410-a469-dd3cf9ba447f
62350
62351 commit 2d06be6b5baae2feb72319f6e92aec54012cebea
62352 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
62353 Date:   Tue Oct 13 15:05:18 2009 +0000
62354
62355     Automatically generated tesh file for the flatifier. Most of the outputs are faulty and should be manually double-checked
62356     
62357     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6758 48e7efb5-ca39-0410-a469-dd3cf9ba447f
62358
62359 commit d6839b9c710b3b0e54743f4a700131f6105c02c8
62360 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
62361 Date:   Tue Oct 13 13:53:16 2009 +0000
62362
62363     GRAS replayer partially works. Need a real platform to test it now
62364     
62365     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6757 48e7efb5-ca39-0410-a469-dd3cf9ba447f
62366
62367 commit 716a0c3654526caded05e25ae478b74fb759c409
62368 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
62369 Date:   Tue Oct 13 13:53:14 2009 +0000
62370
62371     More verbose error messages
62372     
62373     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6756 48e7efb5-ca39-0410-a469-dd3cf9ba447f
62374
62375 commit 9ed371c9f708611288d861eccf4b896f3b3d80a7
62376 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
62377 Date:   Tue Oct 13 13:52:50 2009 +0000
62378
62379     New function: gras_socket_close_voidp() -- just like gras_socket_close() but accepting void* parameters (useful for dynars and dicts of sockets)
62380     
62381     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6755 48e7efb5-ca39-0410-a469-dd3cf9ba447f
62382
62383 commit 907c889c95625b16b6a51b0f9e256108c9f46cdd
62384 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
62385 Date:   Tue Oct 13 13:52:48 2009 +0000
62386
62387     Shut gras processes up on simulators
62388     
62389     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6754 48e7efb5-ca39-0410-a469-dd3cf9ba447f
62390
62391 commit 3510c8b5311a986d920eed407f5aebd36722a7a5
62392 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
62393 Date:   Tue Oct 13 13:52:25 2009 +0000
62394
62395     New function: void gras_cpu_burn(double flops) -- a simple CPU burner
62396     
62397     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6753 48e7efb5-ca39-0410-a469-dd3cf9ba447f
62398
62399 commit f90ef00fd79ef42e4ef8f69b3b69457750173551
62400 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
62401 Date:   Tue Oct 13 13:52:20 2009 +0000
62402
62403     When creating a datatype, make sure we're not trying to redo an already creeated one. The fact that the name is not productible is not important since this function is used to automatically send a structure field which size is given by another field
62404     
62405     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6752 48e7efb5-ca39-0410-a469-dd3cf9ba447f
62406
62407 commit 44723299849907b8923bfac8f9b111bcc07f0987
62408 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
62409 Date:   Tue Oct 13 10:02:28 2009 +0000
62410
62411     Fix some memory leaks and invalid read/delete
62412     
62413     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6751 48e7efb5-ca39-0410-a469-dd3cf9ba447f
62414
62415 commit 4f8e570fe8c24ee6194808d69af4b361f000d7af
62416 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
62417 Date:   Fri Oct 9 11:12:51 2009 +0000
62418
62419     Improved and tested docummentation.
62420     
62421     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6750 48e7efb5-ca39-0410-a469-dd3cf9ba447f
62422
62423 commit 9f77378267bd5d7abb5dcdd498d4a461616d9689
62424 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
62425 Date:   Thu Oct 8 14:47:45 2009 +0000
62426
62427     Start working on a trace replayer in GRAS (to replay it on real platforms)
62428     
62429     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6749 48e7efb5-ca39-0410-a469-dd3cf9ba447f
62430
62431 commit e1f0c9d399e27b4620f3497e5a90a22fee96ab21
62432 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
62433 Date:   Thu Oct 8 14:47:21 2009 +0000
62434
62435     Add a header to that file
62436     
62437     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6748 48e7efb5-ca39-0410-a469-dd3cf9ba447f
62438
62439 commit 9118a040580a92c35006b5e55180d4be58904fbb
62440 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
62441 Date:   Thu Oct 8 14:47:18 2009 +0000
62442
62443     New function: xbt_dynar_dopar(dynar,fun)
62444     maps a function over the dynar with one separate thread per value of the dynar.
62445     
62446     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6747 48e7efb5-ca39-0410-a469-dd3cf9ba447f
62447
62448 commit c08d8ea807912cf87a5555f7b83192336c0c2608
62449 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
62450 Date:   Thu Oct 8 14:46:54 2009 +0000
62451
62452     move synchro.h to synchro_core.h because I want to use synchor primitives using dynars. Since dynar.h loads synchro_core.h, I need to split it in two parts to avoid loops in header loading
62453     
62454     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6746 48e7efb5-ca39-0410-a469-dd3cf9ba447f
62455
62456 commit db800f6e2f0624751f8845d194fffc18d315cc49
62457 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
62458 Date:   Thu Oct 8 14:46:52 2009 +0000
62459
62460     plug a memleak
62461     
62462     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6745 48e7efb5-ca39-0410-a469-dd3cf9ba447f
62463
62464 commit 39a3f24e6220d4b50b9bdf0aef8a5af39117df57
62465 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
62466 Date:   Thu Oct 8 14:46:44 2009 +0000
62467
62468     write the produced trace into an external file; schedule on every machine provided
62469     
62470     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6744 48e7efb5-ca39-0410-a469-dd3cf9ba447f
62471
62472 commit 78e5edee4cb3845cedd7b603d611129cce6a14e9
62473 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
62474 Date:   Thu Oct 8 08:01:25 2009 +0000
62475
62476     Corrected jitter, now oscillates between [-lat*jitter,+lat*jitter), mean is granted by the uniform distribution.
62477     
62478     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6743 48e7efb5-ca39-0410-a469-dd3cf9ba447f
62479
62480 commit fda5ff5f89f70de3cb0c08c4f1c4293b58f2c722
62481 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
62482 Date:   Thu Oct 8 07:50:50 2009 +0000
62483
62484     Bug fix in GTNets docummentation.
62485     
62486     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6742 48e7efb5-ca39-0410-a469-dd3cf9ba447f
62487
62488 commit f830403bb72f4e44f773ad87c2aa298f2393d395
62489 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
62490 Date:   Thu Oct 8 07:50:45 2009 +0000
62491
62492     Added a jitter functionallity to GTNets model, latency is increased by a random number in [0,latency*jitter).
62493     
62494     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6741 48e7efb5-ca39-0410-a469-dd3cf9ba447f
62495
62496 commit 10f9486dac2f7819d90fa72a022509ae4aa33908
62497 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
62498 Date:   Thu Oct 8 07:50:37 2009 +0000
62499
62500     Factorized better debugging output.
62501     
62502     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6740 48e7efb5-ca39-0410-a469-dd3cf9ba447f
62503
62504 commit 550c0e45cefecbf4acf3b0a2597cd10dfd92be70
62505 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
62506 Date:   Wed Oct 7 14:50:12 2009 +0000
62507
62508     Bug fix, surf_routing needs love.
62509     
62510     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6739 48e7efb5-ca39-0410-a469-dd3cf9ba447f
62511
62512 commit ca3d4ed46f505de8019e88a8006f5f431d5d8b9d
62513 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
62514 Date:   Wed Oct 7 14:22:57 2009 +0000
62515
62516     Fixed bug introduced by the update of the two last extern papers.
62517     
62518     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6738 48e7efb5-ca39-0410-a469-dd3cf9ba447f
62519
62520 commit 96384d744fce133c2e66407279f95568f250d86e
62521 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
62522 Date:   Wed Oct 7 14:22:55 2009 +0000
62523
62524     Improved GTNetS howto, spell checked everything.
62525     
62526     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6737 48e7efb5-ca39-0410-a469-dd3cf9ba447f
62527
62528 commit bb1158bb1e02c633571b8731326e1af36a86306a
62529 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
62530 Date:   Wed Oct 7 10:06:13 2009 +0000
62531
62532     bugfixes to make the dax loader and typed task scheduler work
62533     
62534     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6735 48e7efb5-ca39-0410-a469-dd3cf9ba447f
62535
62536 commit 2a68826d92876474e055ae7322da4552ddb1118a
62537 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
62538 Date:   Wed Oct 7 10:06:10 2009 +0000
62539
62540     Update the start_time and finish_time of tasks on completion/failure
62541     
62542     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6734 48e7efb5-ca39-0410-a469-dd3cf9ba447f
62543
62544 commit 13518d08d37880df7fa8eab8404f47e8a7a3a25c
62545 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
62546 Date:   Tue Oct 6 21:22:35 2009 +0000
62547
62548     Automatically schedule E2E comms placed before and after sequential computations when the latter get scheduled
62549     
62550     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6733 48e7efb5-ca39-0410-a469-dd3cf9ba447f
62551
62552 commit 6c9aed494144b4b97a9b32ed3911e3cf201fe471
62553 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
62554 Date:   Tue Oct 6 21:22:29 2009 +0000
62555
62556     Simplify the code of typed tasks in simdag by allocating the comm_ and comp_amount at task creation and prefill it. Factorize a lot of code
62557     
62558     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6732 48e7efb5-ca39-0410-a469-dd3cf9ba447f
62559
62560 commit 91ca8dc9a60dbe1d4ded572f226fb388e07dd0d6
62561 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
62562 Date:   Tue Oct 6 16:59:41 2009 +0000
62563
62564     Dump dotty info for verification
62565     
62566     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6731 48e7efb5-ca39-0410-a469-dd3cf9ba447f
62567
62568 commit a444665939b84883e939856bbff036ac979c82ed
62569 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
62570 Date:   Tue Oct 6 16:59:15 2009 +0000
62571
62572     new function SD_task_dotty(task,FILE*) writing to file the info about the task in dotty format
62573     
62574     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6730 48e7efb5-ca39-0410-a469-dd3cf9ba447f
62575
62576 commit b1c8584eff6d42860bcaf79a0d0c0db27c942638
62577 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
62578 Date:   Tue Oct 6 16:59:11 2009 +0000
62579
62580     DAX loader seem to be working
62581     
62582     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6729 48e7efb5-ca39-0410-a469-dd3cf9ba447f
62583
62584 commit a0cc317cf14daa574791724e79d9480a9372613d
62585 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
62586 Date:   Tue Oct 6 16:58:46 2009 +0000
62587
62588     also display the kind of a task if known from SD_task_dump()
62589     
62590     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6728 48e7efb5-ca39-0410-a469-dd3cf9ba447f
62591
62592 commit 2657f0d53f89585441beaa8979213b46d0b865ff
62593 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
62594 Date:   Tue Oct 6 16:58:42 2009 +0000
62595
62596     some more work on dax loader
62597     
62598     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6727 48e7efb5-ca39-0410-a469-dd3cf9ba447f
62599
62600 commit 012d0bddbd960e51d7ddff501523d9a994b0d8dd
62601 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
62602 Date:   Tue Oct 6 16:58:17 2009 +0000
62603
62604     Add various getters to task structure:
62605      * list of preceding/following tasks:
62606         SD_task_get_parents(task) and SD_task_get_children(task)
62607      * amount of workstations and list:
62608         SD_task_get_workstation_count(task)
62609         SD_task_get_workstation_list(task)
62610     
62611     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6726 48e7efb5-ca39-0410-a469-dd3cf9ba447f
62612
62613 commit b4cdae298b5a8f436f8c3ddf4c761529603df71a
62614 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
62615 Date:   Tue Oct 6 16:58:13 2009 +0000
62616
62617     Introduce typed tasks in SimDag
62618     - Specify its kind and cost at creation.
62619     - At scheduling, just give where it should be placed, and the cost for
62620       each involved resource is automatically computed.
62621     - Existing constructors so far (more to come of course):
62622       - SD_task_create_comm_e2e() for end-to-end communication
62623       - SD_task_create_comp_seq() for sequential computation
62624     - Use SD_task_schedulev() / SD_task_schedulel() to schedule them.
62625     
62626     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6725 48e7efb5-ca39-0410-a469-dd3cf9ba447f
62627
62628 commit f5ee12fe642b7ceaa87d2b85aca3591d612c8d40
62629 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
62630 Date:   Tue Oct 6 16:57:47 2009 +0000
62631
62632     more comments to explain the structure
62633     
62634     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6724 48e7efb5-ca39-0410-a469-dd3cf9ba447f
62635
62636 commit f61615c8a73e4fb84fef760b426ef476cc7dd744
62637 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
62638 Date:   Tue Oct 6 16:57:43 2009 +0000
62639
62640     SD_task_dependency_exists() can now cope with having one of its arguments NULL.
62641     If so, it tests whether the other argument has /any/ dependency.
62642     
62643     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6723 48e7efb5-ca39-0410-a469-dd3cf9ba447f
62644
62645 commit 66095ae5029ae68e10534fc32fd179d0015f40ed
62646 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
62647 Date:   Tue Oct 6 16:57:18 2009 +0000
62648
62649     ignore more generated files in git
62650     
62651     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6722 48e7efb5-ca39-0410-a469-dd3cf9ba447f
62652
62653 commit b5ab394a0a5dd9a320c4da1e8074be1223a715b7
62654 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
62655 Date:   Tue Oct 6 16:57:14 2009 +0000
62656
62657     Make the empty box of DAX parsing work (still empty, but don't choke on valid input
62658     
62659     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6721 48e7efb5-ca39-0410-a469-dd3cf9ba447f
62660
62661 commit 3c9feb6ee162497152386c3b5d193a500604e414
62662 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
62663 Date:   Tue Oct 6 16:56:48 2009 +0000
62664
62665     New dax loader infrastructure (empty box so far)
62666     
62667     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6720 48e7efb5-ca39-0410-a469-dd3cf9ba447f
62668
62669 commit 4f7cf05571b3c16b4f77b58f6f7cac8c4bae66a1
62670 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
62671 Date:   Tue Oct 6 16:56:43 2009 +0000
62672
62673     kill cruft that I introduced while merging routing code from Anvers
62674     
62675     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6719 48e7efb5-ca39-0410-a469-dd3cf9ba447f
62676
62677 commit 48d55f164f4ed9d26145724782f41c287f5c49c4
62678 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
62679 Date:   Tue Oct 6 16:54:49 2009 +0000
62680
62681     Sometimes, we ignore a parameter to stick to a common interface
62682     
62683     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6718 48e7efb5-ca39-0410-a469-dd3cf9ba447f
62684
62685 commit 5e6d17f5b101a50b23264f99ecb7c74383a4823f
62686 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
62687 Date:   Tue Oct 6 12:46:25 2009 +0000
62688
62689     New checked version of GTNetS integration.
62690     
62691     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6717 48e7efb5-ca39-0410-a469-dd3cf9ba447f
62692
62693 commit 2e85d97e44173bdba2d3718c1d542e40a28b833c
62694 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
62695 Date:   Tue Oct 6 12:46:01 2009 +0000
62696
62697     Completely rewritten surf/gtnets_network.c model to cople with new routing approach.
62698     
62699     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6716 48e7efb5-ca39-0410-a469-dd3cf9ba447f
62700
62701 commit ea97121cf9be80973643d9ad434a899fb94d91f9
62702 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
62703 Date:   Tue Oct 6 12:45:59 2009 +0000
62704
62705     Improve the generic routing for different network models, including GTNetS.
62706     
62707     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6715 48e7efb5-ca39-0410-a469-dd3cf9ba447f
62708
62709 commit b6d870ba95bd29a5f30ecb88fca480d1017a68f7
62710 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
62711 Date:   Tue Oct 6 12:45:36 2009 +0000
62712
62713     Using an uniform platform to illustrate better model sharing approach.
62714     
62715     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6714 48e7efb5-ca39-0410-a469-dd3cf9ba447f
62716
62717 commit 8242c15e6ed5ad8dbac88634aa8db39a93de3bfa
62718 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
62719 Date:   Tue Oct 6 12:45:34 2009 +0000
62720
62721     Corrected bug on router/host mapping.
62722     
62723     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6713 48e7efb5-ca39-0410-a469-dd3cf9ba447f
62724
62725 commit 792ee50ee3c72fbd12a6693dda4b5792844b50ab
62726 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
62727 Date:   Tue Oct 6 12:45:11 2009 +0000
62728
62729     Commit stollen from Arnaud personal git repository.
62730     
62731     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6712 48e7efb5-ca39-0410-a469-dd3cf9ba447f
62732
62733 commit c2e7dbf2bee00e5e6b4fafacff7c6d4eac06bbc0
62734 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
62735 Date:   Tue Oct 6 12:45:10 2009 +0000
62736
62737     Revert "Fixed full routing support for routers, no routing complexity is added routers are used as hosts."
62738     
62739     This reverts commit 7e2b05b2e2ec6a745966f800121782a684166f6f.
62740     
62741     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6711 48e7efb5-ca39-0410-a469-dd3cf9ba447f
62742
62743 commit d1476ed63c5c33d5a1395b70ac17374e07f7b80d
62744 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
62745 Date:   Mon Oct 5 15:41:53 2009 +0000
62746
62747     Fix some conflicts with modifications introduced in the svn branch
62748     
62749     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6710 48e7efb5-ca39-0410-a469-dd3cf9ba447f
62750
62751 commit 43307e6167f4be7aa7016e16df4e55f6f1973188
62752 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
62753 Date:   Mon Oct 5 13:54:48 2009 +0000
62754
62755     Fix copyright headers in simdag
62756     
62757     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6709 48e7efb5-ca39-0410-a469-dd3cf9ba447f
62758
62759 commit f5942f4f9fd32448f3298bfa916d9e5f2b69b742
62760 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
62761 Date:   Mon Oct 5 13:49:52 2009 +0000
62762
62763     Document Pedro's changes, and cosmetics
62764     
62765     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6708 48e7efb5-ca39-0410-a469-dd3cf9ba447f
62766
62767 commit 475bab2ef6089dc6116a17a1e76675474b023c6a
62768 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
62769 Date:   Mon Oct 5 12:28:36 2009 +0000
62770
62771     Revalidating some GRAS tests for 64bit architectures
62772     Update ChangeLog
62773     
62774     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6707 48e7efb5-ca39-0410-a469-dd3cf9ba447f
62775
62776 commit 205be58e3b45860a45b96700f36fb02e34734010
62777 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
62778 Date:   Mon Oct 5 12:28:13 2009 +0000
62779
62780     Better organization of header files
62781     
62782     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6706 48e7efb5-ca39-0410-a469-dd3cf9ba447f
62783
62784 commit e802811a6004b432c1f7777c4347ebd668ed4b3e
62785 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
62786 Date:   Mon Oct 5 12:28:11 2009 +0000
62787
62788     Improved code documentation for SIMIX network.
62789     
62790     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6705 48e7efb5-ca39-0410-a469-dd3cf9ba447f
62791
62792 commit ec6ad1cda462aea8684decc3672c753715c1bf70
62793 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
62794 Date:   Mon Oct 5 12:27:48 2009 +0000
62795
62796     [Cristian] Lots and lots of small fixes to MSG to work on top of SMX net keeping the old semantic
62797     
62798     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6704 48e7efb5-ca39-0410-a469-dd3cf9ba447f
62799
62800 commit ff3cdbac76f96b8a8f7f5ba4e3b8d5a737625348
62801 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
62802 Date:   Mon Oct 5 12:27:45 2009 +0000
62803
62804     Improvements to the MSG port on top of SIMIX network. All MSG tests pass now.
62805     This commit breaks the implementation of MSG_get_task_from_host, and
62806     is going to be removed from the MSG API.
62807     Clean-ups in the SIMIX networking code.
62808     
62809     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6703 48e7efb5-ca39-0410-a469-dd3cf9ba447f
62810
62811 commit b25f31cee58107e70e1084e8eb6000278f1e564d
62812 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
62813 Date:   Mon Oct 5 12:27:21 2009 +0000
62814
62815     Corrections to the code that handles the errors in the comms in SMX network [Cristian]
62816     
62817     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6702 48e7efb5-ca39-0410-a469-dd3cf9ba447f
62818
62819 commit f9143fc186eb0d357c8e15eae823f92c64b63347
62820 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
62821 Date:   Mon Oct 5 12:27:19 2009 +0000
62822
62823     Added debug information to SIMIX network.
62824     Fixes to the new networking code.
62825     Polish to the port of MSG on top of SIMIX network
62826     
62827     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6701 48e7efb5-ca39-0410-a469-dd3cf9ba447f
62828
62829 commit aeb67d26a90a4fbc05a2ee596c8f627bb7aa615b
62830 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
62831 Date:   Mon Oct 5 12:26:55 2009 +0000
62832
62833     Incomplete port of MSG on top of SIMIX_network [Cristian]
62834     
62835     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6700 48e7efb5-ca39-0410-a469-dd3cf9ba447f
62836
62837 commit 9c0ecca30e78065f9f57599a3eee17e53e8d89ca
62838 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
62839 Date:   Mon Oct 5 12:26:52 2009 +0000
62840
62841     Corrections and improvements to the new network implementation for SIMIX
62842     
62843     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6699 48e7efb5-ca39-0410-a469-dd3cf9ba447f
62844
62845 commit feb66679bd690f3df26956a35de11fba2ffcf61b
62846 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
62847 Date:   Mon Oct 5 12:26:29 2009 +0000
62848
62849     Cleanup network prototype
62850     
62851     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6698 48e7efb5-ca39-0410-a469-dd3cf9ba447f
62852
62853 commit 7a4e264744a18d8953c3bd5e4a1df05f5d6088b9
62854 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
62855 Date:   Mon Oct 5 12:26:26 2009 +0000
62856
62857     First prototype of the networking API for SIMIX. It compiles but it is
62858     not used by anyone.
62859     
62860     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6697 48e7efb5-ca39-0410-a469-dd3cf9ba447f
62861
62862 commit 5f6e41166f6e37688a8a735582042979ee245a36
62863 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
62864 Date:   Sun Oct 4 23:40:40 2009 +0000
62865
62866     Added a test for waxman platform with 200 nodes and 200 flows, reach tesh time out for now.
62867     
62868     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6696 48e7efb5-ca39-0410-a469-dd3cf9ba447f
62869
62870 commit ce7d29cbb782a3096f473d79da710193510099d6
62871 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
62872 Date:   Sun Oct 4 23:40:16 2009 +0000
62873
62874     Corrected bugs introduced by error checking improvement.
62875     
62876     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6695 48e7efb5-ca39-0410-a469-dd3cf9ba447f
62877
62878 commit 5e0428ea1e5fbc7987e5a69667bfd5014c5b3528
62879 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
62880 Date:   Sun Oct 4 23:40:13 2009 +0000
62881
62882     Remove previous version of gtnets testing program, only one is enough to reproduce previous results.
62883     
62884     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6694 48e7efb5-ca39-0410-a469-dd3cf9ba447f
62885
62886 commit 9b5104b79979b6fff2a0a9a22e907da22efd5ecb
62887 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
62888 Date:   Sun Oct 4 23:39:49 2009 +0000
62889
62890     Moved random deployment generation to a proper place.
62891     
62892     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6693 48e7efb5-ca39-0410-a469-dd3cf9ba447f
62893
62894 commit 5c52f8a4b7f4cb8850818d68c62bc181c6ab7d6d
62895 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
62896 Date:   Sun Oct 4 23:39:46 2009 +0000
62897
62898     Cleanning up gtnets directory, only one program to test everything.
62899     
62900     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6692 48e7efb5-ca39-0410-a469-dd3cf9ba447f
62901
62902 commit 7e2b05b2e2ec6a745966f800121782a684166f6f
62903 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
62904 Date:   Sun Oct 4 23:39:22 2009 +0000
62905
62906     Fixed full routing support for routers, no routing complexity is added routers are used as hosts.
62907     
62908     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6691 48e7efb5-ca39-0410-a469-dd3cf9ba447f
62909
62910 commit 788d983294561658582f8dba0aaa81f074df5272
62911 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
62912 Date:   Sun Oct 4 23:39:19 2009 +0000
62913
62914     Fix bug introduced by the new routing mechanism, added more debug and error checking.
62915     
62916     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6690 48e7efb5-ca39-0410-a469-dd3cf9ba447f
62917
62918 commit dfa35933373734a0b25c615f847aac4b034b0538
62919 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
62920 Date:   Sun Oct 4 23:38:55 2009 +0000
62921
62922     Improved test of GTNets model.
62923     
62924     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6689 48e7efb5-ca39-0410-a469-dd3cf9ba447f
62925
62926 commit 9760fe02b2b4402c5937fc939d5c5fbddfc008d6
62927 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
62928 Date:   Sun Oct 4 23:38:52 2009 +0000
62929
62930     Improved debugging and assert functions in GTNetS interface.
62931     
62932     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6688 48e7efb5-ca39-0410-a469-dd3cf9ba447f
62933
62934 commit 6b89334bd957e8d02b2fd66f3fd6650957e99387
62935 Author: donassbr <donassbr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
62936 Date:   Sat Oct 3 16:41:49 2009 +0000
62937
62938     As in MSG where we need to know which action the process is waiting for, we need to save the action on which the process is blocked.
62939     For example, when we use the xbt_cond_wait_timeout, it creates a sleep action on SURF to control the timeout while the process is sleeping.
62940     If we kill the process, we need to destroy this action.
62941     
62942     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6687 48e7efb5-ca39-0410-a469-dd3cf9ba447f
62943
62944 commit e487ef4538248f261ddb6e814357593df7646e33
62945 Author: donassbr <donassbr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
62946 Date:   Tue Sep 29 12:42:05 2009 +0000
62947
62948     Change variable waiting_task to waiting_action on msg process control.
62949     So, we can use the same variable to see when the process is sleeping (MSG_process_sleep) and it's killed by another process.
62950     Now, waiting_action saves the simix action on which the process is waiting. It can be a communicate, an execute or a sleep action.
62951     Remove from action_set when cancelling an action on cpu_im model.
62952     
62953     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6684 48e7efb5-ca39-0410-a469-dd3cf9ba447f
62954
62955 commit ae9cb1a80506c00479fa84f8a56cdce227704628
62956 Author: donassbr <donassbr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
62957 Date:   Tue Sep 29 12:42:00 2009 +0000
62958
62959     Fix problem when comparing two doubles.
62960     
62961     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6683 48e7efb5-ca39-0410-a469-dd3cf9ba447f
62962
62963 commit 59879c7bdd68ad91157688ff590ac5d12ca20a5d
62964 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
62965 Date:   Sun Sep 27 12:41:24 2009 +0000
62966
62967     cosmetics
62968     
62969     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6682 48e7efb5-ca39-0410-a469-dd3cf9ba447f
62970
62971 commit 8973ef91846ab9820d5f04fb6a1c16048758f72c
62972 Author: donassbr <donassbr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
62973 Date:   Fri Sep 25 14:11:57 2009 +0000
62974
62975     Revalidating some GRAS tests.
62976     
62977     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6681 48e7efb5-ca39-0410-a469-dd3cf9ba447f
62978
62979 commit ba10aa5e6f6b5f04c62ee012b8ce76b674acbdef
62980 Author: donassbr <donassbr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
62981 Date:   Fri Sep 25 12:58:22 2009 +0000
62982
62983     Change default CPU model to new Cas01_IM.
62984     Rename old Cas01 to Cas01_fullupdate.
62985     Remove old tesh files for Cas01_IM.
62986     Rewrite ChangeLog (Thanks Martin).
62987     
62988     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6680 48e7efb5-ca39-0410-a469-dd3cf9ba447f
62989
62990 commit 353c4c06c1a35f6dc973b9e9b0f5ce680b21138c
62991 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
62992 Date:   Thu Sep 24 14:23:57 2009 +0000
62993
62994     Two more using publications
62995     
62996     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6679 48e7efb5-ca39-0410-a469-dd3cf9ba447f
62997
62998 commit 2db874a22e378f03041d9c74aef756e03891ca19
62999 Author: donassbr <donassbr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
63000 Date:   Mon Sep 21 12:28:30 2009 +0000
63001
63002     Fix tests since the default network model has changed.
63003     
63004     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6676 48e7efb5-ca39-0410-a469-dd3cf9ba447f
63005
63006 commit 046d24bdf9ce137e249f8713208341115a524c42
63007 Author: donassbr <donassbr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
63008 Date:   Mon Sep 21 12:28:28 2009 +0000
63009
63010     Add tests for cas01_IM and cpuTI models.
63011     They're the normal tests (used to test Cas01) using new cpu models.
63012     
63013     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6675 48e7efb5-ca39-0410-a469-dd3cf9ba447f
63014
63015 commit 62c250035c2cd177abe31131664a623e4d4416aa
63016 Author: donassbr <donassbr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
63017 Date:   Mon Sep 21 11:15:07 2009 +0000
63018
63019     Fix behavior when using killing process function.
63020     Make indent.
63021     
63022     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6673 48e7efb5-ca39-0410-a469-dd3cf9ba447f
63023
63024 commit b517efb81e1b42b498967f5ca1286265c16b07c5
63025 Author: donassbr <donassbr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
63026 Date:   Mon Sep 21 11:15:04 2009 +0000
63027
63028     Documents last changes in ChangeLog.
63029     
63030     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6672 48e7efb5-ca39-0410-a469-dd3cf9ba447f
63031
63032 commit bccd97720b41ad1807a967948a56742256a716b4
63033 Author: donassbr <donassbr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
63034 Date:   Fri Sep 18 09:20:21 2009 +0000
63035
63036     Change default network model in workstation init function
63037     
63038     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6669 48e7efb5-ca39-0410-a469-dd3cf9ba447f
63039
63040 commit c97c2c74a103df79bbff5b478a046d269ed1e523
63041 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
63042 Date:   Wed Sep 16 20:38:34 2009 +0000
63043
63044     Allow to compile from the SVN with automake 1.11
63045     
63046     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6668 48e7efb5-ca39-0410-a469-dd3cf9ba447f
63047
63048 commit f15f25f0656ca11937ca32c6c0bbf0520550604f
63049 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
63050 Date:   Wed Sep 16 20:38:30 2009 +0000
63051
63052     Document my changes
63053     
63054     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6667 48e7efb5-ca39-0410-a469-dd3cf9ba447f
63055
63056 commit 3a85925a576cbc33305215577352939ab9442fb5
63057 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
63058 Date:   Wed Sep 16 20:38:04 2009 +0000
63059
63060     API change fix: please define MSG_USE_DEPRECATED to get the broken MSG_mailbox_put_with_time_out name again
63061     
63062     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6666 48e7efb5-ca39-0410-a469-dd3cf9ba447f
63063
63064 commit b49887cfe7cd2f281ce63a1e064d566af8bca4b8
63065 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
63066 Date:   Wed Sep 16 20:38:00 2009 +0000
63067
63068     Bug fix: timeout is a delay, not an absolute time
63069     
63070     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6665 48e7efb5-ca39-0410-a469-dd3cf9ba447f
63071
63072 commit 370ea46481063ab8f3a90e3b198d635601b9fea2
63073 Author: donassbr <donassbr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
63074 Date:   Fri Sep 11 08:52:43 2009 +0000
63075
63076     Fix tests.
63077     We cannot call surf_solve if there are no actions running and trace files with periodicity > 0.
63078     Surf always answer with the next event to finish that will be a trace event.
63079     
63080     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6664 48e7efb5-ca39-0410-a469-dd3cf9ba447f
63081
63082 commit 5f0884d9fd2950399d493662a3dac67318f800ae
63083 Author: donassbr <donassbr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
63084 Date:   Fri Sep 11 08:52:41 2009 +0000
63085
63086     Remove FIXME.
63087     
63088     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6663 48e7efb5-ca39-0410-a469-dd3cf9ba447f
63089
63090 commit b32360d9877ce879eb7efcd5d5febf2a03e689cd
63091 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
63092 Date:   Wed Sep 9 21:45:42 2009 +0000
63093
63094     Move a DEBUG request to avoid printing uninitialized variables
63095     
63096     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6662 48e7efb5-ca39-0410-a469-dd3cf9ba447f
63097
63098 commit 7f87ab2dd093a3cd6053625500d2f9ed3c6d5804
63099 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
63100 Date:   Wed Sep 9 21:45:31 2009 +0000
63101
63102     Document the fact that I switched the default network model
63103     
63104     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6661 48e7efb5-ca39-0410-a469-dd3cf9ba447f
63105
63106 commit 6a318a9bf2e80685614bf238d3514f44468b79ba
63107 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
63108 Date:   Wed Sep 9 21:45:19 2009 +0000
63109
63110     Use the LV08 model by default
63111     
63112     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6660 48e7efb5-ca39-0410-a469-dd3cf9ba447f
63113
63114 commit a65da81086e4cf5ad74b302b3e3be2fd23ebe99b
63115 Author: donassbr <donassbr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
63116 Date:   Wed Sep 9 16:01:10 2009 +0000
63117
63118     Add support to periodicity = 0 to new model with trace integration.
63119     Some bugs solved.
63120     
63121     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6655 48e7efb5-ca39-0410-a469-dd3cf9ba447f
63122
63123 commit 12aab5cba474d567252148b4fbb5adf77781fb57
63124 Author: donassbr <donassbr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
63125 Date:   Wed Sep 9 11:26:13 2009 +0000
63126
63127     Add new level "-1" with the exact trace strucuture.
63128     It uses this level to calcul the right value of computation amount disponible at cpu.
63129     Make indent
63130     
63131     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6654 48e7efb5-ca39-0410-a469-dd3cf9ba447f
63132
63133 commit d359c8b40be15d9125b348b3d0c89f85862d51be
63134 Author: donassbr <donassbr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
63135 Date:   Fri Sep 4 14:21:42 2009 +0000
63136
63137     Change test to program ending to avoid infinite loop when using traces with periodicity > 0.
63138     Now, it only calls the surf_solve if it has some action to execute.
63139     Make indent.
63140     
63141     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6649 48e7efb5-ca39-0410-a469-dd3cf9ba447f
63142
63143 commit da4b61de551c84d1be444f82467d75f6d750585f
63144 Author: donassbr <donassbr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
63145 Date:   Fri Sep 4 14:21:19 2009 +0000
63146
63147     Implement use of mean when setting the first level of trace integration.
63148     
63149     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6648 48e7efb5-ca39-0410-a469-dd3cf9ba447f
63150
63151 commit 600dd5af172ffbc260bd6a1e8ee9cf8560cd10d4
63152 Author: donassbr <donassbr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
63153 Date:   Fri Sep 4 14:21:16 2009 +0000
63154
63155     Solve rroblem when iteration over chunks.
63156     
63157     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6647 48e7efb5-ca39-0410-a469-dd3cf9ba447f
63158
63159 commit 88f084fb45d0ea89e6c88096d8c5f44adc043662
63160 Author: donassbr <donassbr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
63161 Date:   Tue Sep 1 08:51:36 2009 +0000
63162
63163     Fix calcul of solve integral.
63164     Fix case when there is only one point in trace file.
63165     Fix debug messages.
63166     
63167     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6645 48e7efb5-ca39-0410-a469-dd3cf9ba447f
63168
63169 commit f771b7dfd7a18c6673fb803715ce052461c20574
63170 Author: donassbr <donassbr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
63171 Date:   Tue Sep 1 08:51:34 2009 +0000
63172
63173     Move test of finish execution to after handling events.
63174     
63175     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6644 48e7efb5-ca39-0410-a469-dd3cf9ba447f
63176
63177 commit 35cac2ff2faac99a3b8311f774ecbe86cfde1374
63178 Author: donassbr <donassbr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
63179 Date:   Thu Aug 27 11:25:12 2009 +0000
63180
63181     Remove unnecessary changes at maxmin.c.
63182     Error when updating max_duration of action.
63183     Make indent.
63184     
63185     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6643 48e7efb5-ca39-0410-a469-dd3cf9ba447f
63186
63187 commit e555a4197724da919d43720406c1d8709387ca95
63188 Author: donassbr <donassbr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
63189 Date:   Wed Aug 26 15:34:29 2009 +0000
63190
63191     Put SG_BEGIN_DECL and SG_END_DECL again.
63192     
63193     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6642 48e7efb5-ca39-0410-a469-dd3cf9ba447f
63194
63195 commit d67a694463ce966502ed1fd5bcd258a8692ecf64
63196 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
63197 Date:   Wed Aug 26 15:19:55 2009 +0000
63198
63199     Stop saying stupidities: no perf loss once well compiled
63200     
63201     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6641 48e7efb5-ca39-0410-a469-dd3cf9ba447f
63202
63203 commit 976ee462f4626798ebf76ca46d13f53e10e0e28d
63204 Author: donassbr <donassbr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
63205 Date:   Wed Aug 26 15:05:59 2009 +0000
63206
63207     Merge changes of maxmin_selective_update branch into the trunk.
63208     
63209     
63210     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6640 48e7efb5-ca39-0410-a469-dd3cf9ba447f
63211
63212 commit 60d684a0c3b1671fbc60bc47f37eca020627dc02
63213 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
63214 Date:   Tue Aug 25 14:45:15 2009 +0000
63215
63216     Test for debug state before calling debug printing function in
63217     simix_action.c. This saves a lots of unecessary calls.
63218     
63219     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6636 48e7efb5-ca39-0410-a469-dd3cf9ba447f
63220
63221 commit fb79d8b28661cebec9d3f0674d979ffcc047a6b4
63222 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
63223 Date:   Thu Aug 20 19:23:05 2009 +0000
63224
63225     This file does not exist anymore after xbt_dynar_foreach inlining
63226     
63227     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6622 48e7efb5-ca39-0410-a469-dd3cf9ba447f
63228
63229 commit 631ba30ff896a2b88cc08eee64baa04e010dd6e9
63230 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
63231 Date:   Thu Aug 20 19:22:10 2009 +0000
63232
63233     Forgot the date in the ChangeLog
63234     
63235     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6621 48e7efb5-ca39-0410-a469-dd3cf9ba447f
63236
63237 commit ca8a39f9679abcef3c5c546966e5144ec41f67c3
63238 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
63239 Date:   Thu Aug 20 15:39:56 2009 +0000
63240
63241     release 3.3.3
63242     
63243     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6619 48e7efb5-ca39-0410-a469-dd3cf9ba447f
63244
63245 commit 444abc179efeaa1cfa259f967fc68a7c032fe5eb
63246 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
63247 Date:   Thu Aug 20 14:18:17 2009 +0000
63248
63249     Also inline xbt_swag_belongs
63250     
63251     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6618 48e7efb5-ca39-0410-a469-dd3cf9ba447f
63252
63253 commit a45aaae8ebc4570ee3d14f2c4bfe2d6bc3aa177e
63254 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
63255 Date:   Thu Aug 20 13:53:32 2009 +0000
63256
63257     Inline the functions used in xbt_dynar_foreach
63258     
63259     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6617 48e7efb5-ca39-0410-a469-dd3cf9ba447f
63260
63261 commit b22de59cef475b7e699bd17f8e5ee19806994ce5
63262 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
63263 Date:   Thu Aug 20 13:53:29 2009 +0000
63264
63265     Connect the surf_routing log channel so that it becomes usable (shows a bug in log maybe, I thought it was only mandatory on windows, not linux)
63266     
63267     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6616 48e7efb5-ca39-0410-a469-dd3cf9ba447f
63268
63269 commit c76d7d45ccc2414eb226e35a6119f1dde58ed758
63270 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
63271 Date:   Wed Aug 19 16:37:59 2009 +0000
63272
63273     missing file in the archive
63274     
63275     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6612 48e7efb5-ca39-0410-a469-dd3cf9ba447f
63276
63277 commit 073701c6b88ad821abb44f6ecdf5d7773130fa64
63278 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
63279 Date:   Wed Aug 19 16:16:49 2009 +0000
63280
63281     init development of 3.3.3
63282     
63283     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6611 48e7efb5-ca39-0410-a469-dd3cf9ba447f
63284
63285 commit f9ad5b1fbd8197c0c4bd4a558ea833ab18c1195a
63286 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
63287 Date:   Wed Aug 19 15:16:36 2009 +0000
63288
63289     Add a end of line to this file
63290     
63291     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6608 48e7efb5-ca39-0410-a469-dd3cf9ba447f
63292
63293 commit 30d974c465aad01f80c4d5c41576456717b7c145
63294 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
63295 Date:   Wed Aug 19 15:14:55 2009 +0000
63296
63297     Release 3.3.2
63298     
63299     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6607 48e7efb5-ca39-0410-a469-dd3cf9ba447f
63300
63301 commit fd798487ad9e31cac739a73cd02159797bf3f959
63302 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
63303 Date:   Wed Aug 19 13:58:31 2009 +0000
63304
63305     Force -O0 when the --disable-compiler-optimization flag is passed to configure; not sure what the default value is
63306     
63307     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6606 48e7efb5-ca39-0410-a469-dd3cf9ba447f
63308
63309 commit 1a87ce3be5a701f892a145f43328ebc369ea432f
63310 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
63311 Date:   Wed Aug 19 13:51:22 2009 +0000
63312
63313     GARGH. Fix a *nasty* long standing bug in dictionaries (many thanks to Cristian)
63314     
63315     The deal is that strcmp was used regardless of whether the entry was
63316     created through the _ext interface or not. So, when you used pointers
63317     as key (as we do in gras datadesc for cycle detection for example),
63318     the key got truncated on the first \0 (and the rest of it was
63319     uninitialized).
63320     
63321     This is what caused my bug with gras datadesc tests. And it happened
63322     only some times because the pointer does not always contain a 0. And
63323     it happened more often on 64bits because the pointers are longer and
63324     thus have a bigger probability to contain \0.
63325     
63326     Actually, this bug was already fixed by Cristian on 2008-11-25, but on
63327     the mc branch of our private git in Nancy, and never propagated to the
63328     trunk. We are still git childrens...
63329     
63330     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6605 48e7efb5-ca39-0410-a469-dd3cf9ba447f
63331
63332 commit b53ef390fc0f797baa50fd59172db15c7ba92c81
63333 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
63334 Date:   Wed Aug 19 13:50:59 2009 +0000
63335
63336     no need for that verbose output anymore
63337     
63338     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6604 48e7efb5-ca39-0410-a469-dd3cf9ba447f
63339
63340 commit 89936bb536b9364bb74f6b9e9b8218cd42335d43
63341 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
63342 Date:   Wed Aug 19 13:50:57 2009 +0000
63343
63344     More verbose on cycle detection
63345     
63346     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6603 48e7efb5-ca39-0410-a469-dd3cf9ba447f
63347
63348 commit f202a5b344a2d205a070805d9878b26991d4478b
63349 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
63350 Date:   Wed Aug 19 13:50:35 2009 +0000
63351
63352     Reordering
63353     
63354     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6602 48e7efb5-ca39-0410-a469-dd3cf9ba447f
63355
63356 commit 76e323713ecee7901c5e0d141c8ed081a440d0fd
63357 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
63358 Date:   Wed Aug 19 13:50:33 2009 +0000
63359
63360     Great simplification in a code appearing to be broken on amd64 (cycle detection during marshalisation)
63361     
63362     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6601 48e7efb5-ca39-0410-a469-dd3cf9ba447f
63363
63364 commit 9d500525ae7ff21cb8bbdb255e80d7e172a69fcf
63365 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
63366 Date:   Wed Aug 19 13:50:10 2009 +0000
63367
63368     use the right syntax to set the path (plus shut the config module off)
63369     
63370     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6600 48e7efb5-ca39-0410-a469-dd3cf9ba447f
63371
63372 commit f7d8be2e2c777489cbf95e693dfdcd6c89741962
63373 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
63374 Date:   Wed Aug 19 13:50:08 2009 +0000
63375
63376     more explicit message on problem
63377     
63378     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6599 48e7efb5-ca39-0410-a469-dd3cf9ba447f
63379
63380 commit 97d0028e77e5132c8b7e9109f93240a292820df6
63381 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
63382 Date:   Tue Aug 18 14:25:56 2009 +0000
63383
63384     Get the simple log format omit any file location when --log=no_loc is passed
63385     
63386     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6597 48e7efb5-ca39-0410-a469-dd3cf9ba447f
63387
63388 commit 96267bbb3b9e564d04ef25f02fc0674dec2e17ad
63389 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
63390 Date:   Tue Aug 18 14:25:53 2009 +0000
63391
63392     More fixes to VPATH testing
63393     
63394     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6596 48e7efb5-ca39-0410-a469-dd3cf9ba447f
63395
63396 commit a431c02b798ec8bdd1c9c8e0314a1300e57ed028
63397 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
63398 Date:   Tue Aug 18 14:24:57 2009 +0000
63399
63400     Various fixes to the java building infrastructure (now working in VPATH builds)
63401     
63402     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6595 48e7efb5-ca39-0410-a469-dd3cf9ba447f
63403
63404 commit d869090cbfe6a45bedf556f99e16612c595e3a98
63405 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
63406 Date:   Tue Aug 18 14:01:09 2009 +0000
63407
63408     The exception associated to each process was relocated from the
63409     context to the simix process that contains it. This is both faster and
63410     simpler because the initialization code was factorized and exception
63411     fetching uses one dereference less.
63412     
63413     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6594 48e7efb5-ca39-0410-a469-dd3cf9ba447f
63414
63415 commit 50fd860b367f42edfa81ab6e83bcd2379b7e8ec8
63416 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
63417 Date:   Tue Aug 18 12:53:39 2009 +0000
63418
63419     Merge java simix process creation with the standard process creation
63420     function.
63421     
63422     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6592 48e7efb5-ca39-0410-a469-dd3cf9ba447f
63423
63424 commit b8725d9c7b165dfe0b689ded7ed39d95cda7f5ab
63425 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
63426 Date:   Tue Aug 18 09:24:56 2009 +0000
63427
63428     Fix bug related to the exception mechanism once the context module exits
63429     
63430     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6589 48e7efb5-ca39-0410-a469-dd3cf9ba447f
63431
63432 commit 741004618140d8530e002017102214648fe32807
63433 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
63434 Date:   Mon Aug 17 16:35:07 2009 +0000
63435
63436     Add a missing file to the archive
63437     
63438     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6588 48e7efb5-ca39-0410-a469-dd3cf9ba447f
63439
63440 commit 42589e4fab93e34877899b3b1ac6feec63ff7acf
63441 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
63442 Date:   Mon Aug 17 15:49:23 2009 +0000
63443
63444     follow the advice of autoreconf
63445     
63446     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6587 48e7efb5-ca39-0410-a469-dd3cf9ba447f
63447
63448 commit 10635c896affd8d1a754122439460d8499527c4a
63449 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
63450 Date:   Mon Aug 17 15:49:21 2009 +0000
63451
63452     Use the right guard for snprintf (thanks to ubuntu stack for detecting the potential buffer overflow)
63453     
63454     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6586 48e7efb5-ca39-0410-a469-dd3cf9ba447f
63455
63456 commit 00c455b33ac9ce62f2b0a7a6fe81b4d4ffcb0acd
63457 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
63458 Date:   Mon Aug 17 15:35:13 2009 +0000
63459
63460     Update the ChangeLog
63461     
63462     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6585 48e7efb5-ca39-0410-a469-dd3cf9ba447f
63463
63464 commit 73ee6665a5a9de9bf7a995b32919bdbbfb49b991
63465 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
63466 Date:   Mon Aug 17 15:00:27 2009 +0000
63467
63468     Kill a dupplicated target in makefile
63469     
63470     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6584 48e7efb5-ca39-0410-a469-dd3cf9ba447f
63471
63472 commit f7f0d4729afdb17a838b5d2850c95bdc5329e378
63473 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
63474 Date:   Mon Aug 17 15:00:25 2009 +0000
63475
63476     update tesh files (I assume that ordering differances in messages are due to bcast reimplementation using tree)
63477     
63478     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6583 48e7efb5-ca39-0410-a469-dd3cf9ba447f
63479
63480 commit 651068fba96141ffc78b9da231fb6b7914f3e82b
63481 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
63482 Date:   Mon Aug 17 14:41:18 2009 +0000
63483
63484     Finally the Java interface is working again! (It was broken because of
63485     me, sorry :S)
63486     
63487     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6579 48e7efb5-ca39-0410-a469-dd3cf9ba447f
63488
63489 commit 9d4358949173ce8c5dda4cc60c2e44814f01e65a
63490 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
63491 Date:   Mon Aug 17 14:34:39 2009 +0000
63492
63493     cosmetics
63494     
63495     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6578 48e7efb5-ca39-0410-a469-dd3cf9ba447f
63496
63497 commit c739025656efe30cd13f91a60d17257c3b10abdb
63498 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
63499 Date:   Mon Aug 17 14:20:46 2009 +0000
63500
63501     display more info during the test
63502     
63503     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6577 48e7efb5-ca39-0410-a469-dd3cf9ba447f
63504
63505 commit a2d7048e41cfa74cfb763c6b680399a368e902f9
63506 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
63507 Date:   Mon Aug 17 14:18:07 2009 +0000
63508
63509     Trying to fix another java bug
63510     
63511     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6576 48e7efb5-ca39-0410-a469-dd3cf9ba447f
63512
63513 commit 375d54b4efaa5aae36e564211c66c938d8606ffd
63514 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
63515 Date:   Mon Aug 17 13:57:57 2009 +0000
63516
63517     Fix another bug in the java context implementation
63518     
63519     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6575 48e7efb5-ca39-0410-a469-dd3cf9ba447f
63520
63521 commit 47619e4bb47a259821ad1b37cca80a91184fe79c
63522 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
63523 Date:   Mon Aug 17 13:49:25 2009 +0000
63524
63525     Fixed bug in smx_context_mod_exit.
63526     
63527     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6574 48e7efb5-ca39-0410-a469-dd3cf9ba447f
63528
63529 commit 8afa456ea3c09b7be5f7807dd17ae540d172b798
63530 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
63531 Date:   Mon Aug 17 13:47:39 2009 +0000
63532
63533     Output update in tesh file
63534     
63535     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6573 48e7efb5-ca39-0410-a469-dd3cf9ba447f
63536
63537 commit 7f4014bfebd239b9b566eda2133906640e24819b
63538 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
63539 Date:   Mon Aug 17 13:37:40 2009 +0000
63540
63541     Kill a off by one bug appearing in some rare conditions
63542     
63543     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6572 48e7efb5-ca39-0410-a469-dd3cf9ba447f
63544
63545 commit 082a7cd0d83b0889c5a1fc6c40f9f77e9479db92
63546 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
63547 Date:   Mon Aug 17 12:43:16 2009 +0000
63548
63549     Kill context test since contextes cannot be used without simix anymore
63550     
63551     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6571 48e7efb5-ca39-0410-a469-dd3cf9ba447f
63552
63553 commit addf1684268e6863fc702567a8b47a090400428f
63554 Author: cristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
63555 Date:   Mon Aug 17 12:40:52 2009 +0000
63556
63557     Fix try to fix the JAVA crap!
63558     
63559     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6570 48e7efb5-ca39-0410-a469-dd3cf9ba447f
63560
63561 commit eec26165b51ffe7d65bab3aa5c5ff14db1dfb746
63562 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
63563 Date:   Mon Aug 17 12:22:54 2009 +0000
63564
63565     be more friendly in tests with VPATH builds
63566     
63567     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6569 48e7efb5-ca39-0410-a469-dd3cf9ba447f
63568
63569 commit 8988c596189d2298f9737e3402d88e3f759b3881
63570 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
63571 Date:   Mon Aug 17 11:33:27 2009 +0000
63572
63573     update output in tesh files (line number changes again)
63574     
63575     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6568 48e7efb5-ca39-0410-a469-dd3cf9ba447f
63576
63577 commit d3b7692da016e75a76aa4458e533a9e532e0e7a4
63578 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
63579 Date:   Mon Aug 17 11:24:40 2009 +0000
63580
63581     Stupid me. I still need to put the retrieved value into the variable
63582     
63583     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6567 48e7efb5-ca39-0410-a469-dd3cf9ba447f
63584
63585 commit 496721993cb6a1a41c1b9402a274b5d143aa373a
63586 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
63587 Date:   Mon Aug 17 10:22:32 2009 +0000
63588
63589     Context factory's API simplification: the function for creating the
63590     context for maestro was merged with the function for the creation
63591     of standard contexts.
63592     The functions for managing the context module where simplified.
63593     
63594     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6566 48e7efb5-ca39-0410-a469-dd3cf9ba447f
63595
63596 commit b1d1799f478bc70bbe13e2e66d0a490b5fd8456c
63597 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
63598 Date:   Mon Aug 17 10:15:29 2009 +0000
63599
63600     SMPI: Fix the prototype of SMPI_MPI_Type_get_extent (use MPI_Aint instead of int since types differ on 64bits)
63601     
63602     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6565 48e7efb5-ca39-0410-a469-dd3cf9ba447f
63603
63604 commit 821649e2221068a113b41b8e9c5ac4ba76887772
63605 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
63606 Date:   Mon Aug 17 09:24:47 2009 +0000
63607
63608     Fixed the java's context interface to build with the context module layout [Cristian]
63609     
63610     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6564 48e7efb5-ca39-0410-a469-dd3cf9ba447f
63611
63612 commit 1cde906ff21eb6a3dd34cce742b544e1ddcb8994
63613 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
63614 Date:   Mon Aug 17 09:24:23 2009 +0000
63615
63616     Fixed some issues in logs logic due to recent changes [Cristian]
63617     We assumed that maestro have no simix process (not true anymore)
63618     
63619     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6563 48e7efb5-ca39-0410-a469-dd3cf9ba447f
63620
63621 commit 953c48cec7e103dad772776f59832034e41ce232
63622 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
63623 Date:   Mon Aug 17 09:24:20 2009 +0000
63624
63625     Some polishing to the new context factory API to avoid accesing simix
63626     data structures from the context implementations.
63627     
63628     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6562 48e7efb5-ca39-0410-a469-dd3cf9ba447f
63629
63630 commit 2ddd4202532d54d217533b97ffde98f1ab078a11
63631 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
63632 Date:   Mon Aug 17 09:23:53 2009 +0000
63633
63634     New simplified API for the context factory [Cristian]
63635     It provides functionality for context creation/destruction, start,
63636     stop, resume and suspend. The rest of the logic was factorized and
63637     moved to the SIMIX layer, resulting in a simpler and cleaner
63638     implementation.
63639     
63640     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6561 48e7efb5-ca39-0410-a469-dd3cf9ba447f
63641
63642 commit a5c439094f924970556f57605c6bab819ab73725
63643 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
63644 Date:   Mon Aug 17 09:23:50 2009 +0000
63645
63646     Intermidiate step towards the new context mechanism [Cristian]
63647     
63648     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6560 48e7efb5-ca39-0410-a469-dd3cf9ba447f
63649
63650 commit 0271bbd4c5cc3eb850e64d2b0169771103248a63
63651 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
63652 Date:   Mon Aug 17 09:23:26 2009 +0000
63653
63654     Fixed the pthread context implementation, now it compiles and runs
63655     
63656     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6559 48e7efb5-ca39-0410-a469-dd3cf9ba447f
63657
63658 commit d683520a4fa56accfe70e693d9336dd740f7bf35
63659 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
63660 Date:   Mon Aug 17 09:23:24 2009 +0000
63661
63662     Inline abstract interface to factories' functions (smx_context_* func) [Cristian]
63663     Also relocate them in simix/private.h.
63664     They are now used as macros for simplifying the code.
63665     
63666     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6558 48e7efb5-ca39-0410-a469-dd3cf9ba447f
63667
63668 commit d579271194fbd8dd7ff1f0f5dbf225e4a1bfd7f2
63669 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
63670 Date:   Fri Aug 14 21:05:23 2009 +0000
63671
63672     C++ needs love
63673     
63674     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6557 48e7efb5-ca39-0410-a469-dd3cf9ba447f
63675
63676 commit d7ca9f710441d0e104d521a52e01e7cb8876324c
63677 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
63678 Date:   Tue Aug 11 12:34:12 2009 +0000
63679
63680     Add entries about GTNetS and alternate flow models.
63681     
63682     
63683     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6547 48e7efb5-ca39-0410-a469-dd3cf9ba447f
63684
63685 commit ecc6d28bb4d0c9a96be2265db664a9170e9471d1
63686 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
63687 Date:   Tue Aug 11 12:34:09 2009 +0000
63688
63689     Add carriage returns to help gcc compiling... (otherwise, it fails!).
63690     
63691     
63692     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6546 48e7efb5-ca39-0410-a469-dd3cf9ba447f
63693
63694 commit f7d854f7d841d5ddd0375eeeaafcdf4d51616a9a
63695 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
63696 Date:   Sun Aug 9 13:10:59 2009 +0000
63697
63698     with GTNetS, the routing is not within to SimGrid but externalized
63699     
63700     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6543 48e7efb5-ca39-0410-a469-dd3cf9ba447f
63701
63702 commit 1a70bfd07048d219b958399cdc7623d5b7e12abb
63703 Author: genaud <genaud@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
63704 Date:   Sat Aug 1 08:19:02 2009 +0000
63705
63706     Alltoallv
63707     
63708     
63709     
63710     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6539 48e7efb5-ca39-0410-a469-dd3cf9ba447f
63711
63712 commit 3cfd4823046b64b2c8645a655dfb47b795e4f412
63713 Author: genaud <genaud@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
63714 Date:   Fri Jul 31 17:57:42 2009 +0000
63715
63716     started alltoallv(). Still some bugs.
63717     
63718     
63719     
63720     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6538 48e7efb5-ca39-0410-a469-dd3cf9ba447f
63721
63722 commit a185be0269391eb526a7d6e34e3ff917a1908ad1
63723 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
63724 Date:   Thu Jul 30 20:33:52 2009 +0000
63725
63726     Various cleanups in the routing code, all by Silas
63727     
63728     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6534 48e7efb5-ca39-0410-a469-dd3cf9ba447f
63729
63730 commit 25b31efeeec9e1c74b5260269eff7793a8b6e002
63731 Author: genaud <genaud@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
63732 Date:   Thu Jul 30 20:02:01 2009 +0000
63733
63734     update work status
63735     
63736     
63737     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6533 48e7efb5-ca39-0410-a469-dd3cf9ba447f
63738
63739 commit c7abe4a06a869040289677126a8c3e1b9a92216f
63740 Author: genaud <genaud@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
63741 Date:   Thu Jul 30 19:51:17 2009 +0000
63742
63743     alltoall implemented (almost opmpi algorithms)
63744     
63745     
63746     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6532 48e7efb5-ca39-0410-a469-dd3cf9ba447f
63747
63748 commit 8a64bce0bb019872e961532deb17c6166dca01e6
63749 Author: genaud <genaud@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
63750 Date:   Thu Jul 30 13:55:22 2009 +0000
63751
63752     thought this one would fix my long-standing wait_all() bug.
63753     Not yet, but obviously better.
63754     
63755     
63756     
63757     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6530 48e7efb5-ca39-0410-a469-dd3cf9ba447f
63758
63759 commit b0c6acd27ee398be83e88d9dbdca428a3804d9f9
63760 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
63761 Date:   Tue Jul 28 13:34:18 2009 +0000
63762
63763     Branch to work on maxmin selective update, consists of flaging portion of the system that change instead of computing the whole system each time a small change is detected.
63764     
63765     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6527 48e7efb5-ca39-0410-a469-dd3cf9ba447f
63766
63767 commit 0efc803094915a5a68942f592e8ab4d222b7460b
63768 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
63769 Date:   Tue Jul 28 13:06:56 2009 +0000
63770
63771     Cope with new tmgr (trace manager) interface.
63772     
63773     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6526 48e7efb5-ca39-0410-a469-dd3cf9ba447f
63774
63775 commit d24c1ddb2db13c24197bb813dc538e480edeb601
63776 Author: genaud <genaud@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
63777 Date:   Tue Jul 21 13:41:23 2009 +0000
63778
63779     * minimum of datatype handling for alltoall tuned
63780       => start add files for separate topics, e.g smpi_mpi_dt.{c,h}
63781     * started debugging alltoall basic_linear
63782     
63783     
63784     
63785     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6525 48e7efb5-ca39-0410-a469-dd3cf9ba447f
63786
63787 commit 7a8ff8bf272f8b34b190c647efe4f543919496e4
63788 Author: genaud <genaud@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
63789 Date:   Mon Jul 20 19:23:06 2009 +0000
63790
63791     ... untested ...
63792     * second part in tuned coll alltoall: basic_linear
63793     * enriched a bit more datatypes (ub,lb).
63794       MPI_Type_get_extent() . -Does not allow datatype creation.)
63795     
63796     
63797     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6524 48e7efb5-ca39-0410-a469-dd3cf9ba447f
63798
63799 commit 83bd54e0850d850819ce531b5e470f3998f9b3c1
63800 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
63801 Date:   Thu Jul 16 19:46:02 2009 +0000
63802
63803     shut of, model
63804     
63805     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6523 48e7efb5-ca39-0410-a469-dd3cf9ba447f
63806
63807 commit b0369916c688e5342762f7914dbf5868fac309c6
63808 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
63809 Date:   Thu Jul 16 19:12:58 2009 +0000
63810
63811     Allow to instanciate the constant network model. It uses a newly created routing schema 'none' doing nothing, and every communication takes exactly 1s
63812     
63813     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6522 48e7efb5-ca39-0410-a469-dd3cf9ba447f
63814
63815 commit 804de3039e8b344955309a3adb6d9425f7f4c378
63816 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
63817 Date:   Thu Jul 16 18:51:53 2009 +0000
63818
63819     Three new routing schema by Silas De Munck
63820     
63821     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6521 48e7efb5-ca39-0410-a469-dd3cf9ba447f
63822
63823 commit 2930ffcd796875fa5125f515bf37f02e705cabb8
63824 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
63825 Date:   Thu Jul 16 18:51:46 2009 +0000
63826
63827     Automatically switch to compound workstation model if the user changes the network or the CPU. If not, his choice is ignored
63828     
63829     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6520 48e7efb5-ca39-0410-a469-dd3cf9ba447f
63830
63831 commit b034dec40bc1f38856fe1d599d0ab5a3174780f7
63832 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
63833 Date:   Thu Jul 16 18:51:40 2009 +0000
63834
63835     config returns NULL if a string is looked for, but not available
63836     
63837     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6519 48e7efb5-ca39-0410-a469-dd3cf9ba447f
63838
63839 commit 3af470254f2c4d717050ed4fc60946de3c7d95e9
63840 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
63841 Date:   Thu Jul 16 18:51:33 2009 +0000
63842
63843     bummer
63844     
63845     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6518 48e7efb5-ca39-0410-a469-dd3cf9ba447f
63846
63847 commit 26164f8a638ff3139ff0a776041ff805789199a9
63848 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
63849 Date:   Thu Jul 16 18:51:26 2009 +0000
63850
63851     cosmetics
63852     
63853     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6517 48e7efb5-ca39-0410-a469-dd3cf9ba447f
63854
63855 commit e3e4e9d98d222c213ba9d82efd048e0fddb4ad80
63856 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
63857 Date:   Thu Jul 16 18:51:17 2009 +0000
63858
63859     Call surf_timer_model_init() from surf_config_models_setup() so that upper layer don't have to do it manually
63860     
63861     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6516 48e7efb5-ca39-0410-a469-dd3cf9ba447f
63862
63863 commit 99e8fb90a14e543c1a4b2feaf22a5c0670c2951a
63864 Author: genaud <genaud@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
63865 Date:   Thu Jul 16 15:25:18 2009 +0000
63866
63867     * MPI_Sendrecv user+internal levels
63868     * added another test for alltoall
63869     
63870     
63871     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6515 48e7efb5-ca39-0410-a469-dd3cf9ba447f
63872
63873 commit 189f463aedf5f30f719709ec33a214063241d942
63874 Author: genaud <genaud@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
63875 Date:   Thu Jul 16 10:36:34 2009 +0000
63876
63877     update test
63878     
63879     
63880     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6514 48e7efb5-ca39-0410-a469-dd3cf9ba447f
63881
63882 commit f0aa7a97261661fc3bf5c5ab9cb81128a3742bff
63883 Author: genaud <genaud@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
63884 Date:   Thu Jul 16 08:49:25 2009 +0000
63885
63886     separate user-level and internal-level for SMPI_MPI_{Reduce,Bcast}
63887     Allreduce ok.
63888     
63889     
63890     
63891     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6513 48e7efb5-ca39-0410-a469-dd3cf9ba447f
63892
63893 commit f1181eecb82ca64cfa49259fe41a7115fdcf6bc0
63894 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
63895 Date:   Wed Jul 15 16:47:44 2009 +0000
63896
63897     Compile the sendrecv example
63898     
63899     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6512 48e7efb5-ca39-0410-a469-dd3cf9ba447f
63900
63901 commit 8291682f45169681ddbec1ce3386fe72d5811367
63902 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
63903 Date:   Wed Jul 15 16:47:38 2009 +0000
63904
63905     Yet more debug
63906     
63907     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6511 48e7efb5-ca39-0410-a469-dd3cf9ba447f
63908
63909 commit e90bea3233626c3d1f46e4e905d690c9e701fa45
63910 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
63911 Date:   Wed Jul 15 16:38:34 2009 +0000
63912
63913     todo++
63914     
63915     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6510 48e7efb5-ca39-0410-a469-dd3cf9ba447f
63916
63917 commit c901cc841ae6556dbee2375605fe927c18cd0d50
63918 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
63919 Date:   Wed Jul 15 16:38:32 2009 +0000
63920
63921     do not call smpi_bench_* from SMPI_MPI_Allreduce since it calls SMPI_MPI_* function, breaking the parenthesing of smpi_bench_* functions
63922     
63923     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6509 48e7efb5-ca39-0410-a469-dd3cf9ba447f
63924
63925 commit 2db5341593ee6af66d5ae0163a079dda0fe5f615
63926 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
63927 Date:   Wed Jul 15 16:38:09 2009 +0000
63928
63929     More debug
63930     
63931     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6508 48e7efb5-ca39-0410-a469-dd3cf9ba447f
63932
63933 commit 606955dcf8fe80ad56c207e68de88de0b7b8b58b
63934 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
63935 Date:   Wed Jul 15 16:38:07 2009 +0000
63936
63937     Only sleep to handle real computation if the time to sleep is large enough; do not protect the access to the timer by mutex: there is no concurency in simgrid
63938     
63939     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6507 48e7efb5-ca39-0410-a469-dd3cf9ba447f
63940
63941 commit ab6013dda2f80b21aff83d529738b048e508828f
63942 Author: genaud <genaud@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
63943 Date:   Wed Jul 15 15:35:40 2009 +0000
63944
63945     examples to demonstrate bugs in sendrecv
63946     
63947     
63948     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6506 48e7efb5-ca39-0410-a469-dd3cf9ba447f
63949
63950 commit 3c6adda1bed5343613505208a8307e79d0ca4d27
63951 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
63952 Date:   Tue Jul 14 08:46:36 2009 +0000
63953
63954     one more comment
63955     
63956     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6505 48e7efb5-ca39-0410-a469-dd3cf9ba447f
63957
63958 commit acbbc94e479ab729eaccb1cbf2c83c1315fce6bf
63959 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
63960 Date:   Tue Jul 14 08:46:30 2009 +0000
63961
63962     gosh, this file is outdated
63963     
63964     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6504 48e7efb5-ca39-0410-a469-dd3cf9ba447f
63965
63966 commit a1242a2bc911c3188adccdc7b719cf8d8fa21f8c
63967 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
63968 Date:   Tue Jul 14 08:44:33 2009 +0000
63969
63970     Do not ignore fread results to keep ubuntu compiler happy
63971     
63972     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6503 48e7efb5-ca39-0410-a469-dd3cf9ba447f
63973
63974 commit 922a2ddb72ecf36a0de9689711c8def5885f8b71
63975 Author: genaud <genaud@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
63976 Date:   Mon Jul 13 22:02:42 2009 +0000
63977
63978     MPI_Sendrecv
63979     
63980     
63981     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6502 48e7efb5-ca39-0410-a469-dd3cf9ba447f
63982
63983 commit 2419060d3a83a35eccbe74985fd35e7b42253a62
63984 Author: genaud <genaud@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
63985 Date:   Mon Jul 13 21:20:08 2009 +0000
63986
63987     + MPI_Sendrecv()
63988     + part of optimized MPI_Alltoall()  (pairwise algo)
63989     
63990     
63991     
63992     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6501 48e7efb5-ca39-0410-a469-dd3cf9ba447f
63993
63994 commit bc418e28fd323ca6dab8365f138b3ff543394a86
63995 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
63996 Date:   Mon Jul 13 18:08:36 2009 +0000
63997
63998     revalidate output after recent source changes
63999     
64000     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6500 48e7efb5-ca39-0410-a469-dd3cf9ba447f
64001
64002 commit 954eee41b751fe1b3f9dc7e35501d54abb636755
64003 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
64004 Date:   Mon Jul 13 18:08:31 2009 +0000
64005
64006     do not give maestro a name, or it will change every output, invalidating any tests
64007     
64008     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6499 48e7efb5-ca39-0410-a469-dd3cf9ba447f
64009
64010 commit aa0edd12af468a18224cc4dc2d129385e45ac294
64011 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
64012 Date:   Mon Jul 13 18:04:22 2009 +0000
64013
64014     Finish the merging of Cristian branch by fixing some of the remaining glitches preventing the stuff to compile
64015     
64016     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6498 48e7efb5-ca39-0410-a469-dd3cf9ba447f
64017
64018 commit 42ad1e118f005d56af6f9e87d7ecec75bb311108
64019 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
64020 Date:   Mon Jul 13 18:04:15 2009 +0000
64021
64022     Lots of renamings from xbt_ to smx_
64023     
64024     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6497 48e7efb5-ca39-0410-a469-dd3cf9ba447f
64025
64026 commit a4aa7f5908948df11fbbc0b6fdf343773c568272
64027 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
64028 Date:   Mon Jul 13 18:04:09 2009 +0000
64029
64030     First running version after the relocation of the context module [Cristian]
64031     
64032     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6496 48e7efb5-ca39-0410-a469-dd3cf9ba447f
64033
64034 commit a03bd071f7ec12cf9dd65b0e912fd3f84d29c880
64035 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
64036 Date:   Mon Jul 13 18:04:03 2009 +0000
64037
64038     First step into moving the context subsystem into simix. Still segfaults because of exceptions late initialization [Cristian]
64039     
64040     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6495 48e7efb5-ca39-0410-a469-dd3cf9ba447f
64041
64042 commit 062ce26ac2d8afce1a666f908d0bf49c94c1b6c7
64043 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
64044 Date:   Mon Jul 13 18:03:57 2009 +0000
64045
64046     Fix compilation bug when enabling pthreads.
64047     Move contexts' control API (start, stop, yield, etc) to the
64048     context_factory data structure instead of having pointers in each
64049     xbt_context data structure for them. This saves a bunch of memory and
64050     context creation is a bit faster.
64051     
64052     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6494 48e7efb5-ca39-0410-a469-dd3cf9ba447f
64053
64054 commit 152761acff7189ad29b4cc2f4e32dfa49f21430e
64055 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
64056 Date:   Mon Jul 13 18:03:52 2009 +0000
64057
64058     make dist works again
64059     
64060     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6493 48e7efb5-ca39-0410-a469-dd3cf9ba447f
64061
64062 commit aef8ad40dbb075883c0b147319cd73ed813f8cb9
64063 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
64064 Date:   Mon Jul 13 18:03:42 2009 +0000
64065
64066     simdata cleanup from smx_action_t. Now all SIMIX's data structures [Cristian]
64067     
64068     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6492 48e7efb5-ca39-0410-a469-dd3cf9ba447f
64069
64070 commit e1686afc63c9643f647b5d44a64fdf4665e88ddd
64071 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
64072 Date:   Mon Jul 13 18:03:35 2009 +0000
64073
64074     Some build adjustments mandatory for the relocation of xbt_contexts [Cristian]
64075     
64076     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6491 48e7efb5-ca39-0410-a469-dd3cf9ba447f
64077
64078 commit 00f0d2097c98d7d9951e186d58fd0c0dcb6f00f4
64079 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
64080 Date:   Mon Jul 13 18:03:28 2009 +0000
64081
64082     First step to move xbt_context from XBT to SIMIX. Some renaming is
64083     still pending but it is working anyway.
64084     
64085     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6490 48e7efb5-ca39-0410-a469-dd3cf9ba447f
64086
64087 commit 970e2c3003a63371db1104cfcff3f684f4f186af
64088 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
64089 Date:   Mon Jul 13 18:03:22 2009 +0000
64090
64091     Use parse values as double instead of casting them to int
64092     
64093     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6489 48e7efb5-ca39-0410-a469-dd3cf9ba447f
64094
64095 commit 2b02a57e5d484b2be62c0d4b88e83fed748127f3
64096 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
64097 Date:   Mon Jul 13 15:29:42 2009 +0000
64098
64099     Useless cleanups
64100     
64101     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6488 48e7efb5-ca39-0410-a469-dd3cf9ba447f
64102
64103 commit 4a1b203eedb4a87a698ab9d3fba107d1def85d6e
64104 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
64105 Date:   Mon Jul 13 15:29:18 2009 +0000
64106
64107     fix a constness
64108     
64109     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6487 48e7efb5-ca39-0410-a469-dd3cf9ba447f
64110
64111 commit 4c07ef1267acad0364557ca2695643be18be5547
64112 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
64113 Date:   Mon Jul 13 15:29:16 2009 +0000
64114
64115     Add xbt_dict_get_key achieving a linear reverse search
64116     
64117     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6486 48e7efb5-ca39-0410-a469-dd3cf9ba447f
64118
64119 commit 8cabab2212c60733053696558fe70447e8c421c9
64120 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
64121 Date:   Mon Jul 13 15:28:52 2009 +0000
64122
64123     be a bit more paranoid: if a line looks like something we should have understood, whine if we didn't
64124     
64125     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6485 48e7efb5-ca39-0410-a469-dd3cf9ba447f
64126
64127 commit 1464929fd022621d935446ba7b8a04aa1657add7
64128 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
64129 Date:   Mon Jul 13 15:28:50 2009 +0000
64130
64131     merge the trace parser from file and the trace parser from memory (used when the trace is in the XML file directly) I *hate* code dupplication :-/
64132     
64133     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6484 48e7efb5-ca39-0410-a469-dd3cf9ba447f
64134
64135 commit 781ddad170710424ea23579b1eeaa4314253ec64
64136 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
64137 Date:   Mon Jul 13 15:28:27 2009 +0000
64138
64139     reset memory before reuse
64140     
64141     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6483 48e7efb5-ca39-0410-a469-dd3cf9ba447f
64142
64143 commit 1f188ab63f4d1e02df1806c72b102df90fb69a46
64144 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
64145 Date:   Mon Jul 13 15:28:24 2009 +0000
64146
64147     Damnit, when the examples are not syntaxically correct, the test suite fails because of nothing and I get mad
64148     
64149     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6482 48e7efb5-ca39-0410-a469-dd3cf9ba447f
64150
64151 commit bde7727d0348b515671007ed00ac82152c01d774
64152 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
64153 Date:   Mon Jul 13 15:28:17 2009 +0000
64154
64155     Greately simplify surf_fopen() at the price of one malloc each time we call it instead of having a static buffer for it
64156     
64157     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6481 48e7efb5-ca39-0410-a469-dd3cf9ba447f
64158
64159 commit 6f4585f1e19602414bc4971c9d19fc5d600eb0fa
64160 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
64161 Date:   Mon Jul 13 15:27:53 2009 +0000
64162
64163     XBT: Add xbt_str_from_file(FILE*)
64164     
64165     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6480 48e7efb5-ca39-0410-a469-dd3cf9ba447f
64166
64167 commit 99e824529b9afeefa3855403974e88f6006dbc4c
64168 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
64169 Date:   Mon Jul 13 15:27:50 2009 +0000
64170
64171     I'm wondering since when this test was broken, and how I could miss that
64172     
64173     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6479 48e7efb5-ca39-0410-a469-dd3cf9ba447f
64174
64175 commit 5f7aec80d987b05f20e6f06b12030c20732597e0
64176 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
64177 Date:   Mon Jul 13 15:27:27 2009 +0000
64178
64179     Use peak and scale values for the network also. But the CPU events update the scale while the network ones update the peak value (so far)
64180     
64181     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6478 48e7efb5-ca39-0410-a469-dd3cf9ba447f
64182
64183 commit 5c20a8cf542cec3ab3f07b9fa431e63754dbbfd6
64184 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
64185 Date:   Mon Jul 13 15:27:24 2009 +0000
64186
64187     In cpu model, use field names power_peak and power_scale since they betterly reflect what we mean
64188     
64189     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6477 48e7efb5-ca39-0410-a469-dd3cf9ba447f
64190
64191 commit 78fee3006db95dc64540374a81299f6c9f01ac4a
64192 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
64193 Date:   Mon Jul 13 15:27:00 2009 +0000
64194
64195     kill network_common.h: empty
64196     
64197     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6476 48e7efb5-ca39-0410-a469-dd3cf9ba447f
64198
64199 commit a05e36103267a3998d2ae551073a153693f0fcef
64200 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
64201 Date:   Mon Jul 13 15:26:57 2009 +0000
64202
64203     Kill deprecated cruft and unused variables
64204     
64205     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6475 48e7efb5-ca39-0410-a469-dd3cf9ba447f
64206
64207 commit 18bbef07996d903b23d1d769ca16d412cee1d5b2
64208 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
64209 Date:   Mon Jul 13 15:26:33 2009 +0000
64210
64211     SURF: Kill the SDP model
64212     
64213     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6474 48e7efb5-ca39-0410-a469-dd3cf9ba447f
64214
64215 commit ddd401baf17993eeac40c56d6082066777535c78
64216 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
64217 Date:   Mon Jul 13 15:26:30 2009 +0000
64218
64219     update that file after conversion of option mecanism (it's not used by default, I forgot it)
64220     
64221     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6473 48e7efb5-ca39-0410-a469-dd3cf9ba447f
64222
64223 commit fdbf52eb242aa7613c48b455bb7fad036258c723
64224 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
64225 Date:   Mon Jul 13 15:26:07 2009 +0000
64226
64227     Link properties were killed a while ago, don't test them anymore
64228     
64229     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6472 48e7efb5-ca39-0410-a469-dd3cf9ba447f
64230
64231 commit 2d5b327d0b5304bc0beaff6aae611dda6dac1b03
64232 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
64233 Date:   Mon Jul 13 15:26:05 2009 +0000
64234
64235     Kill surf_parse_get_trace() which were a useless wrapper to tmgr_trace_new
64236     
64237     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6471 48e7efb5-ca39-0410-a469-dd3cf9ba447f
64238
64239 commit 5830b3e635fa9e5a493d8cc9a2006bff50c67d50
64240 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
64241 Date:   Mon Jul 13 15:25:50 2009 +0000
64242
64243     cosmetics (giva a name to a struct)
64244     
64245     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6470 48e7efb5-ca39-0410-a469-dd3cf9ba447f
64246
64247 commit 536f11db02cf839a0af52b6d33047ca1ee7c7b8d
64248 Author: genaud <genaud@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
64249 Date:   Fri Jul 10 14:21:06 2009 +0000
64250
64251     allreduce + scatter examples
64252     
64253     
64254     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6469 48e7efb5-ca39-0410-a469-dd3cf9ba447f
64255
64256 commit 4fa2931658e07433d8bd09d002697114b1c67d9b
64257 Author: genaud <genaud@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
64258 Date:   Fri Jul 10 14:05:11 2009 +0000
64259
64260      MPI_Scatter() ok
64261     
64262     
64263     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6468 48e7efb5-ca39-0410-a469-dd3cf9ba447f
64264
64265 commit 3a6ab425e9bac068b1f95bf690400f63f5290093
64266 Author: genaud <genaud@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
64267 Date:   Thu Jul 9 20:36:21 2009 +0000
64268
64269     - MPI_Scatter()  /* untested */
64270     - associated tests
64271     
64272     
64273     
64274     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6466 48e7efb5-ca39-0410-a469-dd3cf9ba447f
64275
64276 commit f39fbe7b55f83e16713c1669a09dc55f85731e8e
64277 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
64278 Date:   Wed Jul 8 06:58:04 2009 +0000
64279
64280     SURF models diagram class
64281     
64282     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6464 48e7efb5-ca39-0410-a469-dd3cf9ba447f
64283
64284 commit 78f33cadf14cb7670bc212570feeda9929daaabb
64285 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
64286 Date:   Tue Jul 7 21:19:20 2009 +0000
64287
64288     Fix make dist by locating surf_resource.h in its real location
64289     
64290     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6460 48e7efb5-ca39-0410-a469-dd3cf9ba447f
64291
64292 commit bfa65e8497d5a3c6d6c1854dd9aecd93b5aea7be
64293 Author: genaud <genaud@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
64294 Date:   Tue Jul 7 21:09:52 2009 +0000
64295
64296     header to explain
64297     
64298     
64299     
64300     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6459 48e7efb5-ca39-0410-a469-dd3cf9ba447f
64301
64302 commit 05a5546c178ed04fe1db582960d7e46695bc580c
64303 Author: genaud <genaud@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
64304 Date:   Tue Jul 7 21:05:45 2009 +0000
64305
64306     ooops. Forgot this new one.
64307     
64308     
64309     
64310     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6458 48e7efb5-ca39-0410-a469-dd3cf9ba447f
64311
64312 commit 89e6365b5fbabe18c2d162cedd9ba07cd3e429b8
64313 Author: genaud <genaud@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
64314 Date:   Tue Jul 7 17:30:44 2009 +0000
64315
64316     Oops. Forgot to commit the header.
64317     
64318     
64319     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6456 48e7efb5-ca39-0410-a469-dd3cf9ba447f
64320
64321 commit b7980267bb6ada39ebd474236cf365a85d1a37b9
64322 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
64323 Date:   Tue Jul 7 13:19:10 2009 +0000
64324
64325     Display the list of still queued messages in SG mode when existing the process
64326     
64327     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6454 48e7efb5-ca39-0410-a469-dd3cf9ba447f
64328
64329 commit 8a40450343bd1e2f7cd9e17f4259159a4d360fc5
64330 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
64331 Date:   Tue Jul 7 12:46:03 2009 +0000
64332
64333     update the entry on finding more platforms now that the PDA project is up and running
64334     
64335     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6453 48e7efb5-ca39-0410-a469-dd3cf9ba447f
64336
64337 commit 115b8b236b116bdc9f9dccd0d893448719cdd7fc
64338 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
64339 Date:   Sat Jul 4 00:08:52 2009 +0000
64340
64341     Change logic so that we don't use a value uninitialized
64342     
64343     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6452 48e7efb5-ca39-0410-a469-dd3cf9ba447f
64344
64345 commit 2f7d04ecfe330a88f70dd858b2e584efdd1023b4
64346 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
64347 Date:   Sat Jul 4 00:02:57 2009 +0000
64348
64349     Ooops, forgot that file
64350     
64351     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6451 48e7efb5-ca39-0410-a469-dd3cf9ba447f
64352
64353 commit 49865e9016967b29688098e17194859c937448fc
64354 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
64355 Date:   Sat Jul 4 00:02:25 2009 +0000
64356
64357     Further work on objectification of resources: use s_surf_resource_lmm_t in s_link_CM02_t
64358     
64359     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6450 48e7efb5-ca39-0410-a469-dd3cf9ba447f
64360
64361 commit 0caba370ea99d7ba91606850d0ee8657f39bdbe1
64362 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
64363 Date:   Sat Jul 4 00:02:20 2009 +0000
64364
64365     inline the accessors of surf_resource_t
64366     
64367     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6449 48e7efb5-ca39-0410-a469-dd3cf9ba447f
64368
64369 commit 4502ea93a773951ce03aec68f7e16586bd28d8ac
64370 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
64371 Date:   Sat Jul 4 00:02:14 2009 +0000
64372
64373     merge redundant surf_cpu_state_t and surf_link_state_t into surf_resource_state_t; Put datatype declaration into a new src/include/surf/datatypes.h; introduce a still-to-be-used surf_resource_lmm_t type (ancestor of link and cpu)
64374     
64375     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6448 48e7efb5-ca39-0410-a469-dd3cf9ba447f
64376
64377 commit 17122172973168efd6dd45da8bc37db30ae5476b
64378 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
64379 Date:   Sat Jul 4 00:02:06 2009 +0000
64380
64381     document one of Stephane's recent changes
64382     
64383     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6447 48e7efb5-ca39-0410-a469-dd3cf9ba447f
64384
64385 commit a9c3061cd030f1df440da03ce89f6498def03db1
64386 Author: genaud <genaud@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
64387 Date:   Fri Jul 3 16:49:58 2009 +0000
64388
64389     - MPI_Barrier() as a collective
64390     - check code (allreduce still crashing)
64391     
64392     
64393     
64394     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6446 48e7efb5-ca39-0410-a469-dd3cf9ba447f
64395
64396 commit e2886c31527788af9016e8e56994482cb4c28136
64397 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
64398 Date:   Fri Jul 3 13:03:06 2009 +0000
64399
64400     Add the main class of surf: the generic model. More to come
64401     
64402     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6445 48e7efb5-ca39-0410-a469-dd3cf9ba447f
64403
64404 commit 3178b09e74d106b37d4bde47bb66e92ccc4088ef
64405 Author: genaud <genaud@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
64406 Date:   Thu Jul 2 16:25:03 2009 +0000
64407
64408     embed smpi/smpi_coll_private.h in the tarball
64409     
64410     
64411     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6444 48e7efb5-ca39-0410-a469-dd3cf9ba447f
64412
64413 commit d30fcaa41c0aabda5afef028a793b9e295a4aadb
64414 Author: genaud <genaud@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
64415 Date:   Thu Jul 2 16:22:39 2009 +0000
64416
64417     * added support for optimized collectives:
64418       smpi_coll.c has tree structures and tree implementations
64419     
64420     * Bcast has its original implementation renamed as flat_tree_bcast()
64421       and the new default one is binomial_tree_bcast()
64422     
64423     
64424     
64425     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6443 48e7efb5-ca39-0410-a469-dd3cf9ba447f
64426
64427 commit 010ea2bb6479947b8488541f925d8cda99fc72af
64428 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
64429 Date:   Thu Jul 2 08:00:36 2009 +0000
64430
64431     Make sure upper layer can retrieve the properties of workstations (and that's the only properties they are interested in)
64432     
64433     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6442 48e7efb5-ca39-0410-a469-dd3cf9ba447f
64434
64435 commit 509b9a6e5012607ed3e1b4e8ba5d1341d47f9f18
64436 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
64437 Date:   Thu Jul 2 08:00:34 2009 +0000
64438
64439     Kill SD_link_get_properties: hard to maintain and makes very little sense (Shout out if you used it.)
64440     
64441     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6441 48e7efb5-ca39-0410-a469-dd3cf9ba447f
64442
64443 commit b84bad24cc0d403e9773384376ecff7d360f8379
64444 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
64445 Date:   Thu Jul 2 08:00:10 2009 +0000
64446
64447     Add a command-line option to choose the routing schema to use
64448     
64449     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6440 48e7efb5-ca39-0410-a469-dd3cf9ba447f
64450
64451 commit 7c8772e246f9958e172ada583011fcee1bf58a93
64452 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
64453 Date:   Thu Jul 2 08:00:07 2009 +0000
64454
64455     implement a constructor for surf_action_t; draft a surf_action_maxmin_t for actions using maxmin
64456     
64457     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6439 48e7efb5-ca39-0410-a469-dd3cf9ba447f
64458
64459 commit f895d21e7462c1d40d1fe7162c8dfaa37405cefd
64460 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
64461 Date:   Thu Jul 2 07:59:44 2009 +0000
64462
64463     Actually implement surf_resource_properties so that it links (sorry)
64464     
64465     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6438 48e7efb5-ca39-0410-a469-dd3cf9ba447f
64466
64467 commit 8a34c13fc69ef21965703fc99a3a704b7cf9b8f3
64468 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
64469 Date:   Thu Jul 2 07:59:42 2009 +0000
64470
64471     Make sure that gtnets model still compiles after all changes in models. I cannot test it here though
64472     
64473     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6437 48e7efb5-ca39-0410-a469-dd3cf9ba447f
64474
64475 commit 8308c42874c76edaffd662b81eaacc6ad87b36e4
64476 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
64477 Date:   Thu Jul 2 07:59:18 2009 +0000
64478
64479     Integrate properties into surf_resource_t
64480     
64481     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6436 48e7efb5-ca39-0410-a469-dd3cf9ba447f
64482
64483 commit c74383252db029e98396c3b6ad842c16e68484bf
64484 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
64485 Date:   Thu Jul 2 07:59:16 2009 +0000
64486
64487     Also kill the cards from network_constant
64488     
64489     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6435 48e7efb5-ca39-0410-a469-dd3cf9ba447f
64490
64491 commit 70fe1bef83c75e436e2085c8cbb32ee401a1e273
64492 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
64493 Date:   Thu Jul 2 07:58:52 2009 +0000
64494
64495     kill link_set (use surf_network_model->resource_set instead)
64496     
64497     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6434 48e7efb5-ca39-0410-a469-dd3cf9ba447f
64498
64499 commit 19e67d323e30e6407725d0d0ebbc625a341a0838
64500 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
64501 Date:   Thu Jul 2 07:58:49 2009 +0000
64502
64503     move private datatypes into relevant file; kill header files which were loaded only once
64504     
64505     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6433 48e7efb5-ca39-0410-a469-dd3cf9ba447f
64506
64507 commit 930afd255ade5c093138f1ae6e05eb7bf63b9504
64508 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
64509 Date:   Wed Jul 1 20:39:20 2009 +0000
64510
64511     Rewrite the ChangeLog to make it more readable
64512     
64513     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6432 48e7efb5-ca39-0410-a469-dd3cf9ba447f
64514
64515 commit f7f7d40b071a8c28f2582c39bf599e32802580eb
64516 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
64517 Date:   Wed Jul 1 20:31:57 2009 +0000
64518
64519     Extract the routing logic into its own object.
64520     
64521     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6431 48e7efb5-ca39-0410-a469-dd3cf9ba447f
64522
64523 commit 97acefec7ab9e598ad07ac39c49dc6fab7fa0a46
64524 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
64525 Date:   Wed Jul 1 20:31:51 2009 +0000
64526
64527     Use dynar to represent routes
64528     
64529     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6430 48e7efb5-ca39-0410-a469-dd3cf9ba447f
64530
64531 commit 1e255febf2a4816d79484e195ee66945a7671d04
64532 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
64533 Date:   Wed Jul 1 20:31:25 2009 +0000
64534
64535     Update to lastest changes in SURF
64536     
64537     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6429 48e7efb5-ca39-0410-a469-dd3cf9ba447f
64538
64539 commit b930102d063e07f72299a505cc2392e713679aa5
64540 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
64541 Date:   Wed Jul 1 20:31:20 2009 +0000
64542
64543     Kill typos in comments
64544     
64545     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6428 48e7efb5-ca39-0410-a469-dd3cf9ba447f
64546
64547 commit 4959dfb50f77f6569ae7c59a2b1bdb18d07bfc02
64548 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
64549 Date:   Wed Jul 1 20:31:13 2009 +0000
64550
64551     move action_ref one layer up: not a model method anymore, but function surf_action_ref instead
64552     
64553     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6427 48e7efb5-ca39-0410-a469-dd3cf9ba447f
64554
64555 commit 45ca7cd8209e37df676794c7f11c4b87d50f3ab2
64556 Author: genaud <genaud@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
64557 Date:   Wed Jul 1 14:30:25 2009 +0000
64558
64559     adaptations for MacOSX:
64560     - basename replacement, no hardcoded path for readlink
64561     - consecutive numbers generation hand-made if seq unavailable
64562     
64563     
64564     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6426 48e7efb5-ca39-0410-a469-dd3cf9ba447f
64565
64566 commit d7417d92e963c0d6ed8443454a56c85a3728d214
64567 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
64568 Date:   Wed Jul 1 11:04:28 2009 +0000
64569
64570     Rename model methods action_use/free to action_ref/unref
64571     
64572     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6425 48e7efb5-ca39-0410-a469-dd3cf9ba447f
64573
64574 commit 5582ae39b86989ce7b2351b380f76c28f35254db
64575 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
64576 Date:   Wed Jul 1 11:04:25 2009 +0000
64577
64578     Factorize the code of model->action_state_set where possible
64579     
64580     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6424 48e7efb5-ca39-0410-a469-dd3cf9ba447f
64581
64582 commit 824b99a5272ff8ce814336ab8bc9817eecd6de60
64583 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
64584 Date:   Wed Jul 1 10:43:12 2009 +0000
64585
64586     Rename some model methods to stick to getters/setters naming standards; further factorization of code between models
64587     
64588     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6423 48e7efb5-ca39-0410-a469-dd3cf9ba447f
64589
64590 commit 35bf9a4f41dc6d5f6796ab6382bd61b5b58d7b4a
64591 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
64592 Date:   Wed Jul 1 10:00:28 2009 +0000
64593
64594     Set the correct mime-type to the compressed file
64595     
64596     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6422 48e7efb5-ca39-0410-a469-dd3cf9ba447f
64597
64598 commit 88fed751aea3a177650f8ceb697315c38d7d20ec
64599 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
64600 Date:   Wed Jul 1 09:52:40 2009 +0000
64601
64602     Add the UML representation of SimGrid (only describes SIMIX for now)
64603     
64604     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6421 48e7efb5-ca39-0410-a469-dd3cf9ba447f
64605
64606 commit ac4e0d6a72781d6b567bd45cdb2de02aa4b41d67
64607 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
64608 Date:   Wed Jul 1 09:52:38 2009 +0000
64609
64610     Move surf_action related function to a specific file
64611     
64612     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6420 48e7efb5-ca39-0410-a469-dd3cf9ba447f
64613
64614 commit 0bddb56a8a47a2cfa01bfe51c22dca758e5700d6
64615 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
64616 Date:   Wed Jul 1 09:52:11 2009 +0000
64617
64618     Get surf_model_init set fields to common values about actions to kill dupplicated code
64619     
64620     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6419 48e7efb5-ca39-0410-a469-dd3cf9ba447f
64621
64622 commit 82514660ccfbe5b72e4b8979ba1a496fd2a2db19
64623 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
64624 Date:   Wed Jul 1 09:52:08 2009 +0000
64625
64626     mv surf_timer.c surf_model_timer.c
64627     
64628     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6418 48e7efb5-ca39-0410-a469-dd3cf9ba447f
64629
64630 commit ddf7309924c2ae8349e121b3d0fe9d05f26d40c2
64631 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
64632 Date:   Wed Jul 1 08:37:58 2009 +0000
64633
64634     Make sure that the warning flags are set in maintainer mode, even if the optimization is disabled
64635     
64636     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6417 48e7efb5-ca39-0410-a469-dd3cf9ba447f
64637
64638 commit 6079a279edb9b3a748c24b620532a72c2c27c303
64639 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
64640 Date:   Wed Jul 1 08:37:56 2009 +0000
64641
64642     Initialize a variable in any case (kill a warning)
64643     
64644     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6416 48e7efb5-ca39-0410-a469-dd3cf9ba447f
64645
64646 commit 9f3d937b490d869f1f6e5baa007a65a0ad30205b
64647 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
64648 Date:   Tue Jun 30 23:34:26 2009 +0000
64649
64650     Ouups, forgot those two files, bummer
64651     
64652     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6415 48e7efb5-ca39-0410-a469-dd3cf9ba447f
64653
64654 commit 3919a572768c6abe34266400386604fc5fab93d0
64655 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
64656 Date:   Tue Jun 30 23:33:52 2009 +0000
64657
64658     Ignore the lastest smpi example from git
64659     
64660     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6414 48e7efb5-ca39-0410-a469-dd3cf9ba447f
64661
64662 commit c6eae7b5cb8fbc38590e58329aba017d3ec95400
64663 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
64664 Date:   Tue Jun 30 23:33:48 2009 +0000
64665
64666     rename src/surf/model.c into surf_model.c to avoid name conflicts on .o files
64667     
64668     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6413 48e7efb5-ca39-0410-a469-dd3cf9ba447f
64669
64670 commit c94898122fc054483e0e4b0313cd52f385582d2a
64671 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
64672 Date:   Tue Jun 30 23:28:49 2009 +0000
64673
64674     Implement a generic resource; use it as ancestor to specific ones
64675     
64676     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6412 48e7efb5-ca39-0410-a469-dd3cf9ba447f
64677
64678 commit c9f1e4b399f0d6093f78cb7fda7beaeabded297f
64679 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
64680 Date:   Tue Jun 30 23:28:43 2009 +0000
64681
64682     further polishing on the merge of all model types (merly cosmetics now)
64683     
64684     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6411 48e7efb5-ca39-0410-a469-dd3cf9ba447f
64685
64686 commit a70d3eaa28d798d6ac546e9e44b135293c03510c
64687 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
64688 Date:   Tue Jun 30 23:28:37 2009 +0000
64689
64690     Document Stephane's last commit
64691     
64692     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6410 48e7efb5-ca39-0410-a469-dd3cf9ba447f
64693
64694 commit 1c4ef1f90201923b4cd81d2d41623b3d59267d4c
64695 Author: genaud <genaud@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
64696 Date:   Tue Jun 30 21:41:14 2009 +0000
64697
64698     MPI_Allreduce()
64699     
64700     
64701     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6409 48e7efb5-ca39-0410-a469-dd3cf9ba447f
64702
64703 commit be25aefab9c2c610e764c6b3ddd0df1c2c9a4797
64704 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
64705 Date:   Tue Jun 30 21:33:31 2009 +0000
64706
64707     SURF: Embeed every fields of common_public directly into s_surf_model_t
64708     
64709     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6408 48e7efb5-ca39-0410-a469-dd3cf9ba447f
64710
64711 commit ca448021b42fde4a06bfab9aebebe00925c62d38
64712 Author: genaud <genaud@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
64713 Date:   Tue Jun 30 21:23:33 2009 +0000
64714
64715     MPI_Allreduce()
64716     
64717     
64718     
64719     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6407 48e7efb5-ca39-0410-a469-dd3cf9ba447f
64720
64721 commit 865f97c868ce92518b1cf4f23e23bd1b16b7917c
64722 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
64723 Date:   Tue Jun 30 21:00:10 2009 +0000
64724
64725     SURF: Unify the types of models in a uniq s_surf_model_t (using an union) +reindent all, sorry for the noise
64726     
64727     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6406 48e7efb5-ca39-0410-a469-dd3cf9ba447f
64728
64729 commit abd96693f8b80954afbd7c7ec0e894172933113b
64730 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
64731 Date:   Tue Jun 30 21:00:01 2009 +0000
64732
64733     roots of a generic surf_resource_t type
64734     
64735     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6405 48e7efb5-ca39-0410-a469-dd3cf9ba447f
64736
64737 commit 368be7990cfe509e3c7715d9ad28f5ca1b3d62ef
64738 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
64739 Date:   Tue Jun 30 20:59:56 2009 +0000
64740
64741     Surf: factorize resource sets into common_public
64742     
64743     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6404 48e7efb5-ca39-0410-a469-dd3cf9ba447f
64744
64745 commit 509e8eaf9d87061013538f79a0fba44865c58c0a
64746 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
64747 Date:   Tue Jun 30 20:59:50 2009 +0000
64748
64749     Factorize some code in SURF
64750     
64751     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6403 48e7efb5-ca39-0410-a469-dd3cf9ba447f
64752
64753 commit aeecb4a229ff5617422483d5945c875dce84ac0e
64754 Author: genaud <genaud@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
64755 Date:   Tue Jun 30 14:32:30 2009 +0000
64756
64757     added automatic test of reduce
64758     
64759     
64760     
64761     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6402 48e7efb5-ca39-0410-a469-dd3cf9ba447f
64762
64763 commit b9ab06294ab79225f1bfe7cc9e38ac0dae4da49a
64764 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
64765 Date:   Tue Jun 30 14:32:26 2009 +0000
64766
64767     Update the bcast tesh file after last changes to smpirun
64768     
64769     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6401 48e7efb5-ca39-0410-a469-dd3cf9ba447f
64770
64771 commit 54ce50db3eb883dfc77d00b9e885e786d7a6d381
64772 Author: genaud <genaud@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
64773 Date:   Tue Jun 30 13:59:28 2009 +0000
64774
64775     /home/genaud/Documents/svn/simgrid/simgrid/trunk/src/svn-commit.2.tmp
64776     
64777     
64778     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6400 48e7efb5-ca39-0410-a469-dd3cf9ba447f
64779
64780 commit def4685632b43bff625c85cb45be4acb91592d33
64781 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
64782 Date:   Tue Jun 30 13:16:28 2009 +0000
64783
64784     Plug some easy memleaks
64785     
64786     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6399 48e7efb5-ca39-0410-a469-dd3cf9ba447f
64787
64788 commit 3aa98edc5deb4c279ce1cf722d6f5dde669631e5
64789 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
64790 Date:   Tue Jun 30 13:16:26 2009 +0000
64791
64792     More debug
64793     
64794     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6398 48e7efb5-ca39-0410-a469-dd3cf9ba447f
64795
64796 commit 87d19bb0cfce9ed50def0e081b3fa6422b1a29d6
64797 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
64798 Date:   Tue Jun 30 13:16:03 2009 +0000
64799
64800     -quiet argument of smpirun died
64801     
64802     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6397 48e7efb5-ca39-0410-a469-dd3cf9ba447f
64803
64804 commit c4a789302148e98a58c9c50d2ab5244cf4a374ae
64805 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
64806 Date:   Tue Jun 30 13:16:00 2009 +0000
64807
64808     Compile reduce example
64809     
64810     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6396 48e7efb5-ca39-0410-a469-dd3cf9ba447f
64811
64812 commit 9e62fbafecd1be354dad058447dba0e7c8fb5560
64813 Author: genaud <genaud@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
64814 Date:   Tue Jun 30 11:55:21 2009 +0000
64815
64816     MPI_Reduce() is ok except memleak
64817     
64818     
64819     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6395 48e7efb5-ca39-0410-a469-dd3cf9ba447f
64820
64821 commit 6e3d42111dfc9ff4e3e881e4cd352b5e54912482
64822 Author: genaud <genaud@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
64823 Date:   Tue Jun 30 11:54:04 2009 +0000
64824
64825     * more thorough test for MPI_Reduce()
64826     * the simplest test that (currently) makes MPI_Barrier() fail
64827     
64828     
64829     
64830     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6394 48e7efb5-ca39-0410-a469-dd3cf9ba447f
64831
64832 commit 94d27836eb04e8d1d000a07d97bec8fc9e3a9990
64833 Author: genaud <genaud@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
64834 Date:   Tue Jun 30 09:32:32 2009 +0000
64835
64836     - corrected test on -map
64837     - removed -quiet and useless msg
64838     
64839     
64840     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6393 48e7efb5-ca39-0410-a469-dd3cf9ba447f
64841
64842 commit 5bc071dc5bb4b8b9601c04ca530ef17bb3e4ee04
64843 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
64844 Date:   Mon Jun 29 21:11:32 2009 +0000
64845
64846     Add xbt_graph_node_get_outedges() [Silas De Munck]
64847     
64848     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6392 48e7efb5-ca39-0410-a469-dd3cf9ba447f
64849
64850 commit 6eb40f45f49f664ad67687236caf426efb86f74c
64851 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
64852 Date:   Mon Jun 29 21:11:27 2009 +0000
64853
64854     Add xbt_set_get_by_name_or_null() [Silas De Munck]
64855     
64856     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6391 48e7efb5-ca39-0410-a469-dd3cf9ba447f
64857
64858 commit c58ea87cec17230c9216182da38a06e43d54dd61
64859 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
64860 Date:   Mon Jun 29 21:11:20 2009 +0000
64861
64862     typo in ChangeLog
64863     
64864     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6390 48e7efb5-ca39-0410-a469-dd3cf9ba447f
64865
64866 commit 03216b99d0e66e1778d9b99b11c3207c87900aad
64867 Author: genaud <genaud@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
64868 Date:   Mon Jun 29 16:17:48 2009 +0000
64869
64870     still some mem cleanup to finish
64871     
64872     
64873     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6389 48e7efb5-ca39-0410-a469-dd3cf9ba447f
64874
64875 commit 2ef76cc455c57d235189fdc567516e40f9c726d1
64876 Author: genaud <genaud@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
64877 Date:   Mon Jun 29 13:02:24 2009 +0000
64878
64879     MPI_Reduce using waitany(). Buggy.
64880     
64881     
64882     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6388 48e7efb5-ca39-0410-a469-dd3cf9ba447f
64883
64884 commit 5f758ee0ce7c9908ead65c3b6eb4229e55ee8a27
64885 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
64886 Date:   Mon Jun 29 09:26:49 2009 +0000
64887
64888     Make Waitall and Waitany visible from user side (and fix their prototype to stick to the standard)
64889     
64890     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6387 48e7efb5-ca39-0410-a469-dd3cf9ba447f
64891
64892 commit bd9bee9dcbceb25fdb5a293b91abbd5476db7ad2
64893 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
64894 Date:   Mon Jun 29 09:11:39 2009 +0000
64895
64896     Implement MPI_Waitany and MPI_Waitall
64897     
64898     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6386 48e7efb5-ca39-0410-a469-dd3cf9ba447f
64899
64900 commit 46b15303c8dfa35886444e5df7cf2af7d4ea7201
64901 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
64902 Date:   Mon Jun 29 09:11:36 2009 +0000
64903
64904     Start the work on 3.3.2
64905     
64906     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6385 48e7efb5-ca39-0410-a469-dd3cf9ba447f
64907
64908 commit 7ff29e8672c30f460d929a39dfda8e912b8da6e7
64909 Author: genaud <genaud@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
64910 Date:   Sat Jun 27 15:28:46 2009 +0000
64911
64912     some preliminary additions to implement more collectives
64913     
64914     
64915     
64916     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6384 48e7efb5-ca39-0410-a469-dd3cf9ba447f
64917
64918 commit 0154355438bf1ae7c6976c2f1656dbe6f9b08625
64919 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
64920 Date:   Fri Jun 26 22:31:58 2009 +0000
64921
64922     Correctly detect release archives (as opposed to beta archives)
64923     
64924     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6382 48e7efb5-ca39-0410-a469-dd3cf9ba447f
64925
64926 commit 85f1cefedf6bbb533b9e3a4beaa18edc4727e8a6
64927 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
64928 Date:   Fri Jun 26 22:26:00 2009 +0000
64929
64930     Release 3.3.1
64931     
64932     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6381 48e7efb5-ca39-0410-a469-dd3cf9ba447f
64933
64934 commit 858b362f76d61c062e83a6bb96b7234cc32d6c16
64935 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
64936 Date:   Fri Jun 26 22:13:59 2009 +0000
64937
64938     Damn mac linker. Now, it's not complaining of multiple definition of sg_tcp_gamma but of the fact that it cannot find its definition. Poor guy.
64939     
64940     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6380 48e7efb5-ca39-0410-a469-dd3cf9ba447f
64941
64942 commit 88a0557c4211e597c27016d0158ae3e8e780681b
64943 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
64944 Date:   Fri Jun 26 22:01:10 2009 +0000
64945
64946     Yet another missing 'extern' making the mac linker crazy
64947     
64948     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6379 48e7efb5-ca39-0410-a469-dd3cf9ba447f
64949
64950 commit a66cc9993030f7d82f5aa6dd5ca6665c9058a7ff
64951 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
64952 Date:   Fri Jun 26 21:52:05 2009 +0000
64953
64954     explicit the fact that a variable without initialization placed in a header is an extern symbol. Stupid mac linker
64955     
64956     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6378 48e7efb5-ca39-0410-a469-dd3cf9ba447f
64957
64958 commit 5d907e041fff54f60e5df62e326cd7a53ceb0e2d
64959 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
64960 Date:   Fri Jun 26 21:08:32 2009 +0000
64961
64962     use readlink instead of realpath because it's more commonly installed
64963     
64964     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6377 48e7efb5-ca39-0410-a469-dd3cf9ba447f
64965
64966 commit 9294d8a722e3b07f9beaeb69a935aaa585236d5e
64967 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
64968 Date:   Fri Jun 26 20:59:48 2009 +0000
64969
64970     Do not set TCP_gamma as a default value, but insist on running its callback since that's the way the value gets propagated to the right global
64971     
64972     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6376 48e7efb5-ca39-0410-a469-dd3cf9ba447f
64973
64974 commit c81a95138926cc6ffae8a50f7d829381e637f6cd
64975 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
64976 Date:   Fri Jun 26 20:59:42 2009 +0000
64977
64978     Plug a memleak
64979     
64980     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6375 48e7efb5-ca39-0410-a469-dd3cf9ba447f
64981
64982 commit eb35f005960fefa613cc51e8f4d786f58b11849e
64983 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
64984 Date:   Fri Jun 26 20:22:34 2009 +0000
64985
64986     Finalize the smpi test (it works)
64987     
64988     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6374 48e7efb5-ca39-0410-a469-dd3cf9ba447f
64989
64990 commit 7f10f2b6d78f3f91c6b7739c2cfda1bf53d4c312
64991 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
64992 Date:   Fri Jun 26 20:22:26 2009 +0000
64993
64994     SMPI: Add an option to display the timing at the end of the simulation (need to turn that off for tesh since this timing depends on the machine we run the simulation onto)
64995     
64996     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6373 48e7efb5-ca39-0410-a469-dd3cf9ba447f
64997
64998 commit 812231b11759373fd9b8877e966d8e0249e1dad0
64999 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
65000 Date:   Fri Jun 26 20:22:13 2009 +0000
65001
65002     Sanitize the memory handling of config elems description
65003     
65004     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6372 48e7efb5-ca39-0410-a469-dd3cf9ba447f
65005
65006 commit 31995feaea3e1ba5e1d3398e0497b85749625739
65007 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
65008 Date:   Fri Jun 26 20:22:05 2009 +0000
65009
65010     Add a flag to keep the temp files around, and pass configuration options to the simulator
65011     
65012     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6371 48e7efb5-ca39-0410-a469-dd3cf9ba447f
65013
65014 commit 10598682c3d60c5606cd9942c0eef752ddf6856d
65015 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
65016 Date:   Fri Jun 26 20:21:57 2009 +0000
65017
65018     plug an harmless leak
65019     
65020     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6370 48e7efb5-ca39-0410-a469-dd3cf9ba447f
65021
65022 commit 725184f3bce66a3eff87cc3a01e5d96477a5d28a
65023 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
65024 Date:   Fri Jun 26 16:09:45 2009 +0000
65025
65026     SMPI: Change the reference speed to a command line option
65027     
65028     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6369 48e7efb5-ca39-0410-a469-dd3cf9ba447f
65029
65030 commit 9a042f95a062f5fdf726c3ab83c91df4527db8e9
65031 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
65032 Date:   Fri Jun 26 16:09:43 2009 +0000
65033
65034     Change --surf-path into --cfg=path
65035     
65036     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6368 48e7efb5-ca39-0410-a469-dd3cf9ba447f
65037
65038 commit c4e0441cc7811dd6e46604a83848ce702fa58a5b
65039 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
65040 Date:   Fri Jun 26 11:50:46 2009 +0000
65041
65042     change TCP_gamma to not be a compilation-time #define, but a command line option
65043     
65044     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6367 48e7efb5-ca39-0410-a469-dd3cf9ba447f
65045
65046 commit 6453851776bcf25e18d9628a1cefb7e96bfa0d8e
65047 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
65048 Date:   Fri Jun 26 11:10:27 2009 +0000
65049
65050     Implement a --cfg-help flag to show existing configuration variables
65051     
65052     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6366 48e7efb5-ca39-0410-a469-dd3cf9ba447f
65053
65054 commit 2f033b16a27b1d9dab9ae6f442cb9c89464053d2
65055 Author: genaud <genaud@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
65056 Date:   Fri Jun 26 10:57:42 2009 +0000
65057
65058     - corrected mvmul.c to avoid warnings
65059     - added MPI_Wtime in bcast example.
65060     
65061     
65062     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6365 48e7efb5-ca39-0410-a469-dd3cf9ba447f
65063
65064 commit b23aab122b8b20a4f5276e1e9edb98bb7a442611
65065 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
65066 Date:   Fri Jun 26 10:39:33 2009 +0000
65067
65068     Document Stephane's last change (implement MPI_Wtime())
65069     
65070     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6364 48e7efb5-ca39-0410-a469-dd3cf9ba447f
65071
65072 commit 935fbd5eea14cd2d527a1df66e378a53ee2e115d
65073 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
65074 Date:   Fri Jun 26 10:38:30 2009 +0000
65075
65076     Update tesh files of msg that use configuration after lastest changes to config infrastructure
65077     
65078     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6363 48e7efb5-ca39-0410-a469-dd3cf9ba447f
65079
65080 commit 86a08ab9c895a99c7efb4ee38db24c3541deb6bd
65081 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
65082 Date:   Fri Jun 26 10:33:52 2009 +0000
65083
65084     Sanitize the way surf options are declared: in surf_config not dupplicated in simix and simdag
65085     
65086     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6362 48e7efb5-ca39-0410-a469-dd3cf9ba447f
65087
65088 commit 28b96ce2e782890f1d8d9410ec192cd342f81b23
65089 Author: genaud <genaud@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
65090 Date:   Fri Jun 26 09:50:53 2009 +0000
65091
65092     added MPI_Wtime()
65093     
65094     
65095     
65096     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6361 48e7efb5-ca39-0410-a469-dd3cf9ba447f
65097
65098 commit 00ec45a4c3987767dc8848ea79ba6725f2ee0799
65099 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
65100 Date:   Thu Jun 25 13:32:25 2009 +0000
65101
65102     The examples moved, and speak of LD_LIBRARY_PATH
65103     
65104     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6360 48e7efb5-ca39-0410-a469-dd3cf9ba447f
65105
65106 commit 1876077c6ea15e723a97fecfe65ab5fc88742012
65107 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
65108 Date:   Thu Jun 25 13:32:23 2009 +0000
65109
65110     finish the first tesh file of SMPI example
65111     
65112     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6359 48e7efb5-ca39-0410-a469-dd3cf9ba447f
65113
65114 commit 8ba839ca51aca532e9a882ed1ea9497a9cb12fa2
65115 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
65116 Date:   Thu Jun 25 13:32:15 2009 +0000
65117
65118     Ignore the smpi examples from the git (sorry, too lazy to tell the same thing to svn)
65119     
65120     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6358 48e7efb5-ca39-0410-a469-dd3cf9ba447f
65121
65122 commit b59c351d2cc41b4f036493b1686aa7f3870cb7dd
65123 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
65124 Date:   Thu Jun 25 13:31:51 2009 +0000
65125
65126     Get smpirun displaying the real process rank
65127     
65128     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6357 48e7efb5-ca39-0410-a469-dd3cf9ba447f
65129
65130 commit 49ab17272e738d2b3c16a9128c09c58ff7fe1d2b
65131 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
65132 Date:   Thu Jun 25 13:31:47 2009 +0000
65133
65134     ignore new files generated from lastest libtool
65135     
65136     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6356 48e7efb5-ca39-0410-a469-dd3cf9ba447f
65137
65138 commit 9edecc62265f4511e1fb062d05c47c8021d2f3c8
65139 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
65140 Date:   Thu Jun 25 13:31:24 2009 +0000
65141
65142     Set in release mode: remove temps and less debug
65143     
65144     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6355 48e7efb5-ca39-0410-a469-dd3cf9ba447f
65145
65146 commit 025965074dbe4c1b04466cc260260470f28b7472
65147 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
65148 Date:   Thu Jun 25 13:31:20 2009 +0000
65149
65150     Compile about every existing SMPI examples (reduce don't compile)
65151     
65152     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6354 48e7efb5-ca39-0410-a469-dd3cf9ba447f
65153
65154 commit 8bf0e23b7f0a6ee8695d56fae94785f07f551fff
65155 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
65156 Date:   Thu Jun 25 11:01:32 2009 +0000
65157
65158     Improve the INSTALL file: some people just don't read the FAQ...
65159     
65160     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6353 48e7efb5-ca39-0410-a469-dd3cf9ba447f
65161
65162 commit 10a7f95aedfe591594bf993e663e28956bdbaeee
65163 Author: genaud <genaud@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
65164 Date:   Thu Jun 25 10:30:44 2009 +0000
65165
65166     more in README
65167     mapping of ranks to hosts is done
65168     i)  in order of hostfile
65169     ii) round-robin (if -np n > number of lines in hostfile)
65170     
65171     
65172     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6352 48e7efb5-ca39-0410-a469-dd3cf9ba447f
65173
65174 commit abacf1fc86b15392727e4fedb38da442167fd51d
65175 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
65176 Date:   Thu Jun 25 09:16:39 2009 +0000
65177
65178     SMPI: Use the amount of processes to malloc the process list, not the amount of hosts
65179     
65180     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6351 48e7efb5-ca39-0410-a469-dd3cf9ba447f
65181
65182 commit 1e356ccf3f40973c033d35177172838dd5b7854f
65183 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
65184 Date:   Thu Jun 25 09:02:33 2009 +0000
65185
65186     Change host data into process data; count processes instead of hosts; communicator refer to list of processes instead of list of hosts (SMPI revamping about done, yuhu)
65187     
65188     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6350 48e7efb5-ca39-0410-a469-dd3cf9ba447f
65189
65190 commit 7034cdc4561b2e48e238ca38c752b2a98917095c
65191 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
65192 Date:   Thu Jun 25 08:47:43 2009 +0000
65193
65194     Add a SIMIX_process_count() that SMPI needs
65195     
65196     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6349 48e7efb5-ca39-0410-a469-dd3cf9ba447f
65197
65198 commit 3e55187b3483204da82352c769fee9522e87eadc
65199 Author: genaud <genaud@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
65200 Date:   Wed Jun 24 21:59:23 2009 +0000
65201
65202     check that specified platform and hostfile exist.
65203     
65204     
65205     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6348 48e7efb5-ca39-0410-a469-dd3cf9ba447f
65206
65207 commit 766576b6f567b257d08ac0667a2c1f63402ef9a0
65208 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
65209 Date:   Wed Jun 24 19:55:52 2009 +0000
65210
65211     SMPI: Pass the rank from smpirun to processes through their command line in deployment file; kill unused hosts global table
65212     
65213     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6347 48e7efb5-ca39-0410-a469-dd3cf9ba447f
65214
65215 commit 443848018856ca7370bb97b8ccb9748753a3d91a
65216 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
65217 Date:   Wed Jun 24 19:55:36 2009 +0000
65218
65219     SMPI: kill dead code
65220     
65221     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6346 48e7efb5-ca39-0410-a469-dd3cf9ba447f
65222
65223 commit a2ae1feca28e9c5aec67fa2716eff576f5aad2c2
65224 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
65225 Date:   Wed Jun 24 19:55:20 2009 +0000
65226
65227     SMPI: move the last queue (received_message_queue) from global to process data
65228     
65229     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6345 48e7efb5-ca39-0410-a469-dd3cf9ba447f
65230
65231 commit ee375d6d208c052c9d9ebefec88c5fbfa32cc43a
65232 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
65233 Date:   Wed Jun 24 19:55:02 2009 +0000
65234
65235     SMPI: move pending_send_request_queue from global to host data
65236     
65237     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6344 48e7efb5-ca39-0410-a469-dd3cf9ba447f
65238
65239 commit 1c19e8ee59414e654e441b692dda9231c3c9348d
65240 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
65241 Date:   Wed Jun 24 19:54:45 2009 +0000
65242
65243     SMPI: kill some free() from the smpi_process_finalize of the last leaving process to smpi_global_destroy; kill now useless process_running variable
65244     
65245     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6343 48e7efb5-ca39-0410-a469-dd3cf9ba447f
65246
65247 commit 1372e35c79dba117ae1b592394821a3f716a3f13
65248 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
65249 Date:   Wed Jun 24 19:54:24 2009 +0000
65250
65251     SMPI: Change the way senders and receivers are stopped: main process kills its friends when leaving instead of a big armagedon at the end of simulation (one use less of the big process table)
65252     
65253     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6342 48e7efb5-ca39-0410-a469-dd3cf9ba447f
65254
65255 commit cac63707a2f233d0a979a67403336292eb2a3038
65256 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
65257 Date:   Wed Jun 24 19:54:08 2009 +0000
65258
65259     SMPI: Kill the global list of senders and receivers
65260     
65261     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6341 48e7efb5-ca39-0410-a469-dd3cf9ba447f
65262
65263 commit 16e1615dff6a9f5a19efb4861563436a638642ed
65264 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
65265 Date:   Wed Jun 24 19:53:50 2009 +0000
65266
65267     SMPI: Add a global table of processes, which one day will replace the table of hosts
65268     
65269     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6340 48e7efb5-ca39-0410-a469-dd3cf9ba447f
65270
65271 commit 9e5cdd9be620581f49dd99be6c20b76aef95769f
65272 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
65273 Date:   Wed Jun 24 19:53:32 2009 +0000
65274
65275     Move pending_recv_request_queues into host_data (ie, wanna be process_data)
65276     
65277     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6339 48e7efb5-ca39-0410-a469-dd3cf9ba447f
65278
65279 commit 5dd85c99128764c5afb400e2f7009757f82f8c2c
65280 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
65281 Date:   Tue Jun 23 19:49:54 2009 +0000
65282
65283     SMPI: get the main process launch the sender and receiver ones (will ease passing them some shared data)
65284     
65285     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6338 48e7efb5-ca39-0410-a469-dd3cf9ba447f
65286
65287 commit 4aa505c950a4c8db13c8b15f17158cdef848f0d4
65288 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
65289 Date:   Tue Jun 23 15:07:53 2009 +0000
65290
65291     cosmetics (use xbt_fifo_foreach where relevant)
65292     
65293     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6337 48e7efb5-ca39-0410-a469-dd3cf9ba447f
65294
65295 commit b9e5f3cda750dceba00cad0b026441b56c86096c
65296 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
65297 Date:   Tue Jun 23 15:07:30 2009 +0000
65298
65299     cosmetics (function renaming)
65300     
65301     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6336 48e7efb5-ca39-0410-a469-dd3cf9ba447f
65302
65303 commit 994908f535190638662797b1215506fc0664bd37
65304 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
65305 Date:   Tue Jun 23 15:07:27 2009 +0000
65306
65307     Kill another useless synchronization source: no one will interupt you in simulation
65308     
65309     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6335 48e7efb5-ca39-0410-a469-dd3cf9ba447f
65310
65311 commit b110f915460bff6576e1fc6d3a4f391992852714
65312 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
65313 Date:   Tue Jun 23 15:07:04 2009 +0000
65314
65315     SMPI: Kill a whole bunch of unneeded synchronization: processes run in exclusive manner within the simulator
65316     
65317     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6334 48e7efb5-ca39-0410-a469-dd3cf9ba447f
65318
65319 commit ae7e252da5489d93905f17545a6de8fbb7a49c96
65320 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
65321 Date:   Tue Jun 23 15:07:01 2009 +0000
65322
65323     Document Stephane's change
65324     
65325     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6333 48e7efb5-ca39-0410-a469-dd3cf9ba447f
65326
65327 commit 9f34e4c6b167e7c684ba096920e4702a8d584e3c
65328 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
65329 Date:   Tue Jun 23 15:06:38 2009 +0000
65330
65331     SMPI: Remove the initialization barrier now that it's useless
65332     
65333     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6332 48e7efb5-ca39-0410-a469-dd3cf9ba447f
65334
65335 commit ebd53cac243186b83457179668123ae1ddbd47a2
65336 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
65337 Date:   Tue Jun 23 15:06:33 2009 +0000
65338
65339     SMPI: cleanup the initialization process by moving stuff done by first process in smpi_process_init to smpi_global_init (WIP)
65340     
65341     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6331 48e7efb5-ca39-0410-a469-dd3cf9ba447f
65342
65343 commit cf0ddebf009b2bc9286e62563880c2ffdccdef67
65344 Author: genaud <genaud@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
65345 Date:   Tue Jun 23 13:24:45 2009 +0000
65346
65347     quick notes to get started compiling an smpi example.
65348     
65349     
65350     
65351     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6330 48e7efb5-ca39-0410-a469-dd3cf9ba447f
65352
65353 commit 7ed181c23cb36f8fff699f9cffefce42247a40b3
65354 Author: genaud <genaud@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
65355 Date:   Tue Jun 23 13:21:32 2009 +0000
65356
65357     extended smpirun accepting -platform and -hostfile
65358     
65359     
65360     
65361     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6329 48e7efb5-ca39-0410-a469-dd3cf9ba447f
65362
65363 commit e839b5745fba725c23b67f9ae704d9ebd849c8be
65364 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
65365 Date:   Tue Jun 23 11:40:01 2009 +0000
65366
65367     Automatically set the execution bit to the smpi scripts
65368     
65369     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6328 48e7efb5-ca39-0410-a469-dd3cf9ba447f
65370
65371 commit bc4fe7ca3d96172ccf4634e917c2e111743fec12
65372 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
65373 Date:   Tue Jun 23 11:39:58 2009 +0000
65374
65375     Bug fix: add the compiler name to the command line
65376     
65377     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6327 48e7efb5-ca39-0410-a469-dd3cf9ba447f
65378
65379 commit f4b0dd9b7a3d3d1c2002bda16c76d5c081e884db
65380 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
65381 Date:   Fri Jun 19 12:26:26 2009 +0000
65382
65383     Use parse values as double instead of casting them to int
65384     
65385     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6326 48e7efb5-ca39-0410-a469-dd3cf9ba447f
65386
65387 commit 47f39b9e8bd38798c5e3aefda944d57a95466a09
65388 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
65389 Date:   Wed Jun 10 15:00:24 2009 +0000
65390
65391     A word about LD_LIBRARY_PATH in the first lesson of the GRAS tutorial
65392     
65393     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6325 48e7efb5-ca39-0410-a469-dd3cf9ba447f
65394
65395 commit 69f899b00300289d8572bcd98391ab6aa79a88b1
65396 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
65397 Date:   Mon Jun 8 22:14:53 2009 +0000
65398
65399     Document a change that slept from a private branch to the public trunk during the reindentation war (sorry, seem to be the only one; glad it was working)
65400     
65401     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6324 48e7efb5-ca39-0410-a469-dd3cf9ba447f
65402
65403 commit 1ec0b1137bbe4e67bd4b341e54d5a70ecff9c681
65404 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
65405 Date:   Mon Jun 8 21:58:31 2009 +0000
65406
65407     I'm a jerk, I do cleanups on useless stuff written by others.
65408     
65409     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6323 48e7efb5-ca39-0410-a469-dd3cf9ba447f
65410
65411 commit a6c80742a35d2e66884ca990260531aecd77578c
65412 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
65413 Date:   Mon Jun 8 21:41:17 2009 +0000
65414
65415     some more comments, and minor cleanups
65416     
65417     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6322 48e7efb5-ca39-0410-a469-dd3cf9ba447f
65418
65419 commit 4b8359bcfd63fbb711a8e7c7af47db9aa3fbccde
65420 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
65421 Date:   Mon Jun 8 14:51:31 2009 +0000
65422
65423     Document my last commits.
65424     
65425     
65426     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6321 48e7efb5-ca39-0410-a469-dd3cf9ba447f
65427
65428 commit 35dc3bbb09335c7ae2623cc352c5efecb9cc881a
65429 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
65430 Date:   Mon Jun 8 14:16:59 2009 +0000
65431
65432     Make a much cleaner (and correct) use of refcount introduced by Henri. Now failures should be handled correctly.
65433     
65434     
65435     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6320 48e7efb5-ca39-0410-a469-dd3cf9ba447f
65436
65437 commit 2643bb7bdcf3eb79c4a0ba6c38435096411e85ff
65438 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
65439 Date:   Mon Jun 8 14:16:33 2009 +0000
65440
65441     Cleaner use of the refcount introduced by Henri.
65442     
65443     
65444     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6319 48e7efb5-ca39-0410-a469-dd3cf9ba447f
65445
65446 commit a354216d8aa93606c10fb80d715a92b494a36b06
65447 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
65448 Date:   Mon Jun 8 14:16:28 2009 +0000
65449
65450     Handle host failures in communications. (bug raised by Alan Malta)
65451     
65452     
65453     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6318 48e7efb5-ca39-0410-a469-dd3cf9ba447f
65454
65455 commit dfd2d504ff4c0c01f9a9e548cd616d1befbf465a
65456 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
65457 Date:   Mon Jun 8 14:16:24 2009 +0000
65458
65459     Add debug
65460     
65461     
65462     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6317 48e7efb5-ca39-0410-a469-dd3cf9ba447f
65463
65464 commit 583ddf643256feb7299e686bd8f30f46ab6de0fa
65465 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
65466 Date:   Sat Jun 6 13:45:06 2009 +0000
65467
65468     Fix tesh file. Surprisingly, according to git, it was already wrong when first commited a few months ago (unlesss I do not run with the right gtnets version....).
65469     
65470     
65471     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6316 48e7efb5-ca39-0410-a469-dd3cf9ba447f
65472
65473 commit 1d8b9a9e8d2e9c221040851dd305b77d9d9332f3
65474 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
65475 Date:   Sat Jun 6 13:44:41 2009 +0000
65476
65477     Keep tesh files uptodate with some recent reindentation.
65478     
65479     
65480     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6315 48e7efb5-ca39-0410-a469-dd3cf9ba447f
65481
65482 commit f398c8b20c1e1df37c49bcbbfd222dab952846c8
65483 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
65484 Date:   Sat Jun 6 13:44:36 2009 +0000
65485
65486     Update test file now that state traces are better managed.
65487     
65488     
65489     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6314 48e7efb5-ca39-0410-a469-dd3cf9ba447f
65490
65491 commit 09ced2bb0f994a2794e379b7ab0830921ae867e1
65492 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
65493 Date:   Sat Jun 6 13:44:10 2009 +0000
65494
65495     Take into account that some process may actually not be launched because the host on which they were supposed to run was turned off.
65496     
65497     
65498     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6313 48e7efb5-ca39-0410-a469-dd3cf9ba447f
65499
65500 commit 3290913dede085dd2e29b466a1e0d132d4eb2942
65501 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
65502 Date:   Sat Jun 6 13:44:06 2009 +0000
65503
65504     Check that a host is available before launching a process.
65505     
65506     
65507     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6312 48e7efb5-ca39-0410-a469-dd3cf9ba447f
65508
65509 commit c94b4ff91c7be1736cf07e9db73f992335bdbef3
65510 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
65511 Date:   Sat Jun 6 13:43:56 2009 +0000
65512
65513     Give deployment functions the opportunity to know that some host have failed before launching the process.
65514     
65515     
65516     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6311 48e7efb5-ca39-0410-a469-dd3cf9ba447f
65517
65518 commit e9d070ff4b259516963e10fde45bac591336f154
65519 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
65520 Date:   Thu May 28 13:41:46 2009 +0000
65521
65522     merge with git master
65523     
65524     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6310 48e7efb5-ca39-0410-a469-dd3cf9ba447f
65525
65526 commit dff9e15c44ab6340d27215957c56fa72fad246a2
65527 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
65528 Date:   Tue May 26 15:29:22 2009 +0000
65529
65530     Reindent everything (possibly breaking all branches, but for the last time)
65531     
65532     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6309 48e7efb5-ca39-0410-a469-dd3cf9ba447f
65533
65534 commit 95d328f9ca4dd6ccd2065c6c84aca83d43001804
65535 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
65536 Date:   Tue May 26 15:08:51 2009 +0000
65537
65538     Add a indent rule to format the code in an uniform way, avoiding breaking the branches for nothing
65539     
65540     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6308 48e7efb5-ca39-0410-a469-dd3cf9ba447f
65541
65542 commit 7d21ff085ab97827a9a1b352bdf697009aff2662
65543 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
65544 Date:   Tue May 26 15:08:48 2009 +0000
65545
65546     typo (again)
65547     
65548     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6307 48e7efb5-ca39-0410-a469-dd3cf9ba447f
65549
65550 commit c01bbf930f6f8a0d0b2730cb6effba0023a7ec69
65551 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
65552 Date:   Tue May 26 12:57:29 2009 +0000
65553
65554     Do allow malloc(0) again, since it breaks user code on non-broken platforms
65555     
65556     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6306 48e7efb5-ca39-0410-a469-dd3cf9ba447f
65557
65558 commit 3af0c3d5c149a0cec8bbf015336fe7ebf57e8a12
65559 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
65560 Date:   Tue May 26 12:57:26 2009 +0000
65561
65562     typo
65563     
65564     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6305 48e7efb5-ca39-0410-a469-dd3cf9ba447f
65565
65566 commit bc1a66b66da508f9c386cabe86129ad1162d84d1
65567 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
65568 Date:   Tue May 26 12:57:20 2009 +0000
65569
65570     more debugging
65571     
65572     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6304 48e7efb5-ca39-0410-a469-dd3cf9ba447f
65573
65574 commit 4f511fe604654fdbf0eded5949a3a25d5ad4bcac
65575 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
65576 Date:   Tue May 19 12:08:58 2009 +0000
65577
65578     change the example with failure to see the bug
65579     
65580     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6302 48e7efb5-ca39-0410-a469-dd3cf9ba447f
65581
65582 commit f49f36235140dd615cde7be572de6fb50721557e
65583 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
65584 Date:   Tue May 19 12:08:53 2009 +0000
65585
65586     Display the status of simulated processes when receiving SIGINT
65587     
65588     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6301 48e7efb5-ca39-0410-a469-dd3cf9ba447f
65589
65590 commit 2e43b2f67e50679deaceaa445c1ad48ecacd2f47
65591 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
65592 Date:   Tue May 19 12:08:48 2009 +0000
65593
65594     Display the status of simulated processes when receiving SIGINT in simulation mode
65595     
65596     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6300 48e7efb5-ca39-0410-a469-dd3cf9ba447f
65597
65598 commit 94e3cabad3dacc83032a464aef95af84cf4f01e3
65599 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
65600 Date:   Tue May 19 11:29:33 2009 +0000
65601
65602     Document Arnaud's last change
65603     
65604     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6299 48e7efb5-ca39-0410-a469-dd3cf9ba447f
65605
65606 commit 9f6708578561b837577fea42201188b692460358
65607 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
65608 Date:   Tue May 19 11:29:27 2009 +0000
65609
65610     Test for doxygen even out of maintainer mode + get -lsocket on solaris
65611     
65612     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6298 48e7efb5-ca39-0410-a469-dd3cf9ba447f
65613
65614 commit c84bca1b1ad12b442a1ceb7f2eb8fb2af71ac843
65615 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
65616 Date:   Tue May 19 09:01:31 2009 +0000
65617
65618     doc fix
65619     
65620     
65621     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6297 48e7efb5-ca39-0410-a469-dd3cf9ba447f
65622
65623 commit 556f218da6fb17d90c2242eaa0f3aaaa09b3eaf5
65624 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
65625 Date:   Tue May 19 09:01:06 2009 +0000
65626
65627     sed resource/model as it is now how things are named in surf...
65628     
65629     
65630     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6296 48e7efb5-ca39-0410-a469-dd3cf9ba447f
65631
65632 commit 76a93840692d8668298e016732d899d26a6b5b12
65633 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
65634 Date:   Tue May 19 09:01:01 2009 +0000
65635
65636     Bug fix in MSG raised by Matthieu and Henri!
65637     
65638     The suspend/resume could not work properly anymore due to the fact
65639     that there was no while around the cond_wait... >:(
65640     
65641     
65642     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6295 48e7efb5-ca39-0410-a469-dd3cf9ba447f
65643
65644 commit 305fbc7b720f845588b22de910245576971a5f97
65645 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
65646 Date:   Mon May 18 13:37:45 2009 +0000
65647
65648     Do not require doxygen in maintainer mode
65649     
65650     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6292 48e7efb5-ca39-0410-a469-dd3cf9ba447f
65651
65652 commit bf7cb0c9cc92ef5030c3836d4109350df149381d
65653 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
65654 Date:   Mon May 18 13:23:29 2009 +0000
65655
65656     Regenerate the datasets on AIX
65657     
65658     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6291 48e7efb5-ca39-0410-a469-dd3cf9ba447f
65659
65660 commit 827122d635564b67542189fd3e013307458b3550
65661 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
65662 Date:   Mon May 18 13:06:17 2009 +0000
65663
65664     Do not allow malloc(0) since that's not portable
65665     
65666     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6290 48e7efb5-ca39-0410-a469-dd3cf9ba447f
65667
65668 commit 81bbfd30049b0cb2aecc612e7e825b05407b1318
65669 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
65670 Date:   Mon May 18 12:35:40 2009 +0000
65671
65672     update the datadesc test on 64bit
65673     
65674     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6289 48e7efb5-ca39-0410-a469-dd3cf9ba447f
65675
65676 commit 1b999f4d2d76ade77e528fbacaaa1ee78606fb2a
65677 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
65678 Date:   Mon May 18 08:49:48 2009 +0000
65679
65680     regenerate test data for 64 bits
65681     
65682     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6288 48e7efb5-ca39-0410-a469-dd3cf9ba447f
65683
65684 commit f2442b3b9a0742e33338ca189a6f662639548aa2
65685 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
65686 Date:   Mon May 18 08:32:55 2009 +0000
65687
65688     Be more verbose when propagating local exceptions
65689     
65690     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6287 48e7efb5-ca39-0410-a469-dd3cf9ba447f
65691
65692 commit e62bba7ea511413feb10d9de5c306061a8560c54
65693 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
65694 Date:   Mon May 18 08:32:48 2009 +0000
65695
65696     Add regression tests for the lastly fixed bugs in GRAS dadadesc
65697     
65698     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6286 48e7efb5-ca39-0410-a469-dd3cf9ba447f
65699
65700 commit 4c41f70e179eb2934ada8edadf7efedf2290693a
65701 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
65702 Date:   Mon May 18 08:32:41 2009 +0000
65703
65704     Allow the exchange of 0-long dynamic vectors
65705     
65706     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6285 48e7efb5-ca39-0410-a469-dd3cf9ba447f
65707
65708 commit bf3214f060ff7f2548d7f0fa2569f03fe3e58441
65709 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
65710 Date:   Mon May 18 08:32:35 2009 +0000
65711
65712     Less debugging info
65713     
65714     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6284 48e7efb5-ca39-0410-a469-dd3cf9ba447f
65715
65716 commit 8a98063fe12e80a332a2f48d4b060815b7ae1efc
65717 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
65718 Date:   Mon May 18 08:32:29 2009 +0000
65719
65720     Reindent some code, no real change (should do it for all my code once for good)
65721     
65722     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6283 48e7efb5-ca39-0410-a469-dd3cf9ba447f
65723
65724 commit 74abcc1b52b7e7ec117d2472988bedfe2f40f5a2
65725 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
65726 Date:   Mon May 18 08:32:22 2009 +0000
65727
65728     free the exception we display + suporious update of the output
65729     
65730     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6282 48e7efb5-ca39-0410-a469-dd3cf9ba447f
65731
65732 commit 8909959e635151c5165cbab10cfb456275729c55
65733 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
65734 Date:   Mon May 18 08:32:17 2009 +0000
65735
65736     xbt_ex_display(): do not free the exception after displaying
65737     This allows to do more with the given exception afterward.
65738     Users should call xbt_ex_free() themselves.
65739     
65740     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6281 48e7efb5-ca39-0410-a469-dd3cf9ba447f
65741
65742 commit bbd2a310bfd89f45f5310afd33d2fedf23a3ab09
65743 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
65744 Date:   Mon May 18 08:32:10 2009 +0000
65745
65746     Reindent, no real change
65747     
65748     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6280 48e7efb5-ca39-0410-a469-dd3cf9ba447f
65749
65750 commit bc6d7585229ccb9b293a722a3fa9691f3ce16360
65751 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
65752 Date:   Mon May 11 22:37:59 2009 +0000
65753
65754     Fix a bug in task exchange which broke MSG_task_get_sender()
65755     
65756     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6277 48e7efb5-ca39-0410-a469-dd3cf9ba447f
65757
65758 commit 3de9011daef4eefba46c2f5d1dd95e676848d9b4
65759 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
65760 Date:   Mon May 11 22:37:40 2009 +0000
65761
65762     more informative debug messages
65763     
65764     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6276 48e7efb5-ca39-0410-a469-dd3cf9ba447f
65765
65766 commit d443c53694a5b52c9e75352f82bfef50735e939e
65767 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
65768 Date:   Thu May 7 12:16:23 2009 +0000
65769
65770     Add an example of process migration in examples/msg/migration
65771     
65772     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6275 48e7efb5-ca39-0410-a469-dd3cf9ba447f
65773
65774 commit 2cccec628ccfbafebaca6ef3498361e892d740ea
65775 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
65776 Date:   Thu May 7 12:16:00 2009 +0000
65777
65778     Document last changes
65779     
65780     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6274 48e7efb5-ca39-0410-a469-dd3cf9ba447f
65781
65782 commit b457146b794822a3d9368b84db16da1d945f3959
65783 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
65784 Date:   Thu May 7 12:15:58 2009 +0000
65785
65786     Plug a bunch of memleaks
65787     
65788     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6273 48e7efb5-ca39-0410-a469-dd3cf9ba447f
65789
65790 commit 0a1c995ee798730127d6aed9968a244625e40286
65791 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
65792 Date:   Tue May 5 16:12:23 2009 +0000
65793
65794     ooops, typo
65795     
65796     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6272 48e7efb5-ca39-0410-a469-dd3cf9ba447f
65797
65798 commit 42528e51b9fadb0cae3b553cf6177334decfbb0e
65799 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
65800 Date:   Tue May 5 16:10:10 2009 +0000
65801
65802     draft implementation of the 4 basic actions
65803     
65804     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6271 48e7efb5-ca39-0410-a469-dd3cf9ba447f
65805
65806 commit 5f7e9bf9cd6ea2c2cfb9246613c03d667d66fd79
65807 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
65808 Date:   Tue May 5 15:59:49 2009 +0000
65809
65810     first draft of the action runner
65811     
65812     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6270 48e7efb5-ca39-0410-a469-dd3cf9ba447f
65813
65814 commit 0bd7637562bdc1cae73d541e38363597345033dd
65815 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
65816 Date:   Tue Apr 28 10:15:32 2009 +0000
65817
65818     Initiate the 3.4 development cycle
65819     
65820     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6267 48e7efb5-ca39-0410-a469-dd3cf9ba447f
65821
65822 commit 9452e3db4f35f9d2b1fa15d751b704dc16b38297
65823 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
65824 Date:   Tue Apr 28 10:10:55 2009 +0000
65825
65826     Use the aligned size for structures instead of raw size, so that GRAS can exchange arrays of heterogeneous structures
65827     
65828     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6266 48e7efb5-ca39-0410-a469-dd3cf9ba447f
65829
65830 commit 497ca90b3b59c967c4e6862500c3b45ddc8638f4
65831 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
65832 Date:   Tue Apr 28 10:10:53 2009 +0000
65833
65834     Some more debug
65835     
65836     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6265 48e7efb5-ca39-0410-a469-dd3cf9ba447f
65837
65838 commit 7d0b98a448300cc4579c97b77c534f10e3ea7ff8
65839 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
65840 Date:   Tue Apr 28 10:10:30 2009 +0000
65841
65842     More explicit error reporting around the trace connection mechanism (yeah, just cosmetics)
65843     
65844     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6264 48e7efb5-ca39-0410-a469-dd3cf9ba447f
65845
65846 commit 035c13f70e88dc4b3a24599a726ba270ab748000
65847 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
65848 Date:   Tue Apr 28 10:10:28 2009 +0000
65849
65850     little improvement to the documentation
65851     
65852     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6263 48e7efb5-ca39-0410-a469-dd3cf9ba447f
65853
65854 commit 0b2482fb84dd0615cd537f7c5bb8cb2dc4b0110c
65855 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
65856 Date:   Tue Apr 28 10:10:05 2009 +0000
65857
65858     Add SIMIX_process_set_name()
65859     
65860     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6262 48e7efb5-ca39-0410-a469-dd3cf9ba447f
65861
65862 commit 18310bec7dad709ad3013db1241ff5878112d5c0
65863 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
65864 Date:   Tue Apr 28 10:10:03 2009 +0000
65865
65866     Change form of error message so that when host name is empty, you get it right at first glance without thinking that the error message forgot to tell you what the borken name was
65867     
65868     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6261 48e7efb5-ca39-0410-a469-dd3cf9ba447f
65869
65870 commit 38dc95e665a36ccb31096cbdf46e027fb9dbab1a
65871 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
65872 Date:   Tue Apr 28 10:09:40 2009 +0000
65873
65874     Also include strbuff from xbt.h
65875     
65876     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6260 48e7efb5-ca39-0410-a469-dd3cf9ba447f
65877
65878 commit f6f13fc1957ac0725ca23ede343034b1d28b906c
65879 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
65880 Date:   Tue Apr 28 10:09:38 2009 +0000
65881
65882     RELEASING VERSION 3.3
65883     
65884     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6259 48e7efb5-ca39-0410-a469-dd3cf9ba447f
65885
65886 commit a047de5c152b0d2ecf8f85c8be79581aa0c93464
65887 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
65888 Date:   Sun Apr 12 02:27:20 2009 +0000
65889
65890     plug some memleaks
65891     
65892     
65893     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6245 48e7efb5-ca39-0410-a469-dd3cf9ba447f
65894
65895 commit 8de24107a803207f718cc370084f4ec3a8cf063a
65896 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
65897 Date:   Sun Apr 12 02:27:15 2009 +0000
65898
65899     cosmetics
65900     
65901     
65902     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6244 48e7efb5-ca39-0410-a469-dd3cf9ba447f
65903
65904 commit 4d45e0b887f091e6231a40af422a5e5bb49d7e13
65905 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
65906 Date:   Sun Apr 12 01:33:43 2009 +0000
65907
65908     do not brutally kill the listener but ask him politely to die (extending the awaking mecanism). If not, it fails to release the locks it holds on darwin
65909     
65910     
65911     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6243 48e7efb5-ca39-0410-a469-dd3cf9ba447f
65912
65913 commit 2940fe68f1f180b7d8cca1e80120f0d86c480878
65914 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
65915 Date:   Sun Apr 12 01:04:45 2009 +0000
65916
65917     do not close sockets from main thread, but from listener (queue added for that) because the listener is selecting on that sock, and it makes darwin angry to close selected sockets
65918     
65919     
65920     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6242 48e7efb5-ca39-0410-a469-dd3cf9ba447f
65921
65922 commit a394dea56ed45a707acff2552343114a4d5a95fb
65923 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
65924 Date:   Sun Apr 12 01:04:40 2009 +0000
65925
65926     reduce the verbosity of *all* setsockopt failures to set buffer sizes to keep darwin's mouth shut
65927     
65928     
65929     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6241 48e7efb5-ca39-0410-a469-dd3cf9ba447f
65930
65931 commit 4d8f222f6cc8803dba8e85b41981165fc860e8d5
65932 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
65933 Date:   Sat Apr 11 23:41:02 2009 +0000
65934
65935     Also add config.log to checkall.log to get configure option used for the test, at least
65936     
65937     
65938     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6240 48e7efb5-ca39-0410-a469-dd3cf9ba447f
65939
65940 commit 2fafda3fd8795da9c9d87080ae0c0ceea7a7cd0d
65941 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
65942 Date:   Sat Apr 11 23:28:40 2009 +0000
65943
65944     add the svn version to the checkall log. I'm getting lost out there
65945     
65946     
65947     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6239 48e7efb5-ca39-0410-a469-dd3cf9ba447f
65948
65949 commit 6c937e110a85764e1c5104626a18a8d626e1f266
65950 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
65951 Date:   Sat Apr 11 23:19:46 2009 +0000
65952
65953     Erm. We moved from CVS to SVN a looooong while ago
65954     
65955     
65956     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6238 48e7efb5-ca39-0410-a469-dd3cf9ba447f
65957
65958 commit 2ed1a13d387d4d5396e45747b51eed855a05f9c3
65959 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
65960 Date:   Sat Apr 11 23:12:30 2009 +0000
65961
65962     lower the gravity of the message indicating that setsockopt failed to set the buffer sizes. It do fail on darwin, but I doubt nowadays that this setting does any good. OSes know better than me what the good buffer size should be. Maybe we should kill that completely
65963     
65964     
65965     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6237 48e7efb5-ca39-0410-a469-dd3cf9ba447f
65966
65967 commit 6a346cc72dfaebfb747f929747840877636982d6
65968 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
65969 Date:   Sat Apr 11 23:12:05 2009 +0000
65970
65971     do not use -ffast-math, it sometimes breaks lagrangian computations on 64bits
65972     
65973     
65974     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6236 48e7efb5-ca39-0410-a469-dd3cf9ba447f
65975
65976 commit b6b60f884ece8c483fd03d33ebe1de5bda0b32b0
65977 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
65978 Date:   Sat Apr 11 23:12:01 2009 +0000
65979
65980     fixup the timings after the lastest updates
65981     
65982     
65983     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6235 48e7efb5-ca39-0410-a469-dd3cf9ba447f
65984
65985 commit 410bd96d9c3c8c33f6e7ea94afc45bde1e32dc4c
65986 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
65987 Date:   Sat Apr 11 17:08:20 2009 +0000
65988
65989     typo--
65990     
65991     
65992     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6234 48e7efb5-ca39-0410-a469-dd3cf9ba447f
65993
65994 commit f4c515a7b473a123f6bb722fdb588b04c807d126
65995 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
65996 Date:   Sat Apr 11 16:40:54 2009 +0000
65997
65998     tiny documentation improvement
65999     
66000     
66001     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6233 48e7efb5-ca39-0410-a469-dd3cf9ba447f
66002
66003 commit c7358e35e925da1fec8c3e36055e423c084fecea
66004 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
66005 Date:   Sat Apr 11 16:40:49 2009 +0000
66006
66007     Also include the str.h header from main xbt.h
66008     
66009     
66010     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6232 48e7efb5-ca39-0410-a469-dd3cf9ba447f
66011
66012 commit 4af42d3c081d374f5c2d7a526eb64c23291f5280
66013 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
66014 Date:   Sat Apr 11 16:40:44 2009 +0000
66015
66016     allow to define a default value to registered functions. This allows to use generic functions deciding what to do from the name used, and thus deal with unknown function names in deployment files
66017     
66018     
66019     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6231 48e7efb5-ca39-0410-a469-dd3cf9ba447f
66020
66021 commit cd357c1bf03d41e9dde1b471e51dbb427258be50
66022 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
66023 Date:   Sat Apr 11 16:40:39 2009 +0000
66024
66025     fix previous commit on gras_userdata_new() by using the result of gras_userdata_set() instead of calling gras_userdata_get right after
66026     
66027     
66028     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6230 48e7efb5-ca39-0410-a469-dd3cf9ba447f
66029
66030 commit f45bc68e17a95c4277dbe63aaef98dda61536153
66031 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
66032 Date:   Sat Apr 11 16:40:13 2009 +0000
66033
66034     make sure that the gras_userdata_new() macro returns what just got malloced
66035     
66036     
66037     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6229 48e7efb5-ca39-0410-a469-dd3cf9ba447f
66038
66039 commit 6e424d503426c74a02aeb94c78d1a905c59d6a56
66040 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
66041 Date:   Sat Apr 11 16:40:08 2009 +0000
66042
66043     a new disabiguisation on the GRAS communication model
66044     
66045     
66046     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6228 48e7efb5-ca39-0410-a469-dd3cf9ba447f
66047
66048 commit c226af4f5e4ed82d142b9065446658bde792072b
66049 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
66050 Date:   Sat Apr 11 16:40:02 2009 +0000
66051
66052     gras_userdata_new expects the pointed type, not the pointer type. Fix tutorial, and add a bunch of warnings in the doc
66053     
66054     
66055     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6227 48e7efb5-ca39-0410-a469-dd3cf9ba447f
66056
66057 commit dce08fe1e16cc851ad994b925d5d36a863648c8f
66058 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
66059 Date:   Sat Apr 11 16:39:37 2009 +0000
66060
66061     Add a link from the documentation down to the relevant tutorial section
66062     
66063     
66064     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6226 48e7efb5-ca39-0410-a469-dd3cf9ba447f
66065
66066 commit d5ce32c77a45a248a07572b700c4c44ff518aa71
66067 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
66068 Date:   Sat Apr 11 16:39:32 2009 +0000
66069
66070     ignore generated files from our tutorial file generation dept
66071     
66072     
66073     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6225 48e7efb5-ca39-0410-a469-dd3cf9ba447f
66074
66075 commit 231662d24e63cfb172fdfe6fd613fe02f257171c
66076 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
66077 Date:   Sat Apr 11 16:39:27 2009 +0000
66078
66079     Regenerate the output captures of the gras tutorial after the numerous timing changes we had in the kernel
66080     
66081     
66082     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6224 48e7efb5-ca39-0410-a469-dd3cf9ba447f
66083
66084 commit a8c9250251a5d052ddb1474cb7d3daecd48c74c4
66085 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
66086 Date:   Wed Apr 8 10:32:08 2009 +0000
66087
66088     tiny improvement of the gras_comm figure
66089     
66090     
66091     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6223 48e7efb5-ca39-0410-a469-dd3cf9ba447f
66092
66093 commit d1509b09a63d6ffd5cdea5fca010f27c7800062b
66094 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
66095 Date:   Wed Apr 8 10:22:13 2009 +0000
66096
66097     Put associate the INRIA keyword to contributers where needed
66098     
66099     
66100     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6222 48e7efb5-ca39-0410-a469-dd3cf9ba447f
66101
66102 commit c25fbc46b79d4193b64389ddd999b993450a95c4
66103 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
66104 Date:   Wed Apr 8 10:22:10 2009 +0000
66105
66106     Add some more explaination about the network model used in GRAS, featuring a 'neat' figure
66107     
66108     
66109     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6221 48e7efb5-ca39-0410-a469-dd3cf9ba447f
66110
66111 commit d2676083dbe3e92cf5fc40d222b690caa5dbd655
66112 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
66113 Date:   Wed Apr 8 10:22:07 2009 +0000
66114
66115     Little reword in the introduction (switch to current slide location), new section on dev snapshots found on my web page
66116     
66117     
66118     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6220 48e7efb5-ca39-0410-a469-dd3cf9ba447f
66119
66120 commit 79182726ad6be5dcf0abda4b94c917390a811c92
66121 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
66122 Date:   Mon Apr 6 08:45:19 2009 +0000
66123
66124     also ignore java cruft in git
66125     
66126     
66127     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6193 48e7efb5-ca39-0410-a469-dd3cf9ba447f
66128
66129 commit 74fcfbecc1dc3a12838aa3128c00c8e52e6dcef1
66130 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
66131 Date:   Mon Apr 6 08:45:12 2009 +0000
66132
66133     Also work with older test binary which don't understand the -a flag
66134     
66135     
66136     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6192 48e7efb5-ca39-0410-a469-dd3cf9ba447f
66137
66138 commit 9a125726833524c513b2cc1ecb76c4e59f0fbf43
66139 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
66140 Date:   Mon Apr 6 08:45:05 2009 +0000
66141
66142     Allow autoconf stuf to be run from another directory
66143     
66144     
66145     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6191 48e7efb5-ca39-0410-a469-dd3cf9ba447f
66146
66147 commit 7cb91d8204f4b92e8f0c91e0530b3b0610a3dfad
66148 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
66149 Date:   Mon Apr 6 08:44:57 2009 +0000
66150
66151     -Wall by default
66152     
66153     
66154     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6190 48e7efb5-ca39-0410-a469-dd3cf9ba447f
66155
66156 commit 5da58b425b5be8faa4c1b703815c9f3597924c81
66157 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
66158 Date:   Mon Apr 6 08:44:47 2009 +0000
66159
66160     Give tesh the ability to get the CWD to use from the --cd command line argument
66161     
66162     
66163     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6189 48e7efb5-ca39-0410-a469-dd3cf9ba447f
66164
66165 commit b338fa4c1304fe37c527c259549a8b57be361ba1
66166 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
66167 Date:   Fri Mar 27 13:22:57 2009 +0000
66168
66169     Cope with model best gtnets fit, that is latency_factor = 10.4, bandwidth_factor = 0.92 and weight_S_parameter = 8775.
66170     
66171     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6187 48e7efb5-ca39-0410-a469-dd3cf9ba447f
66172
66173 commit 96963b5500f87e9f39580ddd6b5ef0c9775e5a35
66174 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
66175 Date:   Fri Mar 27 13:22:55 2009 +0000
66176
66177     Cope with model best gtnets fit, that is latency_factor = 10.4, bandwidth_factor = 0.92 and weight_S_parameter = 8775.
66178     
66179     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6186 48e7efb5-ca39-0410-a469-dd3cf9ba447f
66180
66181 commit ad36d38be49ef4a5f7ea0dfe1828a011938047aa
66182 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
66183 Date:   Fri Mar 27 13:22:53 2009 +0000
66184
66185     Cople with new gtnets.c and deployment files.
66186     
66187     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6185 48e7efb5-ca39-0410-a469-dd3cf9ba447f
66188
66189 commit 42f6c1b445937ea7d6147db394a3d74723b4017e
66190 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
66191 Date:   Fri Mar 27 13:22:51 2009 +0000
66192
66193     Reduced message size in dogbone topollogy to speed check.
66194     
66195     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6184 48e7efb5-ca39-0410-a469-dd3cf9ba447f
66196
66197 commit 9a0bc018a4d6ac208fd26125ceb2d968b60b8346
66198 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
66199 Date:   Fri Mar 27 13:22:49 2009 +0000
66200
66201     Added a parameter for each process, given flow id, cople with gtnets.c .
66202     
66203     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6183 48e7efb5-ca39-0410-a469-dd3cf9ba447f
66204
66205 commit 8a7b03a57f3ed610a5fead560fc4fe915eeb9a42
66206 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
66207 Date:   Thu Mar 26 15:32:15 2009 +0000
66208
66209     also awake the listener after opening a file socket
66210     
66211     
66212     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6174 48e7efb5-ca39-0410-a469-dd3cf9ba447f
66213
66214 commit 012eb9abdcc52396dd00442c5f52bcbbd6d923e5
66215 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
66216 Date:   Thu Mar 26 13:37:06 2009 +0000
66217
66218     Revalidate some forgotten 32bit outputs after gras listener improvement
66219     
66220     
66221     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6173 48e7efb5-ca39-0410-a469-dd3cf9ba447f
66222
66223 commit b0e970d2b1c9049f80db76445c4f24e8a266c3cb
66224 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
66225 Date:   Thu Mar 26 13:37:04 2009 +0000
66226
66227     Deal with negative indices the same way than too big indices
66228     
66229     
66230     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6172 48e7efb5-ca39-0410-a469-dd3cf9ba447f
66231
66232 commit d15ba525d67b4ee1ae82e1ca1d71cc859e43998c
66233 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
66234 Date:   Thu Mar 26 13:37:02 2009 +0000
66235
66236     revalidate the 64bits test outputs after the listener modification
66237     
66238     
66239     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6171 48e7efb5-ca39-0410-a469-dd3cf9ba447f
66240
66241 commit 6e165962be0f3ed97fedd94c8de3ebab8912284a
66242 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
66243 Date:   Thu Mar 26 08:08:31 2009 +0000
66244
66245     dynars: use inline functions instead of macros + release the lock on bound error
66246     
66247     
66248     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6170 48e7efb5-ca39-0410-a469-dd3cf9ba447f
66249
66250 commit ce144807a23bb9ada2fdec253a746ac17bb55455
66251 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
66252 Date:   Mon Mar 16 11:34:55 2009 +0000
66253
66254     Removing these trailing spaces seems to help doxygen. I can't believe it! And it took me a while before figuring out where the problem came from.
66255     
66256     
66257     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6156 48e7efb5-ca39-0410-a469-dd3cf9ba447f
66258
66259 commit 9e512224cc47597902235aa532033bfbb88b7ec8
66260 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
66261 Date:   Mon Mar 16 11:34:30 2009 +0000
66262
66263     Add publication (Thanks Derrick!) and fix count in the table.
66264     
66265     
66266     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6155 48e7efb5-ca39-0410-a469-dd3cf9ba447f
66267
66268 commit 9aa10aed0a0aaddb7002ba375d1ca420fe7be316
66269 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
66270 Date:   Tue Mar 10 15:02:39 2009 +0000
66271
66272     ignore more ignorable
66273     
66274     
66275     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6154 48e7efb5-ca39-0410-a469-dd3cf9ba447f
66276
66277 commit 40c6e7f1ddb09eda0f8dcdf990c5f7b42ef7f15b
66278 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
66279 Date:   Tue Mar 10 15:02:37 2009 +0000
66280
66281     kill generated files out of the svn, damnit
66282     
66283     
66284     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6153 48e7efb5-ca39-0410-a469-dd3cf9ba447f
66285
66286 commit c30236b12db6409bae3a4e86b01eca20f36a6f21
66287 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
66288 Date:   Tue Mar 10 15:02:36 2009 +0000
66289
66290     Revalidate the outputs I can test on my machine (build daemons are currently dead)
66291     
66292     
66293     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6152 48e7efb5-ca39-0410-a469-dd3cf9ba447f
66294
66295 commit d177472fea36c2a8f780637477591025663d30a4
66296 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
66297 Date:   Tue Mar 10 15:02:34 2009 +0000
66298
66299     Gras listener thread of each process do select(-1) instead of while(1) {select(0.5)}
66300     So, it won't get active before a message actually arrived.
66301     
66302     The previous design was because when the main thread opens a server
66303     socket, it has to be added to the set of sockets select()ed by the
66304     listener. My solution is to add a new socket between main and listener
66305     threads. Each time the main opens a socket, it writes something on
66306     this socket, unlocking the listener. Who detects the fact that it's
66307     not a real message to handle, and get back to select(-1)
66308     (automagically adding the new socket to the set).
66309     
66310     
66311     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6151 48e7efb5-ca39-0410-a469-dd3cf9ba447f
66312
66313 commit e88c2c923c467dbe27ae7fb7e04cc88a848d2e31
66314 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
66315 Date:   Tue Mar 10 15:02:32 2009 +0000
66316
66317     be more explicit when we die because we got an unknown message type (plus eclipse reindenting, sorry)
66318     
66319     
66320     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6150 48e7efb5-ca39-0410-a469-dd3cf9ba447f
66321
66322 commit 6750a2b15437cd38cfff72b2f21d918cc61c3937
66323 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
66324 Date:   Tue Mar 10 15:02:30 2009 +0000
66325
66326     no need to sleep(1), it slows down my tests
66327     
66328     
66329     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6149 48e7efb5-ca39-0410-a469-dd3cf9ba447f
66330
66331 commit 658ba1da5fa1fcb036181efbd0704baff72ab472
66332 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
66333 Date:   Tue Mar 10 15:02:28 2009 +0000
66334
66335     don't open master socket before we declared the messages, or remote may be faster than us leading to an exception 'unknown message type' in RL (plus eclipse reindenting, sorry)
66336     
66337     
66338     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6148 48e7efb5-ca39-0410-a469-dd3cf9ba447f
66339
66340 commit add41f0fa036ece036c3ae31afcb06c29a22908f
66341 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
66342 Date:   Tue Mar 10 15:02:26 2009 +0000
66343
66344     Fix a small bug found by eclipse, and change some details to remove false positives from eclipse
66345     
66346     
66347     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6147 48e7efb5-ca39-0410-a469-dd3cf9ba447f
66348
66349 commit f4e83bca331c795c3d656e71c4f2f3d863625ea0
66350 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
66351 Date:   Tue Mar 10 12:02:57 2009 +0000
66352
66353     Add references from myself, Loris and Kurt.
66354     
66355     
66356     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6146 48e7efb5-ca39-0410-a469-dd3cf9ba447f
66357
66358 commit 0a41fbf8e28eedc34f2dfcbcfe6bd6be4a80b7d1
66359 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
66360 Date:   Wed Mar 4 22:46:16 2009 +0000
66361
66362     fix up synchronization of documentation on web site
66363     
66364     
66365     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6145 48e7efb5-ca39-0410-a469-dd3cf9ba447f
66366
66367 commit 283ef6cc1f81be56f55c176f5b4c1f8f531a29e5
66368 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
66369 Date:   Wed Mar 4 15:38:57 2009 +0000
66370
66371     typo in unit test name
66372     
66373     
66374     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6144 48e7efb5-ca39-0410-a469-dd3cf9ba447f
66375
66376 commit ab632dac1251c5a02ac8ce554e98a6d791cebd72
66377 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
66378 Date:   Wed Mar 4 15:38:51 2009 +0000
66379
66380     Readd the example with pointed data in the documentation
66381     
66382     
66383     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6143 48e7efb5-ca39-0410-a469-dd3cf9ba447f
66384
66385 commit e37c35c004577bfa892819392ab46ef242db6326
66386 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
66387 Date:   Tue Feb 24 08:44:05 2009 +0000
66388
66389     Fix the bug on MSG_task_put_bounded raised by Fredo, Henri and Matthieu.
66390     
66391     
66392     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6142 48e7efb5-ca39-0410-a469-dd3cf9ba447f
66393
66394 commit b038e440a032e59794529a89c676f5bd37e135b6
66395 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
66396 Date:   Tue Feb 24 08:44:02 2009 +0000
66397
66398     Avoid C++ comments.
66399     
66400     
66401     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6141 48e7efb5-ca39-0410-a469-dd3cf9ba447f
66402
66403 commit b83dd387b08acb4e9cd4f9ea13e634b97e615133
66404 Author: casanova <casanova@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
66405 Date:   Sun Feb 15 18:46:07 2009 +0000
66406
66407     Fixed a race condition in msg for communication between two processes. The
66408     problem was with task->simdata->comm being used and then freed by the
66409     receiver, and being used by the sender. The problem was that the sender
66410     could be awakened after the receiver, and thus try to read de-allocated
66411     memory.
66412     
66413     The bug was fixed by adding a refcount field to task->simdata->comm, to ensure
66414     that the freeing can be done by either the received and the sender, and always
66415     by the last one to be awakened.  The refcount is initialized to 2, each process
66416     reduces it by one, and the last one does the free. Setting the refcount to 2 is
66417     a bit of a hack, but in the end seemed cleaner than sprinkling refcount++ and refcount--
66418     all over the code, especially because this is already done for the refcount field
66419     in task->simdata. Perhaps this refcount can be used for this purpose, but I
66420     don't know enough about the innards of msg/simix to be 100% sure. This will
66421     likely due for now, at least until the next rewrite ;)
66422     
66423     
66424     
66425     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6139 48e7efb5-ca39-0410-a469-dd3cf9ba447f
66426
66427 commit 21ad0e3da95c6efb3981d35e71b837735018b77c
66428 Author: casanova <casanova@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
66429 Date:   Sat Feb 14 08:45:22 2009 +0000
66430
66431     Added a reference counter to the s_smx_action data structure
66432     
66433     
66434     
66435     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6138 48e7efb5-ca39-0410-a469-dd3cf9ba447f
66436
66437 commit 9ce7a44037c1f190439342139440802c782a4a06
66438 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
66439 Date:   Wed Feb 4 11:37:13 2009 +0000
66440
66441     I shouldn't do dcommit that fast
66442     
66443     
66444     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6135 48e7efb5-ca39-0410-a469-dd3cf9ba447f
66445
66446 commit c594594f3bf33a81f7641cfb20b915ded71431de
66447 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
66448 Date:   Wed Feb 4 11:35:22 2009 +0000
66449
66450     actually, I have some more gitignore files
66451     
66452     
66453     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6134 48e7efb5-ca39-0410-a469-dd3cf9ba447f
66454
66455 commit 9c465091d678fdec3dddc9a1a0f64a5a1a3c8b2f
66456 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
66457 Date:   Wed Feb 4 11:34:35 2009 +0000
66458
66459     yeah, right all of us use git-svn these days. No need to hide it
66460     
66461     
66462     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6133 48e7efb5-ca39-0410-a469-dd3cf9ba447f
66463
66464 commit 08a3df0e063c35b6054d2352eae08ede6f4c6f17
66465 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
66466 Date:   Thu Jan 29 09:38:21 2009 +0000
66467
66468     memleak founds by cppcheck
66469     
66470     
66471     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6132 48e7efb5-ca39-0410-a469-dd3cf9ba447f
66472
66473 commit a3a9277b2d833bad63f6ca22dcf9cc563fbe0f68
66474 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
66475 Date:   Fri Dec 12 00:43:24 2008 +0000
66476
66477     Introduce log appenders
66478     They allow redirecting the output of the specified categories to a file.
66479     Please check the doc on more info about how to use them, but
66480       --log=xbt.app:file:xbt.log --log=surf.app:file:surf.log
66481     does what you may hope.
66482     
66483     
66484     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6117 48e7efb5-ca39-0410-a469-dd3cf9ba447f
66485
66486 commit 56417ff927246c7dd199fbebda6a49bc34f27950
66487 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
66488 Date:   Fri Dec 12 00:43:20 2008 +0000
66489
66490     do not display backtrace capturing stuff in the displayed backtrace (plus, be eclipse friendly)
66491     
66492     
66493     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6116 48e7efb5-ca39-0410-a469-dd3cf9ba447f
66494
66495 commit cd07ad5cab7e5201885cf4e545d3f96abb1606d0
66496 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
66497 Date:   Fri Dec 12 00:43:15 2008 +0000
66498
66499     kill an unused variable, fix a segfault after resizing the buffer while varsubsting, and also copy the terminating \0 while resizing the buffer in similar conditions
66500     
66501     
66502     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6115 48e7efb5-ca39-0410-a469-dd3cf9ba447f
66503
66504 commit 38f4a536df6269449c99a095334a4488db4bd5f0
66505 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
66506 Date:   Fri Dec 12 00:43:11 2008 +0000
66507
66508     Add --surf-path so that testing remains possible with vpath
66509     
66510     
66511     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6114 48e7efb5-ca39-0410-a469-dd3cf9ba447f
66512
66513 commit 98cd9c3abed975096b3b915a6f321522760c2fca
66514 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
66515 Date:   Thu Dec 11 20:12:24 2008 +0000
66516
66517     rename build directory into buildtool to avoid name clashes
66518     
66519     
66520     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6113 48e7efb5-ca39-0410-a469-dd3cf9ba447f
66521
66522 commit f4ae32c676421a6cd5c076b273dd7a07f2695957
66523 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
66524 Date:   Thu Dec 11 15:00:54 2008 +0000
66525
66526     keep documentation in sync with implementation
66527     
66528     
66529     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6112 48e7efb5-ca39-0410-a469-dd3cf9ba447f
66530
66531 commit b936dbbe0c1785e04074e78d5c85dfa916eec58a
66532 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
66533 Date:   Wed Nov 26 14:03:06 2008 +0000
66534
66535     Add useful gnets headers to the dist.
66536     
66537     
66538     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6109 48e7efb5-ca39-0410-a469-dd3cf9ba447f
66539
66540 commit ec14673a153cd09717e81a88458258b2c69c79a2
66541 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
66542 Date:   Wed Nov 26 14:02:53 2008 +0000
66543
66544     Add debug on topology.
66545     
66546     
66547     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6108 48e7efb5-ca39-0410-a469-dd3cf9ba447f
66548
66549 commit 4ba920df4ff95a1abfd2ac14220de511f12c5379
66550 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
66551 Date:   Tue Nov 25 16:46:18 2008 +0000
66552
66553     Removing libtool file from repository.
66554     
66555     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6107 48e7efb5-ca39-0410-a469-dd3cf9ba447f
66556
66557 commit bdf1e8354f898d50fc3ca7b01afdb12140f0ab0e
66558 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
66559 Date:   Tue Nov 25 16:18:47 2008 +0000
66560
66561     Solving libtool conflict.
66562     
66563     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6106 48e7efb5-ca39-0410-a469-dd3cf9ba447f
66564
66565 commit c5c65e18f5945fd0449ddb77d3726243f0288a2c
66566 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
66567 Date:   Tue Nov 25 16:18:44 2008 +0000
66568
66569     Removed bogus +1 while printing flow id coping with all experiments done before, don't modify it, work in a new copy.
66570     
66571     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6105 48e7efb5-ca39-0410-a469-dd3cf9ba447f
66572
66573 commit 24c6654fe2f837c359af9fc74e7717b2bd73b3c7
66574 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
66575 Date:   Tue Nov 25 16:18:41 2008 +0000
66576
66577     Added the weight model improvements to lagrange models.
66578     
66579     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6104 48e7efb5-ca39-0410-a469-dd3cf9ba447f
66580
66581 commit 5291c7914252e918b75c44d8195ce1c3a871e4f1
66582 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
66583 Date:   Tue Nov 25 16:18:36 2008 +0000
66584
66585     Gtnets file that cope with previous Kayo Fujiwara experiments. The bandwidth share is the overall bandwidth share, don't use communication remaining to compute bandwidth share.
66586     
66587     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6103 48e7efb5-ca39-0410-a469-dd3cf9ba447f
66588
66589 commit aa58e3139ad72ebf2f8d351f00ebd54a095997fa
66590 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
66591 Date:   Tue Nov 25 16:18:32 2008 +0000
66592
66593     Cope with new gtnets.c file.
66594     
66595     CORRECT previous commit
66596     
66597     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6102 48e7efb5-ca39-0410-a469-dd3cf9ba447f
66598
66599 commit 7f778b6124d35865f32f505c321fd2c8b635dec9
66600 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
66601 Date:   Tue Nov 25 16:18:29 2008 +0000
66602
66603     Commented debuging message to speedup experiments.
66604     
66605     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6101 48e7efb5-ca39-0410-a469-dd3cf9ba447f
66606
66607 commit b65403883b770a7a1f12c773cff048b3e6092bbf
66608 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
66609 Date:   Tue Nov 25 16:18:27 2008 +0000
66610
66611     Increase readability to plot results afterwards.
66612     
66613     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6100 48e7efb5-ca39-0410-a469-dd3cf9ba447f
66614
66615 commit c8593c6dc8bdf1408a32cbae25fe1d9855debdbb
66616 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
66617 Date:   Tue Nov 25 16:18:24 2008 +0000
66618
66619     BUGFIX bindinig always with port 80 cause more than two incoming flows on the same machine to sequentiallize.
66620     
66621     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6099 48e7efb5-ca39-0410-a469-dd3cf9ba447f
66622
66623 commit 19edbed95968c4064a53f2adf209fa08cc06eb4e
66624 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
66625 Date:   Tue Nov 25 16:18:22 2008 +0000
66626
66627     Cope with recent modifications of the gtets.c example.
66628     
66629     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6098 48e7efb5-ca39-0410-a469-dd3cf9ba447f
66630
66631 commit 1bc135296b0aca104cb00957f463e5e3e611d403
66632 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
66633 Date:   Tue Nov 25 16:18:18 2008 +0000
66634
66635     Generate a deployment where each host is used at most once.
66636     
66637     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6097 48e7efb5-ca39-0410-a469-dd3cf9ba447f
66638
66639 commit 72cdaaded006e4b16a4a8354e75f4e5dd11b6b75
66640 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
66641 Date:   Tue Nov 25 16:18:14 2008 +0000
66642
66643     Remove gtnets verbose output.
66644     
66645     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6096 48e7efb5-ca39-0410-a469-dd3cf9ba447f
66646
66647 commit 13c5da75068f441142fcf93d4d78124a7885d116
66648 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
66649 Date:   Tue Nov 25 16:18:10 2008 +0000
66650
66651     Bug fix.
66652     
66653     add_onehop_route registers links in the Kayo topology (not the GTNets objects).
66654     add_route creates the gtnets objects if not done yet and set up the routing at the GTNets level.
66655     So route_new should be called even for 1 links routes...
66656     
66657     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6095 48e7efb5-ca39-0410-a469-dd3cf9ba447f
66658
66659 commit 37bac2b9afb0e75181744f63e50ebedf8e7eb168
66660 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
66661 Date:   Tue Nov 25 16:18:06 2008 +0000
66662
66663     Remove memory management error.
66664     
66665     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6094 48e7efb5-ca39-0410-a469-dd3cf9ba447f
66666
66667 commit 4f4314c39e129ca194f757e4e068866e286736f6
66668 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
66669 Date:   Tue Nov 25 16:18:04 2008 +0000
66670
66671     Added parameters to indicate flow id, so unique flows use a reliable msg_task_send/receive function.
66672     
66673     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6093 48e7efb5-ca39-0410-a469-dd3cf9ba447f
66674
66675 commit d4b3fac837bc7c8fa6d6bbc03f2d0d86c36aeb9c
66676 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
66677 Date:   Thu Nov 13 15:47:51 2008 +0000
66678
66679     Try to add pipol builders in the dance
66680     
66681     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6040 48e7efb5-ca39-0410-a469-dd3cf9ba447f
66682
66683 commit dcf4b0f969b76637699e18120b22d7461cf5d328
66684 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
66685 Date:   Tue Nov 11 19:52:09 2008 +0000
66686
66687     Reduce a bit the paralellism of the test builds (-j 4 instead of -j 10). This still causes some issues at some places (not sure why)
66688     
66689     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6033 48e7efb5-ca39-0410-a469-dd3cf9ba447f
66690
66691 commit b74a62982e63cc47b5096ae5aef556161f80529b
66692 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
66693 Date:   Tue Nov 11 01:50:51 2008 +0000
66694
66695     without these files, make check fails
66696     
66697     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6032 48e7efb5-ca39-0410-a469-dd3cf9ba447f
66698
66699 commit b2a2674e284ac6996b531ff7c8d45a065751b2fb
66700 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
66701 Date:   Tue Nov 11 01:43:13 2008 +0000
66702
66703     I killed so much autogenerated that the svn revision keeps clean after a build on the distmaker (no M added after the number)
66704     
66705     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6031 48e7efb5-ca39-0410-a469-dd3cf9ba447f
66706
66707 commit 296cf0ec5a5c329cf9d2ac5777921fa221888eee
66708 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
66709 Date:   Tue Nov 11 01:27:04 2008 +0000
66710
66711     kilkilkil
66712     
66713     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6030 48e7efb5-ca39-0410-a469-dd3cf9ba447f
66714
66715 commit d81bfef53a840704ead6eca438d96ee1129b70dd
66716 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
66717 Date:   Tue Nov 11 01:25:45 2008 +0000
66718
66719     kilkilkil
66720     
66721     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6029 48e7efb5-ca39-0410-a469-dd3cf9ba447f
66722
66723 commit 97947c99a654a7d436398628c7bae6ad2f931246
66724 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
66725 Date:   Tue Nov 11 01:20:49 2008 +0000
66726
66727     some more ignorable autogenerated
66728     
66729     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6028 48e7efb5-ca39-0410-a469-dd3cf9ba447f
66730
66731 commit ca630f35f5db5b14af66fef9902f47f5f382b1fc
66732 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
66733 Date:   Tue Nov 11 01:19:57 2008 +0000
66734
66735     At least. ignore ignorable
66736     
66737     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6027 48e7efb5-ca39-0410-a469-dd3cf9ba447f
66738
66739 commit 4feef0a31a4bfb0b073402109bfbb016cb9bc60d
66740 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
66741 Date:   Tue Nov 11 01:13:26 2008 +0000
66742
66743     Kill all the autogenerated I've found. Feel free to kill the remaining ones: buildbot do not need them anymore
66744     
66745     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6026 48e7efb5-ca39-0410-a469-dd3cf9ba447f
66746
66747 commit aba0d2c77e3e0374bec9ed6597f01b9eece9a77f
66748 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
66749 Date:   Tue Nov 11 01:09:30 2008 +0000
66750
66751     make so that the tester builders are trigered when makeDist one is done
66752     
66753     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6025 48e7efb5-ca39-0410-a469-dd3cf9ba447f
66754
66755 commit 7359858b4c996d1172eda261b53fc0fedf0eddc3
66756 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
66757 Date:   Tue Nov 11 01:09:04 2008 +0000
66758
66759     Add svn revision to build overall status in a new CleanupCommand, used in tester builders
66760     
66761     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6024 48e7efb5-ca39-0410-a469-dd3cf9ba447f
66762
66763 commit b5e9f2e549b4f63f502b17b9f57a1cf0f550df8f
66764 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
66765 Date:   Mon Nov 10 23:03:00 2008 +0000
66766
66767     update ucontext factory to download the archive instead of using svn; use only one buildslave, used in two builders (I begin to understand buildbot philosophy, I think)
66768     
66769     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6023 48e7efb5-ca39-0410-a469-dd3cf9ba447f
66770
66771 commit 00a66a0587e211def455043583cdd8f487e5fe2a
66772 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
66773 Date:   Mon Nov 10 22:35:15 2008 +0000
66774
66775     get the SVN poller working, use the real archive name (with revision in it), get the pthread builder download the archive instead of updating the svn. Still todo: update ucontext builder, automatic trigger of real builders once the distmaker is done. Afterward, any autogenerated can be droped from svn
66776     
66777     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6022 48e7efb5-ca39-0410-a469-dd3cf9ba447f
66778
66779 commit d8d79ddb76fd8817589de7b39657501be7280061
66780 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
66781 Date:   Mon Nov 10 22:25:00 2008 +0000
66782
66783     Erm. Fix previous commit (by looking for the header file in the correct directory)
66784     
66785     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6021 48e7efb5-ca39-0410-a469-dd3cf9ba447f
66786
66787 commit 552ede85d47fc16dd3a52e6845c729121a9d7bcf
66788 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
66789 Date:   Mon Nov 10 22:22:49 2008 +0000
66790
66791     Add a header file to the SRC list so that it lands in the archive
66792     
66793     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6020 48e7efb5-ca39-0410-a469-dd3cf9ba447f
66794
66795 commit e1bbeea15e75d04d1b6565c5ba36d1d07578ee1a
66796 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
66797 Date:   Mon Nov 10 21:24:17 2008 +0000
66798
66799     change nickname of IRC buildbot instance, and avoid emptying the scheduler list after setting some usefull content
66800     
66801     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6019 48e7efb5-ca39-0410-a469-dd3cf9ba447f
66802
66803 commit a51c598e3c9090eab9330c30aad9e93d49abec8c
66804 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
66805 Date:   Mon Nov 10 21:02:29 2008 +0000
66806
66807     supurious commit to try to get an automatic build in response
66808     
66809     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6018 48e7efb5-ca39-0410-a469-dd3cf9ba447f
66810
66811 commit 36019e50645813d01d88ae478194abd14cbd98ce
66812 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
66813 Date:   Mon Nov 10 20:47:24 2008 +0000
66814
66815     try to add a 'svn watch' build scheduler
66816     
66817     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6017 48e7efb5-ca39-0410-a469-dd3cf9ba447f
66818
66819 commit d52c2173c65ec1de298061b7ef33c8f009ec04f3
66820 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
66821 Date:   Mon Nov 10 17:33:31 2008 +0000
66822
66823     port to lastest builbot; fixup the tarball maker slave
66824     
66825     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6016 48e7efb5-ca39-0410-a469-dd3cf9ba447f
66826
66827 commit 3437eda2a1c59c065be4fa52f053c3e207cfc4d7
66828 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
66829 Date:   Mon Nov 10 17:33:02 2008 +0000
66830
66831     port to lastest builbot
66832     
66833     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6015 48e7efb5-ca39-0410-a469-dd3cf9ba447f
66834
66835 commit 69c1c22596ae55f414a088f5e57435fdc9cc3e53
66836 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
66837 Date:   Mon Nov 10 17:32:45 2008 +0000
66838
66839     fix encoding
66840     
66841     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6014 48e7efb5-ca39-0410-a469-dd3cf9ba447f
66842
66843 commit d8ccdbcf736474f1f05e92ed439a56adbc52f216
66844 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
66845 Date:   Mon Nov 10 15:40:02 2008 +0000
66846
66847     Add some basic file locking to prevent parallel invocations of the script: only one is needed, so cancel the other ones
66848     
66849     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6013 48e7efb5-ca39-0410-a469-dd3cf9ba447f
66850
66851 commit b8892821525cf5204c842476d26f530ddcca4908
66852 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
66853 Date:   Mon Nov 10 14:24:40 2008 +0000
66854
66855     autogenerated files (sorry)
66856     
66857     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6012 48e7efb5-ca39-0410-a469-dd3cf9ba447f
66858
66859 commit 68c40a74aae43b512249138084406d4a4ebbef4c
66860 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
66861 Date:   Mon Nov 10 14:04:02 2008 +0000
66862
66863     ignore one more configure-autogenerated file
66864     
66865     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6011 48e7efb5-ca39-0410-a469-dd3cf9ba447f
66866
66867 commit 268c232e62981d322f66e2d3f75455c9fe56aa65
66868 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
66869 Date:   Mon Nov 10 14:03:23 2008 +0000
66870
66871     Commit a bunch of auto-generated files (sorry)
66872     
66873     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6010 48e7efb5-ca39-0410-a469-dd3cf9ba447f
66874
66875 commit e5e5accbefb1b4a360da4247ce287d1466b0f352
66876 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
66877 Date:   Mon Nov 10 14:01:32 2008 +0000
66878
66879     Change sg_unit_extractor so that it takes all units to generate on its command line. That way, make don't have to call it several times, and this is good because parallel invocations of the script were subject to breakage since they all change the same src/sg_main_tests.c file (in short, fix parallel build of the tool)
66880     
66881     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6009 48e7efb5-ca39-0410-a469-dd3cf9ba447f
66882
66883 commit 3ce8957cfe6f904f244fdd79731800f0c61e50b0
66884 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
66885 Date:   Mon Nov 10 13:43:47 2008 +0000
66886
66887     Kill MSG_mailbox_put, which were not meant to be a public symbol anyway, add MSG_get_sent_msg() to retrieve the amount of messages exchanged during the simulation, plus a whole load of automatic reindent from eclipse (sorry for the noise)
66888     
66889     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6008 48e7efb5-ca39-0410-a469-dd3cf9ba447f
66890
66891 commit ccb996ad46bd5aa726057a18f4f6a5ebb3ce44ba
66892 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
66893 Date:   Mon Nov 10 13:38:28 2008 +0000
66894
66895     Regenerate with newest flex, so that new gcc paranoia get dealt with
66896     
66897     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6007 48e7efb5-ca39-0410-a469-dd3cf9ba447f
66898
66899 commit 92c4592b8e9d05eef85b839222558d870a9275c7
66900 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
66901 Date:   Mon Nov 10 13:34:14 2008 +0000
66902
66903     ignore automatic m4 macro files
66904     
66905     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6006 48e7efb5-ca39-0410-a469-dd3cf9ba447f
66906
66907 commit 148f80ff345cc6dcb4b9ed2a31faeccc40c28ded
66908 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
66909 Date:   Mon Nov 10 13:33:17 2008 +0000
66910
66911     ignore generated
66912     
66913     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6005 48e7efb5-ca39-0410-a469-dd3cf9ba447f
66914
66915 commit dd403579d19e40839ebcead05fbd1a16dc3a19e6
66916 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
66917 Date:   Mon Nov 10 13:32:17 2008 +0000
66918
66919     Regenerate with newest flex, so that new gcc paranoia get dealt with
66920     
66921     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6004 48e7efb5-ca39-0410-a469-dd3cf9ba447f
66922
66923 commit 32e043cb47a2c23cd2b419c037d56f8139d51765
66924 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
66925 Date:   Fri Nov 7 15:52:54 2008 +0000
66926
66927     Work around newly reincreased paranoia of gcc and libc on ubuntu. It's geting hard to be -Werror friendly since they keep adding useless warnings
66928     
66929     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6003 48e7efb5-ca39-0410-a469-dd3cf9ba447f
66930
66931 commit a2327a1570722c4db5027f3f341b8df52279d05b
66932 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
66933 Date:   Fri Nov 7 15:22:49 2008 +0000
66934
66935     Hey, gcc, calm down with your stupid useless warnings
66936     
66937     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6002 48e7efb5-ca39-0410-a469-dd3cf9ba447f
66938
66939 commit ae9c4b63d25c449ad638b742d70e278878b1a5c3
66940 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
66941 Date:   Fri Nov 7 15:22:17 2008 +0000
66942
66943     Circumvent what seems to be a bug in recent libtools (circular dependency of AC_LANG_COMPILER)
66944     
66945     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6001 48e7efb5-ca39-0410-a469-dd3cf9ba447f
66946
66947 commit 167c68626c7d555971851ef0611681547905d7eb
66948 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
66949 Date:   Fri Oct 24 20:13:21 2008 +0000
66950
66951     Add the bibtex entry of the prefered reference paper for lazy people (yuhu, I got the rev6000 commit ;)
66952     
66953     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6000 48e7efb5-ca39-0410-a469-dd3cf9ba447f
66954
66955 commit f1142746dbf58e434fc0c27c77bd2ed7bd6c355b
66956 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
66957 Date:   Thu Oct 16 14:41:04 2008 +0000
66958
66959     Add a convenient script to create a random deployment file.
66960     
66961     
66962     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5999 48e7efb5-ca39-0410-a469-dd3cf9ba447f
66963
66964 commit 09607a807fdf3a0a3396779e64fc402e73d936b8
66965 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
66966 Date:   Thu Oct 16 14:32:21 2008 +0000
66967
66968     Compute the weight using bandwidth if needed for the new LegrandVelho model.
66969     
66970     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5998 48e7efb5-ca39-0410-a469-dd3cf9ba447f
66971
66972 commit 07930b7886980658833dea585b12935bb31de8de
66973 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
66974 Date:   Thu Oct 16 14:32:14 2008 +0000
66975
66976     Add a new weight field to actions so that we do not confuse it anymore with the late_current field.
66977     
66978     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5997 48e7efb5-ca39-0410-a469-dd3cf9ba447f
66979
66980 commit bda6e0c064e2ebbac5dc3b5f780bb5e6cb61e9b0
66981 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
66982 Date:   Thu Oct 16 14:32:07 2008 +0000
66983
66984     Add the bandwidth factor for the standard model as well as for the new LegrandVelho model.
66985     
66986     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5996 48e7efb5-ca39-0410-a469-dd3cf9ba447f
66987
66988 commit 0eefe3f0376f4b180cc7d7b67791a7aac226814c
66989 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
66990 Date:   Thu Oct 16 14:31:59 2008 +0000
66991
66992     Add the latency factor for the standard model as well as for the new LegrandVelho model.
66993     
66994     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5995 48e7efb5-ca39-0410-a469-dd3cf9ba447f
66995
66996 commit 40b9540a553006e50628eb13c451c354a0671d3e
66997 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
66998 Date:   Thu Oct 16 14:31:54 2008 +0000
66999
67000     Df parameter of Low models is replaced by weight because it means the same to maxmin and low models.
67001     
67002     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5994 48e7efb5-ca39-0410-a469-dd3cf9ba447f
67003
67004 commit ed23b51d432e31840b2cc3d9d23d2d8f1847bb5d
67005 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
67006 Date:   Thu Oct 16 14:31:49 2008 +0000
67007
67008     Revert "Uses alpha and beta from LegrandVelho model to compute finishing time of transmissions."
67009     
67010     This reverts commit 8b3e9ea8d7423a048e47da03aa1a7edcdeb3fc73.
67011     
67012     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5993 48e7efb5-ca39-0410-a469-dd3cf9ba447f
67013
67014 commit 90efa0c7c4d4c88517e6c638b4478cc2573954ad
67015 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
67016 Date:   Thu Oct 16 14:31:37 2008 +0000
67017
67018     Revert "Added a get Df function in order to implement beta*df during share_resources."
67019     
67020     This reverts commit 0342a9fd3d78294d3bfdac975886e226af34b32d.
67021     
67022     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5992 48e7efb5-ca39-0410-a469-dd3cf9ba447f
67023
67024 commit 9de69dbaaedd46febaef67a0542ebadcdee39d97
67025 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
67026 Date:   Thu Oct 16 14:31:30 2008 +0000
67027
67028     Revert "Added correction factors for Hockney basic model. The capacity parameter is limited with nominal*0.92 (beta) parameter."
67029     
67030     This reverts commit a09b50911036ecabe4fb37671dd20b30ddbb5865.
67031     
67032     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5991 48e7efb5-ca39-0410-a469-dd3cf9ba447f
67033
67034 commit 8b3e9ea8d7423a048e47da03aa1a7edcdeb3fc73
67035 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
67036 Date:   Tue Oct 14 16:42:07 2008 +0000
67037
67038     Uses alpha and beta from LegrandVelho model to compute finishing time of transmissions.
67039     
67040     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5989 48e7efb5-ca39-0410-a469-dd3cf9ba447f
67041
67042 commit 0342a9fd3d78294d3bfdac975886e226af34b32d
67043 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
67044 Date:   Tue Oct 14 16:41:54 2008 +0000
67045
67046     Added a get Df function in order to implement beta*df during share_resources.
67047     
67048     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5988 48e7efb5-ca39-0410-a469-dd3cf9ba447f
67049
67050 commit a09b50911036ecabe4fb37671dd20b30ddbb5865
67051 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
67052 Date:   Tue Oct 14 16:41:45 2008 +0000
67053
67054     Added correction factors for Hockney basic model. The capacity parameter is limited with nominal*0.92 (beta) parameter.
67055     
67056     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5987 48e7efb5-ca39-0410-a469-dd3cf9ba447f
67057
67058 commit 9b62031fae59dfc84cdcda62f6d4e35e1a55a7c5
67059 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
67060 Date:   Tue Oct 14 16:41:27 2008 +0000
67061
67062     Added a new network model option, LegrandVelho, based on recent evaluation studies.
67063     
67064     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5986 48e7efb5-ca39-0410-a469-dd3cf9ba447f
67065
67066 commit 6a77deac13d1429a851e3254636e4b4ab9291066
67067 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
67068 Date:   Tue Oct 14 09:16:21 2008 +0000
67069
67070     Add some platform and deployment files.
67071     
67072     waxman5 does not work and I still can't figure why yet. :(
67073     
67074     
67075     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5985 48e7efb5-ca39-0410-a469-dd3cf9ba447f
67076
67077 commit 2bc2d84f9602e7cd4b43d21df898b0f59020dcdd
67078 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
67079 Date:   Tue Oct 14 09:16:16 2008 +0000
67080
67081     Comply with "recent" DTD modifications (i.e. routers come before routes).
67082     
67083     
67084     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5984 48e7efb5-ca39-0410-a469-dd3cf9ba447f
67085
67086 commit 4bcafdeddbe74540c43f367079d8da1a106127f7
67087 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
67088 Date:   Tue Oct 14 09:16:12 2008 +0000
67089
67090     Add debug and comply with latest parsing modifications.
67091     
67092     We cannot assume that one-link routes come before others.
67093     
67094     
67095     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5983 48e7efb5-ca39-0410-a469-dd3cf9ba447f
67096
67097 commit b208d7b845cfa73d1a9f70ebd7f1f9ce49bf787a
67098 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
67099 Date:   Fri Oct 10 08:47:27 2008 +0000
67100
67101     Replaced the using field of surf_action to refcount because this name is not a C++ reserved word.
67102     
67103     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5982 48e7efb5-ca39-0410-a469-dd3cf9ba447f
67104
67105 commit 0f8b0942aa4f7c8d5e86d72eb06ab1fe5f6c09cd
67106 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
67107 Date:   Fri Oct 10 08:47:13 2008 +0000
67108
67109     Disabled paje output, not working at the time.
67110     
67111     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5981 48e7efb5-ca39-0410-a469-dd3cf9ba447f
67112
67113 commit 32010a5ea68e93fc0179ca8c1a59d3150934bc89
67114 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
67115 Date:   Fri Oct 10 08:46:59 2008 +0000
67116
67117     Added a reliable print mechanism, now flow labels depend on id. Hence, the order which flows are created in deployment file is granted.
67118     
67119     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5980 48e7efb5-ca39-0410-a469-dd3cf9ba447f
67120
67121 commit c4136a4f084e56f02631c6ae6a67779a15d62d6e
67122 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
67123 Date:   Fri Oct 10 08:46:22 2008 +0000
67124
67125     Improved output message to help automated experiments.
67126     
67127     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5979 48e7efb5-ca39-0410-a469-dd3cf9ba447f
67128
67129 commit b652d00ed5a040b7373c632f0084f3677f6ab029
67130 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
67131 Date:   Fri Oct 3 15:42:29 2008 +0000
67132
67133     misleading typo in test description
67134     
67135     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5967 48e7efb5-ca39-0410-a469-dd3cf9ba447f
67136
67137 commit e996ba856589ace5f4fc1f0e0f18cdb8dcc5b907
67138 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
67139 Date:   Fri Oct 3 13:03:50 2008 +0000
67140
67141     Autogenerated file
67142     
67143     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5966 48e7efb5-ca39-0410-a469-dd3cf9ba447f
67144
67145 commit 7bb9c6c746713ff270064d02ce7a0c614fed896c
67146 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
67147 Date:   Fri Oct 3 13:03:36 2008 +0000
67148
67149     This test do not seem to fail
67150     
67151     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5965 48e7efb5-ca39-0410-a469-dd3cf9ba447f
67152
67153 commit a42c95e1e1dc366c25740f1e80be435e44cba993
67154 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
67155 Date:   Fri Oct 3 13:00:15 2008 +0000
67156
67157     Redo the test to avoid stream redirections
67158     
67159     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5964 48e7efb5-ca39-0410-a469-dd3cf9ba447f
67160
67161 commit a95ea5c578ac402346f202c411986425fb1fcf8b
67162 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
67163 Date:   Fri Oct 3 12:43:07 2008 +0000
67164
67165     typo in comments
67166     
67167     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5963 48e7efb5-ca39-0410-a469-dd3cf9ba447f
67168
67169 commit 2eafb906dbb5cd52b47f29fff6b283cfc2e01f55
67170 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
67171 Date:   Fri Oct 3 12:32:16 2008 +0000
67172
67173     64bits portability buglet
67174     
67175     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5962 48e7efb5-ca39-0410-a469-dd3cf9ba447f
67176
67177 commit 6d2332c405fc955cb4bb59ec503ca96cbf946779
67178 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
67179 Date:   Fri Oct 3 12:24:48 2008 +0000
67180
67181     Use mkfile mechanism or similar instead of stream redirections
67182     
67183     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5961 48e7efb5-ca39-0410-a469-dd3cf9ba447f
67184
67185 commit d0378e55d235a421a6ce032d1d44f108cb86d640
67186 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
67187 Date:   Fri Oct 3 12:24:18 2008 +0000
67188
67189     Document the new mkfile buildin command
67190     
67191     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5960 48e7efb5-ca39-0410-a469-dd3cf9ba447f
67192
67193 commit 3fc69c46ff31041328cd0d87e4b10527f3097d2d
67194 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
67195 Date:   Fri Oct 3 12:18:59 2008 +0000
67196
67197     Introduce a mkfile buildin command to be used in place of 'cat >' constructs; also add a more robust mechanism for the child to report errors to its father
67198     
67199     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5959 48e7efb5-ca39-0410-a469-dd3cf9ba447f
67200
67201 commit dacb236dc325c9d2c451900e98ef963f42a0eb7d
67202 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
67203 Date:   Fri Oct 3 08:05:04 2008 +0000
67204
67205     Also add the variables defined in the script to the dict of variables to substitute
67206     
67207     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5958 48e7efb5-ca39-0410-a469-dd3cf9ba447f
67208
67209 commit 6aee3c83262838c5202a1e013845242554b60db2
67210 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
67211 Date:   Wed Oct 1 15:49:16 2008 +0000
67212
67213     64bit portability bug
67214     
67215     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5957 48e7efb5-ca39-0410-a469-dd3cf9ba447f
67216
67217 commit d1ee594ab17ae16a853c5bdd11eea066a8ed0414
67218 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
67219 Date:   Wed Oct 1 15:40:37 2008 +0000
67220
67221     Use variable substitution in the command line before starting it up
67222     
67223     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5956 48e7efb5-ca39-0410-a469-dd3cf9ba447f
67224
67225 commit 36b5d5f9f78b0d496663aa3b8d3e5f82ca48a5a1
67226 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
67227 Date:   Wed Oct 1 15:37:47 2008 +0000
67228
67229     And now, use the correct syntax for default values in variable substitution
67230     
67231     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5955 48e7efb5-ca39-0410-a469-dd3cf9ba447f
67232
67233 commit 4d6fd2c990da1abfa2eee1cf0427f0cf53913ad6
67234 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
67235 Date:   Wed Oct 1 15:08:13 2008 +0000
67236
67237     fix previous commits, bummer
67238     
67239     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5954 48e7efb5-ca39-0410-a469-dd3cf9ba447f
67240
67241 commit add97e7153888d092c50b472f0319f6b5614046a
67242 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
67243 Date:   Wed Oct 1 15:05:54 2008 +0000
67244
67245     Typo in comments spoted by eclipse
67246     
67247     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5953 48e7efb5-ca39-0410-a469-dd3cf9ba447f
67248
67249 commit fb4ada538119ae94b118691301d59f0ad90fc33f
67250 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
67251 Date:   Wed Oct 1 14:54:32 2008 +0000
67252
67253     new function: xbt_str_varsubst(), which call xbt_strbuff_varsubst() do
67254     do variable value expansion
67255     
67256     
67257     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5952 48e7efb5-ca39-0410-a469-dd3cf9ba447f
67258
67259 commit 42e0ae9b892d0eeeeef780bb4e762833ba916985
67260 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
67261 Date:   Wed Oct 1 14:53:05 2008 +0000
67262
67263     New functions:
67264      - xbt_strbuff_from() to build a buffer with provided content
67265      - xbt_strbuff_free_container() to destroy only the container without
67266        messing with the contained data
67267     
67268     
67269     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5951 48e7efb5-ca39-0410-a469-dd3cf9ba447f
67270
67271 commit 5b951901da126d9e91ac4a8685f69043baf9ff8a
67272 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
67273 Date:   Wed Oct 1 14:41:54 2008 +0000
67274
67275     Add a stupid function to display the content of a dict (as long as it's a string)
67276     
67277     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5950 48e7efb5-ca39-0410-a469-dd3cf9ba447f
67278
67279 commit 2ad573f350bbd776b75a73e9ed5877316d123677
67280 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
67281 Date:   Wed Oct 1 10:21:52 2008 +0000
67282
67283     tiny doc improvement
67284     
67285     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5949 48e7efb5-ca39-0410-a469-dd3cf9ba447f
67286
67287 commit ed411b361269f3d9a0910c56de683274c8400705
67288 Author: markls <markls@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
67289 Date:   Sun Sep 28 10:24:34 2008 +0000
67290
67291     cleaned up mpi_comm_split code some more.
67292     
67293     
67294     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5947 48e7efb5-ca39-0410-a469-dd3cf9ba447f
67295
67296 commit cc44532c7189d5a294220b743fe1a6f89334c4b9
67297 Author: markls <markls@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
67298 Date:   Fri Sep 26 23:47:21 2008 +0000
67299
67300     just changed some comments.
67301     
67302     
67303     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5946 48e7efb5-ca39-0410-a469-dd3cf9ba447f
67304
67305 commit 6b0d7da249c3fd6b9ab682bdcdabdf6a26705140
67306 Author: markls <markls@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
67307 Date:   Fri Sep 26 23:31:19 2008 +0000
67308
67309     change spmirun and smpicc to use bash instead of sh and smpi_mpi to use qsort
67310     instead of bogo..i mean, bubble sort.
67311     
67312     
67313     
67314     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5945 48e7efb5-ca39-0410-a469-dd3cf9ba447f
67315
67316 commit 9dd8fd5b897bdd4bd61472be676722df1ffd3fd3
67317 Author: markls <markls@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
67318 Date:   Fri Sep 26 22:26:07 2008 +0000
67319
67320     minor changes to comm_split code.
67321     
67322     
67323     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5944 48e7efb5-ca39-0410-a469-dd3cf9ba447f
67324
67325 commit 3d58d542aa12b19c6699ab43714caa86e29375b1
67326 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
67327 Date:   Fri Sep 26 12:37:26 2008 +0000
67328
67329     Bug fix by Louis-Claude: do not fail miserably when standard deviation is 0 (plus reindent by eclipse, sorry for the noise)
67330     
67331     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5943 48e7efb5-ca39-0410-a469-dd3cf9ba447f
67332
67333 commit e74dd0594d8f77db8cb7c6ab9140df1e1899e22b
67334 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
67335 Date:   Fri Sep 26 10:49:06 2008 +0000
67336
67337     New function to replaces a set of variables by their values:
67338     void xbt_strbuff_varsubst(xbt_strbuff_t b, xbt_dict_t patterns);
67339     
67340     
67341     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5942 48e7efb5-ca39-0410-a469-dd3cf9ba447f
67342
67343 commit ad1cda79f06bca8e0178671b404700c07c23c925
67344 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
67345 Date:   Fri Sep 26 10:47:03 2008 +0000
67346
67347     New function to substitute a char to another in a string:
67348     void xbt_str_subst(char *str, char from, char to, int amount);
67349     
67350     
67351     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5941 48e7efb5-ca39-0410-a469-dd3cf9ba447f
67352
67353 commit 7e9f074b7316baa383418a438240714583f9469d
67354 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
67355 Date:   Mon Sep 22 08:29:07 2008 +0000
67356
67357     Update
67358     
67359     
67360     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5940 48e7efb5-ca39-0410-a469-dd3cf9ba447f
67361
67362 commit 04c1c2ae6adcf541e593e01db5bb337ac8a170ff
67363 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
67364 Date:   Tue Sep 16 13:18:10 2008 +0000
67365
67366     More spell checking of the documentation
67367     
67368     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5939 48e7efb5-ca39-0410-a469-dd3cf9ba447f
67369
67370 commit b968babddbbe251290acf05634d66474faeb9885
67371 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
67372 Date:   Tue Sep 16 12:51:02 2008 +0000
67373
67374     tiny optimization: use xbt_dict_get_or_null_ext instead of xbt_dict_get_ext to avoid exception construction code
67375     
67376     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5938 48e7efb5-ca39-0410-a469-dd3cf9ba447f
67377
67378 commit c30a24ef37908335f59b60f87083bf3575305953
67379 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
67380 Date:   Tue Sep 16 12:50:18 2008 +0000
67381
67382     Bugfix: I inverted the semantic of xbt_dict_get_or_null_ext and xbt_dict_get_ext when introducing xbt_dict_get_or_null_ext (sorry)
67383     
67384     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5937 48e7efb5-ca39-0410-a469-dd3cf9ba447f
67385
67386 commit 31aa5fffb80ebd3852adef3aae7fe7cc5176beac
67387 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
67388 Date:   Tue Sep 16 12:19:17 2008 +0000
67389
67390     Add the compile of the java classes
67391     
67392     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5936 48e7efb5-ca39-0410-a469-dd3cf9ba447f
67393
67394 commit 0e7e67d62c87ce4c61eff78e6b4d612a81a18445
67395 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
67396 Date:   Tue Sep 16 10:09:50 2008 +0000
67397
67398     to resolve the problem concerning the relative paths
67399     
67400     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5935 48e7efb5-ca39-0410-a469-dd3cf9ba447f
67401
67402 commit e0e13f5c3cd04ac36dec948533b505b30e17740e
67403 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
67404 Date:   Tue Sep 16 10:06:38 2008 +0000
67405
67406     to resolve the problem concerning the relative paths
67407     
67408     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5934 48e7efb5-ca39-0410-a469-dd3cf9ba447f
67409
67410 commit 44248ed54a4351dd021d2cb567f5b23646ce0d1f
67411 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
67412 Date:   Tue Sep 16 09:58:13 2008 +0000
67413
67414     to resolve the problem concerning the relative paths
67415     
67416     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5933 48e7efb5-ca39-0410-a469-dd3cf9ba447f
67417
67418 commit 051982e271ce58ba2fd5dde349b1dc6809151ee9
67419 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
67420 Date:   Tue Sep 16 09:54:15 2008 +0000
67421
67422     to resolve the problem concerning the relative paths
67423     
67424     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5932 48e7efb5-ca39-0410-a469-dd3cf9ba447f
67425
67426 commit 73eec1c972fc7d2087be897f9a0a71b21b4d7458
67427 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
67428 Date:   Tue Sep 16 09:40:18 2008 +0000
67429
67430     to resolve the problem concerning the relative paths
67431     
67432     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5931 48e7efb5-ca39-0410-a469-dd3cf9ba447f
67433
67434 commit db96dfead061e8f4508551e8767e2c1abc7497e2
67435 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
67436 Date:   Fri Sep 12 15:01:26 2008 +0000
67437
67438     use extern keyword when you link with the static library on Windows
67439     
67440     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5930 48e7efb5-ca39-0410-a469-dd3cf9ba447f
67441
67442 commit 4fea47a668e39efad13255c4d2bd2e3b2bbb0693
67443 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
67444 Date:   Fri Sep 12 14:49:23 2008 +0000
67445
67446     the route_multi_table variable was declared two times
67447     
67448     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5929 48e7efb5-ca39-0410-a469-dd3cf9ba447f
67449
67450 commit 9af4fc9cb2c30c46d44c492feb8d3af6c72dfa77
67451 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
67452 Date:   Fri Sep 12 14:14:56 2008 +0000
67453
67454     Use the rate variable... (thanks Fred for noticing it).
67455     
67456     
67457     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5928 48e7efb5-ca39-0410-a469-dd3cf9ba447f
67458
67459 commit 043df5b3a29e5ab929653d3f0aaadf06ad85950b
67460 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
67461 Date:   Fri Sep 12 13:48:26 2008 +0000
67462
67463     correction of the definition of a preprocessor macro in the Visual C++ project of Tesh2
67464     
67465     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5927 48e7efb5-ca39-0410-a469-dd3cf9ba447f
67466
67467 commit 8c4a4a66954d33c941f7a0bb663ac5e14cf1260f
67468 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
67469 Date:   Fri Sep 12 13:47:05 2008 +0000
67470
67471     comment the parallel task sample in the Tesh file
67472     
67473     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5926 48e7efb5-ca39-0410-a469-dd3cf9ba447f
67474
67475 commit 6fbbccdc1e85be059469b32886a28a26d4d7b0ce
67476 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
67477 Date:   Fri Sep 12 13:44:17 2008 +0000
67478
67479     change consecutive to the renaming of the C++ wrappers
67480     
67481     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5925 48e7efb5-ca39-0410-a469-dd3cf9ba447f
67482
67483 commit 64c65dc08897e813db747951eb02358cfe18ec41
67484 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
67485 Date:   Fri Sep 12 13:43:02 2008 +0000
67486
67487     remove the SimGrid library project from this project because it is now build with nmake (see w32_makefile)
67488     
67489     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5924 48e7efb5-ca39-0410-a469-dd3cf9ba447f
67490
67491 commit 95265d9df76fbe8ec4710e8695dd8789e573908a
67492 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
67493 Date:   Fri Sep 12 13:41:52 2008 +0000
67494
67495     change some compiler options
67496     
67497     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5923 48e7efb5-ca39-0410-a469-dd3cf9ba447f
67498
67499 commit 6804468eb868140bf40629209af1b5736c2b8eea
67500 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
67501 Date:   Fri Sep 12 13:40:59 2008 +0000
67502
67503     consecutive to the renaming of the C++ wrappers
67504     
67505     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5922 48e7efb5-ca39-0410-a469-dd3cf9ba447f
67506
67507 commit ac77c41a22d7dad5b68119b70ace598666271276
67508 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
67509 Date:   Fri Sep 12 13:40:02 2008 +0000
67510
67511     use the multi thread version of the c runtime
67512     
67513     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5921 48e7efb5-ca39-0410-a469-dd3cf9ba447f
67514
67515 commit 29cca911cdb36575c22d5c23abb15f6062e8c314
67516 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
67517 Date:   Fri Sep 12 13:14:27 2008 +0000
67518
67519     The C++ Wrapper examples use now the SimGrid library (instead the previous library SimGridX)
67520     
67521     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5920 48e7efb5-ca39-0410-a469-dd3cf9ba447f
67522
67523 commit 5d00b7966d3e6323341b0e74f01c91fdeb65d9f0
67524 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
67525 Date:   Fri Sep 12 13:11:37 2008 +0000
67526
67527     the Windows make file used to built the SimGrid dynamic link library.
67528     This make file permits to store in the same library the C++ Msg Wrappers and the C code of the SimGrid API (mix of C code and C++ code)
67529     
67530     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5919 48e7efb5-ca39-0410-a469-dd3cf9ba447f
67531
67532 commit e0f257fe00dd4e8f7589072d891d9c5f8ede3203
67533 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
67534 Date:   Fri Sep 12 13:06:05 2008 +0000
67535
67536     Change the default string format the the double values.
67537     
67538     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5918 48e7efb5-ca39-0410-a469-dd3cf9ba447f
67539
67540 commit cdbf1d5cdc2af127ea684431e9a4e7fe6ab17ca6
67541 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
67542 Date:   Fri Sep 12 13:05:23 2008 +0000
67543
67544     change consecutive to the renaming of the CXX wrappers
67545     
67546     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5917 48e7efb5-ca39-0410-a469-dd3cf9ba447f
67547
67548 commit ffd3399be33c589c5a5e720958f6351fdf9b0706
67549 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
67550 Date:   Fri Sep 12 12:49:26 2008 +0000
67551
67552     The previous files renamed.
67553     
67554     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5916 48e7efb5-ca39-0410-a469-dd3cf9ba447f
67555
67556 commit 331a25db7c5afa9a51e7c15b84dd9c5e99960450
67557 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
67558 Date:   Fri Sep 12 12:48:07 2008 +0000
67559
67560     Delete and create a new files prefixed by Msg because on Windows I can't link to object files with the same name in the same library (for example emvironment.o and Environment.o).
67561     
67562     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5915 48e7efb5-ca39-0410-a469-dd3cf9ba447f
67563
67564 commit 27762ebaebfa8b7bc44b30fac206de15fc157041
67565 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
67566 Date:   Thu Sep 11 15:12:29 2008 +0000
67567
67568     the is_not_found field is defined for WIN32 only
67569     
67570     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5914 48e7efb5-ca39-0410-a469-dd3cf9ba447f
67571
67572 commit 3a3e6844ae7c79aca66a93c63cd583086d9df432
67573 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
67574 Date:   Thu Sep 11 14:54:48 2008 +0000
67575
67576     Spell-checking comments used as documentation (thanks eclipse)
67577     
67578     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5913 48e7efb5-ca39-0410-a469-dd3cf9ba447f
67579
67580 commit 3efa89025442248c83e1bf7c8d212ac22718d0b9
67581 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
67582 Date:   Wed Sep 10 10:14:49 2008 +0000
67583
67584     Add a xbt_dict_get_or_null_ext function
67585     
67586     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5912 48e7efb5-ca39-0410-a469-dd3cf9ba447f
67587
67588 commit 4725d7a4bc5ac1fdae3e86222cdc23eaaf6fb226
67589 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
67590 Date:   Wed Sep 10 08:52:04 2008 +0000
67591
67592     reindent (with eclipse)
67593     
67594     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5911 48e7efb5-ca39-0410-a469-dd3cf9ba447f
67595
67596 commit 762815d39849184808292c38523d0ea7e498ca82
67597 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
67598 Date:   Wed Sep 10 08:20:39 2008 +0000
67599
67600     Reindent
67601     
67602     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5910 48e7efb5-ca39-0410-a469-dd3cf9ba447f
67603
67604 commit ec5e183d26c5427920071f551e4081c1fe54db35
67605 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
67606 Date:   Wed Sep 10 08:09:09 2008 +0000
67607
67608     remove trailing spaces
67609     
67610     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5909 48e7efb5-ca39-0410-a469-dd3cf9ba447f
67611
67612 commit 0218d1ba16d5c3952c3dbd273f9aa6a2f0d60e28
67613 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
67614 Date:   Wed Sep 10 01:12:35 2008 +0000
67615
67616     Kill dead commented code
67617     
67618     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5908 48e7efb5-ca39-0410-a469-dd3cf9ba447f
67619
67620 commit 2e9049ff5a9fd3805d7c6de719056bf5ac1114c6
67621 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
67622 Date:   Tue Sep 9 07:41:55 2008 +0000
67623
67624     Search the binary to run in the path, if not in this dir
67625     
67626     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5907 48e7efb5-ca39-0410-a469-dd3cf9ba447f
67627
67628 commit 94f867ca9cca4a9349fc34576ff7a48b0874ca55
67629 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
67630 Date:   Tue Sep 9 07:15:58 2008 +0000
67631
67632     Kill old manual makefile
67633     
67634     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5906 48e7efb5-ca39-0410-a469-dd3cf9ba447f
67635
67636 commit c60ecd167e796895eb98398295e320688ffe701b
67637 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
67638 Date:   Mon Sep 8 20:48:58 2008 +0000
67639
67640     Oups, commited a stupid check which will help me one day for the portability to AIX. In the meanwhile, it broke everything under linux
67641     
67642     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5905 48e7efb5-ca39-0410-a469-dd3cf9ba447f
67643
67644 commit 9a91159f6f49730646038aa9c7e5a627336f5eea
67645 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
67646 Date:   Mon Sep 8 16:21:45 2008 +0000
67647
67648     do not execle (/bin/sh), but execve directly the command to run. the shell was intercepting my good segfaults I want to see
67649     
67650     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5904 48e7efb5-ca39-0410-a469-dd3cf9ba447f
67651
67652 commit 21988c314858eeaf92a8b81be8e6ce6ee2243607
67653 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
67654 Date:   Mon Sep 8 16:02:08 2008 +0000
67655
67656     s/NOTRECEIPT/NOTRECEIVED/ (plus some reindent)
67657     
67658     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5903 48e7efb5-ca39-0410-a469-dd3cf9ba447f
67659
67660 commit c2773e80729fa9563fda174461a822f49fe39a25
67661 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
67662 Date:   Thu Sep 4 18:56:50 2008 +0000
67663
67664     Remove trailing space to jardir definition since it sometimes survives and create a directory containing a space
67665     
67666     
67667     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5902 48e7efb5-ca39-0410-a469-dd3cf9ba447f
67668
67669 commit 30e6c16f8cc0b8a82cffb68c1cd6f6f0b59d989b
67670 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
67671 Date:   Thu Sep 4 15:32:05 2008 +0000
67672
67673     random generator arguments must be double to avoid stupid overflows
67674     
67675     
67676     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5901 48e7efb5-ca39-0410-a469-dd3cf9ba447f
67677
67678 commit 98781dae46f55f15fe12a1b4c347d4c9b58d97eb
67679 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
67680 Date:   Tue Aug 19 16:09:52 2008 +0000
67681
67682     _GNU_SOURCE macro is already defined in CPP and asprintf and vasprintf prototypes differ in CPP
67683     
67684     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5899 48e7efb5-ca39-0410-a469-dd3cf9ba447f
67685
67686 commit ffbb3987b2904e5c55540cacc898f1d2e3e0117f
67687 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
67688 Date:   Tue Aug 19 15:55:25 2008 +0000
67689
67690     last changes of Tesh tools
67691     
67692     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5898 48e7efb5-ca39-0410-a469-dd3cf9ba447f
67693
67694 commit 8bbd1fffddc380176e537b8c0d0542536e8d8a63
67695 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
67696 Date:   Tue Aug 19 15:54:35 2008 +0000
67697
67698     samples of makefile for cpp wrappers examples.
67699     
67700     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5897 48e7efb5-ca39-0410-a469-dd3cf9ba447f
67701
67702 commit ed5b6e45b9957b00a2c41f01ce9da418da78cecb
67703 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
67704 Date:   Tue Aug 19 15:51:41 2008 +0000
67705
67706     last changes of cpp wrappers examples
67707     
67708     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5896 48e7efb5-ca39-0410-a469-dd3cf9ba447f
67709
67710 commit 0844c6822ce0a2844a0500dafc4e5bc5d37f01bb
67711 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
67712 Date:   Tue Aug 19 15:50:21 2008 +0000
67713
67714     a sample of makefile for cpp wrappers library.
67715     
67716     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5895 48e7efb5-ca39-0410-a469-dd3cf9ba447f
67717
67718 commit b9c27830674f1ed54f9553d4cd517842acc1aab1
67719 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
67720 Date:   Tue Aug 19 15:48:47 2008 +0000
67721
67722     last change of cpp wrappers for msg
67723     
67724     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5894 48e7efb5-ca39-0410-a469-dd3cf9ba447f
67725
67726 commit a6aaba20655bd0936e02369871764649b740c04b
67727 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
67728 Date:   Mon Aug 11 12:41:06 2008 +0000
67729
67730     an absent-mindedness
67731     
67732     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5893 48e7efb5-ca39-0410-a469-dd3cf9ba447f
67733
67734 commit 0014ed4ef5b8ae67290c38883d123ab98e418ed3
67735 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
67736 Date:   Mon Aug 11 12:10:18 2008 +0000
67737
67738     The default alias name is now build from the name of the host of the process and its name (<hostname>:<processname>)
67739     
67740     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5892 48e7efb5-ca39-0410-a469-dd3cf9ba447f
67741
67742 commit 1048d75232893b20a4f7b167e4fa9bc23fce0cd2
67743 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
67744 Date:   Mon Aug 11 12:09:46 2008 +0000
67745
67746     The default alias name is now build from the name of the host of the process and its name (<hostname>:<processname>)
67747     
67748     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5891 48e7efb5-ca39-0410-a469-dd3cf9ba447f
67749
67750 commit 27f5ac79b234dff754ffaa4ce1e5bb1de5b465fb
67751 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
67752 Date:   Mon Aug 11 12:04:44 2008 +0000
67753
67754     Remove all indefinite variables
67755     
67756     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5890 48e7efb5-ca39-0410-a469-dd3cf9ba447f
67757
67758 commit a8364b1c1c33a8b376e06812c9a54b0830f11d63
67759 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
67760 Date:   Mon Aug 11 12:03:43 2008 +0000
67761
67762     If the length of the description is more than 76 characters replace it by the name of the Tesh file.
67763     
67764     
67765     
67766     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5889 48e7efb5-ca39-0410-a469-dd3cf9ba447f
67767
67768 commit f78357894fdaf1f21afbb5b917e3f98f9b136a9e
67769 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
67770 Date:   Mon Aug 11 11:58:39 2008 +0000
67771
67772     enable some tesh files.
67773     
67774     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5888 48e7efb5-ca39-0410-a469-dd3cf9ba447f
67775
67776 commit 4772ac73b83ddffd367f6d7479a57c20e3b8c2a3
67777 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
67778 Date:   Mon Aug 11 11:57:41 2008 +0000
67779
67780     just delete some blank lines
67781     
67782     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5887 48e7efb5-ca39-0410-a469-dd3cf9ba447f
67783
67784 commit 71d120f1da8c860ec8f3b25a67b030bf77bd09c4
67785 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
67786 Date:   Wed Jul 16 14:43:32 2008 +0000
67787
67788     Use err_line instead command->context->line to display the last err line.
67789     
67790     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5886 48e7efb5-ca39-0410-a469-dd3cf9ba447f
67791
67792 commit 15267ff3ab787941c864cc3847c066e77e6a4672
67793 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
67794 Date:   Wed Jul 16 13:52:42 2008 +0000
67795
67796     Remove CXX examples (compile them separately)
67797     
67798     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5885 48e7efb5-ca39-0410-a469-dd3cf9ba447f
67799
67800 commit ff9763962bcc2d9fe0e6c51f7511d930c7d4b79c
67801 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
67802 Date:   Mon Jul 14 09:29:39 2008 +0000
67803
67804     Autogenerated file.
67805     
67806     
67807     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5884 48e7efb5-ca39-0410-a469-dd3cf9ba447f
67808
67809 commit 93425711d72657a979fd9188202ec63a35574fb5
67810 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
67811 Date:   Mon Jul 14 09:29:30 2008 +0000
67812
67813     Add Tchimou's illustration of an old bug to the tests.
67814     
67815     
67816     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5883 48e7efb5-ca39-0410-a469-dd3cf9ba447f
67817
67818 commit 71bb34a2e9a56313a8d924a3048efc2575031b96
67819 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
67820 Date:   Mon Jul 14 09:29:23 2008 +0000
67821
67822     Update expected output after rewrite of the sharing function for the ptask_L07 model.
67823     
67824     I don't know whether the new output is correct but I know for sure
67825     that the previous expected output was bogus (try the
67826     --log=surf.thres=debug option... the value of a variable was larger
67827     than its bound).
67828     
67829     
67830     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5882 48e7efb5-ca39-0410-a469-dd3cf9ba447f
67831
67832 commit d276a42405091143c5b3e204d38068c4cec47904
67833 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
67834 Date:   Mon Jul 14 09:29:18 2008 +0000
67835
67836     Complete rewrite of the sharing function for the ptask_L07 model.
67837     
67838     
67839     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5881 48e7efb5-ca39-0410-a469-dd3cf9ba447f
67840
67841 commit 17a563e97cbbe0697ddcc73fadf9af2684ba564f
67842 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
67843 Date:   Mon Jul 14 09:29:10 2008 +0000
67844
67845     Don't be a sissy! Abort when there is something wrong.
67846     
67847     
67848     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5880 48e7efb5-ca39-0410-a469-dd3cf9ba447f
67849
67850 commit 9d7592acc525f30bc2378b395b0a34883cb32d62
67851 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
67852 Date:   Mon Jul 14 09:29:01 2008 +0000
67853
67854     Do not mix unix and msdos linefeeds. I've used dos2unix to fix that.
67855     
67856     
67857     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5879 48e7efb5-ca39-0410-a469-dd3cf9ba447f
67858
67859 commit bbacd84a93fff82660561b91b07a201dd80c8be6
67860 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
67861 Date:   Mon Jul 14 09:28:53 2008 +0000
67862
67863     Update expected output after fixing a bug raised by Tchimou (2008-06-24 15:14:42)
67864     
67865     
67866     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5878 48e7efb5-ca39-0410-a469-dd3cf9ba447f
67867
67868 commit 36c47745cbd89c47c36769941974bdfe210b5f53
67869 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
67870 Date:   Sat Jul 12 15:20:11 2008 +0000
67871
67872     Add endofline at end of file
67873     
67874     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5877 48e7efb5-ca39-0410-a469-dd3cf9ba447f
67875
67876 commit fa8593152383cea9ef8daa8b243b43f8366676f7
67877 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
67878 Date:   Sat Jul 12 12:57:50 2008 +0000
67879
67880     Add jmsg_application_handler.c to the libs
67881     
67882     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5876 48e7efb5-ca39-0410-a469-dd3cf9ba447f
67883
67884 commit 8b7f303a6ad312a8e7ca0e6e080d82d269792e3d
67885 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
67886 Date:   Sat Jul 12 11:20:06 2008 +0000
67887
67888     Add new line at the end of the file, to avoid a gcc warning (turned into error by -Werror)
67889     
67890     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5875 48e7efb5-ca39-0410-a469-dd3cf9ba447f
67891
67892 commit cc1da217b4faadf637086242e33a9bd81b87fc9a
67893 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
67894 Date:   Fri Jul 11 15:28:33 2008 +0000
67895
67896     Add the new cxx examples in the project.
67897     
67898     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5874 48e7efb5-ca39-0410-a469-dd3cf9ba447f
67899
67900 commit 089f899f25d7f8d0a1f30f3f789a491db60d0d1b
67901 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
67902 Date:   Fri Jul 11 15:27:45 2008 +0000
67903
67904     Visual C++ project of the C++ version of Msg. For the moment the name of the library is SimGrid but this name can change.
67905     
67906     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5873 48e7efb5-ca39-0410-a469-dd3cf9ba447f
67907
67908 commit e66dbe6a44abdbf89e3659dca849a9281b623eb1
67909 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
67910 Date:   Fri Jul 11 15:25:14 2008 +0000
67911
67912     Update some options of the compiler for the mode debug
67913     
67914     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5872 48e7efb5-ca39-0410-a469-dd3cf9ba447f
67915
67916 commit ed0538958d148f641416687454e0eae197607d65
67917 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
67918 Date:   Fri Jul 11 15:22:31 2008 +0000
67919
67920     includes the java examples Tesh files
67921     
67922     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5871 48e7efb5-ca39-0410-a469-dd3cf9ba447f
67923
67924 commit 45f85d7a3396f79742a972fb76647631a998818f
67925 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
67926 Date:   Fri Jul 11 15:21:01 2008 +0000
67927
67928     The c++ examples Tesh files.
67929     
67930     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5870 48e7efb5-ca39-0410-a469-dd3cf9ba447f
67931
67932 commit ac264ff9a3712dbd4f0bf37bd3bede449c05e8f1
67933 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
67934 Date:   Fri Jul 11 15:19:25 2008 +0000
67935
67936     includes the c++ examples Tesh files
67937     
67938     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5869 48e7efb5-ca39-0410-a469-dd3cf9ba447f
67939
67940 commit 2f365a035bbf2eba1478f28218eac2062ea1248c
67941 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
67942 Date:   Fri Jul 11 15:18:24 2008 +0000
67943
67944     The JNI interface for the Java ApplicationHandler
67945     
67946     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5868 48e7efb5-ca39-0410-a469-dd3cf9ba447f
67947
67948 commit e4a838912f1f5eb1009af6e7e3328e69a81578c4
67949 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
67950 Date:   Fri Jul 11 15:16:45 2008 +0000
67951
67952     Use now the SimGrid parser instead of Xerces.
67953     
67954     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5867 48e7efb5-ca39-0410-a469-dd3cf9ba447f
67955
67956 commit 13ab86ee48bea707ffb0041659f65dac2351c6d5
67957 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
67958 Date:   Fri Jul 11 15:14:45 2008 +0000
67959
67960     A string utility class and a new Exception (used to throw out of band exception)
67961     
67962     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5866 48e7efb5-ca39-0410-a469-dd3cf9ba447f
67963
67964 commit eed6e6f89161ef7ed3c153aed6711ff8ce0df837
67965 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
67966 Date:   Fri Jul 11 15:13:11 2008 +0000
67967
67968     Some code refactoring
67969     
67970     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5865 48e7efb5-ca39-0410-a469-dd3cf9ba447f
67971
67972 commit 1282bea34802164b8173a518bcd379fd845bb684
67973 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
67974 Date:   Fri Jul 11 15:11:48 2008 +0000
67975
67976     All of the examples use now the StringHelp class to simplify the string manipulation.
67977     
67978     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5864 48e7efb5-ca39-0410-a469-dd3cf9ba447f
67979
67980 commit 3e6681e4afe3de3b276fa3ce53baf06730cae06f
67981 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
67982 Date:   Wed Jul 9 08:06:42 2008 +0000
67983
67984     Implementation of the Java native function deployAppliction()
67985     
67986     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5863 48e7efb5-ca39-0410-a469-dd3cf9ba447f
67987
67988 commit 1037987174e34ec2ea483da79d651c7e2e16e83e
67989 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
67990 Date:   Wed Jul 9 08:05:20 2008 +0000
67991
67992     Add to new utility functions :
67993     jxbt_get_static_jmethod() and jxbt_get_static_smethod() to get the static method of a Java class.
67994     
67995     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5862 48e7efb5-ca39-0410-a469-dd3cf9ba447f
67996
67997 commit 8963831bbd6c10389bc103e579afe2d632262d95
67998 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
67999 Date:   Tue Jul 8 12:31:06 2008 +0000
68000
68001     Details of this changes:
68002     
68003     src/msg/private.h
68004                 export msg_global for MSG4C++
68005                 extern C for C compatibility on C++ compilers
68006                 renaming using fields in refcount
68007     
68008     src/msg/mailbox.c
68009     src/msg/task.c
68010     src/msg/gos.c
68011     src/xbt/xbt_sg_synchro.c
68012     src/simix/private.h
68013     src/simix/smx_synchro.c
68014     src/include/surf/surf.h
68015     src/surf/cpu.c
68016     src/surf/network.c
68017     src/surf/workstation_ptask_L07.c
68018     src/surf/network_constant.c
68019     
68020                 renaming using fields in refcount
68021     
68022     src/msg/mailbox.h
68023                 export some mailbox functions for MSG4C++
68024     
68025     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5861 48e7efb5-ca39-0410-a469-dd3cf9ba447f
68026
68027 commit 35a3808b5d107697da3f569a0a2566cefa1c2070
68028 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
68029 Date:   Tue Jul 8 09:16:50 2008 +0000
68030
68031     Add extern "C" declaration to preserve the compatibility of the C code on C++ compilers.
68032     
68033     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5860 48e7efb5-ca39-0410-a469-dd3cf9ba447f
68034
68035 commit 2561751468e43c42e5a7a1cf24417cdd71675ee6
68036 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
68037 Date:   Tue Jul 8 08:55:57 2008 +0000
68038
68039     The visual C++ project of the C++ API of Msg
68040     
68041     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5859 48e7efb5-ca39-0410-a469-dd3cf9ba447f
68042
68043 commit 45fc9b393d412fb043fadf8e660fa6a137125f45
68044 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
68045 Date:   Tue Jul 8 08:53:23 2008 +0000
68046
68047     delete the process at the end of the main method
68048     
68049     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5858 48e7efb5-ca39-0410-a469-dd3cf9ba447f
68050
68051 commit 8bed05033724fb48c90cdc76f30a4d5ebcc050a5
68052 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
68053 Date:   Tue Jul 8 08:52:36 2008 +0000
68054
68055     not needed now
68056     
68057     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5857 48e7efb5-ca39-0410-a469-dd3cf9ba447f
68058
68059 commit 846b7de4a868bf8dc1270f76a01c33738576694d
68060 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
68061 Date:   Tue Jul 8 08:51:27 2008 +0000
68062
68063     Use pointers instead references.
68064     
68065     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5856 48e7efb5-ca39-0410-a469-dd3cf9ba447f
68066
68067 commit 2abf25f94d9a3fd19a5d85637d6758932be8b047
68068 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
68069 Date:   Thu Jul 3 16:59:47 2008 +0000
68070
68071     Examples of CPP versions of Msg
68072     
68073     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5855 48e7efb5-ca39-0410-a469-dd3cf9ba447f
68074
68075 commit 2371d0c1060589bd7b8757f47974ceaa906e0dba
68076 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
68077 Date:   Thu Jul 3 16:58:25 2008 +0000
68078
68079     Some new classes of CPP version of Msg
68080     
68081     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5854 48e7efb5-ca39-0410-a469-dd3cf9ba447f
68082
68083 commit e133a950865071b1c006387e915d39989a53c8cd
68084 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
68085 Date:   Thu Jul 3 16:56:29 2008 +0000
68086
68087     Last Changes of CPP version of Msg
68088     
68089     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5853 48e7efb5-ca39-0410-a469-dd3cf9ba447f
68090
68091 commit 4a658fbeb72a247b1025ed07de8368e5cc9fcec9
68092 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
68093 Date:   Mon Jun 30 09:57:43 2008 +0000
68094
68095     Avoid some warning on the string format
68096     
68097     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5851 48e7efb5-ca39-0410-a469-dd3cf9ba447f
68098
68099 commit 09b1729e9a4d79601c892b17733fb2b7280ec031
68100 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
68101 Date:   Fri Jun 27 14:15:08 2008 +0000
68102
68103     var.tesh also contains an inclusion of catch-return.tesh
68104     
68105     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5850 48e7efb5-ca39-0410-a469-dd3cf9ba447f
68106
68107 commit 563955262ad3325677f1021c2bafd7c369585bf4
68108 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
68109 Date:   Fri Jun 27 14:05:39 2008 +0000
68110
68111     Some change concerning the display of the summary
68112     
68113     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5849 48e7efb5-ca39-0410-a469-dd3cf9ba447f
68114
68115 commit 5bd2206ed9d69856c881db278eff2e62c13f690a
68116 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
68117 Date:   Fri Jun 27 14:04:17 2008 +0000
68118
68119     comment the catch-signal for the week-end (avoid the modal dialog displayed some time by windows when a SIGSEGV occurs)
68120     
68121     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5848 48e7efb5-ca39-0410-a469-dd3cf9ba447f
68122
68123 commit 9066eed5581df87bf07b63f0afd2155e75c24d65
68124 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
68125 Date:   Fri Jun 27 13:48:30 2008 +0000
68126
68127     Visual C++ projects do not use the UNICODE characters set and use the C ANSI Compilation (before the release mode of the examples use C++ compilation).
68128     
68129     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5847 48e7efb5-ca39-0410-a469-dd3cf9ba447f
68130
68131 commit fd07acc45f0e8aa9b7e4a511054962c0eca72fca
68132 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
68133 Date:   Fri Jun 27 13:46:18 2008 +0000
68134
68135     use %#x format instead of %p because Windows and Linux use it in differently.
68136     This is cause an output different in the tesh files.
68137     
68138     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5846 48e7efb5-ca39-0410-a469-dd3cf9ba447f
68139
68140 commit 3ff2039cedba2452a6f487e8d4111cf429c6749f
68141 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
68142 Date:   Fri Jun 27 13:05:15 2008 +0000
68143
68144     This file includes all the tesh files relative with the SimGrid examples.
68145     
68146     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5845 48e7efb5-ca39-0410-a469-dd3cf9ba447f
68147
68148 commit 824be6a65be336a4727708bc364cecddd6c7f5ca
68149 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
68150 Date:   Fri Jun 27 13:03:42 2008 +0000
68151
68152     By default, the output of floating point numbers by functions such as printf, wprintf, and related functions in the Visual C++ Standard C library prints three digits for the exponent.
68153     So I change this behavior by using the function _set_output_format. Otherwise tesh detect an output difference in test file relative with send/receive and priority samples.
68154     
68155     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5844 48e7efb5-ca39-0410-a469-dd3cf9ba447f
68156
68157 commit eff676f69a1e885f40f66b5aa5873d70782efe8e
68158 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
68159 Date:   Fri Jun 27 11:45:14 2008 +0000
68160
68161     Enhanced gtnets example program now remaining feature is active.
68162     
68163     
68164     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5843 48e7efb5-ca39-0410-a469-dd3cf9ba447f
68165
68166 commit 4c1f95f6c56aa5674fe4e7a9a957c85bb1f87b50
68167 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
68168 Date:   Thu Jun 26 21:04:59 2008 +0000
68169
68170     Fix documentation
68171     
68172     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5842 48e7efb5-ca39-0410-a469-dd3cf9ba447f
68173
68174 commit a5988c03d27fda6e3dcfc0b3244e64508641b420
68175 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
68176 Date:   Thu Jun 26 14:19:22 2008 +0000
68177
68178     Because Builbot builder transforms all environment variable names in UPPERCASE, i am obliged to transform all the Tesh variables names in UPPERCASE too.
68179     
68180     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5839 48e7efb5-ca39-0410-a469-dd3cf9ba447f
68181
68182 commit 3a1b55b1470929f3b16cc7ba617d3456dd23c8d1
68183 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
68184 Date:   Thu Jun 26 13:57:26 2008 +0000
68185
68186     Autogenerated file...
68187     
68188     
68189     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5838 48e7efb5-ca39-0410-a469-dd3cf9ba447f
68190
68191 commit 30441110254eb9ebcdc9996188b77c3b37134796
68192 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
68193 Date:   Thu Jun 26 13:57:23 2008 +0000
68194
68195     Add a tesh file for gtnets.
68196     
68197     
68198     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5837 48e7efb5-ca39-0410-a469-dd3cf9ba447f
68199
68200 commit 3b5517b2f8861cb5e0765ab8bde3e9bd7aa3a303
68201 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
68202 Date:   Thu Jun 26 13:29:06 2008 +0000
68203
68204     remove debug utility
68205     
68206     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5836 48e7efb5-ca39-0410-a469-dd3cf9ba447f
68207
68208 commit f0019122700792b954b38d5e2a8b8a40d15e49fd
68209 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
68210 Date:   Thu Jun 26 13:10:41 2008 +0000
68211
68212     Only for Debug
68213     
68214     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5833 48e7efb5-ca39-0410-a469-dd3cf9ba447f
68215
68216 commit 0ae958a018cce6c79b39711984a4875a516e4e6b
68217 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
68218 Date:   Thu Jun 26 11:48:27 2008 +0000
68219
68220     remove none needed backslashes in the path of the files.
68221     
68222     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5832 48e7efb5-ca39-0410-a469-dd3cf9ba447f
68223
68224 commit 550117801842ae4fdc9c9d33ecbdba20160c7667
68225 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
68226 Date:   Thu Jun 26 11:46:56 2008 +0000
68227
68228     To avoid the situation where cat create the temp file but do no yet write in, and delayed_cat opens the file and directly read EOF file.
68229     Also ensure that what we read is written.
68230     
68231     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5831 48e7efb5-ca39-0410-a469-dd3cf9ba447f
68232
68233 commit 0a85e65157b92517d4c00e9988d5862b5f018cd3
68234 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
68235 Date:   Thu Jun 26 11:00:33 2008 +0000
68236
68237     Corrected bug update in action->remain.
68238     
68239     
68240     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5830 48e7efb5-ca39-0410-a469-dd3cf9ba447f
68241
68242 commit 0c1874fdd0c94bd3126f7440eaf36610832b0432
68243 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
68244 Date:   Thu Jun 26 11:00:30 2008 +0000
68245
68246     Cosmetic, error prone comment erased.
68247     
68248     
68249     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5829 48e7efb5-ca39-0410-a469-dd3cf9ba447f
68250
68251 commit e2abd458b1e8ae7517575b3f116065836250214f
68252 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
68253 Date:   Thu Jun 26 11:00:25 2008 +0000
68254
68255     Adapted to the new get total received interface.
68256     
68257     
68258     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5828 48e7efb5-ca39-0410-a469-dd3cf9ba447f
68259
68260 commit 1350ddbc8f518bf9f4701bdfc3ba843d3b2a0a4b
68261 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
68262 Date:   Thu Jun 26 08:30:13 2008 +0000
68263
68264     Revalidate (once again) the output
68265     
68266     
68267     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5827 48e7efb5-ca39-0410-a469-dd3cf9ba447f
68268
68269 commit 9d844bfb224bc31ba7f9a338db4f21cca18673d5
68270 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
68271 Date:   Wed Jun 25 17:49:16 2008 +0000
68272
68273     Make sure that we use Cat.exe on Windows instead cat.exe (mingw32).
68274     
68275     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5826 48e7efb5-ca39-0410-a469-dd3cf9ba447f
68276
68277 commit 760d1431b7623ef2930be4f01953fe54cdac7642
68278 Author: eyraudl <eyraudl@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
68279 Date:   Wed Jun 25 15:51:20 2008 +0000
68280
68281     Adapt to version 2 of platform files
68282     
68283     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5824 48e7efb5-ca39-0410-a469-dd3cf9ba447f
68284
68285 commit 33c343e90884708b2c9b64af35a9b39f4caf13a7
68286 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
68287 Date:   Wed Jun 25 15:08:29 2008 +0000
68288
68289     Patching it does not seem to work remaining communication temporaly disabled.
68290     
68291     
68292     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5822 48e7efb5-ca39-0410-a469-dd3cf9ba447f
68293
68294 commit de4f4741cf1811ceeedc821d7a90a0fea332525b
68295 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
68296 Date:   Wed Jun 25 15:08:25 2008 +0000
68297
68298     Minimize forking effort in network_model.
68299     
68300     
68301     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5821 48e7efb5-ca39-0410-a469-dd3cf9ba447f
68302
68303 commit 444f81fce99c380f3ca1484e3804b0a076696cdc
68304 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
68305 Date:   Wed Jun 25 15:08:22 2008 +0000
68306
68307     cosmetics
68308     
68309     
68310     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5820 48e7efb5-ca39-0410-a469-dd3cf9ba447f
68311
68312 commit 50ccdf9c8b1e331e07a6e3ae93720256715738e9
68313 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
68314 Date:   Wed Jun 25 15:08:19 2008 +0000
68315
68316     various cleanups
68317     
68318     
68319     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5819 48e7efb5-ca39-0410-a469-dd3cf9ba447f
68320
68321 commit 96a995dda6dde26689cf54652777ab3b2687e6fc
68322 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
68323 Date:   Wed Jun 25 15:08:16 2008 +0000
68324
68325     use smaller messages
68326     
68327     
68328     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5818 48e7efb5-ca39-0410-a469-dd3cf9ba447f
68329
68330 commit 08df1a8222ae79ae145533fff43f069be907efc6
68331 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
68332 Date:   Wed Jun 25 15:08:12 2008 +0000
68333
68334     Enhanced print_topology function.
68335     
68336     
68337     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5817 48e7efb5-ca39-0410-a469-dd3cf9ba447f
68338
68339 commit 293fd3688edf10b5aa587ef872a9461d0cc6737a
68340 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
68341 Date:   Wed Jun 25 15:08:08 2008 +0000
68342
68343     Cleaning up and multiprocess safer forking approach.
68344     
68345     
68346     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5816 48e7efb5-ca39-0410-a469-dd3cf9ba447f
68347
68348 commit 1657f21a5d6f8acc62a892f71746505a5fbce74c
68349 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
68350 Date:   Wed Jun 25 15:08:04 2008 +0000
68351
68352     include portable.h at the right location (Yes, we really need it here...).
68353     
68354     
68355     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5815 48e7efb5-ca39-0410-a469-dd3cf9ba447f
68356
68357 commit 22a27e1ff73c67b5e2669763394a44e9a3c75201
68358 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
68359 Date:   Wed Jun 25 15:08:00 2008 +0000
68360
68361     Depricated gtnets header, compability with old gtnets versions still granted.
68362     
68363     
68364     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5814 48e7efb5-ca39-0410-a469-dd3cf9ba447f
68365
68366 commit fad0692b1165fd4a30605d958b40f80c3c488fba
68367 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
68368 Date:   Wed Jun 25 15:07:51 2008 +0000
68369
68370     move GTNETS initialization to the right place and comply with the new parser
68371     
68372     
68373     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5813 48e7efb5-ca39-0410-a469-dd3cf9ba447f
68374
68375 commit 882c497838fed2726a176ef39dc3619d415f409f
68376 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
68377 Date:   Wed Jun 25 14:53:03 2008 +0000
68378
68379     Add the two new Tesh suites of SimDag  in the Tesh unit SimGrid.tesh.
68380     
68381     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5812 48e7efb5-ca39-0410-a469-dd3cf9ba447f
68382
68383 commit 557e4f2d3549c08dc4f3372ee74f41adc041f7b3
68384 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
68385 Date:   Wed Jun 25 14:52:16 2008 +0000
68386
68387     Add the two new Tesh suites of SimDag in the Windows solution.
68388     
68389     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5811 48e7efb5-ca39-0410-a469-dd3cf9ba447f
68390
68391 commit bc9be7bf43e7af7aadf638e4ce79f6d5547e935d
68392 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
68393 Date:   Wed Jun 25 14:51:19 2008 +0000
68394
68395     Visual C Projects of simdag/platforms Tesh suite.
68396     
68397     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5810 48e7efb5-ca39-0410-a469-dd3cf9ba447f
68398
68399 commit 60a8ff5d9cd01ef8952498dbeda34441df6595b2
68400 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
68401 Date:   Wed Jun 25 14:49:07 2008 +0000
68402
68403     unistd header does not exist on Windows.
68404     
68405     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5809 48e7efb5-ca39-0410-a469-dd3cf9ba447f
68406
68407 commit bb6ac9c6781e2639da8957ccf08957974d6ce697
68408 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
68409 Date:   Wed Jun 25 14:47:58 2008 +0000
68410
68411     Windows version of rand_r() and drand48()functions.
68412     
68413     
68414     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5808 48e7efb5-ca39-0410-a469-dd3cf9ba447f
68415
68416 commit 334f26acf8180a88457264c9d65eb5bc1a578d35
68417 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
68418 Date:   Wed Jun 25 08:02:33 2008 +0000
68419
68420     Update the compiler option for Release mode.
68421     
68422     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5807 48e7efb5-ca39-0410-a469-dd3cf9ba447f
68423
68424 commit c316f5e2525800091c4b0ef9f29e160b6b63d7e1
68425 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
68426 Date:   Wed Jun 25 08:00:29 2008 +0000
68427
68428     Include all the SimDag tesh files and XBT. Replace all.tesh.
68429     
68430     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5806 48e7efb5-ca39-0410-a469-dd3cf9ba447f
68431
68432 commit 621f51ac6544a50a00bd66416e77653e381018ea
68433 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
68434 Date:   Wed Jun 25 07:58:43 2008 +0000
68435
68436     Remplaced by the file SimGrid.tesh
68437     
68438     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5805 48e7efb5-ca39-0410-a469-dd3cf9ba447f
68439
68440 commit 69cc879017715cd194425788816d329712ce2487
68441 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
68442 Date:   Wed Jun 25 07:55:40 2008 +0000
68443
68444     Windows configuration of the environment of SimGrid and Tesh.
68445     Define all the environment variables used by VCBuild to build the Visual C projects of SimGrid and define some variables used by Tesh.
68446     
68447     
68448     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5804 48e7efb5-ca39-0410-a469-dd3cf9ba447f
68449
68450 commit ee964dcd8dbf778a1e2adad6c32ddd6914d85449
68451 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
68452 Date:   Wed Jun 25 07:53:01 2008 +0000
68453
68454     The path of tesh is added in the environment variable PATH so, do not use the relative path of tesh but simply tesh.
68455     
68456     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5803 48e7efb5-ca39-0410-a469-dd3cf9ba447f
68457
68458 commit b60e90a0d13919269803386169e3da3aa8697f79
68459 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
68460 Date:   Wed Jun 25 07:51:15 2008 +0000
68461
68462     Change the directory to the directory defined by the variable teshexample_dir. If this variable is not defined, it will created and its value will be set with the current directory.
68463     
68464     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5802 48e7efb5-ca39-0410-a469-dd3cf9ba447f
68465
68466 commit d2edb0fc3222f79d29568843612fc35df040007e
68467 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
68468 Date:   Wed Jun 25 07:47:59 2008 +0000
68469
68470     Check the length of the description of the unit used in its summary. If the description is too long, the summary display the name of the Tesh file.
68471     
68472     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5801 48e7efb5-ca39-0410-a469-dd3cf9ba447f
68473
68474 commit fed9d9cc9c216524b967d12066201ed485001550
68475 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
68476 Date:   Wed Jun 25 07:46:44 2008 +0000
68477
68478     Resize the size of the buffer used to store the variables to process.
68479     
68480     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5800 48e7efb5-ca39-0410-a469-dd3cf9ba447f
68481
68482 commit 20a71b3e4267c2bf738d6824b38c17dea043fd9f
68483 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
68484 Date:   Wed Jun 25 07:44:44 2008 +0000
68485
68486     Use strerror() function to display the correct error message.
68487     
68488     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5799 48e7efb5-ca39-0410-a469-dd3cf9ba447f
68489
68490 commit 4572f5975cd92021ba5a660fa5e85abce4ceb70c
68491 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
68492 Date:   Wed Jun 25 07:44:15 2008 +0000
68493
68494     On Windows version of the function getpath(), translate the errno ENOTDIR to ENOENT and ameliorate the function translatepath().
68495     
68496     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5798 48e7efb5-ca39-0410-a469-dd3cf9ba447f
68497
68498 commit a6e33517b4203da32bcdb7bf33a98ecdd2d4ec81
68499 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
68500 Date:   Tue Jun 24 20:35:44 2008 +0000
68501
68502     Introduce a surf_parse_error function to deal with parse errors in the input file: user don't care about the code stack in that context, but want to spot the error in the file. Also, change the brain dead code to deal with foreach radical attribute to a half decent one (at least, we try to do the right thing)
68503     
68504     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5797 48e7efb5-ca39-0410-a469-dd3cf9ba447f
68505
68506 commit abf335889af3a55db956b5baa10f205032db346d
68507 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
68508 Date:   Tue Jun 24 14:04:37 2008 +0000
68509
68510     Autogenerated file
68511     
68512     
68513     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5796 48e7efb5-ca39-0410-a469-dd3cf9ba447f
68514
68515 commit 2f5f41cd822689e734e3992cab93d5a99a894df8
68516 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
68517 Date:   Tue Jun 24 14:03:35 2008 +0000
68518
68519     Add the flatifier update the Makefile accordingly.
68520     
68521     
68522     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5795 48e7efb5-ca39-0410-a469-dd3cf9ba447f
68523
68524 commit dac19120277b2f362a70d06728c645fcca5d4701
68525 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
68526 Date:   Tue Jun 24 14:02:55 2008 +0000
68527
68528     New files by FS.
68529     
68530     
68531     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5794 48e7efb5-ca39-0410-a469-dd3cf9ba447f
68532
68533 commit cafd59a301e2a958d31718427a03111f8cc1df2f
68534 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
68535 Date:   Tue Jun 24 13:14:42 2008 +0000
68536
68537     Fix the bug raised by Tchimou.
68538     
68539     
68540     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5793 48e7efb5-ca39-0410-a469-dd3cf9ba447f
68541
68542 commit 9b753d1d450c04472b123ce8869126dfe5e3825c
68543 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
68544 Date:   Fri Jun 20 13:17:23 2008 +0000
68545
68546     Reintroduce some changes removed by previous commit of Malek
68547     
68548     
68549     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5791 48e7efb5-ca39-0410-a469-dd3cf9ba447f
68550
68551 commit 7e1a1e4edb3ef826823e82b51388bc0a8d70af76
68552 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
68553 Date:   Fri Jun 20 13:04:52 2008 +0000
68554
68555     Remove a non functional project.
68556     
68557     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5790 48e7efb5-ca39-0410-a469-dd3cf9ba447f
68558
68559 commit 8850c68a8678c92d92558a8c7d81c7dd4487b6cb
68560 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
68561 Date:   Fri Jun 20 12:58:39 2008 +0000
68562
68563     Update the compiler options of the SimGrid DLL project and add the new projects of the teshsuite to the solution.
68564     
68565     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5789 48e7efb5-ca39-0410-a469-dd3cf9ba447f
68566
68567 commit 4f70acecaf42790bac86a1df64963313d004f1fb
68568 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
68569 Date:   Fri Jun 20 12:56:55 2008 +0000
68570
68571     Change some compiler options of the Visual C++ projects
68572     
68573     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5788 48e7efb5-ca39-0410-a469-dd3cf9ba447f
68574
68575 commit 0873e98ba1254b722cea4cf68002a729cf467e3a
68576 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
68577 Date:   Fri Jun 20 12:53:59 2008 +0000
68578
68579     Add Visual C++ project of the example: metaxml
68580     
68581     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5787 48e7efb5-ca39-0410-a469-dd3cf9ba447f
68582
68583 commit 766ea054be8f595c5c692c89603697811e797d74
68584 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
68585 Date:   Fri Jun 20 12:52:21 2008 +0000
68586
68587     Update compiler options of the Visual C++ project
68588     
68589     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5786 48e7efb5-ca39-0410-a469-dd3cf9ba447f
68590
68591 commit 16b7c469a260278a64f95101c062e2b0792164d7
68592 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
68593 Date:   Fri Jun 20 12:50:23 2008 +0000
68594
68595     Visual C++ project of SimGrid teshsuite
68596     
68597     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5785 48e7efb5-ca39-0410-a469-dd3cf9ba447f
68598
68599 commit bcee12262f157b5a931b52ff5f32855888c6202d
68600 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
68601 Date:   Fri Jun 20 12:40:48 2008 +0000
68602
68603     Ansi C declaration of variables.
68604     
68605     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5784 48e7efb5-ca39-0410-a469-dd3cf9ba447f
68606
68607 commit a32955e28e1a04563cdffe672da2632055b389ac
68608 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
68609 Date:   Fri Jun 20 12:37:35 2008 +0000
68610
68611     D meta command doesn't need a `!' before
68612     
68613     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5783 48e7efb5-ca39-0410-a469-dd3cf9ba447f
68614
68615 commit d201a460533e30bc27db56a6ad0b3b462f8ac55f
68616 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
68617 Date:   Fri Jun 20 12:36:24 2008 +0000
68618
68619     Ansi C declaration of variables.
68620     
68621     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5782 48e7efb5-ca39-0410-a469-dd3cf9ba447f
68622
68623 commit 8fff2e00d4ccc43f92e60bbc971289cd003399af
68624 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
68625 Date:   Fri Jun 20 12:28:03 2008 +0000
68626
68627     On Windows - Stack-based Buffer Overrun Detection (/GS option of Visual C++) seems not allow usage of buffer and some examples need a biggest size of buffer.
68628     
68629     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5781 48e7efb5-ca39-0410-a469-dd3cf9ba447f
68630
68631 commit 1175edd91aa4b1e90a0cd822eda961ee21d20a54
68632 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
68633 Date:   Fri Jun 20 12:23:28 2008 +0000
68634
68635     Code refactoring on CPP
68636     
68637     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5780 48e7efb5-ca39-0410-a469-dd3cf9ba447f
68638
68639 commit 43186d1a213aef27ac1cc3b9feb42c01333d4bcf
68640 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
68641 Date:   Fri Jun 20 11:27:41 2008 +0000
68642
68643     disable a warning on Visual C++
68644     
68645     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5779 48e7efb5-ca39-0410-a469-dd3cf9ba447f
68646
68647 commit d6ae7b948dffd7f9268106a86f9de21d7d0a3621
68648 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
68649 Date:   Fri Jun 20 10:20:23 2008 +0000
68650
68651     implement xbt_os_thread_cancel() for windows and make a little changes (test pointer before use it)
68652     
68653     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5778 48e7efb5-ca39-0410-a469-dd3cf9ba447f
68654
68655 commit 657ace25fc9c54a83d3f99f0ee24322e3718089b
68656 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
68657 Date:   Fri Jun 20 10:08:04 2008 +0000
68658
68659     update gras architecture macro to 3 for Visual C++ (little endian, 8 bytes alignment)
68660     
68661     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5777 48e7efb5-ca39-0410-a469-dd3cf9ba447f
68662
68663 commit 07e52eb1f30627a2bc27ebe777ac1dd76b003e1b
68664 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
68665 Date:   Fri Jun 20 10:04:31 2008 +0000
68666
68667     isatty is already declared in io.h
68668     
68669     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5776 48e7efb5-ca39-0410-a469-dd3cf9ba447f
68670
68671 commit ce5ae8aae631ae355b4390babcb1639afcbab172
68672 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
68673 Date:   Fri Jun 20 08:23:00 2008 +0000
68674
68675     The correction of a comment
68676     
68677     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5773 48e7efb5-ca39-0410-a469-dd3cf9ba447f
68678
68679 commit 1c622be53c551a86b0fbf5ce8f2ee2d776f421b2
68680 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
68681 Date:   Thu Jun 19 19:25:28 2008 +0000
68682
68683     last modification of the tesh2 files (variable extend and some corrections)
68684     
68685     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5772 48e7efb5-ca39-0410-a469-dd3cf9ba447f
68686
68687 commit b721afb0365afc75d8f9bb14ab9697411bae931e
68688 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
68689 Date:   Thu Jun 19 09:30:54 2008 +0000
68690
68691     Autogenerated file.
68692     
68693     
68694     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5771 48e7efb5-ca39-0410-a469-dd3cf9ba447f
68695
68696 commit 375bf97d4031bfbb5012e5b28303982224740a1e
68697 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
68698 Date:   Thu Jun 19 09:30:43 2008 +0000
68699
68700     Import of Frederic's files and set up a very basic test (juste parsing the files).
68701     
68702     
68703     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5770 48e7efb5-ca39-0410-a469-dd3cf9ba447f
68704
68705 commit 9a1783a75ff099602980161312fb76e7eacca460
68706 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
68707 Date:   Thu Jun 19 08:32:22 2008 +0000
68708
68709     Ooups, stupid me.
68710     
68711     
68712     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5769 48e7efb5-ca39-0410-a469-dd3cf9ba447f
68713
68714 commit 7725d3bbfb046caa2e0eafc8150ee68aac38ee10
68715 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
68716 Date:   Wed Jun 18 22:27:45 2008 +0000
68717
68718     the prototype of the models in surf changed a looong time ago. I've no damn idea how this one managed to sneak out until now
68719     
68720     
68721     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5768 48e7efb5-ca39-0410-a469-dd3cf9ba447f
68722
68723 commit 4bc35687e386d159ae0fe9e1c8565d644ff6667c
68724 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
68725 Date:   Wed Jun 18 22:23:46 2008 +0000
68726
68727     Use newly created SURF function to indicate whether a link is shared or not.
68728     
68729     
68730     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5767 48e7efb5-ca39-0410-a469-dd3cf9ba447f
68731
68732 commit d1f873975cf6b465d3ba98df6a7b5d664f2d0a55
68733 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
68734 Date:   Wed Jun 18 22:23:39 2008 +0000
68735
68736     Export functions in SURF to indicate whether a link is shared or not.
68737     
68738     
68739     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5766 48e7efb5-ca39-0410-a469-dd3cf9ba447f
68740
68741 commit dcce49e3749a1404035806425a83279328e99f59
68742 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
68743 Date:   Wed Jun 18 22:23:31 2008 +0000
68744
68745     Frederic's patch to get the sharing policy in SimDAG.
68746     
68747     
68748     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5765 48e7efb5-ca39-0410-a469-dd3cf9ba447f
68749
68750 commit f6c8296a49b42adfd95d11d3cc28cade36de7b7b
68751 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
68752 Date:   Wed Jun 18 22:23:25 2008 +0000
68753
68754     cosmetics
68755     
68756     
68757     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5764 48e7efb5-ca39-0410-a469-dd3cf9ba447f
68758
68759 commit 4d7a911a7a8b7d944ecd26db22c577e185f33630
68760 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
68761 Date:   Wed Jun 18 20:27:19 2008 +0000
68762
68763     Commit a tested tesh file now (bummer)
68764     
68765     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5763 48e7efb5-ca39-0410-a469-dd3cf9ba447f
68766
68767 commit 9c3919f7eae0a6d8dc3f739ea48a57c51fdc8a4c
68768 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
68769 Date:   Wed Jun 18 19:54:17 2008 +0000
68770
68771     Update the tesh files of pmm
68772     
68773     
68774     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5762 48e7efb5-ca39-0410-a469-dd3cf9ba447f
68775
68776 commit 15100af1ac1ac431fda361b824ce2c63a55be54b
68777 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
68778 Date:   Wed Jun 18 19:32:41 2008 +0000
68779
68780     Revalidate output: the SIMIX_host_get_table is not in the same order now that hosts are in a dict instead of a fifo
68781     
68782     
68783     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5760 48e7efb5-ca39-0410-a469-dd3cf9ba447f
68784
68785 commit 95fbf33d8c6245484d339e78fda4a06b2cd36700
68786 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
68787 Date:   Wed Jun 18 19:32:32 2008 +0000
68788
68789     this structure traversal was awfully written
68790     
68791     
68792     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5759 48e7efb5-ca39-0410-a469-dd3cf9ba447f
68793
68794 commit 3bda1a7061f2ebe20dbc9beb7b709f2a928b4229
68795 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
68796 Date:   Wed Jun 18 19:32:15 2008 +0000
68797
68798     use a dict to store the smx_hosts since we lookup by name
68799     
68800     
68801     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5758 48e7efb5-ca39-0410-a469-dd3cf9ba447f
68802
68803 commit 981e6c07ffd02fb1110b19f26ddf3118a9199126
68804 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
68805 Date:   Wed Jun 18 15:54:06 2008 +0000
68806
68807     Plug some memleaks.
68808     
68809     
68810     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5756 48e7efb5-ca39-0410-a469-dd3cf9ba447f
68811
68812 commit 200fb4cf89cf885b36a52cfaeb21c2d763ab5cb9
68813 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
68814 Date:   Wed Jun 18 15:54:00 2008 +0000
68815
68816     Plug a memleak.
68817     
68818     
68819     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5755 48e7efb5-ca39-0410-a469-dd3cf9ba447f
68820
68821 commit 0c22d773b874a5f0cc406502dd036694b05c3d2d
68822 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
68823 Date:   Wed Jun 18 14:16:08 2008 +0000
68824
68825     reindent
68826     
68827     
68828     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5652 48e7efb5-ca39-0410-a469-dd3cf9ba447f
68829
68830 commit be7098ec6b72994a7d4effce9566da762ea04ef7
68831 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
68832 Date:   Wed Jun 18 09:36:44 2008 +0000
68833
68834     More informative error messages
68835     
68836     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5645 48e7efb5-ca39-0410-a469-dd3cf9ba447f
68837
68838 commit b6b4d114cf558c844ffe562be65b85bd9a6e4912
68839 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
68840 Date:   Tue Jun 17 20:17:08 2008 +0000
68841
68842     C++ users need love (thanks Kurt).
68843     
68844     
68845     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5644 48e7efb5-ca39-0410-a469-dd3cf9ba447f
68846
68847 commit c935a3ba7a911055c0e1d5469033de505a39a191
68848 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
68849 Date:   Tue Jun 17 19:41:40 2008 +0000
68850
68851     gcc needs uint32_t on windows
68852     
68853     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5643 48e7efb5-ca39-0410-a469-dd3cf9ba447f
68854
68855 commit 0d775b043128e2998cebf822de27eebd9f63afad
68856 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
68857 Date:   Tue Jun 17 19:40:28 2008 +0000
68858
68859     Damn. I forgot to commit the check for the valgrind header. Without this, the patch of Sékou is useless (bummer)
68860     
68861     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5642 48e7efb5-ca39-0410-a469-dd3cf9ba447f
68862
68863 commit 3cc116df6141ab43b28388fc91cd188f8d54618b
68864 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
68865 Date:   Tue Jun 17 19:34:55 2008 +0000
68866
68867     Commit an old figure about the internals of the threading model in SG
68868     
68869     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5641 48e7efb5-ca39-0410-a469-dd3cf9ba447f
68870
68871 commit 950b63c52f7fb038a5b03cb60fe198cba74bf9f6
68872 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
68873 Date:   Tue Jun 17 19:33:39 2008 +0000
68874
68875     Document some of the recent changes (and prepare slowly for RC1)
68876     
68877     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5640 48e7efb5-ca39-0410-a469-dd3cf9ba447f
68878
68879 commit 83154fde481b60d02f99e3cc9783f342e51e857c
68880 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
68881 Date:   Tue Jun 17 19:32:34 2008 +0000
68882
68883     Document the fact that vagrind knows about our ucontext stacks now
68884     
68885     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5639 48e7efb5-ca39-0410-a469-dd3cf9ba447f
68886
68887 commit a108c89423c8fdfd6382248b7c828163cee62abb
68888 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
68889 Date:   Tue Jun 17 18:46:25 2008 +0000
68890
68891     Various cleanups and some more debug
68892     
68893     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5638 48e7efb5-ca39-0410-a469-dd3cf9ba447f
68894
68895 commit e4618d871cc83f0f8e1b5590e7893a009ba02688
68896 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
68897 Date:   Tue Jun 17 14:25:59 2008 +0000
68898
68899     Add a xbt_dict_size function
68900     
68901     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5636 48e7efb5-ca39-0410-a469-dd3cf9ba447f
68902
68903 commit 9642eb5f3dcd31fe02bb21cf90229e6f083346e9
68904 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
68905 Date:   Tue Jun 17 13:55:35 2008 +0000
68906
68907     Update the tesh file...
68908     
68909     
68910     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5635 48e7efb5-ca39-0410-a469-dd3cf9ba447f
68911
68912 commit aabd210b4d26517b0b8df0967bdf51181d37a5ca
68913 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
68914 Date:   Tue Jun 17 13:55:31 2008 +0000
68915
68916     Cleanup: move these frees to the right location.
68917     
68918     
68919     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5634 48e7efb5-ca39-0410-a469-dd3cf9ba447f
68920
68921 commit 3c38df10f5b19109fe02620e289a879c26086f19
68922 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
68923 Date:   Tue Jun 17 13:55:27 2008 +0000
68924
68925     Plug a memleak.
68926     
68927     
68928     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5633 48e7efb5-ca39-0410-a469-dd3cf9ba447f
68929
68930 commit 5b76973ccb7d1f21c6cbbb3199170dc6abf43383
68931 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
68932 Date:   Tue Jun 17 13:55:23 2008 +0000
68933
68934     Plug a memleak.
68935     
68936     
68937     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5632 48e7efb5-ca39-0410-a469-dd3cf9ba447f
68938
68939 commit c887e7aea191b04acc16aecd8508ee881a3f6e50
68940 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
68941 Date:   Tue Jun 17 13:55:18 2008 +0000
68942
68943     fix teshfiles accordingly
68944     
68945     
68946     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5631 48e7efb5-ca39-0410-a469-dd3cf9ba447f
68947
68948 commit de0793f2cd48c8a02e151a4d0e5b1b2c0d396b04
68949 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
68950 Date:   Tue Jun 17 13:55:14 2008 +0000
68951
68952     Plug some memleaks by a cleaner management of surfxml_bufferstack.
68953     
68954     
68955     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5630 48e7efb5-ca39-0410-a469-dd3cf9ba447f
68956
68957 commit 986e097639af0e900f09bd3860dfdc2b4d1434f9
68958 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
68959 Date:   Tue Jun 17 13:55:05 2008 +0000
68960
68961     Plug a memleak.
68962     
68963     
68964     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5629 48e7efb5-ca39-0410-a469-dd3cf9ba447f
68965
68966 commit dc931f15e9d5738c9943bb9bd22ed2c90cb30a39
68967 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
68968 Date:   Tue Jun 17 13:54:54 2008 +0000
68969
68970     Plug a memleak.
68971     
68972     
68973     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5628 48e7efb5-ca39-0410-a469-dd3cf9ba447f
68974
68975 commit ecc321240ca692a825b2223dba57172ed04d74b7
68976 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
68977 Date:   Tue Jun 17 13:54:49 2008 +0000
68978
68979     Plug a memleak.
68980     
68981     
68982     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5627 48e7efb5-ca39-0410-a469-dd3cf9ba447f
68983
68984 commit 35d334f5df5de65c93a77675c3825fbedde916dd
68985 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
68986 Date:   Tue Jun 17 13:54:43 2008 +0000
68987
68988     move set_list initialization to where initializations are done
68989     
68990     
68991     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5626 48e7efb5-ca39-0410-a469-dd3cf9ba447f
68992
68993 commit 5c883f29dd011df0640842b12436d6f5129efd6e
68994 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
68995 Date:   Mon Jun 16 21:05:34 2008 +0000
68996
68997     Finally kill the memleak in the route parsing (I hope).
68998     
68999     
69000     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5623 48e7efb5-ca39-0410-a469-dd3cf9ba447f
69001
69002 commit dfba58804092abb7c4f2fc4fe922bcab23413be2
69003 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
69004 Date:   Mon Jun 16 12:54:12 2008 +0000
69005
69006     Uggly and naughty memleak that caused a lots of performance problems !
69007     
69008     
69009     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5622 48e7efb5-ca39-0410-a469-dd3cf9ba447f
69010
69011 commit 45e08c4a3b81340cc24d5a96fa56e4071ded1e09
69012 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
69013 Date:   Mon Jun 16 12:54:05 2008 +0000
69014
69015     Cosmetics
69016     
69017     
69018     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5621 48e7efb5-ca39-0410-a469-dd3cf9ba447f
69019
69020 commit 13e7c8c49583a842d1b78f4386a1d23b5878da1c
69021 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
69022 Date:   Mon Jun 16 12:53:58 2008 +0000
69023
69024     clean treatment of timeouts and cond_free.
69025     
69026     
69027     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5620 48e7efb5-ca39-0410-a469-dd3cf9ba447f
69028
69029 commit c00bbed928d91a5df600a2a721cc07942dbdc04b
69030 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
69031 Date:   Mon Jun 16 12:53:50 2008 +0000
69032
69033     Yet another harmless optimizations
69034     
69035     
69036     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5619 48e7efb5-ca39-0410-a469-dd3cf9ba447f
69037
69038 commit 5170605771bcf4c4f54c00f8177eb423a6a2f9c2
69039 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
69040 Date:   Mon Jun 16 12:53:41 2008 +0000
69041
69042     Harmless optimization
69043     
69044     
69045     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5618 48e7efb5-ca39-0410-a469-dd3cf9ba447f
69046
69047 commit 61ba1f56206697142f14085360e932c3463030fb
69048 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
69049 Date:   Thu Jun 12 09:39:10 2008 +0000
69050
69051     Potential bug fix.
69052     
69053     It may have happened that this cleanup is not done.
69054     
69055     
69056     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5612 48e7efb5-ca39-0410-a469-dd3cf9ba447f
69057
69058 commit d5f5ca788c99698ca253d21fe88344b0bf026c42
69059 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
69060 Date:   Thu Jun 12 09:39:07 2008 +0000
69061
69062     Bug fix
69063     
69064     This check failed when selecting messages from a given host. It had to
69065     be done even before entering this loop.
69066     
69067     
69068     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5611 48e7efb5-ca39-0410-a469-dd3cf9ba447f
69069
69070 commit 311d21362aff192fe4d49d8cc6ed907e9e3f8fb0
69071 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
69072 Date:   Thu Jun 12 09:38:58 2008 +0000
69073
69074     Add convenient debug function on conditions and use it in simix.
69075     
69076     
69077     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5610 48e7efb5-ca39-0410-a469-dd3cf9ba447f
69078
69079 commit 88f37b6fb2e255b82a42d81005ecb4d40a96fc82
69080 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
69081 Date:   Thu Jun 12 09:38:53 2008 +0000
69082
69083     indent -i2 -kr
69084     
69085     
69086     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5609 48e7efb5-ca39-0410-a469-dd3cf9ba447f
69087
69088 commit 5f42b036f1f1c7b2a3c6f5276eb37d48dd080a45
69089 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
69090 Date:   Thu Jun 12 09:38:48 2008 +0000
69091
69092     dos2unix
69093     
69094     
69095     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5608 48e7efb5-ca39-0410-a469-dd3cf9ba447f
69096
69097 commit 3306173adf8a11cb32a60a7636181a230a7104ee
69098 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
69099 Date:   Thu Jun 12 08:36:20 2008 +0000
69100
69101     Factor most callback definitions.
69102     
69103     
69104     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5607 48e7efb5-ca39-0410-a469-dd3cf9ba447f
69105
69106 commit 5a390251ac26e0a5f46b1fc7b7416b9c33009294
69107 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
69108 Date:   Thu Jun 12 08:07:36 2008 +0000
69109
69110     Allow reinitialization after Martin's last memleak plug.
69111     
69112     
69113     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5606 48e7efb5-ca39-0410-a469-dd3cf9ba447f
69114
69115 commit 0c84313d3072b90158c775fbbee4ee5a32810614
69116 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
69117 Date:   Wed Jun 11 16:02:53 2008 +0000
69118
69119     Plug a memleak.
69120     
69121     
69122     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5604 48e7efb5-ca39-0410-a469-dd3cf9ba447f
69123
69124 commit f16b82f28f1d2115de766375f4ef2e668fcd82ec
69125 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
69126 Date:   Tue Jun 10 15:40:58 2008 +0000
69127
69128     Make cunit memory clean
69129     
69130     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5601 48e7efb5-ca39-0410-a469-dd3cf9ba447f
69131
69132 commit 45cb2841f9c4e7b7117b6ffd9fef5e78c9004931
69133 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
69134 Date:   Tue Jun 10 15:40:10 2008 +0000
69135
69136     plug some little memleaks
69137     
69138     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5600 48e7efb5-ca39-0410-a469-dd3cf9ba447f
69139
69140 commit f3ac24207e20bfbf5f44be62ab5186a14730a0b3
69141 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
69142 Date:   Tue Jun 10 14:00:34 2008 +0000
69143
69144     Minor optimization.
69145     
69146     
69147     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5599 48e7efb5-ca39-0410-a469-dd3cf9ba447f
69148
69149 commit d99408c1b1a29a2af225a238c0f8d84c5277923a
69150 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
69151 Date:   Tue Jun 10 14:00:20 2008 +0000
69152
69153     Get the debug output more verbose
69154     
69155     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5598 48e7efb5-ca39-0410-a469-dd3cf9ba447f
69156
69157 commit 2986bf8ab3123b588a84a423e807b3aae21dda6a
69158 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
69159 Date:   Tue Jun 10 13:23:35 2008 +0000
69160
69161     Clean and reorganize: move some frees to the right locations...
69162     
69163     
69164     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5597 48e7efb5-ca39-0410-a469-dd3cf9ba447f
69165
69166 commit 86cd0192ed278be94c173e011ed9df47a555328a
69167 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
69168 Date:   Tue Jun 10 12:59:38 2008 +0000
69169
69170     Factorize some code in the parser, hide some functions and variables, avoid useless calls, plug some memleaks.
69171     
69172     
69173     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5596 48e7efb5-ca39-0410-a469-dd3cf9ba447f
69174
69175 commit de3dfb527a418c04e54118a3ed7ee83d7ceb2a4c
69176 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
69177 Date:   Tue Jun 10 12:59:32 2008 +0000
69178
69179     Plug a memleak
69180     
69181     
69182     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5595 48e7efb5-ca39-0410-a469-dd3cf9ba447f
69183
69184 commit 7f9fc7c0a4bfe5de9ed8b08edb68cdfbe9eb5742
69185 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
69186 Date:   Tue Jun 10 12:59:26 2008 +0000
69187
69188     Plug memleak.
69189     
69190     
69191     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5594 48e7efb5-ca39-0410-a469-dd3cf9ba447f
69192
69193 commit a1ff7ae4a4545b027588474652a802eb7b25add3
69194 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
69195 Date:   Tue Jun 10 12:00:48 2008 +0000
69196
69197     Some more debug output
69198     
69199     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5593 48e7efb5-ca39-0410-a469-dd3cf9ba447f
69200
69201 commit 21470e468f3d83143e8c553967867e64130e12e6
69202 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
69203 Date:   Tue Jun 10 11:57:57 2008 +0000
69204
69205     plug memleaks
69206     
69207     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5592 48e7efb5-ca39-0410-a469-dd3cf9ba447f
69208
69209 commit 365737b0c6d06b7d405041e092eb3bd6b67c4559
69210 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
69211 Date:   Tue Jun 10 10:04:51 2008 +0000
69212
69213     Oups, I changed the prototype of these functions
69214     
69215     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5591 48e7efb5-ca39-0410-a469-dd3cf9ba447f
69216
69217 commit a49cb4a117b37fc93e5f94ea4eb3a4e0459a3f14
69218 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
69219 Date:   Tue Jun 10 09:55:31 2008 +0000
69220
69221     useless cleanup
69222     
69223     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5590 48e7efb5-ca39-0410-a469-dd3cf9ba447f
69224
69225 commit c65166d5d62b621dc24f397174f6e847ecb6b934
69226 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
69227 Date:   Tue Jun 10 09:08:32 2008 +0000
69228
69229     allow to attribute a rank to slaves in peer groups. This allow to make tests with more predicatable outputs. Also change the example outputs, also to make them more predictable.
69230     
69231     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5589 48e7efb5-ca39-0410-a469-dd3cf9ba447f
69232
69233 commit 5577dbda04698c97299e6cb1640a219a2875210b
69234 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
69235 Date:   Tue Jun 10 07:49:13 2008 +0000
69236
69237     no need to dupplicate the work of svn blame
69238     
69239     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5588 48e7efb5-ca39-0410-a469-dd3cf9ba447f
69240
69241 commit 621412879ee45f47c529d22c170a7186b40471fd
69242 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
69243 Date:   Tue Jun 10 07:45:05 2008 +0000
69244
69245     useless cleanup
69246     
69247     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5587 48e7efb5-ca39-0410-a469-dd3cf9ba447f
69248
69249 commit 3ef58e28c19ec764ab755fa2415cc7cdb6c17f5a
69250 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
69251 Date:   Tue Jun 10 07:39:49 2008 +0000
69252
69253     Cut a now useless dependency of surf.h to portable.h which would have caused the whole simulation world to be recompiled each time we reconfigure the source
69254     
69255     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5586 48e7efb5-ca39-0410-a469-dd3cf9ba447f
69256
69257 commit e469954c6c50ca3d594303279359b5f9fb1411eb
69258 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
69259 Date:   Tue Jun 10 07:31:22 2008 +0000
69260
69261     Remove the surf_*_model_description_size constants. They were hard to compute when we add a new model, and we can go without them by using NULL terminated arrays
69262     
69263     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5585 48e7efb5-ca39-0410-a469-dd3cf9ba447f
69264
69265 commit 6d42f087b6455decd2eb71db29d38d6909fd6165
69266 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
69267 Date:   Mon Jun 9 21:56:41 2008 +0000
69268
69269     Propagate recent modifications of change_host function to java.
69270     
69271     
69272     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5584 48e7efb5-ca39-0410-a469-dd3cf9ba447f
69273
69274 commit 27d91a033ba0229a15e7b2fbae4833156b015c04
69275 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
69276 Date:   Mon Jun 9 15:36:05 2008 +0000
69277
69278     last changes of tesh2
69279     
69280     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5582 48e7efb5-ca39-0410-a469-dd3cf9ba447f
69281
69282 commit 51d69b9600fd0044d0facb4ad91af08efa23471c
69283 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
69284 Date:   Mon Jun 9 11:26:46 2008 +0000
69285
69286     Removed duplicated declaration of surf_network_model_init_GTNETS in network_gtnets.c .
69287     
69288     
69289     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5581 48e7efb5-ca39-0410-a469-dd3cf9ba447f
69290
69291 commit d4edcc6fd526c6817e93bfbc2c268a33609e9cc1
69292 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
69293 Date:   Mon Jun 9 11:26:42 2008 +0000
69294
69295     Added a properties field to struct network_card_GTNETS.
69296     
69297     
69298     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5580 48e7efb5-ca39-0410-a469-dd3cf9ba447f
69299
69300 commit eff7d54e2ea06b3c43ea68fdb165efd0f8e7135f
69301 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
69302 Date:   Mon Jun 9 11:26:39 2008 +0000
69303
69304     Moving init_GTNETS function to the right place.
69305     
69306     
69307     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5579 48e7efb5-ca39-0410-a469-dd3cf9ba447f
69308
69309 commit ea0524ecb6a6250bcf1fc58563e1b0c2078fcbee
69310 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
69311 Date:   Mon Jun 9 11:26:34 2008 +0000
69312
69313     SDP compiling now, added header portable.h to header file and sdp.
69314     
69315     
69316     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5578 48e7efb5-ca39-0410-a469-dd3cf9ba447f
69317
69318 commit 768181fe8c94ad9edcf641d7fe8ed79120860632
69319 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
69320 Date:   Mon Jun 9 11:26:29 2008 +0000
69321
69322     Reno2 now compatible with the new and more appropriated name for define_callbacks (old named parse_file).
69323     
69324     
69325     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5577 48e7efb5-ca39-0410-a469-dd3cf9ba447f
69326
69327 commit 0ae74379239257728e26a139b816a490fd8181f5
69328 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
69329 Date:   Mon Jun 9 11:26:26 2008 +0000
69330
69331     Correct the network_model_description_size in order to include Reno2.
69332     
69333     
69334     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5576 48e7efb5-ca39-0410-a469-dd3cf9ba447f
69335
69336 commit 8a148ae3a296d7cf7532fa636e659a860ad3f943
69337 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
69338 Date:   Mon Jun 9 11:26:22 2008 +0000
69339
69340     Added Reno2, a model that takes 2W/RTT as the utility parameter in the Low proposed Reno bandwidth sharing model.
69341     
69342     
69343     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5575 48e7efb5-ca39-0410-a469-dd3cf9ba447f
69344
69345 commit 881abd8885ef97b5157eb965c87cd71d0294aea8
69346 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
69347 Date:   Mon Jun 9 11:26:18 2008 +0000
69348
69349     Added a function and the bound to the variable structure.
69350     
69351     
69352     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5574 48e7efb5-ca39-0410-a469-dd3cf9ba447f
69353
69354 commit 3415111c9b5acc19a1df8352138fe56d02e35eea
69355 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
69356 Date:   Mon Jun 9 11:26:14 2008 +0000
69357
69358     Added the feature of getting remaining communication from gtnets flows.
69359     
69360     
69361     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5573 48e7efb5-ca39-0410-a469-dd3cf9ba447f
69362
69363 commit 350172a2c7211c5ff9a9cb7d69bfdbb89eded181
69364 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
69365 Date:   Mon Jun 9 11:26:10 2008 +0000
69366
69367     Fixed small bug when running_actions were empty.
69368     
69369     
69370     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5572 48e7efb5-ca39-0410-a469-dd3cf9ba447f
69371
69372 commit 10f23d04cb0a60324df495c7b2e57704b57874b8
69373 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
69374 Date:   Mon Jun 9 11:26:07 2008 +0000
69375
69376     Make GTNETS compatible with new parsing and variable name convention.
69377     
69378     
69379     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5571 48e7efb5-ca39-0410-a469-dd3cf9ba447f
69380
69381 commit af80eb49a15d417e40f06e0d58b74f24052d2c24
69382 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
69383 Date:   Mon Jun 9 11:26:04 2008 +0000
69384
69385     Use the same type name (network_link_GTNETS_t) as in the private header.
69386     
69387     
69388     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5570 48e7efb5-ca39-0410-a469-dd3cf9ba447f
69389
69390 commit 276405fd88b9e0b1f4d8c0ef7cc2a3db2ea23b91
69391 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
69392 Date:   Mon Jun 9 11:26:01 2008 +0000
69393
69394     Better management of additionnal network models
69395     
69396     
69397     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5569 48e7efb5-ca39-0410-a469-dd3cf9ba447f
69398
69399 commit f885aa29e590cb747421ebfe897310e7e99c8658
69400 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
69401 Date:   Mon Jun 9 11:25:57 2008 +0000
69402
69403     Clean up the mess. Now the GTNETS and SDP detection are clean.
69404     
69405     
69406     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5568 48e7efb5-ca39-0410-a469-dd3cf9ba447f
69407
69408 commit fd2f82a8fe8350e92ffe68306cf4a9468c17e3f5
69409 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
69410 Date:   Mon Jun 9 11:25:53 2008 +0000
69411
69412     After extensible reading in automake info files the AC_DEFINE is not used for defining a macro directly it only creates a config.in.h to autoheaders or to the temporary tests. For the moment the best opition is to put this -D... flag for all compilations.
69413     
69414     
69415     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5567 48e7efb5-ca39-0410-a469-dd3cf9ba447f
69416
69417 commit 4782cbf2b807dfaaf2969c2f3a10f68a16fd8e69
69418 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
69419 Date:   Mon Jun 9 09:04:32 2008 +0000
69420
69421     Ensure that the random generator respects the provided mean and standard deviation. Based on a patch from Louis-Claude Canon, thanks
69422     
69423     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5566 48e7efb5-ca39-0410-a469-dd3cf9ba447f
69424
69425 commit d045730df220c1b78e758d1d7a7fc1c6a53a424f
69426 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
69427 Date:   Sat Jun 7 14:09:22 2008 +0000
69428
69429     Rodrigo Righi patch to enable migration.
69430     
69431     
69432     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5565 48e7efb5-ca39-0410-a469-dd3cf9ba447f
69433
69434 commit c1127bf8323be983d065a03ca485252463389e77
69435 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
69436 Date:   Sat Jun 7 13:59:21 2008 +0000
69437
69438     Revalidate "output" avec Benjamin Depardon's bug correction.
69439     
69440     
69441     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5564 48e7efb5-ca39-0410-a469-dd3cf9ba447f
69442
69443 commit e1125ee008d92c7f0bbebc9274d7f44829fa58f9
69444 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
69445 Date:   Sat Jun 7 13:45:22 2008 +0000
69446
69447     Fix the bug raised by Benjamin Depardon.
69448     
69449       The usage of this changed_state attribute was "premature
69450       optimization". The use of FIFO mode complicates the call path and
69451       makes things more complicated. That is why I've finally decide to
69452       use a clean dynar...
69453     
69454     
69455     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5563 48e7efb5-ca39-0410-a469-dd3cf9ba447f
69456
69457 commit 6a2196b36aedada4157b53b11c869cdc49e3788f
69458 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
69459 Date:   Fri Jun 6 15:58:32 2008 +0000
69460
69461     a win32 auto.tesh (because echo test and pwd do not exist on Windows)
69462     
69463     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5562 48e7efb5-ca39-0410-a469-dd3cf9ba447f
69464
69465 commit 54842afbb7202b341fd232f62644fb1f47a15118
69466 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
69467 Date:   Fri Jun 6 15:55:38 2008 +0000
69468
69469     last change of Tesh2
69470     
69471     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5561 48e7efb5-ca39-0410-a469-dd3cf9ba447f
69472
69473 commit 8be60e243e894e53d6c01479c4ba21e5b50dad0e
69474 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
69475 Date:   Fri Jun 6 10:27:48 2008 +0000
69476
69477     Corrected small bug in network model host_number is used instead of card_number.
69478     
69479     
69480     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5555 48e7efb5-ca39-0410-a469-dd3cf9ba447f
69481
69482 commit b37708a6c9f6d751f79782bd598a547c017b81e6
69483 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
69484 Date:   Thu Jun 5 14:34:18 2008 +0000
69485
69486     Some extra check to ensure portability
69487     
69488     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5546 48e7efb5-ca39-0410-a469-dd3cf9ba447f
69489
69490 commit feddb3e3d068d66be616cc2a4eac3b442db4e0b1
69491 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
69492 Date:   Thu Jun 5 14:25:22 2008 +0000
69493
69494     malloc(0) fails on AIX
69495     
69496     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5545 48e7efb5-ca39-0410-a469-dd3cf9ba447f
69497
69498 commit d9c2aa28e5d10813d53d9d4a06bef26910cc189c
69499 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
69500 Date:   Thu Jun 5 10:03:14 2008 +0000
69501
69502     damn ANSI C
69503     
69504     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5541 48e7efb5-ca39-0410-a469-dd3cf9ba447f
69505
69506 commit 1a73f7f292dcbb309a16a06a71202618502c34d7
69507 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
69508 Date:   Wed Jun 4 19:30:36 2008 +0000
69509
69510     Ops, sorry windows. I'll stick to ANSI
69511     
69512     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5540 48e7efb5-ca39-0410-a469-dd3cf9ba447f
69513
69514 commit 2ee8421b7470c34ceef99b437d4c3982b0e2f31b
69515 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
69516 Date:   Wed Jun 4 17:54:32 2008 +0000
69517
69518     not needed (use Cat.c instead)
69519     
69520     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5539 48e7efb5-ca39-0410-a469-dd3cf9ba447f
69521
69522 commit 5e7ffafe86f9a1468bb19ec9c40a68f8eebf6d2e
69523 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
69524 Date:   Wed Jun 4 17:50:44 2008 +0000
69525
69526     a example of Tesh variables
69527     
69528     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5538 48e7efb5-ca39-0410-a469-dd3cf9ba447f
69529
69530 commit 43cf4cd6781986091c55dab5d194785b67a5852f
69531 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
69532 Date:   Wed Jun 4 17:48:52 2008 +0000
69533
69534     not needed
69535     
69536     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5537 48e7efb5-ca39-0410-a469-dd3cf9ba447f
69537
69538 commit b93bbbeb48fa3f92e3f8cf5d2c636ed7e0528a89
69539 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
69540 Date:   Wed Jun 4 17:47:23 2008 +0000
69541
69542     source code to manage the Windows Unix and Mac file formats.
69543     
69544     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5536 48e7efb5-ca39-0410-a469-dd3cf9ba447f
69545
69546 commit 7bdc45248f10911a1b4478cac934042e4c3a8eb8
69547 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
69548 Date:   Wed Jun 4 17:45:41 2008 +0000
69549
69550     source code used to check if a specified command exists (if the command checking is enabled)
69551     
69552     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5535 48e7efb5-ca39-0410-a469-dd3cf9ba447f
69553
69554 commit f3ca1b2ef804a731f8ff98a1c11047baff615928
69555 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
69556 Date:   Wed Jun 4 17:43:42 2008 +0000
69557
69558     a text file which contains the list of sh built-ins.
69559     
69560     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5534 48e7efb5-ca39-0410-a469-dd3cf9ba447f
69561
69562 commit c00a1fd69790d8d63f76d45cabd4f013c1a61eea
69563 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
69564 Date:   Wed Jun 4 17:41:51 2008 +0000
69565
69566     some new files used to check Tesh
69567     
69568     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5533 48e7efb5-ca39-0410-a469-dd3cf9ba447f
69569
69570 commit f2e52e70789159e58204f2cc770dc5f7a4c6498b
69571 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
69572 Date:   Wed Jun 4 17:39:00 2008 +0000
69573
69574     Last corrections of Tesh tool.
69575     
69576     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5532 48e7efb5-ca39-0410-a469-dd3cf9ba447f
69577
69578 commit 5fecf74ce104327729eb6ae5e950e57adb287c27
69579 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
69580 Date:   Wed Jun 4 16:15:44 2008 +0000
69581
69582     kill dead code
69583     
69584     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5531 48e7efb5-ca39-0410-a469-dd3cf9ba447f
69585
69586 commit abcec414741588aaaa8b719ae581b183b2327569
69587 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
69588 Date:   Wed Jun 4 16:11:13 2008 +0000
69589
69590     plug a memleak on thread cancelation (gras listener are always canceled)
69591     
69592     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5530 48e7efb5-ca39-0410-a469-dd3cf9ba447f
69593
69594 commit d9b0f584c1c1e074237ad62082cca02c312899cd
69595 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
69596 Date:   Wed Jun 4 16:09:54 2008 +0000
69597
69598     fix expected output
69599     
69600     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5529 48e7efb5-ca39-0410-a469-dd3cf9ba447f
69601
69602 commit 3d9d98b8db89fbb8b6907f5875e82607712e0731
69603 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
69604 Date:   Wed Jun 4 16:05:55 2008 +0000
69605
69606     Solve the empty_main bug: simply yield main gras thread right after the listener creation so that it gets a chance to finish its initialization before we cancel it right away if the main is empty
69607     
69608     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5528 48e7efb5-ca39-0410-a469-dd3cf9ba447f
69609
69610 commit b77b6baea7aa7e0d4e2fe4772a850af6dbf233d7
69611 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
69612 Date:   Wed Jun 4 16:04:24 2008 +0000
69613
69614     Some more debug output to understand the gras/empty_main bug
69615     
69616     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5527 48e7efb5-ca39-0410-a469-dd3cf9ba447f
69617
69618 commit 34c6518ab6cdb0b402cca01ac045561cba9bd009
69619 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
69620 Date:   Wed Jun 4 15:16:26 2008 +0000
69621
69622     Make sure all the source files have an reference of the copyright and of the licence
69623     
69624     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5526 48e7efb5-ca39-0410-a469-dd3cf9ba447f
69625
69626 commit 001af98d95108465ad06cb0f6668402d29246b86
69627 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
69628 Date:   Tue Jun 3 20:56:06 2008 +0000
69629
69630     Inform valgrind about ucontextes [Sékou Diakite]
69631     
69632     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5512 48e7efb5-ca39-0410-a469-dd3cf9ba447f
69633
69634 commit b98502d1393e861e4173c1dd841e892761bcbb34
69635 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
69636 Date:   Tue Jun 3 20:53:20 2008 +0000
69637
69638     Well. Some of the tests do not fail
69639     
69640     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5511 48e7efb5-ca39-0410-a469-dd3cf9ba447f
69641
69642 commit 5380a8a716781f153e9294c32f43417173e3f090
69643 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
69644 Date:   Tue Jun 3 20:36:52 2008 +0000
69645
69646     Ok, amok tests do fail. I know that, but I'm sick of delaying the release for that piece of code that nobody uses (beside Lionel of course)
69647     
69648     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5510 48e7efb5-ca39-0410-a469-dd3cf9ba447f
69649
69650 commit 6c3094b34f1876804c0f3685b359f855baf852ba
69651 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
69652 Date:   Tue Jun 3 16:04:43 2008 +0000
69653
69654     Well, actually, yes, top_srcdir is supposed to be a relative path. But since it's not in eclipse, let's go for abs_top_srcdir instead of crude hacks around the directory when calling a command from a subdir
69655     
69656     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5509 48e7efb5-ca39-0410-a469-dd3cf9ba447f
69657
69658 commit c818afba85a6fa4a233d1cfd96711585c19e9fbe
69659 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
69660 Date:   Tue Jun 3 15:56:24 2008 +0000
69661
69662     top_srcdir is not supposed to be a relative path
69663     
69664     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5508 48e7efb5-ca39-0410-a469-dd3cf9ba447f
69665
69666 commit d694361c79337e775fce7ee5195bf70e2f611cca
69667 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
69668 Date:   Tue Jun 3 15:53:43 2008 +0000
69669
69670     top_srcdir is not supposed to be a relative path
69671     
69672     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5507 48e7efb5-ca39-0410-a469-dd3cf9ba447f
69673
69674 commit 49ee23364e64238e221aa5a06e142b24d28a7b1c
69675 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
69676 Date:   Tue May 27 10:13:00 2008 +0000
69677
69678     dos2unix + indent
69679     
69680     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5501 48e7efb5-ca39-0410-a469-dd3cf9ba447f
69681
69682 commit c8b31f6c35a1b234a459f0579d5e7ee3a5fa5326
69683 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
69684 Date:   Thu May 22 12:06:20 2008 +0000
69685
69686     the makefile used on bob
69687     
69688     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5496 48e7efb5-ca39-0410-a469-dd3cf9ba447f
69689
69690 commit 7ab8023464d766b0ce5a93cf31009f1178a3a3f2
69691 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
69692 Date:   Thu May 22 12:04:26 2008 +0000
69693
69694     not needed
69695     
69696     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5495 48e7efb5-ca39-0410-a469-dd3cf9ba447f
69697
69698 commit 2dee071f4221411b9d090e693b5fa46ad6ea487a
69699 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
69700 Date:   Wed May 21 18:28:29 2008 +0000
69701
69702     Display any possible format sequence when the user provided an invalid one
69703     
69704     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5493 48e7efb5-ca39-0410-a469-dd3cf9ba447f
69705
69706 commit 2199d5a471ed69291ec95e5919d64e8e79ce50fc
69707 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
69708 Date:   Wed May 21 15:48:07 2008 +0000
69709
69710     These files are missing from the archive sometimes
69711     
69712     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5492 48e7efb5-ca39-0410-a469-dd3cf9ba447f
69713
69714 commit e95781ddd15466ec8f85b88157f5b45db294b878
69715 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
69716 Date:   Wed May 21 15:35:48 2008 +0000
69717
69718     Because of numerical stability issues (once again), the timings are not exactly the same on 32bits and 64bits for the small_sleep test case
69719     
69720     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5491 48e7efb5-ca39-0410-a469-dd3cf9ba447f
69721
69722 commit 3ab4322ccfb0a06d5f9ee784872cd08bb96211c4
69723 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
69724 Date:   Wed May 21 15:29:47 2008 +0000
69725
69726     Damn. The order of events changed again in surf. Revalidate once again
69727     
69728     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5490 48e7efb5-ca39-0410-a469-dd3cf9ba447f
69729
69730 commit 00a6f2179108328c7a1e02f7c671fce23cab7633
69731 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
69732 Date:   Wed May 21 15:28:38 2008 +0000
69733
69734     Damn. The order of events changed again in surf. Revalidate once again
69735     
69736     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5489 48e7efb5-ca39-0410-a469-dd3cf9ba447f
69737
69738 commit c84c646bd7234377ccdd7410915f981cc9a95ff0
69739 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
69740 Date:   Wed May 21 15:11:47 2008 +0000
69741
69742     Refactoring of code and documentation.
69743     
69744     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5488 48e7efb5-ca39-0410-a469-dd3cf9ba447f
69745
69746 commit 8b9f1461e3444561c67dbf0b688d69172b1a8d31
69747 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
69748 Date:   Wed May 21 15:11:19 2008 +0000
69749
69750     Add a class of exception for file not found and Msg files containing the declarations and implementation of the function connected to MSG.
69751     
69752     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5487 48e7efb5-ca39-0410-a469-dd3cf9ba447f
69753
69754 commit d5ee9e974615a1c7f82bf9f86c5c71e00b8e61f4
69755 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
69756 Date:   Wed May 21 15:00:43 2008 +0000
69757
69758     also capture the output of the tests (which all write to stderr)
69759     
69760     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5486 48e7efb5-ca39-0410-a469-dd3cf9ba447f
69761
69762 commit d8c29e0ad8da256d3fdc27921467e8df7a5693ad
69763 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
69764 Date:   Wed May 21 14:58:52 2008 +0000
69765
69766     kill all free_string functions declared locally to cleanup dynars afterward, and use xbt_free_ref consitantly for that (plus plug two memleaks on the way in surf parser)
69767     
69768     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5485 48e7efb5-ca39-0410-a469-dd3cf9ba447f
69769
69770 commit 6a7c78afcfb651c6e585f19ec4f60089e8a483a8
69771 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
69772 Date:   Wed May 21 13:48:56 2008 +0000
69773
69774     Speed up update_action_state AND generic_maxmin_share for sleep actions with no maximum duration.
69775     
69776     These sleep actions are not put in the running_action swag but in
69777     another private one. Thus, they're somehow hiden from the surf kernel
69778     but it does not need to see them anyway. The cpu module takes care of
69779     them as the only thing that might happen to them (from the surf kernel
69780     perspective) would be to fail, which is now done through the
69781     update_resource function.
69782     
69783     
69784     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5484 48e7efb5-ca39-0410-a469-dd3cf9ba447f
69785
69786 commit f21e6f4956e55ea1fb4c3ee5fed01f503ddb2344
69787 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
69788 Date:   Wed May 21 09:53:01 2008 +0000
69789
69790     Well the output of printf("%p",NULL) might depend on the system. So let's use a more stable convetion and revalidate the output.
69791     
69792     
69793     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5483 48e7efb5-ca39-0410-a469-dd3cf9ba447f
69794
69795 commit 1f5491cf07822f077c2efaaca576badc8ef5bde1
69796 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
69797 Date:   Wed May 21 09:46:39 2008 +0000
69798
69799     Do not use NULL as a name since AIX and linux do not display them the same way (AIX->"";Linux->"(null)")
69800     
69801     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5482 48e7efb5-ca39-0410-a469-dd3cf9ba447f
69802
69803 commit 8ac42a7264ec67c14dfefe08d2cc383e83a652ca
69804 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
69805 Date:   Wed May 21 09:45:35 2008 +0000
69806
69807     complete the auto.tesh file
69808     
69809     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5481 48e7efb5-ca39-0410-a469-dd3cf9ba447f
69810
69811 commit 776fcba2a9efccb02e87d1e7e33c053708181d44
69812 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
69813 Date:   Wed May 21 09:44:55 2008 +0000
69814
69815     Do not print pointers (%p) when using INFO. This kind of output is system dependant and it breaks the testsuites..
69816     
69817     
69818     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5480 48e7efb5-ca39-0410-a469-dd3cf9ba447f
69819
69820 commit a4405793fb91f01cb34387b16f9624669b02c863
69821 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
69822 Date:   Wed May 21 09:41:15 2008 +0000
69823
69824     add catch-wrong-output.tesh to auto.tesh
69825     
69826     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5479 48e7efb5-ca39-0410-a469-dd3cf9ba447f
69827
69828 commit 30a1073a0f492be53830245979507e1c06d9f93a
69829 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
69830 Date:   Wed May 21 09:36:45 2008 +0000
69831
69832     revalidate output
69833     
69834     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5478 48e7efb5-ca39-0410-a469-dd3cf9ba447f
69835
69836 commit 6c70be774ea7f214c9945645ddcb11bbdb5ef33a
69837 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
69838 Date:   Wed May 21 09:32:47 2008 +0000
69839
69840     This is the right condition that prevents deadlocks! :)
69841     
69842     
69843     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5477 48e7efb5-ca39-0410-a469-dd3cf9ba447f
69844
69845 commit fce3e038d2d89c473f0b7cdcd5855bad5c99b770
69846 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
69847 Date:   Wed May 21 09:04:48 2008 +0000
69848
69849     change the free function by a free_error function to clean all the tesh errors from the dictionary.
69850     change some distraction in tesh files.
69851     
69852     
69853     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5476 48e7efb5-ca39-0410-a469-dd3cf9ba447f
69854
69855 commit 93d8f13d479489bfd3039faad13b7525d7521b87
69856 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
69857 Date:   Wed May 21 09:04:36 2008 +0000
69858
69859     add one more testing script to the archive
69860     
69861     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5475 48e7efb5-ca39-0410-a469-dd3cf9ba447f
69862
69863 commit 82c0c72923e55859ed85f6450937f9b9a55f75f2
69864 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
69865 Date:   Wed May 21 09:04:35 2008 +0000
69866
69867     Change output of an example and fix the corresponding tesh file.
69868     
69869     
69870     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5474 48e7efb5-ca39-0410-a469-dd3cf9ba447f
69871
69872 commit d9cc5b0555a2321f2479c5dacbc8ea1854addd59
69873 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
69874 Date:   Wed May 21 08:45:31 2008 +0000
69875
69876     Revalidate output!
69877     
69878     
69879     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5473 48e7efb5-ca39-0410-a469-dd3cf9ba447f
69880
69881 commit 4353399a03731d894b4127bdc317f18a5db7f1b3
69882 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
69883 Date:   Wed May 21 08:45:24 2008 +0000
69884
69885     Handle failed tasks in update_resource_state function instead of the update_action_state function.
69886     
69887     
69888     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5472 48e7efb5-ca39-0410-a469-dd3cf9ba447f
69889
69890 commit 3b1a306fd49277f2ee84b9bb9dbfdff69762734e
69891 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
69892 Date:   Wed May 21 08:42:02 2008 +0000
69893
69894     do not try to malloc 0-sized arrays
69895     
69896     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5471 48e7efb5-ca39-0410-a469-dd3cf9ba447f
69897
69898 commit 47356ba8885453d04bda53ab4e1fc972b22c7e90
69899 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
69900 Date:   Wed May 21 08:18:31 2008 +0000
69901
69902     add every platform example that we have. Moreover, one of them is mandatory for a test
69903     
69904     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5470 48e7efb5-ca39-0410-a469-dd3cf9ba447f
69905
69906 commit 2c3ae3a2225af20324f35ea26a8199a723e60ceb
69907 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
69908 Date:   Wed May 21 08:08:17 2008 +0000
69909
69910     Add the test runner to the archive
69911     
69912     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5469 48e7efb5-ca39-0410-a469-dd3cf9ba447f
69913
69914 commit cf5db4aeb780f9e2d70d2c1a39317eaca6b1ecdc
69915 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
69916 Date:   Wed May 21 07:26:52 2008 +0000
69917
69918     fix the test integration (they were meant to be run from teshsuite/gras/empty_main instead of teshsuite/)
69919     
69920     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5468 48e7efb5-ca39-0410-a469-dd3cf9ba447f
69921
69922 commit 7eb051ee29dec5f8770db3f17c3512d7ac605826
69923 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
69924 Date:   Tue May 20 23:22:03 2008 +0000
69925
69926     Mmm. Time to bed
69927     
69928     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5467 48e7efb5-ca39-0410-a469-dd3cf9ba447f
69929
69930 commit d82e015777b68aabdb4e584062eddc5cee7ee9c9
69931 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
69932 Date:   Tue May 20 23:20:37 2008 +0000
69933
69934     Extra care for environ shouldn't be mandatory here, since that's not a dynamic library but a binary. But the linker complains anyway
69935     
69936     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5466 48e7efb5-ca39-0410-a469-dd3cf9ba447f
69937
69938 commit 7a84811a06a4284511846bd3b042962e74f163db
69939 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
69940 Date:   Tue May 20 23:09:16 2008 +0000
69941
69942     I changed the way to connect traces afterward about 5 months ago. good time to notice that this example didn't got updated
69943     
69944     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5465 48e7efb5-ca39-0410-a469-dd3cf9ba447f
69945
69946 commit 1035915cf712d1cf12e982cefdf833f811934f05
69947 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
69948 Date:   Tue May 20 23:07:40 2008 +0000
69949
69950     Second try to let the darwin linker find the environment variables
69951     
69952     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5464 48e7efb5-ca39-0410-a469-dd3cf9ba447f
69953
69954 commit 7d6302a1424685d59cbc1fee83dbe45dc7febccf
69955 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
69956 Date:   Tue May 20 23:02:52 2008 +0000
69957
69958     revalidate the output; more details get now displayed in about the platform, somehow. Not sure of what happened to these outputs. That's what happen when a test remains broken for 5 months, stupid me
69959     
69960     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5463 48e7efb5-ca39-0410-a469-dd3cf9ba447f
69961
69962 commit 610ff8005a1a187cc31fda9486f959744230b983
69963 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
69964 Date:   Tue May 20 22:59:00 2008 +0000
69965
69966     Ops, I was saving the data for further use, but I inverted key and value in the dict. This bug is at least 5 months old, and is yet another proof than nobody uses traces (even if you can use them without trigering the bug, with the old interface)
69967     
69968     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5462 48e7efb5-ca39-0410-a469-dd3cf9ba447f
69969
69970 commit 12768bb6f056210f01fa6ddc9accb322d7ee7dfd
69971 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
69972 Date:   Tue May 20 22:26:51 2008 +0000
69973
69974     Some extra love is needed to use the environ variable in a dynamic library on darwin
69975     
69976     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5461 48e7efb5-ca39-0410-a469-dd3cf9ba447f
69977
69978 commit 6006d2b57769822d80bc5259cc3a46928c203b52
69979 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
69980 Date:   Tue May 20 21:38:42 2008 +0000
69981
69982     Revalidate output after last change in surf changing the event order
69983     
69984     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5460 48e7efb5-ca39-0410-a469-dd3cf9ba447f
69985
69986 commit 23bd05f4d8c6a2a0c5f6c061db3b500ed14d8565
69987 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
69988 Date:   Tue May 20 21:02:01 2008 +0000
69989
69990     Revalidate output after last change in surf changing the event order
69991     
69992     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5459 48e7efb5-ca39-0410-a469-dd3cf9ba447f
69993
69994 commit 88232559b065988e42d4bc389b2e8248050ab231
69995 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
69996 Date:   Tue May 20 20:59:19 2008 +0000
69997
69998     Revalidate the output after last change in surf messing with event order, and fix a typo
69999     
70000     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5458 48e7efb5-ca39-0410-a469-dd3cf9ba447f
70001
70002 commit 9046619a52ea2f0d4ff5c7a081c7f59e1ed30b08
70003 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
70004 Date:   Tue May 20 20:54:37 2008 +0000
70005
70006     Explain the copious warnings of automake in this directory in the comment
70007     
70008     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5457 48e7efb5-ca39-0410-a469-dd3cf9ba447f
70009
70010 commit 5cfd88211415db40a7b8eaa8735e668f2bc1ab97
70011 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
70012 Date:   Tue May 20 20:50:37 2008 +0000
70013
70014     Do append the right buffer to the message when we switched to dynamic logs; be more paranoid on static buffer overflow
70015     
70016     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5456 48e7efb5-ca39-0410-a469-dd3cf9ba447f
70017
70018 commit b4ac0a191eae1ee939fb03f12d5a2a80e7102633
70019 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
70020 Date:   Tue May 20 20:49:33 2008 +0000
70021
70022     cosmetics
70023     
70024     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5455 48e7efb5-ca39-0410-a469-dd3cf9ba447f
70025
70026 commit 7dc3f1ac4535ed2254da92e8881cd6eeb870f84a
70027 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
70028 Date:   Tue May 20 20:08:50 2008 +0000
70029
70030     Fix make dist
70031     
70032     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5454 48e7efb5-ca39-0410-a469-dd3cf9ba447f
70033
70034 commit 7c96428494baeac8558bfa40c422833026751804
70035 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
70036 Date:   Tue May 20 17:31:10 2008 +0000
70037
70038     cosmetics
70039     
70040     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5453 48e7efb5-ca39-0410-a469-dd3cf9ba447f
70041
70042 commit 3bd1f7386ddad36c4ad2a12e131e224afe2551a6
70043 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
70044 Date:   Tue May 20 17:29:46 2008 +0000
70045
70046     Rework all examples and test cases of the properties
70047     
70048     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5452 48e7efb5-ca39-0410-a469-dd3cf9ba447f
70049
70050 commit e3e2024b794b44875934f421a156dcc7fcfd7341
70051 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
70052 Date:   Tue May 20 16:09:22 2008 +0000
70053
70054     Implement properties on hosts and processes in RL (host is inited to empty, and process is inited to system process environment)
70055     
70056     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5451 48e7efb5-ca39-0410-a469-dd3cf9ba447f
70057
70058 commit f22fa286e259aad98dd2e0e37e39fa7e89151ae4
70059 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
70060 Date:   Tue May 20 15:51:09 2008 +0000
70061
70062     add the ability to tesh to mess with the processes' environment
70063     
70064     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5450 48e7efb5-ca39-0410-a469-dd3cf9ba447f
70065
70066 commit 8d9f9aaf15fb6376d19932bee8adf9dd53151a1c
70067 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
70068 Date:   Tue May 20 15:46:28 2008 +0000
70069
70070     plug a memleak
70071     
70072     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5449 48e7efb5-ca39-0410-a469-dd3cf9ba447f
70073
70074 commit a01e72b3aab192e7f8a4e2f26e9cde6ecc9a94ec
70075 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
70076 Date:   Tue May 20 13:05:11 2008 +0000
70077
70078     cleanup around the free-like functions used as dealloc callbacks in dynar and dicts. One function was publicj with its code in xbt_os_time, and the other one was private to xbt_str.c. Now, they are both public and have their code in xbt_main (don't want to do a new .c file for them)
70079     
70080     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5448 48e7efb5-ca39-0410-a469-dd3cf9ba447f
70081
70082 commit c54b74368b97bb0d0b42aea6857681d7ff9df910
70083 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
70084 Date:   Tue May 20 12:52:06 2008 +0000
70085
70086     Get ride of a supurious compiler warning
70087     
70088     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5447 48e7efb5-ca39-0410-a469-dd3cf9ba447f
70089
70090 commit 522261ba45697c4a9d6ba283af7394c435b817e2
70091 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
70092 Date:   Tue May 20 09:59:00 2008 +0000
70093
70094     Speed up update_action_state for sleep actions with no maximum duration.
70095     
70096     I use the following "now classical" hack. The swag has two parts:
70097     actions that really need being updated are in the head part and the
70098     ones for which no update is needed are in the tail part.
70099     
70100     
70101     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5446 48e7efb5-ca39-0410-a469-dd3cf9ba447f
70102
70103 commit ea2730242c0c2b01ee200a9f1aecd2c4686eb7f2
70104 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
70105 Date:   Tue May 20 09:58:11 2008 +0000
70106
70107     Change the prototype for update_resource_state.
70108     
70109     Now that update_resource_state also takes care of failed actions, it
70110     is mendatory to get correct informations about action's finish time.
70111     
70112     
70113     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5445 48e7efb5-ca39-0410-a469-dd3cf9ba447f
70114
70115 commit c06d2ac05b3cbd41f5809761dfbed88414ef1a1a
70116 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
70117 Date:   Tue May 20 09:57:29 2008 +0000
70118
70119     Try to make actions as failed only when needed.
70120     
70121     
70122     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5444 48e7efb5-ca39-0410-a469-dd3cf9ba447f
70123
70124 commit f6ed451b54e9f16d1b1e58987f34aef5cdbc56f7
70125 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
70126 Date:   Tue May 20 09:56:47 2008 +0000
70127
70128     Incredible bug fix in function lmm_get_var_from_cnst with bad consequences on trace handling...
70129     This function could not work so I had to change the prototype and update parts of the code that relied on it.
70130     
70131     
70132     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5443 48e7efb5-ca39-0410-a469-dd3cf9ba447f
70133
70134 commit a9696bff0990aae5d10afd990f38ff376a96e9e3
70135 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
70136 Date:   Tue May 20 09:01:08 2008 +0000
70137
70138     Rewrite the timeout computation to reduce numerical instabilities issues
70139     
70140     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5442 48e7efb5-ca39-0410-a469-dd3cf9ba447f
70141
70142 commit 9c94047a774737b8f5384262706c265670a28a00
70143 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
70144 Date:   Tue May 20 08:05:24 2008 +0000
70145
70146     Stupid us (as in Arnaud and me): we should not set sleep(-1) to sleep(MAXMIN_PRECISION). the fix targets durations close to 0, not negative ones. This change broke almost all simulated examples.
70147     
70148     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5441 48e7efb5-ca39-0410-a469-dd3cf9ba447f
70149
70150 commit b5507e5e22ea2dd58aa96f5574f484114b48a85b
70151 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
70152 Date:   Mon May 19 22:16:37 2008 +0000
70153
70154     Ignore autogenerated cruft
70155     
70156     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5440 48e7efb5-ca39-0410-a469-dd3cf9ba447f
70157
70158 commit 09c8124a61c40287d7f4e0690eb723808491ebc1
70159 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
70160 Date:   Mon May 19 13:20:05 2008 +0000
70161
70162     Test case trying to handle messages for a very short period
70163     
70164     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5439 48e7efb5-ca39-0410-a469-dd3cf9ba447f
70165
70166 commit ea6c1e33aa83826778637849d951a9eccabf3d67
70167 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
70168 Date:   Mon May 19 12:42:01 2008 +0000
70169
70170     do not wait for too small durations to avoid numerical instabilities
70171     
70172     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5438 48e7efb5-ca39-0410-a469-dd3cf9ba447f
70173
70174 commit 6713c5277547eab779ccbac88e16fb15ab0b39f9
70175 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
70176 Date:   Mon May 19 11:33:35 2008 +0000
70177
70178     Also release the mutex when I didn't got what I wanted
70179     
70180     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5437 48e7efb5-ca39-0410-a469-dd3cf9ba447f
70181
70182 commit 625fca10d205608488a33657f398f8355cc8575d
70183 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
70184 Date:   Fri May 16 16:08:54 2008 +0000
70185
70186     Sometimes, the time to wait is soo small that the increment does not change the global clock (for example, 100000 + 10E-15=100000). Add an epsilon to the wait to avoid the issue. I'm still not completely sure that the fix is 100% effective (because 10E300 + 1 = 10E300), but I don't have any better idea
70187     
70188     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5436 48e7efb5-ca39-0410-a469-dd3cf9ba447f
70189
70190 commit dec242c057a35631bad2c2464580873b0c1200f3
70191 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
70192 Date:   Fri May 16 15:06:13 2008 +0000
70193
70194     Some new files of the cxx version of the MSG API
70195     
70196     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5435 48e7efb5-ca39-0410-a469-dd3cf9ba447f
70197
70198 commit 21722d01338d0cf9a704fdb226507d1be787871a
70199 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
70200 Date:   Fri May 16 15:04:54 2008 +0000
70201
70202     Code refactoring
70203     
70204     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5434 48e7efb5-ca39-0410-a469-dd3cf9ba447f
70205
70206 commit c78836d773a51d00f3fb2dec7b602e353b3a833c
70207 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
70208 Date:   Fri May 16 15:04:21 2008 +0000
70209
70210     not needed now.
70211     
70212     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5433 48e7efb5-ca39-0410-a469-dd3cf9ba447f
70213
70214 commit e3291ac14eb4c7c8a7fc3db17f6bc0916e160916
70215 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
70216 Date:   Fri May 16 09:52:21 2008 +0000
70217
70218     Add comment and exception mechanism to the Host class.
70219     
70220     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5432 48e7efb5-ca39-0410-a469-dd3cf9ba447f
70221
70222 commit bcdc04710d2ebb5e537604b0c5a616b265834335
70223 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
70224 Date:   Fri May 16 09:27:32 2008 +0000
70225
70226     documentation improvement
70227     
70228     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5431 48e7efb5-ca39-0410-a469-dd3cf9ba447f
70229
70230 commit 9b1ec3c5445076d8f5827f850a9a5e9ea4853696
70231 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
70232 Date:   Thu May 15 16:13:59 2008 +0000
70233
70234     Some modifications and some files added.
70235     
70236     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5430 48e7efb5-ca39-0410-a469-dd3cf9ba447f
70237
70238 commit 624064042aa82cbdb6d83b0f73bba7ba61048bbc
70239 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
70240 Date:   Thu May 15 14:24:16 2008 +0000
70241
70242     Remove a crude hack where first call to surf_solve() finalize the initialization, and introduce a surf_presolve() function to do so. That a tiny little cleanup, but well, I had to
70243     
70244     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5429 48e7efb5-ca39-0410-a469-dd3cf9ba447f
70245
70246 commit 5ab625b56b685868e0e77505f92d462eaf17e890
70247 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
70248 Date:   Wed May 14 21:35:10 2008 +0000
70249
70250     autogen commit fest (some of them being tests related and mandatory for SHA addition)
70251     
70252     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5428 48e7efb5-ca39-0410-a469-dd3cf9ba447f
70253
70254 commit e5fbc3c2bb1c06106e5fea0e032868219cea9d50
70255 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
70256 Date:   Wed May 14 21:21:10 2008 +0000
70257
70258     An implementation of the SHA1 hashing algorithm
70259     
70260     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5427 48e7efb5-ca39-0410-a469-dd3cf9ba447f
70261
70262 commit 15c8941df0f0fc1df336d0d56a4e03fdfd9154bb
70263 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
70264 Date:   Wed May 14 21:15:36 2008 +0000
70265
70266     Make an error message a bit more explicit about the most probable error cause
70267     
70268     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5426 48e7efb5-ca39-0410-a469-dd3cf9ba447f
70269
70270 commit 0f767a4eb0cf070d331e73d9be7d2c2be4f71dd5
70271 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
70272 Date:   Wed May 14 15:57:57 2008 +0000
70273
70274     started of C++ wrappers for Msg
70275     
70276     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5425 48e7efb5-ca39-0410-a469-dd3cf9ba447f
70277
70278 commit 0d806ee7a9db407701523491f5bf4ea4fcee944e
70279 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
70280 Date:   Wed May 14 13:31:55 2008 +0000
70281
70282     do not declare these functions both private and public, since it mess this poor windows linker
70283     
70284     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5424 48e7efb5-ca39-0410-a469-dd3cf9ba447f
70285
70286 commit 3e3990a61706fabb11965ce66c36cc41425f56dc
70287 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
70288 Date:   Wed May 14 13:27:40 2008 +0000
70289
70290     If the queue is empty after the timeout, do raise an exception, don't try to get an element anyway
70291     
70292     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5423 48e7efb5-ca39-0410-a469-dd3cf9ba447f
70293
70294 commit aec69a3f489dd93266830ffceed079447d156d35
70295 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
70296 Date:   Thu May 8 15:10:30 2008 +0000
70297
70298     do not use static buffer of log event for headers when switching to dynamic logs: when user plays hardcore on seeking scalability limit, this buffer is completely empty
70299     
70300     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5420 48e7efb5-ca39-0410-a469-dd3cf9ba447f
70301
70302 commit ba26409dfb68b4eb12207ba64a996558177d4195
70303 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
70304 Date:   Wed May 7 20:51:00 2008 +0000
70305
70306     Export some mailbox related functions
70307     
70308     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5413 48e7efb5-ca39-0410-a469-dd3cf9ba447f
70309
70310 commit 9395ec6253621045b5ff80b34e3d889c30abbce5
70311 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
70312 Date:   Wed May 7 13:27:29 2008 +0000
70313
70314     Change of Visual C++ project of SimGrid DLL consecutive to the code refactoring of Martin.
70315     
70316     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5411 48e7efb5-ca39-0410-a469-dd3cf9ba447f
70317
70318 commit 74675ce78880a3b535ac66a852f4e6cb82814fa3
70319 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
70320 Date:   Wed May 7 12:50:12 2008 +0000
70321
70322     correct a thoughtlessness (access violation)
70323     
70324     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5410 48e7efb5-ca39-0410-a469-dd3cf9ba447f
70325
70326 commit 25f91411fb239be077f2eca65d7762482d17a026
70327 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
70328 Date:   Wed May 7 12:04:35 2008 +0000
70329
70330     add the tesh suites relative with gras, simdag and xbt
70331     
70332     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5409 48e7efb5-ca39-0410-a469-dd3cf9ba447f
70333
70334 commit 842b8b761b8c0efdade0e9f688b22ac8ae89d965
70335 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
70336 Date:   Wed May 7 12:02:59 2008 +0000
70337
70338     some changes for Windows (shell) compatibility and comment the sync call to test (not implemented on Windows)
70339     
70340     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5408 48e7efb5-ca39-0410-a469-dd3cf9ba447f
70341
70342 commit 4436709a75032b662525b0b43e346e7b9af8282b
70343 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
70344 Date:   Wed May 7 12:00:48 2008 +0000
70345
70346     modify the name of the cat windows version (cat instead Cat)
70347     
70348     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5407 48e7efb5-ca39-0410-a469-dd3cf9ba447f
70349
70350 commit 08900c12bf41b32e8d1e41bd653b87a96c8c7b19
70351 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
70352 Date:   Wed May 7 11:59:38 2008 +0000
70353
70354     replace the long option semantic by read-me
70355     
70356     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5406 48e7efb5-ca39-0410-a469-dd3cf9ba447f
70357
70358 commit 0077c5440d7caaeef1a1afaea99c9815dc91441a
70359 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
70360 Date:   Wed May 7 07:54:24 2008 +0000
70361
70362     not used files
70363     
70364     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5405 48e7efb5-ca39-0410-a469-dd3cf9ba447f
70365
70366 commit 72a105702165975d1702e64af7d28b60eb311672
70367 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
70368 Date:   Wed May 7 07:52:56 2008 +0000
70369
70370     Add the new integrated files version (use xbt data structures instead my own data structures)
70371     
70372     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5404 48e7efb5-ca39-0410-a469-dd3cf9ba447f
70373
70374 commit c801085faffe5e42117edfab7b8507fc45abc696
70375 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
70376 Date:   Wed May 7 07:49:24 2008 +0000
70377
70378     delete all the files to add the new integrated files version
70379     
70380     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5403 48e7efb5-ca39-0410-a469-dd3cf9ba447f
70381
70382 commit 89efe8ae36c375d8d876117cc49b1748ffdab136
70383 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
70384 Date:   Wed Apr 30 09:54:48 2008 +0000
70385
70386     Propagate file renaming to windows
70387     
70388     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5362 48e7efb5-ca39-0410-a469-dd3cf9ba447f
70389
70390 commit 8700caca74cad94377ac2e631ccaf9693dd83e7d
70391 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
70392 Date:   Wed Apr 30 09:47:58 2008 +0000
70393
70394     do not to uniformize the type naming scheme today
70395     
70396     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5361 48e7efb5-ca39-0410-a469-dd3cf9ba447f
70397
70398 commit 62550fb1e1fe5ecd00a5b56ff95fcbbc034cf98d
70399 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
70400 Date:   Wed Apr 30 09:37:25 2008 +0000
70401
70402     New test making sure that it's ok to have empty processes (ending before doing anyting) in simix. For now, it's not, but anyway
70403     
70404     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5360 48e7efb5-ca39-0410-a469-dd3cf9ba447f
70405
70406 commit 200c3a57e0b5ae23d64227042bea01ae67a87b3b
70407 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
70408 Date:   Wed Apr 30 09:28:06 2008 +0000
70409
70410     cosmetic
70411     
70412     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5359 48e7efb5-ca39-0410-a469-dd3cf9ba447f
70413
70414 commit 7a36490865cd1ec001ec14642bf31fa8fee70cae
70415 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
70416 Date:   Wed Apr 30 09:21:53 2008 +0000
70417
70418     Rah. I finally found why the doxygen parser got fucked by this file and were able to make this stupid thing happy
70419     
70420     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5358 48e7efb5-ca39-0410-a469-dd3cf9ba447f
70421
70422 commit 7c5c0b844b6170abceeda320021733719081dc14
70423 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
70424 Date:   Wed Apr 30 09:20:52 2008 +0000
70425
70426     Stop messing up doxygen with strange HTML chars
70427     
70428     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5357 48e7efb5-ca39-0410-a469-dd3cf9ba447f
70429
70430 commit e33bfee8391fbf3a1a0b4cd5cd33f14a291c8052
70431 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
70432 Date:   Wed Apr 30 09:00:31 2008 +0000
70433
70434     Documentation fixups: Marc was a bit quick at copy/pasting (+ DTD renamed)
70435     
70436     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5356 48e7efb5-ca39-0410-a469-dd3cf9ba447f
70437
70438 commit 1bb45eb32ee32ccf1ac08faff0e771c28679ecbb
70439 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
70440 Date:   Wed Apr 30 08:57:47 2008 +0000
70441
70442     Documentation fixups: do not mess with doxygen by adding useless # (which are meta-chars for doxygen)
70443     
70444     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5355 48e7efb5-ca39-0410-a469-dd3cf9ba447f
70445
70446 commit 42530ed329ac001f1de9b9303549d5ea1972c630
70447 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
70448 Date:   Wed Apr 30 08:55:54 2008 +0000
70449
70450     Documentation fixups: some arguments got renamed, and the DTD did also
70451     
70452     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5354 48e7efb5-ca39-0410-a469-dd3cf9ba447f
70453
70454 commit 4ad831a02a37d90b38b22753135e3b58a53729a1
70455 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
70456 Date:   Wed Apr 30 08:52:42 2008 +0000
70457
70458     Stupid me. Arguments should be marked with @a in inline documentation, not @e
70459     
70460     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5353 48e7efb5-ca39-0410-a469-dd3cf9ba447f
70461
70462 commit 682d5bf3e9ce21ce5163ca767fc5c592b51814ba
70463 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
70464 Date:   Wed Apr 30 08:48:25 2008 +0000
70465
70466     Documentation fixup and light reindentation
70467     
70468     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5352 48e7efb5-ca39-0410-a469-dd3cf9ba447f
70469
70470 commit 5f7392f77ddc44bcfe96400eafd6fcefb2df0fc2
70471 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
70472 Date:   Mon Apr 28 12:54:25 2008 +0000
70473
70474     Use the whole set, not missing the last element. Patch by FS
70475     
70476     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5351 48e7efb5-ca39-0410-a469-dd3cf9ba447f
70477
70478 commit 17407118a68e7d3aa002e4b99dc9c1dc311a238f
70479 Author: markls <markls@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
70480 Date:   Fri Apr 25 23:47:16 2008 +0000
70481
70482     need MPI_Wait in header file...
70483     
70484     
70485     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5350 48e7efb5-ca39-0410-a469-dd3cf9ba447f
70486
70487 commit 199dde0d67866552a9673dda5eb548217e4af5e5
70488 Author: markls <markls@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
70489 Date:   Fri Apr 25 23:46:54 2008 +0000
70490
70491     fixed bugs in SMPI_MPI_Comm_split and added back SMPI_MPI_Wait
70492     
70493     
70494     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5349 48e7efb5-ca39-0410-a469-dd3cf9ba447f
70495
70496 commit 7555d51e10906e1e1d50be93e2b415cc24bbeeee
70497 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
70498 Date:   Tue Apr 15 18:09:42 2008 +0000
70499
70500     Do throw an exception only when the requested factory was not found, not all the time (plus cosmetics)
70501     
70502     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5348 48e7efb5-ca39-0410-a469-dd3cf9ba447f
70503
70504 commit e341678fb22223c97e7309b5383cca5bbc0e9994
70505 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
70506 Date:   Tue Apr 15 18:08:13 2008 +0000
70507
70508     propagate file renaming to the doc
70509     
70510     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5347 48e7efb5-ca39-0410-a469-dd3cf9ba447f
70511
70512 commit 174c80034360aeccfcae359f23fdb9df4c36e789
70513 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
70514 Date:   Tue Apr 15 18:07:15 2008 +0000
70515
70516     publi++
70517     
70518     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5346 48e7efb5-ca39-0410-a469-dd3cf9ba447f
70519
70520 commit c0234b78b08b54ee4634fefb987b4f5c369cd7bb
70521 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
70522 Date:   Tue Apr 15 16:11:26 2008 +0000
70523
70524     Do not pass a NULL argument to processes
70525     
70526     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5345 48e7efb5-ca39-0410-a469-dd3cf9ba447f
70527
70528 commit ac953f2bdaf78f9d77ac7e6ea4b3dc82c1e7750b
70529 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
70530 Date:   Tue Apr 15 15:12:57 2008 +0000
70531
70532     Propagate the change of prototype (use exceptions, not int return) of context factories functions to the stubs too
70533     
70534     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5344 48e7efb5-ca39-0410-a469-dd3cf9ba447f
70535
70536 commit 73fba08cc642101a80f354a848663d8388601827
70537 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
70538 Date:   Tue Apr 15 15:10:09 2008 +0000
70539
70540     cosmetics
70541     
70542     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5343 48e7efb5-ca39-0410-a469-dd3cf9ba447f
70543
70544 commit 3089a0e01ec70b6599306cd9998a47e42e3d8eb7
70545 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
70546 Date:   Mon Apr 14 16:19:21 2008 +0000
70547
70548     search the factory under its new name
70549     
70550     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5342 48e7efb5-ca39-0410-a469-dd3cf9ba447f
70551
70552 commit 51808185aef5858ecfe879351fbfa9a9814cb674
70553 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
70554 Date:   Mon Apr 14 16:18:34 2008 +0000
70555
70556     Use exception where appropriate instead of integer return
70557     
70558     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5341 48e7efb5-ca39-0410-a469-dd3cf9ba447f
70559
70560 commit 6a846ad553db254d40d568b15dd50b2300bb1411
70561 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
70562 Date:   Mon Apr 14 15:39:28 2008 +0000
70563
70564     propagate the xbt_jcontext_factory_init()->xbt_ctx_java_factory_init() renaming to the stubs, too
70565     
70566     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5340 48e7efb5-ca39-0410-a469-dd3cf9ba447f
70567
70568 commit 845c9bf89e96a66e3c70ac7ca6e22dd2b3f3ec45
70569 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
70570 Date:   Mon Apr 14 15:36:25 2008 +0000
70571
70572     The xbt/xbt_context_factory.h file was merged into xbt/xbt_context_private.h
70573     
70574     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5339 48e7efb5-ca39-0410-a469-dd3cf9ba447f
70575
70576 commit c17057f5df312c247010140721caf078c45e927a
70577 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
70578 Date:   Mon Apr 14 15:30:57 2008 +0000
70579
70580     Forgot this one (sorry for the noise, I'm debugging using the buildbots)
70581     
70582     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5338 48e7efb5-ca39-0410-a469-dd3cf9ba447f
70583
70584 commit c382a9ec9ddb51b131771f0d66e2bcee6ce7eec7
70585 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
70586 Date:   Mon Apr 14 15:28:41 2008 +0000
70587
70588     Continue propagating the recent file renamings
70589     
70590     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5337 48e7efb5-ca39-0410-a469-dd3cf9ba447f
70591
70592 commit 74db6f9329c0c6196c1d5e342485b7bfcffa8e9a
70593 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
70594 Date:   Mon Apr 14 15:26:59 2008 +0000
70595
70596     This file was renamed
70597     
70598     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5336 48e7efb5-ca39-0410-a469-dd3cf9ba447f
70599
70600 commit 8e970353f6db8e98fd13fcc1bf80e57e84f3d25c
70601 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
70602 Date:   Mon Apr 14 15:21:07 2008 +0000
70603
70604     Try to fixup the context mess
70605     
70606     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5335 48e7efb5-ca39-0410-a469-dd3cf9ba447f
70607
70608 commit 3111b4d9bcae48261dfa4990fcc27ea9e7a7f0aa
70609 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
70610 Date:   Thu Apr 10 08:41:24 2008 +0000
70611
70612     Files still broken, but at least in the right directory
70613     
70614     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5334 48e7efb5-ca39-0410-a469-dd3cf9ba447f
70615
70616 commit 9be7b15cf2a06f451f9d7ee8d85abf5a7308760e
70617 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
70618 Date:   Thu Apr 10 08:40:45 2008 +0000
70619
70620     Commit broken files which were wrongly moved; right move in the next commit
70621     
70622     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5333 48e7efb5-ca39-0410-a469-dd3cf9ba447f
70623
70624 commit 9c564c0bd8919c1fc75353823933c20de97ac140
70625 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
70626 Date:   Thu Apr 10 07:30:37 2008 +0000
70627
70628     do not define EXTRA_DIST multiple times, or the last one will overwrite the previous ones
70629     
70630     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5332 48e7efb5-ca39-0410-a469-dd3cf9ba447f
70631
70632 commit 33884eff27b7054eed0d18268f4ed25f4bfffd66
70633 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
70634 Date:   Thu Apr 10 07:26:28 2008 +0000
70635
70636     rename some ucontext files to context_sysv so that alphabetical order get all context related files together
70637     
70638     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5331 48e7efb5-ca39-0410-a469-dd3cf9ba447f
70639
70640 commit 131c883489555ae200d5d3c02b7448731949c352
70641 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
70642 Date:   Thu Apr 10 07:17:08 2008 +0000
70643
70644     rewrite a comment
70645     
70646     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5330 48e7efb5-ca39-0410-a469-dd3cf9ba447f
70647
70648 commit 70cd6a444de36426806d3bcbc3793c2acdc8b8ed
70649 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
70650 Date:   Mon Apr 7 13:48:19 2008 +0000
70651
70652     do not use strcpy for overlapping areas
70653     
70654     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5329 48e7efb5-ca39-0410-a469-dd3cf9ba447f
70655
70656 commit e8006a4b3135774dd48c9820f820b96ece2f9972
70657 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
70658 Date:   Mon Apr 7 13:37:05 2008 +0000
70659
70660     test files
70661     
70662     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5328 48e7efb5-ca39-0410-a469-dd3cf9ba447f
70663
70664 commit 69d97910b92419335f6a1b35302ce4b8c1c9b2cc
70665 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
70666 Date:   Mon Apr 7 13:34:31 2008 +0000
70667
70668     add new files
70669     
70670     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5327 48e7efb5-ca39-0410-a469-dd3cf9ba447f
70671
70672 commit fe53701228db0390daa50be847aadc572dd21e71
70673 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
70674 Date:   Mon Apr 7 13:26:23 2008 +0000
70675
70676     last version of tesh
70677     
70678     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5326 48e7efb5-ca39-0410-a469-dd3cf9ba447f
70679
70680 commit c09a81f5beb799e8233d9f6e5eaa1843fe23f3da
70681 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
70682 Date:   Mon Apr 7 09:42:19 2008 +0000
70683
70684     cosmetics
70685     
70686     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5325 48e7efb5-ca39-0410-a469-dd3cf9ba447f
70687
70688 commit 42c6459b6f78a6816126ec5aa910d528f9896811
70689 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
70690 Date:   Mon Apr 7 09:40:08 2008 +0000
70691
70692     Look for the GRAS_ROOT in /usr/local if nothing specified
70693     
70694     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5324 48e7efb5-ca39-0410-a469-dd3cf9ba447f
70695
70696 commit b13a2e5f15ba5daa7f5ae404476b992e19df2244
70697 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
70698 Date:   Wed Apr 2 16:32:16 2008 +0000
70699
70700     Bug Fix. This function used to return the last task of the list when no matching task was found.
70701     
70702     
70703     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5323 48e7efb5-ca39-0410-a469-dd3cf9ba447f
70704
70705 commit 6221d3ea79e03497f0805fa80e742adb53f69d15
70706 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
70707 Date:   Wed Mar 19 03:02:40 2008 +0000
70708
70709     Update Makefile.am so that all tesh files are distributed as well as other xml/trace files
70710     
70711     
70712     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5321 48e7efb5-ca39-0410-a469-dd3cf9ba447f
70713
70714 commit f77f42bb58f569b0e676bbf03c06164e27c4fccc
70715 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
70716 Date:   Mon Mar 17 16:25:04 2008 +0000
70717
70718     add the source file network_constant.c in the visual project of simgrid dll.
70719     
70720     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5311 48e7efb5-ca39-0410-a469-dd3cf9ba447f
70721
70722 commit 28f5ae5d207329ba6cc3419936d9434027c76a26
70723 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
70724 Date:   Mon Mar 17 16:23:39 2008 +0000
70725
70726     rand_r() function is not implemented on Windows
70727     
70728     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5310 48e7efb5-ca39-0410-a469-dd3cf9ba447f
70729
70730 commit e132cf1053def55779a6a2a1d5944fc8f9c070ab
70731 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
70732 Date:   Sat Mar 15 22:41:50 2008 +0000
70733
70734     The dirty commit Arnaud refuses to do
70735     
70736     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5309 48e7efb5-ca39-0410-a469-dd3cf9ba447f
70737
70738 commit 841493f1159e95a32f05ae19760ab669279d647e
70739 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
70740 Date:   Sat Mar 15 20:42:57 2008 +0000
70741
70742     Use a random generator that updates its seed so that our simulation is deterministic.
70743     
70744     
70745     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5308 48e7efb5-ca39-0410-a469-dd3cf9ba447f
70746
70747 commit e08ccfc85466d59704df52779255e26a2e4383af
70748 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
70749 Date:   Sat Mar 15 20:42:38 2008 +0000
70750
70751     Handle action whose latency is 0.
70752     
70753     
70754     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5307 48e7efb5-ca39-0410-a469-dd3cf9ba447f
70755
70756 commit 0c64338f207fb4c29cd07a50235966909140c34f
70757 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
70758 Date:   Sat Mar 15 20:42:24 2008 +0000
70759
70760     Use a random number for latency instead of a constant value.
70761     
70762     
70763     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5306 48e7efb5-ca39-0410-a469-dd3cf9ba447f
70764
70765 commit 798f93fb78cd01e4a0bc50b22bf09abd58f48992
70766 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
70767 Date:   Sat Mar 15 20:42:10 2008 +0000
70768
70769     Getting rid of rates.
70770     
70771     
70772     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5305 48e7efb5-ca39-0410-a469-dd3cf9ba447f
70773
70774 commit 164dd48c28eb1c6660b5579536cfbdcc613eb2ac
70775 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
70776 Date:   Sat Mar 15 20:41:56 2008 +0000
70777
70778     Getting rid of lmm_variables and lmm_systems.
70779     
70780     
70781     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5304 48e7efb5-ca39-0410-a469-dd3cf9ba447f
70782
70783 commit 71855c3d4eb59aa687b05fa351bb09df42495a43
70784 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
70785 Date:   Sat Mar 15 20:41:42 2008 +0000
70786
70787     Getting rid of network_links.
70788     
70789     
70790     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5303 48e7efb5-ca39-0410-a469-dd3cf9ba447f
70791
70792 commit 2100a623303a759f788b188ad4e19222680d1205
70793 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
70794 Date:   Sat Mar 15 20:41:28 2008 +0000
70795
70796     Getting rid of the routing table.
70797     
70798     
70799     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5302 48e7efb5-ca39-0410-a469-dd3cf9ba447f
70800
70801 commit 3880d9bc954cf5d4c6a623c0b7239a1a147ac483
70802 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
70803 Date:   Sat Mar 15 20:41:11 2008 +0000
70804
70805     Don't call lmm_solve and correctly use latency in update_actions_state
70806     
70807     
70808     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5301 48e7efb5-ca39-0410-a469-dd3cf9ba447f
70809
70810 commit 005253020c596252eb3840d645b2077727978795
70811 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
70812 Date:   Sat Mar 15 20:40:56 2008 +0000
70813
70814     update_actions_state
70815     
70816     
70817     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5300 48e7efb5-ca39-0410-a469-dd3cf9ba447f
70818
70819 commit 2f3b2693d46e98f5feb274b9ecb6240a6790ceb7
70820 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
70821 Date:   Sat Mar 15 20:40:42 2008 +0000
70822
70823     Clean the communicate function.
70824     
70825     
70826     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5299 48e7efb5-ca39-0410-a469-dd3cf9ba447f
70827
70828 commit d7fe15f62820f53f48d0f894212373fac36e449b
70829 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
70830 Date:   Sat Mar 15 20:40:25 2008 +0000
70831
70832     Starting to code a "constant" network model.
70833     
70834     
70835     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5298 48e7efb5-ca39-0410-a469-dd3cf9ba447f
70836
70837 commit c19150f4a1c712b3435ccc04b30e7cfacd66c689
70838 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
70839 Date:   Sat Mar 15 20:37:26 2008 +0000
70840
70841     Add seed management to have independant streams.
70842     
70843     
70844     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5297 48e7efb5-ca39-0410-a469-dd3cf9ba447f
70845
70846 commit da0db58ee61303869347de945bd288b086cd8d6a
70847 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
70848 Date:   Sat Mar 15 20:37:09 2008 +0000
70849
70850     Use doubles for random generators instead of ints and floats.
70851     
70852     
70853     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5296 48e7efb5-ca39-0410-a469-dd3cf9ba447f
70854
70855 commit 12cdc9f3fef6c84dea9a3eb4602c2183d8bd3a9e
70856 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
70857 Date:   Sat Mar 15 20:34:40 2008 +0000
70858
70859     Move a definition around so that other network models don't need to see CM02 internals...
70860     
70861     
70862     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5295 48e7efb5-ca39-0410-a469-dd3cf9ba447f
70863
70864 commit 148f5e8e381d67771e1b389f6ee068d25482b2f7
70865 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
70866 Date:   Sat Mar 15 20:34:24 2008 +0000
70867
70868     The interaction between the parser and the surf modules makes more sense now.
70869     
70870     
70871     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5294 48e7efb5-ca39-0410-a469-dd3cf9ba447f
70872
70873 commit 8e0ee2bc0a05cd0c5bb16c8217b6e101dbabe05f
70874 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
70875 Date:   Sat Mar 15 20:34:07 2008 +0000
70876
70877     cosmetic
70878     
70879     
70880     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5293 48e7efb5-ca39-0410-a469-dd3cf9ba447f
70881
70882 commit 241f5458d9377dbfea5d9b333d5150cd79d89e03
70883 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
70884 Date:   Sat Mar 15 20:33:45 2008 +0000
70885
70886     Cleanup in includes.
70887     
70888     
70889     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5292 48e7efb5-ca39-0410-a469-dd3cf9ba447f
70890
70891 commit db6c267b9e7204810325e7814222fdc8e50f1fe5
70892 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
70893 Date:   Sat Mar 15 20:33:18 2008 +0000
70894
70895     Bug fix. I wonder how this function may have ever worked...
70896     
70897     
70898     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5291 48e7efb5-ca39-0410-a469-dd3cf9ba447f
70899
70900 commit bea7d471e30c245e71b6276dcdcd420f8e9d088f
70901 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
70902 Date:   Thu Mar 13 13:46:37 2008 +0000
70903
70904     tesh version 2
70905     
70906     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5289 48e7efb5-ca39-0410-a469-dd3cf9ba447f
70907
70908 commit d0f6612f4d1ff68fd89ea26930b81618077da742
70909 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
70910 Date:   Wed Mar 12 13:33:47 2008 +0000
70911
70912     welcome to modernity
70913     
70914     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5288 48e7efb5-ca39-0410-a469-dd3cf9ba447f
70915
70916 commit c18a8ae0d5eda51c2286b9a51fc569a177e67710
70917 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
70918 Date:   Mon Mar 10 09:18:15 2008 +0000
70919
70920     Revalidate output (surf model improvement: latency is now taken into
70921     account in the bandwidth bound).
70922     
70923     
70924     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5287 48e7efb5-ca39-0410-a469-dd3cf9ba447f
70925
70926 commit b6233573355fbac2cd4df6fbceae24987980ef2f
70927 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
70928 Date:   Mon Mar 10 09:17:39 2008 +0000
70929
70930     Revalidate output due to:
70931     
70932       1) recent parsings modification and maybe xbt_dict modifications:
70933          the first two hosts of the list are not the same ones as they
70934          used to.
70935       2) improvements in the surf model (latency is taken into account in
70936          the bandwidth bound)
70937     
70938     
70939     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5286 48e7efb5-ca39-0410-a469-dd3cf9ba447f
70940
70941 commit 01b01f97cc04d395832ccf4db31d0213294733c1
70942 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
70943 Date:   Sun Mar 9 21:47:18 2008 +0000
70944
70945     revalidate output.
70946     
70947     
70948     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5285 48e7efb5-ca39-0410-a469-dd3cf9ba447f
70949
70950 commit 5467c565b7568483e25701d74f1167e1fb6ef455
70951 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
70952 Date:   Sun Mar 9 21:47:12 2008 +0000
70953
70954     Bugfix.
70955     
70956      1) Use ptask_L07 as other models do not support parallel tasks anymore.
70957      2) Do not free arguments defining parallel tasks. They are automatically desalocated when the action is destroyed.
70958     
70959     
70960     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5284 48e7efb5-ca39-0410-a469-dd3cf9ba447f
70961
70962 commit b9e946cdde00d87529a22bd6e152357d8e71e935
70963 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
70964 Date:   Fri Mar 7 21:32:52 2008 +0000
70965
70966     Fix a god damn race condition: make sure nobody changes the dynar->used value before we get the lock by actually locking before reading it (inline xbt_dynar_insert_at in xbt_dynar_push)
70967     
70968     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5283 48e7efb5-ca39-0410-a469-dd3cf9ba447f
70969
70970 commit 5d449744bf13fe169eaee166e0cba7453d410b0d
70971 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
70972 Date:   Fri Mar 7 21:10:41 2008 +0000
70973
70974     Right. time_t is not long int on AIX. ahah. Very funny. Ok, I've found worse than windows to play with
70975     
70976     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5282 48e7efb5-ca39-0410-a469-dd3cf9ba447f
70977
70978 commit 37d0fdaa9ea99528889ee493a9f1e580d71397e0
70979 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
70980 Date:   Fri Mar 7 14:31:52 2008 +0000
70981
70982     publish a symbol used by a test, for the poor souls using windows
70983     
70984     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5281 48e7efb5-ca39-0410-a469-dd3cf9ba447f
70985
70986 commit cddbbf6baa99c4ceae9ba97cc90eb2d7b24123b8
70987 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
70988 Date:   Fri Mar 7 13:52:17 2008 +0000
70989
70990     cosmetics
70991     
70992     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5280 48e7efb5-ca39-0410-a469-dd3cf9ba447f
70993
70994 commit 78fffc8daeb09b8fd087f0533987251025625eb9
70995 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
70996 Date:   Fri Mar 7 13:42:10 2008 +0000
70997
70998     Revalidate the output
70999     
71000     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5279 48e7efb5-ca39-0410-a469-dd3cf9ba447f
71001
71002 commit 22b96fa759d3b97167b2eb450d35f45cb7827bd7
71003 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
71004 Date:   Fri Mar 7 13:37:54 2008 +0000
71005
71006     avoid redeclaring standard headers to avoid mismatches
71007     
71008     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5278 48e7efb5-ca39-0410-a469-dd3cf9ba447f
71009
71010 commit 3f444d21cbf68b991d87d9715750b1616612d683
71011 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
71012 Date:   Fri Mar 7 13:25:31 2008 +0000
71013
71014     Ignore cruft
71015     
71016     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5277 48e7efb5-ca39-0410-a469-dd3cf9ba447f
71017
71018 commit ddf200da26e5f76607a92be55c34f71b1ce6acf4
71019 Author: markls <markls@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
71020 Date:   Fri Mar 7 08:32:09 2008 +0000
71021
71022     moved XBT_LOG_CONNECT calls into smpi_global so that they will only be called
71023     once per program invocation rather than once per process.  Also surrounded by
71024     #ifdef so that smpi can still compile against older versions of simgrid.
71025     
71026     
71027     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5276 48e7efb5-ca39-0410-a469-dd3cf9ba447f
71028
71029 commit 9b57381fd90f9a91865c5224c63a45c9bd766a5f
71030 Author: markls <markls@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
71031 Date:   Thu Mar 6 23:28:11 2008 +0000
71032
71033     fixed nasty border condition bug.
71034     
71035     
71036     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5275 48e7efb5-ca39-0410-a469-dd3cf9ba447f
71037
71038 commit dee33fe0e35a8737c785e3fb82083a2e7da49597
71039 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
71040 Date:   Thu Mar 6 14:09:45 2008 +0000
71041
71042     Document last changes
71043     
71044     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5274 48e7efb5-ca39-0410-a469-dd3cf9ba447f
71045
71046 commit 350e169fa2d1d6cc186708fb94386f8783464253
71047 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
71048 Date:   Thu Mar 6 13:24:18 2008 +0000
71049
71050     Don't be paranoid, people won't connect stuff badly, will they?
71051     
71052     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5273 48e7efb5-ca39-0410-a469-dd3cf9ba447f
71053
71054 commit 682eb8ce658cd1cafc772d2f62b6fb9430471b81
71055 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
71056 Date:   Thu Mar 6 13:23:40 2008 +0000
71057
71058     Connect correctly the log channels manually for windows. I didn't try to compile last commit, sorry for the noise
71059     
71060     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5272 48e7efb5-ca39-0410-a469-dd3cf9ba447f
71061
71062 commit f034296466bf89268e0db232f0a365744efab460
71063 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
71064 Date:   Thu Mar 6 12:01:33 2008 +0000
71065
71066     Fix detection of old versions
71067     
71068     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5271 48e7efb5-ca39-0410-a469-dd3cf9ba447f
71069
71070 commit bff077b4621c68455a86e60292cb0bf872a879d5
71071 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
71072 Date:   Thu Mar 6 10:26:18 2008 +0000
71073
71074     Do connect all log channel manually to parent using XBT_LOG_CONNECT() too, so that it works properly under windows
71075     
71076     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5270 48e7efb5-ca39-0410-a469-dd3cf9ba447f
71077
71078 commit 9e00f3570db7ec3423c3f6916f33ca42b4ac4753
71079 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
71080 Date:   Thu Mar 6 10:24:56 2008 +0000
71081
71082     Make sure that all the categories are connected with XBT_LOG_CONNECT() too, so that it works properly under windows
71083     
71084     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5269 48e7efb5-ca39-0410-a469-dd3cf9ba447f
71085
71086 commit f95d18a77d4a399455342cef52cdfe13d167acce
71087 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
71088 Date:   Thu Mar 6 09:36:13 2008 +0000
71089
71090     Cosmetics on the way the documentation of the tree of log channels is generated
71091     
71092     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5268 48e7efb5-ca39-0410-a469-dd3cf9ba447f
71093
71094 commit c2b67da53caa5f63793426f332a783d00fc5ccf2
71095 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
71096 Date:   Thu Mar 6 09:05:37 2008 +0000
71097
71098     Stupid microsoft compiler not understanding the basic bases of C99
71099     
71100     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5267 48e7efb5-ca39-0410-a469-dd3cf9ba447f
71101
71102 commit e00b768a2d33062b955b0e2a7482364743d8fc7d
71103 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
71104 Date:   Thu Mar 6 08:59:50 2008 +0000
71105
71106     Strict ANSI compilers (such as microsoft ones) do not allow non-constant initializers. So, work it arround by adding a XBT_LOG_CONNECT macro to connect the child to the parent afterward
71107     
71108     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5266 48e7efb5-ca39-0410-a469-dd3cf9ba447f
71109
71110 commit e11f6ef1cf9f284b96b06da4eb866b24dd50bc1a
71111 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
71112 Date:   Thu Mar 6 08:51:01 2008 +0000
71113
71114     autogenerated
71115     
71116     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5265 48e7efb5-ca39-0410-a469-dd3cf9ba447f
71117
71118 commit df683c7a96702e432d272face6679f856c90d2b6
71119 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
71120 Date:   Thu Mar 6 08:04:44 2008 +0000
71121
71122     Regenerate all flexml-generated files to fix a FTBFS on buildbots
71123     
71124     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5264 48e7efb5-ca39-0410-a469-dd3cf9ba447f
71125
71126 commit 1ad196a6a1d0b9997e180078695d451de4b37cf3
71127 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
71128 Date:   Thu Mar 6 08:02:38 2008 +0000
71129
71130     regenerate all makefiles.in with the lastest autotools
71131     
71132     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5263 48e7efb5-ca39-0410-a469-dd3cf9ba447f
71133
71134 commit d047dfce0abdf5de4ac04f20eac80c555525eea2
71135 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
71136 Date:   Thu Mar 6 08:00:56 2008 +0000
71137
71138     Get the flexml-generated file regenerated on need
71139     
71140     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5262 48e7efb5-ca39-0410-a469-dd3cf9ba447f
71141
71142 commit 42e51c286c2bc58a8a2a3a452ed3fcf3fcc7d15d
71143 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
71144 Date:   Wed Mar 5 01:51:49 2008 +0000
71145
71146     Revalidate output. There is no task root in this exemple... probably an old cleanup of basic6.c and somebody forgot to update the tesh file accordingly.
71147     
71148     
71149     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5261 48e7efb5-ca39-0410-a469-dd3cf9ba447f
71150
71151 commit c3ea1db9e96c5cc786a9918a68cbdad316f71b20
71152 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
71153 Date:   Wed Mar 5 01:51:45 2008 +0000
71154
71155     Bug Fix: The symptom is hard to describe. Sometimes some tasks were not scheduled whereas they should have...
71156     
71157     
71158     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5260 48e7efb5-ca39-0410-a469-dd3cf9ba447f
71159
71160 commit be2d36ae9df65c27b876844c2d1d4fc934a1be37
71161 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
71162 Date:   Wed Mar 5 01:51:39 2008 +0000
71163
71164     Revalidate output. It did not take into account last improvements to ptask_07 (a better management of 0s and the RTT bound).
71165     
71166     
71167     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5259 48e7efb5-ca39-0410-a469-dd3cf9ba447f
71168
71169 commit 0d8d17cf1dc77c1fa006da88fb597985a9e14774
71170 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
71171 Date:   Wed Mar 5 01:51:30 2008 +0000
71172
71173     Cosmetics
71174     
71175     
71176     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5258 48e7efb5-ca39-0410-a469-dd3cf9ba447f
71177
71178 commit c0abf9c969014b958ed882009cd45f368e472236
71179 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
71180 Date:   Wed Mar 5 01:51:23 2008 +0000
71181
71182     Revalidate output. It did not take into account last improvements to
71183     ptask_07 (a better management of 0s and the RTT bound).
71184     
71185     
71186     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5257 48e7efb5-ca39-0410-a469-dd3cf9ba447f
71187
71188 commit 3f1d1fc24bbaa7061f3d62f56d5d909b7aad4b33
71189 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
71190 Date:   Wed Mar 5 01:51:18 2008 +0000
71191
71192     Bug fix in the trace management: the power value was not scaled. The
71193     power of a host was between 0 and 1 when using traces instead of being
71194     in Mflop/s.
71195     
71196     
71197     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5256 48e7efb5-ca39-0410-a469-dd3cf9ba447f
71198
71199 commit c571b16ce7b2ab1b642fc2b7b822bbb2e2320a88
71200 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
71201 Date:   Wed Mar 5 01:51:12 2008 +0000
71202
71203     Remove useless \n in DEBUG messages.
71204     
71205     
71206     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5255 48e7efb5-ca39-0410-a469-dd3cf9ba447f
71207
71208 commit 3f86e04fdcf633dff1e0211b6f4c9910e7b7714d
71209 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
71210 Date:   Wed Mar 5 01:51:07 2008 +0000
71211
71212     Help running properly after last XML parsing/DTD changes.
71213     
71214     
71215     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5254 48e7efb5-ca39-0410-a469-dd3cf9ba447f
71216
71217 commit 5872ae74a724e52f08c96760bf38142696ad5f2c
71218 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
71219 Date:   Wed Mar 5 01:51:01 2008 +0000
71220
71221     Remove useless \n in DEBUG messages.
71222     
71223     
71224     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5253 48e7efb5-ca39-0410-a469-dd3cf9ba447f
71225
71226 commit cf9f395602a8127a0f48f48819d03b7b597dbb44
71227 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
71228 Date:   Wed Mar 5 01:50:51 2008 +0000
71229
71230     Help running properly after last XML parsing/DTD changes.
71231     
71232     
71233     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5252 48e7efb5-ca39-0410-a469-dd3cf9ba447f
71234
71235 commit 46aad9240a775dd935553ee3baff3e8d59e3a88c
71236 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
71237 Date:   Wed Mar 5 01:50:44 2008 +0000
71238
71239     cosmetics
71240     
71241     
71242     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5251 48e7efb5-ca39-0410-a469-dd3cf9ba447f
71243
71244 commit 7b85a81173fda07b964dfd4d9d78a66bb8f1fe45
71245 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
71246 Date:   Wed Mar 5 01:40:41 2008 +0000
71247
71248     Help compiling after last xml parsing/dtd modifications.
71249     
71250     
71251     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5250 48e7efb5-ca39-0410-a469-dd3cf9ba447f
71252
71253 commit 6604e8466fdc826ccc67cc9e0cabfc85ea8ea0c5
71254 Author: markls <markls@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
71255 Date:   Thu Feb 28 08:18:17 2008 +0000
71256
71257     added simple usage message to smpirun and removed nonworking sample
71258     programs.
71259     
71260     
71261     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5249 48e7efb5-ca39-0410-a469-dd3cf9ba447f
71262
71263 commit 930b6d39af0b622220cc3c2267e2ddf65806fd42
71264 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
71265 Date:   Sun Feb 3 14:16:15 2008 +0000
71266
71267     dead link--
71268     
71269     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5244 48e7efb5-ca39-0410-a469-dd3cf9ba447f
71270
71271 commit fd7f6b8ed24809565026336235edcd4eedea1465
71272 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
71273 Date:   Sun Feb 3 14:15:38 2008 +0000
71274
71275     Fix the DTD wrt trace:connect. I like it better this way ;)
71276     
71277     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5243 48e7efb5-ca39-0410-a469-dd3cf9ba447f
71278
71279 commit dfc0da2aec8e099dc554b1321ff895f6151e0418
71280 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
71281 Date:   Sun Feb 3 10:54:13 2008 +0000
71282
71283     kill properly the surfxml.h file since it got renamed to simgrid_dtd.h a while ago
71284     
71285     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5242 48e7efb5-ca39-0410-a469-dd3cf9ba447f
71286
71287 commit cd830a0265e8f675b0410653157614aad78b8140
71288 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
71289 Date:   Sun Feb 3 10:52:34 2008 +0000
71290
71291     Reintroduce a more robust hack here
71292     
71293     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5241 48e7efb5-ca39-0410-a469-dd3cf9ba447f
71294
71295 commit a2309375de9d96c9e135209f62d34c76b9c8fc8e
71296 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
71297 Date:   Sun Feb 3 10:40:57 2008 +0000
71298
71299     Remove a useless and now harmful rapid hack
71300     
71301     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5240 48e7efb5-ca39-0410-a469-dd3cf9ba447f
71302
71303 commit 9b7e9aa204fa9bcf509eaaa5f3f3e84158deecd6
71304 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
71305 Date:   Fri Jan 25 12:57:34 2008 +0000
71306
71307     Add comments on how to hack surf to seamlessly handle large
71308     hierarchical platforms.
71309     
71310     
71311     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5234 48e7efb5-ca39-0410-a469-dd3cf9ba447f
71312
71313 commit 9dcc6d112b6086b831300a3dfd611bde47c91457
71314 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
71315 Date:   Thu Jan 24 18:47:00 2008 +0000
71316
71317     Use unsigned integers for malloc arguments to allow mallocation of more than 2Gb at once
71318     
71319     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5233 48e7efb5-ca39-0410-a469-dd3cf9ba447f
71320
71321 commit d0c7a85d5a6e9e1697d538a3162508c52633595c
71322 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
71323 Date:   Wed Jan 23 16:37:24 2008 +0000
71324
71325     Oops. Forgot a stub
71326     
71327     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5230 48e7efb5-ca39-0410-a469-dd3cf9ba447f
71328
71329 commit cca85a0d782c2d7c34f1610b314e4edb1875ee9a
71330 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
71331 Date:   Wed Jan 23 16:18:50 2008 +0000
71332
71333     Do not prepare backtraces for display in backtrace_current since this is a very long operation. Only do so when we actually have to display them
71334     
71335     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5229 48e7efb5-ca39-0410-a469-dd3cf9ba447f
71336
71337 commit ecd2c6ffbf406f1dc3b8fac525f5f3c009a3540c
71338 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
71339 Date:   Wed Jan 23 15:58:45 2008 +0000
71340
71341     And now, fix the linux layer for backtrace extraction by not using values of backtrace (ie, e->bt & e->used) before actually calling the backtrace function
71342     
71343     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5228 48e7efb5-ca39-0410-a469-dd3cf9ba447f
71344
71345 commit 6ad3dc7768dc9da9cb1960032ed93e38d1cad956
71346 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
71347 Date:   Wed Jan 23 15:46:03 2008 +0000
71348
71349     Regenerating autogenerated files
71350     
71351     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5227 48e7efb5-ca39-0410-a469-dd3cf9ba447f
71352
71353 commit d487aa52c3a83f58fc2cf45ad222f2e84d0c9e04
71354 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
71355 Date:   Wed Jan 23 15:27:13 2008 +0000
71356
71357     avoid naming conflicts
71358     
71359     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5226 48e7efb5-ca39-0410-a469-dd3cf9ba447f
71360
71361 commit 651776e5843a918e1857083d01898a2fbbb13f4c
71362 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
71363 Date:   Wed Jan 23 15:09:44 2008 +0000
71364
71365     do not call backtrace directly when raising an exception, but our nice portability layer (xbt_backtrace_current)
71366     
71367     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5225 48e7efb5-ca39-0410-a469-dd3cf9ba447f
71368
71369 commit 1367acede3ffaa7fb76cb2a7bf6955575ff466ab
71370 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
71371 Date:   Wed Jan 23 14:49:23 2008 +0000
71372
71373     Damnit. Cross-compiling adds the pickyness of gcc to the brutality of visual-C. I'm getting tired
71374     
71375     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5224 48e7efb5-ca39-0410-a469-dd3cf9ba447f
71376
71377 commit c133768a7de55aa45bb6ca94ae4263ae3d740999
71378 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
71379 Date:   Wed Jan 23 14:43:31 2008 +0000
71380
71381     Allow gcc cross-compiling targetting windows, which does not like exported symbols of type []
71382     
71383     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5223 48e7efb5-ca39-0410-a469-dd3cf9ba447f
71384
71385 commit aec1891acd3a43ea3b6c2501ad94239733ee1694
71386 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
71387 Date:   Wed Jan 23 14:29:01 2008 +0000
71388
71389     Damit, leftover of the gcc syntax for inline assembly
71390     
71391     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5222 48e7efb5-ca39-0410-a469-dd3cf9ba447f
71392
71393 commit 08aaedd334e95fc144248a31cf6411ecf1b08052
71394 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
71395 Date:   Wed Jan 23 14:26:13 2008 +0000
71396
71397     give up on cross-compiling backtrace code from gcc: inline assembly code cannot be written in a way that both compilers like (so stick to MSVC syntax, and disable the feature when using gcc either in cross or natively with mingw32)
71398     
71399     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5221 48e7efb5-ca39-0410-a469-dd3cf9ba447f
71400
71401 commit af4b3676dc5b56c898a4e7c477666864019b5b69
71402 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
71403 Date:   Wed Jan 23 13:56:28 2008 +0000
71404
71405     Allow gcc cross-compilation targetting windows, and hopefully kill the dbghelp singleton
71406     
71407     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5220 48e7efb5-ca39-0410-a469-dd3cf9ba447f
71408
71409 commit 6604679679d6c5e526e7b3405a32e28b34bf4fa2
71410 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
71411 Date:   Wed Jan 23 13:53:36 2008 +0000
71412
71413     Allow gcc cross-compilation targetting windows
71414     
71415     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5219 48e7efb5-ca39-0410-a469-dd3cf9ba447f
71416
71417 commit dbbe240cf88805f1a1a1e68c86d1242d76764d4c
71418 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
71419 Date:   Wed Jan 23 13:52:20 2008 +0000
71420
71421     Various cleanups+allow cross-compilation with gcc
71422     
71423     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5218 48e7efb5-ca39-0410-a469-dd3cf9ba447f
71424
71425 commit b98424a55321be220303d8d2883d37dc7e2a80a9
71426 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
71427 Date:   Wed Jan 23 09:44:42 2008 +0000
71428
71429     Other try at killing that singleton
71430     
71431     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5217 48e7efb5-ca39-0410-a469-dd3cf9ba447f
71432
71433 commit 74bd666910b9171b5f8374ff98d189b173ceeace
71434 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
71435 Date:   Wed Jan 23 09:38:35 2008 +0000
71436
71437     Other try at killing that singleton
71438     
71439     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5216 48e7efb5-ca39-0410-a469-dd3cf9ba447f
71440
71441 commit 5b0f10320bc41d518a6a15e71182f2a14bbf03ad
71442 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
71443 Date:   Tue Jan 22 16:39:40 2008 +0000
71444
71445     try to kill the singleton design pattern
71446     
71447     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5215 48e7efb5-ca39-0410-a469-dd3cf9ba447f
71448
71449 commit f8cf41c8401043b29a756dc6a3efed702b31433c
71450 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
71451 Date:   Tue Jan 22 16:16:57 2008 +0000
71452
71453     End of last commit about cleaning up windows backtraces (sorry, codding through the build bots)
71454     
71455     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5214 48e7efb5-ca39-0410-a469-dd3cf9ba447f
71456
71457 commit f93abc6448737e66b30c1eb5f4d341dc518d6d00
71458 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
71459 Date:   Tue Jan 22 16:13:34 2008 +0000
71460
71461     Separate the dummy implementation of the backtraces into its own file (backtrace_dummy), better init/exit mecanism for the backtraces since windows actually has something to do there
71462     
71463     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5213 48e7efb5-ca39-0410-a469-dd3cf9ba447f
71464
71465 commit c644d95f72f72a7a81885dc809a372e0880fdf1b
71466 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
71467 Date:   Tue Jan 22 15:54:13 2008 +0000
71468
71469     Cleanups: kill code dupplication
71470     
71471     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5212 48e7efb5-ca39-0410-a469-dd3cf9ba447f
71472
71473 commit 5daf43327dc8fce985687f6306daa762ec07a4b6
71474 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
71475 Date:   Tue Jan 22 11:01:21 2008 +0000
71476
71477     xbt_new raises an exception on error, no need to check for ENOMEM
71478     
71479     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5211 48e7efb5-ca39-0410-a469-dd3cf9ba447f
71480
71481 commit 064591f1a09841a3b4d5d360f1a0a32179faa5f8
71482 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
71483 Date:   Tue Jan 22 10:45:12 2008 +0000
71484
71485     Erm. Reindenting did not make the trick on assembly code
71486     
71487     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5210 48e7efb5-ca39-0410-a469-dd3cf9ba447f
71488
71489 commit 0d2220ca1c127fc19c249e6e59dec2ac47107854
71490 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
71491 Date:   Tue Jan 22 10:43:30 2008 +0000
71492
71493     Fix another small signess issue
71494     
71495     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5209 48e7efb5-ca39-0410-a469-dd3cf9ba447f
71496
71497 commit 46d32aa56799072667ff2a197080eef1c491b6c6
71498 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
71499 Date:   Tue Jan 22 10:41:32 2008 +0000
71500
71501     Fix a small signess issue
71502     
71503     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5208 48e7efb5-ca39-0410-a469-dd3cf9ba447f
71504
71505 commit bccebf423e34203bb20f22ac5b52c756aba29e26
71506 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
71507 Date:   Tue Jan 22 10:35:23 2008 +0000
71508
71509     Reindent (no real change)
71510     
71511     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5207 48e7efb5-ca39-0410-a469-dd3cf9ba447f
71512
71513 commit 97774044e527e50a00dddb17e2464f92af7d07f1
71514 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
71515 Date:   Tue Jan 22 10:32:48 2008 +0000
71516
71517     Move a bit of code into the platform-dependent files (to allow their upcoming cleanup)
71518     
71519     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5206 48e7efb5-ca39-0410-a469-dd3cf9ba447f
71520
71521 commit 817f423294247a7e527922620bd339a6e19ca454
71522 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
71523 Date:   Fri Jan 18 10:26:22 2008 +0000
71524
71525     And now, fix the other arguments of makecontext to avoid using unitialized data on the stack
71526     
71527     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5205 48e7efb5-ca39-0410-a469-dd3cf9ba447f
71528
71529 commit a4464975caf1bb39f0870464045c753af5c578fd
71530 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
71531 Date:   Fri Jan 18 09:58:48 2008 +0000
71532
71533     Fix the prototype of the context running wrapper to stick to the standards
71534     
71535     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5204 48e7efb5-ca39-0410-a469-dd3cf9ba447f
71536
71537 commit ae2a5a18b19be8ffe9b75acff37152e010f5a860
71538 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
71539 Date:   Fri Jan 11 13:10:50 2008 +0000
71540
71541     include sysdep.h for xbt_new0
71542     
71543     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5198 48e7efb5-ca39-0410-a469-dd3cf9ba447f
71544
71545 commit 0a4335062238cd526c686b232aaca21e72665d70
71546 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
71547 Date:   Fri Jan 11 10:48:19 2008 +0000
71548
71549     Delete the auto aliasing
71550     
71551     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5197 48e7efb5-ca39-0410-a469-dd3cf9ba447f
71552
71553 commit 950df687a08eb5cc43d7c8040089327d905cf21f
71554 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
71555 Date:   Fri Jan 11 10:27:29 2008 +0000
71556
71557     Declaration of the MSG_task_receive_from_host() function
71558     
71559     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5196 48e7efb5-ca39-0410-a469-dd3cf9ba447f
71560
71561 commit 58b5d8d78829948f50164d6b39292157cc3f4e1d
71562 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
71563 Date:   Fri Jan 11 10:20:07 2008 +0000
71564
71565     the java samples alias0 and alias1 are renamed autoDestination and explicitDestination
71566     
71567     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5195 48e7efb5-ca39-0410-a469-dd3cf9ba447f
71568
71569 commit 8d02a312e6d5f764e6034c6bf2200940959257a2
71570 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
71571 Date:   Fri Jan 11 10:17:51 2008 +0000
71572
71573     Usage of xbt_new0 instead calloc
71574     
71575     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5194 48e7efb5-ca39-0410-a469-dd3cf9ba447f
71576
71577 commit b3a6228d1e65a6f7eea5b97ae0fa2668af06d59d
71578 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
71579 Date:   Fri Jan 11 10:16:41 2008 +0000
71580
71581     Usage of xbt_new0 instead calloc
71582     
71583     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5193 48e7efb5-ca39-0410-a469-dd3cf9ba447f
71584
71585 commit 709c31c0f7ab71a0669732a0e3a2349bf8c9a746
71586 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
71587 Date:   Fri Jan 11 10:15:40 2008 +0000
71588
71589     rename msg_mailbox.h to mailbox.h
71590     
71591     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5192 48e7efb5-ca39-0410-a469-dd3cf9ba447f
71592
71593 commit 349849fb3243c5650fa9706f0f6df5069d51cf9b
71594 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
71595 Date:   Fri Jan 11 10:12:35 2008 +0000
71596
71597     rename msg_mailbox.h mailbox.h
71598     
71599     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5191 48e7efb5-ca39-0410-a469-dd3cf9ba447f
71600
71601 commit 648ef671efa341346c38df5f27d10a530119108f
71602 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
71603 Date:   Fri Jan 11 10:10:53 2008 +0000
71604
71605     This change is relative with the mailbox concept :
71606     
71607     include/msg/msg.h           The function MSG_task_receive_with_time_out is renamed MSG_task_receive_with_timeout
71608     
71609     src/msg/private.h           Add the declaration of the structure of a mailbox, the structure simdata_host use now the concept of mailbox
71610     
71611     src/msg/global.c            The initialization and the finalization of the mailbox module are respectively call by the functions MSG_global_init()
71612                                                 and MSG_clean()
71613     
71614     src/msg/msg_mailbox.c       Implementation of the functions MSG_mailbox_get_task_ext and MSG_mailbox_put_with_timeout, MSG_mailbox_get_by_channel;
71615                                                 the MSG_mailbox_destroy function is deleted...
71616     
71617     src/msg/msg_mailbox.h       renamed mailbox.h
71618     
71619     src/msg/host.c                      The host use now the mailbox concept (the mailboxes of the hosts are not added in the global dictionary)
71620     
71621     src/msg/gos.c                       All the functions use now the now concept of mailbox, refactoring of code (the code related with the mailboxes
71622                                                 is merged in the MSG_mailbox* functions)
71623     
71624     src/simix/smx_global.c      The initialization and the finalization module functions are now call in the msg.c source file.
71625     
71626     src/simix/smx_process.c     Add the mailbox identified by the alias "Host:Process" in the global dictionary
71627     
71628     src/java/jmsg.c                     msg_mailbox.h is renamed mailbox.h
71629     
71630     src/Makefile.am                     msg_mailbox.h is renamed mailbox.h
71631     
71632     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5190 48e7efb5-ca39-0410-a469-dd3cf9ba447f
71633
71634 commit d5b93304c003059f0994a809fb147eb7e90791c6
71635 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
71636 Date:   Fri Jan 11 09:57:59 2008 +0000
71637
71638     A distraction
71639     
71640     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5189 48e7efb5-ca39-0410-a469-dd3cf9ba447f
71641
71642 commit 7e48eb6d93f5e3ca06c7b96ce44ea472fac6b995
71643 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
71644 Date:   Fri Jan 11 09:56:55 2008 +0000
71645
71646     add the inclusion of the dbg_help.h header, remove the unnecessary code and use xbt_new0 instead calloc
71647     
71648     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5188 48e7efb5-ca39-0410-a469-dd3cf9ba447f
71649
71650 commit b73ac14c229ad53d187d31efd8bf036ec835ea74
71651 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
71652 Date:   Wed Jan 9 07:27:00 2008 +0000
71653
71654     Fix syntax
71655     
71656     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5185 48e7efb5-ca39-0410-a469-dd3cf9ba447f
71657
71658 commit b9b4191594f5b6c5abb448476d52e0938df26bfa
71659 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
71660 Date:   Wed Jan 9 00:05:04 2008 +0000
71661
71662     Stupid me
71663     
71664     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5184 48e7efb5-ca39-0410-a469-dd3cf9ba447f
71665
71666 commit 9fdfc4f33dc29577f6f4a71bae011bd6383f7d43
71667 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
71668 Date:   Wed Jan 9 00:03:42 2008 +0000
71669
71670     ooops
71671     
71672     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5183 48e7efb5-ca39-0410-a469-dd3cf9ba447f
71673
71674 commit e389f19bb8f06a68db291772c30b7d9ceec7ecc4
71675 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
71676 Date:   Wed Jan 9 00:01:49 2008 +0000
71677
71678     Publi++
71679     
71680     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5182 48e7efb5-ca39-0410-a469-dd3cf9ba447f
71681
71682 commit ba11850de8833a19ad5cff08ffd08905ce8940ee
71683 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
71684 Date:   Tue Jan 8 22:21:46 2008 +0000
71685
71686     Update the contrib page, and add a link to it in the navbar
71687     
71688     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5181 48e7efb5-ca39-0410-a469-dd3cf9ba447f
71689
71690 commit c6d121d93f57cd0a5e3622e72dec4033c25c8f3b
71691 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
71692 Date:   Mon Jan 7 23:07:21 2008 +0000
71693
71694     Simplification (plus remove a warning blocking the compilation)
71695     
71696     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5176 48e7efb5-ca39-0410-a469-dd3cf9ba447f
71697
71698 commit e7e3ea420425da84269f71c65b8c8206f9fc82c7
71699 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
71700 Date:   Mon Jan 7 22:51:18 2008 +0000
71701
71702     Also distribute the msg_mailbox header in the tarball
71703     
71704     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5175 48e7efb5-ca39-0410-a469-dd3cf9ba447f
71705
71706 commit 3347e271cd0ddb7da133ad0e66826cb559e1dd14
71707 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
71708 Date:   Mon Jan 7 22:39:07 2008 +0000
71709
71710     split windows and linux backtrace setup out of the main exception file
71711     
71712     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5174 48e7efb5-ca39-0410-a469-dd3cf9ba447f
71713
71714 commit 7903b662927d5080f04fc4a6646ef7ca311eeaca
71715 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
71716 Date:   Mon Jan 7 22:10:52 2008 +0000
71717
71718     Fix english, use more XBT str functions, some little other cosmetics. Kill backtrace_symbols_fd that we do not need (it dupplicates code with backtrace_symbols for no real reason)
71719     
71720     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5173 48e7efb5-ca39-0410-a469-dd3cf9ba447f
71721
71722 commit f7a9e28adc2e52f3397145b65b3f5f857f81e619
71723 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
71724 Date:   Mon Jan 7 17:19:31 2008 +0000
71725
71726     Do not export the mailbox functions now.
71727     
71728     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5172 48e7efb5-ca39-0410-a469-dd3cf9ba447f
71729
71730 commit 11080e8f4111076f5971b6f2339357d1328621ec
71731 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
71732 Date:   Mon Jan 7 17:15:12 2008 +0000
71733
71734     A distraction
71735     
71736     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5171 48e7efb5-ca39-0410-a469-dd3cf9ba447f
71737
71738 commit cb9e7c6921dc283b126f6ec9f4d6d6ea95bb13c5
71739 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
71740 Date:   Mon Jan 7 17:13:39 2008 +0000
71741
71742     Export the mailbox functions.
71743     
71744     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5170 48e7efb5-ca39-0410-a469-dd3cf9ba447f
71745
71746 commit a2b0c903d3e7168844266bd69e316c404c1d7959
71747 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
71748 Date:   Mon Jan 7 17:01:59 2008 +0000
71749
71750     Remove the unused variable item.
71751     
71752     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5169 48e7efb5-ca39-0410-a469-dd3cf9ba447f
71753
71754 commit f1b86374a5c9d3f40f72910eaa68ad5ff7bd5a93
71755 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
71756 Date:   Mon Jan 7 16:56:16 2008 +0000
71757
71758     Add end line in msg_mailbox* files and add the file msg_mailbox.c in Makefile.am
71759     
71760     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5168 48e7efb5-ca39-0410-a469-dd3cf9ba447f
71761
71762 commit adcf9688831ae9fb347b047dc2d8f83b0950e3b5
71763 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
71764 Date:   Mon Jan 7 16:45:53 2008 +0000
71765
71766     The Visual C++ project of the masterslave_forwarder_with_alias example
71767     
71768     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5167 48e7efb5-ca39-0410-a469-dd3cf9ba447f
71769
71770 commit 1397ecc61425245eae6e38c34c039a5be027fab6
71771 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
71772 Date:   Mon Jan 7 16:44:14 2008 +0000
71773
71774     The materslave_forwarder using the mailbox concept
71775     
71776     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5166 48e7efb5-ca39-0410-a469-dd3cf9ba447f
71777
71778 commit 1a9678e895ca8d18ed1ffdad4407a6aaa6fc9a2b
71779 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
71780 Date:   Mon Jan 7 16:42:58 2008 +0000
71781
71782     The java examples to illustrate the usage of the mailbox concept.
71783     
71784     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5165 48e7efb5-ca39-0410-a469-dd3cf9ba447f
71785
71786 commit c861b15010ab22b3a4b7b7762929433f6d8b47ff
71787 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
71788 Date:   Mon Jan 7 16:39:40 2008 +0000
71789
71790     Add the mailbox source file and header.
71791     msg_mailbox.h                       Header containing the declaration of the functions related with the mailbox concept
71792     msg_mailbox.c                       Source file containing the implementation of the functions related with the mailbox concept
71793     
71794     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5164 48e7efb5-ca39-0410-a469-dd3cf9ba447f
71795
71796 commit f3ba71e33e73c61ca467a37dda2bc3b9d5f9ed1b
71797 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
71798 Date:   Mon Jan 7 16:36:32 2008 +0000
71799
71800     This change introduce the new mailbox concept.
71801     A mailbox is a storage used to put or get an msg task. It is identified by an alias. For more information about the usage of the mailbox see the java examples alias0 and alias1 and the C example
71802     masterslave_forwarder_with_alias in the directory /examples/msg/alias.
71803     
71804     This change impacts the following files :
71805     
71806     include/msg/msg.h           Add the declaration of the functions related with the new concept of mailboxes.
71807     src/msg/host.c                      Adapte the functions __MSG_host_create and __MSG_host_destroy to the new concept of mailboxes.
71808     src/gos/gos.c                       Implementation of the functions related withe the new concept of mailboxes.
71809     
71810     src/simix/smx_global.c      Initialization et finalization of the mailbox module.
71811     
71812     src/java/jmsg.c                     Implementation of the jni callback functions related with the mailbox concept.
71813     src/java/jmsg.h                     Declaration of the jni callback functions related with the mailbox concept.
71814     
71815     
71816     ApplicationHandler.java     Implementation of the operations related with the properties of a process
71817     Host.java                           Implementation of the operations related with the new concept of mailbox
71818     MsgNative.java                      Implementation of the operations related with the new concept of mailbox
71819     Process.java                        Implementation of the operations related with the new concept of mailbox
71820     Task.java                           Implementation of the operations related with the new concept of mailbox
71821     
71822     
71823     msg_mailbox.h                       Header containing the declaration of the functions related with the mailbox concept
71824     msg_mailbox.c                       Source file containing the implementation of the functions related with the mailbox concept
71825     
71826     
71827     
71828     directories alia0 et alias1 contain two examples to illustrate the different usages of the mailbox concept using the java interface
71829     for msg.
71830     
71831     directory alias contains the example masterslave_forwarder_with_alias which illustrate the usage of mailbox instead channel as in
71832     the masterslave_forwarder example.
71833     
71834     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5163 48e7efb5-ca39-0410-a469-dd3cf9ba447f
71835
71836 commit bb38b738b6810c3e4c0be80ffc5de5eb25e62435
71837 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
71838 Date:   Mon Jan 7 14:37:23 2008 +0000
71839
71840     Ansi declaration of the variables (at the beginning of the block).
71841     
71842     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5162 48e7efb5-ca39-0410-a469-dd3cf9ba447f
71843
71844 commit 85b2987dcff719252ce8fcece5b27e51ef9b4d5a
71845 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
71846 Date:   Mon Jan 7 14:31:27 2008 +0000
71847
71848     Add the backtrace in the table of string only if the symbol and the line information exist.
71849     
71850     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5161 48e7efb5-ca39-0410-a469-dd3cf9ba447f
71851
71852 commit 4272e5735e685afc759b02dfbcb08acaf462c791
71853 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
71854 Date:   Mon Jan 7 14:29:26 2008 +0000
71855
71856     Destroy the context of the maestro after the call of the function xbt_context_empty_trash to avoid an possible access violation.
71857     
71858     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5160 48e7efb5-ca39-0410-a469-dd3cf9ba447f
71859
71860 commit 2cad53ea106892eb80ebd9a11d3498d1cc5d4c2e
71861 Author: markls <markls@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
71862 Date:   Mon Dec 24 06:27:26 2007 +0000
71863
71864     some of the action checking code didn't work right, so I removed it.
71865     
71866     
71867     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5158 48e7efb5-ca39-0410-a469-dd3cf9ba447f
71868
71869 commit e759b094e418c94354a054dd0b52034d5cbe3e85
71870 Author: markls <markls@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
71871 Date:   Sun Dec 23 06:37:02 2007 +0000
71872
71873     accidently tried to compare action to state. now fixed.
71874     
71875     
71876     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5157 48e7efb5-ca39-0410-a469-dd3cf9ba447f
71877
71878 commit 9b0d45659b3ca3d1a18fa754bb04ed74396b3bd7
71879 Author: markls <markls@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
71880 Date:   Sun Dec 23 06:17:02 2007 +0000
71881
71882     blah
71883     
71884     
71885     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5156 48e7efb5-ca39-0410-a469-dd3cf9ba447f
71886
71887 commit 8ea2649a94e38ff0333ca955277091e7d4af8dd4
71888 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
71889 Date:   Fri Dec 21 11:10:57 2007 +0000
71890
71891     Use bprintf instead of sprintf
71892     
71893     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5153 48e7efb5-ca39-0410-a469-dd3cf9ba447f
71894
71895 commit da7234e118bad4b40af632d1616c54906cdbd350
71896 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
71897 Date:   Fri Dec 21 11:05:14 2007 +0000
71898
71899     Ops, forgot to commit this one
71900     
71901     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5152 48e7efb5-ca39-0410-a469-dd3cf9ba447f
71902
71903 commit c56524afd9d8c0c43c7815b1a14cf877de32976c
71904 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
71905 Date:   Fri Dec 21 10:31:39 2007 +0000
71906
71907     Implementation of the back trace functions for Win32 on the x86 architecture
71908     
71909     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5151 48e7efb5-ca39-0410-a469-dd3cf9ba447f
71910
71911 commit 71b2f901b79f9307dccfa285e0e109fe7440326a
71912 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
71913 Date:   Thu Dec 20 14:08:14 2007 +0000
71914
71915     ops, leftover
71916     
71917     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5150 48e7efb5-ca39-0410-a469-dd3cf9ba447f
71918
71919 commit 02d733302bf8e265a9d623da98f251aad33d4414
71920 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
71921 Date:   Thu Dec 20 14:07:36 2007 +0000
71922
71923     mv surfxml.dtd simgrid.dtd
71924     
71925     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5149 48e7efb5-ca39-0410-a469-dd3cf9ba447f
71926
71927 commit 3df6cac0b5a1214cb750b260d904d16348ec4ec1
71928 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
71929 Date:   Thu Dec 20 14:00:28 2007 +0000
71930
71931     Regenerate with flexml 1.7
71932     
71933     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5148 48e7efb5-ca39-0410-a469-dd3cf9ba447f
71934
71935 commit f8bec927fdd4ba46ad849bfae6743afebe2fa971
71936 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
71937 Date:   Thu Dec 20 13:58:01 2007 +0000
71938
71939     indent
71940     
71941     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5147 48e7efb5-ca39-0410-a469-dd3cf9ba447f
71942
71943 commit 6b740dbac380307523d63ba35837aaa1893a7c18
71944 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
71945 Date:   Thu Dec 20 13:57:08 2007 +0000
71946
71947     Call xbt_exit in the test runner (to check leaks)
71948     
71949     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5146 48e7efb5-ca39-0410-a469-dd3cf9ba447f
71950
71951 commit 5dd7ee747ff56617b741bef0cbe70b27c4973cb8
71952 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
71953 Date:   Thu Dec 20 13:55:33 2007 +0000
71954
71955     This file needs stdio.h for sprintf (it could use bprintf instead, but that's another story)
71956     
71957     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5145 48e7efb5-ca39-0410-a469-dd3cf9ba447f
71958
71959 commit ce9a8cd31fe69fafd4c09fb03960afed24f98bab
71960 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
71961 Date:   Thu Dec 20 13:51:06 2007 +0000
71962
71963     These two certainly do not need hardcore portability bits
71964     
71965     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5144 48e7efb5-ca39-0410-a469-dd3cf9ba447f
71966
71967 commit 2067f221ad119091bca733bd47e72f096bc1dbbd
71968 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
71969 Date:   Thu Dec 20 13:49:54 2007 +0000
71970
71971     I know I'm picky
71972     
71973     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5143 48e7efb5-ca39-0410-a469-dd3cf9ba447f
71974
71975 commit 5d424c678a28b1861b272b58af0dd46d903b1192
71976 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
71977 Date:   Thu Dec 20 13:49:00 2007 +0000
71978
71979     mv surfxml.dtd simgrid.dtd
71980     
71981     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5142 48e7efb5-ca39-0410-a469-dd3cf9ba447f
71982
71983 commit 741d951a0891942a7c26ad070f0292ee65a82c49
71984 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
71985 Date:   Thu Dec 20 13:47:01 2007 +0000
71986
71987     autogenerated
71988     
71989     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5141 48e7efb5-ca39-0410-a469-dd3cf9ba447f
71990
71991 commit be24a421768041ffd250dc4dc68a285f0b59b88f
71992 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
71993 Date:   Thu Dec 20 07:42:18 2007 +0000
71994
71995     Improve compilation time by epsilon by sharpening the includes (str.h loads dynar.h and a whole bunch of cruft, so do not load str.h from sysdep.h which is basically loaded by everyone)
71996     
71997     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5140 48e7efb5-ca39-0410-a469-dd3cf9ba447f
71998
71999 commit 077162be219d71e3d0625ee0de4fdfc5060ec7d2
72000 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
72001 Date:   Wed Dec 19 20:58:31 2007 +0000
72002
72003     Do load portable.h explicitly since strbuff do not bogusly load it for us anymore
72004     
72005     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5139 48e7efb5-ca39-0410-a469-dd3cf9ba447f
72006
72007 commit 9b00f93ba23b10b26ed955c8b6a90cf52a2cdb73
72008 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
72009 Date:   Wed Dec 19 20:56:47 2007 +0000
72010
72011     Oops, do not load portable.h from a public header: it's not installed
72012     
72013     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5138 48e7efb5-ca39-0410-a469-dd3cf9ba447f
72014
72015 commit b969a6dbe995a3b0bbeabd228769d4516f3ec400
72016 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
72017 Date:   Wed Dec 19 14:27:01 2007 +0000
72018
72019     typo
72020     
72021     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5137 48e7efb5-ca39-0410-a469-dd3cf9ba447f
72022
72023 commit d6901c97fb452fff1c526f9fe866ca29dd106e39
72024 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
72025 Date:   Wed Dec 19 14:26:46 2007 +0000
72026
72027     Avoid timeouts on very large platforms by blocking for ever
72028     
72029     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5136 48e7efb5-ca39-0410-a469-dd3cf9ba447f
72030
72031 commit e90dd226891efc9327e81f46ba5cda5e28e4e2c5
72032 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
72033 Date:   Tue Dec 18 11:01:11 2007 +0000
72034
72035     rename surfxml.dtd into simgrid.dtd
72036     
72037     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5135 48e7efb5-ca39-0410-a469-dd3cf9ba447f
72038
72039 commit ef3acbef4d4754ec3af577d97d863a77a442b695
72040 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
72041 Date:   Tue Dec 18 10:56:47 2007 +0000
72042
72043     Rename the platform updating script, distribute it and document it
72044     
72045     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5134 48e7efb5-ca39-0410-a469-dd3cf9ba447f
72046
72047 commit 5f1f915e754bd2549f850932b7a3d05cf1e8178f
72048 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
72049 Date:   Tue Dec 18 10:49:08 2007 +0000
72050
72051     Move the platform updater into the archive (users will need it)
72052     
72053     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5132 48e7efb5-ca39-0410-a469-dd3cf9ba447f
72054
72055 commit f9f94df227d53ef89d9cb8748d1241b983c2071a
72056 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
72057 Date:   Tue Dec 18 10:33:02 2007 +0000
72058
72059     Dos2unix (second try)
72060     
72061     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5130 48e7efb5-ca39-0410-a469-dd3cf9ba447f
72062
72063 commit 9765bf96e11d3c8627ca46ef3a0824fd0758b163
72064 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
72065 Date:   Tue Dec 18 10:32:32 2007 +0000
72066
72067     Dos2unix
72068     
72069     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5129 48e7efb5-ca39-0410-a469-dd3cf9ba447f
72070
72071 commit dcbf2427d14d935ac1cbc3981f4cc7a97d6e7cc3
72072 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
72073 Date:   Mon Dec 17 15:12:58 2007 +0000
72074
72075     Document my lastest trick to increase the amount of started nodes in the simulator
72076     
72077     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5128 48e7efb5-ca39-0410-a469-dd3cf9ba447f
72078
72079 commit 4f85a939437f403c5c5225f645f02b80977c495f
72080 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
72081 Date:   Mon Dec 17 12:21:55 2007 +0000
72082
72083     update to lastest XML conventions
72084     
72085     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5127 48e7efb5-ca39-0410-a469-dd3cf9ba447f
72086
72087 commit d1514c63e1ab19c96e7288e12ece2647728430b8
72088 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
72089 Date:   Sat Dec 15 01:46:43 2007 +0000
72090
72091     A deployment involving all nodes (for timing purpose)
72092     
72093     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5126 48e7efb5-ca39-0410-a469-dd3cf9ba447f
72094
72095 commit f46bb17f80ec2fbeafaa3ca398303ce2f94b2f82
72096 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
72097 Date:   Fri Dec 14 21:29:30 2007 +0000
72098
72099     Also add the make_deployment.pl to the tarball
72100     
72101     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5124 48e7efb5-ca39-0410-a469-dd3cf9ba447f
72102
72103 commit 22f458ce4459c47599e68b1ac0e2033f044adb1b
72104 Author: quasar <quasar@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
72105 Date:   Fri Dec 14 16:27:46 2007 +0000
72106
72107     solved a bug in route:multi. routes to  where not added. appeared after the killing of KCC...
72108     
72109     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5123 48e7efb5-ca39-0410-a469-dd3cf9ba447f
72110
72111 commit a282cd526f86a0a40d53e51967237697f7291389
72112 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
72113 Date:   Wed Dec 12 20:29:53 2007 +0000
72114
72115     Finish the code cleanup by killing completely the KCCFLN05 model (rip, crappy model)
72116     
72117     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5122 48e7efb5-ca39-0410-a469-dd3cf9ba447f
72118
72119 commit 00b32754b866aa931c74b2666e401dc7e2f83af5
72120 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
72121 Date:   Wed Dec 12 20:27:23 2007 +0000
72122
72123     Output cleanups for when the exception arises in a separate thread
72124     
72125     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5121 48e7efb5-ca39-0410-a469-dd3cf9ba447f
72126
72127 commit 2f99888ac48c81401dae9d1140742c256183153f
72128 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
72129 Date:   Wed Dec 12 20:12:25 2007 +0000
72130
72131     Change the trick to build log category names: this does not only appear when it's missing, but also when it's defined twice (and it looks ridiculous to have it named does_not_exists then)
72132     
72133     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5120 48e7efb5-ca39-0410-a469-dd3cf9ba447f
72134
72135 commit fc95b4f20d7d8aa7230e1fe1dd56c9a089c6a1e6
72136 Author: quasar <quasar@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
72137 Date:   Wed Dec 12 08:40:13 2007 +0000
72138
72139     updated test results for metaxml, props, modified test send_recv_KC.. to CLM..
72140     
72141     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5119 48e7efb5-ca39-0410-a469-dd3cf9ba447f
72142
72143 commit 687f4837379b6b1d25eecb3c3ad9faa6e495efc8
72144 Author: quasar <quasar@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
72145 Date:   Tue Dec 11 15:59:23 2007 +0000
72146
72147     fixed bug in route:multi generation; appeared after the KCC.. model was eliminated
72148     
72149     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5118 48e7efb5-ca39-0410-a469-dd3cf9ba447f
72150
72151 commit 6235a7e4900661d6562ea3607cfa299778cfef1c
72152 Author: quasar <quasar@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
72153 Date:   Tue Dec 11 09:26:58 2007 +0000
72154
72155     the parsing time info switched to debug
72156     
72157     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5117 48e7efb5-ca39-0410-a469-dd3cf9ba447f
72158
72159 commit a251a46feac3eac126243e066a947e153464a29e
72160 Author: quasar <quasar@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
72161 Date:   Tue Dec 11 09:19:59 2007 +0000
72162
72163     eliminating KCCFLN05 model
72164     
72165     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5116 48e7efb5-ca39-0410-a469-dd3cf9ba447f
72166
72167 commit 9bf99128679525898380b17401a8c6174a9f87d1
72168 Author: quasar <quasar@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
72169 Date:   Tue Dec 11 09:03:03 2007 +0000
72170
72171     modified cluster to allow changing properties individualy foreach node
72172     
72173     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5115 48e7efb5-ca39-0410-a469-dd3cf9ba447f
72174
72175 commit 027f3abe8f56d9729fa87329b559a5723e34aed5
72176 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
72177 Date:   Fri Dec 7 12:34:26 2007 +0000
72178
72179     Don't hide issues. If users asked for rand48, we must given them this exact generator. And if we can't, then they must know
72180     
72181     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5114 48e7efb5-ca39-0410-a469-dd3cf9ba447f
72182
72183 commit 40151dc650bf350da4d9b73d3b66d1a078a0dc8c
72184 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
72185 Date:   Wed Dec 5 22:33:43 2007 +0000
72186
72187     Fix string format (variable changed to unsigned long recently)
72188     
72189     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5113 48e7efb5-ca39-0410-a469-dd3cf9ba447f
72190
72191 commit 72bdbf81a3dadb1338ae8743d2410842ff04948f
72192 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
72193 Date:   Wed Dec 5 13:47:51 2007 +0000
72194
72195     Window doesn't provide the function drand48(), remove useless break and add extern C declarations for C++ compilers
72196     
72197     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5112 48e7efb5-ca39-0410-a469-dd3cf9ba447f
72198
72199 commit cf56a22da60094d8e7f14b1457526dc194d40226
72200 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
72201 Date:   Wed Dec 5 13:45:11 2007 +0000
72202
72203     Ansi C declaration of the variables (at the beginning of the blocks)
72204     
72205     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5111 48e7efb5-ca39-0410-a469-dd3cf9ba447f
72206
72207 commit 1efa42ba7f4518c68673b1e644962c2e112ef96c
72208 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
72209 Date:   Wed Dec 5 13:44:17 2007 +0000
72210
72211     add random_mgr.c to the Visual C++ project of the SimGrid library
72212     
72213     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5110 48e7efb5-ca39-0410-a469-dd3cf9ba447f
72214
72215 commit 2dec200cc0376860eabbacb940e28e2a695f8926
72216 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
72217 Date:   Wed Dec 5 13:15:02 2007 +0000
72218
72219     modify the structure of the solution of the Visual C++ project of the SimGrid DLL
72220     
72221     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5109 48e7efb5-ca39-0410-a469-dd3cf9ba447f
72222
72223 commit 8afde10750bec2e6e5af76c482d57a83832cb27b
72224 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
72225 Date:   Tue Dec 4 16:29:05 2007 +0000
72226
72227     Cleanup the example, and revalidate the outputs accordingly
72228     
72229     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5108 48e7efb5-ca39-0410-a469-dd3cf9ba447f
72230
72231 commit 7b2e1d2ab52db865c0b2eb8ba2233524243c86c3
72232 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
72233 Date:   Tue Dec 4 16:16:47 2007 +0000
72234
72235     Revalidate output
72236     
72237     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5107 48e7efb5-ca39-0410-a469-dd3cf9ba447f
72238
72239 commit 984eea37bf79c5050c5560ecc052212047adfebc
72240 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
72241 Date:   Tue Dec 4 16:05:21 2007 +0000
72242
72243     these symbols had multiple definitions 5mn ago, and now, they are not defined anymore. I hate the MacOSX linker
72244     
72245     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5106 48e7efb5-ca39-0410-a469-dd3cf9ba447f
72246
72247 commit d0e028b4d4f388d57421fc5d0f9ffa2e847cab98
72248 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
72249 Date:   Tue Dec 4 15:55:13 2007 +0000
72250
72251     Mac users need love so that their prehistoric linker don't get messed up with multiple definitions of the globals
72252     
72253     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5105 48e7efb5-ca39-0410-a469-dd3cf9ba447f
72254
72255 commit ce567a1cd81d0bcbabc52f367a5aeea860ff2edc
72256 Author: quasar <quasar@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
72257 Date:   Tue Dec 4 14:13:10 2007 +0000
72258
72259     eliminated INFO leftover in KCCFLN model
72260     
72261     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5104 48e7efb5-ca39-0410-a469-dd3cf9ba447f
72262
72263 commit 438bfc4048738bae5d24ee5776097fda6c3b3358
72264 Author: quasar <quasar@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
72265 Date:   Tue Dec 4 14:07:38 2007 +0000
72266
72267     fixed a bug in KCCFLN model
72268     
72269     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5103 48e7efb5-ca39-0410-a469-dd3cf9ba447f
72270
72271 commit 3b4eb8fa03f6e6bf4dd3db8c6d67270ed9f0d176
72272 Author: quasar <quasar@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
72273 Date:   Tue Dec 4 14:05:20 2007 +0000
72274
72275     fixed a bug in KCCFLN model
72276     
72277     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5102 48e7efb5-ca39-0410-a469-dd3cf9ba447f
72278
72279 commit c8eac09e9fea8df05ac324368525b417998a60b3
72280 Author: quasar <quasar@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
72281 Date:   Tue Dec 4 14:01:00 2007 +0000
72282
72283     fixed a bug in add_route in all models + dict uses DJB2 hash func now + modified the metaxml example file
72284     
72285     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5101 48e7efb5-ca39-0410-a469-dd3cf9ba447f
72286
72287 commit 37ec56537968ba667e4d5bee5d4e4d7cfd9cb17e
72288 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
72289 Date:   Fri Nov 30 17:02:11 2007 +0000
72290
72291     Two more hashing functions (chosen by define, not dynamically: who cares?), some more debug, new function xbt_dict_dump_sizes() to display hashing functions quality, and a bug fix in dict_get (a || was written &&)
72292     
72293     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5100 48e7efb5-ca39-0410-a469-dd3cf9ba447f
72294
72295 commit c3f8997103629ced10eb0115bcbf771e5217ce9d
72296 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
72297 Date:   Fri Nov 30 16:58:35 2007 +0000
72298
72299     only display logs of failed tests
72300     
72301     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5099 48e7efb5-ca39-0410-a469-dd3cf9ba447f
72302
72303 commit 4e9a70eee1c1b9b934d5844de1b6721e0c37b15c
72304 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
72305 Date:   Fri Nov 30 08:29:33 2007 +0000
72306
72307     Adapt to lastest dict API update
72308     
72309     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5098 48e7efb5-ca39-0410-a469-dd3cf9ba447f
72310
72311 commit d0443518bf57fa4111a6437a8f3322f12cd88f29
72312 Author: markls <markls@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
72313 Date:   Fri Nov 30 01:38:14 2007 +0000
72314
72315     I just realized that the changes I made to the cond-wait test would break
72316     programs that contain more than one MPI_Barrier.  This should fix the problem
72317     for most systems, though maybe this function should do something like SMPI_DO_ONCE and
72318     maintain a separate counter for each invocation...
72319     
72320     
72321     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5097 48e7efb5-ca39-0410-a469-dd3cf9ba447f
72322
72323 commit 8787f75c9d14a09fa99c40380a579b2b8372b40a
72324 Author: markls <markls@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
72325 Date:   Fri Nov 30 01:23:43 2007 +0000
72326
72327     chaned global execute_mutex and execute_cond to host-specific and wrapped all
72328     cond_wait statements in while loops with appropriate tests.
72329     
72330     
72331     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5096 48e7efb5-ca39-0410-a469-dd3cf9ba447f
72332
72333 commit 505fa6b336fedfbe5951b01dc5c49f8c3f54e177
72334 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
72335 Date:   Fri Nov 30 00:18:03 2007 +0000
72336
72337     Make dictionary internal table dynamic (and automatically resized).
72338     No need to specify its size anymore; functions xbt_dict_new_ext() and xbt_dict_hashsize_set() thus dropped.
72339     
72340     
72341     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5095 48e7efb5-ca39-0410-a469-dd3cf9ba447f
72342
72343 commit 7e049faf8cdd41c59c2e97f8c46fd6052b23b8a3
72344 Author: quasar <quasar@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
72345 Date:   Thu Nov 29 15:52:47 2007 +0000
72346
72347     modified atoi to strtol when getting route ends in all models
72348     
72349     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5094 48e7efb5-ca39-0410-a469-dd3cf9ba447f
72350
72351 commit bb06f72a8720cfdbd5534a578797a1c4dfa9eb32
72352 Author: quasar <quasar@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
72353 Date:   Thu Nov 29 15:15:54 2007 +0000
72354
72355     metaxml example modifications
72356     
72357     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5093 48e7efb5-ca39-0410-a469-dd3cf9ba447f
72358
72359 commit 3c882f48d6847f5f4437f940b6507137a497ab53
72360 Author: quasar <quasar@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
72361 Date:   Thu Nov 29 14:48:00 2007 +0000
72362
72363     metaxml example modifications
72364     
72365     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5092 48e7efb5-ca39-0410-a469-dd3cf9ba447f
72366
72367 commit a0f64868be448bd2a3ecb02f597e78d34d8a1979
72368 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
72369 Date:   Thu Nov 29 14:44:08 2007 +0000
72370
72371     Revert Malek's last change. Removing the feature is not the right strategy to port stuff to windows
72372     
72373     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5091 48e7efb5-ca39-0410-a469-dd3cf9ba447f
72374
72375 commit fcfe8a7146bbc845782f3f8730f7f4a60a7dd4e8
72376 Author: quasar <quasar@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
72377 Date:   Thu Nov 29 14:35:25 2007 +0000
72378
72379     metaxml example modifications
72380     
72381     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5090 48e7efb5-ca39-0410-a469-dd3cf9ba447f
72382
72383 commit d86b2dcd3a4ccfe7ac18c5c78a82ba5ab93d7a26
72384 Author: quasar <quasar@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
72385 Date:   Thu Nov 29 14:21:45 2007 +0000
72386
72387     metaxml example Makefile modifications
72388     
72389     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5089 48e7efb5-ca39-0410-a469-dd3cf9ba447f
72390
72391 commit 71de38fc45f5191ad209e4ccbd96cdc07e1248bd
72392 Author: quasar <quasar@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
72393 Date:   Thu Nov 29 14:13:50 2007 +0000
72394
72395     metaxml example Makefile modifications
72396     
72397     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5088 48e7efb5-ca39-0410-a469-dd3cf9ba447f
72398
72399 commit f873a419ff7d53f08e076924cb65ed987681f1eb
72400 Author: quasar <quasar@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
72401 Date:   Thu Nov 29 13:36:39 2007 +0000
72402
72403     metaxml example modifications
72404     
72405     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5087 48e7efb5-ca39-0410-a469-dd3cf9ba447f
72406
72407 commit fb336e3a52c0d33bf60677a24ec6a2b6687453bc
72408 Author: quasar <quasar@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
72409 Date:   Thu Nov 29 13:31:22 2007 +0000
72410
72411     metaxml example modifications
72412     
72413     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5086 48e7efb5-ca39-0410-a469-dd3cf9ba447f
72414
72415 commit 08b79a403bd0ada00e3ddd5bddef42a00261c218
72416 Author: quasar <quasar@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
72417 Date:   Thu Nov 29 13:23:13 2007 +0000
72418
72419     eliminated bug INFO message
72420     
72421     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5085 48e7efb5-ca39-0410-a469-dd3cf9ba447f
72422
72423 commit f3507930c130404d05f982cf9fe960fb95f7eb4b
72424 Author: quasar <quasar@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
72425 Date:   Thu Nov 29 13:16:45 2007 +0000
72426
72427     merging branch 5018:5083 into trunk
72428     
72429     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5084 48e7efb5-ca39-0410-a469-dd3cf9ba447f
72430
72431 commit cc40832e8f3a22ad82ecb43143d8759248eb8093
72432 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
72433 Date:   Wed Nov 28 16:14:47 2007 +0000
72434
72435     Oups : the visual project of the msg_prop example
72436     
72437     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5082 48e7efb5-ca39-0410-a469-dd3cf9ba447f
72438
72439 commit 13ec477e7b4b050bd4a7f4d906ae3decfa2164a0
72440 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
72441 Date:   Wed Nov 28 16:08:57 2007 +0000
72442
72443     all the Visual project define now the linker library entry simgrid.lib in release mode
72444     
72445     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5081 48e7efb5-ca39-0410-a469-dd3cf9ba447f
72446
72447 commit 8ccdbec085036f43103fcfacaeb9d2cfb2389d41
72448 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
72449 Date:   Wed Nov 28 16:07:48 2007 +0000
72450
72451     Visual projects of the simgrid testsuite
72452     
72453     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5080 48e7efb5-ca39-0410-a469-dd3cf9ba447f
72454
72455 commit d8c9b06b4092fa22d5165e5c173ee37f68681bed
72456 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
72457 Date:   Wed Nov 28 15:59:18 2007 +0000
72458
72459     This change corrects the definition of the macro
72460     XBT_LOG_NEW_ROOT_SUBCATEGORY. Indeed, Ansi C (Visual C++ compiler standard language) doesn't allow to initialize a structure during
72461     its declaration with non constant values (OK Martin, I definitively correct the trouble for the other platforms)
72462     
72463     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5079 48e7efb5-ca39-0410-a469-dd3cf9ba447f
72464
72465 commit 8222f8d9049626eec0ff3e39bdef19b541eea164
72466 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
72467 Date:   Wed Nov 28 15:50:28 2007 +0000
72468
72469     special declaration of snprintf on Visual C++
72470     
72471     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5078 48e7efb5-ca39-0410-a469-dd3cf9ba447f
72472
72473 commit a12b4c12e99dab8c91826186e04128315310559a
72474 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
72475 Date:   Wed Nov 28 15:01:58 2007 +0000
72476
72477     Fix use of verbatim sections
72478     
72479     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5077 48e7efb5-ca39-0410-a469-dd3cf9ba447f
72480
72481 commit 8c35a4b9957c7e0efe6816f03e11e91608005858
72482 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
72483 Date:   Wed Nov 28 15:00:18 2007 +0000
72484
72485     oops
72486     
72487     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5076 48e7efb5-ca39-0410-a469-dd3cf9ba447f
72488
72489 commit 802b8b24b1a8c9e15b5dd40936309327a058a00e
72490 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
72491 Date:   Wed Nov 28 14:46:28 2007 +0000
72492
72493     cosmetics: inline header files loaded only at one location
72494     
72495     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5075 48e7efb5-ca39-0410-a469-dd3cf9ba447f
72496
72497 commit a98ccaabd3c9a11e76421143067c9f59ea603746
72498 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
72499 Date:   Wed Nov 28 14:41:36 2007 +0000
72500
72501     Ansi C declaration of variables (at the beginning of the blocks)
72502     
72503     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5074 48e7efb5-ca39-0410-a469-dd3cf9ba447f
72504
72505 commit 3c94d5115f132eae5d3fc15cea509ef75a84d76e
72506 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
72507 Date:   Wed Nov 28 14:23:49 2007 +0000
72508
72509     exports the reno and the vegas function
72510     
72511     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5073 48e7efb5-ca39-0410-a469-dd3cf9ba447f
72512
72513 commit a3fa1d952e6a7aa7c04de36149dfd452b5498683
72514 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
72515 Date:   Tue Nov 27 16:08:34 2007 +0000
72516
72517     Dupplicate the string we put into the returned dynar, so that user can free it without issue
72518     
72519     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5072 48e7efb5-ca39-0410-a469-dd3cf9ba447f
72520
72521 commit cc2b94d892a06fa78b8bc872a47130211d99f6c4
72522 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
72523 Date:   Tue Nov 27 15:41:57 2007 +0000
72524
72525     Rename xbt/xbt_context.h to xbt/context.h, and add src/include/xbt/context.h to the tarballs
72526     
72527     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5071 48e7efb5-ca39-0410-a469-dd3cf9ba447f
72528
72529 commit e9b0dc96439383147b02491962e8ccf8cfdeff6b
72530 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
72531 Date:   Tue Nov 27 15:40:35 2007 +0000
72532
72533     cosmetics to java documentation
72534     
72535     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5070 48e7efb5-ca39-0410-a469-dd3cf9ba447f
72536
72537 commit a20a14d7ca7e3180c7ecbbb3164fcf5af5ee0574
72538 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
72539 Date:   Tue Nov 27 15:39:51 2007 +0000
72540
72541     Some more cruft to ignore
72542     
72543     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5069 48e7efb5-ca39-0410-a469-dd3cf9ba447f
72544
72545 commit 8b20979bc8008c6665721eaa0e6979d667284cec
72546 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
72547 Date:   Tue Nov 27 15:36:07 2007 +0000
72548
72549     xbt/context.h is a private header, and the filename does not need to be prefixed by xbt since we always load it as xbt/context.h, so xbt/xbt_context.h is a bit redundent
72550     
72551     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5068 48e7efb5-ca39-0410-a469-dd3cf9ba447f
72552
72553 commit 4263281a2286d2509215da95b78d72ad3cbbc6ed
72554 Author: markls <markls@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
72555 Date:   Tue Nov 27 11:34:36 2007 +0000
72556
72557     renamed MPI_ functions to avoid namespace collisions in distributed code.
72558     
72559     
72560     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5067 48e7efb5-ca39-0410-a469-dd3cf9ba447f
72561
72562 commit 1906319f3340a70c04f334e2b5b35219b0cc7ae6
72563 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
72564 Date:   Mon Nov 19 20:13:15 2007 +0000
72565
72566     make visible the MSG_task_get variant accepting both an host and a timeout
72567     
72568     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5062 48e7efb5-ca39-0410-a469-dd3cf9ba447f
72569
72570 commit f6284e1a973e0eced00afe0c6e44f10e857c21d0
72571 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
72572 Date:   Mon Nov 19 20:10:33 2007 +0000
72573
72574     Ops, forgot this in the java cleanup commit
72575     
72576     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5061 48e7efb5-ca39-0410-a469-dd3cf9ba447f
72577
72578 commit 076a3598c93a73842a64c03a6707b2b941fd881c
72579 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
72580 Date:   Mon Nov 19 20:01:59 2007 +0000
72581
72582     Further cleanups of the Java bindings:
72583     
72584     * Properly document the java bindings (mainly, add them to the Doxygen)
72585     
72586     * No need for a ParallelTask class: they are handled exactly the same
72587        way than regular task, except at creation time.
72588       Thus giving Task a new constructor to build parallel tasks, and
72589        removing every other bit related to ParallelTask.java
72590     
72591     * The Channel object was wrong: in MSG, channels are just like ports
72592        on each host. In jMSG, they were global tags containing all hosts.
72593       I just killed them.
72594       Task receiving methods are static Task methods.
72595       Task sending methods are attached to the host to which you want to
72596        send.
72597     
72598     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5059 48e7efb5-ca39-0410-a469-dd3cf9ba447f
72599
72600 commit 964fa7d1a4b0fb183a02d8b0020d74b1255312e0
72601 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
72602 Date:   Mon Nov 19 19:01:35 2007 +0000
72603
72604     Reindent, no change at all
72605     
72606     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5058 48e7efb5-ca39-0410-a469-dd3cf9ba447f
72607
72608 commit 2a1f1d17620dc6fff28292e37791e40d77eba401
72609 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
72610 Date:   Fri Nov 16 12:10:41 2007 +0000
72611
72612     don't cast the long int to avoid the warning but adapt the declaration of the variable
72613     
72614     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5056 48e7efb5-ca39-0410-a469-dd3cf9ba447f
72615
72616 commit a5dfca905c3cb06d5fec362bbe4369116f148212
72617 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
72618 Date:   Fri Nov 16 09:27:51 2007 +0000
72619
72620     This avoid a warning on the Microsoft compiler
72621     
72622     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5055 48e7efb5-ca39-0410-a469-dd3cf9ba447f
72623
72624 commit dbef7c8c348e6873167124b5e78ebef2d5b0f7bd
72625 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
72626 Date:   Fri Nov 16 09:22:48 2007 +0000
72627
72628     Do not include the C source files related to the context switch, add them directly in the Visual C++ project of the simgrid dll
72629     
72630     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5054 48e7efb5-ca39-0410-a469-dd3cf9ba447f
72631
72632 commit 011ed3b00de61aa6e8f865bde2b7f62033fa58eb
72633 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
72634 Date:   Fri Nov 16 01:15:08 2007 +0000
72635
72636     add a stub for the java factory initier for the cases where we don't want to compile the jbindings (and also, rework the threads stubs so that both kind of stubs fit together)
72637     
72638     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5053 48e7efb5-ca39-0410-a469-dd3cf9ba447f
72639
72640 commit f281a248565b50fe8c8fd760e70e3f50d4740a3f
72641 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
72642 Date:   Fri Nov 16 01:14:15 2007 +0000
72643
72644     add a stub for the java factory initier for the cases where we don't want to compile the jbindings (and also, rework the threads stubs so that both kind of stubs fit together)
72645     
72646     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5052 48e7efb5-ca39-0410-a469-dd3cf9ba447f
72647
72648 commit 31b376e584d44ffd9efb74a8a44c2ade3f2d918f
72649 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
72650 Date:   Fri Nov 16 00:43:20 2007 +0000
72651
72652     ooops, forgot to change this one
72653     
72654     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5051 48e7efb5-ca39-0410-a469-dd3cf9ba447f
72655
72656 commit 5768b9f954f944e0c8c31a85a284b7e72a7ce3ee
72657 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
72658 Date:   Fri Nov 16 00:31:55 2007 +0000
72659
72660     Do not include C files. Instead, add them to the project file. Hopefully, this will allow to have threads but no java
72661     
72662     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5050 48e7efb5-ca39-0410-a469-dd3cf9ba447f
72663
72664 commit f6e0662a8aa22de690e96c0a029a11ce9eb9ca57
72665 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
72666 Date:   Thu Nov 15 18:54:40 2007 +0000
72667
72668     Just declare the variable at the beginning of the function (strict ansi)
72669     
72670     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5049 48e7efb5-ca39-0410-a469-dd3cf9ba447f
72671
72672 commit 5dce72deba233953a824c77054a55135960bbd57
72673 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
72674 Date:   Thu Nov 15 18:52:47 2007 +0000
72675
72676     Impact of the new context switch implementation on the Visual C++ project of the simgrid dll
72677     
72678     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5048 48e7efb5-ca39-0410-a469-dd3cf9ba447f
72679
72680 commit 38358f283b76843ec38d4fb5f57f1142cf36033e
72681 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
72682 Date:   Thu Nov 15 18:50:22 2007 +0000
72683
72684     Just compiler options modifications
72685     
72686     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5047 48e7efb5-ca39-0410-a469-dd3cf9ba447f
72687
72688 commit 15a3ae325b9d004f1aed997ed476b044accb45ea
72689 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
72690 Date:   Thu Nov 15 18:49:05 2007 +0000
72691
72692     Visual C++ project :
72693     a simple modification of the options of the project
72694     
72695     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5046 48e7efb5-ca39-0410-a469-dd3cf9ba447f
72696
72697 commit 2fadccf40e41dd2db9f783d5642141575817b1d3
72698 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
72699 Date:   Thu Nov 15 18:47:54 2007 +0000
72700
72701     The Visual C++ project for the sd properties sample
72702     
72703     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5045 48e7efb5-ca39-0410-a469-dd3cf9ba447f
72704
72705 commit 0894facb1046b3a55e453017a7fd7da5f3817b27
72706 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
72707 Date:   Thu Nov 15 18:38:46 2007 +0000
72708
72709     these files are useless in the new implementation of the context switch mechanism
72710     
72711     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5044 48e7efb5-ca39-0410-a469-dd3cf9ba447f
72712
72713 commit 8be93beba0c7547303f5a102c2cb528b8c586066
72714 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
72715 Date:   Thu Nov 15 18:23:30 2007 +0000
72716
72717     The file containing the new implementation of the switch context mechanism.
72718     
72719     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5043 48e7efb5-ca39-0410-a469-dd3cf9ba447f
72720
72721 commit 4629d26bb1491f2d6af1ba38dda6c5934f29bcd8
72722 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
72723 Date:   Thu Nov 15 18:15:33 2007 +0000
72724
72725     Impact of the new context switch implementation of the Makefile.in
72726     
72727     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5042 48e7efb5-ca39-0410-a469-dd3cf9ba447f
72728
72729 commit a56d323b6f5d2d22094df9c0521379dddbd9173a
72730 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
72731 Date:   Thu Nov 15 18:12:47 2007 +0000
72732
72733     Impact of the new context switch implementation of the Makefile.am
72734     
72735     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5041 48e7efb5-ca39-0410-a469-dd3cf9ba447f
72736
72737 commit 5873e2ce9c66711a168e9b419f0d1b6384ce1ffa
72738 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
72739 Date:   Thu Nov 15 18:06:01 2007 +0000
72740
72741     This commit concerned the reimplementation of the xbt context switch mechanism.
72742     The gaol of this reimplementation is to separate the context switch mechanism of its implementation
72743     (context switch implementation based ucontext, based native threads or java threads).
72744     To do this, the code introduce a new concept : the context factory. This factory is responsible of
72745     the construction of the context adapted to the desired context implementation. Normally, the context factory
72746     to use is selected during the compilation process. But, for the java implementation of the context switch,
72747     the simgrid library select dynamically the context factory to use (the java context factory to use). This
72748     change also introduce three new concepts : the xbt_ucontext_t, the xbt_jcontext_t and the xbt_thread_context_t
72749     which derived from the concept xbt_context_t. Each of them is specialized to respect an interface contract.
72750     This contract is represented by function pointers such (start, stop, kill, schedule, yield...). For more details
72751     on this function pointers see the source code file xbt_context.c.
72752     
72753     The continuation gives the list of the modified, deleted and added files by this change.
72754     
72755     Modified files:
72756     
72757     src/msg/global.c                            get_pid is a function pointer
72758     src/msg/private.h                           use xbt_context.h instead context.h
72759     
72760     src/include/simix/simix.h                  java process management functions are not needed now
72761     
72762     src/java/simgrid/msg/ApplicationHandler.java   remove an useless printed message
72763     src/java/simgrid/msg/msg.java                      simgrid for java and simgrid are now the same library so the name of the java library is also simgrid
72764                                                add the call of the native function selectContextFactory() for the context switch based on the java threads
72765     
72766     src/java/jmsg.c                                     include the xbt_context_private.h which declare the context based java thread (jxbt_context.h  doesn't exist any more)
72767                                                 declare an define a new function native_to_java_process which returns the java process associated with a msg process
72768                                                 define the native function java_simgrid_msg_Msg_selectContextFactory()
72769                                                 use the xbt_context_stop() function to signal the end of the java thread instead the function xbt_context_exit()
72770     src/java/jmsg.h                                     add the declaration of the java_simgrid_msg_Msg_selectContextFactory() function
72771     src/java/jmsg_host.c                                this file is now inclued from the file src/xbt/xbt_jcontext.c which declare the log category for java, so the macro XBT_LOG_EXTERNAL_CATEGORY is useless
72772     src/java/jmsg_parallel_task.c                       the same reason of the file src/java/jmsg_host.c
72773     src/java/jmsg_process.c                             the same reason of the file src/java/jmsg_host.c and this file needs to include src/xbt/xbt_jprocess.h instead the file src/xbt/context_private.h to get
72774                                                 the definition of the java context
72775     src/java/jmsg_process.h                             include xbt_context.h instead the context.h header
72776     src/java/jxbt_utilities.c                   the same reason of the file src/java/jmsg_host.c
72777     
72778     src/simix/private.h                         include xbt_context.h instead the header context.h
72779     src/simix/smx_process.c                             modify the function SIMIX_jprocess_create() : this function doesn't use any more the simix java process management and the jprocess object is now passed as
72780                                                 the fourth parameter of the function xbt_context_new().
72781     src/surf/network.c                          it's pointers to functions
72782     src/surf/surfxml_parse.c                    just initialize the variable surf_file_to_parse to NULL
72783     src/surf/workstation_KCCFLN05.c                     function pointers usage and ANSI C variable declarations
72784     src/surf/workstation_ptask_L07.c            function pointers usage and ANSI C variable declarations
72785     src/surf/surf.c                                     adapt the code to the specific path separator of Windows
72786     
72787     src/xbt/xbt_main.c                          the function xbt_context_init() and xbt_context_exit() are now renamed xbt_context_mod_init() and xbt_context_mod_exit()
72788     src/xbt/xbt_modinter.h                              declaration of xbt_context_mod_init() and xbt_context_mod_exit() functions
72789     src/xbt/xbt_str.c                           avoid the warning thrown by the Visual C++ compiler when it meets a comparison between a signed and a unsigned integer
72790     
72791     src/gras/rl_stubs.c                         use xbt_context_mod_init() and xbt_context_mod_exit() instead xbt_context_init() and xbt_context_exit()
72792     
72793     src/makefile.am                                     the java library build is now useless
72794     src/makefile.in                                     this is the consequence of the previous change (makefile.am)
72795     
72796     Files to add:
72797     
72798     src/xbt/xbt_context_private.h                       this header replace the file context_private.h
72799     src/xbt/xbt_context.c                               this source file replace the file context.c
72800     include/xbt/xbt_context.h                   this file replace the file context.h
72801     src/xbt/xbt_context_factory.h                       this header declares the context factory structure used by xbt to build the adapted context
72802     src/xbt/xbt_thread_context.h                        this header declares the structure used in the switch context process based on the native threads
72803     src/xbt/xbt_thread_context.c                        this source file contains the implementation of the thread context
72804     src/xbt/xbt_ucontext.h                              this header declares the structure used in the switch context process based on the ucontext
72805     src/xbt/xbt_ucontext.c                              this source code file contains the implementation of the context based on the ucontext
72806     src/xbt/xbt_jcontext.h                              this header contains the declaration of the structure used in the switch context process based on the java thread
72807     src/xbt/xbt_jcontext.c                              this source code file contains the implementation of the context based on java thread
72808     
72809     Files to delete:
72810     src/xbt/context.c                           this file is replaced by the file src/xbt/xbt_context.c
72811     src/include/xbt/context.h                   this file is replaced by the file include/xbt/xbt_context.h
72812     src/xbt/context_private.h                   this file is replaced by the file src/xbt/xbt_context_private.h
72813     src/java/jxbt_context.h                             this file is useless (reimplemented in xbt_context.h)
72814     src/java/jxbt_context.c                             this file is useless (reimplemented in xbt_context.c)
72815     
72816     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5040 48e7efb5-ca39-0410-a469-dd3cf9ba447f
72817
72818 commit ded03b0cabab3a00539bc4ab75cad2b31df46932
72819 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
72820 Date:   Wed Nov 14 11:16:17 2007 +0000
72821
72822     Cleanups and cosmetics of the example
72823     
72824     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5038 48e7efb5-ca39-0410-a469-dd3cf9ba447f
72825
72826 commit 3d629cbb40f2ce7ee2696b9fd650d3ca16fd67f2
72827 Author: markls <markls@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
72828 Date:   Mon Nov 12 09:02:38 2007 +0000
72829
72830     renamed DO_ONCE to SMPI_DO_ONCE.
72831     
72832     
72833     
72834     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5025 48e7efb5-ca39-0410-a469-dd3cf9ba447f
72835
72836 commit 0137f14a0c14e604049cfa61688d075686496f05
72837 Author: markls <markls@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
72838 Date:   Mon Nov 12 01:29:00 2007 +0000
72839
72840     made some changes to allow more than one DO_ONCE block. also fixed bug in
72841     smpi_run_simulation and added some more tests of the compute benchmarking code.
72842     
72843     
72844     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5024 48e7efb5-ca39-0410-a469-dd3cf9ba447f
72845
72846 commit 773e09f91e02cdd7e30e221f2bd6f39e97896b16
72847 Author: markls <markls@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
72848 Date:   Sat Nov 10 01:35:48 2007 +0000
72849
72850     cleaning up and refactoring some of the code to create execution actions.
72851     
72852     
72853     
72854     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5021 48e7efb5-ca39-0410-a469-dd3cf9ba447f
72855
72856 commit d13c76fb79f0ea6de163197084f9422f340b7262
72857 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
72858 Date:   Fri Nov 9 21:44:52 2007 +0000
72859
72860     Revalidate the damn output
72861     
72862     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5020 48e7efb5-ca39-0410-a469-dd3cf9ba447f
72863
72864 commit 2f2f00652fd75c462b2cb832358e7b66c72c8e07
72865 Author: markls <markls@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
72866 Date:   Fri Nov 9 17:58:00 2007 +0000
72867
72868     cleaned up action code to destroy completed actions.  This fixes a timing bug.
72869     
72870     
72871     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5019 48e7efb5-ca39-0410-a469-dd3cf9ba447f
72872
72873 commit 820057e902a674a60d631efd7dd2da98bad16657
72874 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
72875 Date:   Fri Nov 9 15:06:36 2007 +0000
72876
72877     cosmetics
72878     
72879     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5017 48e7efb5-ca39-0410-a469-dd3cf9ba447f
72880
72881 commit e0a1fac6a0dd2c76c06af9b26f26f80720ed6702
72882 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
72883 Date:   Fri Nov 9 15:05:47 2007 +0000
72884
72885     Reimport images with right mime type
72886     
72887     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5016 48e7efb5-ca39-0410-a469-dd3cf9ba447f
72888
72889 commit 9a36237f86b5de63b003d2575b8e8b475bf7fb00
72890 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
72891 Date:   Fri Nov 9 15:02:48 2007 +0000
72892
72893     Remove the images to reimport them with the right mime type
72894     
72895     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5015 48e7efb5-ca39-0410-a469-dd3cf9ba447f
72896
72897 commit 691de02aaa753776d186a46eb702b5ed963ed724
72898 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
72899 Date:   Fri Nov 9 14:59:38 2007 +0000
72900
72901     Remove the images to reimport them with the right mime type
72902     
72903     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5014 48e7efb5-ca39-0410-a469-dd3cf9ba447f
72904
72905 commit 028bb9b66150a77c878a2db7f9fc35b149b1ae16
72906 Author: quasar <quasar@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
72907 Date:   Fri Nov 9 09:53:47 2007 +0000
72908
72909     fixed bug for compound models
72910     
72911     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5012 48e7efb5-ca39-0410-a469-dd3cf9ba447f
72912
72913 commit d8a555ee87a73f15989d8134ed157646e8dba3e9
72914 Author: quasar <quasar@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
72915 Date:   Fri Nov 9 09:02:32 2007 +0000
72916
72917     update 1 pass
72918     
72919     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5011 48e7efb5-ca39-0410-a469-dd3cf9ba447f
72920
72921 commit 52b3294f00d65fc4fa62f9fb5abe4e5ed43f9e4b
72922 Author: quasar <quasar@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
72923 Date:   Fri Nov 9 08:54:29 2007 +0000
72924
72925     1pas mods
72926     
72927     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5010 48e7efb5-ca39-0410-a469-dd3cf9ba447f
72928
72929 commit bea6786798593b78e0d62a2308eacad3284d4537
72930 Author: quasar <quasar@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
72931 Date:   Fri Nov 9 08:46:51 2007 +0000
72932
72933     adding modifications for 1 pass & for adding routes only when platform end tag reached
72934     
72935     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5009 48e7efb5-ca39-0410-a469-dd3cf9ba447f
72936
72937 commit a7740c25f68f21ce361c63ab639a7fe3cd18042b
72938 Author: markls <markls@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
72939 Date:   Fri Nov 9 00:42:03 2007 +0000
72940
72941     added code to allow for DO_ONCE loops.  very preliminary.
72942     
72943     
72944     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5008 48e7efb5-ca39-0410-a469-dd3cf9ba447f
72945
72946 commit 1dfc81e1f63a498d6230d77ce9f951adfaecd941
72947 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
72948 Date:   Thu Nov 8 14:37:26 2007 +0000
72949
72950     One crude cast less, thanks to small cleanup by Mark
72951     
72952     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5006 48e7efb5-ca39-0410-a469-dd3cf9ba447f
72953
72954 commit b6e3f2b55742279bfb7deeb3b79cf56eb82740bb
72955 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
72956 Date:   Thu Nov 8 14:27:36 2007 +0000
72957
72958     Ops, missed some signess fixups
72959     
72960     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5005 48e7efb5-ca39-0410-a469-dd3cf9ba447f
72961
72962 commit 6fc3119abd6191409d110f9ba3625da1d13c1d1a
72963 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
72964 Date:   Thu Nov 8 14:11:54 2007 +0000
72965
72966     Better fix to the comparison between signed and unsigned int around dynar size: change all iterators to be unsigned (sorry for the rather intrusive change, but this is the way to go)
72967     
72968     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5004 48e7efb5-ca39-0410-a469-dd3cf9ba447f
72969
72970 commit 5a275f1bc4f68d277215c5343c214a0cc4493e5d
72971 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
72972 Date:   Thu Nov 8 14:10:07 2007 +0000
72973
72974     autogenerated
72975     
72976     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5003 48e7efb5-ca39-0410-a469-dd3cf9ba447f
72977
72978 commit b6bd61bc99f93bb0d6e9833f930c701ad04ae446
72979 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
72980 Date:   Thu Nov 8 13:59:14 2007 +0000
72981
72982     Some more debug
72983     
72984     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5002 48e7efb5-ca39-0410-a469-dd3cf9ba447f
72985
72986 commit 719f54f0cb1ab272b4981f82cabada2a74f3d259
72987 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
72988 Date:   Thu Nov 8 11:11:56 2007 +0000
72989
72990     Revalidate output
72991     
72992     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5001 48e7efb5-ca39-0410-a469-dd3cf9ba447f
72993
72994 commit 1df5b3a820cabe48fd062116be57e17ffdcf5733
72995 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
72996 Date:   Thu Nov 8 10:58:21 2007 +0000
72997
72998     Specify that only <platform> can be a root tag
72999     
73000     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5000 48e7efb5-ca39-0410-a469-dd3cf9ba447f
73001
73002 commit 496b518ef86c645f85931c53b9c8cba9e34bd66a
73003 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
73004 Date:   Thu Nov 8 10:23:44 2007 +0000
73005
73006     Still more cosmetics
73007     
73008     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4999 48e7efb5-ca39-0410-a469-dd3cf9ba447f
73009
73010 commit a7f4fe72aa7300cabd9c44a2ebfd577c06255141
73011 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
73012 Date:   Thu Nov 8 10:22:51 2007 +0000
73013
73014     add a dist builder, which simply makes an archive to be distributed
73015     
73016     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4998 48e7efb5-ca39-0410-a469-dd3cf9ba447f
73017
73018 commit 698ff134f56081536a21a7961c990c446f29a579
73019 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
73020 Date:   Thu Nov 8 10:21:48 2007 +0000
73021
73022     Add the configuration of some slaves in the SVN, making sure that it does not contain any password; create subdirs for each buildbot
73023     
73024     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4997 48e7efb5-ca39-0410-a469-dd3cf9ba447f
73025
73026 commit 77b9ab2bde5f8a9db18bc80681149fcec51233db
73027 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
73028 Date:   Thu Nov 8 09:54:31 2007 +0000
73029
73030     Portability fixups (second try). This is the bad side of using buildbots: each try have to be commited, thus a SVN log polution
73031     
73032     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4996 48e7efb5-ca39-0410-a469-dd3cf9ba447f
73033
73034 commit b4c280791d2bdab84989de5d040716b42798a07c
73035 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
73036 Date:   Thu Nov 8 09:36:20 2007 +0000
73037
73038     Portability fixups
73039     
73040     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4995 48e7efb5-ca39-0410-a469-dd3cf9ba447f
73041
73042 commit 73c1556ffe18cf4542bfa39dc9384adc7d2bb79c
73043 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
73044 Date:   Thu Nov 8 09:01:31 2007 +0000
73045
73046     don't try to distribute a non-existing file (copy/paste leftover)
73047     
73048     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4994 48e7efb5-ca39-0410-a469-dd3cf9ba447f
73049
73050 commit 28ee226d1aed00b2de5646a58142c87c4b0f8276
73051 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
73052 Date:   Thu Nov 8 08:58:28 2007 +0000
73053
73054     Properly say the test suite that java tests are not run when it's the case
73055     
73056     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4993 48e7efb5-ca39-0410-a469-dd3cf9ba447f
73057
73058 commit 6b4427ae95b989d821237e676af8786c6a32eeb8
73059 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
73060 Date:   Thu Nov 8 08:46:55 2007 +0000
73061
73062     This file was moved (factorized)
73063     
73064     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4992 48e7efb5-ca39-0410-a469-dd3cf9ba447f
73065
73066 commit a0356b707db128ddbdb4e17d16871d5f11456262
73067 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
73068 Date:   Thu Nov 8 08:09:11 2007 +0000
73069
73070     Add the automake generated file so that the buildbot have a chance to work
73071     
73072     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4991 48e7efb5-ca39-0410-a469-dd3cf9ba447f
73073
73074 commit 25d0f572e51dd9830c815a99157176ee9df751e5
73075 Author: markls <markls@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
73076 Date:   Wed Nov 7 22:54:19 2007 +0000
73077
73078     small change to calls to SIMIX_action_communicate and SIMIX_action_execute
73079     
73080     
73081     
73082     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4990 48e7efb5-ca39-0410-a469-dd3cf9ba447f
73083
73084 commit 6f7e08be303e0de189b55895761224b0421356d7
73085 Author: markls <markls@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
73086 Date:   Wed Nov 7 22:48:48 2007 +0000
73087
73088     made small change to function prototype for SIMIX_action_execute so name is now
73089     type "const char *".  This matches similar functions and makes calls to
73090     SIMIX_action_execute a little less unwieldy.
73091     
73092     
73093     
73094     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4989 48e7efb5-ca39-0410-a469-dd3cf9ba447f
73095
73096 commit fa5821e46784328e7e2a71843e124254e8141d11
73097 Author: markls <markls@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
73098 Date:   Wed Nov 7 09:49:46 2007 +0000
73099
73100     updated smpirun to use new xml format and made changes to benchmark code to
73101     (hopefully) make it more accurate.
73102     
73103     
73104     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4988 48e7efb5-ca39-0410-a469-dd3cf9ba447f
73105
73106 commit 2acec8bc88bd643a4c60f183ba50c50c11a9d5c4
73107 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
73108 Date:   Tue Nov 6 13:43:40 2007 +0000
73109
73110     Use the XBT_INLINE macro (defined in the portability layer header misc.h) to specify the inline keyword which depends of the platform target.
73111     
73112     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4986 48e7efb5-ca39-0410-a469-dd3cf9ba447f
73113
73114 commit 036bc728f2527435c91e18e2eba06a36da8e516c
73115 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
73116 Date:   Tue Nov 6 13:41:09 2007 +0000
73117
73118     A distraction, the SIMIX_process_create() function really takes seven parameters.
73119     
73120     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4985 48e7efb5-ca39-0410-a469-dd3cf9ba447f
73121
73122 commit 40d229d88583266e6dc69be41b01c03c361c8ac1
73123 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
73124 Date:   Tue Nov 6 13:40:32 2007 +0000
73125
73126     This change avoids a warning on the Visual C++ compiler.
73127     
73128     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4984 48e7efb5-ca39-0410-a469-dd3cf9ba447f
73129
73130 commit 35e4c002d476068c030daccffe969c6e487dc848
73131 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
73132 Date:   Tue Nov 6 13:39:24 2007 +0000
73133
73134     Remove the masterslave example from the solution
73135     
73136     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4983 48e7efb5-ca39-0410-a469-dd3cf9ba447f
73137
73138 commit f4d4ac7819585f739a13e3289ab62b59065d426c
73139 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
73140 Date:   Tue Nov 6 13:38:50 2007 +0000
73141
73142     Adapt some Visual C++ compiler options.
73143     
73144     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4982 48e7efb5-ca39-0410-a469-dd3cf9ba447f
73145
73146 commit 3318d4f4f09b51bc1158737c5cb0391df264d018
73147 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
73148 Date:   Tue Nov 6 12:40:24 2007 +0000
73149
73150     A distraction, the SIMIX_process_create() function takes only six parameters.
73151     
73152     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4981 48e7efb5-ca39-0410-a469-dd3cf9ba447f
73153
73154 commit 7d0c4c0adbba2982f29444f00d1e70ad6b6aacdf
73155 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
73156 Date:   Tue Nov 6 12:38:11 2007 +0000
73157
73158     This change allow to avoid the Visual C++ compiler Warning that occur when you try to compare an signed integer with a signed integer (xbt_dynar_length() function returns an unsigned long and the iterators or the indexes are generally integers).
73159     
73160     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4980 48e7efb5-ca39-0410-a469-dd3cf9ba447f
73161
73162 commit ad1b4e81c8f354761e994fa74f4b5333c916dd71
73163 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
73164 Date:   Tue Nov 6 12:30:06 2007 +0000
73165
73166     This change avoid the redefinitions of log categories. To do this, the parent category of a subcategory must be declared extern instead
73167     public data (see the definition of the macro XBT_LOG_NEW_SUBCATEGORY). An other change corrects the definition of the macro
73168     XBT_LOG_NEW_ROOT_SUBCATEGORY. Indeed, Ansi C (Visual C++ compiler standard language) doesn't allow to initialize a structure during
73169     its declaration with non constant values.
73170     
73171     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4979 48e7efb5-ca39-0410-a469-dd3cf9ba447f
73172
73173 commit 6cbdb08389ff1e88cf34833b1795e646ffac2dc0
73174 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
73175 Date:   Tue Nov 6 12:28:39 2007 +0000
73176
73177     Cosmetics
73178     
73179     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4978 48e7efb5-ca39-0410-a469-dd3cf9ba447f
73180
73181 commit 37b98c752fcce79ee0a2acc9e9e52a918fe67b3b
73182 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
73183 Date:   Tue Nov 6 12:28:13 2007 +0000
73184
73185     Also fix the prototype of the RL stub
73186     
73187     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4977 48e7efb5-ca39-0410-a469-dd3cf9ba447f
73188
73189 commit 388e72a241e9de8098ba85174d5b9a9b7018703b
73190 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
73191 Date:   Tue Nov 6 12:27:19 2007 +0000
73192
73193     add gras prop tests to the make check
73194     
73195     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4976 48e7efb5-ca39-0410-a469-dd3cf9ba447f
73196
73197 commit 929a92039360680134032a1968d753d41f5afa33
73198 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
73199 Date:   Tue Nov 6 12:26:22 2007 +0000
73200
73201     Just disable a specific warning on Visual C++
73202     
73203     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4975 48e7efb5-ca39-0410-a469-dd3cf9ba447f
73204
73205 commit 86a8865b0df491b343e018ffd2ff4722c93cb5fe
73206 Author: markls <markls@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
73207 Date:   Tue Nov 6 08:29:25 2007 +0000
73208
73209     added compute timer test
73210     
73211     
73212     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4974 48e7efb5-ca39-0410-a469-dd3cf9ba447f
73213
73214 commit 49aa15c63b8823fd0fc084e9e86d2fbd5ca025b7
73215 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
73216 Date:   Tue Nov 6 08:01:54 2007 +0000
73217
73218     cleanups (among which example simplification)
73219     
73220     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4973 48e7efb5-ca39-0410-a469-dd3cf9ba447f
73221
73222 commit 7b1e594eae3a15ebd76c3938b82d0eef2a265cd7
73223 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
73224 Date:   Tue Nov 6 08:01:22 2007 +0000
73225
73226     Revalidate output
73227     
73228     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4972 48e7efb5-ca39-0410-a469-dd3cf9ba447f
73229
73230 commit 301a28e1a96c21b0581abc2dd632952e3c5d0ff8
73231 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
73232 Date:   Tue Nov 6 08:00:28 2007 +0000
73233
73234     Fix constness of arguments
73235     
73236     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4971 48e7efb5-ca39-0410-a469-dd3cf9ba447f
73237
73238 commit 05f387fd301f13d6cd65f0181ac9cccf7b904a90
73239 Author: quasar <quasar@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
73240 Date:   Mon Nov 5 12:27:27 2007 +0000
73241
73242     tesh file for simdag props updated...again
73243     
73244     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4969 48e7efb5-ca39-0410-a469-dd3cf9ba447f
73245
73246 commit 12823585f9b299ba1e0edd6a8e4b680d10521aba
73247 Author: quasar <quasar@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
73248 Date:   Mon Nov 5 11:59:06 2007 +0000
73249
73250     one more buf fix to simdag prop
73251     
73252     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4968 48e7efb5-ca39-0410-a469-dd3cf9ba447f
73253
73254 commit 80547b28868bca7be177eff8b4629e94ff48f580
73255 Author: quasar <quasar@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
73256 Date:   Mon Nov 5 11:55:02 2007 +0000
73257
73258     one more buf fix to simdag prop
73259     
73260     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4967 48e7efb5-ca39-0410-a469-dd3cf9ba447f
73261
73262 commit 647db997657e0682964d52235ddce9d20afc8832
73263 Author: quasar <quasar@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
73264 Date:   Mon Nov 5 10:49:00 2007 +0000
73265
73266     cleared warn: init discards pointer...
73267     
73268     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4966 48e7efb5-ca39-0410-a469-dd3cf9ba447f
73269
73270 commit e2d9affd41689205b3fd38b2d6c12128d5672c6c
73271 Author: quasar <quasar@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
73272 Date:   Mon Nov 5 10:36:16 2007 +0000
73273
73274     updating gras prop example
73275     
73276     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4965 48e7efb5-ca39-0410-a469-dd3cf9ba447f
73277
73278 commit 0039674dc4260ce2203ff4b35a012ea3a1c7a22a
73279 Author: quasar <quasar@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
73280 Date:   Mon Nov 5 10:26:29 2007 +0000
73281
73282     updatig simdag prop examples
73283     
73284     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4964 48e7efb5-ca39-0410-a469-dd3cf9ba447f
73285
73286 commit 41ca688826caf4f399fc7b2e42179affd5e5de58
73287 Author: quasar <quasar@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
73288 Date:   Mon Nov 5 10:21:04 2007 +0000
73289
73290     delete platform msg props
73291     
73292     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4963 48e7efb5-ca39-0410-a469-dd3cf9ba447f
73293
73294 commit 2212197e6e094d039f714935671b1b0681a6cf9d
73295 Author: quasar <quasar@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
73296 Date:   Mon Nov 5 10:20:23 2007 +0000
73297
73298     updating msg prop tests
73299     
73300     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4962 48e7efb5-ca39-0410-a469-dd3cf9ba447f
73301
73302 commit a88452927b0cc8acae6777b2ff1430f92fb5cb2f
73303 Author: quasar <quasar@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
73304 Date:   Mon Nov 5 10:16:50 2007 +0000
73305
73306     factorized platform file
73307     
73308     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4961 48e7efb5-ca39-0410-a469-dd3cf9ba447f
73309
73310 commit 86d0ffac61f555b6ea2457a1d0f5dafd2dee62ae
73311 Author: quasar <quasar@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
73312 Date:   Fri Nov 2 09:07:05 2007 +0000
73313
73314     Update msg property test
73315     
73316     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4960 48e7efb5-ca39-0410-a469-dd3cf9ba447f
73317
73318 commit cbe3cead527977a853f966bb186a51cdd870ac5e
73319 Author: quasar <quasar@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
73320 Date:   Fri Nov 2 09:01:55 2007 +0000
73321
73322     Update msg property test
73323     
73324     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4959 48e7efb5-ca39-0410-a469-dd3cf9ba447f
73325
73326 commit 8f58c5e9d7e1b17fb32d4b19bfa9b91809c60b86
73327 Author: quasar <quasar@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
73328 Date:   Fri Nov 2 08:37:45 2007 +0000
73329
73330     modified tesh file for simdag/properties
73331     
73332     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4958 48e7efb5-ca39-0410-a469-dd3cf9ba447f
73333
73334 commit ef58c032e4bc0fa60f5297e4478aa19d4655ea4b
73335 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
73336 Date:   Fri Nov 2 00:24:15 2007 +0000
73337
73338     This time, hopefully, the files are in valid version 2 of the DTD
73339     
73340     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4957 48e7efb5-ca39-0410-a469-dd3cf9ba447f
73341
73342 commit 551298c9962cf73d7ef8e0e8c49d2c670ca3e3d9
73343 Author: quasar <quasar@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
73344 Date:   Thu Nov 1 16:42:09 2007 +0000
73345
73346     simdag properties example
73347     
73348     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4954 48e7efb5-ca39-0410-a469-dd3cf9ba447f
73349
73350 commit ce7e8bd40f22e0388a69ba01390443153a084edf
73351 Author: quasar <quasar@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
73352 Date:   Thu Nov 1 16:06:39 2007 +0000
73353
73354     gras prop example
73355     
73356     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4953 48e7efb5-ca39-0410-a469-dd3cf9ba447f
73357
73358 commit a300c30846b3dbaf928e15958b4df1d797c73640
73359 Author: quasar <quasar@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
73360 Date:   Thu Nov 1 15:59:42 2007 +0000
73361
73362     msg properties example
73363     
73364     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4952 48e7efb5-ca39-0410-a469-dd3cf9ba447f
73365
73366 commit e88eac1cbcd65de4fed7073b110f3730d4cccf31
73367 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
73368 Date:   Wed Oct 31 17:51:35 2007 +0000
73369
73370     Update the platform files: the root tag is now called 'platform', not 'platform_description'. Everyone knows that XML is a descriptive language, right?
73371     
73372     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4946 48e7efb5-ca39-0410-a469-dd3cf9ba447f
73373
73374 commit 853f18489ffb78aaf43cba3b9f3b190d8cb27e21
73375 Author: lmarchal <lmarchal@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
73376 Date:   Wed Oct 31 16:01:57 2007 +0000
73377
73378     Corrected a small bug for transfers, and added host visualization,
73379     process sorting, time axis and legend.
73380     
73381     
73382     
73383     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4944 48e7efb5-ca39-0410-a469-dd3cf9ba447f
73384
73385 commit b1b6cb61ca85e53ac6d90a9b2bdc7d031ebaa6b8
73386 Author: quasar <quasar@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
73387 Date:   Wed Oct 31 10:08:37 2007 +0000
73388
73389     updating the dtd and some memory leacks
73390     
73391     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4943 48e7efb5-ca39-0410-a469-dd3cf9ba447f
73392
73393 commit c912d653e6e097a2360fc07cb3fd719b6ddb3bd6
73394 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
73395 Date:   Sun Oct 28 22:37:16 2007 +0000
73396
73397     Add totals
73398     
73399     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4932 48e7efb5-ca39-0410-a469-dd3cf9ba447f
73400
73401 commit d604aa6bc284f5e8c8e7d4216afea6fe43ba7564
73402 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
73403 Date:   Sun Oct 28 09:38:12 2007 +0000
73404
73405     Add the SVN revision to the VERSION string so that it lands into the archive names
73406     
73407     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4930 48e7efb5-ca39-0410-a469-dd3cf9ba447f
73408
73409 commit 3ddaab8765c7fe9f1aa6cb388df73ff237fc9071
73410 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
73411 Date:   Sun Oct 28 08:44:19 2007 +0000
73412
73413     Update the FAQ wrt lastest XML changes
73414     
73415     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4929 48e7efb5-ca39-0410-a469-dd3cf9ba447f
73416
73417 commit 98034d675561423c984b776fb176a430c6ed3c32
73418 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
73419 Date:   Sun Oct 28 08:32:07 2007 +0000
73420
73421     Export the cute little macro that Arnaud devised to ease the bypassing work (and add a pointer to the right example in its new location)
73422     
73423     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4928 48e7efb5-ca39-0410-a469-dd3cf9ba447f
73424
73425 commit 16ab792245b8cc4b98cb0c3c03ac8a0b3fe9f8df
73426 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
73427 Date:   Sat Oct 27 23:05:43 2007 +0000
73428
73429     Also display the status of the last build in the top box of each column
73430     
73431     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4927 48e7efb5-ca39-0410-a469-dd3cf9ba447f
73432
73433 commit 1662c6336032e6b95552d423e4f89a747695db1a
73434 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
73435 Date:   Sat Oct 27 23:05:12 2007 +0000
73436
73437     Reindent and cosmetics
73438     
73439     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4926 48e7efb5-ca39-0410-a469-dd3cf9ba447f
73440
73441 commit e6a50b4cff693954278df4f26b46ac9abe689e79
73442 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
73443 Date:   Sat Oct 27 22:12:40 2007 +0000
73444
73445     Mac does not find the prototype of getline
73446     
73447     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4925 48e7efb5-ca39-0410-a469-dd3cf9ba447f
73448
73449 commit d3ba4acfbebaa5dea295bf02ab69f0331498a2cd
73450 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
73451 Date:   Sat Oct 27 20:58:38 2007 +0000
73452
73453     Cosmetics: do display the amount of failed tests in the waterfall, as well as the svn revision
73454     
73455     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4924 48e7efb5-ca39-0410-a469-dd3cf9ba447f
73456
73457 commit 08f241eef608019850312a96a87546d41e58e219
73458 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
73459 Date:   Sat Oct 27 18:02:44 2007 +0000
73460
73461     Off by one access
73462     
73463     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4923 48e7efb5-ca39-0410-a469-dd3cf9ba447f
73464
73465 commit 7aee0210f0feded0a8b2ac0b4d10ae894f5efe4b
73466 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
73467 Date:   Sat Oct 27 18:01:23 2007 +0000
73468
73469     Damn it, we forgot to update the stubs, once again
73470     
73471     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4922 48e7efb5-ca39-0410-a469-dd3cf9ba447f
73472
73473 commit 644854da04d9a81108d71d707a6cff9f83bcee2b
73474 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
73475 Date:   Sat Oct 27 15:08:12 2007 +0000
73476
73477     Message improvements
73478     
73479     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4921 48e7efb5-ca39-0410-a469-dd3cf9ba447f
73480
73481 commit 31d2d4afabe8a9d6bcf0fc4f0c59c6550a54c6bf
73482 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
73483 Date:   Sat Oct 27 15:06:11 2007 +0000
73484
73485     Revalidate the output after the conversion to the lastest XML version (s/cpu/host/ changed every logging lines)
73486     
73487     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4920 48e7efb5-ca39-0410-a469-dd3cf9ba447f
73488
73489 commit e0d8c0134b3c64af8d5dfeaec79b36945c9560c8
73490 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
73491 Date:   Sat Oct 27 15:02:13 2007 +0000
73492
73493     Ooops. When restarting the logging action with dynamic buffer because we overflowed the static one, use the copy of the vaargs, not the original ones (which were already used by static action)
73494     
73495     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4919 48e7efb5-ca39-0410-a469-dd3cf9ba447f
73496
73497 commit e010c67e22a044c78980624b21821d03fea831db
73498 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
73499 Date:   Sat Oct 27 14:53:03 2007 +0000
73500
73501     cosmetics
73502     
73503     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4918 48e7efb5-ca39-0410-a469-dd3cf9ba447f
73504
73505 commit 558a3e70545cb12442d4fcaab591667049c3d458
73506 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
73507 Date:   Sat Oct 27 14:47:29 2007 +0000
73508
73509     Let's be brutal: copy the pthread_mutex_timedlock prototype since I fail to get this from the system headers on amd64
73510     
73511     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4917 48e7efb5-ca39-0410-a469-dd3cf9ba447f
73512
73513 commit fa0ec6d96aad54b7bc6cca1934d59ca74b16bd58
73514 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
73515 Date:   Sat Oct 27 14:35:18 2007 +0000
73516
73517     Cleanups around the inter-unixes portability code for sem_init, sem_timedwait and mutex_timedlock
73518     
73519     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4916 48e7efb5-ca39-0410-a469-dd3cf9ba447f
73520
73521 commit 12dadf77a3ab1668ef9e4783ee69921b833509b2
73522 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
73523 Date:   Sat Oct 27 14:32:52 2007 +0000
73524
73525     Check for sem_init
73526     
73527     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4915 48e7efb5-ca39-0410-a469-dd3cf9ba447f
73528
73529 commit 7d1e64a60320ee4f8ceccaee1903ce5110107098
73530 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
73531 Date:   Sat Oct 27 14:30:24 2007 +0000
73532
73533     new line at EOF
73534     
73535     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4914 48e7efb5-ca39-0410-a469-dd3cf9ba447f
73536
73537 commit dffa003b02c6e414b70812cb95cb01d7203233d6
73538 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
73539 Date:   Sat Oct 27 13:13:52 2007 +0000
73540
73541     Check for pthread_mutex_timedlock()
73542     
73543     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4913 48e7efb5-ca39-0410-a469-dd3cf9ba447f
73544
73545 commit 9bc68256c987e5f1c512ad64bd7aa8309ce7c551
73546 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
73547 Date:   Sat Oct 27 13:08:22 2007 +0000
73548
73549     Kill useless variable
73550     
73551     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4912 48e7efb5-ca39-0410-a469-dd3cf9ba447f
73552
73553 commit e92c2e45cfa30177e301b03cbc9c6ecc548308d1
73554 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
73555 Date:   Sat Oct 27 12:06:43 2007 +0000
73556
73557     Make test more verbose to understand why it timeouts on build daemons
73558     
73559     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4911 48e7efb5-ca39-0410-a469-dd3cf9ba447f
73560
73561 commit 7cbd735597a79656bb5ca077c07e1f03225f6297
73562 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
73563 Date:   Sat Oct 27 11:47:05 2007 +0000
73564
73565     Oops, forgot to add this file
73566     
73567     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4910 48e7efb5-ca39-0410-a469-dd3cf9ba447f
73568
73569 commit 877cd20cda4a24fff7ecf2da9da4cd951c706e8e
73570 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
73571 Date:   Sat Oct 27 11:45:21 2007 +0000
73572
73573     more explicit error messages, and random cleanups
73574     
73575     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4909 48e7efb5-ca39-0410-a469-dd3cf9ba447f
73576
73577 commit 39e641683418fcf76ab46d973e2c70413f3e8336
73578 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
73579 Date:   Sat Oct 27 11:43:08 2007 +0000
73580
73581     Fixup the bypassing example: pretend we've found v2 XML, and split the bypassing function in two (one for the platform and one for the application) to make sure that the platform isn't declared twice (once in MSG_create_environment and once in MSG_launch_application) since it fools things
73582     
73583     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4908 48e7efb5-ca39-0410-a469-dd3cf9ba447f
73584
73585 commit 67ae3ecf4e045a2410b261b597cdc953d50d53fa
73586 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
73587 Date:   Sat Oct 27 11:33:33 2007 +0000
73588
73589     Fix stupid comments
73590     
73591     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4907 48e7efb5-ca39-0410-a469-dd3cf9ba447f
73592
73593 commit 62be96c324e33952038493a0aef1bb4a518766c3
73594 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
73595 Date:   Sat Oct 27 11:31:47 2007 +0000
73596
73597     Check that the platform file does not define the same element (host or link) twice. Fail otherwise.
73598     
73599     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4906 48e7efb5-ca39-0410-a469-dd3cf9ba447f
73600
73601 commit 412030f2d029818ada64567bd92cbc3d0ec0d634
73602 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
73603 Date:   Sat Oct 27 11:06:55 2007 +0000
73604
73605     Avoid segfault when trying to retrieve the name of the current thread while being in the maestro before initialization (where SIMIX_process_self returns NULL)
73606     
73607     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4905 48e7efb5-ca39-0410-a469-dd3cf9ba447f
73608
73609 commit eaded0c5df38c966cdc7fa3f574019d33eb1377e
73610 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
73611 Date:   Sat Oct 27 09:59:52 2007 +0000
73612
73613     More java approach with a specific task type for finalization instead of magic value in uniq task type, plus random cleanups
73614     
73615     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4904 48e7efb5-ca39-0410-a469-dd3cf9ba447f
73616
73617 commit 94e383e3943b66c348b63c045df75efdc4978965
73618 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
73619 Date:   Sat Oct 27 09:44:36 2007 +0000
73620
73621     Better Java philosophy: create a new type of tasks to mean terminaison instead of relying of some magic value of the classical computation task (plus reduce the verbosity of the slaves)
73622     
73623     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4903 48e7efb5-ca39-0410-a469-dd3cf9ba447f
73624
73625 commit 48973ba8d3021aebad4c09d60efe3cbde1f7d1ef
73626 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
73627 Date:   Sat Oct 27 09:21:27 2007 +0000
73628
73629     Reset the clock to 0 in surf_exit so that it gets zeroed in MSG_clean for people wanting to rerun simullations in the same setting (hello Pablo)
73630     
73631     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4902 48e7efb5-ca39-0410-a469-dd3cf9ba447f
73632
73633 commit d957ef64a20f137180400430bc5d9cb442dfa889
73634 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
73635 Date:   Sat Oct 27 09:12:22 2007 +0000
73636
73637     Reduce drastically the size of the test since it causes timeouts on slow build daemons
73638     
73639     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4901 48e7efb5-ca39-0410-a469-dd3cf9ba447f
73640
73641 commit c3c7fb7beaf2917fc3c4119ec2a0aa15a41721c7
73642 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
73643 Date:   Sat Oct 27 09:09:46 2007 +0000
73644
73645     Last useless cleanup about Marc jumbo commit
73646     
73647     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4900 48e7efb5-ca39-0410-a469-dd3cf9ba447f
73648
73649 commit a76911504e7585b831b889099ed10fd226a82491
73650 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
73651 Date:   Sat Oct 27 09:07:26 2007 +0000
73652
73653     Factorize the current_property_set symbol of simix (for process properties) and surf (for host and link properties); mark it 'extern' in include/surf/surf.h, and declare it strongly (ie, initialize it) in surf/surfxml_parse.c so that the poor macosx linker don't get fooled
73654     
73655     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4899 48e7efb5-ca39-0410-a469-dd3cf9ba447f
73656
73657 commit e8e56674c26143be19972c3ad447852af67a9a79
73658 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
73659 Date:   Sat Oct 27 08:36:33 2007 +0000
73660
73661     Kill code duplication, and doc tiny improvements
73662     
73663     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4898 48e7efb5-ca39-0410-a469-dd3cf9ba447f
73664
73665 commit 8dc7a3bb3f1aaa0fabb9a2acc22c32483f662bab
73666 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
73667 Date:   Sat Oct 27 08:24:36 2007 +0000
73668
73669     Kill the useless _MSG_process_create_with_env_from_SIMIX(). _MSG_process_create_from_SIMIX() is part of the private API of MSG (I mean internal to the lib), so it can be changed without pissing of users
73670     
73671     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4897 48e7efb5-ca39-0410-a469-dd3cf9ba447f
73672
73673 commit 27680c02b4e665650698b64e4da27bc1cbfc2752
73674 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
73675 Date:   Sat Oct 27 08:17:22 2007 +0000
73676
73677     Lastest cleanups in surf/ of Marc's jumbo commit
73678     
73679     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4896 48e7efb5-ca39-0410-a469-dd3cf9ba447f
73680
73681 commit 1e56742544f7195c4cc0525569d610b0ba0e3d8c
73682 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
73683 Date:   Sat Oct 27 07:34:39 2007 +0000
73684
73685     I think I now better understand the surf internals: each resource can be *either* a cpu or a link, so we can merge all the get_??_properties into only one method. No object will need both of them. This could be further improved by moving this to a function in surf directly instead of leaving this in models, but it would be the first attribute being handled that way, so I prefer keeping the pseudo object philosophy in place in surf
73686     
73687     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4895 48e7efb5-ca39-0410-a469-dd3cf9ba447f
73688
73689 commit 294430954d6bdfd2bdf43fcc49fde087be1474c6
73690 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
73691 Date:   Fri Oct 26 21:17:37 2007 +0000
73692
73693     useless cleanups
73694     
73695     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4894 48e7efb5-ca39-0410-a469-dd3cf9ba447f
73696
73697 commit 1fccedd82c75d10afbde45a5204708a09a4b5ac8
73698 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
73699 Date:   Fri Oct 26 21:16:52 2007 +0000
73700
73701     Yeah, that was a bit agressive against leaks...
73702     
73703     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4893 48e7efb5-ca39-0410-a469-dd3cf9ba447f
73704
73705 commit 83759160753ea6ca3fbc362cb618e6940ba3061d
73706 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
73707 Date:   Fri Oct 26 21:08:05 2007 +0000
73708
73709     Ooops, this is a graphxml file, not a surfxml one. It shouldn't be updated... (revert)
73710     
73711     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4892 48e7efb5-ca39-0410-a469-dd3cf9ba447f
73712
73713 commit 0acafc02f2b8ad275861e752f8cb6833c37e4c42
73714 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
73715 Date:   Fri Oct 26 20:42:22 2007 +0000
73716
73717     Fixup the is_first semantic (does not change anything, but you're first the first time, not afterward)
73718     
73719     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4891 48e7efb5-ca39-0410-a469-dd3cf9ba447f
73720
73721 commit a3141b2111e49b104c2c6b59fe9e61146a688d38
73722 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
73723 Date:   Fri Oct 26 20:38:57 2007 +0000
73724
73725     Propagate the s/network_link/link/ from the XML to the C code (hope I didn't break anything)
73726     
73727     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4890 48e7efb5-ca39-0410-a469-dd3cf9ba447f
73728
73729 commit e9ffd4609de30c64881e5f799cf16344986b9686
73730 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
73731 Date:   Fri Oct 26 19:51:25 2007 +0000
73732
73733     Add the stubs to properties related functions in real life
73734     
73735     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4889 48e7efb5-ca39-0410-a469-dd3cf9ba447f
73736
73737 commit 42001fa8f0d1b0c4193741147cd58c345e8f2233
73738 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
73739 Date:   Fri Oct 26 19:48:48 2007 +0000
73740
73741     Rename gras_os_property_value() to gras_os_host_property_value(); Documentation tiny improvements
73742     
73743     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4888 48e7efb5-ca39-0410-a469-dd3cf9ba447f
73744
73745 commit b21abac7bb17776cabc3d2b6a01ac12bc2d4153a
73746 Author: quasar <quasar@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
73747 Date:   Fri Oct 26 18:58:19 2007 +0000
73748
73749     provide a value for the properties of the child
73750     
73751     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4887 48e7efb5-ca39-0410-a469-dd3cf9ba447f
73752
73753 commit a0e6b7221d19b7ac06973b58b4e8d5890efd37a0
73754 Author: quasar <quasar@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
73755 Date:   Fri Oct 26 18:53:23 2007 +0000
73756
73757     let's also be brutal with what seems to be a typo from Malek [Mt]
73758     
73759     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4886 48e7efb5-ca39-0410-a469-dd3cf9ba447f
73760
73761 commit 0e16ef4c4c660214ac42b733a0abc6f6c12e9ef3
73762 Author: quasar <quasar@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
73763 Date:   Fri Oct 26 18:52:39 2007 +0000
73764
73765     Let's be brutal since we fail to understand the problem: time to get some food&sleep
73766     
73767     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4885 48e7efb5-ca39-0410-a469-dd3cf9ba447f
73768
73769 commit 0b70a26c1bb6cac81da302eb5e2add20cda2b48f
73770 Author: quasar <quasar@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
73771 Date:   Fri Oct 26 18:24:57 2007 +0000
73772
73773     relax ordering enforcement
73774     
73775     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4884 48e7efb5-ca39-0410-a469-dd3cf9ba447f
73776
73777 commit 0dc557d095c0d4ff60e4050d4ccb403243b98124
73778 Author: quasar <quasar@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
73779 Date:   Fri Oct 26 18:24:08 2007 +0000
73780
73781     these symbols where only defined as extern, fooling the linker (plus some cleanups in the output when the XML is too old
73782     
73783     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4883 48e7efb5-ca39-0410-a469-dd3cf9ba447f
73784
73785 commit 5d9f27f6396cd1a4dddacc2a743ad697b9e342b9
73786 Author: quasar <quasar@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
73787 Date:   Fri Oct 26 18:01:06 2007 +0000
73788
73789     move the callback lists to the public headers
73790     
73791     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4882 48e7efb5-ca39-0410-a469-dd3cf9ba447f
73792
73793 commit d6c2398ba549c03ee1d30ec8d5ace31c2406536b
73794 Author: quasar <quasar@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
73795 Date:   Fri Oct 26 17:49:47 2007 +0000
73796
73797     Update the bypass example to the lastest DTD
73798     
73799     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4881 48e7efb5-ca39-0410-a469-dd3cf9ba447f
73800
73801 commit 7f5f608dc2606cc595232e9eee012ca46a13a6cb
73802 Author: quasar <quasar@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
73803 Date:   Fri Oct 26 17:42:10 2007 +0000
73804
73805     update all the XML files
73806     
73807     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4880 48e7efb5-ca39-0410-a469-dd3cf9ba447f
73808
73809 commit 93b1ad43497932f824818b84f5cef1ce3e649978
73810 Author: quasar <quasar@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
73811 Date:   Fri Oct 26 17:07:04 2007 +0000
73812
73813     oops, my last minute cleanup broke everything [Mt]
73814     
73815     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4878 48e7efb5-ca39-0410-a469-dd3cf9ba447f
73816
73817 commit 9b39099ce5728e70fa6fe73bc637dfe3047506e2
73818 Author: quasar <quasar@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
73819 Date:   Fri Oct 26 16:46:59 2007 +0000
73820
73821     kill cruft
73822     
73823     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4877 48e7efb5-ca39-0410-a469-dd3cf9ba447f
73824
73825 commit 504b4d20dd2db9ea1eaa9c4b390b2a412d7c9779
73826 Author: quasar <quasar@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
73827 Date:   Fri Oct 26 16:45:56 2007 +0000
73828
73829     * Cleanup the DTD by renaming:
73830        <cpu> to <host>
73831        <network_link> to <link>
73832        <route_element> to <link:ctn>
73833        "name" attributes to "id"
73834     * Modify the DTD to add properties to <process>, <host> and <link>
73835       In the DTD, these are <prop name=... value=...> subtags, and this
73836       can be retrieved as a xbt_dict from the source code (see below)
73837     * Add the following functions to the user API to retrieve (as
73838       xbt_dict) the  properties defined in XML:
73839         xbt_dict_t SD_link_get_properties(SD_link_t link);
73840         const char* SD_link_get_property_value(SD_link_t l,char* name);
73841        and, on the same model,
73842         SD_workstation_get_{properties,property_value}()
73843         MSG_process_get_{properties,property_value}()
73844         MSG_host_get_{properties,property_value}()
73845         gras_process_get_{properties,property_value}()
73846         gras_os_host_get_{properties,property_value}()
73847     * Modify the parser to work in one pass only.
73848       Some more work may be done so that surf does the parsing after the
73849       models have declared the callbacks.
73850     * Enforce the order in the DTD: routes must come after the last CPU,
73851       router and link
73852     
73853     
73854     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4876 48e7efb5-ca39-0410-a469-dd3cf9ba447f
73855
73856 commit 97fad7c050587ca9dc0951b77d73e283b1dc9457
73857 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
73858 Date:   Fri Oct 26 09:12:09 2007 +0000
73859
73860     a distraction
73861     
73862     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4875 48e7efb5-ca39-0410-a469-dd3cf9ba447f
73863
73864 commit 66d97e68ea51b5514594e5818f75c7d844586eae
73865 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
73866 Date:   Fri Oct 26 08:56:35 2007 +0000
73867
73868     This change the semantic of the timed function. The behavior depends now of the value of the parameters delay or timeout. If these parameters are negative, the timed function have the behavior of a blocking function. For example the following call : xbt_os_mutex_timedacquire(mutex,-1) is equivalent to xbt_os_mutex_acquire(mutex). If you set these parameters to zero
73869     the timed function have the behavior of a try function. For example, to try to lock a mutex you must call the xbt_os_mutex_timedacquire() function with the parameter delay/timeout set to zero.
73870     Finally, if you specify a delay more than zero, the timed function try to acquire the lock until the delay was expired, which is the normal behavior of the function.
73871     
73872     Remark : the changes of the other files are the consequence of this new semantic : because the timed functions also implement the behavior of the try functions, theirs declarations and theirs definitions are removed.
73873     
73874     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4874 48e7efb5-ca39-0410-a469-dd3cf9ba447f
73875
73876 commit 29189eaaec0832afd90a05c0672a2c72ccb3cc4e
73877 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
73878 Date:   Thu Oct 25 18:27:49 2007 +0000
73879
73880     Tiny improvement of the search speed
73881     
73882     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4873 48e7efb5-ca39-0410-a469-dd3cf9ba447f
73883
73884 commit 59c3feb27d1b34145342c079833725efc5dac5c5
73885 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
73886 Date:   Thu Oct 25 16:01:56 2007 +0000
73887
73888     the version of the xbt_os_time() function needs the declaration of the structure timeval. The structure of this function change :
73889     
73890     if the macro HAVE_GETTIMEOFDAY is defined or if we are on a Windows platform compute the timeval and return else use the poor resolution.
73891     
73892     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4872 48e7efb5-ca39-0410-a469-dd3cf9ba447f
73893
73894 commit 1b1f5b13073e88e2730ee097206dbed4d2b2121a
73895 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
73896 Date:   Thu Oct 25 15:22:24 2007 +0000
73897
73898     the inclusion of the header stat.h is tested in the file portability header portable.h (HAVE_SYS_STAT_H)
73899     
73900     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4871 48e7efb5-ca39-0410-a469-dd3cf9ba447f
73901
73902 commit ad8b9eb5d64ce0608e5f73895da09b8804dc446c
73903 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
73904 Date:   Thu Oct 25 12:48:06 2007 +0000
73905
73906     distraction
73907     
73908     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4870 48e7efb5-ca39-0410-a469-dd3cf9ba447f
73909
73910 commit 608d84881bd86f010d2ff4bc54b6ef913e46a116
73911 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
73912 Date:   Thu Oct 25 12:10:39 2007 +0000
73913
73914     distraction
73915     
73916     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4869 48e7efb5-ca39-0410-a469-dd3cf9ba447f
73917
73918 commit 50d76bb53bf8c0ea61e6c6deb8a0637fd762c2d0
73919 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
73920 Date:   Thu Oct 25 12:02:09 2007 +0000
73921
73922     Visual C++ need sys/stat.h for open() function
73923     
73924     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4868 48e7efb5-ca39-0410-a469-dd3cf9ba447f
73925
73926 commit 69effb2f7c500b6e399ee3816c72e52cc5b7e338
73927 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
73928 Date:   Thu Oct 25 11:58:39 2007 +0000
73929
73930     just had SG_BEGIN_DECL and SG_END_DECL macro (for c++ compilers)
73931     
73932     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4867 48e7efb5-ca39-0410-a469-dd3cf9ba447f
73933
73934 commit 0f9669031a1bc6ab9f0ecab2981ba2214ae1c210
73935 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
73936 Date:   Thu Oct 25 11:57:20 2007 +0000
73937
73938     Most of this change is the consequence of the refactoring of the name of the function connected to the mutex object and of the unsupported semaphore function on MAC OS X.
73939     
73940     The file synchro.h rename the functions xbt_mutex_acquire() and xbt_mutex_release() to xbt_mutex_acquire() an respectively xbt_mutex_release().
73941     This file also contains the declaration of two new functions xbt_mutex_tryacquire() and xbt_mutex_timedacquire(). The first
73942     is the non blocking version of the function xbt_mutex_acquire() (if the lock is already owned by an other thread the function immediately
73943     returns). The second function xbt_mutex_timedacquire() attempts to get the mutex during a specified delay (timeout), if the lock is not available
73944     during this delay the function returns (throws a timeout exception). These functions (for the real life) are defined in the file xbt_rl_synchro.c and (for the simulation) in the file xbt_sg_synchro.c.
73945     
73946     The header xbt_os_thread.h declare two new functions xbt_os_mutex_tryacquire() and xbt_os_mutex_timedaquire(). These functions represent
73947     the implementation of the xbt_mutex_tryacquire() and xbt_mutex_timeacquire() for the real live.
73948     These functions are implemented in the source code file xbt_os_thread.c.
73949     
73950     The change in the files dynar.c and xbt_queue.c, philosopher.c and parallel_log_crashtest.c is the consequence of the refactoring of the functions previously described.
73951     
73952     
73953     
73954     
73955     
73956     
73957     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4866 48e7efb5-ca39-0410-a469-dd3cf9ba447f
73958
73959 commit 8bad664ccedc6b6785d798227cc169da29cdf67c
73960 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
73961 Date:   Thu Oct 25 11:55:34 2007 +0000
73962
73963     The configuration file visualc.h is change to declare the _WIN32_WINNT macro before the inclusion of the windows.h header (this permits to use the TryEnterCriticalSection() only available if the previous macro is more or equals to 0x400).
73964     
73965     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4865 48e7efb5-ca39-0410-a469-dd3cf9ba447f
73966
73967 commit 933643df9146f8e7e114736d08c0b1547d075d98
73968 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
73969 Date:   Thu Oct 25 08:33:48 2007 +0000
73970
73971     cleanup windows portability in there
73972     
73973     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4864 48e7efb5-ca39-0410-a469-dd3cf9ba447f
73974
73975 commit 3419e1204148e54500f86f4c1a7fae63b2b974a2
73976 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
73977 Date:   Tue Oct 23 13:51:24 2007 +0000
73978
73979     Reduce the unimplemented part
73980     
73981     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4863 48e7efb5-ca39-0410-a469-dd3cf9ba447f
73982
73983 commit efc583c42eef350fcdfa2560715243e95af94505
73984 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
73985 Date:   Tue Oct 23 13:50:08 2007 +0000
73986
73987     also autogenerated
73988     
73989     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4862 48e7efb5-ca39-0410-a469-dd3cf9ba447f
73990
73991 commit 096b276ac4880645d3a7d93242cf57f9506c735a
73992 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
73993 Date:   Tue Oct 23 13:49:13 2007 +0000
73994
73995     autogenerated
73996     
73997     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4861 48e7efb5-ca39-0410-a469-dd3cf9ba447f
73998
73999 commit ef0988cf8eb71517681c60a18a417f185bd602c4
74000 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
74001 Date:   Tue Oct 23 13:45:58 2007 +0000
74002
74003     Kill broken portability bits for visual and macosx
74004     
74005     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4860 48e7efb5-ca39-0410-a469-dd3cf9ba447f
74006
74007 commit db66fa6dd6b110bd9b72f6f68732263382aec323
74008 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
74009 Date:   Tue Oct 23 13:43:32 2007 +0000
74010
74011     Do not include the useless semaphore standard header. It's not needed, and moreover, it seems to load stdio itself. So, loading semaphore from here causes getline to become undefined since stdio.h is loaded before portable.h got a chance to declare _GNU_SOURCE
74012     
74013     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4859 48e7efb5-ca39-0410-a469-dd3cf9ba447f
74014
74015 commit 3d05abe5cc7afadebd42020798544c7709558da8
74016 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
74017 Date:   Tue Oct 23 13:38:19 2007 +0000
74018
74019     printf format fixups
74020     
74021     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4858 48e7efb5-ca39-0410-a469-dd3cf9ba447f
74022
74023 commit 849fa6c25089bdc4a465ab7de30d487ad75fdc05
74024 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
74025 Date:   Tue Oct 23 13:29:19 2007 +0000
74026
74027     * Check that sem_timedwait is available (since it's not on mac osx)
74028     * Check only once that pthread is available (and use previous result
74029       the second time)
74030     * Remove a useless rewrite (s/pthreads/pthread/) in with_context since
74031       nobody ever put pthreads as a value to this variable.
74032     
74033     
74034     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4857 48e7efb5-ca39-0410-a469-dd3cf9ba447f
74035
74036 commit b0103780cc9560a420c049b15a146b904be65b10
74037 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
74038 Date:   Tue Oct 23 12:13:01 2007 +0000
74039
74040     Cosmetics on error messages
74041     
74042     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4855 48e7efb5-ca39-0410-a469-dd3cf9ba447f
74043
74044 commit db93cd1c0fc7fed756efeb7ffad21d553f41be97
74045 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
74046 Date:   Tue Oct 23 11:26:19 2007 +0000
74047
74048     Mac OS X doesn't provide the sem_timedwait() function.
74049     
74050     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4854 48e7efb5-ca39-0410-a469-dd3cf9ba447f
74051
74052 commit 48fa4301adf5198d9af23f431c54ffc8f67890dd
74053 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
74054 Date:   Tue Oct 23 09:54:00 2007 +0000
74055
74056     Just add the simgrid library in the entries of the linker of Visual C++.
74057     
74058     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4853 48e7efb5-ca39-0410-a469-dd3cf9ba447f
74059
74060 commit 3f0cae3446fd30a51edafc8c73c56b95d6f10802
74061 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
74062 Date:   Tue Oct 23 09:53:15 2007 +0000
74063
74064     This change is about the the add-on of the semaphore examples and by the implementation of the gettimeofday() functions for Windows.
74065     
74066     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4852 48e7efb5-ca39-0410-a469-dd3cf9ba447f
74067
74068 commit 2d42751b36f53c86a6ef9c1030f0628c3b8a97b9
74069 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
74070 Date:   Tue Oct 23 09:48:57 2007 +0000
74071
74072     Add the Visual C++ projects of the new examples sem_basic and sem_sched.
74073     
74074     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4851 48e7efb5-ca39-0410-a469-dd3cf9ba447f
74075
74076 commit 7116fd0b162ddec18c4a0b7485b189160b08200d
74077 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
74078 Date:   Tue Oct 23 09:42:53 2007 +0000
74079
74080     This new directory contains two samples explaining the usage of the semaphore interface provide by the xbt layer.
74081     
74082     The first example : sem_basic, show how to use a semaphore to manage the access of a global variable shared by multiple threads.
74083     The second example : sem_sched, show how to use the semaphore interface to implement a simple context switch based on threads.
74084     
74085     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4850 48e7efb5-ca39-0410-a469-dd3cf9ba447f
74086
74087 commit 7236b52536dbdf823a94fef2a07536f548ddcc21
74088 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
74089 Date:   Tue Oct 23 09:38:51 2007 +0000
74090
74091     This implement the function gettimeofday() for win32 (Visual C++ does not provides this function)
74092     
74093     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4849 48e7efb5-ca39-0410-a469-dd3cf9ba447f
74094
74095 commit 797980252c46782a2b6afdc729088af5acff79bf
74096 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
74097 Date:   Tue Oct 23 09:37:14 2007 +0000
74098
74099     This change is about the refactoring of the source code of the objects use int the msg synchronization mechanism :
74100     
74101       - the functions xbt_os_mutex_lock() and xbt_os_mutex_unlock() are renamed xbt_os_mutex_acquire() and xbt_os_mutex_release() respectively
74102       - the functions xbt_os_sem_wait() and xbt_os_sem_post() are renamed xbt_os_sem_acquire() and xbt_os_sem_release() respectively
74103     This renaming impacts the folowing files :
74104     
74105       - xbt_os_thread.h and xbt_os_thread.c
74106       - context.c
74107       - xbt_rl_synchro.c
74108       - run_context.c
74109     
74110     In addition the function unschedule() declared an defined in the file context.c is renamed yield().
74111     
74112     The prototype of the function xbt_os_sem_init() takes now only one parameter : the initial value of the semaphore.
74113     The second parameter of the function xbt_os_sem_timedacquire() which replace the function xbt_os_sem_timedwait() is now a double (desired timeout in seconds).
74114     To finish, the semaphore interface of the xbt portability layer does not expose the functions xbt_os_sem_open() and xbt_sem_close().
74115     
74116     
74117     
74118     
74119     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4848 48e7efb5-ca39-0410-a469-dd3cf9ba447f
74120
74121 commit 27e8e9f73613b93381c59e87e4c68ec16933b2f0
74122 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
74123 Date:   Mon Oct 22 15:02:21 2007 +0000
74124
74125     use the XBT_EXPORT_NO_IMPORT macro instead XBT_PUBLIC_DATA and add the keyword extern to avoid the gcc compiler warnings
74126     
74127     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4847 48e7efb5-ca39-0410-a469-dd3cf9ba447f
74128
74129 commit a123c4c5a80c3d2c1e60458750a8ad5f9bd4968d
74130 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
74131 Date:   Mon Oct 22 11:36:59 2007 +0000
74132
74133     this declarations and definitions are only concerned by the thread implementation of the xbt context
74134     
74135     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4846 48e7efb5-ca39-0410-a469-dd3cf9ba447f
74136
74137 commit 58ea41e6eaffe2381aac9c717969754792921127
74138 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
74139 Date:   Mon Oct 22 09:29:37 2007 +0000
74140
74141     This change exports the gras_procdata pointer and use the Win32 function GetCurrentProcessId() instead the function GetCurrentProcess() to get the process identifier
74142     
74143     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4845 48e7efb5-ca39-0410-a469-dd3cf9ba447f
74144
74145 commit b697365d2d5d7ac1558cfba04c50b0024a966808
74146 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
74147 Date:   Mon Oct 22 09:24:55 2007 +0000
74148
74149     Visual C++ already declare the isatty function in the header.h. So this change avoids the warning cause by this redeclaration for this compiler.
74150     
74151     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4844 48e7efb5-ca39-0410-a469-dd3cf9ba447f
74152
74153 commit 089cf09003bf75e0bea78f8b9533cdb8d089069f
74154 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
74155 Date:   Mon Oct 22 09:18:51 2007 +0000
74156
74157     Remove the keyword extern to avoid the multiple declaration of the the variables declared with the macro XBT_PUBLIC_DATA;
74158     
74159     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4843 48e7efb5-ca39-0410-a469-dd3cf9ba447f
74160
74161 commit f0886ea4ab50491bd7cf056d8ed576cd939acd3e
74162 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
74163 Date:   Mon Oct 22 09:06:52 2007 +0000
74164
74165     Visual C++ already declare the isatty function in io.h. So this change avoids a warning for this compiler.
74166     
74167     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4842 48e7efb5-ca39-0410-a469-dd3cf9ba447f
74168
74169 commit b26df2277c5891bfef2822891d4d7235da4c51c7
74170 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
74171 Date:   Mon Oct 22 09:02:24 2007 +0000
74172
74173     Visual C++ already declare the environ variable in the stdlib.h. So this redeclaration cause a warning for this compiler. The declaration of this variable is now platform depend (WIN32 doesn't need this declaration). The pointer of the callback functions context default an context terminate are now exported in the Win32 dll.
74174     
74175     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4841 48e7efb5-ca39-0410-a469-dd3cf9ba447f
74176
74177 commit c59e69a4309b7930efb62d6c239f120276621f11
74178 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
74179 Date:   Mon Oct 22 08:55:32 2007 +0000
74180
74181     Remove the return keyword at the end of the void function.
74182     
74183     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4840 48e7efb5-ca39-0410-a469-dd3cf9ba447f
74184
74185 commit 3fb99dcbb25446247ba821cb4cb038d14167ef7b
74186 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
74187 Date:   Mon Oct 22 08:54:16 2007 +0000
74188
74189     Directly returns the newly created condition.
74190     
74191     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4839 48e7efb5-ca39-0410-a469-dd3cf9ba447f
74192
74193 commit dfe761f4bc8d35a74c3da5fabe99630c0788001f
74194 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
74195 Date:   Mon Oct 22 08:51:31 2007 +0000
74196
74197     This change concerne the usage of the semaphore object instead the variable condition to synchronize the msg processes during a simulation.
74198     The xbt_os_sem_t type represents a semaphore and you' ll find its declaration in the header xbt_os_thread.h and its implementation in the file xbt_os_thread.c.
74199     The file portable.h is modified to declare the function gettimeofday() used by many several other functions such the function xbt_os_sem_timedwait() declared in
74200     the header xbt_os_thread.h. The context structure declared in the header context_private.h is modified to use the semaphore instead the condition variable.
74201     
74202     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4838 48e7efb5-ca39-0410-a469-dd3cf9ba447f
74203
74204 commit 7c5d24856794b213573f5e67bf138db144dac2eb
74205 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
74206 Date:   Mon Oct 22 08:37:06 2007 +0000
74207
74208     This, modify the declaration of type of function pointer. It also clear the warnings throws by the compiler Visual C++ when occurs a comparison between an unsigned with and a signed integer.
74209     
74210     
74211     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4837 48e7efb5-ca39-0410-a469-dd3cf9ba447f
74212
74213 commit df5fc39f2f638cf1454e29b9a5c2e39af9e1b9ba
74214 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
74215 Date:   Sun Oct 21 07:46:30 2007 +0000
74216
74217     Kill a rather outdated section.
74218     
74219     Most parts are now in the History document, for the curious.
74220     The rest, such as "we want to make everything as clean as possible
74221     before releasing SimGrid v.3" can certainly be removed now that
74222     SimGrid v3 is released since two years.
74223     
74224     
74225     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4836 48e7efb5-ca39-0410-a469-dd3cf9ba447f
74226
74227 commit 137552949b7b4a1fbd10665bdf6397405b96dae4
74228 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
74229 Date:   Fri Oct 19 10:13:22 2007 +0000
74230
74231     Rename section title to betterly express the agenda (generating platforms, then expressing specific things in them, then ...)
74232     
74233     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4826 48e7efb5-ca39-0410-a469-dd3cf9ba447f
74234
74235 commit e0674fa14e3b06844ab818116b8aa49016bc2626
74236 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
74237 Date:   Fri Oct 19 10:01:38 2007 +0000
74238
74239     Improve section about platform generation/mapping/collection
74240     
74241     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4825 48e7efb5-ca39-0410-a469-dd3cf9ba447f
74242
74243 commit c8868438df1dd832632a624466cca18bd240fb89
74244 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
74245 Date:   Thu Oct 18 08:59:21 2007 +0000
74246
74247     strlen does not return int but size_t on 64bits
74248     
74249     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4824 48e7efb5-ca39-0410-a469-dd3cf9ba447f
74250
74251 commit 696ec0996333921498c4827ca4f57f6ce40c1d53
74252 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
74253 Date:   Tue Oct 16 13:54:48 2007 +0000
74254
74255     'major bug' fix in ptask_L07.
74256     
74257     
74258     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4823 48e7efb5-ca39-0410-a469-dd3cf9ba447f
74259
74260 commit dda7529f8f14f9674a4defb7471322b56e0d0cb0
74261 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
74262 Date:   Tue Oct 16 13:53:16 2007 +0000
74263
74264     Improve debug readability.
74265     
74266     
74267     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4822 48e7efb5-ca39-0410-a469-dd3cf9ba447f
74268
74269 commit 49142a06b4983d3a38d47e16d28ba8048515194f
74270 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
74271 Date:   Fri Oct 12 10:31:51 2007 +0000
74272
74273     Adding a new test.
74274     
74275     
74276     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4821 48e7efb5-ca39-0410-a469-dd3cf9ba447f
74277
74278 commit 70e4dad5ffd1ba6f56eb7bc97408411b9a73119b
74279 Author: markls <markls@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
74280 Date:   Fri Oct 12 10:29:31 2007 +0000
74281
74282     code cleanup, streamlining, removed some redundant function calls.
74283     
74284     
74285     
74286     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4820 48e7efb5-ca39-0410-a469-dd3cf9ba447f
74287
74288 commit f2bf42c16a47ee142876ed09ca652c3da011269e
74289 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
74290 Date:   Fri Oct 12 09:16:36 2007 +0000
74291
74292     Let's be VPATH friendly
74293     
74294     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4819 48e7efb5-ca39-0410-a469-dd3cf9ba447f
74295
74296 commit 305eb3e23d16b8df2801b5c736b42bb48fed3137
74297 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
74298 Date:   Fri Oct 12 09:02:48 2007 +0000
74299
74300     Allow java to compile in VPATH settings (at the price of a GNUism in the makefile)
74301     
74302     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4818 48e7efb5-ca39-0410-a469-dd3cf9ba447f
74303
74304 commit 1f326322578072ac18c82438310ada8c462c97a5
74305 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
74306 Date:   Fri Oct 12 08:29:53 2007 +0000
74307
74308     Autogenerated
74309     
74310     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4817 48e7efb5-ca39-0410-a469-dd3cf9ba447f
74311
74312 commit 8412602500cae5f46897c6a85de6816c2ba8d427
74313 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
74314 Date:   Fri Oct 12 08:26:54 2007 +0000
74315
74316     Oops, I forgot this one
74317     
74318     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4816 48e7efb5-ca39-0410-a469-dd3cf9ba447f
74319
74320 commit 97d13963fc4bcb24172fd562b6600d79e8a6997d
74321 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
74322 Date:   Fri Oct 12 08:26:26 2007 +0000
74323
74324     Enforce some order on the tags; needs flexml 1.8 to get relevant error messages when the order is violated by the document
74325     
74326     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4815 48e7efb5-ca39-0410-a469-dd3cf9ba447f
74327
74328 commit e4d65d54bbffa5383e3b554761f16bd46ac8fbb8
74329 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
74330 Date:   Fri Oct 12 08:21:24 2007 +0000
74331
74332     ignore more cruft
74333     
74334     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4814 48e7efb5-ca39-0410-a469-dd3cf9ba447f
74335
74336 commit 656a7769ed3f5da0857c8200f7ecad3efdbef781
74337 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
74338 Date:   Fri Oct 12 08:21:03 2007 +0000
74339
74340     typo
74341     
74342     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4813 48e7efb5-ca39-0410-a469-dd3cf9ba447f
74343
74344 commit bf04b8efb92e60adf389face2d957846ce7721be
74345 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
74346 Date:   Fri Oct 12 08:19:46 2007 +0000
74347
74348     Do not truncate the output on large messages, but switch to a dynamically allocated buffer
74349     
74350     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4812 48e7efb5-ca39-0410-a469-dd3cf9ba447f
74351
74352 commit 6416bcb08e3e6a4b304df4c0647a39a1a86b5704
74353 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
74354 Date:   Thu Oct 11 10:27:01 2007 +0000
74355
74356     return NULL to avoid that the function returns an invalid pointer
74357     
74358     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4811 48e7efb5-ca39-0410-a469-dd3cf9ba447f
74359
74360 commit 18323d52bdd653e4594327ffa3873facd34c3ea8
74361 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
74362 Date:   Thu Oct 11 10:17:17 2007 +0000
74363
74364     this directory contains all the projects of the exemples msg and simdag for Visual C++
74365     
74366     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4810 48e7efb5-ca39-0410-a469-dd3cf9ba447f
74367
74368 commit 6c2fffc28675c48d6707767b7050d065cb9b91ff
74369 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
74370 Date:   Thu Oct 11 09:20:41 2007 +0000
74371
74372     add the project group of simgrid (contains the msg samples and the simdag sample)
74373     
74374     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4809 48e7efb5-ca39-0410-a469-dd3cf9ba447f
74375
74376 commit d608f2d7f30ce7bdd821c8ca6a33d50e8d85d46b
74377 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
74378 Date:   Thu Oct 11 09:13:08 2007 +0000
74379
74380     delete the account of the buildbot
74381     
74382     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4808 48e7efb5-ca39-0410-a469-dd3cf9ba447f
74383
74384 commit 46784b142aab6e4849a92709f781a09e0a567260
74385 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
74386 Date:   Thu Oct 11 07:41:42 2007 +0000
74387
74388     Move string buffers from 'private to tesh' to 'public in xbt' (I'm gonna use them in logs for messages too long to fit into the statically sized string buffer)
74389     
74390     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4807 48e7efb5-ca39-0410-a469-dd3cf9ba447f
74391
74392 commit b36e8791797d299ccf61a294e7eb6dd39ecac7dc
74393 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
74394 Date:   Thu Oct 11 06:57:25 2007 +0000
74395
74396     Move private definition out of the log.h public header. Moreover, this public header is already complicated enough, and loaded everywhere
74397     
74398     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4806 48e7efb5-ca39-0410-a469-dd3cf9ba447f
74399
74400 commit 725b49dcb59d91cbf1f29ab74e7992748eb1df06
74401 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
74402 Date:   Thu Oct 11 06:22:35 2007 +0000
74403
74404     Do truncate files before writting into it (gras file sockets are streams, seeking into it to change only subparts is a non-sense)
74405     
74406     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4805 48e7efb5-ca39-0410-a469-dd3cf9ba447f
74407
74408 commit 7e5d8c6ae837b2f50e77f03f258853be8a39b4a6
74409 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
74410 Date:   Wed Oct 10 22:56:54 2007 +0000
74411
74412     Erm. Really revalidate this dataset (old one must be removed before regeneration since server file sockets do not blank the file before use).
74413     
74414     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4804 48e7efb5-ca39-0410-a469-dd3cf9ba447f
74415
74416 commit 2cfe4c11de8688024538baa1a56a14d4fa664587
74417 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
74418 Date:   Wed Oct 10 22:50:27 2007 +0000
74419
74420     Revalidate this dataset after the move to full blown messages instead of direct transport layer use
74421     
74422     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4803 48e7efb5-ca39-0410-a469-dd3cf9ba447f
74423
74424 commit a04ee0550b9f78b95032b28e4568dbf31828d53d
74425 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
74426 Date:   Wed Oct 10 22:44:47 2007 +0000
74427
74428     Let's play safe here and don't loose the first char if the socket was already tested alive in hte last select, but not read from by caller (which would be such a weirdo)
74429     
74430     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4802 48e7efb5-ca39-0410-a469-dd3cf9ba447f
74431
74432 commit 41c669ea6b387c92ce74889d0e00a42e023e10dd
74433 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
74434 Date:   Wed Oct 10 22:43:31 2007 +0000
74435
74436     cosmetics
74437     
74438     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4801 48e7efb5-ca39-0410-a469-dd3cf9ba447f
74439
74440 commit 703e84799670334e2fefde2af17dd93ea8c4fc13
74441 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
74442 Date:   Wed Oct 10 22:42:59 2007 +0000
74443
74444     Display hexa representation of the borken header if any, since it's often binary garbage
74445     
74446     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4800 48e7efb5-ca39-0410-a469-dd3cf9ba447f
74447
74448 commit 120b070ae2607e0801a8e0dcff1be8213f4bd0ec
74449 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
74450 Date:   Wed Oct 10 22:41:46 2007 +0000
74451
74452     Change completely the test to use messages instead of mucking directly with the transport layer: the listener thread won't let us play in his garden so easily
74453     
74454     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4799 48e7efb5-ca39-0410-a469-dd3cf9ba447f
74455
74456 commit 2a98e22685f02a89ca5ac78e20afa994ac36489a
74457 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
74458 Date:   Wed Oct 10 15:56:21 2007 +0000
74459
74460     Do display where the exception comes from when dealing with remote exceptions
74461     
74462     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4798 48e7efb5-ca39-0410-a469-dd3cf9ba447f
74463
74464 commit b50a07be6e7ad1e96521f16137571f7f84f97f5f
74465 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
74466 Date:   Wed Oct 10 15:55:26 2007 +0000
74467
74468     cosmetics
74469     
74470     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4797 48e7efb5-ca39-0410-a469-dd3cf9ba447f
74471
74472 commit e6a8d8720982ba6b6e58c71ee002eab1b222e6ca
74473 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
74474 Date:   Wed Oct 10 15:54:23 2007 +0000
74475
74476     Do not use recv() but read() to check whether a socket returned by select() is valid to use or good to close. That way, it works not only for real sockets but also for file ones. This implies having a 1-byte-long buffer in the socket for the data we got during this check, and using this micro buffer before the rest of the content in the gras_*_recv()
74477     
74478     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4796 48e7efb5-ca39-0410-a469-dd3cf9ba447f
74479
74480 commit a8e99d72938eff05fb73e47d8f0e6249512e1930
74481 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
74482 Date:   Wed Oct 10 15:49:30 2007 +0000
74483
74484     Kill old cruft
74485     
74486     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4795 48e7efb5-ca39-0410-a469-dd3cf9ba447f
74487
74488 commit f8ccf96fc8f0185acb6d66f56245b92cd57bc865
74489 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
74490 Date:   Wed Oct 10 12:38:37 2007 +0000
74491
74492     And now, make sure that the logging of the log module do not appear all the time, but only when the module is under debug
74493     
74494     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4794 48e7efb5-ca39-0410-a469-dd3cf9ba447f
74495
74496 commit 46e16e97ca3fad65c089cc6bc04cd48415ac31e6
74497 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
74498 Date:   Wed Oct 10 12:26:22 2007 +0000
74499
74500     Some more debugging, plus killing a stupid bug: when searching in a tree, exploring the first branch [and raising a not_found exception on the first leave] is not quite enough
74501     
74502     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4793 48e7efb5-ca39-0410-a469-dd3cf9ba447f
74503
74504 commit 5f7e3ee3f051a31e1568c69456e83f20ff69e69f
74505 Author: markls <markls@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
74506 Date:   Wed Oct 10 00:34:58 2007 +0000
74507
74508     updated to use branching-tree broadcast instead of for-loop.
74509     
74510     
74511     
74512     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4792 48e7efb5-ca39-0410-a469-dd3cf9ba447f
74513
74514 commit 7b47e04f1a6749e163d6dc3f76f8e1cf09fc4984
74515 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
74516 Date:   Tue Oct 9 14:47:35 2007 +0000
74517
74518     When the logs are not usable because we are before xbt_init, do intialize them instead of whining
74519     
74520     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4791 48e7efb5-ca39-0410-a469-dd3cf9ba447f
74521
74522 commit c4757d074e3631b1e316cb5adfc7f0238bc1b761
74523 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
74524 Date:   Tue Oct 9 14:45:00 2007 +0000
74525
74526     Some comments in the initalization of categories. Once again, remove the misplaced WIN portability cruft. Malek, search for your name in the comments...
74527     
74528     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4790 48e7efb5-ca39-0410-a469-dd3cf9ba447f
74529
74530 commit e1c190397d9e2c31a34db0ca8891dc23eeba5e2d
74531 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
74532 Date:   Fri Oct 5 09:09:38 2007 +0000
74533
74534     Other useless copyright notice updates
74535     
74536     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4789 48e7efb5-ca39-0410-a469-dd3cf9ba447f
74537
74538 commit 3cc9325535240d20ab9eab51ad116889b53bf20e
74539 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
74540 Date:   Fri Oct 5 08:53:59 2007 +0000
74541
74542     Got bored during a meeting: fix the copyright notice of several useless files (found nothing more useless)
74543     
74544     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4788 48e7efb5-ca39-0410-a469-dd3cf9ba447f
74545
74546 commit ccf56140eb0b973a50ce9a981fa3e38667748495
74547 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
74548 Date:   Thu Oct 4 14:22:11 2007 +0000
74549
74550     fight against multiple 'extern' specification
74551     
74552     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4787 48e7efb5-ca39-0410-a469-dd3cf9ba447f
74553
74554 commit 2a34a8fbc25f9f0b62c16bf59e797c0ad89d2b63
74555 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
74556 Date:   Thu Oct 4 14:03:48 2007 +0000
74557
74558     Mark data as extern; hopefully it'll help the macOSx linker
74559     
74560     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4786 48e7efb5-ca39-0410-a469-dd3cf9ba447f
74561
74562 commit 38443eb9cd29adec4668736927369b1f4a690649
74563 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
74564 Date:   Thu Oct 4 13:21:12 2007 +0000
74565
74566     cosmetics around portability
74567     
74568     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4785 48e7efb5-ca39-0410-a469-dd3cf9ba447f
74569
74570 commit 4664c9757fb743652b03460ca4a08957cc0a249d
74571 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
74572 Date:   Thu Oct 4 13:17:12 2007 +0000
74573
74574     kill some misplaced portability bits, leftover from the conversion from OS synchronization to java one
74575     
74576     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4784 48e7efb5-ca39-0410-a469-dd3cf9ba447f
74577
74578 commit 0446fc9e3f379b9aff5e0bb44cf06d06b9e663cc
74579 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
74580 Date:   Thu Oct 4 13:07:35 2007 +0000
74581
74582     Gcc is *very* permissive with pointers to functions. If we declare them as function, it understands that we meant pointer to functions. If we try to call a pointer to function, it understand we want to dereference that pointer before the call. Visual C++ is not that cleaver (what a surprise). So, try to sanitize a bit the situation by doing the Right Thing without expecting the compiler to understand what we really meant in the middle of what we said. (sorry for the huge diff)
74583     
74584     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4783 48e7efb5-ca39-0410-a469-dd3cf9ba447f
74585
74586 commit e0c3ddb2a70bac21cf1b9c57b6ef8860f9f6d924
74587 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
74588 Date:   Thu Oct 4 09:38:57 2007 +0000
74589
74590     Cleanup parts of malek's mess: reintroduce the bunch of changes he erased in his last commit; This still breaks GRAS
74591     
74592     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4782 48e7efb5-ca39-0410-a469-dd3cf9ba447f
74593
74594 commit e079e43cf0e786701cac6cb851f905f11bdbef64
74595 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
74596 Date:   Thu Oct 4 09:11:07 2007 +0000
74597
74598     Add the indent command line to the coding style
74599     
74600     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4781 48e7efb5-ca39-0410-a469-dd3cf9ba447f
74601
74602 commit 3046f131e0f459b32ad396b0682401fc69fbce58
74603 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
74604 Date:   Thu Oct 4 08:42:29 2007 +0000
74605
74606     Let's learn a bit of svn syntax to not tell ugly things to users
74607     
74608     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4780 48e7efb5-ca39-0410-a469-dd3cf9ba447f
74609
74610 commit 7c201c0d1c86281bb94969e4d3ee23972d2e0275
74611 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
74612 Date:   Thu Oct 4 08:28:24 2007 +0000
74613
74614     autogenerated
74615     
74616     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4779 48e7efb5-ca39-0410-a469-dd3cf9ba447f
74617
74618 commit 41019fee552cfa9ebef931e59da029c950c5a4e0
74619 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
74620 Date:   Thu Oct 4 08:27:53 2007 +0000
74621
74622     autogenerated
74623     
74624     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4778 48e7efb5-ca39-0410-a469-dd3cf9ba447f
74625
74626 commit c0b73df31efd26872b75718af4a38b17f2533ce8
74627 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
74628 Date:   Thu Oct 4 08:24:35 2007 +0000
74629
74630     Allow to change the execution environment in this test (this allows to run it under valgrind)
74631     
74632     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4777 48e7efb5-ca39-0410-a469-dd3cf9ba447f
74633
74634 commit 82706edcda8a79adcd7e226c5a7e8476395516e1
74635 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
74636 Date:   Thu Oct 4 08:24:07 2007 +0000
74637
74638     now the simgrid dll is named simgrid so i have destroyed the previous dll project and i have added the new files.
74639     
74640     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4776 48e7efb5-ca39-0410-a469-dd3cf9ba447f
74641
74642 commit fb184bdf341bbd16679a1eb0e9d069a279ad6cdc
74643 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
74644 Date:   Thu Oct 4 08:23:45 2007 +0000
74645
74646     ignore cruft
74647     
74648     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4775 48e7efb5-ca39-0410-a469-dd3cf9ba447f
74649
74650 commit b45450dd6933bae15675ec620867040421d536b6
74651 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
74652 Date:   Thu Oct 4 08:11:21 2007 +0000
74653
74654     use snprintf of Visual C++
74655     
74656     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4774 48e7efb5-ca39-0410-a469-dd3cf9ba447f
74657
74658 commit 645feae364d69d74fbed1325a905f7db436240d2
74659 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
74660 Date:   Thu Oct 4 08:09:49 2007 +0000
74661
74662     Now the java processes don't use the native locks so i have remove all functions connected to this locks. Because in the windows  we can't signal a condition variable and wait it in the same thread i introduce a separate condition to schedule the msg processes.
74663     
74664     
74665     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4773 48e7efb5-ca39-0410-a469-dd3cf9ba447f
74666
74667 commit 7cd83128b3740b3d66ef8d8a2ced0ffa5168efe2
74668 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
74669 Date:   Thu Oct 4 08:06:19 2007 +0000
74670
74671     Now the java processes don't use the native locks
74672     
74673     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4772 48e7efb5-ca39-0410-a469-dd3cf9ba447f
74674
74675 commit 55c8f3c66f4f36410acf2f0130f72d577427485a
74676 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
74677 Date:   Thu Oct 4 07:54:29 2007 +0000
74678
74679     sorry martin but i really need the portable.h inclusion
74680     
74681     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4771 48e7efb5-ca39-0410-a469-dd3cf9ba447f
74682
74683 commit ec67a7384cf059b8bf82519e47e00b99b9609dd0
74684 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
74685 Date:   Thu Oct 4 07:52:40 2007 +0000
74686
74687     the xbt_thread_create function must use a function pointer as first parameter
74688     
74689     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4770 48e7efb5-ca39-0410-a469-dd3cf9ba447f
74690
74691 commit 9d8804c534eca423fe2ee8de4f0fe7b43420f76c
74692 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
74693 Date:   Thu Oct 4 07:51:16 2007 +0000
74694
74695     declare portable snprintf and vsnprintf functions for Visual C++ 7
74696     
74697     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4769 48e7efb5-ca39-0410-a469-dd3cf9ba447f
74698
74699 commit f906123b75e746c913ebc0c9bddeac87d76f27e2
74700 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
74701 Date:   Thu Oct 4 07:46:36 2007 +0000
74702
74703     the first pointer of the xbt_thread_create() function must be a function pointer (not a function type ?)
74704     
74705     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4768 48e7efb5-ca39-0410-a469-dd3cf9ba447f
74706
74707 commit c704bcbb880386f96e0e992554afbe3fcc3f0758
74708 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
74709 Date:   Thu Oct 4 07:44:50 2007 +0000
74710
74711     uncomment the special definition of XBT_LOG_NEW_DEFAULT_CATEGORY macro for Windows.
74712     The windows version of the lib need it
74713     
74714     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4767 48e7efb5-ca39-0410-a469-dd3cf9ba447f
74715
74716 commit d184124fe746b760ff77116171493c43e0eaff89
74717 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
74718 Date:   Thu Oct 4 07:40:48 2007 +0000
74719
74720     I just add two function pointer types.
74721     
74722     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4766 48e7efb5-ca39-0410-a469-dd3cf9ba447f
74723
74724 commit 6e13a76274a80e9df59ea9e10f9a1415a6f10ddc
74725 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
74726 Date:   Thu Sep 27 14:42:28 2007 +0000
74727
74728     Ops, this was published in heteropar, not grid
74729     
74730     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4765 48e7efb5-ca39-0410-a469-dd3cf9ba447f
74731
74732 commit 24e2706e88a240ca0307061604f28fb3980a95f5
74733 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
74734 Date:   Thu Sep 27 07:52:56 2007 +0000
74735
74736     autogenerated file
74737     
74738     
74739     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4764 48e7efb5-ca39-0410-a469-dd3cf9ba447f
74740
74741 commit b3b06f46c40d606b77e60a172ba3142a15b24431
74742 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
74743 Date:   Thu Sep 27 07:52:50 2007 +0000
74744
74745     Add the test with failures.
74746     
74747     
74748     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4763 48e7efb5-ca39-0410-a469-dd3cf9ba447f
74749
74750 commit c268a105a85ff4323e2f8d005583df50ad138262
74751 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
74752 Date:   Thu Sep 27 07:52:43 2007 +0000
74753
74754     Remove useless file and update tesh file accordingly...
74755     
74756     
74757     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4762 48e7efb5-ca39-0410-a469-dd3cf9ba447f
74758
74759 commit cce74c605b7a89ba2f3bd5173ac7283724eb5f85
74760 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
74761 Date:   Thu Sep 27 07:52:37 2007 +0000
74762
74763     Use the right file...
74764     
74765     
74766     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4761 48e7efb5-ca39-0410-a469-dd3cf9ba447f
74767
74768 commit 957f3b50a63ab4579f3926ad5e5359e47a9050cd
74769 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
74770 Date:   Wed Sep 26 21:55:45 2007 +0000
74771
74772     external_publi++
74773     
74774     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4760 48e7efb5-ca39-0410-a469-dd3cf9ba447f
74775
74776 commit 3afcbcf8628eae2103fc1bec703f6ae61ee5a048
74777 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
74778 Date:   Wed Sep 26 21:52:07 2007 +0000
74779
74780     Revert "Adding the prototype for the callback on startup mechanism."
74781     
74782     This reverts commit 0eb7621025a933db4ac7fbbec8e4646dd8bc279e.
74783     
74784     
74785     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4759 48e7efb5-ca39-0410-a469-dd3cf9ba447f
74786
74787 commit 0eb7621025a933db4ac7fbbec8e4646dd8bc279e
74788 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
74789 Date:   Wed Sep 26 21:48:00 2007 +0000
74790
74791     Adding the prototype for the callback on startup mechanism.
74792     
74793     
74794     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4758 48e7efb5-ca39-0410-a469-dd3cf9ba447f
74795
74796 commit 177514bcd99af83ad6a01dda22b82e37f3a5cec1
74797 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
74798 Date:   Wed Sep 26 21:47:46 2007 +0000
74799
74800     autogenerated file
74801     
74802     
74803     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4757 48e7efb5-ca39-0410-a469-dd3cf9ba447f
74804
74805 commit ce04ed35abb51f42ca6b6b778ee3f6b08f9ab445
74806 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
74807 Date:   Wed Sep 26 21:46:05 2007 +0000
74808
74809     moving basic tests + revalidating tesh files.
74810     
74811     
74812     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4756 48e7efb5-ca39-0410-a469-dd3cf9ba447f
74813
74814 commit 5f8a8e9746b25767398b48c794fa8835847a4b63
74815 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
74816 Date:   Wed Sep 26 21:36:59 2007 +0000
74817
74818     ignore binaries and cruft
74819     
74820     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4755 48e7efb5-ca39-0410-a469-dd3cf9ba447f
74821
74822 commit 4e6447f0964c8b85284e3bc28e5176474530db21
74823 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
74824 Date:   Wed Sep 26 21:21:03 2007 +0000
74825
74826     Make teshsuite/simdag/network/test_reinit_costs work as expected.
74827     
74828     parallel_task_network_link_set should have been private but I need it
74829     "public" to ensure that it will be free at the end. Anyway, I only use
74830     it at the right place now. I reset it before use though, just in case
74831     somebody else mess with it again.
74832     
74833     
74834     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4754 48e7efb5-ca39-0410-a469-dd3cf9ba447f
74835
74836 commit a6b1db651973e604474203e43fb07c83ce168212
74837 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
74838 Date:   Wed Sep 26 19:40:16 2007 +0000
74839
74840     autogenerated file.
74841     
74842     
74843     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4753 48e7efb5-ca39-0410-a469-dd3cf9ba447f
74844
74845 commit 8c467ef28d4be10876a5d1bf0e4cfe6208ae57cd
74846 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
74847 Date:   Wed Sep 26 19:40:11 2007 +0000
74848
74849     Adding Louis-Claude Canon's tests.
74850     
74851     
74852     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4752 48e7efb5-ca39-0410-a469-dd3cf9ba447f
74853
74854 commit 2a9afac801b6f592772dfee3a181e27d517a18ef
74855 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
74856 Date:   Wed Sep 26 19:11:40 2007 +0000
74857
74858     A whole bunch of test units from Sascha and Fred. Many thanks, dudes
74859     
74860     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4751 48e7efb5-ca39-0410-a469-dd3cf9ba447f
74861
74862 commit 8400efb989370b37b801ed83f85384040a457278
74863 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
74864 Date:   Wed Sep 26 19:10:43 2007 +0000
74865
74866     Update the doc with last reorganization of examples/msg/
74867     
74868     
74869     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4750 48e7efb5-ca39-0410-a469-dd3cf9ba447f
74870
74871 commit b9da7c01387335f567cc712b0cece2cffaa73c04
74872 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
74873 Date:   Wed Sep 26 19:10:38 2007 +0000
74874
74875     Doc + use all arguments in free function.
74876     
74877     
74878     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4749 48e7efb5-ca39-0410-a469-dd3cf9ba447f
74879
74880 commit 00db56dc1eb37659b946d5b0f0d2fcd514c78a6f
74881 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
74882 Date:   Wed Sep 26 18:29:58 2007 +0000
74883
74884     no need for return after a THROW (it will break the execution path, you can be sure of that, and gcc is aware of it too)
74885     
74886     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4748 48e7efb5-ca39-0410-a469-dd3cf9ba447f
74887
74888 commit 6657648604e50c773827e54d7ccc2975d05c6bfb
74889 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
74890 Date:   Wed Sep 26 16:07:33 2007 +0000
74891
74892     revalidate tesh outputs.
74893     
74894     
74895     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4747 48e7efb5-ca39-0410-a469-dd3cf9ba447f
74896
74897 commit 1cc8c14862e9b7a54cf8ffdfc016dff027d613d7
74898 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
74899 Date:   Wed Sep 26 16:07:30 2007 +0000
74900
74901     This code should not be here.
74902     
74903     
74904     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4746 48e7efb5-ca39-0410-a469-dd3cf9ba447f
74905
74906 commit 0e38ff5cd0c1d4bcbb38c2c1d68618f19358122f
74907 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
74908 Date:   Wed Sep 26 15:51:30 2007 +0000
74909
74910     We switched to SVN
74911     
74912     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4745 48e7efb5-ca39-0410-a469-dd3cf9ba447f
74913
74914 commit 52c93a3c8deda74a1475b1728d2b28df9bd24b87
74915 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
74916 Date:   Wed Sep 26 15:45:24 2007 +0000
74917
74918     Damn VPATH builds
74919     
74920     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4744 48e7efb5-ca39-0410-a469-dd3cf9ba447f
74921
74922 commit 7d6be29462964f855e547f30234981993e0ed2bd
74923 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
74924 Date:   Wed Sep 26 15:38:44 2007 +0000
74925
74926     This test can last a bit longer
74927     
74928     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4743 48e7efb5-ca39-0410-a469-dd3cf9ba447f
74929
74930 commit 719db78a976b1fbbad9d6aeb3001ae40b1e14c26
74931 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
74932 Date:   Wed Sep 26 15:38:28 2007 +0000
74933
74934     During VPATH builds, this directory may not exist
74935     
74936     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4742 48e7efb5-ca39-0410-a469-dd3cf9ba447f
74937
74938 commit 545c6d9ee21cbe3cdc036cfd98af411bd407d301
74939 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
74940 Date:   Wed Sep 26 15:30:06 2007 +0000
74941
74942     And now, try to compile before commiting in order to not commit invalid code (sorry)
74943     
74944     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4741 48e7efb5-ca39-0410-a469-dd3cf9ba447f
74945
74946 commit 49ae91b380ed6fb042ad2719c0c956b3ba8048d7
74947 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
74948 Date:   Wed Sep 26 15:28:13 2007 +0000
74949
74950     Revert "ucontext and java are incompatible."
74951     
74952     This reverts commit d2a58228e658a1d5d4a35d534868ef4f06ebb53f.
74953     
74954     
74955     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4740 48e7efb5-ca39-0410-a469-dd3cf9ba447f
74956
74957 commit 7788b754434ef923675b3c88c08a02afc147ea9b
74958 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
74959 Date:   Wed Sep 26 15:28:08 2007 +0000
74960
74961     Remove a wrong assert. This condition isn't supposed to be true all the time: I didn't got Arnaud's code right (+ cleanup: use THROW_IMPOSSIBLE instead of assert(0))
74962     
74963     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4739 48e7efb5-ca39-0410-a469-dd3cf9ba447f
74964
74965 commit 8f6adc5870d42c42392af1aecb398fb9cc0e451a
74966 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
74967 Date:   Wed Sep 26 15:19:06 2007 +0000
74968
74969     remove dead functions.
74970     
74971     
74972     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4738 48e7efb5-ca39-0410-a469-dd3cf9ba447f
74973
74974 commit 239726cf69bf87b1655086fca70f1089afb03e72
74975 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
74976 Date:   Wed Sep 26 15:15:53 2007 +0000
74977
74978     Yeah, right. 64bits architectures produce a different output
74979     
74980     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4737 48e7efb5-ca39-0410-a469-dd3cf9ba447f
74981
74982 commit d2a58228e658a1d5d4a35d534868ef4f06ebb53f
74983 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
74984 Date:   Wed Sep 26 15:10:51 2007 +0000
74985
74986     ucontext and java are incompatible.
74987     
74988     
74989     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4736 48e7efb5-ca39-0410-a469-dd3cf9ba447f
74990
74991 commit 44f50bc7016a425a4898337f15cba7f08ddf5741
74992 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
74993 Date:   Wed Sep 26 15:10:47 2007 +0000
74994
74995     cosmetics.
74996     
74997     
74998     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4735 48e7efb5-ca39-0410-a469-dd3cf9ba447f
74999
75000 commit 1492340ee6cd15b9c583a1e7a387ad082272ae64
75001 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
75002 Date:   Wed Sep 26 15:05:24 2007 +0000
75003
75004     * One makefile to deal with all the AMOK examples
75005     * Convert AMOK tests to tesh (most of the tests fail, but that's a
75006       first step)
75007     
75008     
75009     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4734 48e7efb5-ca39-0410-a469-dd3cf9ba447f
75010
75011 commit a79aaac7b44189a4450f2e34b67fc34d07047be1
75012 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
75013 Date:   Wed Sep 26 14:58:00 2007 +0000
75014
75015     In free, do use a version of map that assumes that the dynar is already locked (since it is. Doing otherwise leads to a deadlock)
75016     
75017     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4733 48e7efb5-ca39-0410-a469-dd3cf9ba447f
75018
75019 commit abc5102a36bbe2a0674fbdf41f0902be410d29c7
75020 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
75021 Date:   Wed Sep 26 14:14:54 2007 +0000
75022
75023     Now the java implementation of the msg process don't use the os locks. The functions connected to these locks are now not necessary
75024     
75025     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4732 48e7efb5-ca39-0410-a469-dd3cf9ba447f
75026
75027 commit 771c4cd2f6fe9a8e22eb0cdcfa6086cbc24cee51
75028 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
75029 Date:   Wed Sep 26 14:13:50 2007 +0000
75030
75031     The windows implementation of simgrid use now the portable snprintf so, enable the PREFERE_PORTABLE_SNPRINTF macro and disable the HAVE_SNPRINTF macro
75032     
75033     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4731 48e7efb5-ca39-0410-a469-dd3cf9ba447f
75034
75035 commit 4695eeed280e6d07c8eeabfb9e106e93825c8503
75036 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
75037 Date:   Wed Sep 26 14:12:26 2007 +0000
75038
75039     Ops, forgot debuging outputs
75040     
75041     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4730 48e7efb5-ca39-0410-a469-dd3cf9ba447f
75042
75043 commit 4525aff4d01530d760f0203659d4ba5e0142b212
75044 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
75045 Date:   Wed Sep 26 14:11:40 2007 +0000
75046
75047     just add the copyright of the fileNow the java implementation of the msg process don't use the os locks. The functions connected to these locks are now not necessary
75048     
75049     
75050     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4729 48e7efb5-ca39-0410-a469-dd3cf9ba447f
75051
75052 commit 29493aabe8625e8359c877d61b143c3f98bb1072
75053 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
75054 Date:   Wed Sep 26 14:11:13 2007 +0000
75055
75056     Fight against synchronization issues on armageddon (ie, when a background task fail, forcing us to kill everyone).
75057     
75058     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4728 48e7efb5-ca39-0410-a469-dd3cf9ba447f
75059
75060 commit 25dad2df2f0ab55b6f5e3e00ad8a873c66368cc0
75061 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
75062 Date:   Wed Sep 26 14:10:53 2007 +0000
75063
75064     Now the java implementation of the msg process don't use the os locks. The functions connected to these locks are now not necessary
75065     
75066     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4727 48e7efb5-ca39-0410-a469-dd3cf9ba447f
75067
75068 commit cc7cd93ed2970afc40cb0173c7f2921095df80a1
75069 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
75070 Date:   Wed Sep 26 14:09:46 2007 +0000
75071
75072     Now the java implementation of the msg process don't use the os locks. The functions connected to these locks are now not necessary
75073     
75074     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4726 48e7efb5-ca39-0410-a469-dd3cf9ba447f
75075
75076 commit 8e0eddd3c81823f2b174947afa8fab0f3aeb9980
75077 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
75078 Date:   Wed Sep 26 10:54:40 2007 +0000
75079
75080     Use THROW_UNIMPLEMENTED and THROW_IMPOSSIBLE as suggested by Mt.
75081     
75082     
75083     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4725 48e7efb5-ca39-0410-a469-dd3cf9ba447f
75084
75085 commit 5eab79dfd18afa1ce0374d1b32306737cb2ba296
75086 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
75087 Date:   Tue Sep 25 19:48:48 2007 +0000
75088
75089     I must be a code cleanup freak, sorry
75090     
75091     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4724 48e7efb5-ca39-0410-a469-dd3cf9ba447f
75092
75093 commit f0574c255bc0d86b6bbf91d5251ad80fc0cb01c0
75094 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
75095 Date:   Tue Sep 25 19:47:40 2007 +0000
75096
75097     Stop trying to add the .class files into the dist (plus indentation)
75098     
75099     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4723 48e7efb5-ca39-0410-a469-dd3cf9ba447f
75100
75101 commit bae41a261053ac0db117089bbaa97b070db7408c
75102 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
75103 Date:   Tue Sep 25 15:36:48 2007 +0000
75104
75105     Cleanup: stop going into the subdir before going out [thanks Sascha]
75106     
75107     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4722 48e7efb5-ca39-0410-a469-dd3cf9ba447f
75108
75109 commit dfef07e929a51f264050985b6e8f5f302103dab2
75110 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
75111 Date:   Tue Sep 25 14:10:01 2007 +0000
75112
75113     Do not forget to distribute the java sources...
75114     
75115     
75116     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4721 48e7efb5-ca39-0410-a469-dd3cf9ba447f
75117
75118 commit 3f06f5aad8a65c5e96dede8c95483d1868e9110e
75119 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
75120 Date:   Tue Sep 25 14:09:55 2007 +0000
75121
75122     Fix EXTRA_DIST
75123     
75124     
75125     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4720 48e7efb5-ca39-0410-a469-dd3cf9ba447f
75126
75127 commit c0045ed94c6fe86327acd63f597bf119b9d6aa17
75128 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
75129 Date:   Tue Sep 25 14:09:47 2007 +0000
75130
75131     do not forget headers for the dist.
75132     
75133     
75134     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4719 48e7efb5-ca39-0410-a469-dd3cf9ba447f
75135
75136 commit d8a8f6550cb4c5454105f413e1af899b4ebafd1a
75137 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
75138 Date:   Tue Sep 25 14:09:40 2007 +0000
75139
75140     Fix conditional includes. Check I'm right please.
75141     
75142     
75143     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4718 48e7efb5-ca39-0410-a469-dd3cf9ba447f
75144
75145 commit afbeb65e72adada6b7a8832d1466949aff40c92c
75146 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
75147 Date:   Tue Sep 25 14:09:34 2007 +0000
75148
75149     These Makefiles should always include the source files but build the
75150     binaries only when HAVE_JAVA.
75151     
75152     
75153     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4717 48e7efb5-ca39-0410-a469-dd3cf9ba447f
75154
75155 commit 63bdb2ee778b44aaa332bf6ff50fb4868462f075
75156 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
75157 Date:   Tue Sep 25 14:09:29 2007 +0000
75158
75159     Add missing files to the dist...
75160     
75161     
75162     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4716 48e7efb5-ca39-0410-a469-dd3cf9ba447f
75163
75164 commit d97b684df677b8bc978204f2226cbe749d4c38d9
75165 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
75166 Date:   Tue Sep 25 14:09:18 2007 +0000
75167
75168     Add forgotten headers to the dist...
75169     
75170     
75171     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4715 48e7efb5-ca39-0410-a469-dd3cf9ba447f
75172
75173 commit 1abb173bf353d2796fef41a227c3b3adcb6586d2
75174 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
75175 Date:   Tue Sep 25 14:09:13 2007 +0000
75176
75177     These Makefiles should always be generated to ensure that they're
75178     included in the make dist...
75179     
75180     
75181     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4714 48e7efb5-ca39-0410-a469-dd3cf9ba447f
75182
75183 commit 0119ca0d882f90e1b139b9debbf2f9ea7a2bfb7b
75184 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
75185 Date:   Tue Sep 25 14:09:07 2007 +0000
75186
75187     Fixing EXTRA_DIST (a \ was missing...)
75188     
75189     
75190     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4713 48e7efb5-ca39-0410-a469-dd3cf9ba447f
75191
75192 commit de06d16ffe51a0f739ffc8d5e8259788c79fd16d
75193 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
75194 Date:   Tue Sep 25 10:40:40 2007 +0000
75195
75196     fix broken file name.
75197     
75198     
75199     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4712 48e7efb5-ca39-0410-a469-dd3cf9ba447f
75200
75201 commit 7ff57cdfff5d7b558c581e588fbf9c70a4e39e35
75202 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
75203 Date:   Tue Sep 25 09:34:31 2007 +0000
75204
75205     Automatically generated files
75206     
75207     
75208     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4711 48e7efb5-ca39-0410-a469-dd3cf9ba447f
75209
75210 commit e1e3c44c292ce4485d1b4810f040a8671d4f36bb
75211 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
75212 Date:   Tue Sep 25 09:12:10 2007 +0000
75213
75214     Trying to fix make dist.
75215     
75216     
75217     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4710 48e7efb5-ca39-0410-a469-dd3cf9ba447f
75218
75219 commit 1b0ff742a8869d56d8b31e2448cf6930059f9eb4
75220 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
75221 Date:   Tue Sep 25 09:08:41 2007 +0000
75222
75223     Answer to FS: valgrind don't like contextes
75224     
75225     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4709 48e7efb5-ca39-0410-a469-dd3cf9ba447f
75226
75227 commit 0ff5d56d39f5ba67bded665d75d81d5932098afd
75228 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
75229 Date:   Mon Sep 24 20:25:13 2007 +0000
75230
75231     Prefer automatically updated date marker to manual one
75232     
75233     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4708 48e7efb5-ca39-0410-a469-dd3cf9ba447f
75234
75235 commit 4f9f0f87206ee0c212821928e8891af9dddf9faa
75236 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
75237 Date:   Mon Sep 24 14:57:34 2007 +0000
75238
75239     Change of the name of the generated dll (now simgrid4java)
75240     
75241     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4707 48e7efb5-ca39-0410-a469-dd3cf9ba447f
75242
75243 commit f636c3eccc59ae7c0b863b93f029e6aee4615c4e
75244 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
75245 Date:   Mon Sep 24 14:56:14 2007 +0000
75246
75247     just add the copyright of the file
75248     
75249     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4706 48e7efb5-ca39-0410-a469-dd3cf9ba447f
75250
75251 commit d40711aa68b41790dac747008cf849ac965c4793
75252 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
75253 Date:   Mon Sep 24 14:54:41 2007 +0000
75254
75255     This variable is only used with threads. Protect it with ifdef
75256     
75257     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4705 48e7efb5-ca39-0410-a469-dd3cf9ba447f
75258
75259 commit 25dc0527f681b078dc6b535639f008db6eb6d103
75260 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
75261 Date:   Mon Sep 24 14:50:14 2007 +0000
75262
75263     Update autogenerated
75264     
75265     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4704 48e7efb5-ca39-0410-a469-dd3cf9ba447f
75266
75267 commit 2eee93edc8f36af95332db42a782a5c7b736e039
75268 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
75269 Date:   Mon Sep 24 14:39:40 2007 +0000
75270
75271     typo
75272     
75273     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4703 48e7efb5-ca39-0410-a469-dd3cf9ba447f
75274
75275 commit 65e7ca8076e559ed654d1aa20152072b6fbdc9d9
75276 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
75277 Date:   Mon Sep 24 14:39:10 2007 +0000
75278
75279     Add . to the classpath to find the source of the example, not only the library
75280     
75281     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4702 48e7efb5-ca39-0410-a469-dd3cf9ba447f
75282
75283 commit 349302ca4bcec337e2e008ba7b96358a3c7c7e8f
75284 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
75285 Date:   Mon Sep 24 14:38:47 2007 +0000
75286
75287     Kill oldies
75288     
75289     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4701 48e7efb5-ca39-0410-a469-dd3cf9ba447f
75290
75291 commit 150524015ed66466fb23d33466b94ac71ff6d4e9
75292 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
75293 Date:   Mon Sep 24 14:36:29 2007 +0000
75294
75295     Insist on searching the DTD where I put it in the jar
75296     
75297     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4700 48e7efb5-ca39-0410-a469-dd3cf9ba447f
75298
75299 commit ae9dd98bc4600e591fca903341d35d7cce68fe26
75300 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
75301 Date:   Mon Sep 24 14:33:53 2007 +0000
75302
75303     Auto apply the changes needed to port flexml to windows: there is no unistd.h there.
75304     
75305     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4699 48e7efb5-ca39-0410-a469-dd3cf9ba447f
75306
75307 commit 26682497b29a3eeb2d08eae44a4bef73a17a08fc
75308 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
75309 Date:   Mon Sep 24 14:23:36 2007 +0000
75310
75311     Cleanup of the portability between win and lin at header level
75312     
75313     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4698 48e7efb5-ca39-0410-a469-dd3cf9ba447f
75314
75315 commit ae8169afc916c94be22970461a9dcccd5777ae86
75316 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
75317 Date:   Mon Sep 24 12:23:29 2007 +0000
75318
75319     As the ApplicationHandler class this file doesn't use the the template class Vector of java 1.5 (not supported by the previous version of java)
75320     
75321     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4697 48e7efb5-ca39-0410-a469-dd3cf9ba447f
75322
75323 commit a8030f60ea5bf6dce3737f946ad27eae788d85b8
75324 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
75325 Date:   Mon Sep 24 12:20:19 2007 +0000
75326
75327     Just add a new line at the end of the file
75328     
75329     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4696 48e7efb5-ca39-0410-a469-dd3cf9ba447f
75330
75331 commit 9072c3cf98a5f6f31adfdc38a97ce562ef62dfa8
75332 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
75333 Date:   Mon Sep 24 12:19:35 2007 +0000
75334
75335     The java reflect is already of use, i have removed them.
75336     
75337     My version of java (1.5) use the generic class. So if i compile
75338     the classes ApplicationHandler or Process without type specification
75339     for the vector, i get the warning "Note: Some input files use unchecked or unsafe operations."
75340     It's just a warning, and all the examples always work. So now, i don't use the java templates.
75341     
75342     
75343     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4695 48e7efb5-ca39-0410-a469-dd3cf9ba447f
75344
75345 commit b69b6e67e893ddd809ba10284c74996b54392247
75346 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
75347 Date:   Mon Sep 24 12:16:51 2007 +0000
75348
75349     Indeed, the sax.helpers and java.lang importation are not useful, i have removed them.
75350     The dll is now called simgrid4java.
75351     
75352     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4694 48e7efb5-ca39-0410-a469-dd3cf9ba447f
75353
75354 commit 02c6d9a528c1e0f288a782d72f227a4bb8463d63
75355 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
75356 Date:   Fri Sep 21 20:58:51 2007 +0000
75357
75358     This file must not be dupplicated in the svn tree. Tell your build projects to find it where it lives: in the surf directory
75359     
75360     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4693 48e7efb5-ca39-0410-a469-dd3cf9ba447f
75361
75362 commit 8651a527a9da6883193946e8c295f941c57db1b4
75363 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
75364 Date:   Fri Sep 21 20:56:30 2007 +0000
75365
75366     Also remove the const markers of parameters in the function implementation, not only function prototype
75367     
75368     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4692 48e7efb5-ca39-0410-a469-dd3cf9ba447f
75369
75370 commit 3186ea5485a1dc9c798cab0ca35e0b788d09f66d
75371 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
75372 Date:   Fri Sep 21 20:49:20 2007 +0000
75373
75374     Kill malek's leftovers
75375     
75376     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4691 48e7efb5-ca39-0410-a469-dd3cf9ba447f
75377
75378 commit 58a485ea322cf683c4bcaa930f1bee8023e84d9f
75379 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
75380 Date:   Fri Sep 21 20:44:28 2007 +0000
75381
75382     do not return after a THROW. Fix the THROW macro if there is an issue with it under visual, but don't polute the code with such things
75383     
75384     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4690 48e7efb5-ca39-0410-a469-dd3cf9ba447f
75385
75386 commit 4b42eaab0a37971daf4bafb7833937efdf9ac9d5
75387 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
75388 Date:   Fri Sep 21 19:55:36 2007 +0000
75389
75390     Move buildbot configuration into the build subdir
75391     
75392     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4689 48e7efb5-ca39-0410-a469-dd3cf9ba447f
75393
75394 commit 22de79f138561dacc5c24306b12acd32971d7b2e
75395 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
75396 Date:   Fri Sep 21 19:50:38 2007 +0000
75397
75398     Arnaud implemented latencies in L07, so do not warn users about the contrary anymore
75399     
75400     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4688 48e7efb5-ca39-0410-a469-dd3cf9ba447f
75401
75402 commit f903fea2d6484345eff254d75e0925ddb1ba7feb
75403 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
75404 Date:   Fri Sep 21 19:35:58 2007 +0000
75405
75406     Make FS happy
75407     
75408     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4687 48e7efb5-ca39-0410-a469-dd3cf9ba447f
75409
75410 commit 3d89aff1af4def1c161334be72223df959eca8c1
75411 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
75412 Date:   Fri Sep 21 16:16:07 2007 +0000
75413
75414     the Visual Studio project for simgrid and simgrid for java
75415     
75416     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4686 48e7efb5-ca39-0410-a469-dd3cf9ba447f
75417
75418 commit 4e7f87dde9f406ff0da5a240bb1c04c145a005c3
75419 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
75420 Date:   Fri Sep 21 16:07:25 2007 +0000
75421
75422     Visual C++ has no header named unistd.h
75423     
75424     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4685 48e7efb5-ca39-0410-a469-dd3cf9ba447f
75425
75426 commit 9ee8810614e6bd6e779e3d90790aa586fe66c6a9
75427 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
75428 Date:   Fri Sep 21 16:06:12 2007 +0000
75429
75430     use portable.h
75431     
75432     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4684 48e7efb5-ca39-0410-a469-dd3cf9ba447f
75433
75434 commit 872cbb10d995d395761a0c059588c24992266f78
75435 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
75436 Date:   Fri Sep 21 16:05:54 2007 +0000
75437
75438     Declaration of the variables at the beginning of the functions
75439     
75440     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4683 48e7efb5-ca39-0410-a469-dd3cf9ba447f
75441
75442 commit 568db0c9329e157e88f25ba85c515cb9f596f03a
75443 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
75444 Date:   Fri Sep 21 16:05:11 2007 +0000
75445
75446     Declaration of the variables at the beginning of the functions
75447     
75448     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4682 48e7efb5-ca39-0410-a469-dd3cf9ba447f
75449
75450 commit da6f1cfc7f11484466aa4f8d43b4d2ce6cf711fc
75451 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
75452 Date:   Fri Sep 21 16:04:43 2007 +0000
75453
75454     Declaration of the variables at the begining of the functions
75455     
75456     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4681 48e7efb5-ca39-0410-a469-dd3cf9ba447f
75457
75458 commit c5a2ce76012c5f8503fbfd2d05d6ef36c1577b08
75459 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
75460 Date:   Fri Sep 21 16:04:15 2007 +0000
75461
75462     Declaration of the variables at the begining of the functions
75463     
75464     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4680 48e7efb5-ca39-0410-a469-dd3cf9ba447f
75465
75466 commit 3c1dbc23387b157f0281115823d94a2d8b78a1bd
75467 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
75468 Date:   Fri Sep 21 16:03:41 2007 +0000
75469
75470     use portable.h
75471     
75472     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4679 48e7efb5-ca39-0410-a469-dd3cf9ba447f
75473
75474 commit 30c1959a0d70e154fda0be2f32be85af4d0117a5
75475 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
75476 Date:   Fri Sep 21 16:03:10 2007 +0000
75477
75478     don't use const parameter
75479     
75480     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4678 48e7efb5-ca39-0410-a469-dd3cf9ba447f
75481
75482 commit abb3abf458b64d01f452c59b0eaaef67dcf09949
75483 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
75484 Date:   Fri Sep 21 16:02:24 2007 +0000
75485
75486     void functions don't return
75487     
75488     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4677 48e7efb5-ca39-0410-a469-dd3cf9ba447f
75489
75490 commit 5ff65160b28483b8af4e159f58fa5e148371fd9f
75491 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
75492 Date:   Fri Sep 21 16:01:43 2007 +0000
75493
75494     add_free_f use now a pointer to a free function
75495     
75496     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4676 48e7efb5-ca39-0410-a469-dd3cf9ba447f
75497
75498 commit 4de0642e643abd4e1bf34d1b7b06ac34b25b8a3c
75499 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
75500 Date:   Fri Sep 21 16:00:48 2007 +0000
75501
75502     Declaration of the variables at the begining of the functions
75503     
75504     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4675 48e7efb5-ca39-0410-a469-dd3cf9ba447f
75505
75506 commit 65fe7ce26905cc6a4e8cc05066817e8eb0779ecc
75507 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
75508 Date:   Fri Sep 21 16:00:21 2007 +0000
75509
75510     Visual C++ config doesn't use the gnu functions
75511     
75512     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4674 48e7efb5-ca39-0410-a469-dd3cf9ba447f
75513
75514 commit 4548f56df597a23f4f0510d698c08589e5265ce7
75515 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
75516 Date:   Fri Sep 21 15:59:15 2007 +0000
75517
75518     update the configuration file of Visual C++
75519     
75520     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4673 48e7efb5-ca39-0410-a469-dd3cf9ba447f
75521
75522 commit 84079cc1149b1d8c588a029f2bde6c863b5ce740
75523 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
75524 Date:   Fri Sep 21 15:57:28 2007 +0000
75525
75526     adapt the prototypes of the declaration to the prototypes of the definition
75527     
75528     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4672 48e7efb5-ca39-0410-a469-dd3cf9ba447f
75529
75530 commit 990b9f27efacca95636897ea924c05a98a06a97b
75531 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
75532 Date:   Fri Sep 21 15:56:46 2007 +0000
75533
75534     correct usage of function pointer
75535     
75536     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4671 48e7efb5-ca39-0410-a469-dd3cf9ba447f
75537
75538 commit 94b47d13b6a0225e907acb87794c125e709b2b4f
75539 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
75540 Date:   Fri Sep 21 15:55:39 2007 +0000
75541
75542     export data declaration
75543     
75544     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4670 48e7efb5-ca39-0410-a469-dd3cf9ba447f
75545
75546 commit 1f3c41d3e486f83d8a2db908b84844b4297a3ec6
75547 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
75548 Date:   Fri Sep 21 15:54:28 2007 +0000
75549
75550     need to include portable.h
75551     
75552     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4669 48e7efb5-ca39-0410-a469-dd3cf9ba447f
75553
75554 commit 690d6b832cd459736ce26256ff03b0eba03786e9
75555 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
75556 Date:   Fri Sep 21 15:53:48 2007 +0000
75557
75558     Declaration of the variables at the begining of the functions
75559     
75560     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4668 48e7efb5-ca39-0410-a469-dd3cf9ba447f
75561
75562 commit 833349969034af040d8c1c0ff4fa5e8c9c43ad7c
75563 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
75564 Date:   Fri Sep 21 15:52:52 2007 +0000
75565
75566     include str.h
75567     
75568     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4667 48e7efb5-ca39-0410-a469-dd3cf9ba447f
75569
75570 commit ba4fe8873241fe9c59ed987c37feb8bd0ca134d3
75571 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
75572 Date:   Fri Sep 21 15:52:12 2007 +0000
75573
75574     Visual C++ has no header named unistd.h
75575     
75576     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4666 48e7efb5-ca39-0410-a469-dd3cf9ba447f
75577
75578 commit e3f8483759ed01e7332f2cb243e8c42ea9ab23f6
75579 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
75580 Date:   Fri Sep 21 15:50:56 2007 +0000
75581
75582     declaration of the variables at the begining of the function
75583     
75584     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4665 48e7efb5-ca39-0410-a469-dd3cf9ba447f
75585
75586 commit 5319ffc7b1323889e1b8e2d88dd00e6a5f5b1372
75587 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
75588 Date:   Fri Sep 21 15:49:45 2007 +0000
75589
75590     adapt the prototypes of the declaration to the prototypes of the definition
75591     
75592     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4664 48e7efb5-ca39-0410-a469-dd3cf9ba447f
75593
75594 commit 6981c634d341a3a5c6833442ad8ee7bf3f8155b2
75595 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
75596 Date:   Fri Sep 21 15:49:32 2007 +0000
75597
75598     adapt the prototypes of the declaration to the prototypes of the definition
75599     
75600     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4663 48e7efb5-ca39-0410-a469-dd3cf9ba447f
75601
75602 commit 17eba096048f7fa3201bef0ccfd35465c4b28634
75603 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
75604 Date:   Fri Sep 21 15:46:38 2007 +0000
75605
75606     jni schedule and unschedule functions implementation
75607     
75608     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4662 48e7efb5-ca39-0410-a469-dd3cf9ba447f
75609
75610 commit ac1ac47758c06efeca6b7e80bcea7a769b946c9a
75611 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
75612 Date:   Fri Sep 21 15:46:02 2007 +0000
75613
75614     now this file does not used the native locks
75615     
75616     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4661 48e7efb5-ca39-0410-a469-dd3cf9ba447f
75617
75618 commit cc970a2e444049bfa014679e0d987e2366589300
75619 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
75620 Date:   Fri Sep 21 15:45:40 2007 +0000
75621
75622     now this file does not used the native locks
75623     
75624     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4660 48e7efb5-ca39-0410-a469-dd3cf9ba447f
75625
75626 commit 079c1c5c408fbcd58d07224707a1b069bf980834
75627 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
75628 Date:   Fri Sep 21 15:45:02 2007 +0000
75629
75630     now this file doesn't use the native locks
75631     
75632     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4659 48e7efb5-ca39-0410-a469-dd3cf9ba447f
75633
75634 commit f5afc50322a9c18246d11d4463617a19b8a0a342
75635 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
75636 Date:   Fri Sep 21 15:43:57 2007 +0000
75637
75638     append the surfxml dtd for the DTDResolver
75639     
75640     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4658 48e7efb5-ca39-0410-a469-dd3cf9ba447f
75641
75642 commit f7204e506b3c58dcb7dd4c2078f5934146a55022
75643 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
75644 Date:   Fri Sep 21 15:43:04 2007 +0000
75645
75646     schedule() and unschedule() methods implementation
75647     
75648     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4657 48e7efb5-ca39-0410-a469-dd3cf9ba447f
75649
75650 commit e4bab1d29858681449ae3bb3051954f8a935bb82
75651 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
75652 Date:   Fri Sep 21 15:39:30 2007 +0000
75653
75654     correction of sem.acquire() method
75655     
75656     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4656 48e7efb5-ca39-0410-a469-dd3cf9ba447f
75657
75658 commit 69d4750d05a6552a65395f2a40dfca3ae5405b03
75659 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
75660 Date:   Fri Sep 21 15:38:37 2007 +0000
75661
75662     import java.reflect
75663     
75664     
75665     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4655 48e7efb5-ca39-0410-a469-dd3cf9ba447f
75666
75667 commit 7c49f69bb2edeed690bb8efb5928e8b0725156b2
75668 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
75669 Date:   Fri Sep 21 15:34:31 2007 +0000
75670
75671     import sax helpers
75672     
75673     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4654 48e7efb5-ca39-0410-a469-dd3cf9ba447f
75674
75675 commit 9a45df59f65941e485920731c4468745935520a3
75676 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
75677 Date:   Fri Sep 21 15:33:34 2007 +0000
75678
75679     import the good exception class
75680     
75681     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4653 48e7efb5-ca39-0410-a469-dd3cf9ba447f
75682
75683 commit 066a45db4814a56286330cc2d20f89e232a5934d
75684 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
75685 Date:   Fri Sep 21 15:31:24 2007 +0000
75686
75687     builbot configuration files back up
75688     
75689     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4652 48e7efb5-ca39-0410-a469-dd3cf9ba447f
75690
75691 commit 95697de840e84f5dbd8534d53342cc1948900af9
75692 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
75693 Date:   Fri Sep 21 12:55:25 2007 +0000
75694
75695     Fix initialization.
75696     
75697     
75698     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4651 48e7efb5-ca39-0410-a469-dd3cf9ba447f
75699
75700 commit 77c0d30a89c96cbbce808326e6da24bc690961ec
75701 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
75702 Date:   Fri Sep 21 07:48:43 2007 +0000
75703
75704     Removing now useless function.
75705     
75706     
75707     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4650 48e7efb5-ca39-0410-a469-dd3cf9ba447f
75708
75709 commit 901f9191ed3ea01f286189441081224571c3219c
75710 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
75711 Date:   Thu Sep 20 16:06:20 2007 +0000
75712
75713     Ops, there is some more s_host fields around
75714     
75715     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4649 48e7efb5-ca39-0410-a469-dd3cf9ba447f
75716
75717 commit 9999e6d0e6a45e7d1e73df48f7542f15e88e70ed
75718 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
75719 Date:   Thu Sep 20 16:03:07 2007 +0000
75720
75721     Ok, you won't believe this one. Visual seems to break on structures containing a field which name begins with 's_' since it uses this prefix for internal purpose around debuging. How beautiful is the windows world...
75722     
75723     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4648 48e7efb5-ca39-0410-a469-dd3cf9ba447f
75724
75725 commit 58c6c5c7559e29d7671bd95e9e065a1ab60e83cf
75726 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
75727 Date:   Thu Sep 20 16:00:57 2007 +0000
75728
75729     Further cleanups:
75730      - more comments
75731      - Remove a useless argument to xbt_context_stop (it's always
75732        current_context)
75733      - group actions of freeing context fields in xbt_context_free (some
75734        of them where in xbt_context_stop for no good reason)
75735      - __xbt_context_yield never receive a NULL argument, so change the if
75736        to an assert
75737      - plus other minor cleanups
75738     
75739     
75740     
75741     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4647 48e7efb5-ca39-0410-a469-dd3cf9ba447f
75742
75743 commit 337a6d86b619fe07f2f2b15aa369651f3f157a9f
75744 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
75745 Date:   Thu Sep 20 15:28:53 2007 +0000
75746
75747     Kill old leftover
75748     
75749     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4646 48e7efb5-ca39-0410-a469-dd3cf9ba447f
75750
75751 commit e3723ef2fd71c778f81f394fab2efa49e19207af
75752 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
75753 Date:   Thu Sep 20 10:13:26 2007 +0000
75754
75755     Cleanup: shuffle the functions to get them in a somehow logical order
75756     
75757     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4645 48e7efb5-ca39-0410-a469-dd3cf9ba447f
75758
75759 commit 7f6834456da9a92a1634e01cd93614bd823e6406
75760 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
75761 Date:   Tue Sep 18 10:24:48 2007 +0000
75762
75763     Kill oldies
75764     
75765     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4644 48e7efb5-ca39-0410-a469-dd3cf9ba447f
75766
75767 commit db7e2db2bb48fbf6c4b6cdb22a7d66a476de9580
75768 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
75769 Date:   Tue Sep 18 10:20:47 2007 +0000
75770
75771     model->resource when needed...
75772     
75773     
75774     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4643 48e7efb5-ca39-0410-a469-dd3cf9ba447f
75775
75776 commit 6fda275bbe43a5821e198bdaedbac2cd28049841
75777 Author: markls <markls@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
75778 Date:   Tue Sep 18 10:20:23 2007 +0000
75779
75780     added very crufy hacked together broadcast and split.
75781     
75782     
75783     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4642 48e7efb5-ca39-0410-a469-dd3cf9ba447f
75784
75785 commit 455207358c9e7b45b7db54a544a18498143b6f86
75786 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
75787 Date:   Tue Sep 18 10:13:53 2007 +0000
75788
75789     Only clean unit files in maintainer mode since we cannot regenerate them right in other modes
75790     
75791     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4641 48e7efb5-ca39-0410-a469-dd3cf9ba447f
75792
75793 commit 5dac8b8bdde8be418dedb56d7b05a4ab5ec4d7af
75794 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
75795 Date:   Tue Sep 18 09:33:43 2007 +0000
75796
75797     Regenerate unit tests
75798     
75799     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4640 48e7efb5-ca39-0410-a469-dd3cf9ba447f
75800
75801 commit f88c358468de67cee76939fad27f82d5266e6c74
75802 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
75803 Date:   Tue Sep 18 09:28:49 2007 +0000
75804
75805     Typo in botbuild detection
75806     
75807     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4639 48e7efb5-ca39-0410-a469-dd3cf9ba447f
75808
75809 commit 8db088a5bcd9f5837c15c30e7de227cb78b04e9d
75810 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
75811 Date:   Tue Sep 18 09:16:30 2007 +0000
75812
75813     revalidate 64bit outputs
75814     
75815     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4638 48e7efb5-ca39-0410-a469-dd3cf9ba447f
75816
75817 commit 2b470fc7653464e7e6cb440ca449beb41b5c9df1
75818 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
75819 Date:   Tue Sep 18 09:00:56 2007 +0000
75820
75821     Add a compilation mode suited to build daemons. It's ways more permissive than regular mode
75822     
75823     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4637 48e7efb5-ca39-0410-a469-dd3cf9ba447f
75824
75825 commit 8ab4885a856f21049d97a746049b71987d1c695e
75826 Author: markls <markls@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
75827 Date:   Sun Sep 16 05:35:54 2007 +0000
75828
75829     working on mpi_comm_split.
75830     
75831     
75832     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4636 48e7efb5-ca39-0410-a469-dd3cf9ba447f
75833
75834 commit d9179c8d05a4cda5b653afb5a45f398597919fb7
75835 Author: markls <markls@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
75836 Date:   Sat Sep 15 09:15:25 2007 +0000
75837
75838     adding very hacked together and inefficient implementation of mpi_comm_world.
75839     doesn't work yet.
75840     
75841     
75842     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4635 48e7efb5-ca39-0410-a469-dd3cf9ba447f
75843
75844 commit 667f8558e4a5c583234d1907a413fcc8bc0fef58
75845 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
75846 Date:   Fri Sep 14 09:34:54 2007 +0000
75847
75848     Bugfix.
75849     
75850     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4634 48e7efb5-ca39-0410-a469-dd3cf9ba447f
75851
75852 commit d5296487ead6cc10bf7b8769f979cb7c67ba7c00
75853 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
75854 Date:   Fri Sep 14 09:25:00 2007 +0000
75855
75856     Stupid me. Let's use the right variable.
75857     
75858     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4633 48e7efb5-ca39-0410-a469-dd3cf9ba447f
75859
75860 commit d4dce12b48e17a319961362f602389765b03a9eb
75861 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
75862 Date:   Fri Sep 14 08:35:12 2007 +0000
75863
75864     cleanups
75865     
75866     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4632 48e7efb5-ca39-0410-a469-dd3cf9ba447f
75867
75868 commit 4c65f8a6785ae20f60f8d4427be7b229837752b3
75869 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
75870 Date:   Fri Sep 14 08:28:11 2007 +0000
75871
75872     cleanup
75873     
75874     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4631 48e7efb5-ca39-0410-a469-dd3cf9ba447f
75875
75876 commit a618f98883ad0b70c615462db956fc8929b98c31
75877 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
75878 Date:   Fri Sep 14 08:26:49 2007 +0000
75879
75880     stupid me.
75881     
75882     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4630 48e7efb5-ca39-0410-a469-dd3cf9ba447f
75883
75884 commit d535428dd046734638334061f8b2ceb1a037854d
75885 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
75886 Date:   Thu Sep 13 22:26:16 2007 +0000
75887
75888     New version of the java bindings by Malek, passing all [existing] tests
75889     
75890     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4629 48e7efb5-ca39-0410-a469-dd3cf9ba447f
75891
75892 commit f786c09b12eb263982346069d7505bbc97af6eb7
75893 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
75894 Date:   Thu Sep 13 22:21:42 2007 +0000
75895
75896     ignore cruft
75897     
75898     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4628 48e7efb5-ca39-0410-a469-dd3cf9ba447f
75899
75900 commit 27e8d8b3ba781152f972e318376c909acca2c402
75901 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
75902 Date:   Thu Sep 13 22:21:14 2007 +0000
75903
75904     ignore cruft
75905     
75906     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4627 48e7efb5-ca39-0410-a469-dd3cf9ba447f
75907
75908 commit 5565b4a70104f361b3b457df696904aacead25ba
75909 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
75910 Date:   Thu Sep 13 14:27:20 2007 +0000
75911
75912     * full complience with execute_parallel_task
75913     * add support for a bound based on latencies.
75914     
75915     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4622 48e7efb5-ca39-0410-a469-dd3cf9ba447f
75916
75917 commit cee66f5ca7166074a484e32ecb4d7ad360b0d432
75918 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
75919 Date:   Thu Sep 13 14:24:34 2007 +0000
75920
75921     take variable bounds into account.
75922     
75923     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4621 48e7efb5-ca39-0410-a469-dd3cf9ba447f
75924
75925 commit 2ee0c37d2492ac7d156145375e18cb90fb9a88cc
75926 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
75927 Date:   Thu Sep 13 13:13:31 2007 +0000
75928
75929     Follow surf's prototype for parallel tasks.
75930     
75931     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4620 48e7efb5-ca39-0410-a469-dd3cf9ba447f
75932
75933 commit 636a007638db42063e37613eeb77e35a12f69f61
75934 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
75935 Date:   Thu Sep 13 13:02:15 2007 +0000
75936
75937     Force the field precision to be int, as asked by picky compilers
75938     
75939     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4619 48e7efb5-ca39-0410-a469-dd3cf9ba447f
75940
75941 commit 893d3998bdac575d97dae0c817412296a26ab6f9
75942 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
75943 Date:   Thu Sep 13 12:53:53 2007 +0000
75944
75945     remove cvs files.
75946     
75947     
75948     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4618 48e7efb5-ca39-0410-a469-dd3cf9ba447f
75949
75950 commit baf83582249b6de878ba97605d3bf6c4392e076b
75951 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
75952 Date:   Thu Sep 13 12:33:03 2007 +0000
75953
75954     Explain code visitor of what's going on here
75955     
75956     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4617 48e7efb5-ca39-0410-a469-dd3cf9ba447f
75957
75958 commit e4a4b01c32b54cfb3e7080d32efec1c5a27c1359
75959 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
75960 Date:   Thu Sep 13 12:32:28 2007 +0000
75961
75962     New test to ensure the semantic of gras_msg_handle(i) when i<0, i==0 and i>0
75963     
75964     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4616 48e7efb5-ca39-0410-a469-dd3cf9ba447f
75965
75966 commit eb68eb5a2ae1ece9db5d5ce1312f3266300f92e9
75967 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
75968 Date:   Thu Sep 13 12:26:49 2007 +0000
75969
75970     Handle properly the delay==-1 case (by blocking for ever)
75971     
75972     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4615 48e7efb5-ca39-0410-a469-dd3cf9ba447f
75973
75974 commit 555d29d2175f18745690e62bf0fe7e2fba129f8f
75975 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
75976 Date:   Thu Sep 13 09:20:31 2007 +0000
75977
75978     make the makefile more manageable by splitting variables definitions for each test
75979     
75980     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4614 48e7efb5-ca39-0410-a469-dd3cf9ba447f
75981
75982 commit e9c1fd56cd9427e5bed6fae50797831cba842cb7
75983 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
75984 Date:   Thu Sep 13 08:06:22 2007 +0000
75985
75986     Second step in putting the datadesc tests into their own directory
75987     
75988     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4613 48e7efb5-ca39-0410-a469-dd3cf9ba447f
75989
75990 commit 792ca68a0fda24b9b9efcd8db3d0db89f2497168
75991 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
75992 Date:   Thu Sep 13 08:01:05 2007 +0000
75993
75994     First step in putting the datadesc tests into their own directory
75995     
75996     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4612 48e7efb5-ca39-0410-a469-dd3cf9ba447f
75997
75998 commit 513ac189cf555a929a9fed734fa5bc4e9c6a615e
75999 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
76000 Date:   Wed Sep 12 16:16:47 2007 +0000
76001
76002     remove crap in compound. Parallel tasks are not modeled here anyway...
76003     
76004     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4608 48e7efb5-ca39-0410-a469-dd3cf9ba447f
76005
76006 commit 7bed4fe0e8f404bd48f9bb3da46ea86793dfd14f
76007 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
76008 Date:   Wed Sep 12 16:16:16 2007 +0000
76009
76010     consequence of the global maxmin system removal.
76011     
76012     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4607 48e7efb5-ca39-0410-a469-dd3cf9ba447f
76013
76014 commit ad12268f2c80726521d0465905ab283749ac4772
76015 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
76016 Date:   Wed Sep 12 16:10:52 2007 +0000
76017
76018     remove cruft
76019     
76020     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4606 48e7efb5-ca39-0410-a469-dd3cf9ba447f
76021
76022 commit 427a367b3a89a64dbf91a0469841a717e4c604be
76023 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
76024 Date:   Wed Sep 12 16:10:41 2007 +0000
76025
76026     bugfix revealed by making maxmin_system private...
76027     
76028     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4605 48e7efb5-ca39-0410-a469-dd3cf9ba447f
76029
76030 commit 52c33af391915f5257acafa1de193678cc5b49b7
76031 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
76032 Date:   Wed Sep 12 15:39:10 2007 +0000
76033
76034     Drop tests of the transport layer. The introduction of the receiving thread make them impossible since this dude absolutely expects messages on the socket, and make impossible to exchange raw data as done in these tests. These functionnalities are well tested elsewhere. datadesc_usage tests file sockets, and pretty everyone tests regular sockets
76035     
76036     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4604 48e7efb5-ca39-0410-a469-dd3cf9ba447f
76037
76038 commit 6c100ab70bd411bfa74118817f1fb974a3b7252b
76039 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
76040 Date:   Wed Sep 12 15:27:41 2007 +0000
76041
76042     Finalize the conversion of GRAS tests to TESH
76043     
76044     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4603 48e7efb5-ca39-0410-a469-dd3cf9ba447f
76045
76046 commit e3544e10b1294cc7dfda8c751df7ee830398ce7f
76047 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
76048 Date:   Wed Sep 12 15:17:24 2007 +0000
76049
76050     Add partial latency support to ptask_L07.
76051     
76052     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4602 48e7efb5-ca39-0410-a469-dd3cf9ba447f
76053
76054 commit e5e3347c5a3986ceae8ec99212849947bae1ec23
76055 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
76056 Date:   Wed Sep 12 15:17:20 2007 +0000
76057
76058     ignore binary
76059     
76060     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4601 48e7efb5-ca39-0410-a469-dd3cf9ba447f
76061
76062 commit a65bcaf6fb85551eb08cbaef7180f8f1a173a2b0
76063 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
76064 Date:   Wed Sep 12 15:15:53 2007 +0000
76065
76066     remove global maxmin system. Every model should use its own. It's cleaner and faster!!!
76067     
76068     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4600 48e7efb5-ca39-0410-a469-dd3cf9ba447f
76069
76070 commit 90a099c9ef74e8e687a4c93de7a166a6726fdf42
76071 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
76072 Date:   Wed Sep 12 15:15:17 2007 +0000
76073
76074     remove global maxmin system. Every model should use its own. It's cleaner and faster!!!
76075     
76076     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4599 48e7efb5-ca39-0410-a469-dd3cf9ba447f
76077
76078 commit d11f3a46f6e184d0eccdd35ecc23f165a8c910f0
76079 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
76080 Date:   Wed Sep 12 15:14:19 2007 +0000
76081
76082     remove useless dependency
76083     
76084     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4598 48e7efb5-ca39-0410-a469-dd3cf9ba447f
76085
76086 commit 3a82a0def51e80b2c823577ac228ff2d0b176ef5
76087 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
76088 Date:   Wed Sep 12 15:13:52 2007 +0000
76089
76090     Regenerate yet another time the Makefile.in
76091     
76092     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4597 48e7efb5-ca39-0410-a469-dd3cf9ba447f
76093
76094 commit 19107e8c0f60d995b3feac126592fab4a01bb536
76095 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
76096 Date:   Wed Sep 12 15:10:21 2007 +0000
76097
76098     Actually, the little32 architecture was renamed little32_8 a while ago, so dump oldies
76099     
76100     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4596 48e7efb5-ca39-0410-a469-dd3cf9ba447f
76101
76102 commit 47ffed3e3007c3ad80d896e4c69eb7dc0e6bf847
76103 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
76104 Date:   Wed Sep 12 15:07:18 2007 +0000
76105
76106     Do not comment the tests concerning architectures for which we didn't regenerate the data file, but do test them, and mark them as 'expected failure' in the Makefile; also, the big32 architecture was renamed big32_8
76107     
76108     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4595 48e7efb5-ca39-0410-a469-dd3cf9ba447f
76109
76110 commit cc19f3a35accc52a73f065494e4dab593bdb8fb0
76111 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
76112 Date:   Wed Sep 12 14:36:24 2007 +0000
76113
76114     Actually, the datadesc.little32 file was generated on little32_4 architecture (my box), so use it as replacement for the old (deprecated) datadesc.little32_4. Note that we don't have any working datadesc.little32 file for now. Ie, the little32 test fails
76115     
76116     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4594 48e7efb5-ca39-0410-a469-dd3cf9ba447f
76117
76118 commit eb536ce640a5d78751f6fde9d97049cef9b683e3
76119 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
76120 Date:   Wed Sep 12 14:32:22 2007 +0000
76121
76122     Make the datadesc test usable with TESH by removing any platform-dependant outputs
76123     
76124     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4593 48e7efb5-ca39-0410-a469-dd3cf9ba447f
76125
76126 commit 8a5028d633cefc62fb3856a416efcc397d3b662d
76127 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
76128 Date:   Wed Sep 12 14:30:22 2007 +0000
76129
76130     ignore correctly stuff
76131     
76132     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4592 48e7efb5-ca39-0410-a469-dd3cf9ba447f
76133
76134 commit 3d462afa403565dd50d8b96bb96300e3bc7eed87
76135 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
76136 Date:   Wed Sep 12 14:28:40 2007 +0000
76137
76138     Move GRAS tests to TESH
76139     
76140     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4591 48e7efb5-ca39-0410-a469-dd3cf9ba447f
76141
76142 commit 1eb87c9e20e9f75c6167aeed4cb90cfc4d82dc3d
76143 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
76144 Date:   Wed Sep 12 12:57:13 2007 +0000
76145
76146     A few weeks ago, there was a brutal renaming of resource to model. It
76147     was a little too brutal. Setting back correct names for functions and
76148     variables that really concerned resources and not models...
76149     
76150     
76151     
76152     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4590 48e7efb5-ca39-0410-a469-dd3cf9ba447f
76153
76154 commit 90069d83ac5270136aa713147bee6e691ed3941f
76155 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
76156 Date:   Wed Sep 12 12:44:11 2007 +0000
76157
76158     A few weeks ago, there was a brutal renaming of resource to model. It
76159     was a little too brutal. Setting back correct names for functions and
76160     variables that really concerned resources and not models...
76161     
76162     
76163     
76164     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4589 48e7efb5-ca39-0410-a469-dd3cf9ba447f
76165
76166 commit d3cf1195550552867acbc2b5846286f825679706
76167 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
76168 Date:   Wed Sep 12 12:36:42 2007 +0000
76169
76170     No need to install the test programs, right?
76171     
76172     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4588 48e7efb5-ca39-0410-a469-dd3cf9ba447f
76173
76174 commit f7c9d53b35ed4e3e2c87ba70dcb12df02b35e581
76175 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
76176 Date:   Wed Sep 12 12:31:53 2007 +0000
76177
76178     getting rid of workstation_KCCFLN05_private.h
76179     
76180     
76181     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4587 48e7efb5-ca39-0410-a469-dd3cf9ba447f
76182
76183 commit 1e3ffd24ed3fd5218b2adce6a292c27b2cd3afbf
76184 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
76185 Date:   Tue Sep 11 15:27:36 2007 +0000
76186
76187     Ignore ignorable stuff
76188     
76189     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4585 48e7efb5-ca39-0410-a469-dd3cf9ba447f
76190
76191 commit 1625c3918a76dc643686e039ee8f1d0d69646293
76192 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
76193 Date:   Tue Sep 11 15:26:29 2007 +0000
76194
76195     Remove from the repository cruft that shouldn't be here
76196     
76197     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4584 48e7efb5-ca39-0410-a469-dd3cf9ba447f
76198
76199 commit 7445aa81ad7072eca4a4a54257ec22c4af4b133d
76200 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
76201 Date:   Tue Sep 11 15:25:57 2007 +0000
76202
76203     ignore stuff
76204     
76205     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4583 48e7efb5-ca39-0410-a469-dd3cf9ba447f
76206
76207 commit fd8f4856c40aaa85fd5f0dee6a9c35fe4fb6ff47
76208 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
76209 Date:   Tue Sep 11 15:24:54 2007 +0000
76210
76211     Display more info
76212     
76213     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4582 48e7efb5-ca39-0410-a469-dd3cf9ba447f
76214
76215 commit e1213bfe4fb4368952de0f8945fe2b2dc778d346
76216 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
76217 Date:   Tue Sep 11 15:15:32 2007 +0000
76218
76219     Add a teshsuite directory, very similar to the testsuite one, but using TESH instead of the crappy script we had so far. I plan to convert the content of testsuite to TESH one by one
76220     
76221     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4581 48e7efb5-ca39-0410-a469-dd3cf9ba447f
76222
76223 commit adfbfdd0c5a911371403647108561b36ac69b119
76224 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
76225 Date:   Tue Sep 11 14:34:00 2007 +0000
76226
76227     . is not in my PATH
76228     
76229     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4580 48e7efb5-ca39-0410-a469-dd3cf9ba447f
76230
76231 commit fa687c95eb57ae7dbfd7920c64890cab395d0fd9
76232 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
76233 Date:   Tue Sep 11 14:31:52 2007 +0000
76234
76235     Revalidate the output after the change inducing not waiting before launching the threads
76236     
76237     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4579 48e7efb5-ca39-0410-a469-dd3cf9ba447f
76238
76239 commit 20a3dee59732679705c8614b786b9d053434d180
76240 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
76241 Date:   Tue Sep 11 13:32:47 2007 +0000
76242
76243     Get serious about checking buffer overflows during log construction
76244     
76245     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4578 48e7efb5-ca39-0410-a469-dd3cf9ba447f
76246
76247 commit 806a1085f36cee5bba8e2e68563f10ae97a01b3e
76248 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
76249 Date:   Tue Sep 11 12:52:25 2007 +0000
76250
76251     ignore
76252     
76253     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4577 48e7efb5-ca39-0410-a469-dd3cf9ba447f
76254
76255 commit cf1572d64233f57ecdbab9f7a7160bdc97beccf4
76256 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
76257 Date:   Tue Sep 11 12:38:05 2007 +0000
76258
76259     Binary file => out, please
76260     
76261     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4576 48e7efb5-ca39-0410-a469-dd3cf9ba447f
76262
76263 commit 25e0afd34ac1a814175a1cf08304a173862be671
76264 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
76265 Date:   Tue Sep 11 12:34:59 2007 +0000
76266
76267     Reimport binary data file with the right mime type
76268     
76269     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4575 48e7efb5-ca39-0410-a469-dd3cf9ba447f
76270
76271 commit 249622132d1ddbb3142f183e45c1ec8930746c6c
76272 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
76273 Date:   Tue Sep 11 11:59:46 2007 +0000
76274
76275     Reimport images, with the right mime-type
76276     
76277     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4574 48e7efb5-ca39-0410-a469-dd3cf9ba447f
76278
76279 commit 351f5d19d53767a9d91627f5c0ba2309e2349d34
76280 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
76281 Date:   Tue Sep 11 11:56:57 2007 +0000
76282
76283     Reimport png files, with the right mime-type
76284     
76285     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4573 48e7efb5-ca39-0410-a469-dd3cf9ba447f
76286
76287 commit 6ce074f093df1251fa618c350f01453e7d2bcede
76288 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
76289 Date:   Tue Sep 11 08:56:57 2007 +0000
76290
76291     Actually, do not initialize at all the buffer to build the logs in the log event. No need for this to be zeroed. So, we do a partial initialization of the whole log event, but we already did this before since the category field is to be initialized with a non-constant value, so we do so right after with an initialization so that old and picky compilers (sun8 cc, borland) shut their mouth up. Also reorder the fields to help aligning
76292     
76293     
76294     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4149 48e7efb5-ca39-0410-a469-dd3cf9ba447f
76295
76296 commit dd3049286b9fc1bff1b893b44311dff6191770da
76297 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
76298 Date:   Tue Sep 11 08:51:31 2007 +0000
76299
76300     Stop build the log strings on the stack: we are multi-threaded now, and this is like asking for problems. Instead, put them in the logging event. Note the use of partial initializer in _XBT_LOG_PRE: we only set the value of the first byte, the rest will be zeroed by the compiler
76301     
76302     
76303     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4148 48e7efb5-ca39-0410-a469-dd3cf9ba447f
76304
76305 commit 652f57a8ad22d3b0194df708c7049be37d7d3074
76306 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
76307 Date:   Tue Sep 11 08:49:27 2007 +0000
76308
76309     Stop build the log strings on the stack: we are multi-threaded now, and this is like asking for problems
76310     
76311     
76312     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4147 48e7efb5-ca39-0410-a469-dd3cf9ba447f
76313
76314 commit 763e6eb2244b2dad1f57be28e69b12e6e5c66795
76315 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
76316 Date:   Mon Sep 10 15:18:39 2007 +0000
76317
76318     Do not wait one sec, since timestamps are removed from the output, that's useless
76319     
76320     
76321     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4146 48e7efb5-ca39-0410-a469-dd3cf9ba447f
76322
76323 commit 3910bb4b6962a87e02b05acbf7cc32f7e192a96b
76324 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
76325 Date:   Mon Sep 10 15:14:01 2007 +0000
76326
76327     Only output the elapsed time at verbose level, so that we don't see it during make check (this value changes in RL from run to run, of course, and cannot be strictly checked). Lionel, just increase the verbosity of the processes to see it again
76328     
76329     
76330     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4145 48e7efb5-ca39-0410-a469-dd3cf9ba447f
76331
76332 commit 2ad68c1e6a0dfbb37bad2a4a4ac434700aab5d33
76333 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
76334 Date:   Mon Sep 10 09:14:13 2007 +0000
76335
76336     useless dependency
76337     
76338     
76339     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4144 48e7efb5-ca39-0410-a469-dd3cf9ba447f
76340
76341 commit 208f55a04ebf84bcb18a73f1354db3a87c9a46ce
76342 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
76343 Date:   Mon Sep 10 09:13:53 2007 +0000
76344
76345     Clean cleanups with mallocators... Thanks Pablo for pointing this out!
76346     
76347     
76348     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4143 48e7efb5-ca39-0410-a469-dd3cf9ba447f
76349
76350 commit 04b83ff67daf1924db99ae07054ac5d058ed4a19
76351 Author: markls <markls@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
76352 Date:   Sun Sep 9 04:05:24 2007 +0000
76353
76354     used host user data to store global index values and remove some clunky
76355     algorithms.
76356     
76357     
76358     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4142 48e7efb5-ca39-0410-a469-dd3cf9ba447f
76359
76360 commit c086caac4026d0bbd54508d51ce4738157d15238
76361 Author: markls <markls@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
76362 Date:   Sat Sep 8 01:50:00 2007 +0000
76363
76364     removing references to mpi_comm_world from internal code
76365     
76366     
76367     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4141 48e7efb5-ca39-0410-a469-dd3cf9ba447f
76368
76369 commit 70f73daa5a89aae711c56bfff7c0ff1386be8bf0
76370 Author: markls <markls@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
76371 Date:   Wed Sep 5 22:26:54 2007 +0000
76372
76373     changed smpi data structures.
76374     
76375     
76376     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4140 48e7efb5-ca39-0410-a469-dd3cf9ba447f
76377
76378 commit e6ad81f53cde4e33aa108f917d10f042921ea00e
76379 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
76380 Date:   Wed Sep 5 13:54:37 2007 +0000
76381
76382     Adding a ref
76383     
76384     
76385     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4139 48e7efb5-ca39-0410-a469-dd3cf9ba447f
76386
76387 commit 30c54a7badd5c6ab2f434f0fa4b7b160f5af115a
76388 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
76389 Date:   Wed Sep 5 10:33:11 2007 +0000
76390
76391     use suspend instead of playing with priority...
76392     
76393     
76394     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4138 48e7efb5-ca39-0410-a469-dd3cf9ba447f
76395
76396 commit d5300ce49ed467e446b2273dd91d624a9bdcc65b
76397 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
76398 Date:   Wed Sep 5 10:21:58 2007 +0000
76399
76400     cleanup
76401     
76402     
76403     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4137 48e7efb5-ca39-0410-a469-dd3cf9ba447f
76404
76405 commit 8507d8131d46fa3f2c111c155111a7992f717886
76406 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
76407 Date:   Tue Sep 4 14:46:52 2007 +0000
76408
76409     Windows users (at least, MSVC ones) need a def file
76410     
76411     
76412     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4136 48e7efb5-ca39-0410-a469-dd3cf9ba447f
76413
76414 commit 884fa72dc5139f14bd6b54409f8821db854aeb63
76415 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
76416 Date:   Tue Sep 4 14:44:40 2007 +0000
76417
76418     Ignore ignorable
76419     
76420     
76421     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4135 48e7efb5-ca39-0410-a469-dd3cf9ba447f
76422
76423 commit 9f81d3ea69a2dcf134220eda64e6e2489b911eab
76424 Author: markls <markls@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
76425 Date:   Tue Sep 4 10:55:55 2007 +0000
76426
76427     renamed some functions and moved some data structures to make things more
76428     consistent.
76429     
76430     
76431     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4134 48e7efb5-ca39-0410-a469-dd3cf9ba447f
76432
76433 commit 68d2b132184a5c50c3499257cb20e813fafdc125
76434 Author: markls <markls@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
76435 Date:   Sun Sep 2 12:29:28 2007 +0000
76436
76437     requests were not being makred uncompleted before being recycled by mallocator.
76438     A minor bug that caused some confusion; fixed now.
76439     
76440     
76441     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4133 48e7efb5-ca39-0410-a469-dd3cf9ba447f
76442
76443 commit 520753601375d3841d10b558e66dc204a3b7ec83
76444 Author: markls <markls@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
76445 Date:   Sun Sep 2 09:39:55 2007 +0000
76446
76447     SIMIX_process_resume needed to signal cond after resuming surf action.
76448     
76449     
76450     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4132 48e7efb5-ca39-0410-a469-dd3cf9ba447f
76451
76452 commit 5534a27cffd64f36f7954f4a693a970ba2b4d6f4
76453 Author: markls <markls@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
76454 Date:   Fri Aug 31 09:17:27 2007 +0000
76455
76456     minor change broke the build.  My bad.  It should be fixed now.
76457     
76458     
76459     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4131 48e7efb5-ca39-0410-a469-dd3cf9ba447f
76460
76461 commit f905895de23cb0b3fe314fdbc5a7a827588dec98
76462 Author: markls <markls@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
76463 Date:   Fri Aug 31 07:56:18 2007 +0000
76464
76465     trying to debug a persistent problem.
76466     
76467     
76468     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4130 48e7efb5-ca39-0410-a469-dd3cf9ba447f
76469
76470 commit 3c9bf25b086ad8a9f4eb32420ef6693c8e796f22
76471 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
76472 Date:   Thu Aug 30 15:04:51 2007 +0000
76473
76474     Add debug + incredibly stupid bug fix.
76475     
76476     
76477     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4129 48e7efb5-ca39-0410-a469-dd3cf9ba447f
76478
76479 commit e3ff3ecad20b9ea7acb4aa9176059a65f0e5e4cf
76480 Author: markls <markls@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
76481 Date:   Thu Aug 30 08:34:12 2007 +0000
76482
76483     forgot to commit changes to this file earlier...
76484     
76485     
76486     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4128 48e7efb5-ca39-0410-a469-dd3cf9ba447f
76487
76488 commit a6bb32631746cb8f7744196398e11d9d499f7d8b
76489 Author: markls <markls@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
76490 Date:   Wed Aug 29 23:50:04 2007 +0000
76491
76492     moved some more data structures into private.h.  Still having problem where
76493     suspended tasks do not seem to want to resume...
76494     
76495     
76496     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4127 48e7efb5-ca39-0410-a469-dd3cf9ba447f
76497
76498 commit c8304965b869fd1264284ea426f02dcd111fb62b
76499 Author: markls <markls@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
76500 Date:   Wed Aug 29 07:15:10 2007 +0000
76501
76502     removed some unnecessary waiting
76503     
76504     
76505     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4126 48e7efb5-ca39-0410-a469-dd3cf9ba447f
76506
76507 commit d6ce3162b34f0a964b8844368b9d86df4f1cf89b
76508 Author: markls <markls@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
76509 Date:   Tue Aug 28 21:07:49 2007 +0000
76510
76511     refactored smpi into multiple source files.
76512     
76513     
76514     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4125 48e7efb5-ca39-0410-a469-dd3cf9ba447f
76515
76516 commit 1507b62960f85534246bbcc97d4ea26ef5b3c2c3
76517 Author: markls <markls@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
76518 Date:   Tue Aug 28 20:03:27 2007 +0000
76519
76520     removed some files I need to add back again...
76521     
76522     
76523     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4124 48e7efb5-ca39-0410-a469-dd3cf9ba447f
76524
76525 commit b72bab7544ab12487f83b3134c07399986471217
76526 Author: markls <markls@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
76527 Date:   Tue Aug 28 09:35:32 2007 +0000
76528
76529     refactoring smpi into multiple source files.
76530     
76531     
76532     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4123 48e7efb5-ca39-0410-a469-dd3cf9ba447f
76533
76534 commit f21335c40ad9e8caf31a36cd2e741c99890292af
76535 Author: vernier <vernier@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
76536 Date:   Tue Aug 28 09:02:00 2007 +0000
76537
76538     correction of a little bug
76539     
76540     
76541     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4122 48e7efb5-ca39-0410-a469-dd3cf9ba447f
76542
76543 commit c32e526741a2dfdb108e056ae1787b1692d7461f
76544 Author: eyraudl <eyraudl@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
76545 Date:   Mon Aug 27 14:29:30 2007 +0000
76546
76547     Allow no specification of number of hosts on the command line : uses all available hosts.
76548     
76549     
76550     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4121 48e7efb5-ca39-0410-a469-dd3cf9ba447f
76551
76552 commit 308a4b04499d1a30e47237295f4c6a3e8b23b5af
76553 Author: eyraudl <eyraudl@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
76554 Date:   Mon Aug 27 14:28:45 2007 +0000
76555
76556     Measures elapsed time
76557     
76558     
76559     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4120 48e7efb5-ca39-0410-a469-dd3cf9ba447f
76560
76561 commit fbe3f99f98b52f1c320528c6b43572598a02ffef
76562 Author: eyraudl <eyraudl@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
76563 Date:   Mon Aug 27 14:26:33 2007 +0000
76564
76565     Slight clarification of variable names
76566     
76567     
76568     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4119 48e7efb5-ca39-0410-a469-dd3cf9ba447f
76569
76570 commit 5a4c96d13256b0e6cefa972c52d3859b3e34cbe0
76571 Author: eyraudl <eyraudl@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
76572 Date:   Mon Aug 27 14:24:46 2007 +0000
76573
76574     Round-robin deployment so that everybody does not send to the same guy at the same time.
76575     
76576     
76577     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4118 48e7efb5-ca39-0410-a469-dd3cf9ba447f
76578
76579 commit 7cb609ab057515d2982c6926073a512c7ecdb6d5
76580 Author: eyraudl <eyraudl@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
76581 Date:   Mon Aug 27 14:17:27 2007 +0000
76582
76583     Adaptation to 'Change the way we specify the sizes of bandwidth tests to be able to send really large amount of data'
76584     
76585     
76586     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4117 48e7efb5-ca39-0410-a469-dd3cf9ba447f
76587
76588 commit 6aba363fbe2e77ae9cdcafa2871567e4975d5246
76589 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
76590 Date:   Sun Aug 26 13:44:08 2007 +0000
76591
76592     Ooups. How come my code ever worked without changing that ?...
76593     
76594     
76595     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4116 48e7efb5-ca39-0410-a469-dd3cf9ba447f
76596
76597 commit 41dc6d45db484daa8165b921bb9036aa4333341a
76598 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
76599 Date:   Fri Aug 24 13:30:58 2007 +0000
76600
76601     Priorities now fixed in the default model
76602     
76603     
76604     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4115 48e7efb5-ca39-0410-a469-dd3cf9ba447f
76605
76606 commit 0d57c5f7a785e601be8c15fb6d1ca31b9cef0845
76607 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
76608 Date:   Fri Aug 24 13:30:39 2007 +0000
76609
76610     Use priorities...
76611     
76612     
76613     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4114 48e7efb5-ca39-0410-a469-dd3cf9ba447f
76614
76615 commit 6761e997f501c19abb9cf5329733d556b1dfcfd8
76616 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
76617 Date:   Fri Aug 24 13:19:52 2007 +0000
76618
76619     Use priorities...
76620     
76621     
76622     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4113 48e7efb5-ca39-0410-a469-dd3cf9ba447f
76623
76624 commit cb47fb240292d0cb5f2662be653d3a50f4f96972
76625 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
76626 Date:   Fri Aug 24 13:19:32 2007 +0000
76627
76628     Adding a test on priorities
76629     
76630     
76631     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4112 48e7efb5-ca39-0410-a469-dd3cf9ba447f
76632
76633 commit e52278566439b20cb46f86ccc08e5cf451f651bd
76634 Author: markls <markls@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
76635 Date:   Fri Aug 24 00:53:03 2007 +0000
76636
76637     moving smpi.h to public include directory.
76638     
76639     
76640     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4111 48e7efb5-ca39-0410-a469-dd3cf9ba447f
76641
76642 commit 67ffbbda1ad98080476ed498ce9387026573f14b
76643 Author: markls <markls@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
76644 Date:   Fri Aug 24 00:45:10 2007 +0000
76645
76646     publicly exported smpi data structures.
76647     
76648     
76649     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4110 48e7efb5-ca39-0410-a469-dd3cf9ba447f
76650
76651 commit b05bce78a73d4669fa1128e9d1d8842076aa4333
76652 Author: markls <markls@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
76653 Date:   Fri Aug 24 00:44:35 2007 +0000
76654
76655     updated internal data structures to allow smpi to run outside of source tree.
76656     
76657     
76658     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4109 48e7efb5-ca39-0410-a469-dd3cf9ba447f
76659
76660 commit 3b2a4637c63acb5ffa7e48bc17cf0ec92ad5d539
76661 Author: markls <markls@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
76662 Date:   Fri Aug 24 00:00:25 2007 +0000
76663
76664     encapsulated simdata in private data structures so that smpi.h does not need to
76665     include simix.h
76666     
76667     
76668     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4108 48e7efb5-ca39-0410-a469-dd3cf9ba447f
76669
76670 commit f7bee53d98e419478e5dbf09bf6252517f2b1bd0
76671 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
76672 Date:   Thu Aug 23 12:24:26 2007 +0000
76673
76674     Fix the test.
76675     
76676     
76677     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4107 48e7efb5-ca39-0410-a469-dd3cf9ba447f
76678
76679 commit 7f2fc27e11f92c6a138859b7289003bee892af6e
76680 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
76681 Date:   Thu Aug 23 12:22:56 2007 +0000
76682
76683     Use non stupid values for the parallel task.
76684     
76685     
76686     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4106 48e7efb5-ca39-0410-a469-dd3cf9ba447f
76687
76688 commit d34d4643da24f6b3d7d512c51c5ff17e21efd31c
76689 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
76690 Date:   Thu Aug 23 12:22:28 2007 +0000
76691
76692     Fix platform...
76693     
76694     
76695     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4105 48e7efb5-ca39-0410-a469-dd3cf9ba447f
76696
76697 commit 2fb451178d802238fe9ab85697b84a4153793c94
76698 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
76699 Date:   Thu Aug 23 12:22:17 2007 +0000
76700
76701     Fix parallel task problem with SIMIX raised by F. Suter
76702     
76703     
76704     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4104 48e7efb5-ca39-0410-a469-dd3cf9ba447f
76705
76706 commit b43c07d35a1a9eff2ad7dd94ca72b62ccfe6d915
76707 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
76708 Date:   Thu Aug 23 12:21:44 2007 +0000
76709
76710     Move initialization somewhere else because people that do not use MSG_launch_application also need love...
76711     
76712     
76713     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4103 48e7efb5-ca39-0410-a469-dd3cf9ba447f
76714
76715 commit bf6e499b29ed3183f40b60fbcd0fe3caed12f197
76716 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
76717 Date:   Thu Aug 23 11:35:29 2007 +0000
76718
76719     Adding an example of parallel task usage with MSG. Unfortunately, this example, although valid, fails... There seems to be something rotten in SIMIX. I'm on it.
76720     
76721     
76722     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4102 48e7efb5-ca39-0410-a469-dd3cf9ba447f
76723
76724 commit a200d0e99430d75ef8fe5acd17769a05149e7655
76725 Author: markls <markls@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
76726 Date:   Tue Aug 21 18:41:40 2007 +0000
76727
76728     changed smpirun to delete temp files.
76729     
76730     
76731     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4101 48e7efb5-ca39-0410-a469-dd3cf9ba447f
76732
76733 commit 922792b7f43999747b4edc1ff39a7d19c585851f
76734 Author: markls <markls@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
76735 Date:   Tue Aug 21 17:55:50 2007 +0000
76736
76737     apparently we can't just pop items off the cond_list for each action any more.
76738     changed to properly unregister conds from actions now.
76739     
76740     
76741     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4100 48e7efb5-ca39-0410-a469-dd3cf9ba447f
76742
76743 commit 9b803384a6824e172da85bc3e5a7d8770df3e3ed
76744 Author: markls <markls@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
76745 Date:   Tue Aug 21 10:50:15 2007 +0000
76746
76747     removed unregister_action_to_condition calls.  The way smpi works actions are
76748     destroyed after being completed.
76749     
76750     
76751     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4099 48e7efb5-ca39-0410-a469-dd3cf9ba447f
76752
76753 commit f155d2d76b81d5d14090941da900f78335080930
76754 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
76755 Date:   Fri Aug 17 09:30:37 2007 +0000
76756
76757     Substitution of the word "resource" by "model" in every surf
76758     
76759     
76760     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4098 48e7efb5-ca39-0410-a469-dd3cf9ba447f
76761
76762 commit 9f6c4f9099210db9992a61ce40b97167b060cb29
76763 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
76764 Date:   Thu Aug 16 21:46:30 2007 +0000
76765
76766     Kudos, dude
76767     
76768     
76769     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4097 48e7efb5-ca39-0410-a469-dd3cf9ba447f
76770
76771 commit 073f8bce5afb1febdc3580607be8819b90705280
76772 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
76773 Date:   Thu Aug 16 15:33:48 2007 +0000
76774
76775     Substitution of the word "resource" by "model" in every surf related identifier
76776     
76777     
76778     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4096 48e7efb5-ca39-0410-a469-dd3cf9ba447f
76779
76780 commit 0efc36f77ddd89b292a280c204a6b7341f1a9f89
76781 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
76782 Date:   Thu Aug 16 13:40:43 2007 +0000
76783
76784     "Cleaner" hack. Dude, I love C macros... ;)
76785     
76786     
76787     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4095 48e7efb5-ca39-0410-a469-dd3cf9ba447f
76788
76789 commit 7c8ac1db6c32e22e4099bf4575de0d1eb53a6981
76790 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
76791 Date:   Thu Aug 16 12:08:32 2007 +0000
76792
76793     Hacking my previous hack to bypass surfxml.
76794     
76795     
76796     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4094 48e7efb5-ca39-0410-a469-dd3cf9ba447f
76797
76798 commit c1fdbf858f1b6fbd997b5ba904c6cb476022e8ad
76799 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
76800 Date:   Thu Aug 16 12:07:29 2007 +0000
76801
76802     Stay up-to-date with latest deployment modifications.
76803     
76804     
76805     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4093 48e7efb5-ca39-0410-a469-dd3cf9ba447f
76806
76807 commit f4ea932648c7e7f92ee0e06124c291077edc7674
76808 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
76809 Date:   Tue Aug 14 15:14:22 2007 +0000
76810
76811     There may be other resources than workstation. The whole resource_list should thus be browsed...
76812     
76813     
76814     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4092 48e7efb5-ca39-0410-a469-dd3cf9ba447f
76815
76816 commit bb49086d15de29bd837ba0078cac1da8a775d1fe
76817 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
76818 Date:   Tue Aug 14 15:13:43 2007 +0000
76819
76820     A simple communication may also be from a host to itself...
76821     
76822     
76823     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4091 48e7efb5-ca39-0410-a469-dd3cf9ba447f
76824
76825 commit 9707c78bfa2c1c693947524ea2b3dfe32f0288c8
76826 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
76827 Date:   Tue Aug 14 15:11:37 2007 +0000
76828
76829     Bug fix.
76830     
76831     
76832     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4090 48e7efb5-ca39-0410-a469-dd3cf9ba447f
76833
76834 commit a86e0a402b91472098931c5b24eee793bacef2be
76835 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
76836 Date:   Tue Aug 14 15:11:26 2007 +0000
76837
76838     Take into account the case where some variable do not consume anything.
76839     
76840     
76841     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4089 48e7efb5-ca39-0410-a469-dd3cf9ba447f
76842
76843 commit 65f9b97bc1236e79d99a1bed3c5b4d3f2624e97f
76844 Author: donassbr <donassbr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
76845 Date:   Tue Aug 14 13:34:57 2007 +0000
76846
76847     Changed task->simdata->using in the communication to do not destroy
76848     the task while it's being used.
76849     
76850     
76851     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4088 48e7efb5-ca39-0410-a469-dd3cf9ba447f
76852
76853 commit 605a304a8e17cf715e99ed259232eab41e6049cd
76854 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
76855 Date:   Tue Aug 14 13:20:35 2007 +0000
76856
76857     handle 0-size tasks.
76858     
76859     
76860     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4087 48e7efb5-ca39-0410-a469-dd3cf9ba447f
76861
76862 commit e170dd06b1a0d83b5b685faa0d1fe557c2e92a14
76863 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
76864 Date:   Tue Aug 14 09:47:11 2007 +0000
76865
76866     Update the changelog
76867     
76868     
76869     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4086 48e7efb5-ca39-0410-a469-dd3cf9ba447f
76870
76871 commit 336c6d79b19bf75e381b0f7f0b2088a05c203872
76872 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
76873 Date:   Tue Aug 14 09:31:54 2007 +0000
76874
76875     Useless file (available in ../msg/)
76876     
76877     
76878     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4085 48e7efb5-ca39-0410-a469-dd3cf9ba447f
76879
76880 commit 69be1c2723a8ae01343cf1faba67091c49eff197
76881 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
76882 Date:   Tue Aug 14 09:01:31 2007 +0000
76883
76884     Use tesh and add tests for simdag (thanks Fred).
76885     
76886     
76887     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4084 48e7efb5-ca39-0410-a469-dd3cf9ba447f
76888
76889 commit bd766ac3e459f6ea543adff3f1c866c4d5317ab3
76890 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
76891 Date:   Tue Aug 14 08:43:14 2007 +0000
76892
76893     Bug fix + cosmetics
76894     
76895     
76896     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4083 48e7efb5-ca39-0410-a469-dd3cf9ba447f
76897
76898 commit 93ff1e377b7880b5410f82d1c0fbaad0afb68f84
76899 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
76900 Date:   Tue Aug 14 07:52:22 2007 +0000
76901
76902     Adding a masterslave example with failures.
76903     
76904     
76905     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4082 48e7efb5-ca39-0410-a469-dd3cf9ba447f
76906
76907 commit 02bf6f381e18b56f56196027041aec66d2a0db80
76908 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
76909 Date:   Tue Aug 14 07:52:10 2007 +0000
76910
76911     I think we should always add such a "fake" action to handle failures (not just when no smx_action has been registered yet)
76912     
76913     
76914     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4081 48e7efb5-ca39-0410-a469-dd3cf9ba447f
76915
76916 commit fe3a11014fd24371140b3ce7faa9c4f56cf4c1c4
76917 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
76918 Date:   Tue Aug 14 07:51:02 2007 +0000
76919
76920     cosmetics
76921     
76922     
76923     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4080 48e7efb5-ca39-0410-a469-dd3cf9ba447f
76924
76925 commit 9a79cc226e6e4235c695bce5c063e46c5db17239
76926 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
76927 Date:   Mon Aug 13 15:45:21 2007 +0000
76928
76929     stupid me!
76930     
76931     
76932     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4079 48e7efb5-ca39-0410-a469-dd3cf9ba447f
76933
76934 commit 9c111cd4b6ab2b9e13463058b22142e3b0eeae10
76935 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
76936 Date:   Mon Aug 13 15:32:54 2007 +0000
76937
76938     Issue a warning about latencies instead of aborting.
76939     
76940     
76941     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4078 48e7efb5-ca39-0410-a469-dd3cf9ba447f
76942
76943 commit 6d404fd22789732a960c2d72e97330301aefb7c5
76944 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
76945 Date:   Mon Aug 13 15:29:17 2007 +0000
76946
76947     bug fix in communicate + create 0-consumption on all hosts
76948     
76949     
76950     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4077 48e7efb5-ca39-0410-a469-dd3cf9ba447f
76951
76952 commit 04f12b7788612871cb4f9c7431fcbfeb895f8fe8
76953 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
76954 Date:   Mon Aug 13 15:28:28 2007 +0000
76955
76956     debug + fixed many bugs due to too fast coding... :(
76957     
76958     
76959     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4076 48e7efb5-ca39-0410-a469-dd3cf9ba447f
76960
76961 commit e133b2408a0507b0f4f352dc64cabecdc2f1c98b
76962 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
76963 Date:   Mon Aug 13 15:27:06 2007 +0000
76964
76965     Take into account the weird case where remain would already be 0 (could happen if a 0-size action is created)
76966     
76967     
76968     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4075 48e7efb5-ca39-0410-a469-dd3cf9ba447f
76969
76970 commit f4d1afaaa1e4fee55a98707443c05bdbc9abb42c
76971 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
76972 Date:   Fri Aug 10 16:01:56 2007 +0000
76973
76974     reindent.
76975     
76976     
76977     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4074 48e7efb5-ca39-0410-a469-dd3cf9ba447f
76978
76979 commit dbe2e12912b76638ef9cb5500a2541b9ed784607
76980 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
76981 Date:   Fri Aug 10 16:00:33 2007 +0000
76982
76983     remove dead files.
76984     
76985     
76986     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4073 48e7efb5-ca39-0410-a469-dd3cf9ba447f
76987
76988 commit 9a8131fae3826d983591ae1133e92075e2470536
76989 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
76990 Date:   Fri Aug 10 15:56:36 2007 +0000
76991
76992     Handle FAT_PIPES.
76993     
76994     
76995     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4072 48e7efb5-ca39-0410-a469-dd3cf9ba447f
76996
76997 commit c486ced6e196a837494f2c8a8fb54e6ad02657e5
76998 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
76999 Date:   Fri Aug 10 15:19:19 2007 +0000
77000
77001     ptask_L07 can now do execute and communicate via execute_parallel_task
77002     
77003     
77004     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4071 48e7efb5-ca39-0410-a469-dd3cf9ba447f
77005
77006 commit 2177056d39279d30b965cf282972c16e305063ff
77007 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
77008 Date:   Fri Aug 10 14:51:02 2007 +0000
77009
77010     Use simple communications and computations whenever possible...
77011     
77012     
77013     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4070 48e7efb5-ca39-0410-a469-dd3cf9ba447f
77014
77015 commit 1d8d147636aa2e85baafed0f35e7141e3c9480ed
77016 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
77017 Date:   Fri Aug 10 12:35:18 2007 +0000
77018
77019     Automatically generated file
77020     
77021     
77022     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4069 48e7efb5-ca39-0410-a469-dd3cf9ba447f
77023
77024 commit 41bd4481fbf3458d724615848762e08acb8f69f8
77025 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
77026 Date:   Fri Aug 10 12:34:39 2007 +0000
77027
77028     Add a new workstation model. Should give much more reasonnable results for parallel tasks.
77029     
77030     
77031     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4068 48e7efb5-ca39-0410-a469-dd3cf9ba447f
77032
77033 commit 36b228de8ff3b26719036713c153ff7f64c13876
77034 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
77035 Date:   Fri Aug 10 12:33:40 2007 +0000
77036
77037     various cleanups + debug
77038     
77039     
77040     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4067 48e7efb5-ca39-0410-a469-dd3cf9ba447f
77041
77042 commit 3cc98de394c2f860157a7a1dbb8b48d95de0fbc8
77043 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
77044 Date:   Fri Aug 10 12:33:01 2007 +0000
77045
77046     various cleanups
77047     
77048     
77049     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4066 48e7efb5-ca39-0410-a469-dd3cf9ba447f
77050
77051 commit 97a04f6828d3861f6ec6f02b64866dd76662506c
77052 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
77053 Date:   Fri Aug 10 12:32:14 2007 +0000
77054
77055     Use the modular surf resource mechanism to allow SD users to change the resource models.
77056     
77057     
77058     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4065 48e7efb5-ca39-0410-a469-dd3cf9ba447f
77059
77060 commit 3d6fabd4dd7f7a84e8dc435558262c481d68d632
77061 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
77062 Date:   Fri Aug 10 09:44:16 2007 +0000
77063
77064     Add a new "max-min" like sharing for parallel tasks.
77065     
77066     
77067     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4064 48e7efb5-ca39-0410-a469-dd3cf9ba447f
77068
77069 commit 45bdbfdd527ed9da4c9ffe3c26c49d1f2569b4bd
77070 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
77071 Date:   Thu Aug 9 18:41:44 2007 +0000
77072
77073     Autogenerated, and commiting it was important since the dynar_unit needs to follow changes in threads API
77074     
77075     
77076     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4063 48e7efb5-ca39-0410-a469-dd3cf9ba447f
77077
77078 commit 1cd1a5695d7e05cd3dd2460eee2a3eaf0cee12c7
77079 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
77080 Date:   Thu Aug 9 09:05:40 2007 +0000
77081
77082     Automatically cleaned flexml files.
77083     
77084     
77085     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4062 48e7efb5-ca39-0410-a469-dd3cf9ba447f
77086
77087 commit 60648258ef25542833a17c588efa9424c37d094b
77088 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
77089 Date:   Thu Aug 9 09:04:51 2007 +0000
77090
77091     Automatically generated file
77092     
77093     
77094     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4061 48e7efb5-ca39-0410-a469-dd3cf9ba447f
77095
77096 commit 0096979010f9f69dbdaec16b79fed7ffd1d6e791
77097 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
77098 Date:   Thu Aug 9 09:04:36 2007 +0000
77099
77100     Use XBT_PUBLIC instead of XBT_PUBLIC_DATA
77101     
77102     
77103     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4060 48e7efb5-ca39-0410-a469-dd3cf9ba447f
77104
77105 commit 4eb19719e894c33eeba5df8cd3af77d217fbbaf0
77106 Author: markls <markls@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
77107 Date:   Wed Aug 8 21:43:24 2007 +0000
77108
77109     needed to add new input files to build scripts to cvs.
77110     
77111     
77112     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4059 48e7efb5-ca39-0410-a469-dd3cf9ba447f
77113
77114 commit df5b50bcc705cf690e4dfaf22552673d0e0b3b25
77115 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
77116 Date:   Wed Aug 8 13:20:26 2007 +0000
77117
77118     forgot to propagate the last file renaming here.
77119     
77120     
77121     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4058 48e7efb5-ca39-0410-a469-dd3cf9ba447f
77122
77123 commit f386752a6353a6fe792ba6c4ef2d115fe97043b3
77124 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
77125 Date:   Wed Aug 8 13:05:32 2007 +0000
77126
77127     Automatically generated files...
77128     
77129     
77130     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4057 48e7efb5-ca39-0410-a469-dd3cf9ba447f
77131
77132 commit 1f9c694d30d544ee4ec9dcd3f9bfd1d1daace011
77133 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
77134 Date:   Wed Aug 8 13:05:19 2007 +0000
77135
77136     Use XBT_PUBLIC_DATA instead of extern in the automatically generated xml parser headers.
77137     
77138     
77139     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4056 48e7efb5-ca39-0410-a469-dd3cf9ba447f
77140
77141 commit 65439f04e0b79d6730d8c4d28b62880630b90601
77142 Author: markls <markls@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
77143 Date:   Wed Aug 8 12:01:44 2007 +0000
77144
77145     smpicc/smpirun no longer require special envirnment variables.  also they're now
77146     installed with scripts in the bin directory.
77147     
77148     
77149     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4055 48e7efb5-ca39-0410-a469-dd3cf9ba447f
77150
77151 commit 04e86d2ec21dd1d081a8e5edf3c59112fb9e2b6f
77152 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
77153 Date:   Wed Aug 8 10:34:55 2007 +0000
77154
77155     Automatically generated file.
77156     
77157     
77158     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4054 48e7efb5-ca39-0410-a469-dd3cf9ba447f
77159
77160 commit 9cb5e3d70f7208a4903b08fe41bee83df55ec2d2
77161 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
77162 Date:   Wed Aug 8 10:33:42 2007 +0000
77163
77164     Clean use of extern (XBT_PUBLIC_DATA). No automatic way of doing that as this is not an automatically generated file.
77165     
77166     
77167     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4053 48e7efb5-ca39-0410-a469-dd3cf9ba447f
77168
77169 commit 44e9ce02788f6c438b9c5383b34c09b8a440b74b
77170 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
77171 Date:   Wed Aug 8 10:21:52 2007 +0000
77172
77173     Committing automatically generated file (after the "sed" dependancy
77174     addition).
77175     
77176     
77177     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4052 48e7efb5-ca39-0410-a469-dd3cf9ba447f
77178
77179 commit 0809c8459acd6fdd7a03a076e49a5d1795ca6a00
77180 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
77181 Date:   Wed Aug 8 10:13:05 2007 +0000
77182
77183     Cleaning file names.
77184     
77185     
77186     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4051 48e7efb5-ca39-0410-a469-dd3cf9ba447f
77187
77188 commit 8a109f85a61ea3c204a906bb7612ad68f03ae4e8
77189 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
77190 Date:   Wed Aug 8 10:12:21 2007 +0000
77191
77192     Clean up the mess after the new surf_resource management mechanism
77193     addition.
77194     
77195     
77196     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4050 48e7efb5-ca39-0410-a469-dd3cf9ba447f
77197
77198 commit ca6a50e3386144f6b9d8691ca204a185b6c8de2e
77199 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
77200 Date:   Wed Aug 8 10:09:12 2007 +0000
77201
77202     More readable information.
77203     
77204     
77205     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4049 48e7efb5-ca39-0410-a469-dd3cf9ba447f
77206
77207 commit 371a188e58806f854497789025f7459d0f8d5204
77208 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
77209 Date:   Wed Aug 8 00:04:35 2007 +0000
77210
77211     Threads are now named
77212     
77213     
77214     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4048 48e7efb5-ca39-0410-a469-dd3cf9ba447f
77215
77216 commit fca9cf4b67db62878728b687d0f25fb4492c3932
77217 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
77218 Date:   Wed Aug 8 00:04:12 2007 +0000
77219
77220     follow old internal API change (why didn't it got detected before?)
77221     
77222     
77223     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4047 48e7efb5-ca39-0410-a469-dd3cf9ba447f
77224
77225 commit 82c7a0797243ae408facc5c64ef73fdc61afba83
77226 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
77227 Date:   Wed Aug 8 00:03:11 2007 +0000
77228
77229     this is a known failure. Mark it as is, do not mask it
77230     
77231     
77232     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4046 48e7efb5-ca39-0410-a469-dd3cf9ba447f
77233
77234 commit 6450f313da18181d743a3ff892cff5c668ed7906
77235 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
77236 Date:   Wed Aug 8 00:02:41 2007 +0000
77237
77238     Force the classpath to make it compile again
77239     
77240     
77241     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4045 48e7efb5-ca39-0410-a469-dd3cf9ba447f
77242
77243 commit 9966467dbf69806d43dfd5c3f73d6cf698e89278
77244 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
77245 Date:   Wed Aug 8 00:01:58 2007 +0000
77246
77247     kill old oldy
77248     
77249     
77250     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4044 48e7efb5-ca39-0410-a469-dd3cf9ba447f
77251
77252 commit 5df90feeb8af92ff36af866070beb2afa236464b
77253 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
77254 Date:   Wed Aug 8 00:01:25 2007 +0000
77255
77256     use long option so that I still understand it 3 days after
77257     
77258     
77259     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4043 48e7efb5-ca39-0410-a469-dd3cf9ba447f
77260
77261 commit c803c90c02e18898f00775f8d8068635b24a6d10
77262 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
77263 Date:   Tue Aug 7 23:16:02 2007 +0000
77264
77265     Don't use %t in log format, but %P; revalidate the output after listener introduction
77266     
77267     
77268     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4042 48e7efb5-ca39-0410-a469-dd3cf9ba447f
77269
77270 commit aa33d267921893d6a12de561721cadb23638f5da
77271 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
77272 Date:   Tue Aug 7 23:05:30 2007 +0000
77273
77274     Also sum up expected failures
77275     
77276     
77277     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4041 48e7efb5-ca39-0410-a469-dd3cf9ba447f
77278
77279 commit 05d08dda9b06ef25d9eff37873249d26056dcb16
77280 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
77281 Date:   Tue Aug 7 22:28:40 2007 +0000
77282
77283     A perl script to run all the tests in all directories, and report a summary
77284     
77285     
77286     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4040 48e7efb5-ca39-0410-a469-dd3cf9ba447f
77287
77288 commit c1b0d8b431066845a49cb4e6a53a040519f9e23f
77289 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
77290 Date:   Tue Aug 7 21:28:37 2007 +0000
77291
77292     Don't bother trying to close the socket: gras reports it as unknown
77293     
77294     
77295     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4039 48e7efb5-ca39-0410-a469-dd3cf9ba447f
77296
77297 commit 24a392be46c1272f7478e7dc80f3c74d7c21b881
77298 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
77299 Date:   Tue Aug 7 21:27:44 2007 +0000
77300
77301     This one is maybe unused since 2 years or more
77302     
77303     
77304     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4038 48e7efb5-ca39-0410-a469-dd3cf9ba447f
77305
77306 commit 4cc294f2d53a7d6201026a0bc975ca550d55ad64
77307 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
77308 Date:   Tue Aug 7 20:53:26 2007 +0000
77309
77310     Erm. Previous output was buggy
77311     
77312     
77313     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4037 48e7efb5-ca39-0410-a469-dd3cf9ba447f
77314
77315 commit 997c87a40b9c4aea8404213cc338fc3866589993
77316 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
77317 Date:   Tue Aug 7 20:49:05 2007 +0000
77318
77319     Revalidate the output, which changed when introducing the listener thread. Note that here, not only changed, but also the timing: overlapping computation and communication allowed us to gain one second out of 12. Yeah.
77320     
77321     
77322     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4036 48e7efb5-ca39-0410-a469-dd3cf9ba447f
77323
77324 commit 26145b7eba010704c869797469f096576eafb2e3
77325 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
77326 Date:   Tue Aug 7 20:45:39 2007 +0000
77327
77328     Revalidate the output, which order changed when introducing the listener thread
77329     
77330     
77331     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4035 48e7efb5-ca39-0410-a469-dd3cf9ba447f
77332
77333 commit 0d41af370e650b4849c9b77d4abeb3169badbece
77334 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
77335 Date:   Tue Aug 7 20:42:09 2007 +0000
77336
77337     Don't bother trying to close the socket: gras reports it as unknown
77338     
77339     
77340     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4034 48e7efb5-ca39-0410-a469-dd3cf9ba447f
77341
77342 commit 0d3559e1b91e1976a6f2558f9889cf6f1066a1ab
77343 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
77344 Date:   Tue Aug 7 20:37:23 2007 +0000
77345
77346     Do not open the master socket too early, or the listener will get messages before we got a chance to register messages
77347     
77348     
77349     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4033 48e7efb5-ca39-0410-a469-dd3cf9ba447f
77350
77351 commit 66ca1b6f070fd403fa2562f002613ac835d6ea58
77352 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
77353 Date:   Tue Aug 7 20:31:30 2007 +0000
77354
77355     This debug INFO was removed
77356     
77357     
77358     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4032 48e7efb5-ca39-0410-a469-dd3cf9ba447f
77359
77360 commit 67426454c7977a3fba74a3c4838d65b6af94311b
77361 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
77362 Date:   Tue Aug 7 20:28:48 2007 +0000
77363
77364     Revalidate the output, which changed after the introduction of the listener thread
77365     
77366     
77367     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4031 48e7efb5-ca39-0410-a469-dd3cf9ba447f
77368
77369 commit d554c88474df2f5f658ac6e5e31a70935708d5d5
77370 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
77371 Date:   Tue Aug 7 20:23:53 2007 +0000
77372
77373     Specify which thread is speaking, to allow the listener to speak up
77374     
77375     
77376     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4030 48e7efb5-ca39-0410-a469-dd3cf9ba447f
77377
77378 commit 3b709d63884026801b6e89ac61c2f01e9eb5b0f8
77379 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
77380 Date:   Tue Aug 7 20:23:10 2007 +0000
77381
77382     Erm. Yeah, right, this function *may* succeed from time to time
77383     
77384     
77385     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4029 48e7efb5-ca39-0410-a469-dd3cf9ba447f
77386
77387 commit a8ee9ffc2584f27805105408cbed642136f1b677
77388 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
77389 Date:   Tue Aug 7 20:14:29 2007 +0000
77390
77391     Yeah, right. We should prevent to push the socket into the dynar in gras_trp_socket_new to prevent the listener from using it before it gets ready, but we still should push it one day (wasn't done for accepted sockets nor file sockets)
77392     
77393     
77394     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4028 48e7efb5-ca39-0410-a469-dd3cf9ba447f
77395
77396 commit 3d471f92e8c432218b42fbde386427a230695fc6
77397 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
77398 Date:   Tue Aug 7 20:05:22 2007 +0000
77399
77400     Do not pass -g, or we conflict with the -g3 passed by the compiler.m4. And let this macro do its job, don't pass any CFLAGS here
77401     
77402     
77403     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4027 48e7efb5-ca39-0410-a469-dd3cf9ba447f
77404
77405 commit 17a7bbf450a12b9e518d3ed580cd56e43c70cab3
77406 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
77407 Date:   Tue Aug 7 20:01:54 2007 +0000
77408
77409     Remove debug INFO (oops)
77410     
77411     
77412     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4026 48e7efb5-ca39-0410-a469-dd3cf9ba447f
77413
77414 commit 8d258edc98b560ac24607103d3eea739459598eb
77415 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
77416 Date:   Tue Aug 7 19:59:41 2007 +0000
77417
77418     Stupid me: I did everything to allow os_threads to have each their own exception fetcher/handler, but installing the callbacks. That's why the SG version broke
77419     
77420     
77421     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4025 48e7efb5-ca39-0410-a469-dd3cf9ba447f
77422
77423 commit 1c874ce0965690e44734ddf63afa1f106a24f7ce
77424 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
77425 Date:   Tue Aug 7 19:58:38 2007 +0000
77426
77427     Do not display the thread name by default. In SG, this is the process name, and if I add this explicitly, I'll have to revalidate all the testsuite (after fixing the fact that this value is not defined in SG)
77428     
77429     
77430     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4024 48e7efb5-ca39-0410-a469-dd3cf9ba447f
77431
77432 commit 49c66599a16037090462b50df22bc1c7f14db56b
77433 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
77434 Date:   Tue Aug 7 19:56:33 2007 +0000
77435
77436     Comment windows cruft, which does not compile anyway (may need some extra love to actually export those symbols)
77437     
77438     
77439     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4023 48e7efb5-ca39-0410-a469-dd3cf9ba447f
77440
77441 commit 1fd09fd9b0dace2b6229878981c1b3e12c2a74ab
77442 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
77443 Date:   Tue Aug 7 19:55:44 2007 +0000
77444
77445     Revalidate the output: threads created through xbt_thread_create now have a name
77446     
77447     
77448     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4022 48e7efb5-ca39-0410-a469-dd3cf9ba447f
77449
77450 commit bb3a4bf32923e842b8f6086ec4a8362e3b32a87f
77451 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
77452 Date:   Tue Aug 7 19:38:39 2007 +0000
77453
77454     Add a display to inform users about why nothing seems to happen for a few seconds
77455     
77456     
77457     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4021 48e7efb5-ca39-0410-a469-dd3cf9ba447f
77458
77459 commit 3be198601dc7795688cc8f464cc7a69d5e6e5f53
77460 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
77461 Date:   Tue Aug 7 19:35:46 2007 +0000
77462
77463     remove backtrace dumps
77464     
77465     
77466     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4020 48e7efb5-ca39-0410-a469-dd3cf9ba447f
77467
77468 commit 450cfbfe769b0d722ba69a031f96bb1272d3e6a7
77469 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
77470 Date:   Tue Aug 7 19:22:58 2007 +0000
77471
77472     Partially revert previous change: we indeed want a virtualization layer for time(), not a portability one (in other words, we want the time inside the simulator)
77473     
77474     
77475     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4019 48e7efb5-ca39-0410-a469-dd3cf9ba447f
77476
77477 commit 3f8ab7a2b8ebf0665177ebc57d9aac522f47f151
77478 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
77479 Date:   Tue Aug 7 19:15:37 2007 +0000
77480
77481     make sure to call gras_exit to kill the listener threads
77482     
77483     
77484     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4018 48e7efb5-ca39-0410-a469-dd3cf9ba447f
77485
77486 commit 02a1c3ac481f803ad3a52cd20ab8cdb6d742240c
77487 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
77488 Date:   Tue Aug 7 19:04:24 2007 +0000
77489
77490     Revalidate the output, which order changed because of the listener thread
77491     
77492     
77493     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4017 48e7efb5-ca39-0410-a469-dd3cf9ba447f
77494
77495 commit 10b7c79ad6ce754d044df091411b76b177b61ac2
77496 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
77497 Date:   Tue Aug 7 18:48:43 2007 +0000
77498
77499     Use proper thread name, and some sanitizing of how we get the current time (using xbt portability layer, not the GRAS virtualization one)
77500     
77501     
77502     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4016 48e7efb5-ca39-0410-a469-dd3cf9ba447f
77503
77504 commit ff6508f17d5e1bda1a68d5431ceff8157b7a22df
77505 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
77506 Date:   Tue Aug 7 18:47:18 2007 +0000
77507
77508     fix win build
77509     
77510     
77511     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4015 48e7efb5-ca39-0410-a469-dd3cf9ba447f
77512
77513 commit 46bade924148e45d2fd389682cddc4c3eabdff96
77514 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
77515 Date:   Tue Aug 7 18:45:38 2007 +0000
77516
77517     allow to retrieve the name of threads
77518     
77519     
77520     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4014 48e7efb5-ca39-0410-a469-dd3cf9ba447f
77521
77522 commit ddccd2f0e340dd7befc8c921ac1fc168af1b1333
77523 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
77524 Date:   Tue Aug 7 01:11:36 2007 +0000
77525
77526     Also detect mingw compiler as a gcc one, and also cleanup CXXFLAGS and GCJFLAGS from the cruft (-g -O2) that autoconf put in there
77527     
77528     
77529     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4013 48e7efb5-ca39-0410-a469-dd3cf9ba447f
77530
77531 commit 94220b889e5e3e250535d7858bc76c596632a9a4
77532 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
77533 Date:   Tue Aug 7 00:57:13 2007 +0000
77534
77535     this isn't used since at least 4 years
77536     
77537     
77538     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4012 48e7efb5-ca39-0410-a469-dd3cf9ba447f
77539
77540 commit 9a49f9d2a3af185725e3fa3ee91803b6c76b38aa
77541 Author: markls <markls@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
77542 Date:   Tue Aug 7 00:24:36 2007 +0000
77543
77544     added SMPI_DEP to configure.ac and src/Makefile.am
77545     
77546     
77547     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4011 48e7efb5-ca39-0410-a469-dd3cf9ba447f
77548
77549 commit 7a623340604a66684041dd77de82c8929397d024
77550 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
77551 Date:   Mon Aug 6 23:36:31 2007 +0000
77552
77553     You stupid automatic dependency trackers! Move out of my way! I'm
77554     building C source during VPATH builds, stop tracking the old version!
77555     
77556     
77557     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4010 48e7efb5-ca39-0410-a469-dd3cf9ba447f
77558
77559 commit 5266777b2fcf032f027aa4fd6e89aa0a345b960a
77560 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
77561 Date:   Mon Aug 6 20:00:22 2007 +0000
77562
77563     re-export some symbols for windows after the regeneration of this file; I really need to port flexml to windows one day
77564     
77565     
77566     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4009 48e7efb5-ca39-0410-a469-dd3cf9ba447f
77567
77568 commit 366656fc3ab4b06a170d4639a31ce8f64b15a387
77569 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
77570 Date:   Mon Aug 6 19:45:29 2007 +0000
77571
77572     Damn autogenerated, get out of the way, I can't see the real changes I've made
77573     
77574     
77575     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4008 48e7efb5-ca39-0410-a469-dd3cf9ba447f
77576
77577 commit cb9d73ed3e18758ebb1170324fef7a4308ffb8be
77578 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
77579 Date:   Mon Aug 6 19:03:26 2007 +0000
77580
77581     actually, when --enable-maintainer-mode is on, we can remove these files on regular make clean; this avoids the make maintainer-clean which removes also the flexml-generated files even if they are hard to rebuild in VPATH
77582     
77583     
77584     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4007 48e7efb5-ca39-0410-a469-dd3cf9ba447f
77585
77586 commit 88ca04f3941a5ff78623a77fad2e78af9303219b
77587 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
77588 Date:   Mon Aug 6 18:47:21 2007 +0000
77589
77590     Also get ride of unit files on make maintainer-clean
77591     
77592     
77593     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4006 48e7efb5-ca39-0410-a469-dd3cf9ba447f
77594
77595 commit 77b5a4bc1913ec481ac5e1e9ede2747ed2dc253f
77596 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
77597 Date:   Mon Aug 6 18:41:08 2007 +0000
77598
77599     Name the threads, add a main_thread describing the one we don't create ourselves, and add exception fetcher/handler so that exceptions also work with RL threads (still to be done in the win part)
77600     
77601     
77602     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4005 48e7efb5-ca39-0410-a469-dd3cf9ba447f
77603
77604 commit ab54102ef792bedcc349e851768e4e9ada17fe02
77605 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
77606 Date:   Mon Aug 6 18:38:06 2007 +0000
77607
77608     win needs some love for symbols not defined in the library
77609     
77610     
77611     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4004 48e7efb5-ca39-0410-a469-dd3cf9ba447f
77612
77613 commit cd01ddcfa633a3f0a7a72768c3f71703d085653a
77614 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
77615 Date:   Mon Aug 6 18:36:14 2007 +0000
77616
77617     Name the threads
77618     
77619     
77620     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4003 48e7efb5-ca39-0410-a469-dd3cf9ba447f
77621
77622 commit a3f9fd472c566d8351de941b066d8f225437d39d
77623 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
77624 Date:   Mon Aug 6 18:34:47 2007 +0000
77625
77626     name threads, plus only put an exeption fetcher and handler when using contextes: os_threads to it themselvesnow so that it works also for RL threads
77627     
77628     
77629     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4002 48e7efb5-ca39-0410-a469-dd3cf9ba447f
77630
77631 commit a2b090ca3f05b6cf0dd7f095c27791f93f1c1555
77632 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
77633 Date:   Mon Aug 6 18:30:27 2007 +0000
77634
77635     a bit more debugs
77636     
77637     
77638     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4001 48e7efb5-ca39-0410-a469-dd3cf9ba447f
77639
77640 commit c14a21f58a8a76971928aa344168ad18f8dabbb5
77641 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
77642 Date:   Mon Aug 6 18:28:30 2007 +0000
77643
77644     name the threads
77645     
77646     
77647     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4000 48e7efb5-ca39-0410-a469-dd3cf9ba447f
77648
77649 commit c28b7e03130c89fae7bad65806977cdbccb79c53
77650 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
77651 Date:   Mon Aug 6 18:27:49 2007 +0000
77652
77653     name the threads, plus debugs (ways too much for now)
77654     
77655     
77656     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3999 48e7efb5-ca39-0410-a469-dd3cf9ba447f
77657
77658 commit 80a7ae91cc649d21e96ea4ea1b3f17364494f546
77659 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
77660 Date:   Mon Aug 6 18:26:09 2007 +0000
77661
77662     More debugging, kill dead includes, and give a name to the listener thread
77663     
77664     
77665     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3998 48e7efb5-ca39-0410-a469-dd3cf9ba447f
77666
77667 commit 173f89c2bae47be8560b162d55983b6554f44669
77668 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
77669 Date:   Mon Aug 6 18:22:52 2007 +0000
77670
77671     name threads to ease debugging
77672     
77673     
77674     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3997 48e7efb5-ca39-0410-a469-dd3cf9ba447f
77675
77676 commit 4b33ddb6ae916d3b716daf109fc740d38e1766a9
77677 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
77678 Date:   Mon Aug 6 18:21:05 2007 +0000
77679
77680     name threads to easy debugging
77681     
77682     
77683     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3996 48e7efb5-ca39-0410-a469-dd3cf9ba447f
77684
77685 commit 0ff37f6b97d13786335a6e1397cba376f39afd2d
77686 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
77687 Date:   Mon Aug 6 18:16:27 2007 +0000
77688
77689     name threads to help debugs
77690     
77691     
77692     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3995 48e7efb5-ca39-0410-a469-dd3cf9ba447f
77693
77694 commit e4356939afce9a4e0edb2c7f0e6b273e5f553f0b
77695 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
77696 Date:   Mon Aug 6 17:10:24 2007 +0000
77697
77698     Insist on having the unit files generated in current dir when doing vpath builds
77699     
77700     
77701     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3994 48e7efb5-ca39-0410-a469-dd3cf9ba447f
77702
77703 commit a453a5e831415fd88e602944c84f967e7eb8530b
77704 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
77705 Date:   Mon Aug 6 16:29:03 2007 +0000
77706
77707     As Arnaud said, one function to rule them all
77708     
77709     
77710     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3993 48e7efb5-ca39-0410-a469-dd3cf9ba447f
77711
77712 commit 3613e222b23279e210c8b136898b29daf7e9ea01
77713 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
77714 Date:   Mon Aug 6 14:58:06 2007 +0000
77715
77716     Plug memleak.
77717     
77718     
77719     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3992 48e7efb5-ca39-0410-a469-dd3cf9ba447f
77720
77721 commit f5f0abcd9ff1995bc253aa0919471deb042e60a5
77722 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
77723 Date:   Mon Aug 6 14:29:05 2007 +0000
77724
77725     Keep up with last SIMIX modifications.
77726     
77727     
77728     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3991 48e7efb5-ca39-0410-a469-dd3cf9ba447f
77729
77730 commit 5178c3d78c741bc724a439f407d441300355c40d
77731 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
77732 Date:   Mon Aug 6 14:23:47 2007 +0000
77733
77734     Keep up with last SIMIX modifications.
77735     
77736     
77737     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3990 48e7efb5-ca39-0410-a469-dd3cf9ba447f
77738
77739 commit 78f7b6b11f281beb6250137ee404a94ec4cf7f77
77740 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
77741 Date:   Mon Aug 6 14:23:37 2007 +0000
77742
77743     cosmetics
77744     
77745     
77746     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3989 48e7efb5-ca39-0410-a469-dd3cf9ba447f
77747
77748 commit c394d513c7c5cc4348ff885de7161f03da7a6f11
77749 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
77750 Date:   Mon Aug 6 14:22:28 2007 +0000
77751
77752     Clean the links between action and conditions. Now there are two functions:
77753     * SIMIX_register_action_to_condition
77754     * SIMIX_unregister_action_to_condition
77755     It creates and destroys links in both directions and should always be called together (i.e. "surround" a wait).
77756     
77757     
77758     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3988 48e7efb5-ca39-0410-a469-dd3cf9ba447f
77759
77760 commit e81a23d99673c6b8ebefa9fc0cb613f30b58dd18
77761 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
77762 Date:   Mon Aug 6 14:20:42 2007 +0000
77763
77764     cosmetics + one function to rule them all
77765     
77766     
77767     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3987 48e7efb5-ca39-0410-a469-dd3cf9ba447f
77768
77769 commit 6f04e042bc53b073be4592ad529adb45ac59b777
77770 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
77771 Date:   Mon Aug 6 14:11:17 2007 +0000
77772
77773     indent -i2 -kr. Aaaah, I feel much better now. Sorry, my screen is
77774     *only* 1680 wide... :)
77775     
77776     
77777     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3986 48e7efb5-ca39-0410-a469-dd3cf9ba447f
77778
77779 commit a7bdcd8afa4b48dad527d34ba2dbc52f037e2c12
77780 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
77781 Date:   Mon Aug 6 14:10:11 2007 +0000
77782
77783     One function to rule them all.
77784     
77785     
77786     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3985 48e7efb5-ca39-0410-a469-dd3cf9ba447f
77787
77788 commit b986ec78724f4f5d259947d66ef6a184079f384a
77789 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
77790 Date:   Mon Aug 6 12:49:42 2007 +0000
77791
77792     Further fix of win build
77793     
77794     
77795     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3984 48e7efb5-ca39-0410-a469-dd3cf9ba447f
77796
77797 commit b69e984a013e4e9e2d98fc4013cd1721bf2f0245
77798 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
77799 Date:   Mon Aug 6 12:23:37 2007 +0000
77800
77801     Reindent!
77802     
77803     
77804     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3983 48e7efb5-ca39-0410-a469-dd3cf9ba447f
77805
77806 commit 0e6d2fea3ba3887101358f2ef4f24192a40de603
77807 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
77808 Date:   Mon Aug 6 12:10:59 2007 +0000
77809
77810     Adding convenient function.
77811     
77812     
77813     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3982 48e7efb5-ca39-0410-a469-dd3cf9ba447f
77814
77815 commit 343790d5b27cea6cead9ed4f0ec7e05ea331aa58
77816 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
77817 Date:   Mon Aug 6 11:57:33 2007 +0000
77818
77819     Fix win build of smpi
77820     
77821     
77822     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3981 48e7efb5-ca39-0410-a469-dd3cf9ba447f
77823
77824 commit 2e4ca61fae62ebfd227d15a4be882c24361cdbbd
77825 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
77826 Date:   Mon Aug 6 11:39:02 2007 +0000
77827
77828     fix win build
77829     
77830     
77831     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3980 48e7efb5-ca39-0410-a469-dd3cf9ba447f
77832
77833 commit f1a8552a42735c41d109bb458835a17976baed9c
77834 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
77835 Date:   Mon Aug 6 11:36:46 2007 +0000
77836
77837     Fix windows build (don't ask why this helps)
77838     
77839     
77840     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3979 48e7efb5-ca39-0410-a469-dd3cf9ba447f
77841
77842 commit ddf5b93f08c793fed357c61e9e8486fbd8084b56
77843 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
77844 Date:   Mon Aug 6 11:31:56 2007 +0000
77845
77846     Add an explanation in the default exception fetcher to avoid scream in the future as loud as I did yesterday; plus also display the current thread when displaying a backtrace. These messages often get desynchronized with other logs, making it harder to see which backtrace matches which log (which thread)
77847     
77848     
77849     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3978 48e7efb5-ca39-0410-a469-dd3cf9ba447f
77850
77851 commit c5e0d89dbc8621122f715dee2397f6cfad684e7b
77852 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
77853 Date:   Mon Aug 6 11:15:10 2007 +0000
77854
77855     Fix ucontext build
77856     
77857     
77858     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3977 48e7efb5-ca39-0410-a469-dd3cf9ba447f
77859
77860 commit 856bf31438df639aaabc64a25da802580a5c58db
77861 Author: markls <markls@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
77862 Date:   Mon Aug 6 10:28:02 2007 +0000
77863
77864     removing all sub directories and private build stuff.
77865     
77866     
77867     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3976 48e7efb5-ca39-0410-a469-dd3cf9ba447f
77868
77869 commit 94ff4102c5e06620e21d6b8ba2c8838f6c711ddf
77870 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
77871 Date:   Sun Aug 5 21:51:10 2007 +0000
77872
77873     Do not push newly created sockets into the dynar before they get initialized, or this dumb listener may use them too early
77874     
77875     
77876     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3975 48e7efb5-ca39-0410-a469-dd3cf9ba447f
77877
77878 commit d9a0d5a9b18b4d55b9ef4ed7df44149011a7419a
77879 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
77880 Date:   Sun Aug 5 16:20:08 2007 +0000
77881
77882     autogenerated
77883     
77884     
77885     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3974 48e7efb5-ca39-0410-a469-dd3cf9ba447f
77886
77887 commit 6d31ded41b278226dc70b269dc7af66588e6474e
77888 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
77889 Date:   Sun Aug 5 16:19:55 2007 +0000
77890
77891     Stop C file inclusion madness and do include the files in the libraries the proper way (ie, from autotools)
77892     
77893     
77894     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3973 48e7efb5-ca39-0410-a469-dd3cf9ba447f
77895
77896 commit 357d3f9c2aedf22f0fed70e6971917f1e8e8099f
77897 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
77898 Date:   Sun Aug 5 16:18:07 2007 +0000
77899
77900     Stop C file inclusion madness and do include the files in the libraries the proper way (ie, from autotools)src/Makefile.am
77901     
77902     
77903     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3972 48e7efb5-ca39-0410-a469-dd3cf9ba447f
77904
77905 commit 390acb1d11a4b35d53f1e13d643d17d91c89e1ca
77906 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
77907 Date:   Sun Aug 5 15:44:24 2007 +0000
77908
77909     More debugs (actually, since there were no debug at all, 'some debugs' would be appropriate)
77910     
77911     
77912     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3971 48e7efb5-ca39-0410-a469-dd3cf9ba447f
77913
77914 commit 056002da59af071ed3911e0d02f2e9f19996251e
77915 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
77916 Date:   Sun Aug 5 15:42:11 2007 +0000
77917
77918     %P is now the process name, and %t becomes the thread name (as it should for compliance with LOG4J). Note that here, thread name means pointer to the structure describing the thread...
77919     
77920     
77921     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3970 48e7efb5-ca39-0410-a469-dd3cf9ba447f
77922
77923 commit 7de9cc2f04ea944de8a0f02b0c8f69856a085694
77924 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
77925 Date:   Sun Aug 5 15:41:05 2007 +0000
77926
77927     harden xbt_os_thread_self to work when module not inited, and xbt_os_thread_getparam when called from master thread (need because we use it in the logs now)
77928     
77929     
77930     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3969 48e7efb5-ca39-0410-a469-dd3cf9ba447f
77931
77932 commit beaeea1d19e6f2b5d06d7463957aec00e2c13a77
77933 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
77934 Date:   Sun Aug 5 15:36:34 2007 +0000
77935
77936     document upcoming change to format layout before I forget
77937     
77938     
77939     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3968 48e7efb5-ca39-0410-a469-dd3cf9ba447f
77940
77941 commit ed6e1fb6f2984a6b23d14b5c23959a2c4f530f4e
77942 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
77943 Date:   Sun Aug 5 15:28:29 2007 +0000
77944
77945     documentation update
77946     
77947     
77948     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3967 48e7efb5-ca39-0410-a469-dd3cf9ba447f
77949
77950 commit 726143cb26e756d4be87ea3ea90e50ff90dc374a
77951 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
77952 Date:   Sun Aug 5 15:25:10 2007 +0000
77953
77954     Do not throw exception on problem, since we will be called again to display it when not catched
77955     
77956     
77957     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3966 48e7efb5-ca39-0410-a469-dd3cf9ba447f
77958
77959 commit c7dd1dcde688f67f3c800c73cb1754e61f992f22
77960 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
77961 Date:   Sun Aug 5 13:13:27 2007 +0000
77962
77963     Gosh! I almost forgot Mark!
77964     
77965     
77966     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3965 48e7efb5-ca39-0410-a469-dd3cf9ba447f
77967
77968 commit 998c2b5ef1b0018d63e2fcec82804e77a6570c3f
77969 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
77970 Date:   Sun Aug 5 13:05:25 2007 +0000
77971
77972     Update.
77973     
77974     
77975     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3964 48e7efb5-ca39-0410-a469-dd3cf9ba447f
77976
77977 commit 1eb32ca7e4d755fec407842b7c879499e2034136
77978 Author: markls <markls@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
77979 Date:   Sun Aug 5 09:41:13 2007 +0000
77980
77981     moving smpi into the mainstream build...
77982     
77983     
77984     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3963 48e7efb5-ca39-0410-a469-dd3cf9ba447f
77985
77986 commit 5baac1e80bae30d5978e9223241d8394cde43f22
77987 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
77988 Date:   Sun Aug 5 09:12:51 2007 +0000
77989
77990     contributers += malek
77991     
77992     
77993     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3962 48e7efb5-ca39-0410-a469-dd3cf9ba447f
77994
77995 commit 1e23f483facad7896791e5428ab9e6c9e3dad01a
77996 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
77997 Date:   Sun Aug 5 09:06:56 2007 +0000
77998
77999     Improvements
78000     
78001     
78002     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3961 48e7efb5-ca39-0410-a469-dd3cf9ba447f
78003
78004 commit a453c182504e579cc2525ae144033ea2b767baae
78005 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
78006 Date:   Sun Aug 5 09:05:59 2007 +0000
78007
78008     Cut the people section to its own page
78009     
78010     
78011     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3960 48e7efb5-ca39-0410-a469-dd3cf9ba447f
78012
78013 commit ea90c9e9fe4e63beee54ce57b3f503e3ebb05f0b
78014 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
78015 Date:   Sun Aug 5 09:05:33 2007 +0000
78016
78017     Add the people page to the navbar
78018     
78019     
78020     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3959 48e7efb5-ca39-0410-a469-dd3cf9ba447f
78021
78022 commit f10e939dce2d8ef10e8a233e65f3d36acc5c988c
78023 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
78024 Date:   Sun Aug 5 08:54:33 2007 +0000
78025
78026     Proper list of people, also featuring a list of authors
78027     
78028     
78029     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3958 48e7efb5-ca39-0410-a469-dd3cf9ba447f
78030
78031 commit 36174e20fccd9865a859ea6302753fd1a8301049
78032 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
78033 Date:   Sun Aug 5 06:54:53 2007 +0000
78034
78035     utf8
78036     
78037     
78038     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3957 48e7efb5-ca39-0410-a469-dd3cf9ba447f
78039
78040 commit c925487eb4a2268168884542202b00dfdf35f148
78041 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
78042 Date:   Sun Aug 5 06:42:23 2007 +0000
78043
78044     typo
78045     
78046     
78047     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3956 48e7efb5-ca39-0410-a469-dd3cf9ba447f
78048
78049 commit a2a1aee909cfa9076f9dbe34778140af74dfebd3
78050 Author: markls <markls@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
78051 Date:   Sun Aug 5 05:46:44 2007 +0000
78052
78053     removed unused variables
78054     
78055     
78056     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3955 48e7efb5-ca39-0410-a469-dd3cf9ba447f
78057
78058 commit 597fed1bcbe054c18418f7332ebd923b69c01543
78059 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
78060 Date:   Sun Aug 5 00:55:13 2007 +0000
78061
78062     Update...
78063     
78064     
78065     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3954 48e7efb5-ca39-0410-a469-dd3cf9ba447f
78066
78067 commit f2d3c982198c1d49cd009610ffaa3f49f3f766a9
78068 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
78069 Date:   Sun Aug 5 00:35:35 2007 +0000
78070
78071     Update...
78072     
78073     
78074     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3953 48e7efb5-ca39-0410-a469-dd3cf9ba447f
78075
78076 commit 53f1aab6d0ed79310d4daba0e05a5c61f5cbab4d
78077 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
78078 Date:   Sat Aug 4 21:48:43 2007 +0000
78079
78080     Return whether an item was removed or not when trying to remove a value in a fifo.
78081     
78082     
78083     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3952 48e7efb5-ca39-0410-a469-dd3cf9ba447f
78084
78085 commit 32cf63d69a16b52f474bd95d63ffcbf0449760d6
78086 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
78087 Date:   Sat Aug 4 21:42:23 2007 +0000
78088
78089     remove unconditional backtrace display
78090     
78091     
78092     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3951 48e7efb5-ca39-0410-a469-dd3cf9ba447f
78093
78094 commit 70296775a03241b366acc2661765209966bf25ca
78095 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
78096 Date:   Sat Aug 4 21:29:56 2007 +0000
78097
78098     Clean up actions when a condition is destroyed.
78099     
78100     
78101     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3950 48e7efb5-ca39-0410-a469-dd3cf9ba447f
78102
78103 commit 62991b732646b4dcd27c68d5afe21147011900c9
78104 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
78105 Date:   Sat Aug 4 21:25:14 2007 +0000
78106
78107     Cleaner initialization.
78108     
78109     
78110     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3949 48e7efb5-ca39-0410-a469-dd3cf9ba447f
78111
78112 commit bb84459d5f8c9a6dea7f3a980b2d11142c6cacbc
78113 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
78114 Date:   Sat Aug 4 21:24:41 2007 +0000
78115
78116     add debug.
78117     
78118     
78119     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3948 48e7efb5-ca39-0410-a469-dd3cf9ba447f
78120
78121 commit 2bc1e4a2e624d5d75d7ecc6f068da889e21076fe
78122 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
78123 Date:   Sat Aug 4 21:22:48 2007 +0000
78124
78125     Adding debug.
78126     
78127     
78128     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3947 48e7efb5-ca39-0410-a469-dd3cf9ba447f
78129
78130 commit caffa65a64dc6c71dbd7ec60af00ec0da51073a9
78131 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
78132 Date:   Sat Aug 4 19:09:09 2007 +0000
78133
78134     Reindent.
78135     
78136     
78137     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3946 48e7efb5-ca39-0410-a469-dd3cf9ba447f
78138
78139 commit a78605066e144a5398e2f4be801f4f7d3161181e
78140 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
78141 Date:   Sat Aug 4 17:24:11 2007 +0000
78142
78143     Insane amount of debugs
78144     
78145     
78146     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3945 48e7efb5-ca39-0410-a469-dd3cf9ba447f
78147
78148 commit 126a6ff45c126c2dfdde4f3a5a7ebefa36d755c4
78149 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
78150 Date:   Sat Aug 4 16:28:23 2007 +0000
78151
78152     These two files need to be added to EXTRA_DIST for an unknown reason related to some recent changes, but adding them is harmless, so I won't dig further; @GTNETS_LDFLAGS@ don't exist anymore
78153     
78154     
78155     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3944 48e7efb5-ca39-0410-a469-dd3cf9ba447f
78156
78157 commit 984df7001307c7e6ade55387b0174bd6891c715c
78158 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
78159 Date:   Fri Aug 3 11:47:34 2007 +0000
78160
78161     Cleanup the way we specify that we are compiling on windows
78162     
78163     
78164     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3943 48e7efb5-ca39-0410-a469-dd3cf9ba447f
78165
78166 commit 63f66b0c3b3bdd42f7a9eae5cd185744b6c2f260
78167 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
78168 Date:   Fri Aug 3 11:26:49 2007 +0000
78169
78170     Cleaning stuff.
78171     
78172     
78173     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3942 48e7efb5-ca39-0410-a469-dd3cf9ba447f
78174
78175 commit 0c5fdc16c1cd593d4434110621ca3b6ed81bdec5
78176 Author: markls <markls@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
78177 Date:   Thu Aug 2 22:43:43 2007 +0000
78178
78179     minor changes
78180     
78181     
78182     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3941 48e7efb5-ca39-0410-a469-dd3cf9ba447f
78183
78184 commit 444ec96fae3799e0a6ec931c17a66a409ad409af
78185 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
78186 Date:   Thu Aug 2 12:54:18 2007 +0000
78187
78188     Automatically generated files.
78189     
78190     
78191     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3940 48e7efb5-ca39-0410-a469-dd3cf9ba447f
78192
78193 commit 7b1ff99f488e252cec35062032906144794292fb
78194 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
78195 Date:   Thu Aug 2 12:52:18 2007 +0000
78196
78197     Making gtnets and csdp detection and compilation working.
78198     
78199     
78200     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3939 48e7efb5-ca39-0410-a469-dd3cf9ba447f
78201
78202 commit db54ce3874b561d61cd3d25d82f4bd2d9f426ab3
78203 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
78204 Date:   Thu Aug 2 12:51:24 2007 +0000
78205
78206     Keeping up with the new surf model description.
78207     
78208     
78209     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3938 48e7efb5-ca39-0410-a469-dd3cf9ba447f
78210
78211 commit 43d5ef82ce405e8a5b9dee0e51ce0d64051dd2af
78212 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
78213 Date:   Thu Aug 2 12:51:03 2007 +0000
78214
78215     Adding a nice description mechanism for models + cleaning (many?) useless functions
78216     
78217     
78218     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3937 48e7efb5-ca39-0410-a469-dd3cf9ba447f
78219
78220 commit cc067af3e26dfddeff7391d403540118a2914dea
78221 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
78222 Date:   Thu Aug 2 11:56:32 2007 +0000
78223
78224     Now configure receives the csdp path as parameter when using --with-sdp. Added check for --with-gtnest to assure that the user version is patched.
78225     
78226     
78227     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3936 48e7efb5-ca39-0410-a469-dd3cf9ba447f
78228
78229 commit 4d1ac33fad13aec307f8dda44e7d7d9b57b7c751
78230 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
78231 Date:   Thu Aug 2 09:38:06 2007 +0000
78232
78233     Using shell comments to rip out M4 macros is dangerous since macros are rewritten on several lines, sometimes leading to commentign only the first line of the bash equivalent of the M4 macro ('dnl' is the M4 comment form)
78234     
78235     
78236     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3935 48e7efb5-ca39-0410-a469-dd3cf9ba447f
78237
78238 commit 14568d08e4f29076d77032092c7d98e2d16353a0
78239 Author: markls <markls@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
78240 Date:   Wed Aug 1 19:53:18 2007 +0000
78241
78242     makes a lot more sense to use request->cond than a dummy cond in smpi_sender
78243     
78244     
78245     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3934 48e7efb5-ca39-0410-a469-dd3cf9ba447f
78246
78247 commit d13a11f4fc525eb1ac0a6f029174f54df85b01bd
78248 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
78249 Date:   Wed Aug 1 16:54:16 2007 +0000
78250
78251     X<->Y inversion in the table (okay, I stop playing with this and go back to more serious issues)
78252     
78253     
78254     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3933 48e7efb5-ca39-0410-a469-dd3cf9ba447f
78255
78256 commit c2072462000fea064b65513c94236e617a897c1f
78257 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
78258 Date:   Wed Aug 1 16:48:02 2007 +0000
78259
78260     Internal publi += 2 (alnem-related)
78261     
78262     
78263     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3932 48e7efb5-ca39-0410-a469-dd3cf9ba447f
78264
78265 commit 5e879cb86ce44ec78fc0e318ad7b1932d4378e56
78266 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
78267 Date:   Wed Aug 1 16:38:50 2007 +0000
78268
78269     Rework the publication page
78270     
78271     
78272     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3931 48e7efb5-ca39-0410-a469-dd3cf9ba447f
78273
78274 commit e86d75b81ebb5ecd77977170610c79d5f644675f
78275 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
78276 Date:   Wed Aug 1 11:15:23 2007 +0000
78277
78278     making all needed functions "public"
78279     
78280     
78281     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3930 48e7efb5-ca39-0410-a469-dd3cf9ba447f
78282
78283 commit 6ddcf795c9939b02be8c01914ef4a5661542375b
78284 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
78285 Date:   Wed Aug 1 01:02:05 2007 +0000
78286
78287     improve detection of gtnets and sdp
78288     
78289     
78290     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3929 48e7efb5-ca39-0410-a469-dd3cf9ba447f
78291
78292 commit c6de256871ef1335762ac0e0ec8ea1859b70b979
78293 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
78294 Date:   Wed Aug 1 00:55:33 2007 +0000
78295
78296     Improve gtnets and sdp detection.
78297     
78298     
78299     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3928 48e7efb5-ca39-0410-a469-dd3cf9ba447f
78300
78301 commit 84db49c87e5e3dabc343c18f0aec5139c7dfd1b6
78302 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
78303 Date:   Wed Aug 1 00:55:02 2007 +0000
78304
78305     minor improvement
78306     
78307     
78308     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3927 48e7efb5-ca39-0410-a469-dd3cf9ba447f
78309
78310 commit a6014783616007765e0f042e01b75b721e08c412
78311 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
78312 Date:   Wed Aug 1 00:54:12 2007 +0000
78313
78314     We would like to check the availability of some funky C++ function (for gtnets)
78315     
78316     
78317     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3926 48e7efb5-ca39-0410-a469-dd3cf9ba447f
78318
78319 commit b068fb07209cff63d16db86b8c5f90067b67a194
78320 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
78321 Date:   Wed Aug 1 00:53:29 2007 +0000
78322
78323     bring new network models to end users
78324     
78325     
78326     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3925 48e7efb5-ca39-0410-a469-dd3cf9ba447f
78327
78328 commit 9bd4d55089fbbd3a06ca5fe9741d19a639bff4da
78329 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
78330 Date:   Wed Aug 1 00:44:11 2007 +0000
78331
78332     adding network models
78333     
78334     
78335     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3924 48e7efb5-ca39-0410-a469-dd3cf9ba447f
78336
78337 commit 054b91c948ec2104bc2ad736c89d249b19e70ca7
78338 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
78339 Date:   Wed Aug 1 00:43:12 2007 +0000
78340
78341     can't see why these functions are considered more public than the other ones...
78342     
78343     
78344     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3923 48e7efb5-ca39-0410-a469-dd3cf9ba447f
78345
78346 commit 31a16f5dcf3a065e5a54871593435375e8582ef0
78347 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
78348 Date:   Wed Aug 1 00:33:26 2007 +0000
78349
78350     various cleanups:
78351     * cpu and network have their own maxmin_system
78352     * most network models are now handled in network.c and not in workstations...
78353     
78354     
78355     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3922 48e7efb5-ca39-0410-a469-dd3cf9ba447f
78356
78357 commit 902ae2608df3ebb7f8316225d5ebbae4b0d42afc
78358 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
78359 Date:   Wed Aug 1 00:32:07 2007 +0000
78360
78361     Iterate only on "active" variables
78362     
78363     
78364     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3921 48e7efb5-ca39-0410-a469-dd3cf9ba447f
78365
78366 commit a12ac1e0085ed93316094a277ef495b69f33ff03
78367 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
78368 Date:   Wed Aug 1 00:31:34 2007 +0000
78369
78370     just warn me when a value is weird. This is just a printing function, not an asserting one.
78371     
78372     
78373     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3920 48e7efb5-ca39-0410-a469-dd3cf9ba447f
78374
78375 commit 34684adf74990d4eb0fd89467fd0496b486c077b
78376 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
78377 Date:   Tue Jul 31 09:24:17 2007 +0000
78378
78379     fix list indentation
78380     
78381     
78382     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3919 48e7efb5-ca39-0410-a469-dd3cf9ba447f
78383
78384 commit 456ae098e6f673b73c4757ff1a7bfd459e166c3c
78385 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
78386 Date:   Tue Jul 31 09:21:32 2007 +0000
78387
78388     memleak
78389     
78390     
78391     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3918 48e7efb5-ca39-0410-a469-dd3cf9ba447f
78392
78393 commit 5a00c16b5ea7fd8c37f39544914acfcb0f6e07b2
78394 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
78395 Date:   Mon Jul 30 19:48:10 2007 +0000
78396
78397     * Moving things around (private->public)
78398     * Adding a workstation_compound model
78399     * Getting rid of useless and GTNets-specific dead code
78400     
78401     
78402     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3917 48e7efb5-ca39-0410-a469-dd3cf9ba447f
78403
78404 commit 900274c959292932f282c4493e5fbe8087f2bd12
78405 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
78406 Date:   Mon Jul 30 19:46:51 2007 +0000
78407
78408     Cleanup.
78409     
78410     
78411     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3916 48e7efb5-ca39-0410-a469-dd3cf9ba447f
78412
78413 commit 6a13e2dfe53dbcfae3e7891a3fa467d2ac3a0cf0
78414 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
78415 Date:   Mon Jul 30 19:44:50 2007 +0000
78416
78417     Update (user++).
78418     
78419     
78420     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3915 48e7efb5-ca39-0410-a469-dd3cf9ba447f
78421
78422 commit 9186d32346495b57d1e153db08b7776ecc22753c
78423 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
78424 Date:   Mon Jul 30 19:35:13 2007 +0000
78425
78426     Update (user++).
78427     
78428     
78429     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3914 48e7efb5-ca39-0410-a469-dd3cf9ba447f
78430
78431 commit e5b571d9d6f0d911e5347342d55457367eba4fb9
78432 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
78433 Date:   Mon Jul 30 19:34:46 2007 +0000
78434
78435     Fix Malek's last name.
78436     
78437     
78438     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3913 48e7efb5-ca39-0410-a469-dd3cf9ba447f
78439
78440 commit d6d7151bb90b62f3cc983b6a9fa4ffae66181412
78441 Author: markls <markls@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
78442 Date:   Mon Jul 30 18:50:14 2007 +0000
78443
78444     global variables successfully moved into encapsulating structures.
78445     
78446     
78447     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3912 48e7efb5-ca39-0410-a469-dd3cf9ba447f
78448
78449 commit 2bf6855044e376aaa7f506041a23e56cc7c0f9f8
78450 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
78451 Date:   Mon Jul 30 13:43:37 2007 +0000
78452
78453     Fix the build
78454     
78455     
78456     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3911 48e7efb5-ca39-0410-a469-dd3cf9ba447f
78457
78458 commit fcd242374852703578fad1dc49316d2571e67155
78459 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
78460 Date:   Mon Jul 30 13:43:22 2007 +0000
78461
78462     integrate the history to the build infrastructure
78463     
78464     
78465     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3910 48e7efb5-ca39-0410-a469-dd3cf9ba447f
78466
78467 commit ae5cdc816ea4ecbc0ecc4422c80aa4a71576ecb3
78468 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
78469 Date:   Mon Jul 30 13:41:27 2007 +0000
78470
78471     Corrected router parsing.
78472     
78473     
78474     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3909 48e7efb5-ca39-0410-a469-dd3cf9ba447f
78475
78476 commit da363bd916d329c438d990f47f939ed770959d95
78477 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
78478 Date:   Mon Jul 30 13:37:23 2007 +0000
78479
78480     add debugging
78481     
78482     
78483     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3908 48e7efb5-ca39-0410-a469-dd3cf9ba447f
78484
78485 commit f870b7c05081768c14062df4b8585f74bf5c872c
78486 Author: casanova <casanova@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
78487 Date:   Mon Jul 30 12:17:03 2007 +0000
78488
78489     Added a first draft of the project history, based on the "SimGrid saga" e-mail that Martin had sent out.
78490     Added a publication
78491     
78492     
78493     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3907 48e7efb5-ca39-0410-a469-dd3cf9ba447f
78494
78495 commit 0b9e0441ca1bd2b1a1ceb3ab14aef0c03ecaca35
78496 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
78497 Date:   Mon Jul 30 11:38:51 2007 +0000
78498
78499     Hack so that SD_simulate(2.0) stops after 2 seconds...
78500     
78501     
78502     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3906 48e7efb5-ca39-0410-a469-dd3cf9ba447f
78503
78504 commit 537b231b47f9c93386dd0aa2e33a5fb1bbb7b7e4
78505 Author: markls <markls@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
78506 Date:   Mon Jul 30 11:03:33 2007 +0000
78507
78508     global variables moved into structs and everything compiles.  still needs
78509     testing.
78510     
78511     
78512     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3905 48e7efb5-ca39-0410-a469-dd3cf9ba447f
78513
78514 commit f8f0be85ee23b69476ce45197e33bb96bfdbdd98
78515 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
78516 Date:   Mon Jul 30 09:39:56 2007 +0000
78517
78518     Bug fix.
78519     
78520     
78521     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3904 48e7efb5-ca39-0410-a469-dd3cf9ba447f
78522
78523 commit 5f35c1af6eba938d08d2f42c3758a174574fa93e
78524 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
78525 Date:   Mon Jul 30 09:31:53 2007 +0000
78526
78527     Added a dumb router to worksation model in order to provide GTNETS
78528     platform files compability.
78529     
78530     
78531     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3903 48e7efb5-ca39-0410-a469-dd3cf9ba447f
78532
78533 commit 6b05eea7a3de47b43cca531fd00c8c0f21fc477f
78534 Author: markls <markls@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
78535 Date:   Mon Jul 30 06:26:12 2007 +0000
78536
78537     wrapping global variables in structs.  not finished so smpi probably won't
78538     compile for a few days...
78539     
78540     
78541     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3902 48e7efb5-ca39-0410-a469-dd3cf9ba447f
78542
78543 commit 9f38951d944a6449419eb46c666e6f63745d6068
78544 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
78545 Date:   Thu Jul 26 22:47:50 2007 +0000
78546
78547     Minor improvement
78548     
78549     
78550     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3901 48e7efb5-ca39-0410-a469-dd3cf9ba447f
78551
78552 commit bca2e76eea9877ee06b057f31a87b1f243ba7b23
78553 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
78554 Date:   Thu Jul 26 22:47:10 2007 +0000
78555
78556      * Provide func_f and func_fp as now required.
78557      * Compute the result for test1  using and alternate method and check that the result is correct.
78558     
78559     
78560     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3900 48e7efb5-ca39-0410-a469-dd3cf9ba447f
78561
78562 commit 61cbee9566cd330a3a307a256e287f39ae348798
78563 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
78564 Date:   Thu Jul 26 19:31:54 2007 +0000
78565
78566     Updating the tesh file with my last modifications.
78567     
78568     
78569     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3899 48e7efb5-ca39-0410-a469-dd3cf9ba447f
78570
78571 commit 6ec12164f9609473b06b985e6656a0cec77716f3
78572 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
78573 Date:   Thu Jul 26 19:26:20 2007 +0000
78574
78575     Commenting now useless check.
78576     
78577     
78578     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3898 48e7efb5-ca39-0410-a469-dd3cf9ba447f
78579
78580 commit e21fff9a8aadd535db5b9a29859e3669a2622561
78581 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
78582 Date:   Thu Jul 26 19:25:04 2007 +0000
78583
78584     func_f and func_fp need to be provided. This is weird. I thought I
78585     already had commited these files...
78586     
78587     
78588     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3897 48e7efb5-ca39-0410-a469-dd3cf9ba447f
78589
78590 commit 1616ff77602e85cf20ec5172d87eb2c110dedb0d
78591 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
78592 Date:   Thu Jul 26 19:00:33 2007 +0000
78593
78594      * Provide func_f and func_fp as now required.
78595      * Compute the result for test1  using and alternate method and check that the result is correct.
78596     
78597     
78598     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3896 48e7efb5-ca39-0410-a469-dd3cf9ba447f
78599
78600 commit c9ac9b66d4880cbbc9aebad711b3288701577fa5
78601 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
78602 Date:   Thu Jul 26 18:57:43 2007 +0000
78603
78604     Many bug fix:
78605     
78606      * func_fp can be used to compute new_mu without having to resort to a dichotomy. So let's ask users to provide it.
78607      * func_f can be used to compute the dual functionnal (d), that is useful to check the convergence of the gradient. So let's ask users to provide it.
78608      * bug fix in the dichotomy. The stopping condition on overall_error was wrong.
78609      * Compute the dual (d) to check the convergence.
78610      * BUG FIX in the RENO functions. We need to write 3.0/2.0 and not 3/2..... It took me a while to find this nasty one! :(
78611     
78612     
78613     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3895 48e7efb5-ca39-0410-a469-dd3cf9ba447f
78614
78615 commit ee4826df7653877c4146666d360ce83a546ce0ec
78616 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
78617 Date:   Thu Jul 26 14:20:57 2007 +0000
78618
78619     Added the router as dumb cpus in order to work with GTNETS
78620     
78621     
78622     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3894 48e7efb5-ca39-0410-a469-dd3cf9ba447f
78623
78624 commit 7f96f4cd1577c7fc928a675e8d53c323d47a5f40
78625 Author: markls <markls@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
78626 Date:   Thu Jul 26 12:01:35 2007 +0000
78627
78628     minor code cleanups.  Realized I wasn't deallocating message buffers.
78629     
78630     
78631     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3893 48e7efb5-ca39-0410-a469-dd3cf9ba447f
78632
78633 commit 11288d14ad648c0aa7620f08ee8058a762f8c640
78634 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
78635 Date:   Wed Jul 25 15:27:39 2007 +0000
78636
78637     Corrected error message.
78638     
78639     
78640     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3892 48e7efb5-ca39-0410-a469-dd3cf9ba447f
78641
78642 commit 2d830be0a1bae5f138f8458a2d931fcaba8ae9ee
78643 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
78644 Date:   Wed Jul 25 15:23:42 2007 +0000
78645
78646     Added the GTNetS feature to examples/msg directory.
78647     
78648     
78649     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3891 48e7efb5-ca39-0410-a469-dd3cf9ba447f
78650
78651 commit 645f6efc7c0b668fccd73c6c9176eba04fc6cd5a
78652 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
78653 Date:   Wed Jul 25 12:45:36 2007 +0000
78654
78655     * Added an "exact" alternative computation for test1 to check the lagrange results. Quite depressing for the moment but it should help in the end...
78656     * Cosmetics (indent).
78657     
78658     
78659     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3890 48e7efb5-ca39-0410-a469-dd3cf9ba447f
78660
78661 commit 3bb6778fc75db048df1084e35f236f2bbdff438d
78662 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
78663 Date:   Wed Jul 25 12:41:09 2007 +0000
78664
78665     * Hiding private functions
78666     * bug found in the dichotomy
78667     
78668     
78669     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3889 48e7efb5-ca39-0410-a469-dd3cf9ba447f
78670
78671 commit 2b5792209006373d3c544307248923fcbff3258a
78672 Author: markls <markls@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
78673 Date:   Tue Jul 24 19:14:32 2007 +0000
78674
78675     seems to work again!!!
78676     
78677     
78678     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3888 48e7efb5-ca39-0410-a469-dd3cf9ba447f
78679
78680 commit e2d7449be5c9b3b78d266db18435864237c4ac6c
78681 Author: markls <markls@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
78682 Date:   Mon Jul 23 23:21:44 2007 +0000
78683
78684     everything compiles and basic program runs again, but still getting a pointer
78685     error when I try to actually send data between nodes.
78686     
78687     
78688     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3887 48e7efb5-ca39-0410-a469-dd3cf9ba447f
78689
78690 commit 1c083f59ec05e40f632911ca16d6180e9e59e58c
78691 Author: markls <markls@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
78692 Date:   Fri Jul 20 22:55:04 2007 +0000
78693
78694     basic code in place, most compile errors gone, possible problem with simix.h
78695     
78696     
78697     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3886 48e7efb5-ca39-0410-a469-dd3cf9ba447f
78698
78699 commit 90fc1acb85ecd1d429868d7f957c2be384bbc455
78700 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
78701 Date:   Fri Jul 20 16:56:26 2007 +0000
78702
78703     Keeping interfaces clean (avoid loading maxmin_private)
78704     Cosmetics ("\n" are useless... mmh no, they're forbiden! ;)
78705     Shut lagrange's warning up from the tesh file.
78706     
78707     
78708     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3885 48e7efb5-ca39-0410-a469-dd3cf9ba447f
78709
78710 commit 6d1afd171325b34efc52a4bf1f0abfb545462258
78711 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
78712 Date:   Fri Jul 20 16:54:27 2007 +0000
78713
78714     Changing log hierarchy
78715     
78716     
78717     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3884 48e7efb5-ca39-0410-a469-dd3cf9ba447f
78718
78719 commit 57d65ecd18c591154169428816b1623be700097a
78720 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
78721 Date:   Fri Jul 20 16:36:31 2007 +0000
78722
78723     We're still alpha version so let's keep the warnings and check our code which is still far from being perfect. Scaling for Reno helps getting correct values for test1 and I found it thanks to these warnings... (even though I still get warnings now).
78724     
78725     
78726     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3883 48e7efb5-ca39-0410-a469-dd3cf9ba447f
78727
78728 commit d313a18f0b28380782e0f3c2ef30fd09379560f3
78729 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
78730 Date:   Fri Jul 20 16:34:47 2007 +0000
78731
78732     Keep cleaning up func_f, func_fp, func_fpip...
78733     
78734     
78735     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3882 48e7efb5-ca39-0410-a469-dd3cf9ba447f
78736
78737 commit 70babbb010af58f013725e2bbf411f0e3982364a
78738 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
78739 Date:   Fri Jul 20 15:21:54 2007 +0000
78740
78741     We check feasability here, not the Karush Kuhn Tucker conditions.
78742     
78743     
78744     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3881 48e7efb5-ca39-0410-a469-dd3cf9ba447f
78745
78746 commit 493fc5668a6e4819bd820f86093ca3a7f0909d5a
78747 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
78748 Date:   Fri Jul 20 15:19:31 2007 +0000
78749
78750     Share precision value with other modules.
78751     
78752     
78753     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3880 48e7efb5-ca39-0410-a469-dd3cf9ba447f
78754
78755 commit 412f2a1c298a4fa51275e0d68f02ee787568432b
78756 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
78757 Date:   Fri Jul 20 15:19:09 2007 +0000
78758
78759     Keep cleaning up func_f, func_fp, func_fpip...
78760     
78761     
78762     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3879 48e7efb5-ca39-0410-a469-dd3cf9ba447f
78763
78764 commit 0714dbb971a42b14418ea392844026a816f757e3
78765 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
78766 Date:   Fri Jul 20 14:59:40 2007 +0000
78767
78768     Cleanups and cosmetics
78769     
78770     
78771     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3878 48e7efb5-ca39-0410-a469-dd3cf9ba447f
78772
78773 commit 276a8af8e018883c394826d0f2f36532ced7737b
78774 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
78775 Date:   Fri Jul 20 14:48:38 2007 +0000
78776
78777     Cleanups and cosmeticsCleanups and cosmetics
78778     
78779     
78780     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3877 48e7efb5-ca39-0410-a469-dd3cf9ba447f
78781
78782 commit f916c3e8c9a80f8fa1ab90897774d98e7ec9942d
78783 Author: markls <markls@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
78784 Date:   Fri Jul 20 10:16:54 2007 +0000
78785
78786     Everything should work at this point, but doesn't.  Now for the debugging...
78787     
78788     
78789     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3876 48e7efb5-ca39-0410-a469-dd3cf9ba447f
78790
78791 commit c5f0619e1d6cb6f4a3a5cc446b7e89f7b111e4fa
78792 Author: markls <markls@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
78793 Date:   Thu Jul 19 21:04:16 2007 +0000
78794
78795     changed received messages to use own data structure.
78796     
78797     
78798     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3875 48e7efb5-ca39-0410-a469-dd3cf9ba447f
78799
78800 commit 8a76d5717862842060081d52f06c092250a9a573
78801 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
78802 Date:   Thu Jul 19 15:23:19 2007 +0000
78803
78804     Debug cosmetics.
78805     Detection in gradient descent and in dichotomy whether there is an update or not.
78806     Scale Vegas so that we have a better precision in the dual.
78807     
78808     
78809     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3874 48e7efb5-ca39-0410-a469-dd3cf9ba447f
78810
78811 commit feeddca430b4809c6b7070267a045ac7af9fcf05
78812 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
78813 Date:   Thu Jul 19 15:00:18 2007 +0000
78814
78815     New tesh file for testing surf workstation/network models
78816     
78817     
78818     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3873 48e7efb5-ca39-0410-a469-dd3cf9ba447f
78819
78820 commit 07d78188bfa97fe875da9a8ca2eeb2867e1242e8
78821 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
78822 Date:   Thu Jul 19 13:35:34 2007 +0000
78823
78824     give a useful name to threads (father's name + pointer 'arg' passed to the creation function)
78825     
78826     
78827     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3872 48e7efb5-ca39-0410-a469-dd3cf9ba447f
78828
78829 commit c2c36bb9b8f9f004079e2eb3064ccd25191ada87
78830 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
78831 Date:   Thu Jul 19 13:01:10 2007 +0000
78832
78833     moving lagrange functions for Vegas and Reno to their right location
78834     
78835     
78836     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3871 48e7efb5-ca39-0410-a469-dd3cf9ba447f
78837
78838 commit b5b850dd0d8d198990bd5fed9872005347f771fb
78839 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
78840 Date:   Thu Jul 19 12:58:22 2007 +0000
78841
78842     Be nice with people that prefer = to :.
78843     
78844     
78845     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3870 48e7efb5-ca39-0410-a469-dd3cf9ba447f
78846
78847 commit fe298de923a532431e5dccf52c46a105e0a1ff06
78848 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
78849 Date:   Thu Jul 19 05:57:15 2007 +0000
78850
78851     Allow users to add extra CLEANFILES
78852     
78853     
78854     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3869 48e7efb5-ca39-0410-a469-dd3cf9ba447f
78855
78856 commit 155479dd57524928e1cc8440b70daf44ec143f1c
78857 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
78858 Date:   Thu Jul 19 05:24:14 2007 +0000
78859
78860     Do not use non-letter chars in type name so that it's usable from this poor old parsing macro and its poor lexer
78861     
78862     
78863     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3868 48e7efb5-ca39-0410-a469-dd3cf9ba447f
78864
78865 commit aed08a7a06b25674081adf610f369530e8c1e3bb
78866 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
78867 Date:   Thu Jul 19 05:18:52 2007 +0000
78868
78869     Fix delay semantic (hopefully)
78870     
78871     
78872     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3867 48e7efb5-ca39-0410-a469-dd3cf9ba447f
78873
78874 commit 7dc1f0e2c0b12206841e4acbe2b0f8e5bc6bbb86
78875 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
78876 Date:   Thu Jul 19 04:50:48 2007 +0000
78877
78878     New function allowing to alias datatypes
78879     
78880     
78881     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3866 48e7efb5-ca39-0410-a469-dd3cf9ba447f
78882
78883 commit 4c88ebbfe06e122c9b96b37683bc96b3ffd53524
78884 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
78885 Date:   Thu Jul 19 04:50:16 2007 +0000
78886
78887     avoid a name colision with the newly added function
78888     
78889     
78890     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3865 48e7efb5-ca39-0410-a469-dd3cf9ba447f
78891
78892 commit 57482a731f460751175e25965affd61370cdd285
78893 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
78894 Date:   Thu Jul 19 04:49:33 2007 +0000
78895
78896     update
78897     
78898     
78899     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3864 48e7efb5-ca39-0410-a469-dd3cf9ba447f
78900
78901 commit 020e815de91804ae96a647dc6eb21b765022fc4f
78902 Author: markls <markls@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
78903 Date:   Wed Jul 18 18:37:18 2007 +0000
78904
78905     added proper use of mutex to smpi_wait.  smpi_receiver still needs appropriate
78906     datastructure.
78907     
78908     
78909     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3863 48e7efb5-ca39-0410-a469-dd3cf9ba447f
78910
78911 commit 0eb371ccd29974a375f8c6526b1ba14946997662
78912 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
78913 Date:   Wed Jul 18 16:06:14 2007 +0000
78914
78915     Removing bugs and changing verbosity.
78916     
78917     
78918     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3862 48e7efb5-ca39-0410-a469-dd3cf9ba447f
78919
78920 commit 7debb7bb97cba7c93b5112b6cf6ac345f1faa0a4
78921 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
78922 Date:   Wed Jul 18 16:05:22 2007 +0000
78923
78924     cosmetics
78925     
78926     
78927     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3861 48e7efb5-ca39-0410-a469-dd3cf9ba447f
78928
78929 commit 7d42e8dbd166e75d27c61f2474d473057e46e0bb
78930 Author: donassbr <donassbr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
78931 Date:   Wed Jul 18 15:27:01 2007 +0000
78932
78933     Broken code
78934     
78935     
78936     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3860 48e7efb5-ca39-0410-a469-dd3cf9ba447f
78937
78938 commit 945f379f0d3d7f8e923ee114de2e492e1cb5486f
78939 Author: donassbr <donassbr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
78940 Date:   Wed Jul 18 12:29:51 2007 +0000
78941
78942     New thread to receive messages. Not working yet.
78943     
78944     
78945     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3859 48e7efb5-ca39-0410-a469-dd3cf9ba447f
78946
78947 commit dad25b85f3881965a36aa1488d08ca8c526f0497
78948 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
78949 Date:   Wed Jul 18 12:21:42 2007 +0000
78950
78951     Debuging surf Reno and Vegas with lagrange optimization approach
78952     
78953     
78954     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3858 48e7efb5-ca39-0410-a469-dd3cf9ba447f
78955
78956 commit 6f67487b9be904fc6061da5a5362b0b2bbc4ed75
78957 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
78958 Date:   Wed Jul 18 07:02:29 2007 +0000
78959
78960     Updated file with new --cfg=workstation_model:<desiredmodel>
78961     
78962     
78963     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3857 48e7efb5-ca39-0410-a469-dd3cf9ba447f
78964
78965 commit 0518c56eb90592d6eab49d785ac4440d13b43446
78966 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
78967 Date:   Tue Jul 17 16:56:26 2007 +0000
78968
78969     Properly disable broken test, plus small fixups
78970     
78971     
78972     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3856 48e7efb5-ca39-0410-a469-dd3cf9ba447f
78973
78974 commit ddb8c73a0006792523cc465a86f9fd5894762f8d
78975 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
78976 Date:   Tue Jul 17 16:48:32 2007 +0000
78977
78978     Give up on timestamps in this test. Check the comment on top of the file to see why
78979     
78980     
78981     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3855 48e7efb5-ca39-0410-a469-dd3cf9ba447f
78982
78983 commit 7483c40fde2a363bc0a3e8a6a71b44dd7f968b5b
78984 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
78985 Date:   Tue Jul 17 16:36:24 2007 +0000
78986
78987     Disable broken test (yeah, that's bad)
78988     
78989     
78990     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3854 48e7efb5-ca39-0410-a469-dd3cf9ba447f
78991
78992 commit 946014ca97de210a251e6f3d108ad37c67e1b6ce
78993 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
78994 Date:   Tue Jul 17 16:33:54 2007 +0000
78995
78996     Full precision chronos
78997     
78998     
78999     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3853 48e7efb5-ca39-0410-a469-dd3cf9ba447f
79000
79001 commit 883c611168c625313328529be4500714117c2bff
79002 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
79003 Date:   Tue Jul 17 16:33:35 2007 +0000
79004
79005     try to not make the messages change (even if I fail to see why the err variable becomes crazy with optimization enabled)
79006     
79007     
79008     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3852 48e7efb5-ca39-0410-a469-dd3cf9ba447f
79009
79010 commit 896367798806ba8917012a6d7e2a06b191401a72
79011 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
79012 Date:   Tue Jul 17 16:09:58 2007 +0000
79013
79014     The thread scheduling in RL depends on too much things (such as the amount of CPUs) to rely on this
79015     
79016     
79017     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3851 48e7efb5-ca39-0410-a469-dd3cf9ba447f
79018
79019 commit 8eaa6402665e66f547bb7f63ec63422c79d8fb81
79020 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
79021 Date:   Tue Jul 17 16:06:27 2007 +0000
79022
79023     64bits chronos
79024     
79025     
79026     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3850 48e7efb5-ca39-0410-a469-dd3cf9ba447f
79027
79028 commit 3d98d9c02758907d26cd29abee408f333405921d
79029 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
79030 Date:   Tue Jul 17 16:01:56 2007 +0000
79031
79032     update 64bits chronos after last changes to speed up RL
79033     
79034     
79035     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3849 48e7efb5-ca39-0410-a469-dd3cf9ba447f
79036
79037 commit c61f2c7d6eaf8ceec092ec02d308114eea1e29cc
79038 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
79039 Date:   Tue Jul 17 15:56:15 2007 +0000
79040
79041     update 64bits chronos
79042     
79043     
79044     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3848 48e7efb5-ca39-0410-a469-dd3cf9ba447f
79045
79046 commit 43ab88abd205ce2a3c4833f63cc76d14cbd608c1
79047 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
79048 Date:   Tue Jul 17 15:53:45 2007 +0000
79049
79050     results for 64bits archs
79051     
79052     
79053     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3847 48e7efb5-ca39-0410-a469-dd3cf9ba447f
79054
79055 commit 270e80029037e77694ef6514c2028334c2a43afc
79056 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
79057 Date:   Tue Jul 17 15:49:17 2007 +0000
79058
79059     remove datasets which still need to be regenerated
79060     
79061     
79062     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3846 48e7efb5-ca39-0410-a469-dd3cf9ba447f
79063
79064 commit 9d617dfd43796774f6e16db93b5fdd3c68d42e34
79065 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
79066 Date:   Tue Jul 17 15:19:45 2007 +0000
79067
79068     Regenerate test case on amd64
79069     
79070     
79071     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3845 48e7efb5-ca39-0410-a469-dd3cf9ba447f
79072
79073 commit 63ab38615c7e3176fca9d7b6aaa2836c92d48212
79074 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
79075 Date:   Tue Jul 17 15:16:10 2007 +0000
79076
79077     autogenerated
79078     
79079     
79080     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3844 48e7efb5-ca39-0410-a469-dd3cf9ba447f
79081
79082 commit 2ffbf5644abe4ca281b16dd247b199b8aae6cabf
79083 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
79084 Date:   Tue Jul 17 14:45:40 2007 +0000
79085
79086     At least, I've found a way to make both gcj and plain javac happy (I think)
79087     
79088     
79089     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3843 48e7efb5-ca39-0410-a469-dd3cf9ba447f
79090
79091 commit b5c3627960404266fab7bf94931d430f1a0e30ea
79092 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
79093 Date:   Tue Jul 17 14:28:00 2007 +0000
79094
79095     Specify the right path to the simgrid.jar Hopefully it will make plain javac happy. It already makes gcj happy here
79096     
79097     
79098     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3842 48e7efb5-ca39-0410-a469-dd3cf9ba447f
79099
79100 commit 9f8346d6507ba8dd2a6a2b768e053167f0e90792
79101 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
79102 Date:   Tue Jul 17 14:21:45 2007 +0000
79103
79104     Output of the lastest examples (forgot in previous commit)
79105     
79106     
79107     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3841 48e7efb5-ca39-0410-a469-dd3cf9ba447f
79108
79109 commit 71f61f2876f80ac8191ab8d0413aa682db5e2d7c
79110 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
79111 Date:   Tue Jul 17 14:20:22 2007 +0000
79112
79113     even more cruft ignored
79114     
79115     
79116     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3840 48e7efb5-ca39-0410-a469-dd3cf9ba447f
79117
79118 commit 45c3480003459fd0c8ea061f99d4105b0e4e0c8c
79119 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
79120 Date:   Tue Jul 17 14:16:29 2007 +0000
79121
79122     Stop using options that only gcj understands, and stick to the ones that both gcj and classical javac understand
79123     
79124     
79125     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3839 48e7efb5-ca39-0410-a469-dd3cf9ba447f
79126
79127 commit a998acab911e82703b50148cc1cc85d92b9d0d35
79128 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
79129 Date:   Tue Jul 17 14:14:56 2007 +0000
79130
79131     Document how to change the logs format, and add some examples
79132     
79133     
79134     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3838 48e7efb5-ca39-0410-a469-dd3cf9ba447f
79135
79136 commit 3b5febba0a97cfea3bbda8a2c526666cfb663903
79137 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
79138 Date:   Tue Jul 17 14:14:17 2007 +0000
79139
79140     regenerate output files with lastest version of the stuff
79141     
79142     
79143     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3837 48e7efb5-ca39-0410-a469-dd3cf9ba447f
79144
79145 commit bdd107cbd336adfcc842ef37dac3d4498fcbdd16
79146 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
79147 Date:   Tue Jul 17 14:13:41 2007 +0000
79148
79149     Examples of changing the logs format, forgotten clean file and small bugs
79150     
79151     
79152     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3836 48e7efb5-ca39-0410-a469-dd3cf9ba447f
79153
79154 commit 2ef44ad1ef520a0d1ade150a0dfd1e8f6d60807f
79155 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
79156 Date:   Tue Jul 17 14:12:08 2007 +0000
79157
79158     disable buggy option for gcc 3.x, but use it for gcc 4.x since it was fixed since then
79159     
79160     
79161     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3835 48e7efb5-ca39-0410-a469-dd3cf9ba447f
79162
79163 commit 3aa863830d54f053bdf04c3ebfc23c3debbf6d02
79164 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
79165 Date:   Tue Jul 17 14:10:04 2007 +0000
79166
79167     Document the fact that dynar can now be synchronized
79168     
79169     
79170     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3834 48e7efb5-ca39-0410-a469-dd3cf9ba447f
79171
79172 commit 8acf7cc003e50702cbc4b233f34a226fb9bcb528
79173 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
79174 Date:   Tue Jul 17 14:10:02 2007 +0000
79175
79176     Autogenerated
79177     
79178     
79179     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3833 48e7efb5-ca39-0410-a469-dd3cf9ba447f
79180
79181 commit 9d2a6b99f1209bc178f050c8973143e591a4727a
79182 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
79183 Date:   Tue Jul 17 14:08:26 2007 +0000
79184
79185     Add a thread to listen the network. Not used so far
79186     
79187     
79188     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3832 48e7efb5-ca39-0410-a469-dd3cf9ba447f
79189
79190 commit adc788f25c1be9c46e9ef22f607709f22d38a808
79191 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
79192 Date:   Tue Jul 17 14:06:44 2007 +0000
79193
79194     ignore some more crufts
79195     
79196     
79197     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3831 48e7efb5-ca39-0410-a469-dd3cf9ba447f
79198
79199 commit 3be2bfb3542b4a60d5411f93532de1d765b4c4bd
79200 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
79201 Date:   Tue Jul 17 13:49:03 2007 +0000
79202
79203     cosmetics
79204     
79205     
79206     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3830 48e7efb5-ca39-0410-a469-dd3cf9ba447f
79207
79208 commit 472bab1c4bcfa5110e3fccad3c2dced77e161db3
79209 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
79210 Date:   Tue Jul 17 13:47:44 2007 +0000
79211
79212     Kill a useless field
79213     
79214     
79215     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3829 48e7efb5-ca39-0410-a469-dd3cf9ba447f
79216
79217 commit 8d1b272640bfce7f3bbb5f9eb8bb3ebd7ac84c37
79218 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
79219 Date:   Tue Jul 17 13:15:16 2007 +0000
79220
79221     Now use --cfg=workstation_model:<MODELNAME> to switch to the desired
79222     network analytical model.
79223     
79224     
79225     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3828 48e7efb5-ca39-0410-a469-dd3cf9ba447f
79226
79227 commit 3bf134962bd68594f43bd31a5ec4210d1046efc0
79228 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
79229 Date:   Tue Jul 17 12:35:14 2007 +0000
79230
79231     Corrected tesh file
79232     
79233     
79234     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3827 48e7efb5-ca39-0410-a469-dd3cf9ba447f
79235
79236 commit 33cd6efd57137e43a183003a08f13872d2bc8320
79237 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
79238 Date:   Tue Jul 17 12:23:17 2007 +0000
79239
79240     Corrected tesh files.
79241     
79242     
79243     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3826 48e7efb5-ca39-0410-a469-dd3cf9ba447f
79244
79245 commit 5309ac2d92a740cc65bf18def8b6483cdafe8b58
79246 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
79247 Date:   Tue Jul 17 09:56:58 2007 +0000
79248
79249     Added a blacklist of removed files to ignore also the binary ones.
79250     
79251     
79252     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3825 48e7efb5-ca39-0410-a469-dd3cf9ba447f
79253
79254 commit 5af2e836607de5f987083e8527181903dbbf8e91
79255 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
79256 Date:   Tue Jul 17 09:56:06 2007 +0000
79257
79258     Files blacklist updated.
79259     
79260     
79261     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3824 48e7efb5-ca39-0410-a469-dd3cf9ba447f
79262
79263 commit 5997f3b7b1f4789b20ad3f47fd5136d2d5b17007
79264 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
79265 Date:   Tue Jul 17 09:55:11 2007 +0000
79266
79267     Removing the burden of generating .tesh files of configure.
79268     
79269     
79270     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3823 48e7efb5-ca39-0410-a469-dd3cf9ba447f
79271
79272 commit 19edb703722f775d2471bca2af25ec98fe6b9373
79273 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
79274 Date:   Tue Jul 17 09:44:03 2007 +0000
79275
79276     Using .tesh files instead of .tesh.in.
79277     
79278     
79279     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3822 48e7efb5-ca39-0410-a469-dd3cf9ba447f
79280
79281 commit b431993f8844f64f0b5c005045e8db3cbc021dc0
79282 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
79283 Date:   Tue Jul 17 09:31:51 2007 +0000
79284
79285     Using tesh files instead of tesh.in avoiding configure overload.
79286     
79287     
79288     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3821 48e7efb5-ca39-0410-a469-dd3cf9ba447f
79289
79290 commit fd7f0b52bb1982ee46044bfc5b32bd95f89935a9
79291 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
79292 Date:   Tue Jul 17 09:23:18 2007 +0000
79293
79294     unlock the dynar before removing sockets closed at the other side
79295     
79296     
79297     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3820 48e7efb5-ca39-0410-a469-dd3cf9ba447f
79298
79299 commit f589251fbf30c150f5c1471b874606e4cdaf6735
79300 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
79301 Date:   Tue Jul 17 09:22:59 2007 +0000
79302
79303     The tesh files don't need to be generated by configure.
79304     
79305     
79306     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3819 48e7efb5-ca39-0410-a469-dd3cf9ba447f
79307
79308 commit 8a80f216e1cf65ffea72f3ac1fe7de5b33170b1e
79309 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
79310 Date:   Tue Jul 17 09:18:48 2007 +0000
79311
79312     Make the check that RPC return something more strict
79313     
79314     
79315     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3818 48e7efb5-ca39-0410-a469-dd3cf9ba447f
79316
79317 commit c7b2fe5ab6011734e88127a7cc7535dacea9cfba
79318 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
79319 Date:   Tue Jul 17 08:06:18 2007 +0000
79320
79321     Let it compile without --disable-compile-optimizations
79322     
79323     
79324     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3817 48e7efb5-ca39-0410-a469-dd3cf9ba447f
79325
79326 commit b7beeef627c4096bfc5f93684a22ca8ffeb5fced
79327 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
79328 Date:   Tue Jul 17 07:58:37 2007 +0000
79329
79330     Cleaning unused files from the repository.
79331     
79332     
79333     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3816 48e7efb5-ca39-0410-a469-dd3cf9ba447f
79334
79335 commit 925907ed6a24252237456195a7fad882a9ebb13a
79336 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
79337 Date:   Mon Jul 16 16:02:35 2007 +0000
79338
79339     Do not run sdp-based tests when sdp is not available...
79340     
79341     
79342     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3815 48e7efb5-ca39-0410-a469-dd3cf9ba447f
79343
79344 commit d7fb4480c24a5089ab8bbcbffec1e18a35e88b8e
79345 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
79346 Date:   Mon Jul 16 16:02:08 2007 +0000
79347
79348     surf_workstation_model -> workstation_model
79349     
79350     
79351     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3814 48e7efb5-ca39-0410-a469-dd3cf9ba447f
79352
79353 commit 7cc70bb882721e0b0300209a83e9e92573ee55f9
79354 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
79355 Date:   Mon Jul 16 15:55:00 2007 +0000
79356
79357     Enable to change the workstation_model from the command line (e.g. --cfg=workstation_model:CLM03).
79358     
79359     
79360     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3813 48e7efb5-ca39-0410-a469-dd3cf9ba447f
79361
79362 commit 20404b3a4c98b620cb4cd18ec1c2668ac278eb6b
79363 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
79364 Date:   Mon Jul 16 15:00:11 2007 +0000
79365
79366     New directory hierarchy for examples/msg added.
79367     
79368     
79369     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3812 48e7efb5-ca39-0410-a469-dd3cf9ba447f
79370
79371 commit cfd0202e44c5db46f5e802d7ff4d3fa5ef40783c
79372 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
79373 Date:   Mon Jul 16 14:58:53 2007 +0000
79374
79375     New directory hierarchy with make check working.
79376     
79377     
79378     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3811 48e7efb5-ca39-0410-a469-dd3cf9ba447f
79379
79380 commit 9cbc4426e05efd62112be9b19b24723cd2fe599b
79381 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
79382 Date:   Mon Jul 16 14:58:25 2007 +0000
79383
79384     Readme files explaining examples and the directory hierarchy.
79385     
79386     
79387     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3810 48e7efb5-ca39-0410-a469-dd3cf9ba447f
79388
79389 commit 8d1e4e8f43226a5a63cb43aa79b1f6a4411c66b0
79390 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
79391 Date:   Mon Jul 16 14:53:30 2007 +0000
79392
79393     Added files to the msg SUSPEND/RESUME example.
79394     
79395     
79396     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3809 48e7efb5-ca39-0410-a469-dd3cf9ba447f
79397
79398 commit c3d8431ed07f910b5ab9a7c59a78d2b6fc374b1f
79399 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
79400 Date:   Mon Jul 16 14:49:39 2007 +0000
79401
79402     Added files to the MASTER/SLAVE parser bypassing example. It is not
79403     working for the moment once that we updated the parser flexml version.
79404     
79405     
79406     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3808 48e7efb5-ca39-0410-a469-dd3cf9ba447f
79407
79408 commit aa909d1667ec6ea5abb2278f85965f2d746634d5
79409 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
79410 Date:   Mon Jul 16 14:46:08 2007 +0000
79411
79412     Added files to the simple MASTER/SLAVE example.
79413     
79414     
79415     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3807 48e7efb5-ca39-0410-a469-dd3cf9ba447f
79416
79417 commit 876f943a0fe261de4baddbcc99d044ce0abc05ac
79418 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
79419 Date:   Mon Jul 16 14:43:55 2007 +0000
79420
79421     New directory hierarchy for MASTER/SLAVE example with a forwarder
79422     module.
79423     
79424     
79425     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3806 48e7efb5-ca39-0410-a469-dd3cf9ba447f
79426
79427 commit aee89a177a3536e035e38e44500bcee0eb49225d
79428 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
79429 Date:   Mon Jul 16 14:40:33 2007 +0000
79430
79431     Added files to the sendrecv example.
79432     
79433     
79434     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3805 48e7efb5-ca39-0410-a469-dd3cf9ba447f
79435
79436 commit 9a0be9b0d6b5f1b280a9f7f22780a92aac974a61
79437 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
79438 Date:   Mon Jul 16 14:36:40 2007 +0000
79439
79440     New directory hierarchical tree for msg examples. Moving ping_pong to
79441     sendrecv directory.
79442     
79443     
79444     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3804 48e7efb5-ca39-0410-a469-dd3cf9ba447f
79445
79446 commit bf6791256c5865c68a174edc357a64da09652ab1
79447 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
79448 Date:   Mon Jul 16 14:32:42 2007 +0000
79449
79450     surf_workstation_model -> workstation_model
79451     
79452     
79453     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3803 48e7efb5-ca39-0410-a469-dd3cf9ba447f
79454
79455 commit 79b7fcc6dfb026ac94df11b5610ba84dde5b2c84
79456 Author: donassbr <donassbr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
79457 Date:   Mon Jul 16 13:33:49 2007 +0000
79458
79459     Undo dynar changes ("recursive" mutex).
79460     Added functions to remove data if we're inside of foreach.
79461     
79462     Changes in gras to work with the "sync dynar". I tested only with some
79463     SG examples.
79464     
79465     
79466     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3802 48e7efb5-ca39-0410-a469-dd3cf9ba447f
79467
79468 commit 32d67c0aab51ae17b989fdf8e0cd7cc8137e47be
79469 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
79470 Date:   Mon Jul 16 10:59:01 2007 +0000
79471
79472     automatically generated files
79473     
79474     
79475     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3801 48e7efb5-ca39-0410-a469-dd3cf9ba447f
79476
79477 commit a7c7ae406347035d3205a840c134196ad3a08480
79478 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
79479 Date:   Mon Jul 16 10:53:25 2007 +0000
79480
79481     Stop bugging me with java when I don't want it.
79482     
79483     
79484     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3800 48e7efb5-ca39-0410-a469-dd3cf9ba447f
79485
79486 commit 060556314d8ce7f8ef47a7ce2c46c3d92f62b1fb
79487 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
79488 Date:   Mon Jul 16 10:18:25 2007 +0000
79489
79490     Shut automake's mouth up.
79491     
79492     
79493     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3799 48e7efb5-ca39-0410-a469-dd3cf9ba447f
79494
79495 commit 5834b3e37665fac531ccb6118397895604d5d569
79496 Author: donassbr <donassbr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
79497 Date:   Mon Jul 16 10:07:21 2007 +0000
79498
79499     Corrected bug.
79500     Bug: xbt_queues strangely handled
79501     
79502     simix_cond_wait_timeout now raise an exception if the timeout happens.
79503     
79504     
79505     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3798 48e7efb5-ca39-0410-a469-dd3cf9ba447f
79506
79507 commit 4c54951e0b04dc8bef3b3709bf2c5f917062ced5
79508 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
79509 Date:   Mon Jul 16 09:15:50 2007 +0000
79510
79511     Allow users to disable Java binding, even if the configure thinks it found the tools
79512     
79513     
79514     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3797 48e7efb5-ca39-0410-a469-dd3cf9ba447f
79515
79516 commit 6d0e473f94be76c5d74554817adbc79f57aef669
79517 Author: donassbr <donassbr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
79518 Date:   Mon Jul 16 09:11:56 2007 +0000
79519
79520     It have to call the correct functions.
79521     Now, it compiles.
79522     
79523     
79524     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3796 48e7efb5-ca39-0410-a469-dd3cf9ba447f
79525
79526 commit 26d8df6e5e8150a6ab91694a90260e8a1cbeddec
79527 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
79528 Date:   Mon Jul 16 08:50:41 2007 +0000
79529
79530     Let the context version compile properly after the last 'sanitization' of the backtrace naming space
79531     
79532     
79533     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3795 48e7efb5-ca39-0410-a469-dd3cf9ba447f
79534
79535 commit 47801f582a7b05f4cd4680f96fb44316fe4e7a89
79536 Author: donassbr <donassbr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
79537 Date:   Mon Jul 16 08:45:41 2007 +0000
79538
79539     Wrong namming scheme.
79540     Corrected. I hope, I couldn't compile it yet.
79541     
79542     
79543     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3794 48e7efb5-ca39-0410-a469-dd3cf9ba447f
79544
79545 commit 1dc76e8e1d473b480e814d77d584d707c5a5cec7
79546 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
79547 Date:   Sun Jul 15 12:46:22 2007 +0000
79548
79549     xbt_string_t (C definition in xbt/str.h, right for us) is an acknoledged alias to string
79550     
79551     
79552     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3793 48e7efb5-ca39-0410-a469-dd3cf9ba447f
79553
79554 commit dd9eb0dffce1ded356741cf4dd0c9c34f6790205
79555 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
79556 Date:   Sun Jul 15 12:45:25 2007 +0000
79557
79558     Add an alias to (char*) to help the parsing macro
79559     
79560     
79561     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3792 48e7efb5-ca39-0410-a469-dd3cf9ba447f
79562
79563 commit 82249929c30f14c908370dcfd99c7c6d1955dcc2
79564 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
79565 Date:   Sun Jul 15 12:44:56 2007 +0000
79566
79567     Add a GRAS_DEFINE_TYPE_LOCAL to allow users to have both common messages (shared with the rest of the library?) whose gras description is not loaded in current file, and private messages, whose gras description *is* defined in current file
79568     
79569     
79570     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3791 48e7efb5-ca39-0410-a469-dd3cf9ba447f
79571
79572 commit c45ece9f4e79e326e1c803151d6a2ea7cffafa33
79573 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
79574 Date:   Sun Jul 15 11:34:14 2007 +0000
79575
79576     new function gras_os_hostport, returning a constant form of gras_os_myname():gras_os_myport()
79577     
79578     
79579     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3790 48e7efb5-ca39-0410-a469-dd3cf9ba447f
79580
79581 commit e8ea353a0ed7c46e9cab26b6b25e0ee92701df53
79582 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
79583 Date:   Sat Jul 14 20:52:26 2007 +0000
79584
79585     Need to install this one too
79586     
79587     
79588     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3789 48e7efb5-ca39-0410-a469-dd3cf9ba447f
79589
79590 commit e277659eb138b3cd17a43ff4c92a67e9f054e9c2
79591 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
79592 Date:   Sat Jul 14 10:22:05 2007 +0000
79593
79594     memleak
79595     
79596     
79597     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3788 48e7efb5-ca39-0410-a469-dd3cf9ba447f
79598
79599 commit b5fa056288bb9c21740f0d0fc5b58fdbb08ff626
79600 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
79601 Date:   Sat Jul 14 10:21:45 2007 +0000
79602
79603     Memleak on the mutex
79604     
79605     
79606     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3787 48e7efb5-ca39-0410-a469-dd3cf9ba447f
79607
79608 commit 5753373bd1394e1b8d85f0e1ee9f963de662dd76
79609 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
79610 Date:   Sat Jul 14 10:13:52 2007 +0000
79611
79612     If the timeout is negative, the user wants to block
79613     
79614     
79615     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3786 48e7efb5-ca39-0410-a469-dd3cf9ba447f
79616
79617 commit a807aa1bf344d03be30b4b87761f71acd41b910b
79618 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
79619 Date:   Sat Jul 14 10:13:10 2007 +0000
79620
79621     more informative error message
79622     
79623     
79624     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3785 48e7efb5-ca39-0410-a469-dd3cf9ba447f
79625
79626 commit d96637e977c2001a04d4a49f35f91c75a6b3c06f
79627 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
79628 Date:   Sat Jul 14 10:12:43 2007 +0000
79629
79630     autogenerated
79631     
79632     
79633     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3784 48e7efb5-ca39-0410-a469-dd3cf9ba447f
79634
79635 commit 24f3d0dfeff80caad8f9b871d58b877f3cc0a7a8
79636 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
79637 Date:   Sat Jul 14 10:02:32 2007 +0000
79638
79639     If the element is not found, don't try to continue but report the issue before it causes a segfault
79640     
79641     
79642     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3783 48e7efb5-ca39-0410-a469-dd3cf9ba447f
79643
79644 commit 49ef939d12ab79d1e4b3ce1194ef89c8d6cafe5f
79645 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
79646 Date:   Sat Jul 14 09:11:06 2007 +0000
79647
79648     Sanitize backtrace naming space
79649     
79650     
79651     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3782 48e7efb5-ca39-0410-a469-dd3cf9ba447f
79652
79653 commit f7c38a5c54c0ec04663ee41183bf583edea6c856
79654 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
79655 Date:   Sat Jul 14 08:52:10 2007 +0000
79656
79657     Sanitize backtrace naming space
79658     
79659     
79660     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3781 48e7efb5-ca39-0410-a469-dd3cf9ba447f
79661
79662 commit f53a83e6e0569f94e664373316f96d197f7b8851
79663 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
79664 Date:   Sat Jul 14 07:44:55 2007 +0000
79665
79666     Kill dead files
79667     
79668     
79669     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3780 48e7efb5-ca39-0410-a469-dd3cf9ba447f
79670
79671 commit b4f00bf50283a629193daf4ae11616605b023abc
79672 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
79673 Date:   Sat Jul 14 07:41:35 2007 +0000
79674
79675     doc improvement
79676     
79677     
79678     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3779 48e7efb5-ca39-0410-a469-dd3cf9ba447f
79679
79680 commit a9e502bd36d995b3851044802aeefd3d44b1274c
79681 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
79682 Date:   Fri Jul 13 22:56:49 2007 +0000
79683
79684     kill oldies
79685     
79686     
79687     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3778 48e7efb5-ca39-0410-a469-dd3cf9ba447f
79688
79689 commit d681299210301006d41a0fd6f90332f2bb9d929e
79690 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
79691 Date:   Fri Jul 13 22:52:29 2007 +0000
79692
79693     Kill oldies, and document XBT virtualization mecanisms as I envision them
79694     
79695     
79696     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3777 48e7efb5-ca39-0410-a469-dd3cf9ba447f
79697
79698 commit 0835a762194309626ce9912541f7770c691d9169
79699 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
79700 Date:   Fri Jul 13 22:44:49 2007 +0000
79701
79702     Update the documentation instead of working (boooo)
79703     
79704     
79705     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3776 48e7efb5-ca39-0410-a469-dd3cf9ba447f
79706
79707 commit bb3a649562245b802c9465eec776f2af752e898f
79708 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
79709 Date:   Fri Jul 13 21:57:48 2007 +0000
79710
79711     fix doxygen
79712     
79713     
79714     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3775 48e7efb5-ca39-0410-a469-dd3cf9ba447f
79715
79716 commit 47aae2f82171dc72fa3a2e966571b9c86f763667
79717 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
79718 Date:   Fri Jul 13 21:55:59 2007 +0000
79719
79720     fix doxygen syntax
79721     
79722     
79723     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3774 48e7efb5-ca39-0410-a469-dd3cf9ba447f
79724
79725 commit ffa7c2b3103319030c88a966e9c65f4c418a3449
79726 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
79727 Date:   Fri Jul 13 21:53:57 2007 +0000
79728
79729     users love cross-links in the documentation
79730     
79731     
79732     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3773 48e7efb5-ca39-0410-a469-dd3cf9ba447f
79733
79734 commit fcb89639a7d553f76e6e02ee1169a8f8f3aa1896
79735 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
79736 Date:   Fri Jul 13 21:44:00 2007 +0000
79737
79738     Doxygen, don't be silly, this \n isn't for you
79739     
79740     
79741     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3772 48e7efb5-ca39-0410-a469-dd3cf9ba447f
79742
79743 commit 4d227f62c71b127feab03b55fefceee772a3eeaa
79744 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
79745 Date:   Fri Jul 13 19:08:04 2007 +0000
79746
79747     Kill dead files
79748     
79749     
79750     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3771 48e7efb5-ca39-0410-a469-dd3cf9ba447f
79751
79752 commit bc911012d7b8acd058eb71df52b6a2686bb4f8ef
79753 Author: donassbr <donassbr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
79754 Date:   Fri Jul 13 16:16:48 2007 +0000
79755
79756     structure sockets of gras_trp_prodata_t synchronized.
79757     changes in dynar. Martin???
79758     
79759     
79760     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3770 48e7efb5-ca39-0410-a469-dd3cf9ba447f
79761
79762 commit 86188201e4a5e76f7e0131c71f700b638458e9c9
79763 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
79764 Date:   Fri Jul 13 16:04:59 2007 +0000
79765
79766     Bug corrections: i) boundless variables wasn't detected properly,
79767     ii) the sigma_i + mu_i wasn't done correctly, mu_i was added at
79768     each lambda_j variable instead of only once at the end, iii) the
79769     initialization of parameter df in lmm_variable_new was 1 and it must
79770     be 0.0, iv) the function for Reno has some workrounds that doesn't
79771     seem to work correctly (this last one to be continued...).
79772     Thanks to Arnaud Legrand.
79773     
79774     
79775     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3769 48e7efb5-ca39-0410-a469-dd3cf9ba447f
79776
79777 commit a300a9b472bfb75d37e5ae9e965608c86ef4b069
79778 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
79779 Date:   Fri Jul 13 15:59:46 2007 +0000
79780
79781     Added the initialization of latency to the variables.
79782     Use the lmm_variable_update_latency function.
79783     
79784     
79785     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3768 48e7efb5-ca39-0410-a469-dd3cf9ba447f
79786
79787 commit e4954bd08ec2284d5d90d3211116269c01b64066
79788 Author: donassbr <donassbr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
79789 Date:   Fri Jul 13 14:42:06 2007 +0000
79790
79791     I forgot it.
79792     
79793     
79794     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3767 48e7efb5-ca39-0410-a469-dd3cf9ba447f
79795
79796 commit 111463df0d9a94d78e136d3d81ff828ea96a2cac
79797 Author: donassbr <donassbr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
79798 Date:   Fri Jul 13 14:20:20 2007 +0000
79799
79800     Added xbt_os_time and xbt_os_sleep. Execute in the real and simulate systems.
79801     
79802     
79803     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3766 48e7efb5-ca39-0410-a469-dd3cf9ba447f
79804
79805 commit 56136bb036c18df44cadd46cf5bd861c5bedcf0f
79806 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
79807 Date:   Fri Jul 13 10:00:33 2007 +0000
79808
79809     update of the binary file corresponding to the exchange after the change in the content of a dynar (to add the mutex). Should be done for all architectures
79810     
79811     
79812     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3765 48e7efb5-ca39-0410-a469-dd3cf9ba447f
79813
79814 commit 52ec8e4c7d4db3976927b8cd5335ec8ce81b73b6
79815 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
79816 Date:   Fri Jul 13 09:57:20 2007 +0000
79817
79818     Datadesc now contain a mutex; send big enough data chunks when exchanging them
79819     
79820     
79821     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3764 48e7efb5-ca39-0410-a469-dd3cf9ba447f
79822
79823 commit 3a9fb96d825e1be24909afe32fab3f552ba5c601
79824 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
79825 Date:   Fri Jul 13 09:48:59 2007 +0000
79826
79827     Working test cases
79828     
79829     
79830     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3763 48e7efb5-ca39-0410-a469-dd3cf9ba447f
79831
79832 commit 668c2891f0e27083f12431659631f90c18e1d517
79833 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
79834 Date:   Fri Jul 13 09:47:16 2007 +0000
79835
79836     reduce waiting times to speed up tests
79837     
79838     
79839     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3762 48e7efb5-ca39-0410-a469-dd3cf9ba447f
79840
79841 commit 3033f40440af89108eae451162251279ea0e8fbd
79842 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
79843 Date:   Fri Jul 13 09:37:57 2007 +0000
79844
79845     reduce waiting times during make check
79846     
79847     
79848     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3761 48e7efb5-ca39-0410-a469-dd3cf9ba447f
79849
79850 commit 0b0e99884dc8a04821a89dd5631ad077eaac6c3c
79851 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
79852 Date:   Fri Jul 13 09:37:31 2007 +0000
79853
79854     if the plugin socket creator raises an exception, remove the broken socket from the set (or we'll get into trouble at finalization, when trying to destroy it)
79855     
79856     
79857     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3760 48e7efb5-ca39-0410-a469-dd3cf9ba447f
79858
79859 commit 56c3026268986d7e710f5186c9a726fb96f4aef0
79860 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
79861 Date:   Fri Jul 13 09:00:25 2007 +0000
79862
79863     Speed up make check in RL a bit
79864     
79865     
79866     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3759 48e7efb5-ca39-0410-a469-dd3cf9ba447f
79867
79868 commit 206f67a04d1740ae7345bd940fe00547f2fc2eaa
79869 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
79870 Date:   Fri Jul 13 08:54:26 2007 +0000
79871
79872     reduce the waiting time in RL on make check
79873     
79874     
79875     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3758 48e7efb5-ca39-0410-a469-dd3cf9ba447f
79876
79877 commit 07a0ce8c37c11c7392febf32c5b7894e0d6f2a5b
79878 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
79879 Date:   Fri Jul 13 08:48:17 2007 +0000
79880
79881     revalidate the simulator output after last change
79882     
79883     
79884     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3757 48e7efb5-ca39-0410-a469-dd3cf9ba447f
79885
79886 commit 5a8c7a1803a7faf1f7571c9c287cf8f76469ee4d
79887 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
79888 Date:   Fri Jul 13 08:47:30 2007 +0000
79889
79890     Slaves try a bit harder to connect to the master
79891     
79892     
79893     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3756 48e7efb5-ca39-0410-a469-dd3cf9ba447f
79894
79895 commit 73dc2637ce559cd39833b193dd6b6afdc872d85c
79896 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
79897 Date:   Fri Jul 13 08:40:20 2007 +0000
79898
79899     Improved version of testsuite.
79900     
79901     
79902     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3755 48e7efb5-ca39-0410-a469-dd3cf9ba447f
79903
79904 commit cf62650fabc5ebfef5c056e1958ab7cadaa797f5
79905 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
79906 Date:   Fri Jul 13 08:33:25 2007 +0000
79907
79908     Added files to execute ping_pong example with a smallest possible
79909     platform.
79910     
79911     
79912     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3754 48e7efb5-ca39-0410-a469-dd3cf9ba447f
79913
79914 commit ddb9cdba7de52ce188e1ed7bbe313243271a27b9
79915 Author: markls <markls@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
79916 Date:   Fri Jul 13 08:28:10 2007 +0000
79917
79918     more work on smpi receiver.  basically everything is in place except matching
79919     pending recv requests to received messages.
79920     
79921     
79922     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3753 48e7efb5-ca39-0410-a469-dd3cf9ba447f
79923
79924 commit 9d186d408714052004377be2c09487efc0c865e5
79925 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
79926 Date:   Thu Jul 12 14:23:42 2007 +0000
79927
79928     this was renamed
79929     
79930     
79931     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3752 48e7efb5-ca39-0410-a469-dd3cf9ba447f
79932
79933 commit 8b175a4bac1e0a5d09b4489c2cd6ba01adad4905
79934 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
79935 Date:   Thu Jul 12 14:11:56 2007 +0000
79936
79937     autogenerated
79938     
79939     
79940     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3751 48e7efb5-ca39-0410-a469-dd3cf9ba447f
79941
79942 commit 334c91befa04ae9840e7ba3a4cca0fdeb6b32957
79943 Author: donassbr <donassbr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
79944 Date:   Thu Jul 12 13:57:50 2007 +0000
79945
79946     Use a queue to control the selectable sockets. We don't need anymore the mutex and contidions on the transport structure.
79947     
79948     
79949     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3750 48e7efb5-ca39-0410-a469-dd3cf9ba447f
79950
79951 commit db94bc623e61cfc180156f0b17a8586fa1a58164
79952 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
79953 Date:   Thu Jul 12 13:56:28 2007 +0000
79954
79955     Stop using internal interface of dynars related to cursors
79956     
79957     
79958     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3749 48e7efb5-ca39-0410-a469-dd3cf9ba447f
79959
79960 commit ed53116f5e65b9127d95190df00fdd050c6be04e
79961 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
79962 Date:   Thu Jul 12 13:55:39 2007 +0000
79963
79964     Initialize xbt beforehand
79965     
79966     
79967     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3748 48e7efb5-ca39-0410-a469-dd3cf9ba447f
79968
79969 commit f24ae5fb9223f69bf15e5418cdf856f111995e03
79970 Author: donassbr <donassbr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
79971 Date:   Thu Jul 12 13:55:39 2007 +0000
79972
79973     Corrected mutex unlocking.
79974     Raise an exception if the timeout occurs on the timed functions.
79975     
79976     
79977     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3747 48e7efb5-ca39-0410-a469-dd3cf9ba447f
79978
79979 commit 6161c3484706f9f1c5d6c7bb1c48cd041211cf8e
79980 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
79981 Date:   Thu Jul 12 13:54:50 2007 +0000
79982
79983     New kind of error
79984     
79985     
79986     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3746 48e7efb5-ca39-0410-a469-dd3cf9ba447f
79987
79988 commit da345f5a66d319a7470611b536c690a56de31e95
79989 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
79990 Date:   Thu Jul 12 12:06:30 2007 +0000
79991
79992     Dynar are now synchronized
79993     
79994     
79995     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3745 48e7efb5-ca39-0410-a469-dd3cf9ba447f
79996
79997 commit 3871b0b0de5c4a7420635305a67bfef7e91a8836
79998 Author: donassbr <donassbr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
79999 Date:   Thu Jul 12 10:55:53 2007 +0000
80000
80001     Type casting. Bug solved.
80002     
80003     
80004     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3744 48e7efb5-ca39-0410-a469-dd3cf9ba447f
80005
80006 commit 3473014423f69b4ec6ecaddca3f3c9e503a7adbf
80007 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
80008 Date:   Thu Jul 12 10:36:49 2007 +0000
80009
80010     various little cleanups in the gras/sg code. Mainly reindentation and more informative field names for the structures
80011     
80012     
80013     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3743 48e7efb5-ca39-0410-a469-dd3cf9ba447f
80014
80015 commit 440b8b64317ded54096037ddbed38670565c3c59
80016 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
80017 Date:   Wed Jul 11 17:51:37 2007 +0000
80018
80019     xbt/synchro.h test case, unfortunately showing some issues in the simulation for now
80020     
80021     
80022     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3742 48e7efb5-ca39-0410-a469-dd3cf9ba447f
80023
80024 commit 7166ae6c85f79709c2d6dedb68b0c39af3222857
80025 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
80026 Date:   Wed Jul 11 17:50:08 2007 +0000
80027
80028     Go for a thread_cancel instead of a thread_destroy since every documentation says that it is the way to go
80029     
80030     
80031     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3741 48e7efb5-ca39-0410-a469-dd3cf9ba447f
80032
80033 commit f0cf99d650f27689b97ddcce0582fdf9d6588da7
80034 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
80035 Date:   Wed Jul 11 17:48:54 2007 +0000
80036
80037     += thread_cancel
80038     
80039     
80040     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3740 48e7efb5-ca39-0410-a469-dd3cf9ba447f
80041
80042 commit 16957701f9f986241cbf3236900a0e2e5b7612de
80043 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
80044 Date:   Wed Jul 11 17:15:44 2007 +0000
80045
80046     of course, you shouldn't use the simulated time but the native one to see whether the user waited 5 sec before pressing Ctrl-C again
80047     
80048     
80049     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3739 48e7efb5-ca39-0410-a469-dd3cf9ba447f
80050
80051 commit 456eb348c9521090931eba2c7fbfcacf40623fae
80052 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
80053 Date:   Wed Jul 11 16:08:53 2007 +0000
80054
80055     When implementing the versatile threads, I decided to diverge a bit from the pthread interface
80056     
80057     
80058     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3738 48e7efb5-ca39-0410-a469-dd3cf9ba447f
80059
80060 commit 44ca997a01460e17c9affb8fd4915daf91c439d5
80061 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
80062 Date:   Wed Jul 11 16:07:37 2007 +0000
80063
80064     implement versatile threads (working both on simulator and in situ); the simulated conditions aren't working yet
80065     
80066     
80067     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3737 48e7efb5-ca39-0410-a469-dd3cf9ba447f
80068
80069 commit 73d7467abad2b60a0d08c3bd371c047f258a4265
80070 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
80071 Date:   Wed Jul 11 16:05:33 2007 +0000
80072
80073     versatile implementation do not fake the xbt_thread type anymore but has its own, so remove the KEEP IT IN SYNC warnings, and add a xbt_os_thread_getparam() function to retrieve the pointer passed to the constructor later on need
80074     
80075     
80076     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3736 48e7efb5-ca39-0410-a469-dd3cf9ba447f
80077
80078 commit d5eb84330f48589a19c1c88b96bfe322ff130b51
80079 Author: donassbr <donassbr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
80080 Date:   Wed Jul 11 14:23:15 2007 +0000
80081
80082     We need a default if the user didn't set any function.
80083     
80084     
80085     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3735 48e7efb5-ca39-0410-a469-dd3cf9ba447f
80086
80087 commit 37a3fe2f50af03b870e11c64488366ac0abb5b36
80088 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
80089 Date:   Wed Jul 11 12:16:36 2007 +0000
80090
80091     kill dead code
80092     
80093     
80094     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3734 48e7efb5-ca39-0410-a469-dd3cf9ba447f
80095
80096 commit d95d93298e8bb71b312af6d0d9ad70e6b1644e74
80097 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
80098 Date:   Wed Jul 11 11:43:05 2007 +0000
80099
80100     Generate the temps manually in this dir because the child process is not in the deployment file, so gras_stub_generator needs an extra argument to see it
80101     
80102     
80103     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3733 48e7efb5-ca39-0410-a469-dd3cf9ba447f
80104
80105 commit cb7d8706b79be9387ba60abdc12b536a9e8727b4
80106 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
80107 Date:   Wed Jul 11 11:38:40 2007 +0000
80108
80109     ...
80110     
80111     
80112     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3732 48e7efb5-ca39-0410-a469-dd3cf9ba447f
80113
80114 commit bc0c0b491241f28c083c4b6540944ed604242ba2
80115 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
80116 Date:   Wed Jul 11 11:36:03 2007 +0000
80117
80118     More cleanups in simix and friends. Do not request users to pass a cleanup function to SIMIX_process_create. Instead, provide a SIMIX_function_register_process_cleanup function to set this globally
80119     
80120     
80121     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3731 48e7efb5-ca39-0410-a469-dd3cf9ba447f
80122
80123 commit fb16e0570dc67c637041ae0e5c339e29bc35078b
80124 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
80125 Date:   Wed Jul 11 11:15:55 2007 +0000
80126
80127     Test case for the gras_agent_spawn function
80128     
80129     
80130     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3730 48e7efb5-ca39-0410-a469-dd3cf9ba447f
80131
80132 commit d7dc67d76d26296cfc6b256b672f975c2e854a98
80133 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
80134 Date:   Wed Jul 11 11:12:09 2007 +0000
80135
80136     dead file
80137     
80138     
80139     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3729 48e7efb5-ca39-0410-a469-dd3cf9ba447f
80140
80141 commit e6de0046421a8be2333ff7bda55665963ef37411
80142 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
80143 Date:   Wed Jul 11 11:11:04 2007 +0000
80144
80145     New function: gras_agent_spawn
80146     
80147     
80148     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3728 48e7efb5-ca39-0410-a469-dd3cf9ba447f
80149
80150 commit 5963dc7702840c2a23af05563584baab8cc2a78a
80151 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
80152 Date:   Wed Jul 11 11:10:42 2007 +0000
80153
80154     please shutdown the process/agent BEFORE the whole gras mecanisms are shut down
80155     
80156     
80157     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3727 48e7efb5-ca39-0410-a469-dd3cf9ba447f
80158
80159 commit d6fe500813d00b30525b071d9038a7edf7104267
80160 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
80161 Date:   Wed Jul 11 11:09:47 2007 +0000
80162
80163     Move smx_process related functions from sg_emul.c to sg_process.c; cosmetics; + add a new function gras_agent_spawn() (YUHU). Only implemented in simulation for now, but I can deal with it
80164     
80165     
80166     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3726 48e7efb5-ca39-0410-a469-dd3cf9ba447f
80167
80168 commit a10a29a02bad2ef8c72b9e2ae32c336fc20d7c4e
80169 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
80170 Date:   Wed Jul 11 10:47:16 2007 +0000
80171
80172     Split too long file, various cleanups
80173     
80174     
80175     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3725 48e7efb5-ca39-0410-a469-dd3cf9ba447f
80176
80177 commit 23d88402ad47199eaf7e3b084c5af4b7f3344f55
80178 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
80179 Date:   Wed Jul 11 09:45:03 2007 +0000
80180
80181     Remove comments written in french (sigh), remove the unused (and not functionnal) generate_deployment function, add new option: --extra-process to generate wrappers for processes not in the deployment file
80182     
80183     
80184     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3724 48e7efb5-ca39-0410-a469-dd3cf9ba447f
80185
80186 commit f561324441741058a611c6d3fabac107ad9f770b
80187 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
80188 Date:   Wed Jul 11 07:46:56 2007 +0000
80189
80190     cosmetics: enforce prototype checking on callbacks in SIMIX_function_register_process_create/kill
80191     
80192     
80193     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3723 48e7efb5-ca39-0410-a469-dd3cf9ba447f
80194
80195 commit 9896aefd0e354ac7342df0589f8ec119e0d517fc
80196 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
80197 Date:   Wed Jul 11 07:20:18 2007 +0000
80198
80199     Move a private symbol (that I may want to kill soon) out of user's sight
80200     
80201     
80202     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3722 48e7efb5-ca39-0410-a469-dd3cf9ba447f
80203
80204 commit 173ca62b9e1e15103cedace333b7acbf3d68197e
80205 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
80206 Date:   Tue Jul 10 20:44:15 2007 +0000
80207
80208     yeah, right
80209     
80210     
80211     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3721 48e7efb5-ca39-0410-a469-dd3cf9ba447f
80212
80213 commit 1aa3c214bef547c3d50bbad0ea667c1b7d9ef3bc
80214 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
80215 Date:   Tue Jul 10 20:39:21 2007 +0000
80216
80217     Ignore it, it's just a deseperate try to explain CVS that this version is better than the older one
80218     
80219     
80220     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3720 48e7efb5-ca39-0410-a469-dd3cf9ba447f
80221
80222 commit 6d17036094433f0304c29b6f57922cee32b0c67c
80223 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
80224 Date:   Tue Jul 10 20:36:12 2007 +0000
80225
80226     Kill the types xbt_context_function_t, smx_process_code_t and m_process_code_t; use a uniq xbt_main_func_t defined in include/src/function_types.h instead. This reduces the amount of supurious casts around, and prevent me from introducing yet another 'gras_process_code_t' alias ;) This symbol was part of the MSG public interface, but I doubt any user ever created a variable of that type (this is a pointer to function)
80227     
80228     
80229     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3719 48e7efb5-ca39-0410-a469-dd3cf9ba447f
80230
80231 commit 1f851881b5dfc8776b706070e31ac55dd986f563
80232 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
80233 Date:   Tue Jul 10 20:28:02 2007 +0000
80234
80235     Stupid me. The code produced by the gras_stub_generator need these symbols, making them public (sorry for the noise)
80236     
80237     
80238     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3718 48e7efb5-ca39-0410-a469-dd3cf9ba447f
80239
80240 commit 43b4f9a0855bec7ef1a6e07056b4af1d3be44e9a
80241 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
80242 Date:   Tue Jul 10 20:11:32 2007 +0000
80243
80244     Arg. Move private symbols out of the public header. They are only used in SG, and have no sense in RL
80245     
80246     
80247     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3717 48e7efb5-ca39-0410-a469-dd3cf9ba447f
80248
80249 commit 67ca666f2f04f48a9d1e651275c834fd65c826e8
80250 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
80251 Date:   Tue Jul 10 19:47:51 2007 +0000
80252
80253     Arg. Move private symbols out of the public header. They are only used in SG, and have no sense in RL
80254     
80255     
80256     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3716 48e7efb5-ca39-0410-a469-dd3cf9ba447f
80257
80258 commit 9f15820876bd61e9b3d7bb9c4e0b9b5e77553be6
80259 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
80260 Date:   Tue Jul 10 18:05:15 2007 +0000
80261
80262     timeout on conditions
80263     
80264     
80265     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3715 48e7efb5-ca39-0410-a469-dd3cf9ba447f
80266
80267 commit cd5e6b169f6a55b9e913fe0f8ea3ec85fbb330bd
80268 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
80269 Date:   Tue Jul 10 18:04:52 2007 +0000
80270
80271     add the ability to specify a timeout on waiting a condition in every interfaces (but windows, I personnaly dunno how to do it), and use it in the queues
80272     
80273     
80274     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3714 48e7efb5-ca39-0410-a469-dd3cf9ba447f
80275
80276 commit b96e1bf5be6e8238849ba847ddbd3f39a0c86188
80277 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
80278 Date:   Tue Jul 10 17:54:50 2007 +0000
80279
80280     sanitize file naming space
80281     
80282     
80283     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3713 48e7efb5-ca39-0410-a469-dd3cf9ba447f
80284
80285 commit a1d1bf1d5ec7881c00106546fca6031bf365f3e0
80286 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
80287 Date:   Tue Jul 10 17:29:51 2007 +0000
80288
80289     typos preventing the java disabling from working
80290     
80291     
80292     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3712 48e7efb5-ca39-0410-a469-dd3cf9ba447f
80293
80294 commit 8aade67407e171a3cb545ef0b133a6feee6a9b64
80295 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
80296 Date:   Tue Jul 10 17:29:01 2007 +0000
80297
80298     Comment a windows hack which is out of sync with log layers addition and prevent the lib from compiling. It may happen that this hack is indeed mandatory to *use* the library. In this case, we'il have to update it
80299     
80300     
80301     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3711 48e7efb5-ca39-0410-a469-dd3cf9ba447f
80302
80303 commit c81b88b7af71898176fabb4177118edfc3a70c22
80304 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
80305 Date:   Tue Jul 10 17:25:53 2007 +0000
80306
80307     ops, wasn't compilable under windows
80308     
80309     
80310     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3710 48e7efb5-ca39-0410-a469-dd3cf9ba447f
80311
80312 commit 0b338053bf57bfe29230791472d1d4c6b16e0cb1
80313 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
80314 Date:   Tue Jul 10 16:40:20 2007 +0000
80315
80316     Make sure min and max macro are declared everywhere in simgrid
80317     
80318     
80319     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3709 48e7efb5-ca39-0410-a469-dd3cf9ba447f
80320
80321 commit 97f7cdba9efb1d65c608a271f4caeb1a22a0a39d
80322 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
80323 Date:   Tue Jul 10 16:36:32 2007 +0000
80324
80325     rename xbt_portability.h and sysdep.c to xbt_os_time.h and xbt_os_time.c to express more clearly what they do
80326     
80327     
80328     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3708 48e7efb5-ca39-0410-a469-dd3cf9ba447f
80329
80330 commit 080fe941d0cefc731c075d239acca77e8e324b70
80331 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
80332 Date:   Tue Jul 10 16:29:28 2007 +0000
80333
80334     Windows don't have any pthread implementation...
80335     
80336     
80337     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3707 48e7efb5-ca39-0410-a469-dd3cf9ba447f
80338
80339 commit a4285d5c631a45876e45a4d95de76689d8a0b84a
80340 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
80341 Date:   Tue Jul 10 15:58:15 2007 +0000
80342
80343     Split up a too long file, taking the oportunity to sanitize the file naming spacec
80344     
80345     
80346     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3706 48e7efb5-ca39-0410-a469-dd3cf9ba447f
80347
80348 commit a08c3880c5aceabfda3d53b4e97357d940258a40
80349 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
80350 Date:   Tue Jul 10 13:04:30 2007 +0000
80351
80352     Split up a too long file, taking the oportunity to sanitize the file naming spacec
80353     
80354     
80355     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3705 48e7efb5-ca39-0410-a469-dd3cf9ba447f
80356
80357 commit 6f529f3589de095d87dea6d451d4c648b4e3147e
80358 Author: markls <markls@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
80359 Date:   Tue Jul 10 05:55:06 2007 +0000
80360
80361     some more work on smpi_sender and smpi_receiver.  It'd be nice to be in
80362     a position to do unit testing...
80363     
80364     
80365     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3704 48e7efb5-ca39-0410-a469-dd3cf9ba447f
80366
80367 commit 20ab7b029068573eb7ac3d983782a9cb27c96cec
80368 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
80369 Date:   Mon Jul 9 18:41:52 2007 +0000
80370
80371     Hello module xbt/queue (classical producer/consumer synchronization scheme)
80372     
80373     
80374     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3703 48e7efb5-ca39-0410-a469-dd3cf9ba447f
80375
80376 commit e6e568cfd5b9e6c60c12841ffa644135712cbf4a
80377 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
80378 Date:   Mon Jul 9 17:50:44 2007 +0000
80379
80380     We need the os threads here
80381     
80382     
80383     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3702 48e7efb5-ca39-0410-a469-dd3cf9ba447f
80384
80385 commit 04d7360141aee3e07eac2ea6a0748df09ab6cdc5
80386 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
80387 Date:   Mon Jul 9 17:48:08 2007 +0000
80388
80389     Erm
80390     
80391     
80392     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3701 48e7efb5-ca39-0410-a469-dd3cf9ba447f
80393
80394 commit 6b17b58f85d3a55ce3c6ec7298b2437853c83bda
80395 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
80396 Date:   Mon Jul 9 17:44:56 2007 +0000
80397
80398     Further document last changes
80399     
80400     
80401     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3700 48e7efb5-ca39-0410-a469-dd3cf9ba447f
80402
80403 commit b03617bf4f7a079013761ea9cd4697fb9ff08a11
80404 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
80405 Date:   Mon Jul 9 17:40:42 2007 +0000
80406
80407     Hello xbt/synchro module (synchronization working both in simulation and real life, for use in GRAS mainly but not only)
80408     
80409     
80410     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3699 48e7efb5-ca39-0410-a469-dd3cf9ba447f
80411
80412 commit 2c720b83e270f7078e3795144be9c461f62fcf2a
80413 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
80414 Date:   Mon Jul 9 17:39:59 2007 +0000
80415
80416     .
80417     
80418     
80419     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3698 48e7efb5-ca39-0410-a469-dd3cf9ba447f
80420
80421 commit 9e208fa1fce2449fb9d83259d4d4cb2fe9f6cdfb
80422 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
80423 Date:   Mon Jul 9 17:39:13 2007 +0000
80424
80425     Hello xbt/synchro module (synchronization working both in simulation and real life, for use in GRAS mainly but not only). Implementation would be cleaner (and a bit faster) with ELF symbol aliasing, but I'm not sure of how it works under windows, so I prefer to play safe for now
80426     
80427     
80428     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3697 48e7efb5-ca39-0410-a469-dd3cf9ba447f
80429
80430 commit 7516e3d43bd243928406a631bc5c9e89b2789f04
80431 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
80432 Date:   Mon Jul 9 16:32:07 2007 +0000
80433
80434     rename xbt_thread, xbt_mutex and xbt_thcond to xbt_os_thread, xbt_os_mutex and xbt_os_cond to make room for symbols like xbt_cond, which will be implemented with xbt_os_cond in RL, and with smx_cond in SG
80435     
80436     
80437     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3696 48e7efb5-ca39-0410-a469-dd3cf9ba447f
80438
80439 commit 4b9fef86b73d5262c31dab7e82aaed3f2d62e660
80440 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
80441 Date:   Mon Jul 9 16:30:13 2007 +0000
80442
80443     This file is a stub for XBT, it has nothing to do in the gras/ dir
80444     
80445     
80446     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3695 48e7efb5-ca39-0410-a469-dd3cf9ba447f
80447
80448 commit 9204fcde35174139ca0e6c1c0acbddd9457ecfdd
80449 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
80450 Date:   Mon Jul 9 15:26:45 2007 +0000
80451
80452     We also need jni.h to compile (naturally) + move java checks to their own section (commit generated separately since they get updated when configure.ac is changed to update the $ Id $ in it
80453     
80454     
80455     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3694 48e7efb5-ca39-0410-a469-dd3cf9ba447f
80456
80457 commit 37e8f739969be26fe92724a7fe535847340d09d1
80458 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
80459 Date:   Mon Jul 9 15:22:32 2007 +0000
80460
80461     We also need jni.h to compile (naturally) + move java checks to their own section
80462     
80463     
80464     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3693 48e7efb5-ca39-0410-a469-dd3cf9ba447f
80465
80466 commit 474d70ebfe2c23d2dc82f1904362c3feddda3e78
80467 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
80468 Date:   Mon Jul 9 14:13:28 2007 +0000
80469
80470     do not break when java isn't around
80471     
80472     
80473     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3692 48e7efb5-ca39-0410-a469-dd3cf9ba447f
80474
80475 commit 826086c286215ff9dd0134bae4224909a9a4d7c5
80476 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
80477 Date:   Mon Jul 9 10:40:09 2007 +0000
80478
80479     Get ready to RTFM fred about static linking
80480     
80481     
80482     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3691 48e7efb5-ca39-0410-a469-dd3cf9ba447f
80483
80484 commit a5df3137d0c7edb988478158a8237c0e849c8594
80485 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
80486 Date:   Sun Jul 8 21:18:15 2007 +0000
80487
80488     hello, automake-1.10
80489     
80490     
80491     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3690 48e7efb5-ca39-0410-a469-dd3cf9ba447f
80492
80493 commit 569e1862c8fa9d370cdb9f157fdb1e2b9ff71a07
80494 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
80495 Date:   Sun Jul 8 21:14:19 2007 +0000
80496
80497     Go for automake-1.10
80498     
80499     
80500     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3689 48e7efb5-ca39-0410-a469-dd3cf9ba447f
80501
80502 commit e4638b3ad2daa1144d1860dc1b2373c323e64732
80503 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
80504 Date:   Sun Jul 8 21:13:33 2007 +0000
80505
80506     Make sure this file can be included alone (it needs va_*, which are loaded elsewhere most of the time + note to Malek
80507     
80508     
80509     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3688 48e7efb5-ca39-0410-a469-dd3cf9ba447f
80510
80511 commit a4ccbfc25d36b36070947224ce2830ec4b10a8ad
80512 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
80513 Date:   Sun Jul 8 21:12:11 2007 +0000
80514
80515     Stop hardcoding prehistoric versions of aclocal ;)
80516     
80517     
80518     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3687 48e7efb5-ca39-0410-a469-dd3cf9ba447f
80519
80520 commit a6229182f68c6fe490de375437b1a7c5823369c9
80521 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
80522 Date:   Sun Jul 8 21:11:37 2007 +0000
80523
80524     (kinda) working java wrappers by Malek and me
80525     
80526     
80527     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3686 48e7efb5-ca39-0410-a469-dd3cf9ba447f
80528
80529 commit 2033091e2339a120d594b4cbf81a89d72faa0d05
80530 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
80531 Date:   Sun Jul 8 21:02:03 2007 +0000
80532
80533     (kinda) working java wrappers by Malek and me
80534     
80535     
80536     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3685 48e7efb5-ca39-0410-a469-dd3cf9ba447f
80537
80538 commit 3913bb7b7d28a6c8f383b7973f72a4fc7a1f4f01
80539 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
80540 Date:   Sun Jul 8 20:51:53 2007 +0000
80541
80542     (kinda) working java wrappers by Malek and me
80543     
80544     
80545     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3684 48e7efb5-ca39-0410-a469-dd3cf9ba447f
80546
80547 commit 72e3f21f7aaa97e1aed018cd49b8e26ae000f487
80548 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
80549 Date:   Sun Jul 8 20:49:10 2007 +0000
80550
80551     ignorable
80552     
80553     
80554     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3683 48e7efb5-ca39-0410-a469-dd3cf9ba447f
80555
80556 commit 82cbacaf0879d1e2991732cfbe24750f95853c42
80557 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
80558 Date:   Sun Jul 8 18:10:52 2007 +0000
80559
80560     In reality, Java use native thread synchronization. It will change, but for now, it complicates this file to make sure that the right symbols are defined in both version
80561     
80562     
80563     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3682 48e7efb5-ca39-0410-a469-dd3cf9ba447f
80564
80565 commit ed80cc6ad0e1fba70d280268871861361593f38c
80566 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
80567 Date:   Sun Jul 8 18:09:20 2007 +0000
80568
80569     s/__SIMIX_display_process_status/SIMIX_display_process_status/
80570     
80571     
80572     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3681 48e7efb5-ca39-0410-a469-dd3cf9ba447f
80573
80574 commit aeef4803f9e4f62d67e540f1f3699bd6eae49620
80575 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
80576 Date:   Sun Jul 8 18:08:13 2007 +0000
80577
80578     hack around the place to get the initialization phase of java working + cosmetics
80579     
80580     
80581     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3680 48e7efb5-ca39-0410-a469-dd3cf9ba447f
80582
80583 commit 4ba3f02277f53f9d332c7eccc5a902bb59bb4690
80584 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
80585 Date:   Sun Jul 8 18:05:10 2007 +0000
80586
80587     More verbose on exception throwing (java still raises this)
80588     
80589     
80590     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3679 48e7efb5-ca39-0410-a469-dd3cf9ba447f
80591
80592 commit 4dbff03b21e7203db342f455ba4eccdd6ab834bf
80593 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
80594 Date:   Sun Jul 8 18:03:27 2007 +0000
80595
80596     allow interfaces to call SIMIX_display_process_status
80597     
80598     
80599     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3678 48e7efb5-ca39-0410-a469-dd3cf9ba447f
80600
80601 commit b246b51c247059cf38dd9f95a7558297787c8e87
80602 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
80603 Date:   Sun Jul 8 18:02:31 2007 +0000
80604
80605     Allow java to call __MSG_process_cleanup
80606     
80607     
80608     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3677 48e7efb5-ca39-0410-a469-dd3cf9ba447f
80609
80610 commit 9d718fb4abae595ad28ec04bc778dbcb3b37b4c2
80611 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
80612 Date:   Sun Jul 8 17:59:36 2007 +0000
80613
80614     typo
80615     
80616     
80617     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3676 48e7efb5-ca39-0410-a469-dd3cf9ba447f
80618
80619 commit ba60107ce7dfae9e82d98a0a41151948c104d301
80620 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
80621 Date:   Sun Jul 8 17:58:38 2007 +0000
80622
80623     Allow interfaces to display process status + trick around in SIMIX_jprocess_create (see its code) + indentation on SIMIX_process_create
80624     
80625     
80626     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3675 48e7efb5-ca39-0410-a469-dd3cf9ba447f
80627
80628 commit 7c49d0269c4163c8b4d8232dd7d43f21abea3a44
80629 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
80630 Date:   Sat Jul 7 13:44:28 2007 +0000
80631
80632     when building the backtrace search the path if the binary is not right there (as it is the case with java) -- rah, a bit of crude system programming is good for me after so much of Java(TM) ;)
80633     
80634     
80635     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3674 48e7efb5-ca39-0410-a469-dd3cf9ba447f
80636
80637 commit 9b954240096d6a5c28a1d92cabee46a8ebdea5e2
80638 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
80639 Date:   Sat Jul 7 13:10:15 2007 +0000
80640
80641     Do only call addr2line on a library when we got the actual name of the library, naturally. I dunno how to get this name when it's not explicited in /proc/self/maps (Ideas someone?)
80642     
80643     
80644     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3673 48e7efb5-ca39-0410-a469-dd3cf9ba447f
80645
80646 commit b1ad3869f4a66c317ba550880d95efa5f4ec2e1e
80647 Author: markls <markls@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
80648 Date:   Sat Jul 7 06:08:27 2007 +0000
80649
80650     ported most of smpi_sender to simix, smpi_receiver soon to follow.
80651     
80652     
80653     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3672 48e7efb5-ca39-0410-a469-dd3cf9ba447f
80654
80655 commit b7e5b28fc032abb5aae910f5186d8df8c9fac98c
80656 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
80657 Date:   Fri Jul 6 20:27:38 2007 +0000
80658
80659     Stubs of the functions allowing the upper JAVA layer (user interface) to get back some information from the bottom one (context implementation). These are only stubs here because this file is not involved in libsimgrid4java; xbt_jcontext is used instead, but I'd prefer to wait before commiting this one
80660     
80661     
80662     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3671 48e7efb5-ca39-0410-a469-dd3cf9ba447f
80663
80664 commit bc4ecf5c1d5c6335a43abc0e4b07303908634ade
80665 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
80666 Date:   Fri Jul 6 20:25:29 2007 +0000
80667
80668     some code allowing the upper JAVA layer (user interface) to get back some information from the bottom one (context implementation). This is used in the JAVA callbacks in charge of starting/stopping the java thread on behalf of the jcontext stuff
80669     
80670     
80671     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3670 48e7efb5-ca39-0410-a469-dd3cf9ba447f
80672
80673 commit 8ef9ca913f518849060bfbf9b27ce8042f306389
80674 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
80675 Date:   Fri Jul 6 20:24:17 2007 +0000
80676
80677     some code allowing the upper JAVA layer (user interface) to pass some information to the bottom one (context implementation) + the code to create a SIMIX process hosting a JAVA thread (things are a bit different here)
80678     
80679     
80680     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3669 48e7efb5-ca39-0410-a469-dd3cf9ba447f
80681
80682 commit 64d2562eea7ac471385b53b55a338ab3a15fd746
80683 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
80684 Date:   Fri Jul 6 20:22:40 2007 +0000
80685
80686     Rename some struct fields in private datatype to explicit whether they are smx objects or msg ones + some code allowing the upper JAVA layer (user interface) to pass some information to the bottom one (context implementation)
80687     
80688     
80689     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3668 48e7efb5-ca39-0410-a469-dd3cf9ba447f
80690
80691 commit a0432353f714a914f179660603a6ce728070a7ec
80692 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
80693 Date:   Fri Jul 6 20:21:06 2007 +0000
80694
80695     Rename some struct fields in private datatype to explicit whether they are smx objects or msg ones
80696     
80697     
80698     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3667 48e7efb5-ca39-0410-a469-dd3cf9ba447f
80699
80700 commit 33031346e83c0597228a77c5568e943101f5afbb
80701 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
80702 Date:   Fri Jul 6 19:40:25 2007 +0000
80703
80704     Corrected bug when choosing workstation model.
80705     
80706     
80707     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3666 48e7efb5-ca39-0410-a469-dd3cf9ba447f
80708
80709 commit f794dd6b1fc076a9ee7bd8320f70ec8b559c12eb
80710 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
80711 Date:   Fri Jul 6 19:05:37 2007 +0000
80712
80713     Propagate Pedro's typo fixing to the header files
80714     
80715     
80716     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3665 48e7efb5-ca39-0410-a469-dd3cf9ba447f
80717
80718 commit 9da7688afd73ab808214b8c039f3fb0a8bb6ec6d
80719 Author: markls <markls@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
80720 Date:   Fri Jul 6 16:33:28 2007 +0000
80721
80722     added in code to add computation action to simulation...
80723     
80724     
80725     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3664 48e7efb5-ca39-0410-a469-dd3cf9ba447f
80726
80727 commit 5707630f4aaebdc50607bd6896677388eb373499
80728 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
80729 Date:   Fri Jul 6 15:33:53 2007 +0000
80730
80731     Corrected some bugs, added the simix support to the other workstation
80732     models: KCCFLN05_Vegas and KCCFLN05_Reno.
80733     
80734     
80735     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3663 48e7efb5-ca39-0410-a469-dd3cf9ba447f
80736
80737 commit 7bd78e067ea14ae8cef3817272fbc4c632f5bd00
80738 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
80739 Date:   Thu Jul 5 16:56:46 2007 +0000
80740
80741     It can happen that users put the call to MSG_config before the one to MSG_init (hello Pedro ;). Check this and fail gracefully in that case. A yet better solution would be to initialize stuff in that case, but MSG don't like getting arguments (through MSG_init) after it's initialized so it seems really hard
80742     
80743     
80744     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3662 48e7efb5-ca39-0410-a469-dd3cf9ba447f
80745
80746 commit 44fdfaebfe9ba33fdfa7638ad48be5d57df8d446
80747 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
80748 Date:   Thu Jul 5 16:29:51 2007 +0000
80749
80750     I don't know why this example wasn't working. I changed it in order to
80751     test the surf/lagrange.c method using a very simple example.
80752     
80753     
80754     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3661 48e7efb5-ca39-0410-a469-dd3cf9ba447f
80755
80756 commit 1dc69874c312d5cc9fff17769e2a97d42b34f592
80757 Author: donassbr <donassbr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
80758 Date:   Thu Jul 5 12:04:38 2007 +0000
80759
80760     It was more difficult to find the bug that I thought, but it seems working now.
80761     The AMOK test works.
80762     
80763     
80764     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3660 48e7efb5-ca39-0410-a469-dd3cf9ba447f
80765
80766 commit e60600e9da5cb747f33a551533481176bf32618c
80767 Author: markls <markls@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
80768 Date:   Wed Jul 4 21:43:36 2007 +0000
80769
80770     do-nothing program that uses only MPI_Init and MPI_Finalize works now.
80771     
80772     
80773     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3659 48e7efb5-ca39-0410-a469-dd3cf9ba447f
80774
80775 commit 554542681a91f6e2f03abc8e08cba77f487f993d
80776 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
80777 Date:   Wed Jul 4 15:05:47 2007 +0000
80778
80779     Using relative error to approximate the values of lambda and mu.
80780     In other words: error = (new_value - old_value) / new_value.
80781     
80782     
80783     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3658 48e7efb5-ca39-0410-a469-dd3cf9ba447f
80784
80785 commit abe4718a5d6b036c7ae9684f827f0980d3f91a80
80786 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
80787 Date:   Wed Jul 4 13:50:48 2007 +0000
80788
80789     avoid any name clashes with msg/private.h so that the java interface can do crude things and load both
80790     
80791     
80792     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3657 48e7efb5-ca39-0410-a469-dd3cf9ba447f
80793
80794 commit d34205927e16900678cd70bd625722aa89e93142
80795 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
80796 Date:   Wed Jul 4 10:06:38 2007 +0000
80797
80798     Stop useless sensors before they wine about not getting message before timeout
80799     
80800     
80801     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3656 48e7efb5-ca39-0410-a469-dd3cf9ba447f
80802
80803 commit ee1ae984b7ed9175a5b9901f1c81c4155da13585
80804 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
80805 Date:   Wed Jul 4 09:53:52 2007 +0000
80806
80807     Rationalize the description of which file goes in which module
80808     
80809     
80810     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3655 48e7efb5-ca39-0410-a469-dd3cf9ba447f
80811
80812 commit 076082a84e49c256cd3e6798c8193c58ffcbbe55
80813 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
80814 Date:   Wed Jul 4 08:52:35 2007 +0000
80815
80816     finish the convertion of tests to TESH
80817     
80818     
80819     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3654 48e7efb5-ca39-0410-a469-dd3cf9ba447f
80820
80821 commit 0bfb3cdebf6d1a0105a7a738a602015ed583a39e
80822 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
80823 Date:   Wed Jul 4 08:25:38 2007 +0000
80824
80825     Continue documenting my changes
80826     
80827     
80828     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3653 48e7efb5-ca39-0410-a469-dd3cf9ba447f
80829
80830 commit 8e08d968a7bf442e7c75368a44ab03c19deee2e3
80831 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
80832 Date:   Wed Jul 4 08:23:36 2007 +0000
80833
80834     More informative error message when non-clean end, even when simix debug emssages are not enabled
80835     
80836     
80837     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3652 48e7efb5-ca39-0410-a469-dd3cf9ba447f
80838
80839 commit 1afaa52dfcf5663f782c011a90ac049e269ac9a6
80840 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
80841 Date:   Wed Jul 4 07:46:47 2007 +0000
80842
80843     Only use the basename of __FILE__ when propagating exceptions to avoid strange errors when using make check in a VPATH setting
80844     
80845     
80846     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3651 48e7efb5-ca39-0410-a469-dd3cf9ba447f
80847
80848 commit 33eb0d4ebf462c79d7d121f9628286ddf01be68a
80849 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
80850 Date:   Tue Jul 3 20:05:34 2007 +0000
80851
80852     Use 0 to indicate an invalid PID instead of -1. Someone may consider it unsigned or whatever
80853     
80854     
80855     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3650 48e7efb5-ca39-0410-a469-dd3cf9ba447f
80856
80857 commit 136aada204feb49032c48dd0467dcacb1fdd50a4
80858 Author: markls <markls@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
80859 Date:   Tue Jul 3 20:01:01 2007 +0000
80860
80861     finally putting in proper use of mutexes.  code still needs work.
80862     
80863     
80864     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3649 48e7efb5-ca39-0410-a469-dd3cf9ba447f
80865
80866 commit 39c6a42ab89e515e5be6f68c11cd3ba98b85cb47
80867 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
80868 Date:   Tue Jul 3 15:34:10 2007 +0000
80869
80870     Make sure that MSG_process_get_PID() never raise an exception, even with invalid parameters, because it will be called back by the exception handling mecanism (through the logs), and it will lead to a stack overflow
80871     
80872     
80873     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3648 48e7efb5-ca39-0410-a469-dd3cf9ba447f
80874
80875 commit fbb63ef1525bb1e2c743972e397adceb042fc05a
80876 Author: markls <markls@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
80877 Date:   Tue Jul 3 13:22:25 2007 +0000
80878
80879     undoing an unintentional mistake.
80880     
80881     
80882     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3647 48e7efb5-ca39-0410-a469-dd3cf9ba447f
80883
80884 commit 4e44cf2b94eb0e3c0afeb511d20c8daf2218db7a
80885 Author: markls <markls@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
80886 Date:   Tue Jul 3 05:35:31 2007 +0000
80887
80888     re-start smpi from scratch to use SIMIX.
80889     
80890     
80891     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3646 48e7efb5-ca39-0410-a469-dd3cf9ba447f
80892
80893 commit ef1657800e020b345bb297237682edb093525054
80894 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
80895 Date:   Mon Jul 2 20:30:49 2007 +0000
80896
80897     Erased bad commentary.
80898     
80899     
80900     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3645 48e7efb5-ca39-0410-a469-dd3cf9ba447f
80901
80902 commit c027c476705c1c88c5c76570ccdd75809fbc3af2
80903 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
80904 Date:   Mon Jul 2 20:24:59 2007 +0000
80905
80906     Added the generic method to model fairness depending on the
80907     transport protocol specific constraints and behavior. Protocols
80908     TCP Reno and Vegas already implemented. Seems to work
80909     with the testbed in src/testsuite/surf/simeng_usage. Still
80910     need to be tested using a msg application.
80911     
80912     
80913     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3644 48e7efb5-ca39-0410-a469-dd3cf9ba447f
80914
80915 commit 037955e458fb05c8ad1a1bdc3509bac0664f87a2
80916 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
80917 Date:   Mon Jul 2 16:31:29 2007 +0000
80918
80919     Convert GRAS pid from long int to int; setup a virtualization layer in XBT to choose between GRAS and MSG when searching to compute the pid, for example in the logs
80920     
80921     
80922     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3643 48e7efb5-ca39-0410-a469-dd3cf9ba447f
80923
80924 commit 68d2e2165a1b9166b5e16ffc117921cb2cd1f5fc
80925 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
80926 Date:   Mon Jul 2 14:51:04 2007 +0000
80927
80928     Revert the convertion of MSG pids from int to long int: linux ones are int only, I'll change GRAS ones to match reality instead
80929     
80930     
80931     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3642 48e7efb5-ca39-0410-a469-dd3cf9ba447f
80932
80933 commit 3a637e72fc2e1a30daa00872a35cf382b5f1413a
80934 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
80935 Date:   Mon Jul 2 14:42:54 2007 +0000
80936
80937     Convert MSG pids from int to long int so that they match the GRAS ones
80938     
80939     
80940     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3641 48e7efb5-ca39-0410-a469-dd3cf9ba447f
80941
80942 commit 6ee48b39a42f77628d1ae9091da4ddaf44e22988
80943 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
80944 Date:   Mon Jul 2 14:30:05 2007 +0000
80945
80946     Simix does not display event occuring at the same timestamp than the old version, but that's perfectly ok (plus regeneration of autogenerated)
80947     
80948     
80949     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3640 48e7efb5-ca39-0410-a469-dd3cf9ba447f
80950
80951 commit 09cec4c2b769c567b55762f381d4caae5f017fd7
80952 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
80953 Date:   Mon Jul 2 14:21:01 2007 +0000
80954
80955     Specify that we want the simulation tests before the real ones (since they are faster), and that test_sg_32 test_SG_64 test_rl are PHONY targets
80956     
80957     
80958     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3639 48e7efb5-ca39-0410-a469-dd3cf9ba447f
80959
80960 commit 4b4f3109c8339cb70f07ae300dc3f792106936a5
80961 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
80962 Date:   Mon Jul 2 14:15:24 2007 +0000
80963
80964     Also convert the generator to SIMIX...
80965     
80966     
80967     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3638 48e7efb5-ca39-0410-a469-dd3cf9ba447f
80968
80969 commit f8abef827aba823ebe8be8142db6871f0def97b0
80970 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
80971 Date:   Mon Jul 2 14:09:57 2007 +0000
80972
80973     Make sure we can set the testing environment of the commands [to valgrind] from outside
80974     
80975     
80976     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3637 48e7efb5-ca39-0410-a469-dd3cf9ba447f
80977
80978 commit 9e6f6d33ce604eb6dec6de125a2e0eb1056638b6
80979 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
80980 Date:   Mon Jul 2 14:04:36 2007 +0000
80981
80982     Make sure that the tests can be run directly with tesh without relying on the Makefile for strange variable settings (but it only works with bash)
80983     
80984     
80985     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3636 48e7efb5-ca39-0410-a469-dd3cf9ba447f
80986
80987 commit 74e61eaf8bac72214053f04e98a81bbddbaf70ed
80988 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
80989 Date:   Mon Jul 2 13:59:14 2007 +0000
80990
80991     Make sure that the tests can be run directly with tesh without relying on the Makefile for strange variable settings (but it only works with bash)
80992     
80993     
80994     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3635 48e7efb5-ca39-0410-a469-dd3cf9ba447f
80995
80996 commit 5fb09b2809af42665146caf2504a9eb7691a2aaa
80997 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
80998 Date:   Mon Jul 2 13:46:38 2007 +0000
80999
81000     Simix does not display event occuring at the same timestamp than the old version, but that's perfectly ok (even if it changes quite everything in the simulation)
81001     
81002     
81003     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3634 48e7efb5-ca39-0410-a469-dd3cf9ba447f
81004
81005 commit 40058719eea275acea10e0f5c5398d2a6b20d9c9
81006 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
81007 Date:   Mon Jul 2 13:37:24 2007 +0000
81008
81009     Improvement
81010     
81011     
81012     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3633 48e7efb5-ca39-0410-a469-dd3cf9ba447f
81013
81014 commit 29ff9533dbff9d91d3dbc57e950966cd53eb5201
81015 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
81016 Date:   Mon Jul 2 13:21:31 2007 +0000
81017
81018     Simix does not display event occuring at the same timestamp than the old version, but that's perfectly ok
81019     
81020     
81021     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3632 48e7efb5-ca39-0410-a469-dd3cf9ba447f
81022
81023 commit 7055c70d0031dff72122cafc9e194793aa018010
81024 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
81025 Date:   Mon Jul 2 13:07:50 2007 +0000
81026
81027     Document the arrival of SIMIX
81028     
81029     
81030     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3631 48e7efb5-ca39-0410-a469-dd3cf9ba447f
81031
81032 commit a79b5317e3971aeec215406fad09719c4ec9da11
81033 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
81034 Date:   Mon Jul 2 12:48:53 2007 +0000
81035
81036     Simix does not display event occuring at the same timestamp than the old version, but that's perfectly ok
81037     
81038     
81039     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3630 48e7efb5-ca39-0410-a469-dd3cf9ba447f
81040
81041 commit 4aa366fc563a47e8a154b7a74b9c92afdddb296f
81042 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
81043 Date:   Mon Jul 2 12:37:00 2007 +0000
81044
81045     Fix the documentation hierarchy
81046     
81047     
81048     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3629 48e7efb5-ca39-0410-a469-dd3cf9ba447f
81049
81050 commit a182f5974fd99d654a4cfb39ac5989707a4a0bd9
81051 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
81052 Date:   Mon Jul 2 12:34:59 2007 +0000
81053
81054     I scratched my own change to fix the documentation hierarchy when integrating SIMIX. Let's redo the change
81055     
81056     
81057     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3628 48e7efb5-ca39-0410-a469-dd3cf9ba447f
81058
81059 commit b9109e33f97818dd3f8cfd6ff989219730532c82
81060 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
81061 Date:   Mon Jul 2 07:20:54 2007 +0000
81062
81063     Integrate Bruno's work on SIMIX onto main stream. Tests are broken, but it looks reasonable
81064     
81065     
81066     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3627 48e7efb5-ca39-0410-a469-dd3cf9ba447f
81067
81068 commit ae66e43b95b26467c1cb9df271e83f51d3d7147b
81069 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
81070 Date:   Mon Jul 2 07:07:46 2007 +0000
81071
81072     Integrate Bruno's work on SIMIX onto main stream. Tests are broken, but it looks reasonable
81073     
81074     
81075     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3626 48e7efb5-ca39-0410-a469-dd3cf9ba447f
81076
81077 commit a18de5d84898a36d9bbdadf2683990da025a60e4
81078 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
81079 Date:   Mon Jul 2 07:05:01 2007 +0000
81080
81081     64bits sizes induce tiny timing differences
81082     
81083     
81084     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3625 48e7efb5-ca39-0410-a469-dd3cf9ba447f
81085
81086 commit ddf70be43d23dd846543429b2ec0d8e00775e52c
81087 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
81088 Date:   Mon Jul 2 07:03:42 2007 +0000
81089
81090     64bits sizes induce small timing differences
81091     
81092     
81093     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3624 48e7efb5-ca39-0410-a469-dd3cf9ba447f
81094
81095 commit d5e00710cee0792aed527b6898d94d715aa20d2d
81096 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
81097 Date:   Mon Jul 2 06:58:17 2007 +0000
81098
81099     64bits sizes induce small timing differences
81100     
81101     
81102     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3623 48e7efb5-ca39-0410-a469-dd3cf9ba447f
81103
81104 commit e25e96c6822e9239f828201581c1955cdfa41322
81105 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
81106 Date:   Fri Jun 29 15:35:47 2007 +0000
81107
81108     Make sure that amok test files (which are not converted to tesh yet) are made executable by autoconf
81109     
81110     
81111     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3622 48e7efb5-ca39-0410-a469-dd3cf9ba447f
81112
81113 commit 92a1a3afd9e836da4c7cec7022097b7956c6d749
81114 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
81115 Date:   Fri Jun 29 15:21:29 2007 +0000
81116
81117     Added all TCP VEGAS/RENO related functions. TODO: the diff functions in
81118     file lagrange.c.
81119     
81120     
81121     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3621 48e7efb5-ca39-0410-a469-dd3cf9ba447f
81122
81123 commit 30a95d9c54b09486dad30be824b354fb570078b1
81124 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
81125 Date:   Fri Jun 29 15:14:59 2007 +0000
81126
81127     Make sure the navbar tricks we use in the post-processor don't land in the short description, or it will fool the post-processor (since they appear on the father page)
81128     
81129     
81130     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3620 48e7efb5-ca39-0410-a469-dd3cf9ba447f
81131
81132 commit f226063bd973b7eac5051d63fe92a0353af7bfcc
81133 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
81134 Date:   Fri Jun 29 15:14:32 2007 +0000
81135
81136     useless cleanup
81137     
81138     
81139     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3619 48e7efb5-ca39-0410-a469-dd3cf9ba447f
81140
81141 commit cd58f65c73f87956225770ab4bd8b68908e612b1
81142 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
81143 Date:   Fri Jun 29 15:12:26 2007 +0000
81144
81145     New log macros added
81146     
81147     
81148     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3618 48e7efb5-ca39-0410-a469-dd3cf9ba447f
81149
81150 commit 912407e95629995cbad746937404a60038ede456
81151 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
81152 Date:   Fri Jun 29 14:54:24 2007 +0000
81153
81154     And now, update the doc for all added macros. Sorry for  the noise
81155     
81156     
81157     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3617 48e7efb5-ca39-0410-a469-dd3cf9ba447f
81158
81159 commit 04f846bf0eb1859fefc4708303b6caccc5ba676c
81160 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
81161 Date:   Fri Jun 29 14:53:00 2007 +0000
81162
81163     New macros were added. Update the doc
81164     
81165     
81166     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3616 48e7efb5-ca39-0410-a469-dd3cf9ba447f
81167
81168 commit a13f1d80af3fdf8c9bf34f422c84b92f4dd9b08b
81169 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
81170 Date:   Fri Jun 29 14:51:07 2007 +0000
81171
81172     Fix various issues raised by newest version of doxygen
81173     
81174     
81175     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3615 48e7efb5-ca39-0410-a469-dd3cf9ba447f
81176
81177 commit 8d2474056f3585651f3c8a6ccfaeef3e436c92f8
81178 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
81179 Date:   Fri Jun 29 13:36:21 2007 +0000
81180
81181     shut doxygen up about unknown html tags
81182     
81183     
81184     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3614 48e7efb5-ca39-0410-a469-dd3cf9ba447f
81185
81186 commit c3d2fecc03dcde912155839a9dcc51495f2b941c
81187 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
81188 Date:   Fri Jun 29 13:31:29 2007 +0000
81189
81190     Update configuration file to modern doxygen versions
81191     
81192     
81193     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3613 48e7efb5-ca39-0410-a469-dd3cf9ba447f
81194
81195 commit 9e4f999b26b57e6b752aceb8fbba3a61878440d7
81196 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
81197 Date:   Fri Jun 29 13:17:53 2007 +0000
81198
81199     publi+=2; fix encoding
81200     
81201     
81202     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3612 48e7efb5-ca39-0410-a469-dd3cf9ba447f
81203
81204 commit d0eafddc7c697dc2a6879bf0b135572fdedf3981
81205 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
81206 Date:   Fri Jun 29 13:14:15 2007 +0000
81207
81208     no timeout, show display even if not checking it
81209     
81210     
81211     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3611 48e7efb5-ca39-0410-a469-dd3cf9ba447f
81212
81213 commit 5d2567eff4d3867fa2884e10b62a286d7a467da8
81214 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
81215 Date:   Fri Jun 29 13:12:33 2007 +0000
81216
81217     Update autogenerated files
81218     
81219     
81220     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3610 48e7efb5-ca39-0410-a469-dd3cf9ba447f
81221
81222 commit d30b64ee1cb46a273b00b58ad3c97bb92157cd55
81223 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
81224 Date:   Fri Jun 29 09:20:13 2007 +0000
81225
81226     Added the update for the Df parameter (lmm_variable_t), which means the sum of all
81227     link latencies.
81228     
81229     
81230     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3609 48e7efb5-ca39-0410-a469-dd3cf9ba447f
81231
81232 commit 8f40e1039e80236fc190d0d0eca797aa28b98c6b
81233 Author: markls <markls@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
81234 Date:   Thu Jun 28 14:55:00 2007 +0000
81235
81236     A lot has been moved over to simix, but getting rid of tasks requires
81237     duplicating a lot of infrastructure...
81238     
81239     
81240     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3608 48e7efb5-ca39-0410-a469-dd3cf9ba447f
81241
81242 commit 3a3424cb8da52bf9abd5d2a97f43c6e477335eda
81243 Author: vernier <vernier@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
81244 Date:   Thu Jun 28 11:44:36 2007 +0000
81245
81246     set an homogeneous max. number of parameters (10) for INFO, DEBUG, VERB ...
81247     
81248     
81249     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3607 48e7efb5-ca39-0410-a469-dd3cf9ba447f
81250
81251 commit 3f0c681f9cd0f4cc8ee287ce2e1d5418b94a07bb
81252 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
81253 Date:   Thu Jun 28 07:44:58 2007 +0000
81254
81255     Now compiling. Sorry Arnaud.
81256     
81257     
81258     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3606 48e7efb5-ca39-0410-a469-dd3cf9ba447f
81259
81260 commit 2e376d7c01ee1d21100df2eac196e9ef5950169e
81261 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
81262 Date:   Wed Jun 27 16:00:23 2007 +0000
81263
81264     Added function prototypes in maxmin_private, minor bug corrections in
81265     surf.c.
81266     
81267     
81268     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3605 48e7efb5-ca39-0410-a469-dd3cf9ba447f
81269
81270 commit 9b8f6b458c1847e0acff41c086d4dba656b2ac88
81271 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
81272 Date:   Fri Jun 22 21:00:16 2007 +0000
81273
81274     stop looking for the useless fortran compiler
81275     
81276     
81277     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3604 48e7efb5-ca39-0410-a469-dd3cf9ba447f
81278
81279 commit 3fa0cf14a9beccb117af336a2f8cd4f76ce50af5
81280 Author: markls <markls@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
81281 Date:   Tue Jun 19 01:58:31 2007 +0000
81282
81283     porting smpi from msg to simix.  This may be more work than I originally
81284     realized.  SMPI doesn't work at the moment, sorry.  Check out the previous
81285     version if you want to try it.
81286     
81287     
81288     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3603 48e7efb5-ca39-0410-a469-dd3cf9ba447f
81289
81290 commit de84720db69b484a671d0c2414a669dc9fcd9467
81291 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
81292 Date:   Mon Jun 18 13:17:45 2007 +0000
81293
81294     New question: 'Implementing communication delays between tasks' + change the order of the questions related to SimDag
81295     
81296     
81297     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3602 48e7efb5-ca39-0410-a469-dd3cf9ba447f
81298
81299 commit ecb6ebd6cc772d1c45baedd0fd0dfc1c750af21a
81300 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
81301 Date:   Tue Jun 12 08:07:52 2007 +0000
81302
81303     Add gtnets to the dependencies of the libsimgrid.so on need
81304     
81305     
81306     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3601 48e7efb5-ca39-0410-a469-dd3cf9ba447f
81307
81308 commit 8116ec6cb7d8707bdcfe21887e7943eedab50765
81309 Author: markls <markls@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
81310 Date:   Tue Jun 12 06:58:03 2007 +0000
81311
81312     had to add make file to make it possible to actually build anything...
81313     
81314     
81315     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3600 48e7efb5-ca39-0410-a469-dd3cf9ba447f
81316
81317 commit d47debaeffa6807956ee9cc7da90759efe49beda
81318 Author: markls <markls@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
81319 Date:   Tue Jun 12 04:25:02 2007 +0000
81320
81321     added smpi to cvs repository.  still need to do a lot of integration work.
81322     
81323     
81324     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3599 48e7efb5-ca39-0410-a469-dd3cf9ba447f
81325
81326 commit 1c080fdf88d3dc8cbf7413b1f8b3ce66d475070a
81327 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
81328 Date:   Fri Jun 8 14:59:39 2007 +0000
81329
81330     Less details in output, less chance to get it wrong when slaves don't come in the exact same order
81331     
81332     
81333     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3598 48e7efb5-ca39-0410-a469-dd3cf9ba447f
81334
81335 commit 6bce4412f5f0304db461754d064bac23274bd31f
81336 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
81337 Date:   Fri Jun 8 14:56:48 2007 +0000
81338
81339     New timeout syntax
81340     
81341     
81342     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3597 48e7efb5-ca39-0410-a469-dd3cf9ba447f
81343
81344 commit e2116b664b780d9d8d3066b8f69a4accc533fd12
81345 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
81346 Date:   Fri Jun 8 14:55:20 2007 +0000
81347
81348     buglet
81349     
81350     
81351     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3596 48e7efb5-ca39-0410-a469-dd3cf9ba447f
81352
81353 commit 4f6a20c70493120df0f813a6832d69d35c6f5a7c
81354 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
81355 Date:   Fri Jun 8 14:33:50 2007 +0000
81356
81357     Allow to disable timeouts
81358     
81359     
81360     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3595 48e7efb5-ca39-0410-a469-dd3cf9ba447f
81361
81362 commit f8bccbd1a37865dca02edc261b2a59aaaebec315
81363 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
81364 Date:   Fri Jun 8 14:07:36 2007 +0000
81365
81366     Compute correctly whether we are on 32bits
81367     
81368     
81369     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3594 48e7efb5-ca39-0410-a469-dd3cf9ba447f
81370
81371 commit b37a6e0bcfee702ca9ec70b28e873238f4dcc9c3
81372 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
81373 Date:   Fri Jun 8 13:54:47 2007 +0000
81374
81375     Export whether we are on 32bits or 64bits to makefiles (to pick the right GRAS tests)
81376     
81377     
81378     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3593 48e7efb5-ca39-0410-a469-dd3cf9ba447f
81379
81380 commit c281d400a7c848c061c23bd01300073bac759e04
81381 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
81382 Date:   Fri Jun 8 13:52:22 2007 +0000
81383
81384     Do not use configure to generate the test script, factorize some Makefile.am stuff in examples/gras/tests.mk, use full precision in simulation timestamping and use two simulation tests for 32bits and 64bits since messages will be different in both cases, leading to different timestampings
81385     
81386     
81387     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3592 48e7efb5-ca39-0410-a469-dd3cf9ba447f
81388
81389 commit 4bf6682034e2be71fe53412d8f671d9f4876eab9
81390 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
81391 Date:   Fri Jun 8 13:26:10 2007 +0000
81392
81393     Get the P2P gras examples out of the picture: they are a (sad) joke; stop generating the test_sg and test_rl with configure: that's too heavy
81394     
81395     
81396     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3591 48e7efb5-ca39-0410-a469-dd3cf9ba447f
81397
81398 commit fcdb9f4662d2d1f9fe3848ccf07b808b6b2959a5
81399 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
81400 Date:   Fri Jun 8 08:57:36 2007 +0000
81401
81402     Make sure the precision is int to keep 64bits happy
81403     
81404     
81405     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3590 48e7efb5-ca39-0410-a469-dd3cf9ba447f
81406
81407 commit 3da1cd09e83a5351eea22b0fb8a5a9d42acbf609
81408 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
81409 Date:   Fri Jun 8 07:08:15 2007 +0000
81410
81411     use --log instead of the deprecated --xbt-log
81412     
81413     
81414     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3589 48e7efb5-ca39-0410-a469-dd3cf9ba447f
81415
81416 commit 86df528d03ff316ae1576a4d85cc19efa4503892
81417 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
81418 Date:   Fri Jun 8 07:02:56 2007 +0000
81419
81420     split the MSG tesh test in several files, and get them reworked by autoconf so that we can find our xml files even during VPATH builds
81421     
81422     
81423     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3588 48e7efb5-ca39-0410-a469-dd3cf9ba447f
81424
81425 commit db6dd0c1d8b7be03a61ac10f52da7956ef0ab7b0
81426 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
81427 Date:   Fri Jun 8 06:59:47 2007 +0000
81428
81429     Use format precision modifier in date outputs, since some of the GRAS messages are path-dependant (exceptions do convey the path of the file where the exception where raised, for example). So reduce the precision expectation so that it work in all cases
81430     
81431     
81432     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3587 48e7efb5-ca39-0410-a469-dd3cf9ba447f
81433
81434 commit a2223b0ee8b8fd9820628849dd1bed28214f7be5
81435 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
81436 Date:   Fri Jun 8 06:53:52 2007 +0000
81437
81438     split the tesh test in several files, and get them reworked by autoconf so that we can find our xml files even during VPATH builds; disable bypass for now since we will shut it down soon
81439     
81440     
81441     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3586 48e7efb5-ca39-0410-a469-dd3cf9ba447f
81442
81443 commit ecddaf4da7c436a90e15a257b9332551f96f2951
81444 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
81445 Date:   Fri Jun 8 06:53:01 2007 +0000
81446
81447     split the tesh test in several files, and get them reworked by autoconf so that we can find our xml files even during VPATH builds
81448     
81449     
81450     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3585 48e7efb5-ca39-0410-a469-dd3cf9ba447f
81451
81452 commit 938c720364732926dd913b4825aa3cb03129313c
81453 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
81454 Date:   Fri Jun 8 06:38:18 2007 +0000
81455
81456     Be more verbose about which command which message refers to, or it gets hairly with background commands
81457     
81458     
81459     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3584 48e7efb5-ca39-0410-a469-dd3cf9ba447f
81460
81461 commit c2e6065db5acef8364ec63981d9ff4d14f78d6c8
81462 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
81463 Date:   Fri Jun 8 06:37:42 2007 +0000
81464
81465     We need the tests in the archive, obviously
81466     
81467     
81468     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3583 48e7efb5-ca39-0410-a469-dd3cf9ba447f
81469
81470 commit ceb7a8d8e39fbd7f0e87d3c8da4528c2de0fc59e
81471 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
81472 Date:   Fri Jun 8 06:33:31 2007 +0000
81473
81474     Damn, this code gets annoying. Each time I'm sure it's finally clean, I find 2 bugs the subsequent day
81475     
81476     
81477     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3582 48e7efb5-ca39-0410-a469-dd3cf9ba447f
81478
81479 commit aefa13b20fbf858a796d4bd1573bd5e8fa9f7212
81480 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
81481 Date:   Fri Jun 8 06:31:52 2007 +0000
81482
81483     Implement a format precision modifier
81484     
81485     
81486     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3581 48e7efb5-ca39-0410-a469-dd3cf9ba447f
81487
81488 commit 958729a0ba664ccae3228e727cc1fb921cc8f815
81489 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
81490 Date:   Fri Jun 8 06:31:08 2007 +0000
81491
81492     Threshold is not the only setting we can modify anymore ; document the format precision ; plus other cleanups
81493     
81494     
81495     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3580 48e7efb5-ca39-0410-a469-dd3cf9ba447f
81496
81497 commit bd37b018209faab7713ea9290633ec71bad6c99f
81498 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
81499 Date:   Fri Jun 8 06:29:13 2007 +0000
81500
81501     When dealing with an uncatched exception, use CRITICAL after printf. Just in case the error comes from the logging mecanism and to avoiding looping on CRITICALs with no output
81502     
81503     
81504     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3579 48e7efb5-ca39-0410-a469-dd3cf9ba447f
81505
81506 commit eae3fdfd06f32aea3befeed1e1f80b45082ded8c
81507 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
81508 Date:   Wed Jun 6 16:15:26 2007 +0000
81509
81510     convert to tesh
81511     
81512     
81513     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3578 48e7efb5-ca39-0410-a469-dd3cf9ba447f
81514
81515 commit b924d54e2594150e9e8a5b622c36c2981c3e9f37
81516 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
81517 Date:   Wed Jun 6 15:58:12 2007 +0000
81518
81519     Convert to tesh
81520     
81521     
81522     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3577 48e7efb5-ca39-0410-a469-dd3cf9ba447f
81523
81524 commit 33d399c1fa8847652ab2698ed6d7263bccb17447
81525 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
81526 Date:   Wed Jun 6 15:49:00 2007 +0000
81527
81528     Convert to tesh
81529     
81530     
81531     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3576 48e7efb5-ca39-0410-a469-dd3cf9ba447f
81532
81533 commit 112eeba1a23b6c08c196961d47193deb03d8a4d5
81534 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
81535 Date:   Wed Jun 6 15:36:19 2007 +0000
81536
81537     Convert to tesh
81538     
81539     
81540     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3575 48e7efb5-ca39-0410-a469-dd3cf9ba447f
81541
81542 commit 63282590b70f29e96c5f0f7d0db30ca48c9e0fa5
81543 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
81544 Date:   Wed Jun 6 15:30:12 2007 +0000
81545
81546     the matrix may have 0 columns...
81547     
81548     
81549     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3574 48e7efb5-ca39-0410-a469-dd3cf9ba447f
81550
81551 commit a9325e9a82ed6cc0f6e487e2e61138e50b222519
81552 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
81553 Date:   Wed Jun 6 15:19:29 2007 +0000
81554
81555     Convert to tesh
81556     
81557     
81558     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3573 48e7efb5-ca39-0410-a469-dd3cf9ba447f
81559
81560 commit 52c6c77a17e2e89dd48b64f27fc31688fd0bd0bb
81561 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
81562 Date:   Wed Jun 6 15:09:49 2007 +0000
81563
81564     convert to tesh
81565     
81566     
81567     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3572 48e7efb5-ca39-0410-a469-dd3cf9ba447f
81568
81569 commit a85e42b19920e74b1a8ec5e13481396ed0ca2995
81570 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
81571 Date:   Wed Jun 6 14:43:57 2007 +0000
81572
81573     Move to tesh for the tests
81574     
81575     
81576     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3571 48e7efb5-ca39-0410-a469-dd3cf9ba447f
81577
81578 commit 92bf4ba8e22e64dd7bb21dda3a5a113361073848
81579 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
81580 Date:   Wed Jun 6 14:42:56 2007 +0000
81581
81582     Stop using the logs after they are shutdown
81583     
81584     
81585     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3570 48e7efb5-ca39-0410-a469-dd3cf9ba447f
81586
81587 commit 4b70e717ae88822e3985f35e1c8f37bf330976a2
81588 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
81589 Date:   Wed Jun 6 14:18:11 2007 +0000
81590
81591     Stop using the logs when they are not ready anymore
81592     
81593     
81594     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3569 48e7efb5-ca39-0410-a469-dd3cf9ba447f
81595
81596 commit 12442080c860b7affd1b246f12895bda4f304330
81597 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
81598 Date:   Wed Jun 6 14:17:36 2007 +0000
81599
81600     Now that there is some mallocated space in the category architectures (the layouts, for example), we should be a bit more paranoid and forbid its use when it's not ready yet/anymore
81601     
81602     
81603     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3568 48e7efb5-ca39-0410-a469-dd3cf9ba447f
81604
81605 commit fbb009cb64282601e65400627ed59829c9c0f294
81606 Author: donassbr <donassbr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
81607 Date:   Wed Jun 6 13:58:13 2007 +0000
81608
81609     Updating cvs tree. Nothing important
81610     
81611     
81612     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3567 48e7efb5-ca39-0410-a469-dd3cf9ba447f
81613
81614 commit 45fd73e922fcbd14b67a7327940bb2d63df60c02
81615 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
81616 Date:   Wed Jun 6 13:55:39 2007 +0000
81617
81618     Adapt the tests to the new code (and use log layouts to make sure we don't have to change the file when the line numbers in the code do change)
81619     
81620     
81621     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3566 48e7efb5-ca39-0410-a469-dd3cf9ba447f
81622
81623 commit 40dc499e35463c28c4572e077206864092452e6a
81624 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
81625 Date:   Wed Jun 6 13:54:45 2007 +0000
81626
81627     Let the background childs die in any case on error, even if they are not the guilty ones, plus various other cleanups
81628     
81629     
81630     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3565 48e7efb5-ca39-0410-a469-dd3cf9ba447f
81631
81632 commit c6e73e0bc2b1f092ab5a3ee79705ba6666c74da8
81633 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
81634 Date:   Wed Jun 6 13:45:03 2007 +0000
81635
81636     Be more verbose and display the string version of the error code
81637     
81638     
81639     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3564 48e7efb5-ca39-0410-a469-dd3cf9ba447f
81640
81641 commit b4094b990df848c60eed9c36f5a4bc57616d6eda
81642 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
81643 Date:   Wed Jun 6 13:28:45 2007 +0000
81644
81645     Add log layouts and xbt/str tests
81646     
81647     
81648     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3563 48e7efb5-ca39-0410-a469-dd3cf9ba447f
81649
81650 commit d86319f97cfcd4f445d934cd5701654fcece4c97
81651 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
81652 Date:   Wed Jun 6 13:28:06 2007 +0000
81653
81654     Allow to change the log layout format
81655     
81656     
81657     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3562 48e7efb5-ca39-0410-a469-dd3cf9ba447f
81658
81659 commit 90080b6e30497a2d34d6622e14ef9bbae209a981
81660 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
81661 Date:   Wed Jun 6 13:25:20 2007 +0000
81662
81663     Be careful, the displayed message may contain format modifyiers (%something)
81664     
81665     
81666     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3561 48e7efb5-ca39-0410-a469-dd3cf9ba447f
81667
81668 commit 4a9e1133c2a88d3d06f9a1d10a76cf0fbc049e8a
81669 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
81670 Date:   Wed Jun 6 13:02:12 2007 +0000
81671
81672     Check what happens when splitting empty strings, and fix the resulting bug
81673     
81674     
81675     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3560 48e7efb5-ca39-0410-a469-dd3cf9ba447f
81676
81677 commit 795baf05d5f795265283aeaa6e52f718b75e3792
81678 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
81679 Date:   Tue Jun 5 09:22:38 2007 +0000
81680
81681     Deprecate all the --*-log option. With the module multiplication, it became a mess. --log is now prefered
81682     
81683     
81684     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3559 48e7efb5-ca39-0410-a469-dd3cf9ba447f
81685
81686 commit 043621276bcfe47f8089e22015ec1da99e6434db
81687 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
81688 Date:   Tue Jun 5 09:08:53 2007 +0000
81689
81690     Add the new xbt/str testsuite to the autogenerated
81691     
81692     
81693     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3558 48e7efb5-ca39-0410-a469-dd3cf9ba447f
81694
81695 commit 8a762701a2cdddc596e3dcfa65c8aae010c97599
81696 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
81697 Date:   Tue Jun 5 09:08:06 2007 +0000
81698
81699     Better split of layouts and appenders in the logs (let's not stick to the weirdness of LOG4J)
81700     
81701     
81702     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3557 48e7efb5-ca39-0410-a469-dd3cf9ba447f
81703
81704 commit 11a3b32b0d8ce88e299239800946ab8b81984856
81705 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
81706 Date:   Mon Jun 4 16:11:31 2007 +0000
81707
81708     New: xbt_str_split_quoted()
81709     
81710     
81711     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3556 48e7efb5-ca39-0410-a469-dd3cf9ba447f
81712
81713 commit e4a82dfad76e5fe783001540d8a7fb0e34078775
81714 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
81715 Date:   Mon Jun 4 16:11:05 2007 +0000
81716
81717     Add xbt_str_split_quoted(), add an automatic test for it, and fix some bugs found elsewhere in xbt_str in the process :-/
81718     
81719     
81720     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3555 48e7efb5-ca39-0410-a469-dd3cf9ba447f
81721
81722 commit 302dd7da7f172722683acc556d288488bdab132f
81723 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
81724 Date:   Mon Jun 4 14:02:06 2007 +0000
81725
81726     update a manual TOC
81727     
81728     
81729     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3554 48e7efb5-ca39-0410-a469-dd3cf9ba447f
81730
81731 commit 9e291a3a66a2c277895e78b3921c068436e7f9a1
81732 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
81733 Date:   Mon Jun 4 13:53:03 2007 +0000
81734
81735     document xbt_str
81736     
81737     
81738     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3553 48e7efb5-ca39-0410-a469-dd3cf9ba447f
81739
81740 commit 12e1d787707bb574c3930f6262a5e751c9a11043
81741 Author: kayof <kayof@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
81742 Date:   Mon Jun 4 10:14:53 2007 +0000
81743
81744     Fix bugs
81745     
81746     
81747     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3552 48e7efb5-ca39-0410-a469-dd3cf9ba447f
81748
81749 commit 9b67f9757c2b3384bb3c0e8ef256fbdf6c2e7821
81750 Author: kayof <kayof@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
81751 Date:   Mon Jun 4 10:11:58 2007 +0000
81752
81753     Fix bugs...
81754     
81755     
81756     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3551 48e7efb5-ca39-0410-a469-dd3cf9ba447f
81757
81758 commit 5f81ae8d6ee53f418eaaceb76430117ddc580869
81759 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
81760 Date:   Mon Jun 4 08:44:45 2007 +0000
81761
81762     Export public data in a way where we can specify that they are extern C
81763     
81764     
81765     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3550 48e7efb5-ca39-0410-a469-dd3cf9ba447f
81766
81767 commit 5fb9ee57df44e9a64aa7f95b03c0ddc8189a3d85
81768 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
81769 Date:   Mon Jun 4 08:42:47 2007 +0000
81770
81771     Export public data in a way where we can specify that they are extern C (plus buglet in log.c)
81772     
81773     
81774     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3549 48e7efb5-ca39-0410-a469-dd3cf9ba447f
81775
81776 commit a4e99925912842cb0c13231003d9f12bd4b23b71
81777 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
81778 Date:   Mon Jun 4 08:42:01 2007 +0000
81779
81780     Should be useless since we new0()ed the memory, but anyway. Better paranoid and safe than fuzzy
81781     
81782     
81783     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3548 48e7efb5-ca39-0410-a469-dd3cf9ba447f
81784
81785 commit bed7df33bf28def1f3de010bd983f419f68f3049
81786 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
81787 Date:   Mon Jun 4 08:37:47 2007 +0000
81788
81789     Export public data in a way where we can specify that they are extern C
81790     
81791     
81792     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3547 48e7efb5-ca39-0410-a469-dd3cf9ba447f
81793
81794 commit 804285b78774da13e5e4a7b4802fd8abc9d52207
81795 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
81796 Date:   Mon Jun 4 08:37:12 2007 +0000
81797
81798     Autogenerated
81799     
81800     
81801     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3546 48e7efb5-ca39-0410-a469-dd3cf9ba447f
81802
81803 commit 7a2df1bb215ba4fe6dd20a73a510366fd47b1d17
81804 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
81805 Date:   Mon Jun 4 08:30:45 2007 +0000
81806
81807     buglet
81808     
81809     
81810     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3545 48e7efb5-ca39-0410-a469-dd3cf9ba447f
81811
81812 commit 49db0fab32b65bf2224aa5d0334320e64a276787
81813 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
81814 Date:   Thu May 31 23:17:25 2007 +0000
81815
81816     Error message pretty printing (to ease grepping on the automatic ranking of my students' projects ;)
81817     
81818     
81819     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3544 48e7efb5-ca39-0410-a469-dd3cf9ba447f
81820
81821 commit ef9498da33adc932955ee172505d3c693679f420
81822 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
81823 Date:   Thu May 31 22:49:51 2007 +0000
81824
81825     oups, leaked a debug output
81826     
81827     
81828     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3543 48e7efb5-ca39-0410-a469-dd3cf9ba447f
81829
81830 commit 240801b7c05a4efce78f175e114c9def9e16d7a5
81831 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
81832 Date:   Thu May 31 22:47:34 2007 +0000
81833
81834     Implement metacommand 'output display' to show it without checking it; try harder to stick to the deadlines: childs had the possibility to close their output file descriptor and keep sneaking around without being detected by tesh. There was also a little risk of race condition between the runner thread and the reader one; document the new metacommands
81835     
81836     
81837     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3542 48e7efb5-ca39-0410-a469-dd3cf9ba447f
81838
81839 commit 5a18476fe103e7af163c301d9a21b7b5ebe50e1a
81840 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
81841 Date:   Thu May 31 22:44:49 2007 +0000
81842
81843     Add a way to the tesh syntax to log at CRITICAL level (to ease output grepping)
81844     
81845     
81846     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3541 48e7efb5-ca39-0410-a469-dd3cf9ba447f
81847
81848 commit 7ae0d2d3b76afc9208ce9850cedbc17eb6207967
81849 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
81850 Date:   Thu May 31 21:47:38 2007 +0000
81851
81852     buglet
81853     
81854     
81855     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3540 48e7efb5-ca39-0410-a469-dd3cf9ba447f
81856
81857 commit b871e73768f224635be8cb1a1edf291cb7c7a037
81858 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
81859 Date:   Tue May 29 10:01:16 2007 +0000
81860
81861     Mask the diff when logging at error level or higher; mask the command line anyway (was displayed just above)
81862     
81863     
81864     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3539 48e7efb5-ca39-0410-a469-dd3cf9ba447f
81865
81866 commit 8324bd72edb942bf0c67efb47daca3a916404647
81867 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
81868 Date:   Tue May 29 09:59:49 2007 +0000
81869
81870     Fixups to the diff computation (again), and kill the last empty line of diffs
81871     
81872     
81873     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3538 48e7efb5-ca39-0410-a469-dd3cf9ba447f
81874
81875 commit 3b6e9568998551e1021271127ab2ab168249c363
81876 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
81877 Date:   Mon May 28 08:44:04 2007 +0000
81878
81879     typos
81880     
81881     
81882     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3537 48e7efb5-ca39-0410-a469-dd3cf9ba447f
81883
81884 commit f9631dc25e2590fe99c43918d153f6624b6a809d
81885 Author: vernier <vernier@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
81886 Date:   Wed May 23 14:50:19 2007 +0000
81887
81888     autodetect amver 1.9 or 1.10
81889     
81890     
81891     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3536 48e7efb5-ca39-0410-a469-dd3cf9ba447f
81892
81893 commit f0d93b15ae2bf3f001c5f31c9ffad72b29ffcb70
81894 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
81895 Date:   Tue May 22 12:55:18 2007 +0000
81896
81897     Let's not declare the max/min macros in C++ to avoid breaking the already existing system in there
81898     
81899     
81900     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3535 48e7efb5-ca39-0410-a469-dd3cf9ba447f
81901
81902 commit 5f38fb0db35cabec94fef2da7563b82ef0adbb48
81903 Author: kayof <kayof@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
81904 Date:   Mon May 21 08:18:07 2007 +0000
81905
81906     bug fixes.
81907     
81908     
81909     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3534 48e7efb5-ca39-0410-a469-dd3cf9ba447f
81910
81911 commit 688c4d672181f6b26e54e7755f3eda2761ba80ef
81912 Author: kayof <kayof@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
81913 Date:   Thu May 17 21:24:35 2007 +0000
81914
81915     added "#include "gras_config.h"" for USE_GTNETS
81916     
81917     
81918     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3533 48e7efb5-ca39-0410-a469-dd3cf9ba447f
81919
81920 commit 4e7daeaec907ca6e74dcc5faaf2f23deae766aa4
81921 Author: kayof <kayof@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
81922 Date:   Thu May 17 18:17:06 2007 +0000
81923
81924     added a declaration for the GTNetS model.
81925     
81926     
81927     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3532 48e7efb5-ca39-0410-a469-dd3cf9ba447f
81928
81929 commit aa06b844975857bf46e5425f96a3242cdbde834b
81930 Author: kayof <kayof@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
81931 Date:   Thu May 17 18:15:04 2007 +0000
81932
81933     added codes for the GTNetS model.
81934     
81935     
81936     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3531 48e7efb5-ca39-0410-a469-dd3cf9ba447f
81937
81938 commit 6aa53dbbb014675e9cd606fb63008c964ee9051d
81939 Author: kayof <kayof@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
81940 Date:   Thu May 17 18:12:23 2007 +0000
81941
81942     fixed bugs.
81943     
81944     
81945     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3530 48e7efb5-ca39-0410-a469-dd3cf9ba447f
81946
81947 commit f6a8f7639376a40e1e564af87d727962c6e090e8
81948 Author: kayof <kayof@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
81949 Date:   Thu May 17 18:11:29 2007 +0000
81950
81951     added a new model for GTNetS.
81952     
81953     
81954     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3529 48e7efb5-ca39-0410-a469-dd3cf9ba447f
81955
81956 commit 45ccc25ea606d8f4651ff5f03b3c98733b36203d
81957 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
81958 Date:   Wed May 16 10:42:33 2007 +0000
81959
81960     Is it possible to have several paths between two given hosts?
81961     
81962     
81963     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3528 48e7efb5-ca39-0410-a469-dd3cf9ba447f
81964
81965 commit 3a1ebf70d111c6a75ccf7a1953e3f10d0e233405
81966 Author: donassbr <donassbr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
81967 Date:   Wed May 16 10:00:09 2007 +0000
81968
81969     propagating bugfix to msg_simix
81970     
81971     
81972     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3527 48e7efb5-ca39-0410-a469-dd3cf9ba447f
81973
81974 commit 4c89f4186519b2579cb507ee3d3965651a65df14
81975 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
81976 Date:   Wed May 16 09:56:12 2007 +0000
81977
81978     Adding a <route> tag.
81979     
81980     
81981     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3526 48e7efb5-ca39-0410-a469-dd3cf9ba447f
81982
81983 commit 43b66e7456b2c4ef3b3dc1e9950af3ac99258394
81984 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
81985 Date:   Wed May 16 09:27:51 2007 +0000
81986
81987     bugfix. Remove the task from the remote host fifo when there is a
81988     timeout.
81989     
81990     
81991     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3525 48e7efb5-ca39-0410-a469-dd3cf9ba447f
81992
81993 commit 2e0c297dea5e914ab0d7c4fe0bc4d36fdd9a16a0
81994 Author: kayof <kayof@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
81995 Date:   Wed May 16 00:43:23 2007 +0000
81996
81997     Added one.
81998     
81999     
82000     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3524 48e7efb5-ca39-0410-a469-dd3cf9ba447f
82001
82002 commit bcbe3dff22bea8256e36e3d621afde0dddf1fc67
82003 Author: kayof <kayof@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
82004 Date:   Wed May 16 00:37:27 2007 +0000
82005
82006     Fixed name inconsistency, etc.
82007     
82008     
82009     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3523 48e7efb5-ca39-0410-a469-dd3cf9ba447f
82010
82011 commit e063dba3a717623827ff9292c1a497d54d6befe8
82012 Author: donassbr <donassbr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
82013 Date:   Mon May 14 14:42:42 2007 +0000
82014
82015     Bugs found!!! Now it works. I hope.
82016     
82017     
82018     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3522 48e7efb5-ca39-0410-a469-dd3cf9ba447f
82019
82020 commit b401ba10cae8b375d11bee6d24b116936a91acb5
82021 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
82022 Date:   Sat May 12 22:06:25 2007 +0000
82023
82024     Typos
82025     
82026     
82027     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3521 48e7efb5-ca39-0410-a469-dd3cf9ba447f
82028
82029 commit c64fbd0a87fbb1aa77568d58d4763d0ecd7e65e1
82030 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
82031 Date:   Sat May 12 21:50:29 2007 +0000
82032
82033     Major cleanup: mainly moving stuff around to have a decent TOC and rephrase obsolete things. Also added an entry on gcc complaining about _simgrid_this_log_category_does_not_exist__??? undeclared
82034     
82035     
82036     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3520 48e7efb5-ca39-0410-a469-dd3cf9ba447f
82037
82038 commit 17bed892f8e6d8b010efccc0f428b84a83aed802
82039 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
82040 Date:   Sat May 12 21:37:26 2007 +0000
82041
82042     Make it clear from the title that these examples are about MSG
82043     
82044     
82045     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3519 48e7efb5-ca39-0410-a469-dd3cf9ba447f
82046
82047 commit 59a9c6e9853d52baf117e2ce392173047e864743
82048 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
82049 Date:   Sat May 12 21:26:54 2007 +0000
82050
82051     No reason to call it gras. It's part of simgrid, now
82052     
82053     
82054     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3518 48e7efb5-ca39-0410-a469-dd3cf9ba447f
82055
82056 commit 51fa7ffbdb2ae1429a64334ec7636ddeb13824c7
82057 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
82058 Date:   Fri May 11 14:12:20 2007 +0000
82059
82060     Auto-generated file.
82061     
82062     
82063     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3517 48e7efb5-ca39-0410-a469-dd3cf9ba447f
82064
82065 commit 2fbc54b5103d56fd1704271eb74711c53f07d35e
82066 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
82067 Date:   Fri May 11 14:08:39 2007 +0000
82068
82069     Adding TAGS-friendly rule.
82070     
82071     
82072     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3516 48e7efb5-ca39-0410-a469-dd3cf9ba447f
82073
82074 commit 4e7eb5ee8613f100bfefeb6475d93ce9c58c75ea
82075 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
82076 Date:   Fri May 11 11:52:56 2007 +0000
82077
82078     Adding more debuging info.
82079     
82080     
82081     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3515 48e7efb5-ca39-0410-a469-dd3cf9ba447f
82082
82083 commit 156e136f01b023610253de9a5ce4e38c1a1ad0b9
82084 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
82085 Date:   Fri May 11 11:07:49 2007 +0000
82086
82087     keeping up with last xbt_log modifications.
82088     
82089     
82090     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3514 48e7efb5-ca39-0410-a469-dd3cf9ba447f
82091
82092 commit 44f22033191e5c21de3585de14d88c01d8ab3436
82093 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
82094 Date:   Fri May 11 09:27:52 2007 +0000
82095
82096     cleanup + more asserting for robustness
82097     
82098     
82099     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3513 48e7efb5-ca39-0410-a469-dd3cf9ba447f
82100
82101 commit 393552e42b4ac1d3d4d579b1c5d89348b71de975
82102 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
82103 Date:   Fri May 11 09:26:54 2007 +0000
82104
82105     Let the state in a coherent state after MSG_clean()
82106     
82107     
82108     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3512 48e7efb5-ca39-0410-a469-dd3cf9ba447f
82109
82110 commit 83636a12d4f21be42bb60312b7c897ce15217e9f
82111 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
82112 Date:   Fri May 11 09:26:25 2007 +0000
82113
82114     Only shutdown the logs when all the XBT users are gone
82115     
82116     
82117     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3511 48e7efb5-ca39-0410-a469-dd3cf9ba447f
82118
82119 commit 38fb9ec4d3c2c71b8ed53c222f854dc176006b47
82120 Author: donassbr <donassbr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
82121 Date:   Fri May 11 09:08:31 2007 +0000
82122
82123     Update gras_simix. Modified the implementation of ports.
82124     Now the pmm example works.
82125     
82126     
82127     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3510 48e7efb5-ca39-0410-a469-dd3cf9ba447f
82128
82129 commit 57553fe1121976fec514975b27b957c6c1605e2e
82130 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
82131 Date:   Fri May 11 07:54:26 2007 +0000
82132
82133     Oups, forgot a file
82134     
82135     
82136     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3509 48e7efb5-ca39-0410-a469-dd3cf9ba447f
82137
82138 commit 4b7886745b82bc45dac9662c5cacb75df7d19483
82139 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
82140 Date:   Thu May 10 23:23:21 2007 +0000
82141
82142     Let's work as 'documented'
82143     
82144     
82145     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3508 48e7efb5-ca39-0410-a469-dd3cf9ba447f
82146
82147 commit 817f8a03cce56319fcefcbb7abe26a3d4153035a
82148 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
82149 Date:   Thu May 10 20:48:40 2007 +0000
82150
82151     Add debuging informations.
82152     
82153     
82154     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3507 48e7efb5-ca39-0410-a469-dd3cf9ba447f
82155
82156 commit 5a41761192e6eb329881ee1579a5554c0efc5fe6
82157 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
82158 Date:   Thu May 10 16:21:26 2007 +0000
82159
82160     Renamed to xbt_log_appender_file.c
82161     
82162     
82163     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3506 48e7efb5-ca39-0410-a469-dd3cf9ba447f
82164
82165 commit 4f11d2862f6367e7ddb2892df275cad235a93c02
82166 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
82167 Date:   Thu May 10 16:20:49 2007 +0000
82168
82169     I'm a testing freak, I know
82170     
82171     
82172     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3505 48e7efb5-ca39-0410-a469-dd3cf9ba447f
82173
82174 commit dda3c203509614d7c0a960960e6235055f053b4d
82175 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
82176 Date:   Thu May 10 16:20:17 2007 +0000
82177
82178     Random cleanups in the log mecanisms, and make room for the layouts I need to finish the TESH (default settings for layouts work, and there is no way to change them so far ;)
82179     
82180     
82181     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3504 48e7efb5-ca39-0410-a469-dd3cf9ba447f
82182
82183 commit f93e0f7ac86d849ef6b202557d83e9a75852e0d4
82184 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
82185 Date:   Thu May 10 15:00:02 2007 +0000
82186
82187     Allow to split const strings, and avoid a strdup in the process
82188     
82189     
82190     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3503 48e7efb5-ca39-0410-a469-dd3cf9ba447f
82191
82192 commit b2991a6a2a69c2c74cffc6e54c1888ad70824c81
82193 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
82194 Date:   Thu May 10 14:55:15 2007 +0000
82195
82196     remove_at already frees the element if last argument equals to NULL, so do not dupplicate the code here
82197     
82198     
82199     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3502 48e7efb5-ca39-0410-a469-dd3cf9ba447f
82200
82201 commit b752e4c0bf35563ab1cae8af2940258327f1d415
82202 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
82203 Date:   Thu May 10 14:02:14 2007 +0000
82204
82205     Clarify from the API that the strings are modified in place by the trim functions
82206     
82207     
82208     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3501 48e7efb5-ca39-0410-a469-dd3cf9ba447f
82209
82210 commit f414bb91f49dfffd531da0a99baf6971cfefc1b4
82211 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
82212 Date:   Thu May 10 12:59:57 2007 +0000
82213
82214     What we really want is more tests
82215     
82216     
82217     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3500 48e7efb5-ca39-0410-a469-dd3cf9ba447f
82218
82219 commit 94295894aaa30ec7c01f5deae1da046677897a72
82220 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
82221 Date:   Thu May 10 12:58:35 2007 +0000
82222
82223     Some more doc
82224     
82225     
82226     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3499 48e7efb5-ca39-0410-a469-dd3cf9ba447f
82227
82228 commit d3d060aead49b9969ac0e9cb83d58b7959925460
82229 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
82230 Date:   Thu May 10 12:54:08 2007 +0000
82231
82232     Finally working.
82233     
82234     
82235     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3498 48e7efb5-ca39-0410-a469-dd3cf9ba447f
82236
82237 commit b23e4cebaebae7310a1a7d8cf57d1cf28ec06a11
82238 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
82239 Date:   Thu May 10 12:48:21 2007 +0000
82240
82241     A pointer from the tutorial main page to the howtos
82242     
82243     
82244     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3497 48e7efb5-ca39-0410-a469-dd3cf9ba447f
82245
82246 commit f43bfa62fbcc0e493e1e4fb3320f97b9ff7b6c0a
82247 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
82248 Date:   Thu May 10 12:44:51 2007 +0000
82249
82250     A pointer from the FAQ to the GRAS tutorial
82251     
82252     
82253     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3496 48e7efb5-ca39-0410-a469-dd3cf9ba447f
82254
82255 commit 050d599da582aa34b0df8078472daee9aed63673
82256 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
82257 Date:   Wed May 9 12:28:31 2007 +0000
82258
82259     Cleaned up need some fixup.
82260     
82261     
82262     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3495 48e7efb5-ca39-0410-a469-dd3cf9ba447f
82263
82264 commit 4ce5fedc816ac216fe35db80c6c5f5c903994d8b
82265 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
82266 Date:   Wed May 9 12:27:35 2007 +0000
82267
82268     Here we go again.
82269     
82270     
82271     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3494 48e7efb5-ca39-0410-a469-dd3cf9ba447f
82272
82273 commit 355d3a92c765a83ef3360bcbfd6e796493fe7cf9
82274 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
82275 Date:   Wed May 9 09:38:59 2007 +0000
82276
82277     Some more documentation to help BSD experts such as Bruno ;)
82278     
82279     
82280     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3493 48e7efb5-ca39-0410-a469-dd3cf9ba447f
82281
82282 commit 2374d723fbe340cdb633b35e5c4fb613ed0fe80f
82283 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
82284 Date:   Mon May 7 13:51:26 2007 +0000
82285
82286     Stupid me. One day, I'll be able to compute array indices right
82287     
82288     
82289     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3492 48e7efb5-ca39-0410-a469-dd3cf9ba447f
82290
82291 commit 32f95fab424517e997dfb22e93cfec669c5ea44e
82292 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
82293 Date:   Mon May 7 13:36:50 2007 +0000
82294
82295     Let's find portable.h during VPATH builds
82296     
82297     
82298     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3491 48e7efb5-ca39-0410-a469-dd3cf9ba447f
82299
82300 commit e356ae492f80d611ab887563cab7de5a3840c7b6
82301 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
82302 Date:   Mon May 7 13:26:49 2007 +0000
82303
82304     We need the threads, and they live in the gras lib, not always in the sg one
82305     
82306     
82307     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3490 48e7efb5-ca39-0410-a469-dd3cf9ba447f
82308
82309 commit de8b859fb6b90ae66d4631e1f3469aa353c305dd
82310 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
82311 Date:   Mon May 7 13:22:59 2007 +0000
82312
82313     memleak plug in the win part
82314     
82315     
82316     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3489 48e7efb5-ca39-0410-a469-dd3cf9ba447f
82317
82318 commit b53b3b3484353b0d7ec7e7c4a920d2e7ca42eaf6
82319 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
82320 Date:   Mon May 7 13:22:37 2007 +0000
82321
82322     Avoid double free: xbt_thread_join already frees the XBT wrapper
82323     
82324     
82325     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3488 48e7efb5-ca39-0410-a469-dd3cf9ba447f
82326
82327 commit fc0b5cbe2f4272deac718cb99e2c765745c26408
82328 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
82329 Date:   Mon May 7 13:12:59 2007 +0000
82330
82331     Do display the output when requested to not take it into account but the child dyied in an unexpected way
82332     
82333     
82334     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3487 48e7efb5-ca39-0410-a469-dd3cf9ba447f
82335
82336 commit bea8646d56e86577253e8257235c49867a916928
82337 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
82338 Date:   Mon May 7 13:12:10 2007 +0000
82339
82340     keep up with lastest diff computation changes
82341     
82342     
82343     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3486 48e7efb5-ca39-0410-a469-dd3cf9ba447f
82344
82345 commit 4133b4d22139f13efae5dd836983884fb32fbfa4
82346 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
82347 Date:   Mon May 7 13:11:34 2007 +0000
82348
82349     Keep within the declared matrix, don't go to (-1,j) when i=0
82350     
82351     
82352     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3485 48e7efb5-ca39-0410-a469-dd3cf9ba447f
82353
82354 commit 34088a40cf5189138af4b214e763fb8574e8c295
82355 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
82356 Date:   Mon May 7 12:53:42 2007 +0000
82357
82358     size_t is long, so don't play it smart and get it working on amd64
82359     
82360     
82361     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3484 48e7efb5-ca39-0410-a469-dd3cf9ba447f
82362
82363 commit 86051ed1b66342bae0e21fd6643e66331ac2c07d
82364 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
82365 Date:   Mon May 7 11:18:56 2007 +0000
82366
82367     Huge code cleanup + implementation of the background commands. Damn thing, that was harder than expected
82368     
82369     
82370     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3483 48e7efb5-ca39-0410-a469-dd3cf9ba447f
82371
82372 commit 856e3152cf4b3d48782848ce738ed58e447f3a52
82373 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
82374 Date:   Fri May 4 15:25:40 2007 +0000
82375
82376     plug a memleak
82377     
82378     
82379     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3482 48e7efb5-ca39-0410-a469-dd3cf9ba447f
82380
82381 commit cbab0c1ae2e08f519824609764b951631c163766
82382 Author: donassbr <donassbr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
82383 Date:   Fri May 4 15:24:19 2007 +0000
82384
82385     Cosmetics...
82386     
82387     
82388     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3481 48e7efb5-ca39-0410-a469-dd3cf9ba447f
82389
82390 commit 6be27148babf9cba58fcc85eb7ea8859783018d2
82391 Author: donassbr <donassbr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
82392 Date:   Thu May 3 14:35:09 2007 +0000
82393
82394     Functions gras_trp_sg_chunk_recv and send added.
82395     Some memories leaks solved (socket destroy).
82396     But, I still don't know why the simulation time is different.
82397     
82398     
82399     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3480 48e7efb5-ca39-0410-a469-dd3cf9ba447f
82400
82401 commit 36509afeb2e1fae0ebb03c57a9b55f467ef32e46
82402 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
82403 Date:   Thu May 3 11:45:12 2007 +0000
82404
82405     Keeping up with last modifications of INFO by Mt.
82406     
82407     
82408     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3479 48e7efb5-ca39-0410-a469-dd3cf9ba447f
82409
82410 commit 9d0a0c63fa09581253574d3bcb7e6626769245c7
82411 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
82412 Date:   Thu May 3 11:44:36 2007 +0000
82413
82414     Got rid of useless message.
82415     
82416     
82417     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3478 48e7efb5-ca39-0410-a469-dd3cf9ba447f
82418
82419 commit 0d85c7fa9d87ecd832b455923ae60da440503bb7
82420 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
82421 Date:   Wed May 2 23:12:37 2007 +0000
82422
82423     update autogenerated
82424     
82425     
82426     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3477 48e7efb5-ca39-0410-a469-dd3cf9ba447f
82427
82428 commit f2fef14eb3dec519b18323fe58431c9b9f765aa6
82429 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
82430 Date:   Wed May 2 23:08:59 2007 +0000
82431
82432     Damn, forgot to remove that debugging output before commiting
82433     
82434     
82435     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3476 48e7efb5-ca39-0410-a469-dd3cf9ba447f
82436
82437 commit e2f494231ac952472e241cdedead19bf8bb680e6
82438 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
82439 Date:   Wed May 2 23:03:43 2007 +0000
82440
82441     gtnets integration
82442     
82443     
82444     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3475 48e7efb5-ca39-0410-a469-dd3cf9ba447f
82445
82446 commit d02a6d7da1983ff1355fbf27bb206831a186c683
82447 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
82448 Date:   Wed May 2 22:53:08 2007 +0000
82449
82450     tweak a bit gtnets integration in autotools mecanism
82451     
82452     
82453     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3474 48e7efb5-ca39-0410-a469-dd3cf9ba447f
82454
82455 commit 7c878c7f73356568b2cf6c801d90e44a08a1e233
82456 Author: kayof <kayof@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
82457 Date:   Wed May 2 21:38:44 2007 +0000
82458
82459     *** empty log message ***
82460     
82461     
82462     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3473 48e7efb5-ca39-0410-a469-dd3cf9ba447f
82463
82464 commit 6ce23854338a6f7f5924fe23f2f250967016bf59
82465 Author: donassbr <donassbr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
82466 Date:   Wed May 2 15:46:18 2007 +0000
82467
82468     Correct some bugs
82469     
82470     
82471     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3472 48e7efb5-ca39-0410-a469-dd3cf9ba447f
82472
82473 commit cff262f0a0384a8aaf0d719a32792fcc7ff89293
82474 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
82475 Date:   Wed May 2 10:09:06 2007 +0000
82476
82477     Three new functions in xbt_str module: split&join (hello perl) and diff (naive LCS implementation)
82478     
82479     
82480     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3471 48e7efb5-ca39-0410-a469-dd3cf9ba447f
82481
82482 commit 01468b426eb004d5fbdbbf6ef89374c5dd1e06fd
82483 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
82484 Date:   Mon Apr 30 20:55:53 2007 +0000
82485
82486     shorten
82487     
82488     
82489     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3470 48e7efb5-ca39-0410-a469-dd3cf9ba447f
82490
82491 commit af65faa449b38729c5419a84426def9228083b8c
82492 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
82493 Date:   Mon Apr 30 20:37:17 2007 +0000
82494
82495     Make sure we don't went out of the string to handle *before* using it (thx valgrind)
82496     
82497     
82498     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3469 48e7efb5-ca39-0410-a469-dd3cf9ba447f
82499
82500 commit e66a87c2e4298d9aef725f67d69eec2728f4aeca
82501 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
82502 Date:   Sun Apr 29 11:36:01 2007 +0000
82503
82504     Do not call strcpy but memmove since both zone may overlap. Thanks valgrind for reporting
82505     
82506     
82507     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3468 48e7efb5-ca39-0410-a469-dd3cf9ba447f
82508
82509 commit 84a5e78f2a41b7d68fc5126c4f58b143757542e9
82510 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
82511 Date:   Sun Apr 29 11:35:10 2007 +0000
82512
82513     further cleanups
82514     
82515     
82516     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3467 48e7efb5-ca39-0410-a469-dd3cf9ba447f
82517
82518 commit 00dad36142a587e058e8f7bc23456b77e67f13ec
82519 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
82520 Date:   Sun Apr 29 11:30:41 2007 +0000
82521
82522     Further cleanups
82523     
82524     
82525     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3466 48e7efb5-ca39-0410-a469-dd3cf9ba447f
82526
82527 commit 201c29ab62c93305b5cdc3e973ccee3c59f65c07
82528 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
82529 Date:   Fri Apr 27 09:02:56 2007 +0000
82530
82531     Better modularization of the tesh source code
82532     
82533     
82534     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3465 48e7efb5-ca39-0410-a469-dd3cf9ba447f
82535
82536 commit 68176315bea2701407390bc1db5b9f426f1d2116
82537 Author: donassbr <donassbr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
82538 Date:   Fri Apr 27 08:57:21 2007 +0000
82539
82540     Bug corrected when compiling using --enable-simix.
82541     
82542     
82543     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3464 48e7efb5-ca39-0410-a469-dd3cf9ba447f
82544
82545 commit ad839760bcdc43bce0f7143e26bdae76cfb8da24
82546 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
82547 Date:   Fri Apr 27 08:02:48 2007 +0000
82548
82549     commit generated files
82550     
82551     
82552     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3463 48e7efb5-ca39-0410-a469-dd3cf9ba447f
82553
82554 commit 28ad902744a7994dd47701c0e107e3de63a0231e
82555 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
82556 Date:   Fri Apr 27 07:20:49 2007 +0000
82557
82558     Do not display file position at INFO level (reduce the amount of false positive in test suites when the source code is changed)
82559     
82560     
82561     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3462 48e7efb5-ca39-0410-a469-dd3cf9ba447f
82562
82563 commit abcea9301c9c3fcf6c834309f2588a945595128b
82564 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
82565 Date:   Fri Apr 27 07:13:41 2007 +0000
82566
82567     Keep working during the SIMIX convertion
82568     
82569     
82570     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3461 48e7efb5-ca39-0410-a469-dd3cf9ba447f
82571
82572 commit 13031c16144f9b52d0d379173f6f05d1fb4b95f6
82573 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
82574 Date:   Thu Apr 26 11:48:21 2007 +0000
82575
82576     allow the command line arguments to be of the syntax <cat>.thres:<level> and not only <cat>.thres=<level> to avoid having two equal signs on --gras-log arguments. Old syntax still hold, but the new one is prefered
82577     
82578     
82579     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3460 48e7efb5-ca39-0410-a469-dd3cf9ba447f
82580
82581 commit 786dcff24a479b6c3ad44806b369954137c61f08
82582 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
82583 Date:   Thu Apr 26 11:47:51 2007 +0000
82584
82585     Test several settings from the binary itself instead of expecting me to pass those args on the cmd line
82586     
82587     
82588     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3459 48e7efb5-ca39-0410-a469-dd3cf9ba447f
82589
82590 commit 769797e55b42efb93e64c27d32d3e7ad6da0cd0e
82591 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
82592 Date:   Thu Apr 26 11:06:17 2007 +0000
82593
82594     refactoring: moving chunks of code around to try to understand that code again
82595     
82596     
82597     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3458 48e7efb5-ca39-0410-a469-dd3cf9ba447f
82598
82599 commit e969452e161afbe2ec6220ecce30bd5d27cabb8c
82600 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
82601 Date:   Thu Apr 26 10:50:40 2007 +0000
82602
82603     Follow cleanups in the xbt_str module
82604     
82605     
82606     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3457 48e7efb5-ca39-0410-a469-dd3cf9ba447f
82607
82608 commit 16894e8e53dfc85b8bdc64d87eeb476f2f44c402
82609 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
82610 Date:   Thu Apr 26 10:50:16 2007 +0000
82611
82612     remove _cleanup_double_spaces() since it's now exported as xbt_str_strip_spaces()
82613     
82614     
82615     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3456 48e7efb5-ca39-0410-a469-dd3cf9ba447f
82616
82617 commit 7ff32988327bcfe4905c8ebcba7b2924f02f0432
82618 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
82619 Date:   Thu Apr 26 10:49:45 2007 +0000
82620
82621     further cleanups in the xbt_str module: add a proper prefix to the exported functions; integrate xbt_str_strip_spaces which were defined in log.c as static (what a pitty)
82622     
82623     
82624     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3455 48e7efb5-ca39-0410-a469-dd3cf9ba447f
82625
82626 commit 634bf3aac7589078ddaadb1f3678d535d4c2edd4
82627 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
82628 Date:   Thu Apr 26 10:30:23 2007 +0000
82629
82630     concatenate getline.c at the end of xbt_str.c
82631     
82632     
82633     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3454 48e7efb5-ca39-0410-a469-dd3cf9ba447f
82634
82635 commit 7fec707ce95a76dbcfd23cb417aabe7d035962b3
82636 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
82637 Date:   Thu Apr 26 10:25:56 2007 +0000
82638
82639     Rename trim.c to xbt_str.c, so that we can have all the functions of this module in the same file
82640     
82641     
82642     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3453 48e7efb5-ca39-0410-a469-dd3cf9ba447f
82643
82644 commit 2c52c06439d79284312a2a1fa211ba883183ec14
82645 Author: donassbr <donassbr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
82646 Date:   Thu Apr 26 09:23:50 2007 +0000
82647
82648     Forgotten files
82649     
82650     
82651     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3452 48e7efb5-ca39-0410-a469-dd3cf9ba447f
82652
82653 commit a5030ee44e0b07c5ce1775ea36cead3c875d89a8
82654 Author: donassbr <donassbr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
82655 Date:   Thu Apr 26 08:54:40 2007 +0000
82656
82657     Changes to test gras_simix.
82658     
82659     
82660     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3451 48e7efb5-ca39-0410-a469-dd3cf9ba447f
82661
82662 commit ff1d0c3097e0e9f7f35cec9de334417c747a8e34
82663 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
82664 Date:   Thu Apr 26 08:48:30 2007 +0000
82665
82666     More verbose warning (long overdue commit)
82667     
82668     
82669     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3450 48e7efb5-ca39-0410-a469-dd3cf9ba447f
82670
82671 commit 24f30a1f9d0c0c7b741d4c019ea3979d3d2e54e3
82672 Author: donassbr <donassbr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
82673 Date:   Thu Apr 26 08:42:13 2007 +0000
82674
82675     Changes to gras_simix
82676     
82677     
82678     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3449 48e7efb5-ca39-0410-a469-dd3cf9ba447f
82679
82680 commit 325e11b2f4756b1912369af33486b0b6513cf315
82681 Author: donassbr <donassbr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
82682 Date:   Thu Apr 26 08:39:17 2007 +0000
82683
82684     A lot of changes made. Testing phase
82685     
82686     
82687     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3448 48e7efb5-ca39-0410-a469-dd3cf9ba447f
82688
82689 commit 2aad4701a92049c1d4545f5958c0822255d664f1
82690 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
82691 Date:   Wed Apr 25 15:32:45 2007 +0000
82692
82693     typos
82694     
82695     
82696     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3447 48e7efb5-ca39-0410-a469-dd3cf9ba447f
82697
82698 commit f8c3ea95b7547912d43b1a8f62bd80fc435d402b
82699 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
82700 Date:   Tue Apr 24 13:45:13 2007 +0000
82701
82702     Forgot to commit this
82703     
82704     
82705     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3446 48e7efb5-ca39-0410-a469-dd3cf9ba447f
82706
82707 commit 4902d15e1abe2deb191f7d1de97c734db55d659a
82708 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
82709 Date:   Tue Apr 24 13:32:30 2007 +0000
82710
82711     toto
82712     
82713     
82714     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3445 48e7efb5-ca39-0410-a469-dd3cf9ba447f
82715
82716 commit 923fdc584a32defc54b7e1eface6859938a6e860
82717 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
82718 Date:   Tue Apr 24 09:18:52 2007 +0000
82719
82720     Removed references to lagrangedico.
82721     
82722     
82723     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3444 48e7efb5-ca39-0410-a469-dd3cf9ba447f
82724
82725 commit bdaf3e0e35da86e81694db125a7df5effa9f9658
82726 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
82727 Date:   Tue Apr 24 09:17:53 2007 +0000
82728
82729     Removed this file, it is just an experience of optimal step before
82730     achieve a formal proof that the method always converge.
82731     
82732     
82733     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3443 48e7efb5-ca39-0410-a469-dd3cf9ba447f
82734
82735 commit 50009f9e4abeaf823d476315d48f44a2f4de65e3
82736 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
82737 Date:   Tue Apr 24 09:15:24 2007 +0000
82738
82739     Added #define NOSHORTS in order to fix a bug in the csdp library.
82740     
82741     
82742     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3442 48e7efb5-ca39-0410-a469-dd3cf9ba447f
82743
82744 commit e530b77c44cac0b95410af2c84132bf13fdb474b
82745 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
82746 Date:   Sat Apr 21 19:50:19 2007 +0000
82747
82748     Working and cleaned up.
82749     
82750     
82751     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3441 48e7efb5-ca39-0410-a469-dd3cf9ba447f
82752
82753 commit 1e6da540a28e7b4819fd58c608984a133d91760c
82754 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
82755 Date:   Sat Apr 21 14:09:51 2007 +0000
82756
82757     Removed file lagrangedico.c.
82758     
82759     
82760     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3440 48e7efb5-ca39-0410-a469-dd3cf9ba447f
82761
82762 commit def62837cdeac53fb41fc2fcf8e9fb357caa9568
82763 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
82764 Date:   Sat Apr 21 13:47:07 2007 +0000
82765
82766     Cleaning up the lagrange model.
82767     
82768     
82769     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3439 48e7efb5-ca39-0410-a469-dd3cf9ba447f
82770
82771 commit 23f91d5a992286d5542763e6dc099990d71a563f
82772 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
82773 Date:   Fri Apr 20 17:46:16 2007 +0000
82774
82775     Working, still need some cleanup.
82776     
82777     
82778     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3438 48e7efb5-ca39-0410-a469-dd3cf9ba447f
82779
82780 commit 94352664ec6e9949778a4cdfacb09f34af909de4
82781 Author: donassbr <donassbr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
82782 Date:   Fri Apr 20 15:50:47 2007 +0000
82783
82784     Initial structure to implement gras using simix.
82785     Modifie Makefile.am to compile the "new" gras if --enable-simix is used.
82786     
82787     
82788     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3437 48e7efb5-ca39-0410-a469-dd3cf9ba447f
82789
82790 commit fe0df91ca00b102a1752d92b10f5401f0fbac577
82791 Author: donassbr <donassbr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
82792 Date:   Fri Apr 20 15:32:56 2007 +0000
82793
82794     Removed debug message
82795     
82796     
82797     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3436 48e7efb5-ca39-0410-a469-dd3cf9ba447f
82798
82799 commit 4a1e91112c3e611c25a4093bdf669e373ac79080
82800 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
82801 Date:   Thu Apr 19 11:26:41 2007 +0000
82802
82803     Corrected some bugs.
82804     
82805     
82806     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3435 48e7efb5-ca39-0410-a469-dd3cf9ba447f
82807
82808 commit c54088bd491b10bb563f1b672027dd457957dbca
82809 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
82810 Date:   Thu Apr 19 08:24:34 2007 +0000
82811
82812     Corrected some bugs.
82813     
82814     
82815     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3434 48e7efb5-ca39-0410-a469-dd3cf9ba447f
82816
82817 commit 906b37901f3ba07732371cb4920a81e97979e369
82818 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
82819 Date:   Wed Apr 18 16:31:52 2007 +0000
82820
82821     Added the test of lagrange with optimal step, also called lagrange
82822     dicotomi.
82823     
82824     
82825     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3433 48e7efb5-ca39-0410-a469-dd3cf9ba447f
82826
82827 commit e4347ebf21c12a43c73239fd27630dd68d8c7f8d
82828 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
82829 Date:   Wed Apr 18 16:16:52 2007 +0000
82830
82831     Added lagrange_dicotomi_solve.
82832     
82833     
82834     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3432 48e7efb5-ca39-0410-a469-dd3cf9ba447f
82835
82836 commit 7ec790f5a5d5c9f82f7f984cbea4a5b886968902
82837 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
82838 Date:   Wed Apr 18 16:12:44 2007 +0000
82839
82840     Corrected some bugs in when computting mu.
82841     
82842     
82843     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3431 48e7efb5-ca39-0410-a469-dd3cf9ba447f
82844
82845 commit f111a78d57796ae6d0270aea9ecb7a4762992969
82846 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
82847 Date:   Wed Apr 18 16:09:46 2007 +0000
82848
82849     New file, surf/lagrangedico.c, added. This module uses a lagrange
82850     optimization approach with optimal step to compute max( \prod log (x) ).
82851     
82852     
82853     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3430 48e7efb5-ca39-0410-a469-dd3cf9ba447f
82854
82855 commit af9bfec65edfbd14cf49ebc4530b4c9d83326a91
82856 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
82857 Date:   Wed Apr 18 16:07:11 2007 +0000
82858
82859     The implementation of lagrange multiplier using a optial step.
82860     
82861     
82862     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3429 48e7efb5-ca39-0410-a469-dd3cf9ba447f
82863
82864 commit 3fa53b835dfc3ee0e2483784d644e26134e7d9d9
82865 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
82866 Date:   Tue Apr 17 14:06:53 2007 +0000
82867
82868     Devloper Studio Project generation
82869     
82870     
82871     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3428 48e7efb5-ca39-0410-a469-dd3cf9ba447f
82872
82873 commit c634dd506877ac5042192c6980934fa96f1b430c
82874 Author: casanova <casanova@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
82875 Date:   Mon Apr 16 18:56:14 2007 +0000
82876
82877     fixed typo
82878     
82879     
82880     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3427 48e7efb5-ca39-0410-a469-dd3cf9ba447f
82881
82882 commit 831909c74e42b7e1d8b88e1698374ebe0c77b610
82883 Author: casanova <casanova@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
82884 Date:   Mon Apr 16 18:22:04 2007 +0000
82885
82886     Added a link to Kayo Fujiwara's M.S. thesis. Somebody should do a make sync (after a make html)
82887     
82888     
82889     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3426 48e7efb5-ca39-0410-a469-dd3cf9ba447f
82890
82891 commit c39a25f872222a4563bae5e7fb29f20f8a760cc1
82892 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
82893 Date:   Mon Apr 16 15:57:04 2007 +0000
82894
82895     Ignore simeng_usage
82896     
82897     
82898     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3425 48e7efb5-ca39-0410-a469-dd3cf9ba447f
82899
82900 commit f2ef3bcc89d2ecfdf083257665a7db032a963f91
82901 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
82902 Date:   Mon Apr 16 15:56:10 2007 +0000
82903
82904     merge trim.h into str.h, where it belongs to
82905     
82906     
82907     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3424 48e7efb5-ca39-0410-a469-dd3cf9ba447f
82908
82909 commit 138ac04d1bc1ecac875ff9013794019efd1450dd
82910 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
82911 Date:   Mon Apr 16 15:53:54 2007 +0000
82912
82913     Commit generated files
82914     
82915     
82916     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3423 48e7efb5-ca39-0410-a469-dd3cf9ba447f
82917
82918 commit d4c3a2a250606b6673da94589f91b73889112263
82919 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
82920 Date:   Mon Apr 16 13:04:17 2007 +0000
82921
82922     Improve the user experience of backtraces (?): Do not display the bottom of the backtrace (under main()); do not display whether it is a static or dynamic symbol; avoid to print garbage when one function pointer is equal to '(nil)' (even if I think that the libc should never give us such a stupid value, it's not a reason to fail miserably)
82923     
82924     
82925     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3422 48e7efb5-ca39-0410-a469-dd3cf9ba447f
82926
82927 commit acc770ab2dc320f21686af8fb13a684aa8f20b90
82928 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
82929 Date:   Mon Apr 16 12:42:48 2007 +0000
82930
82931     uncomment a exception
82932     
82933     
82934     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3421 48e7efb5-ca39-0410-a469-dd3cf9ba447f
82935
82936 commit c8563afcccc9caa2b2db1c99308e3c531bf9c506
82937 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
82938 Date:   Mon Apr 16 12:01:27 2007 +0000
82939
82940     cleanups + newline at end of file
82941     
82942     
82943     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3420 48e7efb5-ca39-0410-a469-dd3cf9ba447f
82944
82945 commit 0e407d291fe64a484f52a27b88f04156beae00c0
82946 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
82947 Date:   Mon Apr 16 11:59:46 2007 +0000
82948
82949     Include the prototypes of these functions
82950     
82951     
82952     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3419 48e7efb5-ca39-0410-a469-dd3cf9ba447f
82953
82954 commit 9afbd215e6823f9b84f34b7b2655186d2db8e3db
82955 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
82956 Date:   Mon Apr 16 11:55:43 2007 +0000
82957
82958     Remove funky non-ascii chars
82959     
82960     
82961     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3418 48e7efb5-ca39-0410-a469-dd3cf9ba447f
82962
82963 commit 84d9bae32be86adea084e8a0cd00d2a20390fbbd
82964 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
82965 Date:   Fri Apr 13 09:52:09 2007 +0000
82966
82967     on windows the stub_generator use now the environnement to locate the paths
82968     of the libraries libgras and simgrid ; the global variable _gras_procname is exported
82969     
82970     
82971     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3417 48e7efb5-ca39-0410-a469-dd3cf9ba447f
82972
82973 commit b6e19243fb4d7530ddf146456f88ca2a52ee9adf
82974 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
82975 Date:   Fri Apr 13 09:48:21 2007 +0000
82976
82977     the script of sg test on windows
82978     
82979     
82980     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3416 48e7efb5-ca39-0410-a469-dd3cf9ba447f
82981
82982 commit f1bd3e4da9a9c5ff5f817cf8e9cd07f2cfeff16f
82983 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
82984 Date:   Fri Apr 13 09:47:58 2007 +0000
82985
82986     the script of rl test on windows
82987     
82988     
82989     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3415 48e7efb5-ca39-0410-a469-dd3cf9ba447f
82990
82991 commit b3f79cb50f4397aea7de50ef1676bed24b813125
82992 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
82993 Date:   Fri Apr 13 09:46:39 2007 +0000
82994
82995     ansi c declaration variables
82996     
82997     
82998     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3414 48e7efb5-ca39-0410-a469-dd3cf9ba447f
82999
83000 commit f86be56b41d48bc7f9ddafd05fad389f3906317b
83001 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
83002 Date:   Fri Apr 13 09:45:55 2007 +0000
83003
83004     the script of the rl test on Windows
83005     
83006     
83007     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3413 48e7efb5-ca39-0410-a469-dd3cf9ba447f
83008
83009 commit ac54f0cb5ffb31d61d28ab6e54788da7aaa0cc98
83010 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
83011 Date:   Fri Apr 13 09:45:33 2007 +0000
83012
83013     the script of the sg test on Windows
83014     
83015     
83016     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3412 48e7efb5-ca39-0410-a469-dd3cf9ba447f
83017
83018 commit 659b32e7f57a715dfd50b30319e47aba37028273
83019 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
83020 Date:   Fri Apr 13 09:43:04 2007 +0000
83021
83022     ansi c declaration of variables
83023     
83024     
83025     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3411 48e7efb5-ca39-0410-a469-dd3cf9ba447f
83026
83027 commit 8a6f317a5a6a1271d10199b4d0eada33ae0f0f8d
83028 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
83029 Date:   Fri Apr 13 09:38:58 2007 +0000
83030
83031     the script test_rl.vbs
83032     
83033     
83034     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3410 48e7efb5-ca39-0410-a469-dd3cf9ba447f
83035
83036 commit a63cd2e64ca622b4bb0efd78fecd6175aa756c29
83037 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
83038 Date:   Fri Apr 13 09:34:28 2007 +0000
83039
83040     the ansi c declaration of variables are at the begining of block
83041     
83042     
83043     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3409 48e7efb5-ca39-0410-a469-dd3cf9ba447f
83044
83045 commit 6c4f0b9ab9bbef077a979773d50bf35b8c08eca9
83046 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
83047 Date:   Fri Apr 13 09:32:55 2007 +0000
83048
83049     a script of the sg test on windows
83050     
83051     
83052     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3408 48e7efb5-ca39-0410-a469-dd3cf9ba447f
83053
83054 commit f193f2536abaa54f0591ba4f9ab407da830a2cb7
83055 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
83056 Date:   Fri Apr 13 09:32:23 2007 +0000
83057
83058     a script of the rl test on windows
83059     
83060     
83061     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3407 48e7efb5-ca39-0410-a469-dd3cf9ba447f
83062
83063 commit 8d81705e2089e379e105983e198341c83b081139
83064 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
83065 Date:   Fri Apr 13 09:31:44 2007 +0000
83066
83067     just a little mistake on this example
83068     
83069     
83070     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3406 48e7efb5-ca39-0410-a469-dd3cf9ba447f
83071
83072 commit d888500227e4cbf0fbe2c24ff90241027975d273
83073 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
83074 Date:   Fri Apr 13 09:30:06 2007 +0000
83075
83076     a script to launch the rl test on Windows
83077     
83078     
83079     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3405 48e7efb5-ca39-0410-a469-dd3cf9ba447f
83080
83081 commit 2caa5db5b21cdddfcc9c7b62334d7bf83c573f52
83082 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
83083 Date:   Fri Apr 13 09:29:34 2007 +0000
83084
83085     a script to launch the sg test on Windows
83086     
83087     
83088     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3404 48e7efb5-ca39-0410-a469-dd3cf9ba447f
83089
83090 commit 75f370295dea10616beca0d7e106533e48052503
83091 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
83092 Date:   Fri Apr 13 09:26:55 2007 +0000
83093
83094     a script to launch the real test on Windows
83095     
83096     
83097     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3403 48e7efb5-ca39-0410-a469-dd3cf9ba447f
83098
83099 commit aa3325d81bd93ec9295958060072be318bd2fc93
83100 Author: donassbr <donassbr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
83101 Date:   Thu Apr 12 15:23:43 2007 +0000
83102
83103     Functions added.
83104     Bugs corrected.
83105     
83106     
83107     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3402 48e7efb5-ca39-0410-a469-dd3cf9ba447f
83108
83109 commit cf0cc38d8036303ec0886ac6361e8e2b62ff0514
83110 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
83111 Date:   Thu Apr 12 09:45:06 2007 +0000
83112
83113     Corrected file.
83114     
83115     
83116     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3401 48e7efb5-ca39-0410-a469-dd3cf9ba447f
83117
83118 commit 7c0dfd20f04a956fac7c83746f032632b5b00b68
83119 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
83120 Date:   Thu Apr 12 09:44:37 2007 +0000
83121
83122     Sigma step working.
83123     
83124     
83125     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3400 48e7efb5-ca39-0410-a469-dd3cf9ba447f
83126
83127 commit 3c04e8a8a0442b680aa18c22b2dbf0c17e916b41
83128 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
83129 Date:   Wed Apr 11 19:34:43 2007 +0000
83130
83131     used during the build process
83132     
83133     
83134     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3399 48e7efb5-ca39-0410-a469-dd3cf9ba447f
83135
83136 commit 8dc87da96e9e29fbbeee39c31332d75e6e9db114
83137 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
83138 Date:   Wed Apr 11 19:28:54 2007 +0000
83139
83140     export the _gras_procname variable in the dll
83141     
83142     
83143     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3398 48e7efb5-ca39-0410-a469-dd3cf9ba447f
83144
83145 commit d684cbb463740ed1376bf6d5640ad7097dfaf0c9
83146 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
83147 Date:   Wed Apr 11 19:25:30 2007 +0000
83148
83149     create the last directory
83150     
83151     
83152     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3397 48e7efb5-ca39-0410-a469-dd3cf9ba447f
83153
83154 commit aad06c990684e98b896522d2dfa2937f83dcefbe
83155 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
83156 Date:   Wed Apr 11 19:19:41 2007 +0000
83157
83158     used during the build process
83159     
83160     
83161     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3396 48e7efb5-ca39-0410-a469-dd3cf9ba447f
83162
83163 commit b6f33eba1d33977ece142b0cf9fda70e3306a23f
83164 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
83165 Date:   Wed Apr 11 19:13:26 2007 +0000
83166
83167     change the output directory of the dll
83168     
83169     
83170     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3395 48e7efb5-ca39-0410-a469-dd3cf9ba447f
83171
83172 commit b549809c9347a3f32c3bd7cbb72bc0193c45d879
83173 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
83174 Date:   Wed Apr 11 18:58:22 2007 +0000
83175
83176     just a new line at the end of the file
83177     
83178     
83179     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3394 48e7efb5-ca39-0410-a469-dd3cf9ba447f
83180
83181 commit e6a0980facd9ad8dbb66e0c7ab2bdf61d2d18825
83182 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
83183 Date:   Wed Apr 11 18:57:22 2007 +0000
83184
83185     export some variables
83186     
83187     
83188     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3393 48e7efb5-ca39-0410-a469-dd3cf9ba447f
83189
83190 commit b5f57417b30b80a7d6bf53ce8e13f4dd184dceb0
83191 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
83192 Date:   Wed Apr 11 18:48:34 2007 +0000
83193
83194     make file used to build the libgras dll and the libgras library
83195     
83196     
83197     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3392 48e7efb5-ca39-0410-a469-dd3cf9ba447f
83198
83199 commit 4b0d835a88d72a81b39e5534f18889ad44d54a5d
83200 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
83201 Date:   Wed Apr 11 18:47:41 2007 +0000
83202
83203     make file for gras examples
83204     
83205     
83206     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3391 48e7efb5-ca39-0410-a469-dd3cf9ba447f
83207
83208 commit 3925497846c352bda86739dc183cfbc121357393
83209 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
83210 Date:   Wed Apr 11 18:39:31 2007 +0000
83211
83212     change the output directories
83213     
83214     
83215     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3390 48e7efb5-ca39-0410-a469-dd3cf9ba447f
83216
83217 commit 22ea28f0a7373748e5aaa7e2de579c2674948368
83218 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
83219 Date:   Wed Apr 11 18:36:14 2007 +0000
83220
83221     to create the last directory
83222     
83223     
83224     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3389 48e7efb5-ca39-0410-a469-dd3cf9ba447f
83225
83226 commit 37e2e168ad96cdb3afa5f22d802be3d9fd70adda
83227 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
83228 Date:   Wed Apr 11 18:32:25 2007 +0000
83229
83230     the windows source file of the libgras dll
83231     
83232     
83233     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3388 48e7efb5-ca39-0410-a469-dd3cf9ba447f
83234
83235 commit 2012cce3fed41a9aeae1c81288ef9d01c3032a76
83236 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
83237 Date:   Wed Apr 11 18:30:42 2007 +0000
83238
83239     to create the tests/obj directory
83240     
83241     
83242     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3387 48e7efb5-ca39-0410-a469-dd3cf9ba447f
83243
83244 commit b832d2d29247865e63977164a38aaa7ad9ae666f
83245 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
83246 Date:   Wed Apr 11 18:27:55 2007 +0000
83247
83248     to create the lib/debug directory
83249     
83250     
83251     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3386 48e7efb5-ca39-0410-a469-dd3cf9ba447f
83252
83253 commit 06c7f4410dda8769d1bcfaf637e1486b886f085c
83254 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
83255 Date:   Wed Apr 11 18:23:59 2007 +0000
83256
83257     to create the /libgras/dll/debug directory
83258     
83259     
83260     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3385 48e7efb5-ca39-0410-a469-dd3cf9ba447f
83261
83262 commit 8cc2adbf30918a6c64d57422ded5b1388c2779d3
83263 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
83264 Date:   Wed Apr 11 18:20:46 2007 +0000
83265
83266     to create the tests/obj directory
83267     
83268     
83269     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3384 48e7efb5-ca39-0410-a469-dd3cf9ba447f
83270
83271 commit 40d8b7f06111c697415d3cdfc5705013eab1b263
83272 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
83273 Date:   Wed Apr 11 18:17:52 2007 +0000
83274
83275     to create the lib/debug directory
83276     
83277     
83278     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3383 48e7efb5-ca39-0410-a469-dd3cf9ba447f
83279
83280 commit d8ed729fbff8e2d451338069dfd293d11bad9805
83281 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
83282 Date:   Wed Apr 11 18:15:21 2007 +0000
83283
83284     to create the examples/obj directory
83285     
83286     
83287     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3382 48e7efb5-ca39-0410-a469-dd3cf9ba447f
83288
83289 commit 625844efcce3d3f6356363708a0bd92f92ebc57d
83290 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
83291 Date:   Wed Apr 11 18:13:29 2007 +0000
83292
83293     to create the examples directory
83294     
83295     
83296     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3381 48e7efb5-ca39-0410-a469-dd3cf9ba447f
83297
83298 commit c03851375a6036c9b0a27452c8c8402c23075bc3
83299 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
83300 Date:   Wed Apr 11 18:12:34 2007 +0000
83301
83302     to create the dll directory
83303     
83304     
83305     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3380 48e7efb5-ca39-0410-a469-dd3cf9ba447f
83306
83307 commit 904ee19f21b86d87e11b673469909d272f926406
83308 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
83309 Date:   Wed Apr 11 17:14:20 2007 +0000
83310
83311     consider the file trim.c
83312     
83313     
83314     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3379 48e7efb5-ca39-0410-a469-dd3cf9ba447f
83315
83316 commit 95a9adeef48546cce979a75954d9fbe86e0e79cf
83317 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
83318 Date:   Wed Apr 11 16:07:40 2007 +0000
83319
83320     no message
83321     
83322     
83323     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3378 48e7efb5-ca39-0410-a469-dd3cf9ba447f
83324
83325 commit f5b628973762fb661fd0e37af334707b67e1ff51
83326 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
83327 Date:   Wed Apr 11 15:27:24 2007 +0000
83328
83329     rectify a mistake
83330     
83331     
83332     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3377 48e7efb5-ca39-0410-a469-dd3cf9ba447f
83333
83334 commit 6229a273b373db3727210a0b1dc8d08f2fb0f538
83335 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
83336 Date:   Wed Apr 11 15:16:53 2007 +0000
83337
83338     export trim functions
83339     
83340     
83341     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3376 48e7efb5-ca39-0410-a469-dd3cf9ba447f
83342
83343 commit fb84a4d4ce83d8b9a743278b22136e73f1d6dda5
83344 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
83345 Date:   Wed Apr 11 15:06:36 2007 +0000
83346
83347     consider the trim files
83348     
83349     
83350     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3375 48e7efb5-ca39-0410-a469-dd3cf9ba447f
83351
83352 commit a2ab93dec62600e1cad2ae359becae798da022b4
83353 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
83354 Date:   Wed Apr 11 15:05:42 2007 +0000
83355
83356     the expected signal metacommand use now the name of the signal instead the number of the signal
83357     
83358     
83359     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3374 48e7efb5-ca39-0410-a469-dd3cf9ba447f
83360
83361 commit f5264a575173ef4886e577e1d9877578a84e8b63
83362 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
83363 Date:   Wed Apr 11 15:05:18 2007 +0000
83364
83365     the expected signal metacommand use now the name of the signal instead the number of the signal see segfault.tesh for a usage of this metacommand
83366     
83367     
83368     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3373 48e7efb5-ca39-0410-a469-dd3cf9ba447f
83369
83370 commit 34fd857a23ba247f95fb9989b86d5e13433db2df
83371 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
83372 Date:   Wed Apr 11 14:27:42 2007 +0000
83373
83374     the trim.c file header
83375     
83376     
83377     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3372 48e7efb5-ca39-0410-a469-dd3cf9ba447f
83378
83379 commit 19c532a674b0a5be588b5c9ecfb1959774985d58
83380 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
83381 Date:   Wed Apr 11 14:26:27 2007 +0000
83382
83383     Strip whitespace (or other characters) of f a string
83384     
83385     
83386     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3371 48e7efb5-ca39-0410-a469-dd3cf9ba447f
83387
83388 commit 5662e30fdcc4e8b6e82fea3a7558ca780c4d9ab8
83389 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
83390 Date:   Wed Apr 11 08:38:36 2007 +0000
83391
83392     the build system need it
83393     
83394     
83395     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3370 48e7efb5-ca39-0410-a469-dd3cf9ba447f
83396
83397 commit 8806906f6ee71257fe0ddb66c886ad12d23aed9a
83398 Author: donassbr <donassbr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
83399 Date:   Tue Apr 10 10:52:42 2007 +0000
83400
83401     Removed SIMIX_global_init_args and SIMIX_process_create_with_arguments.
83402     Added SIMIX_action_parallel_execute, MSG_parallel_task_create and MSG_parallel_task_execute (not tested).
83403     
83404     
83405     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3369 48e7efb5-ca39-0410-a469-dd3cf9ba447f
83406
83407 commit 5954bfcc43aa8893ed37743ec1bfda517089d018
83408 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
83409 Date:   Fri Apr 6 20:36:14 2007 +0000
83410
83411     xbt/str.h needs love...
83412     
83413     
83414     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3368 48e7efb5-ca39-0410-a469-dd3cf9ba447f
83415
83416 commit e41099ae20756bd6d3d3b01b14bdede95b6821cc
83417 Author: donassbr <donassbr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
83418 Date:   Wed Apr 4 13:52:57 2007 +0000
83419
83420     Functions added and changed. Keeps the cvs updated.
83421     MSG_process_kill added.
83422     
83423     
83424     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3367 48e7efb5-ca39-0410-a469-dd3cf9ba447f
83425
83426 commit 1d093eb0c576e2f7a1d6c7a707ee55026aca3915
83427 Author: donassbr <donassbr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
83428 Date:   Fri Mar 30 10:42:08 2007 +0000
83429
83430     msg_simix alpha. All functions implemented.
83431     Some memory leaks solved.
83432     
83433     
83434     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3366 48e7efb5-ca39-0410-a469-dd3cf9ba447f
83435
83436 commit 07b23e956e96e9a73b3acbbf4639b3d464604a44
83437 Author: donassbr <donassbr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
83438 Date:   Thu Mar 29 09:41:09 2007 +0000
83439
83440     Many changes done.
83441     msg_test.c works.
83442     Not all functions implemented yet.
83443     
83444     
83445     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3365 48e7efb5-ca39-0410-a469-dd3cf9ba447f
83446
83447 commit e6aa3874e6796bf161c68e19f9986782385f90d5
83448 Author: donassbr <donassbr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
83449 Date:   Tue Mar 27 13:09:37 2007 +0000
83450
83451     Functions implemented, task_execute tested with a small example.
83452     
83453     
83454     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3364 48e7efb5-ca39-0410-a469-dd3cf9ba447f
83455
83456 commit 3a7bc2b51fce530a2664d62489a106ba66bb1227
83457 Author: donassbr <donassbr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
83458 Date:   Tue Mar 27 13:08:45 2007 +0000
83459
83460     API changed.
83461     
83462     
83463     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3363 48e7efb5-ca39-0410-a469-dd3cf9ba447f
83464
83465 commit 1247bc18594c0d66b7bcebc88d919b8c467b545f
83466 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
83467 Date:   Mon Mar 26 11:29:53 2007 +0000
83468
83469     Use tesh!!! It really works great! Thanks Martin!
83470     
83471     
83472     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3362 48e7efb5-ca39-0410-a469-dd3cf9ba447f
83473
83474 commit 9efe9810f0b576bfafa3ad30f4cd0d298b612258
83475 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
83476 Date:   Mon Mar 26 11:28:36 2007 +0000
83477
83478     Use reasonable values in deployment files.
83479     
83480     
83481     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3361 48e7efb5-ca39-0410-a469-dd3cf9ba447f
83482
83483 commit 4de0a434d872a362ac4540728c15bfd966e81b86
83484 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
83485 Date:   Mon Mar 26 10:07:44 2007 +0000
83486
83487     these functions are already declarated in str.h
83488     
83489     
83490     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3360 48e7efb5-ca39-0410-a469-dd3cf9ba447f
83491
83492 commit 6a10ff0a0b9c2185332906ba6157af69b9d47e26
83493 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
83494 Date:   Mon Mar 26 08:47:26 2007 +0000
83495
83496     on windows getline function needs the stdio.h include file
83497     
83498     
83499     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3359 48e7efb5-ca39-0410-a469-dd3cf9ba447f
83500
83501 commit c53a95b3314ebc4f950666c809137909bac7a3a2
83502 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
83503 Date:   Fri Mar 23 22:27:30 2007 +0000
83504
83505     Remove one of the tests which breaks on amd64, it will be readded after my vacations
83506     
83507     
83508     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3358 48e7efb5-ca39-0410-a469-dd3cf9ba447f
83509
83510 commit 534fab3158310b5f3c2d2ae66e1627bf60fc4083
83511 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
83512 Date:   Fri Mar 23 22:24:52 2007 +0000
83513
83514     Avoid a segfault on amd64 by leaking the file descriptor
83515     
83516     
83517     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3357 48e7efb5-ca39-0410-a469-dd3cf9ba447f
83518
83519 commit ac4f0d3784896df417282952f0495ebab70b1bdb
83520 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
83521 Date:   Fri Mar 23 22:20:52 2007 +0000
83522
83523     Reduce the visibility of stdio.h because it was loaded wrongly (ie, before _GNU_SOURCE gets defined on need in portable.h, thus making getline invisible)
83524     
83525     
83526     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3356 48e7efb5-ca39-0410-a469-dd3cf9ba447f
83527
83528 commit 95b3c3ac1b7426d98596d09f5b3207dc477efdb2
83529 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
83530 Date:   Fri Mar 23 22:17:43 2007 +0000
83531
83532     Hell, I BROKE THE BUILD. Let's take some radical counter-measures.
83533     
83534     
83535     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3355 48e7efb5-ca39-0410-a469-dd3cf9ba447f
83536
83537 commit 815eff8a1dbe6a86a229bc66f3a6e2fea0253d6c
83538 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
83539 Date:   Fri Mar 23 22:13:17 2007 +0000
83540
83541     Reduce the visibility of stdio.h because it was loaded wrongly (ie, before _GNU_SOURCE gets defined on need in portable.h, thus making getline invisible)
83542     
83543     
83544     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3354 48e7efb5-ca39-0410-a469-dd3cf9ba447f
83545
83546 commit a33af9c0434a48328e48a500286de9ebdaa55cbe
83547 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
83548 Date:   Fri Mar 23 22:07:08 2007 +0000
83549
83550     Update generated files
83551     
83552     
83553     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3353 48e7efb5-ca39-0410-a469-dd3cf9ba447f
83554
83555 commit 5f1acbf1f63cdc4d9d6221093e5dc00a03abc135
83556 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
83557 Date:   Fri Mar 23 22:06:07 2007 +0000
83558
83559     Load portable ASAP so that stdio do contain getline
83560     
83561     
83562     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3352 48e7efb5-ca39-0410-a469-dd3cf9ba447f
83563
83564 commit 5b9cf50be0a43c599b20b1ed28341971a571d70d
83565 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
83566 Date:   Fri Mar 23 22:05:26 2007 +0000
83567
83568     Reduce the visibility of stdio.h because it was loaded wrongly (ie, before _GNU_SOURCE gets defined on need in portable.h, thus making getline invisible)
83569     
83570     
83571     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3351 48e7efb5-ca39-0410-a469-dd3cf9ba447f
83572
83573 commit aa5a11b84f7953b5b030e9996c47b890b27785d6
83574 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
83575 Date:   Fri Mar 23 22:03:21 2007 +0000
83576
83577     load stdio.h with _GNU_SOURCE defined ASAP before some random other system header loads it without the extra definition, thus hiding getline
83578     
83579     
83580     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3350 48e7efb5-ca39-0410-a469-dd3cf9ba447f
83581
83582 commit 61aa68324746c53bc5eb1659c405790f586fde67
83583 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
83584 Date:   Fri Mar 23 21:21:55 2007 +0000
83585
83586     Add tesh[t], the TEsting SHell Tool
83587     
83588     
83589     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3349 48e7efb5-ca39-0410-a469-dd3cf9ba447f
83590
83591 commit 55028d73721175c6147bc209cbc6fd87c021c3ce
83592 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
83593 Date:   Fri Mar 23 21:14:57 2007 +0000
83594
83595     Fix the prototype of getline on platforms where we need to redefine it (non-GNU)
83596     
83597     
83598     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3348 48e7efb5-ca39-0410-a469-dd3cf9ba447f
83599
83600 commit fdd5a5f1bea4c3aced2cab95a9a2191b5090042d
83601 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
83602 Date:   Fri Mar 23 17:31:05 2007 +0000
83603
83604     Added field mu_new and field init_bound was replaced by mu in structure
83605     lmm_variable_t. Added field lambda_new and field init_bound was
83606     replaced by lambda in lmm_constraint_t.
83607     
83608     
83609     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3347 48e7efb5-ca39-0410-a469-dd3cf9ba447f
83610
83611 commit 8e70cf8c19e3bc258c6ee36d9a5a917008451337
83612 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
83613 Date:   Fri Mar 23 17:29:29 2007 +0000
83614
83615     Debugging.
83616     
83617     
83618     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3346 48e7efb5-ca39-0410-a469-dd3cf9ba447f
83619
83620 commit 1fc0eacd4bf297c11c8035b310008a53fae3aecd
83621 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
83622 Date:   Fri Mar 23 12:04:24 2007 +0000
83623
83624     stupid me! I forgot this file in the renaming process.
83625     
83626     
83627     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3345 48e7efb5-ca39-0410-a469-dd3cf9ba447f
83628
83629 commit a1e54111e358216c0357854c8c60f112d2ddb959
83630 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
83631 Date:   Fri Mar 23 11:35:55 2007 +0000
83632
83633     Commiting auto-generated files.
83634     
83635     
83636     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3344 48e7efb5-ca39-0410-a469-dd3cf9ba447f
83637
83638 commit 9137c7e78bc07b6b74f15f2a179c3b377f9d5799
83639 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
83640 Date:   Fri Mar 23 11:35:11 2007 +0000
83641
83642     Renaming!
83643     
83644     
83645     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3343 48e7efb5-ca39-0410-a469-dd3cf9ba447f
83646
83647 commit 7f85c01fa01dfbf9b06f6e8c1fa01e34f49647db
83648 Author: donassbr <donassbr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
83649 Date:   Fri Mar 23 11:26:22 2007 +0000
83650
83651     Necessity to change the code to implement MSG..
83652     
83653     
83654     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3342 48e7efb5-ca39-0410-a469-dd3cf9ba447f
83655
83656 commit 025321b2ccc6b92ba4f87ad8adac2deccce6356c
83657 Author: donassbr <donassbr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
83658 Date:   Fri Mar 23 11:25:27 2007 +0000
83659
83660     Some functions added (not all), the code compile, but it wasn't tested
83661     yet.
83662     
83663     
83664     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3341 48e7efb5-ca39-0410-a469-dd3cf9ba447f
83665
83666 commit 45fee8d511c94661b7155ef561c4a5381592b9fb
83667 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
83668 Date:   Fri Mar 23 11:21:38 2007 +0000
83669
83670     sleep actions can neither be suspended nor resumed...
83671     
83672     
83673     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3340 48e7efb5-ca39-0410-a469-dd3cf9ba447f
83674
83675 commit af0b76c237b3c0dfbdef8bfc7d0262622c8b19cc
83676 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
83677 Date:   Thu Mar 22 16:31:00 2007 +0000
83678
83679     Factorize the definition of socklen_t between all compilers
83680     
83681     
83682     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3339 48e7efb5-ca39-0410-a469-dd3cf9ba447f
83683
83684 commit f08a5b3c82ad8d1b8c2176eaf66c65992fa8f402
83685 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
83686 Date:   Thu Mar 22 16:08:54 2007 +0000
83687
83688     declaration of toupper
83689     
83690     
83691     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3338 48e7efb5-ca39-0410-a469-dd3cf9ba447f
83692
83693 commit 582124da6820f81abe11868871ad52e43639da07
83694 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
83695 Date:   Thu Mar 22 16:04:20 2007 +0000
83696
83697     Split the string related function to their own header file. It will ease their documentation, at least
83698     
83699     
83700     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3337 48e7efb5-ca39-0410-a469-dd3cf9ba447f
83701
83702 commit b26bcceaab3319bd79a436ad8066816ede6aa716
83703 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
83704 Date:   Thu Mar 22 15:03:49 2007 +0000
83705
83706     Update generated file with regard to the detection of borken makecontext: we don't try to pass pointers to this function, so it should work on 64bits too
83707     
83708     
83709     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3336 48e7efb5-ca39-0410-a469-dd3cf9ba447f
83710
83711 commit 2c46f452bfd70d01f67704bc058e2f89f14da2d9
83712 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
83713 Date:   Thu Mar 22 14:58:45 2007 +0000
83714
83715     Revert last change: now, we can use contextes even on 64bits archs where passing a pointer as third argument of makecontext is broken
83716     
83717     
83718     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3335 48e7efb5-ca39-0410-a469-dd3cf9ba447f
83719
83720 commit 824667224ecdd60d1eca9c2c3b79ad1fadf03767
83721 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
83722 Date:   Thu Mar 22 14:57:44 2007 +0000
83723
83724     Let it work both with 64bit contextes, and with plain threads
83725     
83726     
83727     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3334 48e7efb5-ca39-0410-a469-dd3cf9ba447f
83728
83729 commit cd25a9741f772ae62cdd9c4dd63c1b53bd5362ff
83730 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
83731 Date:   Thu Mar 22 14:50:26 2007 +0000
83732
83733     This program test the simulator engines using different modelling
83734     approaches: maxmin, lagrange and sdp.
83735     
83736     
83737     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3333 48e7efb5-ca39-0410-a469-dd3cf9ba447f
83738
83739 commit ddc4eff5706420572e2d38cea6e77dc0806a2ad1
83740 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
83741 Date:   Thu Mar 22 14:49:04 2007 +0000
83742
83743     Corrected the simeng_usage.c directive.
83744     
83745     
83746     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3332 48e7efb5-ca39-0410-a469-dd3cf9ba447f
83747
83748 commit c3fa98ca7ce6d3cebc47f87e1e783a214b04b35f
83749 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
83750 Date:   Thu Mar 22 14:40:44 2007 +0000
83751
83752     Hacking to make it work with broken AMD64 contexts. To try!
83753     
83754     
83755     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3331 48e7efb5-ca39-0410-a469-dd3cf9ba447f
83756
83757 commit 20caf382b20af687ee1ba042b68bb87df38e8fdf
83758 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
83759 Date:   Thu Mar 22 00:26:18 2007 +0000
83760
83761     Let's start with the library versionning
83762     
83763     
83764     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3330 48e7efb5-ca39-0410-a469-dd3cf9ba447f
83765
83766 commit 86991b943e9e2b413d2dff3b95824a01d031d317
83767 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
83768 Date:   Thu Mar 22 00:18:04 2007 +0000
83769
83770     Let's go for the next release
83771     
83772     
83773     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3329 48e7efb5-ca39-0410-a469-dd3cf9ba447f
83774
83775 commit da87f6beb69857d417c47fd1b0799c609a2ae718
83776 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
83777 Date:   Wed Mar 21 18:34:10 2007 +0000
83778
83779     Added the compilation of file simeng_usage. I think this is a more
83780     appropriate name once this programs tests different modelling approachs
83781     in the simulator engine.
83782     
83783     
83784     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3328 48e7efb5-ca39-0410-a469-dd3cf9ba447f
83785
83786 commit 39b484e7e863de804daea3e0cc80afdf678af8dc
83787 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
83788 Date:   Wed Mar 21 18:31:35 2007 +0000
83789
83790     Prototype of function lagrange_solve added.
83791     
83792     
83793     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3327 48e7efb5-ca39-0410-a469-dd3cf9ba447f
83794
83795 commit dc35426c6166da33a546b7fe44a168639dff03bf
83796 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
83797 Date:   Wed Mar 21 18:27:24 2007 +0000
83798
83799     Added field intial_bound to lmm_constraint_t and lmm_variable_t. Needed
83800     by the lagrange optimization function.
83801     
83802     
83803     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3326 48e7efb5-ca39-0410-a469-dd3cf9ba447f
83804
83805 commit 7b496924ab1db1e2168e21d85f1bb5c5db2ae264
83806 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
83807 Date:   Wed Mar 21 18:11:19 2007 +0000
83808
83809     Model using the proportional fairness to compute the bandwith achivied
83810     with each connection. Corrected and compiling. Tests until undone.
83811     
83812     
83813     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3325 48e7efb5-ca39-0410-a469-dd3cf9ba447f
83814
83815 commit 2d718faf3e77107bdf078e9efa9e3a4a7f7bf32e
83816 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
83817 Date:   Wed Mar 21 18:09:28 2007 +0000
83818
83819     Added surf/lagrange.c.
83820     
83821     
83822     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3324 48e7efb5-ca39-0410-a469-dd3cf9ba447f
83823
83824 commit 106facfd0f20f0321e561401f6e3de3fffbeadfb
83825 Author: donassbr <donassbr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
83826 Date:   Wed Mar 21 14:51:27 2007 +0000
83827
83828     MSG/SIMIX Initial files. Only functions prototypes, not implemented yet.
83829     
83830     
83831     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3323 48e7efb5-ca39-0410-a469-dd3cf9ba447f
83832
83833 commit d80e7348ea40daf2c7447e23d959fb167cffeb36
83834 Author: donassbr <donassbr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
83835 Date:   Wed Mar 21 14:50:31 2007 +0000
83836
83837     Changes in the functions, correct prototype function (SIMIX_config) and change exception raised in SIMIX_action.
83838     
83839     
83840     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3322 48e7efb5-ca39-0410-a469-dd3cf9ba447f
83841
83842 commit dab96f2dde2a7d6ea12cfe41a75c690ddc2e4b3b
83843 Author: donassbr <donassbr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
83844 Date:   Wed Mar 21 14:47:55 2007 +0000
83845
83846     Add support for host failure exception to the xbt_errcat_t.
83847     
83848     
83849     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3321 48e7efb5-ca39-0410-a469-dd3cf9ba447f
83850
83851 commit ebaa4006f69375229681ef6d7cb2a07addbc7cbe
83852 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
83853 Date:   Wed Mar 21 14:20:59 2007 +0000
83854
83855     a empty file to create the directory in the repository
83856     
83857     
83858     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3320 48e7efb5-ca39-0410-a469-dd3cf9ba447f
83859
83860 commit 3710083d64724dcfaa39a7f1681e9a18c9a0fe03
83861 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
83862 Date:   Wed Mar 21 13:59:58 2007 +0000
83863
83864     a makefile to build the ping_pong example
83865     
83866     
83867     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3319 48e7efb5-ca39-0410-a469-dd3cf9ba447f
83868
83869 commit 64ea6e2935f811a5c17422296732c984611eace2
83870 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
83871 Date:   Wed Mar 21 13:59:20 2007 +0000
83872
83873     a makefile to build the msg_test_suspend example
83874     
83875     
83876     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3318 48e7efb5-ca39-0410-a469-dd3cf9ba447f
83877
83878 commit a0bea10c0ffd193fba9a019d0e6eed1d30517444
83879 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
83880 Date:   Wed Mar 21 13:58:45 2007 +0000
83881
83882     a makefile to build the msg_test_communication_time example
83883     
83884     
83885     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3317 48e7efb5-ca39-0410-a469-dd3cf9ba447f
83886
83887 commit 932cb0d785dc61df1f66a383211e2f178cce3d9e
83888 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
83889 Date:   Wed Mar 21 13:57:55 2007 +0000
83890
83891     a makefile to build the msg_test example
83892     
83893     
83894     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3316 48e7efb5-ca39-0410-a469-dd3cf9ba447f
83895
83896 commit cf32c9356ac20e42528e2d1ce2f718cc5bd82730
83897 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
83898 Date:   Wed Mar 21 13:57:04 2007 +0000
83899
83900     a makefile to build the simgrid dll
83901     
83902     
83903     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3315 48e7efb5-ca39-0410-a469-dd3cf9ba447f
83904
83905 commit b3359f8e3a8aed62dd11857f91fd3f16e8f74b98
83906 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
83907 Date:   Wed Mar 21 13:56:24 2007 +0000
83908
83909     consider the windows dll modifications
83910     
83911     
83912     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3314 48e7efb5-ca39-0410-a469-dd3cf9ba447f
83913
83914 commit cfb5f67dc26957daecf2afb4313ce7d3d9f0ab85
83915 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
83916 Date:   Wed Mar 21 13:42:59 2007 +0000
83917
83918     this file is used in the build processus to build the dll simgrid
83919     
83920     
83921     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3313 48e7efb5-ca39-0410-a469-dd3cf9ba447f
83922
83923 commit a8e926e86ef601549e7f37b4b2b1d210dc6dd5f1
83924 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
83925 Date:   Tue Mar 20 10:05:44 2007 +0000
83926
83927     Start the development of the lagrange optimization method to implement
83928     the proportional fairness.
83929     
83930     
83931     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3312 48e7efb5-ca39-0410-a469-dd3cf9ba447f
83932
83933 commit f68341674691958569f4f36fe7e4b3f50200cdcc
83934 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
83935 Date:   Fri Mar 16 20:21:19 2007 +0000
83936
83937     commit automatic file
83938     
83939     
83940     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3311 48e7efb5-ca39-0410-a469-dd3cf9ba447f
83941
83942 commit 503aa3da00d244d6198bdb7f5c489793bee62762
83943 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
83944 Date:   Fri Mar 16 20:15:04 2007 +0000
83945
83946     RELEASE \!
83947     
83948     
83949     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3309 48e7efb5-ca39-0410-a469-dd3cf9ba447f
83950
83951 commit 6c521ec8a61f9cc04fd88ede4af09b78fe196018
83952 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
83953 Date:   Fri Mar 16 16:32:35 2007 +0000
83954
83955     remove the pragma directives in borland configuration file
83956     
83957     
83958     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3308 48e7efb5-ca39-0410-a469-dd3cf9ba447f
83959
83960 commit 3d4fcecf7663d1b88bdc01d069fc8c047c5dec67
83961 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
83962 Date:   Fri Mar 16 15:11:01 2007 +0000
83963
83964     with ansi C the variables must be declared at the begining of the function
83965     
83966     
83967     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3307 48e7efb5-ca39-0410-a469-dd3cf9ba447f
83968
83969 commit 55be6c01c1ff0830eb948602c09dbb9f4344e466
83970 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
83971 Date:   Fri Mar 16 14:59:14 2007 +0000
83972
83973     Rework the portability layer around our getline definition. Damn thing. A proper xbt_string.h is needed, but it's too late for this version of simgrid
83974     
83975     
83976     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3306 48e7efb5-ca39-0410-a469-dd3cf9ba447f
83977
83978 commit f3ba288e92216e2f6d64cabfbee5fd6b3496c99f
83979 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
83980 Date:   Fri Mar 16 14:57:12 2007 +0000
83981
83982     Only declare getline portability cruft if it is needed (it's not used so far), it can be ignored for release sake
83983     
83984     
83985     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3305 48e7efb5-ca39-0410-a469-dd3cf9ba447f
83986
83987 commit 963c8f3d1cd6f63552673bdbc62252b90e4e6ffa
83988 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
83989 Date:   Fri Mar 16 14:34:32 2007 +0000
83990
83991     Remove a useless (hopefully) portability hack
83992     
83993     
83994     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3304 48e7efb5-ca39-0410-a469-dd3cf9ba447f
83995
83996 commit 6508dac8abd72a02679154467f7e88996630e043
83997 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
83998 Date:   Fri Mar 16 14:15:13 2007 +0000
83999
84000     Use xbt_thread_yield explicitely instead of Sleep(0). This is the same effect, but the intention of this is more clear (at least to me ;)
84001     
84002     
84003     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3303 48e7efb5-ca39-0410-a469-dd3cf9ba447f
84004
84005 commit d282280b34c91d82c661c9b569bc0147da4662e3
84006 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
84007 Date:   Fri Mar 16 14:11:15 2007 +0000
84008
84009     with ansi C the variables must be declared at the begining of the function
84010     
84011     
84012     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3302 48e7efb5-ca39-0410-a469-dd3cf9ba447f
84013
84014 commit cc6209fd357fda640e8cf4bd86e1564f8be1f383
84015 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
84016 Date:   Fri Mar 16 14:10:03 2007 +0000
84017
84018     Commit separately the tons of additionnal debug informations I had to add to find the deadlock solved in previous commit
84019     
84020     
84021     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3301 48e7efb5-ca39-0410-a469-dd3cf9ba447f
84022
84023 commit 21ec591fc56c559be671e8604a5f2332bcd2f9d6
84024 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
84025 Date:   Fri Mar 16 14:08:48 2007 +0000
84026
84027     Kill a deadlock in the new thread creation code I've introduced (sometimes, the main thread had the ability to acquire the individual lock of the created one before the poor dude got a chance to go in jail)
84028     
84029     
84030     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3300 48e7efb5-ca39-0410-a469-dd3cf9ba447f
84031
84032 commit bc4b669606c92cc46a11b4ac99e6546893174ed3
84033 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
84034 Date:   Fri Mar 16 13:42:49 2007 +0000
84035
84036     this file is used by the example ping_pong
84037     
84038     
84039     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3299 48e7efb5-ca39-0410-a469-dd3cf9ba447f
84040
84041 commit 91d6ad75e25f9dab6466679ff12e56845ecdc6c8
84042 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
84043 Date:   Fri Mar 16 13:36:31 2007 +0000
84044
84045     for windows xbt_thread implementation a thread yield after it has signaled a condition
84046     
84047     
84048     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3298 48e7efb5-ca39-0410-a469-dd3cf9ba447f
84049
84050 commit 4e674552e32597c7618313a1ffa914491d47bf89
84051 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
84052 Date:   Fri Mar 16 13:33:36 2007 +0000
84053
84054     Microsoft visual c++ need that
84055     
84056     
84057     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3297 48e7efb5-ca39-0410-a469-dd3cf9ba447f
84058
84059 commit 46ad98c51ee33cbdbeb46a8c058beea42b152c61
84060 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
84061 Date:   Fri Mar 16 13:30:01 2007 +0000
84062
84063     force bye alignement to 8 and disable a avertissment
84064     
84065     
84066     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3296 48e7efb5-ca39-0410-a469-dd3cf9ba447f
84067
84068 commit 587055732de9a37dd695007b69b62b3a4fed1111
84069 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
84070 Date:   Fri Mar 16 13:28:47 2007 +0000
84071
84072     optimize the comparaison between characters
84073     
84074     
84075     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3295 48e7efb5-ca39-0410-a469-dd3cf9ba447f
84076
84077 commit 08343930578d162e6e8c47167025970929bcf41f
84078 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
84079 Date:   Fri Mar 16 13:27:21 2007 +0000
84080
84081     on include extern C directive for c++ compilers plus include misc.h header
84082     
84083     
84084     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3294 48e7efb5-ca39-0410-a469-dd3cf9ba447f
84085
84086 commit a59340736c6aef0d67fe88a16e0cd1fa8e18ae9a
84087 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
84088 Date:   Fri Mar 16 13:23:31 2007 +0000
84089
84090     ssize_t is not defined in borland builder and visual C++ and now asprintf and
84091     vasprintf are not exported in the windows dll
84092     
84093     
84094     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3293 48e7efb5-ca39-0410-a469-dd3cf9ba447f
84095
84096 commit 49054797aed6e149277e46fde87302c1d61b6299
84097 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
84098 Date:   Fri Mar 16 13:18:55 2007 +0000
84099
84100     only indent code
84101     
84102     
84103     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3292 48e7efb5-ca39-0410-a469-dd3cf9ba447f
84104
84105 commit 99539cdc5c814389e373ed62f61f116d56b6ac2c
84106 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
84107 Date:   Fri Mar 16 10:54:33 2007 +0000
84108
84109     Plug a memleak
84110     
84111     
84112     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3291 48e7efb5-ca39-0410-a469-dd3cf9ba447f
84113
84114 commit 88c7776b4e29712f5619c795110cbe343e5350a0
84115 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
84116 Date:   Fri Mar 16 10:48:16 2007 +0000
84117
84118     Let the stubs die more verbosely when they catch a logic error in our programmation
84119     
84120     
84121     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3290 48e7efb5-ca39-0410-a469-dd3cf9ba447f
84122
84123 commit 24805d9be154cac4d5300baecba35b4931204f97
84124 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
84125 Date:   Fri Mar 16 10:44:38 2007 +0000
84126
84127     Damn picky compiler. Kill unused vars when using ucontextes
84128     
84129     
84130     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3289 48e7efb5-ca39-0410-a469-dd3cf9ba447f
84131
84132 commit 11819220e15518f0aacff177da8655da0a9f9826
84133 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
84134 Date:   Fri Mar 16 10:42:58 2007 +0000
84135
84136     Only initialize the mutex&condition used for context creation when using the pthreads to implement the xbt_contextes
84137     
84138     
84139     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3288 48e7efb5-ca39-0410-a469-dd3cf9ba447f
84140
84141 commit c8c1bbfc07873fbd9f987e3b2499dc19ec02c2fa
84142 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
84143 Date:   Fri Mar 16 10:34:50 2007 +0000
84144
84145     use two conditions during the thread creation phase to make sure that it is *really* impossible to signal the condition and get our own signal the line after. The pthread lib under linux works just fine on such a borderline case, but it may not be the case of any thread implementation. Namly, our xbt_thread implem for windows is not that permissive. It could be possible to make our implem more robust, but it is ways easier to make our user code less demanding
84146     
84147     
84148     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3287 48e7efb5-ca39-0410-a469-dd3cf9ba447f
84149
84150 commit a98aed7c91100cfe4414ec3fd23ae6f216710f24
84151 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
84152 Date:   Fri Mar 16 10:19:05 2007 +0000
84153
84154     Also avoid to leak the stub under windows
84155     
84156     
84157     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3286 48e7efb5-ca39-0410-a469-dd3cf9ba447f
84158
84159 commit 782885a2fe13a0a0fd7fb26eda8a0b7b4b08ae89
84160 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
84161 Date:   Fri Mar 16 10:13:26 2007 +0000
84162
84163     Kill the s_xbt_thread_wrapper_for_restart__ structure and use xbt_thread_t to contain what the former contained so that we don't have to free the stub, or leak if we don't
84164     
84165     
84166     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3285 48e7efb5-ca39-0410-a469-dd3cf9ba447f
84167
84168 commit b94070cec9eee33af7abc221f62927ffb9336331
84169 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
84170 Date:   Thu Mar 15 16:43:14 2007 +0000
84171
84172     Typo in my last change aiming at including SIMIX in the tarball regardless on whether we configured simgrid to use it or not
84173     
84174     
84175     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3284 48e7efb5-ca39-0410-a469-dd3cf9ba447f
84176
84177 commit 54d487dba12f54926057abdf8fcdfca053c7df4e
84178 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
84179 Date:   Thu Mar 15 16:39:42 2007 +0000
84180
84181     Commit generated file
84182     
84183     
84184     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3283 48e7efb5-ca39-0410-a469-dd3cf9ba447f
84185
84186 commit fe50cfdb08ac4f5d3903b0230475c759f3cb4edb
84187 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
84188 Date:   Thu Mar 15 16:39:06 2007 +0000
84189
84190     Kill oldies
84191     
84192     
84193     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3282 48e7efb5-ca39-0410-a469-dd3cf9ba447f
84194
84195 commit 18d1659df58e95d66cee33e0db2515afe2727241
84196 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
84197 Date:   Thu Mar 15 16:38:36 2007 +0000
84198
84199     Kill old context implementations on windows. We now use xbt_threads for this on this platform; Make sure the test units are rebuilt correctly even during VPATH builds
84200     
84201     
84202     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3281 48e7efb5-ca39-0410-a469-dd3cf9ba447f
84203
84204 commit d39e099be39dac99eede92137892d59b5ceb6a1c
84205 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
84206 Date:   Thu Mar 15 16:37:20 2007 +0000
84207
84208     Kill old context implementations on windows. We now use xbt_threads for this on this platform
84209     
84210     
84211     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3280 48e7efb5-ca39-0410-a469-dd3cf9ba447f
84212
84213 commit 52aad261af922bba6ad32127a85df1c2b0645ef3
84214 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
84215 Date:   Thu Mar 15 08:21:11 2007 +0000
84216
84217     Move xbt/xbt_thread.h to private interfaces since it's not always provided by the libraries
84218     
84219     
84220     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3279 48e7efb5-ca39-0410-a469-dd3cf9ba447f
84221
84222 commit ccd1b0c6039b17c8fe6529a327b39131a2618291
84223 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
84224 Date:   Thu Mar 15 08:20:17 2007 +0000
84225
84226     Add a [correct] prototype to xbt_thread_join
84227     
84228     
84229     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3278 48e7efb5-ca39-0410-a469-dd3cf9ba447f
84230
84231 commit b064f9c5b80aa2a27accdd0f97ab286a26d62d7f
84232 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
84233 Date:   Thu Mar 15 08:08:16 2007 +0000
84234
84235     This is definitivly not a public interface: it is not provided in libsimgrid when using the ucontextes to implement xbt_context
84236     
84237     
84238     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3277 48e7efb5-ca39-0410-a469-dd3cf9ba447f
84239
84240 commit 76036869988d98645b3cf2f6a2462c949fff6054
84241 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
84242 Date:   Wed Mar 14 21:28:13 2007 +0000
84243
84244     effect of the redefinition of the macro XBT_PUBLIC_DATA
84245     
84246     
84247     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3276 48e7efb5-ca39-0410-a469-dd3cf9ba447f
84248
84249 commit b4420d55cb331b29921421bc04d32dc3b02c5e5e
84250 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
84251 Date:   Wed Mar 14 21:27:17 2007 +0000
84252
84253     xbt_thread_join() function implementation, windows thread version modifications
84254     
84255     
84256     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3275 48e7efb5-ca39-0410-a469-dd3cf9ba447f
84257
84258 commit b4d4da7d43fb917b14ab7b7d1b9538ad65569844
84259 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
84260 Date:   Wed Mar 14 21:25:34 2007 +0000
84261
84262     xbt_thread_join() function is now implemented
84263     
84264     
84265     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3274 48e7efb5-ca39-0410-a469-dd3cf9ba447f
84266
84267 commit dcbbc368228a7623d2f8a53028f6da8f64a5a128
84268 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
84269 Date:   Wed Mar 14 21:24:35 2007 +0000
84270
84271     effect of redefinition of the macro XBT_PUBLIC_DATA
84272     
84273     
84274     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3273 48e7efb5-ca39-0410-a469-dd3cf9ba447f
84275
84276 commit 4b7ff86c51b392e6267c8b3341e28151ff6ef594
84277 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
84278 Date:   Wed Mar 14 21:21:25 2007 +0000
84279
84280     redefinition of the macro XBT_PUBLIC_DATA
84281     
84282     
84283     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3272 48e7efb5-ca39-0410-a469-dd3cf9ba447f
84284
84285 commit addf942a7913b477a273e7a372967b200d95d12c
84286 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
84287 Date:   Wed Mar 14 15:19:29 2007 +0000
84288
84289     Adding debug informations.
84290     Adding a "clean" suicide mechanisme for the xbt_context_kill functions.
84291     
84292     
84293     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3271 48e7efb5-ca39-0410-a469-dd3cf9ba447f
84294
84295 commit a222d3b19b7286192a3426b11ea412b1e0ec119c
84296 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
84297 Date:   Wed Mar 14 15:15:21 2007 +0000
84298
84299     Fixing the setkey getkey mechanism (it wasn't functionnal at all).
84300     
84301     
84302     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3270 48e7efb5-ca39-0410-a469-dd3cf9ba447f
84303
84304 commit 946f44f7e149af72384a3aaf69ab98e44212ed02
84305 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
84306 Date:   Wed Mar 14 15:14:29 2007 +0000
84307
84308     Trickier example.
84309     
84310     
84311     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3269 48e7efb5-ca39-0410-a469-dd3cf9ba447f
84312
84313 commit 9834f6db9c4a8428060bd39fd09c1bdfffd1407b
84314 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
84315 Date:   Wed Mar 14 11:01:41 2007 +0000
84316
84317     Make sure that SIMIX is in the distributed tarballs
84318     
84319     
84320     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3268 48e7efb5-ca39-0410-a469-dd3cf9ba447f
84321
84322 commit 6bda480f1d89e26a239de6900837b0285e379cea
84323 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
84324 Date:   Wed Mar 14 09:22:31 2007 +0000
84325
84326     This is already exported from the corresponding header (include/xbt/ex.h), as it should be
84327     
84328     
84329     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3267 48e7efb5-ca39-0410-a469-dd3cf9ba447f
84330
84331 commit 9265d9c593ebc87d80374d2c4d1e7b76c1bc1ffb
84332 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
84333 Date:   Wed Mar 14 09:21:45 2007 +0000
84334
84335     Use XBT_PUBLIC_DATA instead of XBT_DECLARE_DATA
84336     
84337     
84338     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3266 48e7efb5-ca39-0410-a469-dd3cf9ba447f
84339
84340 commit c3a022946c0849d8b4ffdb81fae65db33554cf7f
84341 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
84342 Date:   Wed Mar 14 09:18:58 2007 +0000
84343
84344     This is already exported from the corresponding .h (./src/include/surf/surf.h)
84345     
84346     
84347     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3265 48e7efb5-ca39-0410-a469-dd3cf9ba447f
84348
84349 commit cb393fcf978a184c6a97772ab588b9d9a2a5c256
84350 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
84351 Date:   Wed Mar 14 09:13:25 2007 +0000
84352
84353     Use XBT_PUBLIC_DATA instead of XBT_DECLARE_DATA
84354     
84355     
84356     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3264 48e7efb5-ca39-0410-a469-dd3cf9ba447f
84357
84358 commit d1132e28fb4848470655f287c13a0c4ecf549872
84359 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
84360 Date:   Wed Mar 14 09:11:43 2007 +0000
84361
84362     Rename XBT_DECLARE_DATA to XBT_PUBLIC_DATA for sake of consistency, and rewrite its usage to be consistant with XBT_PUBLIC
84363     
84364     
84365     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3263 48e7efb5-ca39-0410-a469-dd3cf9ba447f
84366
84367 commit daf7628852dc8c5b944f2667cc74d8ce75328aed
84368 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
84369 Date:   Wed Mar 14 09:05:51 2007 +0000
84370
84371     portable.h is the header to load when seeking for portability
84372     
84373     
84374     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3262 48e7efb5-ca39-0410-a469-dd3cf9ba447f
84375
84376 commit 30f09552abf56c908a8f0bbd397f578f62a4453c
84377 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
84378 Date:   Tue Mar 13 14:07:10 2007 +0000
84379
84380     use win32/config.h on windows
84381     
84382     
84383     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3261 48e7efb5-ca39-0410-a469-dd3cf9ba447f
84384
84385 commit 0026f4fc6122e85840e274a1173101e4bc7ed0d6
84386 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
84387 Date:   Tue Mar 13 13:53:37 2007 +0000
84388
84389     export some functions for windows dll
84390     
84391     
84392     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3260 48e7efb5-ca39-0410-a469-dd3cf9ba447f
84393
84394 commit 1a87fc62c1667cf949e0b754086d895cbe4bae8b
84395 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
84396 Date:   Tue Mar 13 13:49:13 2007 +0000
84397
84398     export some functions for libgras
84399     
84400     
84401     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3259 48e7efb5-ca39-0410-a469-dd3cf9ba447f
84402
84403 commit e5b033d47fb71e1aa50b25a65f86abe4a003ccc5
84404 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
84405 Date:   Tue Mar 13 13:24:40 2007 +0000
84406
84407     define CONTEXT_THREADS to 1
84408     
84409     
84410     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3258 48e7efb5-ca39-0410-a469-dd3cf9ba447f
84411
84412 commit 6fc1924f4999f9eada5c9368eab11676f5e9c06a
84413 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
84414 Date:   Tue Mar 13 13:20:37 2007 +0000
84415
84416     consider the new macros CONTEXT_UCONTEXT and CONTEXT_THREADS
84417     
84418     
84419     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3257 48e7efb5-ca39-0410-a469-dd3cf9ba447f
84420
84421 commit 5c5685dc7dbf80037da524d5787a8265bf36a552
84422 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
84423 Date:   Tue Mar 13 13:19:43 2007 +0000
84424
84425     visual c++ need snprintf and vsnprintf functions
84426     
84427     
84428     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3256 48e7efb5-ca39-0410-a469-dd3cf9ba447f
84429
84430 commit b03c4669c65ee144f7e3c86c9b6748d0c831931c
84431 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
84432 Date:   Tue Mar 13 12:35:12 2007 +0000
84433
84434     special exportation data for visual c++
84435     
84436     
84437     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3255 48e7efb5-ca39-0410-a469-dd3cf9ba447f
84438
84439 commit b463d8538aaf521c31bca0da865a5a6f56b2a6e3
84440 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
84441 Date:   Tue Mar 13 12:20:31 2007 +0000
84442
84443     not need to export XBT_LOG_ROOT_CAT in log.c
84444     
84445     
84446     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3254 48e7efb5-ca39-0410-a469-dd3cf9ba447f
84447
84448 commit 82421f638de186b984d6cf9366bf618f188ce3f9
84449 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
84450 Date:   Tue Mar 13 12:12:56 2007 +0000
84451
84452     special data exportation
84453     
84454     
84455     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3253 48e7efb5-ca39-0410-a469-dd3cf9ba447f
84456
84457 commit 97ea8e6ffb9fade57fa48f52caca2a35b518b6da
84458 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
84459 Date:   Tue Mar 13 12:10:35 2007 +0000
84460
84461     exports functions in windows dll
84462     
84463     
84464     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3252 48e7efb5-ca39-0410-a469-dd3cf9ba447f
84465
84466 commit 637cb1e7e9e007f9466f4813ee12617815dbf1f1
84467 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
84468 Date:   Tue Mar 13 12:08:51 2007 +0000
84469
84470     special data exportation for Visual C++
84471     
84472     
84473     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3251 48e7efb5-ca39-0410-a469-dd3cf9ba447f
84474
84475 commit 1de36c3be200c3edc5c3239ba3784bb1dc1499cb
84476 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
84477 Date:   Tue Mar 13 12:05:09 2007 +0000
84478
84479     a new macro XBT_DECLARE_DATA for special data exportation
84480     
84481     
84482     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3250 48e7efb5-ca39-0410-a469-dd3cf9ba447f
84483
84484 commit d18151cd617bbb4738fbc0b3151c71c12498970c
84485 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
84486 Date:   Tue Mar 13 12:02:34 2007 +0000
84487
84488     export some functions in windows dll
84489     
84490     
84491     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3249 48e7efb5-ca39-0410-a469-dd3cf9ba447f
84492
84493 commit ec0a450a5851dc5b9e6eb0eb9c346e90eb6151a7
84494 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
84495 Date:   Tue Mar 13 11:22:00 2007 +0000
84496
84497     This is a public symbol, isn't it (not realy sure, but should be harmless)
84498     
84499     
84500     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3248 48e7efb5-ca39-0410-a469-dd3cf9ba447f
84501
84502 commit e5b4da866899d8df510207c8e35722eee9ce48d8
84503 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
84504 Date:   Tue Mar 13 11:08:21 2007 +0000
84505
84506     Cast to the proper pointer type to avoid some warnings
84507     
84508     
84509     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3247 48e7efb5-ca39-0410-a469-dd3cf9ba447f
84510
84511 commit a27375bf26a44cc15f7a048b5ab872747761a022
84512 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
84513 Date:   Tue Mar 13 10:22:44 2007 +0000
84514
84515     Reintroduce the changes to the windows build chain to allow gcc cross compilation (was removed by Malek's last compile)
84516     
84517     
84518     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3246 48e7efb5-ca39-0410-a469-dd3cf9ba447f
84519
84520 commit 4d61928cc24fbd72d9830921386fd12e92912a2d
84521 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
84522 Date:   Tue Mar 13 10:18:39 2007 +0000
84523
84524     Visual C++ compiler configuration file
84525     
84526     
84527     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3245 48e7efb5-ca39-0410-a469-dd3cf9ba447f
84528
84529 commit b5ded4c27fcbc0e3487b182cdacdb321ba4ab85d
84530 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
84531 Date:   Tue Mar 13 10:16:16 2007 +0000
84532
84533     special configuration for Visual C++ compiler
84534     
84535     
84536     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3244 48e7efb5-ca39-0410-a469-dd3cf9ba447f
84537
84538 commit b00dee55791fb860e475390a184cd439bf85042d
84539 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
84540 Date:   Tue Mar 13 10:10:20 2007 +0000
84541
84542     special configuration for Visual C++ compiler
84543     
84544     
84545     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3243 48e7efb5-ca39-0410-a469-dd3cf9ba447f
84546
84547 commit f2485307bc9f202b0b96e735969b03ea7cf8a548
84548 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
84549 Date:   Mon Mar 12 15:03:42 2007 +0000
84550
84551     Make sure libsimgrid depend on libpthreads only when needed (ie, when we use pthreads to implement xbt_contextes); libgras depends on it anyway since it will soon be multithreaded
84552     
84553     
84554     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3242 48e7efb5-ca39-0410-a469-dd3cf9ba447f
84555
84556 commit 4b754cbe4ec669846baeee13c6362184019c5bbd
84557 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
84558 Date:   Mon Mar 12 15:00:09 2007 +0000
84559
84560     proper file name for the stubs not used in either SG or RL
84561     
84562     
84563     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3241 48e7efb5-ca39-0410-a469-dd3cf9ba447f
84564
84565 commit 21e36900d94aa0bb86014021552a228f5afde1c7
84566 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
84567 Date:   Mon Mar 12 11:20:58 2007 +0000
84568
84569     Keeping up with last renaming.
84570     
84571     
84572     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3240 48e7efb5-ca39-0410-a469-dd3cf9ba447f
84573
84574 commit bedf1620c4d3e62b8ab4a834ac4b04f975cacbf9
84575 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
84576 Date:   Mon Mar 12 11:20:45 2007 +0000
84577
84578     Using more explicit names.
84579     Killing the init_context in last position.
84580     Adding debug.
84581     Calling cleanup_func before freeing args.
84582     
84583     
84584     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3239 48e7efb5-ca39-0410-a469-dd3cf9ba447f
84585
84586 commit 18709abb68a084b5d31147fabc6f23e1d4af9498
84587 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
84588 Date:   Mon Mar 12 11:19:12 2007 +0000
84589
84590     Various cleanups.
84591     
84592     
84593     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3238 48e7efb5-ca39-0410-a469-dd3cf9ba447f
84594
84595 commit 145a798531c6dfbabfd82409a682e7cd14a39362
84596 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
84597 Date:   Mon Mar 12 09:28:49 2007 +0000
84598
84599     Add --with-pthreads as synonym for --with-pthread since Arnaud cannot type correctly
84600     
84601     
84602     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3237 48e7efb5-ca39-0410-a469-dd3cf9ba447f
84603
84604 commit 3bf3909212b27d8a9453ecb35447f6b051eedf33
84605 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
84606 Date:   Fri Mar 9 17:01:22 2007 +0000
84607
84608     do not use xbt_context_init but xbt_init; do not try to yield when there is only one context since it fails for whatever reason
84609     
84610     
84611     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3236 48e7efb5-ca39-0410-a469-dd3cf9ba447f
84612
84613 commit beaedc82c29cae2d3a54f1083ebd741386677d0f
84614 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
84615 Date:   Fri Mar 9 16:55:23 2007 +0000
84616
84617     sync generated files
84618     
84619     
84620     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3235 48e7efb5-ca39-0410-a469-dd3cf9ba447f
84621
84622 commit a9e3c0dba635930f332707a949d3cb085382949a
84623 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
84624 Date:   Fri Mar 9 16:51:39 2007 +0000
84625
84626     Borland uses the thread implementation of the contextes
84627     
84628     
84629     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3234 48e7efb5-ca39-0410-a469-dd3cf9ba447f
84630
84631 commit f44ac8ea59fc1f2669b5912083fb2d29c2e98002
84632 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
84633 Date:   Fri Mar 9 16:50:58 2007 +0000
84634
84635     use the empty functions for context module init/exit when in GRAS_RL
84636     
84637     
84638     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3233 48e7efb5-ca39-0410-a469-dd3cf9ba447f
84639
84640 commit 8267a61f91f5ed9e7368d3059e9d53b96cc8fcb7
84641 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
84642 Date:   Fri Mar 9 16:49:28 2007 +0000
84643
84644     don't use either pthread or winthread to implement xbt_context, but use our compatibility layer xbt_thread instead (when ucontext are not available, of course)
84645     
84646     
84647     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3232 48e7efb5-ca39-0410-a469-dd3cf9ba447f
84648
84649 commit 3bfda9681b17c62ff51a715882d40ef3091cdbb4
84650 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
84651 Date:   Fri Mar 9 16:47:06 2007 +0000
84652
84653     Make the implementation more robust: don't die if something to destroy is already NULL, ignore instead; don't try to delete our pthread_key on shutdown. Valgrind detects no leak if we don't, and whine if we try to
84654     
84655     
84656     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3231 48e7efb5-ca39-0410-a469-dd3cf9ba447f
84657
84658 commit 20e3f0447e2e83fd41868152c58c32b36eeb4b6d
84659 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
84660 Date:   Fri Mar 9 16:45:47 2007 +0000
84661
84662     Don't initialize the contextes manually, it will be done by xbt_init on need
84663     
84664     
84665     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3230 48e7efb5-ca39-0410-a469-dd3cf9ba447f
84666
84667 commit bf36dda959b02bcbcd7a14274dd0cd223fc6af32
84668 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
84669 Date:   Fri Mar 9 16:44:08 2007 +0000
84670
84671     Empty body of the context module init/exit functions since they are not defined elsewhere (and not used) in RL
84672     
84673     
84674     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3229 48e7efb5-ca39-0410-a469-dd3cf9ba447f
84675
84676 commit 573c7a5e13ac11e8e0444378bb8f88e5b200e0bc
84677 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
84678 Date:   Fri Mar 9 16:42:39 2007 +0000
84679
84680     Integrate xbt_context_init/exit to the regular module mecanism; free the xbt_binary_name as late as possible since it can be used by module exit functions (if they do log)
84681     
84682     
84683     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3228 48e7efb5-ca39-0410-a469-dd3cf9ba447f
84684
84685 commit 046ff6a2e730b43a41b781849c23f6adbb91c582
84686 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
84687 Date:   Fri Mar 9 16:41:26 2007 +0000
84688
84689     Move xbt_context_init/exit to modinter so that we can integrate it to the regular module mecanism
84690     
84691     
84692     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3227 48e7efb5-ca39-0410-a469-dd3cf9ba447f
84693
84694 commit 5c0fdee633207037b1fb1383525200649ed841b7
84695 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
84696 Date:   Fri Mar 9 16:40:16 2007 +0000
84697
84698     Load the getline prototype when it exists
84699     
84700     
84701     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3226 48e7efb5-ca39-0410-a469-dd3cf9ba447f
84702
84703 commit 5ca0822e6bcf4a1bba155fb37cc5f4be5bf87b3f
84704 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
84705 Date:   Fri Mar 9 16:39:29 2007 +0000
84706
84707     Load the result of configure on cross-compilation
84708     
84709     
84710     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3225 48e7efb5-ca39-0410-a469-dd3cf9ba447f
84711
84712 commit 5979fe52092423ac8915b118cff1e161e57d1ecb
84713 Author: donassbr <donassbr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
84714 Date:   Fri Mar 9 14:29:13 2007 +0000
84715
84716     Modified some functions and datatypes. Simix API changed too.
84717     
84718     
84719     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3224 48e7efb5-ca39-0410-a469-dd3cf9ba447f
84720
84721 commit 97ca6bcf28feeeef86e2db040ee58b9ad24be474
84722 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
84723 Date:   Thu Mar 8 23:39:02 2007 +0000
84724
84725     Commit the autogenerated files
84726     
84727     
84728     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3223 48e7efb5-ca39-0410-a469-dd3cf9ba447f
84729
84730 commit 8c2b8d6a5466ad1c8bb23b7ee4166c7c9944b114
84731 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
84732 Date:   Thu Mar 8 23:24:26 2007 +0000
84733
84734     bump version number
84735     
84736     
84737     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3222 48e7efb5-ca39-0410-a469-dd3cf9ba447f
84738
84739 commit 1e75aa05c1e1cc40dd97e136d2242be128d9c38a
84740 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
84741 Date:   Thu Mar 8 23:03:18 2007 +0000
84742
84743     And now the 'compiles under linux' version
84744     
84745     
84746     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3221 48e7efb5-ca39-0410-a469-dd3cf9ba447f
84747
84748 commit fd3dbf44f23d5776244ef60ef985cbdde70ac2e2
84749 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
84750 Date:   Thu Mar 8 22:58:01 2007 +0000
84751
84752     improve hte windows part, still to be tested for real
84753     
84754     
84755     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3220 48e7efb5-ca39-0410-a469-dd3cf9ba447f
84756
84757 commit 9d107979a79ecd8878fa95e741c924d0478b6069
84758 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
84759 Date:   Thu Mar 8 22:54:19 2007 +0000
84760
84761     header of the getline replacement; documentation of xbt_abort and xbt_die since they landed in this file
84762     
84763     
84764     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3219 48e7efb5-ca39-0410-a469-dd3cf9ba447f
84765
84766 commit 83e7d41831db5d0af8dc1430c4fd1bd1e1abbbdc
84767 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
84768 Date:   Thu Mar 8 22:51:28 2007 +0000
84769
84770     remplacement implementation of the GNU only getline
84771     
84772     
84773     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3218 48e7efb5-ca39-0410-a469-dd3cf9ba447f
84774
84775 commit 30e581069989854635bc98b4c6a039233bd03dcc
84776 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
84777 Date:   Thu Mar 8 22:44:10 2007 +0000
84778
84779     Check for getline() to provide a replacement when not there
84780     
84781     
84782     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3217 48e7efb5-ca39-0410-a469-dd3cf9ba447f
84783
84784 commit 9612c0760b0042c358072ca2d31eb17eb1cc60f3
84785 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
84786 Date:   Thu Mar 8 22:20:12 2007 +0000
84787
84788     libraries now unconditionnally depend on the pthread lib because of the xbt_thread module, define DLL_EXPORT when cross-compiling for billware
84789     
84790     
84791     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3216 48e7efb5-ca39-0410-a469-dd3cf9ba447f
84792
84793 commit 5a72cff4087f5af88b3cd45fa09bdf12d79cb028
84794 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
84795 Date:   Thu Mar 8 21:55:31 2007 +0000
84796
84797     add a newline at the end of the file to make gcc happy
84798     
84799     
84800     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3215 48e7efb5-ca39-0410-a469-dd3cf9ba447f
84801
84802 commit a84a50d509ea865635d1a3f48e89037f523fa822
84803 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
84804 Date:   Thu Mar 8 21:54:44 2007 +0000
84805
84806     Allow to cross-compile with gcc again
84807     
84808     
84809     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3214 48e7efb5-ca39-0410-a469-dd3cf9ba447f
84810
84811 commit 079fc72766f21657cb49d9a183f0e35c0223e0f1
84812 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
84813 Date:   Thu Mar 8 20:23:04 2007 +0000
84814
84815     add some thread functions
84816     
84817     
84818     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3213 48e7efb5-ca39-0410-a469-dd3cf9ba447f
84819
84820 commit 007e84eaf7247e8987d9cf6f795cb4a93ea66aa5
84821 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
84822 Date:   Thu Mar 8 16:30:27 2007 +0000
84823
84824     Cut a multiple definition of a macro for users using damn pedantic warning flags
84825     
84826     
84827     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3212 48e7efb5-ca39-0410-a469-dd3cf9ba447f
84828
84829 commit 1502e5c1de6e2f416c505875c2df7dea6b585c48
84830 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
84831 Date:   Thu Mar 8 16:19:54 2007 +0000
84832
84833     Make room for the new xbt_thread module
84834     
84835     
84836     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3211 48e7efb5-ca39-0410-a469-dd3cf9ba447f
84837
84838 commit cb773f880bb555fc668261dd7fce33c18d211db3
84839 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
84840 Date:   Thu Mar 8 16:17:40 2007 +0000
84841
84842     Portability layer over the pthreads working with pthread or on windows
84843     
84844     
84845     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3210 48e7efb5-ca39-0410-a469-dd3cf9ba447f
84846
84847 commit 84a277aaf6a5232eb0166be05eb8053992a17da3
84848 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
84849 Date:   Thu Mar 8 15:20:29 2007 +0000
84850
84851     wint_hread update
84852     
84853     
84854     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3209 48e7efb5-ca39-0410-a469-dd3cf9ba447f
84855
84856 commit 3ae39088350ad665caa35db1731009d9e3f1bda2
84857 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
84858 Date:   Thu Mar 8 10:00:49 2007 +0000
84859
84860     minor cleanups
84861     
84862     
84863     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3208 48e7efb5-ca39-0410-a469-dd3cf9ba447f
84864
84865 commit 42fa434f36a91436ae816143a148d2bd5cd07439
84866 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
84867 Date:   Wed Mar 7 15:40:30 2007 +0000
84868
84869     GRAS API BREAKAGE: allow users to never call gras_msgtype_by_name() explicitly, expect the callbacks to return 0 when everything went well
84870     
84871     
84872     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3207 48e7efb5-ca39-0410-a469-dd3cf9ba447f
84873
84874 commit 78c37d1780d1243aec405e7f38751e0aa5037c38
84875 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
84876 Date:   Wed Mar 7 15:38:12 2007 +0000
84877
84878     adapt to lastest changes in GRAS API
84879     
84880     
84881     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3206 48e7efb5-ca39-0410-a469-dd3cf9ba447f
84882
84883 commit dd6126e20f664d3cfe6533d593f6ffa822dcbdc4
84884 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
84885 Date:   Wed Mar 7 15:31:04 2007 +0000
84886
84887     Update the changes to reflect my last changes
84888     
84889     
84890     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3205 48e7efb5-ca39-0410-a469-dd3cf9ba447f
84891
84892 commit 4e936ea2a66fc4a22ae23f96baa68cc0f55f870f
84893 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
84894 Date:   Wed Mar 7 14:56:20 2007 +0000
84895
84896     update the mmrpc example to adapt to the changes in the matrix module (which is still to be documented)
84897     
84898     
84899     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3204 48e7efb5-ca39-0410-a469-dd3cf9ba447f
84900
84901 commit c2bf63103e5914cb2245c77d45adc47e9a302889
84902 Author: donassbr <donassbr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
84903 Date:   Wed Mar 7 13:38:57 2007 +0000
84904
84905     Some tests done and bugs corrected.
84906     Removed SIMIX_error_t.
84907     Added new privates variables in the header ( action and process ).
84908     
84909     
84910     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3203 48e7efb5-ca39-0410-a469-dd3cf9ba447f
84911
84912 commit 8a6bb3ec35a4d3ebc36ef08cc6dcdfcec51de572
84913 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
84914 Date:   Wed Mar 7 11:03:04 2007 +0000
84915
84916     First wave of GRAS API breaking: gras_cb_register wants a message name (char*) as first argument and call gras_msgtype_by_name for you. gras_cb_register_() is the old behavior; same changes to gras_cb_unregister(). To come: the same for msg_send/msg_wait and so on.
84917     
84918     
84919     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3202 48e7efb5-ca39-0410-a469-dd3cf9ba447f
84920
84921 commit 4acc646cdf1d45794c328d86745a8407f86935e2
84922 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
84923 Date:   Wed Mar 7 10:16:38 2007 +0000
84924
84925     New question: What is the difference between MSG, SimDag, and GRAS? Do they serve the same purpose?
84926     
84927     
84928     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3201 48e7efb5-ca39-0410-a469-dd3cf9ba447f
84929
84930 commit 4f4c74a5d1ee706562ae4f3c0f3927243d9274e5
84931 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
84932 Date:   Tue Mar 6 13:00:39 2007 +0000
84933
84934     New function SD_application_reinit() allowing to test several heuristics back to back on the same platform without reloading the platform description file [FS]
84935     
84936     
84937     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3200 48e7efb5-ca39-0410-a469-dd3cf9ba447f
84938
84939 commit 7e6a22e5e70668af1007180c823291b4524f321e
84940 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
84941 Date:   Mon Mar 5 16:09:30 2007 +0000
84942
84943     Adding convenient function for Fred Suter
84944     
84945     
84946     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3199 48e7efb5-ca39-0410-a469-dd3cf9ba447f
84947
84948 commit 68b0ad1f0b674b7e68eb1a94554140b1f732e195
84949 Author: donassbr <donassbr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
84950 Date:   Mon Mar 5 14:57:06 2007 +0000
84951
84952     New functions added, changes in the header files, function create_link(cond, action) removed.
84953     
84954     
84955     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3198 48e7efb5-ca39-0410-a469-dd3cf9ba447f
84956
84957 commit c72411932647b614f98e2db41c2daacf0e9bc43c
84958 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
84959 Date:   Mon Mar 5 11:51:55 2007 +0000
84960
84961     Fix the doc!
84962     
84963     
84964     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3197 48e7efb5-ca39-0410-a469-dd3cf9ba447f
84965
84966 commit d4bf1e5b7c833104a7d4ead60518123dcc0916eb
84967 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
84968 Date:   Mon Mar 5 10:46:08 2007 +0000
84969
84970     Move pictures to the webcruft/ dir
84971     
84972     
84973     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3196 48e7efb5-ca39-0410-a469-dd3cf9ba447f
84974
84975 commit 4f2e30fad14098301c658ecbaaa2fc58f7b240e1
84976 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
84977 Date:   Mon Mar 5 10:04:31 2007 +0000
84978
84979     Updating the FAQ
84980     
84981     
84982     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3195 48e7efb5-ca39-0410-a469-dd3cf9ba447f
84983
84984 commit dfec0d9d159a42d62d53ec5346b7832ae210432b
84985 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
84986 Date:   Mon Mar 5 09:20:14 2007 +0000
84987
84988     fix the creation of the shortcuts when the html directory does not exist
84989     
84990     
84991     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3194 48e7efb5-ca39-0410-a469-dd3cf9ba447f
84992
84993 commit 107cee5cd3f91d6a8a9bd800a09647b11341eabf
84994 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
84995 Date:   Mon Mar 5 09:19:37 2007 +0000
84996
84997     Make the logo a link to the mainpage
84998     
84999     
85000     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3193 48e7efb5-ca39-0410-a469-dd3cf9ba447f
85001
85002 commit df30ec204f03aef9ec97785dffe8835234488b10
85003 Author: donassbr <donassbr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
85004 Date:   Fri Mar 2 14:11:50 2007 +0000
85005
85006     Added new functions and some modifications on the headers was made.
85007     
85008     
85009     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3192 48e7efb5-ca39-0410-a469-dd3cf9ba447f
85010
85011 commit 9554a10817ff4ae4cdcaecf0b5b1633e04530a35
85012 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
85013 Date:   Fri Mar 2 13:21:31 2007 +0000
85014
85015     _sleep not implemented in stdlib.h on Windows
85016     
85017     
85018     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3191 48e7efb5-ca39-0410-a469-dd3cf9ba447f
85019
85020 commit e3327d30266f5bf58bd3e583a70d82ccbb4fae3b
85021 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
85022 Date:   Fri Mar 2 12:33:30 2007 +0000
85023
85024     Solved a bogus conflict detected by CVS. In other word this commit
85025     changes nothing. Although keeps the repository in a consistent state.
85026     
85027     
85028     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3190 48e7efb5-ca39-0410-a469-dd3cf9ba447f
85029
85030 commit 778f65057da68465382593cd036b6ee59ada54e9
85031 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
85032 Date:   Fri Mar 2 12:30:29 2007 +0000
85033
85034     Added round trip time contraint to the SDP program, this parameter
85035     corresponds to the bound field of the lmm_variable_t struct.
85036     
85037     
85038     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3189 48e7efb5-ca39-0410-a469-dd3cf9ba447f
85039
85040 commit 188bfe299d297c8ebaaa4aab015c16dada25b827
85041 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
85042 Date:   Fri Mar 2 10:26:00 2007 +0000
85043
85044     update the double extern declaration bis
85045     
85046     
85047     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3188 48e7efb5-ca39-0410-a469-dd3cf9ba447f
85048
85049 commit c7b7832589ac317a16a5132e19b3ca3a71f4e5fd
85050 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
85051 Date:   Fri Mar 2 10:16:27 2007 +0000
85052
85053     update the double extern declaration
85054     
85055     
85056     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3187 48e7efb5-ca39-0410-a469-dd3cf9ba447f
85057
85058 commit 53d63869659928353a19042371e3b0e52804dcd5
85059 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
85060 Date:   Fri Mar 2 10:01:11 2007 +0000
85061
85062     Adding debuging informations.
85063     
85064     
85065     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3186 48e7efb5-ca39-0410-a469-dd3cf9ba447f
85066
85067 commit 150a737f93e8e354d4d7ae45e74239f562bd2b87
85068 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
85069 Date:   Thu Mar 1 17:51:31 2007 +0000
85070
85071     get_pid() for Windows is GetCurrentProcess()
85072     
85073     
85074     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3185 48e7efb5-ca39-0410-a469-dd3cf9ba447f
85075
85076 commit 4b6bf43780ca98a105f87986ac4194428cdf2c70
85077 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
85078 Date:   Thu Mar 1 16:37:35 2007 +0000
85079
85080     export some function declared in trace_mgr.h
85081     
85082     
85083     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3184 48e7efb5-ca39-0410-a469-dd3cf9ba447f
85084
85085 commit aae5368a00d3800679d320302994cf34ee973a28
85086 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
85087 Date:   Thu Mar 1 16:36:55 2007 +0000
85088
85089     export some function declared in surf.h
85090     
85091     
85092     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3183 48e7efb5-ca39-0410-a469-dd3cf9ba447f
85093
85094 commit b3fadeec591f22f7998679d1179cd8934512773c
85095 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
85096 Date:   Thu Mar 1 16:31:54 2007 +0000
85097
85098     adapt the macro XBT_LOG_NEW_CATEGORY to the windows DLL
85099     
85100     
85101     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3182 48e7efb5-ca39-0410-a469-dd3cf9ba447f
85102
85103 commit 87dcbdd62cdd688ee0d9cefc7ae54854148ec5fb
85104 Author: donassbr <donassbr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
85105 Date:   Thu Mar 1 16:22:17 2007 +0000
85106
85107     Copyright corrected.
85108     
85109     
85110     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3181 48e7efb5-ca39-0410-a469-dd3cf9ba447f
85111
85112 commit 6613d5a1da400fda1d9c4fc36c0e232ae7aabaef
85113 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
85114 Date:   Thu Mar 1 11:59:52 2007 +0000
85115
85116     Cleanups: macro renaming, improve documentation
85117     
85118     
85119     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3180 48e7efb5-ca39-0410-a469-dd3cf9ba447f
85120
85121 commit e18916cb45333fc435c326f6eb4c8511775ddd12
85122 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
85123 Date:   Thu Mar 1 11:18:35 2007 +0000
85124
85125     src/Makefile.am:195: whitespace following trailing backslash
85126     
85127     
85128     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3179 48e7efb5-ca39-0410-a469-dd3cf9ba447f
85129
85130 commit c6367952505ec169142f91d8e97fddb9eaa0cc5a
85131 Author: donassbr <donassbr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
85132 Date:   Thu Mar 1 10:40:15 2007 +0000
85133
85134     Simix Initial structure
85135     
85136     
85137     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3178 48e7efb5-ca39-0410-a469-dd3cf9ba447f
85138
85139 commit 7b9f615402d199230a70e615795870a249cb904e
85140 Author: donassbr <donassbr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
85141 Date:   Thu Mar 1 10:37:33 2007 +0000
85142
85143     Support for Simix log.
85144     
85145     
85146     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3177 48e7efb5-ca39-0410-a469-dd3cf9ba447f
85147
85148 commit 25075d4291d4336a78b61f058a20903caeb8dd96
85149 Author: donassbr <donassbr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
85150 Date:   Thu Mar 1 10:32:40 2007 +0000
85151
85152     Initial structure. Nothing works yet.
85153     
85154     
85155     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3176 48e7efb5-ca39-0410-a469-dd3cf9ba447f
85156
85157 commit 023d86f78c882708358c37d7ba9b63aeda514643
85158 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
85159 Date:   Wed Feb 28 19:21:37 2007 +0000
85160
85161     define the  XBT_IMPORT_NO_PUBLIC macro for imported but not exported type
85162     
85163     
85164     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3175 48e7efb5-ca39-0410-a469-dd3cf9ba447f
85165
85166 commit 5b9297154d3ff33c0003b42b1af18ea85b0058c6
85167 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
85168 Date:   Wed Feb 28 19:16:24 2007 +0000
85169
85170     consider log to windows dll
85171     
85172     
85173     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3174 48e7efb5-ca39-0410-a469-dd3cf9ba447f
85174
85175 commit 4e3fdc83d1b67a5a93b8480f060bb4dee174abdf
85176 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
85177 Date:   Wed Feb 28 11:45:05 2007 +0000
85178
85179     Stupid me! Now the enable-simix option works.
85180     
85181     
85182     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3173 48e7efb5-ca39-0410-a469-dd3cf9ba447f
85183
85184 commit 6be7ab81297dd089509929e2c95fba3f3ba11e81
85185 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
85186 Date:   Wed Feb 28 11:34:55 2007 +0000
85187
85188     Making --enable-simix work.
85189     
85190     
85191     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3172 48e7efb5-ca39-0410-a469-dd3cf9ba447f
85192
85193 commit 73a5704e54a0b421ab9e4a5dbba01218e099d661
85194 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
85195 Date:   Wed Feb 28 11:26:45 2007 +0000
85196
85197     Reverting last changes.
85198     
85199     
85200     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3171 48e7efb5-ca39-0410-a469-dd3cf9ba447f
85201
85202 commit be7d8c9b6354157a80ecd2361bbb9e59366105b2
85203 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
85204 Date:   Wed Feb 28 10:28:18 2007 +0000
85205
85206     Update
85207     
85208     
85209     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3170 48e7efb5-ca39-0410-a469-dd3cf9ba447f
85210
85211 commit 421c862bdd97e9846933dea70327d47e4b0a122c
85212 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
85213 Date:   Wed Feb 28 10:24:32 2007 +0000
85214
85215     Making room for simix.
85216     
85217     
85218     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3169 48e7efb5-ca39-0410-a469-dd3cf9ba447f
85219
85220 commit a7caf60add51e287d7032f2832df2db1efa5d931
85221 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
85222 Date:   Wed Feb 28 09:20:12 2007 +0000
85223
85224     Homogeneous prototype.
85225     
85226     
85227     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3168 48e7efb5-ca39-0410-a469-dd3cf9ba447f
85228
85229 commit 76b3dfec9465ba46da7acfea0635ec523a29ffbd
85230 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
85231 Date:   Wed Feb 28 09:14:10 2007 +0000
85232
85233     sdp headers have nothing to do in our CVS. Just configure simgrid so that we find libs and headers.
85234     E.g. ./configure --enable-maintainer-mode --disable-compile-optimizations --prefix=/home/alegrand LDFLAGS=-L/home/alegrand/lib CPPFLAGS=-I/home/alegrand/include/csdp --no-create --no-recursion
85235     
85236     
85237     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3167 48e7efb5-ca39-0410-a469-dd3cf9ba447f
85238
85239 commit 91ea4da00049eca05c7063cd3fe4b22ac5269fcd
85240 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
85241 Date:   Wed Feb 28 09:10:35 2007 +0000
85242
85243     Help debug.
85244     
85245     
85246     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3166 48e7efb5-ca39-0410-a469-dd3cf9ba447f
85247
85248 commit a43b7ca8d478772d43998ffbe7adcb01ceb84225
85249 Author: donassbr <donassbr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
85250 Date:   Fri Feb 23 08:54:16 2007 +0000
85251
85252     Small bug, unbalanced parentheses
85253     
85254     
85255     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3165 48e7efb5-ca39-0410-a469-dd3cf9ba447f
85256
85257 commit c3ef7bc87daaadc7c52e1b9189ce1d1dff113d9f
85258 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
85259 Date:   Fri Feb 23 00:15:22 2007 +0000
85260
85261     Bug fix. Do nothing in sdp_solve when flows=0.
85262     
85263     
85264     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3164 48e7efb5-ca39-0410-a469-dd3cf9ba447f
85265
85266 commit b87d5e4bfb92ba7092d707fbb1ecbb69aa7b0ff8
85267 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
85268 Date:   Tue Feb 20 14:50:17 2007 +0000
85269
85270     Added a comentary given credit to the author of CSDP library. At the
85271     beggining of each related file.
85272     
85273     
85274     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3163 48e7efb5-ca39-0410-a469-dd3cf9ba447f
85275
85276 commit 14e496ec5bf8bddd3295e110847218ba9c7fc849
85277 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
85278 Date:   Tue Feb 20 13:58:26 2007 +0000
85279
85280     Files containing the data structures to make the CSDP library work.
85281     Those files were picked from the solver example in the CSDP5.0gpl.
85282     
85283     
85284     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3162 48e7efb5-ca39-0410-a469-dd3cf9ba447f
85285
85286 commit 520a27f44d17bdd16feca1aa63e5bc48956b1834
85287 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
85288 Date:   Tue Feb 20 10:27:17 2007 +0000
85289
85290     Final adjustments, debugging information and memory leacks checked.
85291     
85292     
85293     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3161 48e7efb5-ca39-0410-a469-dd3cf9ba447f
85294
85295 commit 713035b985f485773509aa513eeeb82a9b4a7548
85296 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
85297 Date:   Fri Feb 16 15:48:27 2007 +0000
85298
85299     some functions of the maxmin api are now exported in the windows dll
85300     
85301     
85302     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3160 48e7efb5-ca39-0410-a469-dd3cf9ba447f
85303
85304 commit 9094b2be98efea4502089c96083d1bbd7d497e45
85305 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
85306 Date:   Fri Feb 16 15:37:52 2007 +0000
85307
85308     the xbt_os_time() function is now exported in the windows dll (for the same reason of the maxmin API functions)
85309     
85310     
85311     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3159 48e7efb5-ca39-0410-a469-dd3cf9ba447f
85312
85313 commit e39ab4fb2d41eb77c2d069581c9ecf32ae1991b2
85314 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
85315 Date:   Fri Feb 16 15:35:01 2007 +0000
85316
85317     remove some commented code
85318     
85319     
85320     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3158 48e7efb5-ca39-0410-a469-dd3cf9ba447f
85321
85322 commit b8903774d4728f1b2b9260d25bb2b8295383703f
85323 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
85324 Date:   Fri Feb 16 15:28:59 2007 +0000
85325
85326     borland compiler use now windows thread (instead of task state), for that the new macro USE_WIN_THREADS is defined
85327     
85328     
85329     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3157 48e7efb5-ca39-0410-a469-dd3cf9ba447f
85330
85331 commit 6fe4fa359ecb9b9941fe5800f147c247d228e3a0
85332 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
85333 Date:   Fri Feb 16 15:25:16 2007 +0000
85334
85335     file implementation of windows thread functions versus pthread for context API
85336     
85337     
85338     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3156 48e7efb5-ca39-0410-a469-dd3cf9ba447f
85339
85340 commit 4c809a6e671dd2d46724fd05644020a7084b880d
85341 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
85342 Date:   Fri Feb 16 15:23:38 2007 +0000
85343
85344     some windows thread functions versus pthread for context API
85345     
85346     
85347     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3155 48e7efb5-ca39-0410-a469-dd3cf9ba447f
85348
85349 commit 41c3166d0c9214faac7b6b06d9ce3899ed230327
85350 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
85351 Date:   Thu Feb 15 18:32:53 2007 +0000
85352
85353     Fix a warning (comment within comments)
85354     
85355     
85356     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3154 48e7efb5-ca39-0410-a469-dd3cf9ba447f
85357
85358 commit f2d8f7e672f0c1facfdabd402c3a80ae5159926f
85359 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
85360 Date:   Thu Feb 15 17:03:20 2007 +0000
85361
85362     Update
85363     
85364     
85365     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3153 48e7efb5-ca39-0410-a469-dd3cf9ba447f
85366
85367 commit afcae53677bc75bdd6f3128b06d4a1b2f4c33460
85368 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
85369 Date:   Wed Feb 14 17:04:43 2007 +0000
85370
85371     Added SDP support into surf.
85372     
85373     
85374     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3152 48e7efb5-ca39-0410-a469-dd3cf9ba447f
85375
85376 commit 3ffba8ac7a4b5cb19a9feed264a11422ee0f202f
85377 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
85378 Date:   Wed Feb 14 17:00:47 2007 +0000
85379
85380     Making a surf workstation model using csdp. How simple isn't it ? :)
85381     
85382     
85383     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3151 48e7efb5-ca39-0410-a469-dd3cf9ba447f
85384
85385 commit 9c6eb97a9af6205a25d94e8dc319816ae54673c1
85386 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
85387 Date:   Wed Feb 14 16:46:56 2007 +0000
85388
85389     Moving sdp tests in maxmin_usage (to have the same set of tests).
85390     
85391     
85392     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3150 48e7efb5-ca39-0410-a469-dd3cf9ba447f
85393
85394 commit 930dda2576b57f81598900641221a2efead20090
85395 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
85396 Date:   Wed Feb 14 16:43:05 2007 +0000
85397
85398     C files also need to know whether they're compiling with CSDP or not.
85399     
85400     
85401     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3149 48e7efb5-ca39-0410-a469-dd3cf9ba447f
85402
85403 commit a15306a130d26b8c7ca2d2ffb044d7dfb36c03bd
85404 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
85405 Date:   Wed Feb 14 16:41:56 2007 +0000
85406
85407     Shut libcsdp mouth!
85408     
85409     
85410     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3148 48e7efb5-ca39-0410-a469-dd3cf9ba447f
85411
85412 commit 498c3c71017948b283e10a0eea96d65d3217f169
85413 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
85414 Date:   Wed Feb 14 16:41:28 2007 +0000
85415
85416     Export sdp_solve only when compiling with csdp!
85417     
85418     
85419     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3147 48e7efb5-ca39-0410-a469-dd3cf9ba447f
85420
85421 commit 6c0e78da09c05ae812555537ae50c3bd506758f1
85422 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
85423 Date:   Wed Feb 14 16:38:45 2007 +0000
85424
85425     Useless file!
85426     
85427     
85428     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3146 48e7efb5-ca39-0410-a469-dd3cf9ba447f
85429
85430 commit d3d595a572f0d8e76f06e11529a211d90b7ad6e1
85431 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
85432 Date:   Wed Feb 14 15:54:29 2007 +0000
85433
85434     Fix many bugs.
85435     
85436     
85437     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3145 48e7efb5-ca39-0410-a469-dd3cf9ba447f
85438
85439 commit 74e0e2a3ea0e6a0ae9bb445ff167906fb0cbad7c
85440 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
85441 Date:   Wed Feb 14 15:54:19 2007 +0000
85442
85443     Improved debbugging information.
85444     
85445     
85446     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3144 48e7efb5-ca39-0410-a469-dd3cf9ba447f
85447
85448 commit 5629ee08839a59133fbc0b00f4f6f1b4b098334e
85449 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
85450 Date:   Tue Feb 13 22:16:29 2007 +0000
85451
85452     Update 'Where is the get_host_load function hidden in MSG?' according to the last thread on -user
85453     
85454     
85455     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3143 48e7efb5-ca39-0410-a469-dd3cf9ba447f
85456
85457 commit ce281d7cfde2496cac213b1b0be4b5ef986a6e5e
85458 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
85459 Date:   Tue Feb 13 12:36:05 2007 +0000
85460
85461     Corrected a major bugus.
85462     
85463     
85464     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3142 48e7efb5-ca39-0410-a469-dd3cf9ba447f
85465
85466 commit 5ddbd13b7b2b59aaa7388999a969d1fe3e853cbd
85467 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
85468 Date:   Tue Feb 13 09:40:45 2007 +0000
85469
85470     Add some links to the new example here and there
85471     
85472     
85473     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3141 48e7efb5-ca39-0410-a469-dd3cf9ba447f
85474
85475 commit d322acae4c7f0d2af6a822b40e85e79bf5ef2eea
85476 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
85477 Date:   Tue Feb 13 09:28:40 2007 +0000
85478
85479     Update the flexml memory limitation entry to reflect the state of the art
85480     
85481     
85482     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3140 48e7efb5-ca39-0410-a469-dd3cf9ba447f
85483
85484 commit 1fc95e72a7ab48262d93031e9438d731e16233e8
85485 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
85486 Date:   Mon Feb 12 23:17:59 2007 +0000
85487
85488     typo
85489     
85490     
85491     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3139 48e7efb5-ca39-0410-a469-dd3cf9ba447f
85492
85493 commit 2c07b6ca0a273b5d5535c77f8dd07d591b6f26dc
85494 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
85495 Date:   Mon Feb 12 23:15:01 2007 +0000
85496
85497     GRAS paper was published, sort the 2006 entries chronologically, and add a new one
85498     
85499     
85500     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3138 48e7efb5-ca39-0410-a469-dd3cf9ba447f
85501
85502 commit a10bbc037f4a1326e7c104a899853a00ccbf55ec
85503 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
85504 Date:   Mon Feb 12 22:06:04 2007 +0000
85505
85506     Link howtos into the compilation schema
85507     
85508     
85509     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3137 48e7efb5-ca39-0410-a469-dd3cf9ba447f
85510
85511 commit 6cf40ab812ace6d03c57405890f31bb2937e4e04
85512 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
85513 Date:   Mon Feb 12 22:05:19 2007 +0000
85514
85515     New lesson on explicit message waiting
85516     
85517     
85518     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3136 48e7efb5-ca39-0410-a469-dd3cf9ba447f
85519
85520 commit 16a912c5ab08403fde93ad11b93ce0f55aff7c7c
85521 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
85522 Date:   Mon Feb 12 22:02:52 2007 +0000
85523
85524     add a toc, add the lastly added tour lesson, and link to the HOWTOs
85525     
85526     
85527     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3135 48e7efb5-ca39-0410-a469-dd3cf9ba447f
85528
85529 commit 802995000d96fee0ef54092aab522b7b320e387e
85530 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
85531 Date:   Mon Feb 12 22:01:13 2007 +0000
85532
85533     Add some info on this topic, even if it's veeery far from being sufficient. It's even too few to say that this page is started
85534     
85535     
85536     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3134 48e7efb5-ca39-0410-a469-dd3cf9ba447f
85537
85538 commit a2ab19e91388d6ec5efcd7eca1930cec15f28393
85539 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
85540 Date:   Mon Feb 12 21:59:56 2007 +0000
85541
85542     Link to the HOWTOs
85543     
85544     
85545     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3133 48e7efb5-ca39-0410-a469-dd3cf9ba447f
85546
85547 commit 4ee5a8695ed36406556a9949c5afb3bcf51a84a6
85548 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
85549 Date:   Mon Feb 12 21:59:19 2007 +0000
85550
85551     A HOWTO on how to design GRAS application as it seems less obvious to MPI coders than I thought
85552     
85553     
85554     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3132 48e7efb5-ca39-0410-a469-dd3cf9ba447f
85555
85556 commit 2ec08b460af40de357a004f07deaaeb01dc099f5
85557 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
85558 Date:   Mon Feb 12 21:54:44 2007 +0000
85559
85560     The files needed for the example of lesson 11 (explicit wait)
85561     
85562     
85563     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3131 48e7efb5-ca39-0410-a469-dd3cf9ba447f
85564
85565 commit 5121576ed9be3062ea9eac47afd77915ea3bf671
85566 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
85567 Date:   Mon Feb 12 19:41:05 2007 +0000
85568
85569     export the interface of the context type in the win32 dll for use in clients.
85570     
85571     
85572     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3130 48e7efb5-ca39-0410-a469-dd3cf9ba447f
85573
85574 commit 019c6cc7b4c17dc45b74168e9ef1086e75ea1232
85575 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
85576 Date:   Mon Feb 12 19:39:47 2007 +0000
85577
85578     now define the macro NEED_ASPRINTF
85579     
85580     
85581     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3129 48e7efb5-ca39-0410-a469-dd3cf9ba447f
85582
85583 commit 7b154016e54d112756f09e64c53df1e3453d117f
85584 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
85585 Date:   Mon Feb 12 19:38:58 2007 +0000
85586
85587     Automaticaly find the directory used to store the simgrid library on Windows
85588     platforms (idem for include path).
85589     
85590     
85591     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3128 48e7efb5-ca39-0410-a469-dd3cf9ba447f
85592
85593 commit 04e7fb0ffb10e130bf7a7dd3e04e035d48673d78
85594 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
85595 Date:   Mon Feb 12 13:52:02 2007 +0000
85596
85597     Add a link to next lesson, minor improvement
85598     
85599     
85600     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3127 48e7efb5-ca39-0410-a469-dd3cf9ba447f
85601
85602 commit 1e02e78a3ddbd11cb97758e2836d81c75781ef90
85603 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
85604 Date:   Fri Feb 9 17:10:49 2007 +0000
85605
85606     the makefile file for stub_generator for Borland Builder
85607     
85608     
85609     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3126 48e7efb5-ca39-0410-a469-dd3cf9ba447f
85610
85611 commit 6884acf574714cbd992cdaa6f0e742df5e710994
85612 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
85613 Date:   Fri Feb 9 17:09:29 2007 +0000
85614
85615     the borland main file for stub_generator
85616     
85617     
85618     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3125 48e7efb5-ca39-0410-a469-dd3cf9ba447f
85619
85620 commit 8a30afca8389522b64c028a4b4c247463d826b92
85621 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
85622 Date:   Fri Feb 9 17:08:58 2007 +0000
85623
85624     the borland project file for stub_generator
85625     
85626     
85627     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3124 48e7efb5-ca39-0410-a469-dd3cf9ba447f
85628
85629 commit c61d4c6c165fab2cba2d6c50d59b5c6949257aac
85630 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
85631 Date:   Fri Feb 9 17:07:23 2007 +0000
85632
85633     stub_genarator.c adaptation for Borland Builder Compiler
85634     
85635     
85636     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3123 48e7efb5-ca39-0410-a469-dd3cf9ba447f
85637
85638 commit 81644e6310a9a978395afa7b5999c799414b03ec
85639 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
85640 Date:   Fri Feb 9 15:48:16 2007 +0000
85641
85642     First try of a simix "specification".
85643     
85644     
85645     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3122 48e7efb5-ca39-0410-a469-dd3cf9ba447f
85646
85647 commit 497de44e36d5ec43e5b61ff644bb7207b23c225e
85648 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
85649 Date:   Thu Feb 8 15:54:30 2007 +0000
85650
85651     Document a bit the tricky symbol definition for windows, and remove useless tabs
85652     
85653     
85654     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3121 48e7efb5-ca39-0410-a469-dd3cf9ba447f
85655
85656 commit 02e75a7f7efe038912bb2c583d0a84f4e31781c0
85657 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
85658 Date:   Thu Feb 8 15:49:12 2007 +0000
85659
85660     Initialized globals must not be imported, only exported
85661     
85662     
85663     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3120 48e7efb5-ca39-0410-a469-dd3cf9ba447f
85664
85665 commit 5ec9ff96c79c72228eb7db6fe8c61840389410da
85666 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
85667 Date:   Thu Feb 8 15:44:38 2007 +0000
85668
85669     allow for stuff to be exported into the DLL on need, but not imported. This is mandatory for the log categories (see commit in log.h), and all initialized globals
85670     
85671     
85672     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3119 48e7efb5-ca39-0410-a469-dd3cf9ba447f
85673
85674 commit 5c80d460aa6de6fc6b03496b29a3acbc23d333f4
85675 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
85676 Date:   Thu Feb 8 15:43:15 2007 +0000
85677
85678     catgories must be exported in any case (so that they can be found in hte DLL); but not imported because the users are free to create new ones, which cannot be found in the DLL, obviuosly
85679     
85680     
85681     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3118 48e7efb5-ca39-0410-a469-dd3cf9ba447f
85682
85683 commit 80d4d1aa426ab111f611d3716144265d60b05c9a
85684 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
85685 Date:   Thu Feb 8 15:23:57 2007 +0000
85686
85687     this is public
85688     
85689     
85690     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3117 48e7efb5-ca39-0410-a469-dd3cf9ba447f
85691
85692 commit 6e43bfce5dad46e343cf32b54ef301156407b9ee
85693 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
85694 Date:   Thu Feb 8 15:21:32 2007 +0000
85695
85696     any log category must be public
85697     
85698     
85699     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3116 48e7efb5-ca39-0410-a469-dd3cf9ba447f
85700
85701 commit 16e04c5135d941693b8395dff3362ff0635d9f99
85702 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
85703 Date:   Wed Feb 7 17:53:55 2007 +0000
85704
85705     no isatty declaration for win32
85706     
85707     
85708     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3115 48e7efb5-ca39-0410-a469-dd3cf9ba447f
85709
85710 commit 714522135e130637556b8f3ff8a730cab854947b
85711 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
85712 Date:   Wed Feb 7 17:52:28 2007 +0000
85713
85714     _XBT_CALL decoration for inthandler function (signal function neeed this in win32)
85715     
85716     
85717     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3114 48e7efb5-ca39-0410-a469-dd3cf9ba447f
85718
85719 commit 3d6a650d3eca402e8f725595d9671954705c3f50
85720 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
85721 Date:   Wed Feb 7 17:49:25 2007 +0000
85722
85723     change free by xbt_free_f
85724     
85725     
85726     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3113 48e7efb5-ca39-0410-a469-dd3cf9ba447f
85727
85728 commit 44bbaf17ee62026b7371ae95b94f4fe8cd9c5096
85729 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
85730 Date:   Wed Feb 7 17:47:40 2007 +0000
85731
85732     change free function by xbt_free_f
85733     
85734     
85735     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3112 48e7efb5-ca39-0410-a469-dd3cf9ba447f
85736
85737 commit 2907421670f8f2d4c97bc77a5d1d829bfccc7be0
85738 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
85739 Date:   Wed Feb 7 16:59:50 2007 +0000
85740
85741     typo
85742     
85743     
85744     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3111 48e7efb5-ca39-0410-a469-dd3cf9ba447f
85745
85746 commit fd53c5e78c5b54df1c9c7a8caa0e7040cec9660e
85747 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
85748 Date:   Wed Feb 7 16:57:46 2007 +0000
85749
85750     this is not public
85751     
85752     
85753     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3110 48e7efb5-ca39-0410-a469-dd3cf9ba447f
85754
85755 commit 21a7d9d709c8be0902ff2364b939da5a5916ee97
85756 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
85757 Date:   Wed Feb 7 16:55:26 2007 +0000
85758
85759     do not export the functions of this header in the dll
85760     
85761     
85762     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3109 48e7efb5-ca39-0410-a469-dd3cf9ba447f
85763
85764 commit e0d63b9e985fbb48855036a59c01372819351c02
85765 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
85766 Date:   Wed Feb 7 16:55:19 2007 +0000
85767
85768     Dupplicate extern keyword
85769     
85770     
85771     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3108 48e7efb5-ca39-0410-a469-dd3cf9ba447f
85772
85773 commit bf8ed7c701d350f04a3f30c9e4333120155b622c
85774 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
85775 Date:   Wed Feb 7 16:40:46 2007 +0000
85776
85777     change free be xbt_free_f
85778     
85779     
85780     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3107 48e7efb5-ca39-0410-a469-dd3cf9ba447f
85781
85782 commit 895151199518c0d298bd36eb6839453f8ede4e09
85783 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
85784 Date:   Wed Feb 7 16:39:32 2007 +0000
85785
85786     do not export private functions in the dll (win32 specific)
85787     
85788     
85789     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3106 48e7efb5-ca39-0410-a469-dd3cf9ba447f
85790
85791 commit c25c5336b3cfe57ef33392a403efbdc7fbbcfc9e
85792 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
85793 Date:   Wed Feb 7 16:10:11 2007 +0000
85794
85795     That's not public
85796     
85797     
85798     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3105 48e7efb5-ca39-0410-a469-dd3cf9ba447f
85799
85800 commit ad460de46f71760fd1534e32ab9ffbc0de3ed651
85801 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
85802 Date:   Wed Feb 7 16:09:36 2007 +0000
85803
85804     that's not public
85805     
85806     
85807     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3104 48e7efb5-ca39-0410-a469-dd3cf9ba447f
85808
85809 commit b1cea2b21e4a87c8fefbf5d44e9226ebe83ce37f
85810 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
85811 Date:   Wed Feb 7 16:08:18 2007 +0000
85812
85813     typo in windows DLL cruft
85814     
85815     
85816     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3103 48e7efb5-ca39-0410-a469-dd3cf9ba447f
85817
85818 commit ae873defb158f1e0b82d83292486ddf2e0ab603b
85819 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
85820 Date:   Wed Feb 7 16:04:41 2007 +0000
85821
85822     define _XBT_CAlLL in this file for win32 c function calling convention
85823     
85824     
85825     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3102 48e7efb5-ca39-0410-a469-dd3cf9ba447f
85826
85827 commit 1e624dd8c618a0e7cd852b40d2ed02b911ddcc57
85828 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
85829 Date:   Wed Feb 7 15:59:57 2007 +0000
85830
85831     typo in windows DLL cruft
85832     
85833     
85834     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3101 48e7efb5-ca39-0410-a469-dd3cf9ba447f
85835
85836 commit 4e213dc3614ff1ac4adb8432cc5bd387a322ca95
85837 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
85838 Date:   Wed Feb 7 15:54:48 2007 +0000
85839
85840     now contains xbt_free_f implementation
85841     
85842     
85843     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3100 48e7efb5-ca39-0410-a469-dd3cf9ba447f
85844
85845 commit a2a8bc74f885b1131b2b419651eb3a64b6e2a60d
85846 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
85847 Date:   Wed Feb 7 15:54:24 2007 +0000
85848
85849     now contains only xbt_free_f declaration
85850     
85851     
85852     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3099 48e7efb5-ca39-0410-a469-dd3cf9ba447f
85853
85854 commit 5bfa8e8365923f9ad719ef3d7b999d6018930430
85855 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
85856 Date:   Wed Feb 7 15:53:42 2007 +0000
85857
85858     Some more conversion to windows decoration cruft
85859     
85860     
85861     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3098 48e7efb5-ca39-0410-a469-dd3cf9ba447f
85862
85863 commit 3dcd3bab8efd35953008abbf4838016e5f4ba1d8
85864 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
85865 Date:   Wed Feb 7 15:52:18 2007 +0000
85866
85867     typo+indentation
85868     
85869     
85870     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3097 48e7efb5-ca39-0410-a469-dd3cf9ba447f
85871
85872 commit 1f89cb139b9f91620f4932a7cffaa67aa1e65c92
85873 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
85874 Date:   Wed Feb 7 15:38:22 2007 +0000
85875
85876     Do not put the extern keyword several times (XBT_PUBLIC adds a new one)
85877     
85878     
85879     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3096 48e7efb5-ca39-0410-a469-dd3cf9ba447f
85880
85881 commit 176970c7aea6df41b3673e938fbb6a5912982268
85882 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
85883 Date:   Wed Feb 7 15:08:51 2007 +0000
85884
85885     a default
85886     
85887     
85888     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3095 48e7efb5-ca39-0410-a469-dd3cf9ba447f
85889
85890 commit 52fd824d581c636cc12b14664328a4714774fc1a
85891 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
85892 Date:   Wed Feb 7 14:57:35 2007 +0000
85893
85894     sorry a stupid error
85895     
85896     
85897     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3094 48e7efb5-ca39-0410-a469-dd3cf9ba447f
85898
85899 commit ad5365a072943b2b0bacc486fa504e93a99ea940
85900 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
85901 Date:   Wed Feb 7 14:48:56 2007 +0000
85902
85903     take care of new dll import and dll export in Windows
85904     
85905     
85906     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3093 48e7efb5-ca39-0410-a469-dd3cf9ba447f
85907
85908 commit 8afc2600f02d2978910a7e4f5d59895de33604be
85909 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
85910 Date:   Wed Feb 7 14:40:03 2007 +0000
85911
85912     a single xbt_free_f function used to handle calling convention function in Win32
85913     
85914     
85915     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3092 48e7efb5-ca39-0410-a469-dd3cf9ba447f
85916
85917 commit 2526f1c7e0ab49356ec39836d248a2709fcfc059
85918 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
85919 Date:   Wed Feb 7 14:36:46 2007 +0000
85920
85921     new dll export an dll import mechanism for Windows.
85922     
85923     
85924     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3091 48e7efb5-ca39-0410-a469-dd3cf9ba447f
85925
85926 commit 3f1191c057332228e29da2f83f848e0fca6ca19e
85927 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
85928 Date:   Wed Feb 7 10:15:43 2007 +0000
85929
85930     Cleanup XBT_PUBLIC stuff under windows
85931     
85932     
85933     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3090 48e7efb5-ca39-0410-a469-dd3cf9ba447f
85934
85935 commit f0666f91f2577928e5fa447a872eb55108202f66
85936 Author: casanova <casanova@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
85937 Date:   Fri Feb 2 20:36:13 2007 +0000
85938
85939     Cleaned up the GTNetS interface based on e-mail discussion
85940     
85941     
85942     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3089 48e7efb5-ca39-0410-a469-dd3cf9ba447f
85943
85944 commit 4ce2b121fd8e6a7e5c29678da045d337aaba9c3b
85945 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
85946 Date:   Fri Feb 2 10:02:34 2007 +0000
85947
85948     the DAG model is implemented, now
85949     
85950     
85951     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3088 48e7efb5-ca39-0410-a469-dd3cf9ba447f
85952
85953 commit 814d4af13ed8d7d2c2cd914013ea09231f1ee0ff
85954 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
85955 Date:   Thu Feb 1 13:42:23 2007 +0000
85956
85957     Glups. Second bug of the week on FATPIPES in the maxmin solver.
85958     
85959     
85960     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3087 48e7efb5-ca39-0410-a469-dd3cf9ba447f
85961
85962 commit 7a3353b9b1941eb4186036b347e440b3f97bdb62
85963 Author: casanova <casanova@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
85964 Date:   Wed Jan 31 21:16:54 2007 +0000
85965
85966     foo
85967     
85968     
85969     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3086 48e7efb5-ca39-0410-a469-dd3cf9ba447f
85970
85971 commit 809ce498a496be4898e4ed739c54b129b55be4c0
85972 Author: casanova <casanova@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
85973 Date:   Wed Jan 31 19:38:24 2007 +0000
85974
85975     First draft integration of SURF and GTNetS. The code isn't even close to compile here
85976     and in fact the API calls are not even in the repository (and some aren't fully implemented).
85977     The point is to have something for Arnaud, Kayo, and Henri to look at. This should break
85978     the build as the build system shouldn't really know about this code (but not quite sure about that
85979     given that I never really looked into the cryptic build system)
85980     
85981     
85982     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3085 48e7efb5-ca39-0410-a469-dd3cf9ba447f
85983
85984 commit e52076f00da40197dddb2e248805047c04b4097c
85985 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
85986 Date:   Tue Jan 30 09:10:45 2007 +0000
85987
85988     Fix argument check.
85989     
85990     
85991     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3084 48e7efb5-ca39-0410-a469-dd3cf9ba447f
85992
85993 commit bac8599c09533749e8d246494b44babc8f060b3d
85994 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
85995 Date:   Mon Jan 29 10:51:33 2007 +0000
85996
85997     Keeping up with last trace modifications.
85998     
85999     
86000     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3083 48e7efb5-ca39-0410-a469-dd3cf9ba447f
86001
86002 commit ee2bb49eaa4b0a08d8569c3dabf1f3535c2f2b5c
86003 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
86004 Date:   Fri Jan 26 14:51:15 2007 +0000
86005
86006     some improvement to explain how to install from cvs
86007     
86008     
86009     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3082 48e7efb5-ca39-0410-a469-dd3cf9ba447f
86010
86011 commit 1f89bec9c4a06ce0fbe4de15f84afb349a9d59bc
86012 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
86013 Date:   Fri Jan 26 14:29:00 2007 +0000
86014
86015     Other try to fix the FS breakage
86016     
86017     
86018     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3081 48e7efb5-ca39-0410-a469-dd3cf9ba447f
86019
86020 commit ff791bec549f85a7c22f2177fb5c4e2c8d1f0fde
86021 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
86022 Date:   Fri Jan 26 14:24:50 2007 +0000
86023
86024     FS found a new way to break the bootstrap
86025     
86026     
86027     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3080 48e7efb5-ca39-0410-a469-dd3cf9ba447f
86028
86029 commit bbc5737b5de5e4074f1a097e89754440dd9099d6
86030 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
86031 Date:   Fri Jan 26 10:37:18 2007 +0000
86032
86033     bug fix
86034     
86035     
86036     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3079 48e7efb5-ca39-0410-a469-dd3cf9ba447f
86037
86038 commit 5a8a1f4b6bd3d6d4c0c641e3c9c005539252120b
86039 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
86040 Date:   Wed Jan 24 16:56:26 2007 +0000
86041
86042     Stupid me! Bug fix in the maxmin algorithm (occurs only when using
86043     FATPIPES).
86044     
86045     
86046     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3078 48e7efb5-ca39-0410-a469-dd3cf9ba447f
86047
86048 commit 6bc530ceb7c793d5ae3a7227f3cf41777d7e7b25
86049 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
86050 Date:   Fri Jan 19 15:54:35 2007 +0000
86051
86052     Update to cope with testsuite/Makefile.am modifications.
86053     
86054     
86055     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3077 48e7efb5-ca39-0410-a469-dd3cf9ba447f
86056
86057 commit 6187b89265acef8d6004b67e70c4508f46fb1def
86058 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
86059 Date:   Fri Jan 19 15:53:43 2007 +0000
86060
86061     Adding tests for sdp.
86062     
86063     
86064     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3076 48e7efb5-ca39-0410-a469-dd3cf9ba447f
86065
86066 commit ee5ba64df41bb3f6540616ac2ba157951d79245b
86067 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
86068 Date:   Fri Jan 19 15:52:56 2007 +0000
86069
86070     Almost working!
86071     
86072     
86073     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3075 48e7efb5-ca39-0410-a469-dd3cf9ba447f
86074
86075 commit 005aa4233aa5a5a11124e989887e1ddbc724c726
86076 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
86077 Date:   Fri Jan 19 15:52:39 2007 +0000
86078
86079     Making lmm_print public.
86080     Adding a tiny index field to lmm_variable
86081     
86082     
86083     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3074 48e7efb5-ca39-0410-a469-dd3cf9ba447f
86084
86085 commit 141e39afa534b765b9170317fb4a78de61352657
86086 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
86087 Date:   Fri Jan 19 14:27:54 2007 +0000
86088
86089     Copy/paste error. This is a matrix, not a dynar. Let's use the right callback (since it fails awfully on amd64 if not)
86090     
86091     
86092     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3073 48e7efb5-ca39-0410-a469-dd3cf9ba447f
86093
86094 commit bf284912dfbc378d8193912310771bf2d7e40fbf
86095 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
86096 Date:   Fri Jan 19 14:20:42 2007 +0000
86097
86098     used in windows process build
86099     
86100     
86101     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3072 48e7efb5-ca39-0410-a469-dd3cf9ba447f
86102
86103 commit 065ecafc1ff3e06dc643403d2499e33ee9cb2ea7
86104 Author: velho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
86105 Date:   Fri Jan 19 12:11:48 2007 +0000
86106
86107     Added some variables and code in order to map the maxmin structure
86108     into a SDP structures.
86109     
86110     
86111     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3071 48e7efb5-ca39-0410-a469-dd3cf9ba447f
86112
86113 commit 5c320b0e24d986852285720b56d141cc19767907
86114 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
86115 Date:   Thu Jan 18 17:07:15 2007 +0000
86116
86117     an other lapse of memory
86118     
86119     
86120     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3070 48e7efb5-ca39-0410-a469-dd3cf9ba447f
86121
86122 commit 1439e2a87603489858546133f20e20f0f7bb388e
86123 Author: eyraudl <eyraudl@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
86124 Date:   Thu Jan 18 16:50:58 2007 +0000
86125
86126     Use the correct value for the number of elements in the dynar.
86127     
86128     
86129     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3069 48e7efb5-ca39-0410-a469-dd3cf9ba447f
86130
86131 commit 20d3d2a3e4b3c6f609df3092e109b84e7e709710
86132 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
86133 Date:   Thu Jan 18 15:19:03 2007 +0000
86134
86135     Compile sdp.c only if we have found a working libsdp.
86136     
86137     
86138     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3068 48e7efb5-ca39-0410-a469-dd3cf9ba447f
86139
86140 commit bb8d38a91260db3685924aa6701998ba4ed16529
86141 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
86142 Date:   Wed Jan 17 17:54:42 2007 +0000
86143
86144     This file is generated in maintainermode => must be in CVS for non-maintainer mode builds of CVS
86145     
86146     
86147     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3067 48e7efb5-ca39-0410-a469-dd3cf9ba447f
86148
86149 commit 302a8fe90567b91f14b3f59cb640b0e397b75813
86150 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
86151 Date:   Wed Jan 17 16:43:42 2007 +0000
86152
86153     This file is generated in maintainermode => must be in CVS for non-maintainer mode builds of CVS
86154     
86155     
86156     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3066 48e7efb5-ca39-0410-a469-dd3cf9ba447f
86157
86158 commit 7e6f42d6a899fc95e82480d1ee21987b050a0c10
86159 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
86160 Date:   Wed Jan 17 16:38:26 2007 +0000
86161
86162     This file is generated in maintainermode => must be in CVS for non-maintainer mode builds of CVS
86163     
86164     
86165     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3065 48e7efb5-ca39-0410-a469-dd3cf9ba447f
86166
86167 commit f40b5f5a11f612f62af79037866527a7184cd04c
86168 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
86169 Date:   Wed Jan 17 16:18:07 2007 +0000
86170
86171     Missing file
86172     
86173     
86174     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3064 48e7efb5-ca39-0410-a469-dd3cf9ba447f
86175
86176 commit 6cbf2c4c2d5eeacdd0298d8e5d27093762e96f55
86177 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
86178 Date:   Wed Jan 17 16:08:56 2007 +0000
86179
86180     Be a nice boy and don't saturate with 512*1024 messages of size 512k, but only with one such message (amok_bw_test semantic changes leftovers)
86181     
86182     
86183     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3063 48e7efb5-ca39-0410-a469-dd3cf9ba447f
86184
86185 commit a82851adb3eecf7fbf28ad4b5c13342e7a4ab22e
86186 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
86187 Date:   Wed Jan 17 16:07:48 2007 +0000
86188
86189     Debug messages improvement
86190     
86191     
86192     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3062 48e7efb5-ca39-0410-a469-dd3cf9ba447f
86193
86194 commit 92d240156b173432e445dd198b1311a845b3305a
86195 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
86196 Date:   Wed Jan 17 15:03:18 2007 +0000
86197
86198     Adding sdp.c and the bunch of modified Makefile.in... :(
86199     
86200     
86201     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3061 48e7efb5-ca39-0410-a469-dd3cf9ba447f
86202
86203 commit 3e95216b840bc4ca11be6d21b98d27ca91edba93
86204 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
86205 Date:   Wed Jan 17 14:59:49 2007 +0000
86206
86207     cosmetics
86208     
86209     
86210     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3060 48e7efb5-ca39-0410-a469-dd3cf9ba447f
86211
86212 commit 39435b6fc640defc52a0ec0a5069f9ae6e89b773
86213 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
86214 Date:   Tue Jan 16 10:20:25 2007 +0000
86215
86216     update PAJE_PROCESS_PUSH_STATE, change the null string by a space
86217     
86218     
86219     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3059 48e7efb5-ca39-0410-a469-dd3cf9ba447f
86220
86221 commit 388bedf88ec28c3b3204d18f96b7802e0022945d
86222 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
86223 Date:   Tue Jan 16 09:50:55 2007 +0000
86224
86225     ignorable
86226     
86227     
86228     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3058 48e7efb5-ca39-0410-a469-dd3cf9ba447f
86229
86230 commit a4b77022130d92f943cb9fffdaec3273a2a13388
86231 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
86232 Date:   Tue Jan 16 09:35:52 2007 +0000
86233
86234     Sort images in a specific subdir to clean up the place (gtut are good candidate to subdir, too)
86235     
86236     
86237     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3057 48e7efb5-ca39-0410-a469-dd3cf9ba447f
86238
86239 commit 3d76f7a607a4a2276129981a632e3a9cd911be84
86240 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
86241 Date:   Tue Jan 16 09:34:58 2007 +0000
86242
86243     Another doc improvement
86244     
86245     
86246     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3056 48e7efb5-ca39-0410-a469-dd3cf9ba447f
86247
86248 commit c5295803e3f0c10964bab9588413dff85c56dc3e
86249 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
86250 Date:   Tue Jan 16 09:17:16 2007 +0000
86251
86252     add a robots.txt for the search engines spiders
86253     
86254     
86255     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3055 48e7efb5-ca39-0410-a469-dd3cf9ba447f
86256
86257 commit ab8bc0a329a7dce9b91f3dd24ac869052e4402eb
86258 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
86259 Date:   Tue Jan 16 02:07:28 2007 +0000
86260
86261     Fix the doc.
86262     
86263     
86264     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3054 48e7efb5-ca39-0410-a469-dd3cf9ba447f
86265
86266 commit 84ef0aebcd5b690bc55ec1845d4bf823be6b37f7
86267 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
86268 Date:   Mon Jan 15 10:52:38 2007 +0000
86269
86270     Remove unused paje type definitions
86271     
86272     
86273     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3053 48e7efb5-ca39-0410-a469-dd3cf9ba447f
86274
86275 commit be0496d96433c281ac28197b5e2a208245ee4a91
86276 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
86277 Date:   Mon Jan 15 10:52:03 2007 +0000
86278
86279     Remove deprecate swith macro ALVIN_SPECIAL_LOGING, use default paje macro directive
86280     
86281     
86282     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3052 48e7efb5-ca39-0410-a469-dd3cf9ba447f
86283
86284 commit 8981262edc050375bacd962f5ff149f89712a032
86285 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
86286 Date:   Fri Jan 12 13:19:12 2007 +0000
86287
86288     ignorable
86289     
86290     
86291     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3051 48e7efb5-ca39-0410-a469-dd3cf9ba447f
86292
86293 commit e768b6f59f6c03b342ac1c2e9ef643b355af5c6f
86294 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
86295 Date:   Fri Jan 12 13:18:43 2007 +0000
86296
86297     Also export the diagram of the upcomming module split on servers
86298     
86299     
86300     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3050 48e7efb5-ca39-0410-a469-dd3cf9ba447f
86301
86302 commit bac1c8bce07d108db608d49ade81a19195591329
86303 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
86304 Date:   Thu Jan 11 21:42:21 2007 +0000
86305
86306     bug fix in the Paje traces. Unfortunately, it does not fix the weird
86307     push/pop issue.
86308     
86309     
86310     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3049 48e7efb5-ca39-0410-a469-dd3cf9ba447f
86311
86312 commit 648979d110084d480eb59ada3de244305ffc324e
86313 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
86314 Date:   Mon Jan 8 23:08:27 2007 +0000
86315
86316     Remove the generated from the .cvsignore files now that they are in the cvs
86317     
86318     
86319     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3048 48e7efb5-ca39-0410-a469-dd3cf9ba447f
86320
86321 commit a051c75af568971246f7349d5d75026cb6d144c1
86322 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
86323 Date:   Mon Jan 8 22:55:56 2007 +0000
86324
86325     Remove a AC_MSG_CHECKING not paired with any AC_MSG_RESULT and thus producing ugly output (plus some cleanups now that CVS doesn't require maintainer-mode)
86326     
86327     
86328     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3047 48e7efb5-ca39-0410-a469-dd3cf9ba447f
86329
86330 commit 207b809260da856cb7a1dc08b357dc0d34aa42f1
86331 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
86332 Date:   Mon Jan 8 22:48:50 2007 +0000
86333
86334     Harden the detection of broken makecontext: check that makecontext arguments can be pointers
86335     
86336     
86337     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3046 48e7efb5-ca39-0410-a469-dd3cf9ba447f
86338
86339 commit c1d3460faef6bca5610bf23bd4762e06417d1c66
86340 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
86341 Date:   Mon Jan 8 16:11:44 2007 +0000
86342
86343     Stupid me
86344     
86345     
86346     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3045 48e7efb5-ca39-0410-a469-dd3cf9ba447f
86347
86348 commit d8212047b4a5ab811d694a202f138fb8cf3928ba
86349 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
86350 Date:   Mon Jan 8 16:08:17 2007 +0000
86351
86352     Ouups, skel_rewriter is not ready for release yet
86353     
86354     
86355     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3044 48e7efb5-ca39-0410-a469-dd3cf9ba447f
86356
86357 commit 013162cd57963a4b78fa05b5d8b01592f1d759b6
86358 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
86359 Date:   Mon Jan 8 16:05:29 2007 +0000
86360
86361     Add generated files to the CVS so that the use of autotools is not necessary to build from CVS
86362     
86363     
86364     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3043 48e7efb5-ca39-0410-a469-dd3cf9ba447f
86365
86366 commit d203269562d240ad731f5e62945820fc4f5c2de0
86367 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
86368 Date:   Mon Jan 8 15:33:34 2007 +0000
86369
86370     Add generated files to the CVS so that the use of autotools is not necessary to build from CVS
86371     
86372     
86373     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3042 48e7efb5-ca39-0410-a469-dd3cf9ba447f
86374
86375 commit e8f178bd6831ef3610e1b23c538503ca91ef8926
86376 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
86377 Date:   Fri Jan 5 21:31:31 2007 +0000
86378
86379     If the user wants to force the use of ucontext on a box where they are not usable, we fail instead of falling back to pthreads. The user must know. When doing so, we fail with code 77 so that testing infrastructures understand that the test is 'not applicable'. This value comes from tools like dejagnu and autotest; Do some minor cleanups on the way
86380     
86381     
86382     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3041 48e7efb5-ca39-0410-a469-dd3cf9ba447f
86383
86384 commit 1e9a5fc2c8f20d8429e130ce44241ffe451f5815
86385 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
86386 Date:   Wed Jan 3 09:50:17 2007 +0000
86387
86388     input files for surf usage2 test suite
86389     
86390     
86391     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3040 48e7efb5-ca39-0410-a469-dd3cf9ba447f
86392
86393 commit 8f11967fb00628f35c428c71448416eaf1a304d9
86394 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
86395 Date:   Wed Jan 3 09:49:31 2007 +0000
86396
86397     input file for surf usag2 test suite
86398     
86399     
86400     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3039 48e7efb5-ca39-0410-a469-dd3cf9ba447f
86401
86402 commit 25c017819e328c70e2eedf3f6b1e50b2dc7009ff
86403 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
86404 Date:   Wed Jan 3 09:43:47 2007 +0000
86405
86406     input files for maxmin bench test suite
86407     
86408     
86409     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3038 48e7efb5-ca39-0410-a469-dd3cf9ba447f
86410
86411 commit b7ef10c42d0421fbe968f09069b0f14ce01f2f00
86412 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
86413 Date:   Wed Jan 3 09:43:00 2007 +0000
86414
86415     input file for maxmin bench test suite
86416     
86417     
86418     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3037 48e7efb5-ca39-0410-a469-dd3cf9ba447f
86419
86420 commit 8d68fff48772bef6d7f013fe25b719e6621d8461
86421 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
86422 Date:   Wed Jan 3 09:40:28 2007 +0000
86423
86424     input files for maxim usage test suite
86425     
86426     
86427     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3036 48e7efb5-ca39-0410-a469-dd3cf9ba447f
86428
86429 commit b92d2d7a04d650c5ee89a8b9933f499d171fb466
86430 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
86431 Date:   Wed Jan 3 09:38:34 2007 +0000
86432
86433     input file for maxim usage test suite
86434     
86435     
86436     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3035 48e7efb5-ca39-0410-a469-dd3cf9ba447f
86437
86438 commit 7a22a211ed4428358868f734717ebbbc35ce2636
86439 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
86440 Date:   Thu Dec 21 17:30:25 2006 +0000
86441
86442     a project group to build all projects on one click
86443     
86444     
86445     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3034 48e7efb5-ca39-0410-a469-dd3cf9ba447f
86446
86447 commit 8c323e168ad4d7a37300c2e6c54c3f9830d7c78f
86448 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
86449 Date:   Thu Dec 21 17:28:28 2006 +0000
86450
86451     all borland make files
86452     
86453     
86454     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3033 48e7efb5-ca39-0410-a469-dd3cf9ba447f
86455
86456 commit 1f6782ed8f8827ddf4e1e00128ac513750d11bb9
86457 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
86458 Date:   Thu Dec 21 17:27:32 2006 +0000
86459
86460     all borland project files
86461     
86462     
86463     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3032 48e7efb5-ca39-0410-a469-dd3cf9ba447f
86464
86465 commit 8c8f83091c8a50d2aae9a995389820802370c266
86466 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
86467 Date:   Thu Dec 21 17:26:04 2006 +0000
86468
86469     all bpf files
86470     
86471     
86472     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3031 48e7efb5-ca39-0410-a469-dd3cf9ba447f
86473
86474 commit 901dca0c34d7c5411125d67ac97ad8e1df788157
86475 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
86476 Date:   Thu Dec 21 17:22:44 2006 +0000
86477
86478     a directory for all builds
86479     
86480     
86481     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3030 48e7efb5-ca39-0410-a469-dd3cf9ba447f
86482
86483 commit 803db5b144024a4e2fd78b35744ebc1dba549a21
86484 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
86485 Date:   Thu Dec 21 17:19:47 2006 +0000
86486
86487     now we don't need this file
86488     
86489     
86490     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3029 48e7efb5-ca39-0410-a469-dd3cf9ba447f
86491
86492 commit f0ce50e2d3d7582277b09a78da6b42bc48ce3c9f
86493 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
86494 Date:   Thu Dec 21 17:18:17 2006 +0000
86495
86496     this file is now in build directory
86497     
86498     
86499     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3028 48e7efb5-ca39-0410-a469-dd3cf9ba447f
86500
86501 commit a5aeed06a8db1fd17185808b8d2451ebd05df296
86502 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
86503 Date:   Thu Dec 21 17:17:13 2006 +0000
86504
86505     this file is now in the build directory
86506     
86507     
86508     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3027 48e7efb5-ca39-0410-a469-dd3cf9ba447f
86509
86510 commit 8482bcaa175ca07123cdb850f4516dfae00fff02
86511 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
86512 Date:   Thu Dec 21 16:36:43 2006 +0000
86513
86514     this file is now in build directory
86515     
86516     
86517     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3026 48e7efb5-ca39-0410-a469-dd3cf9ba447f
86518
86519 commit 8c21191fcd55627affe27f4a74764991e17632f0
86520 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
86521 Date:   Thu Dec 21 16:19:39 2006 +0000
86522
86523     suppression du repertoire inutile
86524     
86525     
86526     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3025 48e7efb5-ca39-0410-a469-dd3cf9ba447f
86527
86528 commit 3fdf8ea34de603a9d1fcffb1f2bc2ead011290b9
86529 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
86530 Date:   Thu Dec 21 15:49:14 2006 +0000
86531
86532     this file is now is build directory
86533     
86534     
86535     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3024 48e7efb5-ca39-0410-a469-dd3cf9ba447f
86536
86537 commit 44f2cbefae6aa317668fb8cdf9df9a5841c71719
86538 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
86539 Date:   Thu Dec 21 15:29:41 2006 +0000
86540
86541     this file is not necessary
86542     
86543     
86544     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3023 48e7efb5-ca39-0410-a469-dd3cf9ba447f
86545
86546 commit 34cdff25ec72e0352bf243f3d309fb55a5b7703b
86547 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
86548 Date:   Thu Dec 21 15:27:55 2006 +0000
86549
86550     this file is now in build directory
86551     
86552     
86553     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3022 48e7efb5-ca39-0410-a469-dd3cf9ba447f
86554
86555 commit 8ec74b9b99ec1adf51e54ee5289badc501e3b848
86556 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
86557 Date:   Thu Dec 21 15:23:36 2006 +0000
86558
86559     all_testsuite.bpg is now in build directory
86560     
86561     
86562     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3021 48e7efb5-ca39-0410-a469-dd3cf9ba447f
86563
86564 commit 28de1ff76a78ba4d87ea61d5d9fce01c6d035a18
86565 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
86566 Date:   Thu Dec 21 15:01:52 2006 +0000
86567
86568     add pragmas for builder6 compatibility
86569     
86570     
86571     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3020 48e7efb5-ca39-0410-a469-dd3cf9ba447f
86572
86573 commit f445a784e392503959918f92b41d5c726b6619bc
86574 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
86575 Date:   Tue Dec 19 16:32:52 2006 +0000
86576
86577     a special file used by builder compilers
86578     
86579     
86580     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3019 48e7efb5-ca39-0410-a469-dd3cf9ba447f
86581
86582 commit 19818beba52060ad87b0fcff14e7430f3b4367de
86583 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
86584 Date:   Tue Dec 19 16:31:37 2006 +0000
86585
86586      time function implementation
86587     
86588     
86589     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3018 48e7efb5-ca39-0410-a469-dd3cf9ba447f
86590
86591 commit 7a49693f77881858774949971d065ec8495fcfac
86592 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
86593 Date:   Tue Dec 19 16:31:06 2006 +0000
86594
86595      thread safe dynarray concept implementation
86596     
86597     
86598     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3017 48e7efb5-ca39-0410-a469-dd3cf9ba447f
86599
86600 commit 99f4854be6276eae4a7c2367a6c30f223b1d8ddf
86601 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
86602 Date:   Tue Dec 19 16:30:21 2006 +0000
86603
86604      test suite concept implementation
86605     
86606     
86607     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3016 48e7efb5-ca39-0410-a469-dd3cf9ba447f
86608
86609 commit ceb052a0b80d8b83d0cf23bf736dae5fcd2f7724
86610 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
86611 Date:   Tue Dec 19 16:30:01 2006 +0000
86612
86613      test runner concept implementation
86614     
86615     
86616     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3015 48e7efb5-ca39-0410-a469-dd3cf9ba447f
86617
86618 commit 9527ec827f4e433d2a54d8744d32a7df4e0e40f9
86619 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
86620 Date:   Tue Dec 19 16:29:31 2006 +0000
86621
86622      test case context concept implementation
86623     
86624     
86625     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3014 48e7efb5-ca39-0410-a469-dd3cf9ba447f
86626
86627 commit ddd84f0fb297cb1070c8a9bb0e65681e64b0383f
86628 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
86629 Date:   Tue Dec 19 16:28:59 2006 +0000
86630
86631      stream concept implementation
86632     
86633     
86634     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3013 48e7efb5-ca39-0410-a469-dd3cf9ba447f
86635
86636 commit a62ce7934999cdbc4fa8d8b9a8513f51dab52548
86637 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
86638 Date:   Tue Dec 19 16:28:26 2006 +0000
86639
86640     main function of the application
86641     
86642     
86643     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3012 48e7efb5-ca39-0410-a469-dd3cf9ba447f
86644
86645 commit c43b608d2e6d3a1a3dd642970c4964179f7c5239
86646 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
86647 Date:   Tue Dec 19 16:27:45 2006 +0000
86648
86649      errno concept implementation
86650     
86651     
86652     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3011 48e7efb5-ca39-0410-a469-dd3cf9ba447f
86653
86654 commit cb9c6b049a77ae4d71d2d8314a084294b760ed91
86655 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
86656 Date:   Tue Dec 19 16:27:16 2006 +0000
86657
86658      buffer concept implementation
86659     
86660     
86661     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3010 48e7efb5-ca39-0410-a469-dd3cf9ba447f
86662
86663 commit b5ef3cf715ed2a21316c9f8cc94e75bcb7b0e116
86664 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
86665 Date:   Tue Dec 19 16:23:23 2006 +0000
86666
86667     resource file of the test project
86668     
86669     
86670     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3009 48e7efb5-ca39-0410-a469-dd3cf9ba447f
86671
86672 commit a6f0d79dfd46045f9bb88c0c17e667dea1536e0c
86673 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
86674 Date:   Tue Dec 19 16:23:01 2006 +0000
86675
86676     project file of the test project
86677     
86678     
86679     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3008 48e7efb5-ca39-0410-a469-dd3cf9ba447f
86680
86681 commit 007db7e87230c24e942c17d5c4ea8fe6e8b18227
86682 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
86683 Date:   Tue Dec 19 16:22:35 2006 +0000
86684
86685     bpf file of the test project
86686     
86687     
86688     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3007 48e7efb5-ca39-0410-a469-dd3cf9ba447f
86689
86690 commit 8f5e849c2958cdab3690baade2ab80616ac450e4
86691 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
86692 Date:   Tue Dec 19 16:19:14 2006 +0000
86693
86694     contains the declaration of  time function
86695     
86696     
86697     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3006 48e7efb5-ca39-0410-a469-dd3cf9ba447f
86698
86699 commit cea42c623fb42824c068b155ad3bc156108fb9c6
86700 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
86701 Date:   Tue Dec 19 16:18:49 2006 +0000
86702
86703     contains the declaration of a dynamic array which contains a reference on asynchronus test cases
86704     
86705     
86706     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3005 48e7efb5-ca39-0410-a469-dd3cf9ba447f
86707
86708 commit 58bfd034a0f9233bf33b8dabe5743e11fb6e5729
86709 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
86710 Date:   Tue Dec 19 16:16:17 2006 +0000
86711
86712     contains test suite concept declaration
86713     
86714     
86715     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3004 48e7efb5-ca39-0410-a469-dd3cf9ba447f
86716
86717 commit ba8f06820d54b736c7aa4ff3beffdb69280b0007
86718 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
86719 Date:   Tue Dec 19 16:15:56 2006 +0000
86720
86721     contains test runner concept declaration
86722     
86723     
86724     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3003 48e7efb5-ca39-0410-a469-dd3cf9ba447f
86725
86726 commit 12acfa6234bd1401c4f1835a0e972037f694cffc
86727 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
86728 Date:   Tue Dec 19 16:15:05 2006 +0000
86729
86730     contains test case context concept declaration
86731     
86732     
86733     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3002 48e7efb5-ca39-0410-a469-dd3cf9ba447f
86734
86735 commit d57332040ed7cd59139deef008861e680a48a548
86736 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
86737 Date:   Tue Dec 19 16:14:23 2006 +0000
86738
86739     contains stream concept declaration
86740     
86741     
86742     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3001 48e7efb5-ca39-0410-a469-dd3cf9ba447f
86743
86744 commit 950d78a3cf9f4a2d9634ae85d0aa4c390ff5c9a6
86745 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
86746 Date:   Tue Dec 19 16:13:55 2006 +0000
86747
86748     contains errno declaration
86749     
86750     
86751     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3000 48e7efb5-ca39-0410-a469-dd3cf9ba447f
86752
86753 commit 79a4463b1f151f15e60df3f57c1d3575acb0d444
86754 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
86755 Date:   Tue Dec 19 16:13:23 2006 +0000
86756
86757     contains common definitions
86758     
86759     
86760     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2999 48e7efb5-ca39-0410-a469-dd3cf9ba447f
86761
86762 commit e7c4935b3e19e0d8835009ce154447cdf7826050
86763 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
86764 Date:   Tue Dec 19 16:09:12 2006 +0000
86765
86766     Buffer type declaration
86767     
86768     
86769     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2998 48e7efb5-ca39-0410-a469-dd3cf9ba447f
86770
86771 commit e3b3d1c9edfeb6e69cbd0b3042b35d24b6795e41
86772 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
86773 Date:   Tue Dec 19 09:51:27 2006 +0000
86774
86775     resource file of trace usage test case
86776     
86777     
86778     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2997 48e7efb5-ca39-0410-a469-dd3cf9ba447f
86779
86780 commit 76a2cb65061dc45998500b63050c18bbbea8a09e
86781 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
86782 Date:   Tue Dec 19 09:51:03 2006 +0000
86783
86784     make file of trace usage test case
86785     
86786     
86787     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2996 48e7efb5-ca39-0410-a469-dd3cf9ba447f
86788
86789 commit 4537461a456bc20bbb4fd82cdef1e740849b992c
86790 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
86791 Date:   Tue Dec 19 09:50:36 2006 +0000
86792
86793     source file of trace usage test case
86794     
86795     
86796     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2995 48e7efb5-ca39-0410-a469-dd3cf9ba447f
86797
86798 commit e5eb14f7e2273c3e470fc304fc016e677c9c1f19
86799 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
86800 Date:   Tue Dec 19 09:50:01 2006 +0000
86801
86802     borland project file of trace usage test case
86803     
86804     
86805     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2994 48e7efb5-ca39-0410-a469-dd3cf9ba447f
86806
86807 commit 4ca23430795846f2284264fa6d4d30fb8b711748
86808 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
86809 Date:   Tue Dec 19 09:49:39 2006 +0000
86810
86811     borland bpf file of trace usage test case
86812     
86813     
86814     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2993 48e7efb5-ca39-0410-a469-dd3cf9ba447f
86815
86816 commit 6137018268142ce0a772f64287953a44a5186b2b
86817 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
86818 Date:   Tue Dec 19 09:49:02 2006 +0000
86819
86820     text file used in trace usage test case
86821     
86822     
86823     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2992 48e7efb5-ca39-0410-a469-dd3cf9ba447f
86824
86825 commit b17bb63e4a8124c5cbc151e1593c57a28de71cbc
86826 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
86827 Date:   Tue Dec 19 09:47:46 2006 +0000
86828
86829     xml document used in trace usage test case
86830     
86831     
86832     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2991 48e7efb5-ca39-0410-a469-dd3cf9ba447f
86833
86834 commit e4c0b8e58a89752d2e84d635d625ba1b970adc6c
86835 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
86836 Date:   Tue Dec 19 09:42:18 2006 +0000
86837
86838     text file used by surf usage demo
86839     
86840     
86841     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2990 48e7efb5-ca39-0410-a469-dd3cf9ba447f
86842
86843 commit 15c2da5ffe45c1859b8ffa276114f8201e77f342
86844 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
86845 Date:   Tue Dec 19 09:40:41 2006 +0000
86846
86847     resource file of surf usage demo
86848     
86849     
86850     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2989 48e7efb5-ca39-0410-a469-dd3cf9ba447f
86851
86852 commit 05a882e1392d498acc3cbf9065ef47bd2c135835
86853 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
86854 Date:   Tue Dec 19 09:40:21 2006 +0000
86855
86856     make file of surf usage demo
86857     
86858     
86859     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2988 48e7efb5-ca39-0410-a469-dd3cf9ba447f
86860
86861 commit 7362efd61289c29cdff5ad42ac5cbd23e18c56de
86862 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
86863 Date:   Tue Dec 19 09:39:56 2006 +0000
86864
86865     source file of surf usage demo
86866     
86867     
86868     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2987 48e7efb5-ca39-0410-a469-dd3cf9ba447f
86869
86870 commit 18cf94b421cb6d687c6b5ea0c53b0e743d35496e
86871 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
86872 Date:   Tue Dec 19 09:39:35 2006 +0000
86873
86874     borland project file of surf usage demo
86875     
86876     
86877     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2986 48e7efb5-ca39-0410-a469-dd3cf9ba447f
86878
86879 commit 797efb5c4478c4ea0ddbac8982a80effd5512084
86880 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
86881 Date:   Tue Dec 19 09:39:16 2006 +0000
86882
86883     borland bpf file of surf usage demo
86884     
86885     
86886     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2985 48e7efb5-ca39-0410-a469-dd3cf9ba447f
86887
86888 commit 454ce3fbfe74f61b61294610ed8d8897ad04646e
86889 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
86890 Date:   Tue Dec 19 09:38:13 2006 +0000
86891
86892     xml document use in surf usage demo
86893     
86894     
86895     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2984 48e7efb5-ca39-0410-a469-dd3cf9ba447f
86896
86897 commit 5d02d342bf2942a5e97d9d3599cbb7d94f3285a9
86898 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
86899 Date:   Tue Dec 19 09:30:57 2006 +0000
86900
86901     resource file of context usage project
86902     
86903     
86904     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2983 48e7efb5-ca39-0410-a469-dd3cf9ba447f
86905
86906 commit c27063685d923b2edf0fbbcee0ad50c370dc9470
86907 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
86908 Date:   Tue Dec 19 09:30:24 2006 +0000
86909
86910     make file of context usage project
86911     
86912     
86913     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2982 48e7efb5-ca39-0410-a469-dd3cf9ba447f
86914
86915 commit 0e55da7802d98fecd55db7bfe995cf31f705ea2d
86916 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
86917 Date:   Tue Dec 19 09:29:55 2006 +0000
86918
86919     source file of context usage project
86920     
86921     
86922     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2981 48e7efb5-ca39-0410-a469-dd3cf9ba447f
86923
86924 commit d56f7651dae93cf8e420cd84dcbb87fb4f4181fb
86925 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
86926 Date:   Tue Dec 19 09:29:18 2006 +0000
86927
86928     project file of context usage project
86929     
86930     
86931     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2980 48e7efb5-ca39-0410-a469-dd3cf9ba447f
86932
86933 commit e0bdfbf43459356d2c855a093961e043661594b8
86934 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
86935 Date:   Tue Dec 19 09:28:59 2006 +0000
86936
86937     bpf file of context usage project
86938     
86939     
86940     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2979 48e7efb5-ca39-0410-a469-dd3cf9ba447f
86941
86942 commit a327398bb603170df1acbcd269a3455b751be8cc
86943 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
86944 Date:   Tue Dec 19 09:26:14 2006 +0000
86945
86946     borland resource file of graphxml_usage project
86947     
86948     
86949     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2978 48e7efb5-ca39-0410-a469-dd3cf9ba447f
86950
86951 commit 8b84fae63adda418d339b11f0cdc752c9444b018
86952 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
86953 Date:   Tue Dec 19 09:25:51 2006 +0000
86954
86955     borland make file of graphxml_usage project
86956     
86957     
86958     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2977 48e7efb5-ca39-0410-a469-dd3cf9ba447f
86959
86960 commit 2f66381390956fcb1dccbfccdba2d0b1fe795eb7
86961 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
86962 Date:   Tue Dec 19 09:25:32 2006 +0000
86963
86964     borland source file of graphxml_usage project
86965     
86966     
86967     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2976 48e7efb5-ca39-0410-a469-dd3cf9ba447f
86968
86969 commit 1d2abdd439673a65ec85d52ef43906920cda5e61
86970 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
86971 Date:   Tue Dec 19 09:25:08 2006 +0000
86972
86973     borland project file of graphxml_usage project
86974     
86975     
86976     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2975 48e7efb5-ca39-0410-a469-dd3cf9ba447f
86977
86978 commit 1b4dfb10f2fc5b802f4a74263852d6cf8348b715
86979 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
86980 Date:   Tue Dec 19 09:24:46 2006 +0000
86981
86982     borland bpf file of graphxml_usage project
86983     
86984     
86985     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2974 48e7efb5-ca39-0410-a469-dd3cf9ba447f
86986
86987 commit 5f38ccd973fef554a94b04d1c2e93ce4042e0b90
86988 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
86989 Date:   Tue Dec 19 09:21:52 2006 +0000
86990
86991     xml document used in graphxml project
86992     
86993     
86994     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2973 48e7efb5-ca39-0410-a469-dd3cf9ba447f
86995
86996 commit 4a6d4e12992942b1c724693c300a870a5f6c32af
86997 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
86998 Date:   Mon Dec 18 17:51:16 2006 +0000
86999
87000     log usage source file
87001     
87002     
87003     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2972 48e7efb5-ca39-0410-a469-dd3cf9ba447f
87004
87005 commit 6400bf8d1491a09797cff79ff232b8f9d22a29e8
87006 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
87007 Date:   Mon Dec 18 17:50:31 2006 +0000
87008
87009     make file
87010     
87011     
87012     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2971 48e7efb5-ca39-0410-a469-dd3cf9ba447f
87013
87014 commit 7b18fa5fdb0dde036127e9763da07737b1547f91
87015 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
87016 Date:   Mon Dec 18 17:49:20 2006 +0000
87017
87018     resource file
87019     
87020     
87021     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2970 48e7efb5-ca39-0410-a469-dd3cf9ba447f
87022
87023 commit c88be3cbfb0b850a71c193911fad3f94dd2a81a0
87024 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
87025 Date:   Mon Dec 18 17:48:25 2006 +0000
87026
87027     log usage project
87028     
87029     
87030     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2969 48e7efb5-ca39-0410-a469-dd3cf9ba447f
87031
87032 commit 40fc3798ea030c8d5a2479a94b021acb9bc63500
87033 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
87034 Date:   Mon Dec 18 17:47:29 2006 +0000
87035
87036     bpf log usage project file
87037     
87038     
87039     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2968 48e7efb5-ca39-0410-a469-dd3cf9ba447f
87040
87041 commit f08608aa79287bf8e0429eaafbf1efd4565055aa
87042 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
87043 Date:   Mon Dec 18 17:42:48 2006 +0000
87044
87045     heap bench make file" borland/builder6/simulation/xbt/heap_bench/heap_bench.mak
87046     
87047     
87048     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2967 48e7efb5-ca39-0410-a469-dd3cf9ba447f
87049
87050 commit c964716ee8a46cd1aa50136cc576278ce68896e1
87051 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
87052 Date:   Mon Dec 18 17:41:29 2006 +0000
87053
87054      resource file
87055     
87056     
87057     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2966 48e7efb5-ca39-0410-a469-dd3cf9ba447f
87058
87059 commit 27f6b8480e66dac97dc777005bddcbd861975975
87060 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
87061 Date:   Mon Dec 18 17:40:28 2006 +0000
87062
87063     heap bench project source file
87064     
87065     
87066     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2965 48e7efb5-ca39-0410-a469-dd3cf9ba447f
87067
87068 commit e58130a2c89a51c2f3d8882572630007cb60b7c5
87069 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
87070 Date:   Mon Dec 18 17:39:08 2006 +0000
87071
87072     borland porject file
87073     
87074     
87075     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2964 48e7efb5-ca39-0410-a469-dd3cf9ba447f
87076
87077 commit b33f222143692a342167fc1b634b30ddab49601a
87078 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
87079 Date:   Mon Dec 18 17:38:15 2006 +0000
87080
87081     bpf borland project file
87082     
87083     
87084     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2963 48e7efb5-ca39-0410-a469-dd3cf9ba447f
87085
87086 commit cb4df55669522a6b1721fddbfe583dae9a9d9159
87087 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
87088 Date:   Mon Dec 18 17:26:30 2006 +0000
87089
87090     all tests suite projects group
87091     
87092     
87093     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2962 48e7efb5-ca39-0410-a469-dd3cf9ba447f
87094
87095 commit 1856cb14d3305f9ef81693b72aa0532506eae282
87096 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
87097 Date:   Tue Dec 12 18:10:07 2006 +0000
87098
87099     Quick and dirty hack to prevent gramine to comprise annoying files.
87100     
87101     
87102     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2961 48e7efb5-ca39-0410-a469-dd3cf9ba447f
87103
87104 commit 5d82e223aa60185435a5c6e6affc37984036e867
87105 Author: eyraudl <eyraudl@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
87106 Date:   Tue Dec 12 14:36:19 2006 +0000
87107
87108     Propagate the change the API of GRAS measurement sockets into the saturation code.
87109     
87110     
87111     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2960 48e7efb5-ca39-0410-a469-dd3cf9ba447f
87112
87113 commit 96e155ad28d2c9903409dd6432dec2dcfbc55733
87114 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
87115 Date:   Mon Dec 11 13:45:25 2006 +0000
87116
87117     Major bug fix. Some situations were not handled in MSG_process_kill.
87118     
87119     
87120     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2959 48e7efb5-ca39-0410-a469-dd3cf9ba447f
87121
87122 commit 8bfa630871ce6e821b88760ef217ec1797ddcf98
87123 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
87124 Date:   Thu Dec 7 23:44:49 2006 +0000
87125
87126     Allow users to have several source files (by overriding PRECIOUS_C_FILES in a makefile including the generated one), to override CFLAGS, and to specify EXTRA_DIST files to add to the archive
87127     
87128     
87129     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2958 48e7efb5-ca39-0410-a469-dd3cf9ba447f
87130
87131 commit 93f39f2280e117f34c2df62d80cf4d571235e571
87132 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
87133 Date:   Thu Dec 7 22:02:52 2006 +0000
87134
87135     add an example of nested structures here for the record
87136     
87137     
87138     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2957 48e7efb5-ca39-0410-a469-dd3cf9ba447f
87139
87140 commit 18700a300acb3283a4f1e20d2581da92d5dcdb87
87141 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
87142 Date:   Thu Dec 7 17:19:22 2006 +0000
87143
87144     rework some error messages that flavien didn't understood at first glance
87145     
87146     
87147     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2956 48e7efb5-ca39-0410-a469-dd3cf9ba447f
87148
87149 commit 0836e69317ea9ed13937cb0150158f2011c8e368
87150 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
87151 Date:   Tue Dec 5 11:16:54 2006 +0000
87152
87153     Bug fix.
87154     
87155     
87156     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2955 48e7efb5-ca39-0410-a469-dd3cf9ba447f
87157
87158 commit d89d02d5a7fec7710e6bc5964c8ff99431d0d496
87159 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
87160 Date:   Tue Dec 5 10:09:56 2006 +0000
87161
87162     Modify the template of next sections of the GRAS tutorial to reduce the amount of errors reported by doxygen
87163     
87164     
87165     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2954 48e7efb5-ca39-0410-a469-dd3cf9ba447f
87166
87167 commit 2a9311205c29f193fc2cdbff5a286a066032704b
87168 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
87169 Date:   Tue Dec 5 10:03:24 2006 +0000
87170
87171     Updat
87172     
87173     
87174     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2953 48e7efb5-ca39-0410-a469-dd3cf9ba447f
87175
87176 commit 4062f1bdcba02203c01e73abc8f09f626fab0fc6
87177 Author: eyraudl <eyraudl@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
87178 Date:   Sat Dec 2 10:19:30 2006 +0000
87179
87180     Activate latency test
87181     
87182     
87183     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2952 48e7efb5-ca39-0410-a469-dd3cf9ba447f
87184
87185 commit b4036710f1d7f435ac50328d290cb95b108d505e
87186 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
87187 Date:   Thu Nov 30 16:01:48 2006 +0000
87188
87189     Change the way we specify the sizes of bandwidth tests to be able to send really large amount of data
87190     
87191     
87192     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2951 48e7efb5-ca39-0410-a469-dd3cf9ba447f
87193
87194 commit 989ba32a142691acd6c1efb0227a94e516b9b94d
87195 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
87196 Date:   Thu Nov 30 14:15:24 2006 +0000
87197
87198     whining at CRITICAL level is not enough. Let's kill every body around
87199     
87200     
87201     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2950 48e7efb5-ca39-0410-a469-dd3cf9ba447f
87202
87203 commit 6813c4e4f32c6c32a3b2ab0537e188270bc83a3a
87204 Author: eyraudl <eyraudl@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
87205 Date:   Thu Nov 30 14:11:32 2006 +0000
87206
87207     Increase the number of messages when we reach the maximum msg_size allowed
87208     
87209     
87210     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2949 48e7efb5-ca39-0410-a469-dd3cf9ba447f
87211
87212 commit b51ad8027b725a8a510d5cf4f621f633822108e0
87213 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
87214 Date:   Thu Nov 30 14:05:39 2006 +0000
87215
87216     cap the increment of the experience size to avoid choosing a value stupidly too large based on a wrong experiment; Add a check that the exp_size do not overlap MAXINT to make sure we don't do anything stupid
87217     
87218     
87219     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2948 48e7efb5-ca39-0410-a469-dd3cf9ba447f
87220
87221 commit ef9f1f9d8218d82bb3c1d55ca3fd53df9a723edb
87222 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
87223 Date:   Thu Nov 30 09:36:40 2006 +0000
87224
87225     increase matrix size a bit, and do not wait insane amount of time on simulator now that the platform file is sane
87226     
87227     
87228     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2947 48e7efb5-ca39-0410-a469-dd3cf9ba447f
87229
87230 commit 0189615fd0542854c3395490e9c3b635b4b5bba2
87231 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
87232 Date:   Thu Nov 30 09:29:33 2006 +0000
87233
87234     cosmetics
87235     
87236     
87237     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2946 48e7efb5-ca39-0410-a469-dd3cf9ba447f
87238
87239 commit 514f4491be11bf31724f126c02442a0e1da25682
87240 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
87241 Date:   Thu Nov 30 09:29:17 2006 +0000
87242
87243     The waitqueue needed to store messages received without corresponding callback
87244     
87245     
87246     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2945 48e7efb5-ca39-0410-a469-dd3cf9ba447f
87247
87248 commit b9ca87714e9d359e625fe60add814f5dd4ade9ed
87249 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
87250 Date:   Thu Nov 30 00:15:57 2006 +0000
87251
87252     do not use exp notation to make sure that the parser don't choke (should be useless, but who knows), and kill a couple of 0.29s latency links. That's so bad that examples/gras/pmm cannot converge under such conditions
87253     
87254     
87255     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2944 48e7efb5-ca39-0410-a469-dd3cf9ba447f
87256
87257 commit 504abaa9e908a691af0c564442e00f36a009a4e1
87258 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
87259 Date:   Wed Nov 29 23:54:11 2006 +0000
87260
87261     Do not draw empty containers.
87262     
87263     
87264     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2943 48e7efb5-ca39-0410-a469-dd3cf9ba447f
87265
87266 commit 9d6799cde35ff2d3c7659889fa4f28721fcd094d
87267 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
87268 Date:   Wed Nov 29 23:45:49 2006 +0000
87269
87270     In gras_msg_handle, do not discard messages without callback: they are probably messages to be explicitly awaited later. ie, proofs of mis-synchronization in userland since they are sent before being awaited. No big deal usually
87271     
87272     
87273     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2942 48e7efb5-ca39-0410-a469-dd3cf9ba447f
87274
87275 commit 00ef5a480fe8d2bf9aca18bc01774d917d30dca1
87276 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
87277 Date:   Thu Nov 23 10:40:09 2006 +0000
87278
87279     Documentation improvement
87280     
87281     
87282     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2941 48e7efb5-ca39-0410-a469-dd3cf9ba447f
87283
87284 commit 0e72d691690e6a528d5c99aa413dee828b852332
87285 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
87286 Date:   Thu Nov 23 10:39:32 2006 +0000
87287
87288     Add some surnumerous slaves, just in case
87289     
87290     
87291     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2940 48e7efb5-ca39-0410-a469-dd3cf9ba447f
87292
87293 commit 9bfc53cc59cae28067100a5c8b377d64f6b95a8d
87294 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
87295 Date:   Thu Nov 23 10:39:16 2006 +0000
87296
87297     Fix the code to kill surnumerous slaves
87298     
87299     
87300     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2939 48e7efb5-ca39-0410-a469-dd3cf9ba447f
87301
87302 commit 5ce5e2ee7fd0dd8344be0823d7bd7c4abb16b284
87303 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
87304 Date:   Tue Nov 21 16:53:26 2006 +0000
87305
87306     Mallocator on the message contextes
87307     
87308     
87309     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2938 48e7efb5-ca39-0410-a469-dd3cf9ba447f
87310
87311 commit 1ab3563b9f429a75fbbdc95c6d3405fc4368d876
87312 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
87313 Date:   Tue Nov 21 16:52:08 2006 +0000
87314
87315     Compute fd_setsize only once, and not on each select
87316     
87317     
87318     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2937 48e7efb5-ca39-0410-a469-dd3cf9ba447f
87319
87320 commit 16e829cbe5722020aef1c6061d8999aae6a7a7f2
87321 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
87322 Date:   Tue Nov 21 16:48:54 2006 +0000
87323
87324     Wait a bit more for pals since some dudes need as much as 7 seconds to get connected (no idea why)
87325     
87326     
87327     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2936 48e7efb5-ca39-0410-a469-dd3cf9ba447f
87328
87329 commit ecdb2f8336c585bff9c732045fa63d046dcd4702
87330 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
87331 Date:   Tue Nov 21 13:04:45 2006 +0000
87332
87333     Took 5mn to continue the tutorial
87334     
87335     
87336     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2935 48e7efb5-ca39-0410-a469-dd3cf9ba447f
87337
87338 commit ce0380939517d157b8f1f335401042dab8d7efb8
87339 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
87340 Date:   Tue Nov 21 13:04:10 2006 +0000
87341
87342     TOCs update
87343     
87344     
87345     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2934 48e7efb5-ca39-0410-a469-dd3cf9ba447f
87346
87347 commit 4c860de84775bf3e84fc5f0fe92692d9dedb01b5
87348 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
87349 Date:   Mon Nov 20 16:53:30 2006 +0000
87350
87351     Tell that it's always possible to make an archive from the cvs to deploy blending edge code on brain-dead machines
87352     
87353     
87354     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2933 48e7efb5-ca39-0410-a469-dd3cf9ba447f
87355
87356 commit 80d878eaaf9cf612ce04c5ef0586c119b5c5f06e
87357 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
87358 Date:   Wed Nov 15 16:44:03 2006 +0000
87359
87360     reduce waiting time
87361     
87362     
87363     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2932 48e7efb5-ca39-0410-a469-dd3cf9ba447f
87364
87365 commit 7ddd23588536391f0f0e521269671b8a215231d3
87366 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
87367 Date:   Wed Nov 15 00:07:50 2006 +0000
87368
87369     log clarification
87370     
87371     
87372     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2931 48e7efb5-ca39-0410-a469-dd3cf9ba447f
87373
87374 commit 3e500d98fef79a7b1bbe5e4f096dce8eef1a3d49
87375 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
87376 Date:   Tue Nov 14 18:38:50 2006 +0000
87377
87378     Cleanup the way moddata are destroyed at the end of the time
87379     
87380     
87381     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2930 48e7efb5-ca39-0410-a469-dd3cf9ba447f
87382
87383 commit fc4c8251c04db481742ebe77ceb4cfa64fac7085
87384 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
87385 Date:   Tue Nov 14 18:30:29 2006 +0000
87386
87387     leak plugs
87388     
87389     
87390     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2929 48e7efb5-ca39-0410-a469-dd3cf9ba447f
87391
87392 commit 4bb733d3343e8d01c1d09656c40d4b94b08d744d
87393 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
87394 Date:   Tue Nov 14 18:29:01 2006 +0000
87395
87396     typo
87397     
87398     
87399     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2928 48e7efb5-ca39-0410-a469-dd3cf9ba447f
87400
87401 commit 3232b275b9b38548bee1c3b6de1fbaec68f19584
87402 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
87403 Date:   Tue Nov 14 18:28:39 2006 +0000
87404
87405     Shutdown sensors when dying because there were not enough of them
87406     
87407     
87408     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2927 48e7efb5-ca39-0410-a469-dd3cf9ba447f
87409
87410 commit 0c259b6fb45cece5af1c16f45893a13a4087fd49
87411 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
87412 Date:   Tue Nov 14 15:33:03 2006 +0000
87413
87414     a useless comment added
87415     
87416     
87417     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2926 48e7efb5-ca39-0410-a469-dd3cf9ba447f
87418
87419 commit 32d7697b042737b32edcbc92c917045975bb5fed
87420 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
87421 Date:   Tue Nov 14 15:31:47 2006 +0000
87422
87423     reindent
87424     
87425     
87426     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2925 48e7efb5-ca39-0410-a469-dd3cf9ba447f
87427
87428 commit 5a3ad5e2d39b008be6c9467aa387b8358076f12c
87429 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
87430 Date:   Tue Nov 14 15:29:53 2006 +0000
87431
87432     Remove from the public interface a function that the user should never call
87433     
87434     
87435     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2924 48e7efb5-ca39-0410-a469-dd3cf9ba447f
87436
87437 commit 6d7d985bb411c1d38969ffce5f8789d7127887c3
87438 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
87439 Date:   Tue Nov 14 14:52:46 2006 +0000
87440
87441     Plug a memleak
87442     
87443     
87444     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2923 48e7efb5-ca39-0410-a469-dd3cf9ba447f
87445
87446 commit 8b166842cf79389293a5ad953b195caa6a03331f
87447 Author: eyraudl <eyraudl@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
87448 Date:   Tue Nov 14 09:32:09 2006 +0000
87449
87450     Constructor for msg_cb_ctx should fill all fields of the structure.
87451     
87452     
87453     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2922 48e7efb5-ca39-0410-a469-dd3cf9ba447f
87454
87455 commit 43bc6b8bca8abe222efa9cc72faf0018b1c8867d
87456 Author: eyraudl <eyraudl@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
87457 Date:   Tue Nov 14 09:23:22 2006 +0000
87458
87459     Update make_deployment.pl script to the current command-line behavior of pmm.
87460     
87461     
87462     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2921 48e7efb5-ca39-0410-a469-dd3cf9ba447f
87463
87464 commit a8e308ccfcfb98b8139db72df485bb2eb9161971
87465 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
87466 Date:   Mon Nov 13 19:35:34 2006 +0000
87467
87468     Bug fix: there is no 'xbt_dynar_t' type description
87469     
87470     
87471     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2920 48e7efb5-ca39-0410-a469-dd3cf9ba447f
87472
87473 commit c270b48c4fb6b085742f2cff90a16cbf2727b967
87474 Author: eyraudl <eyraudl@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
87475 Date:   Fri Nov 10 12:42:26 2006 +0000
87476
87477     Makes sure that exp_size is always a multiple of msg_size.
87478     
87479     
87480     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2919 48e7efb5-ca39-0410-a469-dd3cf9ba447f
87481
87482 commit 852138539bcbd3a5bc0fd928ab7bf99e0883b38e
87483 Author: eyraudl <eyraudl@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
87484 Date:   Fri Nov 10 12:40:28 2006 +0000
87485
87486     Makes sure that data sent on measurement socket is exactly the experience size required.
87487     
87488     
87489     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2918 48e7efb5-ca39-0410-a469-dd3cf9ba447f
87490
87491 commit 6ecb54288e404d4310a4f77d113d56582873927d
87492 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
87493 Date:   Fri Nov 10 11:26:47 2006 +0000
87494
87495     Other test example (CVS only).
87496     
87497     
87498     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2917 48e7efb5-ca39-0410-a469-dd3cf9ba447f
87499
87500 commit 360874ef02486f44db71b6ea1732457aaae54ed1
87501 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
87502 Date:   Wed Nov 8 13:10:47 2006 +0000
87503
87504     Ooups. I was still using Mb instead of b...:(
87505     
87506     
87507     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2916 48e7efb5-ca39-0410-a469-dd3cf9ba447f
87508
87509 commit 4e90906b68568255553dca14a701e92730629710
87510 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
87511 Date:   Wed Nov 8 11:16:05 2006 +0000
87512
87513     SimGrid Next Generation! :)
87514     
87515     
87516     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2915 48e7efb5-ca39-0410-a469-dd3cf9ba447f
87517
87518 commit cc0762fdc8c20edb01d4895bd9960ec15e10aafd
87519 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
87520 Date:   Mon Nov 6 16:38:30 2006 +0000
87521
87522     document last change
87523     
87524     
87525     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2914 48e7efb5-ca39-0410-a469-dd3cf9ba447f
87526
87527 commit 22598191923908cf30fe0e54877e2993743c3ba1
87528 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
87529 Date:   Mon Nov 6 16:37:54 2006 +0000
87530
87531     * Change the semantic of gras_datadesc_by_name() to raise an exception when
87532       not found
87533     * Add a gras_datadesc_by_name_or_null() to retrive the old semantic of
87534       gras_datadesc_by_name()
87535     * Adapt to this change all over the place
87536     
87537     
87538     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2913 48e7efb5-ca39-0410-a469-dd3cf9ba447f
87539
87540 commit 2137669fc54b364d20ae4debaef1744d55acce2c
87541 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
87542 Date:   Mon Nov 6 16:35:45 2006 +0000
87543
87544     Make some room for the lesson 11 on explicit message wait, and for the recapping of the first part of the tutorial (on message passing)
87545     
87546     
87547     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2912 48e7efb5-ca39-0410-a469-dd3cf9ba447f
87548
87549 commit 4dbb8291093865792122981a1403852581d8b91f
87550 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
87551 Date:   Mon Nov 6 16:34:16 2006 +0000
87552
87553     Begin a recaping of hte first part of the tutorial
87554     
87555     
87556     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2911 48e7efb5-ca39-0410-a469-dd3cf9ba447f
87557
87558 commit 5783ed629595652c798bd0052b6e0ea7b1fd70fe
87559 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
87560 Date:   Mon Nov 6 16:32:31 2006 +0000
87561
87562     Write the lesson 10 on RPC in GRAS
87563     
87564     
87565     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2910 48e7efb5-ca39-0410-a469-dd3cf9ba447f
87566
87567 commit eded0aed9492ec0bc966659640cc70b1c71771d8
87568 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
87569 Date:   Mon Nov 6 16:28:50 2006 +0000
87570
87571     * Add a gras_msgtype_dumpall() function to get the listing of all existing
87572       (registered) messages
87573     * Change the semantic of gras_msgtype_by_name() to raise an error when not
87574       found
87575     * Add a gras_msgtype_by_name_or_null() to retrieve the old semantic of
87576       gras_msgtype_by_name()
87577     * Make sure that RPC callback do call gras_msg_rpcreturn() (and do so only
87578       once)
87579     
87580     
87581     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2909 48e7efb5-ca39-0410-a469-dd3cf9ba447f
87582
87583 commit 78cad3370246d59acae7d4723d3209616f0497ed
87584 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
87585 Date:   Mon Nov 6 16:25:27 2006 +0000
87586
87587     add two missing types: short and long (short int and long int were already there)
87588     
87589     
87590     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2908 48e7efb5-ca39-0410-a469-dd3cf9ba447f
87591
87592 commit 2da72a9e6d09f764ffaa7b3cbcd428150d9dc21f
87593 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
87594 Date:   Mon Nov 6 15:56:10 2006 +0000
87595
87596     bug fix
87597     
87598     
87599     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2907 48e7efb5-ca39-0410-a469-dd3cf9ba447f
87600
87601 commit ab72af3fe2367411d04c838acac97404a72ff3d5
87602 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
87603 Date:   Thu Oct 26 11:51:45 2006 +0000
87604
87605     fixe the last warning
87606     
87607     
87608     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2906 48e7efb5-ca39-0410-a469-dd3cf9ba447f
87609
87610 commit c678ab90966c0875ff21e7f47aea0910a56a1cd4
87611 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
87612 Date:   Thu Oct 26 11:50:30 2006 +0000
87613
87614     fixe the warnings in surf.c
87615     
87616     
87617     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2905 48e7efb5-ca39-0410-a469-dd3cf9ba447f
87618
87619 commit 4b9b41ba4b187a21d78806da3e77c9d92aec3c58
87620 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
87621 Date:   Wed Oct 25 18:26:18 2006 +0000
87622
87623     Adapt the architecture signatures in the UNIX configure to the recent windows-related changes in the source code
87624     
87625     
87626     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2904 48e7efb5-ca39-0410-a469-dd3cf9ba447f
87627
87628 commit 282c64153a57cf8f96b8afed99f81ec93156c77b
87629 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
87630 Date:   Wed Oct 25 18:23:56 2006 +0000
87631
87632     fucking non-breaking space
87633     
87634     
87635     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2903 48e7efb5-ca39-0410-a469-dd3cf9ba447f
87636
87637 commit 48aaa08cacfde28d6ad1c9438ca2a39151bcdaed
87638 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
87639 Date:   Wed Oct 25 16:04:04 2006 +0000
87640
87641     update the first byte of the file, which specify its index in the architecture table.
87642     
87643     
87644     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2902 48e7efb5-ca39-0410-a469-dd3cf9ba447f
87645
87646 commit 0a3f267dad84995e64d48015ad3fa00ec0c4dc91
87647 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
87648 Date:   Wed Oct 25 15:21:35 2006 +0000
87649
87650     update architectures table
87651     
87652     
87653     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2901 48e7efb5-ca39-0410-a469-dd3cf9ba447f
87654
87655 commit 2051ba75d76a5f5ccb8d0f1d59f7802f200a6aad
87656 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
87657 Date:   Wed Oct 25 15:20:37 2006 +0000
87658
87659     update gras_arch_count  to 11
87660     
87661     
87662     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2900 48e7efb5-ca39-0410-a469-dd3cf9ba447f
87663
87664 commit 5b8c5a5524be7fec9487bc4b8af8ca48787b6a3c
87665 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
87666 Date:   Fri Oct 20 13:39:25 2006 +0000
87667
87668     same as surf.c.
87669     
87670     
87671     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2899 48e7efb5-ca39-0410-a469-dd3cf9ba447f
87672
87673 commit d87eb28bf4a74d392333bb7292979a93da9a78ff
87674 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
87675 Date:   Fri Oct 20 13:38:25 2006 +0000
87676
87677     Considers the windows filename conventions (different on unix/linux).
87678     
87679     
87680     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2898 48e7efb5-ca39-0410-a469-dd3cf9ba447f
87681
87682 commit 61eea4d2a96e8804b2d0cecc2ef5bece461255d6
87683 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
87684 Date:   Fri Oct 20 13:32:52 2006 +0000
87685
87686     The Ansi initialisation at the declaration of a struct impose that all values are constantes (see _XBT_LOG_PRE macro modification).
87687     
87688     
87689     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2897 48e7efb5-ca39-0410-a469-dd3cf9ba447f
87690
87691 commit 18dab3597a169e25af6b8f9a61f3bd08fff95cf1
87692 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
87693 Date:   Thu Oct 19 13:26:21 2006 +0000
87694
87695     Add redirector files to have nicer URL as reference
87696     
87697     
87698     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2896 48e7efb5-ca39-0410-a469-dd3cf9ba447f
87699
87700 commit 2b355d2202e25529a070d48bc2b0b31b6bec4b37
87701 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
87702 Date:   Tue Oct 17 09:08:53 2006 +0000
87703
87704     Use --surf-parse so that the simdag test passes even in VPATH builds
87705     
87706     
87707     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2895 48e7efb5-ca39-0410-a469-dd3cf9ba447f
87708
87709 commit 7b41c0f7023f7394e4e2120bd643f42b00f6efa8
87710 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
87711 Date:   Tue Oct 17 09:08:04 2006 +0000
87712
87713     Simdag also needs files in the tarball, and needs to be cleaned up afterward
87714     
87715     
87716     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2894 48e7efb5-ca39-0410-a469-dd3cf9ba447f
87717
87718 commit ce64480f32b62fc660255ccef65d3da7e23a5d00
87719 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
87720 Date:   Tue Oct 17 08:33:50 2006 +0000
87721
87722     Remove this useless select since windows cannot select on files handles, only on socket handles (poor guys)
87723     
87724     
87725     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2893 48e7efb5-ca39-0410-a469-dd3cf9ba447f
87726
87727 commit df278c2d5978eeee48427b054927b67ed9b19750
87728 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
87729 Date:   Tue Oct 17 08:21:55 2006 +0000
87730
87731     .
87732     
87733     
87734     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2892 48e7efb5-ca39-0410-a469-dd3cf9ba447f
87735
87736 commit 27a469c1ee9600071cbe5839806375c23bd523ca
87737 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
87738 Date:   Tue Oct 17 08:21:24 2006 +0000
87739
87740     Add a link from this file to the classical FAQ
87741     
87742     
87743     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2891 48e7efb5-ca39-0410-a469-dd3cf9ba447f
87744
87745 commit a12386cd8caa8f9aa56d92a506c1643fb221c2d9
87746 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
87747 Date:   Fri Oct 13 09:26:43 2006 +0000
87748
87749     Kill dupplicate files
87750     
87751     
87752     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2890 48e7efb5-ca39-0410-a469-dd3cf9ba447f
87753
87754 commit 9e4f0cf5a8280c9034113e98707ac3f9c6a4691b
87755 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
87756 Date:   Fri Oct 13 09:26:03 2006 +0000
87757
87758     Integrate simdag tests into the testing infrastructure
87759     
87760     
87761     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2889 48e7efb5-ca39-0410-a469-dd3cf9ba447f
87762
87763 commit b354aa9bbae315db9d4c1edd97a2174a45cee8f2
87764 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
87765 Date:   Fri Oct 13 09:21:09 2006 +0000
87766
87767     Hope it works better now.
87768     
87769     
87770     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2888 48e7efb5-ca39-0410-a469-dd3cf9ba447f
87771
87772 commit 5cd6f39e10e7f949b41348ba4a60f2b7f9285de0
87773 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
87774 Date:   Fri Oct 13 09:11:53 2006 +0000
87775
87776     Compile the simdag test
87777     
87778     
87779     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2887 48e7efb5-ca39-0410-a469-dd3cf9ba447f
87780
87781 commit 22c9664bc5ff2970279cbb2f094197c055256816
87782 Author: dutot <dutot@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
87783 Date:   Wed Oct 11 14:43:49 2006 +0000
87784
87785     Thanks Arnaud for allowing me to increase my commit number :)
87786     (printing modif made by Arnaud)
87787     
87788     
87789     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2886 48e7efb5-ca39-0410-a469-dd3cf9ba447f
87790
87791 commit 74a48836bd7c0eddcd37968ad3669066670763de
87792 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
87793 Date:   Tue Oct 10 13:50:08 2006 +0000
87794
87795     Add a pointer from the README to the FAQ
87796     
87797     
87798     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2885 48e7efb5-ca39-0410-a469-dd3cf9ba447f
87799
87800 commit 75ee647d501a3b1dd26ba9d9d7032fce6395091d
87801 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
87802 Date:   Tue Oct 10 13:47:52 2006 +0000
87803
87804     Checks that theoriticians didn't forget to install the right packages to use the CVS version (hello PF)
87805     
87806     
87807     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2884 48e7efb5-ca39-0410-a469-dd3cf9ba447f
87808
87809 commit 93c0970d82cd9387241f8fa26589c8ec1df78cb9
87810 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
87811 Date:   Tue Oct 10 13:44:01 2006 +0000
87812
87813     a word for poor CVS users
87814     
87815     
87816     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2883 48e7efb5-ca39-0410-a469-dd3cf9ba447f
87817
87818 commit 1e1a28ccdb6a355c30b80e3d7db6c8166cd8c0e7
87819 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
87820 Date:   Tue Oct 10 08:53:51 2006 +0000
87821
87822     Avoids macro redefinitions in src/win32/compiler/borland.h.
87823     
87824     
87825     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2882 48e7efb5-ca39-0410-a469-dd3cf9ba447f
87826
87827 commit f6f6048524d89a309f1d98864039d73e63c5ad40
87828 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
87829 Date:   Tue Oct 10 08:41:33 2006 +0000
87830
87831     Load xbt/misc.h to get the definition of XBT_PUBLIC
87832     
87833     
87834     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2881 48e7efb5-ca39-0410-a469-dd3cf9ba447f
87835
87836 commit b0ad7d7849269b233e93df1f166866cf4bfe59ad
87837 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
87838 Date:   Tue Oct 10 08:18:02 2006 +0000
87839
87840     Load xbt/misc.h to get the definition of XBT_PUBLIC
87841     
87842     
87843     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2880 48e7efb5-ca39-0410-a469-dd3cf9ba447f
87844
87845 commit 10916c573dcdaebc96b18c90647c1fc5de0e986c
87846 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
87847 Date:   Tue Oct 10 08:16:58 2006 +0000
87848
87849     Move to misc.h the definitions needed to define XBT_PUBLIC on borland compiler
87850     
87851     
87852     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2879 48e7efb5-ca39-0410-a469-dd3cf9ba447f
87853
87854 commit b7ca16289c913278988d37c1e2e57bdc93eb16e4
87855 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
87856 Date:   Tue Oct 10 08:16:05 2006 +0000
87857
87858     Move the definition of XBT_PUBLIC from portable.h (which is a private header) to misc.h (which is a public, installed header) so that it still compiles on unix
87859     
87860     
87861     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2878 48e7efb5-ca39-0410-a469-dd3cf9ba447f
87862
87863 commit 2ebde7074c33d052212fe71fff5169f1414155a8
87864 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
87865 Date:   Tue Oct 10 07:38:05 2006 +0000
87866
87867     Update
87868     
87869     
87870     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2877 48e7efb5-ca39-0410-a469-dd3cf9ba447f
87871
87872 commit b3d77bcfdee15eacc3d7c72d3e572cace4427c51
87873 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
87874 Date:   Fri Oct 6 16:11:10 2006 +0000
87875
87876     Only adds the XBT_PUBLIC macro decoration a the begining of the public API functions.
87877     
87878     
87879     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2876 48e7efb5-ca39-0410-a469-dd3cf9ba447f
87880
87881 commit f787351e3355ab558d4f491bc52bef2012eaa3e8
87882 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
87883 Date:   Fri Oct 6 15:52:06 2006 +0000
87884
87885     Only adds the XBT_PUBLIC macro decoration a the begining of the public API functions.
87886     
87887     
87888     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2875 48e7efb5-ca39-0410-a469-dd3cf9ba447f
87889
87890 commit e2c10f61cfd4d58faa73f006aa74def2c73c8860
87891 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
87892 Date:   Fri Oct 6 15:05:24 2006 +0000
87893
87894     Only adds the XBT_PUBLIC macro decoration a the begining of the public API functions.
87895     
87896     
87897     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2874 48e7efb5-ca39-0410-a469-dd3cf9ba447f
87898
87899 commit 0909f6ea8e2ed9702bd8a2c31163bc3474be79ef
87900 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
87901 Date:   Fri Oct 6 14:15:43 2006 +0000
87902
87903     Only adds the XBT_PUBLIC macro decoration a the begining of the public API functions.
87904     
87905     
87906     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2873 48e7efb5-ca39-0410-a469-dd3cf9ba447f
87907
87908 commit 2fe21db8281abdcb94d98c99022cd121c0650bc7
87909 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
87910 Date:   Fri Oct 6 14:01:43 2006 +0000
87911
87912     Only adds the XBT_PUBLIC macro decoration a the begining of the public API functions.
87913     
87914     
87915     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2872 48e7efb5-ca39-0410-a469-dd3cf9ba447f
87916
87917 commit 9361ad5f13f67578120a74bbbfba718292084cdb
87918 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
87919 Date:   Fri Oct 6 13:44:52 2006 +0000
87920
87921     Only adds the XBT_PUBLIC macro decoration a the begining of the public API functions.
87922     
87923     
87924     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2871 48e7efb5-ca39-0410-a469-dd3cf9ba447f
87925
87926 commit 1a096725bc62e55cda8178cf8001bc2de631acf0
87927 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
87928 Date:   Fri Oct 6 13:27:26 2006 +0000
87929
87930     Only adds the XBT_PUBLIC macro decoration a the begining of the public API functions.
87931     
87932     
87933     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2870 48e7efb5-ca39-0410-a469-dd3cf9ba447f
87934
87935 commit 3120a599eaebb943d30d9eec66ba58cf620aec47
87936 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
87937 Date:   Fri Oct 6 13:03:57 2006 +0000
87938
87939     Only adds the XBT_PUBLIC macro decoration a the begining of the public API functions.
87940     
87941     
87942     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2869 48e7efb5-ca39-0410-a469-dd3cf9ba447f
87943
87944 commit 2a345a1a66c80cb2005504ff440444f70ee9071d
87945 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
87946 Date:   Fri Oct 6 12:50:28 2006 +0000
87947
87948     Only adds the XBT_PUBLIC macro decoration a the begining of the public API functions.
87949     
87950     
87951     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2868 48e7efb5-ca39-0410-a469-dd3cf9ba447f
87952
87953 commit 7f160bd7714a4e7946a0df2b68299f08cac39ff2
87954 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
87955 Date:   Fri Oct 6 12:46:33 2006 +0000
87956
87957     if needed replace (_XBT_WIN32_PLATFORM) || defined(_XBT_WIN64_PLATFORM) || defined(_XBT_WIN16_PLATFORM) || defined(_XBT_WINCE_PLATFORM) macros by the single macro_WIN32 .
87958     
87959     
87960     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2867 48e7efb5-ca39-0410-a469-dd3cf9ba447f
87961
87962 commit 8a6012ed0a3d3bb62a3177e326f237dbd915a09e
87963 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
87964 Date:   Fri Oct 6 12:44:28 2006 +0000
87965
87966     Specific to borland builder configuration.
87967     
87968     
87969     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2866 48e7efb5-ca39-0410-a469-dd3cf9ba447f
87970
87971 commit 3cc1fa85baabc5e4a8676b1812cbca51a5ceec67
87972 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
87973 Date:   Fri Oct 6 12:43:23 2006 +0000
87974
87975     The new Windows config file.
87976     
87977     
87978     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2865 48e7efb5-ca39-0410-a469-dd3cf9ba447f
87979
87980 commit ca494e4204fbd3d22631eb82cb0668385ba89bda
87981 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
87982 Date:   Fri Oct 6 12:42:22 2006 +0000
87983
87984     Defines  the XBT_PUBLIC macro that specify public functions of an API.
87985     Please, use this macro if you when you declare a new public function (exported in windows dll).
87986     
87987     
87988     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2864 48e7efb5-ca39-0410-a469-dd3cf9ba447f
87989
87990 commit c102403bfd59375027b5865880814bd2257531c0
87991 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
87992 Date:   Fri Oct 6 09:54:46 2006 +0000
87993
87994     grades overrun in  test_heap_mean_operation() test funtion, adds test_reset_heap to oblige the heap to arrange his elements.
87995     
87996     
87997     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2863 48e7efb5-ca39-0410-a469-dd3cf9ba447f
87998
87999 commit 013a4d76c35a5eabe84ced5b6b1bb356e0a8c864
88000 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
88001 Date:   Fri Oct 6 08:53:56 2006 +0000
88002
88003     Not need to include win32_context header file.
88004     
88005     
88006     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2862 48e7efb5-ca39-0410-a469-dd3cf9ba447f
88007
88008 commit d0d720314bcf4c41da5f6783480aa64eb38a35fc
88009 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
88010 Date:   Fri Oct 6 08:53:15 2006 +0000
88011
88012     Not need to include win32_context header file.
88013     
88014     
88015     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2861 48e7efb5-ca39-0410-a469-dd3cf9ba447f
88016
88017 commit c9cec0dc29c4015e8600560b23772f22076044d7
88018 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
88019 Date:   Fri Oct 6 08:40:08 2006 +0000
88020
88021     And now, a syntaxically correct version of my 'cleanup' (sorry)
88022     
88023     
88024     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2860 48e7efb5-ca39-0410-a469-dd3cf9ba447f
88025
88026 commit 2aeae90fc3ac7059522d23c855dc0d4522d080a2
88027 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
88028 Date:   Fri Oct 6 08:30:53 2006 +0000
88029
88030     cosmetics
88031     
88032     
88033     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2859 48e7efb5-ca39-0410-a469-dd3cf9ba447f
88034
88035 commit 5bedf2dbd161f416298d57e63707cc450d63964b
88036 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
88037 Date:   Fri Oct 6 08:26:10 2006 +0000
88038
88039     Remove old cruft
88040     
88041     
88042     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2858 48e7efb5-ca39-0410-a469-dd3cf9ba447f
88043
88044 commit 888a7206df16f0ab8f8c02f9b18d0d1a0229cf2b
88045 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
88046 Date:   Fri Oct 6 08:25:50 2006 +0000
88047
88048     Cleanup malek's add
88049     
88050     
88051     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2857 48e7efb5-ca39-0410-a469-dd3cf9ba447f
88052
88053 commit abe3c6bd783939efbc85bb77066bc1b042caa18b
88054 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
88055 Date:   Fri Oct 6 08:17:11 2006 +0000
88056
88057     Tell how much bytes we wanted when a malloc failed
88058     
88059     
88060     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2856 48e7efb5-ca39-0410-a469-dd3cf9ba447f
88061
88062 commit 5a7b2c32940f3fa8d68a44b4e80c55974bbe4a2c
88063 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
88064 Date:   Thu Oct 5 17:15:29 2006 +0000
88065
88066     grade overrun in  test_heap_mean_operation() test funtion.
88067     
88068     
88069     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2855 48e7efb5-ca39-0410-a469-dd3cf9ba447f
88070
88071 commit a76358453a876eb6ed6965bb63735a855df9f737
88072 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
88073 Date:   Thu Oct 5 17:10:10 2006 +0000
88074
88075     Update xbt_log_parse_setting() to consider the CRITICAL log priority.
88076     
88077     
88078     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2854 48e7efb5-ca39-0410-a469-dd3cf9ba447f
88079
88080 commit 6fe1606ddde5d8e7c348a2c0d47476e99bba8739
88081 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
88082 Date:   Thu Oct 5 17:05:36 2006 +0000
88083
88084     Consider the case of windows context, update xbt_context_new() and xbt_context_destroy() functions.
88085     
88086     
88087     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2853 48e7efb5-ca39-0410-a469-dd3cf9ba447f
88088
88089 commit 87c80aa5c92dcce729a0ef2b5120fecf79f962ea
88090 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
88091 Date:   Thu Oct 5 17:00:52 2006 +0000
88092
88093     Consider the case of windows context.
88094     
88095     
88096     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2852 48e7efb5-ca39-0410-a469-dd3cf9ba447f
88097
88098 commit cac6abb5731ce3903643e9b9c8181dd3a7e1f28d
88099 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
88100 Date:   Thu Oct 5 11:14:17 2006 +0000
88101
88102     Additionnal checks to help end-users.
88103     
88104     
88105     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2851 48e7efb5-ca39-0410-a469-dd3cf9ba447f
88106
88107 commit c7ffa9a44bd559475aebcda0481e7c886a926f7e
88108 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
88109 Date:   Sun Oct 1 20:08:19 2006 +0000
88110
88111     Add gras_stub_generator to the gramine
88112     
88113     
88114     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2850 48e7efb5-ca39-0410-a469-dd3cf9ba447f
88115
88116 commit 13adccf44e6c002a1817431ac227b51a8a9ddc7d
88117 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
88118 Date:   Sun Oct 1 18:10:55 2006 +0000
88119
88120     cosmetics
88121     
88122     
88123     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2849 48e7efb5-ca39-0410-a469-dd3cf9ba447f
88124
88125 commit b92cf3fa72c82cad5ba0f97d7d30b868f8fc334b
88126 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
88127 Date:   Fri Sep 29 09:17:58 2006 +0000
88128
88129     Relocate connected socket macros in Windows configuration file win32/config.h.
88130     
88131     
88132     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2848 48e7efb5-ca39-0410-a469-dd3cf9ba447f
88133
88134 commit 868ff295d4a5cb82e57929124037681ef638aed2
88135 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
88136 Date:   Fri Sep 29 09:16:34 2006 +0000
88137
88138     Bring home connected socket macros.
88139     
88140     
88141     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2847 48e7efb5-ca39-0410-a469-dd3cf9ba447f
88142
88143 commit 645e4944596e341e20d7288a610b8a4aab5ac98a
88144 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
88145 Date:   Fri Sep 29 09:13:32 2006 +0000
88146
88147     Taking  in consideration inline keyword for c++ compiler.
88148     
88149     
88150     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2846 48e7efb5-ca39-0410-a469-dd3cf9ba447f
88151
88152 commit b8365983df66a8bde31d4df2fd477ca31e964d6d
88153 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
88154 Date:   Fri Sep 29 08:52:17 2006 +0000
88155
88156     Taking  in consideration inline keyword for borland compiler.
88157     
88158     
88159     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2845 48e7efb5-ca39-0410-a469-dd3cf9ba447f
88160
88161 commit dc998ae9ad7bfda536bdaae9871c090ca00dadb8
88162 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
88163 Date:   Fri Sep 29 08:51:30 2006 +0000
88164
88165     Taking  in consideration simgrid configuration for Windows platforms and compilers.
88166     The connected socket macros are relocates in compilers configuration files (borland.h etc.)
88167     
88168     
88169     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2844 48e7efb5-ca39-0410-a469-dd3cf9ba447f
88170
88171 commit 82fbfee0e34bf0a419d07f3b88cc083d731ac939
88172 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
88173 Date:   Fri Sep 29 08:39:12 2006 +0000
88174
88175     Add win32/compiler/borland.h for specific borland compiler config.
88176     
88177     
88178     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2843 48e7efb5-ca39-0410-a469-dd3cf9ba447f
88179
88180 commit 0299ac02f914449fa3629aa864b302eebd3bfb6a
88181 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
88182 Date:   Fri Sep 29 08:38:13 2006 +0000
88183
88184     Add win32/compiler/select_compiler_features.h to detect compiler features.
88185     
88186     
88187     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2842 48e7efb5-ca39-0410-a469-dd3cf9ba447f
88188
88189 commit 9fc587b7c117eaf1e706e623597a4c1ade1c93d9
88190 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
88191 Date:   Fri Sep 29 08:35:08 2006 +0000
88192
88193     Add win32/platform/select_platform_features.h for Windows compatibility.
88194     
88195     
88196     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2841 48e7efb5-ca39-0410-a469-dd3cf9ba447f
88197
88198 commit 8dcdec139b0bf2540da12afeb39a6d60642cbbb0
88199 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
88200 Date:   Fri Sep 29 08:32:14 2006 +0000
88201
88202     Add win32/config.h for windows platform config.
88203     
88204     
88205     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2840 48e7efb5-ca39-0410-a469-dd3cf9ba447f
88206
88207 commit abdb0af8acf1c8a97e7bae6ec6bfda218fd0f20d
88208 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
88209 Date:   Thu Sep 28 14:46:11 2006 +0000
88210
88211     cleanup graspe mess on make distclean so that make distcheck works again
88212     
88213     
88214     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2839 48e7efb5-ca39-0410-a469-dd3cf9ba447f
88215
88216 commit 1d151e5d5c2e99ddb025d67dd2f01291e8a8ebd2
88217 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
88218 Date:   Thu Sep 28 14:45:10 2006 +0000
88219
88220     cosmetics
88221     
88222     
88223     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2838 48e7efb5-ca39-0410-a469-dd3cf9ba447f
88224
88225 commit 7c1fe6e308f9714c1077dd4c41589560165fd1e1
88226 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
88227 Date:   Thu Sep 28 14:44:40 2006 +0000
88228
88229     Use the right macro for inlining functions
88230     
88231     
88232     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2837 48e7efb5-ca39-0410-a469-dd3cf9ba447f
88233
88234 commit 0a1e71320dab92c8515b957212eaa1e7f6f5b88a
88235 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
88236 Date:   Thu Sep 28 13:42:17 2006 +0000
88237
88238     Remove the #line directive from the flex generated files since they fool borland C builder
88239     
88240     
88241     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2836 48e7efb5-ca39-0410-a469-dd3cf9ba447f
88242
88243 commit 1cc560460dae8061757ff1b7df849a1b8b0983ff
88244 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
88245 Date:   Thu Sep 28 13:29:50 2006 +0000
88246
88247     cosmetics
88248     
88249     
88250     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2835 48e7efb5-ca39-0410-a469-dd3cf9ba447f
88251
88252 commit c5d0a2b0b3b1bba7f39946169f3ab2f63bcdd28a
88253 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
88254 Date:   Thu Sep 28 13:29:49 2006 +0000
88255
88256     cosmetics
88257     
88258     
88259     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2834 48e7efb5-ca39-0410-a469-dd3cf9ba447f
88260
88261 commit 094e150150b00809883e764056e87b862cdf7a94
88262 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
88263 Date:   Thu Sep 28 13:11:31 2006 +0000
88264
88265     Remove unused variable
88266     
88267     
88268     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2833 48e7efb5-ca39-0410-a469-dd3cf9ba447f
88269
88270 commit a0b50c272f4b55e09d388d7547c967ae4ae7cc1e
88271 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
88272 Date:   Thu Sep 28 13:05:23 2006 +0000
88273
88274     Use the new semantic of the sock_errstr macro (allowing to save the errno before it gets erased by another thread
88275     
88276     
88277     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2832 48e7efb5-ca39-0410-a469-dd3cf9ba447f
88278
88279 commit 2810ecbd370c15886dddb4563ae1a8e27ba161f3
88280 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
88281 Date:   Thu Sep 28 13:04:42 2006 +0000
88282
88283     Allow to save the errno before it gets erased by another thread, and do so both on lin and win
88284     
88285     
88286     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2831 48e7efb5-ca39-0410-a469-dd3cf9ba447f
88287
88288 commit f4a258218681d1002c99d4556ba4b21bc6a6adff
88289 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
88290 Date:   Thu Sep 28 12:56:47 2006 +0000
88291
88292     Minor cleanups
88293     
88294     
88295     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2830 48e7efb5-ca39-0410-a469-dd3cf9ba447f
88296
88297 commit 4952700bfa2cab452513cdad187994f1e17d7388
88298 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
88299 Date:   Thu Sep 28 12:53:45 2006 +0000
88300
88301     Remove the #line directive from the flex generated files since they fool borland C builder
88302     
88303     
88304     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2829 48e7efb5-ca39-0410-a469-dd3cf9ba447f
88305
88306 commit 824306971e174912af0f94469a5b8715f236890f
88307 Author: eyraudl <eyraudl@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
88308 Date:   Thu Sep 28 08:41:15 2006 +0000
88309
88310     Less verbosity
88311     
88312     
88313     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2828 48e7efb5-ca39-0410-a469-dd3cf9ba447f
88314
88315 commit ee28396e69a7419ce5840ee9500b958004802b90
88316 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
88317 Date:   Tue Sep 26 15:10:24 2006 +0000
88318
88319     Line 451, __FUNCTION__ replaced macro by _XBT_FUNCTION macro defined in misc.h header for code compliance.
88320     
88321     
88322     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2827 48e7efb5-ca39-0410-a469-dd3cf9ba447f
88323
88324 commit 7311f8beae83bc8348ecf58c083c5ead9af8d7f2
88325 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
88326 Date:   Tue Sep 26 15:07:19 2006 +0000
88327
88328     Removes the gras_config.h inclusion, adds the portable.h inclusion for win32 portability.
88329     
88330     
88331     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2826 48e7efb5-ca39-0410-a469-dd3cf9ba447f
88332
88333 commit ccde0c6c098524ebb532315f846bc0953c7c1e62
88334 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
88335 Date:   Tue Sep 26 13:50:10 2006 +0000
88336
88337     construct a build identifier string, and use it to populate stamp files. It should allow future graspe optimizations (allowing to recompile only when it's really needed for example)
88338     
88339     
88340     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2825 48e7efb5-ca39-0410-a469-dd3cf9ba447f
88341
88342 commit dfbcdfb4d3e827babc166137fc8fe7083e10d499
88343 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
88344 Date:   Tue Sep 26 13:48:51 2006 +0000
88345
88346     Declare all variables at the begining for ANSI C standard compatibility.
88347     
88348     
88349     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2824 48e7efb5-ca39-0410-a469-dd3cf9ba447f
88350
88351 commit f070a52ef8818efe10518a8d156a8f7b85e7d211
88352 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
88353 Date:   Tue Sep 26 13:01:03 2006 +0000
88354
88355     Removes commented code.
88356     
88357     
88358     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2823 48e7efb5-ca39-0410-a469-dd3cf9ba447f
88359
88360 commit 7b9c69349c2371413f683cb548a25c4083f6884e
88361 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
88362 Date:   Tue Sep 26 12:58:41 2006 +0000
88363
88364     Save the arguments passed to the configure so that we can retrieve them with 'echo @ac_configure_args@|./config.status --file=-:-'
88365     
88366     
88367     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2822 48e7efb5-ca39-0410-a469-dd3cf9ba447f
88368
88369 commit 7202794f0297f62f99a8a1b0e07d91c77699b60c
88370 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
88371 Date:   Tue Sep 26 12:46:21 2006 +0000
88372
88373     Removes commented code.
88374     
88375     
88376     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2821 48e7efb5-ca39-0410-a469-dd3cf9ba447f
88377
88378 commit 5b19f91d6d214949e7814070fd00c21425622229
88379 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
88380 Date:   Tue Sep 26 11:56:21 2006 +0000
88381
88382     Includes portable.h file header for use of  the va_copy macro definition (defined in borland.h because borland don't define it in stdarg.h).
88383     
88384     
88385     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2820 48e7efb5-ca39-0410-a469-dd3cf9ba447f
88386
88387 commit d73db7e7e4a9ed4b54614699d8bd6afe97b5fa4f
88388 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
88389 Date:   Tue Sep 26 11:55:39 2006 +0000
88390
88391     Declare all variables at the begining for ANSI C standard compatibility.
88392     
88393     
88394     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2819 48e7efb5-ca39-0410-a469-dd3cf9ba447f
88395
88396 commit e922c64cc38e573a1bc19f2e4bb7b2001492ab00
88397 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
88398 Date:   Tue Sep 26 11:52:33 2006 +0000
88399
88400     Fix a typo so that the regular version still compiles
88401     
88402     
88403     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2818 48e7efb5-ca39-0410-a469-dd3cf9ba447f
88404
88405 commit 9ff1adcef352c6eb7cda9a59a80b50cfb5c2e2ab
88406 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
88407 Date:   Tue Sep 26 11:52:16 2006 +0000
88408
88409     No need for *.l in gramine
88410     
88411     
88412     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2817 48e7efb5-ca39-0410-a469-dd3cf9ba447f
88413
88414 commit 1043fd98ae0e20cb5d05d264a08903f3e059f27b
88415 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
88416 Date:   Tue Sep 26 09:38:57 2006 +0000
88417
88418     Remove the comments from the C files (without arming the line numbers for error messages) and build bz2 and gzip archives (at full compression ratio)
88419     
88420     
88421     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2816 48e7efb5-ca39-0410-a469-dd3cf9ba447f
88422
88423 commit 53f20f2c2ee5abf90c81cbd7463b152b59b1677f
88424 Author: eyraudl <eyraudl@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
88425 Date:   Tue Sep 26 09:23:48 2006 +0000
88426
88427     Added necessary files to the gramine distribution. Now it does compile.
88428     
88429     
88430     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2815 48e7efb5-ca39-0410-a469-dd3cf9ba447f
88431
88432 commit ea5f54682849bf0a59ebe0ff8a0c000b21803742
88433 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
88434 Date:   Tue Sep 26 08:21:29 2006 +0000
88435
88436     Implement GRAMINE
88437     
88438     
88439     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2814 48e7efb5-ca39-0410-a469-dd3cf9ba447f
88440
88441 commit 8c66de3552065e9a3cb2c258cdf5158dab99de9d
88442 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
88443 Date:   Mon Sep 25 21:55:28 2006 +0000
88444
88445     Split the AC_CONFIG_FILES macro call to ease a future implementation of GRAMINE
88446     
88447     
88448     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2813 48e7efb5-ca39-0410-a469-dd3cf9ba447f
88449
88450 commit 73fc2c498610a638baf68098665c8d65e3adc50c
88451 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
88452 Date:   Mon Sep 25 19:08:05 2006 +0000
88453
88454     Revert last change since it did nothing beside arming the code esthetic ;)
88455     
88456     
88457     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2812 48e7efb5-ca39-0410-a469-dd3cf9ba447f
88458
88459 commit 768604e7ced59142c04adcbdf3455b314c15f867
88460 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
88461 Date:   Mon Sep 25 19:05:34 2006 +0000
88462
88463     cosmetics (I'm an code esthetic freak, I know)
88464     
88465     
88466     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2811 48e7efb5-ca39-0410-a469-dd3cf9ba447f
88467
88468 commit 0522f9e21aa7c9733add8c988007d675fb906bdb
88469 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
88470 Date:   Mon Sep 25 19:01:37 2006 +0000
88471
88472     cosmetics
88473     
88474     
88475     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2810 48e7efb5-ca39-0410-a469-dd3cf9ba447f
88476
88477 commit 5e6c1d5c94fbccf86a4f6596834c0bead2250d7e
88478 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
88479 Date:   Mon Sep 25 18:53:36 2006 +0000
88480
88481     Make this file compilable under both win & lin manually for the time we manage to switch to flexml 1.7 (where you can ask for the explicit inclusion of such files from the flexml command line)
88482     
88483     
88484     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2809 48e7efb5-ca39-0410-a469-dd3cf9ba447f
88485
88486 commit 20e7224a9192e52d450c5c879cbc03978b2b7ceb
88487 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
88488 Date:   Mon Sep 25 16:23:07 2006 +0000
88489
88490     Includes portable.h file header for use of  the va_copy macro definition (defined in borland.h because borland don't define it in stdarg.h).
88491     
88492     
88493     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2808 48e7efb5-ca39-0410-a469-dd3cf9ba447f
88494
88495 commit f36359b30ecc68ee445dc33611532597a8b0df44
88496 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
88497 Date:   Mon Sep 25 16:17:59 2006 +0000
88498
88499     Declare all variables at the begining for ANSI C standard compatibility.
88500     
88501     
88502     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2807 48e7efb5-ca39-0410-a469-dd3cf9ba447f
88503
88504 commit b7b5794cd4d30535794ce41145e707ac8f13d2c6
88505 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
88506 Date:   Mon Sep 25 16:17:16 2006 +0000
88507
88508     Removes the gras_config.h inclusion, adds the portable.h inclusion for win32 portability.
88509     Declare all variables at the begining for ANSI C standard compatibility.
88510     
88511     
88512     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2806 48e7efb5-ca39-0410-a469-dd3cf9ba447f
88513
88514 commit fdc3365141999b8b24885ae7473162e4563e2dcd
88515 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
88516 Date:   Mon Sep 25 16:15:06 2006 +0000
88517
88518     Includes graphxml.h to allow compilation on Builder C++ compiler.
88519     
88520     
88521     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2805 48e7efb5-ca39-0410-a469-dd3cf9ba447f
88522
88523 commit 72df752eacfe720b851c3b0451d85303a61b3bf5
88524 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
88525 Date:   Mon Sep 25 16:12:51 2006 +0000
88526
88527     Includes context_win32.h file header to allow compilation on Builder C++ compiler.
88528     
88529     
88530     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2804 48e7efb5-ca39-0410-a469-dd3cf9ba447f
88531
88532 commit e89e475207ef3b603dc2121f616c4a582d4d2684
88533 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
88534 Date:   Mon Sep 25 16:09:58 2006 +0000
88535
88536     Removes the gras_config.h inclusion, adds the portable.h inclusion for win32 portability.
88537     
88538     
88539     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2803 48e7efb5-ca39-0410-a469-dd3cf9ba447f
88540
88541 commit b3e6ed71424d1f37f8894fae0e1d0b471a1e5b47
88542 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
88543 Date:   Mon Sep 25 16:07:55 2006 +0000
88544
88545     No ucontext_stack.h file header on win32 platform.
88546     
88547     
88548     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2802 48e7efb5-ca39-0410-a469-dd3cf9ba447f
88549
88550 commit a2d9f61a7443c403dc00bcddfd1610bfd0ea1590
88551 Author: eyraudl <eyraudl@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
88552 Date:   Mon Sep 25 15:32:29 2006 +0000
88553
88554     Make AMOK bandwidth tests more robust.
88555     
88556     
88557     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2801 48e7efb5-ca39-0410-a469-dd3cf9ba447f
88558
88559 commit 54702ce88779779500025ff0ce2d66d70cbc9f7a
88560 Author: cherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
88561 Date:   Mon Sep 25 14:58:07 2006 +0000
88562
88563     Removes the gras_config.h inclusion, adds the portable.h inclusion for win32 portability.
88564     Declare all variables at the begining for ANSI C standard compatibility.
88565     
88566     
88567     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2800 48e7efb5-ca39-0410-a469-dd3cf9ba447f
88568
88569 commit 1e59458bb5bc6dea868c6c5b40ee007547cf21b5
88570 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
88571 Date:   Fri Sep 22 15:16:10 2006 +0000
88572
88573     Do not export a single symbol since if we do so, we have to export all of them manually
88574     
88575     
88576     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2799 48e7efb5-ca39-0410-a469-dd3cf9ba447f
88577
88578 commit 6917eb22496286d1fad6bf22b2a0747d1d72fafe
88579 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
88580 Date:   Fri Sep 22 15:06:36 2006 +0000
88581
88582     Do not export a single symbol since if we do so, we have to export all of them manually
88583     
88584     
88585     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2798 48e7efb5-ca39-0410-a469-dd3cf9ba447f
88586
88587 commit 0075ee0ed459ecb14142795d135583a5a37e1df0
88588 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
88589 Date:   Fri Sep 22 15:05:39 2006 +0000
88590
88591     This file does not exist, no idea how it compiles with this include. It may take the system eror.h, even if it shouldn't since we specify the path
88592     
88593     
88594     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2797 48e7efb5-ca39-0410-a469-dd3cf9ba447f
88595
88596 commit cf01ea2cd1ea548d7c0a6ef991105df2b1b2cf32
88597 Author: eyraudl <eyraudl@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
88598 Date:   Fri Sep 22 11:24:40 2006 +0000
88599
88600     Going back on previous changes, which do not work on my machine.
88601     
88602     
88603     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2796 48e7efb5-ca39-0410-a469-dd3cf9ba447f
88604
88605 commit 3c8e3b397e8f213abb133ceaa1dd40efbae561b1
88606 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
88607 Date:   Thu Sep 21 14:16:59 2006 +0000
88608
88609     Malek is a borland dude
88610     
88611     
88612     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2795 48e7efb5-ca39-0410-a469-dd3cf9ba447f
88613
88614 commit ee46aeb90cdb3bc07942faa11cdc058ff0fa59e8
88615 Author: eyraudl <eyraudl@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
88616 Date:   Thu Sep 21 09:57:14 2006 +0000
88617
88618     Reserve more room for writing pointer addresses to make it work on large architectures. Plus more debugging messages.
88619     
88620     
88621     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2794 48e7efb5-ca39-0410-a469-dd3cf9ba447f
88622
88623 commit 8c8d46824d6c4860d1123a9feca25c08a2ce9511
88624 Author: eyraudl <eyraudl@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
88625 Date:   Thu Sep 21 09:54:18 2006 +0000
88626
88627     Mark as volatile a variable used in a CATCH block
88628     
88629     
88630     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2793 48e7efb5-ca39-0410-a469-dd3cf9ba447f
88631
88632 commit f833b7679ab1b8d717e098ad79abf0c20de30911
88633 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
88634 Date:   Wed Sep 20 22:50:58 2006 +0000
88635
88636     Add the data into the generated def file when cross-compiling onto windows
88637     
88638     
88639     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2792 48e7efb5-ca39-0410-a469-dd3cf9ba447f
88640
88641 commit 40b970377c0a908b5693daf9a2a5b20b85221483
88642 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
88643 Date:   Wed Sep 20 14:22:34 2006 +0000
88644
88645     Mark as volatile a variable used in a CATCH block
88646     
88647     
88648     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2791 48e7efb5-ca39-0410-a469-dd3cf9ba447f
88649
88650 commit a349013f66631d49b8c1a23c80e0e13cc8056112
88651 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
88652 Date:   Wed Sep 20 14:13:07 2006 +0000
88653
88654     Mark as volatile a variable used in a CATCH block
88655     
88656     
88657     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2790 48e7efb5-ca39-0410-a469-dd3cf9ba447f
88658
88659 commit 10da10992e717ff220b7443d171e07559d45b3e4
88660 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
88661 Date:   Wed Sep 20 14:03:23 2006 +0000
88662
88663     Test the usage of empty dictionaries
88664     
88665     
88666     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2789 48e7efb5-ca39-0410-a469-dd3cf9ba447f
88667
88668 commit 12add936d351173b49b31a7a8d3cc85000185ed5
88669 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
88670 Date:   Tue Sep 19 17:57:08 2006 +0000
88671
88672     And now, let the CVS compile properly. I hate that: the stuff didn't even compile for 2 weeks, and nobody noticed. I'm glad that Malek arrived: he will set a proper testing infrastructure up
88673     
88674     
88675     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2788 48e7efb5-ca39-0410-a469-dd3cf9ba447f
88676
88677 commit 2dfbfe31b97d0af580a00d1c766c8b8bca8112a6
88678 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
88679 Date:   Fri Sep 8 18:02:17 2006 +0000
88680
88681     SimGrid-based paper ++
88682     
88683     
88684     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2787 48e7efb5-ca39-0410-a469-dd3cf9ba447f
88685
88686 commit e9f059a161cec95eead6f90b6da546e418ead211
88687 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
88688 Date:   Thu Sep 7 15:42:29 2006 +0000
88689
88690     Make sure that we won't try to reuse a socket closed by the user, even if we have dumb users closing sockets containing more buffered messages after the one being handled. Instead, we do a CRITICAL() and ignore the buffered message. Not optimal either, but hell, I don't have any better idea
88691     
88692     
88693     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2786 48e7efb5-ca39-0410-a469-dd3cf9ba447f
88694
88695 commit 08aa3c8ba9cf6d0bb850eab43addb9fbf8d2e595
88696 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
88697 Date:   Thu Sep 7 15:40:29 2006 +0000
88698
88699     cleanup
88700     
88701     
88702     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2785 48e7efb5-ca39-0410-a469-dd3cf9ba447f
88703
88704 commit d15f902fbfa92925d4b48753f9f34472f9792424
88705 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
88706 Date:   Thu Sep 7 15:25:36 2006 +0000
88707
88708     Some more info in comments
88709     
88710     
88711     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2784 48e7efb5-ca39-0410-a469-dd3cf9ba447f
88712
88713 commit b0186bc915bedb288a0ded8db716eb883ba1829c
88714 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
88715 Date:   Thu Sep 7 13:08:10 2006 +0000
88716
88717     And now, let it compile cleanly
88718     
88719     
88720     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2783 48e7efb5-ca39-0410-a469-dd3cf9ba447f
88721
88722 commit 24287505ac8fca56db241a50415f1d3683b0133f
88723 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
88724 Date:   Thu Sep 7 13:05:28 2006 +0000
88725
88726     Remove Darina's cruft. No idea why it survived so long
88727     
88728     
88729     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2782 48e7efb5-ca39-0410-a469-dd3cf9ba447f
88730
88731 commit 8fb1ab70f731a9aa6ad7e9047ccd52214b450101
88732 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
88733 Date:   Wed Sep 6 14:49:29 2006 +0000
88734
88735     avoid namespace polution (s/aligned/ddt_aligned/)
88736     
88737     
88738     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2781 48e7efb5-ca39-0410-a469-dd3cf9ba447f
88739
88740 commit ca9bf6a02e31f2a107f1963ba9724bb9a6affd77
88741 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
88742 Date:   Wed Sep 6 11:52:51 2006 +0000
88743
88744     Fix C++ comment
88745     
88746     
88747     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2780 48e7efb5-ca39-0410-a469-dd3cf9ba447f
88748
88749 commit 11ae41aad7026933aef0b4b742700df706b6b56d
88750 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
88751 Date:   Wed Sep 6 11:52:24 2006 +0000
88752
88753     Fix comment
88754     
88755     
88756     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2779 48e7efb5-ca39-0410-a469-dd3cf9ba447f
88757
88758 commit 57f0ae70c99fa3e842587a3c3529c5bb2e7dc068
88759 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
88760 Date:   Wed Sep 6 11:52:13 2006 +0000
88761
88762     Fix doc...
88763     
88764     
88765     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2778 48e7efb5-ca39-0410-a469-dd3cf9ba447f
88766
88767 commit d29dcdea1b878c7ef527e9d4683de63155ec1c7e
88768 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
88769 Date:   Wed Sep 6 11:52:00 2006 +0000
88770
88771     Add a FAQ entry about communication time measurement
88772     
88773     
88774     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2777 48e7efb5-ca39-0410-a469-dd3cf9ba447f
88775
88776 commit 9ab73bb42492837c61370d93daeaecbc239e4b15
88777 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
88778 Date:   Thu Aug 31 19:16:21 2006 +0000
88779
88780     I did it before Mt! ;)
88781     
88782     
88783     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2776 48e7efb5-ca39-0410-a469-dd3cf9ba447f
88784
88785 commit a51b0592d154aeb047e32e94240613535d79eed1
88786 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
88787 Date:   Thu Aug 31 14:51:57 2006 +0000
88788
88789     Add entry on latency questions...
88790     
88791     
88792     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2775 48e7efb5-ca39-0410-a469-dd3cf9ba447f
88793
88794 commit 56487520f3dbeda88bec8d16a24a002735e80291
88795 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
88796 Date:   Thu Aug 31 13:40:09 2006 +0000
88797
88798     Some values were close to 0 instead of equal to 0, which caused some bad behaviors in saturated_constraint_set_update.
88799     
88800     
88801     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2774 48e7efb5-ca39-0410-a469-dd3cf9ba447f
88802
88803 commit 93aca7f5dc887d27c32e721953064501b10e662c
88804 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
88805 Date:   Thu Aug 31 13:37:44 2006 +0000
88806
88807     Moving surf_double_update (in surf_private.h) to double_update (in maxmin.h)
88808     
88809     
88810     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2773 48e7efb5-ca39-0410-a469-dd3cf9ba447f
88811
88812 commit 3fdcdbf09f8dadfc9a19c9ec1a32786c14c99fb5
88813 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
88814 Date:   Tue Aug 29 23:59:22 2006 +0000
88815
88816     Export the log channels when building DLLs
88817     
88818     
88819     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2772 48e7efb5-ca39-0410-a469-dd3cf9ba447f
88820
88821 commit d7515d47fd9d644de5a2366aa214c05ace3c89c2
88822 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
88823 Date:   Tue Aug 29 23:58:29 2006 +0000
88824
88825     Try to do what is needed to export data in DLL during cross-compiles
88826     
88827     
88828     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2771 48e7efb5-ca39-0410-a469-dd3cf9ba447f
88829
88830 commit 77cdfbf1b6a3dd34ab14312ae9ae33e5c08e5532
88831 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
88832 Date:   Tue Aug 29 21:55:43 2006 +0000
88833
88834     This moved to the FAQ
88835     
88836     
88837     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2770 48e7efb5-ca39-0410-a469-dd3cf9ba447f
88838
88839 commit 6681cf85c072b9f2b940b4d1235f26b64a296335
88840 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
88841 Date:   Tue Aug 29 08:32:44 2006 +0000
88842
88843     New FAQ: Cross-compiling a Windows DLL of SimGrid from linux
88844     
88845     
88846     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2769 48e7efb5-ca39-0410-a469-dd3cf9ba447f
88847
88848 commit 81acd424e5854508a87709dd2d83d104fed0bdba
88849 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
88850 Date:   Tue Aug 29 07:29:54 2006 +0000
88851
88852     Let's declare that the library is stable (interface wise)
88853     
88854     
88855     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2768 48e7efb5-ca39-0410-a469-dd3cf9ba447f
88856
88857 commit 3f255a9942bbf178d9ea25d34d1df2977ee6a4d7
88858 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
88859 Date:   Mon Aug 28 16:47:20 2006 +0000
88860
88861     Explain libtool that we __declspec(dllexport) all our public symbols so that it accepts generating a DLL. In fact, we didn't export any, but nowadays, we just need to export our data (not our functions) and I don't think we have any public data
88862     
88863     
88864     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2767 48e7efb5-ca39-0410-a469-dd3cf9ba447f
88865
88866 commit 09fe6799e9033d852f458ed2cffd6dd4ca0db94b
88867 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
88868 Date:   Mon Aug 28 16:41:17 2006 +0000
88869
88870     Explain the linker that all our symbols are defined at compile time (we declare the dependencies on compile line) so that it accepts to generate a dynamic library on stupid platforms such as windows and AIX requesting this
88871     
88872     
88873     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2766 48e7efb5-ca39-0410-a469-dd3cf9ba447f
88874
88875 commit 7badf0efb2c7acecb04b1a529284d65229d3c733
88876 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
88877 Date:   Sun Aug 27 23:38:36 2006 +0000
88878
88879     Also reset the refs dict instead of freeing it each time
88880     
88881     
88882     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2765 48e7efb5-ca39-0410-a469-dd3cf9ba447f
88883
88884 commit 4c4080140c1ea169b8143b2759a7138f8cdcec71
88885 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
88886 Date:   Sun Aug 27 23:19:18 2006 +0000
88887
88888     No need to memset what we will free one line afterward
88889     
88890     
88891     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2764 48e7efb5-ca39-0410-a469-dd3cf9ba447f
88892
88893 commit 60a7fb293cd43bfeaab1d30dc06a1e5d6d258493
88894 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
88895 Date:   Sun Aug 27 23:15:25 2006 +0000
88896
88897     Yet another s/_deployment// massive change. Damnit, why can't I get them all right at the first shot?
88898     
88899     
88900     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2763 48e7efb5-ca39-0410-a469-dd3cf9ba447f
88901
88902 commit 242f15ab683822fc58c076a62d52418bccd99357
88903 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
88904 Date:   Sun Aug 27 22:58:27 2006 +0000
88905
88906     oldies
88907     
88908     
88909     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2762 48e7efb5-ca39-0410-a469-dd3cf9ba447f
88910
88911 commit 67ce6d412627210abbaeafc5d67eef31f39ce2d9
88912 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
88913 Date:   Sun Aug 27 22:57:15 2006 +0000
88914
88915     Add port number to process identification in logs, since the hostname is not really discrimining when running in RL all processes on my laptop
88916     
88917     
88918     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2761 48e7efb5-ca39-0410-a469-dd3cf9ba447f
88919
88920 commit b996512c84c87b3e01e10859e2e9e5556e51fee2
88921 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
88922 Date:   Sun Aug 27 22:55:12 2006 +0000
88923
88924     Go for simple saturation test, no need to run a full featured ALNeM run in the make check
88925     
88926     
88927     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2760 48e7efb5-ca39-0410-a469-dd3cf9ba447f
88928
88929 commit 03c815317641022e00ed80e892d63d06441158c3
88930 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
88931 Date:   Sun Aug 27 22:52:13 2006 +0000
88932
88933     Also shut amok down
88934     
88935     
88936     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2759 48e7efb5-ca39-0410-a469-dd3cf9ba447f
88937
88938 commit d9d5cabf6b6d1e244af4183b317252b5a878a8e1
88939 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
88940 Date:   Sun Aug 27 22:43:14 2006 +0000
88941
88942     Ok, Paje is in a sorry state, but this leads to segfaults so kill it
88943     
88944     
88945     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2758 48e7efb5-ca39-0410-a469-dd3cf9ba447f
88946
88947 commit 102da5d95e79f0e49794e38e1e96d84664b01cd2
88948 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
88949 Date:   Sun Aug 27 22:10:22 2006 +0000
88950
88951     oldies
88952     
88953     
88954     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2757 48e7efb5-ca39-0410-a469-dd3cf9ba447f
88955
88956 commit 3798d3d4ce92a4eb66241cde491bbad6feffaaf8
88957 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
88958 Date:   Sun Aug 27 22:08:54 2006 +0000
88959
88960     s/_deployment.xml/.xml/
88961     
88962     
88963     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2756 48e7efb5-ca39-0410-a469-dd3cf9ba447f
88964
88965 commit bd171236764099e12c70bfbf962afaebf795b54e
88966 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
88967 Date:   Sun Aug 27 22:08:12 2006 +0000
88968
88969     STFU
88970     
88971     
88972     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2755 48e7efb5-ca39-0410-a469-dd3cf9ba447f
88973
88974 commit 8fdf9f364a9e9d694b395e9e45a2e2a4dcecf912
88975 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
88976 Date:   Sun Aug 27 22:05:10 2006 +0000
88977
88978     Check PROPERLY whether there is more data to consume from the buffer (to avoid a select)
88979     
88980     
88981     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2754 48e7efb5-ca39-0410-a469-dd3cf9ba447f
88982
88983 commit a8210ef736c5ba76c193eb7150dc7562a54ff7fd
88984 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
88985 Date:   Sun Aug 27 22:02:19 2006 +0000
88986
88987     Some more debuging
88988     
88989     
88990     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2753 48e7efb5-ca39-0410-a469-dd3cf9ba447f
88991
88992 commit 891385bd0e3fee0d2b7e11a85b038fe43601facb
88993 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
88994 Date:   Sun Aug 27 21:39:25 2006 +0000
88995
88996     Stick to the file naming scheme used in the tutorial
88997     
88998     
88999     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2752 48e7efb5-ca39-0410-a469-dd3cf9ba447f
89000
89001 commit 8516b068ed1b8fa928ffa994440f9b40d21e791c
89002 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
89003 Date:   Sun Aug 27 21:35:54 2006 +0000
89004
89005     This output may be interesting
89006     
89007     
89008     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2751 48e7efb5-ca39-0410-a469-dd3cf9ba447f
89009
89010 commit 2d2d24d404f9a86c2e669c8aab88c078e2c5a402
89011 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
89012 Date:   Sun Aug 27 21:34:15 2006 +0000
89013
89014     cleanup a bit the parser code; Do not use attribute content in E[nding]Tag functions, since they are already freed in there with the CVS version of flexml (it may be seen as a bug in flexml, I'm checking with upstream, but I want SimGrid cvs working during the work)
89015     
89016     
89017     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2750 48e7efb5-ca39-0410-a469-dd3cf9ba447f
89018
89019 commit 2eeabdc91277ab6c28a485698c823e8475ce1850
89020 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
89021 Date:   Sat Aug 26 15:01:44 2006 +0000
89022
89023     Publi++ (YUHU)
89024     
89025     
89026     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2749 48e7efb5-ca39-0410-a469-dd3cf9ba447f
89027
89028 commit beddb2140723249f33a14906b66504f1cf212f1a
89029 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
89030 Date:   Sat Aug 26 11:37:57 2006 +0000
89031
89032     A thumbnail of the poster
89033     
89034     
89035     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2748 48e7efb5-ca39-0410-a469-dd3cf9ba447f
89036
89037 commit a58ed12c5c7faea2595bc5d26e1ccf52e499d415
89038 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
89039 Date:   Sat Aug 26 07:27:03 2006 +0000
89040
89041     Move the poster in the right section
89042     
89043     
89044     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2747 48e7efb5-ca39-0410-a469-dd3cf9ba447f
89045
89046 commit e41a1157c6ceacf376fb9eacb1e5e6c0053e5ce9
89047 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
89048 Date:   Sat Aug 26 07:07:36 2006 +0000
89049
89050     Publi++
89051     
89052     
89053     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2746 48e7efb5-ca39-0410-a469-dd3cf9ba447f
89054
89055 commit 68bcb78b6e39ac698aa44fcb676070a4c382e49b
89056 Author: casanova <casanova@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
89057 Date:   Thu Aug 24 19:55:43 2006 +0000
89058
89059     Added the SimGrid poster to the list of publications
89060     
89061     
89062     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2745 48e7efb5-ca39-0410-a469-dd3cf9ba447f
89063
89064 commit f9d82d1c5ddc0c1ac63fe14f222efe59bb884294
89065 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
89066 Date:   Thu Aug 24 19:54:36 2006 +0000
89067
89068     updates
89069     
89070     
89071     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2744 48e7efb5-ca39-0410-a469-dd3cf9ba447f
89072
89073 commit acef2ffa060f8631be2426e1316854bdd61c1c61
89074 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
89075 Date:   Thu Aug 24 19:51:19 2006 +0000
89076
89077     Layout fixups
89078     
89079     
89080     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2743 48e7efb5-ca39-0410-a469-dd3cf9ba447f
89081
89082 commit 6f9570f05f4247ab11e6a474cd69c7ad20676209
89083 Author: casanova <casanova@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
89084 Date:   Thu Aug 24 19:41:58 2006 +0000
89085
89086     Two new publications added
89087     
89088     
89089     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2742 48e7efb5-ca39-0410-a469-dd3cf9ba447f
89090
89091 commit 5cf02ea888ae53f3249513b779c7dc2bcc685df8
89092 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
89093 Date:   Thu Aug 24 18:49:04 2006 +0000
89094
89095     Import the makefile chunk to generate the gras temporary instead of trying to dupplicate it here. A real improvement since the previous attempt didn't build using vpaths
89096     
89097     
89098     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2741 48e7efb5-ca39-0410-a469-dd3cf9ba447f
89099
89100 commit 4074cbf2951df85b8ccaf4f2b49c86e140971dfd
89101 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
89102 Date:   Thu Aug 24 18:46:45 2006 +0000
89103
89104     stick to the file naming convention presented in the tutorial
89105     
89106     
89107     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2740 48e7efb5-ca39-0410-a469-dd3cf9ba447f
89108
89109 commit 9ddcb0c0f93b9af6ac4bf498c772edde53f74840
89110 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
89111 Date:   Thu Aug 24 18:35:59 2006 +0000
89112
89113     stick to the file naming convention presented in the tutorial
89114     
89115     
89116     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2739 48e7efb5-ca39-0410-a469-dd3cf9ba447f
89117
89118 commit b42d7aedb6f826afd228aa610343b75b6bf45a12
89119 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
89120 Date:   Thu Aug 24 12:02:29 2006 +0000
89121
89122     SIGURS1 is not defined on windows (but signal() and signal.h are both here)
89123     
89124     
89125     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2738 48e7efb5-ca39-0410-a469-dd3cf9ba447f
89126
89127 commit 41d8bce3ae849d413eae48b4994721e38ee181e2
89128 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
89129 Date:   Wed Aug 23 08:49:42 2006 +0000
89130
89131     Three publications from University of Victoria, Canada
89132     
89133     
89134     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2737 48e7efb5-ca39-0410-a469-dd3cf9ba447f
89135
89136 commit df9e08cec9819d1e4b98cdbcb4da710d1fdb4d51
89137 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
89138 Date:   Tue Aug 22 23:09:04 2006 +0000
89139
89140     Don't bother emptying empty dicts in dict_reset
89141     
89142     
89143     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2736 48e7efb5-ca39-0410-a469-dd3cf9ba447f
89144
89145 commit abd385b3884e79d1b38867baa943146cda56e144
89146 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
89147 Date:   Tue Aug 22 23:08:21 2006 +0000
89148
89149     Use the new dict_reset function to improv perfs a bit
89150     
89151     
89152     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2735 48e7efb5-ca39-0410-a469-dd3cf9ba447f
89153
89154 commit b45dd71227d7ebb7e360cadf851eaf03e2fd725a
89155 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
89156 Date:   Tue Aug 22 22:56:21 2006 +0000
89157
89158     And now, remove the typo to the forname of FS ;)
89159     
89160     
89161     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2734 48e7efb5-ca39-0410-a469-dd3cf9ba447f
89162
89163 commit feb70f975d413e7ced3a8cb0a10cf53b8152d396
89164 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
89165 Date:   Tue Aug 22 22:53:22 2006 +0000
89166
89167     Add a publication of FS
89168     
89169     
89170     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2733 48e7efb5-ca39-0410-a469-dd3cf9ba447f
89171
89172 commit 8a102929d7611b3d5d6f756a3ce7f2cb198f6c95
89173 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
89174 Date:   Tue Aug 22 22:45:24 2006 +0000
89175
89176     Reformat so that the year separation come more clearly
89177     
89178     
89179     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2732 48e7efb5-ca39-0410-a469-dd3cf9ba447f
89180
89181 commit 56fa1c897b84e3ae4c2849285def19575dd27611
89182 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
89183 Date:   Tue Aug 22 22:27:24 2006 +0000
89184
89185     Implement a dict_hash_ext function able to deal with non-null-terminated strings so that we can use the version written by Christophe in dict_get, where we assume that the string is null-terminated and don't want to pay a strlen for nothing
89186     
89187     
89188     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2731 48e7efb5-ca39-0410-a469-dd3cf9ba447f
89189
89190 commit a5002aa59bfa50b9570c77c15e6b236af24d2685
89191 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
89192 Date:   Tue Aug 22 22:24:22 2006 +0000
89193
89194     useless cosmetics
89195     
89196     
89197     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2730 48e7efb5-ca39-0410-a469-dd3cf9ba447f
89198
89199 commit c5cbdde5bbe6b74aaddd7a6e820ccb7ae82b2f66
89200 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
89201 Date:   Tue Aug 22 22:23:25 2006 +0000
89202
89203     cosmetics (add missing braces so that adding debugging loads is easier)
89204     
89205     
89206     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2729 48e7efb5-ca39-0410-a469-dd3cf9ba447f
89207
89208 commit 8427d714a3ffb1057671980c647d86441abd589f
89209 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
89210 Date:   Tue Aug 22 22:21:03 2006 +0000
89211
89212     Also run the memcopy test
89213     
89214     
89215     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2728 48e7efb5-ca39-0410-a469-dd3cf9ba447f
89216
89217 commit 23a3a6acc9aa5312ebb16f3de1bb798e08267843
89218 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
89219 Date:   Tue Aug 22 22:12:58 2006 +0000
89220
89221     hexa_str prototype changed to allow right-to-left display (for little endian pointers)
89222     
89223     
89224     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2727 48e7efb5-ca39-0410-a469-dd3cf9ba447f
89225
89226 commit fa92714018ad2134de97bf403cbebeee6d863b3f
89227 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
89228 Date:   Tue Aug 22 22:11:24 2006 +0000
89229
89230     Let xbt_dict_hash work also with non-null terminated strings (and declare it static)
89231     
89232     
89233     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2726 48e7efb5-ca39-0410-a469-dd3cf9ba447f
89234
89235 commit 77b991d5e8d3a4c462f313fdd97989777415b498
89236 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
89237 Date:   Tue Aug 22 22:10:15 2006 +0000
89238
89239     This function is private thus static
89240     
89241     
89242     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2725 48e7efb5-ca39-0410-a469-dd3cf9ba447f
89243
89244 commit 5ae6545bfb26cc43af8e66284b505d819b4804df
89245 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
89246 Date:   Tue Aug 22 22:07:03 2006 +0000
89247
89248     Improve the hexa displayer by separating raw and hex strings, and implement a downside mode, where data is displayed from right to left (handy to display pointers on little endian archs)
89249     
89250     
89251     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2724 48e7efb5-ca39-0410-a469-dd3cf9ba447f
89252
89253 commit efcb7beaff700ddcdca284436a934504be4d0b0b
89254 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
89255 Date:   Tue Aug 22 21:17:54 2006 +0000
89256
89257     Check that we can have the content being different of the key, and improve the tests a tiny bit
89258     
89259     
89260     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2723 48e7efb5-ca39-0410-a469-dd3cf9ba447f
89261
89262 commit e5ede44761143e51746afe0bd20ae29c0812549a
89263 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
89264 Date:   Tue Aug 22 15:27:47 2006 +0000
89265
89266     Improve a bit the test on searching non-existant data
89267     
89268     
89269     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2722 48e7efb5-ca39-0410-a469-dd3cf9ba447f
89270
89271 commit 4987848c429188389a83bbe355b0c62e7c543f61
89272 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
89273 Date:   Tue Aug 22 14:18:05 2006 +0000
89274
89275     Add a missing file to the archives
89276     
89277     
89278     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2721 48e7efb5-ca39-0410-a469-dd3cf9ba447f
89279
89280 commit e1c821993be9275ac9305cb8dcda4f45e68cc8c5
89281 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
89282 Date:   Tue Aug 22 13:51:20 2006 +0000
89283
89284     the option --enable-maintainer-mode should be used by any CVS users, not only maintainers
89285     
89286     
89287     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2720 48e7efb5-ca39-0410-a469-dd3cf9ba447f
89288
89289 commit 75b03a200003911ee3691515fc8942291459ae48
89290 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
89291 Date:   Sun Aug 20 17:32:59 2006 +0000
89292
89293     This file didn't compile
89294     
89295     
89296     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2719 48e7efb5-ca39-0410-a469-dd3cf9ba447f
89297
89298 commit 39a157b0abbb551db9d42f65d4268c9b607cd9cd
89299 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
89300 Date:   Fri Aug 18 13:03:53 2006 +0000
89301
89302     Add documentation for Surf
89303     
89304     
89305     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2718 48e7efb5-ca39-0410-a469-dd3cf9ba447f
89306
89307 commit ee55888d056642c8bff3c8aad86e6a84d05ab063
89308 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
89309 Date:   Tue Aug 15 07:56:15 2006 +0000
89310
89311     Add functions to remove elements from a set
89312     
89313     
89314     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2717 48e7efb5-ca39-0410-a469-dd3cf9ba447f
89315
89316 commit c3bb4a70ced17ee2c6461b24c445d511fd074ec7
89317 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
89318 Date:   Tue Aug 15 07:55:23 2006 +0000
89319
89320     Add a function xbt_dynar_shrink
89321     
89322     
89323     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2716 48e7efb5-ca39-0410-a469-dd3cf9ba447f
89324
89325 commit 8cdd3084dadd240e28b0336738e5ad5f60fe909d
89326 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
89327 Date:   Mon Aug 14 11:19:09 2006 +0000
89328
89329     This dict was not freed
89330     
89331     
89332     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2715 48e7efb5-ca39-0410-a469-dd3cf9ba447f
89333
89334 commit 81b2c8f6358e3f5c0e1d480a45e8d1b574210177
89335 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
89336 Date:   Mon Aug 14 11:17:40 2006 +0000
89337
89338     Use mallocators for dictionaries
89339     
89340     
89341     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2714 48e7efb5-ca39-0410-a469-dd3cf9ba447f
89342
89343 commit 01349d061b4b5be42314965607c25d6350625e16
89344 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
89345 Date:   Sat Aug 12 20:54:25 2006 +0000
89346
89347     Move this article to the right section (none of us authored this)
89348     
89349     
89350     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2713 48e7efb5-ca39-0410-a469-dd3cf9ba447f
89351
89352 commit 92fd5281d1a1dbe3fede44e387b1632284582b79
89353 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
89354 Date:   Sat Aug 12 11:38:05 2006 +0000
89355
89356     Make the context test a bit more expressive to newcommers
89357     
89358     
89359     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2712 48e7efb5-ca39-0410-a469-dd3cf9ba447f
89360
89361 commit cf87308f09decfa42d246de5db41e2bfe2977ef9
89362 Author: casanova <casanova@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
89363 Date:   Sat Aug 12 04:10:03 2006 +0000
89364
89365     Added the reference to the article:
89366     
89367       Hierarchical Scheduling of Independent Tasks with Shared Files,
89368       by Hermes Senger, Fabricio A. B. Silva and Waneron M. Nascimento
89369       in Sixth IEEE International Symposium on Cluster Computing and the Grid Workshops (CCGRIDW'06),  2006.
89370       http://doi.ieeecomputersociety.org/10.1109/CCGRID.2006.143
89371     
89372     which uses Simgrid. Hopefully somebody can update the actual Webpage :)
89373     
89374     
89375     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2711 48e7efb5-ca39-0410-a469-dd3cf9ba447f
89376
89377 commit 8c605e37c3e74b65b478e6d6aec9534cace344b7
89378 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
89379 Date:   Fri Aug 11 08:19:40 2006 +0000
89380
89381     Fix a seg fault when xbt_exit is called more than once
89382     
89383     
89384     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2710 48e7efb5-ca39-0410-a469-dd3cf9ba447f
89385
89386 commit 2235022b4221ac01e95ed3fd7254d47783b5210b
89387 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
89388 Date:   Thu Aug 10 22:12:12 2006 +0000
89389
89390     Revert last change. context in SG mean the API we have to give the context feature even if UNIX98 contextes are not available. So we certainly don't want to test it only when ucontext are availables
89391     
89392     
89393     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2709 48e7efb5-ca39-0410-a469-dd3cf9ba447f
89394
89395 commit 4c11b107611797f67f611911c7a131de69d1843c
89396 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
89397 Date:   Thu Aug 10 21:37:52 2006 +0000
89398
89399     Do not check our context code on hosts where configure decided not to use it (or was requested to do so)
89400     
89401     
89402     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2708 48e7efb5-ca39-0410-a469-dd3cf9ba447f
89403
89404 commit 0501f8c994f9488d43010fb5989f284ae7de8ff6
89405 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
89406 Date:   Thu Aug 10 12:49:59 2006 +0000
89407
89408     Remove useless and costly strdups in platform file parsing
89409     
89410     
89411     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2707 48e7efb5-ca39-0410-a469-dd3cf9ba447f
89412
89413 commit 212a22112855f8531e29e54f0db872ec4f0f4b7e
89414 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
89415 Date:   Thu Aug 10 09:21:22 2006 +0000
89416
89417     Use a mallocator for MSG tasks
89418     
89419     
89420     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2706 48e7efb5-ca39-0410-a469-dd3cf9ba447f
89421
89422 commit f380ed3223bb8c115c1ce7935a00686db166088e
89423 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
89424 Date:   Wed Aug 9 12:52:12 2006 +0000
89425
89426     Malloc instead of calloc
89427     
89428     
89429     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2705 48e7efb5-ca39-0410-a469-dd3cf9ba447f
89430
89431 commit 9d493dcc7be50357ab919971e3a4ebc63b9b45b0
89432 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
89433 Date:   Wed Aug 9 12:51:07 2006 +0000
89434
89435     Forgot to initialize a field
89436     
89437     
89438     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2704 48e7efb5-ca39-0410-a469-dd3cf9ba447f
89439
89440 commit 15f745fcdda7473b2e3665fe0506461f9e13cf49
89441 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
89442 Date:   Wed Aug 9 12:50:38 2006 +0000
89443
89444     Update SimDag example
89445     
89446     
89447     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2703 48e7efb5-ca39-0410-a469-dd3cf9ba447f
89448
89449 commit b8c343250cc9dd9be273331b19567c9744981758
89450 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
89451 Date:   Wed Aug 9 12:13:12 2006 +0000
89452
89453     There was too many reallocs
89454     
89455     
89456     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2702 48e7efb5-ca39-0410-a469-dd3cf9ba447f
89457
89458 commit 7566d16ce01e9c1a081e3312f598b5b025375f9d
89459 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
89460 Date:   Wed Aug 9 09:04:55 2006 +0000
89461
89462     Use malloc instead of calloc because reset_f is called after the malloc
89463     
89464     
89465     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2701 48e7efb5-ca39-0410-a469-dd3cf9ba447f
89466
89467 commit b591838fb09269e35740c6c8991a7ca478d64303
89468 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
89469 Date:   Wed Aug 9 09:03:53 2006 +0000
89470
89471     Use a mallocator for the fifo items
89472     
89473     
89474     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2700 48e7efb5-ca39-0410-a469-dd3cf9ba447f
89475
89476 commit 9be5095bc8809b1873ea65dee1db5fbbc0ce57e3
89477 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
89478 Date:   Tue Aug 8 12:24:18 2006 +0000
89479
89480     Fix uninitialized values
89481     
89482     
89483     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2699 48e7efb5-ca39-0410-a469-dd3cf9ba447f
89484
89485 commit e9af650f7b0e1eb307aecd28d81f16c007421237
89486 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
89487 Date:   Tue Aug 8 09:03:05 2006 +0000
89488
89489     Don't malloc a new dict each time in execute_parallel_task
89490     
89491     
89492     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2698 48e7efb5-ca39-0410-a469-dd3cf9ba447f
89493
89494 commit c2a73b15365e2f673a8b0f8aff3c94aa13db239a
89495 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
89496 Date:   Tue Aug 8 09:01:33 2006 +0000
89497
89498     Use a mallocator for Surf variables
89499     
89500     
89501     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2697 48e7efb5-ca39-0410-a469-dd3cf9ba447f
89502
89503 commit 178d9ca3560ec4b1e756970b888b4e36212ce670
89504 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
89505 Date:   Tue Aug 8 09:00:25 2006 +0000
89506
89507     Use malloc instead of calloc
89508     
89509     
89510     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2696 48e7efb5-ca39-0410-a469-dd3cf9ba447f
89511
89512 commit 999a23a59983e8c30e0bede13e9a050a509be4b9
89513 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
89514 Date:   Tue Aug 8 08:59:51 2006 +0000
89515
89516     Add mallocators into Makefile
89517     
89518     
89519     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2695 48e7efb5-ca39-0410-a469-dd3cf9ba447f
89520
89521 commit 3ec8348a66d93fc73cd28f4b77f721dfad870a10
89522 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
89523 Date:   Fri Aug 4 15:19:34 2006 +0000
89524
89525     Document the name of type descriptions created with gras_datadesc_dynar()
89526     
89527     
89528     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2694 48e7efb5-ca39-0410-a469-dd3cf9ba447f
89529
89530 commit bd6274487954af16de90c357090e2d698d886cd1
89531 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
89532 Date:   Fri Aug 4 14:42:20 2006 +0000
89533
89534     Change parameter names from 'head' to 'dict'. Add two functions: xbt_dict_reset() and xbt_dict_length().
89535     
89536     
89537     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2693 48e7efb5-ca39-0410-a469-dd3cf9ba447f
89538
89539 commit 3fc37c3e200f4abc0106904b78a62d4e5bde554c
89540 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
89541 Date:   Fri Aug 4 14:39:57 2006 +0000
89542
89543     Improve the function SD_task_get_state
89544     
89545     
89546     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2692 48e7efb5-ca39-0410-a469-dd3cf9ba447f
89547
89548 commit 29d1a6f84e39a8d2dcc58a22b7655913242d03a6
89549 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
89550 Date:   Fri Aug 4 09:30:29 2006 +0000
89551
89552     Remove useless reallocs
89553     
89554     
89555     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2691 48e7efb5-ca39-0410-a469-dd3cf9ba447f
89556
89557 commit e727abe62548b7e41e373141953030d1186cb1fb
89558 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
89559 Date:   Fri Aug 4 08:55:50 2006 +0000
89560
89561     Optimize function SD_route_get_list()
89562     
89563     
89564     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2690 48e7efb5-ca39-0410-a469-dd3cf9ba447f
89565
89566 commit 584cf83039502064235bfe4cd62730835ebfeccf
89567 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
89568 Date:   Fri Aug 4 08:11:21 2006 +0000
89569
89570     Bad comment
89571     
89572     
89573     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2689 48e7efb5-ca39-0410-a469-dd3cf9ba447f
89574
89575 commit 421598739fa7167a9c4fac25b1038630f8b7fcf3
89576 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
89577 Date:   Fri Aug 4 08:07:14 2006 +0000
89578
89579     Add Doxygen documentation for mallocators
89580     
89581     
89582     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2688 48e7efb5-ca39-0410-a469-dd3cf9ba447f
89583
89584 commit 5f285af89b36ec6a649276f48223c9c0f701633a
89585 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
89586 Date:   Fri Aug 4 07:17:52 2006 +0000
89587
89588     Replace an exception by an assertion
89589     
89590     
89591     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2687 48e7efb5-ca39-0410-a469-dd3cf9ba447f
89592
89593 commit 955bec2f077d375885791fdf54742f6fda337672
89594 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
89595 Date:   Fri Aug 4 07:10:22 2006 +0000
89596
89597     Add mallocators in ChangeLog
89598     
89599     
89600     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2686 48e7efb5-ca39-0410-a469-dd3cf9ba447f
89601
89602 commit e0a285adff7bc710c372ad0b74445be3100515c9
89603 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
89604 Date:   Thu Aug 3 16:41:13 2006 +0000
89605
89606     Reset an object only when the user needs it
89607     
89608     
89609     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2685 48e7efb5-ca39-0410-a469-dd3cf9ba447f
89610
89611 commit e048b9d6c83f24e8649df8ae09759d4616ec0d30
89612 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
89613 Date:   Thu Aug 3 14:08:18 2006 +0000
89614
89615     Add a mallocator system to recycle unused objects instead of free them and malloc new ones
89616     
89617     
89618     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2684 48e7efb5-ca39-0410-a469-dd3cf9ba447f
89619
89620 commit 43e9ac12ea9282621bfaed783cb4c96847e9406b
89621 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
89622 Date:   Thu Aug 3 08:38:53 2006 +0000
89623
89624     Reimplement dictionaries as hashtables
89625     
89626     
89627     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2683 48e7efb5-ca39-0410-a469-dd3cf9ba447f
89628
89629 commit 9e80589a26d21549becd7ff6d15201f24e391add
89630 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
89631 Date:   Wed Aug 2 18:43:54 2006 +0000
89632
89633     document my last change (unit selection in testall), plus cosmetics
89634     
89635     
89636     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2682 48e7efb5-ca39-0410-a469-dd3cf9ba447f
89637
89638 commit 759795182295cd1b6a2aa8d3aa1f67e7e509e877
89639 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
89640 Date:   Wed Aug 2 18:38:22 2006 +0000
89641
89642     Add a clean-unit target which removes any extracted units, usefull when working on cunit mecanism
89643     
89644     
89645     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2681 48e7efb5-ca39-0410-a469-dd3cf9ba447f
89646
89647 commit 2d194da3b6dc8eda6e9f27b4816dd9c986ef88c7
89648 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
89649 Date:   Wed Aug 2 18:37:40 2006 +0000
89650
89651     Allow the user to specify which tests should be run and which shouldn't
89652     
89653     
89654     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2680 48e7efb5-ca39-0410-a469-dd3cf9ba447f
89655
89656 commit 98f4691dd28ce69c830d6976ff36d8b2616620ec
89657 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
89658 Date:   Wed Aug 2 15:38:15 2006 +0000
89659
89660     Plug memleaks in the runned tests. Yeah, I'm vicious, but you knew that
89661     
89662     
89663     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2679 48e7efb5-ca39-0410-a469-dd3cf9ba447f
89664
89665 commit 4ba5420c448464cde2bf38435d24c2655a865f76
89666 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
89667 Date:   Wed Aug 2 14:01:33 2006 +0000
89668
89669     Make sure that mod won't go undefined when an exception is raised, and make the checks a bit more explicit when they fails
89670     
89671     
89672     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2678 48e7efb5-ca39-0410-a469-dd3cf9ba447f
89673
89674 commit f5c13edfa4d3e59ef619acc141bf19df13ba251a
89675 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
89676 Date:   Wed Aug 2 13:56:08 2006 +0000
89677
89678     Document a bug fix, and cosmetics
89679     
89680     
89681     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2677 48e7efb5-ca39-0410-a469-dd3cf9ba447f
89682
89683 commit fbdc66c72fc096307e5f76e201dba14885d16e32
89684 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
89685 Date:   Wed Aug 2 13:54:04 2006 +0000
89686
89687     cosmetics
89688     
89689     
89690     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2676 48e7efb5-ca39-0410-a469-dd3cf9ba447f
89691
89692 commit 53da25efff65ea4eaa79023a4ff8c5d1d24d1470
89693 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
89694 Date:   Wed Aug 2 13:53:47 2006 +0000
89695
89696     Kill old unused stuff
89697     
89698     
89699     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2675 48e7efb5-ca39-0410-a469-dd3cf9ba447f
89700
89701 commit 1a4cdddd9caa6ce3ed6cf860bebbf96f237f7241
89702 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
89703 Date:   Wed Aug 2 13:52:33 2006 +0000
89704
89705     kill unused struct
89706     
89707     
89708     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2674 48e7efb5-ca39-0410-a469-dd3cf9ba447f
89709
89710 commit c94b8729cdda91b699c5087ba0b13a0f82e52aa1
89711 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
89712 Date:   Tue Aug 1 01:56:13 2006 +0000
89713
89714     Make room for the other lessons on data description
89715     
89716     
89717     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2673 48e7efb5-ca39-0410-a469-dd3cf9ba447f
89718
89719 commit a78b54c302824f7eb5180385f3346502bede10b2
89720 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
89721 Date:   Tue Aug 1 01:29:24 2006 +0000
89722
89723     Lesson 9 is done
89724     
89725     
89726     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2672 48e7efb5-ca39-0410-a469-dd3cf9ba447f
89727
89728 commit a9af1b0795c4a75f8919d7a87491fe7ab041b272
89729 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
89730 Date:   Tue Aug 1 00:27:53 2006 +0000
89731
89732     Fix a vicious bug: TCP socket use a buffer and read operation get as much data as possible. It is possible that several messages are received in one shoot, and select won't catch them afterward again. Instead, the select will block and the surnumerous messages are lost.
89733     
89734     
89735     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2671 48e7efb5-ca39-0410-a469-dd3cf9ba447f
89736
89737 commit 13bf534d2abb679d945719b02071e03c38d64b63
89738 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
89739 Date:   Mon Jul 31 19:44:24 2006 +0000
89740
89741     Make room for the simpledata lesson
89742     
89743     
89744     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2670 48e7efb5-ca39-0410-a469-dd3cf9ba447f
89745
89746 commit bd1b53e385e1eaa7561a5e259b02b681ded7139c
89747 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
89748 Date:   Mon Jul 31 19:43:45 2006 +0000
89749
89750     improve my helping target
89751     
89752     
89753     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2669 48e7efb5-ca39-0410-a469-dd3cf9ba447f
89754
89755 commit 58bce89d599a5bee49318c168f54fb407fbf5d24
89756 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
89757 Date:   Mon Jul 31 19:22:21 2006 +0000
89758
89759     Massive file renaming (stupid CVS) so that we can have more than 9 lessons and still have the files sorted in the right order
89760     
89761     
89762     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2668 48e7efb5-ca39-0410-a469-dd3cf9ba447f
89763
89764 commit b3f448e0ccc0e5e0195bfba380b1ba3a5c5b10b6
89765 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
89766 Date:   Mon Jul 31 19:07:48 2006 +0000
89767
89768     Massive file renaming (stupid CVS) so that we can have more than 9 lessons and still have the files sorted in the right order; make room for a lesson on simple data exchange
89769     
89770     
89771     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2667 48e7efb5-ca39-0410-a469-dd3cf9ba447f
89772
89773 commit 676756b1101b958d0b55f43a09f3dab421dd9c1f
89774 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
89775 Date:   Mon Jul 31 17:46:52 2006 +0000
89776
89777     Document lastly added FAQ
89778     
89779     
89780     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2666 48e7efb5-ca39-0410-a469-dd3cf9ba447f
89781
89782 commit 9c64c0b996b81745a20b265400cbec749385c116
89783 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
89784 Date:   Mon Jul 31 17:46:15 2006 +0000
89785
89786     New entry: how to repport bugs
89787     
89788     
89789     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2665 48e7efb5-ca39-0410-a469-dd3cf9ba447f
89790
89791 commit 6c8ca19e7f0a4920dc817e36b89e86d0050748bd
89792 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
89793 Date:   Mon Jul 31 17:36:57 2006 +0000
89794
89795     Oups, previous commit was a bit premature. Properly explain how to setup your GRAS code as opposed to setting up your MSG code
89796     
89797     
89798     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2664 48e7efb5-ca39-0410-a469-dd3cf9ba447f
89799
89800 commit 5d1ad6496a0ce39de5b320fe1fc579492c0afb84
89801 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
89802 Date:   Mon Jul 31 17:34:01 2006 +0000
89803
89804     Group valgrind related entries
89805     
89806     
89807     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2663 48e7efb5-ca39-0410-a469-dd3cf9ba447f
89808
89809 commit 8d58ae24f6bab45822c4367f48668b8f8fde62a6
89810 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
89811 Date:   Mon Jul 31 17:31:57 2006 +0000
89812
89813     Group valgrind related entries
89814     
89815     
89816     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2662 48e7efb5-ca39-0410-a469-dd3cf9ba447f
89817
89818 commit 05e9d1ca67cae24135b736f2aeb128175a70fa70
89819 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
89820 Date:   Mon Jul 31 17:28:17 2006 +0000
89821
89822     typo
89823     
89824     
89825     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2661 48e7efb5-ca39-0410-a469-dd3cf9ba447f
89826
89827 commit 81cb11b0827fcd9e3dc34cce48a07c46b2f6ece4
89828 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
89829 Date:   Mon Jul 31 17:27:29 2006 +0000
89830
89831     Make more clear that some entries are MSG specific
89832     
89833     
89834     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2660 48e7efb5-ca39-0410-a469-dd3cf9ba447f
89835
89836 commit ac0d99a4accea2a4fc756e2910ac2953bf8cd89d
89837 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
89838 Date:   Mon Jul 31 17:24:23 2006 +0000
89839
89840     New section: 'pushing the limits', with the entries about simulating more and more processes, since they don't really fit into 'troubleshooting' and since the latter section becomes hairly
89841     
89842     
89843     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2659 48e7efb5-ca39-0410-a469-dd3cf9ba447f
89844
89845 commit fe8f0007bbd37e5e104fda886ff613276082e4f9
89846 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
89847 Date:   Mon Jul 31 12:14:42 2006 +0000
89848
89849     Kill oldies deprecated by the tutorial
89850     
89851     
89852     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2658 48e7efb5-ca39-0410-a469-dd3cf9ba447f
89853
89854 commit 4cb158ece7d128b374f76d760012d4bd69dd4989
89855 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
89856 Date:   Mon Jul 31 12:09:36 2006 +0000
89857
89858     also post-process the examples
89859     
89860     
89861     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2657 48e7efb5-ca39-0410-a469-dd3cf9ba447f
89862
89863 commit 3f3d259ba77b65ac92dbe3775fb3102acb1b9066
89864 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
89865 Date:   Mon Jul 31 10:38:17 2006 +0000
89866
89867     Also post-process the tutorial
89868     
89869     
89870     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2656 48e7efb5-ca39-0410-a469-dd3cf9ba447f
89871
89872 commit 867a49cc3e9303bff3020ad7274414e4f1aa433e
89873 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
89874 Date:   Mon Jul 31 10:36:50 2006 +0000
89875
89876     Document my code changes too, and reformat the documentation changes
89877     
89878     
89879     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2655 48e7efb5-ca39-0410-a469-dd3cf9ba447f
89880
89881 commit 5b98bdb740adb3243934a1a8cf0534cc7063117f
89882 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
89883 Date:   Mon Jul 31 10:01:06 2006 +0000
89884
89885     Document my last changes too
89886     
89887     
89888     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2654 48e7efb5-ca39-0410-a469-dd3cf9ba447f
89889
89890 commit 2c3bea6a6bedf57e71ad871440eb588ddcbfbf02
89891 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
89892 Date:   Mon Jul 31 09:45:57 2006 +0000
89893
89894     Document my last changes (documentation improvement)
89895     
89896     
89897     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2653 48e7efb5-ca39-0410-a469-dd3cf9ba447f
89898
89899 commit 0c4998db54add422f8b4fbb7410a75d032ef2ff9
89900 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
89901 Date:   Mon Jul 31 09:40:31 2006 +0000
89902
89903     Add a sequential mode to the workstations. In this mode, only one task can be executed on the workstation and the other wait in a fifo.
89904     
89905     
89906     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2652 48e7efb5-ca39-0410-a469-dd3cf9ba447f
89907
89908 commit 103b6a592080be703878c53f3a271fe764c140c3
89909 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
89910 Date:   Mon Jul 31 09:40:01 2006 +0000
89911
89912     New question: Valgrind spits tons of errors
89913     
89914     
89915     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2651 48e7efb5-ca39-0410-a469-dd3cf9ba447f
89916
89917 commit 40ae856c53d026ccb98eae6068730cb3796b5e8c
89918 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
89919 Date:   Mon Jul 31 08:51:53 2006 +0000
89920
89921     No need to warn the user 4 times. Instead, explaining what's going on may help ;)
89922     
89923     
89924     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2650 48e7efb5-ca39-0410-a469-dd3cf9ba447f
89925
89926 commit 3c7f8070aa73f3cf0c8ad0b799d46aa581a4437e
89927 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
89928 Date:   Mon Jul 31 08:47:31 2006 +0000
89929
89930     Plug a memleak found by FS
89931     
89932     
89933     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2649 48e7efb5-ca39-0410-a469-dd3cf9ba447f
89934
89935 commit 8cea67008229766aea75080cfb01eb1a1cf36427
89936 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
89937 Date:   Mon Jul 31 08:36:42 2006 +0000
89938
89939     Revert part of the last change since it let the make check explode
89940     
89941     
89942     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2648 48e7efb5-ca39-0410-a469-dd3cf9ba447f
89943
89944 commit 94d82f305aa8f28f405ab9b70dd2d5280a1ab3d9
89945 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
89946 Date:   Fri Jul 28 11:50:55 2006 +0000
89947
89948     It was hard to use FIFOs when xbt_fifo_push was not mentioned in the doc
89949     
89950     
89951     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2647 48e7efb5-ca39-0410-a469-dd3cf9ba447f
89952
89953 commit 145e627fb31fa35087140eb8d7388af6e889823b
89954 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
89955 Date:   Thu Jul 20 11:48:18 2006 +0000
89956
89957     some more paje state poping
89958     
89959     
89960     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2646 48e7efb5-ca39-0410-a469-dd3cf9ba447f
89961
89962 commit 39ed918a323bb8b7251c75ca508a215505724a52
89963 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
89964 Date:   Thu Jul 20 11:33:56 2006 +0000
89965
89966     Fix a bug in our usage of Paje
89967     
89968     
89969     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2645 48e7efb5-ca39-0410-a469-dd3cf9ba447f
89970
89971 commit 40a4a30427bb61e5ecfc2144360581729f41ddfd
89972 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
89973 Date:   Wed Jul 19 19:04:09 2006 +0000
89974
89975     Generation with flex-1.5.3
89976     
89977     
89978     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2644 48e7efb5-ca39-0410-a469-dd3cf9ba447f
89979
89980 commit b46c248c6039e6d626c8f73a74de14c2b30b0da7
89981 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
89982 Date:   Wed Jul 19 19:02:04 2006 +0000
89983
89984     Get the flexml rules right
89985     
89986     
89987     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2643 48e7efb5-ca39-0410-a469-dd3cf9ba447f
89988
89989 commit 324d01ddfc12f429d4c51a474a61ec9900db69dc
89990 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
89991 Date:   Wed Jul 19 16:20:18 2006 +0000
89992
89993     Also clean the generated makefile under its new name
89994     
89995     
89996     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2642 48e7efb5-ca39-0410-a469-dd3cf9ba447f
89997
89998 commit 1a0c56f51ac6e9369d23bacff6900e08a738a861
89999 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
90000 Date:   Wed Jul 19 16:19:38 2006 +0000
90001
90002     typo
90003     
90004     
90005     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2641 48e7efb5-ca39-0410-a469-dd3cf9ba447f
90006
90007 commit c88f85a40ebbc997a9471e1e6542ebb7ec1decd7
90008 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
90009 Date:   Wed Jul 19 15:43:40 2006 +0000
90010
90011     Typo (?)
90012     
90013     
90014     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2640 48e7efb5-ca39-0410-a469-dd3cf9ba447f
90015
90016 commit 92e35330e3fbffccf42a90a84b9cb01df906bf26
90017 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
90018 Date:   Wed Jul 19 15:36:48 2006 +0000
90019
90020     And now, add the right header to the dist (sorry)
90021     
90022     
90023     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2639 48e7efb5-ca39-0410-a469-dd3cf9ba447f
90024
90025 commit 46d8d2b806765df36c81b4c4fdbcd602af769772
90026 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
90027 Date:   Wed Jul 19 15:08:58 2006 +0000
90028
90029     Add a missing header to archives
90030     
90031     
90032     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2638 48e7efb5-ca39-0410-a469-dd3cf9ba447f
90033
90034 commit bd6a1bd164a0acbb52a1cf49e2ee65cae4e2b07b
90035 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
90036 Date:   Wed Jul 19 15:01:50 2006 +0000
90037
90038     add more debugging
90039     
90040     
90041     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2637 48e7efb5-ca39-0410-a469-dd3cf9ba447f
90042
90043 commit 294f95a39505231ba48a99c4c4a9f4ecaeed7e40
90044 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
90045 Date:   Wed Jul 19 14:33:23 2006 +0000
90046
90047     Reduce debug loggings to their real value
90048     
90049     
90050     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2636 48e7efb5-ca39-0410-a469-dd3cf9ba447f
90051
90052 commit a5fa0e26004ac8dafe1c9d50c1c14e6d7190f16f
90053 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
90054 Date:   Wed Jul 19 14:31:00 2006 +0000
90055
90056     Yeah, right. Comments within comments. Erm. No comments
90057     
90058     
90059     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2635 48e7efb5-ca39-0410-a469-dd3cf9ba447f
90060
90061 commit 28aa6d614c61c692bf1a32fbe17abce75bb02022
90062 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
90063 Date:   Wed Jul 19 14:26:22 2006 +0000
90064
90065     Document tools/xbt_exception_checker
90066     
90067     
90068     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2634 48e7efb5-ca39-0410-a469-dd3cf9ba447f
90069
90070 commit a6c2be12b4d17ce974615f3df3bfbd32c0bf1bee
90071 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
90072 Date:   Wed Jul 19 14:20:27 2006 +0000
90073
90074     A little script which saved my soul one day I messed up with exceptions
90075     
90076     
90077     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2633 48e7efb5-ca39-0410-a469-dd3cf9ba447f
90078
90079 commit ac122a4b27f568306287b03f4eac88943b385481
90080 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
90081 Date:   Wed Jul 19 14:19:51 2006 +0000
90082
90083     Switch from libdata to moddata (to ensure the correctness of the latter, even if Testing can only prove the presence of bugs)
90084     
90085     
90086     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2632 48e7efb5-ca39-0410-a469-dd3cf9ba447f
90087
90088 commit 58823a084d5ee98512c5e61d7a7e98e2730e9fff
90089 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
90090 Date:   Wed Jul 19 14:18:17 2006 +0000
90091
90092     cleanup the GRAS+AMOK initialization schema
90093     
90094     
90095     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2631 48e7efb5-ca39-0410-a469-dd3cf9ba447f
90096
90097 commit 5b654b49c8603ff2f3fe7cfae9816cb585df0200
90098 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
90099 Date:   Wed Jul 19 14:16:15 2006 +0000
90100
90101     gras_modules come into the dance, cleanup the GRAS+AMOK initialization schema
90102     
90103     
90104     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2630 48e7efb5-ca39-0410-a469-dd3cf9ba447f
90105
90106 commit 183964efebc748b59809209b13ac7738903b068c
90107 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
90108 Date:   Wed Jul 19 14:14:42 2006 +0000
90109
90110     gras_modules come into the dance
90111     
90112     
90113     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2629 48e7efb5-ca39-0410-a469-dd3cf9ba447f
90114
90115 commit 6128f38b837d35ae9ab3822d9daa6750628caea0
90116 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
90117 Date:   Wed Jul 19 14:07:36 2006 +0000
90118
90119     log tweakings
90120     
90121     
90122     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2628 48e7efb5-ca39-0410-a469-dd3cf9ba447f
90123
90124 commit 5c145db0b251fcbd6c859b25262651aaa5230fa9
90125 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
90126 Date:   Wed Jul 19 14:07:19 2006 +0000
90127
90128     cosmetics
90129     
90130     
90131     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2627 48e7efb5-ca39-0410-a469-dd3cf9ba447f
90132
90133 commit ee0e18b4700d33fd7e509b8d5b498eeb87e3a000
90134 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
90135 Date:   Wed Jul 19 14:07:04 2006 +0000
90136
90137     Make room for moddata along with libdata during the conversion
90138     
90139     
90140     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2626 48e7efb5-ca39-0410-a469-dd3cf9ba447f
90141
90142 commit dc35ba75078e8ed895386c9be316774d3235f869
90143 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
90144 Date:   Wed Jul 19 14:05:17 2006 +0000
90145
90146     New, proper, module mecanism. Still missing dependency tracking, but already allow modules to declare init/exit functions and per-process globals initialized during some join/leave functions. Once every module switch to that model, libdata can be killed (but both can coexist for now)
90147     
90148     
90149     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2625 48e7efb5-ca39-0410-a469-dd3cf9ba447f
90150
90151 commit 08cc32c523939ad907ffc4a0d9a260ab56798d28
90152 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
90153 Date:   Wed Jul 19 14:01:42 2006 +0000
90154
90155     Add a define directly setting the correct element header, document it, plus some cleanups
90156     
90157     
90158     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2624 48e7efb5-ca39-0410-a469-dd3cf9ba447f
90159
90160 commit 8d2aebe4cd57975eb57293b2294053ce15698e06
90161 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
90162 Date:   Wed Jul 19 13:55:02 2006 +0000
90163
90164     test_sg.in
90165     
90166     
90167     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2623 48e7efb5-ca39-0410-a469-dd3cf9ba447f
90168
90169 commit 0a6f1c0070d6523a52e1be9d1192f189ae32adb9
90170 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
90171 Date:   Wed Jul 19 13:54:46 2006 +0000
90172
90173     guardrail
90174     
90175     
90176     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2622 48e7efb5-ca39-0410-a469-dd3cf9ba447f
90177
90178 commit 275c165f880d3fc0f9ed4718193a27c01cdbd2ae
90179 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
90180 Date:   Wed Jul 19 12:11:20 2006 +0000
90181
90182     Protect the link address
90183     
90184     
90185     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2621 48e7efb5-ca39-0410-a469-dd3cf9ba447f
90186
90187 commit fddd9ced0932a94d5f61960e520d58a44ba41d76
90188 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
90189 Date:   Wed Jul 19 12:08:57 2006 +0000
90190
90191     Don't mess up with absolute links
90192     
90193     
90194     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2620 48e7efb5-ca39-0410-a469-dd3cf9ba447f
90195
90196 commit 169edc40a9d6aac50da8647a98df1e2b7cd92727
90197 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
90198 Date:   Tue Jul 18 22:00:24 2006 +0000
90199
90200     Sanitize the XBT log chans, too. Arnaud did so for MSG+SURF, I did so for AMOK+GRAS, and we forgot XBT until now...
90201     
90202     
90203     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2619 48e7efb5-ca39-0410-a469-dd3cf9ba447f
90204
90205 commit f209a0b502ccbd901fbd575b55f466c2cf7e23a5
90206 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
90207 Date:   Tue Jul 18 21:26:05 2006 +0000
90208
90209     Revert last change since it makes valgrind angry. No idea where this leak is, but it sounds harmless to me
90210     
90211     
90212     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2618 48e7efb5-ca39-0410-a469-dd3cf9ba447f
90213
90214 commit 153998edbf873ca1ec4aeded8748f9e5465bf00e
90215 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
90216 Date:   Tue Jul 18 13:28:03 2006 +0000
90217
90218     Use exceptions instead of assertions when it is appropriate
90219     
90220     
90221     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2617 48e7efb5-ca39-0410-a469-dd3cf9ba447f
90222
90223 commit 8b35bddd87e5e62fbdac2325def7aa96e33de5cd
90224 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
90225 Date:   Tue Jul 18 13:26:07 2006 +0000
90226
90227     I don't need that anymore
90228     
90229     
90230     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2616 48e7efb5-ca39-0410-a469-dd3cf9ba447f
90231
90232 commit 539d5cccbc6baf033b0bc4b24c31d2875a79abf4
90233 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
90234 Date:   Tue Jul 18 13:23:34 2006 +0000
90235
90236     Fix SimDag exception test
90237     
90238     
90239     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2615 48e7efb5-ca39-0410-a469-dd3cf9ba447f
90240
90241 commit 41a0af5d6003337f4ca3b3aed6f5757293bddab5
90242 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
90243 Date:   Tue Jul 18 13:06:29 2006 +0000
90244
90245     Another try at cleaning up the function types
90246     
90247     
90248     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2614 48e7efb5-ca39-0410-a469-dd3cf9ba447f
90249
90250 commit 737816cfdd995222e186dcf9c5106bcfb16e333a
90251 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
90252 Date:   Tue Jul 18 11:50:39 2006 +0000
90253
90254     Try to catch up with last cleanup in the function type naming schema
90255     
90256     
90257     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2613 48e7efb5-ca39-0410-a469-dd3cf9ba447f
90258
90259 commit 1e305b772603f6cfd6ba15d1847ca90e9dd3c288
90260 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
90261 Date:   Tue Jul 18 11:49:13 2006 +0000
90262
90263     Catch up with last cleanup in the function type naming schema
90264     
90265     
90266     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2612 48e7efb5-ca39-0410-a469-dd3cf9ba447f
90267
90268 commit ca584c16e35d7cafe4abca1f1e891a5caa011d5b
90269 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
90270 Date:   Tue Jul 18 11:47:17 2006 +0000
90271
90272     cleanup the function type names
90273     
90274     
90275     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2611 48e7efb5-ca39-0410-a469-dd3cf9ba447f
90276
90277 commit 91a328886133678d1aa148b817057476e8611aab
90278 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
90279 Date:   Tue Jul 18 10:02:40 2006 +0000
90280
90281     Let's take the compatibilities issues seriously
90282     
90283     
90284     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2610 48e7efb5-ca39-0410-a469-dd3cf9ba447f
90285
90286 commit d08d3fd8f01b78342f3b00a1370ba55be723e5e8
90287 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
90288 Date:   Tue Jul 18 08:21:03 2006 +0000
90289
90290     Free set->catname even if it was incorrect
90291     
90292     
90293     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2609 48e7efb5-ca39-0410-a469-dd3cf9ba447f
90294
90295 commit 555dd1af716f78f5092aeabdf8c4ac0f947379cf
90296 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
90297 Date:   Tue Jul 18 08:19:43 2006 +0000
90298
90299     Add missing xbt_ex_free
90300     
90301     
90302     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2608 48e7efb5-ca39-0410-a469-dd3cf9ba447f
90303
90304 commit 87363de824c98c5824d7dcc8b16c6342fb63a6fa
90305 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
90306 Date:   Tue Jul 18 07:13:08 2006 +0000
90307
90308     Update SD_init() and SD_exit()
90309     
90310     
90311     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2607 48e7efb5-ca39-0410-a469-dd3cf9ba447f
90312
90313 commit 54a9c094f7fd3127fb70942225850317fe33996d
90314 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
90315 Date:   Tue Jul 18 06:50:19 2006 +0000
90316
90317     Forgot to remove that comment
90318     
90319     
90320     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2606 48e7efb5-ca39-0410-a469-dd3cf9ba447f
90321
90322 commit 9d75fc992b03f40a301c2e62781bde39979794e9
90323 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
90324 Date:   Tue Jul 18 06:24:57 2006 +0000
90325
90326     Implement execute_parallel_task in model KCCFLN05
90327     
90328     
90329     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2605 48e7efb5-ca39-0410-a469-dd3cf9ba447f
90330
90331 commit 32b5b8b24e805a651ffc567bc7da748f49467f0a
90332 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
90333 Date:   Mon Jul 17 17:35:45 2006 +0000
90334
90335     Rename xbt/module.c into xbt/xbt_main.c since this file does not do any module management (and cannot since this notion seems to be gras only)
90336     
90337     
90338     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2604 48e7efb5-ca39-0410-a469-dd3cf9ba447f
90339
90340 commit 020eb26a4ec67a9ead30b460e0ef977425eda1c0
90341 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
90342 Date:   Mon Jul 17 17:16:17 2006 +0000
90343
90344     Get xbt_init seeding the system random generator
90345     
90346     
90347     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2603 48e7efb5-ca39-0410-a469-dd3cf9ba447f
90348
90349 commit 5d22f5c22cc45a58c1cc904b874e730cb554cf39
90350 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
90351 Date:   Mon Jul 17 17:15:49 2006 +0000
90352
90353     Really rename the HostManagement amok module to PeerManagement
90354     
90355     
90356     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2602 48e7efb5-ca39-0410-a469-dd3cf9ba447f
90357
90358 commit b47649fd1bd845d7c3d4c07e4400382570d080db
90359 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
90360 Date:   Mon Jul 17 17:14:43 2006 +0000
90361
90362     Really rename this module to peermanagement
90363     
90364     
90365     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2601 48e7efb5-ca39-0410-a469-dd3cf9ba447f
90366
90367 commit 9838d9f52ef61dc3aa9ac5afef9989e0987155da
90368 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
90369 Date:   Mon Jul 17 14:17:50 2006 +0000
90370
90371     Use model KCCFLN05 in SimDag
90372     
90373     
90374     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2600 48e7efb5-ca39-0410-a469-dd3cf9ba447f
90375
90376 commit 901048f1a8c728fc007b6e2ee2ba3abd64f9352d
90377 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
90378 Date:   Sun Jul 16 23:53:33 2006 +0000
90379
90380     cosmetics done instead of sleeping, stupid me. And then I pretend it's work
90381     
90382     
90383     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2599 48e7efb5-ca39-0410-a469-dd3cf9ba447f
90384
90385 commit 2772ff2aa6e8bc7715318865b75d2dab91787787
90386 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
90387 Date:   Sun Jul 16 23:29:38 2006 +0000
90388
90389     Lesson 8: exceptions
90390     
90391     
90392     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2598 48e7efb5-ca39-0410-a469-dd3cf9ba447f
90393
90394 commit c5c64bb4aa7eb326efcfdec925c091bfc8b45af2
90395 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
90396 Date:   Sun Jul 16 22:59:44 2006 +0000
90397
90398     Documentation improvement
90399     
90400     
90401     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2597 48e7efb5-ca39-0410-a469-dd3cf9ba447f
90402
90403 commit 31b5ce77dbe7b94afee1b8ded57b8b91d8f3c970
90404 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
90405 Date:   Sun Jul 16 18:49:26 2006 +0000
90406
90407     Reintenting (sorry), plus do the list managment operation before calling the user action (since it could interact with the list, too)
90408     
90409     
90410     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2596 48e7efb5-ca39-0410-a469-dd3cf9ba447f
90411
90412 commit 7fdd9d11419684606beb08a8a7bc673955eb08af
90413 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
90414 Date:   Sun Jul 16 18:47:18 2006 +0000
90415
90416     placeholders for lessons 8 and 9, plus add tocs all over the place to ease the navigation
90417     
90418     
90419     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2595 48e7efb5-ca39-0410-a469-dd3cf9ba447f
90420
90421 commit 9c0ae9ef71784f2d41e8ffe8a4400177227b85fb
90422 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
90423 Date:   Sun Jul 16 18:39:11 2006 +0000
90424
90425     Add a little rule to check that the several TOCs in the tutorial are still in sync
90426     
90427     
90428     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2594 48e7efb5-ca39-0410-a469-dd3cf9ba447f
90429
90430 commit b8f7e703e425b03794576432ebaa3351b26d0509
90431 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
90432 Date:   Sun Jul 16 17:45:15 2006 +0000
90433
90434     Lesson 7: timers (plus some cleanups)
90435     
90436     
90437     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2593 48e7efb5-ca39-0410-a469-dd3cf9ba447f
90438
90439 commit 6ae75bc338dec8dd234cce993bda7b387ce11437
90440 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
90441 Date:   Sun Jul 16 14:27:51 2006 +0000
90442
90443     Gras_stub_generator does not produce the same files as it used to
90444     
90445     
90446     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2592 48e7efb5-ca39-0410-a469-dd3cf9ba447f
90447
90448 commit 49870879c2bfe0749fd245319e235e0a80af8e2f
90449 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
90450 Date:   Sun Jul 16 14:27:21 2006 +0000
90451
90452     Use the include flags
90453     
90454     
90455     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2591 48e7efb5-ca39-0410-a469-dd3cf9ba447f
90456
90457 commit 678836ee7f2b57c38729b3453885f5bcadc7ef7d
90458 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
90459 Date:   Sun Jul 16 14:17:00 2006 +0000
90460
90461     Lesson 6 added
90462     
90463     
90464     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2590 48e7efb5-ca39-0410-a469-dd3cf9ba447f
90465
90466 commit a50fad0ece7cf975227c3b8bbae84fb158c6b4e4
90467 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
90468 Date:   Sun Jul 16 14:14:03 2006 +0000
90469
90470     Documentation improvements
90471     
90472     
90473     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2589 48e7efb5-ca39-0410-a469-dd3cf9ba447f
90474
90475 commit 6b16f0a1b014f90665507e6354ea7e2c5488bede
90476 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
90477 Date:   Sun Jul 16 14:12:00 2006 +0000
90478
90479     Doxygen fixups
90480     
90481     
90482     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2588 48e7efb5-ca39-0410-a469-dd3cf9ba447f
90483
90484 commit 0059fe21a14d41afb1dd58c91604b11f639bae65
90485 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
90486 Date:   Sun Jul 16 11:01:00 2006 +0000
90487
90488     Lesson 5
90489     
90490     
90491     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2587 48e7efb5-ca39-0410-a469-dd3cf9ba447f
90492
90493 commit d294cef35bcf12a367aa4e444b6e52ed8aff99ee
90494 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
90495 Date:   Sun Jul 16 11:00:10 2006 +0000
90496
90497     Split gtut in several pages, add lesson 5
90498     
90499     
90500     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2586 48e7efb5-ca39-0410-a469-dd3cf9ba447f
90501
90502 commit 7579ca2dc3dd8c41b963363bdff5101434629072
90503 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
90504 Date:   Sat Jul 15 18:32:16 2006 +0000
90505
90506     Lesson 4
90507     
90508     
90509     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2585 48e7efb5-ca39-0410-a469-dd3cf9ba447f
90510
90511 commit d57bc21118adcb191d9af4f2b0891d39e22a81eb
90512 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
90513 Date:   Sat Jul 15 18:31:49 2006 +0000
90514
90515     lesson 4
90516     
90517     
90518     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2584 48e7efb5-ca39-0410-a469-dd3cf9ba447f
90519
90520 commit 5e19d7dad00f58ab749b05eac3bf98e9580a5ed1
90521 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
90522 Date:   Sat Jul 15 17:55:06 2006 +0000
90523
90524     typo
90525     
90526     
90527     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2583 48e7efb5-ca39-0410-a469-dd3cf9ba447f
90528
90529 commit 6681a34980ee2f55a2da1d99b525555502184edd
90530 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
90531 Date:   Sat Jul 15 17:36:08 2006 +0000
90532
90533     Use an automatic TOC to avoid forgetting parts
90534     
90535     
90536     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2582 48e7efb5-ca39-0410-a469-dd3cf9ba447f
90537
90538 commit 58e26c09eef80e2bd066b09ff3ecbaac8c3a34d1
90539 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
90540 Date:   Sat Jul 15 17:35:19 2006 +0000
90541
90542     .
90543     
90544     
90545     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2581 48e7efb5-ca39-0410-a469-dd3cf9ba447f
90546
90547 commit 05d4649d80e7e0a03b7542bba3e81212c7206766
90548 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
90549 Date:   Sat Jul 15 17:34:48 2006 +0000
90550
90551     Not this one
90552     
90553     
90554     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2580 48e7efb5-ca39-0410-a469-dd3cf9ba447f
90555
90556 commit 64c3572367a0944cbb51a4886ffcb2dc081ab979
90557 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
90558 Date:   Sat Jul 15 17:34:09 2006 +0000
90559
90560     Chapter 3
90561     
90562     
90563     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2579 48e7efb5-ca39-0410-a469-dd3cf9ba447f
90564
90565 commit a4c4a618cd7f38611b0a635d4c2b1724760501db
90566 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
90567 Date:   Sat Jul 15 17:03:10 2006 +0000
90568
90569     First chapters of the GRAS tutorial
90570     
90571     
90572     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2578 48e7efb5-ca39-0410-a469-dd3cf9ba447f
90573
90574 commit 7f454d9a118e1485891ccaba2e469dac800355e6
90575 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
90576 Date:   Sat Jul 15 14:34:16 2006 +0000
90577
90578     We don't use txt deployment files since a long while
90579     
90580     
90581     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2577 48e7efb5-ca39-0410-a469-dd3cf9ba447f
90582
90583 commit 6f5868dc2af971441c3e33aed3706349959b989b
90584 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
90585 Date:   Sat Jul 15 14:10:16 2006 +0000
90586
90587     Stupid rookies
90588     
90589     
90590     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2576 48e7efb5-ca39-0410-a469-dd3cf9ba447f
90591
90592 commit 4003b7456e5fcf18c79b20568363419d9f62686b
90593 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
90594 Date:   Sat Jul 15 14:06:27 2006 +0000
90595
90596     Do not generate the stuff for remote generation since better ways are possible (with TakTuk); Also disable Makefile.am stuff. 3133T using automake should be able to write their own files (as documented) and we don't want to scare rookies; Improve the local makefiles
90597     
90598     
90599     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2575 48e7efb5-ca39-0410-a469-dd3cf9ba447f
90600
90601 commit 8c93f6448da98ea9b03fc5fb94a037f611e8c7da
90602 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
90603 Date:   Fri Jul 14 09:09:37 2006 +0000
90604
90605     Setting up the 3.1.1 version. We have to fix portability issues.
90606     
90607     
90608     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2574 48e7efb5-ca39-0410-a469-dd3cf9ba447f
90609
90610 commit 2fcf6f30a04dd091788836072b22c584bd6fb56b
90611 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
90612 Date:   Fri Jul 14 00:04:51 2006 +0000
90613
90614     Last-minute modifications before release.
90615     
90616     
90617     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2572 48e7efb5-ca39-0410-a469-dd3cf9ba447f
90618
90619 commit dac103d483561e02ed33b138b4a88d9f5a32e440
90620 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
90621 Date:   Thu Jul 13 23:32:49 2006 +0000
90622
90623     Add some more info to this
90624     
90625     
90626     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2571 48e7efb5-ca39-0410-a469-dd3cf9ba447f
90627
90628 commit 2481f6c44bc25a74776981f3fe332ab0ab1198c1
90629 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
90630 Date:   Thu Jul 13 23:30:57 2006 +0000
90631
90632     Updating the SG/SimDAG section (again!).
90633     
90634     
90635     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2570 48e7efb5-ca39-0410-a469-dd3cf9ba447f
90636
90637 commit 6eb19b4485e6ff870b8a3750f9893d61297644da
90638 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
90639 Date:   Thu Jul 13 23:27:48 2006 +0000
90640
90641     Updating entry on SG and SimDAG
90642     
90643     
90644     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2569 48e7efb5-ca39-0410-a469-dd3cf9ba447f
90645
90646 commit 4a1bca7c487a24615efa9f9be746a655bd030523
90647 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
90648 Date:   Thu Jul 13 23:22:40 2006 +0000
90649
90650     Add SimDAG to the ChangeLog
90651     
90652     
90653     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2568 48e7efb5-ca39-0410-a469-dd3cf9ba447f
90654
90655 commit f46e249e1b62a1a9a9a994adc052d71ec973bcf4
90656 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
90657 Date:   Thu Jul 13 23:09:39 2006 +0000
90658
90659     This change went unoticed
90660     
90661     
90662     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2567 48e7efb5-ca39-0410-a469-dd3cf9ba447f
90663
90664 commit 7362918af654000c20127d0b98dfb28938e76eb9
90665 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
90666 Date:   Thu Jul 13 22:23:38 2006 +0000
90667
90668     simplify that chunk thanks to flexml 1.5.1
90669     
90670     
90671     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2566 48e7efb5-ca39-0410-a469-dd3cf9ba447f
90672
90673 commit bd8e3ff158e1a50347cec5ac94eef4a6ef4adecd
90674 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
90675 Date:   Thu Jul 13 22:23:05 2006 +0000
90676
90677     No idea why this file got regenerated
90678     
90679     
90680     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2565 48e7efb5-ca39-0410-a469-dd3cf9ba447f
90681
90682 commit 4dd89d5811921816e0e8d0323dd7feba2c926edf
90683 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
90684 Date:   Thu Jul 13 22:21:47 2006 +0000
90685
90686     flexml 1.5.1 will save the world
90687     
90688     
90689     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2564 48e7efb5-ca39-0410-a469-dd3cf9ba447f
90690
90691 commit eee2dab87926d8b780754b4c06b806a7537f92d8
90692 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
90693 Date:   Thu Jul 13 22:19:32 2006 +0000
90694
90695     Fix doxygen
90696     
90697     
90698     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2563 48e7efb5-ca39-0410-a469-dd3cf9ba447f
90699
90700 commit 3e33945312989c2b5a84a31efafd429185ece096
90701 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
90702 Date:   Thu Jul 13 22:00:45 2006 +0000
90703
90704     Fix on hppa: there is no working backtrace() there
90705     
90706     
90707     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2562 48e7efb5-ca39-0410-a469-dd3cf9ba447f
90708
90709 commit ca025a2e6977ee806a33ac2b3c25f431e6643860
90710 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
90711 Date:   Thu Jul 13 20:36:12 2006 +0000
90712
90713     This example moved around
90714     
90715     
90716     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2561 48e7efb5-ca39-0410-a469-dd3cf9ba447f
90717
90718 commit 9bfb1ab31e8c42f6c98d059a9f81bcb5f3b66cf6
90719 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
90720 Date:   Wed Jul 12 23:31:57 2006 +0000
90721
90722     ooups... forgot the $@
90723     
90724     
90725     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2560 48e7efb5-ca39-0410-a469-dd3cf9ba447f
90726
90727 commit 763dd7fdfa3b774696588a9a6cfaab420daec3d1
90728 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
90729 Date:   Wed Jul 12 23:29:21 2006 +0000
90730
90731     Use the same xml files'directory as in gras...
90732     
90733     
90734     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2559 48e7efb5-ca39-0410-a469-dd3cf9ba447f
90735
90736 commit d8781b2b94b359245595de3eb6d14d38b9a420e4
90737 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
90738 Date:   Wed Jul 12 23:28:14 2006 +0000
90739
90740     Modify SD_task structures so that get_start_time, get_finish_time and get_remaining_amount survive/give sensible results when the corresponding action is terminated (as it is freed as soon as it is completed, we have to store relevant values in the SD_task)
90741     
90742     
90743     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2558 48e7efb5-ca39-0410-a469-dd3cf9ba447f
90744
90745 commit 79fc0bd8a433ccf51f3b5020d77d81788fddbf9e
90746 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
90747 Date:   Wed Jul 12 23:25:41 2006 +0000
90748
90749     Fix log message with respect to our recent unit modifications.
90750     
90751     
90752     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2557 48e7efb5-ca39-0410-a469-dd3cf9ba447f
90753
90754 commit 129d63e8d61903819d6bb94b41996a8f045fa699
90755 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
90756 Date:   Wed Jul 12 23:24:25 2006 +0000
90757
90758     Move clock modification to the right location so that finish_time are correct...
90759     
90760     
90761     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2556 48e7efb5-ca39-0410-a469-dd3cf9ba447f
90762
90763 commit 472ee9182d83a0d686ead1761f3d7634660bb37d
90764 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
90765 Date:   Wed Jul 12 23:23:54 2006 +0000
90766
90767     Set start_time.
90768     
90769     
90770     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2555 48e7efb5-ca39-0410-a469-dd3cf9ba447f
90771
90772 commit 835447bed9253b01ae2feb321b9ec0af2c9e7261
90773 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
90774 Date:   Wed Jul 12 23:22:59 2006 +0000
90775
90776     bug fix suggested by Vince... :)
90777     
90778     
90779     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2554 48e7efb5-ca39-0410-a469-dd3cf9ba447f
90780
90781 commit 9738b1ec83c0030ec5a8cda8a8c8f15a95d026d7
90782 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
90783 Date:   Wed Jul 12 21:43:17 2006 +0000
90784
90785     Revert Darina's last changes. This is definitively not the way to go
90786     
90787     
90788     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2553 48e7efb5-ca39-0410-a469-dd3cf9ba447f
90789
90790 commit ef4efc8f19139175697dcf0a2757a7c592ca581b
90791 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
90792 Date:   Wed Jul 12 18:57:25 2006 +0000
90793
90794     automake dont like '-' in names. Move those files from mutual-exclusion/simple-token to mutual_exclusion/simple_token
90795     
90796     
90797     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2552 48e7efb5-ca39-0410-a469-dd3cf9ba447f
90798
90799 commit 81fd63faf12c3935d805b89fad0f9d4efff4d6b8
90800 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
90801 Date:   Wed Jul 12 18:49:58 2006 +0000
90802
90803     Move those files a second time today: automake don't like me using '-' in names, it preferes '_'
90804     
90805     
90806     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2551 48e7efb5-ca39-0410-a469-dd3cf9ba447f
90807
90808 commit 02cf8d9200bd27cb2cc551848069de4803425927
90809 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
90810 Date:   Wed Jul 12 18:49:57 2006 +0000
90811
90812     Move those files a second time today: automake don't like me using '-' in names, it preferes '_'
90813     
90814     
90815     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2550 48e7efb5-ca39-0410-a469-dd3cf9ba447f
90816
90817 commit 276f2858f5bb7a929fa20bd754d2d412bf3efbb4
90818 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
90819 Date:   Wed Jul 12 18:46:25 2006 +0000
90820
90821     Move simple token-ring to a subdir
90822     
90823     
90824     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2549 48e7efb5-ca39-0410-a469-dd3cf9ba447f
90825
90826 commit 66f3b8cb19ab2004198b7d2ff34556dcf6871967
90827 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
90828 Date:   Wed Jul 12 18:39:06 2006 +0000
90829
90830     Revert last change so that it still work
90831     
90832     
90833     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2548 48e7efb5-ca39-0410-a469-dd3cf9ba447f
90834
90835 commit c23253688fb4b4a048a2f2ba1539c20c5c6db9fa
90836 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
90837 Date:   Wed Jul 12 18:37:38 2006 +0000
90838
90839     Let it compile
90840     
90841     
90842     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2547 48e7efb5-ca39-0410-a469-dd3cf9ba447f
90843
90844 commit 567c254430a96af16846fd14c2b84af8af36a056
90845 Author: dimitrov <dimitrov@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
90846 Date:   Wed Jul 12 16:22:25 2006 +0000
90847
90848     catching exceptions if some during amok_bw_request and saturate_start  and
90849     rethrowing them with a value indicating which host died
90850     
90851     
90852     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2546 48e7efb5-ca39-0410-a469-dd3cf9ba447f
90853
90854 commit 290ae378d376167e6090af14de0835ec2efa55a3
90855 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
90856 Date:   Wed Jul 12 12:40:31 2006 +0000
90857
90858     Test functions SD_task_get_start_time and SD_task_get_finish_time
90859     
90860     
90861     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2545 48e7efb5-ca39-0410-a469-dd3cf9ba447f
90862
90863 commit 377bae6d1c676f4f8f1492820a5d334475c5e01b
90864 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
90865 Date:   Wed Jul 12 12:40:02 2006 +0000
90866
90867     Re-import the simple-token example (was named tokenS before)
90868     
90869     
90870     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2544 48e7efb5-ca39-0410-a469-dd3cf9ba447f
90871
90872 commit f0baebe38f2574daa2c03c878538d85d4ffc9b7a
90873 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
90874 Date:   Wed Jul 12 12:35:54 2006 +0000
90875
90876     Move the simple token-ring in a 'mutual-exclusion' subdir since another one of this category is comming
90877     
90878     
90879     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2543 48e7efb5-ca39-0410-a469-dd3cf9ba447f
90880
90881 commit 2bcf38830e79c2e492c7ec0ee8a2f79470722ff3
90882 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
90883 Date:   Wed Jul 12 12:32:32 2006 +0000
90884
90885     some people don't have 1Gb of RAM, apparently. Play nice with them too and limit msg_size to 64Mb instead of 128Mb
90886     
90887     
90888     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2542 48e7efb5-ca39-0410-a469-dd3cf9ba447f
90889
90890 commit a663419ba463280a80d1a5e2a1d8bba6b24f9259
90891 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
90892 Date:   Wed Jul 12 12:22:55 2006 +0000
90893
90894     Add functions SD_task_get_start_time() and SD_task_get_finish_time() to SimDag
90895     
90896     
90897     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2541 48e7efb5-ca39-0410-a469-dd3cf9ba447f
90898
90899 commit ab413d78bd7f3f84d3b12e42a558d362daee3466
90900 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
90901 Date:   Wed Jul 12 12:22:03 2006 +0000
90902
90903     Add functions action_get_start_time() and action_get_finish_time() to Surf
90904     
90905     
90906     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2540 48e7efb5-ca39-0410-a469-dd3cf9ba447f
90907
90908 commit be437b7fa306304527b4b99a22d4bd017586cd68
90909 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
90910 Date:   Wed Jul 12 11:59:59 2006 +0000
90911
90912     s/xbt_host_t/xbt_peer_t/
90913     
90914     
90915     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2539 48e7efb5-ca39-0410-a469-dd3cf9ba447f
90916
90917 commit 0bb3be3bd3933227b8a9fbe29ff6bf426afb1649
90918 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
90919 Date:   Wed Jul 12 11:43:16 2006 +0000
90920
90921     Stupid bug
90922     
90923     
90924     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2538 48e7efb5-ca39-0410-a469-dd3cf9ba447f
90925
90926 commit 01703ed5aaa3aa27a3e2fd6c1a78bb4b87a9da64
90927 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
90928 Date:   Wed Jul 12 11:41:35 2006 +0000
90929
90930     Ignore ignorable
90931     
90932     
90933     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2537 48e7efb5-ca39-0410-a469-dd3cf9ba447f
90934
90935 commit b511b8e4a7d720584d9d9a72b874709869bc10d0
90936 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
90937 Date:   Wed Jul 12 11:39:35 2006 +0000
90938
90939     s/xbt_host_t/xbt_peer_t/
90940     
90941     
90942     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2536 48e7efb5-ca39-0410-a469-dd3cf9ba447f
90943
90944 commit c850a501710406c6fa550141e1438ce6316edbb9
90945 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
90946 Date:   Wed Jul 12 11:37:20 2006 +0000
90947
90948     bug fix
90949     
90950     
90951     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2535 48e7efb5-ca39-0410-a469-dd3cf9ba447f
90952
90953 commit 719139148de38b6d0dd44a684495f6ed8e0d06b5
90954 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
90955 Date:   Wed Jul 12 06:44:47 2006 +0000
90956
90957     Actually use the autocomputed saturation size, too
90958     
90959     
90960     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2534 48e7efb5-ca39-0410-a469-dd3cf9ba447f
90961
90962 commit ba4219dbc519ed46da9db9bf9e34dbdbb0534ed2
90963 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
90964 Date:   Wed Jul 12 06:44:06 2006 +0000
90965
90966     More documentation; logs tweaking; make sure msg_size won't go over 128Mb to avoid the swap
90967     
90968     
90969     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2533 48e7efb5-ca39-0410-a469-dd3cf9ba447f
90970
90971 commit 12ae49296d24d861c54ec09f030827487a179b8c
90972 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
90973 Date:   Wed Jul 12 06:41:08 2006 +0000
90974
90975     small adjustment of the syncronization delays; Let the saturation size be computed automatically
90976     
90977     
90978     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2532 48e7efb5-ca39-0410-a469-dd3cf9ba447f
90979
90980 commit a692599504b1ee4d59a1f4079573f8f5b703d64f
90981 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
90982 Date:   Tue Jul 11 22:05:07 2006 +0000
90983
90984     Arnaud ask me for more documentation in my code. Can you believe it ?? ;)
90985     
90986     
90987     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2531 48e7efb5-ca39-0410-a469-dd3cf9ba447f
90988
90989 commit cf9419413aee24d54dbbbc6199278df283449546
90990 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
90991 Date:   Tue Jul 11 21:57:48 2006 +0000
90992
90993     - Also adapt the message size when experiment is too short to avoid
90994       segmentation
90995     - Use the right exp_size value when computing the bw
90996     
90997     
90998     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2530 48e7efb5-ca39-0410-a469-dd3cf9ba447f
90999
91000 commit ba479548b9ab30bbfa69c8215cca6f03512c2f5d
91001 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
91002 Date:   Mon Jul 10 17:59:35 2006 +0000
91003
91004     allow to autocompute msgsize to achieve Real Saturations
91005     
91006     
91007     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2529 48e7efb5-ca39-0410-a469-dd3cf9ba447f
91008
91009 commit dc623452c9774e898e5547d8aa3757d1621aeb75
91010 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
91011 Date:   Mon Jul 10 14:00:57 2006 +0000
91012
91013     This function could be useful.
91014     
91015     
91016     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2528 48e7efb5-ca39-0410-a469-dd3cf9ba447f
91017
91018 commit 058c687b139f1131ed53c1ddf5703e3e704bb4f8
91019 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
91020 Date:   Mon Jul 10 11:03:02 2006 +0000
91021
91022     SimDag test script
91023     
91024     
91025     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2527 48e7efb5-ca39-0410-a469-dd3cf9ba447f
91026
91027 commit 9c1f25a4516ed1d54c927762c2e4b1cdef92e500
91028 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
91029 Date:   Mon Jul 10 08:55:34 2006 +0000
91030
91031     Add SimDag test
91032     
91033     
91034     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2526 48e7efb5-ca39-0410-a469-dd3cf9ba447f
91035
91036 commit eb00b032747eab3a3c97d69fa8bdaaa59a7df77e
91037 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
91038 Date:   Mon Jul 10 08:53:49 2006 +0000
91039
91040     Update SimDag example
91041     
91042     
91043     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2525 48e7efb5-ca39-0410-a469-dd3cf9ba447f
91044
91045 commit d7634a14de0e11cd4e4cc66acc0982b5b10a9110
91046 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
91047 Date:   Mon Jul 10 07:52:12 2006 +0000
91048
91049     Fix SimDag example
91050     
91051     
91052     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2524 48e7efb5-ca39-0410-a469-dd3cf9ba447f
91053
91054 commit 11362ada741bf755963d71a8236fa63d88726b96
91055 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
91056 Date:   Mon Jul 10 01:44:32 2006 +0000
91057
91058     wait a bit more for master, he's too fat to move fast enough. Slave of any country, get united
91059     
91060     
91061     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2523 48e7efb5-ca39-0410-a469-dd3cf9ba447f
91062
91063 commit a31ac7fe0ed227050cba13b9ca30f590759dfa8e
91064 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
91065 Date:   Mon Jul 10 01:33:33 2006 +0000
91066
91067     These stupid autotools are not even able to remove the files they created
91068     
91069     
91070     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2522 48e7efb5-ca39-0410-a469-dd3cf9ba447f
91071
91072 commit e5d2cf32d83cdf0a1fd56e0ead70c5ba3e56e406
91073 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
91074 Date:   Mon Jul 10 01:15:13 2006 +0000
91075
91076     Convert to amok/hostmanagement (it helps avoiding port number clashes between test directories when running make check)
91077     
91078     
91079     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2521 48e7efb5-ca39-0410-a469-dd3cf9ba447f
91080
91081 commit 11a7f1ad53ad8b84b278206be4c3265dbc6dfe4c
91082 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
91083 Date:   Mon Jul 10 01:03:35 2006 +0000
91084
91085     garde-fou
91086     
91087     
91088     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2520 48e7efb5-ca39-0410-a469-dd3cf9ba447f
91089
91090 commit ae8deb0b01e3d865e2ace3403dd0a6e9946d36b8
91091 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
91092 Date:   Mon Jul 10 00:21:54 2006 +0000
91093
91094     Kill oldies; add the results of the test of graphxml
91095     
91096     
91097     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2519 48e7efb5-ca39-0410-a469-dd3cf9ba447f
91098
91099 commit 80427fc0173a0a7e19200eeaabae05461e02eef1
91100 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
91101 Date:   Mon Jul 10 00:16:26 2006 +0000
91102
91103     clean up
91104     
91105     
91106     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2518 48e7efb5-ca39-0410-a469-dd3cf9ba447f
91107
91108 commit a5830634f03fb2dadd8476f05725a3aae8b0c0d2
91109 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
91110 Date:   Mon Jul 10 00:14:40 2006 +0000
91111
91112     The ENV code which where in the saturation example with no good reason
91113     
91114     
91115     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2517 48e7efb5-ca39-0410-a469-dd3cf9ba447f
91116
91117 commit 54de3cbb5467f6b0e990fae260f06ad5ce645baf
91118 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
91119 Date:   Mon Jul 10 00:13:18 2006 +0000
91120
91121     Convert to amok/hostmanagement; kill ENV from here
91122     
91123     
91124     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2516 48e7efb5-ca39-0410-a469-dd3cf9ba447f
91125
91126 commit e255a72d6624338db9bfdec23c5a34051660d348
91127 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
91128 Date:   Mon Jul 10 00:11:06 2006 +0000
91129
91130     Still more to do
91131     
91132     
91133     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2515 48e7efb5-ca39-0410-a469-dd3cf9ba447f
91134
91135 commit 4ef83f5c64d05388e5a2dfd8f1fa0d71c9caee1b
91136 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
91137 Date:   Mon Jul 10 00:02:50 2006 +0000
91138
91139     cosmetics
91140     
91141     
91142     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2514 48e7efb5-ca39-0410-a469-dd3cf9ba447f
91143
91144 commit 6311b5a3ec785f4a92a64609f02f672d1a925eca
91145 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
91146 Date:   Sun Jul 9 23:59:56 2006 +0000
91147
91148     No need to scary the users for this
91149     
91150     
91151     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2513 48e7efb5-ca39-0410-a469-dd3cf9ba447f
91152
91153 commit b362f44b3941a4b07a255240da19066915fbacb3
91154 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
91155 Date:   Sun Jul 9 23:39:23 2006 +0000
91156
91157     Canceled RPC are a pain right now (until we move to a N/1-port model, they are likely to create a dedlock), so give a lot of information about what went wrong
91158     
91159     
91160     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2512 48e7efb5-ca39-0410-a469-dd3cf9ba447f
91161
91162 commit 7d36c3a38855b874be7b018b2069242b0602e420
91163 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
91164 Date:   Sun Jul 9 23:37:42 2006 +0000
91165
91166     Shorter delays, more logging
91167     
91168     
91169     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2511 48e7efb5-ca39-0410-a469-dd3cf9ba447f
91170
91171 commit 85aaad6189262fb909f57e6bdd57e2d288976971
91172 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
91173 Date:   Sun Jul 9 23:35:59 2006 +0000
91174
91175     shorter delays, more informative logs
91176     
91177     
91178     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2510 48e7efb5-ca39-0410-a469-dd3cf9ba447f
91179
91180 commit 68d37afd19673d60103912f8c118086665f5cf3f
91181 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
91182 Date:   Sun Jul 9 23:34:37 2006 +0000
91183
91184     Plug a memleak
91185     
91186     
91187     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2509 48e7efb5-ca39-0410-a469-dd3cf9ba447f
91188
91189 commit 3489f102970893cd4a0462a176ff855c1a09f85c
91190 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
91191 Date:   Sun Jul 9 23:28:08 2006 +0000
91192
91193     - Do not close sockets closed on other side: user may keep references to them.
91194       Instead, mark them as invalid and ignore them.
91195     - Do raise a timeout when a poll fails (timeout=0, but no message here)
91196     - New function: gras_trp_socketset_dump to display the content of the socket
91197       set.
91198     
91199     
91200     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2508 48e7efb5-ca39-0410-a469-dd3cf9ba447f
91201
91202 commit 949138b814880ec20e78ab4d36d7ace8e90b63d2
91203 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
91204 Date:   Sun Jul 9 09:11:48 2006 +0000
91205
91206     Deal properly with assymetric RPCs
91207     
91208     
91209     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2507 48e7efb5-ca39-0410-a469-dd3cf9ba447f
91210
91211 commit f739471a9775c2d1a3ef5b303aa7a505d065233c
91212 Author: dimitrov <dimitrov@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
91213 Date:   Fri Jul 7 15:08:18 2006 +0000
91214
91215     doing bandwith measurments with MSG
91216     
91217     
91218     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2506 48e7efb5-ca39-0410-a469-dd3cf9ba447f
91219
91220 commit 10bda7a0c02fc986f3447f5321000a0b3d56e663
91221 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
91222 Date:   Fri Jul 7 10:10:48 2006 +0000
91223
91224     Sends in SG now have a 60s timeout. The right way to go is to have an adaptative timeout for both SG and RL, and also for receptions, but it won't be possible before 3.1. Moreover, the previous situation wasn't satisfactory either since we also had a semantic glitch between RL and SG (thanks to the channel semantic)
91225     
91226     
91227     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2505 48e7efb5-ca39-0410-a469-dd3cf9ba447f
91228
91229 commit 4b84ada612ce0dc8021e10783001b5af386bf43f
91230 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
91231 Date:   Fri Jul 7 09:42:32 2006 +0000
91232
91233     Take back the cvs ownership of this file
91234     
91235     
91236     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2504 48e7efb5-ca39-0410-a469-dd3cf9ba447f
91237
91238 commit e4a2719ebe55085fc86be21a545723cf64884a83
91239 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
91240 Date:   Fri Jul 7 09:35:32 2006 +0000
91241
91242     Free the memory
91243     
91244     
91245     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2503 48e7efb5-ca39-0410-a469-dd3cf9ba447f
91246
91247 commit 98f86232eb9857c8c31067d5db378a6ad417165c
91248 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
91249 Date:   Fri Jul 7 09:35:02 2006 +0000
91250
91251     Forgot to initialise a pointer
91252     
91253     
91254     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2502 48e7efb5-ca39-0410-a469-dd3cf9ba447f
91255
91256 commit ba87827c723c452c0c5d88380830f7d0a1bc40cb
91257 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
91258 Date:   Fri Jul 7 09:00:02 2006 +0000
91259
91260     Update the "authors and contributors" section.
91261     
91262     
91263     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2501 48e7efb5-ca39-0410-a469-dd3cf9ba447f
91264
91265 commit 9eec454eff0e5d23fee1eee776df298c9366aef4
91266 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
91267 Date:   Fri Jul 7 07:55:40 2006 +0000
91268
91269     Use action_free to free the actions
91270     
91271     
91272     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2500 48e7efb5-ca39-0410-a469-dd3cf9ba447f
91273
91274 commit 51a5195725c4c524ee5e84d8bab016472a539617
91275 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
91276 Date:   Thu Jul 6 21:38:23 2006 +0000
91277
91278     also save the cbps in SG, the same way I do in RL since a long time. I love calltree
91279     
91280     
91281     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2499 48e7efb5-ca39-0410-a469-dd3cf9ba447f
91282
91283 commit 659ba669d7e5726c70f22d33f62efec4f267f994
91284 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
91285 Date:   Thu Jul 6 21:08:48 2006 +0000
91286
91287     Remove a huge memory leak
91288     
91289     
91290     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2498 48e7efb5-ca39-0410-a469-dd3cf9ba447f
91291
91292 commit 5970a2578992ed4bc926a2e46efa532015ec4a4d
91293 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
91294 Date:   Thu Jul 6 19:17:35 2006 +0000
91295
91296     Works both in RL and SG. Those processes are as stupid as lemmings. They we blocking trying to speak to themselves when all deployed on the same host (the case in RL)
91297     
91298     
91299     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2497 48e7efb5-ca39-0410-a469-dd3cf9ba447f
91300
91301 commit 7854ea73be3445ce2e61f94eff25a17f319649c0
91302 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
91303 Date:   Thu Jul 6 18:59:32 2006 +0000
91304
91305     Add missing SimDag directories
91306     
91307     
91308     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2496 48e7efb5-ca39-0410-a469-dd3cf9ba447f
91309
91310 commit 5983e36cc85d416e5fed405d5df6dfbfedfe3812
91311 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
91312 Date:   Thu Jul 6 17:40:22 2006 +0000
91313
91314     Let's be good boys again and document our changes when they occure
91315     
91316     
91317     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2495 48e7efb5-ca39-0410-a469-dd3cf9ba447f
91318
91319 commit 63c620994dde3ca6d580fef1351497ca17b5c401
91320 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
91321 Date:   Thu Jul 6 17:38:30 2006 +0000
91322
91323     Also display the backtrace on Ctrl-C (use Ctrl-C Ctrl-C to quit)
91324     
91325     
91326     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2494 48e7efb5-ca39-0410-a469-dd3cf9ba447f
91327
91328 commit 1686f70fdc6caf53c2fad8d39aced56a6743cd25
91329 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
91330 Date:   Thu Jul 6 12:43:25 2006 +0000
91331
91332     Use _XBT_INLINE instead of inline
91333     
91334     
91335     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2493 48e7efb5-ca39-0410-a469-dd3cf9ba447f
91336
91337 commit be7ea0ed9c3e51fd120cc4a7d16bcadc8d50f3de
91338 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
91339 Date:   Thu Jul 6 09:32:26 2006 +0000
91340
91341     also display CPPFLAGS
91342     
91343     
91344     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2492 48e7efb5-ca39-0410-a469-dd3cf9ba447f
91345
91346 commit a135e5db92963fb7b1231ff276f4857f3f48cbbf
91347 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
91348 Date:   Thu Jul 6 02:01:26 2006 +0000
91349
91350     SimGrid now works perfectly on gcc 4.x
91351     
91352     
91353     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2491 48e7efb5-ca39-0410-a469-dd3cf9ba447f
91354
91355 commit 2fc83978435be522f53a07b86a9cec5f3c3835ad
91356 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
91357 Date:   Thu Jul 6 02:00:11 2006 +0000
91358
91359     Document my last changes (still missing a lot of things in there)
91360     
91361     
91362     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2490 48e7efb5-ca39-0410-a469-dd3cf9ba447f
91363
91364 commit ce0eed6c0ae76da99731d8cbc85a45103b3c741d
91365 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
91366 Date:   Thu Jul 6 01:48:07 2006 +0000
91367
91368     Fix a stack corruption when xbt_dynar_remove_at was used with object larger than 8bytes. It was the case in gras_procdata_exit: we had a by 4 overflow. This leaded to segfault when using optimization on gcc 4.x since %ebx is stored right after our data in that case. YEAH, it works on gcc 4.x now. I would never have found this without Vince, thanks so much
91369     
91370     
91371     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2489 48e7efb5-ca39-0410-a469-dd3cf9ba447f
91372
91373 commit c2e890e94a25ba9894686a94d8f5f34425599541
91374 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
91375 Date:   Thu Jul 6 00:46:10 2006 +0000
91376
91377     Ah! Some vpath build issues that vince didn't saw (he didn't install flexml ;)
91378     
91379     
91380     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2488 48e7efb5-ca39-0410-a469-dd3cf9ba447f
91381
91382 commit 3523ea09ad6f22794c862a3ce1f6c08666b03600
91383 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
91384 Date:   Thu Jul 6 00:26:14 2006 +0000
91385
91386     Another small fix for Vince, the only guy I know who tries a vpath build on a fresh cvs
91387     
91388     
91389     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2487 48e7efb5-ca39-0410-a469-dd3cf9ba447f
91390
91391 commit 2bddc3a21e510c3ce71107dc675948aa0b130432
91392 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
91393 Date:   Thu Jul 6 00:21:58 2006 +0000
91394
91395     Little fix for vpath building
91396     
91397     
91398     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2486 48e7efb5-ca39-0410-a469-dd3cf9ba447f
91399
91400 commit fd7ac406613a351d1edddc4e7ddbb5af10d5d3ef
91401 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
91402 Date:   Wed Jul 5 13:55:07 2006 +0000
91403
91404     Change some function names
91405     
91406     
91407     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2485 48e7efb5-ca39-0410-a469-dd3cf9ba447f
91408
91409 commit 6917abb37fd33708a5b71554d6cf9e866ba8fe4e
91410 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
91411 Date:   Wed Jul 5 13:48:42 2006 +0000
91412
91413     Add a SimDag example (mixtesim) created from an old SG 2.18 example
91414     
91415     
91416     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2484 48e7efb5-ca39-0410-a469-dd3cf9ba447f
91417
91418 commit 593ae86304a79fe1420cb52505733e079a119ed3
91419 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
91420 Date:   Wed Jul 5 07:47:00 2006 +0000
91421
91422     Small typo (thanks gcc-4.1 for noticing)
91423     
91424     
91425     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2483 48e7efb5-ca39-0410-a469-dd3cf9ba447f
91426
91427 commit 43662fc728466f32cf81488e882c9a699bc56ffd
91428 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
91429 Date:   Wed Jul 5 07:46:08 2006 +0000
91430
91431     Do use the result value of this test (thanks gcc-4.1 for noticing)
91432     
91433     
91434     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2482 48e7efb5-ca39-0410-a469-dd3cf9ba447f
91435
91436 commit c748c88a0d83acdf77816e4061fa4d9c611739c5
91437 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
91438 Date:   Wed Jul 5 07:09:45 2006 +0000
91439
91440     Investiguated a bit the problems we have with gcc-4.0. Let's document what I've found, as well as the --disable-compiler-optimizations workaround
91441     
91442     
91443     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2481 48e7efb5-ca39-0410-a469-dd3cf9ba447f
91444
91445 commit e4da635c1d34e531383f328ec05295d44e028653
91446 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
91447 Date:   Wed Jul 5 06:21:55 2006 +0000
91448
91449     Make sure some paranoid compilers don't choke on our example (unused variable globalcontext)
91450     
91451     
91452     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2480 48e7efb5-ca39-0410-a469-dd3cf9ba447f
91453
91454 commit 0cf55eb21f1c33798b700bc0608d25ed45f52e7b
91455 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
91456 Date:   Tue Jul 4 16:42:25 2006 +0000
91457
91458     Add functions SD_workstation_get_computation_time, SD_workstation_route_get_communication_time, SD_workstation_route_get_latency, SD_workstation_route_get_bandwidth and SD_task_get_execution_time
91459     
91460     
91461     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2479 48e7efb5-ca39-0410-a469-dd3cf9ba447f
91462
91463 commit ca96c65bbc9e57bcb29bbf667e3da5d98ed2675b
91464 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
91465 Date:   Tue Jul 4 14:37:00 2006 +0000
91466
91467     Adding a MSG_task_put_with_timeout function and giving better return values
91468     for __MSG_task_get_with_time_out_from_host.
91469     
91470     
91471     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2478 48e7efb5-ca39-0410-a469-dd3cf9ba447f
91472
91473 commit 340ff76ef967bc9bfb4eb9ac8c8a47e221f91ee7
91474 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
91475 Date:   Tue Jul 4 14:00:25 2006 +0000
91476
91477     Automatic update
91478     
91479     
91480     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2477 48e7efb5-ca39-0410-a469-dd3cf9ba447f
91481
91482 commit b44a4c1363c2831e4ce15471740af17c7b0f4c08
91483 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
91484 Date:   Tue Jul 4 13:44:31 2006 +0000
91485
91486     Display the name of the canceled RPC
91487     
91488     
91489     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2476 48e7efb5-ca39-0410-a469-dd3cf9ba447f
91490
91491 commit 82ef813a5d1cf608e1ae2a80c306a1cee9fceab1
91492 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
91493 Date:   Tue Jul 4 13:42:42 2006 +0000
91494
91495     More debugging (and smaller matrices during the debugging on RL phase)
91496     
91497     
91498     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2475 48e7efb5-ca39-0410-a469-dd3cf9ba447f
91499
91500 commit c506ba473646782a6bf6f901c543416c16ee05ae
91501 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
91502 Date:   Tue Jul 4 13:41:45 2006 +0000
91503
91504     More debugging and shorter timeouts
91505     
91506     
91507     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2474 48e7efb5-ca39-0410-a469-dd3cf9ba447f
91508
91509 commit 6d9a9ffcf04507b7fd0e9ade4349b282cb03ba98
91510 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
91511 Date:   Tue Jul 4 13:40:42 2006 +0000
91512
91513     Not testing in RL would be like hiding problems. We wont do it
91514     
91515     
91516     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2473 48e7efb5-ca39-0410-a469-dd3cf9ba447f
91517
91518 commit 31de8963602310fd497400d0b5befa8ed78036d6
91519 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
91520 Date:   Tue Jul 4 13:38:57 2006 +0000
91521
91522     Some more debugging messages, and shorter delays 'cause I hate waiting in RL
91523     
91524     
91525     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2472 48e7efb5-ca39-0410-a469-dd3cf9ba447f
91526
91527 commit 2e9f637ec9c59777b768b16d44048673092abaca
91528 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
91529 Date:   Tue Jul 4 13:37:40 2006 +0000
91530
91531     At least I found that damn borken char
91532     
91533     
91534     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2471 48e7efb5-ca39-0410-a469-dd3cf9ba447f
91535
91536 commit c3be7dc6fa5ad6632e6f638ed704340cb86ae2aa
91537 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
91538 Date:   Tue Jul 4 13:35:50 2006 +0000
91539
91540     When a GRAS process receives the SIGUSR1 signal, it displays its current backtrace. Another neat stuff for debugging
91541     
91542     
91543     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2470 48e7efb5-ca39-0410-a469-dd3cf9ba447f
91544
91545 commit 46cb4b4accc07e69d02cecac43b3f829a6978fb0
91546 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
91547 Date:   Tue Jul 4 13:34:17 2006 +0000
91548
91549     Signal-related changes
91550     
91551     
91552     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2469 48e7efb5-ca39-0410-a469-dd3cf9ba447f
91553
91554 commit b7d4846f96db751134c9b0bb546f40a84a61265b
91555 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
91556 Date:   Tue Jul 4 13:33:32 2006 +0000
91557
91558     Check for signal mechanism
91559     
91560     
91561     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2468 48e7efb5-ca39-0410-a469-dd3cf9ba447f
91562
91563 commit 149eacb246aabe7926f62376466d558a102e7c24
91564 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
91565 Date:   Mon Jul 3 14:23:54 2006 +0000
91566
91567     Add functions SD_link_get_list() and SD_link_get_number() + optimize SD_workstation_get_list()
91568     
91569     
91570     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2467 48e7efb5-ca39-0410-a469-dd3cf9ba447f
91571
91572 commit 7096a14ba7ced90d836aade4d15ae5854168f865
91573 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
91574 Date:   Mon Jul 3 08:42:24 2006 +0000
91575
91576     Allow how_long to be negative
91577     
91578     
91579     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2466 48e7efb5-ca39-0410-a469-dd3cf9ba447f
91580
91581 commit bfbedfca46f7b5e86d1db2ed02106587550a65d8
91582 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
91583 Date:   Mon Jul 3 07:00:46 2006 +0000
91584
91585     Use macros DEBUG and INFO instead of printf
91586     
91587     
91588     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2465 48e7efb5-ca39-0410-a469-dd3cf9ba447f
91589
91590 commit e01617e0cf654cb8f49f40baf572d9801e3da1e9
91591 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
91592 Date:   Fri Jun 30 13:53:15 2006 +0000
91593
91594     Amount is finally back
91595     
91596     
91597     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2464 48e7efb5-ca39-0410-a469-dd3cf9ba447f
91598
91599 commit 55077d62008fdeb02f282e971cd4b1ee5103fc07
91600 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
91601 Date:   Fri Jun 30 11:34:28 2006 +0000
91602
91603     Remove attribute amount from structure task
91604     
91605     
91606     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2463 48e7efb5-ca39-0410-a469-dd3cf9ba447f
91607
91608 commit 2dc05ae685723a13f5244736364c22a87a0c3ad0
91609 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
91610 Date:   Thu Jun 29 12:15:17 2006 +0000
91611
91612     Forgot to remove some debug information
91613     
91614     
91615     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2462 48e7efb5-ca39-0410-a469-dd3cf9ba447f
91616
91617 commit 18063eeb619847565123bd64a8f017c932608fd2
91618 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
91619 Date:   Thu Jun 29 12:12:10 2006 +0000
91620
91621     Optimize SD_simulate and fix bugs
91622     
91623     
91624     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2461 48e7efb5-ca39-0410-a469-dd3cf9ba447f
91625
91626 commit 3f17e7a2d9e727cf8ba2da354280f3afd329c8a6
91627 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
91628 Date:   Wed Jun 28 13:26:42 2006 +0000
91629
91630     Finish SimDag documentation
91631     
91632     
91633     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2460 48e7efb5-ca39-0410-a469-dd3cf9ba447f
91634
91635 commit 87f40446646326cb07fe9d8f15034826c2fa9d19
91636 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
91637 Date:   Wed Jun 28 09:05:15 2006 +0000
91638
91639     Add documentation for workstations and fix a few bugs
91640     
91641     
91642     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2459 48e7efb5-ca39-0410-a469-dd3cf9ba447f
91643
91644 commit 4ab1b8d93ffc4298887caa903a51a9a5e6264d46
91645 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
91646 Date:   Tue Jun 27 21:40:27 2006 +0000
91647
91648     How can I be so bad at boolean expression?
91649     
91650     
91651     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2458 48e7efb5-ca39-0410-a469-dd3cf9ba447f
91652
91653 commit 510ceeffe379c276a6af4844c2724f960650167f
91654 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
91655 Date:   Tue Jun 27 21:25:34 2006 +0000
91656
91657     React sainly in gras_msg_wait() when the sender dies in RL between sending the header and sending the body: ignore the message (and hope for a better one afterward)
91658     
91659     
91660     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2457 48e7efb5-ca39-0410-a469-dd3cf9ba447f
91661
91662 commit eab4b9a9c7125a56a7e89065a889831d05799733
91663 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
91664 Date:   Tue Jun 27 21:22:22 2006 +0000
91665
91666     Fix the gras_socket_server_range function: only return the tested socket when it works (in SG, it worked every time, but bad things sometimes happen on RL)
91667     
91668     
91669     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2456 48e7efb5-ca39-0410-a469-dd3cf9ba447f
91670
91671 commit e1a2b99c9a458df65df7d91e6290a474694ac6bd
91672 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
91673 Date:   Tue Jun 27 21:20:11 2006 +0000
91674
91675     The fact that peer closed the socket should be detected right after the select(). If we see it here, there was a problem. So, raise the exception in any case to allow messaging layer to react sainly to it (right now, the receiver would go into an infinite loop when the sender dies between the header send and the body send)
91676     
91677     
91678     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2455 48e7efb5-ca39-0410-a469-dd3cf9ba447f
91679
91680 commit 8ee70b668c07f312f934575c35d8905dc27775cd
91681 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
91682 Date:   Tue Jun 27 19:47:25 2006 +0000
91683
91684     Do not go for an endless block wait in handleall (ie, make sure the waiting
91685     time is positive)
91686     
91687     
91688     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2454 48e7efb5-ca39-0410-a469-dd3cf9ba447f
91689
91690 commit c772bd3ca436f84d672d120e94351e2acf9e327c
91691 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
91692 Date:   Tue Jun 27 14:42:50 2006 +0000
91693
91694     Missing cases
91695     
91696     
91697     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2453 48e7efb5-ca39-0410-a469-dd3cf9ba447f
91698
91699 commit 399074b4ede421f542db26f61e9f435a0930e8b9
91700 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
91701 Date:   Tue Jun 27 14:31:11 2006 +0000
91702
91703     Add a state SD_READY to the tasks to optimize SD_simulate
91704     
91705     
91706     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2452 48e7efb5-ca39-0410-a469-dd3cf9ba447f
91707
91708 commit f96a606bca4f8de2bf9ab2307db1d64bbeeb0d93
91709 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
91710 Date:   Tue Jun 27 14:29:48 2006 +0000
91711
91712     Add references
91713     
91714     
91715     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2451 48e7efb5-ca39-0410-a469-dd3cf9ba447f
91716
91717 commit 81f80a4bedcbda4763f11f9e4853b9085ba122a8
91718 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
91719 Date:   Tue Jun 27 13:24:51 2006 +0000
91720
91721     Make sure that doxygen don't complain and do the right thing at the same time (tricky to achieve)
91722     
91723     
91724     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2450 48e7efb5-ca39-0410-a469-dd3cf9ba447f
91725
91726 commit 6d8c0d29800852cbaf1a2fc70631994365ba4668
91727 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
91728 Date:   Tue Jun 27 13:11:47 2006 +0000
91729
91730     Documentation fixups
91731     
91732     
91733     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2449 48e7efb5-ca39-0410-a469-dd3cf9ba447f
91734
91735 commit 5039b5173e59b6da9f849e09d9de348adbefd25e
91736 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
91737 Date:   Tue Jun 27 12:33:59 2006 +0000
91738
91739     Update SimDag documentation: main page and datatypes
91740     
91741     
91742     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2448 48e7efb5-ca39-0410-a469-dd3cf9ba447f
91743
91744 commit 510e24652262cadce33b0d83c6743f03eaa349d6
91745 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
91746 Date:   Tue Jun 27 12:17:18 2006 +0000
91747
91748     Calm down, doxygen
91749     
91750     
91751     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2447 48e7efb5-ca39-0410-a469-dd3cf9ba447f
91752
91753 commit b99147b3db04110c0cc1f3b70594cea66e42db83
91754 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
91755 Date:   Tue Jun 27 12:01:50 2006 +0000
91756
91757     Add SimDag to the picture (since my mouse is working right now)
91758     
91759     
91760     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2446 48e7efb5-ca39-0410-a469-dd3cf9ba447f
91761
91762 commit 7ffa115b390e378b3c55a9068ce183c5d1308ef8
91763 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
91764 Date:   Tue Jun 27 08:23:28 2006 +0000
91765
91766     Working on SimDag documentation
91767     
91768     
91769     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2445 48e7efb5-ca39-0410-a469-dd3cf9ba447f
91770
91771 commit 40b53449bdcc2794891eb2316a58770a7f5eb9c1
91772 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
91773 Date:   Tue Jun 27 07:12:12 2006 +0000
91774
91775     Add SD to the doc hierarchie
91776     
91777     
91778     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2444 48e7efb5-ca39-0410-a469-dd3cf9ba447f
91779
91780 commit 2dcb15800f469ebddef0520d6e1a0b5d67a59ef6
91781 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
91782 Date:   Tue Jun 27 07:11:25 2006 +0000
91783
91784     Add SimDag to the documentation hierarchie
91785     
91786     
91787     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2443 48e7efb5-ca39-0410-a469-dd3cf9ba447f
91788
91789 commit d5006bee977eef019719db64b3dfd56aa485cb77
91790 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
91791 Date:   Tue Jun 27 07:10:05 2006 +0000
91792
91793     Create a proper channel hierarchie for SD
91794     
91795     
91796     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2442 48e7efb5-ca39-0410-a469-dd3cf9ba447f
91797
91798 commit 2b14c9b1fdb139830589a67d738473490b471f34
91799 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
91800 Date:   Mon Jun 26 14:49:17 2006 +0000
91801
91802     This is how this test should be started in RL when it will be
91803     
91804     
91805     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2441 48e7efb5-ca39-0410-a469-dd3cf9ba447f
91806
91807 commit aeea644625c718e4358f2b34d197f87dbb5b5f5e
91808 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
91809 Date:   Mon Jun 26 14:48:41 2006 +0000
91810
91811     Take it easy : don't run this test in RL since it's not ready yet
91812     
91813     
91814     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2440 48e7efb5-ca39-0410-a469-dd3cf9ba447f
91815
91816 commit 795d4f3883317c84038a2ba73670967dcad9a48a
91817 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
91818 Date:   Mon Jun 26 14:47:59 2006 +0000
91819
91820     Register the messages in the master too
91821     
91822     
91823     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2439 48e7efb5-ca39-0410-a469-dd3cf9ba447f
91824
91825 commit f76d29290161a33f4fff55437a22821e685787b3
91826 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
91827 Date:   Mon Jun 26 14:36:03 2006 +0000
91828
91829     Reduce the PROC_MATRIX_SIZE so that the deployment file works; do not display the matrix when it's too large
91830     
91831     
91832     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2438 48e7efb5-ca39-0410-a469-dd3cf9ba447f
91833
91834 commit 5af5363d2d50ddf6fdb149228e64eb066e1ab28a
91835 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
91836 Date:   Mon Jun 26 14:32:06 2006 +0000
91837
91838     Do test this in RL too
91839     
91840     
91841     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2437 48e7efb5-ca39-0410-a469-dd3cf9ba447f
91842
91843 commit d30b539fbe337850199e4ea005305e06e79b3183
91844 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
91845 Date:   Mon Jun 26 14:08:25 2006 +0000
91846
91847     Adapt the deployment file to the lastest changes in hte source (msgsize added)
91848     
91849     
91850     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2436 48e7efb5-ca39-0410-a469-dd3cf9ba447f
91851
91852 commit 2db7dfc9f2891898e38510ded649b03e78be28cb
91853 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
91854 Date:   Mon Jun 26 14:07:55 2006 +0000
91855
91856     Useless cosmetics
91857     
91858     
91859     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2435 48e7efb5-ca39-0410-a469-dd3cf9ba447f
91860
91861 commit 25001f5d08a23c1094eacb4c5e8368bf07074167
91862 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
91863 Date:   Mon Jun 26 14:04:11 2006 +0000
91864
91865     Fix SD_simulate return value
91866     
91867     
91868     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2434 48e7efb5-ca39-0410-a469-dd3cf9ba447f
91869
91870 commit acbc8f35e5a8520356ce5a527971e6685a4e5793
91871 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
91872 Date:   Mon Jun 26 13:57:20 2006 +0000
91873
91874     Detect socket closed by peer in the transport layer, so that such things don't polute the messaging layer. This is done by recv() on the socket, which is not allowed on 'file sockets'. So, add a property to the sockets indicating whether it is ok to recv() on the socket or not, and then use it right after the select to detect dead horses
91875     
91876     
91877     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2433 48e7efb5-ca39-0410-a469-dd3cf9ba447f
91878
91879 commit 883fca3cce00e333e4970bfb63e0b028188f25db
91880 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
91881 Date:   Mon Jun 26 13:28:33 2006 +0000
91882
91883     Fix SimDag compilation warnings.
91884     
91885     
91886     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2432 48e7efb5-ca39-0410-a469-dd3cf9ba447f
91887
91888 commit d025d7c1cb392baeaaed4b058f0ec82b9cb11fde
91889 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
91890 Date:   Mon Jun 26 12:08:48 2006 +0000
91891
91892     Cosmetics + adding simdag to the main compilation branch.
91893     
91894     
91895     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2431 48e7efb5-ca39-0410-a469-dd3cf9ba447f
91896
91897 commit 1be63131cd544fd1e142525439c89b7140509bd3
91898 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
91899 Date:   Mon Jun 26 11:47:57 2006 +0000
91900
91901     Moving sd_test.c to examples
91902     
91903     
91904     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2430 48e7efb5-ca39-0410-a469-dd3cf9ba447f
91905
91906 commit fde322aea2fa9ee1dc887875f4719f8a818bb6d4
91907 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
91908 Date:   Mon Jun 26 08:33:54 2006 +0000
91909
91910     Update function SD_simulate.
91911     
91912     
91913     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2429 48e7efb5-ca39-0410-a469-dd3cf9ba447f
91914
91915 commit c22474b6cb132c199c1708c093c9544418bacecc
91916 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
91917 Date:   Fri Jun 23 20:47:47 2006 +0000
91918
91919     Do not forget to insert task in the correct swag after having updated
91920     task->state_set.
91921     
91922     
91923     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2428 48e7efb5-ca39-0410-a469-dd3cf9ba447f
91924
91925 commit 7093fb34d72a218454bc09aff6f970d68442e0ce
91926 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
91927 Date:   Fri Jun 23 14:59:53 2006 +0000
91928
91929     Detect when a task reaches a watch point.
91930     
91931     
91932     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2427 48e7efb5-ca39-0410-a469-dd3cf9ba447f
91933
91934 commit 94446121333b0ae1ae6eea3c32124fd4b3df62f2
91935 Author: amad206 <amad206@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
91936 Date:   Fri Jun 23 12:58:52 2006 +0000
91937
91938     Modify the all2all to support all data Message Size
91939     and make_deployment to add a massage size in deployment files
91940     
91941     
91942     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2426 48e7efb5-ca39-0410-a469-dd3cf9ba447f
91943
91944 commit ca7838c3440b5dab4545fc2ebdfc52ff0717cf3a
91945 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
91946 Date:   Fri Jun 23 08:47:13 2006 +0000
91947
91948     Make private structures SD_link and SD_workstation
91949     
91950     
91951     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2425 48e7efb5-ca39-0410-a469-dd3cf9ba447f
91952
91953 commit 96f99f2c43f129472ec7603caef3e370be91e13e
91954 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
91955 Date:   Fri Jun 23 08:08:24 2006 +0000
91956
91957     Use swags to handle task states and change structure s_SD_task_t.
91958     
91959     
91960     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2424 48e7efb5-ca39-0410-a469-dd3cf9ba447f
91961
91962 commit e9db5085c8ca743ddfb4335d34c8927e1c758162
91963 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
91964 Date:   Thu Jun 22 09:41:48 2006 +0000
91965
91966     Add a function SD_task_dependency_get_data and improve some code
91967     
91968     
91969     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2423 48e7efb5-ca39-0410-a469-dd3cf9ba447f
91970
91971 commit c7f5f06143485b58932a0dae4f9117925fbbefc5
91972 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
91973 Date:   Thu Jun 22 09:23:06 2006 +0000
91974
91975     Replace xbt_dynar_get_ptr by xbt_dynar_get_cpy to simplify code
91976     
91977     
91978     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2422 48e7efb5-ca39-0410-a469-dd3cf9ba447f
91979
91980 commit d74b4977daa2266f5a80c90d906c01eff72b4d7d
91981 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
91982 Date:   Thu Jun 22 09:15:59 2006 +0000
91983
91984     Implement functions SD_task_dependency_add and SD_task_dependency_remove.
91985     
91986     
91987     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2421 48e7efb5-ca39-0410-a469-dd3cf9ba447f
91988
91989 commit ea6da6025c7205848109303d8e90edad0727e819
91990 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
91991 Date:   Thu Jun 22 08:09:49 2006 +0000
91992
91993     STUPID ME. Don't die awfully when pals shutdown there sockets properly. Shame, shame
91994     
91995     
91996     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2420 48e7efb5-ca39-0410-a469-dd3cf9ba447f
91997
91998 commit cf2a35d25a76593a26415d9fabde93546bcfaede
91999 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
92000 Date:   Thu Jun 22 08:07:04 2006 +0000
92001
92002     More verbose on processes interactions
92003     
92004     
92005     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2419 48e7efb5-ca39-0410-a469-dd3cf9ba447f
92006
92007 commit b0be68a14fa76482e2ed06cb07be107a6d5c5c22
92008 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
92009 Date:   Thu Jun 22 08:04:03 2006 +0000
92010
92011     Those sleeps in the run script are redundent with the ones in the code
92012     
92013     
92014     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2418 48e7efb5-ca39-0410-a469-dd3cf9ba447f
92015
92016 commit 3e96889c27396fab9cf26b4c22d282dfc962a1a5
92017 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
92018 Date:   Wed Jun 21 14:26:21 2006 +0000
92019
92020     Implement SD_task_schedule, SD_task_unschedule and other SimDag stuff.
92021     
92022     
92023     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2417 48e7efb5-ca39-0410-a469-dd3cf9ba447f
92024
92025 commit fb29ecfb181924366b859d2dc26304d05a0eb85d
92026 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
92027 Date:   Wed Jun 21 09:46:18 2006 +0000
92028
92029     Implement functions SD_get_amount, SD_get_remaining_amount, SD_watch and SD_unwatch
92030     
92031     
92032     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2416 48e7efb5-ca39-0410-a469-dd3cf9ba447f
92033
92034 commit ee24b60d93f8cba630f8f8d60608f1f4eba309a2
92035 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
92036 Date:   Wed Jun 21 07:47:24 2006 +0000
92037
92038     Remove the binary file
92039     
92040     
92041     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2415 48e7efb5-ca39-0410-a469-dd3cf9ba447f
92042
92043 commit 3ac9e81ace9b9a129314e7e5e489dcdf583547da
92044 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
92045 Date:   Wed Jun 21 07:43:13 2006 +0000
92046
92047     Add a simple test program for SimDag.
92048     
92049     
92050     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2414 48e7efb5-ca39-0410-a469-dd3cf9ba447f
92051
92052 commit 3cbdff2439bf851c8bfe40bb452dc3a6f702424d
92053 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
92054 Date:   Tue Jun 20 23:37:07 2006 +0000
92055
92056     First draft, doesn't work for now but I can barely keep the eyes open
92057     
92058     
92059     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2413 48e7efb5-ca39-0410-a469-dd3cf9ba447f
92060
92061 commit 8e55dc0b4b00f0616482bb8a86e18a7c3f88a903
92062 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
92063 Date:   Tue Jun 20 23:36:38 2006 +0000
92064
92065     cleanups and fixups. Seems to work now (but computation time are not reported into simulator, and slave number is hardcoded for now)
92066     
92067     
92068     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2412 48e7efb5-ca39-0410-a469-dd3cf9ba447f
92069
92070 commit 75ab9579163d7854f8a262ab0cc04739d876b538
92071 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
92072 Date:   Tue Jun 20 23:09:56 2006 +0000
92073
92074     Proper module use count to plug a (tiny) memleak
92075     
92076     
92077     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2411 48e7efb5-ca39-0410-a469-dd3cf9ba447f
92078
92079 commit c7b2c29e2b9a749e6d4d2c6bf34c1e2501c274e1
92080 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
92081 Date:   Tue Jun 20 22:52:31 2006 +0000
92082
92083     memleak
92084     
92085     
92086     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2410 48e7efb5-ca39-0410-a469-dd3cf9ba447f
92087
92088 commit 397e06f8d2c5a2af351acb61724c047844187b59
92089 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
92090 Date:   Tue Jun 20 22:47:24 2006 +0000
92091
92092     Do really fill this with zeros
92093     
92094     
92095     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2409 48e7efb5-ca39-0410-a469-dd3cf9ba447f
92096
92097 commit 0a7eb8c381f11279a5b6e1e97a726ff8d0746bcd
92098 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
92099 Date:   Tue Jun 20 14:49:27 2006 +0000
92100
92101     Update SimDag task structure.
92102     
92103     
92104     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2408 48e7efb5-ca39-0410-a469-dd3cf9ba447f
92105
92106 commit 9155a460bc645b1664a3e3acd7a68ba6786f19b2
92107 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
92108 Date:   Tue Jun 20 11:37:36 2006 +0000
92109
92110     Remove field name from strucure SD_link_t.
92111     
92112     
92113     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2407 48e7efb5-ca39-0410-a469-dd3cf9ba447f
92114
92115 commit 8750e7f378b5d48477e1b0b2796a437366a3ea2b
92116 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
92117 Date:   Tue Jun 20 09:55:46 2006 +0000
92118
92119     Implement functions SD_workstation_route_get_list, SD_workstation_route_get_size, SD_link_get_name, SD_link_get_bandwidth and SD_link_get_latency. Add functions in Surf
92120     to access those information.
92121     
92122     
92123     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2406 48e7efb5-ca39-0410-a469-dd3cf9ba447f
92124
92125 commit b02e11f6fc037a54fdbddc5a11d0c40dac1ef4c9
92126 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
92127 Date:   Tue Jun 20 07:44:49 2006 +0000
92128
92129     Prototype of gras_os_myport(), which happens to be implemented in transport module, but from the user POV it should be here, I think
92130     
92131     
92132     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2405 48e7efb5-ca39-0410-a469-dd3cf9ba447f
92133
92134 commit bd82ebda0248c3578d25352e6f4729d0e9f4c66c
92135 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
92136 Date:   Tue Jun 20 07:43:24 2006 +0000
92137
92138     Increase an hard-coded timeout since it gave me a bunch of headheaches in the simulations
92139     
92140     
92141     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2404 48e7efb5-ca39-0410-a469-dd3cf9ba447f
92142
92143 commit 0e6aa71ce204a2d54e9d7f9a1c60fff8f389aa6a
92144 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
92145 Date:   Tue Jun 20 07:42:32 2006 +0000
92146
92147     you're too verbose, dude
92148     
92149     
92150     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2403 48e7efb5-ca39-0410-a469-dd3cf9ba447f
92151
92152 commit c343c5c7ff19a75e79a7efcafb227e90b02a81ae
92153 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
92154 Date:   Tue Jun 20 07:41:27 2006 +0000
92155
92156     Don't use measurement sockets as master socket; add the gras_os_myport() function to retrieve the master socket number
92157     
92158     
92159     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2402 48e7efb5-ca39-0410-a469-dd3cf9ba447f
92160
92161 commit 3209c46f1f747594d2a66a527ca9d5091fa7c3df
92162 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
92163 Date:   Tue Jun 20 07:30:33 2006 +0000
92164
92165     try to detect and discard RPC answers to already cancelled RPC. Don't really work yet since we use a 1-port model. Cancelling a RPC and resubmitting it will result in a beautifull deadlock
92166     
92167     
92168     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2401 48e7efb5-ca39-0410-a469-dd3cf9ba447f
92169
92170 commit fbe931e3c86ea3b79130440b0c5f184d3affa51c
92171 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
92172 Date:   Tue Jun 20 07:28:55 2006 +0000
92173
92174     More informative names when verbose running (useful when stopping the simulation with Ctrl-C)
92175     
92176     
92177     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2400 48e7efb5-ca39-0410-a469-dd3cf9ba447f
92178
92179 commit 688697437ee29632f93998b1d41fcc0f8cb9faee
92180 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
92181 Date:   Tue Jun 20 07:06:05 2006 +0000
92182
92183     Fix function get_route
92184     
92185     
92186     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2399 48e7efb5-ca39-0410-a469-dd3cf9ba447f
92187
92188 commit 04b62daf10d4a89e8a74ec793403183009da153b
92189 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
92190 Date:   Mon Jun 19 15:26:03 2006 +0000
92191
92192     Implement function get_route in model KCCFLN05 (not tested yet...)
92193     
92194     
92195     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2398 48e7efb5-ca39-0410-a469-dd3cf9ba447f
92196
92197 commit 52f9687dc29416ebfb912151beca87b2d7aab118
92198 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
92199 Date:   Mon Jun 19 14:55:15 2006 +0000
92200
92201     Update function __SD_link_destroy
92202     
92203     
92204     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2397 48e7efb5-ca39-0410-a469-dd3cf9ba447f
92205
92206 commit d30904268d899470a9945d5f29be7e06eca645c5
92207 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
92208 Date:   Mon Jun 19 14:54:42 2006 +0000
92209
92210     Better output...
92211     
92212     
92213     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2396 48e7efb5-ca39-0410-a469-dd3cf9ba447f
92214
92215 commit ab18a775a1f75bc5899cab352f64334fee259216
92216 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
92217 Date:   Mon Jun 19 14:53:56 2006 +0000
92218
92219     Add prototype of function get_route in Surf
92220     
92221     
92222     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2395 48e7efb5-ca39-0410-a469-dd3cf9ba447f
92223
92224 commit 8a809d7e6c41d91ba4e804783c61e35f197b196e
92225 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
92226 Date:   Mon Jun 19 14:19:39 2006 +0000
92227
92228     Adding more informations when blocking. Should help debugging.
92229     
92230     
92231     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2394 48e7efb5-ca39-0410-a469-dd3cf9ba447f
92232
92233 commit 702d6d0fe6771c35145c22266e0271c0c7daf0b7
92234 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
92235 Date:   Mon Jun 19 13:02:30 2006 +0000
92236
92237     Implement link names in SimDag.
92238     
92239     
92240     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2393 48e7efb5-ca39-0410-a469-dd3cf9ba447f
92241
92242 commit 1f9e1424e8bfd8214561ba0675276f91ebc308c2
92243 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
92244 Date:   Mon Jun 19 12:34:17 2006 +0000
92245
92246     Cosmetics in __MSG_display_process_status + do publish its prototype in the private header so htat it works for you too
92247     
92248     
92249     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2392 48e7efb5-ca39-0410-a469-dd3cf9ba447f
92250
92251 commit f5d754e303bade51260fbcee19f9bb987eb7cb13
92252 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
92253 Date:   Mon Jun 19 07:26:02 2006 +0000
92254
92255     Add a function get_available_speed in Surf workstation and cpu models in order to implement function SD_get_available_power in SimDag
92256     
92257     
92258     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2391 48e7efb5-ca39-0410-a469-dd3cf9ba447f
92259
92260 commit 0e032ce75eebc9e6f6e2411d1b7937fe0370b16b
92261 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
92262 Date:   Sun Jun 18 21:28:17 2006 +0000
92263
92264     Who said I never write documentation ? ;)
92265     
92266     
92267     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2390 48e7efb5-ca39-0410-a469-dd3cf9ba447f
92268
92269 commit 4e15af19d133f86002870e5f7879a78c9f9f5d70
92270 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
92271 Date:   Sun Jun 18 20:25:25 2006 +0000
92272
92273     Adding arrows.
92274     
92275     
92276     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2389 48e7efb5-ca39-0410-a469-dd3cf9ba447f
92277
92278 commit 1f5961fb2d9a99ce7117287a031bea7129eba888
92279 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
92280 Date:   Sun Jun 18 13:28:03 2006 +0000
92281
92282     Drawing states...
92283     
92284     
92285     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2388 48e7efb5-ca39-0410-a469-dd3cf9ba447f
92286
92287 commit ba78426a00f0f0e74fe1dee5f40f2e1b416f9ee2
92288 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
92289 Date:   Sun Jun 18 10:54:00 2006 +0000
92290
92291     Starting to work on a MSG-specific Paje substitute.
92292     
92293     
92294     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2387 48e7efb5-ca39-0410-a469-dd3cf9ba447f
92295
92296 commit 748690bcd412302040caedf121b1c07eec881d0d
92297 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
92298 Date:   Sat Jun 17 09:36:02 2006 +0000
92299
92300     Display the current processes status when the simulation is killed by a Ctrl-C
92301     
92302     
92303     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2386 48e7efb5-ca39-0410-a469-dd3cf9ba447f
92304
92305 commit aadbd4bb58506669d52d3b33fde49ceea2e771fd
92306 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
92307 Date:   Fri Jun 16 14:01:46 2006 +0000
92308
92309     Fix a memory leak.
92310     
92311     
92312     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2385 48e7efb5-ca39-0410-a469-dd3cf9ba447f
92313
92314 commit 6604439f3437486f84c0e239f28b162662631127
92315 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
92316 Date:   Fri Jun 16 13:32:52 2006 +0000
92317
92318     Update workstation handling in SimDag. Change the prefix of SimDag functions with SD_* instead of the old SG_*.
92319     
92320     
92321     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2384 48e7efb5-ca39-0410-a469-dd3cf9ba447f
92322
92323 commit d9071b890daa80de72f89754f779392e1c582eb7
92324 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
92325 Date:   Fri Jun 16 13:28:08 2006 +0000
92326
92327     One day ALNeM will be referenced here... :)
92328     
92329     
92330     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2383 48e7efb5-ca39-0410-a469-dd3cf9ba447f
92331
92332 commit cf6462fa490b741ba5c0b5fd6bb64838d9093fd1
92333 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
92334 Date:   Thu Jun 15 15:56:00 2006 +0000
92335
92336     Update destructors and test access to surf structures
92337     
92338     
92339     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2382 48e7efb5-ca39-0410-a469-dd3cf9ba447f
92340
92341 commit 8d0eaea75f444b5ac20edfca6d4ce04cee7307e7
92342 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
92343 Date:   Thu Jun 15 14:44:52 2006 +0000
92344
92345     Add private structures and functions + wrapping for Surf links and workstations
92346     
92347     
92348     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2381 48e7efb5-ca39-0410-a469-dd3cf9ba447f
92349
92350 commit e4fad1fad880c7fc0aebe999e0a2d627d9e42949
92351 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
92352 Date:   Wed Jun 14 12:26:27 2006 +0000
92353
92354     Fixed a mistake.
92355     
92356     
92357     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2380 48e7efb5-ca39-0410-a469-dd3cf9ba447f
92358
92359 commit f3af8b430269d158689ad7cdef5b5e54df8360a1
92360 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
92361 Date:   Wed Jun 14 12:23:48 2006 +0000
92362
92363     Working on SimDag.
92364     
92365     
92366     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2379 48e7efb5-ca39-0410-a469-dd3cf9ba447f
92367
92368 commit cfc534f877804bee49c17b392d6c1c54a82257ae
92369 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
92370 Date:   Wed Jun 14 08:32:48 2006 +0000
92371
92372     Missing LOG 9 and LOG10 when XBT_LOG_MAYDAY is defined
92373     
92374     
92375     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2378 48e7efb5-ca39-0410-a469-dd3cf9ba447f
92376
92377 commit acf57cdad5e2bf1046a3f1b39e7e18b045a7121d
92378 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
92379 Date:   Tue Jun 13 13:00:53 2006 +0000
92380
92381     First SimDag draft. See http://simgrid.gforge.inria.fr/doc/faq.html#faq_SG_future
92382     
92383     
92384     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2377 48e7efb5-ca39-0410-a469-dd3cf9ba447f
92385
92386 commit 33eeb4be26b53ed1561488ce78e392b40ecf74df
92387 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
92388 Date:   Tue Jun 13 08:59:37 2006 +0000
92389
92390     More work on this. Looks better now, but still doesn't run properly
92391     
92392     
92393     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2376 48e7efb5-ca39-0410-a469-dd3cf9ba447f
92394
92395 commit e4ad10b76792651791deb2fcdb1540c490ef149e
92396 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
92397 Date:   Tue Jun 13 08:59:04 2006 +0000
92398
92399     Logging improvements
92400     
92401     
92402     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2375 48e7efb5-ca39-0410-a469-dd3cf9ba447f
92403
92404 commit 06080b9bcef5afd02c6235ba1468c7fd3c3146b3
92405 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
92406 Date:   Tue Jun 13 08:58:32 2006 +0000
92407
92408     New annotation for the parsing macro: subtype. We can now parse automatically structs containing matrices or dynars. Yeah (still to be documented though)
92409     
92410     
92411     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2374 48e7efb5-ca39-0410-a469-dd3cf9ba447f
92412
92413 commit 58b46d711c48cf9fd84097b9ee3ebfeb181ba4bc
92414 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
92415 Date:   Tue Jun 13 08:53:03 2006 +0000
92416
92417     Why the hell should pointer address printing be something else than debug? ;)
92418     
92419     
92420     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2373 48e7efb5-ca39-0410-a469-dd3cf9ba447f
92421
92422 commit a63c83a55c527e6e95c92cf2ef65ae575902387e
92423 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
92424 Date:   Tue Jun 13 08:52:24 2006 +0000
92425
92426     Some new functions to this. Bloatware, here we come.
92427     
92428     
92429     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2372 48e7efb5-ca39-0410-a469-dd3cf9ba447f
92430
92431 commit 20f32f95d1c04327ecc47db8a0fa978805a28d6f
92432 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
92433 Date:   Tue Jun 13 08:49:29 2006 +0000
92434
92435     Add a type to our collection
92436     
92437     
92438     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2371 48e7efb5-ca39-0410-a469-dd3cf9ba447f
92439
92440 commit 2be9d7a0f6b86efddc28c5659cf3902a28cb4f4d
92441 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
92442 Date:   Tue Jun 13 08:48:53 2006 +0000
92443
92444     I admit. DEBUG10 is purely insane
92445     
92446     
92447     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2370 48e7efb5-ca39-0410-a469-dd3cf9ba447f
92448
92449 commit 0180bf201ee9730f75e6500d2cdc530f76d9df36
92450 Author: thiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
92451 Date:   Mon Jun 12 08:51:04 2006 +0000
92452
92453     Wrong error message
92454     
92455     
92456     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2369 48e7efb5-ca39-0410-a469-dd3cf9ba447f
92457
92458 commit 9aa658ba9db1eedba9c05d2a95b917ed0c298dec
92459 Author: amad206 <amad206@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
92460 Date:   Fri Jun 9 14:56:55 2006 +0000
92461
92462     Roots of the experimentation infrastructure and Modify make_deployment (to add version="1" in deployment file)
92463     
92464     
92465     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2368 48e7efb5-ca39-0410-a469-dd3cf9ba447f
92466
92467 commit 2d3f7295504ccdb4ec0662e80344870128d3cc7f
92468 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
92469 Date:   Fri Jun 9 14:48:20 2006 +0000
92470
92471     Switch to xbt_matrix_t
92472     
92473     
92474     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2367 48e7efb5-ca39-0410-a469-dd3cf9ba447f
92475
92476 commit c23c7c364bc717def83b5a90706bf63c6910943c
92477 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
92478 Date:   Fri Jun 9 14:46:40 2006 +0000
92479
92480     cosmetics
92481     
92482     
92483     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2366 48e7efb5-ca39-0410-a469-dd3cf9ba447f
92484
92485 commit 5a3c64d7f437f3e64f52752b8ab2a40d04705bca
92486 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
92487 Date:   Fri Jun 9 14:46:25 2006 +0000
92488
92489     That's debugging, not verbose working
92490     
92491     
92492     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2365 48e7efb5-ca39-0410-a469-dd3cf9ba447f
92493
92494 commit cac5fc961fe896665cd3e266d18a9b53373285b5
92495 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
92496 Date:   Fri Jun 9 14:46:01 2006 +0000
92497
92498     More logging and other cosmetics
92499     
92500     
92501     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2364 48e7efb5-ca39-0410-a469-dd3cf9ba447f
92502
92503 commit a0cf4f541ebaa9d44fd3c8966d078713dd9ee224
92504 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
92505 Date:   Fri Jun 9 14:44:48 2006 +0000
92506
92507     Automatically generate matrices datatype description (same way than what we did for dynars), plus lots of cosmetics
92508     
92509     
92510     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2363 48e7efb5-ca39-0410-a469-dd3cf9ba447f
92511
92512 commit 9016c3105c66fdbf6e7abaffeeed7d56d6ef81a7
92513 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
92514 Date:   Fri Jun 9 14:43:14 2006 +0000
92515
92516     Automatically generate matrices datatype description (same way than what we did for dynars)
92517     
92518     
92519     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2362 48e7efb5-ca39-0410-a469-dd3cf9ba447f
92520
92521 commit 5d548f22c406ea2d901977d5c9422881186907b7
92522 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
92523 Date:   Fri Jun 9 14:42:06 2006 +0000
92524
92525     Add the matrices to the XBT
92526     
92527     
92528     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2361 48e7efb5-ca39-0410-a469-dd3cf9ba447f
92529
92530 commit 5f8e11bd3c39828b5ee887efa53102bda85b50c4
92531 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
92532 Date:   Fri Jun 9 14:41:43 2006 +0000
92533
92534     Some new functions specific to matrices of double
92535     
92536     
92537     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2360 48e7efb5-ca39-0410-a469-dd3cf9ba447f
92538
92539 commit 353a1eccc059c8bd73a63ed3edf4a351cde45232
92540 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
92541 Date:   Fri Jun 9 14:40:15 2006 +0000
92542
92543     More informative logging
92544     
92545     
92546     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2359 48e7efb5-ca39-0410-a469-dd3cf9ba447f
92547
92548 commit cd96de814c2a76410ac55357b55568bb3dee3ebd
92549 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
92550 Date:   Fri Jun 9 14:39:07 2006 +0000
92551
92552     A new datacontainer: the matrix
92553     
92554     
92555     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2358 48e7efb5-ca39-0410-a469-dd3cf9ba447f
92556
92557 commit 2896a6d8ecfcfc9eece7de4c315b1c3bdeec7adf
92558 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
92559 Date:   Thu Jun 8 20:08:54 2006 +0000
92560
92561     add a flag to get the pthreads directly, I'm sick of having to type such a long option without the completion working
92562     
92563     
92564     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2357 48e7efb5-ca39-0410-a469-dd3cf9ba447f
92565
92566 commit 0882de43a110e5f02b836aef84094ae000d685ca
92567 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
92568 Date:   Thu Jun 8 17:24:07 2006 +0000
92569
92570     Bugfix: Do run a broadcast when asked for, and a all2all when the source is not specified
92571     
92572     
92573     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2356 48e7efb5-ca39-0410-a469-dd3cf9ba447f
92574
92575 commit 526e28af2206f697ebe73bbffacd8fd188f47870
92576 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
92577 Date:   Thu Jun 8 07:50:34 2006 +0000
92578
92579     Adding required file to the distribution...
92580     
92581     
92582     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2355 48e7efb5-ca39-0410-a469-dd3cf9ba447f
92583
92584 commit 4fbf407209cb3b3284a27915c05fcc7f70655088
92585 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
92586 Date:   Tue Jun 6 11:50:32 2006 +0000
92587
92588     port to modernity
92589     
92590     
92591     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2354 48e7efb5-ca39-0410-a469-dd3cf9ba447f
92592
92593 commit 02ac88e65ab716d0bcc00e9dc8bb4414e565ca42
92594 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
92595 Date:   Mon Jun 5 19:25:03 2006 +0000
92596
92597     Forgot to document that...
92598     
92599     
92600     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2353 48e7efb5-ca39-0410-a469-dd3cf9ba447f
92601
92602 commit 06f9b3ee9bccbf9d755d73de6af72f7c483e8e9b
92603 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
92604 Date:   Fri Jun 2 00:19:21 2006 +0000
92605
92606     Port to the amok_hm module. It simplifies things quite a bit
92607     
92608     
92609     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2352 48e7efb5-ca39-0410-a469-dd3cf9ba447f
92610
92611 commit 6a7e89de7375168a45eca76ca83d97fdc3b6582f
92612 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
92613 Date:   Fri Jun 2 00:18:10 2006 +0000
92614
92615     cosmetics
92616     
92617     
92618     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2351 48e7efb5-ca39-0410-a469-dd3cf9ba447f
92619
92620 commit 76f77a7ba962dae1b73948c1ad5609b298b2e2ec
92621 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
92622 Date:   Fri Jun 2 00:17:42 2006 +0000
92623
92624     The prototypes of the min_duration addition
92625     
92626     
92627     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2350 48e7efb5-ca39-0410-a469-dd3cf9ba447f
92628
92629 commit 39e73f834dcaf61f33062f71db832981370d6222
92630 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
92631 Date:   Fri Jun 2 00:16:08 2006 +0000
92632
92633     Two new functions (gras_socket_server_range and gras_socket_client_from_string), plus let the SG selected sockets give a sensible value to peer_port (it worked on RL, make it more general)
92634     
92635     
92636     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2349 48e7efb5-ca39-0410-a469-dd3cf9ba447f
92637
92638 commit 89bd1851034ddc3896fe54234495242be91093d4
92639 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
92640 Date:   Fri Jun 2 00:11:11 2006 +0000
92641
92642     Two new functions
92643     
92644     
92645     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2348 48e7efb5-ca39-0410-a469-dd3cf9ba447f
92646
92647 commit 42899c56484678345296504a65de123846148658
92648 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
92649 Date:   Fri Jun 2 00:09:53 2006 +0000
92650
92651     Allow to retrieve the libdata of a remote host in SG
92652     
92653     
92654     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2347 48e7efb5-ca39-0410-a469-dd3cf9ba447f
92655
92656 commit 450dd9c8bcc7e9dc4f3a9ab8735474b587ca568b
92657 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
92658 Date:   Fri Jun 2 00:08:49 2006 +0000
92659
92660     Give this module a minimal level of testing. I'm a jerk for commiting such shitty code without decent debugging, I know
92661     
92662     
92663     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2346 48e7efb5-ca39-0410-a469-dd3cf9ba447f
92664
92665 commit 3d54962f9e6f3dd33c20d85f335022f5842a4a93
92666 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
92667 Date:   Thu Jun 1 23:20:38 2006 +0000
92668
92669     cosmetics, and make two different error messages look different
92670     
92671     
92672     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2345 48e7efb5-ca39-0410-a469-dd3cf9ba447f
92673
92674 commit 6d81da1b85e198cbed6b4d2f9d38c172991df4c9
92675 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
92676 Date:   Thu Jun 1 23:20:01 2006 +0000
92677
92678     New function to get the element count of a set
92679     
92680     
92681     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2344 48e7efb5-ca39-0410-a469-dd3cf9ba447f
92682
92683 commit 22a794f0d0351f5b8b5d1d38b8d15cb5d63d0596
92684 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
92685 Date:   Thu Jun 1 23:17:49 2006 +0000
92686
92687     Exchange master socket port number on client socket creation: gras_socket_peer_port on an accepted socket will point to the port on which the peer is listening, not the one on which he is speaking since the latter is assigned by the system and meanless to human beings
92688     
92689     
92690     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2343 48e7efb5-ca39-0410-a469-dd3cf9ba447f
92691
92692 commit bce83a1a83e9a84ec823da05866fb90f6f82c5e5
92693 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
92694 Date:   Thu Jun 1 23:07:50 2006 +0000
92695
92696     GRAS is not the only one using libdata. AMOK does too, and other could. So, it is possible that some fabrics get registered after the call to gras_procdata_init. In that case, the corresponding libdata won't get created on time, and we should create them afterward on need. Plus some cosmetics and bunch of paranoid self-checking
92697     
92698     
92699     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2342 48e7efb5-ca39-0410-a469-dd3cf9ba447f
92700
92701 commit 72ae967186e4864a90cc69a73b49002a3d87f10d
92702 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
92703 Date:   Thu Jun 1 21:49:04 2006 +0000
92704
92705     virtu needs this
92706     
92707     
92708     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2341 48e7efb5-ca39-0410-a469-dd3cf9ba447f
92709
92710 commit 4b41f277f2b33352749cc8269b61897647c815e8
92711 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
92712 Date:   Thu Jun 1 21:48:46 2006 +0000
92713
92714     fixme--: found a better place
92715     
92716     
92717     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2340 48e7efb5-ca39-0410-a469-dd3cf9ba447f
92718
92719 commit 4ba8f9c6837bd5df3f0277ae3a05195c64929a99
92720 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
92721 Date:   Thu Jun 1 20:31:17 2006 +0000
92722
92723     allow to request remote measurement with a min_duration (that was easy, apparently)
92724     
92725     
92726     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2339 48e7efb5-ca39-0410-a469-dd3cf9ba447f
92727
92728 commit 5c6a90da9f3dc843c0ba06f03c2ca3c3cff6eba5
92729 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
92730 Date:   Thu Jun 1 20:28:38 2006 +0000
92731
92732     Port to the new amok_bw API (with min_duration)
92733     
92734     
92735     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2338 48e7efb5-ca39-0410-a469-dd3cf9ba447f
92736
92737 commit dd31c88767cdfc44114e2f0a79ae153621a4caec
92738 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
92739 Date:   Thu Jun 1 20:21:03 2006 +0000
92740
92741     Well. RPC answer need some extra love.
92742     (the answer type is not the request type, stupid me)
92743     
92744     
92745     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2337 48e7efb5-ca39-0410-a469-dd3cf9ba447f
92746
92747 commit c72cc8534fe3d0386cd44dbb2aac2af2e463d23d
92748 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
92749 Date:   Thu Jun 1 20:11:22 2006 +0000
92750
92751     And now, do it right. Change the experience total size instead of the individual message one; do not tend to the right value, but try to eventually pass it since it's our ending condition. I swear I did test previous version (but poorly, apparently)
92752     
92753     
92754     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2336 48e7efb5-ca39-0410-a469-dd3cf9ba447f
92755
92756 commit 3cf06ff0fbd8de179636cc73baf9276437873d50
92757 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
92758 Date:   Thu Jun 1 19:59:23 2006 +0000
92759
92760     Plug a bunch of memleaks, and play with the new min_duration argument
92761     
92762     
92763     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2335 48e7efb5-ca39-0410-a469-dd3cf9ba447f
92764
92765 commit 49e03b36189c51cf0a19fca59ce81a84bc21b5b4
92766 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
92767 Date:   Thu Jun 1 19:58:37 2006 +0000
92768
92769     In amok_bw_test, it is now possible to ask that the measurement lasts at least N seconds (N being a double). If it is not the case with the provided msg_size, it will get adjusted and a new test is made (using the same measurement sockets so you won't pay the handshaking twice). This mecanism is still to be offered in amok_bw_request(), but I'm on it.
92770     
92771     
92772     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2334 48e7efb5-ca39-0410-a469-dd3cf9ba447f
92773
92774 commit feae6da56f467575efed5dfb4c0a383efa96da0e
92775 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
92776 Date:   Thu Jun 1 19:55:10 2006 +0000
92777
92778     yet some more debug
92779     
92780     
92781     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2333 48e7efb5-ca39-0410-a469-dd3cf9ba447f
92782
92783 commit 4bc38666dcc85607c44e44d0a9226aba83e39a07
92784 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
92785 Date:   Thu Jun 1 19:54:19 2006 +0000
92786
92787     ctor/dtor of msg_cb_t + an new function to wait for any of a set of message types (+logging cleanups)
92788     
92789     
92790     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2332 48e7efb5-ca39-0410-a469-dd3cf9ba447f
92791
92792 commit 1570a7e2e51f5136dce7490cdb625fe88a0c02b5
92793 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
92794 Date:   Thu Jun 1 19:52:51 2006 +0000
92795
92796     ctor/dtor of msg_cb_t + an new function to wait for any of a set of message types
92797     
92798     
92799     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2331 48e7efb5-ca39-0410-a469-dd3cf9ba447f
92800
92801 commit 4b59504d08b0edfaaf41a2e63f91190c7c7861a2
92802 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
92803 Date:   Thu Jun 1 19:50:53 2006 +0000
92804
92805     New functions to search in dynars (plus some cosmetics)
92806     
92807     
92808     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2330 48e7efb5-ca39-0410-a469-dd3cf9ba447f
92809
92810 commit bd28fd4f9bcab896e194b4d853c0db02136bd683
92811 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
92812 Date:   Thu Jun 1 19:50:08 2006 +0000
92813
92814     New functions to search in dynars
92815     
92816     
92817     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2329 48e7efb5-ca39-0410-a469-dd3cf9ba447f
92818
92819 commit 326904d37b52f089be0403e9549fddf3212c966c
92820 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
92821 Date:   Tue May 30 08:32:18 2006 +0000
92822
92823     Next version will be 3.1
92824     
92825     
92826     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2328 48e7efb5-ca39-0410-a469-dd3cf9ba447f
92827
92828 commit fa5c39e99f86a7d15686c09f5354f0f190ef6137
92829 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
92830 Date:   Mon May 29 21:57:03 2006 +0000
92831
92832     Now that MSG uses sain units, we don't have to convert anymore
92833     
92834     
92835     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2327 48e7efb5-ca39-0410-a469-dd3cf9ba447f
92836
92837 commit 58a5fef8735699a10762fe2bb8f1f938fba4b651
92838 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
92839 Date:   Mon May 29 21:51:17 2006 +0000
92840
92841     Now that MSG uses sain units, we don't have to convert anymore
92842     
92843     
92844     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2326 48e7efb5-ca39-0410-a469-dd3cf9ba447f
92845
92846 commit c7281def68f0bc7fec7b93ece533768a6b69a699
92847 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
92848 Date:   Mon May 29 21:45:23 2006 +0000
92849
92850     program expects name:port on each maestro argument, not one argument for each
92851     
92852     
92853     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2325 48e7efb5-ca39-0410-a469-dd3cf9ba447f
92854
92855 commit 8f7f47ee00c907564be06aa6fc65537d6dd57eff
92856 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
92857 Date:   Mon May 29 21:39:26 2006 +0000
92858
92859     Providing up-to-date xml files... Version 1 with units in Bytes, Flops and Seconds.
92860     
92861     
92862     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2324 48e7efb5-ca39-0410-a469-dd3cf9ba447f
92863
92864 commit 56c92988c6bf8a4e5c1df4a5af4388310f879353
92865 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
92866 Date:   Mon May 29 21:34:55 2006 +0000
92867
92868     Ask for version 1. Default is version 0.
92869     
92870     
92871     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2323 48e7efb5-ca39-0410-a469-dd3cf9ba447f
92872
92873 commit 0b69d6fe3f15209782ddcff38f5a260b8e26cf47
92874 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
92875 Date:   Mon May 29 21:13:02 2006 +0000
92876
92877     don't weep you little user, we are no bastards, we only look like
92878     
92879     
92880     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2322 48e7efb5-ca39-0410-a469-dd3cf9ba447f
92881
92882 commit ead1218a18a4c91ec40c0021274be310c4220791
92883 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
92884 Date:   Mon May 29 20:27:55 2006 +0000
92885
92886     Keeping up with last surfxml modifications.
92887     
92888     
92889     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2321 48e7efb5-ca39-0410-a469-dd3cf9ba447f
92890
92891 commit f3b59a358b9d2d21386e10b93e4938fc71dda63d
92892 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
92893 Date:   Mon May 29 20:01:09 2006 +0000
92894
92895     Update changelog. Move the most important modifications to the beginning.
92896     
92897     
92898     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2320 48e7efb5-ca39-0410-a469-dd3cf9ba447f
92899
92900 commit c78223a1a84431ecf16e2f26a724269163c533fc
92901 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
92902 Date:   Mon May 29 19:53:17 2006 +0000
92903
92904     Adding a "version" tag to platform_description. This tag is used to issue a BIG FAT WARNING when people use old platforms with wrong units.
92905     
92906     
92907     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2319 48e7efb5-ca39-0410-a469-dd3cf9ba447f
92908
92909 commit b6fee195e15a7088e51c2c1f8526c34425858158
92910 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
92911 Date:   Mon May 29 18:59:57 2006 +0000
92912
92913     Plug a memleak
92914     
92915     
92916     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2318 48e7efb5-ca39-0410-a469-dd3cf9ba447f
92917
92918 commit a3427ca7c9f8f2563bb982044e1082cc8f3cdd1e
92919 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
92920 Date:   Mon May 29 14:43:48 2006 +0000
92921
92922     retrive -> retrieve
92923     
92924     
92925     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2317 48e7efb5-ca39-0410-a469-dd3cf9ba447f
92926
92927 commit ae373ac39eaf110513492e4e401504cb8cdafccd
92928 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
92929 Date:   Mon May 29 13:31:38 2006 +0000
92930
92931     Make a log message more explicit
92932     
92933     
92934     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2316 48e7efb5-ca39-0410-a469-dd3cf9ba447f
92935
92936 commit dfea14b90aac7133b6763cdc867c6c7b812ffa3d
92937 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
92938 Date:   Mon May 29 12:33:06 2006 +0000
92939
92940     Reduce default verbosity, shorten a message
92941     
92942     
92943     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2315 48e7efb5-ca39-0410-a469-dd3cf9ba447f
92944
92945 commit 1a99e6e80df58bc21a2bcb7df0ba0874e922ed94
92946 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
92947 Date:   Mon May 29 12:29:43 2006 +0000
92948
92949     Yeah, right. I'm plainly stupid and cannot come up with the right boolean
92950     expression in less than 325325 iterations. So what?
92951     
92952     
92953     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2314 48e7efb5-ca39-0410-a469-dd3cf9ba447f
92954
92955 commit ba3cfdd2528cc9e2d3d1f74533906f2152155ac5
92956 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
92957 Date:   Mon May 29 12:26:39 2006 +0000
92958
92959     Take arguments as <host>:<port> (=cleanups); reduce default verbosity
92960     
92961     
92962     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2313 48e7efb5-ca39-0410-a469-dd3cf9ba447f
92963
92964 commit 6636e30100ce9c7147664849240b2c05d88dcaa9
92965 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
92966 Date:   Mon May 29 12:16:34 2006 +0000
92967
92968     Do obey messages asking to stop the saturation
92969     
92970     
92971     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2312 48e7efb5-ca39-0410-a469-dd3cf9ba447f
92972
92973 commit f706837452870c96a5e4278c0b7d1b5f8bde99b0
92974 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
92975 Date:   Mon May 29 11:55:51 2006 +0000
92976
92977     Yet some more logging
92978     
92979     
92980     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2311 48e7efb5-ca39-0410-a469-dd3cf9ba447f
92981
92982 commit 4dab0e2b18e1f7ebe8e9ec2ecb24f94507477627
92983 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
92984 Date:   Mon May 29 10:00:47 2006 +0000
92985
92986     No timeout for saturations in full_fledged
92987     
92988     
92989     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2310 48e7efb5-ca39-0410-a469-dd3cf9ba447f
92990
92991 commit 6082d3edcb0f8125d3ae059736c1a37c46644781
92992 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
92993 Date:   Mon May 29 09:59:55 2006 +0000
92994
92995     Should compile before committing (sorry for the spam)
92996     
92997     
92998     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2309 48e7efb5-ca39-0410-a469-dd3cf9ba447f
92999
93000 commit d47fac2dc4dbc6f0a2644a9802ca36f7eb58e8ec
93001 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
93002 Date:   Mon May 29 09:58:00 2006 +0000
93003
93004     Allow endless saturation experiment (by passing duration=0)
93005     
93006     
93007     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2308 48e7efb5-ca39-0410-a469-dd3cf9ba447f
93008
93009 commit d84ec6831b616ae6f3706193ba326f4bded68f64
93010 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
93011 Date:   Mon May 29 09:55:40 2006 +0000
93012
93013     Some more debugging informations
93014     
93015     
93016     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2307 48e7efb5-ca39-0410-a469-dd3cf9ba447f
93017
93018 commit 05e4179c1b23aa2c3566e18162774d8b945422dc
93019 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
93020 Date:   Mon May 29 09:44:51 2006 +0000
93021
93022     - Some more debugging info
93023     - Only use kasher debugging info source to avoid the segfault
93024     - Add a FIXME comment since the proper solution is not this hack but something
93025       in GRAS itself
93026     
93027     
93028     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2306 48e7efb5-ca39-0410-a469-dd3cf9ba447f
93029
93030 commit 8094e67d625cee857ad58ddec82ae189d005d122
93031 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
93032 Date:   Mon May 29 09:32:00 2006 +0000
93033
93034     Tell who sent the discarded messages
93035     
93036     
93037     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2305 48e7efb5-ca39-0410-a469-dd3cf9ba447f
93038
93039 commit f22432486ef4631dfc0b19340ae387a0ecf84c20
93040 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
93041 Date:   Mon May 29 09:28:50 2006 +0000
93042
93043     Better choice of what is debug and what is verbose
93044     
93045     
93046     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2304 48e7efb5-ca39-0410-a469-dd3cf9ba447f
93047
93048 commit adf2267be6a79da9c072ba8e0bd45092593518eb
93049 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
93050 Date:   Mon May 29 09:25:17 2006 +0000
93051
93052     kill old cruft moved since a looooong time to a better place
93053     
93054     
93055     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2303 48e7efb5-ca39-0410-a469-dd3cf9ba447f
93056
93057 commit ad6d64eb4fda5283fb75ee76bf85b856c787dfd0
93058 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
93059 Date:   Mon May 29 09:23:58 2006 +0000
93060
93061     found one source of issues in RL
93062     
93063     
93064     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2302 48e7efb5-ca39-0410-a469-dd3cf9ba447f
93065
93066 commit 6ff7252fe769f6454818ac5d4e421ae7498381bd
93067 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
93068 Date:   Mon May 29 09:20:32 2006 +0000
93069
93070     Declare the payload we expect (stupid me)
93071     
93072     
93073     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2301 48e7efb5-ca39-0410-a469-dd3cf9ba447f
93074
93075 commit 1095cadacd735f79bded966f30b4d6ebb1cf13ab
93076 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
93077 Date:   Mon May 29 09:04:10 2006 +0000
93078
93079     Let's shild the user against himself: check that he provided a payload variable when he is supposed to (and only when he's supposed to)
93080     
93081     
93082     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2300 48e7efb5-ca39-0410-a469-dd3cf9ba447f
93083
93084 commit 512c29cd8af269e41d82be7c06c40532c7ca9e8c
93085 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
93086 Date:   Mon May 29 07:54:13 2006 +0000
93087
93088     An additionnal example that causes a weird behavior when doing a full_fledge_saturation.
93089     
93090     
93091     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2299 48e7efb5-ca39-0410-a469-dd3cf9ba447f
93092
93093 commit 07c48b840765e90ae60a3c7f2d3ee466ed0a64b2
93094 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
93095 Date:   Sun May 28 21:34:46 2006 +0000
93096
93097     Let's be really verbose about what gets copied on the socket
93098     
93099     
93100     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2298 48e7efb5-ca39-0410-a469-dd3cf9ba447f
93101
93102 commit 9149b1c5798289003b52371fcf2fd8c221821183
93103 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
93104 Date:   Sun May 28 20:42:32 2006 +0000
93105
93106     Unregister failed sockets from the big socket dynar
93107     
93108     
93109     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2297 48e7efb5-ca39-0410-a469-dd3cf9ba447f
93110
93111 commit 0d21d0ee2e178c42493a22e5425d6a9d6da698d4
93112 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
93113 Date:   Fri May 26 19:53:02 2006 +0000
93114
93115     Moving platform_generation to contrib/
93116     
93117     
93118     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2296 48e7efb5-ca39-0410-a469-dd3cf9ba447f
93119
93120 commit 159ec4477f94c16e7da9894ff1cf87925f532b70
93121 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
93122 Date:   Fri May 26 15:40:39 2006 +0000
93123
93124     Add new convenient functions.
93125     
93126     
93127     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2295 48e7efb5-ca39-0410-a469-dd3cf9ba447f
93128
93129 commit 692fe2cce8341f6e7d60dc6f38fed78d902f1df2
93130 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
93131 Date:   Thu May 25 20:20:30 2006 +0000
93132
93133     we need libtool too to compile the CVS (but who don't have libtool on his box anyway)
93134     
93135     
93136     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2294 48e7efb5-ca39-0410-a469-dd3cf9ba447f
93137
93138 commit cd788aeedfc7d5a038af21bf23ef34771e9a59cd
93139 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
93140 Date:   Wed May 24 12:22:21 2006 +0000
93141
93142     Stupid me, use an existing channel as external default
93143     
93144     
93145     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2293 48e7efb5-ca39-0410-a469-dd3cf9ba447f
93146
93147 commit 6fb0204d71beff637638ef52978df0e8f58453d7
93148 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
93149 Date:   Wed May 24 12:13:12 2006 +0000
93150
93151     Sanitize the log channels naming scheme in GRAS too
93152     
93153     
93154     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2292 48e7efb5-ca39-0410-a469-dd3cf9ba447f
93155
93156 commit 0df3d092ef2add4b5648a77b0bee5bcaabb0af65
93157 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
93158 Date:   Wed May 24 10:06:35 2006 +0000
93159
93160     Search typedefs of pointer to function where they now live
93161     
93162     
93163     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2291 48e7efb5-ca39-0410-a469-dd3cf9ba447f
93164
93165 commit 09f286c26a7cabb1d5d5cfda4ecd26e06cd23080
93166 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
93167 Date:   Wed May 24 10:00:17 2006 +0000
93168
93169     Search typedefs of pointer to function where they now live
93170     
93171     
93172     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2290 48e7efb5-ca39-0410-a469-dd3cf9ba447f
93173
93174 commit e9d2742e99a57ea99619973ec5b803fae8292095
93175 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
93176 Date:   Wed May 24 09:56:55 2006 +0000
93177
93178     A new datacontainer: the matrix
93179     
93180     
93181     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2289 48e7efb5-ca39-0410-a469-dd3cf9ba447f
93182
93183 commit 91f96895b59fdd084301de4855db3517575d1773
93184 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
93185 Date:   Wed May 24 09:39:56 2006 +0000
93186
93187     Move typedefs of pointer to function to their own file so that I find them when I want to
93188     
93189     
93190     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2288 48e7efb5-ca39-0410-a469-dd3cf9ba447f
93191
93192 commit e7a57b2fb564bdfd7672e881ec1c64bd3ecdd73e
93193 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
93194 Date:   Mon May 22 22:37:47 2006 +0000
93195
93196     Shut automake up
93197     
93198     
93199     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2287 48e7efb5-ca39-0410-a469-dd3cf9ba447f
93200
93201 commit 7ce431e319d916f1f58c34018c2d7d0179140215
93202 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
93203 Date:   Mon May 22 21:54:02 2006 +0000
93204
93205     Found the bug: the 'from' variable was used to receive a message from the master at the beginning of step, and then to exchange data between peers. So at the end of the step, when the slave wanted to answer to the master using it, it pointed to somewhere else (plus a whole bunch of cosmetics)
93206     
93207     
93208     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2286 48e7efb5-ca39-0410-a469-dd3cf9ba447f
93209
93210 commit 00e84427362bb31706135d339eb51b28d5c69d3d
93211 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
93212 Date:   Mon May 22 21:39:12 2006 +0000
93213
93214     Cosmetics: rename the initial message to 'assignment' since it's kinda what it is, and since it sounds better
93215     
93216     
93217     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2285 48e7efb5-ca39-0410-a469-dd3cf9ba447f
93218
93219 commit 85df79fc9b50c1121f01b0a1adc4879f4622aaf5
93220 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
93221 Date:   Mon May 22 21:18:43 2006 +0000
93222
93223     Pass the neighbor in the enroll message, not on the command line
93224     
93225     
93226     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2284 48e7efb5-ca39-0410-a469-dd3cf9ba447f
93227
93228 commit 40bdb11e84c563daed9fcd3d81e7ad5971f3367b
93229 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
93230 Date:   Mon May 22 20:37:35 2006 +0000
93231
93232     Allow to exchange fixed-sized arrays which size is \#defined
93233     
93234     
93235     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2283 48e7efb5-ca39-0410-a469-dd3cf9ba447f
93236
93237 commit f31b822855f7ec2da0495606a57dd12aab0e04ae
93238 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
93239 Date:   Mon May 22 19:21:09 2006 +0000
93240
93241     Learn how to exchange xbt_host_t data
93242     
93243     
93244     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2282 48e7efb5-ca39-0410-a469-dd3cf9ba447f
93245
93246 commit f21b4400e959778d4a1200e1b0c1a942715bb95d
93247 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
93248 Date:   Mon May 22 18:47:04 2006 +0000
93249
93250     New function: xbt_host_copy (even if it's trivial)
93251     
93252     
93253     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2281 48e7efb5-ca39-0410-a469-dd3cf9ba447f
93254
93255 commit 951ea664c4e8c3c71712d729fb7abf9115193676
93256 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
93257 Date:   Mon May 22 16:39:41 2006 +0000
93258
93259     Sorry for the noise. This script should not stay in this place.
93260     
93261     
93262     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2280 48e7efb5-ca39-0410-a469-dd3cf9ba447f
93263
93264 commit 6f9569f3307e9e153a1ed34f84dfa81cbba78290
93265 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
93266 Date:   Mon May 22 16:35:23 2006 +0000
93267
93268     Putting it here in the meantime.
93269     
93270     
93271     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2279 48e7efb5-ca39-0410-a469-dd3cf9ba447f
93272
93273 commit 62e3231a0c0ab2726ef027a3e70f3e3dfe1e81db
93274 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
93275 Date:   Mon May 22 13:54:42 2006 +0000
93276
93277     A few more tiers file and a convenient perl script for the alnem project. I
93278     put it here because it uses these .pm files.
93279     
93280     
93281     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2278 48e7efb5-ca39-0410-a469-dd3cf9ba447f
93282
93283 commit e7982e0a33b824aad32c50f35170a246fa6f0a40
93284 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
93285 Date:   Mon May 22 13:52:40 2006 +0000
93286
93287     More careful inclusion of files in the distribution.
93288     
93289     
93290     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2277 48e7efb5-ca39-0410-a469-dd3cf9ba447f
93291
93292 commit 33ed0609850cad5a782fbbc1dc67850629bdc064
93293 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
93294 Date:   Mon May 22 13:51:59 2006 +0000
93295
93296     Can't stand Mt modified this file after me! ;)
93297     
93298     
93299     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2276 48e7efb5-ca39-0410-a469-dd3cf9ba447f
93300
93301 commit f2d6ca40194a4c2823be67e3d270d19aa5ea6520
93302 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
93303 Date:   Mon May 22 09:11:46 2006 +0000
93304
93305     stupid me. col means row in french, so use line/row and not row/col, which means nothing
93306     
93307     
93308     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2275 48e7efb5-ca39-0410-a469-dd3cf9ba447f
93309
93310 commit 0ba6247845b00a203edbc22f64c50a43f047fcdd
93311 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
93312 Date:   Mon May 22 09:02:31 2006 +0000
93313
93314     stupid me. col means row in french, so use line/row and not row/col, which means nothing
93315     
93316     
93317     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2274 48e7efb5-ca39-0410-a469-dd3cf9ba447f
93318
93319 commit 375f3e43fa33308a125965ea42e32dfc95339a91
93320 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
93321 Date:   Sun May 21 21:23:09 2006 +0000
93322
93323     Compute the slave position in the grid on the fly instead of passing it on command line (plus cosmetics such as typos hunting)
93324     
93325     
93326     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2273 48e7efb5-ca39-0410-a469-dd3cf9ba447f
93327
93328 commit 9eb42c5feb5b12390fee2dcf3cfb9a031d3c1fa0
93329 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
93330 Date:   Sun May 21 21:07:57 2006 +0000
93331
93332     first step to separate the host matrix size from the data matrix sizes
93333     
93334     
93335     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2272 48e7efb5-ca39-0410-a469-dd3cf9ba447f
93336
93337 commit c39f5e7ad61e55ef597c798f9ba032ae4b4e9b80
93338 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
93339 Date:   Sun May 21 21:04:12 2006 +0000
93340
93341     cosmetics
93342     
93343     
93344     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2271 48e7efb5-ca39-0410-a469-dd3cf9ba447f
93345
93346 commit 7e081f749e69ecc10ea0274b33ab3b8a5b4d6a0b
93347 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
93348 Date:   Sun May 21 20:42:34 2006 +0000
93349
93350     reindent
93351     
93352     
93353     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2270 48e7efb5-ca39-0410-a469-dd3cf9ba447f
93354
93355 commit 07b70712c10038fb6bf85ddfee3b9057f0ef10fe
93356 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
93357 Date:   Sun May 21 20:40:54 2006 +0000
93358
93359     add the parallel matrix multiplication example (plus cosmetics)
93360     
93361     
93362     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2269 48e7efb5-ca39-0410-a469-dd3cf9ba447f
93363
93364 commit afff1eddda5b1dd80b832df9082efca080a21b02
93365 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
93366 Date:   Sun May 21 20:40:14 2006 +0000
93367
93368     add the parallel matrix multiplication example
93369     
93370     
93371     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2268 48e7efb5-ca39-0410-a469-dd3cf9ba447f
93372
93373 commit 91de2878766aecae8244397cc5c48d5688b59b52
93374 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
93375 Date:   Sun May 21 20:38:39 2006 +0000
93376
93377     integrate to the distribution
93378     
93379     
93380     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2267 48e7efb5-ca39-0410-a469-dd3cf9ba447f
93381
93382 commit 5a5c4a0d5915bb7a2b308e061bbf5f5c90e20575
93383 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
93384 Date:   Sun May 21 20:35:11 2006 +0000
93385
93386     Rename maestro/sensors to master/slaves
93387     
93388     
93389     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2266 48e7efb5-ca39-0410-a469-dd3cf9ba447f
93390
93391 commit e7520caa9b073050234990cd24b9bf3a5e6e2f1c
93392 Author: amad206 <amad206@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
93393 Date:   Sun May 21 19:23:38 2006 +0000
93394
93395     correct pmm_deployment.xml
93396     correct pmm.c
93397     
93398     
93399     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2265 48e7efb5-ca39-0410-a469-dd3cf9ba447f
93400
93401 commit 552b831aadcdba9ea4c7abaae26b498815523354
93402 Author: amad206 <amad206@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
93403 Date:   Sat May 20 11:57:32 2006 +0000
93404
93405     add comments to pmm example  & modify pmm_deployment.xml ( Function : Maestro -> maestro)
93406     
93407     
93408     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2264 48e7efb5-ca39-0410-a469-dd3cf9ba447f
93409
93410 commit af1dd538906ccadfd744f9959ab73dbab9801400
93411 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
93412 Date:   Sat May 20 10:03:59 2006 +0000
93413
93414     I cannot stand that Arnaud commited more recently than me on this file
93415     
93416     
93417     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2263 48e7efb5-ca39-0410-a469-dd3cf9ba447f
93418
93419 commit bc63d85d562c878a91142b1b179fad91b556c31a
93420 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
93421 Date:   Sat May 20 09:09:56 2006 +0000
93422
93423     Update slides' reference.
93424     
93425     
93426     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2262 48e7efb5-ca39-0410-a469-dd3cf9ba447f
93427
93428 commit 2601c249551a4e7f33d0aefd6887d8dd8b2a43a8
93429 Author: amad206 <amad206@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
93430 Date:   Sat May 20 08:42:39 2006 +0000
93431
93432     add the "test_sg" file : to use  "examples/msg/msg_platform.xml"
93433     
93434     
93435     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2261 48e7efb5-ca39-0410-a469-dd3cf9ba447f
93436
93437 commit 2000d7ce1f215590db0453dcf90be6634ecf90e0
93438 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
93439 Date:   Sat May 20 08:18:27 2006 +0000
93440
93441     Flavien's platform generator. It can produce lines, rings, tores, meshes, hypercubes and such
93442     
93443     
93444     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2260 48e7efb5-ca39-0410-a469-dd3cf9ba447f
93445
93446 commit 29bae2bcc4ae6d59eb3cc6c1e034daec79436b27
93447 Author: amad206 <amad206@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
93448 Date:   Sat May 20 08:06:44 2006 +0000
93449
93450     example of parallel matrix multiplication : I modified the pmm.c by adding messages of Ack (from sensor to maestro)  to indicate the
93451     end of each step
93452     
93453     
93454     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2259 48e7efb5-ca39-0410-a469-dd3cf9ba447f
93455
93456 commit 9721b510fe97149e451e1eaecb60b56be0ed27c9
93457 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
93458 Date:   Sat May 20 07:11:13 2006 +0000
93459
93460     Adding a FAQ entry on the CVS compiling.
93461     
93462     
93463     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2258 48e7efb5-ca39-0410-a469-dd3cf9ba447f
93464
93465 commit d27239d695b18203a5b53cae488067deb9446e26
93466 Author: amad206 <amad206@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
93467 Date:   Fri May 19 20:23:00 2006 +0000
93468
93469     *** empty log message ***
93470     
93471     
93472     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2257 48e7efb5-ca39-0410-a469-dd3cf9ba447f
93473
93474 commit 47d343d5c013b137122a93af96e71959e8738cca
93475 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
93476 Date:   Fri May 19 15:46:33 2006 +0000
93477
93478     Add a big fat warning to users seeming to use the CVS without --enable-maintainer-mode since it's a probable source of trouble
93479     
93480     
93481     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2256 48e7efb5-ca39-0410-a469-dd3cf9ba447f
93482
93483 commit c29ea41c1e876d54bb72b08da78905d2c254c4ed
93484 Author: amad206 <amad206@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
93485 Date:   Fri May 19 13:40:00 2006 +0000
93486
93487     *** empty log message ***
93488     
93489     
93490     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2255 48e7efb5-ca39-0410-a469-dd3cf9ba447f
93491
93492 commit 21466415aa95704f2c9a9b5a87cb7646bef177b6
93493 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
93494 Date:   Fri May 19 10:36:26 2006 +0000
93495
93496     Modify the experimentation suite so that it can test the broadcast stuff
93497     
93498     
93499     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2254 48e7efb5-ca39-0410-a469-dd3cf9ba447f
93500
93501 commit 1f0122b5308bf080e16c9ae72134609a983fcb7d
93502 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
93503 Date:   Fri May 19 10:21:08 2006 +0000
93504
93505     Roots of the experimentation infrastructure for Ahmed
93506     
93507     
93508     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2253 48e7efb5-ca39-0410-a469-dd3cf9ba447f
93509
93510 commit 6f05aa676252e50dc1f789f5623a177deb733c66
93511 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
93512 Date:   Fri May 19 10:20:26 2006 +0000
93513
93514     update to pass the arguments the processes expect
93515     
93516     
93517     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2252 48e7efb5-ca39-0410-a469-dd3cf9ba447f
93518
93519 commit 4dbd2cccade44cf536cccc028f87a53cdefe23ba
93520 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
93521 Date:   Fri May 19 10:19:56 2006 +0000
93522
93523     Accept one peer (described as hostname:port) per argument
93524     
93525     
93526     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2251 48e7efb5-ca39-0410-a469-dd3cf9ba447f
93527
93528 commit 26860eef5251a64ec0441bd4c2e0181515d577b2
93529 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
93530 Date:   Fri May 19 09:44:14 2006 +0000
93531
93532     And now, this damn 5-lines function without trivial bug. :( Sorry for the spam
93533     
93534     
93535     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2250 48e7efb5-ca39-0410-a469-dd3cf9ba447f
93536
93537 commit 422e163d2e62fd17bddf676642db97c099d2ac36
93538 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
93539 Date:   Fri May 19 09:35:23 2006 +0000
93540
93541     New function: xbt_host_from_string() creating an xbt_host_t from a 'toto:42042' string
93542     
93543     
93544     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2249 48e7efb5-ca39-0410-a469-dd3cf9ba447f
93545
93546 commit 13206972c2b37e1891db900c963e596671da5870
93547 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
93548 Date:   Fri May 19 09:33:52 2006 +0000
93549
93550     Enable timestamping of messages emitted out of any user process (such as the terminaison message in MSG)
93551     
93552     
93553     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2248 48e7efb5-ca39-0410-a469-dd3cf9ba447f
93554
93555 commit 75e7f54eae118276872fa0c77812e4d0a7db8152
93556 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
93557 Date:   Fri May 19 09:21:55 2006 +0000
93558
93559     Various cleanups; dupplicate the processes on each machine since MSG (and thus GRAS/SG) have a 1-port model. A given process cannot send and receive at the same time. this leaded to a whole bunch of deadlocks when trying to do an uncoordoned all2all exchange. And synchronisation delays would have falsified the timing
93560     
93561     
93562     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2247 48e7efb5-ca39-0410-a469-dd3cf9ba447f
93563
93564 commit 71971980a326b8550626cf383a54bace922255b4
93565 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
93566 Date:   Fri May 19 07:48:11 2006 +0000
93567
93568     cosmetics: rename alltoall to all2all
93569     
93570     
93571     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2246 48e7efb5-ca39-0410-a469-dd3cf9ba447f
93572
93573 commit f7e9a2b166568860ff95ac4cf0c58228bfc8da1e
93574 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
93575 Date:   Fri May 19 07:45:46 2006 +0000
93576
93577     Add all2all to the picture
93578     
93579     
93580     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2245 48e7efb5-ca39-0410-a469-dd3cf9ba447f
93581
93582 commit 493afcb23b23c3b781bce78f6b5639b465bcdc60
93583 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
93584 Date:   Fri May 19 07:39:40 2006 +0000
93585
93586     ignore ignorable
93587     
93588     
93589     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2244 48e7efb5-ca39-0410-a469-dd3cf9ba447f
93590
93591 commit 4cdc74511e983db95c312913e47f480643556820
93592 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
93593 Date:   Fri May 19 07:38:10 2006 +0000
93594
93595     This compiles, at least
93596     
93597     
93598     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2243 48e7efb5-ca39-0410-a469-dd3cf9ba447f
93599
93600 commit 71e7163bcf1bc5048bd8b8202df232cc60b75390
93601 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
93602 Date:   Fri May 19 07:36:52 2006 +0000
93603
93604     Reupload with unix end of lines, not mac ones (don't ask what happened)
93605     
93606     
93607     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2242 48e7efb5-ca39-0410-a469-dd3cf9ba447f
93608
93609 commit 36b6a67ea52919727202e91384a6dd0eabb04d1a
93610 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
93611 Date:   Thu May 18 23:10:12 2006 +0000
93612
93613     Bug fix raised by Fabien Janvier. Returns a sensible value when asking whether there remains some tasks to handle on the timer resource...
93614     
93615     
93616     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2241 48e7efb5-ca39-0410-a469-dd3cf9ba447f
93617
93618 commit 2ba74eff4ca1ae75c21507c120d74d59f5b728b1
93619 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
93620 Date:   Thu May 18 23:08:18 2006 +0000
93621
93622     Add debugging informations
93623     
93624     
93625     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2240 48e7efb5-ca39-0410-a469-dd3cf9ba447f
93626
93627 commit ab2f9ddbfa677b1ce7b50c0e8dbe73cd3140f931
93628 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
93629 Date:   Thu May 18 23:08:03 2006 +0000
93630
93631     Getting rid of useless field
93632     
93633     
93634     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2239 48e7efb5-ca39-0410-a469-dd3cf9ba447f
93635
93636 commit f3fc6c73cf5f642a8da73602badc99f40923fc2d
93637 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
93638 Date:   Thu May 18 23:07:43 2006 +0000
93639
93640     Sanitize channel naming convention
93641     
93642     
93643     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2238 48e7efb5-ca39-0410-a469-dd3cf9ba447f
93644
93645 commit f1044b43bd535d4d4716fbf48f41187fa9a53b69
93646 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
93647 Date:   Wed May 17 12:17:27 2006 +0000
93648
93649     enabling gras_stub_generator to take more than one deployment file as an
93650     argument.
93651     
93652     
93653     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2237 48e7efb5-ca39-0410-a469-dd3cf9ba447f
93654
93655 commit 00e9e2baf8996f8d8fe9d00948cd67a10a449d79
93656 Author: amad206 <amad206@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
93657 Date:   Wed May 17 05:45:43 2006 +0000
93658
93659     deployment file of alltoall example
93660     
93661     
93662     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2236 48e7efb5-ca39-0410-a469-dd3cf9ba447f
93663
93664 commit 4a1d5751bdb5ac000f84a710d97413168954b587
93665 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
93666 Date:   Tue May 16 23:41:57 2006 +0000
93667
93668     This file is a dupplicate from the msg directory
93669     
93670     
93671     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2235 48e7efb5-ca39-0410-a469-dd3cf9ba447f
93672
93673 commit 79c9293852d22fa518a2c1795468a293b6ef408e
93674 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
93675 Date:   Tue May 16 23:39:49 2006 +0000
93676
93677     Ignore ignorable
93678     
93679     
93680     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2234 48e7efb5-ca39-0410-a469-dd3cf9ba447f
93681
93682 commit 44fbbfe52130d5da457bda009c80153d3a8e7d22
93683 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
93684 Date:   Tue May 16 23:18:36 2006 +0000
93685
93686     stupid me. each process should pick its own port number for its master socket
93687     
93688     
93689     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2233 48e7efb5-ca39-0410-a469-dd3cf9ba447f
93690
93691 commit 11d2ef8bcfaf9af6a241920bce6892b88315973b
93692 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
93693 Date:   Tue May 16 23:14:59 2006 +0000
93694
93695     peigne la girafe
93696     
93697     
93698     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2232 48e7efb5-ca39-0410-a469-dd3cf9ba447f
93699
93700 commit 446e8038598b209dd9f9b6e673a0436dea320b61
93701 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
93702 Date:   Tue May 16 23:14:23 2006 +0000
93703
93704     Those damn sparse messages for networking error conditions drive me nuts
93705     
93706     
93707     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2231 48e7efb5-ca39-0410-a469-dd3cf9ba447f
93708
93709 commit 4af5e3cccdee300382df9aa824a8691f8cdbbda5
93710 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
93711 Date:   Tue May 16 21:45:22 2006 +0000
93712
93713     yup man. I needed THROW7
93714     
93715     
93716     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2230 48e7efb5-ca39-0410-a469-dd3cf9ba447f
93717
93718 commit 2f02d5fdd1af4cc2f9eaf3c6456c822616c1cb15
93719 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
93720 Date:   Tue May 16 21:14:23 2006 +0000
93721
93722     cosmetics
93723     
93724     
93725     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2229 48e7efb5-ca39-0410-a469-dd3cf9ba447f
93726
93727 commit f49e885123fd180d19fee163bd0e35e3d241af0c
93728 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
93729 Date:   Tue May 16 20:11:33 2006 +0000
93730
93731     New function: gras_msg_handleall to deal with all messages arriving within a given period
93732     
93733     
93734     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2228 48e7efb5-ca39-0410-a469-dd3cf9ba447f
93735
93736 commit b893d47aef7fcd5e09374f7620f262ad3d9857a7
93737 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
93738 Date:   Tue May 16 20:05:06 2006 +0000
93739
93740     New function: gras_msg_handleall to deal with all messages arriving within a given period
93741     
93742     
93743     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2227 48e7efb5-ca39-0410-a469-dd3cf9ba447f
93744
93745 commit 579c7b3bbc3945931795306ccf3a151729af5247
93746 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
93747 Date:   Tue May 16 20:02:54 2006 +0000
93748
93749     I want to know the name of the process on the other side (but this doesn't work yet)
93750     
93751     
93752     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2226 48e7efb5-ca39-0410-a469-dd3cf9ba447f
93753
93754 commit e08f500c7f79bd07b9a3db65b57a1d6c808f28d8
93755 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
93756 Date:   Tue May 16 20:02:03 2006 +0000
93757
93758     Fix several glitches, add a 'proc' field to the sockets. I want to know the name of the process on the other side (but this doesn't work yet)
93759     
93760     
93761     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2225 48e7efb5-ca39-0410-a469-dd3cf9ba447f
93762
93763 commit 179ecb9c3ff8bc3c284f82371fdd596676bc945c
93764 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
93765 Date:   Tue May 16 19:59:15 2006 +0000
93766
93767     Doc improvement
93768     
93769     
93770     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2224 48e7efb5-ca39-0410-a469-dd3cf9ba447f
93771
93772 commit 36a34f7f519c4c02e0abf3a96ce5f7f7c659b1da
93773 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
93774 Date:   Tue May 16 19:54:30 2006 +0000
93775
93776     document the Host Management amok module
93777     
93778     
93779     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2223 48e7efb5-ca39-0410-a469-dd3cf9ba447f
93780
93781 commit dc7c4f85c019585dd76958fc51f73bfd2443dc18
93782 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
93783 Date:   Tue May 16 11:39:34 2006 +0000
93784
93785     New amok module: Host management
93786     
93787     
93788     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2222 48e7efb5-ca39-0410-a469-dd3cf9ba447f
93789
93790 commit 8b21ab47f7af2ce3bb20bdce93d74a6b709c5580
93791 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
93792 Date:   Tue May 16 11:38:05 2006 +0000
93793
93794     give peer a chance to get the message before closing the socket
93795     
93796     
93797     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2221 48e7efb5-ca39-0410-a469-dd3cf9ba447f
93798
93799 commit 6aee8176bcb1a32402d11424b1f2c027ceec1b6e
93800 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
93801 Date:   Tue May 16 10:24:35 2006 +0000
93802
93803     Sanitize channels naming.
93804     
93805     
93806     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2220 48e7efb5-ca39-0410-a469-dd3cf9ba447f
93807
93808 commit c5151a86dde4a71352f55b9209bb3edc8b824aeb
93809 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
93810 Date:   Tue May 16 10:09:11 2006 +0000
93811
93812     Sanitize channel naming.
93813     
93814     
93815     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2219 48e7efb5-ca39-0410-a469-dd3cf9ba447f
93816
93817 commit 1f1599a32c0ae1a8540106d8361080f4cc0add47
93818 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
93819 Date:   Tue May 16 10:08:41 2006 +0000
93820
93821     A word about the C++ bug
93822     
93823     
93824     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2218 48e7efb5-ca39-0410-a469-dd3cf9ba447f
93825
93826 commit bd114e08346dd0f5c71917b36c6756d3cfde81d6
93827 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
93828 Date:   Tue May 16 10:08:10 2006 +0000
93829
93830     Adding a set_data function.
93831     
93832     
93833     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2217 48e7efb5-ca39-0410-a469-dd3cf9ba447f
93834
93835 commit d775df9a16654b3523a6b316cb1aab211a102db4
93836 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
93837 Date:   Tue May 16 09:49:15 2006 +0000
93838
93839     sanitize logging channel naming
93840     
93841     
93842     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2216 48e7efb5-ca39-0410-a469-dd3cf9ba447f
93843
93844 commit 05857412b7a07820d5cf092d9d21674a43fbffe9
93845 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
93846 Date:   Tue May 16 08:58:15 2006 +0000
93847
93848     Add xbt/host module to the lib
93849     
93850     
93851     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2215 48e7efb5-ca39-0410-a469-dd3cf9ba447f
93852
93853 commit 134b3ff8dc7cc3ea73a9d456c1ef2e62f73f5e4c
93854 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
93855 Date:   Tue May 16 08:56:11 2006 +0000
93856
93857     sanitize the memory management
93858     
93859     
93860     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2214 48e7efb5-ca39-0410-a469-dd3cf9ba447f
93861
93862 commit 2faee382b22b79244c0c4575cb543b427660432a
93863 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
93864 Date:   Tue May 16 08:55:25 2006 +0000
93865
93866     Use xbt/host module
93867     
93868     
93869     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2213 48e7efb5-ca39-0410-a469-dd3cf9ba447f
93870
93871 commit ebb14529f1b65a2bcb035acccd4670004c7e353c
93872 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
93873 Date:   Tue May 16 08:54:11 2006 +0000
93874
93875     glitch fix in host.h, and remove host_t cruft from misc.h
93876     
93877     
93878     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2212 48e7efb5-ca39-0410-a469-dd3cf9ba447f
93879
93880 commit a3532fb16338d8b2d9ebfda0d382f374adbaa087
93881 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
93882 Date:   Tue May 16 08:46:46 2006 +0000
93883
93884     A function handy when storing dynars in dynar or dicts
93885     
93886     
93887     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2211 48e7efb5-ca39-0410-a469-dd3cf9ba447f
93888
93889 commit 72e371d8aa02403f32f9b9f715d6b8b6864c864c
93890 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
93891 Date:   Tue May 16 08:42:54 2006 +0000
93892
93893     Add xbt/host.h
93894     
93895     
93896     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2210 48e7efb5-ca39-0410-a469-dd3cf9ba447f
93897
93898 commit 51a05a5d56fdeed675ae02e0ecbb6fbae9cf9a37
93899 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
93900 Date:   Tue May 16 08:42:28 2006 +0000
93901
93902     Some (trivial) helping functions around xbt_host_t
93903     
93904     
93905     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2209 48e7efb5-ca39-0410-a469-dd3cf9ba447f
93906
93907 commit 0d9fb51432af6491c666d8cec1d2335d35c9a6c7
93908 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
93909 Date:   Tue May 16 07:48:19 2006 +0000
93910
93911     Make sure our granfather is highlighted too (bugfix)
93912     
93913     
93914     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2208 48e7efb5-ca39-0410-a469-dd3cf9ba447f
93915
93916 commit 31b412ff7aa005a523972b72a98ff323195ce5e4
93917 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
93918 Date:   Tue May 16 07:06:16 2006 +0000
93919
93920     Let RETHROW4 and RETHROW5 work
93921     
93922     
93923     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2207 48e7efb5-ca39-0410-a469-dd3cf9ba447f
93924
93925 commit 5fc0edd948980d84a410a7e923dc19350c71edcc
93926 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
93927 Date:   Tue May 16 07:03:42 2006 +0000
93928
93929     cosmetics
93930     
93931     
93932     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2206 48e7efb5-ca39-0410-a469-dd3cf9ba447f
93933
93934 commit ff6b959a86792a44710aa6f5168625d3fdc7ad5f
93935 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
93936 Date:   Tue May 16 07:02:43 2006 +0000
93937
93938     I have a better idea of how to write the module mecanism in SG
93939     
93940     
93941     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2205 48e7efb5-ca39-0410-a469-dd3cf9ba447f
93942
93943 commit 084456078cf419931855c0cc36a50c010f06fb31
93944 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
93945 Date:   Mon May 15 16:08:34 2006 +0000
93946
93947     Fix a timeout computation (stupid me)
93948     
93949     
93950     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2204 48e7efb5-ca39-0410-a469-dd3cf9ba447f
93951
93952 commit b90d07573f04914086b9b4382d1b58b0579c4c47
93953 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
93954 Date:   Wed May 10 19:33:59 2006 +0000
93955
93956     Let's be nice with C++ users...
93957     
93958     
93959     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2203 48e7efb5-ca39-0410-a469-dd3cf9ba447f
93960
93961 commit 696ee2a4af4489387e1557a5bd4bcc523d56ff04
93962 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
93963 Date:   Wed May 10 08:16:22 2006 +0000
93964
93965     do not launch addr2line when we failed to find sensible arguments for it
93966     
93967     
93968     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2202 48e7efb5-ca39-0410-a469-dd3cf9ba447f
93969
93970 commit 96b2c285d4c865cfc7d7e7c2805fc93356e9d73e
93971 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
93972 Date:   Tue May 9 19:05:36 2006 +0000
93973
93974     Plug memleak
93975     
93976     
93977     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2201 48e7efb5-ca39-0410-a469-dd3cf9ba447f
93978
93979 commit c8b828daeec8e27cec7131eeb37c206d7f581f1a
93980 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
93981 Date:   Tue May 9 16:01:56 2006 +0000
93982
93983     Cosmetics.
93984     
93985     
93986     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2200 48e7efb5-ca39-0410-a469-dd3cf9ba447f
93987
93988 commit 1f43676e503727ce56b7b661fb129d2370a1adc5
93989 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
93990 Date:   Tue May 9 15:59:25 2006 +0000
93991
93992     Pluging mem leaks.
93993     
93994     
93995     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2199 48e7efb5-ca39-0410-a469-dd3cf9ba447f
93996
93997 commit 1210f6edb4a08e7ad2c4b8fa8aa3a4d74183deb5
93998 Author: amad206 <amad206@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
93999 Date:   Tue May 9 15:53:48 2006 +0000
94000
94001     *** empty log message ***
94002     
94003     
94004     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2198 48e7efb5-ca39-0410-a469-dd3cf9ba447f
94005
94006 commit 9fdceb6aa2b5c38ac0d7701b1fe38542a63cbc04
94007 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
94008 Date:   Tue May 9 15:25:52 2006 +0000
94009
94010     Cleaning output.
94011     
94012     
94013     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2197 48e7efb5-ca39-0410-a469-dd3cf9ba447f
94014
94015 commit e75423e5b03705970cb04b4cc57984307cfb2d12
94016 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
94017 Date:   Tue May 9 15:25:17 2006 +0000
94018
94019     Adding convenient access functions.
94020     
94021     
94022     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2196 48e7efb5-ca39-0410-a469-dd3cf9ba447f
94023
94024 commit 17852ca894ec6f7a684c098b1cb16ef5c380b23b
94025 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
94026 Date:   Tue May 9 13:17:21 2006 +0000
94027
94028     Cosmetics
94029     
94030     
94031     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2195 48e7efb5-ca39-0410-a469-dd3cf9ba447f
94032
94033 commit bb9c46e03a4e98cde63514bce0f018fb564f9171
94034 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
94035 Date:   Tue May 9 12:36:21 2006 +0000
94036
94037     Improving debug informations.
94038     
94039     
94040     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2194 48e7efb5-ca39-0410-a469-dd3cf9ba447f
94041
94042 commit 90750b2b8f84e51c766470561fbaed1de51e91b0
94043 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
94044 Date:   Tue May 9 11:37:54 2006 +0000
94045
94046     Fixing forgotten function.
94047     
94048     
94049     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2193 48e7efb5-ca39-0410-a469-dd3cf9ba447f
94050
94051 commit 432ff4fc84e13923bcc90a4d154ed51491acbbbf
94052 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
94053 Date:   Tue May 9 11:37:27 2006 +0000
94054
94055     Improving debug informations.
94056     
94057     
94058     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2192 48e7efb5-ca39-0410-a469-dd3cf9ba447f
94059
94060 commit 73b25c59277b3f3d73f662b8f1d2394a85d7680c
94061 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
94062 Date:   Fri Apr 28 15:51:59 2006 +0000
94063
94064     I may be on vacation, but I don't like leaving a borken CVS behind me.... Ok, I admit I'm such a geek, that's disgusting
94065     
94066     
94067     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2191 48e7efb5-ca39-0410-a469-dd3cf9ba447f
94068
94069 commit 34b70d7b1ff96044e40daa4b42712cfd9f7c1684
94070 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
94071 Date:   Wed Apr 26 16:37:55 2006 +0000
94072
94073     Document the token ring example
94074     
94075     
94076     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2190 48e7efb5-ca39-0410-a469-dd3cf9ba447f
94077
94078 commit c6c66880378f9cfc2376913f4263f95d4bf28b69
94079 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
94080 Date:   Tue Apr 25 12:48:48 2006 +0000
94081
94082     regenerate with lastest flexml
94083     
94084     
94085     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2189 48e7efb5-ca39-0410-a469-dd3cf9ba447f
94086
94087 commit 742212ec1266445079f959b75d347009e6881e3d
94088 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
94089 Date:   Tue Apr 25 12:45:02 2006 +0000
94090
94091     Update the documentation now that the examples are splitted over several files
94092     
94093     
94094     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2188 48e7efb5-ca39-0410-a469-dd3cf9ba447f
94095
94096 commit fe827cdb7d9efc86b749e0d67671d93f94c44f8e
94097 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
94098 Date:   Tue Apr 25 12:43:39 2006 +0000
94099
94100     the gcc attribute 'unused' made portable
94101     
94102     
94103     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2187 48e7efb5-ca39-0410-a469-dd3cf9ba447f
94104
94105 commit 02201118960697772e289bddc4ad32b78973fe36
94106 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
94107 Date:   Tue Apr 25 12:43:11 2006 +0000
94108
94109     Allow to declare a log category and not use it right away; add XBT_LOG_EXTERNAL_DEFAULT_CATEGORY to the defines
94110     
94111     
94112     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2186 48e7efb5-ca39-0410-a469-dd3cf9ba447f
94113
94114 commit d27fee3e154a5eecf4cd708a23b0b656cbea6ec1
94115 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
94116 Date:   Tue Apr 25 12:41:09 2006 +0000
94117
94118     Allow to split GRAS projects in several files (the pb was around GRAS_DEFINE_TYPE), and update the doc
94119     
94120     
94121     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2185 48e7efb5-ca39-0410-a469-dd3cf9ba447f
94122
94123 commit 12538c6ab1bc03405ac74e6b2995ba1b4ee29bfa
94124 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
94125 Date:   Tue Apr 25 12:40:20 2006 +0000
94126
94127     Split into several files to explain how it can be done
94128     
94129     
94130     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2184 48e7efb5-ca39-0410-a469-dd3cf9ba447f
94131
94132 commit ec8143ed6da4a35f7a3b5655f5d97f6508c14ae1
94133 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
94134 Date:   Mon Apr 24 16:48:22 2006 +0000
94135
94136     Removing overwhelming informations on the main page and adding important link.
94137     
94138     
94139     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2183 48e7efb5-ca39-0410-a469-dd3cf9ba447f
94140
94141 commit 3d5a550c9ac944a71ea5f8e87ecef9e310fe497d
94142 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
94143 Date:   Mon Apr 24 16:47:20 2006 +0000
94144
94145     Use absolute dir for testsuite as relative paths results in weird behavior on MacOSX
94146     
94147     
94148     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2182 48e7efb5-ca39-0410-a469-dd3cf9ba447f
94149
94150 commit f411a1f5a36d755cf363da16dd96bbf1866b02de
94151 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
94152 Date:   Mon Apr 24 16:46:14 2006 +0000
94153
94154     Add required file.
94155     
94156     
94157     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2181 48e7efb5-ca39-0410-a469-dd3cf9ba447f
94158
94159 commit c10150222e72277973671716f9e0250d3b26bced
94160 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
94161 Date:   Mon Apr 24 12:05:55 2006 +0000
94162
94163     Commit my modifications.
94164     
94165     
94166     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2180 48e7efb5-ca39-0410-a469-dd3cf9ba447f
94167
94168 commit b8491a35dcc0e28494505a20f346482e68e9fc70
94169 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
94170 Date:   Mon Apr 24 12:01:38 2006 +0000
94171
94172     *** empty log message ***
94173     
94174     
94175     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2179 48e7efb5-ca39-0410-a469-dd3cf9ba447f
94176
94177 commit 3d2d03cbe8e81c09d13f5c61a28ff65742f924d4
94178 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
94179 Date:   Mon Apr 24 11:59:20 2006 +0000
94180
94181     Bug correction.
94182     
94183     
94184     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2178 48e7efb5-ca39-0410-a469-dd3cf9ba447f
94185
94186 commit f2871f7ecfe5609f901bff642a8b1090c02e7a6c
94187 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
94188 Date:   Mon Apr 24 11:58:35 2006 +0000
94189
94190     Adding debuging informations
94191     
94192     
94193     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2177 48e7efb5-ca39-0410-a469-dd3cf9ba447f
94194
94195 commit b3f49a2b30dd51c43eaa83426b5f7626f3c84572
94196 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
94197 Date:   Mon Apr 24 11:55:35 2006 +0000
94198
94199     adding convenient XBT_IN5 macro
94200     
94201     
94202     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2176 48e7efb5-ca39-0410-a469-dd3cf9ba447f
94203
94204 commit ac075836ffc4142d5e4353c046b1cef6092341a2
94205 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
94206 Date:   Sat Apr 22 20:12:21 2006 +0000
94207
94208     stupid me! Fortunately, Derrick was looking...
94209     
94210     
94211     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2175 48e7efb5-ca39-0410-a469-dd3cf9ba447f
94212
94213 commit 8f1db817387c976b26184174ff9e7188a2e35a74
94214 Author: casanova <casanova@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
94215 Date:   Sat Apr 22 00:06:09 2006 +0000
94216
94217     Added a memset in function client() to avoid and "uninitialized" warning.
94218     
94219     
94220     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2174 48e7efb5-ca39-0410-a469-dd3cf9ba447f
94221
94222 commit dadcd4624c7dd4bb76062e5fe55fe5246cf348e5
94223 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
94224 Date:   Fri Apr 21 23:41:38 2006 +0000
94225
94226     regenerate with the lastest flexml -- and unfortunately with the not lastest flex, but it should help Henri anyway
94227     
94228     
94229     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2173 48e7efb5-ca39-0410-a469-dd3cf9ba447f
94230
94231 commit 7635b2e5c0f40d6fa06fa45d4c638a452aaf7743
94232 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
94233 Date:   Fri Apr 21 22:27:45 2006 +0000
94234
94235     Convert a printf to an ERROR so that even archs without backtraces use the log chanel (or gcc dies with an error about a variable being declared but never used. Yeah, paranoid flags are used)
94236     
94237     
94238     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2172 48e7efb5-ca39-0410-a469-dd3cf9ba447f
94239
94240 commit 6eaef274140423225d6b9fa095abcdbd78fb30c0
94241 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
94242 Date:   Fri Apr 21 13:54:33 2006 +0000
94243
94244     Vpath fixups: libgras is generated (obviously). It is thus in builddir, not srcdir
94245     
94246     
94247     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2171 48e7efb5-ca39-0410-a469-dd3cf9ba447f
94248
94249 commit b3e20bf1b744d84c199388592a5c33b7f6245707
94250 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
94251 Date:   Fri Apr 21 13:50:47 2006 +0000
94252
94253     Vpath fixups: gras_stub_generator is generated. It is thus in builddir, not srcdir
94254     
94255     
94256     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2170 48e7efb5-ca39-0410-a469-dd3cf9ba447f
94257
94258 commit 4837de68294333571d1d3e2c94f4dde1ffb072e4
94259 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
94260 Date:   Fri Apr 21 10:29:34 2006 +0000
94261
94262     #define already defined
94263     
94264     
94265     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2169 48e7efb5-ca39-0410-a469-dd3cf9ba447f
94266
94267 commit dda30da885cac586aba7a4290b65e2a209293dab
94268 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
94269 Date:   Fri Apr 21 10:29:18 2006 +0000
94270
94271     stupid me!
94272     
94273     
94274     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2168 48e7efb5-ca39-0410-a469-dd3cf9ba447f
94275
94276 commit e28c23f36068010d7a6bf9a4f687667973fd981b
94277 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
94278 Date:   Fri Apr 21 09:02:12 2006 +0000
94279
94280     Correcting the relative priority problem in the default workstation model as well...
94281     
94282     
94283     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2167 48e7efb5-ca39-0410-a469-dd3cf9ba447f
94284
94285 commit 2d4d3b9c36208184108f1648819324430a1044d0
94286 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
94287 Date:   Fri Apr 21 09:01:38 2006 +0000
94288
94289     doc fix
94290     
94291     
94292     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2166 48e7efb5-ca39-0410-a469-dd3cf9ba447f
94293
94294 commit 5c0fdd7b2dc34779b84346ef3d9deab16308d907
94295 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
94296 Date:   Fri Apr 21 08:49:22 2006 +0000
94297
94298     doc improvement
94299     
94300     
94301     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2165 48e7efb5-ca39-0410-a469-dd3cf9ba447f
94302
94303 commit aaa70a4e410281b60c6566cc54066a1dfadc449d
94304 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
94305 Date:   Fri Apr 21 07:55:21 2006 +0000
94306
94307     Fix the weight problem raised by Kayo and confirmed by Loris.
94308     
94309     
94310     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2164 48e7efb5-ca39-0410-a469-dd3cf9ba447f
94311
94312 commit 4b8075e2de516f0340edb430731f336ce2540a3d
94313 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
94314 Date:   Fri Apr 21 07:39:25 2006 +0000
94315
94316     The new workstation model is really the default for MSG and GRAS
94317     
94318     
94319     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2163 48e7efb5-ca39-0410-a469-dd3cf9ba447f
94320
94321 commit 8a8d03a93bcef51c75700ed3e828b68233f01292
94322 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
94323 Date:   Thu Apr 20 08:51:31 2006 +0000
94324
94325     Doc improvement
94326     
94327     
94328     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2162 48e7efb5-ca39-0410-a469-dd3cf9ba447f
94329
94330 commit 7fd8e320a3dd37fce7d9f03970e14d7e4d95ff00
94331 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
94332 Date:   Thu Apr 20 08:42:57 2006 +0000
94333
94334     This file was recently added and is missing from the tarballs
94335     
94336     
94337     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2161 48e7efb5-ca39-0410-a469-dd3cf9ba447f
94338
94339 commit 810a47c34010b88186910e830c46377f36c429a1
94340 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
94341 Date:   Thu Apr 20 08:42:21 2006 +0000
94342
94343     First draft of this module's documentation...
94344     
94345     
94346     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2160 48e7efb5-ca39-0410-a469-dd3cf9ba447f
94347
94348 commit 3ad7bf59f1aee93a16388e3256fc6c3ef06b1e52
94349 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
94350 Date:   Wed Apr 19 14:31:30 2006 +0000
94351
94352     distribute all needed files to compile
94353     
94354     
94355     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2159 48e7efb5-ca39-0410-a469-dd3cf9ba447f
94356
94357 commit 16550aec32900d7d6e2419d36085a943f5e1ca4f
94358 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
94359 Date:   Wed Apr 19 13:54:47 2006 +0000
94360
94361     Document the gras_datadesc_dynar function
94362     
94363     
94364     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2158 48e7efb5-ca39-0410-a469-dd3cf9ba447f
94365
94366 commit 7d29692c4982e8f0092a7883ae41d786c556589b
94367 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
94368 Date:   Wed Apr 19 07:14:10 2006 +0000
94369
94370     Document my modifications
94371     
94372     
94373     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2157 48e7efb5-ca39-0410-a469-dd3cf9ba447f
94374
94375 commit 6de34e70b28ae92d5cb2b4b33f094a0cc607eb64
94376 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
94377 Date:   Tue Apr 18 15:36:27 2006 +0000
94378
94379     Smarter assert in MSG_task_execute and take care of failures as suggested by
94380     Derrick.
94381     
94382     
94383     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2156 48e7efb5-ca39-0410-a469-dd3cf9ba447f
94384
94385 commit 304841dfe3518c48342191921a79f553e6f0f474
94386 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
94387 Date:   Tue Apr 18 08:40:34 2006 +0000
94388
94389     This is *really* bad
94390     
94391     
94392     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2155 48e7efb5-ca39-0410-a469-dd3cf9ba447f
94393
94394 commit b7f8f3fef9e1abe3640b1d421e6334d91a5b2559
94395 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
94396 Date:   Tue Apr 18 08:39:24 2006 +0000
94397
94398     Change the prototype of amok_bw_saturate_stop to match the rest of the module API. No worry, it was never released
94399     
94400     
94401     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2154 48e7efb5-ca39-0410-a469-dd3cf9ba447f
94402
94403 commit 9e228d90678a2880e5da0086b3ad2c149ed37aa4
94404 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
94405 Date:   Tue Apr 18 08:38:24 2006 +0000
94406
94407     Kill dead code; make sure that amok_bw_saturate_stop returns the achieved bandwidth and the elapsed time. Change its prototype to match the rest of the module API
94408     
94409     
94410     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2153 48e7efb5-ca39-0410-a469-dd3cf9ba447f
94411
94412 commit 6903f88b9cd26bb3c24c698fb04ec187f69a105a
94413 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
94414 Date:   Fri Apr 14 08:10:18 2006 +0000
94415
94416     Init offset in any case
94417     
94418     
94419     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2152 48e7efb5-ca39-0410-a469-dd3cf9ba447f
94420
94421 commit e35a24968303072a0c1b06fd0f65d166bbcc7eac
94422 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
94423 Date:   Fri Apr 14 08:05:29 2006 +0000
94424
94425     Rework the headers to follow our habits
94426     
94427     
94428     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2151 48e7efb5-ca39-0410-a469-dd3cf9ba447f
94429
94430 commit 0ad504a00f12906e9d4d6dd5fe6a2c45862e7943
94431 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
94432 Date:   Thu Apr 13 12:43:38 2006 +0000
94433
94434     Raise an exception on timeout, as we should
94435     
94436     
94437     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2150 48e7efb5-ca39-0410-a469-dd3cf9ba447f
94438
94439 commit 214d4593f9a407095fa0c07b0e8299bfeeb1c40b
94440 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
94441 Date:   Thu Apr 13 12:37:31 2006 +0000
94442
94443     setup the select() timeout correctly, some more debugging logs
94444     
94445     
94446     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2149 48e7efb5-ca39-0410-a469-dd3cf9ba447f
94447
94448 commit 3cc30cde5c0feab2c131204d2a1607404f5935c8
94449 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
94450 Date:   Wed Apr 12 15:13:07 2006 +0000
94451
94452     Adding more verbose informations to Paje
94453     
94454     
94455     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2148 48e7efb5-ca39-0410-a469-dd3cf9ba447f
94456
94457 commit cacec1086365a2ab8656e6b33a4ee945ea10e26a
94458 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
94459 Date:   Wed Apr 12 14:53:59 2006 +0000
94460
94461     typo
94462     
94463     
94464     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2147 48e7efb5-ca39-0410-a469-dd3cf9ba447f
94465
94466 commit 6e3f5fa6e86f437732f1bca9d904e40f607fc390
94467 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
94468 Date:   Wed Apr 12 14:53:13 2006 +0000
94469
94470     Adding more verbose Paje output
94471     
94472     
94473     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2146 48e7efb5-ca39-0410-a469-dd3cf9ba447f
94474
94475 commit 0c243283948ee9c9f3599b5a51005f9df8af53c5
94476 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
94477 Date:   Wed Apr 12 14:18:27 2006 +0000
94478
94479     cosmetics
94480     
94481     
94482     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2145 48e7efb5-ca39-0410-a469-dd3cf9ba447f
94483
94484 commit 8c0a8b86fcd472830e5eb55b27f5946b4538aa8a
94485 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
94486 Date:   Wed Apr 12 14:16:42 2006 +0000
94487
94488     Also display the pid on backtraces
94489     
94490     
94491     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2144 48e7efb5-ca39-0410-a469-dd3cf9ba447f
94492
94493 commit 0a9f29bfccbe36ba1678ad35c9a1aa60eec4ccd0
94494 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
94495 Date:   Wed Apr 12 14:16:04 2006 +0000
94496
94497     pid is now long int
94498     
94499     
94500     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2143 48e7efb5-ca39-0410-a469-dd3cf9ba447f
94501
94502 commit f456ea03242380351789e2e8b380ee0da6ef635f
94503 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
94504 Date:   Wed Apr 12 14:15:45 2006 +0000
94505
94506     Let's do a real round-robin on forwarders...
94507     
94508     
94509     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2142 48e7efb5-ca39-0410-a469-dd3cf9ba447f
94510
94511 commit c0d47e274f8b030eefa28627f8ed440507d89254
94512 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
94513 Date:   Wed Apr 12 14:05:23 2006 +0000
94514
94515     Make the code more robust: Add debugging outputs, add a bunch of asserts (not usual ones, since it would induce circular dependencies because we are so low in the SimGrid stack but anyway), work even if the /proc/self/maps line are not in the expected order
94516     
94517     
94518     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2141 48e7efb5-ca39-0410-a469-dd3cf9ba447f
94519
94520 commit 337c0de59186a44f7a146bc28628ee10f6e5f9ed
94521 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
94522 Date:   Wed Apr 12 09:10:10 2006 +0000
94523
94524     Use long int for the pids, just to be sure without doublechecking what the size of pid_t is on this arch
94525     
94526     
94527     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2140 48e7efb5-ca39-0410-a469-dd3cf9ba447f
94528
94529 commit e40d8a3c090b9106352693e52ea61e63ecbbe93d
94530 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
94531 Date:   Wed Apr 12 07:57:37 2006 +0000
94532
94533     sanitize this function name before its API is frozen by a release ;)
94534     
94535     
94536     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2139 48e7efb5-ca39-0410-a469-dd3cf9ba447f
94537
94538 commit b7a0bd6d14b9d12d0caf498e34c54f7842a7edc7
94539 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
94540 Date:   Wed Apr 12 07:52:42 2006 +0000
94541
94542     Document that amok BW module is done
94543     
94544     
94545     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2138 48e7efb5-ca39-0410-a469-dd3cf9ba447f
94546
94547 commit 7982e65ff47636c6e00c37fcc17964bcd6ac6323
94548 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
94549 Date:   Wed Apr 12 07:51:35 2006 +0000
94550
94551     Some more doc for the amok BW module, which can now be considered done. Yuhu
94552     
94553     
94554     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2137 48e7efb5-ca39-0410-a469-dd3cf9ba447f
94555
94556 commit c29627e7c77526e4d9103d986d2ebe4e1f4620ee
94557 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
94558 Date:   Wed Apr 12 07:51:05 2006 +0000
94559
94560     Some more doc for the amok BW module
94561     
94562     
94563     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2136 48e7efb5-ca39-0410-a469-dd3cf9ba447f
94564
94565 commit 3c2433a14012fa09e527bd40a51b5dba5a6579e2
94566 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
94567 Date:   Wed Apr 12 07:23:02 2006 +0000
94568
94569     Revert API breakage about xbt_ex_free since it was not mandatory and since API should be saved when possible; wait a bit more for friends
94570     
94571     
94572     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2135 48e7efb5-ca39-0410-a469-dd3cf9ba447f
94573
94574 commit 6521142974bf561e632684f99fd1708726e474a0
94575 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
94576 Date:   Wed Apr 12 07:22:33 2006 +0000
94577
94578     Revert API breakage about xbt_ex_free since it was not mandatory and since API should be saved when possible
94579     
94580     
94581     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2134 48e7efb5-ca39-0410-a469-dd3cf9ba447f
94582
94583 commit 3429978465882f1a8d4911725dd65019e36eefed
94584 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
94585 Date:   Wed Apr 12 00:33:37 2006 +0000
94586
94587     Iiiirk. It leaks
94588     
94589     
94590     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2133 48e7efb5-ca39-0410-a469-dd3cf9ba447f
94591
94592 commit 00c0af024790b2d3b5b3de59dba99a3fdefba265
94593 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
94594 Date:   Wed Apr 12 00:17:56 2006 +0000
94595
94596     Make sure we won't try to survive to unexpected exceptions
94597     
94598     
94599     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2132 48e7efb5-ca39-0410-a469-dd3cf9ba447f
94600
94601 commit 67853231cc4fc6f6c80e5e013ffef12fec656a49
94602 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
94603 Date:   Wed Apr 12 00:13:54 2006 +0000
94604
94605     Make sure we kill peers properly, and plug some memleaks
94606     
94607     
94608     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2131 48e7efb5-ca39-0410-a469-dd3cf9ba447f
94609
94610 commit 5cb343842f5ce9e1db20f0b24cbbc53c26f1e43f
94611 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
94612 Date:   Wed Apr 12 00:13:13 2006 +0000
94613
94614     Do not close socket which were never opened (see documentation of the gras_meas_accept function, do not dig arround for hours like I did :-/ )
94615     
94616     
94617     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2130 48e7efb5-ca39-0410-a469-dd3cf9ba447f
94618
94619 commit 2e2ca643ddfa22db6d912fe297d319433217a401
94620 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
94621 Date:   Wed Apr 12 00:10:53 2006 +0000
94622
94623     cosmetics, plus tracked down a source of problem with measurement sockets
94624     
94625     
94626     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2129 48e7efb5-ca39-0410-a469-dd3cf9ba447f
94627
94628 commit 25a607b11c442099b3ef353df545d2f0c30f97d5
94629 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
94630 Date:   Tue Apr 11 23:52:57 2006 +0000
94631
94632     Track the symbols even if they hide in a dynamic library. Ok, the code gets ugly but the functionality is so damn cool... Ok, I didn't checked that we are on linux before digging into /proc, but what other system have backtrace, popen and addr2line?
94633     
94634     
94635     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2128 48e7efb5-ca39-0410-a469-dd3cf9ba447f
94636
94637 commit 6951fc17a8bd8598b124c4a0a28c5ec97b85d2e4
94638 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
94639 Date:   Tue Apr 11 22:23:42 2006 +0000
94640
94641     New function: xbt_display_backtrace(). Sweet while debuging
94642     
94643     
94644     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2127 48e7efb5-ca39-0410-a469-dd3cf9ba447f
94645
94646 commit cf7ebd6e502a23cdb48e71cf7521ceb5e4f04417
94647 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
94648 Date:   Tue Apr 11 22:23:01 2006 +0000
94649
94650     New function: xbt_display_backtrace(). Sweet while debugging
94651     
94652     
94653     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2126 48e7efb5-ca39-0410-a469-dd3cf9ba447f
94654
94655 commit 50b6bda2816a7b9f7859abdf9ef0f736ca533f80
94656 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
94657 Date:   Tue Apr 11 22:21:37 2006 +0000
94658
94659     Plug a memleak and shut it up
94660     
94661     
94662     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2125 48e7efb5-ca39-0410-a469-dd3cf9ba447f
94663
94664 commit d467b61bdf76ec3433755ea3938d4cf4960bdc52
94665 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
94666 Date:   Tue Apr 11 22:20:43 2006 +0000
94667
94668     cosmetics
94669     
94670     
94671     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2124 48e7efb5-ca39-0410-a469-dd3cf9ba447f
94672
94673 commit 706069c06ef96f07ce5899de2ec4ab789d192638
94674 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
94675 Date:   Tue Apr 11 22:20:23 2006 +0000
94676
94677     Do not malloc(0), please. It looks ugly
94678     
94679     
94680     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2123 48e7efb5-ca39-0410-a469-dd3cf9ba447f
94681
94682 commit 444fd32bb5976fd3fd81197e6c321f21a5ed34b2
94683 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
94684 Date:   Tue Apr 11 13:47:36 2006 +0000
94685
94686     Rework the MSG navbar
94687     
94688     
94689     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2122 48e7efb5-ca39-0410-a469-dd3cf9ba447f
94690
94691 commit 7928b6040b5a0427a8839b020a90e6906332ef92
94692 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
94693 Date:   Tue Apr 11 12:20:08 2006 +0000
94694
94695     More verbose on the remaining bug
94696     
94697     
94698     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2121 48e7efb5-ca39-0410-a469-dd3cf9ba447f
94699
94700 commit 8f219e84239231fdb717b8e772300fd130300b1a
94701 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
94702 Date:   Tue Apr 11 12:09:32 2006 +0000
94703
94704     .
94705     
94706     
94707     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2120 48e7efb5-ca39-0410-a469-dd3cf9ba447f
94708
94709 commit 5c67adcb762df6525747ba43ab1e5340bca51356
94710 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
94711 Date:   Tue Apr 11 12:08:32 2006 +0000
94712
94713     Major refactoring to make the test stricter and more robust
94714     
94715     
94716     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2119 48e7efb5-ca39-0410-a469-dd3cf9ba447f
94717
94718 commit a0b9c1cc62e78a0be8dd6f117816d19356e2e0ce
94719 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
94720 Date:   Tue Apr 11 12:03:40 2006 +0000
94721
94722     debug logs tweaking; to reset the exception container correctly
94723     
94724     
94725     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2118 48e7efb5-ca39-0410-a469-dd3cf9ba447f
94726
94727 commit 41197031220d27f8bbef65f14c78542eeebb9836
94728 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
94729 Date:   Tue Apr 11 12:02:41 2006 +0000
94730
94731     Use xbt_ex_setup_backtrace to actually setup the backtrace to avoid dupplicating this code; avoid the word 'break' within a TRY block, even if it should be ok here (rest of a badly paranoid debuging party); deal with fact that a callback not being attached to a RPC can raise exceptions too (in which case, we should propagate it)
94732     
94733     
94734     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2117 48e7efb5-ca39-0410-a469-dd3cf9ba447f
94735
94736 commit c9a602a7aff1f69593c1606c535eb167677b8395
94737 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
94738 Date:   Tue Apr 11 11:59:16 2006 +0000
94739
94740     only dupplicate the procname when dealing with remote processes; cleanup the free function so that things won't get reused from one time to the other (since it causes bad segfaults)
94741     
94742     
94743     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2116 48e7efb5-ca39-0410-a469-dd3cf9ba447f
94744
94745 commit 3c0619f4774180c94441d53b01f34257ad0853fa
94746 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
94747 Date:   Tue Apr 11 11:58:42 2006 +0000
94748
94749     only dupplicate the procname when dealing with remote processes; cleanup the free function so that things won't get reused from one time to the other (since it causes bad segfaults); and make the testcase a bit stricter
94750     
94751     
94752     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2115 48e7efb5-ca39-0410-a469-dd3cf9ba447f
94753
94754 commit 93fd0db81717b4ee0d694c05f12fd5b426a8e038
94755 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
94756 Date:   Mon Apr 10 08:30:04 2006 +0000
94757
94758     Add a test in MSG_task_execute to stop whenever a task is being executed on two different locations.
94759     
94760     
94761     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2114 48e7efb5-ca39-0410-a469-dd3cf9ba447f
94762
94763 commit 966e52972cddf264eba69744eb5607e805d47794
94764 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
94765 Date:   Fri Apr 7 15:49:20 2006 +0000
94766
94767     Catch up with lastest API breakage (xbt_ex_free)
94768     
94769     
94770     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2113 48e7efb5-ca39-0410-a469-dd3cf9ba447f
94771
94772 commit c3eaaf1a8869a1d2fb0364b7dc68e8b6d42ffec1
94773 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
94774 Date:   Fri Apr 7 15:43:43 2006 +0000
94775
94776     Display some info about the frames addr2line knows nothing about, and catchup with the lastest API breakage
94777     
94778     
94779     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2112 48e7efb5-ca39-0410-a469-dd3cf9ba447f
94780
94781 commit baff7c0f4f11e19eb8f4a1ff80a9dd5c519e9dc3
94782 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
94783 Date:   Fri Apr 7 15:42:30 2006 +0000
94784
94785     The neat backtraces need a semi-public symbol from the exception mecanism exported to where we deal with exception propagation
94786     
94787     
94788     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2111 48e7efb5-ca39-0410-a469-dd3cf9ba447f
94789
94790 commit 74486f4fe21d15423003177707cbc7046141c131
94791 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
94792 Date:   Fri Apr 7 15:41:01 2006 +0000
94793
94794     Catch up with the lastest API breakage, and fix doxygen on the way
94795     
94796     
94797     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2110 48e7efb5-ca39-0410-a469-dd3cf9ba447f
94798
94799 commit a30eb8d63c2291f6b50b935cecf16139b372f9f2
94800 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
94801 Date:   Fri Apr 7 15:39:37 2006 +0000
94802
94803     Catch up with the lastest API breakage
94804     
94805     
94806     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2109 48e7efb5-ca39-0410-a469-dd3cf9ba447f
94807
94808 commit d4acfcad1ce01a174dea2d855443fa2e82ff5d5c
94809 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
94810 Date:   Fri Apr 7 15:36:51 2006 +0000
94811
94812     Catch up with lastest API breakage, and fix doxygen on the way
94813     
94814     
94815     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2108 48e7efb5-ca39-0410-a469-dd3cf9ba447f
94816
94817 commit c887f0caadd5c4a3ca769c84e9f5e732e0853edb
94818 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
94819 Date:   Fri Apr 7 15:35:43 2006 +0000
94820
94821     Break the API once again so that we can reset the struct in this function (and not break if the same variable is used more than once)
94822     
94823     
94824     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2107 48e7efb5-ca39-0410-a469-dd3cf9ba447f
94825
94826 commit b00a5bd2887ad6570a6f4b7b762af0bf91f7d1cd
94827 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
94828 Date:   Fri Apr 7 13:55:29 2006 +0000
94829
94830     Document my new toy feature
94831     
94832     
94833     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2106 48e7efb5-ca39-0410-a469-dd3cf9ba447f
94834
94835 commit 94b6ec133d337565a8741d9d5a8a9cb0b8687778
94836 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
94837 Date:   Fri Apr 7 13:52:28 2006 +0000
94838
94839     Reindent, deal properly with remote exceptions
94840     
94841     
94842     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2105 48e7efb5-ca39-0410-a469-dd3cf9ba447f
94843
94844 commit 6939542e87acfb3ee4b452d2b85098fd9d53d49f
94845 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
94846 Date:   Fri Apr 7 13:39:15 2006 +0000
94847
94848     Display neat exceptions backtraces
94849     
94850     
94851     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2104 48e7efb5-ca39-0410-a469-dd3cf9ba447f
94852
94853 commit 7856e312fded65253e43c2ddcd8373b1a48ebc14
94854 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
94855 Date:   Fri Apr 7 13:38:03 2006 +0000
94856
94857     We need to store the binary name somewhere to display neat backtraces
94858     
94859     
94860     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2103 48e7efb5-ca39-0410-a469-dd3cf9ba447f
94861
94862 commit b0e2569a31f82b42409bc6d6f3fa0bf01e93b906
94863 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
94864 Date:   Fri Apr 7 13:36:50 2006 +0000
94865
94866     check whether what we need to display neat backtraces is here or not
94867     
94868     
94869     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2102 48e7efb5-ca39-0410-a469-dd3cf9ba447f
94870
94871 commit 859cddc8c72fe93e978e780bbda8999fc60a72cd
94872 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
94873 Date:   Fri Apr 7 09:11:10 2006 +0000
94874
94875     move oldies out of the way
94876     
94877     
94878     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2101 48e7efb5-ca39-0410-a469-dd3cf9ba447f
94879
94880 commit 13019fdd0d40b175149c6cba7f61b7c4535edbc3
94881 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
94882 Date:   Thu Apr 6 22:14:58 2006 +0000
94883
94884     Make two tests in the same file: a simple saturation test, and a full featured one
94885     
94886     
94887     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2100 48e7efb5-ca39-0410-a469-dd3cf9ba447f
94888
94889 commit 5864e92472443bbdccd7f8d9caac1059529fa50c
94890 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
94891 Date:   Thu Apr 6 21:57:19 2006 +0000
94892
94893     Avoid returning in the TRY block since it makes everything fool, including myself
94894     
94895     
94896     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2099 48e7efb5-ca39-0410-a469-dd3cf9ba447f
94897
94898 commit 83689606b1ddc04decc35784c2a756db7df3dc10
94899 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
94900 Date:   Thu Apr 6 21:53:28 2006 +0000
94901
94902     cosmetics
94903     
94904     
94905     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2098 48e7efb5-ca39-0410-a469-dd3cf9ba447f
94906
94907 commit 569bbeaf0cf00247d78bfb670b9f2d8c2a3f9ba8
94908 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
94909 Date:   Thu Apr 6 21:52:03 2006 +0000
94910
94911     reindent
94912     
94913     
94914     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2097 48e7efb5-ca39-0410-a469-dd3cf9ba447f
94915
94916 commit 75b9fefe8924dae3580c082319b0b853f46b846d
94917 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
94918 Date:   Thu Apr 6 21:51:37 2006 +0000
94919
94920     Add an emergency debugging facility (cannot use regular one to avoid circular dependencies); plus use bold in the documentation around the point I forgot myself (doh\!)
94921     
94922     
94923     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2096 48e7efb5-ca39-0410-a469-dd3cf9ba447f
94924
94925 commit 5425a82cd81e3ef2c24d6e75027954a04dce1735
94926 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
94927 Date:   Thu Apr 6 21:49:11 2006 +0000
94928
94929     Document the issue I searched for 3 days now. HOW CAN I BE SO STUPID NOT READING THE DOCUMENTATION I WROTE MYSELF????
94930     
94931     
94932     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2095 48e7efb5-ca39-0410-a469-dd3cf9ba447f
94933
94934 commit b7ace14cb46a13419c4e499d8d012aad0a6510e6
94935 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
94936 Date:   Thu Apr 6 21:24:46 2006 +0000
94937
94938     split out the compilation issues from the 'make check' ones, and add a link from the compilation explanation to the compilation troubleshooting
94939     
94940     
94941     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2094 48e7efb5-ca39-0410-a469-dd3cf9ba447f
94942
94943 commit 68534840afb8b52e899b7a1a2c1e040a5e5b6a07
94944 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
94945 Date:   Thu Apr 6 13:31:12 2006 +0000
94946
94947     There is a new process in can
94948     
94949     
94950     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2093 48e7efb5-ca39-0410-a469-dd3cf9ba447f
94951
94952 commit 9c0304f908af9fe113f015e8fce41fd4b69bb982
94953 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
94954 Date:   Thu Apr 6 13:17:16 2006 +0000
94955
94956     Make sure those scripts are runable
94957     
94958     
94959     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2092 48e7efb5-ca39-0410-a469-dd3cf9ba447f
94960
94961 commit 68cca5ae79796aad241905ebc99ec86764135c01
94962 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
94963 Date:   Thu Apr 6 13:15:06 2006 +0000
94964
94965     First pass of cleanup so that it compiles with paranoid compiler flags
94966     
94967     
94968     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2091 48e7efb5-ca39-0410-a469-dd3cf9ba447f
94969
94970 commit fb0c855fd154347c6ee4e43362d7509c7c5eafef
94971 Author: illogict <illogict@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
94972 Date:   Thu Apr 6 13:07:43 2006 +0000
94973
94974     Update for chord example, indentation, cleaning out...
94975     
94976     
94977     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2090 48e7efb5-ca39-0410-a469-dd3cf9ba447f
94978
94979 commit 8e9fd9c3b692e912f2e119634ac1de50f132fa27
94980 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
94981 Date:   Thu Apr 6 12:46:09 2006 +0000
94982
94983     Infrastructure
94984     
94985     
94986     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2089 48e7efb5-ca39-0410-a469-dd3cf9ba447f
94987
94988 commit 1e304251056df249996f9ac1c53aca1affcea98a
94989 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
94990 Date:   Thu Apr 6 12:43:15 2006 +0000
94991
94992     Add can
94993     
94994     
94995     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2088 48e7efb5-ca39-0410-a469-dd3cf9ba447f
94996
94997 commit d753340c54c230f9ab7b6e5c5ed5ac47f7421ad5
94998 Author: bimal <bimal@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
94999 Date:   Thu Apr 6 12:40:53 2006 +0000
95000
95001     Initial import
95002     
95003     
95004     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2087 48e7efb5-ca39-0410-a469-dd3cf9ba447f
95005
95006 commit f0580253f3ae0969d1f820a1cac2c7e3117ee8fd
95007 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
95008 Date:   Tue Apr 4 22:43:28 2006 +0000
95009
95010     duration are double in GRAS
95011     
95012     
95013     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2086 48e7efb5-ca39-0410-a469-dd3cf9ba447f
95014
95015 commit 867f198b03e6e87da45c60a55e3dde0c88cf0926
95016 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
95017 Date:   Tue Apr 4 22:42:39 2006 +0000
95018
95019     seems to work in most cases. Yuhu
95020     
95021     
95022     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2085 48e7efb5-ca39-0410-a469-dd3cf9ba447f
95023
95024 commit a6c753ad79e2aeab98730a51052fcb7c7f543403
95025 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
95026 Date:   Tue Apr 4 22:41:01 2006 +0000
95027
95028     allow caller to not be interested in all the data we can provide
95029     
95030     
95031     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2084 48e7efb5-ca39-0410-a469-dd3cf9ba447f
95032
95033 commit 856060282bcef7e9f575fd1b2d33071afdd58502
95034 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
95035 Date:   Tue Apr 4 22:40:16 2006 +0000
95036
95037     Avoid to actually malloc the chunk of data when exchanging measurement packets in simulation mode
95038     
95039     
95040     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2083 48e7efb5-ca39-0410-a469-dd3cf9ba447f
95041
95042 commit 68fcf941103f800b3170fab73a1c2dfdb0ffd4a7
95043 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
95044 Date:   Tue Apr 4 15:39:11 2006 +0000
95045
95046     Using brand new logo.
95047     
95048     
95049     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2082 48e7efb5-ca39-0410-a469-dd3cf9ba447f
95050
95051 commit a58dfcdf05c08b7ac9873956525777b542450c11
95052 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
95053 Date:   Tue Apr 4 14:40:21 2006 +0000
95054
95055     Found why the backtrace were not propagated anymore
95056     
95057     
95058     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2081 48e7efb5-ca39-0410-a469-dd3cf9ba447f
95059
95060 commit 4370e00d8befd5aca3fb217957742e07c60df430
95061 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
95062 Date:   Tue Apr 4 14:36:49 2006 +0000
95063
95064     zorglub
95065     
95066     
95067     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2080 48e7efb5-ca39-0410-a469-dd3cf9ba447f
95068
95069 commit 4f52518f3f44161c269e8ba3ee45bcc6179c3b90
95070 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
95071 Date:   Tue Apr 4 14:34:31 2006 +0000
95072
95073     Introduce saturation mecanism
95074     
95075     
95076     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2079 48e7efb5-ca39-0410-a469-dd3cf9ba447f
95077
95078 commit 2930b8d3b3060a638fbdbccbf36a958dbd9187d3
95079 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
95080 Date:   Tue Apr 4 14:33:47 2006 +0000
95081
95082     Use message kind instead of message type kind or we won't detect rpc answer properly; better detection and propagation of remote error
95083     
95084     
95085     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2078 48e7efb5-ca39-0410-a469-dd3cf9ba447f
95086
95087 commit 900c977019a54d76dee6bdb6a5dd38336f698c18
95088 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
95089 Date:   Tue Apr 4 14:31:02 2006 +0000
95090
95091     Reimplement on top of new amok module
95092     
95093     
95094     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2077 48e7efb5-ca39-0410-a469-dd3cf9ba447f
95095
95096 commit 03efe18546bf73cbdaa32cf7c53643f69300ade4
95097 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
95098 Date:   Tue Apr 4 14:30:17 2006 +0000
95099
95100     welcome, saturate testcase
95101     
95102     
95103     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2076 48e7efb5-ca39-0410-a469-dd3cf9ba447f
95104
95105 commit df1574af1592689f73d940fd6803b55d5eca7156
95106 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
95107 Date:   Tue Apr 4 14:29:24 2006 +0000
95108
95109     * Better split between bandwidth and saturation sub-modules
95110     * Sizes are now in bytes in GRAS
95111     * in amok_bw_matrix, no need to free the iterators: it wont work
95112     * first draft of the saturation stuff (not really functionnal yet)
95113     
95114     
95115     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2075 48e7efb5-ca39-0410-a469-dd3cf9ba447f
95116
95117 commit 5969ba39561f1fc29557ebf2c9d38ac8fccdd036
95118 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
95119 Date:   Tue Apr 4 14:25:54 2006 +0000
95120
95121     Welcome to modernity, testing infrastructure
95122     
95123     
95124     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2074 48e7efb5-ca39-0410-a469-dd3cf9ba447f
95125
95126 commit 16e690fe7ead327a86ea287e3e8d60d36f14ef8a
95127 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
95128 Date:   Tue Apr 4 14:25:03 2006 +0000
95129
95130     sanitize around the xbt_host_t typedef; kill the remoteerr mecanism now that we have exception propagation
95131     
95132     
95133     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2073 48e7efb5-ca39-0410-a469-dd3cf9ba447f
95134
95135 commit fda7b555d2a6c008c5613a392885006766115fa6
95136 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
95137 Date:   Tue Apr 4 14:24:14 2006 +0000
95138
95139     cosmetics
95140     
95141     
95142     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2072 48e7efb5-ca39-0410-a469-dd3cf9ba447f
95143
95144 commit d22c100149c15b1423e8235fca44e80e4321e558
95145 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
95146 Date:   Tue Apr 4 13:58:57 2006 +0000
95147
95148     Allow for asynchronous RPC calls, plus better detection of remote exception, so that exceptions get forwarded nicely
95149     
95150     
95151     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2071 48e7efb5-ca39-0410-a469-dd3cf9ba447f
95152
95153 commit eeb909173025be7ebe4a6d27f6044860d46dda9e
95154 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
95155 Date:   Tue Apr 4 13:57:45 2006 +0000
95156
95157     Typo in comments, and add the timeout to the CB context. This is mandatory to have this structure to use as asynchronous RPC calls context
95158     
95159     
95160     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2070 48e7efb5-ca39-0410-a469-dd3cf9ba447f
95161
95162 commit 1fbd5fc102ed26900150f86355554226cdf1c3b2
95163 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
95164 Date:   Tue Apr 4 13:56:53 2006 +0000
95165
95166     Kill non-portable comment
95167     
95168     
95169     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2069 48e7efb5-ca39-0410-a469-dd3cf9ba447f
95170
95171 commit 505f76637733397a9e37bbe6d5cb429a50de8efa
95172 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
95173 Date:   Tue Apr 4 13:56:12 2006 +0000
95174
95175     Introduce asynchronous RPC calls
95176     
95177     
95178     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2068 48e7efb5-ca39-0410-a469-dd3cf9ba447f
95179
95180 commit 95864eccc45f435a1f02259e8bdd6ec36f769e71
95181 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
95182 Date:   Tue Apr 4 13:55:32 2006 +0000
95183
95184     Test mecanism
95185     
95186     
95187     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2067 48e7efb5-ca39-0410-a469-dd3cf9ba447f
95188
95189 commit c829167929dfa54fafb6d016ff750765785e2686
95190 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
95191 Date:   Tue Apr 4 13:54:21 2006 +0000
95192
95193     Improve detection of remote exceptions
95194     
95195     
95196     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2066 48e7efb5-ca39-0410-a469-dd3cf9ba447f
95197
95198 commit 898d2e42909933180b325b080ac8f7ca016f3bcd
95199 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
95200 Date:   Tue Apr 4 13:53:01 2006 +0000
95201
95202     Improve detection of remote exceptions, plus workaround a bug somewhere (backtrace not properly propagated, don't care for now)
95203     
95204     
95205     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2065 48e7efb5-ca39-0410-a469-dd3cf9ba447f
95206
95207 commit 5fca91b94c151ea142e862d26474e042763bce4c
95208 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
95209 Date:   Tue Apr 4 13:52:02 2006 +0000
95210
95211     debug msg tweaking
95212     
95213     
95214     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2064 48e7efb5-ca39-0410-a469-dd3cf9ba447f
95215
95216 commit 8b5fcaef8002c8385a82ef990f8e1c529ee9f95d
95217 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
95218 Date:   Tue Apr 4 13:51:42 2006 +0000
95219
95220     Ignore ignorable
95221     
95222     
95223     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2063 48e7efb5-ca39-0410-a469-dd3cf9ba447f
95224
95225 commit 76e91ec3aa2b6eaec7794e9db20f4d5800c07e2f
95226 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
95227 Date:   Tue Apr 4 13:24:52 2006 +0000
95228
95229     Also test in RL ;)
95230     
95231     
95232     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2062 48e7efb5-ca39-0410-a469-dd3cf9ba447f
95233
95234 commit 9d282a7b5ef6fd5e0d616c30e7caacb5a6858d38
95235 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
95236 Date:   Tue Apr 4 13:13:52 2006 +0000
95237
95238     Make the testcase catch more errors: let A,B,C be 3 nodes. A does a RPC on B, which callback does a RPC on C. callback of C raises an exception, is this exception propagated well to A? Looks like :)
95239     
95240     
95241     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2061 48e7efb5-ca39-0410-a469-dd3cf9ba447f
95242
95243 commit 24f9cf0156e3f5137cb2f02e077e8c6a9d17f93d
95244 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
95245 Date:   Tue Apr 4 08:27:05 2006 +0000
95246
95247     When answering a RPC, use the answer message type, not the request one. 'Some' RPC are not symetric ;)
95248     
95249     
95250     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2060 48e7efb5-ca39-0410-a469-dd3cf9ba447f
95251
95252 commit f195dd910f958191b3aa6e34414e43379fd7a567
95253 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
95254 Date:   Tue Apr 4 08:26:18 2006 +0000
95255
95256     All we need on this earth is verbose debugging messages -- Gandi
95257     
95258     
95259     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2059 48e7efb5-ca39-0410-a469-dd3cf9ba447f
95260
95261 commit 0ad4eb7e2cb900265a1cfa7c330feb1bffa7c526
95262 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
95263 Date:   Tue Apr 4 08:25:43 2006 +0000
95264
95265     Make sure we don't change a timeout=0 into a timeout<0, because in select it would change from non-blocking into endless blocking; plug a memleak around exception propagation
95266     
95267     
95268     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2058 48e7efb5-ca39-0410-a469-dd3cf9ba447f
95269
95270 commit 5c12f278e4acdb6745858a4b841c8a4dedd09fea
95271 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
95272 Date:   Tue Apr 4 06:28:54 2006 +0000
95273
95274     plug a memleak on remote exception propagation
95275     
95276     
95277     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2057 48e7efb5-ca39-0410-a469-dd3cf9ba447f
95278
95279 commit 197f5fd25f0105b985772e8c8a7a93d0bc96293f
95280 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
95281 Date:   Tue Apr 4 06:10:18 2006 +0000
95282
95283     More verbose error msg
95284     
95285     
95286     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2056 48e7efb5-ca39-0410-a469-dd3cf9ba447f
95287
95288 commit 7c5b5ff690647f846349b0f493e92a46862a75b7
95289 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
95290 Date:   Mon Apr 3 15:32:21 2006 +0000
95291
95292     Allow up to 8 params to the INFO logging severity
95293     
95294     
95295     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2055 48e7efb5-ca39-0410-a469-dd3cf9ba447f
95296
95297 commit 55b561cd6f62870d48e715a653fa7230da9fd25a
95298 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
95299 Date:   Mon Apr 3 13:27:47 2006 +0000
95300
95301     Sizes in bytes; rework the documentation; uniformize the variable naming schema
95302     
95303     
95304     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2054 48e7efb5-ca39-0410-a469-dd3cf9ba447f
95305
95306 commit f3ccc5f8981f5b1e258cab911a09679860b8cc7d
95307 Author: amad206 <amad206@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
95308 Date:   Mon Apr 3 10:11:01 2006 +0000
95309
95310     the code of Matrix bandwidth function
95311     
95312     
95313     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2053 48e7efb5-ca39-0410-a469-dd3cf9ba447f
95314
95315 commit a1ca0de0530a9e7b449cc867f3fe67271e44b5ce
95316 Author: amad206 <amad206@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
95317 Date:   Mon Apr 3 10:07:35 2006 +0000
95318
95319     prototype of the new matrix bandwidth test
95320     
95321     
95322     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2052 48e7efb5-ca39-0410-a469-dd3cf9ba447f
95323
95324 commit 105b384ac978cbf3be8b18b0022f5e855cce3b19
95325 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
95326 Date:   Fri Mar 31 14:24:28 2006 +0000
95327
95328     Documentation fixup
95329     
95330     
95331     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2051 48e7efb5-ca39-0410-a469-dd3cf9ba447f
95332
95333 commit abb2041092bc40c09f17255e0c97844674a5eb1f
95334 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
95335 Date:   Fri Mar 31 13:30:03 2006 +0000
95336
95337     sexy sexy, I love figs
95338     
95339     
95340     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2050 48e7efb5-ca39-0410-a469-dd3cf9ba447f
95341
95342 commit 2147341ef6284bc59fec38c72967e0a15e1776ab
95343 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
95344 Date:   Fri Mar 31 13:29:08 2006 +0000
95345
95346     Move the figs into a subdir, and add a new one to explain the amok bandwith measurement protocol
95347     
95348     
95349     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2049 48e7efb5-ca39-0410-a469-dd3cf9ba447f
95350
95351 commit 953c0b61d637f5ade9219ab35bb7eaae2f39e5e0
95352 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
95353 Date:   Fri Mar 31 10:04:06 2006 +0000
95354
95355     Stick to the coding standards wrt xbt_host_t structure
95356     
95357     
95358     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2048 48e7efb5-ca39-0410-a469-dd3cf9ba447f
95359
95360 commit 62aa5b27fd7c04aa84a7b09a02f18b12222601ea
95361 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
95362 Date:   Fri Mar 31 09:03:03 2006 +0000
95363
95364     Those damn RPC are done now
95365     
95366     
95367     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2047 48e7efb5-ca39-0410-a469-dd3cf9ba447f
95368
95369 commit 6c128bebd6488f694535e2662a2d327506f77002
95370 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
95371 Date:   Fri Mar 31 08:59:24 2006 +0000
95372
95373     Do use those wonderful RPC
95374     
95375     
95376     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2046 48e7efb5-ca39-0410-a469-dd3cf9ba447f
95377
95378 commit b5567dfb63846f0f2a8ea9aea27dfa081060015b
95379 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
95380 Date:   Fri Mar 31 08:58:41 2006 +0000
95381
95382     Sizes are now in bytes in GRAS & AMOK (plus 'the thing we live for is debuging')
95383     
95384     
95385     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2045 48e7efb5-ca39-0410-a469-dd3cf9ba447f
95386
95387 commit 821ac638c60740f3ce2cb99c7e00f1208fec6fae
95388 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
95389 Date:   Fri Mar 31 08:51:45 2006 +0000
95390
95391     Move your ass to another host, you lazy maestro. Signed: the nodes. [el pueblo unido jamas sera vencido]
95392     
95393     
95394     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2044 48e7efb5-ca39-0410-a469-dd3cf9ba447f
95395
95396 commit 68ef5e4e1e45f787a75a6f5a08cec549a49043c1
95397 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
95398 Date:   Fri Mar 31 08:29:40 2006 +0000
95399
95400     Yet another documentation improvement
95401     
95402     
95403     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2043 48e7efb5-ca39-0410-a469-dd3cf9ba447f
95404
95405 commit 33de1a2d4e728a5b7d9b0419d6c854f9c963ee6c
95406 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
95407 Date:   Fri Mar 31 07:53:49 2006 +0000
95408
95409     Documentation improvement
95410     
95411     
95412     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2042 48e7efb5-ca39-0410-a469-dd3cf9ba447f
95413
95414 commit c8c8c7f474f9ee9df9289b977a5477b7d2b88a86
95415 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
95416 Date:   Fri Mar 31 06:34:41 2006 +0000
95417
95418     There is half a dozen of examples, actually
95419     
95420     
95421     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2041 48e7efb5-ca39-0410-a469-dd3cf9ba447f
95422
95423 commit 590fa13bc6e61b35e81d89126a746223699e9cd9
95424 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
95425 Date:   Fri Mar 31 06:21:59 2006 +0000
95426
95427     clean behind Arnaud (hehe) so that make distcheck works again
95428     
95429     
95430     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2040 48e7efb5-ca39-0410-a469-dd3cf9ba447f
95431
95432 commit cf76d938a7122d044cdfdfa951c0faa7d06ae871
95433 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
95434 Date:   Fri Mar 31 00:38:02 2006 +0000
95435
95436     processes are now started in file order
95437     
95438     
95439     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2039 48e7efb5-ca39-0410-a469-dd3cf9ba447f
95440
95441 commit 073ca319b2651b2606957f289f3871e322a230a4
95442 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
95443 Date:   Fri Mar 31 00:25:46 2006 +0000
95444
95445     Fix doxygen; more debuging (is always welcome); make sure the caller wants to know about stuff before filling pointers
95446     
95447     
95448     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2038 48e7efb5-ca39-0410-a469-dd3cf9ba447f
95449
95450 commit 6bf21a236e094b8ea975961e468aaab53e4233d7
95451 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
95452 Date:   Fri Mar 31 00:20:52 2006 +0000
95453
95454     Fix doxygen
95455     
95456     
95457     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2037 48e7efb5-ca39-0410-a469-dd3cf9ba447f
95458
95459 commit 1a64f7a4224b836692bfa5b1f0049ce21edb84e8
95460 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
95461 Date:   Thu Mar 30 23:56:46 2006 +0000
95462
95463     Keep in sync with callback API change
95464     
95465     
95466     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2036 48e7efb5-ca39-0410-a469-dd3cf9ba447f
95467
95468 commit 1e98f6c12c71482db6e877fc063d2936eb234f08
95469 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
95470 Date:   Thu Mar 30 23:50:38 2006 +0000
95471
95472     I'm such a looser (too)
95473     
95474     
95475     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2035 48e7efb5-ca39-0410-a469-dd3cf9ba447f
95476
95477 commit b3969faa17b77e52ea0555371eb3826c7b36187c
95478 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
95479 Date:   Thu Mar 30 23:29:09 2006 +0000
95480
95481     Document the introduction of RPC into GRAS, and the relevant API change
95482     
95483     
95484     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2034 48e7efb5-ca39-0410-a469-dd3cf9ba447f
95485
95486 commit 7923573c27797ef387caeb55a5ae4c4c60f28bf3
95487 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
95488 Date:   Thu Mar 30 23:20:42 2006 +0000
95489
95490     Some room for the rpc example
95491     
95492     
95493     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2033 48e7efb5-ca39-0410-a469-dd3cf9ba447f
95494
95495 commit efe8cee1c6a9b35ad67ac04d2c68cde9bb7f64ac
95496 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
95497 Date:   Thu Mar 30 23:20:12 2006 +0000
95498
95499     Keep in sync with last changes in the GRAS callback API
95500     
95501     
95502     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2032 48e7efb5-ca39-0410-a469-dd3cf9ba447f
95503
95504 commit 676175dbd18ff6fbdf2b792d0bb8d999ee799ad1
95505 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
95506 Date:   Thu Mar 30 23:19:05 2006 +0000
95507
95508     Keep in sync with last changes in the GRAS callback API, plus minor cleanups
95509     
95510     
95511     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2031 48e7efb5-ca39-0410-a469-dd3cf9ba447f
95512
95513 commit 997c8258acf2a8d11006f438a096cbd1dada7eda
95514 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
95515 Date:   Thu Mar 30 23:18:19 2006 +0000
95516
95517     Do not forget this great new feature in the library, please
95518     
95519     
95520     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2030 48e7efb5-ca39-0410-a469-dd3cf9ba447f
95521
95522 commit 12a9f3c05daaf0c979b9227bec595d5b12666d31
95523 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
95524 Date:   Thu Mar 30 23:17:45 2006 +0000
95525
95526     More debuging, that's what we need
95527     
95528     
95529     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2029 48e7efb5-ca39-0410-a469-dd3cf9ba447f
95530
95531 commit 27085945e2ba71b57ef35d9aceb52e206c382e95
95532 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
95533 Date:   Thu Mar 30 23:17:10 2006 +0000
95534
95535     This is the proper data description to propagate exceptions
95536     
95537     
95538     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2028 48e7efb5-ca39-0410-a469-dd3cf9ba447f
95539
95540 commit ac9b849c157154d379961e139bf8e1a436eb0bc1
95541 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
95542 Date:   Thu Mar 30 23:16:27 2006 +0000
95543
95544     Tweak things here and there so that we can propagate exceptions across the network on failed RPC
95545     
95546     
95547     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2027 48e7efb5-ca39-0410-a469-dd3cf9ba447f
95548
95549 commit 1facf10af443d22a55bde75e83d7b3dd7e3b189a
95550 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
95551 Date:   Thu Mar 30 23:10:52 2006 +0000
95552
95553     Keep in sync with last changes in the GRAS callback API
95554     
95555     
95556     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2026 48e7efb5-ca39-0410-a469-dd3cf9ba447f
95557
95558 commit c23c9831c41f6f2e75c45a84c298d531d4010c0c
95559 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
95560 Date:   Thu Mar 30 23:09:20 2006 +0000
95561
95562     Keep in sync with last changes in the GRAS callback API. See, that's not such a big deal
95563     
95564     
95565     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2025 48e7efb5-ca39-0410-a469-dd3cf9ba447f
95566
95567 commit 92c690c6d013290fbcddcc156c68affc52c42647
95568 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
95569 Date:   Thu Mar 30 23:07:38 2006 +0000
95570
95571     Here come the proper GRAS RPC. The callback API changed a bit -- check the changelog
95572     
95573     
95574     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2024 48e7efb5-ca39-0410-a469-dd3cf9ba447f
95575
95576 commit 8499055fbaebc9fd0d309ae43a6072c8f5b4a68e
95577 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
95578 Date:   Thu Mar 30 22:59:18 2006 +0000
95579
95580     Here come the new GRAS RPC
95581     
95582     
95583     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2023 48e7efb5-ca39-0410-a469-dd3cf9ba447f
95584
95585 commit 41954ff1bc6116db4463d78c31488ba6aaf8c3c5
95586 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
95587 Date:   Thu Mar 30 22:58:31 2006 +0000
95588
95589     Here come the proper GRAS RPC
95590     
95591     
95592     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2022 48e7efb5-ca39-0410-a469-dd3cf9ba447f
95593
95594 commit 1e18ccad74ce3d49299f1da9022c5d5e4ee76918
95595 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
95596 Date:   Thu Mar 30 20:35:29 2006 +0000
95597
95598     Remove the old crufty navigation bars
95599     
95600     
95601     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2021 48e7efb5-ca39-0410-a469-dd3cf9ba447f
95602
95603 commit 268981d54533fb025d1353582cf229d235eb2fb2
95604 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
95605 Date:   Thu Mar 30 20:17:32 2006 +0000
95606
95607     finer inclusion of sysdep.h
95608     
95609     
95610     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2020 48e7efb5-ca39-0410-a469-dd3cf9ba447f
95611
95612 commit 7139a4b9c5bef19fa62e28ad990e4cefe76414e6
95613 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
95614 Date:   Thu Mar 30 19:57:44 2006 +0000
95615
95616     use the right function name...
95617     
95618     
95619     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2019 48e7efb5-ca39-0410-a469-dd3cf9ba447f
95620
95621 commit 8632e7ad72719a278906047e9ad12eee5ef2426c
95622 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
95623 Date:   Thu Mar 30 19:56:47 2006 +0000
95624
95625     missing } that prevented compilation
95626     
95627     
95628     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2018 48e7efb5-ca39-0410-a469-dd3cf9ba447f
95629
95630 commit eb16296588cfb863902b3dc30ce7d13517cb95ed
95631 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
95632 Date:   Thu Mar 30 14:14:26 2006 +0000
95633
95634     document last changes
95635     
95636     
95637     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2017 48e7efb5-ca39-0410-a469-dd3cf9ba447f
95638
95639 commit 44de33fb61dd7f508d1a4043defb6c2be81d5fbd
95640 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
95641 Date:   Thu Mar 30 14:10:49 2006 +0000
95642
95643     Do not force experiment sizes to be expressed in kb, or it becomes impossible to mesure the latency with it (need to use one byte-long tests)
95644     
95645     
95646     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2016 48e7efb5-ca39-0410-a469-dd3cf9ba447f
95647
95648 commit decfc99858552440a8f88bfd2cc258e66d407919
95649 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
95650 Date:   Thu Mar 30 14:04:17 2006 +0000
95651
95652     cosmetics
95653     
95654     
95655     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2015 48e7efb5-ca39-0410-a469-dd3cf9ba447f
95656
95657 commit b58a135f01b3486e88d6178f532ae1521436727f
95658 Author: dimitrov <dimitrov@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
95659 Date:   Thu Mar 30 11:10:06 2006 +0000
95660
95661     reset the xbtdata at the and of topologicalsort (forgotten)
95662     
95663     
95664     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2014 48e7efb5-ca39-0410-a469-dd3cf9ba447f
95665
95666 commit 918966786673960cbebd09ac3f350e20b27a67d7
95667 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
95668 Date:   Thu Mar 30 08:35:38 2006 +0000
95669
95670     bad position for the initialization.
95671     
95672     
95673     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2013 48e7efb5-ca39-0410-a469-dd3cf9ba447f
95674
95675 commit 8bdb339e3cb7e979b364c44e653752d8edfd0392
95676 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
95677 Date:   Thu Mar 30 08:35:01 2006 +0000
95678
95679     update README that were a little bit too much GRAS-centric (they had been written before the merge of GRAS and MSG/SURF)
95680     
95681     
95682     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2012 48e7efb5-ca39-0410-a469-dd3cf9ba447f
95683
95684 commit e327e9f387eb3b03158e37e29ef20c77c99a4212
95685 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
95686 Date:   Thu Mar 30 08:33:45 2006 +0000
95687
95688     Update changelog
95689     
95690     
95691     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2011 48e7efb5-ca39-0410-a469-dd3cf9ba447f
95692
95693 commit b04edd20d0aa441f74616fe74ee0099753f7605f
95694 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
95695 Date:   Wed Mar 29 13:19:32 2006 +0000
95696
95697     cosmetics (reindent the code...)
95698     
95699     
95700     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2010 48e7efb5-ca39-0410-a469-dd3cf9ba447f
95701
95702 commit 6e83adca90138a9938524736c05cca0616b6bee1
95703 Author: dimitrov <dimitrov@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
95704 Date:   Wed Mar 29 13:16:35 2006 +0000
95705
95706     tests of  xbt_graph_export_graphviz
95707     
95708     
95709     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2009 48e7efb5-ca39-0410-a469-dd3cf9ba447f
95710
95711 commit 569404ec365dd90d477eedc3fb2782d20881d6e6
95712 Author: dimitrov <dimitrov@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
95713 Date:   Wed Mar 29 12:45:29 2006 +0000
95714
95715     Testing topological sort.
95716     
95717     
95718     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2008 48e7efb5-ca39-0410-a469-dd3cf9ba447f
95719
95720 commit 139da70d9c161eaeec3e6eb74278c966370c6e62
95721 Author: dimitrov <dimitrov@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
95722 Date:   Wed Mar 29 12:45:05 2006 +0000
95723
95724     Adding topological sort.
95725     
95726     
95727     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2007 48e7efb5-ca39-0410-a469-dd3cf9ba447f
95728
95729 commit c2b261485d7431dddfa9a3422af3942db19cf7bb
95730 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
95731 Date:   Tue Mar 28 19:48:43 2006 +0000
95732
95733     Document Arnaud's last changes
95734     
95735     
95736     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2006 48e7efb5-ca39-0410-a469-dd3cf9ba447f
95737
95738 commit 528af874af8e42d2f77e68e7d19f2cfcf2e31738
95739 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
95740 Date:   Tue Mar 28 10:33:17 2006 +0000
95741
95742     Keep up with last dtd extensions.
95743     
95744     
95745     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2005 48e7efb5-ca39-0410-a469-dd3cf9ba447f
95746
95747 commit 5d1a13b3f51a5f4f6c28d6877f0cbde43e71d954
95748 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
95749 Date:   Tue Mar 28 10:31:31 2006 +0000
95750
95751     extending the graph structure to handle last dtd modifications
95752     
95753     
95754     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2004 48e7efb5-ca39-0410-a469-dd3cf9ba447f
95755
95756 commit 538180328b36f798ccc1e5085f6831092edadfe9
95757 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
95758 Date:   Tue Mar 28 10:30:55 2006 +0000
95759
95760     Extending the dtd
95761     
95762     
95763     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2003 48e7efb5-ca39-0410-a469-dd3cf9ba447f
95764
95765 commit 76da2a87ea1cf4def9fcb62ec75bbcd949c71bd5
95766 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
95767 Date:   Tue Mar 28 00:07:24 2006 +0000
95768
95769     making the use of xbt_fifo more uniform and closing Mt's bug
95770     
95771     
95772     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2002 48e7efb5-ca39-0410-a469-dd3cf9ba447f
95773
95774 commit ac7ec891d7a36e741b3a597c60e0dabbd8dbd7ee
95775 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
95776 Date:   Mon Mar 27 22:33:59 2006 +0000
95777
95778     Avoid endless bogus messages when an exception is raised from outside a context.
95779     
95780     
95781     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2001 48e7efb5-ca39-0410-a469-dd3cf9ba447f
95782
95783 commit a66bb361bd220a821b4f65bead824e459aa387aa
95784 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
95785 Date:   Mon Mar 27 22:06:14 2006 +0000
95786
95787     I'm so lazy...
95788     
95789     
95790     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2000 48e7efb5-ca39-0410-a469-dd3cf9ba447f
95791
95792 commit 35883da769fc2c27a5cbb84169e19729b4af67ab
95793 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
95794 Date:   Mon Mar 27 22:04:53 2006 +0000
95795
95796     I'm so lame.
95797     
95798     
95799     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1999 48e7efb5-ca39-0410-a469-dd3cf9ba447f
95800
95801 commit 930154323b19b9eaf6a0798306f57063089c7b0e
95802 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
95803 Date:   Mon Mar 27 21:53:55 2006 +0000
95804
95805     Added an (non-tested yet) implementation of the Prim algorithm.
95806     
95807     
95808     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1998 48e7efb5-ca39-0410-a469-dd3cf9ba447f
95809
95810 commit 01dd1bb44269d5e74ecd5577ce450e77b8712bcd
95811 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
95812 Date:   Mon Mar 27 21:53:14 2006 +0000
95813
95814     Changed the convention for undirected graphs to decrease useless memory usage (I hope I didn't break anything). Added an (non-tested yet) implementation of the Prim algorithm.
95815     
95816     
95817     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1997 48e7efb5-ca39-0410-a469-dd3cf9ba447f
95818
95819 commit 4537c6570dded0b0d4d37507e39a97d9c29e146e
95820 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
95821 Date:   Mon Mar 27 21:50:58 2006 +0000
95822
95823     fix comments...
95824     
95825     
95826     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1996 48e7efb5-ca39-0410-a469-dd3cf9ba447f
95827
95828 commit aecc62c76f48c4d984e4e7924a21d3d7893de589
95829 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
95830 Date:   Mon Mar 27 21:45:40 2006 +0000
95831
95832     Add a xbtdata field to nodes and edges. This field can be used by our algorithms to store specific informations. It is supposed to be initialized to NULL at the beginning of any algorithm.
95833     
95834     
95835     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1995 48e7efb5-ca39-0410-a469-dd3cf9ba447f
95836
95837 commit aabd975e52da08365d28e98dcd315376f961c0b3
95838 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
95839 Date:   Mon Mar 27 17:18:05 2006 +0000
95840
95841     get rid of invalid data value given during parsing
95842     
95843     
95844     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1994 48e7efb5-ca39-0410-a469-dd3cf9ba447f
95845
95846 commit 607611ba11f26785b2ade4e1a46303bb669946d7
95847 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
95848 Date:   Mon Mar 27 14:27:50 2006 +0000
95849
95850     handle directed graphs in graphviz export
95851     
95852     
95853     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1993 48e7efb5-ca39-0410-a469-dd3cf9ba447f
95854
95855 commit a9d72b99604d4a19c62adc4f15da4dc7943cfd41
95856 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
95857 Date:   Mon Mar 27 14:18:35 2006 +0000
95858
95859     Stupid me! I had swapped function names..
95860     
95861     
95862     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1992 48e7efb5-ca39-0410-a469-dd3cf9ba447f
95863
95864 commit ee19528d56a6480e640d0a03d856980a6ef5f5db
95865 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
95866 Date:   Mon Mar 27 14:16:21 2006 +0000
95867
95868     plug memleak, fix uninitialized values, export functions
95869     
95870     
95871     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1991 48e7efb5-ca39-0410-a469-dd3cf9ba447f
95872
95873 commit 000ca00913fb7e46d8283598868d8614d6b81151
95874 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
95875 Date:   Mon Mar 27 12:58:17 2006 +0000
95876
95877     bug fix: cleaning should be done before returning...
95878     
95879     
95880     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1990 48e7efb5-ca39-0410-a469-dd3cf9ba447f
95881
95882 commit 7c18629e9f34c1bfc159cbd516b382f019c52f91
95883 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
95884 Date:   Mon Mar 27 12:57:41 2006 +0000
95885
95886     check this constraint exists before testing something on it
95887     
95888     
95889     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1989 48e7efb5-ca39-0410-a469-dd3cf9ba447f
95890
95891 commit 75cfb20f55fefdbc4639abaed9f511f33566a134
95892 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
95893 Date:   Mon Mar 27 11:19:32 2006 +0000
95894
95895     Complete rewriting of this workstation instance! I will tell more about it on the list in a while.
95896     
95897     
95898     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1988 48e7efb5-ca39-0410-a469-dd3cf9ba447f
95899
95900 commit b332dfa811db05ccd3c5acbbd7faf48a95c09a34
95901 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
95902 Date:   Mon Mar 27 11:18:43 2006 +0000
95903
95904     Adding traces for easier debuging + bugfix
95905     
95906     
95907     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1987 48e7efb5-ca39-0410-a469-dd3cf9ba447f
95908
95909 commit 9f193ebb754cd9095bce1c93fc3419b5586ce4aa
95910 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
95911 Date:   Mon Mar 27 11:18:09 2006 +0000
95912
95913     Adding traces for easier debuging
95914     
95915     
95916     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1986 48e7efb5-ca39-0410-a469-dd3cf9ba447f
95917
95918 commit e4538de412b356d9501393de9a6a1b3b554edda4
95919 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
95920 Date:   Mon Mar 27 11:17:48 2006 +0000
95921
95922     this value should have been be global...
95923     
95924     
95925     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1985 48e7efb5-ca39-0410-a469-dd3cf9ba447f
95926
95927 commit e0b2cf1c2284b7d5208350413679ee0311592a44
95928 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
95929 Date:   Mon Mar 27 11:17:07 2006 +0000
95930
95931     remove useless declarations
95932     
95933     
95934     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1984 48e7efb5-ca39-0410-a469-dd3cf9ba447f
95935
95936 commit fe3ff7182f42007abb8aa2198f2be4772b8c099f
95937 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
95938 Date:   Mon Mar 27 11:16:42 2006 +0000
95939
95940     Adding convenient functions and traces for debuging
95941     
95942     
95943     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1983 48e7efb5-ca39-0410-a469-dd3cf9ba447f
95944
95945 commit d01e2871178c0b6cb05d9c29463348fcd9b4f6d9
95946 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
95947 Date:   Mon Mar 27 11:15:25 2006 +0000
95948
95949     storing edges is useless and causes some segfaults as naming them is not mandatory...
95950     
95951     
95952     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1982 48e7efb5-ca39-0410-a469-dd3cf9ba447f
95953
95954 commit 271392270efac4b11390c5809e1b8d47be253d87
95955 Author: dimitrov <dimitrov@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
95956 Date:   Mon Mar 27 08:12:02 2006 +0000
95957
95958     shortest path algorithm  already working
95959     
95960     
95961     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1981 48e7efb5-ca39-0410-a469-dd3cf9ba447f
95962
95963 commit 6310d76aa3949b9e51c9884dc7a141d12af4637e
95964 Author: dimitrov <dimitrov@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
95965 Date:   Fri Mar 24 17:00:39 2006 +0000
95966
95967     bugs fixed in graph destructors
95968     
95969     
95970     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1980 48e7efb5-ca39-0410-a469-dd3cf9ba447f
95971
95972 commit 3e1f85ff47cd3650dcb4b1b7aedb802657221377
95973 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
95974 Date:   Fri Mar 24 09:54:37 2006 +0000
95975
95976     Improve the documentation
95977     
95978     
95979     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1979 48e7efb5-ca39-0410-a469-dd3cf9ba447f
95980
95981 commit 1b8390a4273f3dc38d9c77f392904906b2e44a57
95982 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
95983 Date:   Fri Mar 24 09:35:43 2006 +0000
95984
95985     Make doxygen happy by providing a short description of this enum as a whole
95986     
95987     
95988     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1978 48e7efb5-ca39-0410-a469-dd3cf9ba447f
95989
95990 commit 81792913e9a46c9f1438f5bb57751b557c0d383a
95991 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
95992 Date:   Fri Mar 24 09:33:53 2006 +0000
95993
95994     Make debug output more informative
95995     
95996     
95997     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1977 48e7efb5-ca39-0410-a469-dd3cf9ba447f
95998
95999 commit 142a2b7199760634b6874308c862657bf5dd6cf1
96000 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
96001 Date:   Fri Mar 24 09:32:27 2006 +0000
96002
96003     Fix doxygen
96004     
96005     
96006     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1976 48e7efb5-ca39-0410-a469-dd3cf9ba447f
96007
96008 commit 666c6f0868f85c479b201bccf008794418e2aee0
96009 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
96010 Date:   Fri Mar 24 08:08:10 2006 +0000
96011
96012     updating the class hierarchy
96013     
96014     
96015     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1975 48e7efb5-ca39-0410-a469-dd3cf9ba447f
96016
96017 commit 6a6ff19098990c544a9bf7edb96f4a3f95a2bfd6
96018 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
96019 Date:   Thu Mar 23 21:24:38 2006 +0000
96020
96021     typo
96022     
96023     
96024     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1974 48e7efb5-ca39-0410-a469-dd3cf9ba447f
96025
96026 commit d25c08f959694d1eb8872cd4234c562992599b45
96027 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
96028 Date:   Wed Mar 22 20:57:44 2006 +0000
96029
96030     surf in a nutshell... :D
96031     
96032     
96033     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1973 48e7efb5-ca39-0410-a469-dd3cf9ba447f
96034
96035 commit 1d2f05c1a2fbdc662e0eb9ad8e2dd7f7e6f7986c
96036 Author: dimitrov <dimitrov@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
96037 Date:   Wed Mar 22 14:34:28 2006 +0000
96038
96039     some test code and bugs fixed + add of some accessors to members of private data structures edge and graph
96040     
96041     
96042     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1972 48e7efb5-ca39-0410-a469-dd3cf9ba447f
96043
96044 commit bc5f945db724984312da4c8d3905c1db7d168889
96045 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
96046 Date:   Tue Mar 21 12:45:29 2006 +0000
96047
96048     keep up with last Darina's modifications of the DTD
96049     
96050     
96051     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1971 48e7efb5-ca39-0410-a469-dd3cf9ba447f
96052
96053 commit 5bffc60d7c10adb5ad430c329b900094fef52bc0
96054 Author: dimitrov <dimitrov@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
96055 Date:   Tue Mar 21 12:37:25 2006 +0000
96056
96057     add a length attribute to edge node
96058     
96059     
96060     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1970 48e7efb5-ca39-0410-a469-dd3cf9ba447f
96061
96062 commit 076d269ffe3817780c1740e29f55cc08557015ca
96063 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
96064 Date:   Tue Mar 21 12:06:40 2006 +0000
96065
96066     Make last version of flex (2.5.33-2) happy.
96067     
96068     
96069     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1969 48e7efb5-ca39-0410-a469-dd3cf9ba447f
96070
96071 commit fc2807f8c8e87d2b1b45e41111482c4537862222
96072 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
96073 Date:   Tue Mar 21 12:05:46 2006 +0000
96074
96075     Removed useless commands that made flex happy.
96076     
96077     
96078     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1968 48e7efb5-ca39-0410-a469-dd3cf9ba447f
96079
96080 commit 45187062f32cba44f28c6b83c31d8f6dfae6726b
96081 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
96082 Date:   Tue Mar 21 10:27:31 2006 +0000
96083
96084     Update the changelog with my last modifications.
96085     
96086     
96087     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1967 48e7efb5-ca39-0410-a469-dd3cf9ba447f
96088
96089 commit 693ba4212f01cdcc236bc94bfb2a0fbcbb6a3379
96090 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
96091 Date:   Tue Mar 21 10:27:11 2006 +0000
96092
96093     Keep up with last API modifications induced by flexml's modifications.
96094     
96095     
96096     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1966 48e7efb5-ca39-0410-a469-dd3cf9ba447f
96097
96098 commit bf16ac57d609fe787f319d0b98710bc5f4696a18
96099 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
96100 Date:   Tue Mar 21 10:26:30 2006 +0000
96101
96102     Enable surfxml to live with an other xml parser in the same C code. Now dtd should be able to have common tags without running into troubles.
96103     
96104     
96105     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1965 48e7efb5-ca39-0410-a469-dd3cf9ba447f
96106
96107 commit 89a547e41caeedbc7ef2b7a4fc4e18b2e6043a7e
96108 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
96109 Date:   Tue Mar 21 10:25:23 2006 +0000
96110
96111     typo
96112     
96113     
96114     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1964 48e7efb5-ca39-0410-a469-dd3cf9ba447f
96115
96116 commit 7d5f7d3e7dbedf4c00607dd6b81df1a2e4391866
96117 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
96118 Date:   Mon Mar 20 15:38:34 2006 +0000
96119
96120     Adding basic graphxml test
96121     
96122     
96123     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1963 48e7efb5-ca39-0410-a469-dd3cf9ba447f
96124
96125 commit 5b6756197928481edff951e309ddfc47629c7710
96126 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
96127 Date:   Mon Mar 20 15:37:37 2006 +0000
96128
96129     Adding basic parsing functions to the graph library
96130     
96131     
96132     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1962 48e7efb5-ca39-0410-a469-dd3cf9ba447f
96133
96134 commit bfc9b3ffef6e41c90e64b271ed981fabe05676cc
96135 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
96136 Date:   Mon Mar 20 15:37:16 2006 +0000
96137
96138     Adding a XML graph parser
96139     
96140     
96141     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1961 48e7efb5-ca39-0410-a469-dd3cf9ba447f
96142
96143 commit 32a7df2e748a1aab7c2339b846764350f22daf37
96144 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
96145 Date:   Mon Mar 20 15:35:09 2006 +0000
96146
96147     simple dtd for graphs
96148     
96149     
96150     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1960 48e7efb5-ca39-0410-a469-dd3cf9ba447f
96151
96152 commit 5af86d6eb6a3a3fb73b9d4f4bc77b7f0fb1a0793
96153 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
96154 Date:   Mon Mar 20 15:34:29 2006 +0000
96155
96156     enable surfxml to live with an other xml parser in the same C code
96157     
96158     
96159     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1959 48e7efb5-ca39-0410-a469-dd3cf9ba447f
96160
96161 commit 1d6f35064b982906e6931d6e2cfbf22ab51a10b3
96162 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
96163 Date:   Mon Mar 20 14:36:33 2006 +0000
96164
96165     I don't think it does what it should now but at least it looks better and
96166     makes gcc happy... :)
96167     
96168     
96169     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1958 48e7efb5-ca39-0410-a469-dd3cf9ba447f
96170
96171 commit 4035d39bb6b959b2d8575fde505d364365029bd6
96172 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
96173 Date:   Mon Mar 20 14:01:21 2006 +0000
96174
96175     Rework a warning message to make it more clear (hopefully)
96176     
96177     
96178     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1957 48e7efb5-ca39-0410-a469-dd3cf9ba447f
96179
96180 commit 0f5509273af174fc845f00268eb6430cf22d8ee0
96181 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
96182 Date:   Mon Mar 20 12:32:40 2006 +0000
96183
96184     mv surf_parse -> surfxml_parse
96185     
96186     
96187     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1956 48e7efb5-ca39-0410-a469-dd3cf9ba447f
96188
96189 commit 1f52318591180440dacf81c39dbec45ab670a4ab
96190 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
96191 Date:   Mon Mar 20 12:20:38 2006 +0000
96192
96193     factoring + some functions go public
96194     
96195     
96196     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1955 48e7efb5-ca39-0410-a469-dd3cf9ba447f
96197
96198 commit fe21f93e2c0ca02141bebed00dddfd4d8315b5af
96199 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
96200 Date:   Mon Mar 20 10:26:29 2006 +0000
96201
96202     Remove cruft
96203     
96204     
96205     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1954 48e7efb5-ca39-0410-a469-dd3cf9ba447f
96206
96207 commit 21d1ad7dbf848e45660858bb34ec8b45a31d87d3
96208 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
96209 Date:   Fri Mar 17 20:17:03 2006 +0000
96210
96211     Disable the chord tests for now since it's still borken
96212     
96213     
96214     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1953 48e7efb5-ca39-0410-a469-dd3cf9ba447f
96215
96216 commit efcb94376a2fae87fc61c4d56ec1e6a0750a2a4d
96217 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
96218 Date:   Fri Mar 17 20:10:31 2006 +0000
96219
96220     Put the pseudo-headers in the source file directly since nothing will need them beside chord.c and since it breaks the vpath building mecanism
96221     
96222     
96223     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1952 48e7efb5-ca39-0410-a469-dd3cf9ba447f
96224
96225 commit 30f179b097b3523c46f00a5336047a8a007eaa70
96226 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
96227 Date:   Fri Mar 17 19:59:11 2006 +0000
96228
96229     Do distribute the graph.h
96230     
96231     
96232     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1951 48e7efb5-ca39-0410-a469-dd3cf9ba447f
96233
96234 commit 38d875d4d634387a63fbe9550111a0a0dec7f3d2
96235 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
96236 Date:   Fri Mar 17 19:57:16 2006 +0000
96237
96238     Complete the compilation infrastructure wrt the last directory addition
96239     
96240     
96241     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1950 48e7efb5-ca39-0410-a469-dd3cf9ba447f
96242
96243 commit 44727fb0343a00a3d344745c035d3c7cd9889634
96244 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
96245 Date:   Wed Mar 15 16:45:00 2006 +0000
96246
96247     add the ongoing internship code
96248     
96249     
96250     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1949 48e7efb5-ca39-0410-a469-dd3cf9ba447f
96251
96252 commit 6af8dcc83018e0230ffa04464ca1843254dac795
96253 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
96254 Date:   Wed Mar 15 16:44:43 2006 +0000
96255
96256     work even in subdirs
96257     
96258     
96259     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1948 48e7efb5-ca39-0410-a469-dd3cf9ba447f
96260
96261 commit 0aa689099c18a92ec871b1dd0ec1b77825094edd
96262 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
96263 Date:   Wed Mar 15 16:29:16 2006 +0000
96264
96265     Let it compile on my box
96266     
96267     
96268     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1947 48e7efb5-ca39-0410-a469-dd3cf9ba447f
96269
96270 commit 1ed9fe7112a50e9444f0248e44b5264fe40b0434
96271 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
96272 Date:   Wed Mar 15 16:12:52 2006 +0000
96273
96274     Typo, stupid me
96275     
96276     
96277     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1946 48e7efb5-ca39-0410-a469-dd3cf9ba447f
96278
96279 commit bc646605a9127583153b05a60a15a8a188a5530b
96280 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
96281 Date:   Wed Mar 15 15:59:53 2006 +0000
96282
96283     Current state
96284     
96285     
96286     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1945 48e7efb5-ca39-0410-a469-dd3cf9ba447f
96287
96288 commit 1f9103a9499fba3c92b5dd09e2728ea06c37a884
96289 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
96290 Date:   Tue Mar 14 21:01:37 2006 +0000
96291
96292     Adding licence + cosmetics
96293     
96294     
96295     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1944 48e7efb5-ca39-0410-a469-dd3cf9ba447f
96296
96297 commit c41f6db03c1da0871287a5b70f919ab44278d938
96298 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
96299 Date:   Tue Mar 14 21:00:53 2006 +0000
96300
96301     Adding licence, getting rid of useless includes and cosmetics
96302     
96303     
96304     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1943 48e7efb5-ca39-0410-a469-dd3cf9ba447f
96305
96306 commit abc136ac45fc4e77f49d139b714dee21c629a5c2
96307 Author: dimitrov <dimitrov@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
96308 Date:   Tue Mar 14 16:52:21 2006 +0000
96309
96310     oooups, we need this one as well.
96311     
96312     
96313     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1942 48e7efb5-ca39-0410-a469-dd3cf9ba447f
96314
96315 commit b17648a31cb015991f7e035c222c2872a0eb0424
96316 Author: dimitrov <dimitrov@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
96317 Date:   Tue Mar 14 16:51:28 2006 +0000
96318
96319     constructors and destructors for graph structures
96320     
96321     
96322     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1941 48e7efb5-ca39-0410-a469-dd3cf9ba447f
96323
96324 commit 2d8ec4ac68dc5d9c195625940a22a4842997fbb9
96325 Author: casanova <casanova@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
96326 Date:   Tue Mar 14 00:50:46 2006 +0000
96327
96328     Multiplied network latencies by two when computing bandwidths using
96329     the TCP bandwidth-sharing model as this model in fact requires RRT
96330     and not latency.
96331     
96332     
96333     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1940 48e7efb5-ca39-0410-a469-dd3cf9ba447f
96334
96335 commit 69741d58821803ebf07f8bfd7ed225960c552785
96336 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
96337 Date:   Mon Mar 13 17:36:29 2006 +0000
96338
96339     first guess
96340     
96341     
96342     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1939 48e7efb5-ca39-0410-a469-dd3cf9ba447f
96343
96344 commit 761e7ff85c9b056cca9907c9636c23e87ef0f3da
96345 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
96346 Date:   Sat Mar 11 10:59:20 2006 +0000
96347
96348     Adding links to the various contrib projects that are currently in our CVS
96349     
96350     
96351     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1938 48e7efb5-ca39-0410-a469-dd3cf9ba447f
96352
96353 commit 0bdfa7f00791519433a1afce4fe327752cb43a99
96354 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
96355 Date:   Fri Mar 10 22:54:21 2006 +0000
96356
96357     Make sure that the new contrib page gets postprocessed. Arnaud could you please push the new version on the site, my tree under heavy work due to RPC</private message>
96358     
96359     
96360     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1937 48e7efb5-ca39-0410-a469-dd3cf9ba447f
96361
96362 commit ad5a61715d2113a2b341b6e867e65588dd4faf68
96363 Author: dimitrov <dimitrov@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
96364 Date:   Fri Mar 10 15:56:05 2006 +0000
96365
96366     Adding a stub for the graph library.
96367     
96368     
96369     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1936 48e7efb5-ca39-0410-a469-dd3cf9ba447f
96370
96371 commit 8aaf612c0175ea07b478f13cdbd1d86b52d2cb12
96372 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
96373 Date:   Fri Mar 10 15:24:12 2006 +0000
96374
96375     Adding a contrib section to the doc
96376     
96377     
96378     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1935 48e7efb5-ca39-0410-a469-dd3cf9ba447f
96379
96380 commit af838bb5dfd9631a1b3deae1d9eaaf36f0e4ecfc
96381 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
96382 Date:   Thu Feb 23 11:46:57 2006 +0000
96383
96384     g++ needs love...
96385     
96386     
96387     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1934 48e7efb5-ca39-0410-a469-dd3cf9ba447f
96388
96389 commit cb7ade8f9674a6833d792f3de3dc8f0658cd40bf
96390 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
96391 Date:   Thu Feb 23 11:46:23 2006 +0000
96392
96393     Adding Derrick's function to check whether a host is up or down.
96394     
96395     
96396     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1933 48e7efb5-ca39-0410-a469-dd3cf9ba447f
96397
96398 commit cd06a02dee50fb2987ec120be3286587a371b8e4
96399 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
96400 Date:   Thu Feb 23 11:45:43 2006 +0000
96401
96402     Adding toc to the index page.
96403     
96404     
96405     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1932 48e7efb5-ca39-0410-a469-dd3cf9ba447f
96406
96407 commit 90d7a44a10f763abca26651bd6c622f970c9a9d8
96408 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
96409 Date:   Mon Feb 20 21:51:12 2006 +0000
96410
96411     Cosmetics+ new section:  I need a checkpointing thing
96412     
96413     
96414     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1931 48e7efb5-ca39-0410-a469-dd3cf9ba447f
96415
96416 commit 80f442e05f4079b95d52af88f58374dcbc3a8f72
96417 Author: dutot <dutot@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
96418 Date:   Mon Feb 20 15:19:23 2006 +0000
96419
96420     Resetting the rate to default should be done before the call to
96421     MSG_task_destroy which potentially frees the task and all the task
96422     structure.
96423     
96424     
96425     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1930 48e7efb5-ca39-0410-a469-dd3cf9ba447f
96426
96427 commit d5452f2220046484642bb07f9e870663bc5f054d
96428 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
96429 Date:   Fri Feb 17 10:25:40 2006 +0000
96430
96431     reintroduce table of contents
96432     
96433     
96434     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1929 48e7efb5-ca39-0410-a469-dd3cf9ba447f
96435
96436 commit 4dfc24c5da80e3b04c507df7f6855db23508ebdc
96437 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
96438 Date:   Fri Feb 17 09:33:51 2006 +0000
96439
96440     Useless cleanups
96441     
96442     
96443     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1928 48e7efb5-ca39-0410-a469-dd3cf9ba447f
96444
96445 commit f04cc2cb3aeb922bf9444fb60db9e5a9ec4bfe76
96446 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
96447 Date:   Fri Feb 17 09:20:34 2006 +0000
96448
96449     ubuntu has another way of breaking SG, damn it
96450     
96451     
96452     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1927 48e7efb5-ca39-0410-a469-dd3cf9ba447f
96453
96454 commit 6bca7b4983f63ac1f3b07d09fd9f803e08f93f18
96455 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
96456 Date:   Fri Feb 17 07:41:36 2006 +0000
96457
96458     Survive if a file belongs to Arnaud and is thus not chmodable
96459     
96460     
96461     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1926 48e7efb5-ca39-0410-a469-dd3cf9ba447f
96462
96463 commit 39d9efc58f43dde26ebb763543a05bb1e4bffdd0
96464 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
96465 Date:   Fri Feb 17 07:39:13 2006 +0000
96466
96467     missing file...
96468     
96469     
96470     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1925 48e7efb5-ca39-0410-a469-dd3cf9ba447f
96471
96472 commit f9ebde099a67b3dab22763af98721848db5eb29e
96473 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
96474 Date:   Fri Feb 17 07:36:37 2006 +0000
96475
96476     What the hell does this broken char here?
96477     
96478     
96479     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1924 48e7efb5-ca39-0410-a469-dd3cf9ba447f
96480
96481 commit c44e689b6f5cc2a75cd231706973a18336f8ac9a
96482 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
96483 Date:   Fri Feb 17 07:36:11 2006 +0000
96484
96485     Add some cool logos at the bottom of the overview page, and use one of them as a back link to the gforge project page
96486     
96487     
96488     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1923 48e7efb5-ca39-0410-a469-dd3cf9ba447f
96489
96490 commit 5aac974c1b1d350133105c254b91b18f9fd5085a
96491 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
96492 Date:   Fri Feb 17 07:35:20 2006 +0000
96493
96494     Try harder to make it work on VPATH builds (still fails to find the png map)
96495     
96496     
96497     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1922 48e7efb5-ca39-0410-a469-dd3cf9ba447f
96498
96499 commit f58609ff53bd9fd33432ebec0dffb6f072aba0b8
96500 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
96501 Date:   Fri Feb 17 07:25:54 2006 +0000
96502
96503     VPATH build fixups
96504     
96505     
96506     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1921 48e7efb5-ca39-0410-a469-dd3cf9ba447f
96507
96508 commit f9d2b9da05d7cc80af024ab4379f10eafc43bc71
96509 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
96510 Date:   Fri Feb 17 07:22:18 2006 +0000
96511
96512     This one is generated; fix the VPATH build
96513     
96514     
96515     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1920 48e7efb5-ca39-0410-a469-dd3cf9ba447f
96516
96517 commit e590083276be0dcb85549d6d0125dbb00e3e777e
96518 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
96519 Date:   Fri Feb 17 07:21:12 2006 +0000
96520
96521     Kill a damn nonbreaking space hiden as a regular space
96522     
96523     
96524     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1919 48e7efb5-ca39-0410-a469-dd3cf9ba447f
96525
96526 commit 7143a7cd4af07cfcb16e49a957e8ce527fa119df
96527 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
96528 Date:   Wed Feb 15 14:53:53 2006 +0000
96529
96530     Make the maximal backtrace size configurable
96531     
96532     
96533     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1918 48e7efb5-ca39-0410-a469-dd3cf9ba447f
96534
96535 commit 1ec7e0c51314baeb73e5132b97b804e265699714
96536 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
96537 Date:   Wed Feb 15 14:52:16 2006 +0000
96538
96539     ex_t datadescription. We need it to propagate the exceptions accross the network in case of RPC calls
96540     
96541     
96542     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1917 48e7efb5-ca39-0410-a469-dd3cf9ba447f
96543
96544 commit d74c953b87a96adcb8f469b96b9f2981d6d1d7e9
96545 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
96546 Date:   Mon Feb 13 15:25:32 2006 +0000
96547
96548     remove old cruft, and try to survive to rsync being unable to change the mode of the root directory
96549     
96550     
96551     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1916 48e7efb5-ca39-0410-a469-dd3cf9ba447f
96552
96553 commit 41b8bca35d8b923745fe351f05925637ef0b6247
96554 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
96555 Date:   Mon Feb 13 15:22:52 2006 +0000
96556
96557     Rework the documentation navigation
96558     
96559     
96560     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1915 48e7efb5-ca39-0410-a469-dd3cf9ba447f
96561
96562 commit 6bb42aeb7bde961cddc355194ba73cc5f056ba0d
96563 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
96564 Date:   Mon Feb 13 15:16:00 2006 +0000
96565
96566     postprocess everything, reduce verbosity
96567     
96568     
96569     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1914 48e7efb5-ca39-0410-a469-dd3cf9ba447f
96570
96571 commit 462aabbcb2a3ce6a8c50cc04fea9e0879b20602b
96572 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
96573 Date:   Mon Feb 13 15:15:08 2006 +0000
96574
96575     Make it more robust
96576     
96577     
96578     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1913 48e7efb5-ca39-0410-a469-dd3cf9ba447f
96579
96580 commit 8628fb7d01af33ea3e38c32b15e24e7dc709bb9e
96581 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
96582 Date:   Mon Feb 13 15:13:30 2006 +0000
96583
96584     A little LGPL cool image
96585     
96586     
96587     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1912 48e7efb5-ca39-0410-a469-dd3cf9ba447f
96588
96589 commit 95f4cd6164af8f9e311bc69de97f523fb402c59a
96590 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
96591 Date:   Mon Feb 13 15:12:11 2006 +0000
96592
96593     A little LGPL cool image
96594     
96595     
96596     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1911 48e7efb5-ca39-0410-a469-dd3cf9ba447f
96597
96598 commit f0f0e53eee661900f54feb3a9501c30d550f8e5f
96599 Author: dutot <dutot@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
96600 Date:   Thu Feb 9 10:31:29 2006 +0000
96601
96602      - set the value stored in the PID pointer to the correct result.
96603      - changed the return value to MSG_RETURN(MSG_OK) to comply with the
96604     demanded return type.
96605     
96606     
96607     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1910 48e7efb5-ca39-0410-a469-dd3cf9ba447f
96608
96609 commit b912b1f0fd5ac64d5533fde6412c20bc0f81b2ba
96610 Author: dutot <dutot@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
96611 Date:   Thu Feb 9 10:25:03 2006 +0000
96612
96613     minor change : these initialisations were performed twice. I left the
96614     second initialisations to be consistent with the other functions of the
96615     same file.
96616     
96617     
96618     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1909 48e7efb5-ca39-0410-a469-dd3cf9ba447f
96619
96620 commit 62458962e3771ee7663eb58c47838f6bda1cd369
96621 Author: dutot <dutot@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
96622 Date:   Thu Feb 9 10:21:25 2006 +0000
96623
96624     cosmetics : Some english mistakes in the comments.
96625     
96626     
96627     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1908 48e7efb5-ca39-0410-a469-dd3cf9ba447f
96628
96629 commit 405d03957777051010c2246bf2d2e41024e1340c
96630 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
96631 Date:   Thu Feb 9 07:50:14 2006 +0000
96632
96633     typo
96634     
96635     
96636     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1907 48e7efb5-ca39-0410-a469-dd3cf9ba447f
96637
96638 commit c56f2cfd17f1c68ac7d80c7715b12070ff6bfe26
96639 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
96640 Date:   Thu Feb 9 07:46:34 2006 +0000
96641
96642     Dude, the make check is supposed to work. Promise
96643     
96644     
96645     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1906 48e7efb5-ca39-0410-a469-dd3cf9ba447f
96646
96647 commit 9e9af9e68e8e10229b9ff8d0f23bb712fd821f89
96648 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
96649 Date:   Fri Feb 3 16:05:11 2006 +0000
96650
96651     give meanful information to the user on failure
96652     
96653     
96654     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1905 48e7efb5-ca39-0410-a469-dd3cf9ba447f
96655
96656 commit 2b3712cb304c9fc65f8f2043cdeed64fa3c5604d
96657 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
96658 Date:   Fri Feb 3 16:03:20 2006 +0000
96659
96660     Erm. Also work for not so fresh cvs checkouts...
96661     
96662     
96663     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1904 48e7efb5-ca39-0410-a469-dd3cf9ba447f
96664
96665 commit 620d7b39338ad2318d4ca3c638b7dad337cf7967
96666 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
96667 Date:   Fri Feb 3 15:59:08 2006 +0000
96668
96669     Make doxygen mandatory in maintainer mode since we fail miserably without it in that case
96670     
96671     
96672     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1903 48e7efb5-ca39-0410-a469-dd3cf9ba447f
96673
96674 commit cbbbd885c925238d5511d29466a55f588422c885
96675 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
96676 Date:   Fri Feb 3 14:29:54 2006 +0000
96677
96678     Create the directory before use, for fresh CVS checkouts
96679     
96680     
96681     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1902 48e7efb5-ca39-0410-a469-dd3cf9ba447f
96682
96683 commit fdd61a7bc51373e5be77664ade327e30b9b74f5a
96684 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
96685 Date:   Fri Feb 3 09:48:09 2006 +0000
96686
96687     the new version works since ages, no need for this cruft
96688     
96689     
96690     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1901 48e7efb5-ca39-0410-a469-dd3cf9ba447f
96691
96692 commit 4514daac23fcfbe8c6d340e9f4eb0e7d79704114
96693 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
96694 Date:   Wed Jan 18 16:04:49 2006 +0000
96695
96696     fix The Loc's bug. It happened only in very particular situations. If sender sends a task and there is no receiver, it gets blocked. If somebody suspends it in between, then neither the receiver nor the resumer was actually resuming it. Fixing it was tricky so I hope my few lines will make it. As time goes, MSG is getting more and more like an awfull pile of hack. I fear it is the next one on  the CODE_TO_REWRITE list...
96697     
96698     
96699     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1900 48e7efb5-ca39-0410-a469-dd3cf9ba447f
96700
96701 commit 8e5b8588203716306cdbf99953d4f8202d686134
96702 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
96703 Date:   Wed Jan 18 16:01:10 2006 +0000
96704
96705     add more debuging informations
96706     
96707     
96708     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1899 48e7efb5-ca39-0410-a469-dd3cf9ba447f
96709
96710 commit 00f5740c9dce76c8514e907c8c26221f1835793b
96711 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
96712 Date:   Wed Jan 18 16:00:05 2006 +0000
96713
96714     update entry on the distributed scheduling of DAGs
96715     
96716     
96717     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1898 48e7efb5-ca39-0410-a469-dd3cf9ba447f
96718
96719 commit be3aba83e97a2e202693460d32c53fc10eff4b82
96720 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
96721 Date:   Wed Jan 18 07:31:45 2006 +0000
96722
96723     A typo, and some reference name changes
96724     
96725     
96726     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1897 48e7efb5-ca39-0410-a469-dd3cf9ba447f
96727
96728 commit 356e8d58bfb1ba3e1a08812d003571a276fd748c
96729 Author: casanova <casanova@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
96730 Date:   Wed Jan 18 03:25:37 2006 +0000
96731
96732     added new publications
96733     
96734     
96735     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1896 48e7efb5-ca39-0410-a469-dd3cf9ba447f
96736
96737 commit 574da53d1ed2278d04743fa4c03578c7a3b9d088
96738 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
96739 Date:   Fri Jan 13 01:22:06 2006 +0000
96740
96741     Fix some bugs, but not all
96742     
96743     
96744     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1895 48e7efb5-ca39-0410-a469-dd3cf9ba447f
96745
96746 commit f2ee6b3854b0f42ad545ea6d413aad8d26d081e3
96747 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
96748 Date:   Thu Jan 12 07:24:37 2006 +0000
96749
96750     Stupid copy/paste
96751     
96752     
96753     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1894 48e7efb5-ca39-0410-a469-dd3cf9ba447f
96754
96755 commit 04f44059e3c7e92946e0b39c37060b18f4f963fc
96756 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
96757 Date:   Thu Jan 12 01:43:50 2006 +0000
96758
96759     Refresh the list of papers using SimGrid. Drop any auto-citation, and bless scholar.google
96760     
96761     
96762     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1893 48e7efb5-ca39-0410-a469-dd3cf9ba447f
96763
96764 commit f5251ecde9f9e1b9b20499ff91615656a2ce043c
96765 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
96766 Date:   Thu Jan 12 01:43:06 2006 +0000
96767
96768     I'm so lazy
96769     
96770     
96771     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1892 48e7efb5-ca39-0410-a469-dd3cf9ba447f
96772
96773 commit 125209f3e6df38a1da5181bbc179ce1719d558f3
96774 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
96775 Date:   Thu Jan 12 01:42:52 2006 +0000
96776
96777     Mode d'emploi
96778     
96779     
96780     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1891 48e7efb5-ca39-0410-a469-dd3cf9ba447f
96781
96782 commit fcb7603324c08e732ab83d70b32bf10744aab0e5
96783 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
96784 Date:   Tue Jan 10 10:35:18 2006 +0000
96785
96786     Erm. Thanks FS
96787     
96788     
96789     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1890 48e7efb5-ca39-0410-a469-dd3cf9ba447f
96790
96791 commit 9e37d6124f4ba1933336113a42d8ae63b6d4503b
96792 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
96793 Date:   Mon Jan 2 21:08:43 2006 +0000
96794
96795     Also post-process pages.html. I'm gonna kill it, but it's not done yet
96796     
96797     
96798     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1889 48e7efb5-ca39-0410-a469-dd3cf9ba447f
96799
96800 commit 60ef24f945763eddb1d70543d3573978a6829569
96801 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
96802 Date:   Mon Jan 2 21:03:11 2006 +0000
96803
96804     Kill a navbar
96805     
96806     
96807     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1888 48e7efb5-ca39-0410-a469-dd3cf9ba447f
96808
96809 commit a77f8d403b78888c4adaea9a242ab7ff432a2d16
96810 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
96811 Date:   Mon Jan 2 21:02:40 2006 +0000
96812
96813     Documentation improvements
96814     
96815     
96816     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1887 48e7efb5-ca39-0410-a469-dd3cf9ba447f
96817
96818 commit b5ce62c56116731e8586e42aed37eac39ff387b6
96819 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
96820 Date:   Mon Jan 2 21:00:09 2006 +0000
96821
96822     cosmetics
96823     
96824     
96825     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1886 48e7efb5-ca39-0410-a469-dd3cf9ba447f
96826
96827 commit b1a610d76933a8c608292b388f2bcbc1a9f8fcdc
96828 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
96829 Date:   Mon Jan 2 20:58:13 2006 +0000
96830
96831     call the toc_create.pl only once; do all of the post-processing in the perl script, not with sed. This speeds things nicely; also kill the html/dir*.html file, we do not use them
96832     
96833     
96834     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1885 48e7efb5-ca39-0410-a469-dd3cf9ba447f
96835
96836 commit c33b60fba9958748a202db96d88ce9263cde884b
96837 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
96838 Date:   Mon Jan 2 20:56:14 2006 +0000
96839
96840     Do the post-processing of all pages (first line of navbar rewrite) here instead of with sed in makefile, it's ways faster so
96841     
96842     
96843     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1884 48e7efb5-ca39-0410-a469-dd3cf9ba447f
96844
96845 commit 08a67980f1c779a48512acb22f6a44103e7c2c87
96846 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
96847 Date:   Mon Jan 2 20:55:13 2006 +0000
96848
96849     A new css specific to simgrid (quite empty for now)
96850     
96851     
96852     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1883 48e7efb5-ca39-0410-a469-dd3cf9ba447f
96853
96854 commit b62679a01dc8bc04dd6c24058fa57aea8409a381
96855 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
96856 Date:   Mon Jan 2 20:54:10 2006 +0000
96857
96858     Handle several files in one run; use the <div class=toc>
96859     
96860     
96861     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1882 48e7efb5-ca39-0410-a469-dd3cf9ba447f
96862
96863 commit 49a2a9bdee90448fbd7767e701a1343f0ecfbd5f
96864 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
96865 Date:   Thu Dec 8 20:16:53 2005 +0000
96866
96867     bug fix in doxygen
96868     
96869     
96870     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1881 48e7efb5-ca39-0410-a469-dd3cf9ba447f
96871
96872 commit 34f5fb9b7167b5392460d42af1871ba7666cd04d
96873 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
96874 Date:   Wed Dec 7 21:54:39 2005 +0000
96875
96876     Rework the GRAS tree and kill some of the old navbar tries
96877     
96878     
96879     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1880 48e7efb5-ca39-0410-a469-dd3cf9ba447f
96880
96881 commit f277e1d473d0c325f53b79088503ab4e825df179
96882 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
96883 Date:   Wed Dec 7 21:39:34 2005 +0000
96884
96885     Kill misplaced information on compilation. Also existing in FAQ
96886     
96887     
96888     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1879 48e7efb5-ca39-0410-a469-dd3cf9ba447f
96889
96890 commit 4f59bd027a2cdeb93f84d9f1da80fbb79ae910a0
96891 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
96892 Date:   Tue Dec 6 23:41:18 2005 +0000
96893
96894     damn cruft
96895     
96896     
96897     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1878 48e7efb5-ca39-0410-a469-dd3cf9ba447f
96898
96899 commit 64c2ed66b9addc6edb865543957dfc309fc49efc
96900 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
96901 Date:   Tue Dec 6 23:40:27 2005 +0000
96902
96903     Some rapid improvement of the navigation experience. It works, one has to rework the tree to make the trip even more pleasant
96904     
96905     
96906     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1877 48e7efb5-ca39-0410-a469-dd3cf9ba447f
96907
96908 commit 9ef00c02d22fb5e225ef4c46d9cbd8cc22257c11
96909 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
96910 Date:   Tue Dec 6 23:39:29 2005 +0000
96911
96912     Let it compile even in NDEBUG (xbt_assert is then defined to nothing, and gcc complains that execution survives the DIE_IMPOSSIBLE point)
96913     
96914     
96915     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1876 48e7efb5-ca39-0410-a469-dd3cf9ba447f
96916
96917 commit ebf721be6a3f82fb5ce1df8fbe6a1dc1d2454278
96918 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
96919 Date:   Tue Dec 6 23:37:51 2005 +0000
96920
96921     add some pages that the post-processor misses
96922     
96923     
96924     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1875 48e7efb5-ca39-0410-a469-dd3cf9ba447f
96925
96926 commit 79d683b2f5ca024b07c108f43ef3338972000b22
96927 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
96928 Date:   Tue Dec 6 23:33:44 2005 +0000
96929
96930     improve your navigation experience
96931     
96932     
96933     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1874 48e7efb5-ca39-0410-a469-dd3cf9ba447f
96934
96935 commit 3e53e880f72c4ee97b9e91655c3019c5ebca69cc
96936 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
96937 Date:   Tue Dec 6 23:32:09 2005 +0000
96938
96939     Full featured post processer to improve your navigation experience
96940     
96941     
96942     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1873 48e7efb5-ca39-0410-a469-dd3cf9ba447f
96943
96944 commit c5fdf5f3bab76a5b63a4219422bf79e72b97eb0c
96945 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
96946 Date:   Tue Dec 6 21:22:01 2005 +0000
96947
96948     += index.php
96949     
96950     
96951     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1872 48e7efb5-ca39-0410-a469-dd3cf9ba447f
96952
96953 commit 76cbcfa7eb9f1ffa118281104e07a12a3085e107
96954 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
96955 Date:   Tue Dec 6 21:21:36 2005 +0000
96956
96957     += *.toc
96958     
96959     
96960     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1871 48e7efb5-ca39-0410-a469-dd3cf9ba447f
96961
96962 commit 75fc8671809ed40a2bc14d463f1068cefcc82140
96963 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
96964 Date:   Tue Dec 6 21:09:31 2005 +0000
96965
96966     sexy underwear. Now, anyone will die for this webpage! ;)
96967     
96968     
96969     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1870 48e7efb5-ca39-0410-a469-dd3cf9ba447f
96970
96971 commit 0c380cf9a7fd73fdc9c986cccf2b0ee0b85368b8
96972 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
96973 Date:   Tue Dec 6 20:06:39 2005 +0000
96974
96975     Reorder: first the programming environment, then the internals
96976     
96977     
96978     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1869 48e7efb5-ca39-0410-a469-dd3cf9ba447f
96979
96980 commit 267e55ec7432a3d06ecaf0cd350d511731e085be
96981 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
96982 Date:   Tue Dec 6 20:01:25 2005 +0000
96983
96984     s/Main Page/Overview/ 'cause I like it better
96985     
96986     
96987     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1868 48e7efb5-ca39-0410-a469-dd3cf9ba447f
96988
96989 commit 93f9321b856ddec42279e8b097a331413534a404
96990 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
96991 Date:   Tue Dec 6 19:48:43 2005 +0000
96992
96993     s/Main Page/Overview/ 'cause I like it better
96994     
96995     
96996     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1867 48e7efb5-ca39-0410-a469-dd3cf9ba447f
96997
96998 commit ab9715778f3f345381373ce15e9da82cf5e75123
96999 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
97000 Date:   Tue Dec 6 17:00:23 2005 +0000
97001
97002     cosmetics
97003     
97004     
97005     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1866 48e7efb5-ca39-0410-a469-dd3cf9ba447f
97006
97007 commit 2e904d10c3d889816d9772d5d93ea91260e5157e
97008 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
97009 Date:   Tue Dec 6 16:58:43 2005 +0000
97010
97011     Building the php for the simgrid homepage on gforge
97012     
97013     
97014     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1865 48e7efb5-ca39-0410-a469-dd3cf9ba447f
97015
97016 commit c49e172849d650c9146823011f0550efce7b084d
97017 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
97018 Date:   Tue Dec 6 16:38:09 2005 +0000
97019
97020     sexy version
97021     
97022     
97023     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1864 48e7efb5-ca39-0410-a469-dd3cf9ba447f
97024
97025 commit 26c4a623817f25d33f841eca4e8faf9b8b395811
97026 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
97027 Date:   Tue Dec 6 16:36:35 2005 +0000
97028
97029     "Original" version
97030     
97031     
97032     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1863 48e7efb5-ca39-0410-a469-dd3cf9ba447f
97033
97034 commit eb1c19cc0d738cba2153be9ecc7e0266a2261b71
97035 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
97036 Date:   Tue Dec 6 15:42:01 2005 +0000
97037
97038     liposuction
97039     
97040     
97041     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1862 48e7efb5-ca39-0410-a469-dd3cf9ba447f
97042
97043 commit 2ec2fb8f0e24bc6201d2b6d5d82aafaf69a004e7
97044 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
97045 Date:   Tue Dec 6 14:49:35 2005 +0000
97046
97047     make-up
97048     
97049     
97050     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1861 48e7efb5-ca39-0410-a469-dd3cf9ba447f
97051
97052 commit 095896b81aaf9cc8975bbb3d78df4cc39d1e4825
97053 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
97054 Date:   Tue Dec 6 14:08:02 2005 +0000
97055
97056     Boob jobs. ;)
97057     
97058     
97059     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1860 48e7efb5-ca39-0410-a469-dd3cf9ba447f
97060
97061 commit 5011aa3becbb472fa53a6e531d9d0212b0c4a3da
97062 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
97063 Date:   Tue Dec 6 11:18:02 2005 +0000
97064
97065     bugfix
97066     
97067     
97068     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1859 48e7efb5-ca39-0410-a469-dd3cf9ba447f
97069
97070 commit b97c5198f1d70010a93dffc9e9f9afa0fbade5b0
97071 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
97072 Date:   Tue Dec 6 11:17:48 2005 +0000
97073
97074     Update and reorganization.
97075     
97076     
97077     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1858 48e7efb5-ca39-0410-a469-dd3cf9ba447f
97078
97079 commit 44289400e7292ba766239b9b58591f6115447b98
97080 Author: casanova <casanova@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
97081 Date:   Mon Dec 5 19:42:23 2005 +0000
97082
97083     Added an #ifndef/#endif around the #define MIN  so that things
97084     compile smoothly.
97085     
97086     
97087     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1857 48e7efb5-ca39-0410-a469-dd3cf9ba447f
97088
97089 commit 201c5b2ae5ceba890c5e9ac5060824ddd5d5ba8b
97090 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
97091 Date:   Mon Dec 5 12:52:32 2005 +0000
97092
97093     typo
97094     
97095     
97096     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1856 48e7efb5-ca39-0410-a469-dd3cf9ba447f
97097
97098 commit bed88064aa044b31bc196dbf3056310fe3bae65b
97099 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
97100 Date:   Mon Dec 5 12:34:44 2005 +0000
97101
97102     Add a table of contents to the FAQ
97103     
97104     
97105     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1855 48e7efb5-ca39-0410-a469-dd3cf9ba447f
97106
97107 commit b1abab7ba806b9eabb6e3a9e575f154be0829323
97108 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
97109 Date:   Mon Dec 5 12:34:24 2005 +0000
97110
97111     cosmetics
97112     
97113     
97114     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1854 48e7efb5-ca39-0410-a469-dd3cf9ba447f
97115
97116 commit 5b194fdc6064c36b3bf84fe3dddd5ad3bbac3488
97117 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
97118 Date:   Mon Dec 5 12:34:10 2005 +0000
97119
97120     table of contents builder
97121     
97122     
97123     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1853 48e7efb5-ca39-0410-a469-dd3cf9ba447f
97124
97125 commit cfefa1074ef398523f1c20916403757d4016718a
97126 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
97127 Date:   Mon Dec 5 11:36:22 2005 +0000
97128
97129     cosmetics again
97130     
97131     
97132     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1852 48e7efb5-ca39-0410-a469-dd3cf9ba447f
97133
97134 commit f206ca050b853d202fd639352c5a0d400d06a825
97135 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
97136 Date:   Mon Dec 5 11:35:51 2005 +0000
97137
97138     cosmetics
97139     
97140     
97141     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1851 48e7efb5-ca39-0410-a469-dd3cf9ba447f
97142
97143 commit dfdf9ff44f658ac7fb5d1b04fb56a101f49e4c28
97144 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
97145 Date:   Mon Dec 5 11:14:42 2005 +0000
97146
97147     Rework the entry on the limit of simulated processes and how to push it
97148     
97149     
97150     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1850 48e7efb5-ca39-0410-a469-dd3cf9ba447f
97151
97152 commit 731a42d3aa2eae8a9656326bfe9c361d6ec25052
97153 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
97154 Date:   Mon Dec 5 08:47:09 2005 +0000
97155
97156     Reduce the context stack size from 512k to 128k, and add a comment indicating the meaning of this value. A FAQ entry on this is due
97157     
97158     
97159     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1849 48e7efb5-ca39-0410-a469-dd3cf9ba447f
97160
97161 commit e67dbb0915d072c70cb7dcd2f2240c7c8e439b2e
97162 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
97163 Date:   Thu Dec 1 14:34:33 2005 +0000
97164
97165     Those crufts are generated
97166     
97167     
97168     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1848 48e7efb5-ca39-0410-a469-dd3cf9ba447f
97169
97170 commit 16e348fac35049212c681eb6f63a883e56de25f4
97171 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
97172 Date:   Thu Dec 1 14:31:43 2005 +0000
97173
97174     cosmetics in default logging level
97175     
97176     
97177     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1847 48e7efb5-ca39-0410-a469-dd3cf9ba447f
97178
97179 commit 83eccfb5c38c8430d0d6e4dceb94b608702711a0
97180 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
97181 Date:   Thu Dec 1 14:30:02 2005 +0000
97182
97183     A script to avoid writting deployment files containing thousands of hosts
97184     
97185     
97186     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1846 48e7efb5-ca39-0410-a469-dd3cf9ba447f
97187
97188 commit 12813b371b374ed92b54f5dc6f132293c6a5f876
97189 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
97190 Date:   Thu Dec 1 14:29:03 2005 +0000
97191
97192     Use XBT_MAX_CHANNEL in generated simulators since this constant also lives in xbt/misc.h. This makes it easier to change this value when needed
97193     
97194     
97195     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1845 48e7efb5-ca39-0410-a469-dd3cf9ba447f
97196
97197 commit 6b88f215b81c31999601680ae84b5aae5f00f5a4
97198 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
97199 Date:   Thu Dec 1 14:27:54 2005 +0000
97200
97201     Kill a redefinition of XBT_MAX_CHANNEL which is also in xbt/misc.h
97202     
97203     
97204     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1844 48e7efb5-ca39-0410-a469-dd3cf9ba447f
97205
97206 commit f9312dc267dfb85349c41abdcef28a269128abbc
97207 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
97208 Date:   Mon Nov 28 13:43:16 2005 +0000
97209
97210     add an entry on dynamic resources
97211     
97212     
97213     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1843 48e7efb5-ca39-0410-a469-dd3cf9ba447f
97214
97215 commit decadb2e63e13ae4c3a453c7a41f577adf26f153
97216 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
97217 Date:   Sat Nov 26 22:11:40 2005 +0000
97218
97219     += How could I have some C functions do what the platform and deployment files do?
97220     
97221     
97222     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1842 48e7efb5-ca39-0410-a469-dd3cf9ba447f
97223
97224 commit 6043bcec4187fbbf5444e5a839c8ec5742113eb0
97225 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
97226 Date:   Sat Nov 26 21:29:14 2005 +0000
97227
97228     += Where is the get_host_load function hidden in MSG?
97229     
97230     
97231     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1841 48e7efb5-ca39-0410-a469-dd3cf9ba447f
97232
97233 commit bcf1df249835a5ef22d30199f38a753f93f09190
97234 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
97235 Date:   Thu Nov 10 19:43:24 2005 +0000
97236
97237     Document the Assertion 'next<limit' failed message
97238     
97239     
97240     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1840 48e7efb5-ca39-0410-a469-dd3cf9ba447f
97241
97242 commit b910008f9eefbbda9a78325b3edfd3f980081240
97243 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
97244 Date:   Tue Nov 1 21:20:16 2005 +0000
97245
97246     More explicit error message when not going the maintainer way in CVS checkout
97247     
97248     
97249     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1839 48e7efb5-ca39-0410-a469-dd3cf9ba447f
97250
97251 commit 9e6ce704ca228efb244df049bc8c26dacbfdf884
97252 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
97253 Date:   Wed Oct 26 16:10:42 2005 +0000
97254
97255     fuckin' doxygen!
97256     
97257     
97258     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1838 48e7efb5-ca39-0410-a469-dd3cf9ba447f
97259
97260 commit 7481472c078583c976f9eee9b31a687b9881ea54
97261 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
97262 Date:   Tue Oct 25 20:33:31 2005 +0000
97263
97264     plug an harmless leak
97265     
97266     
97267     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1837 48e7efb5-ca39-0410-a469-dd3cf9ba447f
97268
97269 commit ed8aacb67a4cd91be9445cb8f3c3d149b357460a
97270 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
97271 Date:   Tue Oct 25 20:31:01 2005 +0000
97272
97273     plug a memleak which is harmless in most situations, but ...
97274     
97275     
97276     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1836 48e7efb5-ca39-0410-a469-dd3cf9ba447f
97277
97278 commit 16fdb8c65ac8d5baebc0278c499546c5fb10207b
97279 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
97280 Date:   Tue Oct 25 19:59:11 2005 +0000
97281
97282     New function: gras_msg_wait_ext (for a finer control of accepted messages); introduce the message kind concept. Not intended for API exposure, but makes room for a proper support of RPC in gras
97283     
97284     
97285     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1835 48e7efb5-ca39-0410-a469-dd3cf9ba447f
97286
97287 commit 3e0633f41cb1ab62db77bac6ad9bda9ee02ddd43
97288 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
97289 Date:   Tue Oct 25 19:21:18 2005 +0000
97290
97291     New function to have a finer control on what kind of message you're disposed to wait
97292     
97293     
97294     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1834 48e7efb5-ca39-0410-a469-dd3cf9ba447f
97295
97296 commit 2ea5ad4f724dff9bcb6f4c4f73783d2dae1c0211
97297 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
97298 Date:   Mon Oct 24 22:20:25 2005 +0000
97299
97300     Put all typedef of generic callbacks in the same place
97301     
97302     
97303     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1833 48e7efb5-ca39-0410-a469-dd3cf9ba447f
97304
97305 commit fc5b65b14023dc1ba53406a76b9e436fd40c22ee
97306 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
97307 Date:   Mon Oct 24 22:17:03 2005 +0000
97308
97309     plug a leak
97310     
97311     
97312     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1832 48e7efb5-ca39-0410-a469-dd3cf9ba447f
97313
97314 commit 362344047babd671360bd0911973400ffa5066f4
97315 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
97316 Date:   Mon Oct 24 20:46:08 2005 +0000
97317
97318     make automake happy
97319     
97320     
97321     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1831 48e7efb5-ca39-0410-a469-dd3cf9ba447f
97322
97323 commit a3f6273ab93a2b59cc711f4a4a5e9330b23f79c5
97324 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
97325 Date:   Mon Oct 24 20:44:50 2005 +0000
97326
97327     no variable declaration in the middle of the code, it makes old compilers anxious
97328     
97329     
97330     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1830 48e7efb5-ca39-0410-a469-dd3cf9ba447f
97331
97332 commit d290583cf0344ee69dbac8e0d4ce6f1407cb6d23
97333 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
97334 Date:   Sun Oct 23 17:50:36 2005 +0000
97335
97336     Document last changes
97337     
97338     
97339     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1829 48e7efb5-ca39-0410-a469-dd3cf9ba447f
97340
97341 commit 64b9cc0dac7b2352a9ba4851c8e0881ab85b12e1
97342 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
97343 Date:   Sun Oct 23 17:48:46 2005 +0000
97344
97345     Run the testing infrastructure on make check
97346     
97347     
97348     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1828 48e7efb5-ca39-0410-a469-dd3cf9ba447f
97349
97350 commit d8888df4d713c0e6e23ce338e1adbc61a6d0421c
97351 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
97352 Date:   Sun Oct 23 17:48:21 2005 +0000
97353
97354     And now get doxygen AND compilation AND testsuite working at the same time. I get somehow tired
97355     
97356     
97357     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1827 48e7efb5-ca39-0410-a469-dd3cf9ba447f
97358
97359 commit 22c687a6681bb4a2fc52f7453259a1452c9f84b8
97360 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
97361 Date:   Sun Oct 23 17:45:27 2005 +0000
97362
97363     Kill dead test, add forgoten test
97364     
97365     
97366     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1826 48e7efb5-ca39-0410-a469-dd3cf9ba447f
97367
97368 commit 85897b1307bb68f05f31385803f1b3a5b806a73f
97369 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
97370 Date:   Sun Oct 23 17:25:10 2005 +0000
97371
97372     Make sure doxygen still finds the code examples after recent data movement related to unitification
97373     
97374     
97375     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1825 48e7efb5-ca39-0410-a469-dd3cf9ba447f
97376
97377 commit 675b693b6e0110d13e85a5c46a5d231e1785aca7
97378 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
97379 Date:   Sun Oct 23 16:54:43 2005 +0000
97380
97381     Display what's going on as the unit is running, not afterward (some of them are a bit long)
97382     
97383     
97384     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1824 48e7efb5-ca39-0410-a469-dd3cf9ba447f
97385
97386 commit b5a228e9f620ee4d9fb76dd276cf6fc2913b081f
97387 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
97388 Date:   Sun Oct 23 16:09:10 2005 +0000
97389
97390     Kill dead tests
97391     
97392     
97393     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1823 48e7efb5-ca39-0410-a469-dd3cf9ba447f
97394
97395 commit 6579cfb892c0938b26a45c5cd8f1a72e012e9508
97396 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
97397 Date:   Sun Oct 23 16:06:53 2005 +0000
97398
97399     Let's compile MSG once in the afternoon and cleanup the mess I've set by changing asserts to exceptions
97400     
97401     
97402     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1822 48e7efb5-ca39-0410-a469-dd3cf9ba447f
97403
97404 commit 38fad1a54be8df52b153c7f9ca4c40ced5dba8c9
97405 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
97406 Date:   Sun Oct 23 16:04:08 2005 +0000
97407
97408     Let's compile SURF once in the afternoon and cleanup the mess I've set by changing asserts to exceptions
97409     
97410     
97411     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1821 48e7efb5-ca39-0410-a469-dd3cf9ba447f
97412
97413 commit 9d96798dd6a87fb575d8d22612d18a79f3e1d309
97414 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
97415 Date:   Sun Oct 23 15:32:43 2005 +0000
97416
97417     convert the modules dict, dynar and swag to unit testing
97418     
97419     
97420     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1820 48e7efb5-ca39-0410-a469-dd3cf9ba447f
97421
97422 commit b6db286696d790d8b49b79d23877ee846c86306b
97423 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
97424 Date:   Sun Oct 23 14:53:41 2005 +0000
97425
97426     += xbt_test_assert
97427     
97428     
97429     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1819 48e7efb5-ca39-0410-a469-dd3cf9ba447f
97430
97431 commit d076b836086d9936ae9000ba6edf9525691e5c92
97432 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
97433 Date:   Sun Oct 23 14:16:17 2005 +0000
97434
97435     Connect the m_datatypes_management doxygen module onto the tree
97436     
97437     
97438     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1818 48e7efb5-ca39-0410-a469-dd3cf9ba447f
97439
97440 commit 0cdd9ef0a986b5eadd2012e013eae9ecfd2f156c
97441 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
97442 Date:   Sun Oct 23 14:15:53 2005 +0000
97443
97444     Connect the m_datatypes_management_details doxygen module into the tree
97445     
97446     
97447     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1817 48e7efb5-ca39-0410-a469-dd3cf9ba447f
97448
97449 commit 3a57f91ccf2d927dd2070e1062a1ea4393e46905
97450 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
97451 Date:   Sun Oct 23 14:10:42 2005 +0000
97452
97453     Connect node GRAS_msg into the doxygen module tree
97454     
97455     
97456     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1816 48e7efb5-ca39-0410-a469-dd3cf9ba447f
97457
97458 commit b777c7444435acd1c362627d3c751e26d690ebe0
97459 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
97460 Date:   Sun Oct 23 14:09:06 2005 +0000
97461
97462     add a simple navbar
97463     
97464     
97465     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1815 48e7efb5-ca39-0410-a469-dd3cf9ba447f
97466
97467 commit 3aee10984d32855971ee5a687856099e914effbc
97468 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
97469 Date:   Sun Oct 23 12:58:59 2005 +0000
97470
97471     Port set datacontainer to unit testing
97472     
97473     
97474     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1814 48e7efb5-ca39-0410-a469-dd3cf9ba447f
97475
97476 commit 4287d1e348027303eca96efe3a3a17ce107e0977
97477 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
97478 Date:   Sun Oct 23 12:50:33 2005 +0000
97479
97480     Try to explain gcc that we're rewriting the source file, and that it must report errors against another file (not very robust, but works if you have only one #ifdef SIMGRID_TEST chunk per file)
97481     
97482     
97483     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1813 48e7efb5-ca39-0410-a469-dd3cf9ba447f
97484
97485 commit 78d047fb1714cac2372c4d8771e7a54b9d7a6317
97486 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
97487 Date:   Sun Oct 23 12:49:03 2005 +0000
97488
97489     Make the current unit a global instead of passing it as argument. That way, units are free to fail into subfunctions; Add a xbt_test_exception to factorize what's to do when a test die because of an exception; Add some asserts to protect ourselves from badly formatted units
97490     
97491     
97492     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1812 48e7efb5-ca39-0410-a469-dd3cf9ba447f
97493
97494 commit 6eb7e3c441272a8fa3929179283cee635eeff584
97495 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
97496 Date:   Sun Oct 23 12:47:15 2005 +0000
97497
97498     Make the current unit a global instead of passing it as argument. That way, units are free to fail into subfunctions; Add a xbt_test_exception to factorize what's to do when a test die because of an exception; add xbt_test_assert* to assert something or fail current test
97499     
97500     
97501     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1811 48e7efb5-ca39-0410-a469-dd3cf9ba447f
97502
97503 commit 3cf22df9688dee5cea0a742b75ffa97bae8bb722
97504 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
97505 Date:   Sun Oct 23 12:45:12 2005 +0000
97506
97507     These modules does not use logging anymore now that asserts dont
97508     
97509     
97510     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1810 48e7efb5-ca39-0410-a469-dd3cf9ba447f
97511
97512 commit 9d3268549bd00e5c641db00d49c5b8f120986439
97513 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
97514 Date:   Sun Oct 23 12:44:47 2005 +0000
97515
97516     Ok, I'm a lammer, and I cannot get the rule from an unit to its mother file right for automake and gcc at the same time. Let's assume and duplicate code
97517     
97518     
97519     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1809 48e7efb5-ca39-0410-a469-dd3cf9ba447f
97520
97521 commit 08c6a2f66d759072267060d3d365511dd13a8cba
97522 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
97523 Date:   Sun Oct 23 12:38:45 2005 +0000
97524
97525     Let xbt_die die with an exception so that we get the backtrace without having to launch gdb; deal with the resulting cyclic dependency between xbt_die, exceptions and loggings by giving some prototypes twice
97526     
97527     
97528     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1808 48e7efb5-ca39-0410-a469-dd3cf9ba447f
97529
97530 commit bd1afed305dfd477d90d107e060bfc3c22620110
97531 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
97532 Date:   Sun Oct 23 12:36:56 2005 +0000
97533
97534     Damn, there was an undefined symbol in the header file. Damn, I got bitten by it. Let's kill it
97535     
97536     
97537     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1807 48e7efb5-ca39-0410-a469-dd3cf9ba447f
97538
97539 commit 6f3043515a1746dabd01f2e4000a0c7dafa3938e
97540 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
97541 Date:   Sun Oct 23 11:13:56 2005 +0000
97542
97543     Convert modules 'config', 'ex' and 'cunit' to unit testing
97544     
97545     
97546     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1806 48e7efb5-ca39-0410-a469-dd3cf9ba447f
97547
97548 commit 0b5e43957fe16281ccee60ccccf064a0d4d0fec0
97549 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
97550 Date:   Sun Oct 23 11:11:39 2005 +0000
97551
97552     Convert config module to unit testing
97553     
97554     
97555     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1805 48e7efb5-ca39-0410-a469-dd3cf9ba447f
97556
97557 commit 7df33197fec5021a48aa6fd327c8a7ac3b343197
97558 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
97559 Date:   Sun Oct 23 11:09:38 2005 +0000
97560
97561     deal with suite title which title are multiple of 2
97562     
97563     
97564     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1804 48e7efb5-ca39-0410-a469-dd3cf9ba447f
97565
97566 commit 640bdb4e415cc9daee01a37bea85622e385806b8
97567 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
97568 Date:   Sun Oct 23 11:06:51 2005 +0000
97569
97570     Readd the example we need in the documentation, they used to live in testsuite/xbt/ex_test.c to check their syntax validity even if they are not run there
97571     
97572     
97573     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1803 48e7efb5-ca39-0410-a469-dd3cf9ba447f
97574
97575 commit 7a59d4ae96a5ab66d5ba0ba146aa4fc275c8ab5a
97576 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
97577 Date:   Sun Oct 23 10:18:21 2005 +0000
97578
97579     Add a tool to automatically extract the test units from the source code of the libraries, change the library makefile to use it on declared files and convert modules 'ex' and 'cunit' to this system
97580     
97581     
97582     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1802 48e7efb5-ca39-0410-a469-dd3cf9ba447f
97583
97584 commit 605d14f82cfcc854a9ab8d7b2592502128658d97
97585 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
97586 Date:   Sat Oct 22 23:08:33 2005 +0000
97587
97588     s/testsuite/cunit/
97589     
97590     
97591     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1801 48e7efb5-ca39-0410-a469-dd3cf9ba447f
97592
97593 commit 423d998b546e97c9b535e6e703768fb6a7ebb2fc
97594 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
97595 Date:   Sat Oct 22 22:45:23 2005 +0000
97596
97597     Rename testsuite to cunit (more sexy name); integrate it properly into SimGrid; use it to test exceptions and itself
97598     
97599     
97600     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1800 48e7efb5-ca39-0410-a469-dd3cf9ba447f
97601
97602 commit 810976b1e41f58871360b39fec33f2a472e4d358
97603 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
97604 Date:   Sat Oct 22 22:44:02 2005 +0000
97605
97606     Current state
97607     
97608     
97609     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1799 48e7efb5-ca39-0410-a469-dd3cf9ba447f
97610
97611 commit ab55024e8ccdb08b01b688dc387afb3dc9e5fa8a
97612 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
97613 Date:   Sat Oct 22 22:43:38 2005 +0000
97614
97615     Missing prototypes
97616     
97617     
97618     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1798 48e7efb5-ca39-0410-a469-dd3cf9ba447f
97619
97620 commit a8c9eb82be9ebfc8a9ec4ab10f914483a3e04f81
97621 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
97622 Date:   Sat Oct 22 22:43:14 2005 +0000
97623
97624     missing header
97625     
97626     
97627     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1797 48e7efb5-ca39-0410-a469-dd3cf9ba447f
97628
97629 commit 669623b3892d9a80c9fda5c3058929f66d6cf177
97630 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
97631 Date:   Sat Oct 22 19:24:20 2005 +0000
97632
97633     Add xbt_dynar_getlast_as and xbt_dynar_getfirst_as helping macros
97634     
97635     
97636     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1796 48e7efb5-ca39-0410-a469-dd3cf9ba447f
97637
97638 commit 7fc9fe25f03b219bd45664a5244b7487b89d1afc
97639 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
97640 Date:   Sat Oct 22 14:45:22 2005 +0000
97641
97642     Move OSSP testsuite code out of the testsuite/ dir so that it becomes part of XBT
97643     
97644     
97645     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1795 48e7efb5-ca39-0410-a469-dd3cf9ba447f
97646
97647 commit 0f0849e9e79722079462b8620b0af4490f20b1ed
97648 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
97649 Date:   Sat Oct 22 14:33:05 2005 +0000
97650
97651     Let it compile again
97652     
97653     
97654     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1794 48e7efb5-ca39-0410-a469-dd3cf9ba447f
97655
97656 commit 215ed67257173f5e26c9489ec96c4ced08d1614a
97657 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
97658 Date:   Sat Oct 22 14:23:47 2005 +0000
97659
97660     XBT documentation reorganization. module-xbt only contains the structure, module documentation moved to header files (even the @brief field); change @name to @defgroup; add navbars all over the place
97661     
97662     
97663     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1793 48e7efb5-ca39-0410-a469-dd3cf9ba447f
97664
97665 commit 2e4f7439b31d1a92f0ebb8f2082d3108a79e13cf
97666 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
97667 Date:   Sat Oct 22 14:22:49 2005 +0000
97668
97669     XBT documentation reorganization. module-xbt only contains the structure, module documentation moved to header files (even the @brief field)
97670     
97671     
97672     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1792 48e7efb5-ca39-0410-a469-dd3cf9ba447f
97673
97674 commit 05d45e33002376cbb91badb67a5d50fecb9c3b02
97675 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
97676 Date:   Sat Oct 22 12:12:38 2005 +0000
97677
97678     Support to get all parts, even the ones hiden within ifdef
97679     
97680     
97681     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1791 48e7efb5-ca39-0410-a469-dd3cf9ba447f
97682
97683 commit 5db520d83cf2b68f786439ff7ff3e30dbb40e789
97684 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
97685 Date:   Sat Oct 22 11:40:09 2005 +0000
97686
97687     Add navigation bar in the documentation (of GRAS)
97688     
97689     
97690     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1790 48e7efb5-ca39-0410-a469-dd3cf9ba447f
97691
97692 commit eed8daedf7c2d58e0db96826205f138cedb9cc5a
97693 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
97694 Date:   Sat Oct 22 11:38:43 2005 +0000
97695
97696     Documentation reorganization: no @name anymore since doxygen was buggy on it until now and now refuse to parse them. Instead split parts onto other pages; add navigation bar to fight the resulting mess
97697     
97698     
97699     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1789 48e7efb5-ca39-0410-a469-dd3cf9ba447f
97700
97701 commit 098107614ab9ead636dcdd7ec45f5d04b2202216
97702 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
97703 Date:   Sat Oct 22 10:38:14 2005 +0000
97704
97705     New version was released
97706     
97707     
97708     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1788 48e7efb5-ca39-0410-a469-dd3cf9ba447f
97709
97710 commit b67bc2a7086cf460a20e105204b8e4de0adc6aec
97711 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
97712 Date:   Sat Oct 22 09:46:13 2005 +0000
97713
97714     And now, use the proper dox tag for parameters
97715     
97716     
97717     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1787 48e7efb5-ca39-0410-a469-dd3cf9ba447f
97718
97719 commit f051fedb7432c390e204eafc58e2f5e66cf0ea08
97720 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
97721 Date:   Sat Oct 22 09:13:05 2005 +0000
97722
97723     Fix broken links
97724     
97725     
97726     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1786 48e7efb5-ca39-0410-a469-dd3cf9ba447f
97727
97728 commit b8e91e2c1365a0cb5294e3b4dbe11faa6df5dd6c
97729 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
97730 Date:   Sat Oct 22 09:11:48 2005 +0000
97731
97732     Fix broken links in documentation
97733     
97734     
97735     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1785 48e7efb5-ca39-0410-a469-dd3cf9ba447f
97736
97737 commit 8b90a25e740ad0f8014d77fafbe1ebe824e53f09
97738 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
97739 Date:   Sat Oct 22 09:07:51 2005 +0000
97740
97741     Sanitize the documentation of heap: group defined in module-xbt.doc, its content declared in header file and each elements documented in the C file
97742     
97743     
97744     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1784 48e7efb5-ca39-0410-a469-dd3cf9ba447f
97745
97746 commit 0f3240d4613e89aaabdc84c9c0b1531c93bd31c2
97747 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
97748 Date:   Sat Oct 22 09:05:33 2005 +0000
97749
97750     reindent
97751     
97752     
97753     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1783 48e7efb5-ca39-0410-a469-dd3cf9ba447f
97754
97755 commit a4b359f2ca42b88dd5d7a23463e23480942697cc
97756 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
97757 Date:   Sat Oct 22 08:48:53 2005 +0000
97758
97759     Search the doc files where they live
97760     
97761     
97762     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1782 48e7efb5-ca39-0410-a469-dd3cf9ba447f
97763
97764 commit 3b7746b1015a2d0db47fa63ef37722fe87ead29d
97765 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
97766 Date:   Fri Oct 21 12:53:51 2005 +0000
97767
97768     On the 3.0.2 tracks...
97769     
97770     
97771     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1781 48e7efb5-ca39-0410-a469-dd3cf9ba447f
97772
97773 commit b4c6ccfa7869a5f473b0367b802c0d4180831389
97774 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
97775 Date:   Fri Oct 21 12:43:29 2005 +0000
97776
97777     Getting ready for 3.0.1
97778     
97779     
97780     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1779 48e7efb5-ca39-0410-a469-dd3cf9ba447f
97781
97782 commit 9ff653f28a3e739bd5f993f301db3546438b47d2
97783 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
97784 Date:   Thu Oct 20 22:14:04 2005 +0000
97785
97786     let's be optimistic and assume that things are ok when we cross-compile (it does when the target is win)
97787     
97788     
97789     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1778 48e7efb5-ca39-0410-a469-dd3cf9ba447f
97790
97791 commit d58f736cf21050afe126f6b38d356905dc5552da
97792 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
97793 Date:   Thu Oct 20 20:57:28 2005 +0000
97794
97795     fd_set is not portable on IRIX, but needs some extra headers
97796     
97797     
97798     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1777 48e7efb5-ca39-0410-a469-dd3cf9ba447f
97799
97800 commit 694bf42143c905814e2e9a1af4963440a48c91ba
97801 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
97802 Date:   Thu Oct 20 20:56:55 2005 +0000
97803
97804     Lost access to this machine
97805     
97806     
97807     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1776 48e7efb5-ca39-0410-a469-dd3cf9ba447f
97808
97809 commit 739b9167d2003cf3c319a3fa2f11d6686e5b790d
97810 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
97811 Date:   Thu Oct 20 20:56:18 2005 +0000
97812
97813     I really dislike gcc on AIX
97814     
97815     
97816     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1775 48e7efb5-ca39-0410-a469-dd3cf9ba447f
97817
97818 commit 8509761d0d99449b084eb82d8e482e60b702a792
97819 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
97820 Date:   Thu Oct 20 19:36:23 2005 +0000
97821
97822     Missing header on IRIX
97823     
97824     
97825     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1774 48e7efb5-ca39-0410-a469-dd3cf9ba447f
97826
97827 commit 520f4715694523f1ac80803a19267eaf5ac60f9d
97828 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
97829 Date:   Thu Oct 20 19:07:13 2005 +0000
97830
97831     Yeah xlC, calm down, I'll write ansi C without fancy stupid things
97832     
97833     
97834     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1773 48e7efb5-ca39-0410-a469-dd3cf9ba447f
97835
97836 commit 4439d15e7f8a346f40483a8751b7c487d987f463
97837 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
97838 Date:   Thu Oct 20 17:42:35 2005 +0000
97839
97840     I told you that the buf plugin is dead
97841     
97842     
97843     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1772 48e7efb5-ca39-0410-a469-dd3cf9ba447f
97844
97845 commit e2a3ea3bc4cb79656452e44a8be576d39d23cd88
97846 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
97847 Date:   Thu Oct 20 17:40:37 2005 +0000
97848
97849     amok_remoterr is dead; fix a logic issue: error was never rethrown because of poorly computed bound values
97850     
97851     
97852     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1771 48e7efb5-ca39-0410-a469-dd3cf9ba447f
97853
97854 commit c1784c2a26f3a1ca836d21c25b161ba52c7f7b83
97855 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
97856 Date:   Thu Oct 20 17:39:30 2005 +0000
97857
97858     Avoid double free
97859     
97860     
97861     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1770 48e7efb5-ca39-0410-a469-dd3cf9ba447f
97862
97863 commit 8719da76b3fec16ecc87a74fbbaf628bddc79336
97864 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
97865 Date:   Thu Oct 20 17:38:12 2005 +0000
97866
97867     Let it fit my testing infrastructure a bit better
97868     
97869     
97870     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1769 48e7efb5-ca39-0410-a469-dd3cf9ba447f
97871
97872 commit f107c626f71c9a6a1d52aad57344abd7331ed62e
97873 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
97874 Date:   Thu Oct 20 17:14:45 2005 +0000
97875
97876     Eradicate the last bits of the buffered transport which used to live on top of either TCP or SG and was merged with TCP once SG used datadesc_cpy
97877     
97878     
97879     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1768 48e7efb5-ca39-0410-a469-dd3cf9ba447f
97880
97881 commit afeb30cf79d466f018395ed13dc6371539607894
97882 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
97883 Date:   Thu Oct 20 13:22:28 2005 +0000
97884
97885     Messages which the payload datatype descriptor is NULL contain 0 bytes as payload (strange, isnt it?)
97886     
97887     
97888     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1767 48e7efb5-ca39-0410-a469-dd3cf9ba447f
97889
97890 commit c8a981e08d565fb57ee841c3b13671f7c25ce6fa
97891 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
97892 Date:   Thu Oct 20 12:58:33 2005 +0000
97893
97894     Let me run valgrind on that shitty code without changing this script
97895     
97896     
97897     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1766 48e7efb5-ca39-0410-a469-dd3cf9ba447f
97898
97899 commit 7193fe1f5fb4e2b290923cfdc73ef0d4cd80c351
97900 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
97901 Date:   Thu Oct 20 11:00:32 2005 +0000
97902
97903     payload_size is used to memcpy the payload. Do not count the size of the pointed data (like the actual data of a matrix) in it (only count the size of the matrix_t in our example)
97904     
97905     
97906     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1765 48e7efb5-ca39-0410-a469-dd3cf9ba447f
97907
97908 commit fa2e04ec0dbef059105da86b2b750059fb66d39b
97909 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
97910 Date:   Thu Oct 20 10:13:00 2005 +0000
97911
97912     I keep forgetting the correct name of this macro
97913     
97914     
97915     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1764 48e7efb5-ca39-0410-a469-dd3cf9ba447f
97916
97917 commit 44cf5d59345e127799454859d9f95b73866fbc3e
97918 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
97919 Date:   Thu Oct 20 10:12:04 2005 +0000
97920
97921     This file is needed to do make distcheck
97922     
97923     
97924     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1763 48e7efb5-ca39-0410-a469-dd3cf9ba447f
97925
97926 commit 8325847683d0f791587a0b465191d56d42ab782c
97927 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
97928 Date:   Thu Oct 20 09:49:44 2005 +0000
97929
97930     Let it compile properly
97931     
97932     
97933     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1762 48e7efb5-ca39-0410-a469-dd3cf9ba447f
97934
97935 commit 7d4f544e3472cef981da4cc84db078b72c8c6920
97936 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
97937 Date:   Thu Oct 20 09:18:14 2005 +0000
97938
97939     bug fix (found by Cyril Banino).
97940     
97941     
97942     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1761 48e7efb5-ca39-0410-a469-dd3cf9ba447f
97943
97944 commit 5a59b3331acf8ba4b86eb3c513147d186bf8fc6c
97945 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
97946 Date:   Wed Oct 19 14:28:53 2005 +0000
97947
97948     make g++ happy
97949     
97950     
97951     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1760 48e7efb5-ca39-0410-a469-dd3cf9ba447f
97952
97953 commit 1e7fc6623021c8649b97baa60b63c8463d02a9a3
97954 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
97955 Date:   Wed Oct 19 14:27:09 2005 +0000
97956
97957     make g++ happy. Hope it still has the same meaning though...
97958     
97959     
97960     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1759 48e7efb5-ca39-0410-a469-dd3cf9ba447f
97961
97962 commit c06fbf3e711f990cc0838f68cc871aa8c5d0a388
97963 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
97964 Date:   Wed Oct 19 14:16:01 2005 +0000
97965
97966     make g++ happy
97967     
97968     
97969     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1758 48e7efb5-ca39-0410-a469-dd3cf9ba447f
97970
97971 commit d4bd8ae37e9b6b7e460e99a445b640978271d805
97972 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
97973 Date:   Tue Oct 18 10:18:31 2005 +0000
97974
97975     final reference
97976     
97977     
97978     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1757 48e7efb5-ca39-0410-a469-dd3cf9ba447f
97979
97980 commit 6656e9c8f2cac1323f2a090746ffede276cb5469
97981 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
97982 Date:   Mon Oct 17 15:11:54 2005 +0000
97983
97984     stupid example of msg_process_suspend and resume
97985     
97986     
97987     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1756 48e7efb5-ca39-0410-a469-dd3cf9ba447f
97988
97989 commit a8eadc3bb05b2953b06e98b4518373ccb2331763
97990 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
97991 Date:   Mon Oct 17 15:11:13 2005 +0000
97992
97993     Return an error code when the simulation deadlocks. Avoid deadlock in this simulation.
97994     
97995     
97996     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1755 48e7efb5-ca39-0410-a469-dd3cf9ba447f
97997
97998 commit 581f7e0bfc3cae71b1e7c39a0c6af6b790e7b0a2
97999 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
98000 Date:   Mon Oct 17 15:10:27 2005 +0000
98001
98002     Getting rid of old printf
98003     
98004     
98005     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1754 48e7efb5-ca39-0410-a469-dd3cf9ba447f
98006
98007 commit b0bd0896ce802ba842f77b362f2fbbabb88747ff
98008 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
98009 Date:   Tue Oct 11 14:44:21 2005 +0000
98010
98011     moved to %f instead of %g. It's usefull when values get large...
98012     
98013     
98014     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1753 48e7efb5-ca39-0410-a469-dd3cf9ba447f
98015
98016 commit 3fd769deb562a55a04597bf2bf6722f7d7a6a4bb
98017 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
98018 Date:   Tue Oct 11 08:16:29 2005 +0000
98019
98020     Document last changes.
98021     
98022     
98023     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1752 48e7efb5-ca39-0410-a469-dd3cf9ba447f
98024
98025 commit b8fe4e1d138d663fdad58f0c2499ed579a19bb4d
98026 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
98027 Date:   Tue Oct 11 08:16:13 2005 +0000
98028
98029     Add two convenient functions for Cyril Banino.
98030     
98031     
98032     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1751 48e7efb5-ca39-0410-a469-dd3cf9ba447f
98033
98034 commit 9af2ab8540ae7fcd7a76daf405eb97b190e2dd40
98035 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
98036 Date:   Mon Oct 3 19:50:09 2005 +0000
98037
98038     The buf plugin is dead on SG. Thanks to the verbosity of simulated exceptions for making this error so obvious
98039     
98040     
98041     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1750 48e7efb5-ca39-0410-a469-dd3cf9ba447f
98042
98043 commit 5b32d08cb7d3c3563120366a1b508a325e8d5da3
98044 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
98045 Date:   Mon Oct 3 19:47:48 2005 +0000
98046
98047     Get the simulated exceptions as verbose as real ones
98048     
98049     
98050     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1749 48e7efb5-ca39-0410-a469-dd3cf9ba447f
98051
98052 commit 7ed886c11a1cc353bbcfec65676be4f756af2647
98053 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
98054 Date:   Mon Oct 3 19:39:40 2005 +0000
98055
98056     Write yet another changelog entry for Arnaud (bugfix for Flavien); Get the simulated exceptions as verbose as real ones
98057     
98058     
98059     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1748 48e7efb5-ca39-0410-a469-dd3cf9ba447f
98060
98061 commit 7d9c844f205d622335b2e0895c9f37483fa1fd89
98062 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
98063 Date:   Mon Oct 3 15:44:06 2005 +0000
98064
98065     Add some debugging messages.
98066     
98067     
98068     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1747 48e7efb5-ca39-0410-a469-dd3cf9ba447f
98069
98070 commit 39822aeb568b150222aaaab2b1896115acd3aeba
98071 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
98072 Date:   Mon Oct 3 15:43:30 2005 +0000
98073
98074     Make SURF complain when you ask to perform a communication between two non-connected cards.
98075     
98076     
98077     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1746 48e7efb5-ca39-0410-a469-dd3cf9ba447f
98078
98079 commit c5ed7b1b5fbb0cc057cb4cd1a1d18ca5ff6b22f7
98080 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
98081 Date:   Mon Oct 3 13:30:06 2005 +0000
98082
98083     removed a brutal exit. It doesn't make sense in MSG... the whole process
98084     should not die whenever a context dies.
98085     
98086     
98087     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1745 48e7efb5-ca39-0410-a469-dd3cf9ba447f
98088
98089 commit 253adc083aed58ee34200da9e8dac111926a7092
98090 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
98091 Date:   Mon Oct 3 11:54:26 2005 +0000
98092
98093     Add the ability to print the message location in the code.
98094     
98095     
98096     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1744 48e7efb5-ca39-0410-a469-dd3cf9ba447f
98097
98098 commit 60894e585d7f494d9ad32afd452a57f8849ceff6
98099 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
98100 Date:   Sun Oct 2 19:28:02 2005 +0000
98101
98102     Add a yummy matrix multiplication rpc thing
98103     
98104     
98105     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1743 48e7efb5-ca39-0410-a469-dd3cf9ba447f
98106
98107 commit 775bbff55d13fae1433908f75b8e2d26e2ad3db0
98108 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
98109 Date:   Sun Oct 2 12:33:52 2005 +0000
98110
98111     Some more debugs
98112     
98113     
98114     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1742 48e7efb5-ca39-0410-a469-dd3cf9ba447f
98115
98116 commit 81a55353c8f7d48feeadce4827eef2b402edbdf1
98117 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
98118 Date:   Sun Oct 2 12:32:34 2005 +0000
98119
98120     I must have been drunk when I did the previous version. I'd like to convince you that I was only asleep, but ...
98121     
98122     
98123     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1741 48e7efb5-ca39-0410-a469-dd3cf9ba447f
98124
98125 commit a609b7ecf4c56e0ba51fcde1da645baff8e1deae
98126 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
98127 Date:   Sun Oct 2 12:29:39 2005 +0000
98128
98129     more explicit logs
98130     
98131     
98132     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1740 48e7efb5-ca39-0410-a469-dd3cf9ba447f
98133
98134 commit 0d43be87ddd67c84f4def31a55141bfd88239747
98135 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
98136 Date:   Fri Sep 30 19:45:53 2005 +0000
98137
98138     put the list of all existing categories in a more visible location in the doc
98139     
98140     
98141     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1739 48e7efb5-ca39-0410-a469-dd3cf9ba447f
98142
98143 commit 63a4a26d83d43a56ce3ac942d0da93a93d031ade
98144 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
98145 Date:   Fri Sep 30 12:50:52 2005 +0000
98146
98147     Bug fix: Do not use the same name 'count' for two different variables (one
98148     being the total amount of copied data while the other is the array size)
98149     
98150     
98151     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1738 48e7efb5-ca39-0410-a469-dd3cf9ba447f
98152
98153 commit 340c9657933b7046dfd4c4ae347815a1c0155340
98154 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
98155 Date:   Fri Sep 30 11:50:25 2005 +0000
98156
98157     allow the size of multidimentional objects to be given thru annotations in parsing macro
98158     
98159     
98160     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1737 48e7efb5-ca39-0410-a469-dd3cf9ba447f
98161
98162 commit 413ea7637fc3e1561584e3dfd14c0d1541031942
98163 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
98164 Date:   Fri Sep 30 07:05:29 2005 +0000
98165
98166     Damn. It's harder than expected. First finish this damn article and come back later
98167     
98168     
98169     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1736 48e7efb5-ca39-0410-a469-dd3cf9ba447f
98170
98171 commit 8cc878d361168cb73eb344d3e9b0b8fe3d18e508
98172 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
98173 Date:   Sun Sep 25 06:38:45 2005 +0000
98174
98175     Don't forget to run the ./msg_test_surfxml_bypassed test
98176     
98177     
98178     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1735 48e7efb5-ca39-0410-a469-dd3cf9ba447f
98179
98180 commit d6b62461a5a1e61c9657f7b6654b2b2e2c80ecf1
98181 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
98182 Date:   Sun Sep 25 06:37:42 2005 +0000
98183
98184     let it run
98185     
98186     
98187     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1734 48e7efb5-ca39-0410-a469-dd3cf9ba447f
98188
98189 commit a1fcdbc5a62ef265d3a879a74671224e8b9cc18b
98190 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
98191 Date:   Fri Sep 23 19:08:40 2005 +0000
98192
98193     Let's stick to ascii and avoid non-breaking spaces
98194     
98195     
98196     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1733 48e7efb5-ca39-0410-a469-dd3cf9ba447f
98197
98198 commit 662821815222ac95adb4a1a8c99338da3201d222
98199 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
98200 Date:   Wed Sep 21 16:23:22 2005 +0000
98201
98202     Let's document my modifications by myself !!! :)
98203     
98204     
98205     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1732 48e7efb5-ca39-0410-a469-dd3cf9ba447f
98206
98207 commit 5a56a7a2f426ab715677abb73698a586a5e6be4c
98208 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
98209 Date:   Wed Sep 21 14:32:29 2005 +0000
98210
98211     Make the error message both correct and explicit about what's going wrong (%s is the whole block which should be name:value, not only the option name since we failed to parse the name at this point)
98212     
98213     
98214     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1731 48e7efb5-ca39-0410-a469-dd3cf9ba447f
98215
98216 commit 4756cec22a00f6fd09a87e4b92e441f70e5ee6cd
98217 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
98218 Date:   Wed Sep 21 14:10:54 2005 +0000
98219
98220     "Malformated" is not correct and malformation is only for fetal development. :)
98221     
98222     
98223     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1730 48e7efb5-ca39-0410-a469-dd3cf9ba447f
98224
98225 commit c7898b4af64e8069cba0b528baeb2cc5a0bf1b45
98226 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
98227 Date:   Wed Sep 21 14:05:32 2005 +0000
98228
98229     help compilation on grid5000 with the paranoid compilation mode...
98230     
98231     
98232     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1729 48e7efb5-ca39-0410-a469-dd3cf9ba447f
98233
98234 commit 1e840469ac605f69e41699f30b93b6bab882a61f
98235 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
98236 Date:   Wed Sep 21 11:21:45 2005 +0000
98237
98238     Let the hack to make solaris happy work even when bash is not installed, and when /bin/sh points to a *really* old shell not setting $SHELL correctly
98239     
98240     
98241     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1728 48e7efb5-ca39-0410-a469-dd3cf9ba447f
98242
98243 commit a4845f008b859b5d4959d02ecef841b8db4ae9f0
98244 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
98245 Date:   Wed Sep 21 10:43:35 2005 +0000
98246
98247     a few casts to help compilation with gcc-4.0
98248     
98249     
98250     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1727 48e7efb5-ca39-0410-a469-dd3cf9ba447f
98251
98252 commit 400d76d6ab5e73b056aabdf9ef2842d8a495b500
98253 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
98254 Date:   Tue Sep 20 12:37:41 2005 +0000
98255
98256     solving the pthread problem. Henri, give it a try on your Mac. I'd really like to know whether it solved your problem or not...
98257     
98258     
98259     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1726 48e7efb5-ca39-0410-a469-dd3cf9ba447f
98260
98261 commit 85ecd1a46712ed5c0177be221207ce06adbb4586
98262 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
98263 Date:   Mon Sep 19 20:45:34 2005 +0000
98264
98265     Damn *slow* m68k
98266     
98267     
98268     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1725 48e7efb5-ca39-0410-a469-dd3cf9ba447f
98269
98270 commit f24975b15b40cc3c4b7aa618aeee21cb3cc7e235
98271 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
98272 Date:   Fri Sep 9 10:51:10 2005 +0000
98273
98274     Kill an internal function marked 'KILLME' and surviving from the times where libdata didn't exist
98275     
98276     
98277     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1724 48e7efb5-ca39-0410-a469-dd3cf9ba447f
98278
98279 commit 1d26ab48f37e21ec08c9379fdfd0d8cd89a40233
98280 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
98281 Date:   Fri Sep 9 10:40:37 2005 +0000
98282
98283     Document last changes (gras perf improvement) and some cosmetics
98284     
98285     
98286     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1723 48e7efb5-ca39-0410-a469-dd3cf9ba447f
98287
98288 commit b4193f8dcb043ee338cc7ffb756037bce5c256cd
98289 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
98290 Date:   Fri Sep 9 10:39:39 2005 +0000
98291
98292     That's done, now
98293     
98294     
98295     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1722 48e7efb5-ca39-0410-a469-dd3cf9ba447f
98296
98297 commit 32af1cdd2d2f29ac1ceb290845ed88b75bcc958f
98298 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
98299 Date:   Fri Sep 9 10:38:38 2005 +0000
98300
98301     Do not free the datacontainer on dynar_reset. The corresponding perf gain exactly the point of this function, isn't it?
98302     
98303     
98304     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1721 48e7efb5-ca39-0410-a469-dd3cf9ba447f
98305
98306 commit b98acff0ad259dc0a94fe63e6119afd8eabb740a
98307 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
98308 Date:   Fri Sep 9 10:37:40 2005 +0000
98309
98310     Yet another dataset regeneration (some machines need a loooong time to recompile SG)
98311     
98312     
98313     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1720 48e7efb5-ca39-0410-a469-dd3cf9ba447f
98314
98315 commit c626a03d1cebc8c01f8f17f4fac5ef9acff42633
98316 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
98317 Date:   Fri Sep 9 10:34:50 2005 +0000
98318
98319     Perf improvement: Change libdata to a set so that we can search for stuff by ID (and thus reduce the insane amount of dict lookups)
98320     
98321     
98322     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1719 48e7efb5-ca39-0410-a469-dd3cf9ba447f
98323
98324 commit 30d28b70caec655b8564a248904b621262de977b
98325 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
98326 Date:   Fri Sep 9 10:33:17 2005 +0000
98327
98328     Do not use IOV for now, it doesn't seem implemented here, leading to serious performance *loss*
98329     
98330     
98331     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1718 48e7efb5-ca39-0410-a469-dd3cf9ba447f
98332
98333 commit d3d9d17ee821ac77506e8eae7897d8250b120bcb
98334 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
98335 Date:   Fri Sep 9 10:31:08 2005 +0000
98336
98337     Perf improvement: Change libdata to a set so that we can search for stuff by ID (and thus reduce the insane amount of dict lookups); Kill some dead code
98338     
98339     
98340     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1717 48e7efb5-ca39-0410-a469-dd3cf9ba447f
98341
98342 commit 1af4ffdbe3a94ec673728673636f5a36d2b0a539
98343 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
98344 Date:   Fri Sep 9 10:25:06 2005 +0000
98345
98346     Perf improvement: Change libdata to a set so that we can search for stuff by ID (and thus reduce the insane amount of dict lookups)
98347     
98348     
98349     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1716 48e7efb5-ca39-0410-a469-dd3cf9ba447f
98350
98351 commit 6e9f0031ab47e172c38c52e2ae81c335a46b1d46
98352 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
98353 Date:   Fri Sep 9 10:19:46 2005 +0000
98354
98355     Perf improvement: reduce the amount of cbps creation/destruction by making it static and using a (newly created) cbps_reset (based on dynar_reset)
98356     
98357     
98358     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1715 48e7efb5-ca39-0410-a469-dd3cf9ba447f
98359
98360 commit 70de59087500552156e19520863b7b434bf3edfc
98361 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
98362 Date:   Fri Sep 9 09:40:25 2005 +0000
98363
98364     Move some stuff unrelated to dynar out of dynar.h (into misc.h until I find a better place)
98365     
98366     
98367     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1714 48e7efb5-ca39-0410-a469-dd3cf9ba447f
98368
98369 commit 1253e13cfd127a81c36d903c3f55cbfb5248c985
98370 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
98371 Date:   Thu Sep 8 22:49:05 2005 +0000
98372
98373     documentation fix
98374     
98375     
98376     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1713 48e7efb5-ca39-0410-a469-dd3cf9ba447f
98377
98378 commit 494616a1d79ab04ce6f0309a5cbb29ee5876c379
98379 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
98380 Date:   Thu Sep 8 22:07:59 2005 +0000
98381
98382     Rename BEGIN_DECL since we changed the usual definition to a macro with arguments (since the usual version did fool doxygen)
98383     
98384     
98385     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1712 48e7efb5-ca39-0410-a469-dd3cf9ba447f
98386
98387 commit 16a493020852a67f5e16f96f33734ef84d5de1df
98388 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
98389 Date:   Thu Sep 8 21:43:59 2005 +0000
98390
98391     this one comes from ia64
98392     
98393     
98394     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1711 48e7efb5-ca39-0410-a469-dd3cf9ba447f
98395
98396 commit 4582bdd261ffe9b87e7917f06100ea0a6ef6b02a
98397 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
98398 Date:   Thu Sep 8 21:32:47 2005 +0000
98399
98400     Regenerate this one on AIX
98401     
98402     
98403     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1710 48e7efb5-ca39-0410-a469-dd3cf9ba447f
98404
98405 commit 033b77c0b95ef47b1afc1b2256634ac02bc5d1ab
98406 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
98407 Date:   Thu Sep 8 21:26:35 2005 +0000
98408
98409     This data is used within the TRY/CATCH block; mark it volatile to avoid issues on non-x86
98410     
98411     
98412     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1709 48e7efb5-ca39-0410-a469-dd3cf9ba447f
98413
98414 commit ec4271409156a4fbf4da5467ffe42ffbce0271bc
98415 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
98416 Date:   Thu Sep 8 21:11:28 2005 +0000
98417
98418     Change an assert to an exception raising point (to ease debugging)
98419     
98420     
98421     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1708 48e7efb5-ca39-0410-a469-dd3cf9ba447f
98422
98423 commit 2f30108f2cb11dbf66dae30edb0b55687e0efa4c
98424 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
98425 Date:   Thu Sep 8 20:54:22 2005 +0000
98426
98427     Write a changelog entry for Henry
98428     
98429     
98430     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1707 48e7efb5-ca39-0410-a469-dd3cf9ba447f
98431
98432 commit d9575bda5bd6f7ca02d89bf74ba28b81a5215628
98433 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
98434 Date:   Thu Sep 8 20:52:44 2005 +0000
98435
98436     Officially start the work on next release
98437     
98438     
98439     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1706 48e7efb5-ca39-0410-a469-dd3cf9ba447f
98440
98441 commit 446ec55c595a5a35ba2ce851f457372ee3451739
98442 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
98443 Date:   Thu Sep 8 20:10:21 2005 +0000
98444
98445     Regenerate some of the datatest after last wire protocol changes
98446     
98447     
98448     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1705 48e7efb5-ca39-0410-a469-dd3cf9ba447f
98449
98450 commit e0d198d9da38e08cede43a169bde62366bf0fbe9
98451 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
98452 Date:   Thu Sep 8 20:07:57 2005 +0000
98453
98454     Be prehistoric-compiler-friendly
98455     
98456     
98457     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1704 48e7efb5-ca39-0410-a469-dd3cf9ba447f
98458
98459 commit 5168cf8cea67333b4088993d453905d7e7bfd875
98460 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
98461 Date:   Thu Sep 8 19:37:43 2005 +0000
98462
98463     Deal with the fact that some prehistoric arches don't have vector IO
98464     
98465     
98466     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1703 48e7efb5-ca39-0410-a469-dd3cf9ba447f
98467
98468 commit fc8db9624f3a2e1ee50cf048601dcf05ec9c0393
98469 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
98470 Date:   Thu Sep 8 19:31:33 2005 +0000
98471
98472     Load the headers we need, don't rely on some random other ones to load this one
98473     
98474     
98475     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1702 48e7efb5-ca39-0410-a469-dd3cf9ba447f
98476
98477 commit 6cdf0627c0275fde7e191dce7055615c21d60304
98478 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
98479 Date:   Thu Sep 8 19:29:17 2005 +0000
98480
98481     Adapt to recent changes in transport layer
98482     
98483     
98484     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1701 48e7efb5-ca39-0410-a469-dd3cf9ba447f
98485
98486 commit 87468a9f6b682ee41edc3a16a100554ef48032c9
98487 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
98488 Date:   Thu Sep 8 18:54:47 2005 +0000
98489
98490     Rework the Transport layer to simplify it and improve its performance
98491     
98492     
98493     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1700 48e7efb5-ca39-0410-a469-dd3cf9ba447f
98494
98495 commit b48a2fd4e7621cbc0f96e39bf7db3a0263232908
98496 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
98497 Date:   Thu Sep 8 18:43:26 2005 +0000
98498
98499     Rework the hexadecimal displayer I use to debug the Transport layer, and give it a proper header file
98500     
98501     
98502     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1699 48e7efb5-ca39-0410-a469-dd3cf9ba447f
98503
98504 commit ac142db78573fd358c82321a2c7f4f43ece4daa0
98505 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
98506 Date:   Thu Sep 8 14:41:36 2005 +0000
98507
98508     reduce verbosity
98509     
98510     
98511     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1698 48e7efb5-ca39-0410-a469-dd3cf9ba447f
98512
98513 commit ae4230804d95bf82200cf479fcaa3dd1760c239a
98514 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
98515 Date:   Thu Sep 8 14:40:55 2005 +0000
98516
98517     Check whether the readv function is available or not
98518     
98519     
98520     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1697 48e7efb5-ca39-0410-a469-dd3cf9ba447f
98521
98522 commit 8f8883a78d93afcdca733415372f122e00a7fcdf
98523 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
98524 Date:   Thu Sep 8 08:06:26 2005 +0000
98525
98526     Fixup the context build
98527     
98528     
98529     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1696 48e7efb5-ca39-0410-a469-dd3cf9ba447f
98530
98531 commit d85c5081d8db2930806f2495adee27d1dedcf0d6
98532 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
98533 Date:   Mon Sep 5 22:55:04 2005 +0000
98534
98535     The buffered transport is now RL only (will allow a zero-copy version)
98536     
98537     
98538     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1695 48e7efb5-ca39-0410-a469-dd3cf9ba447f
98539
98540 commit edcd2651f9d3a8bb0961ade1990e602b2dc73cae
98541 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
98542 Date:   Mon Sep 5 22:46:23 2005 +0000
98543
98544     Tweak gras_trp_*_recv() prototype. This is now (sock, char*data,int size, int bufsize). Size is the data I absolutely want to get, and buffsize is the size of my buffer in which I copy them. This allows the buffer transport to get more data than mandatory of tcp and file transports (thus minimizing the call to the syscall read() without having to separately exchange the buffer size)
98545     
98546     
98547     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1694 48e7efb5-ca39-0410-a469-dd3cf9ba447f
98548
98549 commit 0cc6b4b0df3ab644470c0472b7d5a0e2f68e02b3
98550 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
98551 Date:   Mon Sep 5 22:39:19 2005 +0000
98552
98553     SG don't get buffered by default (since only measurement sockets use it now)
98554     
98555     
98556     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1693 48e7efb5-ca39-0410-a469-dd3cf9ba447f
98557
98558 commit 5749deb83ce13b2f677328cc04053889880d2e26
98559 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
98560 Date:   Mon Sep 5 22:38:24 2005 +0000
98561
98562     Avoid a useless bprintf (and test whether NULL msg exceptions are ok)
98563     
98564     
98565     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1692 48e7efb5-ca39-0410-a469-dd3cf9ba447f
98566
98567 commit 1f3823a8e02761f9bf06dd0fd9f630d87f537928
98568 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
98569 Date:   Mon Sep 5 22:37:51 2005 +0000
98570
98571     msg now has a RL and a SG specific files
98572     
98573     
98574     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1691 48e7efb5-ca39-0410-a469-dd3cf9ba447f
98575
98576 commit f62498313aa0a0546155c6293d7bcfe685d35c3c
98577 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
98578 Date:   Mon Sep 5 22:37:14 2005 +0000
98579
98580     A new little function I did need
98581     
98582     
98583     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1690 48e7efb5-ca39-0410-a469-dd3cf9ba447f
98584
98585 commit 30fa42275a3d69db8050adc17d8ef032bd98f330
98586 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
98587 Date:   Mon Sep 5 22:36:25 2005 +0000
98588
98589     make sure no variable seem to be used uninitialized to this stupid gcc which gets fooled by TRY/CATCH blocks
98590     
98591     
98592     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1689 48e7efb5-ca39-0410-a469-dd3cf9ba447f
98593
98594 commit 2ae5a04bc1697aa3e21caf18508c59ca8587d96e
98595 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
98596 Date:   Mon Sep 5 22:35:30 2005 +0000
98597
98598     Test gras_datadesc_copy(); make sure no variable seem to be used uninitialized to gcc; reorder the tests to test the easier first
98599     
98600     
98601     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1688 48e7efb5-ca39-0410-a469-dd3cf9ba447f
98602
98603 commit 35471ecdf533b2701ca99d3921c42944531883ce
98604 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
98605 Date:   Mon Sep 5 22:32:30 2005 +0000
98606
98607     Make sure that the code still compiles with the freaking paranoid gcc warning options, now that they can be turned on again (mainly assigning dummy values to variables which get initialised within a TRY/CATCH block)
98608     
98609     
98610     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1687 48e7efb5-ca39-0410-a469-dd3cf9ba447f
98611
98612 commit 3ca7ba141fb09d54d776e57603c256e87a908fc9
98613 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
98614 Date:   Mon Sep 5 22:31:47 2005 +0000
98615
98616     This variable is used only with contexts, not with pthreads
98617     
98618     
98619     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1686 48e7efb5-ca39-0410-a469-dd3cf9ba447f
98620
98621 commit a1ad2842b0b1b50f24f9761d35c5d5479dc40c6f
98622 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
98623 Date:   Mon Sep 5 22:18:56 2005 +0000
98624
98625     typo
98626     
98627     
98628     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1685 48e7efb5-ca39-0410-a469-dd3cf9ba447f
98629
98630 commit 7a805e57c57d140743159f2202281f4e096bf7ef
98631 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
98632 Date:   Mon Sep 5 22:02:30 2005 +0000
98633
98634     cosmetics
98635     
98636     
98637     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1684 48e7efb5-ca39-0410-a469-dd3cf9ba447f
98638
98639 commit 612bd419ef1c191a799e03b7b1cc5fad8f5d5982
98640 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
98641 Date:   Mon Sep 5 22:01:36 2005 +0000
98642
98643     Use gras_datadesc_copy() to exchange messages on top of SG
98644     
98645     
98646     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1683 48e7efb5-ca39-0410-a469-dd3cf9ba447f
98647
98648 commit 710e2ad7303dce00b7a72feebdc2cec6823806b6
98649 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
98650 Date:   Mon Sep 5 21:53:11 2005 +0000
98651
98652     Move msg_send/recv to a RL specific file, so that we can provide a SG specific version (and do so)
98653     
98654     
98655     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1682 48e7efb5-ca39-0410-a469-dd3cf9ba447f
98656
98657 commit 9ada6ac7afdacb80dfe67fc9a72180e90ff8263a
98658 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
98659 Date:   Mon Sep 5 21:45:38 2005 +0000
98660
98661     Allow exceptions with NULL msg
98662     
98663     
98664     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1681 48e7efb5-ca39-0410-a469-dd3cf9ba447f
98665
98666 commit 258983d53f9b05dbf0b4bf44ae6b21b083f1b2fd
98667 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
98668 Date:   Mon Sep 5 21:45:15 2005 +0000
98669
98670     Allow exception with NULL msg
98671     
98672     
98673     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1680 48e7efb5-ca39-0410-a469-dd3cf9ba447f
98674
98675 commit 6adbdf3111853382e59839fd562d8d47726f1dae
98676 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
98677 Date:   Mon Sep 5 14:06:51 2005 +0000
98678
98679     Implement gras_datadesc_copy
98680     
98681     
98682     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1679 48e7efb5-ca39-0410-a469-dd3cf9ba447f
98683
98684 commit 9c268289fb9e92f1caad399fd8a134e046d6933e
98685 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
98686 Date:   Mon Sep 5 14:06:22 2005 +0000
98687
98688     Implement gras_datadesc_copy. Was actually easier than expected, that's a really good news
98689     
98690     
98691     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1678 48e7efb5-ca39-0410-a469-dd3cf9ba447f
98692
98693 commit 614783abcb28c771ad302252888494fe36da2bd8
98694 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
98695 Date:   Tue Aug 30 21:35:03 2005 +0000
98696
98697     getting rid of memleaks.
98698     
98699     
98700     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1677 48e7efb5-ca39-0410-a469-dd3cf9ba447f
98701
98702 commit da7e15623cc3e43bd5b30848b1b2283af9470b5c
98703 Author: casanova <casanova@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
98704 Date:   Tue Aug 30 20:48:40 2005 +0000
98705
98706     Implemented the MSG_task_get_source() function. (See ChangeLog)
98707     
98708     
98709     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1676 48e7efb5-ca39-0410-a469-dd3cf9ba447f
98710
98711 commit 2c08a3a6311b30c8cc038bf2ce0abb096db37054
98712 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
98713 Date:   Tue Aug 30 08:13:48 2005 +0000
98714
98715     Write a changelog entry for Arnaud, since he keeps forgetting. Tss. :)
98716     
98717     
98718     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1675 48e7efb5-ca39-0410-a469-dd3cf9ba447f
98719
98720 commit 8c574e7124773444482fd2db9a7af8228f16e04a
98721 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
98722 Date:   Mon Aug 29 17:02:41 2005 +0000
98723
98724     Removed awful bugs noticed by Henri. And this code is 5 years old... can you
98725     believe it ? :)
98726     
98727     
98728     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1674 48e7efb5-ca39-0410-a469-dd3cf9ba447f
98729
98730 commit 5119d31da6d329bfcf55d56333e554e1ce1de5e1
98731 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
98732 Date:   Sat Aug 27 21:56:33 2005 +0000
98733
98734     Documentation of xbt_log module unmercifully reworked
98735     
98736     
98737     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1673 48e7efb5-ca39-0410-a469-dd3cf9ba447f
98738
98739 commit f0cd8bad281b6428eb9736724025ade137fd4dfe
98740 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
98741 Date:   Sat Aug 27 05:29:19 2005 +0000
98742
98743     Add more checkings...
98744     
98745     
98746     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1672 48e7efb5-ca39-0410-a469-dd3cf9ba447f
98747
98748 commit 6d21ea9e493b9574f7817319a5e1ce54596101c9
98749 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
98750 Date:   Fri Aug 26 19:29:14 2005 +0000
98751
98752     Update the changelog
98753     
98754     
98755     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1671 48e7efb5-ca39-0410-a469-dd3cf9ba447f
98756
98757 commit c7d081152701ce55594a9527980cd94891d239d2
98758 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
98759 Date:   Fri Aug 26 19:28:58 2005 +0000
98760
98761     Additionnal checks for Henri ;)
98762     
98763     
98764     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1670 48e7efb5-ca39-0410-a469-dd3cf9ba447f
98765
98766 commit d0c350a5630c81c0cb1dd4acf5e9d55891828c86
98767 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
98768 Date:   Fri Aug 26 07:54:03 2005 +0000
98769
98770     fixing the doc...
98771     
98772     
98773     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1669 48e7efb5-ca39-0410-a469-dd3cf9ba447f
98774
98775 commit 1b8b7ec966d302f6a49ec6fc84c5afca7901dfcd
98776 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
98777 Date:   Fri Aug 26 05:58:41 2005 +0000
98778
98779     Deprecating stupidly named functions...
98780     
98781       * xbt_fifo_newitem: Use xbt_fifo_new_item instead.
98782       * xbt_fifo_freeitem: Use xbt_fifo_free_item instead.
98783       * xbt_fifo_getFirstItem: Use xbt_fifo_get_first_item instead.
98784       * xbt_fifo_getNextItem: Use xbt_fifo_get_next_item instead.
98785       * xbt_fifo_getPrevItem: Use xbt_fifo_get_prev_item instead.
98786     
98787     
98788     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1668 48e7efb5-ca39-0410-a469-dd3cf9ba447f
98789
98790 commit 00e10260c18a854d25ebf608ab62f3b59e262a61
98791 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
98792 Date:   Fri Aug 26 01:43:22 2005 +0000
98793
98794     fixing the doc...
98795     
98796     
98797     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1667 48e7efb5-ca39-0410-a469-dd3cf9ba447f
98798
98799 commit 9b048ccf439b072f6a0be4e2352dc14a515a3ea6
98800 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
98801 Date:   Thu Aug 25 23:36:43 2005 +0000
98802
98803     I think this is an obsolete section.
98804     
98805     
98806     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1666 48e7efb5-ca39-0410-a469-dd3cf9ba447f
98807
98808 commit 14c1a28fbdd2bde4f727adfbd4745cc60995c8a3
98809 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
98810 Date:   Thu Aug 25 23:36:15 2005 +0000
98811
98812     Stupid me. I hadn't noticed the xbt_dict_get_or_null function...
98813     
98814     
98815     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1665 48e7efb5-ca39-0410-a469-dd3cf9ba447f
98816
98817 commit 0dd18923bb1bb28d0c78c7d12a0adc06552a4788
98818 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
98819 Date:   Thu Aug 25 22:15:49 2005 +0000
98820
98821     I had forgotten to commit these files at release time...
98822     
98823     
98824     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1664 48e7efb5-ca39-0410-a469-dd3cf9ba447f
98825
98826 commit b85cfb5c5c896217c19efbd161886ce5b52ec090
98827 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
98828 Date:   Thu Aug 25 22:14:38 2005 +0000
98829
98830     Catch not_found_error. I'm just restoring the previous semantic... We have to decide whether this should be done here or by people calling this function... The nice point with letting others do it is that it enables to store NULL pointers in a dict.
98831     
98832     
98833     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1663 48e7efb5-ca39-0410-a469-dd3cf9ba447f
98834
98835 commit b0b60e5b550acd203efd832a918aa0f3a43b4a8f
98836 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
98837 Date:   Thu Aug 25 22:11:47 2005 +0000
98838
98839     a cast to make it compile... Martin, that's your part of the code. I don't know if I made the right choice...
98840     
98841     
98842     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1662 48e7efb5-ca39-0410-a469-dd3cf9ba447f
98843
98844 commit 3afcb8fdb7ebb1499e9fab2a0e1155a446db5c14
98845 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
98846 Date:   Thu Aug 25 22:11:02 2005 +0000
98847
98848     typos + update
98849     
98850     
98851     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1661 48e7efb5-ca39-0410-a469-dd3cf9ba447f
98852
98853 commit ff8717974ec4a99722d4a2b3d0182ee9b5d77893
98854 Author: casanova <casanova@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
98855 Date:   Thu Aug 25 21:26:36 2005 +0000
98856
98857     Replaced all task->name by MSG_task_get_name(task)
98858     
98859     
98860     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1660 48e7efb5-ca39-0410-a469-dd3cf9ba447f
98861
98862 commit ea51d990607c4a50858f2ce6ff88af25c9b3c572
98863 Author: casanova <casanova@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
98864 Date:   Wed Aug 24 20:29:43 2005 +0000
98865
98866     Fixed spelling and grammar in some comments
98867     
98868     
98869     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1659 48e7efb5-ca39-0410-a469-dd3cf9ba447f
98870
98871 commit 3ff030afe706a1878a7071caf35e24c7afc38224
98872 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
98873 Date:   Tue Aug 16 21:55:03 2005 +0000
98874
98875     update the changelog
98876     
98877     
98878     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1658 48e7efb5-ca39-0410-a469-dd3cf9ba447f
98879
98880 commit 37a7930defd21eff283b399671e0801eb8d0d464
98881 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
98882 Date:   Tue Aug 16 21:51:32 2005 +0000
98883
98884     include the right files
98885     
98886     
98887     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1657 48e7efb5-ca39-0410-a469-dd3cf9ba447f
98888
98889 commit 06499b3cdbabe67956c0367ceaf0b838ebe54ac2
98890 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
98891 Date:   Tue Aug 16 21:51:04 2005 +0000
98892
98893     regenerate the lexer
98894     
98895     
98896     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1656 48e7efb5-ca39-0410-a469-dd3cf9ba447f
98897
98898 commit 0e3c08c3805d02cb1d8b60144d17f162b9847f9d
98899 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
98900 Date:   Tue Aug 16 21:50:34 2005 +0000
98901
98902     moving public parts to public places and generating things to the right places
98903     
98904     
98905     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1655 48e7efb5-ca39-0410-a469-dd3cf9ba447f
98906
98907 commit f2f29917b2407468904a70ed160bfab146d653d8
98908 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
98909 Date:   Tue Aug 16 21:38:22 2005 +0000
98910
98911     minor fix
98912     
98913     
98914     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1654 48e7efb5-ca39-0410-a469-dd3cf9ba447f
98915
98916 commit 7632dbbc3c086092f2fab797df93119c70c8c681
98917 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
98918 Date:   Tue Aug 16 20:43:11 2005 +0000
98919
98920     renaming
98921     
98922     
98923     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1653 48e7efb5-ca39-0410-a469-dd3cf9ba447f
98924
98925 commit 89f782568b30327f2950e31f9a27db094b0900a9
98926 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
98927 Date:   Tue Aug 16 20:41:28 2005 +0000
98928
98929     moving stuff to enable surf_parser hijacking
98930     
98931     
98932     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1652 48e7efb5-ca39-0410-a469-dd3cf9ba447f
98933
98934 commit 06924c2f26e75f3f32c0b325e94b809b8179dfcf
98935 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
98936 Date:   Tue Aug 16 19:56:06 2005 +0000
98937
98938     Bypassing the XML parser. Need to fix include directories to make it work.
98939     
98940     
98941     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1651 48e7efb5-ca39-0410-a469-dd3cf9ba447f
98942
98943 commit b5a692a29ea9df03babe3234aeef77d278525a89
98944 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
98945 Date:   Tue Aug 16 19:05:23 2005 +0000
98946
98947     Preparing surf_parser to be hijacked
98948     
98949     
98950     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1650 48e7efb5-ca39-0410-a469-dd3cf9ba447f
98951
98952 commit 981999f4f8431a115718b4bb55a8877539b9d89d
98953 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
98954 Date:   Tue Aug 16 18:51:50 2005 +0000
98955
98956     Preparing surf_parser to be hijacked
98957     
98958     
98959     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1649 48e7efb5-ca39-0410-a469-dd3cf9ba447f
98960
98961 commit 73cb8ea31b709a91b67edfa2aa1c5c1c38c4458f
98962 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
98963 Date:   Tue Aug 9 20:17:45 2005 +0000
98964
98965     moving to 2.97
98966     
98967     
98968     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1648 48e7efb5-ca39-0410-a469-dd3cf9ba447f
98969
98970 commit 5c3fd07b3d5875908620b896e1e2f15a8ff4f936
98971 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
98972 Date:   Tue Aug 9 17:25:46 2005 +0000
98973
98974     stupid me
98975     
98976     
98977     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1646 48e7efb5-ca39-0410-a469-dd3cf9ba447f
98978
98979 commit 7449f423015075040ab9357fa1cafb3d0accef1d
98980 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
98981 Date:   Tue Aug 9 17:14:27 2005 +0000
98982
98983     Make the list of functions, types, ...
98984     
98985     
98986     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1645 48e7efb5-ca39-0410-a469-dd3cf9ba447f
98987
98988 commit a6459cb984bf8673ede03d6488b4f69c92c4352f
98989 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
98990 Date:   Tue Aug 9 06:41:18 2005 +0000
98991
98992     oops. forgot a msg_getClock...
98993     
98994     
98995     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1644 48e7efb5-ca39-0410-a469-dd3cf9ba447f
98996
98997 commit e75c960a2195cf63765f99b862326466d488aad6
98998 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
98999 Date:   Tue Aug 9 01:53:46 2005 +0000
99000
99001     version 2.96
99002     
99003     
99004     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1643 48e7efb5-ca39-0410-a469-dd3cf9ba447f
99005
99006 commit c5b6984a0236437d46945ee28731a6a072f6a2fb
99007 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
99008 Date:   Tue Aug 9 00:26:42 2005 +0000
99009
99010     getting rid of deprecated functions
99011     
99012     
99013     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1642 48e7efb5-ca39-0410-a469-dd3cf9ba447f
99014
99015 commit a2102287f9953ee825e0fce70d3aaa7a2e851493
99016 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
99017 Date:   Tue Aug 9 00:25:38 2005 +0000
99018
99019     adding a priority mechanism
99020     
99021     
99022     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1641 48e7efb5-ca39-0410-a469-dd3cf9ba447f
99023
99024 commit 678756f213ef3319ba90c79c134fd1c7a9d852be
99025 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
99026 Date:   Mon Aug 8 20:54:30 2005 +0000
99027
99028     getting rid of MSG_getClock
99029     
99030     
99031     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1640 48e7efb5-ca39-0410-a469-dd3cf9ba447f
99032
99033 commit 4429bcfe89f6c58957eaa979c5b13f7082f82eb5
99034 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
99035 Date:   Mon Aug 8 20:09:58 2005 +0000
99036
99037     add a list of all functions, types and macros to the documentation
99038     
99039     
99040     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1639 48e7efb5-ca39-0410-a469-dd3cf9ba447f
99041
99042 commit 22bcded862f90edc0a261d19102d99cc6991b4d7
99043 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
99044 Date:   Mon Aug 8 19:59:09 2005 +0000
99045
99046     kill dead stuff
99047     
99048     
99049     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1638 48e7efb5-ca39-0410-a469-dd3cf9ba447f
99050
99051 commit 422347799d6c44f299fd60b89aa9a46bb78ed4e6
99052 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
99053 Date:   Mon Aug 8 00:02:10 2005 +0000
99054
99055     of course, xlC does not like gcc attributes. And since this is a leftover, don't go the hard autotoys way.
99056     
99057     
99058     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1637 48e7efb5-ca39-0410-a469-dd3cf9ba447f
99059
99060 commit 5c7bacf3d28e178a42b4d0034d2276c1c01f5711
99061 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
99062 Date:   Sun Aug 7 23:29:01 2005 +0000
99063
99064     xlC dont like having a return <value> in a void function. Even if the value is
99065     void itself.
99066     
99067     
99068     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1636 48e7efb5-ca39-0410-a469-dd3cf9ba447f
99069
99070 commit 4b58cbcbfe41278591ebd9a4315faf1c95833d9c
99071 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
99072 Date:   Sun Aug 7 23:14:28 2005 +0000
99073
99074     I've lost access to this one, unfortunately
99075     
99076     
99077     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1635 48e7efb5-ca39-0410-a469-dd3cf9ba447f
99078
99079 commit 175bbb3535ec00ec21c63a51193cf09f8bc35eba
99080 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
99081 Date:   Sun Aug 7 23:11:36 2005 +0000
99082
99083     don't include execinfo.h directly, but using portable.h; only use backtrace() when it's there and provide a dummy implementation so that things work without it (of course, no backtrace will get displayed on, say, AIX)
99084     
99085     
99086     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1634 48e7efb5-ca39-0410-a469-dd3cf9ba447f
99087
99088 commit 5e354afe3a3a6acf85db8987075cf6143778b0ae
99089 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
99090 Date:   Sun Aug 7 23:07:56 2005 +0000
99091
99092     load execinfo.h when available
99093     
99094     
99095     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1633 48e7efb5-ca39-0410-a469-dd3cf9ba447f
99096
99097 commit 9f11ef1761a86b1b1353e30f22430f08aed6181f
99098 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
99099 Date:   Sun Aug 7 23:03:38 2005 +0000
99100
99101     Do not include execinfo.h directly since we cannot be sure that it's here. Paste the relevant part here instead (plus do not do any assertion about available exception propagation mecanism so far)
99102     
99103     
99104     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1632 48e7efb5-ca39-0410-a469-dd3cf9ba447f
99105
99106 commit cdfdd352ff398ddd9f23fce63497f2ff75dd32ce
99107 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
99108 Date:   Sun Aug 7 23:01:38 2005 +0000
99109
99110     Only pass '-Wl,--export-dynamic' (we need to get neat backtraces in exceptions) to GNU ld
99111     
99112     
99113     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1631 48e7efb5-ca39-0410-a469-dd3cf9ba447f
99114
99115 commit 79e5adfad7b797250155cd0726a2f0930008af46
99116 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
99117 Date:   Sun Aug 7 23:00:50 2005 +0000
99118
99119     Check for execinfo.h, it's not always there (actually, only under linux)
99120     
99121     
99122     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1630 48e7efb5-ca39-0410-a469-dd3cf9ba447f
99123
99124 commit 297c3256477b8c179af5a4e1942ff840b3a8975c
99125 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
99126 Date:   Sun Aug 7 20:18:35 2005 +0000
99127
99128     Seed exenv with $SG_TEST_EXENV for mass-valgrinding
99129     
99130     
99131     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1629 48e7efb5-ca39-0410-a469-dd3cf9ba447f
99132
99133 commit 1e57efceb36d0da2a73ed5e30123c154dc1a7022
99134 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
99135 Date:   Sun Aug 7 19:50:10 2005 +0000
99136
99137     Fix previous commit: don't forget about valgrind when running the test following dict_crash (for which valgrind is disabled)
99138     
99139     
99140     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1628 48e7efb5-ca39-0410-a469-dd3cf9ba447f
99141
99142 commit 9410fb7986e9bc4a63c490a004cee1ca32dda9bb
99143 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
99144 Date:   Sun Aug 7 19:48:56 2005 +0000
99145
99146     Uniformize the test_{sg,rl} scripts, rename the wine variable to exenv (excution environment) so that people don't think we try to run wine when it's defined to '', make sure we can control the exenv from the environment by setting the SG_TEST_EXENV environment variable (to run everythin within valgrind, for example)
99147     
99148     
99149     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1627 48e7efb5-ca39-0410-a469-dd3cf9ba447f
99150
99151 commit c8b81036abd9816522f09ea1842f8dc7e46f964b
99152 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
99153 Date:   Sun Aug 7 19:02:38 2005 +0000
99154
99155     do not valgrind dict_crash, it's ways too big (and it's clean when dict_usage is)
99156     
99157     
99158     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1626 48e7efb5-ca39-0410-a469-dd3cf9ba447f
99159
99160 commit 6f8f87554a4a836d322a895c9f8592a82dbda393
99161 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
99162 Date:   Sun Aug 7 18:56:35 2005 +0000
99163
99164     Do not register broken plugins
99165     
99166     
99167     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1625 48e7efb5-ca39-0410-a469-dd3cf9ba447f
99168
99169 commit 97a2bf0eb7215eca7cfc89bc0572825611d198b3
99170 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
99171 Date:   Sun Aug 7 18:54:41 2005 +0000
99172
99173     Actually obey the key_len argument in exception messages
99174     
99175     
99176     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1624 48e7efb5-ca39-0410-a469-dd3cf9ba447f
99177
99178 commit 5d57edcb095bf120866cb3c53443a3576a17c9a5
99179 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
99180 Date:   Sun Aug 7 17:49:44 2005 +0000
99181
99182     s/surf_finalize/surf_exit/ for uniformity with other modules
99183     
99184     
99185     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1623 48e7efb5-ca39-0410-a469-dd3cf9ba447f
99186
99187 commit dd6e70fdfd1ebdfd0e8c8189f91f82d8d9f7e228
99188 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
99189 Date:   Sun Aug 7 17:48:58 2005 +0000
99190
99191     Always traverse the head, not only on error catching
99192     
99193     
99194     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1622 48e7efb5-ca39-0410-a469-dd3cf9ba447f
99195
99196 commit dbc3f5dfc21ca607f24813386b475efa608a7a33
99197 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
99198 Date:   Sun Aug 7 17:48:38 2005 +0000
99199
99200     s/mismatch_error/not_found_error/ when needed
99201     
99202     
99203     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1621 48e7efb5-ca39-0410-a469-dd3cf9ba447f
99204
99205 commit aec1cecb47f0df15035f7d328bebf1386caf6de1
99206 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
99207 Date:   Sun Aug 7 17:47:59 2005 +0000
99208
99209     Fix memleaks by calling surf_exit when needed + minor cleanups
99210     
99211     
99212     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1620 48e7efb5-ca39-0410-a469-dd3cf9ba447f
99213
99214 commit 3a5692bb27e561f7ae39e7a8e8bd1a29cd989884
99215 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
99216 Date:   Sun Aug 7 17:46:40 2005 +0000
99217
99218     Avoid to use the data after freeing them, even in error reporting
99219     
99220     
99221     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1619 48e7efb5-ca39-0410-a469-dd3cf9ba447f
99222
99223 commit f3ef4ce507d9aa7d12da1d22373bf0bd052eb543
99224 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
99225 Date:   Sun Aug 7 17:45:31 2005 +0000
99226
99227     Fix a leak
99228     
99229     
99230     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1618 48e7efb5-ca39-0410-a469-dd3cf9ba447f
99231
99232 commit ace14e786553140b754d19bf5136e3ea5d397735
99233 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
99234 Date:   Sun Aug 7 17:44:54 2005 +0000
99235
99236     s/surf_finalize/surf_exit/ for uniformity with other modules; do call xbt_exit from surf_exit
99237     
99238     
99239     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1617 48e7efb5-ca39-0410-a469-dd3cf9ba447f
99240
99241 commit 0e0cb631580d4ee1271998cf2bcaec6c99e48282
99242 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
99243 Date:   Sun Aug 7 17:44:26 2005 +0000
99244
99245     s/surf_finalize/surf_exit/ for uniformity with other modules
99246     
99247     
99248     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1616 48e7efb5-ca39-0410-a469-dd3cf9ba447f
99249
99250 commit 2163b0818b610b8d47f165c05b9400a714044231
99251 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
99252 Date:   Sun Aug 7 17:41:50 2005 +0000
99253
99254     Ups, you may need this
99255     
99256     
99257     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1615 48e7efb5-ca39-0410-a469-dd3cf9ba447f
99258
99259 commit 48fad5a15b6e4cc86615df30490db71b448c54de
99260 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
99261 Date:   Sun Aug 7 17:26:10 2005 +0000
99262
99263     Kill the xbt_memdup inline function since it's not exactly what we need, and
99264     changing its semantic without changing its name would be cumbersome.
99265     
99266     Fix a long standing bug with by one offsets reported by valgrind around dicts.
99267     YEAH. At least. I'm tracking this one since a *long* time.
99268     
99269     
99270     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1614 48e7efb5-ca39-0410-a469-dd3cf9ba447f
99271
99272 commit 5143d68911fc3fbe0e68e57109a5f0e472898e1c
99273 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
99274 Date:   Sun Aug 7 17:12:11 2005 +0000
99275
99276     Fix a leak
99277     
99278     
99279     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1613 48e7efb5-ca39-0410-a469-dd3cf9ba447f
99280
99281 commit ed58772b14355817ecc55b1b4af012c03323529f
99282 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
99283 Date:   Sun Aug 7 17:01:13 2005 +0000
99284
99285     fix memleaks
99286     
99287     
99288     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1612 48e7efb5-ca39-0410-a469-dd3cf9ba447f
99289
99290 commit 25d6952dcf52e6ffc1e4a402af0e2d3c17ac3935
99291 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
99292 Date:   Sun Aug 7 16:38:23 2005 +0000
99293
99294     Last bits of convertion from xbt_error_t to exceptions. Some more cleanups (mainly killing dead code encompassed between #if 0/#endif). I now fight to get it running on remote hosts, and I'm ready for SG3 (at least a release candidate)
99295     
99296     
99297     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1611 48e7efb5-ca39-0410-a469-dd3cf9ba447f
99298
99299 commit fecda81dd23de9ca6d019a25e57519a5a63d4d2a
99300 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
99301 Date:   Sun Aug 7 15:18:18 2005 +0000
99302
99303     Kill another xbt_error_t
99304     
99305     
99306     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1610 48e7efb5-ca39-0410-a469-dd3cf9ba447f
99307
99308 commit cef79d378cf5e1ec020105fc824691905abf521e
99309 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
99310 Date:   Sun Aug 7 15:11:51 2005 +0000
99311
99312     Kill some more xbt_error_t
99313     
99314     
99315     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1609 48e7efb5-ca39-0410-a469-dd3cf9ba447f
99316
99317 commit 8cb0b137d473aa0e3c36a4a8d958c56884b0f9fd
99318 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
99319 Date:   Sun Aug 7 15:06:55 2005 +0000
99320
99321     This header is now useless (yeah)
99322     
99323     
99324     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1608 48e7efb5-ca39-0410-a469-dd3cf9ba447f
99325
99326 commit 9786429920715b35e1f1275cf5ff50111d18b2c4
99327 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
99328 Date:   Sun Aug 7 15:05:58 2005 +0000
99329
99330     More xbt_error_t eradication; use xbt_assert where we mean it
99331     
99332     
99333     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1607 48e7efb5-ca39-0410-a469-dd3cf9ba447f
99334
99335 commit a63d3d85e1818679541ec2d28613e2f04a15a3d0
99336 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
99337 Date:   Sun Aug 7 15:02:46 2005 +0000
99338
99339     Some more xbt_error_t eradication
99340     More precise error catching for not catching unrelated stuff
99341     
99342     
99343     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1606 48e7efb5-ca39-0410-a469-dd3cf9ba447f
99344
99345 commit 13fcf118a0aa6eb2c46a8a1a29b8aa586302374f
99346 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
99347 Date:   Sun Aug 7 14:33:56 2005 +0000
99348
99349     Move the asserts out of error.h in order to kill it afterward
99350     
99351     
99352     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1605 48e7efb5-ca39-0410-a469-dd3cf9ba447f
99353
99354 commit 9a6782def42b659ec677cb6d2fff6fac97e666d2
99355 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
99356 Date:   Sun Aug 7 14:21:27 2005 +0000
99357
99358     Missing header
99359     
99360     
99361     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1604 48e7efb5-ca39-0410-a469-dd3cf9ba447f
99362
99363 commit 715c6e1f1a58b294f61b8c7d3536bd73218ba64a
99364 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
99365 Date:   Sun Aug 7 14:20:59 2005 +0000
99366
99367     change mismatch_error to not_found_error where appropriate
99368     
99369     
99370     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1603 48e7efb5-ca39-0410-a469-dd3cf9ba447f
99371
99372 commit fba664482175a3b24521a7b748b221549b8004f2
99373 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
99374 Date:   Sun Aug 7 14:11:09 2005 +0000
99375
99376     change mismatch_error to not_found_error where appropriate
99377     
99378     
99379     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1602 48e7efb5-ca39-0410-a469-dd3cf9ba447f
99380
99381 commit c2684b76528879ff769dfac428eb9a07c6069285
99382 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
99383 Date:   Sun Aug 7 14:10:19 2005 +0000
99384
99385     Missing header
99386     
99387     
99388     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1601 48e7efb5-ca39-0410-a469-dd3cf9ba447f
99389
99390 commit a1bad7b84b3725d9ee4b542da9de8b85fa698e76
99391 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
99392 Date:   Sun Aug 7 14:09:29 2005 +0000
99393
99394     Some more xbt_error_t eradication; change mismatch_error to not_found_error where appropriate
99395     
99396     
99397     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1600 48e7efb5-ca39-0410-a469-dd3cf9ba447f
99398
99399 commit 5345dbc4f5581fa62377d23e6f7299580e48fe9f
99400 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
99401 Date:   Sun Aug 7 14:06:59 2005 +0000
99402
99403     Provide all the needed args in format
99404     
99405     
99406     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1599 48e7efb5-ca39-0410-a469-dd3cf9ba447f
99407
99408 commit 9a2ac109fd90a708925c3aad1f0baf01d22bf746
99409 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
99410 Date:   Sun Aug 7 14:05:45 2005 +0000
99411
99412     Add a new error category: not_found. It used to be in mismatch, but almost all errors were reported in this category; fix a typo
99413     
99414     
99415     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1598 48e7efb5-ca39-0410-a469-dd3cf9ba447f
99416
99417 commit f497a65ba1f3ee297eb65e7ee1d3ca2d403223db
99418 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
99419 Date:   Sun Aug 7 14:04:53 2005 +0000
99420
99421     More xbt_error_t eradication
99422     
99423     
99424     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1597 48e7efb5-ca39-0410-a469-dd3cf9ba447f
99425
99426 commit 445909d108dd025a885a6b33fa6f26b2a8582ae3
99427 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
99428 Date:   Sun Aug 7 12:26:01 2005 +0000
99429
99430     Finish the xbt_error_t eradication. As side effect, it does work again.
99431     
99432     
99433     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1596 48e7efb5-ca39-0410-a469-dd3cf9ba447f
99434
99435 commit f762312bb7c2bc7f9eb92c2ead38d90c0cefe912
99436 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
99437 Date:   Sun Aug 7 12:03:17 2005 +0000
99438
99439     Document changes even before there are actually finished
99440     
99441     
99442     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1595 48e7efb5-ca39-0410-a469-dd3cf9ba447f
99443
99444 commit 149933f19168c87b400c0e0e5583fbcef0859ce8
99445 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
99446 Date:   Sun Aug 7 11:04:24 2005 +0000
99447
99448     Make sure the lens dynar always gets cleaned, even on exception
99449     
99450     
99451     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1594 48e7efb5-ca39-0410-a469-dd3cf9ba447f
99452
99453 commit e58005c971800b9901e68659faf34a71c1e8ba9c
99454 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
99455 Date:   Sun Aug 7 10:59:43 2005 +0000
99456
99457     Use xbt_dict_get_or_null to avoid the exception madness
99458     
99459     
99460     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1593 48e7efb5-ca39-0410-a469-dd3cf9ba447f
99461
99462 commit e1657c3c4c5c71b3791a2566f783c20fea534da2
99463 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
99464 Date:   Sun Aug 7 10:53:33 2005 +0000
99465
99466     Use xbt_dict_get_or_null since it's what we mean.
99467     
99468     
99469     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1592 48e7efb5-ca39-0410-a469-dd3cf9ba447f
99470
99471 commit 3d185d84715ba14619d19bcf69422523b8852242
99472 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
99473 Date:   Sun Aug 7 09:31:33 2005 +0000
99474
99475     Simplify a bit exception handling, plus minor cleanups
99476     
99477     
99478     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1591 48e7efb5-ca39-0410-a469-dd3cf9ba447f
99479
99480 commit 7cf6d75a72cb7aa2243030f752a3d249eea513d1
99481 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
99482 Date:   Sun Aug 7 09:25:05 2005 +0000
99483
99484     - Found a strdup left over. Use xbt_strdup instead.
99485     - Simplify the exception handling code, even by using dict_get_or_null when
99486       it's what we mean.
99487     
99488     
99489     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1590 48e7efb5-ca39-0410-a469-dd3cf9ba447f
99490
99491 commit 36ea7d05d86683d08bcfda3e47ac6f340e554fd7
99492 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
99493 Date:   Sun Aug 7 09:19:59 2005 +0000
99494
99495     Simplify a bit the way the exceptions are handled
99496     
99497     
99498     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1589 48e7efb5-ca39-0410-a469-dd3cf9ba447f
99499
99500 commit c60fff4245c6ef263eed1fb706e198e23d8201fe
99501 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
99502 Date:   Sun Aug 7 09:13:39 2005 +0000
99503
99504     Do not specify to gcc that this static function may be unused. Instead, we now
99505     compile (again) with -Wno-unused-function
99506     
99507     
99508     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1588 48e7efb5-ca39-0410-a469-dd3cf9ba447f
99509
99510 commit 93807d2c14529cbf38cb5516203a6b4b04a465d5
99511 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
99512 Date:   Sun Aug 7 09:12:35 2005 +0000
99513
99514     And now, a version which compile. Next time, a version which works. I'm gonna blow your mailbox >:)
99515     
99516     
99517     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1587 48e7efb5-ca39-0410-a469-dd3cf9ba447f
99518
99519 commit 985077eeb363574eac7a04abc60805de44e95343
99520 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
99521 Date:   Sun Aug 7 09:06:11 2005 +0000
99522
99523     Kill dead cruft
99524     
99525     
99526     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1586 48e7efb5-ca39-0410-a469-dd3cf9ba447f
99527
99528 commit 5efb616a87a5a2492c33d8202888dff707d7c8ab
99529 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
99530 Date:   Sun Aug 7 09:04:02 2005 +0000
99531
99532     Some cleanups, plus add some details to an error message
99533     
99534     
99535     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1585 48e7efb5-ca39-0410-a469-dd3cf9ba447f
99536
99537 commit 1e975271ea0dc4462a2d5d841e4a07bbcbd1d215
99538 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
99539 Date:   Sun Aug 7 09:02:18 2005 +0000
99540
99541     kill dead cruft
99542     
99543     
99544     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1584 48e7efb5-ca39-0410-a469-dd3cf9ba447f
99545
99546 commit 82518106b150cce494a3b7781d1aa37244e2864d
99547 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
99548 Date:   Sun Aug 7 09:01:28 2005 +0000
99549
99550     Useless cleanup
99551     
99552     
99553     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1583 48e7efb5-ca39-0410-a469-dd3cf9ba447f
99554
99555 commit 9189fe94c14ef9e31142d1603a1979ea7e731a0a
99556 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
99557 Date:   Sat Aug 6 22:20:59 2005 +0000
99558
99559     ONGOING work on exceptions plus minor cleanups.
99560     DO NOT checkout if you need it *fully* functional.
99561     
99562      - Eradicate xbt_error_t in flavor of exceptions (there's still 98 such
99563        beasts from 463)
99564      - Kill some unused variable (compile with -Wunused-variable to achieve
99565        previous count down)
99566      - Now that the return value of the functions are not used by the error
99567        handling, begin moving the OUT argument from the last position to its
99568        natural place. For example:
99569           xbt_error_t gras_socket_server(unsigned short port,
99570                                          /* OUT */ gras_socket_t *dst);
99571        became:
99572           gras_socket_t gras_socket_server(unsigned short port);
99573        More may be needed on that front.
99574      - Begin adding some exception free functions for the fools:
99575         xbt_dict_get_or_null returns NULL when not found without throwing any
99576           exception. It prevents you to store NULL in the dict, but saves your
99577           mind from the C-ANSI exception madness.
99578         More are needed here, I guess.
99579      - Add the backtrace to the exceptions to ease their debuging. This is
99580        highly non-portable (glibc only), and the autotoys are not in place yet
99581        This is probably not the only portability breakage.
99582      - GRAS_DEFINE_TYPE (the parsing macro) is still broken by these changes
99583        But I need some sleep.
99584     
99585     
99586     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1582 48e7efb5-ca39-0410-a469-dd3cf9ba447f
99587
99588 commit cb9dad4e95bf3b7434cae7f56ec767befca84f4e
99589 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
99590 Date:   Tue Aug 2 18:44:26 2005 +0000
99591
99592     update the changelog :)
99593     
99594     
99595     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1581 48e7efb5-ca39-0410-a469-dd3cf9ba447f
99596
99597 commit f866e4389ac3bb3e876976a750043193e0889bc9
99598 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
99599 Date:   Tue Aug 2 18:41:38 2005 +0000
99600
99601     Add a loopback if needed...
99602     
99603     
99604     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1580 48e7efb5-ca39-0410-a469-dd3cf9ba447f
99605
99606 commit a21d66a0f319dfd7bb1eb23f718f82082ab0dc55
99607 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
99608 Date:   Tue Aug 2 18:41:07 2005 +0000
99609
99610     Make valgrind happy by initializing variables and correct english grammar.
99611     
99612     
99613     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1579 48e7efb5-ca39-0410-a469-dd3cf9ba447f
99614
99615 commit 3f45709b7a4ab572309a21d894b6001360c8a873
99616 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
99617 Date:   Tue Aug 2 18:40:06 2005 +0000
99618
99619     stupid me ! :) Thanks for noticing Alan.
99620     
99621     
99622     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1578 48e7efb5-ca39-0410-a469-dd3cf9ba447f
99623
99624 commit 6d641fef3635c887fbce66d0a1afe269c7cc6817
99625 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
99626 Date:   Tue Aug 2 00:04:29 2005 +0000
99627
99628     update the changelog :)
99629     
99630     
99631     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1577 48e7efb5-ca39-0410-a469-dd3cf9ba447f
99632
99633 commit 193edb1b7e0828fb6c6daa5dfac260468bb41e96
99634 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
99635 Date:   Tue Aug 2 00:04:07 2005 +0000
99636
99637     Add MSG_task_cancel and MSG_task_get_computation_remaining
99638     Add comments for parallel tasks
99639     
99640     
99641     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1576 48e7efb5-ca39-0410-a469-dd3cf9ba447f
99642
99643 commit bd5ced03e2b3636c21aed9ae734b2728e18b7415
99644 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
99645 Date:   Tue Aug 2 00:01:47 2005 +0000
99646
99647     Add msg_get_host_speed
99648     
99649     
99650     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1575 48e7efb5-ca39-0410-a469-dd3cf9ba447f
99651
99652 commit db8a1188f020fa641b311dc3ca15a9775a6df67a
99653 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
99654 Date:   Tue Aug 2 00:00:44 2005 +0000
99655
99656     add a get_speed function to the cpu and enabled the action_cancel function
99657     
99658     
99659     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1574 48e7efb5-ca39-0410-a469-dd3cf9ba447f
99660
99661 commit 576feddc1d8d9b238198d7307931f638a065297a
99662 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
99663 Date:   Mon Jul 25 20:12:57 2005 +0000
99664
99665     adding a slave on the master
99666     
99667     
99668     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1573 48e7efb5-ca39-0410-a469-dd3cf9ba447f
99669
99670 commit 592a283fee7cd35c5577b8702afc139624e63814
99671 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
99672 Date:   Mon Jul 25 19:41:06 2005 +0000
99673
99674     cosmetics and helped me a lot for debuging... :)
99675     
99676     
99677     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1572 48e7efb5-ca39-0410-a469-dd3cf9ba447f
99678
99679 commit 443eba47c4dc02d14a0e5ec19cf491de16448706
99680 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
99681 Date:   Mon Jul 25 19:40:38 2005 +0000
99682
99683     Add FAT_PIPE
99684     
99685     
99686     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1571 48e7efb5-ca39-0410-a469-dd3cf9ba447f
99687
99688 commit c54bb11ab9d68e5a581528dfc4c425ff68a8c776
99689 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
99690 Date:   Mon Jul 25 19:40:09 2005 +0000
99691
99692     Extending the maxmin solver to take into account shared resources (i.e. constraints that should be written max(x_i) < C instead of sum x_i < C)
99693     
99694     
99695     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1570 48e7efb5-ca39-0410-a469-dd3cf9ba447f
99696
99697 commit b8ddb2162490c1fcebf487731889cc730d5c5766
99698 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
99699 Date:   Mon Jul 25 19:36:03 2005 +0000
99700
99701     extending the parser
99702     
99703     
99704     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1569 48e7efb5-ca39-0410-a469-dd3cf9ba447f
99705
99706 commit a8ea21d53b38f705e6839765d45f06e17c319991
99707 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
99708 Date:   Mon Jul 25 19:34:51 2005 +0000
99709
99710     bugfix
99711     
99712     
99713     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1568 48e7efb5-ca39-0410-a469-dd3cf9ba447f
99714
99715 commit e73dc2efae11f86d0054e1a3f08eee1a0ca5797f
99716 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
99717 Date:   Mon Jul 25 16:07:22 2005 +0000
99718
99719     do not create a parallel task is it does not consume any resource... Return immediately instead.
99720     
99721     
99722     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1567 48e7efb5-ca39-0410-a469-dd3cf9ba447f
99723
99724 commit cff5886a1cc317d88f6083a641ea770f1f1cda83
99725 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
99726 Date:   Mon Jul 25 16:06:06 2005 +0000
99727
99728     help readability
99729     
99730     
99731     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1566 48e7efb5-ca39-0410-a469-dd3cf9ba447f
99732
99733 commit 358b9ad92c93c8973e14d89159995f591ed0e3f3
99734 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
99735 Date:   Mon Jul 25 16:05:23 2005 +0000
99736
99737     useless stupid affectation
99738     
99739     
99740     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1565 48e7efb5-ca39-0410-a469-dd3cf9ba447f
99741
99742 commit 735fb17ab2a657cb13e576e0dca27dd42283bb50
99743 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
99744 Date:   Mon Jul 25 16:04:24 2005 +0000
99745
99746     more flexible regexp
99747     
99748     
99749     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1564 48e7efb5-ca39-0410-a469-dd3cf9ba447f
99750
99751 commit 283dccfcac1fc4da6cc1fe42d26a5c981706959a
99752 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
99753 Date:   Sat Jul 23 00:17:29 2005 +0000
99754
99755     do not forget to take into account parallel tasks.
99756     
99757     
99758     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1563 48e7efb5-ca39-0410-a469-dd3cf9ba447f
99759
99760 commit 750b84f70b72040ad22d14a19a218f59b1b48ae6
99761 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
99762 Date:   Sat Jul 23 00:17:11 2005 +0000
99763
99764     cosmetics
99765     
99766     
99767     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1562 48e7efb5-ca39-0410-a469-dd3cf9ba447f
99768
99769 commit a1bc219ec7289aa97e6231066c45ae26b7a19977
99770 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
99771 Date:   Sat Jul 23 00:16:50 2005 +0000
99772
99773     update MSG_task_destroy for parallel tasks
99774     
99775     
99776     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1561 48e7efb5-ca39-0410-a469-dd3cf9ba447f
99777
99778 commit 884e1a15d5e1f2d5aea1134bd58b28903696b3f0
99779 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
99780 Date:   Fri Jul 22 18:23:34 2005 +0000
99781
99782     Adding parallel tasks to MSG
99783     
99784     
99785     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1560 48e7efb5-ca39-0410-a469-dd3cf9ba447f
99786
99787 commit 97d3abf54943fe29eef37b8c639b736eafd7aa09
99788 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
99789 Date:   Fri Jul 22 18:21:21 2005 +0000
99790
99791     doc fix
99792     
99793     
99794     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1559 48e7efb5-ca39-0410-a469-dd3cf9ba447f
99795
99796 commit fc4d29e13ac8f50db7bf282457140561048c7ed6
99797 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
99798 Date:   Fri Jul 22 18:20:36 2005 +0000
99799
99800     cosmetics
99801     
99802     
99803     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1558 48e7efb5-ca39-0410-a469-dd3cf9ba447f
99804
99805 commit 3196e54e1f004f07f2348d059f351b95146732ef
99806 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
99807 Date:   Fri Jul 22 18:19:43 2005 +0000
99808
99809     adding parallel task to SURF workstations
99810     
99811     
99812     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1557 48e7efb5-ca39-0410-a469-dd3cf9ba447f
99813
99814 commit bc8444cfcfd9eb6957c32bbc3f851c07439eeafd
99815 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
99816 Date:   Fri Jul 22 18:19:19 2005 +0000
99817
99818     routing table goes public
99819     
99820     
99821     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1556 48e7efb5-ca39-0410-a469-dd3cf9ba447f
99822
99823 commit 7c43354ae3ea5197fd9f4bc2b73b7979d1d206fd
99824 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
99825 Date:   Fri Jul 22 18:18:04 2005 +0000
99826
99827     trivial API extension of the maxmin solver
99828     
99829     
99830     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1555 48e7efb5-ca39-0410-a469-dd3cf9ba447f
99831
99832 commit 90b26357d5a8a6f19c6a15648f051d8e14e989e2
99833 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
99834 Date:   Fri Jul 22 18:17:11 2005 +0000
99835
99836     I know using different loging levels demonstrate the use of xbt_log but it is not really the purpose of this example and has troubled some guys. So let's make everything uniform. Beside, using an experimental resource model (KCCFLN05) is not a good idea as many peple just cut and paste this exemple and have troubles because this model is not fully functionnal.
99837     
99838     
99839     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1554 48e7efb5-ca39-0410-a469-dd3cf9ba447f
99840
99841 commit 8bcb64274105bb46c01c6486534cf0110828a00a
99842 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
99843 Date:   Fri Jul 22 18:14:02 2005 +0000
99844
99845     doc fix.
99846     
99847     
99848     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1553 48e7efb5-ca39-0410-a469-dd3cf9ba447f
99849
99850 commit f29c31f5d08d54fc3650f220a3e2895569b23279
99851 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
99852 Date:   Thu Jul 21 20:32:09 2005 +0000
99853
99854     add references
99855     
99856     
99857     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1552 48e7efb5-ca39-0410-a469-dd3cf9ba447f
99858
99859 commit c566abe0330ef3264d289989982e29c96a1bde8e
99860 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
99861 Date:   Tue Jul 5 16:04:31 2005 +0000
99862
99863     getting rid of unused variables
99864     
99865     
99866     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1551 48e7efb5-ca39-0410-a469-dd3cf9ba447f
99867
99868 commit fb5ab7a1b6fc59ea80553579f897faa7c97733b0
99869 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
99870 Date:   Tue Jul 5 16:03:45 2005 +0000
99871
99872     %lg -> %g ...
99873     
99874     
99875     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1550 48e7efb5-ca39-0410-a469-dd3cf9ba447f
99876
99877 commit de97a76069beee66a68e0070cc650e8ea49b60d2
99878 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
99879 Date:   Sat Jul 2 23:18:13 2005 +0000
99880
99881     I killed this file a while ago
99882     
99883     
99884     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1549 48e7efb5-ca39-0410-a469-dd3cf9ba447f
99885
99886 commit 9ee82b9f456d03fcd30fe4fb551f512298d46c75
99887 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
99888 Date:   Sat Jul 2 14:39:49 2005 +0000
99889
99890     This is needed during make dist, which may occure before make all. So explicit our dependency on the library, and tell make how to build it if not done already
99891     
99892     
99893     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1548 48e7efb5-ca39-0410-a469-dd3cf9ba447f
99894
99895 commit e8092ea60f159017ed79fe804bc2cde24a3e8816
99896 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
99897 Date:   Sat Jul 2 14:38:46 2005 +0000
99898
99899     reduce the amount of loaded headers
99900     
99901     
99902     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1547 48e7efb5-ca39-0410-a469-dd3cf9ba447f
99903
99904 commit 5db62343293f50d3a4da5ec28bab7c75443e00ae
99905 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
99906 Date:   Sat Jul 2 12:09:54 2005 +0000
99907
99908     Oups, forgot a point
99909     
99910     
99911     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1546 48e7efb5-ca39-0410-a469-dd3cf9ba447f
99912
99913 commit 7a2653e329bdb4ecdc3397a0eb17f7a95f322d1c
99914 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
99915 Date:   Sat Jul 2 12:04:30 2005 +0000
99916
99917     Almost a complete rewrite to sort out my ideas before they disapear during the (long awaited) vacations :)
99918     
99919     
99920     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1545 48e7efb5-ca39-0410-a469-dd3cf9ba447f
99921
99922 commit 1d3c65e69a8692c1cf544efe682c581ef86b6285
99923 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
99924 Date:   Sat Jul 2 10:00:25 2005 +0000
99925
99926     follow the lastest macro renaming in xbt_ex
99927     
99928     
99929     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1544 48e7efb5-ca39-0410-a469-dd3cf9ba447f
99930
99931 commit d2e20feb4dca9f4f62d10a6181b175e3e0978771
99932 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
99933 Date:   Sat Jul 2 09:59:26 2005 +0000
99934
99935     Rename all macros to follow more closely the habits in SimGrid: s/xbt_try/TRY/, s/xbt_throw/THROW/, s/xbt_shielding/IS_SHIELDED/ and so on; Update the documentation accordingly; kill some cruft allowing to change the namespace (useless in our case)
99936     
99937     
99938     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1543 48e7efb5-ca39-0410-a469-dd3cf9ba447f
99939
99940 commit 3b6694a93bd2e0f4fa5481e14e5cd8773910c550
99941 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
99942 Date:   Sat Jul 2 09:56:17 2005 +0000
99943
99944     Add a link to exception support on the main page
99945     
99946     
99947     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1542 48e7efb5-ca39-0410-a469-dd3cf9ba447f
99948
99949 commit 02305db551e2a0804a3fd7b24622be6b12285572
99950 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
99951 Date:   Sat Jul 2 09:49:45 2005 +0000
99952
99953     s/TRY/TRYOLD/ I'd like to introduce a TRY macro in the exception mecanism, but this name is already taken in the old error handling code. So, let's first fight for the namespace reconquest
99954     
99955     
99956     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1541 48e7efb5-ca39-0410-a469-dd3cf9ba447f
99957
99958 commit 0f04e364d7fbc468666a577249d3520794930d1b
99959 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
99960 Date:   Sat Jul 2 07:15:10 2005 +0000
99961
99962     Improve documentation and put the examples in another file, so that we can include it properly (with comments) in doxygen
99963     
99964     
99965     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1540 48e7efb5-ca39-0410-a469-dd3cf9ba447f
99966
99967 commit c0b1cd463d680c1690999e7066fcc75b2c903752
99968 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
99969 Date:   Sat Jul 2 05:30:14 2005 +0000
99970
99971     Make context exception-aware. I don't know whether it works or not, though...
99972     
99973     
99974     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1539 48e7efb5-ca39-0410-a469-dd3cf9ba447f
99975
99976 commit 837788ebd988892ad55ee58b2ff15c1c9c93a319
99977 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
99978 Date:   Sat Jul 2 05:21:11 2005 +0000
99979
99980     Help doxygen to display this documentation.
99981     
99982     
99983     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1538 48e7efb5-ca39-0410-a469-dd3cf9ba447f
99984
99985 commit d81cf325602a284f035cba0da5432490c143ca44
99986 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
99987 Date:   Sat Jul 2 00:20:08 2005 +0000
99988
99989     s/sg/xbt/ ; s/code/category/; document this stuff
99990     
99991     
99992     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1537 48e7efb5-ca39-0410-a469-dd3cf9ba447f
99993
99994 commit 4cc287260f3405196110824b01eeb9b53cb0ea65
99995 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
99996 Date:   Sat Jul 2 00:19:19 2005 +0000
99997
99998     s/sg/xbt/ ; s/code/category/
99999     
100000     
100001     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1536 48e7efb5-ca39-0410-a469-dd3cf9ba447f
100002
100003 commit 4494760f89bc6fefad4d92e2ffe81ec5d6a1c946
100004 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
100005 Date:   Sat Jul 2 00:18:02 2005 +0000
100006
100007     document exceptions
100008     
100009     
100010     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1535 48e7efb5-ca39-0410-a469-dd3cf9ba447f
100011
100012 commit 53aca8748184417b612379ebeb60067faa589f45
100013 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
100014 Date:   Fri Jul 1 22:29:50 2005 +0000
100015
100016     kill useless cruft
100017     
100018     
100019     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1534 48e7efb5-ca39-0410-a469-dd3cf9ba447f
100020
100021 commit 1189292e2b7ebb9fb1ef975160e5a85454b3c0bb
100022 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
100023 Date:   Fri Jul 1 21:46:18 2005 +0000
100024
100025     moving the doc to another location on gforge
100026     
100027     
100028     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1533 48e7efb5-ca39-0410-a469-dd3cf9ba447f
100029
100030 commit bd88e29544954dae0bed89a0c54bd345cf3c31df
100031 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
100032 Date:   Fri Jul 1 20:58:50 2005 +0000
100033
100034     fit libex into SimGrid (with an axe, I admit)
100035     
100036     
100037     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1532 48e7efb5-ca39-0410-a469-dd3cf9ba447f
100038
100039 commit 79c07daa1fb9a5cbda0f52165f443458ca321ecd
100040 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
100041 Date:   Fri Jul 1 20:51:10 2005 +0000
100042
100043     Add a pimple^W^W an helper function
100044     
100045     
100046     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1531 48e7efb5-ca39-0410-a469-dd3cf9ba447f
100047
100048 commit 798b6c0194977e423e5b0a7a6fe3366afcb753aa
100049 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
100050 Date:   Fri Jul 1 20:49:45 2005 +0000
100051
100052     s/_XBT_GNUC_FUNCTION/_XBT_FUNCTION/ (that's how to get __FUNCTION__ portably)
100053     
100054     
100055     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1530 48e7efb5-ca39-0410-a469-dd3cf9ba447f
100056
100057 commit d3c2900284fa45a77ca4ec49d471a0b6da938be8
100058 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
100059 Date:   Fri Jul 1 20:49:08 2005 +0000
100060
100061     fit libex into SimGrid (with an axe, I admit)
100062     
100063     
100064     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1529 48e7efb5-ca39-0410-a469-dd3cf9ba447f
100065
100066 commit 537c8cc1a7377c548b567cc406a14821d498557d
100067 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
100068 Date:   Fri Jul 1 20:38:09 2005 +0000
100069
100070     Prototypes to some *printf functions in public interface (badly placed, but works at least)
100071     
100072     
100073     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1528 48e7efb5-ca39-0410-a469-dd3cf9ba447f
100074
100075 commit 3d2c6d00f1e8b5d3bb8ab17ff60f0c3833d42e3e
100076 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
100077 Date:   Fri Jul 1 20:33:49 2005 +0000
100078
100079     s/_XBT_GNUC_FUNCTION/_XBT_FUNCTION/ (that's how to get __FUNCTION__ portably)
100080     
100081     
100082     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1527 48e7efb5-ca39-0410-a469-dd3cf9ba447f
100083
100084 commit 3f3a9768bca32b22232ebcaa3485d4a8d1a781bc
100085 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
100086 Date:   Fri Jul 1 20:33:06 2005 +0000
100087
100088     detect va_copy and provide a replacement. Code stolen from Ralf again...
100089     
100090     
100091     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1526 48e7efb5-ca39-0410-a469-dd3cf9ba447f
100092
100093 commit 8d40d39f472cecd6791a4149b5e89d6d3a17d24d
100094 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
100095 Date:   Fri Jul 1 20:32:24 2005 +0000
100096
100097     use a nice va_copy if none was provided by the system
100098     
100099     
100100     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1525 48e7efb5-ca39-0410-a469-dd3cf9ba447f
100101
100102 commit 88c3069468fdbf586cdcc972e4e3a47f5d11bca0
100103 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
100104 Date:   Fri Jul 1 20:31:52 2005 +0000
100105
100106     cosmetics
100107     
100108     
100109     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1524 48e7efb5-ca39-0410-a469-dd3cf9ba447f
100110
100111 commit 89f2a9326028a243896fa4d4fbe1475bea9960c3
100112 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
100113 Date:   Fri Jul 1 20:22:49 2005 +0000
100114
100115     We now use vasprintf
100116     
100117     
100118     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1523 48e7efb5-ca39-0410-a469-dd3cf9ba447f
100119
100120 commit 39e5ef41a8d6efee0966e7d2cf2d1fad4e76d340
100121 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
100122 Date:   Fri Jul 1 20:21:33 2005 +0000
100123
100124     move comments around so that they don't induce a syntax error in the generated configure script
100125     
100126     
100127     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1522 48e7efb5-ca39-0410-a469-dd3cf9ba447f
100128
100129 commit 0b9313ea77723b829456268c60835f9545a6f163
100130 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
100131 Date:   Fri Jul 1 18:13:04 2005 +0000
100132
100133     See! I document my work! ;)
100134     
100135     
100136     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1521 48e7efb5-ca39-0410-a469-dd3cf9ba447f
100137
100138 commit a8450d93f2fe023fcc97b14e314cf1cd30dd4aec
100139 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
100140 Date:   Fri Jul 1 18:10:11 2005 +0000
100141
100142     MSG_process_resume did not work if you tried to resume yourself.
100143     
100144     
100145     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1520 48e7efb5-ca39-0410-a469-dd3cf9ba447f
100146
100147 commit 1e4c1a3b0188099d75edef236de08c1fb7d579d5
100148 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
100149 Date:   Fri Jul 1 13:59:19 2005 +0000
100150
100151     include libex
100152     
100153     
100154     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1519 48e7efb5-ca39-0410-a469-dd3cf9ba447f
100155
100156 commit d491b750bb78240bbcddaf153ef8948893ba9d83
100157 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
100158 Date:   Fri Jul 1 13:58:05 2005 +0000
100159
100160     asprintf replacement
100161     
100162     
100163     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1518 48e7efb5-ca39-0410-a469-dd3cf9ba447f
100164
100165 commit 0bde56d3d9f062f6be10b072edf3e14629866288
100166 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
100167 Date:   Fri Jul 1 13:57:40 2005 +0000
100168
100169     Test libex
100170     
100171     
100172     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1517 48e7efb5-ca39-0410-a469-dd3cf9ba447f
100173
100174 commit 61b165735072e666dc5cb922b0a21fd7e6576706
100175 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
100176 Date:   Fri Jul 1 13:57:04 2005 +0000
100177
100178     asprintf & friends replacement
100179     
100180     
100181     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1516 48e7efb5-ca39-0410-a469-dd3cf9ba447f
100182
100183 commit 366ebe36997b46c03c8570b98e57aa5129bb1837
100184 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
100185 Date:   Fri Jul 1 13:56:16 2005 +0000
100186
100187     Include libex and snprintf replacement
100188     
100189     
100190     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1515 48e7efb5-ca39-0410-a469-dd3cf9ba447f
100191
100192 commit 3c7c1bee392df1564c9fdff7c278429f3c2fbd0f
100193 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
100194 Date:   Fri Jul 1 13:55:41 2005 +0000
100195
100196     -Wformat=2 chokes on the snprintf replacement because the format is passed to real sprintf; -Wshadow chokes on try{ try{} } constructs
100197     
100198     
100199     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1514 48e7efb5-ca39-0410-a469-dd3cf9ba447f
100200
100201 commit d66a44cd8faf523a6b43a1a706641518139db372
100202 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
100203 Date:   Fri Jul 1 13:54:04 2005 +0000
100204
100205     Make sure we have an implementation of asprintf, even on non-gnu systems
100206     
100207     
100208     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1513 48e7efb5-ca39-0410-a469-dd3cf9ba447f
100209
100210 commit 9f0e00fec83a9a1f7053f504e48173afb146331e
100211 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
100212 Date:   Fri Jul 1 13:52:54 2005 +0000
100213
100214     Include the original version of the libex library. Still to be fitted to our needs
100215     
100216     
100217     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1512 48e7efb5-ca39-0410-a469-dd3cf9ba447f
100218
100219 commit da914be97803afc90533a6b950883b65c70809c3
100220 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
100221 Date:   Fri Jul 1 06:55:24 2005 +0000
100222
100223     moving to 2.96
100224     
100225     
100226     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1511 48e7efb5-ca39-0410-a469-dd3cf9ba447f
100227
100228 commit 047faaf9f860833fec42238f3f0df8ae518a4cc4
100229 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
100230 Date:   Fri Jul 1 05:55:20 2005 +0000
100231
100232     major doc reorganization to get something that works...
100233     
100234     
100235     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1509 48e7efb5-ca39-0410-a469-dd3cf9ba447f
100236
100237 commit b98287aa2f5a15cca6b1f56c3ff58567cc311a85
100238 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
100239 Date:   Fri Jul 1 05:54:12 2005 +0000
100240
100241     fix references broken due to trailing ":"
100242     
100243     
100244     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1508 48e7efb5-ca39-0410-a469-dd3cf9ba447f
100245
100246 commit 1dfa8a3194a5fd243f468409945894b135a9a663
100247 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
100248 Date:   Fri Jul 1 05:52:43 2005 +0000
100249
100250     these references could not work... disable reference but typeset nicely
100251     
100252     
100253     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1507 48e7efb5-ca39-0410-a469-dd3cf9ba447f
100254
100255 commit 525f6a48d196fece2e4fbb032c604faccc1b0146
100256 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
100257 Date:   Fri Jul 1 05:51:32 2005 +0000
100258
100259     help doxygen to stop complaining about documentation for unknown define
100260     
100261     
100262     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1506 48e7efb5-ca39-0410-a469-dd3cf9ba447f
100263
100264 commit 9f47311e85fbd9e2156967acd248aceb351e1c28
100265 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
100266 Date:   Fri Jul 1 05:50:30 2005 +0000
100267
100268     help doxygen to stop complaining about nested groups
100269     
100270     
100271     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1505 48e7efb5-ca39-0410-a469-dd3cf9ba447f
100272
100273 commit 84b1a6eb5aff6720116770c1c606eccf944ca973
100274 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
100275 Date:   Fri Jul 1 05:49:52 2005 +0000
100276
100277     fix reference (especially the trailing ":")
100278     
100279     
100280     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1504 48e7efb5-ca39-0410-a469-dd3cf9ba447f
100281
100282 commit 00d88e621b125609f0de3b123b97174100a28f4c
100283 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
100284 Date:   Fri Jul 1 05:49:02 2005 +0000
100285
100286     tell the world that MSG_set_verbosity is deprecated.
100287     
100288     
100289     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1503 48e7efb5-ca39-0410-a469-dd3cf9ba447f
100290
100291 commit 5f50aaa204b07e33e56277261a3d764d7bfcedef
100292 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
100293 Date:   Fri Jul 1 05:48:13 2005 +0000
100294
100295     fix documentation
100296     
100297     
100298     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1502 48e7efb5-ca39-0410-a469-dd3cf9ba447f
100299
100300 commit a9075eb7e20bf55635639e7d2dd4040d7fd09e3c
100301 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
100302 Date:   Fri Jul 1 05:47:53 2005 +0000
100303
100304     fix a reference
100305     
100306     
100307     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1501 48e7efb5-ca39-0410-a469-dd3cf9ba447f
100308
100309 commit 9a74c123a93983346bc7e498c89c745c7076b571
100310 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
100311 Date:   Fri Jul 1 00:04:27 2005 +0000
100312
100313     .
100314     
100315     
100316     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1500 48e7efb5-ca39-0410-a469-dd3cf9ba447f
100317
100318 commit 1f83da11836ecadd680aef8a0d2a9021800b19ae
100319 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
100320 Date:   Thu Jun 30 23:45:56 2005 +0000
100321
100322     moving to 2.95
100323     
100324     
100325     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1499 48e7efb5-ca39-0410-a469-dd3cf9ba447f
100326
100327 commit 1ad6e2e839174288b967831afafee4502120bc94
100328 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
100329 Date:   Thu Jun 30 23:45:16 2005 +0000
100330
100331     some compiler don't like this return void... :)
100332     
100333     
100334     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1498 48e7efb5-ca39-0410-a469-dd3cf9ba447f
100335
100336 commit 32c34a5e26a82405864cbd1ecf2b64cd82c70cbd
100337 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
100338 Date:   Thu Jun 30 20:51:13 2005 +0000
100339
100340     Some stuff were done, another one were added here
100341     
100342     
100343     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1497 48e7efb5-ca39-0410-a469-dd3cf9ba447f
100344
100345 commit 19728dc2c088aaaff2fa9dcfca9e36d869c25295
100346 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
100347 Date:   Thu Jun 30 05:40:24 2005 +0000
100348
100349     remove this damn fflush that spoils the performance (even though it was useful when debuging)
100350     
100351     
100352     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1496 48e7efb5-ca39-0410-a469-dd3cf9ba447f
100353
100354 commit 407a83cbc983ae0d5773c1a418b1c4e580caa37a
100355 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
100356 Date:   Wed Jun 29 23:04:08 2005 +0000
100357
100358     removing MSG_process_start from the documentation
100359     
100360     
100361     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1495 48e7efb5-ca39-0410-a469-dd3cf9ba447f
100362
100363 commit 32f3c7c2fd01a3c0c499b7866bd505617e30a33e
100364 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
100365 Date:   Wed Jun 29 23:00:04 2005 +0000
100366
100367     It's amazing how a well-placed ! can make such a difference. :)
100368     
100369     
100370     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1494 48e7efb5-ca39-0410-a469-dd3cf9ba447f
100371
100372 commit 2096777c95d53cbfa4b19622c162c8974df760eb
100373 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
100374 Date:   Wed Jun 29 22:57:25 2005 +0000
100375
100376     stupid me
100377     
100378     
100379     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1493 48e7efb5-ca39-0410-a469-dd3cf9ba447f
100380
100381 commit 6f22af6263d8aae198c97e6a5a21c62115d7baff
100382 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
100383 Date:   Wed Jun 29 22:35:05 2005 +0000
100384
100385     Document some of the lastest changes
100386     
100387     
100388     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1492 48e7efb5-ca39-0410-a469-dd3cf9ba447f
100389
100390 commit 1257824e37d3761be3c60323d81fa7dce6ae82c0
100391 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
100392 Date:   Wed Jun 29 22:31:00 2005 +0000
100393
100394     disable MSG_get_msgload until we find a good specification for it
100395     
100396     
100397     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1491 48e7efb5-ca39-0410-a469-dd3cf9ba447f
100398
100399 commit 9d3fd2c74f2fc09637b6845891e1b48cd5182281
100400 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
100401 Date:   Wed Jun 29 22:16:45 2005 +0000
100402
100403     Pass the args to the child
100404     
100405     
100406     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1490 48e7efb5-ca39-0410-a469-dd3cf9ba447f
100407
100408 commit 9c89da6104efd56ae525413ceec6678104aa3a25
100409 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
100410 Date:   Wed Jun 29 22:05:22 2005 +0000
100411
100412     Adapt to API change (I was too quick, I guess)
100413     
100414     
100415     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1489 48e7efb5-ca39-0410-a469-dd3cf9ba447f
100416
100417 commit 55cf41c6524efb1d45d4ce97753881c6057b6a29
100418 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
100419 Date:   Wed Jun 29 22:04:52 2005 +0000
100420
100421     I had forgotten a few functions last time. It could not work anymore...
100422     
100423     
100424     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1488 48e7efb5-ca39-0410-a469-dd3cf9ba447f
100425
100426 commit 0e883305cea5e4b5738dd67fb1afa00ba3fc71a7
100427 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
100428 Date:   Wed Jun 29 21:54:25 2005 +0000
100429
100430     Add a select for Martin.
100431     
100432     
100433     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1487 48e7efb5-ca39-0410-a469-dd3cf9ba447f
100434
100435 commit 5d52d77d655507787a4de97cda2600879a4f644a
100436 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
100437 Date:   Wed Jun 29 21:42:13 2005 +0000
100438
100439     Adapt to upcomming changes in MSG even before Arnaud's done with implementing
100440     them.
100441     
100442     Yeah!
100443     
100444     
100445     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1486 48e7efb5-ca39-0410-a469-dd3cf9ba447f
100446
100447 commit 554990200402cb0066f93c5f8cb4078e64c77806
100448 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
100449 Date:   Wed Jun 29 20:57:44 2005 +0000
100450
100451     put the great MSG_config stuff in the libs
100452     
100453     
100454     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1485 48e7efb5-ca39-0410-a469-dd3cf9ba447f
100455
100456 commit 78b7ddcea041887aed58f1c80e4838f1fe5d4728
100457 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
100458 Date:   Wed Jun 29 20:56:40 2005 +0000
100459
100460     xbt_cfg_set_vargs() and xbt_cfg_set() now handle only one variable at a time (they used to deal with NULL-terminated lists of arguments, but it was error-prone); Explicit another argument before the vaargs so that module setting function can pass their vaargs to the generic ones (the cfg set is implicit and don't need to be passed as argument in modules, so we can't va_start() on it); fix some error handling errors :-/
100461     
100462     
100463     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1484 48e7efb5-ca39-0410-a469-dd3cf9ba447f
100464
100465 commit 151516a621d5672ec2ff0c4aeab7600b44ee7080
100466 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
100467 Date:   Wed Jun 29 20:53:51 2005 +0000
100468
100469     Try to use the MSG configuration stuff
100470     
100471     
100472     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1483 48e7efb5-ca39-0410-a469-dd3cf9ba447f
100473
100474 commit d6a9e071e80dac83aa2cddf5a98e90468efaac51
100475 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
100476 Date:   Wed Jun 29 20:52:54 2005 +0000
100477
100478     Explicit another argument before the vaargs so that module setting function can pass their vaargs to the generic ones (the cfg set is implicit and don't need to be passed as argument in modules, so we can't va_start() on it)
100479     
100480     
100481     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1482 48e7efb5-ca39-0410-a469-dd3cf9ba447f
100482
100483 commit 33f32ad6d4e98ec1cbc7eeed1723deee82d59764
100484 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
100485 Date:   Wed Jun 29 20:51:12 2005 +0000
100486
100487     config support in MSG
100488     
100489     
100490     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1481 48e7efb5-ca39-0410-a469-dd3cf9ba447f
100491
100492 commit ade56d3398a38946ba60efdd3000e5b6c9d053ed
100493 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
100494 Date:   Wed Jun 29 20:48:46 2005 +0000
100495
100496     Kill evil cruft ;)
100497     
100498     
100499     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1480 48e7efb5-ca39-0410-a469-dd3cf9ba447f
100500
100501 commit b6797e494ca445d5894ccb5098c2df4a25e2d3ea
100502 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
100503 Date:   Wed Jun 29 20:46:05 2005 +0000
100504
100505     First try at actually using the configuration stuff. MSG acts as cobaye here
100506     
100507     
100508     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1479 48e7efb5-ca39-0410-a469-dd3cf9ba447f
100509
100510 commit 5656a19c3369334d8de792391b1a085732b743ee
100511 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
100512 Date:   Wed Jun 29 20:44:51 2005 +0000
100513
100514     Search for graspe-master where it is (ie, allow remote compile in VPATH setting ;)
100515     
100516     
100517     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1478 48e7efb5-ca39-0410-a469-dd3cf9ba447f
100518
100519 commit 2d4f44983b405f88e6320243ef5781d0d654618c
100520 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
100521 Date:   Wed Jun 29 19:53:36 2005 +0000
100522
100523     Add a new function: MSG_task_get_with_timeout. That should be very convenient to do a select...
100524     
100525     
100526     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1477 48e7efb5-ca39-0410-a469-dd3cf9ba447f
100527
100528 commit 7b8507bc1dd3b18a2350a6d4eac309e87a4e13a8
100529 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
100530 Date:   Wed Jun 29 19:51:43 2005 +0000
100531
100532     helps for debuging without having to modify and recompile your code
100533     
100534     
100535     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1476 48e7efb5-ca39-0410-a469-dd3cf9ba447f
100536
100537 commit 3554543106ed1c78085a72f7c05b1abb030f7057
100538 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
100539 Date:   Wed Jun 29 19:50:59 2005 +0000
100540
100541     Useless file I had forgotten to remove.
100542     
100543     
100544     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1475 48e7efb5-ca39-0410-a469-dd3cf9ba447f
100545
100546 commit 6c68cb2fa6012d3067edcad0b6164dc95c4ed9be
100547 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
100548 Date:   Wed Jun 29 19:47:14 2005 +0000
100549
100550     Adding a function to set the max_duration of an action.
100551     
100552     
100553     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1474 48e7efb5-ca39-0410-a469-dd3cf9ba447f
100554
100555 commit 7628a0699cc6f92561dc39c0cff9bf2e06c59024
100556 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
100557 Date:   Wed Jun 29 05:34:04 2005 +0000
100558
100559     Do compile correctly under windows
100560     
100561     
100562     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1473 48e7efb5-ca39-0410-a469-dd3cf9ba447f
100563
100564 commit d1514a3adcc4efc7905342de2da8e265a49d261c
100565 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
100566 Date:   Wed Jun 29 05:33:48 2005 +0000
100567
100568     Do compile correctly under windows; some more information in the summary at the end
100569     
100570     
100571     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1472 48e7efb5-ca39-0410-a469-dd3cf9ba447f
100572
100573 commit 3f57ee10b025a90562714757d4e4b0f33f299f55
100574 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
100575 Date:   Wed Jun 29 05:14:28 2005 +0000
100576
100577     += ucontext_stack.h, which is generated
100578     
100579     
100580     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1471 48e7efb5-ca39-0410-a469-dd3cf9ba447f
100581
100582 commit 030a5011922ca9ac7d471362d5c8d820f052ff26
100583 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
100584 Date:   Wed Jun 29 05:13:53 2005 +0000
100585
100586     amok separate library is dead
100587     
100588     
100589     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1470 48e7efb5-ca39-0410-a469-dd3cf9ba447f
100590
100591 commit 753cae90a856db7cd223182fb9fea6853fb7713c
100592 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
100593 Date:   Wed Jun 29 05:12:58 2005 +0000
100594
100595     Include amok into libraries to avoid issues on AIX (linking tests against *one* not installed yet library works, but things fail on AIX when I try to do so for two libraries; I thus limit myself to only one library everywhere)
100596     
100597     
100598     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1469 48e7efb5-ca39-0410-a469-dd3cf9ba447f
100599
100600 commit f2181f9e30472f052bdf1590e619488017fa5334
100601 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
100602 Date:   Wed Jun 29 05:10:20 2005 +0000
100603
100604     Big fat warning of deprecation
100605     
100606     
100607     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1468 48e7efb5-ca39-0410-a469-dd3cf9ba447f
100608
100609 commit 68bc51237bef4844fb9955a775e99a6555b3ad8e
100610 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
100611 Date:   Wed Jun 29 05:07:22 2005 +0000
100612
100613     quote correctly macro definition to make autoconf happy
100614     
100615     
100616     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1467 48e7efb5-ca39-0410-a469-dd3cf9ba447f
100617
100618 commit dacbd9d8ffc6952f604bff54ec92212166b0dd1e
100619 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
100620 Date:   Wed Jun 29 05:01:04 2005 +0000
100621
100622     Document lastest Arnaud's changes
100623     
100624     
100625     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1466 48e7efb5-ca39-0410-a469-dd3cf9ba447f
100626
100627 commit 1703451f01d269c5b1cc49286b406ad2f28a56b7
100628 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
100629 Date:   Wed Jun 29 00:57:46 2005 +0000
100630
100631     Trying to make context work on stupid architectures by stealing some nice code to GNU pth. I probably have broken the windows support on my way but that should not be hard to repair.
100632     
100633     
100634     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1465 48e7efb5-ca39-0410-a469-dd3cf9ba447f
100635
100636 commit f3173125f018befde3abead2ffca56b9c361f770
100637 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
100638 Date:   Wed Jun 29 00:56:18 2005 +0000
100639
100640     automatic updates
100641     
100642     
100643     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1464 48e7efb5-ca39-0410-a469-dd3cf9ba447f
100644
100645 commit 14d6c9ebb53a01a4c0b36b625aed60518d13fe2e
100646 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
100647 Date:   Tue Jun 28 12:08:46 2005 +0000
100648
100649     reduce amount of login for the new default loop count
100650     
100651     
100652     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1463 48e7efb5-ca39-0410-a469-dd3cf9ba447f
100653
100654 commit 3e1979645df94f4aee04980ca483fdf8ec3c0011
100655 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
100656 Date:   Tue Jun 28 11:59:00 2005 +0000
100657
100658     Don't pass -fno-loop-optimize to gcc<3.0, even on powerpc, since they don't understand it
100659     
100660     
100661     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1462 48e7efb5-ca39-0410-a469-dd3cf9ba447f
100662
100663 commit 210773378309e0c5891ebe26177ec3d43f0ec283
100664 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
100665 Date:   Tue Jun 28 11:56:06 2005 +0000
100666
100667     No instruction before the last variable declaration with old gcc
100668     
100669     
100670     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1461 48e7efb5-ca39-0410-a469-dd3cf9ba447f
100671
100672 commit 8b64bd0986e0cbb2faa2ec3900332a1eb7863cf9
100673 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
100674 Date:   Tue Jun 28 11:45:42 2005 +0000
100675
100676     No instruction before the last variable declaration with old gcc
100677     
100678     
100679     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1460 48e7efb5-ca39-0410-a469-dd3cf9ba447f
100680
100681 commit 53cc4a3aa4b84e658bba280f083a872eb1810b97
100682 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
100683 Date:   Tue Jun 28 11:24:14 2005 +0000
100684
100685     Reduce a bit the amount of logs at INFO level
100686     
100687     
100688     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1459 48e7efb5-ca39-0410-a469-dd3cf9ba447f
100689
100690 commit 9011e52492ff1daaa07aa1911b3e1b358e380463
100691 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
100692 Date:   Tue Jun 28 11:16:01 2005 +0000
100693
100694     reduce the number of loops to do to not kill the old machines out there
100695     
100696     
100697     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1458 48e7efb5-ca39-0410-a469-dd3cf9ba447f
100698
100699 commit 6550f20e68d805495bf916b93d8090c524548258
100700 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
100701 Date:   Tue Jun 28 11:14:17 2005 +0000
100702
100703     typo
100704     
100705     
100706     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1457 48e7efb5-ca39-0410-a469-dd3cf9ba447f
100707
100708 commit 94cb2a45932016fef587911252968a77549c57dc
100709 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
100710 Date:   Tue Jun 28 10:50:21 2005 +0000
100711
100712     Stupid C++ comments breaking AIX compilers
100713     
100714     
100715     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1456 48e7efb5-ca39-0410-a469-dd3cf9ba447f
100716
100717 commit 18e739f580a9bfaced8b8194398fdf302382d209
100718 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
100719 Date:   Tue Jun 28 10:37:55 2005 +0000
100720
100721     Stupid C++ comments breaking AIX compilers
100722     
100723     
100724     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1455 48e7efb5-ca39-0410-a469-dd3cf9ba447f
100725
100726 commit f2d009281d1e6d92065c4a080742cdee99577931
100727 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
100728 Date:   Tue Jun 28 10:26:15 2005 +0000
100729
100730     Got the last little bugs; more useful loggings
100731     
100732     
100733     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1454 48e7efb5-ca39-0410-a469-dd3cf9ba447f
100734
100735 commit eb7e5d550a7b9f486a6d602f415e2a4f65351295
100736 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
100737 Date:   Tue Jun 28 10:23:55 2005 +0000
100738
100739     Reuse the dynar of keys to speed the test up;verbose<0 => absolutelely no output per printf (ie, don't polute my neat logging stuff);various little bugfixes
100740     
100741     
100742     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1453 48e7efb5-ca39-0410-a469-dd3cf9ba447f
100743
100744 commit dba704d6c73a519366d27f6b9bdf1e31f45f608d
100745 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
100746 Date:   Mon Jun 27 23:38:29 2005 +0000
100747
100748     Add amok; feel free to make it look better
100749     
100750     
100751     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1452 48e7efb5-ca39-0410-a469-dd3cf9ba447f
100752
100753 commit 0e29831ff98feace0c36e4697439aa76e46e9b77
100754 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
100755 Date:   Mon Jun 27 23:01:58 2005 +0000
100756
100757     Document last change
100758     
100759     
100760     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1451 48e7efb5-ca39-0410-a469-dd3cf9ba447f
100761
100762 commit 76bd2535194e7efa0ddfa271cf9fc3afdc344f59
100763 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
100764 Date:   Mon Jun 27 23:00:55 2005 +0000
100765
100766     Implement callbacks, add some missing functions and some other cleanups
100767     
100768     
100769     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1450 48e7efb5-ca39-0410-a469-dd3cf9ba447f
100770
100771 commit 03c846a1baad5d50f96eb442d50d428778ac6e15
100772 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
100773 Date:   Mon Jun 27 22:47:37 2005 +0000
100774
100775     Reimplementation in the modern coding standards
100776     
100777     
100778     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1449 48e7efb5-ca39-0410-a469-dd3cf9ba447f
100779
100780 commit 5736ddf26ccce2afd1eb27b5ee74ff869673cac4
100781 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
100782 Date:   Mon Jun 27 22:46:57 2005 +0000
100783
100784     kill defaultlog
100785     
100786     
100787     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1448 48e7efb5-ca39-0410-a469-dd3cf9ba447f
100788
100789 commit 40b9cf85ae1a1b43b59a2d84d80eabf850d37ad8
100790 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
100791 Date:   Mon Jun 27 22:44:44 2005 +0000
100792
100793     multi dicts take care of their own logging category alone
100794     
100795     
100796     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1447 48e7efb5-ca39-0410-a469-dd3cf9ba447f
100797
100798 commit 5e57e94295118855d4c5cebecd714649282c1f46
100799 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
100800 Date:   Mon Jun 27 22:43:17 2005 +0000
100801
100802     cleanups
100803     
100804     
100805     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1446 48e7efb5-ca39-0410-a469-dd3cf9ba447f
100806
100807 commit b5aa5abf2a533bd9ba213ea336494f44dcd85a42
100808 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
100809 Date:   Mon Jun 27 22:42:13 2005 +0000
100810
100811     Improve documentation and other cleanups
100812     
100813     
100814     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1445 48e7efb5-ca39-0410-a469-dd3cf9ba447f
100815
100816 commit 7718699dd610c56298d4aa737c1d35858f4c2b9e
100817 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
100818 Date:   Mon Jun 27 22:39:01 2005 +0000
100819
100820     bump library version info; add dict_multi; cosmetics
100821     
100822     
100823     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1444 48e7efb5-ca39-0410-a469-dd3cf9ba447f
100824
100825 commit 12db95ab94e1021a75da2fb043d341a8b90aa72c
100826 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
100827 Date:   Mon Jun 27 22:35:27 2005 +0000
100828
100829     Let's run amok
100830     
100831     
100832     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1443 48e7efb5-ca39-0410-a469-dd3cf9ba447f
100833
100834 commit c820a30e5e28b4f9ead72f94463a4442ffc78f28
100835 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
100836 Date:   Mon Jun 27 22:35:00 2005 +0000
100837
100838     Add an ad at the beginning of the main page
100839     
100840     
100841     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1442 48e7efb5-ca39-0410-a469-dd3cf9ba447f
100842
100843 commit 4d9bf39f29971e91d2555616e9a6332ce9c7c10b
100844 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
100845 Date:   Mon Jun 27 22:33:15 2005 +0000
100846
100847     Implement callbacks, add some missing functions and some other cleanups
100848     
100849     
100850     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1441 48e7efb5-ca39-0410-a469-dd3cf9ba447f
100851
100852 commit b777cd7570d38c138ba99fc044fe55dc9a44b3aa
100853 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
100854 Date:   Mon Jun 27 22:30:05 2005 +0000
100855
100856     Kill defaultlog
100857     
100858     
100859     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1440 48e7efb5-ca39-0410-a469-dd3cf9ba447f
100860
100861 commit 4b0e03554c924939511bdc75e81f7531765c3160
100862 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
100863 Date:   Mon Jun 27 22:29:54 2005 +0000
100864
100865     re-enable multidicts
100866     
100867     
100868     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1439 48e7efb5-ca39-0410-a469-dd3cf9ba447f
100869
100870 commit ae71dd3c2f6618ac1761db2b0a3fb7c588e0f336
100871 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
100872 Date:   Mon Jun 27 22:28:53 2005 +0000
100873
100874     Wait until the end of the experiment before testing in another directory
100875     
100876     
100877     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1438 48e7efb5-ca39-0410-a469-dd3cf9ba447f
100878
100879 commit 5f5fcb14d23729174398f059830174fb530058e6
100880 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
100881 Date:   Mon Jun 27 22:28:02 2005 +0000
100882
100883     Let's run AMOK, friends
100884     
100885     
100886     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1437 48e7efb5-ca39-0410-a469-dd3cf9ba447f
100887
100888 commit 3f0f7f5a26e455fc673ec48115b731b4ee305b1c
100889 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
100890 Date:   Mon Jun 27 22:27:09 2005 +0000
100891
100892     kill gras/core.h
100893     
100894     
100895     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1436 48e7efb5-ca39-0410-a469-dd3cf9ba447f
100896
100897 commit 95af5d3f9b1231b3e3d8d17888c3e657c2b95e88
100898 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
100899 Date:   Mon Jun 27 22:26:22 2005 +0000
100900
100901     measurement sockets ARE functionnal; add function gras_socket_is_meas()
100902     
100903     
100904     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1435 48e7efb5-ca39-0410-a469-dd3cf9ba447f
100905
100906 commit 00001ff70f922b49f8c77737617d98f8d6f110e9
100907 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
100908 Date:   Mon Jun 27 22:25:34 2005 +0000
100909
100910     documentation 'improvement' (move it to the source file)
100911     
100912     
100913     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1434 48e7efb5-ca39-0410-a469-dd3cf9ba447f
100914
100915 commit 0d72d6c126897c175fdb308a55e2603bcf2c50af
100916 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
100917 Date:   Mon Jun 27 22:23:46 2005 +0000
100918
100919     Kill defaultlog and gras/core.h
100920     
100921     
100922     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1433 48e7efb5-ca39-0410-a469-dd3cf9ba447f
100923
100924 commit d11b30e2f4ac9920cf350e76147d065907b71418
100925 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
100926 Date:   Mon Jun 27 22:22:55 2005 +0000
100927
100928     Unstar the gras_trp_plugin_t type, even if internal, I'm now used to it; cleanups; documentation improvement; plugin_buf now declares its super plugin as static global, not in the data field in plugin (easier, cleaner and faster)
100929     
100930     
100931     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1432 48e7efb5-ca39-0410-a469-dd3cf9ba447f
100932
100933 commit a6aeb73952c9aad1e8fc1aa5738d8daf693dd32a
100934 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
100935 Date:   Mon Jun 27 22:17:43 2005 +0000
100936
100937     cleanups
100938     
100939     
100940     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1431 48e7efb5-ca39-0410-a469-dd3cf9ba447f
100941
100942 commit 5fb2fa67ea062d8c26cfe3e6669a93fc2b7607bd
100943 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
100944 Date:   Mon Jun 27 22:16:07 2005 +0000
100945
100946     Stop implementing bit fields manually, and ask the C compiler to do so for me
100947     
100948     
100949     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1430 48e7efb5-ca39-0410-a469-dd3cf9ba447f
100950
100951 commit 9eb8ec103dd99cf90ffb685007e50a38755f6046
100952 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
100953 Date:   Mon Jun 27 22:13:22 2005 +0000
100954
100955     More helpful logs
100956     
100957     
100958     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1429 48e7efb5-ca39-0410-a469-dd3cf9ba447f
100959
100960 commit b98e7805e2b634992db0d8301ec0e13cf66b3c71
100961 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
100962 Date:   Mon Jun 27 22:11:12 2005 +0000
100963
100964     Use select to sleep portably on weird platforms
100965     
100966     
100967     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1428 48e7efb5-ca39-0410-a469-dd3cf9ba447f
100968
100969 commit fe4c8b1394d6e39c3d84fdba06814d39763a8a1f
100970 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
100971 Date:   Mon Jun 27 22:08:11 2005 +0000
100972
100973     Kill gras/core.h by moving the last bits into gras.h directly
100974     
100975     
100976     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1427 48e7efb5-ca39-0410-a469-dd3cf9ba447f
100977
100978 commit 618709054477a826cf2d5aa94da7a6a65696171c
100979 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
100980 Date:   Mon Jun 27 22:06:59 2005 +0000
100981
100982     Work better in RL (by not assuming that pid begin at 1 and are then incremented); take care of valgrind output in RL
100983     
100984     
100985     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1426 48e7efb5-ca39-0410-a469-dd3cf9ba447f
100986
100987 commit 79c537eef79af75afc396907c355fa29a77bf9ae
100988 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
100989 Date:   Mon Jun 27 22:04:53 2005 +0000
100990
100991     enable the multidict_crash test, even if it's not perfect yet
100992     
100993     
100994     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1425 48e7efb5-ca39-0410-a469-dd3cf9ba447f
100995
100996 commit 0b7358668fffbf7153bfb9b0a1b8aac6123f9f16
100997 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
100998 Date:   Mon Jun 27 22:03:47 2005 +0000
100999
101000     Kill defaultlog of xbt_init
101001     
101002     
101003     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1424 48e7efb5-ca39-0410-a469-dd3cf9ba447f
101004
101005 commit 2626ed754c524798c68e3878eadaf6a8d5fad4c2
101006 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
101007 Date:   Mon Jun 27 22:03:20 2005 +0000
101008
101009     Update now that multidicts are reimplemented
101010     
101011     
101012     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1423 48e7efb5-ca39-0410-a469-dd3cf9ba447f
101013
101014 commit 7f454fb05ec302546cd75ac0dc8f0f3784a17b30
101015 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
101016 Date:   Sat Jun 25 13:16:49 2005 +0000
101017
101018     cosmetics
101019     
101020     
101021     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1422 48e7efb5-ca39-0410-a469-dd3cf9ba447f
101022
101023 commit 4ddb702909db3b6f4f93d0ad2af58f00b005a960
101024 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
101025 Date:   Sat Jun 25 13:06:18 2005 +0000
101026
101027     Allow NULL payload messages
101028     
101029     
101030     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1421 48e7efb5-ca39-0410-a469-dd3cf9ba447f
101031
101032 commit 78aee03b303315bcb935022506fdbf3ca99d57f8
101033 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
101034 Date:   Thu Jun 23 22:05:58 2005 +0000
101035
101036     .
101037     
101038     
101039     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1420 48e7efb5-ca39-0410-a469-dd3cf9ba447f
101040
101041 commit f1c4b3ead099df97f5dff00f22d5cbfbf3d32ec1
101042 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
101043 Date:   Thu Jun 23 21:57:37 2005 +0000
101044
101045     clean(?) reimport
101046     
101047     
101048     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1419 48e7efb5-ca39-0410-a469-dd3cf9ba447f
101049
101050 commit a1a3a7bbd6433b0dab8dad372b9a2e0b2719cc8f
101051 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
101052 Date:   Thu Jun 23 21:54:31 2005 +0000
101053
101054     don't use XBT_CIN, since I didn't manage to implement it correctly
101055     
101056     
101057     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1418 48e7efb5-ca39-0410-a469-dd3cf9ba447f
101058
101059 commit 23cadce3ae638ab6b246ca4e3b0a0c50e9d0e9c7
101060 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
101061 Date:   Thu Jun 23 21:53:57 2005 +0000
101062
101063     Try to reput the cvs base in a usable state, sorry
101064     
101065     
101066     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1417 48e7efb5-ca39-0410-a469-dd3cf9ba447f
101067
101068 commit de20b4d75477c02d2fe70b85e5c42a31f3bafd1e
101069 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
101070 Date:   Thu Jun 23 21:47:30 2005 +0000
101071
101072     Try to reput the cvs base in a usable state, sorry
101073     
101074     
101075     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1416 48e7efb5-ca39-0410-a469-dd3cf9ba447f
101076
101077 commit 20029610b4da98563453de7218813092b6bc95b7
101078 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
101079 Date:   Thu Jun 23 21:09:58 2005 +0000
101080
101081     bw_request now works
101082     
101083     
101084     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1415 48e7efb5-ca39-0410-a469-dd3cf9ba447f
101085
101086 commit 92c95f0f54ec040441465d74d3a56008fa5d0e99
101087 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
101088 Date:   Thu Jun 23 21:09:19 2005 +0000
101089
101090     Automatic update
101091     
101092     
101093     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1414 48e7efb5-ca39-0410-a469-dd3cf9ba447f
101094
101095 commit 1967305c77b65adc9de924b55e835e6979638d02
101096 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
101097 Date:   Thu Jun 23 21:08:19 2005 +0000
101098
101099     automatic commit
101100     
101101     
101102     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1413 48e7efb5-ca39-0410-a469-dd3cf9ba447f
101103
101104 commit 0c085ded81051c41ad34deac5e12163d06fd5673
101105 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
101106 Date:   Thu Jun 23 21:07:35 2005 +0000
101107
101108     libc is really brain-dead on debian
101109     
101110     
101111     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1412 48e7efb5-ca39-0410-a469-dd3cf9ba447f
101112
101113 commit 34180c5a044ee58106feff2909a60415131bc142
101114 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
101115 Date:   Thu Jun 23 21:05:56 2005 +0000
101116
101117     Put the maestro on Jupiter so that there is a direct link between him and the first sensor (on Tremblay)
101118     
101119     
101120     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1411 48e7efb5-ca39-0410-a469-dd3cf9ba447f
101121
101122 commit 62638966a33659c83f42d3a2169bd3dfa3f313f6
101123 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
101124 Date:   Thu Jun 23 21:04:21 2005 +0000
101125
101126     let the maestro explictly kill the sensors so that they don't die too early; reduce the size of the experiment; test the bw_request now that it works
101127     
101128     
101129     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1410 48e7efb5-ca39-0410-a469-dd3cf9ba447f
101130
101131 commit 2dadef9e08cdd2b5c1a57c7e9d063f519f23c7c3
101132 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
101133 Date:   Thu Jun 23 20:34:04 2005 +0000
101134
101135     Let bw_request work
101136     
101137     
101138     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1409 48e7efb5-ca39-0410-a469-dd3cf9ba447f
101139
101140 commit b900f986c5bef91b93279a28e3b1b6b402338051
101141 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
101142 Date:   Thu Jun 23 20:32:02 2005 +0000
101143
101144     Allow users to not care about who sended the message they were waiting for (and thus providing NULL as&expeditor)
101145     
101146     
101147     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1408 48e7efb5-ca39-0410-a469-dd3cf9ba447f
101148
101149 commit c101475dadc2682e575ed44c9e3687369d65ba37
101150 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
101151 Date:   Thu Jun 23 20:29:02 2005 +0000
101152
101153     cleanup
101154     
101155     
101156     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1407 48e7efb5-ca39-0410-a469-dd3cf9ba447f
101157
101158 commit ac90ceb451c8d228a7de1a9a9cc3821b2cc8b09a
101159 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
101160 Date:   Thu Jun 23 20:26:03 2005 +0000
101161
101162     cleanups
101163     
101164     
101165     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1406 48e7efb5-ca39-0410-a469-dd3cf9ba447f
101166
101167 commit 2095c5547acacede3a192a7fd08155cfac713aeb
101168 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
101169 Date:   Thu Jun 23 15:29:37 2005 +0000
101170
101171     let it work in RL (more work needed for SG)
101172     
101173     
101174     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1405 48e7efb5-ca39-0410-a469-dd3cf9ba447f
101175
101176 commit 828a01a713bfef3f1e9e40e2ab396af78187359a
101177 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
101178 Date:   Thu Jun 23 15:28:55 2005 +0000
101179
101180     cosmetics
101181     
101182     
101183     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1404 48e7efb5-ca39-0410-a469-dd3cf9ba447f
101184
101185 commit 791f832cea6e18633bc614246193551293542bbd
101186 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
101187 Date:   Thu Jun 23 15:27:49 2005 +0000
101188
101189     new function: gras_socket_meas_accept (mandatory on meas sockets, forbiden on others); don't bufferize meas sockets; be nice with valgrind and initialize the data we send, even if we don't care the values at all; all sizes are now unsigned long int
101190     
101191     
101192     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1403 48e7efb5-ca39-0410-a469-dd3cf9ba447f
101193
101194 commit a5391847742b14cb81e50dafb00782703026cd16
101195 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
101196 Date:   Thu Jun 23 15:25:53 2005 +0000
101197
101198     new function: gras_socket_meas_accept (mandatory on meas sockets, forbiden on others)
101199     
101200     
101201     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1402 48e7efb5-ca39-0410-a469-dd3cf9ba447f
101202
101203 commit 85745e7eca5b947c62d42752c324b6320fd14998
101204 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
101205 Date:   Thu Jun 23 15:25:22 2005 +0000
101206
101207     sizes are unsigned long int
101208     
101209     
101210     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1401 48e7efb5-ca39-0410-a469-dd3cf9ba447f
101211
101212 commit 0d9f237d83d3ccdbd0a5a0fb2e82d8d633e98fa3
101213 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
101214 Date:   Thu Jun 23 15:22:30 2005 +0000
101215
101216     cosmetics
101217     
101218     
101219     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1400 48e7efb5-ca39-0410-a469-dd3cf9ba447f
101220
101221 commit a77786e9ed0ea0f4c858aff458e2f3ad893ca839
101222 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
101223 Date:   Thu Jun 23 15:21:32 2005 +0000
101224
101225     dead code
101226     
101227     
101228     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1399 48e7efb5-ca39-0410-a469-dd3cf9ba447f
101229
101230 commit ef59b7b7d312b0f791a243d08c8f4416a64c4997
101231 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
101232 Date:   Thu Jun 23 15:21:04 2005 +0000
101233
101234     raising errors now use logging and not printf. We thus need a default log channel everywhere
101235     
101236     
101237     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1398 48e7efb5-ca39-0410-a469-dd3cf9ba447f
101238
101239 commit e0ee10a52b42cbb65224c5926f91547851f10845
101240 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
101241 Date:   Thu Jun 23 15:20:02 2005 +0000
101242
101243     don't use printf bug logs. Even when raising an error
101244     
101245     
101246     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1397 48e7efb5-ca39-0410-a469-dd3cf9ba447f
101247
101248 commit 7376dfcfee00f204338e7e05a2a2da5b5b5d7e36
101249 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
101250 Date:   Thu Jun 23 15:18:57 2005 +0000
101251
101252     reenable amok now that it partially work
101253     
101254     
101255     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1396 48e7efb5-ca39-0410-a469-dd3cf9ba447f
101256
101257 commit 302489aae7521d81da15bdfe35bda9f479560d21
101258 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
101259 Date:   Thu Jun 23 15:16:00 2005 +0000
101260
101261     yeah, amok comes back already
101262     
101263     
101264     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1395 48e7efb5-ca39-0410-a469-dd3cf9ba447f
101265
101266 commit a66f9dfbda188f773b18fb9dfdb26ae9956503cc
101267 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
101268 Date:   Thu Jun 23 15:15:17 2005 +0000
101269
101270     use temps-gras-stub.mk to cleanup
101271     
101272     
101273     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1394 48e7efb5-ca39-0410-a469-dd3cf9ba447f
101274
101275 commit 4e8374a5ef66cc4de33d82c21db1ddd6c1b524b3
101276 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
101277 Date:   Thu Jun 23 15:12:03 2005 +0000
101278
101279     put the parts common to each gras/amok example in one file and load it from the other places
101280     
101281     
101282     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1393 48e7efb5-ca39-0410-a469-dd3cf9ba447f
101283
101284 commit 05123b198d59b22c133d23dcf9b03934b4653e5e
101285 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
101286 Date:   Thu Jun 23 15:05:43 2005 +0000
101287
101288     cosmetics
101289     
101290     
101291     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1392 48e7efb5-ca39-0410-a469-dd3cf9ba447f
101292
101293 commit bf9cc9d3e0d38e4cfc12c44af2558f142582f15b
101294 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
101295 Date:   Thu Jun 23 15:05:27 2005 +0000
101296
101297     Document last changes
101298     
101299     
101300     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1391 48e7efb5-ca39-0410-a469-dd3cf9ba447f
101301
101302 commit 10db91712d127d0c5345947c8a037959b529760b
101303 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
101304 Date:   Thu Jun 23 15:05:01 2005 +0000
101305
101306     Did some points, which made me think about the next steps
101307     
101308     
101309     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1390 48e7efb5-ca39-0410-a469-dd3cf9ba447f
101310
101311 commit 7f62af33b72afdbda1ae6b63f8c18ce64a27a2a5
101312 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
101313 Date:   Thu Jun 23 15:02:27 2005 +0000
101314
101315     Don't try to unregister accepted sockets from OS tables since they never were registered in there
101316     
101317     
101318     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1389 48e7efb5-ca39-0410-a469-dd3cf9ba447f
101319
101320 commit 8a9181b377af88ec561a2147e21bb158657cb0dc
101321 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
101322 Date:   Thu Jun 23 14:52:21 2005 +0000
101323
101324     on exit, close all the sockets left open and others leak plugs
101325     
101326     
101327     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1388 48e7efb5-ca39-0410-a469-dd3cf9ba447f
101328
101329 commit 71b1bcf9d7039df9c5810da59f8adfe2adbd9dc8
101330 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
101331 Date:   Thu Jun 23 14:51:23 2005 +0000
101332
101333     New GRAS example: simple/static token ring implementation
101334     
101335     
101336     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1387 48e7efb5-ca39-0410-a469-dd3cf9ba447f
101337
101338 commit e5baa4756f08e5a19b03f510d7552072ac5d208a
101339 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
101340 Date:   Thu Jun 23 14:50:16 2005 +0000
101341
101342     automatic updates
101343     
101344     
101345     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1386 48e7efb5-ca39-0410-a469-dd3cf9ba447f
101346
101347 commit 8fd812d10ac0af376498fac70a6744babb318328
101348 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
101349 Date:   Thu Jun 23 14:44:38 2005 +0000
101350
101351     New GRAS example: simple/static token ring implementation
101352     
101353     
101354     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1385 48e7efb5-ca39-0410-a469-dd3cf9ba447f
101355
101356 commit 860d8455a4aca1de4a2730a66f1f784c214fb535
101357 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
101358 Date:   Thu Jun 23 14:43:13 2005 +0000
101359
101360     free the libdata fabrics on exit (actually call the exit function of each libdata)
101361     
101362     
101363     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1384 48e7efb5-ca39-0410-a469-dd3cf9ba447f
101364
101365 commit 5dceec8cbba80b23254db15e36f71edd425bc725
101366 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
101367 Date:   Thu Jun 23 14:42:12 2005 +0000
101368
101369     Reduce the default amount of logs
101370     
101371     
101372     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1383 48e7efb5-ca39-0410-a469-dd3cf9ba447f
101373
101374 commit 134d9301d8336ed27bf6ccf13978bb432f08e163
101375 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
101376 Date:   Thu Jun 23 14:41:36 2005 +0000
101377
101378     plug a memleak on exit
101379     
101380     
101381     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1382 48e7efb5-ca39-0410-a469-dd3cf9ba447f
101382
101383 commit a23cdba841776d9ef2396c8a8f7dc01bcc274094
101384 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
101385 Date:   Thu Jun 23 14:41:03 2005 +0000
101386
101387     reduce the default amount of logs
101388     
101389     
101390     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1381 48e7efb5-ca39-0410-a469-dd3cf9ba447f
101391
101392 commit a9169866b4d15ec5783a28f90db81cf37fe255bf
101393 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
101394 Date:   Thu Jun 23 14:40:39 2005 +0000
101395
101396     In RL, count the time from the begining of the application, not from the 1 jan 1970, so that details appear more clearly
101397     
101398     
101399     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1380 48e7efb5-ca39-0410-a469-dd3cf9ba447f
101400
101401 commit ae31c9605daeec056883c914f4f0d4cd676a8d4b
101402 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
101403 Date:   Thu Jun 23 14:39:16 2005 +0000
101404
101405     in remove_at, if the user didn't provide room to retrieve the object and if there is a freeing function in this dynar, do free the removed object ourselves (plus cosmetics)
101406     
101407     
101408     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1379 48e7efb5-ca39-0410-a469-dd3cf9ba447f
101409
101410 commit b0d4f0b93e988553c814e169aec7fb5c422b3401
101411 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
101412 Date:   Thu Jun 23 14:36:43 2005 +0000
101413
101414     reduce the amount of logging; don't exit the process until after its last use (in trp_exit)
101415     
101416     
101417     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1378 48e7efb5-ca39-0410-a469-dd3cf9ba447f
101418
101419 commit 2479b96521c45f40637d8e4482c301b677266443
101420 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
101421 Date:   Thu Jun 23 14:35:10 2005 +0000
101422
101423     Bugfixes: in SG, don't nhol the size, when zeroing out.size, put it to 4 as it ought to be (how damn could it work before?)
101424     
101425     
101426     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1377 48e7efb5-ca39-0410-a469-dd3cf9ba447f
101427
101428 commit 24738931e11d38749f48fb869338c5c6fcd9a8f5
101429 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
101430 Date:   Thu Jun 23 14:32:51 2005 +0000
101431
101432     bugfixing do find the existing sockets in the cache during accept()
101433     
101434     
101435     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1376 48e7efb5-ca39-0410-a469-dd3cf9ba447f
101436
101437 commit c2b06f52d16a7626dbd15787f318d5fc4ec518f5
101438 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
101439 Date:   Thu Jun 23 14:31:43 2005 +0000
101440
101441     Run make check on easy stuff first, and full featured examples afterward
101442     
101443     
101444     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1375 48e7efb5-ca39-0410-a469-dd3cf9ba447f
101445
101446 commit dbf3a58354cba710332d0eff4a56d848bc9d0aed
101447 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
101448 Date:   Thu Jun 23 14:29:08 2005 +0000
101449
101450     cleanups
101451     
101452     
101453     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1374 48e7efb5-ca39-0410-a469-dd3cf9ba447f
101454
101455 commit 1ebb9ac1906aa21624753d8e80e9c1fc5c73ef1a
101456 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
101457 Date:   Thu Jun 23 14:28:20 2005 +0000
101458
101459     New example: tokenS
101460     
101461     
101462     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1373 48e7efb5-ca39-0410-a469-dd3cf9ba447f
101463
101464 commit bf9bb4da2395969314086bb3754a0e6b364c46d9
101465 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
101466 Date:   Thu Jun 23 14:27:56 2005 +0000
101467
101468     Generated file
101469     
101470     
101471     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1372 48e7efb5-ca39-0410-a469-dd3cf9ba447f
101472
101473 commit 3c55803f86d986570fa34340b5e88548d9b38ee5
101474 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
101475 Date:   Thu Jun 23 14:26:53 2005 +0000
101476
101477     Forget about amok for now
101478     
101479     
101480     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1371 48e7efb5-ca39-0410-a469-dd3cf9ba447f
101481
101482 commit 48465b3cd2722ee424d082b36dfdb3ecf704290b
101483 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
101484 Date:   Thu Jun 23 14:26:18 2005 +0000
101485
101486     automatic update
101487     
101488     
101489     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1370 48e7efb5-ca39-0410-a469-dd3cf9ba447f
101490
101491 commit 57b5fe03bd2b4daf9a44cde263ee6f53bc54a948
101492 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
101493 Date:   Mon Jun 13 19:05:12 2005 +0000
101494
101495     cleanup
101496     
101497     
101498     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1369 48e7efb5-ca39-0410-a469-dd3cf9ba447f
101499
101500 commit d28b8ba7485f186918726a6672472dd30fedcc40
101501 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
101502 Date:   Mon Jun 13 19:04:52 2005 +0000
101503
101504     call surf->action_free. It's incredibly faster now, as you'd have guessed... :) Hope I didn't break too much things though. If you experiment troubles let me know.
101505     
101506     
101507     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1368 48e7efb5-ca39-0410-a469-dd3cf9ba447f
101508
101509 commit 41964ff94baca68cd488f6f7181b90c1ed547781
101510 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
101511 Date:   Mon Jun 13 19:02:43 2005 +0000
101512
101513     Add a new function action_use that help to delay the free of an action. It helps when many people are using the same action.
101514     
101515     
101516     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1367 48e7efb5-ca39-0410-a469-dd3cf9ba447f
101517
101518 commit 2f5a2e23987ab74ad87320adce1bb1c886595410
101519 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
101520 Date:   Fri Jun 10 22:03:25 2005 +0000
101521
101522     Initialization that should be useless because of the calloc but seem to help valgrind. And I'd better have valgrind a friend than an enemy :)
101523     
101524     
101525     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1366 48e7efb5-ca39-0410-a469-dd3cf9ba447f
101526
101527 commit b9497592e4cb9d325133bfcd29c86a02bbf31dbf
101528 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
101529 Date:   Thu Jun 9 21:36:48 2005 +0000
101530
101531     default value of start_time = -1.0. It enables to make the difference between at time 0 and now (we may want to run MSG_launch_application many times at different dates...)
101532     
101533     
101534     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1365 48e7efb5-ca39-0410-a469-dd3cf9ba447f
101535
101536 commit 73a840e457ed83351caceb088b0880396fbe99e7
101537 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
101538 Date:   Tue Jun 7 08:11:53 2005 +0000
101539
101540     configure documentation improvement, and document the --disable-compile-optimizations instead of --enable-compile-optimizations since it's on by default. That way, bash completion works on the disable thing, which is the one we may want to use
101541     
101542     
101543     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1364 48e7efb5-ca39-0410-a469-dd3cf9ba447f
101544
101545 commit 3a79aeb34bbe254ac45236e37128b78728037116
101546 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
101547 Date:   Mon Jun 6 22:23:46 2005 +0000
101548
101549     amok examples revival; cosmetics
101550     
101551     
101552     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1363 48e7efb5-ca39-0410-a469-dd3cf9ba447f
101553
101554 commit 9c49acbcdcd9b6239ca1b3018a2ba10676838e12
101555 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
101556 Date:   Mon Jun 6 22:23:04 2005 +0000
101557
101558     document last changes (s/raw/meas/)
101559     
101560     
101561     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1362 48e7efb5-ca39-0410-a469-dd3cf9ba447f
101562
101563 commit fa13347afebf4220df736b2401414d3112e44031
101564 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
101565 Date:   Mon Jun 6 22:22:21 2005 +0000
101566
101567     rename raw sock to meas ones; do declare msgtypes on all hosts in SG, not only the first one calling amok_bw_init
101568     
101569     
101570     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1361 48e7efb5-ca39-0410-a469-dd3cf9ba447f
101571
101572 commit d01820c429f4044f03d88363672e31d307e047a2
101573 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
101574 Date:   Mon Jun 6 22:20:01 2005 +0000
101575
101576     rename raw sockets to measurement ones
101577     
101578     
101579     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1360 48e7efb5-ca39-0410-a469-dd3cf9ba447f
101580
101581 commit 051f616fc46dc4567afb6f27f2c9dbc75e1cbef2
101582 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
101583 Date:   Mon Jun 6 22:17:19 2005 +0000
101584
101585     ignore some cruft
101586     
101587     
101588     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1359 48e7efb5-ca39-0410-a469-dd3cf9ba447f
101589
101590 commit e744b1ef9431d71b562caa0163c7d31e72dfcf64
101591 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
101592 Date:   Mon Jun 6 22:15:51 2005 +0000
101593
101594     Revival of the bandwidth test to help me ensuring that the current hacking in the corresponding module of amok is ok; the given module is there to help me ensuring that current hacking with measurement sockets is ok. Oh, damn. Time to sleeeeep
101595     
101596     
101597     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1358 48e7efb5-ca39-0410-a469-dd3cf9ba447f
101598
101599 commit 4802c5aaf0e767696542daafbcf6976ad4a8c0cc
101600 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
101601 Date:   Mon Jun 6 22:01:54 2005 +0000
101602
101603     Document another public value, don't document in doxygen the private ones (ie, mask them)
101604     
101605     
101606     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1357 48e7efb5-ca39-0410-a469-dd3cf9ba447f
101607
101608 commit ee2b4571c020362de77c50685ae75495c0ea91be
101609 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
101610 Date:   Mon Jun 6 21:57:01 2005 +0000
101611
101612     cosmetics
101613     
101614     
101615     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1356 48e7efb5-ca39-0410-a469-dd3cf9ba447f
101616
101617 commit 56da01547ba7e9bb09171ee71669abb444271b5c
101618 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
101619 Date:   Mon Jun 6 21:34:47 2005 +0000
101620
101621     Work around windows stupidity, leading to change printf("%%s %s", toto) to '%toto (null)'
101622     
101623     
101624     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1355 48e7efb5-ca39-0410-a469-dd3cf9ba447f
101625
101626 commit 505d6b6136669e67fc42aa31fd1329e911d6aaf9
101627 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
101628 Date:   Mon Jun 6 21:08:30 2005 +0000
101629
101630     let it compile on windows too
101631     
101632     
101633     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1354 48e7efb5-ca39-0410-a469-dd3cf9ba447f
101634
101635 commit ba0ca547e30986d4a982dab79ed6aaadc139ff9f
101636 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
101637 Date:   Mon Jun 6 20:56:15 2005 +0000
101638
101639     let timer work on host without gettimeofday (windows comes to mind)
101640     
101641     
101642     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1353 48e7efb5-ca39-0410-a469-dd3cf9ba447f
101643
101644 commit b8263c9bbadaf1ab49982051c234d404c53dd69e
101645 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
101646 Date:   Mon Jun 6 20:52:43 2005 +0000
101647
101648     change the prototype of datadesc_get_name to return a const char*
101649     
101650     
101651     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1352 48e7efb5-ca39-0410-a469-dd3cf9ba447f
101652
101653 commit 1e36e64ebb00f7e5e62793c7b4f9f0a8da617261
101654 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
101655 Date:   Mon Jun 6 20:50:14 2005 +0000
101656
101657     Survive NULL datadesc in datadesc_get_name; change the prototype of this function to return a const char*
101658     
101659     
101660     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1351 48e7efb5-ca39-0410-a469-dd3cf9ba447f
101661
101662 commit a810e06af15688fb21253ff4b2ccf5ffc23cf8d0
101663 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
101664 Date:   Mon Jun 6 13:51:41 2005 +0000
101665
101666     Use ERROR to display stuff while raising errors. It allows to benefit from all the goodies in there
101667     
101668     
101669     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1350 48e7efb5-ca39-0410-a469-dd3cf9ba447f
101670
101671 commit 4f5856cab1024a3b42a41db31fa968df68667552
101672 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
101673 Date:   Mon Jun 6 13:18:19 2005 +0000
101674
101675     Actually, null payload is quite common, harmless and those messages are plainly annoying
101676     
101677     
101678     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1349 48e7efb5-ca39-0410-a469-dd3cf9ba447f
101679
101680 commit a7de1d21bd57f14182886eba8456dee1e363ed91
101681 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
101682 Date:   Mon Jun 6 13:07:33 2005 +0000
101683
101684     Add some example/tests to amok
101685     
101686     
101687     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1348 48e7efb5-ca39-0410-a469-dd3cf9ba447f
101688
101689 commit 13c904d6998134e6eb726d1b695d9ce0c8c2e949
101690 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
101691 Date:   Mon Jun 6 13:05:06 2005 +0000
101692
101693     infrastructure
101694     
101695     
101696     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1347 48e7efb5-ca39-0410-a469-dd3cf9ba447f
101697
101698 commit 61854023a2f6440223cddb107a84a5c006b2be56
101699 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
101700 Date:   Mon Jun 6 12:30:53 2005 +0000
101701
101702     Rename raw sockets to measurement sockets since raw has another meaning in the networking community
101703     
101704     
101705     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1346 48e7efb5-ca39-0410-a469-dd3cf9ba447f
101706
101707 commit 2aef1f664a657d5f43fbe8951a0ae9ead95316a0
101708 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
101709 Date:   Mon Jun 6 12:23:57 2005 +0000
101710
101711     Kill french dupplicate of the log documentation now that the doxygen one is in place
101712     
101713     
101714     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1345 48e7efb5-ca39-0410-a469-dd3cf9ba447f
101715
101716 commit 021d6f3bc3e3d04e21143fe4c9d3be4957a26e1b
101717 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
101718 Date:   Sun Jun 5 20:11:08 2005 +0000
101719
101720     Done some points
101721     
101722     
101723     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1344 48e7efb5-ca39-0410-a469-dd3cf9ba447f
101724
101725 commit 6871d60846e21a811a079fb17970f7e09d79a5cd
101726 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
101727 Date:   Sun Jun 5 16:18:31 2005 +0000
101728
101729     regenerate after modification to exchange dynars
101730     
101731     
101732     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1343 48e7efb5-ca39-0410-a469-dd3cf9ba447f
101733
101734 commit 88801c0759c36af8f0e28f60c32f072a4ca6e6c4
101735 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
101736 Date:   Sun Jun 5 15:56:34 2005 +0000
101737
101738     regenerate after modification to exchange dynars
101739     
101740     
101741     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1342 48e7efb5-ca39-0410-a469-dd3cf9ba447f
101742
101743 commit ff88ba9de79690ca006b0e44e680f3205542f451
101744 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
101745 Date:   Sat Jun 4 21:16:51 2005 +0000
101746
101747     variable declaration before actions. Damn old gcc
101748     
101749     
101750     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1341 48e7efb5-ca39-0410-a469-dd3cf9ba447f
101751
101752 commit e0d3ce3ae644257d5260f2cda5599efdcf59e040
101753 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
101754 Date:   Sat Jun 4 21:10:53 2005 +0000
101755
101756     regenerate on valnure (dynar exchange)
101757     
101758     
101759     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1340 48e7efb5-ca39-0410-a469-dd3cf9ba447f
101760
101761 commit 64fe4122b800a9f7919a81241399c4d4e03bc42b
101762 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
101763 Date:   Sat Jun 4 20:56:41 2005 +0000
101764
101765     regenerate data after modification to exchange dynars
101766     
101767     
101768     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1339 48e7efb5-ca39-0410-a469-dd3cf9ba447f
101769
101770 commit 57a9b5eba15197470fe59be5a9262dc7dfd43f61
101771 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
101772 Date:   Sat Jun 4 20:55:16 2005 +0000
101773
101774     Document last changes, and cleanup things a bit
101775     
101776     
101777     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1338 48e7efb5-ca39-0410-a469-dd3cf9ba447f
101778
101779 commit 93bbfb13ee922b6a46b095c8e7ddf1a4e946d79e
101780 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
101781 Date:   Sat Jun 4 20:53:49 2005 +0000
101782
101783     type cb now receive the typedesc they operate on; sanitize the struct/union fields callbacks now that they get used; 'cycle' is now one bit of 'flags' not a whole integer
101784     
101785     
101786     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1337 48e7efb5-ca39-0410-a469-dd3cf9ba447f
101787
101788 commit be76efd4e3fae4da3f64db6ffae8fc5418a9b2ad
101789 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
101790 Date:   Sat Jun 4 20:51:28 2005 +0000
101791
101792     stupid me, unable to set a bit flag
101793     
101794     
101795     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1336 48e7efb5-ca39-0410-a469-dd3cf9ba447f
101796
101797 commit fa2e5b6995eb1572c4534259eea4197b3b618db9
101798 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
101799 Date:   Sat Jun 4 20:48:08 2005 +0000
101800
101801     Try to exchange dynars
101802     
101803     
101804     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1335 48e7efb5-ca39-0410-a469-dd3cf9ba447f
101805
101806 commit 276cd60a21dd997b8b1e107511855b4f20c20168
101807 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
101808 Date:   Sat Jun 4 20:42:58 2005 +0000
101809
101810     ability to send dynars transparently; type cb now receive the datadesc they operate on as argument
101811     
101812     
101813     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1334 48e7efb5-ca39-0410-a469-dd3cf9ba447f
101814
101815 commit 94617ae1008480e71e426a6e9a390361a9c82c30
101816 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
101817 Date:   Sat Jun 4 20:41:37 2005 +0000
101818
101819     kill 'ignored' category; 'cycle' is now one bit of 'flags'; ability to send dynars transparently; add cb to fields, not to the type of those fields
101820     
101821     
101822     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1333 48e7efb5-ca39-0410-a469-dd3cf9ba447f
101823
101824 commit dcd3314eae443a27302a2038092ada47a0e346f2
101825 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
101826 Date:   Sat Jun 4 20:39:09 2005 +0000
101827
101828     kill the (defunct) ignored category; change 'cycle' to a flag with multiple bits used; add the 'extra' field for callbacks usage (used to store datadesc wide stuff when sending dynar, ie constants)
101829     
101830     
101831     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1332 48e7efb5-ca39-0410-a469-dd3cf9ba447f
101832
101833 commit c0528332a1b0ab924721c9d5102eb2c6f68354b6
101834 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
101835 Date:   Sat Jun 4 20:37:16 2005 +0000
101836
101837     type callbacks now get the typedesc they operate on as argument
101838     
101839     
101840     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1331 48e7efb5-ca39-0410-a469-dd3cf9ba447f
101841
101842 commit 72fd59deec43430442b33740da0c8f127caba7da
101843 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
101844 Date:   Sat Jun 4 20:33:43 2005 +0000
101845
101846     Dumping function. As usual, for debuging purpose
101847     
101848     
101849     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1330 48e7efb5-ca39-0410-a469-dd3cf9ba447f
101850
101851 commit 29e6857fd894e6bcb929dc8643834eb357d92b7f
101852 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
101853 Date:   Sat Jun 4 20:32:53 2005 +0000
101854
101855     thanks debian for taking care of updating those files for me
101856     
101857     
101858     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1329 48e7efb5-ca39-0410-a469-dd3cf9ba447f
101859
101860 commit 9005f2b395fd85b7efdaa71d14f690b5769088cf
101861 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
101862 Date:   Thu Jun 2 16:52:08 2005 +0000
101863
101864     move the dynar type definition to a specific header so that we can share it with the code in charge of sending it accross
101865     
101866     
101867     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1328 48e7efb5-ca39-0410-a469-dd3cf9ba447f
101868
101869 commit 9eb8b5a3c4a65bf441c487ecef308654d4f384f4
101870 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
101871 Date:   Thu Jun 2 16:51:19 2005 +0000
101872
101873     move the type definition to a specific header so that we can share it with the code in charge of sending it accross
101874     
101875     
101876     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1327 48e7efb5-ca39-0410-a469-dd3cf9ba447f
101877
101878 commit 9372ee127d1ac95f44215fa0a8bbde01398b4a14
101879 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
101880 Date:   Thu Jun 2 16:16:21 2005 +0000
101881
101882     Some more SG_CONFIGURE_PART for aestetic and such
101883     
101884     
101885     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1326 48e7efb5-ca39-0410-a469-dd3cf9ba447f
101886
101887 commit b4b91e3eb08326707a5152d7e99ecadc0860f115
101888 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
101889 Date:   Thu Jun 2 15:54:06 2005 +0000
101890
101891     Don't use htonl in SG
101892     
101893     
101894     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1325 48e7efb5-ca39-0410-a469-dd3cf9ba447f
101895
101896 commit 6946b616b6a86ec67566c1e0f6675c4d35ad8ead
101897 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
101898 Date:   Thu Jun 2 15:53:02 2005 +0000
101899
101900     missing header
101901     
101902     
101903     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1324 48e7efb5-ca39-0410-a469-dd3cf9ba447f
101904
101905 commit a3ab1c4ed0a356487c9d46b810fcef4ef5ac6733
101906 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
101907 Date:   Thu Jun 2 15:38:56 2005 +0000
101908
101909     Very weird. Those modifications were supposed to have already been commited.
101910     
101911     
101912     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1323 48e7efb5-ca39-0410-a469-dd3cf9ba447f
101913
101914 commit 03fa6eaf33a30fb2d6a939b8c787d719bfa4a40a
101915 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
101916 Date:   Thu Jun 2 15:35:06 2005 +0000
101917
101918     Put a header to a function
101919     
101920     
101921     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1322 48e7efb5-ca39-0410-a469-dd3cf9ba447f
101922
101923 commit ef76afcf3495ea944ba3229bbf7669be762cd387
101924 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
101925 Date:   Thu Jun 2 11:54:45 2005 +0000
101926
101927     Yeah. Cool, we use the SIZEOF_MAX. But now also load the header where it's defined
101928     
101929     
101930     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1321 48e7efb5-ca39-0410-a469-dd3cf9ba447f
101931
101932 commit 0152b0fcb522280459d686aaa476ef1fb8326f88
101933 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
101934 Date:   Thu Jun 2 11:50:21 2005 +0000
101935
101936     Use SIZEOF_MAX now that configure tests it
101937     
101938     
101939     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1320 48e7efb5-ca39-0410-a469-dd3cf9ba447f
101940
101941 commit b271fe0293916d8c00062d714a65d731faec8565
101942 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
101943 Date:   Thu Jun 2 11:48:48 2005 +0000
101944
101945     Check for the maximal size of scalar on this arch
101946     
101947     
101948     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1319 48e7efb5-ca39-0410-a469-dd3cf9ba447f
101949
101950 commit 686dec33de79ebdb24cfc595fd679b63b466bc77
101951 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
101952 Date:   Thu Jun 2 11:08:54 2005 +0000
101953
101954     Remove my cruft
101955     
101956     
101957     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1318 48e7efb5-ca39-0410-a469-dd3cf9ba447f
101958
101959 commit 3595431d9a94c0b3833f488667f286529449b5ef
101960 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
101961 Date:   Wed Jun 1 19:45:21 2005 +0000
101962
101963     SURF won't try to bring this process to life anymore.
101964     
101965     
101966     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1317 48e7efb5-ca39-0410-a469-dd3cf9ba447f
101967
101968 commit 937002db594a50d239dc6cebfb5c46c0ba7a5fd9
101969 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
101970 Date:   Wed Jun 1 19:19:29 2005 +0000
101971
101972     Reverting Mt's modifications and making use of the brand new SURF timer.
101973     
101974     
101975     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1316 48e7efb5-ca39-0410-a469-dd3cf9ba447f
101976
101977 commit 9b27268d9d9bb2c80b6d5107343665d1df982c6e
101978 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
101979 Date:   Wed Jun 1 19:18:17 2005 +0000
101980
101981     Reverting Mt's modifications. There is a problem in MSG_process_kill. I need to ensure that when I destroy a process, SURF won't try to bring it to life...
101982     
101983     
101984     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1315 48e7efb5-ca39-0410-a469-dd3cf9ba447f
101985
101986 commit 1007ad7dc0a98deb8f975017050a451316a06e4d
101987 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
101988 Date:   Wed Jun 1 19:17:04 2005 +0000
101989
101990     Reverting Mt's modifications and preparing the delayed MSG_process_create.
101991     
101992     
101993     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1314 48e7efb5-ca39-0410-a469-dd3cf9ba447f
101994
101995 commit 360eaf0a72835413586ed5b2c8caabdbab71553a
101996 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
101997 Date:   Wed Jun 1 19:16:11 2005 +0000
101998
101999     Reverting Mt's modifications.
102000     
102001     
102002     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1313 48e7efb5-ca39-0410-a469-dd3cf9ba447f
102003
102004 commit beca4657a3cf9a8ef593829ddd5249fcd15899ed
102005 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
102006 Date:   Wed Jun 1 19:15:32 2005 +0000
102007
102008     Timer is now functionnal.
102009     
102010     
102011     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1312 48e7efb5-ca39-0410-a469-dd3cf9ba447f
102012
102013 commit 2c8d74dc47818c66bab15857ebe888f5e1900e48
102014 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
102015 Date:   Wed Jun 1 18:51:10 2005 +0000
102016
102017     remove trailing lines. Mainly for testing the loginfo mechanism.
102018     
102019     
102020     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1311 48e7efb5-ca39-0410-a469-dd3cf9ba447f
102021
102022 commit 2784a5886dc34e25eae092827f5cdaad4bedc706
102023 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
102024 Date:   Wed Jun 1 18:33:45 2005 +0000
102025
102026     buffix...
102027     
102028     
102029     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1310 48e7efb5-ca39-0410-a469-dd3cf9ba447f
102030
102031 commit 911f3385e7f85f79a3b4c8f50380dcf217b30501
102032 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
102033 Date:   Wed Jun 1 00:38:28 2005 +0000
102034
102035     Creating the timer resource.
102036     
102037     
102038     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1309 48e7efb5-ca39-0410-a469-dd3cf9ba447f
102039
102040 commit b59658a063489a0f89b971818530597ce329a3ce
102041 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
102042 Date:   Wed Jun 1 00:38:14 2005 +0000
102043
102044     Skeleton of a timer (still lack a little bit of code to be effective).
102045     
102046     
102047     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1308 48e7efb5-ca39-0410-a469-dd3cf9ba447f
102048
102049 commit 749ea30edef7311180cd8449a1ff449ea5d47b93
102050 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
102051 Date:   Wed Jun 1 00:37:02 2005 +0000
102052
102053     Fake trace to help designing a crontab
102054     
102055     
102056     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1307 48e7efb5-ca39-0410-a469-dd3cf9ba447f
102057
102058 commit 28b41e5afc60722c75727c405eb4b3d29caf093b
102059 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
102060 Date:   Wed Jun 1 00:35:39 2005 +0000
102061
102062     moving/hiding resource_object where it is needed.
102063     
102064     
102065     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1306 48e7efb5-ca39-0410-a469-dd3cf9ba447f
102066
102067 commit 0e0314deb67b21af9d4088bd5fe23300794de458
102068 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
102069 Date:   Mon May 30 16:04:06 2005 +0000
102070
102071     Tell explicitly gcc that hexa_print returns void
102072     
102073     
102074     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1305 48e7efb5-ca39-0410-a469-dd3cf9ba447f
102075
102076 commit b6a45996cca0f81a329959d7e809c8f955d94dd3
102077 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
102078 Date:   Mon May 30 15:58:57 2005 +0000
102079
102080     Some more work to do
102081     
102082     
102083     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1304 48e7efb5-ca39-0410-a469-dd3cf9ba447f
102084
102085 commit f5e363e6dba846da390b665e0e4caa7ee90b2786
102086 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
102087 Date:   Mon May 30 15:53:51 2005 +0000
102088
102089     Tell explicitly gcc that hexa_print returns void
102090     
102091     
102092     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1303 48e7efb5-ca39-0410-a469-dd3cf9ba447f
102093
102094 commit 6e8a202a0ba0ac7a45eb9bdafdac47f1821b83ef
102095 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
102096 Date:   Mon May 30 15:46:55 2005 +0000
102097
102098     document last changes
102099     
102100     
102101     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1302 48e7efb5-ca39-0410-a469-dd3cf9ba447f
102102
102103 commit a6a92abfb622b4e667e6853a5f39f6f003007588
102104 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
102105 Date:   Mon May 30 15:45:36 2005 +0000
102106
102107     embeed the buffer size within the buffer itself on SG. That way, send are atomic and cannot get intermixed anymore (at least the ones which are less than 100k)
102108     
102109     
102110     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1301 48e7efb5-ca39-0410-a469-dd3cf9ba447f
102111
102112 commit 284832ed09bcd8f66de2c3e6287fb11bb10dc9be
102113 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
102114 Date:   Mon May 30 15:43:33 2005 +0000
102115
102116     an hexadecimal printer I sometime use for debugging
102117     
102118     
102119     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1300 48e7efb5-ca39-0410-a469-dd3cf9ba447f
102120
102121 commit de746a537cd455c094792011d63ee309fc8d8711
102122 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
102123 Date:   Mon May 30 15:33:40 2005 +0000
102124
102125     Made an error message more explicit (hopefully)
102126     
102127     
102128     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1299 48e7efb5-ca39-0410-a469-dd3cf9ba447f
102129
102130 commit 53df2f10610a1118332e6fe650a10dc32bc5a37d
102131 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
102132 Date:   Mon May 30 14:11:09 2005 +0000
102133
102134     Sanitize swag documentation: group definition in module-xbt; group structure in .h; element documentation still in .c
102135     
102136     
102137     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1298 48e7efb5-ca39-0410-a469-dd3cf9ba447f
102138
102139 commit 404a5c6adee41f1161eee8e71278e2230abdd459
102140 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
102141 Date:   Fri May 27 19:43:13 2005 +0000
102142
102143     A proper (even if really KISS) implementation of gras_os_myname
102144     
102145     
102146     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1297 48e7efb5-ca39-0410-a469-dd3cf9ba447f
102147
102148 commit d1090ad7375e9ffbd83c87cb3b7622aead1084b3
102149 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
102150 Date:   Wed May 25 13:59:42 2005 +0000
102151
102152     Start the implementation of start_time and kill_time in the msg deployment.
102153     
102154     First bad news, I had to change the prototype of
102155     MSG_process_create_with_arguments. But until we use an option set here,
102156     there is no way to let the code evolving without such breakage (TODO).
102157     
102158     Second bad news: I didn't manage to implement start_time, ie to let
102159     processes sleep an arbitrary amount of time even before running at the first
102160     place.
102161     
102162     Third bad news: kill_time implementation seems buggy: examples/gras/ping
102163     hangs when the client has kill_time=0.8, ie when it dies during its sleep. I
102164     suspect a bug somewhere in MSG_process_kill
102165     
102166     
102167     In summary, Arnaud, please heeeelp :-/
102168     
102169     
102170     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1296 48e7efb5-ca39-0410-a469-dd3cf9ba447f
102171
102172 commit 86bade75f732e1e4de9d9b4d86069e325655beef
102173 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
102174 Date:   Wed May 25 13:47:32 2005 +0000
102175
102176     Add start_time and kill_time arguments to processes in deployment file
102177     
102178     
102179     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1295 48e7efb5-ca39-0410-a469-dd3cf9ba447f
102180
102181 commit 3d85805182365568b827d198e52c9463a946ec74
102182 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
102183 Date:   Wed May 25 12:50:21 2005 +0000
102184
102185     Properly explain to automake that flexml generated files are, well, generated
102186     
102187     
102188     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1294 48e7efb5-ca39-0410-a469-dd3cf9ba447f
102189
102190 commit 0d85b62de9da1e77e0cf1aab1238f1cf7057356e
102191 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
102192 Date:   Wed May 25 11:37:42 2005 +0000
102193
102194     document last changes
102195     
102196     
102197     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1293 48e7efb5-ca39-0410-a469-dd3cf9ba447f
102198
102199 commit 4a493e26f3d150dae733d8cda845ba86938932c7
102200 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
102201 Date:   Wed May 25 11:36:56 2005 +0000
102202
102203     differentiate the types 'char[22]' and 'unsigned char[22]'
102204     
102205     
102206     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1292 48e7efb5-ca39-0410-a469-dd3cf9ba447f
102207
102208 commit 5bd7898e3cb6afa99ee0225e7d248028781d8193
102209 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
102210 Date:   Wed May 25 11:25:10 2005 +0000
102211
102212     compile with -g; do clean .o files
102213     
102214     
102215     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1291 48e7efb5-ca39-0410-a469-dd3cf9ba447f
102216
102217 commit 64475c65e715e134d5a72931863896eb5d43fd32
102218 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
102219 Date:   Wed May 25 11:13:20 2005 +0000
102220
102221     Bugfix: Allow absolute paths for platform description files; don't trust strlen to get the size of the malloced buffer. It can be smaller if the string does not fill the space
102222     
102223     
102224     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1290 48e7efb5-ca39-0410-a469-dd3cf9ba447f
102225
102226 commit e9869546955549027a1680253a3402d72f4d8e03
102227 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
102228 Date:   Wed May 25 09:33:27 2005 +0000
102229
102230     Issue a warning on dangerous (but not impossible) situation
102231     
102232     
102233     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1289 48e7efb5-ca39-0410-a469-dd3cf9ba447f
102234
102235 commit 97f40f7edaf947feba1f4e47d639160f68e8393a
102236 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
102237 Date:   Wed May 25 08:56:09 2005 +0000
102238
102239     let's get more verbose on error
102240     
102241     
102242     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1288 48e7efb5-ca39-0410-a469-dd3cf9ba447f
102243
102244 commit 61441176a05ab34ceaaf7d7fde3e8f9fd6ee4e50
102245 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
102246 Date:   Wed May 25 08:44:14 2005 +0000
102247
102248     Check args before segfaulting on user
102249     
102250     
102251     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1287 48e7efb5-ca39-0410-a469-dd3cf9ba447f
102252
102253 commit 61e1eca28dc76bf9d8a4c3f01fefb225f8d5c9f1
102254 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
102255 Date:   Tue May 24 06:26:56 2005 +0000
102256
102257     Implement MSG_get_msgload
102258     
102259     
102260     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1286 48e7efb5-ca39-0410-a469-dd3cf9ba447f
102261
102262 commit edadfc86af1f3cb35e420c152c77f729e3b6a311
102263 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
102264 Date:   Mon May 23 08:16:19 2005 +0000
102265
102266     Trap to Arnaud: permissions will be fixed on html site on the next syncup without prior notice, ie I'll be given the right to change/fix them
102267     
102268     
102269     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1285 48e7efb5-ca39-0410-a469-dd3cf9ba447f
102270
102271 commit f68c06b3e1b9a701356b63a0e99ae33401739be9
102272 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
102273 Date:   Mon May 23 08:10:12 2005 +0000
102274
102275     Typo in doc
102276     
102277     
102278     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1284 48e7efb5-ca39-0410-a469-dd3cf9ba447f
102279
102280 commit b83faaec297de22822cb424dc57c689465ff4b2d
102281 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
102282 Date:   Thu May 19 13:53:30 2005 +0000
102283
102284     Typo fixing
102285     
102286     
102287     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1283 48e7efb5-ca39-0410-a469-dd3cf9ba447f
102288
102289 commit 2f890d442c636b308299dc7d11a5954ebf6e6c0d
102290 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
102291 Date:   Fri May 13 17:09:40 2005 +0000
102292
102293     New working version.
102294     
102295     
102296     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1282 48e7efb5-ca39-0410-a469-dd3cf9ba447f
102297
102298 commit 5a8017e245d6deac4a1d31dfd21a781efcf2388b
102299 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
102300 Date:   Fri May 13 17:03:46 2005 +0000
102301
102302     update for easier publishing
102303     
102304     
102305     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1280 48e7efb5-ca39-0410-a469-dd3cf9ba447f
102306
102307 commit be592e8b8d0185410a7f66bfa271479a1fd1030e
102308 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
102309 Date:   Fri May 13 17:02:05 2005 +0000
102310
102311     getting rid of gras-check-arch
102312     
102313     
102314     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1279 48e7efb5-ca39-0410-a469-dd3cf9ba447f
102315
102316 commit 4882091cfbf6ba61a576e0706b4fd03520b07fbc
102317 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
102318 Date:   Fri May 13 17:01:41 2005 +0000
102319
102320     minor modifications
102321     
102322     
102323     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1278 48e7efb5-ca39-0410-a469-dd3cf9ba447f
102324
102325 commit 916ecdd145136e27f011311261ced4d8befdd0dd
102326 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
102327 Date:   Fri May 13 13:52:06 2005 +0000
102328
102329     kilkilkil old cruft
102330     
102331     
102332     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1277 48e7efb5-ca39-0410-a469-dd3cf9ba447f
102333
102334 commit 92aed71fd2dc79ee63009b6987dfad5896de4428
102335 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
102336 Date:   Fri May 13 13:51:15 2005 +0000
102337
102338     Mailing list migration
102339     
102340     
102341     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1276 48e7efb5-ca39-0410-a469-dd3cf9ba447f
102342
102343 commit 0088239fb0d8b5cda5a6bd7ea995f8b6bbbb8d02
102344 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
102345 Date:   Fri May 13 13:44:30 2005 +0000
102346
102347     This is outdated. I prefer killing it than getting hit one day
102348     
102349     
102350     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1275 48e7efb5-ca39-0410-a469-dd3cf9ba447f
102351
102352 commit d0e706bfb6ca667f0d6b45ca170b40b6471523ec
102353 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
102354 Date:   Fri May 13 13:09:25 2005 +0000
102355
102356     Mailing lists were moved out of ENS to gforge a while ago
102357     
102358     
102359     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1274 48e7efb5-ca39-0410-a469-dd3cf9ba447f
102360
102361 commit 9ea25ef8eaa7822f25f60a21a9daf84c49b053e1
102362 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
102363 Date:   Fri May 13 11:20:15 2005 +0000
102364
102365     Fix team email
102366     
102367     
102368     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1273 48e7efb5-ca39-0410-a469-dd3cf9ba447f
102369
102370 commit 8a0163896b60ee56d779f07afb6fa42a87c78940
102371 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
102372 Date:   Fri May 13 11:19:42 2005 +0000
102373
102374     Release 2.94
102375     
102376     
102377     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1272 48e7efb5-ca39-0410-a469-dd3cf9ba447f
102378
102379 commit 30b6e2633cfcf570325ba083bac5e29943796ff6
102380 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
102381 Date:   Fri May 13 11:18:40 2005 +0000
102382
102383     Return what should be so that the emulation support is disabled on RL
102384     
102385     
102386     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1271 48e7efb5-ca39-0410-a469-dd3cf9ba447f
102387
102388 commit 15b38042b4845b8739ce0f5d11e1c8ce8dd4ae78
102389 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
102390 Date:   Tue May 10 15:05:35 2005 +0000
102391
102392     The RL vs SG choice is done by the function implementation choice (library choice). No need to specifically check whether we're on RL or SG
102393     
102394     
102395     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1270 48e7efb5-ca39-0410-a469-dd3cf9ba447f
102396
102397 commit c4f2f93c0322134842983911136549d38dbca416
102398 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
102399 Date:   Tue May 10 14:59:59 2005 +0000
102400
102401     cosmetics
102402     
102403     
102404     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1269 48e7efb5-ca39-0410-a469-dd3cf9ba447f
102405
102406 commit db32f701b91d3ae38c3e96f36e8d80cb07f847f9
102407 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
102408 Date:   Tue May 10 14:56:21 2005 +0000
102409
102410     Rename gras_chrono_{init,exit} to gras_emul_{init,exit}, and call them at the right time
102411     
102412     
102413     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1268 48e7efb5-ca39-0410-a469-dd3cf9ba447f
102414
102415 commit 2188333e8e6e601894853b93fb726fa4d459837d
102416 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
102417 Date:   Tue May 10 14:55:45 2005 +0000
102418
102419     Rename gras_chrono_{init,exit} to gras_emul_{init,exit}
102420     
102421     
102422     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1267 48e7efb5-ca39-0410-a469-dd3cf9ba447f
102423
102424 commit 2eb0c3e05553c3b5ffd9e2af1ba6cc3e8b1bd81b
102425 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
102426 Date:   Tue May 10 14:50:26 2005 +0000
102427
102428     Document properly the emulation module
102429     
102430     
102431     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1266 48e7efb5-ca39-0410-a469-dd3cf9ba447f
102432
102433 commit 455a07955e3ded6b766e3a42939ed6fc87aa97f1
102434 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
102435 Date:   Tue May 10 13:48:41 2005 +0000
102436
102437     Introduce the emulation module in the doc
102438     
102439     
102440     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1265 48e7efb5-ca39-0410-a469-dd3cf9ba447f
102441
102442 commit e0182c7ea76feb1bfaefc546e584286608b14a6a
102443 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
102444 Date:   Tue May 10 13:44:02 2005 +0000
102445
102446     Merge conditional execution and timing macros into emulation module
102447     
102448     
102449     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1264 48e7efb5-ca39-0410-a469-dd3cf9ba447f
102450
102451 commit 6c8aa3e9cb5ce12a2ee632bddac141fa9f0b29b3
102452 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
102453 Date:   Tue May 10 13:34:03 2005 +0000
102454
102455     header got renamed
102456     
102457     
102458     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1263 48e7efb5-ca39-0410-a469-dd3cf9ba447f
102459
102460 commit f103b060ebe4ae96be56fd325b71b31c288ac251
102461 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
102462 Date:   Tue May 10 13:33:44 2005 +0000
102463
102464     kill dead and useless headers
102465     
102466     
102467     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1262 48e7efb5-ca39-0410-a469-dd3cf9ba447f
102468
102469 commit 1da99cb4dcc64cf3993af474abf27399722aa09a
102470 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
102471 Date:   Tue May 10 13:32:16 2005 +0000
102472
102473     Merge conditional execution and timing macros into emulation module
102474     
102475     
102476     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1261 48e7efb5-ca39-0410-a469-dd3cf9ba447f
102477
102478 commit aa10d062e88adc07c982d5961ecbca33972a52f8
102479 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
102480 Date:   Tue May 10 13:04:27 2005 +0000
102481
102482     Merge chrono.h (timing macros) and cond.h (conditional execution) into emul.h (emulation support)
102483     
102484     
102485     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1260 48e7efb5-ca39-0410-a469-dd3cf9ba447f
102486
102487 commit 23a046ae87cecf578eb0b45116321f6bffd770e9
102488 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
102489 Date:   Tue May 10 11:11:51 2005 +0000
102490
102491     Document last changes
102492     
102493     
102494     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1259 48e7efb5-ca39-0410-a469-dd3cf9ba447f
102495
102496 commit a0427752fb7dac8b9c0e4a0fc9cce58ba4b05144
102497 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
102498 Date:   Tue May 10 11:11:24 2005 +0000
102499
102500     Also loop on a simple malloc and on an integer incrementation to test the precision of the timers
102501     
102502     
102503     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1258 48e7efb5-ca39-0410-a469-dd3cf9ba447f
102504
102505 commit 65fa5368ce444c71b473d9cf2ffc8e7ed29a2ea6
102506 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
102507 Date:   Tue May 10 11:10:19 2005 +0000
102508
102509     Use proper timer; allow several timed sections per file (ie, use the 'line' argument to build the dictionary tag); cleanup our mess on exit; use proper logs
102510     
102511     
102512     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1257 48e7efb5-ca39-0410-a469-dd3cf9ba447f
102513
102514 commit 832fed2e817aad1deb04971a551b7a5204981d87
102515 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
102516 Date:   Tue May 10 11:08:44 2005 +0000
102517
102518     Implement real timers to avoid rounding errors when using only current time encoded as a double
102519     
102520     
102521     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1256 48e7efb5-ca39-0410-a469-dd3cf9ba447f
102522
102523 commit d0044d55f406052a8fe431b8ba2eec7d85217dd3
102524 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
102525 Date:   Tue May 10 11:07:32 2005 +0000
102526
102527     Move private declarations to private header
102528     
102529     
102530     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1255 48e7efb5-ca39-0410-a469-dd3cf9ba447f
102531
102532 commit d5ec9cf45fa76b479c48a2a512dc6ce9fc40d89c
102533 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
102534 Date:   Tue May 10 11:06:33 2005 +0000
102535
102536     the chrono module now cleanups its mess on gras exit
102537     
102538     
102539     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1254 48e7efb5-ca39-0410-a469-dd3cf9ba447f
102540
102541 commit 826d4530fc8e3b805049cf6dcdd411a57641f55b
102542 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
102543 Date:   Sun May 8 21:25:01 2005 +0000
102544
102545     Some more work to do
102546     
102547     
102548     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1253 48e7efb5-ca39-0410-a469-dd3cf9ba447f
102549
102550 commit 63a34d8e7adcbddfd28cf3c1f6669f94e1eb475c
102551 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
102552 Date:   Sat May 7 23:07:36 2005 +0000
102553
102554     Use my official email address, now that I have one
102555     
102556     
102557     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1252 48e7efb5-ca39-0410-a469-dd3cf9ba447f
102558
102559 commit 96e7e40441f08a9b60cc16d3cac6b7d387fb2a3f
102560 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
102561 Date:   Wed May 4 01:29:17 2005 +0000
102562
102563     Cool! We have a bash access. Let's use it! :)
102564     
102565     https://gforge.inria.fr/forum/forum.php?thread_id=80&forum_id=45
102566     
102567     
102568     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1251 48e7efb5-ca39-0410-a469-dd3cf9ba447f
102569
102570 commit 8efa99d55edbcede3aca675a37997a96474987dc
102571 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
102572 Date:   Mon May 2 13:14:37 2005 +0000
102573
102574     Translate the todo and add an item
102575     
102576     
102577     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1250 48e7efb5-ca39-0410-a469-dd3cf9ba447f
102578
102579 commit 09bb62f11f55964b402d295d0d42d5f679f965fc
102580 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
102581 Date:   Thu Apr 28 13:48:10 2005 +0000
102582
102583     Document how to compile your code against GRAS; various cleanups
102584     
102585     
102586     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1249 48e7efb5-ca39-0410-a469-dd3cf9ba447f
102587
102588 commit bbffabddf1761a823dc02dd826313a4069ebe5b8
102589 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
102590 Date:   Thu Apr 28 13:46:46 2005 +0000
102591
102592     Protect a coma (separes arguments in m4)
102593     
102594     
102595     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1248 48e7efb5-ca39-0410-a469-dd3cf9ba447f
102596
102597 commit 431603cb9166c1f00ee996b469d4632b09f48095
102598 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
102599 Date:   Thu Apr 28 13:45:28 2005 +0000
102600
102601     Fix a link
102602     
102603     
102604     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1247 48e7efb5-ca39-0410-a469-dd3cf9ba447f
102605
102606 commit 5916b85507acd800c982de1c1fb24831a0b68bc6
102607 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
102608 Date:   Thu Apr 28 12:03:12 2005 +0000
102609
102610     .
102611     
102612     
102613     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1246 48e7efb5-ca39-0410-a469-dd3cf9ba447f
102614
102615 commit 41b44f00f1417879040fda9119e98e480cba2748
102616 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
102617 Date:   Thu Apr 28 11:59:43 2005 +0000
102618
102619     document the image map
102620     
102621     
102622     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1245 48e7efb5-ca39-0410-a469-dd3cf9ba447f
102623
102624 commit bea8fdd9290539de8eed3f523a99bb9fdd82204a
102625 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
102626 Date:   Thu Apr 28 11:58:08 2005 +0000
102627
102628     Configury beautification
102629     
102630     
102631     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1244 48e7efb5-ca39-0410-a469-dd3cf9ba447f
102632
102633 commit 42482b305301fa7fae8764506d906ed45dfce64e
102634 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
102635 Date:   Thu Apr 28 11:45:36 2005 +0000
102636
102637     It's dead, my friend. Don't look for it anymore
102638     
102639     
102640     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1243 48e7efb5-ca39-0410-a469-dd3cf9ba447f
102641
102642 commit f65648b37511c0c29ff4d7a49f41e2622d8defe4
102643 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
102644 Date:   Thu Apr 28 11:44:37 2005 +0000
102645
102646     Document last changes
102647     
102648     
102649     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1242 48e7efb5-ca39-0410-a469-dd3cf9ba447f
102650
102651 commit 22a798094ac42b8b1f8c8c16040d6bd30811f6b4
102652 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
102653 Date:   Thu Apr 28 11:42:38 2005 +0000
102654
102655     The grand Doxygen simplification
102656     
102657     
102658     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1241 48e7efb5-ca39-0410-a469-dd3cf9ba447f
102659
102660 commit 5a7704487b236ab630cbbd21522703bd975ed877
102661 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
102662 Date:   Thu Apr 28 11:42:20 2005 +0000
102663
102664     kilkil useless
102665     
102666     
102667     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1240 48e7efb5-ca39-0410-a469-dd3cf9ba447f
102668
102669 commit 61564332614752522a9bc97d27f5903a33643917
102670 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
102671 Date:   Thu Apr 28 10:07:13 2005 +0000
102672
102673     Fix cross reference to MSG documentation
102674     
102675     
102676     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1239 48e7efb5-ca39-0410-a469-dd3cf9ba447f
102677
102678 commit 8b999d8584c69171fd653758990ef7af027e273f
102679 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
102680 Date:   Thu Apr 28 09:47:24 2005 +0000
102681
102682     Reduce the amount of unneeded differences between Doxyfile.main and Doxyfile.API
102683     
102684     
102685     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1238 48e7efb5-ca39-0410-a469-dd3cf9ba447f
102686
102687 commit 9a4e55feeb53d29c30665c94a0d8b8d8de23c029
102688 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
102689 Date:   Thu Apr 28 09:37:59 2005 +0000
102690
102691     Doxygen simplification makes this useless
102692     
102693     
102694     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1237 48e7efb5-ca39-0410-a469-dd3cf9ba447f
102695
102696 commit 9dece88dbea7b5f31abf6c79486b75d62796fe67
102697 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
102698 Date:   Thu Apr 28 09:36:48 2005 +0000
102699
102700     Let's get sensible
102701     
102702     
102703     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1236 48e7efb5-ca39-0410-a469-dd3cf9ba447f
102704
102705 commit c672eb1df1660baad5efba69cf0e4bd1b3f02592
102706 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
102707 Date:   Thu Apr 28 00:21:43 2005 +0000
102708
102709     Document 'Cleanups in the doxygenification of MSG examples.'
102710     
102711     
102712     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1235 48e7efb5-ca39-0410-a469-dd3cf9ba447f
102713
102714 commit 886f84da00e5fdff4da9ef40ec3a488dbac576b1
102715 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
102716 Date:   Thu Apr 28 00:20:14 2005 +0000
102717
102718     Kill the two-phases doxygenification now that it's useless. Actually, don't kill it yet, but just comment it. If Arnaud is ok with the new pages setup, I'll euthanasy it all.
102719     
102720     
102721     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1234 48e7efb5-ca39-0410-a469-dd3cf9ba447f
102722
102723 commit ce565aba5d85be05fae86117fe73792a0bcbc0a4
102724 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
102725 Date:   Thu Apr 28 00:18:30 2005 +0000
102726
102727     msg now has its own module file ; New doxygenification of the example
102728     
102729     
102730     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1233 48e7efb5-ca39-0410-a469-dd3cf9ba447f
102731
102732 commit 31cdbb05b8e60a3d47d1d688e1a35cd457a6f407
102733 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
102734 Date:   Thu Apr 28 00:17:44 2005 +0000
102735
102736     Rework the example so that it fits beter its new doxygenification
102737     
102738     
102739     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1232 48e7efb5-ca39-0410-a469-dd3cf9ba447f
102740
102741 commit 2e18970601533e4f8df791b3225498c8cb05f225
102742 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
102743 Date:   Thu Apr 28 00:15:47 2005 +0000
102744
102745     Move msg module to its own file
102746     
102747     
102748     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1231 48e7efb5-ca39-0410-a469-dd3cf9ba447f
102749
102750 commit 7c5b4b893f4994a61c26e794c8b8c9fc6576aea2
102751 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
102752 Date:   Wed Apr 27 23:26:17 2005 +0000
102753
102754     add an introduction line before the list to make doxygen happy
102755     
102756     
102757     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1230 48e7efb5-ca39-0410-a469-dd3cf9ba447f
102758
102759 commit 702dbc47db2ffe8af2f299c49f64a04a3b8dfc30
102760 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
102761 Date:   Tue Apr 19 21:44:16 2005 +0000
102762
102763     Enable to call MSG_paje_output right before MSG_main.
102764     
102765     
102766     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1229 48e7efb5-ca39-0410-a469-dd3cf9ba447f
102767
102768 commit aefec11f74b58bd4853ad136ed81d3988f26906a
102769 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
102770 Date:   Fri Apr 15 22:19:03 2005 +0000
102771
102772     Killall can now be called from an agent
102773     
102774     
102775     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1228 48e7efb5-ca39-0410-a469-dd3cf9ba447f
102776
102777 commit 0ac9a797df75936bc93ce7dad9e0086850f064e0
102778 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
102779 Date:   Fri Apr 15 17:18:45 2005 +0000
102780
102781     Sorry about that. I had forgotten to commit this file. It supersedes the
102782     placeholder from Martin.
102783     
102784     
102785     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1227 48e7efb5-ca39-0410-a469-dd3cf9ba447f
102786
102787 commit 099ae62433e5e13777b38086a9a78a5b758fde71
102788 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
102789 Date:   Fri Apr 15 14:45:03 2005 +0000
102790
102791     Add missing header
102792     
102793     
102794     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1226 48e7efb5-ca39-0410-a469-dd3cf9ba447f
102795
102796 commit d0bdf8f25600f7e9f8c112d7f9ed2c89a9820979
102797 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
102798 Date:   Fri Apr 15 14:44:33 2005 +0000
102799
102800     use CVS version of flexml to generate it since it breaks otherwise
102801     
102802     
102803     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1225 48e7efb5-ca39-0410-a469-dd3cf9ba447f
102804
102805 commit 5c31366609199a57339e472af71dbdd30c4fd60e
102806 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
102807 Date:   Fri Apr 15 14:43:23 2005 +0000
102808
102809     Placeholder
102810     
102811     
102812     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1224 48e7efb5-ca39-0410-a469-dd3cf9ba447f
102813
102814 commit 536e2df34e0f3594005c270f62d8f5c074fec732
102815 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
102816 Date:   Fri Apr 15 14:30:24 2005 +0000
102817
102818     .
102819     
102820     
102821     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1223 48e7efb5-ca39-0410-a469-dd3cf9ba447f
102822
102823 commit f4311d4e75331e015ee3cd2f2c45a833bb3c5ede
102824 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
102825 Date:   Fri Apr 15 14:29:34 2005 +0000
102826
102827     Add flex generated cruft for gentoo users ;)
102828     
102829     
102830     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1222 48e7efb5-ca39-0410-a469-dd3cf9ba447f
102831
102832 commit 6590af9a0e62a853c73e5366bbe796b6237edcb4
102833 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
102834 Date:   Fri Apr 15 14:29:02 2005 +0000
102835
102836     Don't ignore flex result. Some poor gentoo souls need it in CVS
102837     
102838     
102839     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1221 48e7efb5-ca39-0410-a469-dd3cf9ba447f
102840
102841 commit bb92afbd7582caca17782da3c1fb9f8a444f1578
102842 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
102843 Date:   Fri Apr 15 14:28:18 2005 +0000
102844
102845     Fix flexml detection
102846     
102847     
102848     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1220 48e7efb5-ca39-0410-a469-dd3cf9ba447f
102849
102850 commit 8ffecc04a145c8aa4f5911ef27b0657ec01bf0d7
102851 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
102852 Date:   Fri Apr 15 14:13:38 2005 +0000
102853
102854     only express our happyness when things actually went right
102855     
102856     
102857     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1219 48e7efb5-ca39-0410-a469-dd3cf9ba447f
102858
102859 commit ec78c5693767d663a12d9849cf68d6e178ba4990
102860 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
102861 Date:   Fri Apr 15 14:10:36 2005 +0000
102862
102863     Don't ignore flex generated files. Gentoo only have an old flex and it's a pain
102864     
102865     
102866     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1218 48e7efb5-ca39-0410-a469-dd3cf9ba447f
102867
102868 commit 8657fba02acd7ec7d4ea587439362d836d9ef42f
102869 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
102870 Date:   Thu Apr 14 22:19:19 2005 +0000
102871
102872     Stop loading private headers in public ones
102873     
102874     
102875     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1217 48e7efb5-ca39-0410-a469-dd3cf9ba447f
102876
102877 commit a6f1ed39139e19a28dc16c4b5f796ab9d9da35ed
102878 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
102879 Date:   Thu Apr 14 21:46:37 2005 +0000
102880
102881     Add a word about ucontext configury
102882     
102883     
102884     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1216 48e7efb5-ca39-0410-a469-dd3cf9ba447f
102885
102886 commit 989078e144024c50828fc7bccbaa63832733390e
102887 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
102888 Date:   Thu Apr 14 21:34:27 2005 +0000
102889
102890     moving timer functions so that we can use them for internals
102891     
102892     
102893     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1215 48e7efb5-ca39-0410-a469-dd3cf9ba447f
102894
102895 commit 79d467c1216693e97121b7227a15c1bc3c544d66
102896 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
102897 Date:   Thu Apr 14 08:31:53 2005 +0000
102898
102899     Regenerate with the lastest flexml (does only fix the copyright header)
102900     
102901     
102902     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1214 48e7efb5-ca39-0410-a469-dd3cf9ba447f
102903
102904 commit 94af71c0d81fa37aa96b4b7eb289db6dc2e19717
102905 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
102906 Date:   Thu Apr 14 08:30:58 2005 +0000
102907
102908     React sainly when flexml is not installed
102909     
102910     
102911     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1213 48e7efb5-ca39-0410-a469-dd3cf9ba447f
102912
102913 commit c0af845d5515775b388fe585c3964dca7616676b
102914 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
102915 Date:   Thu Apr 14 08:30:36 2005 +0000
102916
102917     Automatic update (I love debian)
102918     
102919     
102920     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1212 48e7efb5-ca39-0410-a469-dd3cf9ba447f
102921
102922 commit 150daebe098d4d7866b8db6c90ce18e56178302e
102923 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
102924 Date:   Thu Apr 14 08:25:25 2005 +0000
102925
102926     Fix detection of flexml presence
102927     
102928     
102929     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1211 48e7efb5-ca39-0410-a469-dd3cf9ba447f
102930
102931 commit 3859e43b3cf658791366f7b150cfd0bb9fb7190c
102932 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
102933 Date:   Thu Apr 14 08:16:05 2005 +0000
102934
102935     Please die properly when flexml goes wrong or is not there
102936     
102937     
102938     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1210 48e7efb5-ca39-0410-a469-dd3cf9ba447f
102939
102940 commit 611e12c3d9c307481fecbac2d8759484de621209
102941 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
102942 Date:   Wed Apr 6 10:49:07 2005 +0000
102943
102944     Regenerating with flexml 1.3
102945     
102946     
102947     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1209 48e7efb5-ca39-0410-a469-dd3cf9ba447f
102948
102949 commit 69719adc7957b3726e1302653bb8610f4059d493
102950 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
102951 Date:   Wed Apr 6 10:48:09 2005 +0000
102952
102953     Reduce a bit the flexml stack now that flexml 1.3 is out
102954     
102955     
102956     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1208 48e7efb5-ca39-0410-a469-dd3cf9ba447f
102957
102958 commit 9095d6425344526ccae1d216db533fc81b6ee198
102959 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
102960 Date:   Thu Mar 31 20:28:58 2005 +0000
102961
102962     I can't code right now, but I can polute the ChangeLog ;)
102963     
102964     
102965     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1207 48e7efb5-ca39-0410-a469-dd3cf9ba447f
102966
102967 commit 4219ada82294f9bcc97947adf167c73bee5f6fbb
102968 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
102969 Date:   Thu Mar 31 01:27:50 2005 +0000
102970
102971     update
102972     
102973     
102974     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1206 48e7efb5-ca39-0410-a469-dd3cf9ba447f
102975
102976 commit 06f0d1d110338b3eb607633583183a076f7d2722
102977 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
102978 Date:   Thu Mar 31 01:27:00 2005 +0000
102979
102980     no more printf (using DEBUG)
102981     use of xbt_os_time for benchmarking...
102982     
102983     
102984     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1205 48e7efb5-ca39-0410-a469-dd3cf9ba447f
102985
102986 commit 2847e093dd8f81f32172ed41178acad8ef46566f
102987 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
102988 Date:   Thu Mar 31 01:26:21 2005 +0000
102989
102990     uniformization
102991     
102992     
102993     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1204 48e7efb5-ca39-0410-a469-dd3cf9ba447f
102994
102995 commit 6db0f7d71e531f5a92f8592ae3b3f495b5b932cb
102996 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
102997 Date:   Thu Mar 31 01:26:04 2005 +0000
102998
102999     cosmetic
103000     
103001     
103002     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1203 48e7efb5-ca39-0410-a469-dd3cf9ba447f
103003
103004 commit e63af9cb81992dcf84822e931ec45c841f4b8cc5
103005 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
103006 Date:   Thu Mar 31 01:24:42 2005 +0000
103007
103008     use xbt_os_time
103009     
103010     
103011     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1202 48e7efb5-ca39-0410-a469-dd3cf9ba447f
103012
103013 commit 933169f7340432501f2493e81b31589f4e4a7c8a
103014 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
103015 Date:   Thu Mar 31 01:23:32 2005 +0000
103016
103017     bugfix
103018     
103019     
103020     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1201 48e7efb5-ca39-0410-a469-dd3cf9ba447f
103021
103022 commit 48fb61a024cd614fd1544b95c360022fc470b505
103023 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
103024 Date:   Thu Mar 31 01:21:58 2005 +0000
103025
103026     Add xbt_os_time(). This functions returns the number of seconds since the Epoch (00:00:00 UTC, January 1, 1970).  Most users should use gras_os_time and should not use this function unless they really know what they are doing.
103027     
103028     
103029     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1200 48e7efb5-ca39-0410-a469-dd3cf9ba447f
103030
103031 commit ee090d32918ca9a943ba989385ec407a73957224
103032 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
103033 Date:   Thu Mar 31 00:03:56 2005 +0000
103034
103035     cruft
103036     
103037     
103038     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1199 48e7efb5-ca39-0410-a469-dd3cf9ba447f
103039
103040 commit 147d85384fe57aa5af318362a3cf1e9c2ed1153c
103041 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
103042 Date:   Wed Mar 30 23:48:44 2005 +0000
103043
103044     removing msg_test from testsuite
103045     
103046     
103047     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1198 48e7efb5-ca39-0410-a469-dd3cf9ba447f
103048
103049 commit a6928ad19369215544612db036d822f6a78dd2a2
103050 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
103051 Date:   Wed Mar 30 23:48:18 2005 +0000
103052
103053     upload what you can on gforge
103054     
103055     
103056     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1197 48e7efb5-ca39-0410-a469-dd3cf9ba447f
103057
103058 commit a4a465b10cdc418a22dd5a739639dd58821aa3b7
103059 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
103060 Date:   Wed Mar 30 23:44:04 2005 +0000
103061
103062     we don't need those files anymore. We use their examples/ equivalent versions.
103063     
103064     
103065     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1196 48e7efb5-ca39-0410-a469-dd3cf9ba447f
103066
103067 commit 320dd2ebba27932ac6cbec8b51dd50cc169a61f4
103068 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
103069 Date:   Wed Mar 30 23:37:24 2005 +0000
103070
103071     Updating the documentation and uploading to gforge.
103072     
103073     
103074     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1195 48e7efb5-ca39-0410-a469-dd3cf9ba447f
103075
103076 commit 66159235638269235e9ff304bded7e223502e746
103077 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
103078 Date:   Wed Mar 30 23:12:46 2005 +0000
103079
103080     Advertisement for Paje.
103081     
103082     
103083     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1194 48e7efb5-ca39-0410-a469-dd3cf9ba447f
103084
103085 commit 80f12741b28d98e2d8677bc987afcbedd02e25fb
103086 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
103087 Date:   Wed Mar 30 16:31:28 2005 +0000
103088
103089     s/gras_process_getpid/gras_os_getpid/
103090     
103091     
103092     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1193 48e7efb5-ca39-0410-a469-dd3cf9ba447f
103093
103094 commit 33f08ec411b521a99485dcdf5fa8db9fefcbeefa
103095 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
103096 Date:   Wed Mar 30 00:33:46 2005 +0000
103097
103098     commit changes
103099     
103100     
103101     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1192 48e7efb5-ca39-0410-a469-dd3cf9ba447f
103102
103103 commit 1e2104d6715a3038c8ff9dc26631c08342c4c868
103104 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
103105 Date:   Wed Mar 30 00:28:24 2005 +0000
103106
103107     New colorizer.
103108     
103109     
103110     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1191 48e7efb5-ca39-0410-a469-dd3cf9ba447f
103111
103112 commit 2ddab1a7a92fa2a458963cf9dc8dd5d2da30283e
103113 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
103114 Date:   Wed Mar 30 00:25:37 2005 +0000
103115
103116     Forget about messages and use native xbt logs...
103117     
103118     
103119     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1190 48e7efb5-ca39-0410-a469-dd3cf9ba447f
103120
103121 commit 0aa5a19f3da8078299341578144c4d4aa45e3b18
103122 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
103123 Date:   Wed Mar 30 00:25:01 2005 +0000
103124
103125     Don't return stupid strings.
103126     
103127     
103128     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1189 48e7efb5-ca39-0410-a469-dd3cf9ba447f
103129
103130 commit fbaca65f9e2d00fa1d658bb71472f255052a4998
103131 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
103132 Date:   Tue Mar 29 23:50:07 2005 +0000
103133
103134     Verbose logs.
103135     
103136     
103137     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1188 48e7efb5-ca39-0410-a469-dd3cf9ba447f
103138
103139 commit 912a9ae1e7d165713255d17b216500188057ecea
103140 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
103141 Date:   Tue Mar 29 23:49:23 2005 +0000
103142
103143     adding a getpid function
103144     
103145     
103146     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1187 48e7efb5-ca39-0410-a469-dd3cf9ba447f
103147
103148 commit 5b2cf57955a81760994147720504339413d91aa9
103149 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
103150 Date:   Tue Mar 29 23:43:29 2005 +0000
103151
103152     Avoid segfault or infinite loop when calling this function from somewhere else than a MSG process...
103153     
103154     
103155     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1186 48e7efb5-ca39-0410-a469-dd3cf9ba447f
103156
103157 commit 662efafcb2bbb2317a5b08d76316701957fe779b
103158 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
103159 Date:   Tue Mar 29 22:26:47 2005 +0000
103160
103161     Document tonight's changes
103162     
103163     
103164     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1185 48e7efb5-ca39-0410-a469-dd3cf9ba447f
103165
103166 commit 18d865e6985d7a5903eac874c8942b7001310625
103167 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
103168 Date:   Tue Mar 29 22:24:16 2005 +0000
103169
103170     Implement a gras_os_myname. KISS and don't try a DNS resolver tonight. ie, don't give a sensible result in RL
103171     
103172     
103173     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1184 48e7efb5-ca39-0410-a469-dd3cf9ba447f
103174
103175 commit 32cc139a44b6a304568491452f1b704ab5648127
103176 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
103177 Date:   Tue Mar 29 21:34:49 2005 +0000
103178
103179     +=timer.trace
103180     
103181     
103182     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1183 48e7efb5-ca39-0410-a469-dd3cf9ba447f
103183
103184 commit ea2225faa2638238ab3433a634d952196b69544a
103185 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
103186 Date:   Tue Mar 29 21:34:18 2005 +0000
103187
103188     +=ping.trace
103189     
103190     
103191     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1182 48e7efb5-ca39-0410-a469-dd3cf9ba447f
103192
103193 commit f7fe8d8f454c5a1986343b8fb785a62aae8581ec
103194 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
103195 Date:   Tue Mar 29 21:32:39 2005 +0000
103196
103197     +=chrono.trace
103198     
103199     
103200     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1181 48e7efb5-ca39-0410-a469-dd3cf9ba447f
103201
103202 commit 0f8521bcf90db5c4bfd343892568497ef90a94da
103203 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
103204 Date:   Tue Mar 29 21:25:05 2005 +0000
103205
103206     Change the name of a function which was not implemented yet
103207     
103208     
103209     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1180 48e7efb5-ca39-0410-a469-dd3cf9ba447f
103210
103211 commit 05d02d8e9e7b60ff48983f8c56288b486be75cf9
103212 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
103213 Date:   Tue Mar 29 21:20:46 2005 +0000
103214
103215     cleanup
103216     
103217     
103218     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1179 48e7efb5-ca39-0410-a469-dd3cf9ba447f
103219
103220 commit a629859e5bf62936f3f8fcd9be986d0db00b3218
103221 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
103222 Date:   Tue Mar 29 21:14:26 2005 +0000
103223
103224     Change SIMGRID_INSTALL_PATH to GRAS_ROOT. It's not as clear, but I had to
103225     
103226     
103227     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1178 48e7efb5-ca39-0410-a469-dd3cf9ba447f
103228
103229 commit 6e3804d01fd5317dac9b0ddf0ddfbc46cf12cef1
103230 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
103231 Date:   Fri Mar 25 21:47:11 2005 +0000
103232
103233     MSG_getClock is a stupid name.
103234     
103235     
103236     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1177 48e7efb5-ca39-0410-a469-dd3cf9ba447f
103237
103238 commit 409cad633c6b5032649e7a54f6311e41c6178899
103239 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
103240 Date:   Fri Mar 25 21:46:39 2005 +0000
103241
103242     MSG_task_get is now fair...
103243     
103244     
103245     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1176 48e7efb5-ca39-0410-a469-dd3cf9ba447f
103246
103247 commit 7e4034811b98b05387a4570e36325e557bcd6bd1
103248 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
103249 Date:   Fri Mar 25 21:45:18 2005 +0000
103250
103251     Sans serif is nicer
103252     
103253     
103254     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1175 48e7efb5-ca39-0410-a469-dd3cf9ba447f
103255
103256 commit bc7d90041b36b25bc650fac9b4c2aa48df04173b
103257 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
103258 Date:   Fri Mar 25 21:33:23 2005 +0000
103259
103260     Stop sending mail to ME!!!!
103261     
103262     
103263     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1174 48e7efb5-ca39-0410-a469-dd3cf9ba447f
103264
103265 commit 340e5989155cdf30bbcc9ad7b09c0d112f35d38f
103266 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
103267 Date:   Wed Mar 16 01:21:27 2005 +0000
103268
103269     Add MSG_task_get_compute_duration() and MSG_task_get_data_size()
103270     
103271     
103272     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1173 48e7efb5-ca39-0410-a469-dd3cf9ba447f
103273
103274 commit fef6f1c700a2d64048e6f29ee699e35090d025f7
103275 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
103276 Date:   Tue Mar 8 21:35:09 2005 +0000
103277
103278     document changes, and add the 2.94 release goals. Sorry we were used to do those goals in french. Now that the cvs is public, we'll work on
103279     
103280     
103281     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1172 48e7efb5-ca39-0410-a469-dd3cf9ba447f
103282
103283 commit 4bb08f3e8cb761d7ae0b0b187bb028d97c7e9c7f
103284 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
103285 Date:   Tue Mar 8 21:32:59 2005 +0000
103286
103287     maintainer-mode implies enable-compile-warnings. Feel free to add disable-compile-optimization if it causes trouble to your gdb
103288     
103289     
103290     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1171 48e7efb5-ca39-0410-a469-dd3cf9ba447f
103291
103292 commit 5939556d9528c8e533b0cdd4fd2cf4bd9c6f3c22
103293 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
103294 Date:   Tue Mar 8 21:31:10 2005 +0000
103295
103296     Revert last change. This was not the issue on PPC. Instead, gcc needed some more love
103297     
103298     
103299     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1170 48e7efb5-ca39-0410-a469-dd3cf9ba447f
103300
103301 commit 28c2a33427c5ee40763791fcd2c21efa01d86a23
103302 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
103303 Date:   Tue Mar 8 21:30:00 2005 +0000
103304
103305     Now that gcc issue on powerpc is fixed, stop being silly and asking for xlC even when this good ol' gcc is around
103306     
103307     
103308     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1169 48e7efb5-ca39-0410-a469-dd3cf9ba447f
103309
103310 commit ef988f479b7cc460b9993c709039f4b2395a2caf
103311 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
103312 Date:   Tue Mar 8 21:28:45 2005 +0000
103313
103314     Buglet found by Loris: XBT_LOG_NEW_CATEGORY shouldn't produce warnings
103315     
103316     
103317     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1168 48e7efb5-ca39-0410-a469-dd3cf9ba447f
103318
103319 commit 8a4605556b29bff6f45db13f0d1aa152819028bd
103320 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
103321 Date:   Tue Mar 8 21:27:09 2005 +0000
103322
103323     Pass --fno-loop-optimize to powerpc computers so that gcc don't corrupt the
103324     test case.
103325     
103326     Change
103327       --enable-compile-warnings=[no/minimum/yes]  Turn on compiler warnings.
103328     to
103329       --enable-compile-warnings      use compiler warnings (default=no)
103330       --enable-compile-optimizations use compiler optimizations (default=yes,
103331                                      unless if CFLAGS is explicitly set)
103332     
103333     Kill --iso --ansi bits since GCC doc states they're not what we need
103334     
103335     Filter out the -O2 autoconf stupidly adds. We want -03 (without overiding
103336     user choices) when with gcc.
103337     
103338     
103339     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1167 48e7efb5-ca39-0410-a469-dd3cf9ba447f
103340
103341 commit 0629782d01ab97abca349c353d967f3124241c14
103342 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
103343 Date:   Tue Mar 8 21:14:56 2005 +0000
103344
103345     I changed the action a long while ago. Let's change the messages outputed, now
103346     
103347     
103348     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1166 48e7efb5-ca39-0410-a469-dd3cf9ba447f
103349
103350 commit bf448f2590985fd41f194de889629c4276fb126a
103351 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
103352 Date:   Tue Mar 8 21:13:19 2005 +0000
103353
103354     english translation and housekeeping
103355     
103356     
103357     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1165 48e7efb5-ca39-0410-a469-dd3cf9ba447f
103358
103359 commit 0d85808f8c975fe988b965ef882047be71735927
103360 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
103361 Date:   Fri Mar 4 23:21:52 2005 +0000
103362
103363     On the way to 2.94
103364     
103365     
103366     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1164 48e7efb5-ca39-0410-a469-dd3cf9ba447f
103367
103368 commit 146abd86a237e18c43320ed134bc7a3aa20bde00
103369 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
103370 Date:   Fri Mar 4 23:02:54 2005 +0000
103371
103372     Clean clean clean
103373     
103374     
103375     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1162 48e7efb5-ca39-0410-a469-dd3cf9ba447f
103376
103377 commit c7ae4f77d53b8b487d22dad0106dd880ad018150
103378 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
103379 Date:   Fri Mar 4 22:24:50 2005 +0000
103380
103381     Ready for the 2.93!
103382     
103383     
103384     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1161 48e7efb5-ca39-0410-a469-dd3cf9ba447f
103385
103386 commit cd5368c476f1a63917ae4ab75a005f062704f962
103387 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
103388 Date:   Fri Mar 4 22:23:24 2005 +0000
103389
103390     moving to the right location.
103391     
103392     
103393     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1160 48e7efb5-ca39-0410-a469-dd3cf9ba447f
103394
103395 commit 0b4e6354752a78d5aba770c15096cb72cdec1efa
103396 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
103397 Date:   Fri Mar 4 22:16:48 2005 +0000
103398
103399     Done with neuf-trois. Move the remaining to TODO and have a decent sleep
103400     
103401     
103402     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1159 48e7efb5-ca39-0410-a469-dd3cf9ba447f
103403
103404 commit 0205b326c723f3abd65db0947056760202cabc2e
103405 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
103406 Date:   Fri Mar 4 21:03:56 2005 +0000
103407
103408     Move big structures out of the stack to try to help the poor powerpc owner, but it does not seem to be enough
103409     
103410     
103411     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1158 48e7efb5-ca39-0410-a469-dd3cf9ba447f
103412
103413 commit 4218f7c9c2e769e2e74d14d0312c2eb67f335330
103414 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
103415 Date:   Fri Mar 4 13:58:01 2005 +0000
103416
103417     The boss of remote compilation in the whole 93
103418     
103419     
103420     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1157 48e7efb5-ca39-0410-a469-dd3cf9ba447f
103421
103422 commit e6ec1b4ac395c51fbb1a79f546a07312de104826
103423 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
103424 Date:   Fri Mar 4 13:56:54 2005 +0000
103425
103426     Don't clean on each build (to benefit from rsync)
103427     
103428     
103429     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1156 48e7efb5-ca39-0410-a469-dd3cf9ba447f
103430
103431 commit f04df477c63268c8e7e801164e10c106458bed6a
103432 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
103433 Date:   Fri Mar 4 13:55:57 2005 +0000
103434
103435     find the build host even on incomplete build (done with rsync)
103436     
103437     
103438     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1155 48e7efb5-ca39-0410-a469-dd3cf9ba447f
103439
103440 commit b0d3bac107f6bf9b330652e24370017fb7af4ed4
103441 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
103442 Date:   Fri Mar 4 13:41:02 2005 +0000
103443
103444     It breaks xlC
103445     
103446     
103447     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1154 48e7efb5-ca39-0410-a469-dd3cf9ba447f
103448
103449 commit 8195abe1e3c58d6d86eb77eb4cf041b651e29de2
103450 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
103451 Date:   Fri Mar 4 13:38:49 2005 +0000
103452
103453     RL deployment almost done
103454     
103455     
103456     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1153 48e7efb5-ca39-0410-a469-dd3cf9ba447f
103457
103458 commit 65711338de6431c19a2a8c1c1c62bc744405f42a
103459 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
103460 Date:   Fri Mar 4 13:06:03 2005 +0000
103461
103462     make remote cruft moved to tools/graspe-master
103463     
103464     
103465     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1152 48e7efb5-ca39-0410-a469-dd3cf9ba447f
103466
103467 commit 9222bb195a7da9a87455a42552606b9ff5ed7fd5
103468 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
103469 Date:   Fri Mar 4 13:05:21 2005 +0000
103470
103471     Make sure graspe-master is executable, even if it's not generated by autotools (was too easy to do)
103472     
103473     
103474     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1151 48e7efb5-ca39-0410-a469-dd3cf9ba447f
103475
103476 commit 8c9435870a762e8e7421ebae7cc888012135403e
103477 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
103478 Date:   Fri Mar 4 13:04:18 2005 +0000
103479
103480     Distribute the good stuff
103481     
103482     
103483     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1150 48e7efb5-ca39-0410-a469-dd3cf9ba447f
103484
103485 commit f2d6a162a14c455fcf36b2edea83f6f5a9bd69b9
103486 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
103487 Date:   Fri Mar 4 13:03:43 2005 +0000
103488
103489     Insist on using xlC when available and when not instructed otherwise
103490     
103491     
103492     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1149 48e7efb5-ca39-0410-a469-dd3cf9ba447f
103493
103494 commit 000a5e6a5e12f2d41e3197ac41aa7aef9a53103d
103495 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
103496 Date:   Fri Mar 4 11:38:46 2005 +0000
103497
103498     mv
103499     
103500     
103501     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1148 48e7efb5-ca39-0410-a469-dd3cf9ba447f
103502
103503 commit 44039849440cb2435ccb956c06b82ac4ee1b8ee6
103504 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
103505 Date:   Fri Mar 4 11:37:31 2005 +0000
103506
103507        - Bugfix: flush the socket on close only if there is some *output*.
103508        - Bugfix: flush idempotent when there's nothing to send (don't send size=0)
103509     
103510     
103511     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1147 48e7efb5-ca39-0410-a469-dd3cf9ba447f
103512
103513 commit cf0160924110ac23fe6b60a92415f43358a20d01
103514 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
103515 Date:   Thu Mar 3 22:36:18 2005 +0000
103516
103517     mv compile-remote-worker graspe-slave
103518     
103519     
103520     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1146 48e7efb5-ca39-0410-a469-dd3cf9ba447f
103521
103522 commit e0e96a02bee7ecff1ba2a3b28e330d829aba723a
103523 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
103524 Date:   Thu Mar 3 22:17:01 2005 +0000
103525
103526     Damn typo
103527     
103528     
103529     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1145 48e7efb5-ca39-0410-a469-dd3cf9ba447f
103530
103531 commit 654d4134187f74c5b78fa02335cd529625aba79a
103532 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
103533 Date:   Thu Mar 3 22:04:47 2005 +0000
103534
103535     Don't try to optimize, since it breaks on ppc
103536     
103537     
103538     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1144 48e7efb5-ca39-0410-a469-dd3cf9ba447f
103539
103540 commit 887e89f1a785d7dd3fc4dd3f923a41167fa712f5
103541 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
103542 Date:   Thu Mar 3 22:02:11 2005 +0000
103543
103544     mv compile-remote-worker.in graspe-slave.in
103545     
103546     
103547     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1143 48e7efb5-ca39-0410-a469-dd3cf9ba447f
103548
103549 commit 14e6dcce07002bc18c89cb86feb6c379bc912fc0
103550 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
103551 Date:   Thu Mar 3 22:01:37 2005 +0000
103552
103553     datadesc_usage with AIX data
103554     
103555     
103556     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1142 48e7efb5-ca39-0410-a469-dd3cf9ba447f
103557
103558 commit 59a1aff0fbe12fa74b7d0b9fb46492fa7a822acc
103559 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
103560 Date:   Thu Mar 3 21:57:16 2005 +0000
103561
103562     test whether ucontext actually work, not only whether they're here
103563     
103564     
103565     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1141 48e7efb5-ca39-0410-a469-dd3cf9ba447f
103566
103567 commit 4318208d7db16e05e147c4a5c5b31a04cff2d02e
103568 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
103569 Date:   Thu Mar 3 21:51:15 2005 +0000
103570
103571     document last changes
103572     
103573     
103574     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1140 48e7efb5-ca39-0410-a469-dd3cf9ba447f
103575
103576 commit f642a96437baf8ffa855db9417677fa6f64a2b6d
103577 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
103578 Date:   Thu Mar 3 21:10:31 2005 +0000
103579
103580     I'd prefer xlC better than gcc on AIX
103581     
103582     
103583     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1139 48e7efb5-ca39-0410-a469-dd3cf9ba447f
103584
103585 commit 8a27d2520c0fe6ea0a9cbb9e4ae95171c291c3eb
103586 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
103587 Date:   Thu Mar 3 20:46:18 2005 +0000
103588
103589     something went wrong
103590     
103591     
103592     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1138 48e7efb5-ca39-0410-a469-dd3cf9ba447f
103593
103594 commit 862dc59fa89047b4cf9748b830d83e8d2cc8c25c
103595 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
103596 Date:   Thu Mar 3 20:42:59 2005 +0000
103597
103598     generated with xlC
103599     
103600     
103601     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1137 48e7efb5-ca39-0410-a469-dd3cf9ba447f
103602
103603 commit 9ed9d0c1a58188afa7cc473410b6d6787311d592
103604 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
103605 Date:   Thu Mar 3 20:40:23 2005 +0000
103606
103607     Use inline portably
103608     
103609     
103610     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1136 48e7efb5-ca39-0410-a469-dd3cf9ba447f
103611
103612 commit ed9b0e1a9b552d612cfbcfc03d730a42f7124b84
103613 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
103614 Date:   Thu Mar 3 20:19:11 2005 +0000
103615
103616     let's be friendly with prehistoric compliers
103617     
103618     
103619     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1135 48e7efb5-ca39-0410-a469-dd3cf9ba447f
103620
103621 commit c80c9a5242e4a9990203af338a03c490982bbb2a
103622 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
103623 Date:   Thu Mar 3 20:05:33 2005 +0000
103624
103625     Use kasher comments
103626     
103627     
103628     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1134 48e7efb5-ca39-0410-a469-dd3cf9ba447f
103629
103630 commit 182213e176290e8c89c19cbf6fd1103cb9b27156
103631 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
103632 Date:   Thu Mar 3 04:47:37 2005 +0000
103633
103634     stop lying... :)
103635     
103636     
103637     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1133 48e7efb5-ca39-0410-a469-dd3cf9ba447f
103638
103639 commit 6e0150d5daca2aec9489343953d189b793f553f0
103640 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
103641 Date:   Wed Mar 2 17:33:25 2005 +0000
103642
103643     stop saying bad things about Alvin and explain people what's going on
103644     
103645     
103646     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1132 48e7efb5-ca39-0410-a469-dd3cf9ba447f
103647
103648 commit dddd8fa68144c73470799bfe1d2074fce9ec2024
103649 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
103650 Date:   Tue Mar 1 18:59:21 2005 +0000
103651
103652     Add the rules to remove the dependency of make dist on make all
103653     
103654     
103655     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1131 48e7efb5-ca39-0410-a469-dd3cf9ba447f
103656
103657 commit 6f8ebb23a6f40061a1582065cdf8ae8368903570
103658 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
103659 Date:   Tue Mar 1 18:54:45 2005 +0000
103660
103661     paje has to be initialized at the very beginning
103662     
103663     
103664     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1130 48e7efb5-ca39-0410-a469-dd3cf9ba447f
103665
103666 commit cb2a33ffbf5d75a089a156d48e6e7f4ed6217888
103667 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
103668 Date:   Tue Mar 1 18:45:55 2005 +0000
103669
103670     Deal with msg_test.trace properly when created
103671     
103672     
103673     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1129 48e7efb5-ca39-0410-a469-dd3cf9ba447f
103674
103675 commit 82ee0a3ffa407ae179000e3543f0a412bdf40be3
103676 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
103677 Date:   Tue Mar 1 17:52:16 2005 +0000
103678
103679     cleanups +AC_CHECK_PRINTF_NULL
103680     
103681     
103682     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1128 48e7efb5-ca39-0410-a469-dd3cf9ba447f
103683
103684 commit c55a069411b966c8f5c5ce0fae60c0d5e56ff377
103685 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
103686 Date:   Tue Mar 1 07:45:27 2005 +0000
103687
103688     Wrap potentially NULL strings to protect solaris
103689     
103690     
103691     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1127 48e7efb5-ca39-0410-a469-dd3cf9ba447f
103692
103693 commit 3bf94be443bfe2ab00307ad24df4f4420a1aac2e
103694 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
103695 Date:   Tue Mar 1 07:44:20 2005 +0000
103696
103697     Define a wrapper to strings for when printf(%s,NULL) segfaults
103698     
103699     
103700     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1126 48e7efb5-ca39-0410-a469-dd3cf9ba447f
103701
103702 commit 0458bcfaa9cb1c7c87e15f4ec14fa7de1a130a1f
103703 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
103704 Date:   Tue Mar 1 07:43:43 2005 +0000
103705
103706     Check whether printf(%s,NULL) works or segfaults
103707     
103708     
103709     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1125 48e7efb5-ca39-0410-a469-dd3cf9ba447f
103710
103711 commit 3de9bd297b49c6d0b62a18b21aef156da297dea7
103712 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
103713 Date:   Tue Mar 1 06:08:52 2005 +0000
103714
103715     more debuging
103716     
103717     
103718     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1124 48e7efb5-ca39-0410-a469-dd3cf9ba447f
103719
103720 commit 4da90af7c446df38e61a9e3f1ee5f698903cfc6d
103721 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
103722 Date:   Tue Mar 1 06:07:48 2005 +0000
103723
103724     Make things work on allo-psmn. It's just a workaround. I let you make a "clean"  solution ;)
103725     
103726     
103727     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1123 48e7efb5-ca39-0410-a469-dd3cf9ba447f
103728
103729 commit 61e745a2f451d107f45d7c5cb8b2e48648330c4e
103730 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
103731 Date:   Tue Mar 1 06:06:28 2005 +0000
103732
103733     Moving functions to the right location and making them work.
103734     
103735     
103736     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1122 48e7efb5-ca39-0410-a469-dd3cf9ba447f
103737
103738 commit a0f438dd4bc021e2c7a69ed3690397240a336b21
103739 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
103740 Date:   Mon Feb 28 23:06:36 2005 +0000
103741
103742     Copy the tarball only if 'scp' action is passed
103743     
103744     
103745     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1121 48e7efb5-ca39-0410-a469-dd3cf9ba447f
103746
103747 commit 08166da2ffafc477df00a2cf4b60e62f8d803096
103748 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
103749 Date:   Mon Feb 28 23:04:29 2005 +0000
103750
103751     Insist on not letting solaris try to print NULL since this leads this poor soul to damnation
103752     
103753     
103754     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1120 48e7efb5-ca39-0410-a469-dd3cf9ba447f
103755
103756 commit 55053de21d932fb0cc93eec52ec22ebc38ae936f
103757 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
103758 Date:   Mon Feb 28 22:40:06 2005 +0000
103759
103760     Stupid me !
103761     
103762     
103763     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1119 48e7efb5-ca39-0410-a469-dd3cf9ba447f
103764
103765 commit 243dd7cf8f706d163951f89489bdb9c44f9e6b8e
103766 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
103767 Date:   Mon Feb 28 22:31:04 2005 +0000
103768
103769     Pass debugging flags to binary
103770     
103771     
103772     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1118 48e7efb5-ca39-0410-a469-dd3cf9ba447f
103773
103774 commit e7d76fe7ae2d9bad4348ff8da3d4c9a3b36ebd06
103775 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
103776 Date:   Mon Feb 28 21:25:13 2005 +0000
103777
103778     simplify the output now that loggin' stuff displays process name
103779     
103780     
103781     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1117 48e7efb5-ca39-0410-a469-dd3cf9ba447f
103782
103783 commit be085f31029f1170fc43c17d8b04f76174341f2e
103784 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
103785 Date:   Mon Feb 28 21:01:29 2005 +0000
103786
103787     Add a stupid value needed on ARM
103788     
103789     
103790     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1116 48e7efb5-ca39-0410-a469-dd3cf9ba447f
103791
103792 commit b1e3a07c845cd794bb97a3eddf62ca72580d50eb
103793 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
103794 Date:   Mon Feb 28 21:00:45 2005 +0000
103795
103796     Activate Paje even if it's not really successful for now
103797     
103798     
103799     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1115 48e7efb5-ca39-0410-a469-dd3cf9ba447f
103800
103801 commit 57394ca160458c1e38f48313dbcb1146d2e0013c
103802 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
103803 Date:   Mon Feb 28 20:53:36 2005 +0000
103804
103805     Stop being stupid, and don't affect a char* into a char
103806     
103807     
103808     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1114 48e7efb5-ca39-0410-a469-dd3cf9ba447f
103809
103810 commit df697dbf8475c3c6fc2a86661ec18ccaad10517b
103811 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
103812 Date:   Mon Feb 28 20:02:50 2005 +0000
103813
103814     Stupid me !
103815     
103816     
103817     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1113 48e7efb5-ca39-0410-a469-dd3cf9ba447f
103818
103819 commit 82edbc1fc4657623c61feb396e2cdd443bcc1556
103820 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
103821 Date:   Mon Feb 28 20:01:47 2005 +0000
103822
103823     Typo
103824     
103825     
103826     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1112 48e7efb5-ca39-0410-a469-dd3cf9ba447f
103827
103828 commit 0db814e6b23d3c10c1977b0a3ee6a8cb3e97263a
103829 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
103830 Date:   Mon Feb 28 18:04:56 2005 +0000
103831
103832     Solaris segfaults when asked to print NULL
103833     
103834     
103835     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1111 48e7efb5-ca39-0410-a469-dd3cf9ba447f
103836
103837 commit 6a1d69836aca716308f3ac35a9f1159ee23799fa
103838 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
103839 Date:   Mon Feb 28 17:14:20 2005 +0000
103840
103841     some more info in summary
103842     
103843     
103844     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1110 48e7efb5-ca39-0410-a469-dd3cf9ba447f
103845
103846 commit b477caea7ac98994ae8805cf79c5c6fe45585161
103847 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
103848 Date:   Mon Feb 28 17:13:55 2005 +0000
103849
103850     win32 cross-compil needs love
103851     
103852     
103853     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1109 48e7efb5-ca39-0410-a469-dd3cf9ba447f
103854
103855 commit fc6485562c7f11b39a3a41e7d4504e4f5c40890a
103856 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
103857 Date:   Mon Feb 28 17:12:44 2005 +0000
103858
103859     When using gcc -maix64
103860     
103861     
103862     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1108 48e7efb5-ca39-0410-a469-dd3cf9ba447f
103863
103864 commit 79ebca5ac166d3a2219d510a591c8301b9d4ffd4
103865 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
103866 Date:   Mon Feb 28 17:09:20 2005 +0000
103867
103868     Don't try to load windows.h because ucontext were not found
103869     
103870     
103871     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1107 48e7efb5-ca39-0410-a469-dd3cf9ba447f
103872
103873 commit a309a043e137fa21b5ef01306270a042f527b5a7
103874 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
103875 Date:   Mon Feb 28 14:29:46 2005 +0000
103876
103877     mingw32 cross-build needs love
103878     
103879     
103880     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1106 48e7efb5-ca39-0410-a469-dd3cf9ba447f
103881
103882 commit 8194d07f735bc6c047a70525ebda6de6309c2493
103883 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
103884 Date:   Mon Feb 28 14:20:39 2005 +0000
103885
103886     Only test for ucontext.h and pthread.h when needed. Add a dependency from libsimgrid to libws2 (needed for hton in transport_plugin_buf)
103887     
103888     
103889     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1105 48e7efb5-ca39-0410-a469-dd3cf9ba447f
103890
103891 commit 5107974c25d5987e00e0bee138e4808e60545c9f
103892 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
103893 Date:   Mon Feb 28 14:06:54 2005 +0000
103894
103895     let VPATH build work again
103896     
103897     
103898     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1104 48e7efb5-ca39-0410-a469-dd3cf9ba447f
103899
103900 commit f3c8c1ebb472c4230da00dbd684001434eff7e1f
103901 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
103902 Date:   Mon Feb 28 06:05:27 2005 +0000
103903
103904     datadesc.big32_2 got regenerated on m68k
103905     
103906     
103907     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1103 48e7efb5-ca39-0410-a469-dd3cf9ba447f
103908
103909 commit bcaa37611044bf62e5f903806c2b9d7b136766d6
103910 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
103911 Date:   Mon Feb 28 06:03:12 2005 +0000
103912
103913     generated on m68k
103914     
103915     
103916     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1102 48e7efb5-ca39-0410-a469-dd3cf9ba447f
103917
103918 commit 77e4c6baee740cb9885f19f2f378c70c5960cd8b
103919 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
103920 Date:   Sun Feb 27 23:57:01 2005 +0000
103921
103922     Document last changes
103923     
103924     
103925     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1101 48e7efb5-ca39-0410-a469-dd3cf9ba447f
103926
103927 commit 7294a463b472f92d0310077ebf3eca75328d8a01
103928 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
103929 Date:   Sun Feb 27 23:56:28 2005 +0000
103930
103931     pthread by default
103932     
103933     
103934     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1100 48e7efb5-ca39-0410-a469-dd3cf9ba447f
103935
103936 commit fe36671bd9796b7c10d67c261d3f362254127e5b
103937 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
103938 Date:   Sun Feb 27 23:53:41 2005 +0000
103939
103940     Change xbt_strdup, xbt_malloc, xbt_malloc0 and xbt_realloc from macro to inline functions. It shouldn't change anything in generated code, and that way, we don't have to use the 'malloc(n)?:die' construct, which troubles splint. Less macro should also make Oli happy, for example. Also move the gcc attribute wrapper to another file to kill circular dependencies
103941     
103942     
103943     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1099 48e7efb5-ca39-0410-a469-dd3cf9ba447f
103944
103945 commit 973dff599bf52fd0c48e5186226355e9819e1236
103946 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
103947 Date:   Sun Feb 27 23:48:29 2005 +0000
103948
103949     HACKHACK: set msg_global to NULL so that xbt_procname works in SG even when not using msg (ie, in stub_generator)
103950     
103951     
103952     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1098 48e7efb5-ca39-0410-a469-dd3cf9ba447f
103953
103954 commit d7af510c46032e6fa641df224fe2f67e81419b5c
103955 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
103956 Date:   Sun Feb 27 23:45:59 2005 +0000
103957
103958     Display the current process's name in all loggings
103959     
103960     
103961     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1097 48e7efb5-ca39-0410-a469-dd3cf9ba447f
103962
103963 commit 4042406fae5369176f33168ef9fd88ff084327c6
103964 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
103965 Date:   Sun Feb 27 23:45:16 2005 +0000
103966
103967     Add xbt_procname(): returns the name of the current process
103968     
103969     
103970     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1096 48e7efb5-ca39-0410-a469-dd3cf9ba447f
103971
103972 commit 10f7b5f50f97af5ac7c9663b361717a219cfd4d3
103973 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
103974 Date:   Sun Feb 27 23:41:26 2005 +0000
103975
103976     Add MSG_task_get_name
103977     
103978     
103979     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1095 48e7efb5-ca39-0410-a469-dd3cf9ba447f
103980
103981 commit 8597d4e91f65d63a0b7c7ec8bf5620adbfa600d1
103982 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
103983 Date:   Sun Feb 27 23:38:43 2005 +0000
103984
103985     cosmetics in outputs, and call surf_init before initialization of msg_global since it mucks with it
103986     
103987     
103988     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1094 48e7efb5-ca39-0410-a469-dd3cf9ba447f
103989
103990 commit 6591c9df82136dbb9cb6e5b09651b3441f02e3e8
103991 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
103992 Date:   Sun Feb 27 23:35:12 2005 +0000
103993
103994     Move gcc attributes wrappers to this file (needed for splintification)
103995     
103996     
103997     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1093 48e7efb5-ca39-0410-a469-dd3cf9ba447f
103998
103999 commit fc0ab3d0f57f468a97d096c82613efcc960b7006
104000 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
104001 Date:   Sun Feb 27 23:33:34 2005 +0000
104002
104003     misc.h was missing
104004     
104005     
104006     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1092 48e7efb5-ca39-0410-a469-dd3cf9ba447f
104007
104008 commit f70ef8a917677e839053e92a8a62e19cbfc290c9
104009 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
104010 Date:   Sun Feb 27 23:32:51 2005 +0000
104011
104012     Add a dist-files target to all makefiles. It outputs all files which must be placed into the tarball; use this to fix splint invocation
104013     
104014     
104015     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1091 48e7efb5-ca39-0410-a469-dd3cf9ba447f
104016
104017 commit 990b4c331449051f8476377ac6e67a02f639be5a
104018 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
104019 Date:   Sun Feb 27 23:30:03 2005 +0000
104020
104021     kill a calloc
104022     
104023     
104024     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1090 48e7efb5-ca39-0410-a469-dd3cf9ba447f
104025
104026 commit 99511807c2b70fb7603c28390213ce406d2ede95
104027 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
104028 Date:   Sun Feb 27 23:29:25 2005 +0000
104029
104030     Useless cosmetics and plug harmless leaks
104031     
104032     
104033     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1089 48e7efb5-ca39-0410-a469-dd3cf9ba447f
104034
104035 commit 25d577cd1732a672eb06cb4f24c5b9eacd2df5d0
104036 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
104037 Date:   Sun Feb 27 23:28:22 2005 +0000
104038
104039     splint'able
104040     
104041     
104042     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1088 48e7efb5-ca39-0410-a469-dd3cf9ba447f
104043
104044 commit 823d34beebb36450fa3074133e498b21b3d53f02
104045 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
104046 Date:   Sun Feb 27 23:25:06 2005 +0000
104047
104048     more debuging
104049     
104050     
104051     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1087 48e7efb5-ca39-0410-a469-dd3cf9ba447f
104052
104053 commit 8dd91b297674117ccfc54e663b37fdf99da0213f
104054 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
104055 Date:   Sun Feb 27 23:23:53 2005 +0000
104056
104057     some splint fixes
104058     
104059     
104060     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1086 48e7efb5-ca39-0410-a469-dd3cf9ba447f
104061
104062 commit fa7b0bf08f43186d444bc5bf846e2459ea89a8c7
104063 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
104064 Date:   Sun Feb 27 23:21:31 2005 +0000
104065
104066     loads all of gras.h, not only parts
104067     
104068     
104069     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1085 48e7efb5-ca39-0410-a469-dd3cf9ba447f
104070
104071 commit 01e49406f7138e402339dbd16027d3b57f054408
104072 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
104073 Date:   Sun Feb 27 23:20:20 2005 +0000
104074
104075     Pass options to the simulator
104076     
104077     
104078     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1084 48e7efb5-ca39-0410-a469-dd3cf9ba447f
104079
104080 commit 48ae032a205a8f4d80a53c8ada294ae2d80f4ae1
104081 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
104082 Date:   Sun Feb 27 23:19:41 2005 +0000
104083
104084     --enable-context option: remove the s from ptreads for consistency, and survive the user stupidity
104085     
104086     
104087     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1083 48e7efb5-ca39-0410-a469-dd3cf9ba447f
104088
104089 commit 3ac8124e5fcee52dc950d676fda4a219408ea8a6
104090 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
104091 Date:   Sun Feb 27 23:18:02 2005 +0000
104092
104093     Add a dist-files target to all makefiles. It outputs all files which must be placed into the tarball
104094     
104095     
104096     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1082 48e7efb5-ca39-0410-a469-dd3cf9ba447f
104097
104098 commit 19bdb25835da6ee353675dfb995cf9ca886361b2
104099 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
104100 Date:   Sun Feb 27 23:02:56 2005 +0000
104101
104102     splint'able
104103     
104104     
104105     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1081 48e7efb5-ca39-0410-a469-dd3cf9ba447f
104106
104107 commit 1a61b7d465d6e6e5fc1fa6e8ee0f8cdab9ebaba6
104108 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
104109 Date:   Sun Feb 27 22:50:42 2005 +0000
104110
104111     code is now splint'able; add a MSG_task_get_name
104112     
104113     
104114     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1080 48e7efb5-ca39-0410-a469-dd3cf9ba447f
104115
104116 commit 0ee6fdb41d9ba663184bdd4d48f79ef28a0e6fbb
104117 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
104118 Date:   Sun Feb 27 22:49:47 2005 +0000
104119
104120     code is now splint'able
104121     
104122     
104123     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1079 48e7efb5-ca39-0410-a469-dd3cf9ba447f
104124
104125 commit 868ca6786edec0d6e00deaf64e95968725b7f307
104126 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
104127 Date:   Sat Feb 26 20:34:35 2005 +0000
104128
104129     Contexts over pthreads.
104130     
104131     
104132     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1078 48e7efb5-ca39-0410-a469-dd3cf9ba447f
104133
104134 commit 61e3abb5c3ba9ea4bfe29d1a802401cececcc818
104135 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
104136 Date:   Sat Feb 26 18:19:37 2005 +0000
104137
104138     GRAS_rl does not depends on MSG anymore.
104139     
104140     
104141     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1077 48e7efb5-ca39-0410-a469-dd3cf9ba447f
104142
104143 commit 50127d3670164120c6720d8669902fe710f21640
104144 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
104145 Date:   Fri Feb 25 10:22:11 2005 +0000
104146
104147     Argh, revert last change which was for debugging and wasn't intended to hit the server
104148     
104149     
104150     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1076 48e7efb5-ca39-0410-a469-dd3cf9ba447f
104151
104152 commit 0c0b98c9079fcea54750c8abd2d3fb158cc82c31
104153 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
104154 Date:   Fri Feb 25 10:14:10 2005 +0000
104155
104156     Document last changes (better SG/RL separation)
104157     
104158     
104159     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1075 48e7efb5-ca39-0410-a469-dd3cf9ba447f
104160
104161 commit c9dbe49c065ae48f80aa760e91c09964cb8a9225
104162 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
104163 Date:   Fri Feb 25 01:20:42 2005 +0000
104164
104165     Better separation of SG and RL
104166     
104167     
104168     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1074 48e7efb5-ca39-0410-a469-dd3cf9ba447f
104169
104170 commit ee03aceabb155e75e16cc845fe21984dbac3cab0
104171 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
104172 Date:   Fri Feb 25 01:19:53 2005 +0000
104173
104174     get the surfxml from where it is
104175     
104176     
104177     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1073 48e7efb5-ca39-0410-a469-dd3cf9ba447f
104178
104179 commit 631d591bab136c3a757f777bacfbb302d79e739a
104180 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
104181 Date:   Fri Feb 25 01:15:16 2005 +0000
104182
104183     WTF
104184     
104185     
104186     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1072 48e7efb5-ca39-0410-a469-dd3cf9ba447f
104187
104188 commit 4fd88ca71adcbda9e58f38c0e8b629a360463299
104189 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
104190 Date:   Fri Feb 25 01:14:36 2005 +0000
104191
104192     Move out of COMMON sources all SG specific files. libgras is now 200k
104193     
104194     
104195     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1071 48e7efb5-ca39-0410-a469-dd3cf9ba447f
104196
104197 commit 91ed5f7dcacdb834ddfdbd47cac021595c3fbc31
104198 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
104199 Date:   Fri Feb 25 00:20:37 2005 +0000
104200
104201     Remove dumb/precoce idea
104202     
104203     
104204     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1070 48e7efb5-ca39-0410-a469-dd3cf9ba447f
104205
104206 commit ce8cb9805edd7ea0a23c62f710a237faaea455ca
104207 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
104208 Date:   Wed Feb 23 23:48:41 2005 +0000
104209
104210     Document last change (fix flex version detection)
104211     
104212     
104213     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1069 48e7efb5-ca39-0410-a469-dd3cf9ba447f
104214
104215 commit 82fafc48890492688276abba53b490ed8cc0575c
104216 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
104217 Date:   Wed Feb 23 22:03:51 2005 +0000
104218
104219     React healthily when flex is not there or is too old (code stolen from automake directly)
104220     
104221     
104222     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1068 48e7efb5-ca39-0410-a469-dd3cf9ba447f
104223
104224 commit 26f401169682bc57be86b76c751c34cec12758e1
104225 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
104226 Date:   Wed Feb 23 21:17:47 2005 +0000
104227
104228     Launch 2.93 devel
104229     
104230     
104231     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1067 48e7efb5-ca39-0410-a469-dd3cf9ba447f
104232
104233 commit 32084afd566ea9d9133fcc600eaeb43202176abf
104234 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
104235 Date:   Wed Feb 23 20:59:41 2005 +0000
104236
104237     Get ready for release
104238     
104239     
104240     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1065 48e7efb5-ca39-0410-a469-dd3cf9ba447f
104241
104242 commit 2b6d43fe1fac3d1a12a5427e0c074fa0454c52e2
104243 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
104244 Date:   Wed Feb 23 20:57:43 2005 +0000
104245
104246     Preparing for the next version
104247     
104248     
104249     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1064 48e7efb5-ca39-0410-a469-dd3cf9ba447f
104250
104251 commit 1de2b066fc5b533e3bedba2757d4f45eb41ce380
104252 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
104253 Date:   Wed Feb 23 20:21:02 2005 +0000
104254
104255     Improve documentation of make remote
104256     
104257     
104258     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1063 48e7efb5-ca39-0410-a469-dd3cf9ba447f
104259
104260 commit fd95642e9b0f808666984ec4eea4d7c4b9012a6f
104261 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
104262 Date:   Wed Feb 23 18:55:53 2005 +0000
104263
104264     Typo
104265     
104266     
104267     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1062 48e7efb5-ca39-0410-a469-dd3cf9ba447f
104268
104269 commit 61661270913163ed28fbcbbabc902cf7f44fb2d8
104270 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
104271 Date:   Wed Feb 23 18:55:23 2005 +0000
104272
104273     Update
104274     
104275     
104276     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1061 48e7efb5-ca39-0410-a469-dd3cf9ba447f
104277
104278 commit 34c67c4a8d03e1ba9e6abbff44df08184ddb7391
104279 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
104280 Date:   Wed Feb 23 18:54:52 2005 +0000
104281
104282     Now SIMGRID_INSTALL_PATH can be different of INSTALL_PATH
104283     Also add a LIBS variable in case somebody needs to add something else (e.g. ATLAS ;).
104284     
104285     
104286     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1060 48e7efb5-ca39-0410-a469-dd3cf9ba447f
104287
104288 commit 95724d4a8dabb59052ed888bfedd65de712101dc
104289 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
104290 Date:   Wed Feb 23 18:47:41 2005 +0000
104291
104292     Kill dead code.
104293     
104294     
104295     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1059 48e7efb5-ca39-0410-a469-dd3cf9ba447f
104296
104297 commit 8f366644c065e49964cbcdd106b50405c3f30e89
104298 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
104299 Date:   Wed Feb 23 18:46:56 2005 +0000
104300
104301     Help debuging
104302     
104303     
104304     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1058 48e7efb5-ca39-0410-a469-dd3cf9ba447f
104305
104306 commit 19000a5cd3bbcc747d896d6e555591bb1a08af38
104307 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
104308 Date:   Wed Feb 23 14:08:18 2005 +0000
104309
104310     Document last changes, make clean 2.92 is not out yet
104311     
104312     
104313     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1057 48e7efb5-ca39-0410-a469-dd3cf9ba447f
104314
104315 commit fe65cc211073447d53e2ac87964f4d45779cddd0
104316 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
104317 Date:   Wed Feb 23 14:07:19 2005 +0000
104318
104319     Ignore ignorable autogenerated crufts
104320     
104321     
104322     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1056 48e7efb5-ca39-0410-a469-dd3cf9ba447f
104323
104324 commit f9982b1b66939e9bd45cc371cdde4f129aa59365
104325 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
104326 Date:   Wed Feb 23 14:04:53 2005 +0000
104327
104328     Adapt to API changes on gras_os_sleep
104329     
104330     
104331     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1055 48e7efb5-ca39-0410-a469-dd3cf9ba447f
104332
104333 commit 4ba22b28119f2ed00077482e5062e3d1d51bfaf6
104334 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
104335 Date:   Wed Feb 23 14:02:05 2005 +0000
104336
104337     Code cleanups around timers to improve maintainability and reduce buggyness
104338     
104339     
104340     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1054 48e7efb5-ca39-0410-a469-dd3cf9ba447f
104341
104342 commit 055e9f4538b81aad717a89653a05730759062fb1
104343 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
104344 Date:   Wed Feb 23 14:00:22 2005 +0000
104345
104346     increase debugging verbosity
104347     
104348     
104349     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1053 48e7efb5-ca39-0410-a469-dd3cf9ba447f
104350
104351 commit 779fa17c5eff417dd0a9b872b1c82a210983b231
104352 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
104353 Date:   Wed Feb 23 13:59:22 2005 +0000
104354
104355     Don't be delirious. timeout is in sec, not usec
104356     
104357     
104358     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1052 48e7efb5-ca39-0410-a469-dd3cf9ba447f
104359
104360 commit afb7b3ffbee7834a6c9c52db3a63841eb0b1539a
104361 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
104362 Date:   Wed Feb 23 13:58:35 2005 +0000
104363
104364     gras_os_sleep needs floor. SG users thus need -lm
104365     
104366     
104367     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1051 48e7efb5-ca39-0410-a469-dd3cf9ba447f
104368
104369 commit 97ba095764fbd852783e6a6dfe40da2fdd3f1f25
104370 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
104371 Date:   Wed Feb 23 13:57:53 2005 +0000
104372
104373     uniformize gras_os_sleep prototype (seconds are double everywhere else, avoid rounding errors)
104374     
104375     
104376     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1050 48e7efb5-ca39-0410-a469-dd3cf9ba447f
104377
104378 commit b4da4acca8a5b5e43c3bdda26ea8ab2b1e802f1e
104379 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
104380 Date:   Wed Feb 23 13:57:20 2005 +0000
104381
104382     add a virtu logging channel
104383     
104384     
104385     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1049 48e7efb5-ca39-0410-a469-dd3cf9ba447f
104386
104387 commit 09c89264afd250d0a2b18ffdcf218c938bf4cf88
104388 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
104389 Date:   Wed Feb 23 13:55:22 2005 +0000
104390
104391     Check for usleep since gras_virtu needs it
104392     
104393     
104394     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1048 48e7efb5-ca39-0410-a469-dd3cf9ba447f
104395
104396 commit fd8e15b326b3c5f0940fabf22db421783eb4cc91
104397 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
104398 Date:   Wed Feb 23 12:46:11 2005 +0000
104399
104400     Fix the copy/paste
104401     
104402     
104403     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1047 48e7efb5-ca39-0410-a469-dd3cf9ba447f
104404
104405 commit 8f66cc3ad8199d974bab145bad7a87843e63afae
104406 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
104407 Date:   Wed Feb 23 08:19:09 2005 +0000
104408
104409     Document last changes
104410     
104411     
104412     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1046 48e7efb5-ca39-0410-a469-dd3cf9ba447f
104413
104414 commit aa324d2e65e7b57cae9108a6664be800e2582837
104415 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
104416 Date:   Wed Feb 23 08:17:24 2005 +0000
104417
104418     Try harder to break that pile of crap when storing NULL
104419     
104420     
104421     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1045 48e7efb5-ca39-0410-a469-dd3cf9ba447f
104422
104423 commit 89977d794cd93842c820c99139fe4e1c04f00175
104424 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
104425 Date:   Wed Feb 23 08:16:07 2005 +0000
104426
104427     Add a boolean to each node indicating whether it's an internal node or not to allow the storage of NULL data
104428     
104429     
104430     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1044 48e7efb5-ca39-0410-a469-dd3cf9ba447f
104431
104432 commit 119672546f8bc26a87d11164146b628d9a2883d9
104433 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
104434 Date:   Wed Feb 23 08:15:41 2005 +0000
104435
104436     Add a boolean to each node indicating whether it's an internal node or not to allow the storage of NULL data; Fix a by-one offset stupidity making the trees really sparse and maybe even uneffective; Cosmetics and debug info added; Question to Arnaud
104437     
104438     
104439     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1043 48e7efb5-ca39-0410-a469-dd3cf9ba447f
104440
104441 commit ef4f048178e3b6cec78b1ca6be62e732e30ac87d
104442 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
104443 Date:   Wed Feb 23 08:08:59 2005 +0000
104444
104445     Bugfix: don't assume that null content means not found. Add tons of debugs to find where this issue came from and reindent
104446     
104447     
104448     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1042 48e7efb5-ca39-0410-a469-dd3cf9ba447f
104449
104450 commit d38fd32fe23b21705687ece2ed3624626b62d8ad
104451 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
104452 Date:   Wed Feb 23 08:07:48 2005 +0000
104453
104454     Apply manually the changes which would result in regenerating with the cvs flexml version I didn't even checkouted
104455     
104456     
104457     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1041 48e7efb5-ca39-0410-a469-dd3cf9ba447f
104458
104459 commit 4de869aa8bcf5a24acf31227f46f577e4bdb1479
104460 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
104461 Date:   Wed Feb 23 00:59:12 2005 +0000
104462
104463     Similar to chrono.c but should be linked with atlas. It is not intended to
104464     be distributed.
104465     
104466     
104467     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1040 48e7efb5-ca39-0410-a469-dd3cf9ba447f
104468
104469 commit 51022ee04ab58f07c6ee48dec454c63c96de4f76
104470 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
104471 Date:   Fri Feb 18 23:02:28 2005 +0000
104472
104473     It's time for deployment. Works well but benchmarking is going to be tough because of non-synchronization, latencies, and clock skew... :(
104474     
104475     
104476     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1039 48e7efb5-ca39-0410-a469-dd3cf9ba447f
104477
104478 commit 04332f1d57f5acd84209d2d601eb68f1fa70ce4a
104479 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
104480 Date:   Fri Feb 18 23:00:36 2005 +0000
104481
104482     Minor bugfix requested off-list
104483     
104484     
104485     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1038 48e7efb5-ca39-0410-a469-dd3cf9ba447f
104486
104487 commit a5fa49ab49ed995aabd7e0e8b9323493c03a782f
104488 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
104489 Date:   Fri Feb 18 22:59:59 2005 +0000
104490
104491     make things more clean when deploying
104492     
104493     
104494     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1037 48e7efb5-ca39-0410-a469-dd3cf9ba447f
104495
104496 commit a466114ec837bb8f4adc03b4c9f176a34e5c3eef
104497 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
104498 Date:   Fri Feb 18 07:12:44 2005 +0000
104499
104500     Keep working on it.
104501     
104502     
104503     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1036 48e7efb5-ca39-0410-a469-dd3cf9ba447f
104504
104505 commit ca5fca38a56c90308636efa65657c83402de59cf
104506 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
104507 Date:   Fri Feb 18 00:58:29 2005 +0000
104508
104509     That's the way, (aha aha) I like it (aha aha) !
104510     
104511     
104512     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1035 48e7efb5-ca39-0410-a469-dd3cf9ba447f
104513
104514 commit d6ad35ac6e43974e007dc2f81978e669c206d740
104515 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
104516 Date:   Thu Feb 17 23:41:11 2005 +0000
104517
104518     Generate a convenient Makefile for remote compilation.
104519     
104520     
104521     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1034 48e7efb5-ca39-0410-a469-dd3cf9ba447f
104522
104523 commit 4a75b020653efad4cd3b3a94a6c17e8745935733
104524 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
104525 Date:   Thu Feb 17 17:31:19 2005 +0000
104526
104527     Ooups. I had forgotten this one.
104528     
104529     
104530     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1033 48e7efb5-ca39-0410-a469-dd3cf9ba447f
104531
104532 commit d3546624f31ddb7580a5d7e7e4f66e00e05041d6
104533 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
104534 Date:   Thu Feb 17 05:49:26 2005 +0000
104535
104536     Functionnal benchmarking macros :
104537     
104538     It seems to be working fine.
104539     
104540     surf:~/Work/GRAS/gras/examples/gras/chrono $ time ./test_sg ; time ./test_rl
104541     xbt/module.c:44: [module/INFO] Initialize XBT
104542     gras/gras.c:27: [gras/INFO] Initialize GRAS
104543     chrono.c:32: [Chrono/INFO] Before computation: 0
104544     chrono.c:52: [Chrono/INFO] After computation: 15.7531; Duration: 15.7531
104545     MSG: Congratulations ! Simulation terminated : all process are over
104546     real    0m4.002s
104547     user    0m3.940s
104548     sys     0m0.030s
104549     
104550     gras/gras.c:27: [gras/INFO] Initialize GRAS
104551     xbt/module.c:44: [module/INFO] Initialize XBT
104552     chrono.c:32: [Chrono/INFO] Before computation: 1.10862e+09
104553     chrono.c:52: [Chrono/INFO] After computation: 1.10862e+09; Duration: 15.6633
104554     
104555     real    0m15.729s
104556     user    0m15.550s
104557     sys     0m0.060s
104558     
104559     
104560     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1032 48e7efb5-ca39-0410-a469-dd3cf9ba447f
104561
104562 commit dd97404569cc6567988399bcdce1d89b8efef459
104563 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
104564 Date:   Wed Feb 16 23:22:11 2005 +0000
104565
104566     Tsss... :)
104567     
104568     
104569     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1031 48e7efb5-ca39-0410-a469-dd3cf9ba447f
104570
104571 commit ef99a405745deb2eaaa8fd1539fa6377495f9217
104572 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
104573 Date:   Wed Feb 16 22:58:31 2005 +0000
104574
104575     Adding everything needed to develop GRAS benchmarking macros.
104576     
104577     
104578     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1030 48e7efb5-ca39-0410-a469-dd3cf9ba447f
104579
104580 commit 06c58071014cbd46dde10c0cd3eda05b67d56805
104581 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
104582 Date:   Wed Feb 16 22:57:17 2005 +0000
104583
104584     Works better on this crappy SunOS5.8. F*ckin' prehistoric printf.
104585     
104586     
104587     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1029 48e7efb5-ca39-0410-a469-dd3cf9ba447f
104588
104589 commit 714ad49f0f74fd38ad26215d7ce857eaf5a8cdb7
104590 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
104591 Date:   Wed Feb 16 22:50:35 2005 +0000
104592
104593     Adding everything needed to develop GRAS timing macros
104594     
104595     
104596     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1028 48e7efb5-ca39-0410-a469-dd3cf9ba447f
104597
104598 commit 931d547fccc65c7f2e5c6208c168f7e659d10aaf
104599 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
104600 Date:   Wed Feb 16 22:50:07 2005 +0000
104601
104602     Debug help
104603     
104604     
104605     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1027 48e7efb5-ca39-0410-a469-dd3cf9ba447f
104606
104607 commit eabf5fd1b436c08b408de268a45aac7182924f34
104608 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
104609 Date:   Wed Feb 16 17:03:25 2005 +0000
104610
104611     C++ users need love. :)
104612     
104613     
104614     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1026 48e7efb5-ca39-0410-a469-dd3cf9ba447f
104615
104616 commit 12414616e3b50fc5fe20c423d4fddfc7bff15e20
104617 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
104618 Date:   Tue Feb 15 16:03:53 2005 +0000
104619
104620     Make sure dict work when data is NULL
104621     
104622     
104623     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1025 48e7efb5-ca39-0410-a469-dd3cf9ba447f
104624
104625 commit 52bb54c8b87ffab62f80911401a9972ca13b67a2
104626 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
104627 Date:   Tue Feb 15 00:16:01 2005 +0000
104628
104629     Hi hi :)
104630     
104631     
104632     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1024 48e7efb5-ca39-0410-a469-dd3cf9ba447f
104633
104634 commit d22fa76b3b4e16afa64dbcf5b3e76ddb4f7355d9
104635 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
104636 Date:   Mon Feb 14 22:30:43 2005 +0000
104637
104638     Tire un bout de couverture ;)
104639     
104640     
104641     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1023 48e7efb5-ca39-0410-a469-dd3cf9ba447f
104642
104643 commit 42daed6c2683ee852b86e49c2726f561b38018f2
104644 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
104645 Date:   Mon Feb 14 22:11:37 2005 +0000
104646
104647     Preparing for the next version
104648     
104649     
104650     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1022 48e7efb5-ca39-0410-a469-dd3cf9ba447f
104651
104652 commit a465346ba799ba104b9055e4b7c4b8c99d5acac7
104653 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
104654 Date:   Mon Feb 14 22:07:42 2005 +0000
104655
104656     update
104657     
104658     
104659     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1020 48e7efb5-ca39-0410-a469-dd3cf9ba447f
104660
104661 commit 597c82c4e8804f97532e3f4c965fccb19c6a6945
104662 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
104663 Date:   Mon Feb 14 22:06:13 2005 +0000
104664
104665     Update to publish 2.91
104666     
104667     
104668     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1019 48e7efb5-ca39-0410-a469-dd3cf9ba447f
104669
104670 commit 3fedd58ec87f4192243b4205167726db2f19bd3c
104671 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
104672 Date:   Mon Feb 14 21:59:41 2005 +0000
104673
104674     Typos : a lot of mecanism -> mechanism and functional -> functionnal
104675     Finalize changelog
104676     
104677     
104678     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1018 48e7efb5-ca39-0410-a469-dd3cf9ba447f
104679
104680 commit 548c6b2142ac766395e10567352c3887a1b897a0
104681 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
104682 Date:   Mon Feb 14 00:09:05 2005 +0000
104683
104684     Allow to select on socket 0
104685     
104686     
104687     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1017 48e7efb5-ca39-0410-a469-dd3cf9ba447f
104688
104689 commit 2995193b7e30d03c04917852c4c0b26d26646273
104690 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
104691 Date:   Sun Feb 13 23:51:46 2005 +0000
104692
104693     Kill the useless xbt_free (was define'd to free)
104694     
104695     
104696     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1016 48e7efb5-ca39-0410-a469-dd3cf9ba447f
104697
104698 commit 93ca6b206350ea172a366902f34acf27bc5ed359
104699 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
104700 Date:   Sun Feb 13 23:32:26 2005 +0000
104701
104702     doxygenification
104703     
104704     
104705     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1015 48e7efb5-ca39-0410-a469-dd3cf9ba447f
104706
104707 commit 818127c78194a2f3edfb8e26bd3ccadb136db6ac
104708 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
104709 Date:   Sun Feb 13 23:32:11 2005 +0000
104710
104711     document the xbt_malloc macro familly, move the xbt_context out of the user interface. This is internals
104712     
104713     
104714     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1014 48e7efb5-ca39-0410-a469-dd3cf9ba447f
104715
104716 commit d0088c5ca40d4af018ea5f874550e1405fef9a93
104717 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
104718 Date:   Sun Feb 13 23:31:31 2005 +0000
104719
104720     document the timers
104721     
104722     
104723     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1013 48e7efb5-ca39-0410-a469-dd3cf9ba447f
104724
104725 commit 2a34c60af48746935a7495f736dcaa2e3e9c45a4
104726 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
104727 Date:   Sun Feb 13 23:22:22 2005 +0000
104728
104729     mv include/xbt/context.h src/include/xbt/context.h since users shouldn't mess with it
104730     
104731     
104732     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1012 48e7efb5-ca39-0410-a469-dd3cf9ba447f
104733
104734 commit 85f62589b47d73ce9c9a6fecf21dc04289f0b301
104735 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
104736 Date:   Sun Feb 13 23:10:05 2005 +0000
104737
104738     Remove timer from here
104739     
104740     
104741     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1011 48e7efb5-ca39-0410-a469-dd3cf9ba447f
104742
104743 commit 9f30704451da76b40ad793e3a29644c75e92449f
104744 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
104745 Date:   Sun Feb 13 23:09:22 2005 +0000
104746
104747     Add timer
104748     
104749     
104750     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1010 48e7efb5-ca39-0410-a469-dd3cf9ba447f
104751
104752 commit c87c9d8cb9788a2060058caf618390993166dbf1
104753 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
104754 Date:   Sun Feb 13 23:04:34 2005 +0000
104755
104756     Change the timer regression test to an example
104757     
104758     
104759     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1009 48e7efb5-ca39-0410-a469-dd3cf9ba447f
104760
104761 commit feb0e932349c35037f51a93f3185c3d5d21357c7
104762 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
104763 Date:   Sun Feb 13 23:01:42 2005 +0000
104764
104765     Move the timer test to examples, add the infrastructure so that it gets run both in RL and SG, some cleanup in configure.ac
104766     
104767     
104768     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1008 48e7efb5-ca39-0410-a469-dd3cf9ba447f
104769
104770 commit 0d379536a99d65399ab2a1b212ecd5a2718945dc
104771 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
104772 Date:   Sun Feb 13 22:16:14 2005 +0000
104773
104774     add timers to GRAS
104775     
104776     
104777     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1007 48e7efb5-ca39-0410-a469-dd3cf9ba447f
104778
104779 commit 8282b50a0adb1f3d6fabd4a64af3bfcd3afb8df5
104780 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
104781 Date:   Sun Feb 13 21:48:01 2005 +0000
104782
104783     don't run into the wall when asked to select over 0 sockets
104784     
104785     
104786     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1006 48e7efb5-ca39-0410-a469-dd3cf9ba447f
104787
104788 commit bc154f74e4236ef485c81aa065547b8fb9cdfcc7
104789 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
104790 Date:   Sun Feb 13 21:12:48 2005 +0000
104791
104792     Document, document and keep documenting
104793     
104794     
104795     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1005 48e7efb5-ca39-0410-a469-dd3cf9ba447f
104796
104797 commit a5a65caf87e21352b720c50f24a3c43a5f1f62fe
104798 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
104799 Date:   Sun Feb 13 20:37:58 2005 +0000
104800
104801     Bugfix: supposed to return a number of second
104802     
104803     
104804     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1004 48e7efb5-ca39-0410-a469-dd3cf9ba447f
104805
104806 commit cc1d70da0cf36a3f31ae0ec7c0bfeeb00402af88
104807 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
104808 Date:   Sun Feb 13 19:28:06 2005 +0000
104809
104810     kilkilkil
104811     
104812     
104813     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1003 48e7efb5-ca39-0410-a469-dd3cf9ba447f
104814
104815 commit 09a3ed04729d765807517e6f8d716bb60e4b4da7
104816 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
104817 Date:   Sun Feb 13 19:26:58 2005 +0000
104818
104819     Regenerate with flexml 1.2
104820     
104821     
104822     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1002 48e7efb5-ca39-0410-a469-dd3cf9ba447f
104823
104824 commit 3e19adce0ed360638d224b4316d5f8e5833b13f9
104825 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
104826 Date:   Sun Feb 13 19:26:32 2005 +0000
104827
104828     Add a missing header; move include/surf/surfxml.h from EXTRA_DIST to sources, in the hope that it gets regenerated on need; cleanup my cruft around flexml
104829     
104830     
104831     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1001 48e7efb5-ca39-0410-a469-dd3cf9ba447f
104832
104833 commit 543fcfdbc4aa5fdf9e85605758784253536fc624
104834 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
104835 Date:   Sun Feb 13 18:47:43 2005 +0000
104836
104837     Do generate the header we need with flexml
104838     
104839     
104840     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1000 48e7efb5-ca39-0410-a469-dd3cf9ba447f
104841
104842 commit 0aee06f9cdea04e795822811ea91e42181064784
104843 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
104844 Date:   Sun Feb 13 18:23:17 2005 +0000
104845
104846     Readd the -b option to flexml now that it is part of the official flexml, not only Arnaud's local version ;)
104847     
104848     
104849     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@999 48e7efb5-ca39-0410-a469-dd3cf9ba447f
104850
104851 commit 9c5c9afac95287120459459121a8b6e131653e51
104852 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
104853 Date:   Sun Feb 13 16:49:27 2005 +0000
104854
104855     Place the new changelog (using debian format) at the begining of the file containing old one. Intend is to use debian format from now on.
104856     
104857     
104858     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@998 48e7efb5-ca39-0410-a469-dd3cf9ba447f
104859
104860 commit ade879a8236e316c6e7ca02ec909981d957cae85
104861 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
104862 Date:   Sun Feb 13 16:34:54 2005 +0000
104863
104864     New functionality: possibility for libraries to register globals on each process. Just like userdata, but in a dictionnary to let them all coexist.
104865     
104866     
104867     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@997 48e7efb5-ca39-0410-a469-dd3cf9ba447f
104868
104869 commit 3c79423e7376662ff7bcfa809c4803564cf82acb
104870 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
104871 Date:   Sun Feb 13 16:30:30 2005 +0000
104872
104873     New functionality: possibility for libraries to register globals on each process. Just like userdata, but in a dictionnary to let them all coexist. Todo: change it to a xbt_set_t so that performance don't suffer. Use it in gras (msg and trp). Plus some little doxygen cleanups
104874     
104875     
104876     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@996 48e7efb5-ca39-0410-a469-dd3cf9ba447f
104877
104878 commit b000d48d6710795b2c9a6d29b5da13eeb4724571
104879 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
104880 Date:   Sun Feb 13 16:16:00 2005 +0000
104881
104882     Make it sexier since it's included in the documentation
104883     
104884     
104885     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@995 48e7efb5-ca39-0410-a469-dd3cf9ba447f
104886
104887 commit a275f30257862edffbff3e6885cdfce835de4ddc
104888 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
104889 Date:   Sun Feb 13 16:09:32 2005 +0000
104890
104891     compile binaries on make all, not only make check
104892     
104893     
104894     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@994 48e7efb5-ca39-0410-a469-dd3cf9ba447f
104895
104896 commit d88979392aa995371340597cbfc45f1cd33fe643
104897 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
104898 Date:   Sun Feb 13 16:08:12 2005 +0000
104899
104900     doxygen cleanups
104901     
104902     
104903     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@993 48e7efb5-ca39-0410-a469-dd3cf9ba447f
104904
104905 commit ee6f16afc165242f60908ec2460d02445d0f9cc7
104906 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
104907 Date:   Sun Feb 13 16:06:54 2005 +0000
104908
104909     Update
104910     
104911     
104912     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@992 48e7efb5-ca39-0410-a469-dd3cf9ba447f
104913
104914 commit 4ab40d35e563a6192b8937e8b245c43a119c8156
104915 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
104916 Date:   Sun Feb 13 16:05:39 2005 +0000
104917
104918     typo
104919     
104920     
104921     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@991 48e7efb5-ca39-0410-a469-dd3cf9ba447f
104922
104923 commit 445aa70580ff5c6cf5d27ca9e2314abd8019169a
104924 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
104925 Date:   Sun Feb 13 16:05:13 2005 +0000
104926
104927     always compile the examples, not only on make check
104928     
104929     
104930     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@990 48e7efb5-ca39-0410-a469-dd3cf9ba447f
104931
104932 commit 6520d7ebe2834ee2e913745a9e9043aa6169427d
104933 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
104934 Date:   Sun Feb 13 16:04:23 2005 +0000
104935
104936     doxygenification of xbt
104937     
104938     
104939     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@989 48e7efb5-ca39-0410-a469-dd3cf9ba447f
104940
104941 commit 5d1ace5e34c941d6aba14e350e9074465a803d64
104942 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
104943 Date:   Sun Feb 13 16:02:54 2005 +0000
104944
104945     gtk-doc-tools is dead; document how to use doxygen. Plus various cosmetics
104946     
104947     
104948     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@988 48e7efb5-ca39-0410-a469-dd3cf9ba447f
104949
104950 commit c9f0b6f33ed2290b8f99ca0d34646e6418dcd0ba
104951 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
104952 Date:   Sun Feb 13 15:54:27 2005 +0000
104953
104954     re-doxygenification
104955     
104956     
104957     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@987 48e7efb5-ca39-0410-a469-dd3cf9ba447f
104958
104959 commit 707e365f2ebe9132b004da4995f4a705df9e5582
104960 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
104961 Date:   Sun Feb 13 15:49:07 2005 +0000
104962
104963     doxygenification
104964     
104965     
104966     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@986 48e7efb5-ca39-0410-a469-dd3cf9ba447f
104967
104968 commit 8052a6fee279fcee6d3641d44c1f479835cd044b
104969 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
104970 Date:   Fri Feb 11 22:25:10 2005 +0000
104971
104972     Let's stop being no negative ...
104973     
104974     
104975     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@985 48e7efb5-ca39-0410-a469-dd3cf9ba447f
104976
104977 commit be0f9191562ee0ec4c518ce70de694c29faa3106
104978 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
104979 Date:   Fri Feb 11 22:24:05 2005 +0000
104980
104981     correction
104982     
104983     
104984     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@984 48e7efb5-ca39-0410-a469-dd3cf9ba447f
104985
104986 commit 2d92b9dc8275172f6453577aa334d419120b6118
104987 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
104988 Date:   Fri Feb 11 19:29:54 2005 +0000
104989
104990     Bug fix. Now GRAS/MSG seems to be working...
104991     
104992     
104993     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@983 48e7efb5-ca39-0410-a469-dd3cf9ba447f
104994
104995 commit 1da9fac086b49b2dfa600f15355dc099c62f60ca
104996 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
104997 Date:   Fri Feb 11 17:30:57 2005 +0000
104998
104999     update
105000     
105001     
105002     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@982 48e7efb5-ca39-0410-a469-dd3cf9ba447f
105003
105004 commit 9f091df92f0ee7966a3a75ff8461a134c93214a9
105005 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
105006 Date:   Fri Feb 11 14:52:20 2005 +0000
105007
105008     doxygenification of XBT
105009     
105010     
105011     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@981 48e7efb5-ca39-0410-a469-dd3cf9ba447f
105012
105013 commit 49894e3da0a6f23f604617836e7f2afaab7e1095
105014 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
105015 Date:   Fri Feb 11 14:36:34 2005 +0000
105016
105017     Damn code dupplication
105018     
105019     
105020     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@980 48e7efb5-ca39-0410-a469-dd3cf9ba447f
105021
105022 commit 65b5f868cc0f3c9ae249b5b0928b8d8d93427b19
105023 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
105024 Date:   Fri Feb 11 14:34:02 2005 +0000
105025
105026     Continuation of the long double->double convertion
105027     
105028     
105029     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@979 48e7efb5-ca39-0410-a469-dd3cf9ba447f
105030
105031 commit ffb6b3fc6c9b2b1a1032e4de24cb0c9c2aba19b4
105032 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
105033 Date:   Fri Feb 11 14:31:54 2005 +0000
105034
105035     get rid of the nasty TRYCLEAN
105036     
105037     
105038     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@978 48e7efb5-ca39-0410-a469-dd3cf9ba447f
105039
105040 commit 2acbecefb11b84dc60b6b00328fd307cd7302f19
105041 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
105042 Date:   Fri Feb 11 14:14:48 2005 +0000
105043
105044     rename the tool
105045     
105046     
105047     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@977 48e7efb5-ca39-0410-a469-dd3cf9ba447f
105048
105049 commit 4514ef63c8e469ea0db1f047f99c7cddee452f26
105050 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
105051 Date:   Fri Feb 11 12:32:47 2005 +0000
105052
105053     Rename stub_generator to gras_stub_generator (which gets installed), and cosmetics
105054     
105055     
105056     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@976 48e7efb5-ca39-0410-a469-dd3cf9ba447f
105057
105058 commit a31b95a462da7cb7bd72b670d74b3345e2f7b975
105059 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
105060 Date:   Fri Feb 11 08:30:28 2005 +0000
105061
105062     This is not used as format argument anymore, no need to protect the % symbol
105063     
105064     
105065     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@975 48e7efb5-ca39-0410-a469-dd3cf9ba447f
105066
105067 commit 1809d0aebaf0f28bf099091e78a56fecf2e64d85
105068 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
105069 Date:   Fri Feb 11 08:29:42 2005 +0000
105070
105071     stupid typo
105072     
105073     
105074     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@974 48e7efb5-ca39-0410-a469-dd3cf9ba447f
105075
105076 commit dc15d9320e21832cad17c942ef9eff29791ec81e
105077 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
105078 Date:   Fri Feb 11 08:27:43 2005 +0000
105079
105080     use the deployment file to specify the host where the server lives, do not overload the source code for it
105081     
105082     
105083     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@973 48e7efb5-ca39-0410-a469-dd3cf9ba447f
105084
105085 commit ab8a508d2cb9aed388c7215e1c68c0d6787961d2
105086 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
105087 Date:   Fri Feb 11 07:40:49 2005 +0000
105088
105089     the server is not on 127.0.0.1 in simulation mode
105090     
105091     
105092     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@972 48e7efb5-ca39-0410-a469-dd3cf9ba447f
105093
105094 commit 3233dd795ce5dde1057c2a52c4614ae36fd2da5d
105095 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
105096 Date:   Fri Feb 11 07:39:54 2005 +0000
105097
105098     Rename the binary to *gras_*stub_generator, install it and don't mess with CFLAGS
105099     
105100     
105101     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@971 48e7efb5-ca39-0410-a469-dd3cf9ba447f
105102
105103 commit 639241fcd5b27ead9978ae606387541fb02fbdb0
105104 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
105105 Date:   Fri Feb 11 07:38:37 2005 +0000
105106
105107     Remove the ton of compilation warnings
105108     
105109     
105110     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@970 48e7efb5-ca39-0410-a469-dd3cf9ba447f
105111
105112 commit d34ea0e6fcb4c209263157084ffd6fdda856deaf
105113 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
105114 Date:   Fri Feb 11 07:18:41 2005 +0000
105115
105116     dead code eradication strike
105117     
105118     
105119     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@969 48e7efb5-ca39-0410-a469-dd3cf9ba447f
105120
105121 commit 375d96759fe49f8207b9aef70cf632676f1f7965
105122 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
105123 Date:   Fri Feb 11 07:10:58 2005 +0000
105124
105125     Extract the documentation of the stub generator
105126     
105127     
105128     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@968 48e7efb5-ca39-0410-a469-dd3cf9ba447f
105129
105130 commit 48d3fe99d08f5da02d8b996fda75c3562a4a5bed
105131 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
105132 Date:   Fri Feb 11 06:26:22 2005 +0000
105133
105134     Quickly updating the doc
105135     
105136     
105137     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@967 48e7efb5-ca39-0410-a469-dd3cf9ba447f
105138
105139 commit a0939a1dbf56c422ea4e28dee2e0acc6c412270f
105140 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
105141 Date:   Fri Feb 11 06:12:56 2005 +0000
105142
105143     cosmetics
105144     
105145     
105146     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@966 48e7efb5-ca39-0410-a469-dd3cf9ba447f
105147
105148 commit 547d834b15d8e09d85d3410fb7aa556b907c8473
105149 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
105150 Date:   Fri Feb 11 06:12:05 2005 +0000
105151
105152     Running GRAS on top of MSG
105153     
105154     
105155     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@965 48e7efb5-ca39-0410-a469-dd3cf9ba447f
105156
105157 commit d775c35800d70241f651c457c4e0c5a6fff6d23b
105158 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
105159 Date:   Fri Feb 11 06:10:31 2005 +0000
105160
105161     XML is... well we're using it.
105162     
105163     
105164     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@964 48e7efb5-ca39-0410-a469-dd3cf9ba447f
105165
105166 commit 4a5549091dbdecc6e56ff56e09ef922ba83b1d02
105167 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
105168 Date:   Fri Feb 11 05:55:43 2005 +0000
105169
105170     SURF does not use long doubles. Reverting MSG to doubles.
105171     
105172     
105173     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@963 48e7efb5-ca39-0410-a469-dd3cf9ba447f
105174
105175 commit e290fa600a4e21fd0438d02db4a8279285df3a61
105176 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
105177 Date:   Fri Feb 11 05:55:14 2005 +0000
105178
105179     Let's try to play with the simulation...
105180     
105181     
105182     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@962 48e7efb5-ca39-0410-a469-dd3cf9ba447f
105183
105184 commit 1a15a58a833bf3c852c54ae51645aece0bd72cfa
105185 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
105186 Date:   Fri Feb 11 05:52:37 2005 +0000
105187
105188     Taking into account last MSG modifications. No need to pass gras-log arguments to each process as it is already initialized with MSG.
105189     
105190     
105191     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@961 48e7efb5-ca39-0410-a469-dd3cf9ba447f
105192
105193 commit 3ec66d102b4b055b55704961fcf6110f7e1a5763
105194 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
105195 Date:   Fri Feb 11 05:50:56 2005 +0000
105196
105197     get rid of this awful blue line around the picture
105198     
105199     
105200     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@960 48e7efb5-ca39-0410-a469-dd3cf9ba447f
105201
105202 commit a253b2722d6206ab70a182e029fe04de89334014
105203 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
105204 Date:   Fri Feb 11 04:47:28 2005 +0000
105205
105206     a figure with hyperlinks... Cool, isnt'it ?
105207     
105208     
105209     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@959 48e7efb5-ca39-0410-a469-dd3cf9ba447f
105210
105211 commit 016df92e89c5ce9cee28e9249d6e6877258daf9e
105212 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
105213 Date:   Fri Feb 11 02:02:03 2005 +0000
105214
105215     stub_generator reading XML files
105216     
105217     
105218     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@958 48e7efb5-ca39-0410-a469-dd3cf9ba447f
105219
105220 commit faae47650ad28bb74a26c888854c960a6b2d6d1c
105221 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
105222 Date:   Fri Feb 11 02:01:03 2005 +0000
105223
105224     -O3 != -03
105225     
105226     
105227     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@957 48e7efb5-ca39-0410-a469-dd3cf9ba447f
105228
105229 commit c7dbfb54501b0ff072e3daaec992d7ad22a30eed
105230 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
105231 Date:   Thu Feb 10 22:40:58 2005 +0000
105232
105233     Found how to ask doxygen to search the examples recursively
105234     
105235     
105236     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@956 48e7efb5-ca39-0410-a469-dd3cf9ba447f
105237
105238 commit 7bc5a941702953af6babc4bca7c8163e2c3d8125
105239 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
105240 Date:   Thu Feb 10 22:38:35 2005 +0000
105241
105242     Explain why we have 2 set libraries in SG
105243     
105244     
105245     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@955 48e7efb5-ca39-0410-a469-dd3cf9ba447f
105246
105247 commit 524f66091c87e846a7c972509f8cf1a235ce6033
105248 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
105249 Date:   Thu Feb 10 22:36:42 2005 +0000
105250
105251     cosmetics
105252     
105253     
105254     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@954 48e7efb5-ca39-0410-a469-dd3cf9ba447f
105255
105256 commit 4a7ff4cee02f54d0d1dec98be4ffe7dd7f479801
105257 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
105258 Date:   Thu Feb 10 22:36:14 2005 +0000
105259
105260     Completely rework. Users dont care about our names, they want the code and (hopefully) the documentation ;)
105261     
105262     
105263     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@953 48e7efb5-ca39-0410-a469-dd3cf9ba447f
105264
105265 commit aa890c33e8ef20709091607940ae880bb0f15eed
105266 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
105267 Date:   Thu Feb 10 22:35:20 2005 +0000
105268
105269     Cleanup some gtk-doc-tools leftover
105270     
105271     
105272     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@952 48e7efb5-ca39-0410-a469-dd3cf9ba447f
105273
105274 commit ca6ced4ab7e6b5f0e61970d9930b0f7b8616c154
105275 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
105276 Date:   Thu Feb 10 21:42:01 2005 +0000
105277
105278     cosmetics in documentation
105279     
105280     
105281     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@951 48e7efb5-ca39-0410-a469-dd3cf9ba447f
105282
105283 commit fe984fc392bd16e771eb3b85239166983aee889b
105284 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
105285 Date:   Thu Feb 10 21:14:11 2005 +0000
105286
105287     Explain where to search the images
105288     
105289     
105290     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@950 48e7efb5-ca39-0410-a469-dd3cf9ba447f
105291
105292 commit 27509475c62083dad1d5c694becc6b12c4b84d93
105293 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
105294 Date:   Thu Feb 10 21:09:40 2005 +0000
105295
105296     Better looking
105297     
105298     
105299     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@949 48e7efb5-ca39-0410-a469-dd3cf9ba447f
105300
105301 commit a173dfe8921998b76385351bd93b9186fab29ae3
105302 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
105303 Date:   Thu Feb 10 17:36:15 2005 +0000
105304
105305     ignore generated
105306     
105307     
105308     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@948 48e7efb5-ca39-0410-a469-dd3cf9ba447f
105309
105310 commit ccf0ccada44b2d8ad404336fe3ed0e5f9cb4f1c1
105311 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
105312 Date:   Thu Feb 10 17:29:46 2005 +0000
105313
105314     No idea what this -b flag is for. It's not in flexml 1-6 and neither in 1.1-1
105315     
105316     
105317     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@947 48e7efb5-ca39-0410-a469-dd3cf9ba447f
105318
105319 commit d6186e137ccbbedcceb7364b980a6547d2009764
105320 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
105321 Date:   Thu Feb 10 17:28:17 2005 +0000
105322
105323     Explain how main() functions are generated in GRAS; add a complete example
105324     
105325     
105326     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@946 48e7efb5-ca39-0410-a469-dd3cf9ba447f
105327
105328 commit 2e7943186f8c5e75f1fc623d0f52ead2ae68f0fd
105329 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
105330 Date:   Thu Feb 10 17:26:08 2005 +0000
105331
105332     Regenerate with flexml 1.1
105333     
105334     
105335     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@945 48e7efb5-ca39-0410-a469-dd3cf9ba447f
105336
105337 commit 07db45c31602a15fae0e244e856f8a34b971686e
105338 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
105339 Date:   Thu Feb 10 17:25:11 2005 +0000
105340
105341     Clarify the two ways to get messages (callbacks vs _wait)
105342     
105343     
105344     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@944 48e7efb5-ca39-0410-a469-dd3cf9ba447f
105345
105346 commit 3bf92b53c213bf80601c11236ff0a7205520e3d1
105347 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
105348 Date:   Thu Feb 10 17:23:12 2005 +0000
105349
105350     generalize it so that others may  use if
105351     
105352     
105353     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@943 48e7efb5-ca39-0410-a469-dd3cf9ba447f
105354
105355 commit d5c51ff22d4e040c8236af16518a08ab47db3683
105356 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
105357 Date:   Thu Feb 10 17:21:59 2005 +0000
105358
105359     this is not the way to doccument examples
105360     
105361     
105362     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@942 48e7efb5-ca39-0410-a469-dd3cf9ba447f
105363
105364 commit 761318c77783a519dcb81945dd423e2e14c3241b
105365 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
105366 Date:   Thu Feb 10 15:15:54 2005 +0000
105367
105368     Improve documentation so that it can be included in manual
105369     
105370     
105371     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@941 48e7efb5-ca39-0410-a469-dd3cf9ba447f
105372
105373 commit 1b7854be6d046f7aff1209967630aea1075b0e01
105374 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
105375 Date:   Thu Feb 10 14:15:52 2005 +0000
105376
105377     Split GRAS doc into another file; add a gras example (still to be modified to look better)
105378     
105379     
105380     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@940 48e7efb5-ca39-0410-a469-dd3cf9ba447f
105381
105382 commit a033da054c1006d289ef46cf5e05a5cad823f358
105383 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
105384 Date:   Wed Feb 9 19:44:43 2005 +0000
105385
105386     mv src/modules.doc doc/modules.doc
105387     
105388     
105389     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@939 48e7efb5-ca39-0410-a469-dd3cf9ba447f
105390
105391 commit 89863dc886e4d0a1dab445b7bf7400d7566cbf09
105392 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
105393 Date:   Tue Feb 8 16:58:17 2005 +0000
105394
105395     Do not use absolute path for REMOTE_PREFIX, this allows me to try on AIX automatically
105396     
105397     
105398     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@938 48e7efb5-ca39-0410-a469-dd3cf9ba447f
105399
105400 commit 7e544278b09b292b9bca9c4454c2b34554e45606
105401 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
105402 Date:   Tue Feb 8 16:24:33 2005 +0000
105403
105404     merge
105405     
105406     
105407     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@937 48e7efb5-ca39-0410-a469-dd3cf9ba447f
105408
105409 commit ea61420aaa97ff1500c27b49b495e2f0d2557a8a
105410 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
105411 Date:   Tue Feb 8 16:10:36 2005 +0000
105412
105413     Deal with relative REMOTE_PREFIX so that I can use them in the Makefile.am
105414     
105415     
105416     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@936 48e7efb5-ca39-0410-a469-dd3cf9ba447f
105417
105418 commit 384385780597cd067aca6af7e3759bf9f48b14e7
105419 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
105420 Date:   Tue Feb 8 16:04:14 2005 +0000
105421
105422     document last changes
105423     
105424     
105425     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@935 48e7efb5-ca39-0410-a469-dd3cf9ba447f
105426
105427 commit 1142f7585e066e768aa8758f9a537abc09f04d79
105428 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
105429 Date:   Tue Feb 8 15:51:58 2005 +0000
105430
105431     Acknoledge that some datasets are not regenerated yet, and deal with it
105432     
105433     
105434     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@934 48e7efb5-ca39-0410-a469-dd3cf9ba447f
105435
105436 commit b9df3f093a5b2403c83003c8a349fb666a6f65cd
105437 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
105438 Date:   Tue Feb 8 15:50:31 2005 +0000
105439
105440     Stupid me. N*0=0, whatever value N has. (only change the output, not the datasets)
105441     
105442     
105443     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@933 48e7efb5-ca39-0410-a469-dd3cf9ba447f
105444
105445 commit 9ae1c2c20f7730e31bb16472f2a9ae4c83b10b79
105446 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
105447 Date:   Tue Feb 8 15:40:06 2005 +0000
105448
105449     Try harder to get make remote on VPATH (but doesn't work because dist creates the tarball in the wrong dir. I'll fix it when on T1, not ADSL); REMOTE_PREFIX= simgrid, not gras anymore
105450     
105451     
105452     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@932 48e7efb5-ca39-0410-a469-dd3cf9ba447f
105453
105454 commit 0d66b6ab4ce784e5beac713da25f6c8d3a1f989c
105455 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
105456 Date:   Tue Feb 8 15:38:19 2005 +0000
105457
105458     Regenerate the ppc/sparc32 dataset
105459     
105460     
105461     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@931 48e7efb5-ca39-0410-a469-dd3cf9ba447f
105462
105463 commit 01162745aeb9b6e45d6840a72883894f40f60083
105464 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
105465 Date:   Tue Feb 8 15:37:51 2005 +0000
105466
105467     First try of a dataset for AIX, but seems to be broken
105468     
105469     
105470     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@930 48e7efb5-ca39-0410-a469-dd3cf9ba447f
105471
105472 commit a73147e605d9015ef2624ca9bc578d4e7dc18bef
105473 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
105474 Date:   Tue Feb 8 15:14:39 2005 +0000
105475
105476     Work around a solaris libtool issue
105477     
105478     
105479     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@929 48e7efb5-ca39-0410-a469-dd3cf9ba447f
105480
105481 commit 38da0240fd97f0be640adfef8faf4e1a242bc521
105482 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
105483 Date:   Tue Feb 8 15:02:00 2005 +0000
105484
105485     Regenerate the data sets
105486     
105487     
105488     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@928 48e7efb5-ca39-0410-a469-dd3cf9ba447f
105489
105490 commit e0cec4a6bae47a23e1420f8fb3520830bbbe4932
105491 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
105492 Date:   Tue Feb 8 14:36:33 2005 +0000
105493
105494     Useless cleanup
105495     
105496     
105497     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@927 48e7efb5-ca39-0410-a469-dd3cf9ba447f
105498
105499 commit 3d02a0ae2e1733d919da46b91851b5741a81aec2
105500 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
105501 Date:   Tue Feb 8 14:35:59 2005 +0000
105502
105503     Let make remote work with VPATH
105504     
105505     
105506     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@926 48e7efb5-ca39-0410-a469-dd3cf9ba447f
105507
105508 commit d9af359d50c749f3eafaf037ee58f1ba0c4bf8dd
105509 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
105510 Date:   Tue Feb 8 14:23:49 2005 +0000
105511
105512     Reorder and cleanup the architecture table
105513     
105514     
105515     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@925 48e7efb5-ca39-0410-a469-dd3cf9ba447f
105516
105517 commit 77010c1579f1582a59a65391de6c6fcb26c8502d
105518 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
105519 Date:   Tue Feb 8 14:22:50 2005 +0000
105520
105521     New dataset for linux x86
105522     
105523     
105524     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@924 48e7efb5-ca39-0410-a469-dd3cf9ba447f
105525
105526 commit 7e482cb1ef697b23d6ebe5c6d3849e4f48f0c49b
105527 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
105528 Date:   Tue Feb 8 14:03:55 2005 +0000
105529
105530     Document that changing this invalidates existing test. Being trapped once is enough
105531     
105532     
105533     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@923 48e7efb5-ca39-0410-a469-dd3cf9ba447f
105534
105535 commit 3dcd24586d0e643fc8c64da171ad073c968d8565
105536 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
105537 Date:   Tue Feb 8 14:00:51 2005 +0000
105538
105539     let make distcheck work in examples/msg
105540     
105541     
105542     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@922 48e7efb5-ca39-0410-a469-dd3cf9ba447f
105543
105544 commit b3e650a06bf8a91b8feefda4acc421fd9641515b
105545 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
105546 Date:   Tue Feb 8 14:00:16 2005 +0000
105547
105548     let make distcheck work
105549     
105550     
105551     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@921 48e7efb5-ca39-0410-a469-dd3cf9ba447f
105552
105553 commit f043ecd2d0bcdbfb951637c6dd046d729c6509b4
105554 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
105555 Date:   Tue Feb 8 13:59:31 2005 +0000
105556
105557     Helper script to work with make distcheck
105558     
105559     
105560     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@920 48e7efb5-ca39-0410-a469-dd3cf9ba447f
105561
105562 commit 2578f145b125d7228af0162ec317f4cd5c9a148a
105563 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
105564 Date:   Tue Feb 8 13:32:28 2005 +0000
105565
105566     Do run the test on make check
105567     
105568     
105569     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@919 48e7efb5-ca39-0410-a469-dd3cf9ba447f
105570
105571 commit c8474a5e25b188d7af25f8b515178f538c913b78
105572 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
105573 Date:   Tue Feb 8 13:30:17 2005 +0000
105574
105575     stupid me
105576     
105577     
105578     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@918 48e7efb5-ca39-0410-a469-dd3cf9ba447f
105579
105580 commit d905a08af01043d82f0597dc8e6e1245a54405de
105581 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
105582 Date:   Tue Feb 8 13:23:15 2005 +0000
105583
105584     Document last changes
105585     
105586     
105587     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@917 48e7efb5-ca39-0410-a469-dd3cf9ba447f
105588
105589 commit bccee1674a9a4309a530b28622112645fd0b496d
105590 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
105591 Date:   Tue Feb 8 13:15:03 2005 +0000
105592
105593     Do not hide problems
105594     
105595     
105596     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@916 48e7efb5-ca39-0410-a469-dd3cf9ba447f
105597
105598 commit ccbeef9290504a02973ae73d7ab79781c62da114
105599 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
105600 Date:   Tue Feb 8 13:13:43 2005 +0000
105601
105602     Add the list of all existing categories
105603     
105604     
105605     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@915 48e7efb5-ca39-0410-a469-dd3cf9ba447f
105606
105607 commit 54b36b81cc3bd164e2a77326cd59011652d612c0
105608 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
105609 Date:   Tue Feb 8 13:13:07 2005 +0000
105610
105611     Use doxygen's section instead of my poor approximation; link to the list of all existing categories
105612     
105613     
105614     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@914 48e7efb5-ca39-0410-a469-dd3cf9ba447f
105615
105616 commit cdfc75d1d7dad3a21645ed7577e52da12ee4c617
105617 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
105618 Date:   Tue Feb 8 13:10:54 2005 +0000
105619
105620     Dont put this cruft into the documentation
105621     
105622     
105623     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@913 48e7efb5-ca39-0410-a469-dd3cf9ba447f
105624
105625 commit 1d788f0aa070c370acfaa33dee4004958c48c145
105626 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
105627 Date:   Tue Feb 8 13:10:15 2005 +0000
105628
105629     log category declaration cleanup; add a pointer from the log category description to the main page of GRAS_API (YEAH\!)
105630     
105631     
105632     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@912 48e7efb5-ca39-0410-a469-dd3cf9ba447f
105633
105634 commit b7c4ce8311e52876b3b669af4539f10c446c1383
105635 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
105636 Date:   Tue Feb 8 13:09:01 2005 +0000
105637
105638     Extract automatically the log categories, and add them to the documentation
105639     
105640     
105641     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@911 48e7efb5-ca39-0410-a469-dd3cf9ba447f
105642
105643 commit 04f204cb476768675647841d4900e17f57f2c16a
105644 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
105645 Date:   Tue Feb 8 13:00:01 2005 +0000
105646
105647     This moved to the examples/gras directory, kill old leftover
105648     
105649     
105650     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@910 48e7efb5-ca39-0410-a469-dd3cf9ba447f
105651
105652 commit 82260ee8874d808a0436128d0f2a0e17f918fdb1
105653 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
105654 Date:   Tue Feb 8 12:16:04 2005 +0000
105655
105656     Useless cleanup
105657     
105658     
105659     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@909 48e7efb5-ca39-0410-a469-dd3cf9ba447f
105660
105661 commit 3964b43f9eeaf7cbf65486d6cb6d4409b678cac6
105662 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
105663 Date:   Tue Feb 8 12:06:00 2005 +0000
105664
105665     cosmetics on log categories declaration; declare a MSG category here since MSG fails to do so itself >:-)
105666     
105667     
105668     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@908 48e7efb5-ca39-0410-a469-dd3cf9ba447f
105669
105670 commit 099b60cfc8376454eed30db710260eaaa426211d
105671 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
105672 Date:   Tue Feb 8 12:03:50 2005 +0000
105673
105674     Little script to extract the log categories from the source code and display them in a nice tree manner (I finally took the time to write it)
105675     
105676     
105677     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@907 48e7efb5-ca39-0410-a469-dd3cf9ba447f
105678
105679 commit 74d54a1d8e2d0d5dec85da02c74e7d0719700810
105680 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
105681 Date:   Tue Feb 8 10:01:19 2005 +0000
105682
105683     Avoid log cat name conflict with MSG
105684     
105685     
105686     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@906 48e7efb5-ca39-0410-a469-dd3cf9ba447f
105687
105688 commit bd58442fe3b5adb3508be554473901b4db9c7ac5
105689 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
105690 Date:   Tue Feb 8 06:14:59 2005 +0000
105691
105692     Linking to table of contents.
105693     
105694     
105695     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@905 48e7efb5-ca39-0410-a469-dd3cf9ba447f
105696
105697 commit 16072227dba258909792b99458156ab65f4ecdd3
105698 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
105699 Date:   Mon Feb 7 23:21:41 2005 +0000
105700
105701     write down the TODO
105702     
105703     
105704     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@904 48e7efb5-ca39-0410-a469-dd3cf9ba447f
105705
105706 commit 7cccc79a97bdb37e1fe4c100a61c0d3d255b3d04
105707 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
105708 Date:   Mon Feb 7 23:18:12 2005 +0000
105709
105710     code cleanup
105711     
105712     
105713     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@903 48e7efb5-ca39-0410-a469-dd3cf9ba447f
105714
105715 commit 2fad952ef4a63aedf6c8b2dc4e371de849f1e163
105716 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
105717 Date:   Mon Feb 7 22:40:20 2005 +0000
105718
105719     doxygenification
105720     
105721     
105722     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@902 48e7efb5-ca39-0410-a469-dd3cf9ba447f
105723
105724 commit eca91eda2136d8994ffb75dae1282bb790716fa8
105725 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
105726 Date:   Mon Feb 7 22:02:31 2005 +0000
105727
105728     Temporary ifdef so that I stop changing this file and polluting the CVS.
105729     
105730     
105731     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@901 48e7efb5-ca39-0410-a469-dd3cf9ba447f
105732
105733 commit 02f9796851bd58a1e8769e257d572195f2ac07fd
105734 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
105735 Date:   Mon Feb 7 20:54:06 2005 +0000
105736
105737     explain why I hate doxygen so much tonight, and go have a decent sleep
105738     
105739     
105740     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@900 48e7efb5-ca39-0410-a469-dd3cf9ba447f
105741
105742 commit 1132c208390db403e0fe891f6ff0cda438e0023c
105743 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
105744 Date:   Mon Feb 7 20:05:36 2005 +0000
105745
105746     hide the macro body
105747     
105748     
105749     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@899 48e7efb5-ca39-0410-a469-dd3cf9ba447f
105750
105751 commit a6837e7db7bc9c7d5b1924441d1bfcc2ec8e2fd6
105752 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
105753 Date:   Mon Feb 7 19:40:47 2005 +0000
105754
105755     Adding a nice skeleton for Henri.
105756     
105757     
105758     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@898 48e7efb5-ca39-0410-a469-dd3cf9ba447f
105759
105760 commit 0f76ec2ccc54b00c9f370b3cc5267f67ce76f8a7
105761 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
105762 Date:   Mon Feb 7 19:30:11 2005 +0000
105763
105764     Cleaning type naming so that Henri has a nice skeleton to play with.
105765     
105766     
105767     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@897 48e7efb5-ca39-0410-a469-dd3cf9ba447f
105768
105769 commit a88936907b1c292cc7f1a966cdc958446d9a54ed
105770 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
105771 Date:   Mon Feb 7 17:45:57 2005 +0000
105772
105773     Continue doxygenification
105774     
105775     
105776     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@896 48e7efb5-ca39-0410-a469-dd3cf9ba447f
105777
105778 commit e649c3530c0f9b73ecf464f7b2834f4b3da004e3
105779 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
105780 Date:   Mon Feb 7 17:12:23 2005 +0000
105781
105782     doxygenification
105783     
105784     
105785     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@895 48e7efb5-ca39-0410-a469-dd3cf9ba447f
105786
105787 commit 76c0b5d245c8c40361f7bd3e32a89b65d7859f19
105788 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
105789 Date:   Mon Feb 7 17:09:56 2005 +0000
105790
105791     Add a GRAS_implem module to hide all crude implementation details, GRAS_dd now defined in the .h file, not here
105792     
105793     
105794     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@894 48e7efb5-ca39-0410-a469-dd3cf9ba447f
105795
105796 commit 90f57033e73fcc8191ed4ee325c9b7593eb699e6
105797 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
105798 Date:   Mon Feb 7 17:06:03 2005 +0000
105799
105800     cosmetics
105801     
105802     
105803     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@893 48e7efb5-ca39-0410-a469-dd3cf9ba447f
105804
105805 commit d73750d4032cc6768f10f2778846d367f3360196
105806 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
105807 Date:   Mon Feb 7 17:04:49 2005 +0000
105808
105809     Do not document the crude internals of logs with the user interface
105810     
105811     
105812     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@892 48e7efb5-ca39-0410-a469-dd3cf9ba447f
105813
105814 commit d8f11457ef58c17b4feb1cde1db9952d7f0799c4
105815 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
105816 Date:   Mon Feb 7 17:03:46 2005 +0000
105817
105818     Continue to document GRAS within doxygen
105819     
105820     
105821     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@891 48e7efb5-ca39-0410-a469-dd3cf9ba447f
105822
105823 commit a9b94bc9be0c3ad5b5f816bf343152a3617a1bc2
105824 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
105825 Date:   Mon Feb 7 06:19:56 2005 +0000
105826
105827     Reorganizing and cleaning the doc
105828     
105829     
105830     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@890 48e7efb5-ca39-0410-a469-dd3cf9ba447f
105831
105832 commit 7392b17f0fee990af059ca94a2141236aa24d0c1
105833 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
105834 Date:   Sun Feb 6 21:17:20 2005 +0000
105835
105836     Little reorganization of XBT, huge adding of log documentation, placeholder for the several progenv
105837     
105838     
105839     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@889 48e7efb5-ca39-0410-a469-dd3cf9ba447f
105840
105841 commit 108f9c5b56b3739ea4aaa9980f3466b4ef7cd06d
105842 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
105843 Date:   Sun Feb 6 21:16:01 2005 +0000
105844
105845     Use gras_exit now that it exists and not xbt_exit
105846     
105847     
105848     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@888 48e7efb5-ca39-0410-a469-dd3cf9ba447f
105849
105850 commit 3d33d72a247c887483184c317deb4de6f18d0f12
105851 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
105852 Date:   Sun Feb 6 21:14:31 2005 +0000
105853
105854     memleak plug
105855     
105856     
105857     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@887 48e7efb5-ca39-0410-a469-dd3cf9ba447f
105858
105859 commit 6ca6beef439aae0d4d7ba02af5a60435623d3e4f
105860 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
105861 Date:   Sun Feb 6 21:13:37 2005 +0000
105862
105863     Plug a memleak when using the parser
105864     
105865     
105866     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@886 48e7efb5-ca39-0410-a469-dd3cf9ba447f
105867
105868 commit 438767b311970c8a65b6a891b805e430fd2aeb3f
105869 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
105870 Date:   Sun Feb 6 21:12:52 2005 +0000
105871
105872     Begin to move GRASs doc to doxygen
105873     
105874     
105875     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@885 48e7efb5-ca39-0410-a469-dd3cf9ba447f
105876
105877 commit 45ef403897cdd383a630c1500ebdf1cb34142498
105878 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
105879 Date:   Fri Feb 4 20:35:13 2005 +0000
105880
105881     More verbose messages on errors
105882     
105883     
105884     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@884 48e7efb5-ca39-0410-a469-dd3cf9ba447f
105885
105886 commit 21612e9104cb11d3a13121582d94021c1a436a22
105887 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
105888 Date:   Fri Feb 4 20:23:11 2005 +0000
105889
105890     Log improvements.
105891     
105892     
105893     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@883 48e7efb5-ca39-0410-a469-dd3cf9ba447f
105894
105895 commit 060af002dec4ef70bac07df71060a8882900294b
105896 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
105897 Date:   Fri Feb 4 20:21:39 2005 +0000
105898
105899     No more dead code +  bug fix.
105900     
105901     
105902     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@882 48e7efb5-ca39-0410-a469-dd3cf9ba447f
105903
105904 commit 97c1804c212047bd75f3d65e828944cd5321c36b
105905 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
105906 Date:   Fri Feb 4 20:21:21 2005 +0000
105907
105908     Mode silent of doxygen.
105909     
105910     
105911     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@881 48e7efb5-ca39-0410-a469-dd3cf9ba447f
105912
105913 commit b1c088d524f3cbbcc1b67ca52f02403506fb46d4
105914 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
105915 Date:   Fri Feb 4 18:55:46 2005 +0000
105916
105917     Keep improving the traces
105918     
105919     
105920     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@880 48e7efb5-ca39-0410-a469-dd3cf9ba447f
105921
105922 commit ad452c358d2b00bbabcd8f10e54a36b3c56985de
105923 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
105924 Date:   Fri Feb 4 18:29:25 2005 +0000
105925
105926     Gargl ! Some C++ comments ! Sorry about that. What a lame !
105927     
105928     
105929     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@879 48e7efb5-ca39-0410-a469-dd3cf9ba447f
105930
105931 commit 9dfe6d3c2f48e9917e82f4b343fe8975c6e46823
105932 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
105933 Date:   Fri Feb 4 18:26:53 2005 +0000
105934
105935     Surf is not broken anymore. Those tests should be run.
105936     
105937     
105938     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@878 48e7efb5-ca39-0410-a469-dd3cf9ba447f
105939
105940 commit 64318694f830cd0dd242e4a5c8e091a56286da88
105941 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
105942 Date:   Fri Feb 4 18:26:15 2005 +0000
105943
105944     Improving traces
105945     
105946     
105947     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@877 48e7efb5-ca39-0410-a469-dd3cf9ba447f
105948
105949 commit a9d4a27f57895978422f9cd1f51fd39b939f44fd
105950 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
105951 Date:   Fri Feb 4 17:31:27 2005 +0000
105952
105953     Today Martin Quinson wrote :
105954     > You broke your SURF duude !
105955     > 2 tests of 14 failed:
105956     >   surf/surf_usage --surf-path=./surf/ platform.xml (returned 139)
105957     >   surf/surf_usage2 --surf-path=./surf/ platform.xml (returned 139)
105958     
105959     Thanks. It's fixed now. I can't believe it didn't failed while using MSG. Looking a little bit closer, it makes sense but it was really close...
105960     
105961     
105962     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@876 48e7efb5-ca39-0410-a469-dd3cf9ba447f
105963
105964 commit e9ae1600e63126a80a5c389720f291bb8ea5dec1
105965 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
105966 Date:   Fri Feb 4 12:32:39 2005 +0000
105967
105968     Document last changes
105969     
105970     
105971     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@875 48e7efb5-ca39-0410-a469-dd3cf9ba447f
105972
105973 commit 50981c93c3d4fdcdf57d910b13b10d3d4abefb58
105974 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
105975 Date:   Fri Feb 4 12:23:05 2005 +0000
105976
105977     cleanup
105978     
105979     
105980     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@874 48e7efb5-ca39-0410-a469-dd3cf9ba447f
105981
105982 commit 0ca27f465b3af0a69ec3731b2f44527cc9cc1d72
105983 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
105984 Date:   Fri Feb 4 12:18:08 2005 +0000
105985
105986     More work to move gras->sg
105987     
105988     
105989     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@873 48e7efb5-ca39-0410-a469-dd3cf9ba447f
105990
105991 commit d91f48baa379ce88e99b114c5ab9abe4420d7470
105992 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
105993 Date:   Fri Feb 4 12:06:00 2005 +0000
105994
105995     Fix Arnaud's changes (niark niark): some gras stuff is still in src/ and not in src/include yet
105996     
105997     
105998     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@872 48e7efb5-ca39-0410-a469-dd3cf9ba447f
105999
106000 commit 14d178fc82abba0574e5c595d0cffd9483632de6
106001 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
106002 Date:   Fri Feb 4 11:50:44 2005 +0000
106003
106004     Re-enable GRAS/RL; remove brain dead stuff: temps must be generated in local dir, not in srcdir
106005     
106006     
106007     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@871 48e7efb5-ca39-0410-a469-dd3cf9ba447f
106008
106009 commit e3bdd14ab5a67b0c6d6ccfbbaac5d8fc36f0d1e3
106010 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
106011 Date:   Fri Feb 4 11:50:00 2005 +0000
106012
106013     embeed this in the tarball
106014     
106015     
106016     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@870 48e7efb5-ca39-0410-a469-dd3cf9ba447f
106017
106018 commit 4487fdf345d78507154edb411d8cb58b93ecbbe4
106019 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
106020 Date:   Fri Feb 4 11:49:42 2005 +0000
106021
106022     generate a missing Makefile
106023     
106024     
106025     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@869 48e7efb5-ca39-0410-a469-dd3cf9ba447f
106026
106027 commit cbb287b6719bf4c6fec12a4cb654a8d3400d1bce
106028 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
106029 Date:   Fri Feb 4 11:49:12 2005 +0000
106030
106031     Specify which version of aclocal we use (by default, it's the ooold 1.4)
106032     
106033     
106034     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@868 48e7efb5-ca39-0410-a469-dd3cf9ba447f
106035
106036 commit d37110037927b4b6989c40d65abed420a625a4e6
106037 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
106038 Date:   Fri Feb 4 11:45:54 2005 +0000
106039
106040     Do recurse into the newly created gras/ dir
106041     
106042     
106043     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@867 48e7efb5-ca39-0410-a469-dd3cf9ba447f
106044
106045 commit f6ac78b3b68e90973da62167c4358bed0c5401c5
106046 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
106047 Date:   Fri Feb 4 11:44:49 2005 +0000
106048
106049     Ask users to repport bugs to the list, not to Arnaud's mailbox (I want to see them, too); don't use ACI anymore
106050     
106051     
106052     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@866 48e7efb5-ca39-0410-a469-dd3cf9ba447f
106053
106054 commit ad8576790aead7583177d44bc803b9c401bb7163
106055 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
106056 Date:   Fri Feb 4 11:43:08 2005 +0000
106057
106058     Missing header
106059     
106060     
106061     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@865 48e7efb5-ca39-0410-a469-dd3cf9ba447f
106062
106063 commit 1963963ba176a5936364f29a3814cb105497f08e
106064 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
106065 Date:   Fri Feb 4 11:40:35 2005 +0000
106066
106067     Stupid me, sorry
106068     
106069     
106070     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@864 48e7efb5-ca39-0410-a469-dd3cf9ba447f
106071
106072 commit 776a9237e010b97793aa31a03303e241e83e6095
106073 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
106074 Date:   Fri Feb 4 11:36:37 2005 +0000
106075
106076     Move this file to gras subdir
106077     
106078     
106079     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@863 48e7efb5-ca39-0410-a469-dd3cf9ba447f
106080
106081 commit 8eabc22e75fbfc2367ae381be37d12cfe6986b57
106082 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
106083 Date:   Fri Feb 4 11:35:13 2005 +0000
106084
106085     cleanup
106086     
106087     
106088     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@862 48e7efb5-ca39-0410-a469-dd3cf9ba447f
106089
106090 commit e5a983f6c17354d8e0c418b5201c6107bdba44e4
106091 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
106092 Date:   Fri Feb 4 11:30:48 2005 +0000
106093
106094     Continue the move gras->sg
106095     
106096     
106097     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@861 48e7efb5-ca39-0410-a469-dd3cf9ba447f
106098
106099 commit 92963aecc2bbd7596769f058ef4a1b27a5ee9c88
106100 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
106101 Date:   Fri Feb 4 11:29:31 2005 +0000
106102
106103     ignore generated files
106104     
106105     
106106     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@860 48e7efb5-ca39-0410-a469-dd3cf9ba447f
106107
106108 commit 3d615cf194cbec84c5819c1d7888b6975b440151
106109 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
106110 Date:   Fri Feb 4 11:28:05 2005 +0000
106111
106112     Use the new AC_PROG_FLEX macro, move it to the right configure.ac section (where we test for progs)
106113     
106114     
106115     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@859 48e7efb5-ca39-0410-a469-dd3cf9ba447f
106116
106117 commit ef0f1af2ad6f1845b83518bd4370ae00ac8ba3d4
106118 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
106119 Date:   Fri Feb 4 11:27:10 2005 +0000
106120
106121     Clarify doc
106122     
106123     
106124     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@858 48e7efb5-ca39-0410-a469-dd3cf9ba447f
106125
106126 commit a47fa7dc6a96461ec3f71dbf52c0cd48308e48c5
106127 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
106128 Date:   Fri Feb 4 11:23:25 2005 +0000
106129
106130     A proper macro to test the flex version
106131     
106132     
106133     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@857 48e7efb5-ca39-0410-a469-dd3cf9ba447f
106134
106135 commit fdd8ad6fdd72c8a26648e7d5e8054e63c7d1c277
106136 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
106137 Date:   Fri Feb 4 10:01:26 2005 +0000
106138
106139     remove gtk-doc-tools cruft
106140     
106141     
106142     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@856 48e7efb5-ca39-0410-a469-dd3cf9ba447f
106143
106144 commit c51a6b6afe77a45c502ee8303a2fdc01e0e94ca5
106145 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
106146 Date:   Fri Feb 4 09:58:46 2005 +0000
106147
106148     Move gras example to their own subdir, re-enable gras-RL
106149     
106150     
106151     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@855 48e7efb5-ca39-0410-a469-dd3cf9ba447f
106152
106153 commit 30820942d6f98e57261592bb826e7da80f65a41e
106154 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
106155 Date:   Fri Feb 4 09:56:49 2005 +0000
106156
106157     Move gras example to their own subdir
106158     
106159     
106160     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@854 48e7efb5-ca39-0410-a469-dd3cf9ba447f
106161
106162 commit cbd7c552d286a6b915bd8f3df45d1559d6a42fba
106163 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
106164 Date:   Fri Feb 4 09:53:32 2005 +0000
106165
106166     re-enable GRAS, but only in real world for now (until the simulation part gets fixed)
106167     
106168     
106169     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@853 48e7efb5-ca39-0410-a469-dd3cf9ba447f
106170
106171 commit d63b04ca166323a74a8df4f7d390dbc624b50ec4
106172 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
106173 Date:   Fri Feb 4 09:46:58 2005 +0000
106174
106175     cleanup of the autoconf path cruft (the one intended to keep make distcheck happy)
106176     
106177     
106178     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@852 48e7efb5-ca39-0410-a469-dd3cf9ba447f
106179
106180 commit 76abe652b11210f5af3d2ce223aa133ec79232ba
106181 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
106182 Date:   Fri Feb 4 09:40:46 2005 +0000
106183
106184     ease the reduction of the number of tests, do reduce the number of tests so that the compilation time becomes affordable
106185     
106186     
106187     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@851 48e7efb5-ca39-0410-a469-dd3cf9ba447f
106188
106189 commit 313487f556afa9fd9482106f9b5bb34060f8fb1a
106190 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
106191 Date:   Fri Feb 4 09:39:59 2005 +0000
106192
106193     useless cleanup
106194     
106195     
106196     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@850 48e7efb5-ca39-0410-a469-dd3cf9ba447f
106197
106198 commit 5a4f405d9e406c1f16cb1af7f4204e92852985ab
106199 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
106200 Date:   Fri Feb 4 09:38:08 2005 +0000
106201
106202     Cleanups: split each test family in its own list (should ease the disabling of a family); tests are now separated by ';' to protect spaces ;add some comments; lot of reindent
106203     
106204     
106205     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@849 48e7efb5-ca39-0410-a469-dd3cf9ba447f
106206
106207 commit 37ea2352aff66611539fdd2abef2d21a1d80c656
106208 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
106209 Date:   Fri Feb 4 09:13:35 2005 +0000
106210
106211     continue the move gras->sg
106212     
106213     
106214     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@848 48e7efb5-ca39-0410-a469-dd3cf9ba447f
106215
106216 commit 899a3b2de973f018bd96d419212ee4cdb2860b85
106217 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
106218 Date:   Fri Feb 4 05:39:50 2005 +0000
106219
106220     Major bug fix in SURF.
106221     
106222     In MSG, tasks that were transfered multiple times or whose state was changed did leave some variables in the linear system. Those variables were removed only when the corresponding tasks was destroyed. So sometimes, the result was correct (as in the comparison with masterslave3 of the old MSG).
106223     
106224     
106225     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@847 48e7efb5-ca39-0410-a469-dd3cf9ba447f
106226
106227 commit 50ffa5ce8e4e6da54f7047c0921c460e2bf1c104
106228 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
106229 Date:   Fri Feb 4 00:14:08 2005 +0000
106230
106231     brain-dead hack
106232     
106233     
106234     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@846 48e7efb5-ca39-0410-a469-dd3cf9ba447f
106235
106236 commit 272246589924a81f8292ed04bf46965dc438c26b
106237 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
106238 Date:   Fri Feb 4 00:13:46 2005 +0000
106239
106240     Update
106241     
106242     
106243     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@845 48e7efb5-ca39-0410-a469-dd3cf9ba447f
106244
106245 commit f537f6705eaf9d1d99186860f2da468a9d755417
106246 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
106247 Date:   Fri Feb 4 00:13:24 2005 +0000
106248
106249     Adding Killall function
106250     Adding interface with Paje
106251     
106252     
106253     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@844 48e7efb5-ca39-0410-a469-dd3cf9ba447f
106254
106255 commit 88eab62fe6122f8c93f7319447c99e218418d2f0
106256 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
106257 Date:   Fri Feb 4 00:11:37 2005 +0000
106258
106259     Filling placeholders...
106260     
106261     
106262     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@843 48e7efb5-ca39-0410-a469-dd3cf9ba447f
106263
106264 commit 745b5fc8d531eb1a573d9d47a9217811f8753071
106265 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
106266 Date:   Tue Feb 1 17:28:04 2005 +0000
106267
106268     Including a mail from Martin on How to use the logs
106269     
106270     
106271     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@842 48e7efb5-ca39-0410-a469-dd3cf9ba447f
106272
106273 commit e04390ba0f56cd9e99253f4756c65739ca0a303e
106274 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
106275 Date:   Tue Feb 1 17:27:28 2005 +0000
106276
106277     More reasonnable value.
106278     
106279     
106280     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@841 48e7efb5-ca39-0410-a469-dd3cf9ba447f
106281
106282 commit ffe43ccd40d121bcde8fe95557df4388fc4dabd5
106283 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
106284 Date:   Tue Feb 1 17:26:59 2005 +0000
106285
106286     bugfix... I'm so pissed off to keep finding bug in this part of the code whereas I used it for a month.
106287     
106288     
106289     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@840 48e7efb5-ca39-0410-a469-dd3cf9ba447f
106290
106291 commit b4d6d5706e34843ba90b7180c6bb03b370b0bc58
106292 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
106293 Date:   Tue Feb 1 15:56:11 2005 +0000
106294
106295     moving to next version
106296     
106297     
106298     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@839 48e7efb5-ca39-0410-a469-dd3cf9ba447f
106299
106300 commit 862c6709aaad43ce54184b77580aff18c367b14c
106301 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
106302 Date:   Tue Feb 1 05:52:32 2005 +0000
106303
106304     Ease my job for now.
106305     
106306     
106307     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@837 48e7efb5-ca39-0410-a469-dd3cf9ba447f
106308
106309 commit 8faf4522fc967d91e1df16381e08697efc82cc93
106310 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
106311 Date:   Tue Feb 1 05:52:14 2005 +0000
106312
106313     typo
106314     
106315     
106316     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@836 48e7efb5-ca39-0410-a469-dd3cf9ba447f
106317
106318 commit 9a41b5fa634b7df7f823f57c4b2a3e27874df28f
106319 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
106320 Date:   Tue Feb 1 03:41:17 2005 +0000
106321
106322     No need to rebuild the parser if you're not a maintainer.
106323     
106324     
106325     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@835 48e7efb5-ca39-0410-a469-dd3cf9ba447f
106326
106327 commit 64bc2b4c4d977aaf22cc5d043f509218f3c57a2e
106328 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
106329 Date:   Tue Feb 1 03:40:39 2005 +0000
106330
106331     Add Changelog.Debian
106332     
106333     
106334     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@834 48e7efb5-ca39-0410-a469-dd3cf9ba447f
106335
106336 commit cd781124db50c82bc3281a7b90664157ac7ea5bf
106337 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
106338 Date:   Mon Jan 31 22:18:42 2005 +0000
106339
106340     using xml files located in examples
106341     
106342     
106343     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@833 48e7efb5-ca39-0410-a469-dd3cf9ba447f
106344
106345 commit 427cc939701a09af195be54c5caf55c89b0c9097
106346 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
106347 Date:   Mon Jan 31 22:18:20 2005 +0000
106348
106349     updating library number
106350     
106351     
106352     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@832 48e7efb5-ca39-0410-a469-dd3cf9ba447f
106353
106354 commit 379207b10c04e9f370159af2aa6c29e38e768e20
106355 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
106356 Date:   Mon Jan 31 22:17:50 2005 +0000
106357
106358     My bad. Sorry
106359     
106360     
106361     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@831 48e7efb5-ca39-0410-a469-dd3cf9ba447f
106362
106363 commit 3b22c9035de34e3729c1ca058d2689760cb74db0
106364 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
106365 Date:   Mon Jan 31 22:16:54 2005 +0000
106366
106367     Those files already are in examples.
106368     
106369     
106370     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@830 48e7efb5-ca39-0410-a469-dd3cf9ba447f
106371
106372 commit 872e6c960cfd42bfbb748574c0cf88693d0730a5
106373 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
106374 Date:   Mon Jan 31 22:04:09 2005 +0000
106375
106376     moving include/surf to src/include/surf (continued)
106377     
106378     
106379     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@829 48e7efb5-ca39-0410-a469-dd3cf9ba447f
106380
106381 commit 2d71f65d9d83ec974281885f4e2bcd1abb01e05e
106382 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
106383 Date:   Mon Jan 31 21:57:09 2005 +0000
106384
106385     moving include/surf to src/include/surf
106386     SURF is private. For developpers only.
106387     
106388     
106389     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@828 48e7efb5-ca39-0410-a469-dd3cf9ba447f
106390
106391 commit 427dad324ea04760dd98967bf6f987d1010a05de
106392 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
106393 Date:   Mon Jan 31 21:56:38 2005 +0000
106394
106395     Use Changelog.Debian
106396     
106397     
106398     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@827 48e7efb5-ca39-0410-a469-dd3cf9ba447f
106399
106400 commit bb5df9fea82060252bf127c39fb5505b77a42623
106401 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
106402 Date:   Mon Jan 31 21:55:44 2005 +0000
106403
106404     Merging gras and simgrind in this changelog.
106405     
106406     
106407     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@826 48e7efb5-ca39-0410-a469-dd3cf9ba447f
106408
106409 commit a225e9ef4a27c1192447262d702073b157c0a604
106410 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
106411 Date:   Mon Jan 31 21:30:06 2005 +0000
106412
106413     Now the documentation is correctly installed
106414     
106415     
106416     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@825 48e7efb5-ca39-0410-a469-dd3cf9ba447f
106417
106418 commit 9e9634656790d72da59373c2f5ca33f676ec0b21
106419 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
106420 Date:   Mon Jan 31 20:54:48 2005 +0000
106421
106422     aborting is cleaner than segfaulting
106423     
106424     
106425     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@824 48e7efb5-ca39-0410-a469-dd3cf9ba447f
106426
106427 commit 339d013a06e325ad25fec4201d8076a444fcc006
106428 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
106429 Date:   Mon Jan 31 18:02:27 2005 +0000
106430
106431     We should have done that more often...
106432     
106433     
106434     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@823 48e7efb5-ca39-0410-a469-dd3cf9ba447f
106435
106436 commit 3ac9530bdd50a7a168638228b1696f893d616b67
106437 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
106438 Date:   Mon Jan 31 18:02:07 2005 +0000
106439
106440     helper...
106441     
106442     
106443     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@822 48e7efb5-ca39-0410-a469-dd3cf9ba447f
106444
106445 commit d9760cb660594502509f6eb4ddc5f7dcfd2ae8d2
106446 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
106447 Date:   Mon Jan 31 16:53:48 2005 +0000
106448
106449     not distributing too much gras for now
106450     
106451     
106452     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@821 48e7efb5-ca39-0410-a469-dd3cf9ba447f
106453
106454 commit ef58b79b0d9295257d42207996fd3d91d1d232b7
106455 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
106456 Date:   Mon Jan 31 16:52:40 2005 +0000
106457
106458     Updating the documentation
106459     
106460     
106461     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@820 48e7efb5-ca39-0410-a469-dd3cf9ba447f
106462
106463 commit 32c10a8d7dba4d62394ba0d10a8a21a3ffea1e32
106464 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
106465 Date:   Mon Jan 31 16:52:17 2005 +0000
106466
106467     Not distributing too much gras for now.
106468     
106469     
106470     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@819 48e7efb5-ca39-0410-a469-dd3cf9ba447f
106471
106472 commit 859e87bc3d3e81fa1df961e004ec48b9684d0cb9
106473 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
106474 Date:   Sun Jan 30 21:00:10 2005 +0000
106475
106476     More work to make make distcheck happy
106477     
106478     
106479     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@818 48e7efb5-ca39-0410-a469-dd3cf9ba447f
106480
106481 commit 3fdf4688dcb2bbde0f0d651f36fe1ec56b8b51a2
106482 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
106483 Date:   Sat Jan 29 05:50:13 2005 +0000
106484
106485     I WANT A RECENT FLEX !!!
106486     
106487     
106488     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@817 48e7efb5-ca39-0410-a469-dd3cf9ba447f
106489
106490 commit e6692e68ddfe1ef3234cacab53edb44277ae4405
106491 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
106492 Date:   Sat Jan 29 05:49:28 2005 +0000
106493
106494     updating the doc
106495     
106496     + a minor feature fix in MSG and SURF
106497     
106498     
106499     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@816 48e7efb5-ca39-0410-a469-dd3cf9ba447f
106500
106501 commit dd16785434a6411b1130c78684c365e4b3d51e31
106502 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
106503 Date:   Sat Jan 29 05:48:18 2005 +0000
106504
106505     updating the doc
106506     
106507     
106508     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@815 48e7efb5-ca39-0410-a469-dd3cf9ba447f
106509
106510 commit e996e1e3eaec91c4cb7df2346c9a4390a5a532ff
106511 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
106512 Date:   Sat Jan 29 05:47:35 2005 +0000
106513
106514     update
106515     
106516     
106517     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@814 48e7efb5-ca39-0410-a469-dd3cf9ba447f
106518
106519 commit 9b1ee1f1e2e0dc53e6bcbad453c26939027c8bd8
106520 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
106521 Date:   Sat Jan 29 05:47:00 2005 +0000
106522
106523     cosmetics
106524     
106525     
106526     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@813 48e7efb5-ca39-0410-a469-dd3cf9ba447f
106527
106528 commit 131129319cc1f674cc66cb1f2a9d20ce817e926c
106529 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
106530 Date:   Sat Jan 29 05:46:34 2005 +0000
106531
106532     a small example
106533     
106534     
106535     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@812 48e7efb5-ca39-0410-a469-dd3cf9ba447f
106536
106537 commit 5f175b4d887ca80cdb133f809bdf817db9a8482d
106538 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
106539 Date:   Fri Jan 28 11:42:48 2005 +0000
106540
106541     You know the refain. It's needed to make dist, it must be within the archive
106542     
106543     
106544     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@811 48e7efb5-ca39-0410-a469-dd3cf9ba447f
106545
106546 commit d585628e4581e3f987caafbff7f074644f3e2bce
106547 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
106548 Date:   Fri Jan 28 11:42:16 2005 +0000
106549
106550     those files are generated. They are now right here under our nose; nardiiin, all the needed files must be in the archive
106551     
106552     
106553     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@810 48e7efb5-ca39-0410-a469-dd3cf9ba447f
106554
106555 commit d6d900cd8a908df46352fb513d04b865d234342a
106556 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
106557 Date:   Fri Jan 28 11:34:09 2005 +0000
106558
106559     distcheck fixups: generate those files automatically to explain doxygen where to search for the files depending on how we're compiled
106560     
106561     
106562     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@809 48e7efb5-ca39-0410-a469-dd3cf9ba447f
106563
106564 commit df4ed19e8d85e87d8d17d3205a0438b193f46fa6
106565 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
106566 Date:   Fri Jan 28 10:35:53 2005 +0000
106567
106568     Show the user (and the poor one debuging that crap ;) what's going on
106569     
106570     
106571     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@808 48e7efb5-ca39-0410-a469-dd3cf9ba447f
106572
106573 commit 895bb530c35c5cad2a52c9d2efdb170159d50070
106574 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
106575 Date:   Fri Jan 28 09:40:00 2005 +0000
106576
106577     kill bad char
106578     
106579     
106580     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@807 48e7efb5-ca39-0410-a469-dd3cf9ba447f
106581
106582 commit 48ba874e7fbd8356e011567c8a173e6d9820cfcd
106583 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
106584 Date:   Fri Jan 28 09:33:36 2005 +0000
106585
106586     distcheck fixups
106587     
106588     
106589     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@806 48e7efb5-ca39-0410-a469-dd3cf9ba447f
106590
106591 commit 0ebb95aa041c534654bcc26b00a275ec1c68d616
106592 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
106593 Date:   Fri Jan 28 01:16:45 2005 +0000
106594
106595     make communications from an host to itself instantaneous
106596     
106597     
106598     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@805 48e7efb5-ca39-0410-a469-dd3cf9ba447f
106599
106600 commit 41ce7333c5bb37d746c820330f5534f8b9229fd8
106601 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
106602 Date:   Fri Jan 28 00:35:28 2005 +0000
106603
106604     do not write in source tree when compiling (make distcheck happy)
106605     
106606     
106607     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@804 48e7efb5-ca39-0410-a469-dd3cf9ba447f
106608
106609 commit 5aa0707135983883434c13627dd1adad3eade648
106610 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
106611 Date:   Fri Jan 28 00:25:19 2005 +0000
106612
106613     moving this autogenerated file
106614     
106615     
106616     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@803 48e7efb5-ca39-0410-a469-dd3cf9ba447f
106617
106618 commit ca193aaeb6fba06d3de61cb93c236e971d3353d5
106619 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
106620 Date:   Fri Jan 28 00:13:25 2005 +0000
106621
106622     Kill it the crude way
106623     
106624     
106625     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@802 48e7efb5-ca39-0410-a469-dd3cf9ba447f
106626
106627 commit ca076dee06bc98aa0848609c5b87909d94d832c9
106628 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
106629 Date:   Fri Jan 28 00:10:57 2005 +0000
106630
106631     Helper script mandatory to create an archive=> within the archive
106632     
106633     
106634     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@801 48e7efb5-ca39-0410-a469-dd3cf9ba447f
106635
106636 commit 11b5a6dcffc865710b18a9597c802a917ac0eb8f
106637 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
106638 Date:   Fri Jan 28 00:07:44 2005 +0000
106639
106640     tarballs must contain everything
106641     
106642     
106643     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@800 48e7efb5-ca39-0410-a469-dd3cf9ba447f
106644
106645 commit 74645bf17655057b81ab984d4ecf77e1f7968b67
106646 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
106647 Date:   Thu Jan 27 23:54:16 2005 +0000
106648
106649     Readd this dead code to the tarball since removing it cleanly is harder
106650     
106651     
106652     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@799 48e7efb5-ca39-0410-a469-dd3cf9ba447f
106653
106654 commit 8d12b73df9c90c73810352507244d5d3d63c1c6b
106655 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
106656 Date:   Thu Jan 27 23:48:48 2005 +0000
106657
106658     blurp
106659     
106660     
106661     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@798 48e7efb5-ca39-0410-a469-dd3cf9ba447f
106662
106663 commit ebf1459a3667f63005cf1c5b87b07d1aa7cbab9a
106664 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
106665 Date:   Thu Jan 27 23:41:30 2005 +0000
106666
106667     shut gcc of on generated code
106668     
106669     
106670     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@797 48e7efb5-ca39-0410-a469-dd3cf9ba447f
106671
106672 commit 52bbec97eae35ac830edcf70ab4970629e19e2b6
106673 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
106674 Date:   Thu Jan 27 22:22:06 2005 +0000
106675
106676     updating the doc
106677     
106678     
106679     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@796 48e7efb5-ca39-0410-a469-dd3cf9ba447f
106680
106681 commit 10ba4620635259ef1dd168c905bc30deeaeb9bcd
106682 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
106683 Date:   Thu Jan 27 19:16:53 2005 +0000
106684
106685     build the documentation and include it in the distribution
106686     
106687     
106688     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@795 48e7efb5-ca39-0410-a469-dd3cf9ba447f
106689
106690 commit 91397a507d59c279eb3faa1c07df1dedd1b6fb9e
106691 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
106692 Date:   Thu Jan 27 18:56:12 2005 +0000
106693
106694     One more word on GRAS
106695     
106696     
106697     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@794 48e7efb5-ca39-0410-a469-dd3cf9ba447f
106698
106699 commit 0f4aff06537ac17808c067245ad0123bf1b0dd01
106700 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
106701 Date:   Thu Jan 27 18:55:40 2005 +0000
106702
106703     Do not try to run gras yet.
106704     
106705     
106706     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@793 48e7efb5-ca39-0410-a469-dd3cf9ba447f
106707
106708 commit c64e6aaf073674de0142b2ba5cd8e57331df1ab9
106709 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
106710 Date:   Thu Jan 27 18:55:05 2005 +0000
106711
106712     Ooups I had forgotten this one...
106713     
106714     
106715     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@792 48e7efb5-ca39-0410-a469-dd3cf9ba447f
106716
106717 commit 96bfb0d6a04ac8260625415ea78bdbdb47a1a8d0
106718 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
106719 Date:   Thu Jan 27 18:44:27 2005 +0000
106720
106721     Use the standard model
106722     I really have to write a function to change the SURF model without having to modify the code...
106723     
106724     
106725     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@791 48e7efb5-ca39-0410-a469-dd3cf9ba447f
106726
106727 commit 058ad71842ebb98aeb28b42adb14b49031f997d6
106728 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
106729 Date:   Thu Jan 27 18:43:07 2005 +0000
106730
106731     It's just a crappy perl script. But it may help those who are unable to make paje work.
106732     Moreover... I still haven't written the MSG output for paje. :)
106733     
106734     
106735     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@790 48e7efb5-ca39-0410-a469-dd3cf9ba447f
106736
106737 commit a2aa100e524cc55b0d79218ab9d3d577e761017d
106738 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
106739 Date:   Thu Jan 27 18:42:02 2005 +0000
106740
106741     convenient scripts to generate platforms
106742     
106743     
106744     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@789 48e7efb5-ca39-0410-a469-dd3cf9ba447f
106745
106746 commit a63b491b014ce7061f61b6fd94876b9abd6ceff2
106747 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
106748 Date:   Thu Jan 27 18:41:37 2005 +0000
106749
106750     Importing the documentation !!! :)
106751     
106752     
106753     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@788 48e7efb5-ca39-0410-a469-dd3cf9ba447f
106754
106755 commit 9a7067e48184aafdfc20d69e1dc6a58add7c415c
106756 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
106757 Date:   Thu Jan 27 18:36:27 2005 +0000
106758
106759     Go away. There is nothing to look at here yet.
106760     
106761     Poor guy. This axe right through his spin... Must be horribly painful!
106762     
106763     
106764     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@787 48e7efb5-ca39-0410-a469-dd3cf9ba447f
106765
106766 commit 509afa8dafbfc8a505586e5447a1ed4c76cf0ae3
106767 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
106768 Date:   Thu Jan 27 18:34:42 2005 +0000
106769
106770     I probably had been drinking too much the day I have written this command... Sorry to the inconvenience.
106771     
106772     
106773     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@786 48e7efb5-ca39-0410-a469-dd3cf9ba447f
106774
106775 commit 92bb2be06658bec5abe69a30642ed469e47708fd
106776 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
106777 Date:   Thu Jan 27 18:33:24 2005 +0000
106778
106779     A nice example on how to use MSG.
106780     
106781     
106782     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@785 48e7efb5-ca39-0410-a469-dd3cf9ba447f
106783
106784 commit e486bcb39da0b905b7e7b6151c728e7b366be717
106785 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
106786 Date:   Thu Jan 27 12:29:54 2005 +0000
106787
106788     Commented cruft I need to test the IDL projection code
106789     
106790     
106791     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@784 48e7efb5-ca39-0410-a469-dd3cf9ba447f
106792
106793 commit 9ab1b38a27e708eea8f01668608d58c5bf4c439a
106794 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
106795 Date:   Thu Jan 27 12:29:08 2005 +0000
106796
106797     Try to allow VPATH builds when we have to regenerate the sources. But I seem to remember that it doesn't really do the trick
106798     
106799     
106800     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@783 48e7efb5-ca39-0410-a469-dd3cf9ba447f
106801
106802 commit a4d0a9d6299cc213c74aaa47478d5b71f61fb477
106803 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
106804 Date:   Thu Jan 27 12:28:01 2005 +0000
106805
106806     First steps for support to flexml within 'simgrid' ;)
106807     
106808     
106809     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@782 48e7efb5-ca39-0410-a469-dd3cf9ba447f
106810
106811 commit 45b9f54d155a0bd8a3399637edf185c236b35618
106812 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
106813 Date:   Thu Jan 27 00:02:51 2005 +0000
106814
106815     I know -O0 is not a warning flag but it is convenient when debuging...
106816     
106817     
106818     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@781 48e7efb5-ca39-0410-a469-dd3cf9ba447f
106819
106820 commit e6e6498326aec873b66812380327a4ebc152655f
106821 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
106822 Date:   Thu Jan 27 00:00:42 2005 +0000
106823
106824     Please. Don't try to run gras...
106825     
106826     
106827     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@780 48e7efb5-ca39-0410-a469-dd3cf9ba447f
106828
106829 commit 9d9cf552f8bf9c4bf556f6e9f7495fc0e503bb45
106830 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
106831 Date:   Thu Jan 27 00:00:10 2005 +0000
106832
106833     changing the archive name
106834     SimGrid is the name of the project, GRAS, MSG, SURF, ... are codenames
106835     
106836     
106837     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@779 48e7efb5-ca39-0410-a469-dd3cf9ba447f
106838
106839 commit dff1fe523a13d17e7a195f55e827c9137ec6c476
106840 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
106841 Date:   Wed Jan 26 23:59:21 2005 +0000
106842
106843     changing the adress
106844     
106845     
106846     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@778 48e7efb5-ca39-0410-a469-dd3cf9ba447f
106847
106848 commit c9366c901448249dd823fb52f0c00b913e14c9fb
106849 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
106850 Date:   Wed Jan 26 23:59:04 2005 +0000
106851
106852     make distcheck functionnal
106853     
106854     
106855     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@777 48e7efb5-ca39-0410-a469-dd3cf9ba447f
106856
106857 commit 8a3e58e28eb077b33811b9d3c434dd502c2366ba
106858 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
106859 Date:   Wed Jan 26 17:33:37 2005 +0000
106860
106861     Typo.
106862     
106863     Seems like I'm getting addicted to spam you guys. ];)
106864     
106865     
106866     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@776 48e7efb5-ca39-0410-a469-dd3cf9ba447f
106867
106868 commit 0b9a2447efffcac84def3c87a774040a45a0837e
106869 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
106870 Date:   Wed Jan 26 17:31:43 2005 +0000
106871
106872     running msg_test
106873     
106874     
106875     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@775 48e7efb5-ca39-0410-a469-dd3cf9ba447f
106876
106877 commit da946dcb996a556fd433face6caa6e8469ffa790
106878 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
106879 Date:   Wed Jan 26 17:31:31 2005 +0000
106880
106881     missing files
106882     
106883     
106884     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@774 48e7efb5-ca39-0410-a469-dd3cf9ba447f
106885
106886 commit 7983449a462dd833c3ea25694a50f7be0fa9c784
106887 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
106888 Date:   Wed Jan 26 17:30:02 2005 +0000
106889
106890     Taking into account an old API modification of SURF
106891     
106892     
106893     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@773 48e7efb5-ca39-0410-a469-dd3cf9ba447f
106894
106895 commit c226346a22e1773c3dd823f2843a599de5576434
106896 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
106897 Date:   Wed Jan 26 17:29:26 2005 +0000
106898
106899     New msg_test with forwarder agents.
106900     
106901     
106902     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@772 48e7efb5-ca39-0410-a469-dd3cf9ba447f
106903
106904 commit ac884b2e49525cc6782f40e5f6023e0908535b91
106905 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
106906 Date:   Wed Jan 26 17:26:35 2005 +0000
106907
106908     Bug fix : we could get stuck into an infinite loop for floating point precision reason.
106909     Extension of the parser to handle bound on outgoing communications
106910     
106911     
106912     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@771 48e7efb5-ca39-0410-a469-dd3cf9ba447f
106913
106914 commit 045febe057cdab268bf1d2aedae1f6db9333672d
106915 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
106916 Date:   Wed Jan 26 17:25:49 2005 +0000
106917
106918     Bug fix : we could get stuck into an infinite loop for floating point precision reason.
106919     
106920     
106921     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@770 48e7efb5-ca39-0410-a469-dd3cf9ba447f
106922
106923 commit 5c856ab29791883f3ca4f8d526bac816cb08546d
106924 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
106925 Date:   Wed Jan 26 17:23:48 2005 +0000
106926
106927     Now, a process can be killed and all process are killed at the end of the simulation.
106928     
106929     
106930     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@769 48e7efb5-ca39-0410-a469-dd3cf9ba447f
106931
106932 commit 79adfdb539deedcac38651c4f8c9b0a8767beb23
106933 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
106934 Date:   Wed Jan 26 17:10:42 2005 +0000
106935
106936     Bug fix: a task could sometimes not be immediately forwarded.
106937     
106938     
106939     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@768 48e7efb5-ca39-0410-a469-dd3cf9ba447f
106940
106941 commit 28800061ff3b3913fc2e1cfbdc9d15211cf3a3f2
106942 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
106943 Date:   Wed Jan 26 17:08:36 2005 +0000
106944
106945     Usefull function to "kill" a context before the function it was executing has terminated.
106946     
106947     
106948     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@767 48e7efb5-ca39-0410-a469-dd3cf9ba447f
106949
106950 commit 87c39468f57b12651ab8700eba05a2a11cfeaddb
106951 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
106952 Date:   Wed Jan 26 17:07:23 2005 +0000
106953
106954     Extending the parser to handle bound on outgoing communications
106955     
106956     
106957     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@766 48e7efb5-ca39-0410-a469-dd3cf9ba447f
106958
106959 commit 8ca4a1a653905648d33077dd1bdfd11883e8fa11
106960 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
106961 Date:   Wed Jan 26 17:05:23 2005 +0000
106962
106963     Fixing line number for an easier debugging.
106964     
106965     
106966     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@765 48e7efb5-ca39-0410-a469-dd3cf9ba447f
106967
106968 commit df40802c46e2670352494b4c10be4282a6962e12
106969 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
106970 Date:   Wed Jan 19 18:17:43 2005 +0000
106971
106972     Using logs and making some message more clear.
106973     
106974     
106975     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@764 48e7efb5-ca39-0410-a469-dd3cf9ba447f
106976
106977 commit 78e6d82818b5b5fcfb29e84da291e69073b18b55
106978 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
106979 Date:   Wed Jan 19 18:16:43 2005 +0000
106980
106981     Now, you can send a task of length 0 in a no latency model... Otherwise the emitter used to hang.
106982     
106983     
106984     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@763 48e7efb5-ca39-0410-a469-dd3cf9ba447f
106985
106986 commit e191510f1cefbd3858e94de3c820f3e538642844
106987 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
106988 Date:   Wed Jan 19 18:15:13 2005 +0000
106989
106990     Bugfix... I had forgotten to reorder elements when updating a variable weight (and the order is heavilly used later to break loops).
106991     
106992     
106993     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@762 48e7efb5-ca39-0410-a469-dd3cf9ba447f
106994
106995 commit b84ee836eb252fb8d20a6d6c60a4321100b033c8
106996 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
106997 Date:   Wed Jan 19 18:13:44 2005 +0000
106998
106999     bugfix (shame on me!) + asserts to detect earlier weird behavior
107000     
107001     
107002     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@761 48e7efb5-ca39-0410-a469-dd3cf9ba447f
107003
107004 commit c15fa58a2cc08dbf1eb63246b30b38d482f51df2
107005 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
107006 Date:   Sat Jan 15 00:54:20 2005 +0000
107007
107008     Taking into account last SURF modifications (suspend, resume and is_suspended moved in the common_public part).
107009     Introducing a new convenient function: MSG_task_put_bounded
107010     
107011     
107012     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@760 48e7efb5-ca39-0410-a469-dd3cf9ba447f
107013
107014 commit fe5680debe2efd9f9aae7d9ea2ebc38ebfaee39c
107015 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
107016 Date:   Sat Jan 15 00:52:07 2005 +0000
107017
107018     Cosmetics and forgot to say in the previous commit (gras/surf/include surf.h,1.19,1.20 and gras/src/surf cpu.c,1.27,1.28 network.c,1.15,1.16 network_private.h,1.9,1.10 workstation.c,1.11,1.12 workstation_KCCFLN05.c,1.4,1.5) that suspend, resume and is_suspended have now been moved into the common_public of resources. Sorry...
107019     
107020     
107021     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@759 48e7efb5-ca39-0410-a469-dd3cf9ba447f
107022
107023 commit 9070feda0eec90cf10d562ece376fcd6a777ff7c
107024 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
107025 Date:   Sat Jan 15 00:46:32 2005 +0000
107026
107027     Now surf communications come with a maximum rate. Also fixed a bug in network.c (was using 1 instead of SG_TCP_CTE_GAMMA when updating link characteristics)
107028     
107029     
107030     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@758 48e7efb5-ca39-0410-a469-dd3cf9ba447f
107031
107032 commit 841d5e83050a1c7a247ab9edfc5e3185663d996d
107033 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
107034 Date:   Fri Jan 14 21:31:55 2005 +0000
107035
107036     Parsing values is good. Taking into account parsed values is better...
107037     
107038     
107039     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@757 48e7efb5-ca39-0410-a469-dd3cf9ba447f
107040
107041 commit e552466303fbb7a0de83633a72d1bb3570a11e28
107042 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
107043 Date:   Fri Jan 14 19:57:03 2005 +0000
107044
107045     Add a forwarder in the MSG example.
107046     
107047     
107048     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@756 48e7efb5-ca39-0410-a469-dd3cf9ba447f
107049
107050 commit 2eae9b903fa523a15a5c8b4adb4471b6bd1e0af1
107051 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
107052 Date:   Fri Jan 14 19:54:41 2005 +0000
107053
107054     network actions should be suspendable too. In fact it seems to me that it is the case for any action. Maybe those functions should be then moved into the common_public part of resources.
107055     
107056     
107057     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@755 48e7efb5-ca39-0410-a469-dd3cf9ba447f
107058
107059 commit c3d32ba7bd6d22b8c5dbf4cd48e21233f97ce05e
107060 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
107061 Date:   Fri Jan 14 19:52:28 2005 +0000
107062
107063     Finding this damn fucking bug took me an inordinate amount of time ! It was well hidden deep down in the maxmin solver...
107064     
107065     
107066     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@754 48e7efb5-ca39-0410-a469-dd3cf9ba447f
107067
107068 commit 09f32d96bbc399a919b44b12f63ea054dcefda76
107069 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
107070 Date:   Fri Jan 14 19:47:24 2005 +0000
107071
107072     Not using MSG_suspend anymore in the internals
107073     
107074     
107075     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@753 48e7efb5-ca39-0410-a469-dd3cf9ba447f
107076
107077 commit 1d2bb375b9ae908bb16a65a15e421d4bec2fb154
107078 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
107079 Date:   Wed Jan 12 22:38:47 2005 +0000
107080
107081     Now, MSG internals do not use MSG_suspend/resume anymore.
107082     
107083     
107084     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@752 48e7efb5-ca39-0410-a469-dd3cf9ba447f
107085
107086 commit 70932eb2dbde8adfe4cd1d7579501c6605bf6a53
107087 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
107088 Date:   Tue Jan 11 00:33:32 2005 +0000
107089
107090     Now, it works.
107091     
107092     
107093     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@751 48e7efb5-ca39-0410-a469-dd3cf9ba447f
107094
107095 commit 262945d110ff9c941cf3b3400c8f0a2b8d8ab32d
107096 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
107097 Date:   Mon Jan 10 22:19:52 2005 +0000
107098
107099     It worries me however, to realize how tough an ass-hole I have had to be, in
107100     order to get to stick to the principle of doing things right, rather than  "just hack it in".
107101                   -- Poul-Henning Kamp <phk@FreeBSD.org>
107102     
107103     
107104     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@750 48e7efb5-ca39-0410-a469-dd3cf9ba447f
107105
107106 commit 77f37f760119eedffa3ba51f5f67419822e48cda
107107 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
107108 Date:   Mon Jan 10 22:17:56 2005 +0000
107109
107110     Adding default values to the DTD
107111     
107112     
107113     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@749 48e7efb5-ca39-0410-a469-dd3cf9ba447f
107114
107115 commit 9bd0a4d2543b15d61e0256b03a6c7c4c20b66cfe
107116 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
107117 Date:   Mon Jan 10 22:17:12 2005 +0000
107118
107119     Introducing new functionnality without breaking the API.
107120     
107121     
107122     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@748 48e7efb5-ca39-0410-a469-dd3cf9ba447f
107123
107124 commit e92bff831fa8c30b281665a04079ccf715208cb8
107125 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
107126 Date:   Mon Jan 10 22:15:33 2005 +0000
107127
107128     cosmetics
107129     
107130     
107131     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@747 48e7efb5-ca39-0410-a469-dd3cf9ba447f
107132
107133 commit 06ab471e85ff540b549b82a5ea7cf43ce65e7bd1
107134 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
107135 Date:   Mon Jan 10 22:13:16 2005 +0000
107136
107137     Add two convenient functions
107138     
107139     
107140     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@746 48e7efb5-ca39-0410-a469-dd3cf9ba447f
107141
107142 commit 839b9693a88683436de4e25e529e4abb3357799a
107143 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
107144 Date:   Mon Jan 10 22:11:59 2005 +0000
107145
107146     I had forgotten a host...
107147     
107148     
107149     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@745 48e7efb5-ca39-0410-a469-dd3cf9ba447f
107150
107151 commit c415c91f074a3047abd92a7d63b59baf1c61f51a
107152 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
107153 Date:   Fri Jan 7 20:32:59 2005 +0000
107154
107155     Keep extending the DTD to handle an computation/communication interference model
107156     
107157     
107158     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@744 48e7efb5-ca39-0410-a469-dd3cf9ba447f
107159
107160 commit a6b41eb21f97a92944773d9eeedc50e96dc3ec53
107161 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
107162 Date:   Fri Jan 7 20:32:07 2005 +0000
107163
107164     fixed a few memleak
107165     
107166     
107167     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@743 48e7efb5-ca39-0410-a469-dd3cf9ba447f
107168
107169 commit ab158dfebd45898626721b287897e543ff4471e1
107170 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
107171 Date:   Fri Jan 7 20:01:59 2005 +0000
107172
107173     Changed my mind. This function will be defined somewhere else.
107174     
107175     
107176     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@742 48e7efb5-ca39-0410-a469-dd3cf9ba447f
107177
107178 commit 9b9103db7f7aac95d28b162b7f78c6a946bba864
107179 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
107180 Date:   Thu Jan 6 21:52:21 2005 +0000
107181
107182     Renamed resource initialization functions. Now they are postfixed by a alpha-style reference to the first paper where this model was described.
107183     
107184     
107185     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@741 48e7efb5-ca39-0410-a469-dd3cf9ba447f
107186
107187 commit a661c633ade31b057c4113edb41a7710bb9885c3
107188 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
107189 Date:   Thu Jan 6 21:49:03 2005 +0000
107190
107191     Preparing to parse interferences for a new model. Also added a tag include that does not work yet.
107192     
107193     
107194     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@740 48e7efb5-ca39-0410-a469-dd3cf9ba447f
107195
107196 commit 57a4f5aab921d86f3af65a121fe8412f9b901038
107197 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
107198 Date:   Thu Jan 6 21:47:51 2005 +0000
107199
107200     I can't believe I had forgotten to add surf_parse.c... Also add a wrapper to surf_parse_lex.
107201     
107202     
107203     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@739 48e7efb5-ca39-0410-a469-dd3cf9ba447f
107204
107205 commit 0567af99e148d14863f72fe1ef3e1df80c707671
107206 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
107207 Date:   Wed Jan 5 23:19:44 2005 +0000
107208
107209     We don't need you anymore. You are weak. Goodbye !
107210     
107211     
107212     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@738 48e7efb5-ca39-0410-a469-dd3cf9ba447f
107213
107214 commit 05898e1bb90bb5120653b524b08f296edec37a0e
107215 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
107216 Date:   Wed Jan 5 23:18:46 2005 +0000
107217
107218     Now, any surf-based program can take --surf-path arguments to help locating platform, trace or deployment files...
107219     Martin had a dream, I made it come true. ;-)
107220     
107221     However, now the gras_stub_generator is completely broken...
107222     
107223     
107224     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@737 48e7efb5-ca39-0410-a469-dd3cf9ba447f
107225
107226 commit f2c5f054447d4e6062e9960f91bc9524edb59866
107227 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
107228 Date:   Wed Jan 5 23:13:54 2005 +0000
107229
107230     Please, flex, tell me on which line problems are. Also try to put the generated files on the right place. And last, use a bigger stack. We're parsing huge XML platform description files afterall... ;)
107231     
107232     
107233     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@736 48e7efb5-ca39-0410-a469-dd3cf9ba447f
107234
107235 commit e67841d89e12eca6d394db1b31180d6f0efda8eb
107236 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
107237 Date:   Wed Jan 5 00:48:54 2005 +0000
107238
107239     No more need of these ones...
107240     
107241     
107242     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@735 48e7efb5-ca39-0410-a469-dd3cf9ba447f
107243
107244 commit 317306cfb007dd6522a81061f92a94ad086c8428
107245 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
107246 Date:   Wed Jan 5 00:47:58 2005 +0000
107247
107248     XML version of platform and deployment files
107249     
107250     
107251     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@734 48e7efb5-ca39-0410-a469-dd3cf9ba447f
107252
107253 commit 9696c1a327d9f7439c42d72097c9eec20afb3c4a
107254 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
107255 Date:   Wed Jan 5 00:45:29 2005 +0000
107256
107257     Moved from flex to flexml.
107258     
107259     
107260     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@733 48e7efb5-ca39-0410-a469-dd3cf9ba447f
107261
107262 commit a7a5a24eadee8d76e5d9a5fd49a7c3df3a50df80
107263 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
107264 Date:   Wed Jan 5 00:27:52 2005 +0000
107265
107266     Taking into account an old behavior modification of surf_solve
107267     
107268     
107269     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@732 48e7efb5-ca39-0410-a469-dd3cf9ba447f
107270
107271 commit b5bfab7e446520ea27cf0f5e61b5479e5a9f5136
107272 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
107273 Date:   Tue Jan 4 23:23:06 2005 +0000
107274
107275     moving to flexml
107276     
107277     
107278     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@731 48e7efb5-ca39-0410-a469-dd3cf9ba447f
107279
107280 commit 0bd45c5a5894b7618f524ec62c0f7548de3dcbf6
107281 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
107282 Date:   Fri Dec 31 23:09:39 2004 +0000
107283
107284     Since we're using the SURF and not SG anymore, we should use that kind of format.
107285     
107286     
107287     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@730 48e7efb5-ca39-0410-a469-dd3cf9ba447f
107288
107289 commit 20ba974e467544c6206b074c4efe8a773c0955e3
107290 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
107291 Date:   Fri Dec 31 20:44:53 2004 +0000
107292
107293     search the deployment files where they are
107294     
107295     
107296     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@729 48e7efb5-ca39-0410-a469-dd3cf9ba447f
107297
107298 commit 343240db9464312aa8348d552be7f2db98614e80
107299 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
107300 Date:   Fri Dec 31 20:43:55 2004 +0000
107301
107302     Fix perl syntax
107303     
107304     
107305     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@728 48e7efb5-ca39-0410-a469-dd3cf9ba447f
107306
107307 commit cc60f3900c752a9708fcfb332ea0db56af3d2e5d
107308 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
107309 Date:   Fri Dec 31 17:19:11 2004 +0000
107310
107311     Take into account last API modification. Sorry about that.
107312     
107313     
107314     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@727 48e7efb5-ca39-0410-a469-dd3cf9ba447f
107315
107316 commit a03a3630eb29b73919b4b8c78e0b2788cf49a12c
107317 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
107318 Date:   Fri Dec 31 17:12:37 2004 +0000
107319
107320     library rename
107321     
107322     
107323     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@726 48e7efb5-ca39-0410-a469-dd3cf9ba447f
107324
107325 commit 49a651544aadec287fa8b460808f7a166471f080
107326 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
107327 Date:   Fri Dec 31 17:11:46 2004 +0000
107328
107329     Search msg.h where it is
107330     
107331     
107332     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@725 48e7efb5-ca39-0410-a469-dd3cf9ba447f
107333
107334 commit bf8ef4cdb70ddc05c6b9b01337c21a66552ce878
107335 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
107336 Date:   Fri Dec 31 17:05:47 2004 +0000
107337
107338     Search msg.h at the right location
107339     
107340     
107341     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@724 48e7efb5-ca39-0410-a469-dd3cf9ba447f
107342
107343 commit 3f2d29b975f6d250065ce065ea091c3f826721f6
107344 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
107345 Date:   Fri Dec 31 17:00:42 2004 +0000
107346
107347     Add the prototypes
107348     
107349     
107350     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@723 48e7efb5-ca39-0410-a469-dd3cf9ba447f
107351
107352 commit cf6d29fa983a462f7759856d3d01854b5ee79a70
107353 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
107354 Date:   Fri Dec 31 16:54:10 2004 +0000
107355
107356     get ready to use MSG NG
107357     
107358     
107359     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@722 48e7efb5-ca39-0410-a469-dd3cf9ba447f
107360
107361 commit f52dc841493c62b9ecd240bba553a8007e1c0e95
107362 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
107363 Date:   Fri Dec 31 16:53:06 2004 +0000
107364
107365     cleanup
107366     
107367     
107368     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@721 48e7efb5-ca39-0410-a469-dd3cf9ba447f
107369
107370 commit 4dcf40b385fadadd6233f20ce9cd65f7121b8a4e
107371 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
107372 Date:   Fri Dec 31 16:45:49 2004 +0000
107373
107374     Add the IDL compilation. But since it's WAYS broken, put it between #if 0/#endif
107375     
107376     
107377     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@720 48e7efb5-ca39-0410-a469-dd3cf9ba447f
107378
107379 commit 029e2d84bebe47254dd4d0b2c4fac80173d2cb45
107380 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
107381 Date:   Fri Dec 31 16:44:45 2004 +0000
107382
107383     Add the prototypes for the upcoming IDL compilation. Useless for now, but I want to commit everything to cleanup stuff with Arnaud
107384     
107385     
107386     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@719 48e7efb5-ca39-0410-a469-dd3cf9ba447f
107387
107388 commit b793f24240aa7c1ae697c1bbe400da838777d9f6
107389 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
107390 Date:   Fri Dec 31 16:43:36 2004 +0000
107391
107392     Pre-release cleanup: rename libgrasrl to libgras and libgrassg to libsimgrid
107393     
107394     
107395     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@718 48e7efb5-ca39-0410-a469-dd3cf9ba447f
107396
107397 commit 281c8c0cec5569ed092888636cffb472d2937320
107398 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
107399 Date:   Fri Dec 31 14:39:24 2004 +0000
107400
107401     Kill dead code, sorry for the noise
107402     
107403     
107404     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@717 48e7efb5-ca39-0410-a469-dd3cf9ba447f
107405
107406 commit d8cefbe067bef21ae9819aee7ec57e74c2f80340
107407 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
107408 Date:   Fri Dec 31 12:09:53 2004 +0000
107409
107410     Add optimization flags to the game
107411     
107412     
107413     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@716 48e7efb5-ca39-0410-a469-dd3cf9ba447f
107414
107415 commit 012e8850b96760b97bee7f40ce87b4093866153e
107416 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
107417 Date:   Fri Dec 31 12:08:57 2004 +0000
107418
107419     Add a function I need in GRAS
107420     
107421     
107422     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@715 48e7efb5-ca39-0410-a469-dd3cf9ba447f
107423
107424 commit 8aaf488a3efac91cd28691c832e0b084c83f2e95
107425 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
107426 Date:   Fri Dec 31 12:05:52 2004 +0000
107427
107428     Automatic update, damn gtkdoc-tools
107429     
107430     
107431     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@714 48e7efb5-ca39-0410-a469-dd3cf9ba447f
107432
107433 commit ad3e29ada5d8150fe1aa9b78077780456f5673a9
107434 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
107435 Date:   Fri Dec 31 12:04:21 2004 +0000
107436
107437     SimGrid is dead, long life to SimGrid
107438     
107439     
107440     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@713 48e7efb5-ca39-0410-a469-dd3cf9ba447f
107441
107442 commit 7425a1fb94da5f2f5c0542a73009c93f35776078
107443 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
107444 Date:   Fri Dec 31 12:04:11 2004 +0000
107445
107446     Properly check for errno and unistd; don't check for old generation SimGrid as we prepare to get funky
107447     
107448     
107449     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@712 48e7efb5-ca39-0410-a469-dd3cf9ba447f
107450
107451 commit 45dc3d9574981c40ef85d15884c368b5cfda2634
107452 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
107453 Date:   Fri Dec 31 11:42:40 2004 +0000
107454
107455     cosmetics
107456     
107457     
107458     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@711 48e7efb5-ca39-0410-a469-dd3cf9ba447f
107459
107460 commit 2d749cb323abe34183779cdbbedbdee6428e5913
107461 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
107462 Date:   Fri Dec 31 11:39:18 2004 +0000
107463
107464     automatic update
107465     
107466     
107467     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@710 48e7efb5-ca39-0410-a469-dd3cf9ba447f
107468
107469 commit da57f951c18f6fc1c9781415de082c1b7d6da801
107470 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
107471 Date:   Fri Dec 31 11:29:34 2004 +0000
107472
107473     Let's get funky and try to settle gras on top of msg new generation
107474     
107475     
107476     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@709 48e7efb5-ca39-0410-a469-dd3cf9ba447f
107477
107478 commit c95af2aa8d7618ca682fd1dadee72afd4847c0f5
107479 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
107480 Date:   Fri Dec 31 11:16:19 2004 +0000
107481
107482     remove dead code
107483     
107484     
107485     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@708 48e7efb5-ca39-0410-a469-dd3cf9ba447f
107486
107487 commit 238da78e8ed4a5788c50d0131fee97c96493c1be
107488 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
107489 Date:   Fri Dec 31 11:14:30 2004 +0000
107490
107491     Remove the headers already loaded from somewhere else. Keep the remaining for the day I wonder how to let it work on some exotic platform
107492     
107493     
107494     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@707 48e7efb5-ca39-0410-a469-dd3cf9ba447f
107495
107496 commit 461bbfb9083ba335d612ee8161fa0ec93f9ea20e
107497 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
107498 Date:   Fri Dec 31 10:45:10 2004 +0000
107499
107500     remove complications to run tests from there own directory now that the path isn't hardcoded anymore in surf/msg
107501     
107502     
107503     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@706 48e7efb5-ca39-0410-a469-dd3cf9ba447f
107504
107505 commit 0c06c178342da8b6df3c53a91107bae2078b45fb
107506 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
107507 Date:   Fri Dec 31 03:03:00 2004 +0000
107508
107509     surf:~/Work/GRAS/heap $ valgrind --leak-check=yes  --show-reachable=yes ./msg_test les
107510     ...
107511     [421.531] P3 | I'm done. See you!
107512     MSG: Congratulations ! Simulation terminated : all process are over
107513     Simulation time 421.531
107514     ==8295==
107515     ==8295== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 17 from 1)
107516     ==8295== malloc/free: in use at exit: 0 bytes in 0 blocks.
107517     ==8295== malloc/free: 195685 allocs, 195685 frees, 6498475 bytes allocated.
107518     ==8295== For counts of detected errors, rerun with: -v
107519     ==8295== No malloc'd blocks -- no leaks are possible.
107520     
107521     Rha! The very good news is that this code (msg_test) behaves exactly in the same way as with the old MSG version. And it is a way faster !!! :)
107522     
107523     Before :
107524       real    0m3.130s
107525       user    0m2.290s
107526       sys     0m0.030s
107527     
107528     Now :
107529       real    0m0.392s
107530       user    0m0.290s
107531       sys     0m0.000s
107532     
107533     Cool, isnt'it ? :)
107534     
107535     
107536     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@705 48e7efb5-ca39-0410-a469-dd3cf9ba447f
107537
107538 commit 06bb605c18bd9a9b704b0415d41ab31e02b49839
107539 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
107540 Date:   Fri Dec 31 02:49:39 2004 +0000
107541
107542     Mem leak hunting!
107543     
107544     
107545     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@704 48e7efb5-ca39-0410-a469-dd3cf9ba447f
107546
107547 commit 7f379953cbe4a9a5b60472c218a6189d523856cd
107548 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
107549 Date:   Fri Dec 31 02:49:07 2004 +0000
107550
107551     Convenient to optimize the SURF.
107552     
107553     
107554     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@703 48e7efb5-ca39-0410-a469-dd3cf9ba447f
107555
107556 commit a34ef23d94354c30d547af05de907a6823cddf77
107557 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
107558 Date:   Wed Dec 29 14:38:32 2004 +0000
107559
107560     search data files in the right directory
107561     
107562     
107563     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@702 48e7efb5-ca39-0410-a469-dd3cf9ba447f
107564
107565 commit b3d18155a991509df0050df72c7531ffbcae7efc
107566 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
107567 Date:   Wed Dec 29 03:15:51 2004 +0000
107568
107569     MSG almost works. It enabled me to find some bug in the SURF. I'm going to optimize maxmin and to fix this bug.
107570     
107571     
107572     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@701 48e7efb5-ca39-0410-a469-dd3cf9ba447f
107573
107574 commit 20bc376523e15c251c29475bb499f715e5903159
107575 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
107576 Date:   Wed Dec 29 03:11:50 2004 +0000
107577
107578     *** empty log message ***
107579     
107580     
107581     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@700 48e7efb5-ca39-0410-a469-dd3cf9ba447f
107582
107583 commit 23165373290ff54efcd5c8bf8ec09dc135e66f4b
107584 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
107585 Date:   Wed Dec 29 03:11:03 2004 +0000
107586
107587     add a startup and a cleanup function to each context
107588     
107589     
107590     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@699 48e7efb5-ca39-0410-a469-dd3cf9ba447f
107591
107592 commit a39a970a84bda5ee713426f9b3cab09ec1ffc16a
107593 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
107594 Date:   Thu Dec 23 00:56:58 2004 +0000
107595
107596     arguments were not set.
107597     
107598     
107599     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@698 48e7efb5-ca39-0410-a469-dd3cf9ba447f
107600
107601 commit 110b155a3d6309c2f780ca870d8c14391796ccd4
107602 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
107603 Date:   Thu Dec 23 00:55:07 2004 +0000
107604
107605     task->data (formerly callback) could not be set by end-users.
107606     
107607     
107608     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@697 48e7efb5-ca39-0410-a469-dd3cf9ba447f
107609
107610 commit 8ba628a1b24e5130c2f14ee2d7d7a0f470ba8b17
107611 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
107612 Date:   Wed Dec 22 20:43:12 2004 +0000
107613
107614     API modification in context breaks MSG. Removing MSG from the compilation list until it is repaired.
107615     
107616     
107617     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@696 48e7efb5-ca39-0410-a469-dd3cf9ba447f
107618
107619 commit c4e3a3e34e94ed337b089eb6339bf9b6fd5b9657
107620 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
107621 Date:   Wed Dec 22 20:41:34 2004 +0000
107622
107623     Modifying the API so as to prevent a use of the context that would make valgrind unhappy. See, I really care about the happiness of valgrind...
107624     
107625     
107626     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@695 48e7efb5-ca39-0410-a469-dd3cf9ba447f
107627
107628 commit a34c2f73c871a4fe86820c7be101d1e45af4589e
107629 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
107630 Date:   Wed Dec 22 20:19:52 2004 +0000
107631
107632     No more leak: valgrind approved. However, some ways of using these context make valgrind cry and I really don't know why. Some other people have faced the same problem but "solved" it by supressing valgrind's warning...
107633     
107634     
107635     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@694 48e7efb5-ca39-0410-a469-dd3cf9ba447f
107636
107637 commit 1819c24ee15d55baeb26ead0ae4ddef7cf6679d7
107638 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
107639 Date:   Wed Dec 22 20:17:22 2004 +0000
107640
107641     How can I have ever wrote such a thing !
107642     
107643     
107644     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@693 48e7efb5-ca39-0410-a469-dd3cf9ba447f
107645
107646 commit 35cd3d66a276b47386bab662f867309a91a231c2
107647 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
107648 Date:   Tue Dec 21 21:46:49 2004 +0000
107649
107650     Trying to make old MSG exemples run on top on SURF. Definitely need to wax it more, especially the context part.
107651     
107652     
107653     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@692 48e7efb5-ca39-0410-a469-dd3cf9ba447f
107654
107655 commit 110275bdfe31a33027e51860ed41f199da963cef
107656 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
107657 Date:   Tue Dec 21 21:43:22 2004 +0000
107658
107659     debug debug debug
107660     
107661     
107662     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@691 48e7efb5-ca39-0410-a469-dd3cf9ba447f
107663
107664 commit d84975d9ede53a1989d70319edfc86d5d56f2f9f
107665 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
107666 Date:   Tue Dec 21 21:26:31 2004 +0000
107667
107668     Forgot to disable debug printf's. Sorry for the noise.
107669     
107670     
107671     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@690 48e7efb5-ca39-0410-a469-dd3cf9ba447f
107672
107673 commit 6b3794e6c61884e55d80259d2999e8a88132eb4c
107674 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
107675 Date:   Tue Dec 21 21:24:50 2004 +0000
107676
107677     make valgrind happy happy.
107678     
107679     
107680     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@689 48e7efb5-ca39-0410-a469-dd3cf9ba447f
107681
107682 commit 1ad493ce814e21256c030c4fa05c743c835da8a7
107683 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
107684 Date:   Tue Dec 21 19:50:39 2004 +0000
107685
107686     Dude, that was baaad... ;)
107687     
107688     
107689     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@688 48e7efb5-ca39-0410-a469-dd3cf9ba447f
107690
107691 commit 17ccf2e27ae2bc121dcd9e2d541f7a6c02492432
107692 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
107693 Date:   Sat Dec 18 05:41:25 2004 +0000
107694
107695     platform file is not hardcoded anymore
107696     
107697     
107698     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@687 48e7efb5-ca39-0410-a469-dd3cf9ba447f
107699
107700 commit 081d9a75524dd18d9b592c30bb400f1688986d1e
107701 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
107702 Date:   Sat Dec 18 00:17:39 2004 +0000
107703
107704     This function has been accidentally deleted in the last version...
107705     
107706     
107707     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@686 48e7efb5-ca39-0410-a469-dd3cf9ba447f
107708
107709 commit 8e1b5d6b1f7a74ab20653c0362cf0815f9a9d7b3
107710 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
107711 Date:   Fri Dec 17 23:52:52 2004 +0000
107712
107713     Finished to rewrite most functions. Now let's try it and spend one week to debug... :)
107714     
107715     
107716     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@685 48e7efb5-ca39-0410-a469-dd3cf9ba447f
107717
107718 commit ecdf7e8bc363f24b9e47e7be7291fed08419b97c
107719 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
107720 Date:   Fri Dec 17 23:43:04 2004 +0000
107721
107722     cosmetics
107723     
107724     
107725     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@684 48e7efb5-ca39-0410-a469-dd3cf9ba447f
107726
107727 commit af235f79bfa9e9a73d80e5279432fb5d903c4068
107728 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
107729 Date:   Fri Dec 17 23:41:39 2004 +0000
107730
107731     moved src/surf/surf_parse.h to include/surf/
107732     
107733     
107734     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@683 48e7efb5-ca39-0410-a469-dd3cf9ba447f
107735
107736 commit 421aa4b3efd1134af2afa1ebb920bb562ee58973
107737 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
107738 Date:   Fri Dec 17 23:30:56 2004 +0000
107739
107740     Add a convenient function
107741     
107742     
107743     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@682 48e7efb5-ca39-0410-a469-dd3cf9ba447f
107744
107745 commit 49324ddce4feba6d5664c40e0fa3817460ca5549
107746 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
107747 Date:   Fri Dec 17 22:45:59 2004 +0000
107748
107749     This one was easy. :)
107750     
107751     
107752     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@681 48e7efb5-ca39-0410-a469-dd3cf9ba447f
107753
107754 commit ee59b06df4d96bf36d6121f936147509908d85e5
107755 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
107756 Date:   Fri Dec 17 22:26:59 2004 +0000
107757
107758     A few more functions and I'll be able to make MSG program start and crash... :)
107759     
107760     
107761     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@680 48e7efb5-ca39-0410-a469-dd3cf9ba447f
107762
107763 commit 710e7c0ce3fce936637636f544019e89e8ef023d
107764 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
107765 Date:   Fri Dec 17 21:29:11 2004 +0000
107766
107767     Cosmetics
107768     
107769     
107770     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@679 48e7efb5-ca39-0410-a469-dd3cf9ba447f
107771
107772 commit ba42204af2ac208d3c988c988da958c1f4be36d4
107773 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
107774 Date:   Fri Dec 17 21:18:52 2004 +0000
107775
107776     Keep rewriting MSG so that it uses SURF instead of SG. The day I'm gonna run a MSG program, it is gonna take a long time before it does not crash anymore...
107777     
107778     
107779     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@678 48e7efb5-ca39-0410-a469-dd3cf9ba447f
107780
107781 commit dd89516cade805920cd23e69dd7eadabe83cad85
107782 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
107783 Date:   Fri Dec 17 05:46:56 2004 +0000
107784
107785     Keeping rewriting MSG
107786     
107787     
107788     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@677 48e7efb5-ca39-0410-a469-dd3cf9ba447f
107789
107790 commit 3e6ef7fb32d89b473a637b0bf71f422cfa4241b6
107791 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
107792 Date:   Fri Dec 17 05:45:05 2004 +0000
107793
107794     Adding function to indicate whether an action is suspended or not.
107795     
107796     
107797     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@676 48e7efb5-ca39-0410-a469-dd3cf9ba447f
107798
107799 commit d5d8d2198da7c9d43ede3a7186cf0256bf1c59d7
107800 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
107801 Date:   Fri Dec 17 05:43:49 2004 +0000
107802
107803     A few more functions usefull in MSG. They should not be written like functions though as they are used in loop. Nevermind.
107804     
107805     
107806     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@675 48e7efb5-ca39-0410-a469-dd3cf9ba447f
107807
107808 commit 75206281a5a59ea2acdfd376a38433a79d692370
107809 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
107810 Date:   Fri Dec 17 00:04:50 2004 +0000
107811
107812     cosmetics : s/sim_data/simdata/g
107813     still does not break backward compatibility. It was private before.
107814     
107815     
107816     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@674 48e7efb5-ca39-0410-a469-dd3cf9ba447f
107817
107818 commit 3f617f15b3e35f4212d1ba8c1ea62f20057e9714
107819 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
107820 Date:   Thu Dec 16 23:29:25 2004 +0000
107821
107822     cosmetics : create -> new
107823     
107824     
107825     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@673 48e7efb5-ca39-0410-a469-dd3cf9ba447f
107826
107827 commit 8bc094d73757277a46e3846e87d4b8e1cbdc56d9
107828 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
107829 Date:   Thu Dec 16 23:12:32 2004 +0000
107830
107831     just a move
107832     
107833     
107834     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@672 48e7efb5-ca39-0410-a469-dd3cf9ba447f
107835
107836 commit 7db7b59e316e1b7e892fa60cca48bd6f857bb819
107837 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
107838 Date:   Thu Dec 16 22:55:55 2004 +0000
107839
107840     Keep rewriting MSG
107841     
107842     
107843     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@671 48e7efb5-ca39-0410-a469-dd3cf9ba447f
107844
107845 commit f400b3fdbab9275df6005823d87299fed2c1c61a
107846 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
107847 Date:   Thu Dec 16 22:55:27 2004 +0000
107848
107849     MSG is not a module
107850     
107851     
107852     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@670 48e7efb5-ca39-0410-a469-dd3cf9ba447f
107853
107854 commit 6f254a9bcba572207bc1487e0c828edc5f79d52e
107855 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
107856 Date:   Thu Dec 16 20:50:39 2004 +0000
107857
107858     making some field names more explicit (e.g. void * -> sim_data_task_t) even though the corresponding data are still hiden
107859     starting to reimplement MSG
107860     
107861     
107862     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@669 48e7efb5-ca39-0410-a469-dd3cf9ba447f
107863
107864 commit cedcdaf313c05c7ffabc01f72554023d04f0506b
107865 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
107866 Date:   Thu Dec 16 20:40:06 2004 +0000
107867
107868     prefixing name functions by xbt_
107869     
107870     
107871     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@668 48e7efb5-ca39-0410-a469-dd3cf9ba447f
107872
107873 commit badb98df59530d5db81112b8c612a598cdac1c83
107874 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
107875 Date:   Thu Dec 16 15:43:41 2004 +0000
107876
107877     move gras_datadesc_type_cmp() out of the way (from ddt_exchange.c to ddt_create.c)
107878     
107879     
107880     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@667 48e7efb5-ca39-0410-a469-dd3cf9ba447f
107881
107882 commit 4ac790bcd70eadb800e6760efa92e4bca85abcfa
107883 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
107884 Date:   Thu Dec 16 13:08:37 2004 +0000
107885
107886     Ignore binaries
107887     
107888     
107889     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@666 48e7efb5-ca39-0410-a469-dd3cf9ba447f
107890
107891 commit b0ed45221acbda299266e971a65781513182ece1
107892 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
107893 Date:   Thu Dec 16 13:07:43 2004 +0000
107894
107895     Works on G5
107896     
107897     
107898     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@665 48e7efb5-ca39-0410-a469-dd3cf9ba447f
107899
107900 commit b91f70d7c653c348d1b7c2a33c17b8c759d21709
107901 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
107902 Date:   Thu Dec 16 13:03:07 2004 +0000
107903
107904     You evil namespace polluter
107905     
107906     
107907     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@664 48e7efb5-ca39-0410-a469-dd3cf9ba447f
107908
107909 commit 3545719d0c3a72405795cb09ab82c44a830fb6cf
107910 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
107911 Date:   Thu Dec 16 12:59:17 2004 +0000
107912
107913     Fight symbol redefinition since it breaks on G5 (don't ask why it does only break on this arch)
107914     
107915     
107916     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@663 48e7efb5-ca39-0410-a469-dd3cf9ba447f
107917
107918 commit 3efb9f87160dde247e505d94abef2cdeae18b9da
107919 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
107920 Date:   Thu Dec 16 12:50:34 2004 +0000
107921
107922     no generated files in CVS
107923     
107924     
107925     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@662 48e7efb5-ca39-0410-a469-dd3cf9ba447f
107926
107927 commit d833261e11951b3dee1a82fe57d77a5f5b4788db
107928 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
107929 Date:   Thu Dec 16 12:45:21 2004 +0000
107930
107931     Port to G5
107932     
107933     
107934     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@661 48e7efb5-ca39-0410-a469-dd3cf9ba447f
107935
107936 commit aebb26f5b9fc18433979c1d984cd9748c46f463c
107937 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
107938 Date:   Thu Dec 16 11:55:50 2004 +0000
107939
107940     My god, the AIX compiler is rather picky
107941     
107942     
107943     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@660 48e7efb5-ca39-0410-a469-dd3cf9ba447f
107944
107945 commit ce4aa20a2a11cbdeecd08de0df7b132dd3ea429f
107946 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
107947 Date:   Thu Dec 16 11:42:00 2004 +0000
107948
107949     automake-1.9 hits testing
107950     
107951     
107952     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@659 48e7efb5-ca39-0410-a469-dd3cf9ba447f
107953
107954 commit 00acbca0313738f5ad990b0f6d560de8ea7baf56
107955 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
107956 Date:   Thu Dec 16 11:38:20 2004 +0000
107957
107958     gras now works on win32
107959     
107960     
107961     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@658 48e7efb5-ca39-0410-a469-dd3cf9ba447f
107962
107963 commit edd6505926f839352d6be3dad4c3862d130dea6e
107964 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
107965 Date:   Thu Dec 16 11:37:59 2004 +0000
107966
107967     Cleanup library dependencies declaration
107968     
107969     
107970     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@657 48e7efb5-ca39-0410-a469-dd3cf9ba447f
107971
107972 commit b7c41914e148a23c5f2a9f3a83d44a122aaad2a6
107973 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
107974 Date:   Thu Dec 16 11:28:51 2004 +0000
107975
107976     test_rl now generated
107977     
107978     
107979     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@656 48e7efb5-ca39-0410-a469-dd3cf9ba447f
107980
107981 commit 8245db41eb22b6aa929c408e203d9a650d180580
107982 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
107983 Date:   Thu Dec 16 11:22:53 2004 +0000
107984
107985     test_rl now generated
107986     
107987     
107988     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@655 48e7efb5-ca39-0410-a469-dd3cf9ba447f
107989
107990 commit 2b46d0533495f4b64652da79f3eb6e8a941f2d67
107991 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
107992 Date:   Thu Dec 16 11:17:23 2004 +0000
107993
107994     Document last changes
107995     
107996     
107997     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@654 48e7efb5-ca39-0410-a469-dd3cf9ba447f
107998
107999 commit 79f22dac67ffee18ea9dde60e1a06fb3015a0ea5
108000 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
108001 Date:   Thu Dec 16 10:34:32 2004 +0000
108002
108003     cleanup the mecanism in charge of declaring the library dependencies to libtool
108004     
108005     
108006     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@653 48e7efb5-ca39-0410-a469-dd3cf9ba447f
108007
108008 commit 63d8f9eef48188879374404578e8d36052c0b09e
108009 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
108010 Date:   Thu Dec 16 00:56:14 2004 +0000
108011
108012     context_t -> xbt_context_t
108013     
108014     
108015     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@652 48e7efb5-ca39-0410-a469-dd3cf9ba447f
108016
108017 commit c57a24b1d86be7b62b1a415fec228f3aac05ae50
108018 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
108019 Date:   Thu Dec 16 00:54:29 2004 +0000
108020
108021     works better with multiple inclusion
108022     
108023     
108024     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@651 48e7efb5-ca39-0410-a469-dd3cf9ba447f
108025
108026 commit 5c50345529923f31413c7ab878001d5798d6bdf9
108027 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
108028 Date:   Thu Dec 16 00:12:38 2004 +0000
108029
108030     gras works on win32
108031     
108032     
108033     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@650 48e7efb5-ca39-0410-a469-dd3cf9ba447f
108034
108035 commit 3fbb07fa996104efceed27fbca5c6eccf0b98a66
108036 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
108037 Date:   Thu Dec 16 00:05:54 2004 +0000
108038
108039     yeah, yeah, linux. Don't bother. O_BINARY is a nasty flag from this nasty windows. Keep cool and ignore it
108040     
108041     
108042     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@649 48e7efb5-ca39-0410-a469-dd3cf9ba447f
108043
108044 commit 78492f2b2d3a263a55beea7aa2a1fd00c0743524
108045 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
108046 Date:   Thu Dec 16 00:04:58 2004 +0000
108047
108048     you fucking windows. Don't even think about translating my bytes
108049     
108050     
108051     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@648 48e7efb5-ca39-0410-a469-dd3cf9ba447f
108052
108053 commit c39a26c5592bf2636300ebbe1a996c9c3736d07e
108054 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
108055 Date:   Wed Dec 15 23:42:03 2004 +0000
108056
108057     Some more debug
108058     
108059     
108060     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@647 48e7efb5-ca39-0410-a469-dd3cf9ba447f
108061
108062 commit 318ecb1e49f9bdd791e8ae7da5203ce017a1222a
108063 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
108064 Date:   Wed Dec 15 22:51:07 2004 +0000
108065
108066     Fix the ucontext detection: search for the header, not the function in libc
108067     
108068     
108069     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@646 48e7efb5-ca39-0410-a469-dd3cf9ba447f
108070
108071 commit c8d9ba00d305d058d3e06b54657f3cb9b0b71c43
108072 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
108073 Date:   Wed Dec 15 22:50:04 2004 +0000
108074
108075     Add portable header loading for contexts
108076     
108077     
108078     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@645 48e7efb5-ca39-0410-a469-dd3cf9ba447f
108079
108080 commit 43f6b4aae371fca8b5d084e9ceb2484ff867221e
108081 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
108082 Date:   Wed Dec 15 22:48:55 2004 +0000
108083
108084     Add the ucontext reimplementation for windows from Panagiotis
108085     
108086     
108087     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@644 48e7efb5-ca39-0410-a469-dd3cf9ba447f
108088
108089 commit de6f834747f9af2af9f110ee3ba3bb9f3f0d01f3
108090 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
108091 Date:   Wed Dec 15 22:47:38 2004 +0000
108092
108093     Make the context cruft work on windows; mark the pthread layer in context.* as deprecated. We will need threads around, but not here
108094     
108095     
108096     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@643 48e7efb5-ca39-0410-a469-dd3cf9ba447f
108097
108098 commit bc2b3dda779aba87dafc283529de7dbb54ae9a4d
108099 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
108100 Date:   Wed Dec 15 20:33:08 2004 +0000
108101
108102     Let's keep cool and polite with the users of prehistoric platforms
108103     
108104     
108105     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@642 48e7efb5-ca39-0410-a469-dd3cf9ba447f
108106
108107 commit fd3561d45e21b43cd128804f53bd73f6076c58e0
108108 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
108109 Date:   Wed Dec 15 06:58:26 2004 +0000
108110
108111     Well, some things really are deprecated. Especially those that enable to
108112     build a platform by hand. Therefore, there is no more need for links... just
108113     process executing on hosts and working on tasks.
108114     
108115     
108116     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@641 48e7efb5-ca39-0410-a469-dd3cf9ba447f
108117
108118 commit 7b33e9d03f09b1474cf98945d2f634fc7021c773
108119 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
108120 Date:   Wed Dec 15 06:20:08 2004 +0000
108121
108122     Starting MSG. To ensure backward compability, those two headers won't really
108123     change.
108124     
108125     
108126     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@640 48e7efb5-ca39-0410-a469-dd3cf9ba447f
108127
108128 commit 62f9057c5250b460384dd7d2e10d9b7bb2be3e5d
108129 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
108130 Date:   Wed Dec 15 06:14:07 2004 +0000
108131
108132     when using doubles, %lg should be used for scanf and %g for printf (which is
108133     weird because it means printf does not make any difference between float and
108134     double). However %lg also works for printf. So let's keep it uniform and
108135     we'll change that if we ever find a machine where it does not work.
108136     
108137     
108138     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@639 48e7efb5-ca39-0410-a469-dd3cf9ba447f
108139
108140 commit 12d4b2676373746e2b576a761db494a695b3562b
108141 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
108142 Date:   Tue Dec 14 21:29:07 2004 +0000
108143
108144     generate an helper script to make it work on win32
108145     
108146     
108147     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@638 48e7efb5-ca39-0410-a469-dd3cf9ba447f
108148
108149 commit 13922d945f0959dcd7620187728bdeeb7b6b0534
108150 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
108151 Date:   Tue Dec 14 21:28:16 2004 +0000
108152
108153     do not configure by default since I know cross-compile using VPATH
108154     
108155     
108156     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@637 48e7efb5-ca39-0410-a469-dd3cf9ba447f
108157
108158 commit 9821fc4bc789214c6f55317a5eecc932cc23dce0
108159 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
108160 Date:   Tue Dec 14 21:26:50 2004 +0000
108161
108162     Make it work on win32; use the portable errno on socks; fix a bug revealed by the win port (but existing for all ports)
108163     
108164     
108165     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@636 48e7efb5-ca39-0410-a469-dd3cf9ba447f
108166
108167 commit 6e8366ee43e688c3098ba5dd07e89d3c88aced29
108168 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
108169 Date:   Tue Dec 14 21:21:26 2004 +0000
108170
108171     Sorry for those stupid assert.
108172     
108173     
108174     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@635 48e7efb5-ca39-0410-a469-dd3cf9ba447f
108175
108176 commit 1f85611b63c90c600e493fd5dc24c689ae0830f5
108177 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
108178 Date:   Tue Dec 14 21:19:27 2004 +0000
108179
108180     added a debug msg
108181     
108182     
108183     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@634 48e7efb5-ca39-0410-a469-dd3cf9ba447f
108184
108185 commit f6b0b7f3b039443a2c7c5680471666a9e223b8cd
108186 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
108187 Date:   Tue Dec 14 21:18:05 2004 +0000
108188
108189     check for the functions we need; generate and chmod +x the helper scripts we need
108190     
108191     
108192     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@633 48e7efb5-ca39-0410-a469-dd3cf9ba447f
108193
108194 commit fd950e3c32576276db6406a6af962e5ef72b7327
108195 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
108196 Date:   Tue Dec 14 21:16:14 2004 +0000
108197
108198     Make it work on win32 ; some more debug msgs
108199     
108200     
108201     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@632 48e7efb5-ca39-0410-a469-dd3cf9ba447f
108202
108203 commit 85d865fcd03d5909990259a613c5a00c6085c584
108204 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
108205 Date:   Tue Dec 14 21:14:05 2004 +0000
108206
108207     cross-compile support: append '.exe' to the binary names we want to start when on win32
108208     
108209     
108210     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@631 48e7efb5-ca39-0410-a469-dd3cf9ba447f
108211
108212 commit 0450dbf72458f8c636206f2e823edf31840c95fa
108213 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
108214 Date:   Tue Dec 14 21:11:04 2004 +0000
108215
108216     support for wine testsuite execution: do not run the helper scripts from within wine. Note to self: this script becomes ways too hairly and should be 'reworked' from scratch
108217     
108218     
108219     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@630 48e7efb5-ca39-0410-a469-dd3cf9ba447f
108220
108221 commit 0174b734fea5f64c8c28a1b489ff1cd6e824ca35
108222 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
108223 Date:   Tue Dec 14 21:06:25 2004 +0000
108224
108225     initialize winsock; support multiple calls to init/exit functions (should be generalized); useless but numerous cosmetics and picky changes
108226     
108227     
108228     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@629 48e7efb5-ca39-0410-a469-dd3cf9ba447f
108229
108230 commit 16bc1811129a94d231281b954689d284525bf6a1
108231 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
108232 Date:   Tue Dec 14 21:03:32 2004 +0000
108233
108234     cleanup for the upcoming release
108235     
108236     
108237     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@628 48e7efb5-ca39-0410-a469-dd3cf9ba447f
108238
108239 commit b52350bf53c07bb9b589c7f03324033d16dcd604
108240 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
108241 Date:   Tue Dec 14 21:01:59 2004 +0000
108242
108243     Make sure HAVE_WINSOCK_H is defined even if only version 2 since it's the used sentinel; define portable way to retrieve errno and errstr with sockets
108244     
108245     
108246     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@627 48e7efb5-ca39-0410-a469-dd3cf9ba447f
108247
108248 commit 3d77b91386e85022cec573604f122d475bd68e4f
108249 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
108250 Date:   Tue Dec 14 21:00:10 2004 +0000
108251
108252     some more possible logs (printf is the only way to debug cross-compile so far)
108253     
108254     
108255     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@626 48e7efb5-ca39-0410-a469-dd3cf9ba447f
108256
108257 commit 9b5ba1582444ecd1bc7904b2aa0bb71fcabffc5e
108258 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
108259 Date:   Tue Dec 14 20:59:20 2004 +0000
108260
108261     use gras_exit, not only xbt_exit
108262     
108263     
108264     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@625 48e7efb5-ca39-0410-a469-dd3cf9ba447f
108265
108266 commit cb699a49faa9fa426f301dc1d21b6d5617b9c1a0
108267 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
108268 Date:   Tue Dec 14 20:58:26 2004 +0000
108269
108270     Compile pas avec les warnings, sinon
108271     
108272     
108273     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@624 48e7efb5-ca39-0410-a469-dd3cf9ba447f
108274
108275 commit f7f21dcaaa2d53d3cd4b709b95cda97330aeca0b
108276 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
108277 Date:   Tue Dec 14 19:04:58 2004 +0000
108278
108279     Adding a context library to xbt.
108280     
108281     
108282     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@623 48e7efb5-ca39-0410-a469-dd3cf9ba447f
108283
108284 commit 1c0662ce683e29ed5498a7ed4f961d152a1e1ba5
108285 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
108286 Date:   Sun Dec 12 18:49:24 2004 +0000
108287
108288     cosmetic
108289     
108290     
108291     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@622 48e7efb5-ca39-0410-a469-dd3cf9ba447f
108292
108293 commit 607bb2a7ef2ed05e9f9d0be783621242313b3e88
108294 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
108295 Date:   Sat Dec 11 05:06:28 2004 +0000
108296
108297     No more use of abort.
108298     
108299     
108300     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@621 48e7efb5-ca39-0410-a469-dd3cf9ba447f
108301
108302 commit d25ee31741e8dd64436721b11fe82a0969f369cf
108303 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
108304 Date:   Sat Dec 11 00:12:07 2004 +0000
108305
108306     No more xbt_maxmin_float_t not xbt_heap_float_t. I use double everywhere. In
108307     SimGrid 2 I had to use long double for precision reason. Probably because of
108308     the trace integration but I should not need it anymore since there is no
108309     more trace integration. The real question is "is double sufficient for time
108310     values". The answer is yes since for values larger than 272 years, you still
108311     have a precision of 1e-6 s. float is clearly not sufficient however. Let's
108312     use doubles then !
108313     
108314     
108315     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@620 48e7efb5-ca39-0410-a469-dd3cf9ba447f
108316
108317 commit a3bd56a4b8be335c8028a2778309e5e79f4850fb
108318 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
108319 Date:   Fri Dec 10 15:43:40 2004 +0000
108320
108321     buglet and improvement
108322     
108323     
108324     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@619 48e7efb5-ca39-0410-a469-dd3cf9ba447f
108325
108326 commit 6a6b04b52ae82e68af569e9a226609be3a3cd324
108327 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
108328 Date:   Fri Dec 10 15:33:56 2004 +0000
108329
108330     Fix the semantic (gras_os_time returns seconds, not microseconds)
108331     
108332     
108333     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@618 48e7efb5-ca39-0410-a469-dd3cf9ba447f
108334
108335 commit fddb39378296b21969d5a7f90492852c0c696eec
108336 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
108337 Date:   Fri Dec 10 15:30:30 2004 +0000
108338
108339     Fix the semantic (gras_os_time returns seconds); Fix output (I didn't understood the subtility of the cast to double by adding 0.0)
108340     
108341     
108342     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@617 48e7efb5-ca39-0410-a469-dd3cf9ba447f
108343
108344 commit dd3ac41f3f76a6267b843ccfb4765959da283688
108345 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
108346 Date:   Fri Dec 10 15:24:58 2004 +0000
108347
108348     Add a blurb on cross-compiling lin->win
108349     
108350     
108351     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@616 48e7efb5-ca39-0410-a469-dd3cf9ba447f
108352
108353 commit e151870a757d9f9de719341e253195dec8dec145
108354 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
108355 Date:   Fri Dec 10 12:00:45 2004 +0000
108356
108357     glanced rapidely
108358     
108359     
108360     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@615 48e7efb5-ca39-0410-a469-dd3cf9ba447f
108361
108362 commit 6e53ea4f0258b33d9e59500d2de5f35acd50892f
108363 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
108364 Date:   Fri Dec 10 12:00:04 2004 +0000
108365
108366     run_tests now run tests from their directory. But for how long?
108367     
108368     
108369     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@614 48e7efb5-ca39-0410-a469-dd3cf9ba447f
108370
108371 commit 5e5bf7833f882831890095e9985febe3be5b0124
108372 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
108373 Date:   Fri Dec 10 11:58:54 2004 +0000
108374
108375     ignore crufty lex results
108376     
108377     
108378     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@613 48e7efb5-ca39-0410-a469-dd3cf9ba447f
108379
108380 commit a42375c122cde29e0da1b28730b11624a5a38da7
108381 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
108382 Date:   Fri Dec 10 11:57:07 2004 +0000
108383
108384     run the testsuite with wine if needed (will certainly break on cygwin, but who use it?);some crufty workaround to call the tests from their own directory (surf tests expect this)
108385     
108386     
108387     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@612 48e7efb5-ca39-0410-a469-dd3cf9ba447f
108388
108389 commit eb7afb185ea8377b26fc39bc15a4019cb4d0515f
108390 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
108391 Date:   Fri Dec 10 11:54:18 2004 +0000
108392
108393     add portable.h (headers to include to program in a portable manner, for internal use); add gras.c (containing gras_init); declare that libgrasrl depends on winsock when on BillWare
108394     
108395     
108396     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@611 48e7efb5-ca39-0410-a469-dd3cf9ba447f
108397
108398 commit 9c8eba1d2eeab072daa1b78edb31004d46907a58
108399 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
108400 Date:   Fri Dec 10 11:52:22 2004 +0000
108401
108402     define gras_init
108403     
108404     
108405     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@610 48e7efb5-ca39-0410-a469-dd3cf9ba447f
108406
108407 commit b52dc1b5fd2c90830626178b101ad848f69611e6
108408 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
108409 Date:   Fri Dec 10 11:52:04 2004 +0000
108410
108411     use gras_init. xbt_init is not enough
108412     
108413     
108414     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@609 48e7efb5-ca39-0410-a469-dd3cf9ba447f
108415
108416 commit da72355891fb8ccc9c55e73a5aa8551d30ae572b
108417 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
108418 Date:   Fri Dec 10 11:51:31 2004 +0000
108419
108420     first work on the cross-compilation
108421     
108422     
108423     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@608 48e7efb5-ca39-0410-a469-dd3cf9ba447f
108424
108425 commit 9b2da2dc71792c9bd255ad27c39cc3a715047d31
108426 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
108427 Date:   Fri Dec 10 11:47:34 2004 +0000
108428
108429     Ensure portability to win32 using the gras_os_functions :) Beware, gras_os_time resolution is 1sec on win32 (and as good as gettimeofday on modern platforms)
108430     
108431     
108432     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@607 48e7efb5-ca39-0410-a469-dd3cf9ba447f
108433
108434 commit 2e8f431fc1fd63cde339b620cd53d869116fc94f
108435 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
108436 Date:   Fri Dec 10 11:45:38 2004 +0000
108437
108438     define max only when not previously defined (win32 defines it); move xbt_abort to a more logical header (sysdep->error); fix some (c) dates
108439     
108440     
108441     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@606 48e7efb5-ca39-0410-a469-dd3cf9ba447f
108442
108443 commit 11029a74f96a8817eaf2990426159953ca4369d0
108444 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
108445 Date:   Fri Dec 10 11:43:16 2004 +0000
108446
108447     test local version of gras, not the installed one; use gras_init now that it exists (again); fix some (c) dates
108448     
108449     
108450     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@605 48e7efb5-ca39-0410-a469-dd3cf9ba447f
108451
108452 commit e1731d8a4b9f6db24dfa0c1c50f5166cab0d62e3
108453 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
108454 Date:   Fri Dec 10 11:42:21 2004 +0000
108455
108456     test local version of gras, not the installed one; more verbose messages on errors encountered during cross-port
108457     
108458     
108459     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@604 48e7efb5-ca39-0410-a469-dd3cf9ba447f
108460
108461 commit 649e8032974d045864c789e291320f61bdce482f
108462 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
108463 Date:   Fri Dec 10 11:41:11 2004 +0000
108464
108465     fix some (c) dates; do test the local version of gras, not the installed one; cleanup in the headers
108466     
108467     
108468     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@603 48e7efb5-ca39-0410-a469-dd3cf9ba447f
108469
108470 commit 22372a28a3bc13497674b7b9e45fd0673f60f44a
108471 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
108472 Date:   Fri Dec 10 11:40:17 2004 +0000
108473
108474     Ensure portability to win32 using the gras_os_functions :)
108475     
108476     
108477     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@602 48e7efb5-ca39-0410-a469-dd3cf9ba447f
108478
108479 commit e53c6f6a53477505a7bf2210dd3d5a43f3dea420
108480 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
108481 Date:   Fri Dec 10 11:37:39 2004 +0000
108482
108483     Compile pas cte merde :)
108484     
108485     
108486     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@601 48e7efb5-ca39-0410-a469-dd3cf9ba447f
108487
108488 commit baa212aa2fc1e0f91b0e9a9536db52f1657331a8
108489 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
108490 Date:   Fri Dec 10 06:53:40 2004 +0000
108491
108492     fix (C) dates
108493     
108494     
108495     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@600 48e7efb5-ca39-0410-a469-dd3cf9ba447f
108496
108497 commit caf4fa6d0b422db71469a6548a1abf46698a0c5f
108498 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
108499 Date:   Fri Dec 10 06:53:31 2004 +0000
108500
108501     There is now a proper gras_init function
108502     
108503     
108504     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@599 48e7efb5-ca39-0410-a469-dd3cf9ba447f
108505
108506 commit 05e580c9a44d15e83295c78671d8670af0c6c850
108507 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
108508 Date:   Fri Dec 10 06:53:07 2004 +0000
108509
108510     remove gras from the xbt
108511     
108512     
108513     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@598 48e7efb5-ca39-0410-a469-dd3cf9ba447f
108514
108515 commit d93a9c3e3eab9b35bb1d8646317f05e835376cb8
108516 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
108517 Date:   Fri Dec 10 06:52:12 2004 +0000
108518
108519     cosmetics
108520     
108521     
108522     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@597 48e7efb5-ca39-0410-a469-dd3cf9ba447f
108523
108524 commit 04ce6e7880ede315f411edf7ba21cbbfd5268b90
108525 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
108526 Date:   Fri Dec 10 06:51:47 2004 +0000
108527
108528     Compile pas, c'te merde
108529     
108530     
108531     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@596 48e7efb5-ca39-0410-a469-dd3cf9ba447f
108532
108533 commit 226c2fd31ee26b356140e0530a55633dfab0efb1
108534 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
108535 Date:   Fri Dec 10 06:51:20 2004 +0000
108536
108537     moved higher for the surf
108538     
108539     
108540     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@595 48e7efb5-ca39-0410-a469-dd3cf9ba447f
108541
108542 commit 26f971e8c5c6f6defe3f4166879a3701f6cce9ed
108543 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
108544 Date:   Fri Dec 10 06:50:47 2004 +0000
108545
108546     Fix (c) dates; make clear this is deprecated code
108547     
108548     
108549     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@594 48e7efb5-ca39-0410-a469-dd3cf9ba447f
108550
108551 commit 806a8ef96de0bc6fbb75cadb0fbd8f3ef824d0b8
108552 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
108553 Date:   Fri Dec 10 06:50:10 2004 +0000
108554
108555     Fix (c) dates
108556     
108557     
108558     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@593 48e7efb5-ca39-0410-a469-dd3cf9ba447f
108559
108560 commit dbb096197272b1a4c5b1eb8ffe2869655fd4782b
108561 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
108562 Date:   Fri Dec 10 06:49:37 2004 +0000
108563
108564     Fix (c) dates; Initiate win32 cross-port
108565     
108566     
108567     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@592 48e7efb5-ca39-0410-a469-dd3cf9ba447f
108568
108569 commit ece8568526599562201b6ac73b53fc0e44fb15b1
108570 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
108571 Date:   Fri Dec 10 06:48:38 2004 +0000
108572
108573     Initiate win32 cross-port
108574     
108575     
108576     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@591 48e7efb5-ca39-0410-a469-dd3cf9ba447f
108577
108578 commit 6339fda3621a56ce5d091fd55af43b1ee283e68b
108579 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
108580 Date:   Fri Dec 10 06:47:33 2004 +0000
108581
108582     fix headers
108583     
108584     
108585     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@590 48e7efb5-ca39-0410-a469-dd3cf9ba447f
108586
108587 commit d769463e1607502305adaed67b4751d83ce558db
108588 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
108589 Date:   Fri Dec 10 06:46:04 2004 +0000
108590
108591     Contain all the system headers we may need. Works on unix and linux
108592     
108593     
108594     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@589 48e7efb5-ca39-0410-a469-dd3cf9ba447f
108595
108596 commit c18276c5f769c232a091e7a8620d307c1afbbdd2
108597 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
108598 Date:   Fri Dec 10 06:45:04 2004 +0000
108599
108600     Fix (c) dates; win32 cross-port
108601     
108602     
108603     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@588 48e7efb5-ca39-0410-a469-dd3cf9ba447f
108604
108605 commit 61e1171d003c55b170bfaf4ae845a5cf7f107bbd
108606 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
108607 Date:   Fri Dec 10 06:43:28 2004 +0000
108608
108609     A proper gras_init function
108610     
108611     
108612     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@587 48e7efb5-ca39-0410-a469-dd3cf9ba447f
108613
108614 commit 77c6875da08eb632e94569d56ed38b001436040e
108615 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
108616 Date:   Fri Dec 10 06:42:52 2004 +0000
108617
108618     Initiate port to cross compile over win32. Try to let TWO_COMPLEMENT work with cross-compile, and remove it since I failed and I doubt its utility. Add the win32 arch (the alignments are different)
108619     
108620     
108621     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@586 48e7efb5-ca39-0410-a469-dd3cf9ba447f
108622
108623 commit ab2a2facb2712c4f2eb91f9ab992dad388f78b74
108624 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
108625 Date:   Fri Dec 10 04:35:15 2004 +0000
108626
108627     A meta-resource : workstation is simply a CPU and a network card.
108628     
108629     
108630     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@585 48e7efb5-ca39-0410-a469-dd3cf9ba447f
108631
108632 commit dbfac212ab7a902c83bd54717626e6bcdad1930e
108633 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
108634 Date:   Fri Dec 10 04:27:25 2004 +0000
108635
108636     Relic of the star removal.
108637     
108638     
108639     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@584 48e7efb5-ca39-0410-a469-dd3cf9ba447f
108640
108641 commit 93bfd522e431912cc88a28252eb9bc4074c991fb
108642 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
108643 Date:   Thu Dec 9 23:26:29 2004 +0000
108644
108645     Each action can now have a maximum duration. That is a convenient way to
108646     model a sleep or a network saturation for a given period of time.
108647     
108648     Also add a suspend/resume to cpu.
108649     
108650     
108651     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@583 48e7efb5-ca39-0410-a469-dd3cf9ba447f
108652
108653 commit 1c06c4d49a2022cb250516dac52d613e9efaf66b
108654 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
108655 Date:   Thu Dec 9 23:05:43 2004 +0000
108656
108657     HUSH !
108658     
108659     
108660     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@582 48e7efb5-ca39-0410-a469-dd3cf9ba447f
108661
108662 commit 776d36ccff2685c448adda3235c08677fcc96ad0
108663 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
108664 Date:   Thu Dec 9 22:32:04 2004 +0000
108665
108666     Tss... lead to inconsistencies.
108667     
108668     
108669     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@581 48e7efb5-ca39-0410-a469-dd3cf9ba447f
108670
108671 commit c6c40e7e728be552a21d214a14a35e3af69920ee
108672 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
108673 Date:   Thu Dec 9 19:13:16 2004 +0000
108674
108675     cosmetics
108676     
108677     
108678     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@580 48e7efb5-ca39-0410-a469-dd3cf9ba447f
108679
108680 commit 6a814700be1acfa36ffa5662b9008d1de4cde036
108681 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
108682 Date:   Thu Dec 9 19:12:12 2004 +0000
108683
108684     Bug fix + handling of variables with a weight equal to 0 (a suspended
108685     action) and variables with an element equal to 0 (no consumption on
108686     the corresponding esource even though this resource is used).
108687     
108688     
108689     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@579 48e7efb5-ca39-0410-a469-dd3cf9ba447f
108690
108691 commit 66ecc6358bb139b66dff125ba15057495db582f8
108692 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
108693 Date:   Thu Dec 9 14:59:54 2004 +0000
108694
108695     Fix (C) dates
108696     
108697     
108698     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@578 48e7efb5-ca39-0410-a469-dd3cf9ba447f
108699
108700 commit 6ad093e088b44bb7aaaaa63d67df11202ca47e93
108701 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
108702 Date:   Thu Dec 9 14:57:52 2004 +0000
108703
108704     fix (C) dates
108705     
108706     
108707     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@577 48e7efb5-ca39-0410-a469-dd3cf9ba447f
108708
108709 commit 784cf31abce56536e965484a4e29211435f13425
108710 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
108711 Date:   Thu Dec 9 14:56:55 2004 +0000
108712
108713     Fix (C) dates; cosmetics on documentation
108714     
108715     
108716     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@576 48e7efb5-ca39-0410-a469-dd3cf9ba447f
108717
108718 commit 1cd92ef12faceee652c539c4c168ab5fd7f7da49
108719 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
108720 Date:   Thu Dec 9 14:55:28 2004 +0000
108721
108722     use BEGIN_DECL (ie, useless cleanup); picky documentation improvement
108723     
108724     
108725     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@575 48e7efb5-ca39-0410-a469-dd3cf9ba447f
108726
108727 commit 6882f6dbdfb8ba6d6b2aad182ad005d7d98c8e53
108728 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
108729 Date:   Thu Dec 9 14:53:53 2004 +0000
108730
108731     fix (C) dates; proper xbt_log function
108732     
108733     
108734     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@574 48e7efb5-ca39-0410-a469-dd3cf9ba447f
108735
108736 commit 3056fdc14273fd654473f3035e2016a872c8238f
108737 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
108738 Date:   Thu Dec 9 14:53:23 2004 +0000
108739
108740     kilkilkil useless and deprecated stuff
108741     
108742     
108743     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@573 48e7efb5-ca39-0410-a469-dd3cf9ba447f
108744
108745 commit 3d630a8a0429ae6e380bf1e002a6e55c21cd078f
108746 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
108747 Date:   Thu Dec 9 14:52:47 2004 +0000
108748
108749     Fix (C) dates; minor documentation improvements
108750     
108751     
108752     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@572 48e7efb5-ca39-0410-a469-dd3cf9ba447f
108753
108754 commit 16921b2333681159fd105debe96dc147029307e6
108755 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
108756 Date:   Thu Dec 9 14:51:52 2004 +0000
108757
108758     proper xbt_log_init function
108759     
108760     
108761     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@571 48e7efb5-ca39-0410-a469-dd3cf9ba447f
108762
108763 commit 7f0afd3fe62d010f9156dff3dc4482cc8a927086
108764 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
108765 Date:   Thu Dec 9 13:54:09 2004 +0000
108766
108767     fix a typo correctly [thanks Guillaume]
108768     
108769     
108770     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@570 48e7efb5-ca39-0410-a469-dd3cf9ba447f
108771
108772 commit c5162569994e4110486fdc1bb7309ccd1ec7bf4e
108773 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
108774 Date:   Thu Dec 9 12:15:13 2004 +0000
108775
108776     fix a typo [thanks Guillaume]
108777     
108778     
108779     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@569 48e7efb5-ca39-0410-a469-dd3cf9ba447f
108780
108781 commit 864a44a5c16341562af058f523fb350d61cac65e
108782 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
108783 Date:   Thu Dec 9 01:51:16 2004 +0000
108784
108785     More explicit names
108786     
108787     
108788     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@568 48e7efb5-ca39-0410-a469-dd3cf9ba447f
108789
108790 commit d01caf8dec7610aed836690b66e859c8f786ae36
108791 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
108792 Date:   Thu Dec 9 01:02:19 2004 +0000
108793
108794     Adding workstation : a single CPU and a network card...
108795     
108796     
108797     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@567 48e7efb5-ca39-0410-a469-dd3cf9ba447f
108798
108799 commit 0dbc0a91e80ca68d18da920824be854e043a2c03
108800 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
108801 Date:   Thu Dec 9 01:01:10 2004 +0000
108802
108803     Add missing dependency.
108804     
108805     
108806     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@566 48e7efb5-ca39-0410-a469-dd3cf9ba447f
108807
108808 commit 8c354c48ec90c997cc7213ce96ca97d882934166
108809 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
108810 Date:   Wed Dec 8 23:56:19 2004 +0000
108811
108812     Fixed licence and copyright. No more reference to da GRAS possee or the
108813     OURAGAN project. Copyright is for authors. All the code is under LGPL.
108814     
108815     
108816     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@565 48e7efb5-ca39-0410-a469-dd3cf9ba447f
108817
108818 commit 025925b6e39ea553f5f4c719d4e6d2ba62eab83c
108819 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
108820 Date:   Wed Dec 8 23:38:32 2004 +0000
108821
108822     I'm not supposed to comment this module yet but it the file was there...
108823     
108824     
108825     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@564 48e7efb5-ca39-0410-a469-dd3cf9ba447f
108826
108827 commit e65bb0d9728e27ef89f57274e60f13e94820d5f9
108828 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
108829 Date:   Wed Dec 8 22:45:19 2004 +0000
108830
108831     Destruction of a relic of the revolution gras->xbt
108832     
108833     
108834     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@563 48e7efb5-ca39-0410-a469-dd3cf9ba447f
108835
108836 commit a8926af1402150f829dc3b591625166c8720f6bf
108837 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
108838 Date:   Wed Dec 8 19:48:35 2004 +0000
108839
108840     Renaming tbx to xbt and adding some of my functions.
108841     
108842     
108843     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@562 48e7efb5-ca39-0410-a469-dd3cf9ba447f
108844
108845 commit 967a54863b79d76e3f6731776c0f2ec319c0ded7
108846 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
108847 Date:   Tue Dec 7 23:52:45 2004 +0000
108848
108849     I will translate one day. However those informations had to be there.
108850     
108851     
108852     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@561 48e7efb5-ca39-0410-a469-dd3cf9ba447f
108853
108854 commit fa2100f09707b904904ddb3bd7b05d07fad350e2
108855 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
108856 Date:   Tue Dec 7 22:27:20 2004 +0000
108857
108858     Taking latencies into account to bound the effective bandwidth.
108859     
108860     
108861     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@560 48e7efb5-ca39-0410-a469-dd3cf9ba447f
108862
108863 commit 18f3d78ccea3ed489627459b7e3c13d6c927473f
108864 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
108865 Date:   Tue Dec 7 22:25:57 2004 +0000
108866
108867     Add lmm_get_var_from_cnst
108868     
108869     
108870     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@559 48e7efb5-ca39-0410-a469-dd3cf9ba447f
108871
108872 commit c45dbb9b597755fafbf53aef93a752c57afc7028
108873 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
108874 Date:   Tue Dec 7 20:03:31 2004 +0000
108875
108876     Martin wrote :
108877     
108878     > Then, you could rewrite this to:
108879     >
108880     > gras_assert1((f = fopen(filename, "r")),
108881     >             "Cannot open file '%s'\n", filename);
108882     >
108883     > Since you have some core in the condition, you may want to leave the if, and
108884     > put a gras_assert2(0,"bla",bli) in it.
108885     
108886     Yes. I was not using assert because of the core in the condition. I hadn't
108887     thought to gras_assert2(0,
108888     
108889     Now that should be better.
108890     
108891     
108892     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@558 48e7efb5-ca39-0410-a469-dd3cf9ba447f
108893
108894 commit 652a551093d0eaf9b82bce16d654f680c82e71ab
108895 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
108896 Date:   Tue Dec 7 19:26:25 2004 +0000
108897
108898     Taking latencies into account (but not for the bandwidth limitation yet).
108899     
108900     
108901     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@557 48e7efb5-ca39-0410-a469-dd3cf9ba447f
108902
108903 commit 445e3dba28e14444eb6e4f385e838bc53ee83d3f
108904 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
108905 Date:   Tue Dec 7 19:22:26 2004 +0000
108906
108907     Remove useless comments.
108908     
108909     
108910     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@556 48e7efb5-ca39-0410-a469-dd3cf9ba447f
108911
108912 commit 41d6b826162331651172928a8d8b010cb6078e2f
108913 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
108914 Date:   Tue Dec 7 19:20:29 2004 +0000
108915
108916     > CRITICAL1 fait des logs, c'est tout. C'est normal que t'ai viré le
108917     > return NULL; ?
108918     
108919     No. Thanks !
108920     
108921     
108922     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@555 48e7efb5-ca39-0410-a469-dd3cf9ba447f
108923
108924 commit 589ed30a21a139bc5735627ed82e23df0318230d
108925 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
108926 Date:   Tue Dec 7 19:16:21 2004 +0000
108927
108928     Save some space ;)
108929     
108930     
108931     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@554 48e7efb5-ca39-0410-a469-dd3cf9ba447f
108932
108933 commit f552e0ca2faa0b56208a05221f5b424e597e6d8b
108934 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
108935 Date:   Tue Dec 7 18:45:10 2004 +0000
108936
108937     Oooups !
108938     
108939     >  void
108940     >   xbt_init(int *argc, char **argv) {
108941     
108942     and
108943     
108944     > Update of /home/mquinson/cvsroot/gras/src/surf
108945     >  void surf_init(void)
108946     >  {
108947     > +  xbt_init();
108948     
108949     I did not even notice he'd been crying...
108950     
108951     surf/surf.c: In function surf_init':
108952     surf/surf.c:57: warning: implicit declaration of function xbt_init'
108953     
108954     ... and he did not really looked angry btw.
108955     
108956     surf:~/Work/GRAS/heap $ ./surf_usage
108957     xbt/module.c:57: [module/INFO] Initialize GRAS
108958     
108959     Nevermind. It is fixed now.
108960     
108961     
108962     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@553 48e7efb5-ca39-0410-a469-dd3cf9ba447f
108963
108964 commit 4fc610b42e6253c348b6fcc85f41f41bf13a19ea
108965 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
108966 Date:   Tue Dec 7 18:26:24 2004 +0000
108967
108968     Initializing logs once and only once.
108969     
108970     
108971     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@552 48e7efb5-ca39-0410-a469-dd3cf9ba447f
108972
108973 commit db18cc7478c6fc7ce0d9e0c171b7fcb3cfc12491
108974 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
108975 Date:   Tue Dec 7 18:15:53 2004 +0000
108976
108977     Network module is working. Does not take latencies into account yet though.
108978     
108979     
108980     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@551 48e7efb5-ca39-0410-a469-dd3cf9ba447f
108981
108982 commit 0623786fda92bed93596f8de80575ab2db7385f2
108983 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
108984 Date:   Tue Dec 7 18:14:26 2004 +0000
108985
108986     move resource_used to the private part
108987     
108988     
108989     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@550 48e7efb5-ca39-0410-a469-dd3cf9ba447f
108990
108991 commit c017ef5ba2cee263fba6ab0e483e4639390782b7
108992 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
108993 Date:   Tue Dec 7 18:12:43 2004 +0000
108994
108995     Using logs
108996     
108997     
108998     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@549 48e7efb5-ca39-0410-a469-dd3cf9ba447f
108999
109000 commit 377dd379be48b94dfe1c244c1cb71ea5918a5af5
109001 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
109002 Date:   Tue Dec 7 18:11:47 2004 +0000
109003
109004     move resource_used to the private part + a few renaming
109005     
109006     
109007     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@548 48e7efb5-ca39-0410-a469-dd3cf9ba447f
109008
109009 commit 2a57ac7159e3cb1d3e7a726e598419baf2137624
109010 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
109011 Date:   Tue Dec 7 18:08:29 2004 +0000
109012
109013     Add some convenient functions
109014     
109015     
109016     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@547 48e7efb5-ca39-0410-a469-dd3cf9ba447f
109017
109018 commit bb671f9a46d6bba398acb63681457a3ad5b8c1dc
109019 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
109020 Date:   Tue Dec 7 18:05:27 2004 +0000
109021
109022     If a system has not been modified between two successive calls to lmm_solve,
109023     then no extra computation is done.
109024     
109025     
109026     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@546 48e7efb5-ca39-0410-a469-dd3cf9ba447f
109027
109028 commit 704c020a28078a73f3592425ba5b7d9bade8455e
109029 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
109030 Date:   Tue Dec 7 18:00:10 2004 +0000
109031
109032     move xbt_heap_float_t
109033     
109034     
109035     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@545 48e7efb5-ca39-0410-a469-dd3cf9ba447f
109036
109037 commit 29a6ab7830b02207beb428d72527093beba9ad4b
109038 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
109039 Date:   Tue Dec 7 17:59:12 2004 +0000
109040
109041     compile the network module
109042     
109043     
109044     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@544 48e7efb5-ca39-0410-a469-dd3cf9ba447f
109045
109046 commit ffcbccef3ac04b965677cd5c55192b3eb104d6f4
109047 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
109048 Date:   Tue Dec 7 17:58:22 2004 +0000
109049
109050     move xbt_maxmin_float_t and xbt_heap_float_t here
109051     
109052     
109053     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@543 48e7efb5-ca39-0410-a469-dd3cf9ba447f
109054
109055 commit d8d97d835782d0906f8c5a8d0d335fefae36873a
109056 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
109057 Date:   Thu Dec 2 23:34:49 2004 +0000
109058
109059     Cosmetics
109060     
109061     
109062     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@542 48e7efb5-ca39-0410-a469-dd3cf9ba447f
109063
109064 commit 6e4c15949cd4638f1336b274414bec9f65bef900
109065 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
109066 Date:   Thu Dec 2 22:04:34 2004 +0000
109067
109068     See the diff. Sorry for the noise.
109069     
109070     
109071     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@541 48e7efb5-ca39-0410-a469-dd3cf9ba447f
109072
109073 commit 2728e49797bd42f623228fe493854ceaaefd7082
109074 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
109075 Date:   Thu Dec 2 22:02:50 2004 +0000
109076
109077     Starting the network module.
109078     
109079     
109080     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@540 48e7efb5-ca39-0410-a469-dd3cf9ba447f
109081
109082 commit cff653d00f47806c1962acb5a1abd1e61bb8b7ba
109083 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
109084 Date:   Thu Dec 2 22:01:45 2004 +0000
109085
109086     Taking in account the fact that some resource may have no action terminated.
109087     
109088     
109089     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@539 48e7efb5-ca39-0410-a469-dd3cf9ba447f
109090
109091 commit 83c1f3bcb7ec8d6219ce4af96b06ac35a172a7ba
109092 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
109093 Date:   Thu Dec 2 22:00:17 2004 +0000
109094
109095     Publishing some internal parsing function.
109096     
109097     
109098     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@538 48e7efb5-ca39-0410-a469-dd3cf9ba447f
109099
109100 commit 14a7f0b86565fffa82281d21f562b57de5d61975
109101 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
109102 Date:   Thu Dec 2 21:05:18 2004 +0000
109103
109104     Using the Surf parser.
109105     
109106     
109107     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@537 48e7efb5-ca39-0410-a469-dd3cf9ba447f
109108
109109 commit 4a3bf2aed0a9869eb06fb3875ab81c1d4cbe1ac2
109110 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
109111 Date:   Thu Dec 2 21:03:35 2004 +0000
109112
109113     Surf Parser
109114     
109115     
109116     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@536 48e7efb5-ca39-0410-a469-dd3cf9ba447f
109117
109118 commit 647155a7a47a860221d368a16f3003e93e716e2f
109119 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
109120 Date:   Tue Nov 30 22:37:12 2004 +0000
109121
109122     KILKILKIL
109123     
109124     
109125     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@535 48e7efb5-ca39-0410-a469-dd3cf9ba447f
109126
109127 commit c45203b2e06e1be40d5c1c614f928b9d31981c30
109128 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
109129 Date:   Tue Nov 30 22:05:56 2004 +0000
109130
109131     My bad. Sorry about that.
109132     
109133     Btw this logs are really terrific ! :)
109134     
109135     
109136     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@534 48e7efb5-ca39-0410-a469-dd3cf9ba447f
109137
109138 commit 4e0b0a957106c8c55b7aa24f118ed5862e98064d
109139 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
109140 Date:   Tue Nov 30 17:38:49 2004 +0000
109141
109142     Removed a bunch of unused variables. Mostly some xbt_error_t errcode that
109143     were used before making memory errors fatal.
109144     
109145     
109146     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@533 48e7efb5-ca39-0410-a469-dd3cf9ba447f
109147
109148 commit 0cb19863e8b0e5db48e444a50c1227a8ea82dbcf
109149 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
109150 Date:   Tue Nov 30 17:37:06 2004 +0000
109151
109152     iso-c does not like , at the end of an enum.
109153     
109154     
109155     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@532 48e7efb5-ca39-0410-a469-dd3cf9ba447f
109156
109157 commit b151744b6c748217a9d9e9ebee8e0718eda81528
109158 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
109159 Date:   Tue Nov 30 15:39:42 2004 +0000
109160
109161     me finds malloc within macro, me killkill it
109162     
109163     
109164     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@531 48e7efb5-ca39-0410-a469-dd3cf9ba447f
109165
109166 commit 4425d3b3c2cd85afb39ac1f8fcf3a9a2dad23e42
109167 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
109168 Date:   Tue Nov 30 15:36:12 2004 +0000
109169
109170     Test du script de commit log qui déchire
109171     
109172     
109173     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@530 48e7efb5-ca39-0410-a469-dd3cf9ba447f
109174
109175 commit 6f66e744a7b1a9d23ad2e31c737ad1d4d14c5ac0
109176 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
109177 Date:   Tue Nov 30 15:35:21 2004 +0000
109178
109179     commit de l'état courant de mes réflexions sur le wire protocole
109180     
109181     
109182     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@529 48e7efb5-ca39-0410-a469-dd3cf9ba447f
109183
109184 commit 24b8008bb424160e633b1374f54dcd89bdcb9749
109185 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
109186 Date:   Mon Nov 29 18:45:39 2004 +0000
109187
109188     Rha!
109189     
109190     surf:~/Work/GRAS/heap $ valgrind --num-callers=8 --show-reachable=yes
109191     --leak-check=yes --db-attach=yes ./surf_usage
109192     ==28483== Memcheck, a memory error detector for x86-linux.
109193     ==28483== Copyright (C) 2002-2004, and GNU GPL'd, by Julian Seward et al.
109194     ==28483== Using valgrind-2.2.0, a program supervision framework for x86-linux.
109195     ==28483== Copyright (C) 2000-2004, and GNU GPL'd, by Julian Seward et al.
109196     ==28483== For more details, rerun with: -v
109197     ==28483==
109198     0x1bac5a40
109199     Cpu A : 0x1bac6b10
109200     Cpu B : 0x1bac6e10
109201     actionA : 0x1bac7140 (SURF_ACTION_RUNNING)
109202     actionB : 0x1bac7288 (SURF_ACTION_RUNNING)
109203     [0] Asking to update "Cpu A" with value 1 for event 0x1bac6b70
109204     [0] Asking to update "Cpu B" with value 1 for event 0x1bac6e70
109205     [0] Asking to update "Cpu A" with value -1 for event 0x1bac6bb0
109206     Next Event : 0
109207             Failed : 0x1bac7140
109208     [0] Asking to update "Cpu A" with value 1 for event 0x1bac6bb0
109209     Next Event : 1
109210     Next Event : 10
109211             Done : 0x1bac7288
109212     Simulation Terminated
109213     ==28483==
109214     ==28483== ERROR SUMMARY: 0 errors from 0 contexts
109215     (suppressed: 17 from 1)
109216     ==28483== malloc/free: in use at exit: 0 bytes in 0 blocks.
109217     ==28483== malloc/free: 77 allocs, 77 frees, 5279 bytes allocated.
109218     ==28483== For counts of detected errors, rerun with: -v
109219     ==28483== No malloc'd blocks -- no leaks are possible.
109220     
109221     
109222     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@528 48e7efb5-ca39-0410-a469-dd3cf9ba447f
109223
109224 commit 15807bea7353de99396547e065c5d33bbf75ce56
109225 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
109226 Date:   Mon Nov 29 17:02:37 2004 +0000
109227
109228     I can't believe this file was not committed !
109229     
109230     
109231     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@527 48e7efb5-ca39-0410-a469-dd3cf9ba447f
109232
109233 commit 5b97270997b724d6a08b1ebeaf679a583ca00cfc
109234 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
109235 Date:   Mon Nov 29 17:01:01 2004 +0000
109236
109237     Failures now taken into account. Need to write clean-up functions, parsing
109238     functions, ..., then the network module.
109239     
109240     
109241     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@526 48e7efb5-ca39-0410-a469-dd3cf9ba447f
109242
109243 commit 41f6e93622ccf2e2c09dd0fd75ef6ad4f458e80b
109244 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
109245 Date:   Mon Nov 29 00:39:25 2004 +0000
109246
109247     OK, now clean structures are used for my objects. Forget about my uggly
109248     macros. Load variation handled for cpu. Next step, handling failures.
109249     
109250     
109251     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@525 48e7efb5-ca39-0410-a469-dd3cf9ba447f
109252
109253 commit 25f6494903ca6f70ce4408574a7e57e7419d427a
109254 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
109255 Date:   Wed Nov 24 19:11:50 2004 +0000
109256
109257     A commit before a design modification. I'm gonna try the weird
109258     [ A ][ B ][ C ] structure I've talking you about. If it does not work or is
109259     a way to dirty I'll revert later.
109260     
109261     
109262     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@524 48e7efb5-ca39-0410-a469-dd3cf9ba447f
109263
109264 commit fe66dea314bdfd12ce0d8ecfd214b174d3d218ea
109265 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
109266 Date:   Tue Nov 23 22:16:18 2004 +0000
109267
109268     rename xbt_swag_extract to xbt_swag_remove and add a xbt_swag_extract that
109269     does what it would be expected to do... :)
109270     
109271     
109272     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@523 48e7efb5-ca39-0410-a469-dd3cf9ba447f
109273
109274 commit fd472f70823a1157acdca204f02accd97918dccc
109275 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
109276 Date:   Sat Nov 20 00:17:49 2004 +0000
109277
109278     CPU can be created and used even though failures are not handled yet. SURF
109279     is now a working mini SimGrid. You can have a look at
109280     testsuite/surf/maxmin_usage.c to see how easy it is to use. Adding other
109281     resource types is really straightforward.
109282     
109283     
109284     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@522 48e7efb5-ca39-0410-a469-dd3cf9ba447f
109285
109286 commit 5c83394d7f1f7e2aa6d9d2fa7467afa4da9b7bd9
109287 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
109288 Date:   Sat Nov 20 00:13:14 2004 +0000
109289
109290     Bug fix and add a fonction indicating whether a constraint is active or not.
109291     
109292     
109293     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@521 48e7efb5-ca39-0410-a469-dd3cf9ba447f
109294
109295 commit 91f0f8acd7bb93039252812ab45521b948ff50f4
109296 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
109297 Date:   Sat Nov 20 00:11:47 2004 +0000
109298
109299     Bug fix and add a xbt_swag_foreach_safe where you can remove objects from
109300     the swag while going through it.
109301     
109302     
109303     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@520 48e7efb5-ca39-0410-a469-dd3cf9ba447f
109304
109305 commit 1e129b9677a4073030b6533743c3a84056275548
109306 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
109307 Date:   Tue Nov 16 22:54:07 2004 +0000
109308
109309     Gasp ! A bug in the extract function ! Shame on me !
109310     
109311     
109312     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@519 48e7efb5-ca39-0410-a469-dd3cf9ba447f
109313
109314 commit 28b7f1f95510fe2efa30fc2fb4b4d27826da931e
109315 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
109316 Date:   Tue Nov 16 22:04:45 2004 +0000
109317
109318     Renamed host to cpu. That was really confusing.
109319     
109320     
109321     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@518 48e7efb5-ca39-0410-a469-dd3cf9ba447f
109322
109323 commit ee788f4511c85f6d6685fdd6692169453e244ce1
109324 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
109325 Date:   Tue Nov 16 17:33:49 2004 +0000
109326
109327     First attempt on SURF design. I'd like a 5'10" short board with a swallow
109328     tail.
109329     
109330     
109331     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@517 48e7efb5-ca39-0410-a469-dd3cf9ba447f
109332
109333 commit 945609a7a65edb913de4858b2baf9663014d3974
109334 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
109335 Date:   Tue Nov 16 17:11:35 2004 +0000
109336
109337     #include "xbt/error.h" /* needed for xbt_die */
109338     
109339     Mt. At some places, I was using xbt_new0 without including xbt/error.h and
109340     it failed. It seems to me that a .h should be self-contained but I also may
109341     have not understood the way you handle your errors. I've added the previous
109342     #include at the end of sysdep.h. You probably won't like it but tell me why
109343     please.
109344     
109345     
109346     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@516 48e7efb5-ca39-0410-a469-dd3cf9ba447f
109347
109348 commit b01b2a3a3042334245c03df9ec70b62e197fecf0
109349 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
109350 Date:   Tue Nov 16 16:30:28 2004 +0000
109351
109352     Port to ARM
109353     
109354     
109355     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@515 48e7efb5-ca39-0410-a469-dd3cf9ba447f
109356
109357 commit 0cd16e4395a586a36a15b67a5c43eed8a27339ba
109358 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
109359 Date:   Tue Nov 16 14:07:36 2004 +0000
109360
109361     Port to ARM
109362     
109363     
109364     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@514 48e7efb5-ca39-0410-a469-dd3cf9ba447f
109365
109366 commit 52cddda5c1a09052e77cfab8021f270000561e71
109367 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
109368 Date:   Mon Nov 15 22:38:17 2004 +0000
109369
109370     2004-11-15 Arnaud Legrand
109371       - Trace manager now written. It uses a heap structure and is therfore
109372         expected to be efficient. It may however be speed up (particularly
109373         when many events occur at the same date) by using red and black
109374         trees. One day maybe...
109375       - Max-min linear system solver written. It uses a sparse matrix
109376         structure taking advantage of its expected use. Most operations are
109377         O(1) and free/calloc are called as few as possible. The computation of
109378         the minimum could however be improved by using a red and black tree
109379         (again ! ;).
109380     
109381     Now, it is time to rewrite a really modular version of SimGrid aka SURF.
109382     SimGrid 3 wil denote the formerly known MSG+SG.
109383     
109384     
109385     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@513 48e7efb5-ca39-0410-a469-dd3cf9ba447f
109386
109387 commit a3ca346623c1565323a0f30e96b99ca519ceee33
109388 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
109389 Date:   Mon Nov 15 22:29:43 2004 +0000
109390
109391     Cosmetics
109392     
109393     
109394     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@512 48e7efb5-ca39-0410-a469-dd3cf9ba447f
109395
109396 commit 509304ee1435b62cd49eb9071995fab468f68f58
109397 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
109398 Date:   Mon Nov 15 22:20:08 2004 +0000
109399
109400     Add the trace library and fixed a few source of potential bugs in heap.
109401     
109402     
109403     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@511 48e7efb5-ca39-0410-a469-dd3cf9ba447f
109404
109405 commit 6dcae52c84f013cc5ff85bf697eb9ae459ebe6c9
109406 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
109407 Date:   Mon Nov 15 13:23:51 2004 +0000
109408
109409     Do not use uninitialized vars (last commit was brain dead)
109410     
109411     
109412     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@510 48e7efb5-ca39-0410-a469-dd3cf9ba447f
109413
109414 commit 5ecc96cd9ae9894b1e23117b28f5d794ceb622f7
109415 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
109416 Date:   Mon Nov 15 13:23:12 2004 +0000
109417
109418     Die on error when determining minimal type boundary
109419     
109420     
109421     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@509 48e7efb5-ca39-0410-a469-dd3cf9ba447f
109422
109423 commit 8d5f170a81097358554ee2ac07aee0bcca1b8d72
109424 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
109425 Date:   Mon Nov 15 12:08:32 2004 +0000
109426
109427     Do declare variables at the begining of the block, not in the middle, to make old gcc happy
109428     
109429     
109430     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@508 48e7efb5-ca39-0410-a469-dd3cf9ba447f
109431
109432 commit c2debd7e789ce8e0ebe31b415557304d4d464d8e
109433 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
109434 Date:   Mon Nov 15 09:47:26 2004 +0000
109435
109436     distribute gras/core.h
109437     
109438     
109439     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@507 48e7efb5-ca39-0410-a469-dd3cf9ba447f
109440
109441 commit 0a347966b14d794317813ed24a3fc1e8e552dcf7
109442 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
109443 Date:   Mon Nov 15 09:25:52 2004 +0000
109444
109445     Hardcode GRAS_MAX_CHANNEL since it got killed somehow in the last headers reorganization (and was used only in this location)
109446     
109447     
109448     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@506 48e7efb5-ca39-0410-a469-dd3cf9ba447f
109449
109450 commit 20030d496400037a20ee6453ff0071adf5216951
109451 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
109452 Date:   Mon Nov 15 09:21:17 2004 +0000
109453
109454     Fix make distcheck
109455     
109456     
109457     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@505 48e7efb5-ca39-0410-a469-dd3cf9ba447f
109458
109459 commit f9aa54564f1345384a70387b1c6ff27f0e577816
109460 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
109461 Date:   Mon Nov 15 09:20:11 2004 +0000
109462
109463     Some more cleanup
109464     
109465     
109466     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@504 48e7efb5-ca39-0410-a469-dd3cf9ba447f
109467
109468 commit 153a23ebab4528af6f0b0152b880fdbe97b1bfd9
109469 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
109470 Date:   Mon Nov 15 09:19:23 2004 +0000
109471
109472     Apply the renamings s/gras/xbt/i of last week
109473     
109474     
109475     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@503 48e7efb5-ca39-0410-a469-dd3cf9ba447f
109476
109477 commit 54b8f28848112da9babbce7429b36b66a1d01080
109478 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
109479 Date:   Mon Nov 15 09:17:09 2004 +0000
109480
109481     Make it compile in mainaiter (paranoid) mode
109482     
109483     
109484     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@502 48e7efb5-ca39-0410-a469-dd3cf9ba447f
109485
109486 commit d2847697cc28421048991c7aa8da7a62f7d63e65
109487 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
109488 Date:   Mon Nov 15 09:17:01 2004 +0000
109489
109490     some cleanup
109491     
109492     
109493     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@501 48e7efb5-ca39-0410-a469-dd3cf9ba447f
109494
109495 commit ab0d3baef9c902e597442f8da6a30a72fbd98c94
109496 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
109497 Date:   Mon Nov 15 09:05:03 2004 +0000
109498
109499     automatic update, I guess
109500     
109501     
109502     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@500 48e7efb5-ca39-0410-a469-dd3cf9ba447f
109503
109504 commit d231da7a60170457f3ccf584117ab8dfa1c3a113
109505 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
109506 Date:   Mon Nov 15 09:04:48 2004 +0000
109507
109508     do not configure the bandwidth example since it's broken and not distributed yet (fixes make dist)
109509     
109510     
109511     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@499 48e7efb5-ca39-0410-a469-dd3cf9ba447f
109512
109513 commit 70bfaea19950aa1ef3d4a4617b43e31504c55406
109514 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
109515 Date:   Mon Nov 15 09:03:39 2004 +0000
109516
109517     distribute amok's headers
109518     
109519     
109520     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@498 48e7efb5-ca39-0410-a469-dd3cf9ba447f
109521
109522 commit 99b517a9c666f4882c8afe1fee51eae6238952c5
109523 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
109524 Date:   Fri Nov 12 22:55:56 2004 +0000
109525
109526     Comment some debugging stuff.
109527     
109528     
109529     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@497 48e7efb5-ca39-0410-a469-dd3cf9ba447f
109530
109531 commit f58700be432433386a2502ca365345a1f5bf3098
109532 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
109533 Date:   Thu Nov 11 05:22:44 2004 +0000
109534
109535     Cosmetics.
109536     
109537     
109538     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@496 48e7efb5-ca39-0410-a469-dd3cf9ba447f
109539
109540 commit 5ef0fb1245e9d6d3efea3b0940fcce04d9b19478
109541 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
109542 Date:   Thu Nov 11 00:46:49 2004 +0000
109543
109544     Max-min solver written ! :) Seems to be working fine !
109545     
109546     
109547     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@495 48e7efb5-ca39-0410-a469-dd3cf9ba447f
109548
109549 commit 8a2fdf3f7d711438dfbb61e24fcf06897fba6243
109550 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
109551 Date:   Thu Nov 11 00:43:51 2004 +0000
109552
109553     No need to insert an element twice in a set. It causes some weird behaviour.
109554     
109555     
109556     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@494 48e7efb5-ca39-0410-a469-dd3cf9ba447f
109557
109558 commit a866e7e4a9359b24914796fb19d60cd7ba9b7ec0
109559 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
109560 Date:   Thu Nov 11 00:39:57 2004 +0000
109561
109562     Correction of a badly-written macro
109563     
109564     
109565     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@493 48e7efb5-ca39-0410-a469-dd3cf9ba447f
109566
109567 commit 0a765af45e3af8e4aeb5ac528b9f4e7ac6ce777f
109568 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
109569 Date:   Fri Nov 5 23:15:46 2004 +0000
109570
109571     Efficient linear max-minimization library : first version.
109572     
109573     
109574     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@492 48e7efb5-ca39-0410-a469-dd3cf9ba447f
109575
109576 commit 094d4121c2f71f7e28c0d0d3353962729c49e438
109577 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
109578 Date:   Fri Nov 5 23:12:38 2004 +0000
109579
109580     Illustrates the use of xbt_swag_offset
109581     
109582     
109583     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@491 48e7efb5-ca39-0410-a469-dd3cf9ba447f
109584
109585 commit e84353bc7028ad5f6d6c17dbb3217e1ec24d0baf
109586 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
109587 Date:   Fri Nov 5 23:11:33 2004 +0000
109588
109589     Extract returns the object to remove if present in the swag and NULL
109590     otherwise.
109591     Add a function to initialize a swag already malloced.
109592     
109593     
109594     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@490 48e7efb5-ca39-0410-a469-dd3cf9ba447f
109595
109596 commit e0eaa19922e1e2a84b2683c1c4f046cd31925965
109597 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
109598 Date:   Fri Nov 5 21:16:04 2004 +0000
109599
109600     Add the swag module to these Makefiles
109601     
109602     
109603     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@489 48e7efb5-ca39-0410-a469-dd3cf9ba447f
109604
109605 commit 0ff69767ac5366173bd114a5dffae5414dcd1635
109606 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
109607 Date:   Fri Nov 5 21:11:11 2004 +0000
109608
109609     Swag : another name for O(1) set
109610     
109611     
109612     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@488 48e7efb5-ca39-0410-a469-dd3cf9ba447f
109613
109614 commit d001b03dcee41695c0bf66206429c364a89321eb
109615 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
109616 Date:   Fri Nov 5 19:39:27 2004 +0000
109617
109618     Missing #include.
109619     
109620     
109621     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@487 48e7efb5-ca39-0410-a469-dd3cf9ba447f
109622
109623 commit 3e8755b31f40edd05eb6679b4c5571083020545a
109624 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
109625 Date:   Fri Nov 5 19:38:41 2004 +0000
109626
109627     Add the possibility to remove an item in the middle of the list.
109628     
109629     
109630     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@486 48e7efb5-ca39-0410-a469-dd3cf9ba447f
109631
109632 commit 8e7b6da73f9b4393ba523e947a9dc5837e654df9
109633 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
109634 Date:   Fri Nov 5 19:37:30 2004 +0000
109635
109636     maintainers need warnings
109637     
109638     
109639     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@485 48e7efb5-ca39-0410-a469-dd3cf9ba447f
109640
109641 commit d13e000f56cfa4abba1c733cdc695a422b8ea39e
109642 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
109643 Date:   Thu Nov 4 06:56:23 2004 +0000
109644
109645     Forgot to commit the changes for surf.
109646     
109647     
109648     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@484 48e7efb5-ca39-0410-a469-dd3cf9ba447f
109649
109650 commit ab3a9d12abbb2c3b42fa46f5869f234e78bc1180
109651 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
109652 Date:   Thu Nov 4 06:54:43 2004 +0000
109653
109654     Types and function prototypes for the max_min linear solver.
109655     
109656     
109657     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@483 48e7efb5-ca39-0410-a469-dd3cf9ba447f
109658
109659 commit 2ec77ead8131d77ef5201888c49ae61681fa3922
109660 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
109661 Date:   Thu Nov 4 03:27:23 2004 +0000
109662
109663     Added a dichotomy to the dictionnaries. make check works as well before so I
109664     assume that the patch is correct. I do not know however if things run
109665     effectively faster than before now. :)
109666     
109667     
109668     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@482 48e7efb5-ca39-0410-a469-dd3cf9ba447f
109669
109670 commit d44311dba4b0e7d8e1d0bd4b36b6d5c9668765e9
109671 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
109672 Date:   Wed Nov 3 22:51:34 2004 +0000
109673
109674     Using xbt_new0 instead of callox in fifo and heap
109675     
109676     
109677     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@481 48e7efb5-ca39-0410-a469-dd3cf9ba447f
109678
109679 commit 8f9ddec9995bd05c627517bbb7fe62451788d1e4
109680 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
109681 Date:   Wed Nov 3 22:29:29 2004 +0000
109682
109683     Update or removal of needless comments.
109684     
109685     
109686     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@480 48e7efb5-ca39-0410-a469-dd3cf9ba447f
109687
109688 commit 62c2953e8b2b2b33218b8783996086c2329a6d8f
109689 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
109690 Date:   Wed Nov 3 22:25:45 2004 +0000
109691
109692     Now the testsuite compile.
109693     
109694     
109695     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@479 48e7efb5-ca39-0410-a469-dd3cf9ba447f
109696
109697 commit 2539fff313cbd67c45b8490f7961e45e358d9ba2
109698 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
109699 Date:   Wed Nov 3 02:54:13 2004 +0000
109700
109701     Renamed any gras stuff that was in xbt and should therefore be called
109702     xbt_something. Martin, please go in */xbt and do a grep -i gras *.[ch]
109703     
109704     Mostly loging has still traces of GRAS.
109705     
109706     
109707     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@478 48e7efb5-ca39-0410-a469-dd3cf9ba447f
109708
109709 commit d45e78ba048ff7e081f940006a77bc122b5315be
109710 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
109711 Date:   Tue Nov 2 23:28:29 2004 +0000
109712
109713     forgot to rename an include in this one.
109714     
109715     
109716     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@477 48e7efb5-ca39-0410-a469-dd3cf9ba447f
109717
109718 commit 5ce261a585a6e77a71cd9f87e9f0ab6b88644a75
109719 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
109720 Date:   Tue Nov 2 22:24:26 2004 +0000
109721
109722     Proposition of protocol reorganisation to handle RPC more cleanly
109723     
109724     
109725     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@476 48e7efb5-ca39-0410-a469-dd3cf9ba447f
109726
109727 commit 188feea2cf5d0362ee0863cd59f5738b07da2aae
109728 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
109729 Date:   Tue Nov 2 18:46:30 2004 +0000
109730
109731     Private functions are private.
109732     
109733     
109734     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@475 48e7efb5-ca39-0410-a469-dd3cf9ba447f
109735
109736 commit 30cc0c481881dac4d9764b64b35049798dad47c9
109737 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
109738 Date:   Tue Nov 2 18:36:07 2004 +0000
109739
109740     renamed xbt_heap_test to heap_bench
109741     
109742     
109743     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@474 48e7efb5-ca39-0410-a469-dd3cf9ba447f
109744
109745 commit ed2b5490d6323626eff2efb0021d1deba7e2fd60
109746 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
109747 Date:   Tue Nov 2 18:29:40 2004 +0000
109748
109749     renamed xbt_(*.[ch]) to \1.
109750     
109751     
109752     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@473 48e7efb5-ca39-0410-a469-dd3cf9ba447f
109753
109754 commit 7b2e86f9f1c1771a166970e3b6d935bf11b56bab
109755 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
109756 Date:   Tue Nov 2 16:02:10 2004 +0000
109757
109758     Enable bandwith's AMOK module
109759     
109760     
109761     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@472 48e7efb5-ca39-0410-a469-dd3cf9ba447f
109762
109763 commit 025063499fe232e479f7207635f19cd195c574da
109764 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
109765 Date:   Tue Nov 2 16:01:40 2004 +0000
109766
109767     Star eradication
109768     
109769     
109770     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@471 48e7efb5-ca39-0410-a469-dd3cf9ba447f
109771
109772 commit 3f4629d6eb1cf045eba1ff7e2f213e13c85e513f
109773 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
109774 Date:   Tue Nov 2 16:01:00 2004 +0000
109775
109776     some tests on the first AMOK module, showing how greatly borken it is
109777     
109778     
109779     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@470 48e7efb5-ca39-0410-a469-dd3cf9ba447f
109780
109781 commit dde42fbf6c2fbd6f713f871a54602cd5673e5902
109782 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
109783 Date:   Tue Nov 2 16:00:10 2004 +0000
109784
109785     Fix the debian target
109786     
109787     
109788     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@469 48e7efb5-ca39-0410-a469-dd3cf9ba447f
109789
109790 commit fc4c9e6585b6a410714badd79c11aee90a298165
109791 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
109792 Date:   Tue Nov 2 15:59:27 2004 +0000
109793
109794     Document the naming schema Arnaud forced me to follow (poor me, will someone have a thought about me? ;)
109795     
109796     
109797     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@468 48e7efb5-ca39-0410-a469-dd3cf9ba447f
109798
109799 commit 5a98770fbd5e6ae23c01915da0204f16d2c219aa
109800 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
109801 Date:   Tue Nov 2 15:57:59 2004 +0000
109802
109803     Choke on C++ style comments since it breaks on AIX
109804     
109805     
109806     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@467 48e7efb5-ca39-0410-a469-dd3cf9ba447f
109807
109808 commit a2d52759a227513f185f5d8f9136ff4145e80943
109809 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
109810 Date:   Tue Nov 2 15:57:16 2004 +0000
109811
109812     cleanup what's already done
109813     
109814     
109815     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@466 48e7efb5-ca39-0410-a469-dd3cf9ba447f
109816
109817 commit 60601be7bdf010c5214fa71b424cdb3faef7b464
109818 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
109819 Date:   Tue Nov 2 15:56:37 2004 +0000
109820
109821     += test_sg
109822     
109823     
109824     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@465 48e7efb5-ca39-0410-a469-dd3cf9ba447f
109825
109826 commit 821ed357ccf632fecc512c31036b18c774144830
109827 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
109828 Date:   Tue Nov 2 15:55:25 2004 +0000
109829
109830     missing parts
109831     
109832     
109833     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@464 48e7efb5-ca39-0410-a469-dd3cf9ba447f
109834
109835 commit e38d01e7b27d128a6d756194166ce8e0445a33b2
109836 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
109837 Date:   Tue Nov 2 15:52:59 2004 +0000
109838
109839     Missing chunks
109840     
109841     
109842     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@463 48e7efb5-ca39-0410-a469-dd3cf9ba447f
109843
109844 commit 2c7f3b5cfd507909a4655c8aa65dbbbe944857a2
109845 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
109846 Date:   Tue Nov 2 14:09:16 2004 +0000
109847
109848     document last change
109849     
109850     
109851     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@462 48e7efb5-ca39-0410-a469-dd3cf9ba447f
109852
109853 commit fd28ea3d66eee426ac29108bc8a5d4f017dc326d
109854 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
109855 Date:   Tue Nov 2 14:03:58 2004 +0000
109856
109857     cleanup MSG after simulation
109858     
109859     
109860     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@461 48e7efb5-ca39-0410-a469-dd3cf9ba447f
109861
109862 commit 762cff8f2c6fe8ce4ed9a31e9fc5ce7da4647066
109863 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
109864 Date:   Tue Nov 2 12:06:52 2004 +0000
109865
109866     Get ready to add bandwidth when it works
109867     
109868     
109869     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@460 48e7efb5-ca39-0410-a469-dd3cf9ba447f
109870
109871 commit 4e656aea20b21dc4170dea3d66df80060313252e
109872 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
109873 Date:   Tue Nov 2 12:05:53 2004 +0000
109874
109875     Automatic changes
109876     
109877     
109878     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@459 48e7efb5-ca39-0410-a469-dd3cf9ba447f
109879
109880 commit 12b2d9bdb5a36e30335510fe1be7ed24d9f16d0c
109881 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
109882 Date:   Tue Nov 2 12:04:52 2004 +0000
109883
109884     go into the AMOK subdir
109885     
109886     
109887     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@458 48e7efb5-ca39-0410-a469-dd3cf9ba447f
109888
109889 commit ad437279eac6319224e1701a4782184bd5b48542
109890 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
109891 Date:   Tue Nov 2 12:03:52 2004 +0000
109892
109893     Ups, should be commited since a while
109894     
109895     
109896     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@457 48e7efb5-ca39-0410-a469-dd3cf9ba447f
109897
109898 commit e3d30122c79eeeea55f0e4b610d3904b0ee23668
109899 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
109900 Date:   Tue Nov 2 11:46:30 2004 +0000
109901
109902     bandwidth.c -> Bandwidth/
109903     
109904     
109905     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@456 48e7efb5-ca39-0410-a469-dd3cf9ba447f
109906
109907 commit a4488cf61cb9b235eb6a370dbd0ab63ff936e72a
109908 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
109909 Date:   Tue Nov 2 11:44:30 2004 +0000
109910
109911     some more work on the bandwidth test module (ie, root of ALNeM) modernization. Still lot to do
109912     
109913     
109914     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@455 48e7efb5-ca39-0410-a469-dd3cf9ba447f
109915
109916 commit 01021da3b27c6a5704bfa08cd0ce07be6b925e8b
109917 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
109918 Date:   Tue Nov 2 11:43:06 2004 +0000
109919
109920     star eradication, mainly (check changelog)
109921     
109922     
109923     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@454 48e7efb5-ca39-0410-a469-dd3cf9ba447f
109924
109925 commit ad06b12ceb7fae8afb1ada0c66dc231f44459d41
109926 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
109927 Date:   Tue Nov 2 11:40:23 2004 +0000
109928
109929     star eradication
109930     
109931     
109932     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@453 48e7efb5-ca39-0410-a469-dd3cf9ba447f
109933
109934 commit f31a18cacb752912477dd4fbb11a2451995a3de5
109935 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
109936 Date:   Tue Nov 2 11:37:32 2004 +0000
109937
109938     .
109939     
109940     
109941     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@452 48e7efb5-ca39-0410-a469-dd3cf9ba447f
109942
109943 commit 421e2f7dd584b6aa936de631a730fb3b21ca7565
109944 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
109945 Date:   Tue Nov 2 11:35:19 2004 +0000
109946
109947     The change Arnaud wanted so much: Big Star Eradication (plus some more, check the changelog)
109948     
109949     
109950     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@451 48e7efb5-ca39-0410-a469-dd3cf9ba447f
109951
109952 commit bfbe7002a7ff4147e838e6d88841ed8e87683683
109953 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
109954 Date:   Tue Nov 2 11:34:14 2004 +0000
109955
109956     The change Arnaud wanted so much: Big Star Erradication
109957     
109958     
109959     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@450 48e7efb5-ca39-0410-a469-dd3cf9ba447f
109960
109961 commit 102ef4964f88946b246ed7bfb81b57ec2156de1d
109962 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
109963 Date:   Tue Nov 2 06:38:00 2004 +0000
109964
109965     Formers simgrid fifo : when real O(1) is needed... The way I'm gonna use
109966     that in the L.P. solver is so dirty (and therefore so beautiful) ! You're
109967     gonna like it !
109968     
109969     
109970     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@449 48e7efb5-ca39-0410-a469-dd3cf9ba447f
109971
109972 commit 43af7aead466095c362d1cd34d2ddd51ae4f3ce0
109973 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
109974 Date:   Tue Nov 2 05:41:44 2004 +0000
109975
109976     cosmetics
109977     
109978     
109979     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@448 48e7efb5-ca39-0410-a469-dd3cf9ba447f
109980
109981 commit 0447db21f56b3586a6b8f004c2bfbdb71d0d90a0
109982 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
109983 Date:   Tue Nov 2 05:39:05 2004 +0000
109984
109985     remplace -> replace
109986     
109987     
109988     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@447 48e7efb5-ca39-0410-a469-dd3cf9ba447f
109989
109990 commit 32f13ca1c7961662a097b1b906f589a851bb3611
109991 Author: alegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
109992 Date:   Fri Oct 29 18:22:13 2004 +0000
109993
109994     First version of the xbt_heap, trying to follow the coding convention.
109995     
109996     
109997     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@446 48e7efb5-ca39-0410-a469-dd3cf9ba447f
109998
109999 commit 66eeb4028730b704a90c79edc202e18a159b3eda
110000 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
110001 Date:   Thu Oct 7 09:42:27 2004 +0000
110002
110003     Avoid memcpy while retrieving data from dynars (speed up)
110004     
110005     
110006     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@445 48e7efb5-ca39-0410-a469-dd3cf9ba447f
110007
110008 commit f644ce570251ad88ed4cc216f4a94adb1a79987b
110009 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
110010 Date:   Wed Oct 6 14:36:36 2004 +0000
110011
110012     The datatest I'm fighting for since 2 weeks
110013     
110014     
110015     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@444 48e7efb5-ca39-0410-a469-dd3cf9ba447f
110016
110017 commit 963174c92aba402bccdcd3de042cc54380f3a900
110018 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
110019 Date:   Wed Oct 6 14:08:02 2004 +0000
110020
110021     update
110022     
110023     
110024     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@443 48e7efb5-ca39-0410-a469-dd3cf9ba447f
110025
110026 commit c42000db0f347a26ac1645d830ac949194ec4da0
110027 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
110028 Date:   Wed Oct 6 14:03:54 2004 +0000
110029
110030     Current state. See changelog, sorry, I'm out of time
110031     
110032     
110033     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@442 48e7efb5-ca39-0410-a469-dd3cf9ba447f
110034
110035 commit 3d0d626e19a7b79320e7d922c9c1dcf122076cea
110036 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
110037 Date:   Mon Oct 4 12:01:19 2004 +0000
110038
110039     Interface revolution: do not try to survive to malloc failure
110040     
110041     
110042     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@441 48e7efb5-ca39-0410-a469-dd3cf9ba447f
110043
110044 commit a6f0160d9f260a762e0ddbc0fffa9fb45d53826c
110045 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
110046 Date:   Fri Oct 1 13:11:35 2004 +0000
110047
110048     Rename GROS to XBT, thanks Arnaud ;)
110049     
110050     
110051     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@440 48e7efb5-ca39-0410-a469-dd3cf9ba447f
110052
110053 commit 91e733c9d93f619938673c35c0f9479a3862fc15
110054 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
110055 Date:   Wed Sep 29 09:34:23 2004 +0000
110056
110057     document last changes
110058     
110059     
110060     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@439 48e7efb5-ca39-0410-a469-dd3cf9ba447f
110061
110062 commit 0cc0118417c2e650aa2a481102b1b3e2f8cf3599
110063 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
110064 Date:   Wed Sep 29 09:29:20 2004 +0000
110065
110066     Reintroduce the raw sockets
110067     
110068     
110069     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@438 48e7efb5-ca39-0410-a469-dd3cf9ba447f
110070
110071 commit fbae123576a9e383ca4eb0ff2c6d78278f94b233
110072 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
110073 Date:   Wed Sep 29 09:28:42 2004 +0000
110074
110075     Reintroduce raw sockets.
110076      Created by gras_socket_{client,server}_ext;used with gras_raw_{send,recv}
110077      It should allow to kill the last bits of gras first version.
110078     
110079      This is not completely satisfactory yet (dupplicate code with
110080      chunk_{send,recv}; a bit out of the plugin mecanism), but it should work.
110081     
110082     Simplify transport plugin interface by not passing any argument to _server
110083      and _client, but embeeding them in the socket struct directly.
110084     
110085     
110086     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@437 48e7efb5-ca39-0410-a469-dd3cf9ba447f
110087
110088 commit 93413c0a2359997287c5051024cdd74266bd5c55
110089 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
110090 Date:   Tue Sep 28 12:19:09 2004 +0000
110091
110092     Kick AC_FUNC_MALLOC since the rpl_malloc segfault on AIX. There is something I don't understand out there
110093     
110094     
110095     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@436 48e7efb5-ca39-0410-a469-dd3cf9ba447f
110096
110097 commit e10c8cc37c59200273c80d6db4aa93672feb45b6
110098 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
110099 Date:   Tue Sep 28 11:27:30 2004 +0000
110100
110101     Only use the C comment style, not the C++ one
110102     
110103     
110104     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@435 48e7efb5-ca39-0410-a469-dd3cf9ba447f
110105
110106 commit 65f147642e77209f94194a7d258028edbc3a8d36
110107 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
110108 Date:   Tue Sep 28 11:26:03 2004 +0000
110109
110110     Remove it again since it's useless without the Makefile.in, which I'd prefer not to add to the cvs
110111     
110112     
110113     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@434 48e7efb5-ca39-0410-a469-dd3cf9ba447f
110114
110115 commit 2615a1731654f6692c63756454581241ae82761d
110116 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
110117 Date:   Tue Sep 28 10:49:09 2004 +0000
110118
110119     Make sure it works on my laptop before trying on AIX, la putain de sa mere
110120     
110121     
110122     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@433 48e7efb5-ca39-0410-a469-dd3cf9ba447f
110123
110124 commit 61b5bee4ad8a9964696f05b0ea94c158500811e4
110125 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
110126 Date:   Tue Sep 28 09:41:04 2004 +0000
110127
110128     Add the configure to the cvs so that I can use cvs (and save BW) on prehistoric machines
110129     
110130     
110131     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@432 48e7efb5-ca39-0410-a469-dd3cf9ba447f
110132
110133 commit 4b8ffab4b7ff6925e733b450148f9d84d4d8488a
110134 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
110135 Date:   Tue Sep 28 09:20:38 2004 +0000
110136
110137     .
110138     
110139     
110140     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@431 48e7efb5-ca39-0410-a469-dd3cf9ba447f
110141
110142 commit 0c0857127aadbff3d4d1d317ca35b0c50621663a
110143 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
110144 Date:   Tue Sep 28 09:18:54 2004 +0000
110145
110146     Some work to get it ansi compliant, still much to doo
110147     
110148     
110149     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@430 48e7efb5-ca39-0410-a469-dd3cf9ba447f
110150
110151 commit 27e45c4d7ab7139603ac3f62de10f44d1bb071a0
110152 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
110153 Date:   Mon Sep 27 14:18:58 2004 +0000
110154
110155     port the SG part to the new stuff intended to work on AIX
110156     
110157     
110158     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@429 48e7efb5-ca39-0410-a469-dd3cf9ba447f
110159
110160 commit 5bcac0242354f0c56f12600412a5eff1b8de0e00
110161 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
110162 Date:   Mon Sep 27 13:54:21 2004 +0000
110163
110164     more header to make AIX happy
110165     
110166     
110167     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@428 48e7efb5-ca39-0410-a469-dd3cf9ba447f
110168
110169 commit 4a3bbe30291bf06fbd81fbf9c3d8c1cbea4aa17c
110170 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
110171 Date:   Mon Sep 27 13:54:02 2004 +0000
110172
110173     Yet another malloc without cast breaking on AIX
110174     
110175     
110176     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@427 48e7efb5-ca39-0410-a469-dd3cf9ba447f
110177
110178 commit 22ddde33c7463ef914baebec43dfb7ba9ef8940f
110179 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
110180 Date:   Fri Sep 17 09:35:45 2004 +0000
110181
110182     Add a blurb about the source tree organization
110183     
110184     
110185     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@426 48e7efb5-ca39-0410-a469-dd3cf9ba447f
110186
110187 commit 007a4b5e35220b15976128a925d2773fe86b2502
110188 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
110189 Date:   Thu Sep 16 12:18:19 2004 +0000
110190
110191     Adapt header to last change in code
110192     
110193     
110194     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@425 48e7efb5-ca39-0410-a469-dd3cf9ba447f
110195
110196 commit c9b21bada62fe43b7e1cbb84a8eb44963aba8743
110197 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
110198 Date:   Thu Sep 16 12:15:59 2004 +0000
110199
110200     update
110201     
110202     
110203     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@424 48e7efb5-ca39-0410-a469-dd3cf9ba447f
110204
110205 commit 697cf9694dffefba03df5fcc070483b9f20a7209
110206 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
110207 Date:   Thu Sep 16 12:13:49 2004 +0000
110208
110209     document last change (size_t fixes for 64bits)
110210     
110211     
110212     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@423 48e7efb5-ca39-0410-a469-dd3cf9ba447f
110213
110214 commit f738ba3162349f5c5e9f87840049391a3928fff8
110215 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
110216 Date:   Thu Sep 16 12:12:14 2004 +0000
110217
110218     alpha portability again (damn size_t)
110219     
110220     
110221     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@422 48e7efb5-ca39-0410-a469-dd3cf9ba447f
110222
110223 commit e83582ddbc62ff2bf8dc35cf64612df0713ac690
110224 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
110225 Date:   Thu Sep 16 11:33:03 2004 +0000
110226
110227     some notes about coding standards to ensure portability
110228     
110229     
110230     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@421 48e7efb5-ca39-0410-a469-dd3cf9ba447f
110231
110232 commit 2983646cc064674025ad00b87282666c6c07e5ca
110233 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
110234 Date:   Thu Sep 16 08:58:39 2004 +0000
110235
110236     Add the right macro to the CVS, sorry Arnaud
110237     
110238     
110239     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@420 48e7efb5-ca39-0410-a469-dd3cf9ba447f
110240
110241 commit 5c0986b18d4d1c135bb89eb086cdf7c3c6a04c31
110242 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
110243 Date:   Wed Sep 15 15:41:41 2004 +0000
110244
110245     relibtoolize
110246     
110247     
110248     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@419 48e7efb5-ca39-0410-a469-dd3cf9ba447f
110249
110250 commit 6172f648c94d88c1f0b4ac56214cd9b2e9644f65
110251 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
110252 Date:   Tue Sep 14 10:17:25 2004 +0000
110253
110254     Ask autoreconf to install the missing files
110255     
110256     
110257     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@418 48e7efb5-ca39-0410-a469-dd3cf9ba447f
110258
110259 commit b5489d96f94913ab9514a355339329a999cb9f1f
110260 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
110261 Date:   Tue Sep 14 10:03:01 2004 +0000
110262
110263     distribute gnome-common.m4 to cut one strange bootstraping dependency
110264     
110265     
110266     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@417 48e7efb5-ca39-0410-a469-dd3cf9ba447f
110267
110268 commit 1d27410d3472face0b19720f8979f47b7eda905e
110269 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
110270 Date:   Tue Sep 14 10:00:59 2004 +0000
110271
110272     Add a file needed to bootstrap (comes from the gnome-common package, but this build dep is far from being intuitive)
110273     
110274     
110275     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@416 48e7efb5-ca39-0410-a469-dd3cf9ba447f
110276
110277 commit 292f1e462fb93371edac5ca1a291a2572870e36c
110278 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
110279 Date:   Tue Sep 14 09:58:23 2004 +0000
110280
110281     Add a layer over the system headers to simplify portability
110282     
110283     
110284     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@415 48e7efb5-ca39-0410-a469-dd3cf9ba447f
110285
110286 commit e3bc07123db69275fd073a4dec1c5eb803fd9b45
110287 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
110288 Date:   Tue Sep 14 09:53:42 2004 +0000
110289
110290     not much to do with the original macro => rename file
110291     
110292     
110293     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@414 48e7efb5-ca39-0410-a469-dd3cf9ba447f
110294
110295 commit 4ec169728d8aeb4eabe6babed2985db4b4346655
110296 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
110297 Date:   Tue Sep 14 09:48:09 2004 +0000
110298
110299     +=.dirstamp
110300     
110301     
110302     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@413 48e7efb5-ca39-0410-a469-dd3cf9ba447f
110303
110304 commit f58c276cee616177fa8a685de955fb27f00876a1
110305 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
110306 Date:   Tue Sep 14 09:21:38 2004 +0000
110307
110308     .
110309     
110310     
110311     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@412 48e7efb5-ca39-0410-a469-dd3cf9ba447f
110312
110313 commit e9b51d0f6749b70f9f4b3637f38d8b46d684a53d
110314 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
110315 Date:   Tue Sep 14 09:19:35 2004 +0000
110316
110317     Flush the socket after write
110318     
110319     
110320     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@411 48e7efb5-ca39-0410-a469-dd3cf9ba447f
110321
110322 commit ef31c793f419af21bc43a6169b1264d7c6610069
110323 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
110324 Date:   Tue Sep 14 09:19:00 2004 +0000
110325
110326     work even when called from the upper directory (just as it is when make check is launched)
110327     
110328     
110329     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@410 48e7efb5-ca39-0410-a469-dd3cf9ba447f
110330
110331 commit e53c798a51e075afef2fcb7e7318fcc237f5fe54
110332 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
110333 Date:   Tue Sep 14 09:18:13 2004 +0000
110334
110335     Run the 'tcp' and 'file' tests too
110336     
110337     
110338     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@409 48e7efb5-ca39-0410-a469-dd3cf9ba447f
110339
110340 commit 6ff34272a5b3ded0fcbbb93d039b960d043e7520
110341 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
110342 Date:   Tue Sep 14 09:17:34 2004 +0000
110343
110344     do not use malloc directly since AIX does not like it. Use the gras stuff instead
110345     
110346     
110347     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@408 48e7efb5-ca39-0410-a469-dd3cf9ba447f
110348
110349 commit b52dc83342769c5c4e6dc36e05d30756a732fa20
110350 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
110351 Date:   Tue Sep 14 09:16:49 2004 +0000
110352
110353     clarify a comment
110354     
110355     
110356     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@407 48e7efb5-ca39-0410-a469-dd3cf9ba447f
110357
110358 commit 2d4fc06bb64ca1d0031a0dd49bfcc60d2ec44b32
110359 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
110360 Date:   Tue Sep 14 09:16:30 2004 +0000
110361
110362     add an header AIX seems to want
110363     
110364     
110365     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@406 48e7efb5-ca39-0410-a469-dd3cf9ba447f
110366
110367 commit 9ba7b88014d3dfe4aa65b777260ed1d07a3cc56c
110368 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
110369 Date:   Tue Sep 14 09:16:02 2004 +0000
110370
110371     deal with AIX by extending the architecture description stuff
110372     
110373     
110374     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@405 48e7efb5-ca39-0410-a469-dd3cf9ba447f
110375
110376 commit 24eaa230ee251539291ce0e4b9b907abf814016c
110377 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
110378 Date:   Tue Sep 14 09:14:53 2004 +0000
110379
110380     deal with AIX
110381     
110382     
110383     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@404 48e7efb5-ca39-0410-a469-dd3cf9ba447f
110384
110385 commit be62999ae838e69b232a490e77df1f59e399c0e6
110386 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
110387 Date:   Tue Sep 14 09:14:36 2004 +0000
110388
110389     Generate all tests
110390     
110391     
110392     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@403 48e7efb5-ca39-0410-a469-dd3cf9ba447f
110393
110394 commit 98fcf9f030a152fb946c3860abc7b7d748d6f1a5
110395 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
110396 Date:   Thu Sep 9 14:16:25 2004 +0000
110397
110398       - Reduce the number of system headers loaded, overload some more system
110399         calls (such as malloc to cast the result of the system one, and work
110400         properly on AIX)
110401       - Fix and reintroduce the config support
110402     
110403     
110404     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@402 48e7efb5-ca39-0410-a469-dd3cf9ba447f
110405
110406 commit 320c1fe541f529573238ebba0bee1ec0293f1af4
110407 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
110408 Date:   Tue Sep 7 13:39:33 2004 +0000
110409
110410     fix paths so that make distcheck works again
110411     
110412     
110413     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@401 48e7efb5-ca39-0410-a469-dd3cf9ba447f
110414
110415 commit 5f55ee889e1d0a67e2a3b8c59cc49cd39982a1d2
110416 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
110417 Date:   Mon Sep 6 15:23:24 2004 +0000
110418
110419     Fix paths
110420     
110421     
110422     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@400 48e7efb5-ca39-0410-a469-dd3cf9ba447f
110423
110424 commit d3dfbd9443c0f5629b99828a78fe1374d1c0547b
110425 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
110426 Date:   Mon Sep 6 15:21:41 2004 +0000
110427
110428     mv
110429     
110430     
110431     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@399 48e7efb5-ca39-0410-a469-dd3cf9ba447f
110432
110433 commit 206f5fd3ccc5de9c9e90ec5d8933cab8fd3bf070
110434 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
110435 Date:   Mon Sep 6 15:09:31 2004 +0000
110436
110437     fix the inclusion paths
110438     
110439     
110440     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@398 48e7efb5-ca39-0410-a469-dd3cf9ba447f
110441
110442 commit 4275e47bb46eb57b81a979afa232e0fd911b6943
110443 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
110444 Date:   Mon Sep 6 15:08:51 2004 +0000
110445
110446     .
110447     
110448     
110449     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@397 48e7efb5-ca39-0410-a469-dd3cf9ba447f
110450
110451 commit 08ca3d903c4c23e31317eca99bb234b39747bdf4
110452 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
110453 Date:   Mon Sep 6 15:07:55 2004 +0000
110454
110455     .
110456     
110457     
110458     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@396 48e7efb5-ca39-0410-a469-dd3cf9ba447f
110459
110460 commit 2f7e7abcc0eb84935b193dee5f0a8450bd24418f
110461 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
110462 Date:   Mon Sep 6 14:58:13 2004 +0000
110463
110464     mv
110465     
110466     
110467     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@395 48e7efb5-ca39-0410-a469-dd3cf9ba447f
110468
110469 commit 81be07c4821e5c4a318032b8d9b1c6f4a2e8f962
110470 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
110471 Date:   Mon Sep 6 14:55:13 2004 +0000
110472
110473     move the definition of local definitions a level higher
110474     
110475     
110476     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@394 48e7efb5-ca39-0410-a469-dd3cf9ba447f
110477
110478 commit 1168a60ae4e74d6270e22299915b70cbf0d46822
110479 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
110480 Date:   Mon Sep 6 14:31:18 2004 +0000
110481
110482     Welcome, Arnaud
110483     
110484     
110485     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@393 48e7efb5-ca39-0410-a469-dd3cf9ba447f
110486
110487 commit f1068773bda2a9c50385808a643a04e4a1fc2c7a
110488 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
110489 Date:   Mon Sep 6 14:22:27 2004 +0000
110490
110491     split gras and gros
110492     
110493     
110494     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@392 48e7efb5-ca39-0410-a469-dd3cf9ba447f
110495
110496 commit 1150961596f137642fb900178823487f8fdc11bc
110497 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
110498 Date:   Mon Sep 6 13:55:45 2004 +0000
110499
110500     kill cruft
110501     
110502     
110503     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@391 48e7efb5-ca39-0410-a469-dd3cf9ba447f
110504
110505 commit 89ce21820a3a7c09f34eba112344b9ee3afecca4
110506 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
110507 Date:   Mon Sep 6 13:46:51 2004 +0000
110508
110509     NDEBUG remove also debugging logs
110510     
110511     
110512     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@390 48e7efb5-ca39-0410-a469-dd3cf9ba447f
110513
110514 commit e8569c670de3c5e045ae24f3321fa5a72e6697b6
110515 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
110516 Date:   Mon Sep 6 13:45:48 2004 +0000
110517
110518     simplify ssh requierement for remote compilation
110519     
110520     
110521     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@389 48e7efb5-ca39-0410-a469-dd3cf9ba447f
110522
110523 commit dfdbea3f7c86d077cf1007ab24aa37f6ede667ea
110524 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
110525 Date:   Mon Sep 6 13:45:00 2004 +0000
110526
110527     release 0.6.2. The code changes (interface simplification; portability to solaris CC again) are done since 2 weeks but I forgot to commit.
110528     
110529     
110530     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@388 48e7efb5-ca39-0410-a469-dd3cf9ba447f
110531
110532 commit a98259236599d9c0e3a04697e89a6d053cd06a22
110533 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
110534 Date:   Mon Sep 6 13:23:05 2004 +0000
110535
110536     detect AIX and fail for now. How frustrating
110537     
110538     
110539     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@387 48e7efb5-ca39-0410-a469-dd3cf9ba447f
110540
110541 commit 98392862e45a342fcccf01c11ddb768aaa7e3675
110542 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
110543 Date:   Mon Sep 6 13:20:12 2004 +0000
110544
110545     More documentation of -version-info of libtool; reflect last change in configure (set automatically optimization flag when using gcc)
110546     
110547     
110548     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@386 48e7efb5-ca39-0410-a469-dd3cf9ba447f
110549
110550 commit 3896512730560823d99834ce46adaa245c635e82
110551 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
110552 Date:   Wed Aug 18 20:36:14 2004 +0000
110553
110554     cleanup, deal with optimization flags the same way than warning and pedentic
110555     
110556     
110557     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@385 48e7efb5-ca39-0410-a469-dd3cf9ba447f
110558
110559 commit be8f78abda4730d3d53d642e798b6e21cd4b9d68
110560 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
110561 Date:   Wed Aug 18 19:57:39 2004 +0000
110562
110563     apply last API modification
110564     
110565     
110566     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@384 48e7efb5-ca39-0410-a469-dd3cf9ba447f
110567
110568 commit 7b96679cda31be219b57abab02cc75bedebe5b00
110569 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
110570 Date:   Wed Aug 18 19:55:23 2004 +0000
110571
110572     Specify the buffer size before allocating them, to avoid the pain of malloc(0)
110573     
110574     
110575     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@383 48e7efb5-ca39-0410-a469-dd3cf9ba447f
110576
110577 commit 208debc0db79d1901a4655d3015218bb4700cd8c
110578 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
110579 Date:   Wed Aug 18 19:21:33 2004 +0000
110580
110581     Interface cleanup: msgtype_by_name return the searched type (or NULL if not found)
110582     
110583     
110584     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@382 48e7efb5-ca39-0410-a469-dd3cf9ba447f
110585
110586 commit c6ac33cf3144a330b343c92b06f37de48dd66f17
110587 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
110588 Date:   Wed Aug 18 19:19:03 2004 +0000
110589
110590     Useless cleanup
110591     
110592     
110593     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@381 48e7efb5-ca39-0410-a469-dd3cf9ba447f
110594
110595 commit 9b83bf67e3e87f77afbbe6dda2d61030c1c75856
110596 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
110597 Date:   Tue Aug 17 07:22:51 2004 +0000
110598
110599     V0.6.1
110600     
110601     
110602     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@380 48e7efb5-ca39-0410-a469-dd3cf9ba447f
110603
110604 commit 0eaef9d438cbed19d62f9bd57b70659d5cac96b8
110605 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
110606 Date:   Tue Aug 17 07:21:09 2004 +0000
110607
110608     Pre-alloc the buffers
110609     
110610     
110611     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@379 48e7efb5-ca39-0410-a469-dd3cf9ba447f
110612
110613 commit c42699bbf6e3a914278db129dcdd82ba551be4fe
110614 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
110615 Date:   Thu Aug 12 02:45:57 2004 +0000
110616
110617     [after] last minute bug fixes
110618     
110619     
110620     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@377 48e7efb5-ca39-0410-a469-dd3cf9ba447f
110621
110622 commit 2b2f8865b7d2f38344cb01a253c9018643598c10
110623 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
110624 Date:   Wed Aug 11 23:52:12 2004 +0000
110625
110626       Version 0.6 (protocol not changed; ABI expended)
110627       - The parsing macro can deal with the references, provided that you add
110628         the relevant annotations (using GRAS_ANNOTE(size,field_name))
110629     
110630     
110631     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@376 48e7efb5-ca39-0410-a469-dd3cf9ba447f
110632
110633 commit 60f31f9d24bd348ccad2ea99ba96424360b11a92
110634 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
110635 Date:   Tue Aug 10 05:05:17 2004 +0000
110636
110637       Version 0.5 (protocol not changed; ABI changed)
110638       - Allow to off turn the cycle detection code in data exchange at
110639         compilation time. It should be at run time, but I'm short of time (and
110640         the config stuff is still broken). That way, we keep dict of of the
110641         critical path, which is good because the performance is poor:
110642          - search not dichotomial yet
110643          - dynar give no way to access their content and memcpy everytime
110644       - In composed data description (struct, ref and so on), stop foolness of
110645         keeping the subtype's ID, but store the type itself. This keeps sets out
110646         of the critical path, which is good since they rely on dynar and
110647         dictionnaries. The only loose of that is that we cannot detect the
110648         redeclaration of a structure/union with another content (but I'm not sure
110649         the code detected this error well before anyway). We still can detect
110650         the redefinition discrepancy for the other types.
110651       - Use a whole bunch of optimisation flags (plus -fno-strict-aliasing since
110652         it breaks the code because of type-punning used all over the place).
110653         This breaks on all non-gcc architectures (for now).
110654     
110655       All those changes (plus the buffer of last time) allow me to gain 2 order
110656       of magnitude on cruel tests consisting of 800000 array of integers on two
110657       level of a hierarchical structure (200 secondes -> 4 secondes)
110658     
110659       API change:
110660         - the selector of reference must now return the type it points to, not
110661           the ID of this type.
110662     
110663     
110664     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@375 48e7efb5-ca39-0410-a469-dd3cf9ba447f
110665
110666 commit 91a9c7db94f2c7c5706ff63c6098599399080aa1
110667 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
110668 Date:   Sun Aug 8 04:48:22 2004 +0000
110669
110670     Get v0.4 out of the door
110671     
110672     
110673     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@373 48e7efb5-ca39-0410-a469-dd3cf9ba447f
110674
110675 commit e4b3b24933106341c49b0ce7c44f53f971a0916a
110676 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
110677 Date:   Sun Aug 8 04:48:07 2004 +0000
110678
110679     document last changes, and get 0.4 out of the door
110680     
110681     
110682     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@372 48e7efb5-ca39-0410-a469-dd3cf9ba447f
110683
110684 commit 5d974ecb2e37bed232ac385a4cec4238f17cafda
110685 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
110686 Date:   Sun Aug 8 04:46:17 2004 +0000
110687
110688     flush function, cosmetic in API, more debug
110689     
110690     
110691     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@371 48e7efb5-ca39-0410-a469-dd3cf9ba447f
110692
110693 commit 817ab4173d89aee92d1a981019d1c40199ef9611
110694 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
110695 Date:   Sun Aug 8 04:41:17 2004 +0000
110696
110697     Add the buffer transport, and some fat optimisation flags
110698     
110699     
110700     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@370 48e7efb5-ca39-0410-a469-dd3cf9ba447f
110701
110702 commit 7674a7720bbe8d42cadbf0f83d6d534dc5c2f93b
110703 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
110704 Date:   Sun Aug 8 04:40:58 2004 +0000
110705
110706     reflect the change of cbps API from v0.3
110707     
110708     
110709     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@369 48e7efb5-ca39-0410-a469-dd3cf9ba447f
110710
110711 commit a0b8a3ea288a97ee138b90d79fcd53167ba076b2
110712 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
110713 Date:   Sun Aug 8 04:37:34 2004 +0000
110714
110715     add a flush function; move module init/exit declarations to gras_private; cosmetic on API
110716     
110717     
110718     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@368 48e7efb5-ca39-0410-a469-dd3cf9ba447f
110719
110720 commit 94231df1406b77ceef622699e8f7721fd90307be
110721 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
110722 Date:   Sun Aug 8 04:36:38 2004 +0000
110723
110724     cosmetic on the API
110725     
110726     
110727     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@367 48e7efb5-ca39-0410-a469-dd3cf9ba447f
110728
110729 commit d58934a46f789b5f6e436bb72f2e4fc031bd3661
110730 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
110731 Date:   Sun Aug 8 04:35:38 2004 +0000
110732
110733     load the right _interface
110734     
110735     
110736     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@366 48e7efb5-ca39-0410-a469-dd3cf9ba447f
110737
110738 commit f90c4488596762dac250c55e3055244e59097ddb
110739 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
110740 Date:   Sun Aug 8 04:34:33 2004 +0000
110741
110742     kill gras_assertN when NDEBUG is defined
110743     
110744     
110745     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@365 48e7efb5-ca39-0410-a469-dd3cf9ba447f
110746
110747 commit 3bbc59b9bdc77a22ac66c506bb11726f31055d0e
110748 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
110749 Date:   Sun Aug 8 04:34:07 2004 +0000
110750
110751     We use the buffer transport when creating new sockets, even if that induce gross hack to keep MSG quiet
110752     
110753     
110754     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@364 48e7efb5-ca39-0410-a469-dd3cf9ba447f
110755
110756 commit 6639cb7f2f2d3338948936adf72624855a52f9fe
110757 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
110758 Date:   Sun Aug 8 04:32:22 2004 +0000
110759
110760     Use flush when needed, load the right _interfaces, be more verbose when we get an known message
110761     
110762     
110763     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@363 48e7efb5-ca39-0410-a469-dd3cf9ba447f
110764
110765 commit 1a5f261c83a880a5916e4f06d125ba8abef0fbcf
110766 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
110767 Date:   Sun Aug 8 04:31:11 2004 +0000
110768
110769     Introduce the flush, use the buffered transport
110770     
110771     
110772     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@362 48e7efb5-ca39-0410-a469-dd3cf9ba447f
110773
110774 commit def4767d965a52bb45851a32c49b99f39353a37f
110775 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
110776 Date:   Sun Aug 8 04:29:45 2004 +0000
110777
110778     module init/exit functions are now in gras_private directly
110779     
110780     
110781     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@361 48e7efb5-ca39-0410-a469-dd3cf9ba447f
110782
110783 commit fd7353a302afdc5669b0129b6105ba7861736e76
110784 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
110785 Date:   Sun Aug 8 04:28:29 2004 +0000
110786
110787     inline all helping functions
110788     
110789     
110790     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@360 48e7efb5-ca39-0410-a469-dd3cf9ba447f
110791
110792 commit 2f63dce7911dd967b5fd4acadc46a6010c8c0662
110793 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
110794 Date:   Sun Aug 8 04:26:35 2004 +0000
110795
110796     there is now a flush function
110797     
110798     
110799     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@359 48e7efb5-ca39-0410-a469-dd3cf9ba447f
110800
110801 commit 57dce314090a845874cb9e3f24e9bcadc1bacaf9
110802 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
110803 Date:   Sun Aug 8 04:26:12 2004 +0000
110804
110805     gross hack needed by the conjonction of the buffered transport and MSG weird notion of channels
110806     
110807     
110808     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@358 48e7efb5-ca39-0410-a469-dd3cf9ba447f
110809
110810 commit 5b1ab6d7afa2b55d48d756269556f2da72853fa1
110811 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
110812 Date:   Sun Aug 8 04:24:16 2004 +0000
110813
110814     More verbose debug
110815     
110816     
110817     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@357 48e7efb5-ca39-0410-a469-dd3cf9ba447f
110818
110819 commit fcd179c4064ca0b02a2e3d9f3716392cae2534a5
110820 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
110821 Date:   Sun Aug 8 04:23:30 2004 +0000
110822
110823     new buffered plugin. Use either tcp or sg to do the grunt work
110824     
110825     
110826     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@356 48e7efb5-ca39-0410-a469-dd3cf9ba447f
110827
110828 commit 8d405bc5d99ede20e6a3237b13585c1718c8ae10
110829 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
110830 Date:   Sun Aug 8 04:22:39 2004 +0000
110831
110832     Switch to the xml backend of gtk-doc tools since it looks like the way to go
110833     
110834     
110835     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@355 48e7efb5-ca39-0410-a469-dd3cf9ba447f
110836
110837 commit 1d3cd4eb09d94f2a593aefbae60902d1cde0d0cb
110838 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
110839 Date:   Sun Aug 8 04:19:47 2004 +0000
110840
110841     Do not include all _interface header here, but only where they are needed (speed up the recompilations)
110842     
110843     
110844     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@354 48e7efb5-ca39-0410-a469-dd3cf9ba447f
110845
110846 commit d5eb7913e18929137d97f8480a762198b802bed1
110847 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
110848 Date:   Sun Aug 8 04:19:15 2004 +0000
110849
110850     Introduce a new 'trace' log verbosity, used for GRAS_IN/GRAS_OUT macros
110851     
110852     
110853     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@353 48e7efb5-ca39-0410-a469-dd3cf9ba447f
110854
110855 commit 9af9cb7483dc0319090e87b17ccdd9f33e4ea2cc
110856 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
110857 Date:   Sat Aug 7 07:08:19 2004 +0000
110858
110859     Tell in which function we are in GRAS_IN/OUT (when compiling with gcc)
110860     
110861     
110862     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@352 48e7efb5-ca39-0410-a469-dd3cf9ba447f
110863
110864 commit 07c0cc5dfad8847aebadc1a52e5b42cd08b59058
110865 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
110866 Date:   Sat Aug 7 05:50:01 2004 +0000
110867
110868     Fix a fuckin bug preventing to pass --gras-log argument to nodes in simulation mode; allow to pass several arguments that way
110869     
110870     
110871     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@351 48e7efb5-ca39-0410-a469-dd3cf9ba447f
110872
110873 commit 4b05942738c0bd710e2b651d44be3a06fa50bc10
110874 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
110875 Date:   Tue Jul 27 01:43:26 2004 +0000
110876
110877     2004-07-26 Martin Quinson
110878       Version 0.3 (protocol not changed; ABI changed)
110879       - Major overhault of the datadesc interface to simplify it:
110880         - shorted the function names:
110881           s/gras_datadesc_declare_struct/gras_datadesc_struct/ and so on
110882         - add a trivial way to push/pop integers into the cbps without malloc.
110883           This allows to make really generic sub_type description, which simply
110884             pop their size of the stack.
110885         - add a function gras_datadesc_ref_pop_arr() which does what users want
110886           most of the time: Declare a dynamic array (which pops its size of the
110887           stack) and declare a reference to it. Poor name, but anyway.
110888         - kill the post-send callback, add a post-receive one
110889     
110890     
110891     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@350 48e7efb5-ca39-0410-a469-dd3cf9ba447f
110892
110893 commit 767db55488b9fc6cae8d0610131b57d812b12eae
110894 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
110895 Date:   Tue Jul 27 01:13:20 2004 +0000
110896
110897     Take the gras.h from the current dir, not the installed one
110898     
110899     
110900     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@349 48e7efb5-ca39-0410-a469-dd3cf9ba447f
110901
110902 commit 59ecd6cee1ac23b99873de3c4627a5f96c8f3817
110903 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
110904 Date:   Mon Jul 26 22:55:44 2004 +0000
110905
110906     cosmetics
110907     
110908     
110909     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@348 48e7efb5-ca39-0410-a469-dd3cf9ba447f
110910
110911 commit 347c4fc806f4d7ce53af4aa084ca41c85a5a60d0
110912 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
110913 Date:   Sun Jul 25 00:51:51 2004 +0000
110914
110915     add the file boundary to the config.log on success so that the tools can extract them
110916     
110917     
110918     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@347 48e7efb5-ca39-0410-a469-dd3cf9ba447f
110919
110920 commit 7f7ed3d84de266009a7fc10990540ecb644a67e9
110921 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
110922 Date:   Sat Jul 24 23:44:00 2004 +0000
110923
110924     Document last changes
110925     
110926     
110927     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@346 48e7efb5-ca39-0410-a469-dd3cf9ba447f
110928
110929 commit 1fbbd50fcd98fe6910b680f08ed14a1ee870ef8a
110930 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
110931 Date:   Sat Jul 24 23:43:05 2004 +0000
110932
110933     Invalidate the little64 datadesc test for the time I manage to regenerate the data file
110934     
110935     
110936     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@345 48e7efb5-ca39-0410-a469-dd3cf9ba447f
110937
110938 commit 42cc7fea43a995da3f69a9f272a6709478ded1c1
110939 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
110940 Date:   Sat Jul 24 23:41:08 2004 +0000
110941
110942     Add some tests about cbps
110943     
110944     
110945     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@344 48e7efb5-ca39-0410-a469-dd3cf9ba447f
110946
110947 commit 16ba86f08c16aca21dc67f3083a63e22f6389d02
110948 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
110949 Date:   Sat Jul 24 23:19:24 2004 +0000
110950
110951     Add some tests about cbps
110952     
110953     
110954     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@343 48e7efb5-ca39-0410-a469-dd3cf9ba447f
110955
110956 commit f28aa52cfe577ea47d2c88840c216f7f6d37e075
110957 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
110958 Date:   Sat Jul 24 20:54:16 2004 +0000
110959
110960     Append the config.log even on successful executions
110961     
110962     
110963     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@342 48e7efb5-ca39-0410-a469-dd3cf9ba447f
110964
110965 commit 6f19d276d9df2874e488998df928e8773e7e578b
110966 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
110967 Date:   Sat Jul 24 20:51:39 2004 +0000
110968
110969     Some cbps now return a gras_error_t ;)
110970     
110971     
110972     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@341 48e7efb5-ca39-0410-a469-dd3cf9ba447f
110973
110974 commit b9c5f618c396d01f01084a51aa5e97541a4c5abc
110975 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
110976 Date:   Sat Jul 24 20:51:03 2004 +0000
110977
110978     Let it work
110979     
110980     
110981     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@340 48e7efb5-ca39-0410-a469-dd3cf9ba447f
110982
110983 commit f2c8100157073c9fa6be8ab93d723432fef5c5c7
110984 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
110985 Date:   Sat Jul 24 20:18:24 2004 +0000
110986
110987     First step of splintification
110988     
110989     
110990     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@339 48e7efb5-ca39-0410-a469-dd3cf9ba447f
110991
110992 commit 0153a9ba76784b8d2951dd93b04568891e25374c
110993 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
110994 Date:   Sat Jul 24 20:18:15 2004 +0000
110995
110996     add a faq
110997     
110998     
110999     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@338 48e7efb5-ca39-0410-a469-dd3cf9ba447f
111000
111001 commit 91225594356c775dd384e44f5b5008cb3d9b7219
111002 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
111003 Date:   Sat Jul 24 20:17:28 2004 +0000
111004
111005     Fix a little bug
111006     
111007     
111008     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@337 48e7efb5-ca39-0410-a469-dd3cf9ba447f
111009
111010 commit 5a309e9f7905162f641e676127e6c145864c5b41
111011 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
111012 Date:   Sat Jul 24 20:16:45 2004 +0000
111013
111014     More useful logging msg
111015     
111016     
111017     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@336 48e7efb5-ca39-0410-a469-dd3cf9ba447f
111018
111019 commit 31f768a16c34148b8d1a98650421d531b0d892f8
111020 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
111021 Date:   Sat Jul 24 20:16:16 2004 +0000
111022
111023     Begin a FAQ
111024     
111025     
111026     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@335 48e7efb5-ca39-0410-a469-dd3cf9ba447f
111027
111028 commit 097772060203ef41e44147474465a3a1707f4891
111029 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
111030 Date:   Sat Jul 24 20:14:47 2004 +0000
111031
111032     Add a test about cbps
111033     
111034     
111035     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@334 48e7efb5-ca39-0410-a469-dd3cf9ba447f
111036
111037 commit 2b1ea50ce582ef6c9cf41de8a9707669677b7a26
111038 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
111039 Date:   Sat Jul 24 03:12:09 2004 +0000
111040
111041     Some more debuging message, allowing to catch and destroy a bug showing at full debug level
111042     
111043     
111044     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@333 48e7efb5-ca39-0410-a469-dd3cf9ba447f
111045
111046 commit 755a65ed491e7a1c5d446902a67d2d0c339b5b09
111047 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
111048 Date:   Sat Jul 24 02:11:51 2004 +0000
111049
111050     Do deal properly with the fact that internal key are not \0 terminated
111051     
111052     
111053     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@332 48e7efb5-ca39-0410-a469-dd3cf9ba447f
111054
111055 commit 6f336f81bdb4f56dd59eaf21232f3bb981b971df
111056 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
111057 Date:   Sat Jul 24 00:49:46 2004 +0000
111058
111059     compile with -g; do not compile by default, but only on make check
111060     
111061     
111062     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@331 48e7efb5-ca39-0410-a469-dd3cf9ba447f
111063
111064 commit 93c0b0a94f95c8f3cacd3bd4d9a6d02f2807a2be
111065 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
111066 Date:   Sat Jul 24 00:48:05 2004 +0000
111067
111068     pass '__attribute__ ((format (printf, 2, 3)))' to the function implementing the logging function
111069     
111070     
111071     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@330 48e7efb5-ca39-0410-a469-dd3cf9ba447f
111072
111073 commit 310be1b379eb3ecbb79171666a51ef8c36f4127f
111074 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
111075 Date:   Sat Jul 24 00:44:41 2004 +0000
111076
111077     Fix miscasted logging arguments
111078     
111079     
111080     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@329 48e7efb5-ca39-0410-a469-dd3cf9ba447f
111081
111082 commit 38c0a36bdfd5f7dc3a660e0f38daa3294e420c60
111083 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
111084 Date:   Sat Jul 24 00:43:31 2004 +0000
111085
111086     open a frame on cbps creation, and close one on deletion
111087     
111088     
111089     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@328 48e7efb5-ca39-0410-a469-dd3cf9ba447f
111090
111091 commit 83d0cc97acfe93eea0bc0fde78f218fd523faeed
111092 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
111093 Date:   Sat Jul 24 00:40:49 2004 +0000
111094
111095     Do compile with debugging symbols. No idea how I managed to get there without them
111096     
111097     
111098     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@327 48e7efb5-ca39-0410-a469-dd3cf9ba447f
111099
111100 commit 35ed4dcf46c75f99006b67a85290d17d62a55bfa
111101 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
111102 Date:   Sat Jul 24 00:32:41 2004 +0000
111103
111104     Change all size_t into long int; Fix miscasted arguments of logging functions
111105     
111106     
111107     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@326 48e7efb5-ca39-0410-a469-dd3cf9ba447f
111108
111109 commit 186804a62ed1a49d61f1d8a4ebabdd77a59de648
111110 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
111111 Date:   Sat Jul 24 00:28:14 2004 +0000
111112
111113     keys are not null terminated. Deal with it in logging messages
111114     
111115     
111116     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@325 48e7efb5-ca39-0410-a469-dd3cf9ba447f
111117
111118 commit 955ed46a9db660b6aa384f765cb05860318c13ff
111119 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
111120 Date:   Sat Jul 24 00:23:17 2004 +0000
111121
111122     Teach gcc how to check the format and arguments type of debugging functions
111123     
111124     
111125     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@324 48e7efb5-ca39-0410-a469-dd3cf9ba447f
111126
111127 commit 4bb811f3af19a18cba0a0122f320d900e5933da0
111128 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
111129 Date:   Fri Jul 23 00:38:58 2004 +0000
111130
111131     More verbose error message
111132     
111133     
111134     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@323 48e7efb5-ca39-0410-a469-dd3cf9ba447f
111135
111136 commit 3eacf49703e622e752bdd2e74e7614c875ca600c
111137 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
111138 Date:   Thu Jul 22 23:26:31 2004 +0000
111139
111140     remote fail if one of the remote fails
111141     
111142     
111143     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@322 48e7efb5-ca39-0410-a469-dd3cf9ba447f
111144
111145 commit ce41071a83edfed39b226ef047905f25ddf7c2bf
111146 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
111147 Date:   Thu Jul 22 23:23:53 2004 +0000
111148
111149     make distcheck is now successful
111150     
111151     
111152     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@321 48e7efb5-ca39-0410-a469-dd3cf9ba447f
111153
111154 commit 12db01eef510f93c84230ba3301c53508fdade57
111155 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
111156 Date:   Thu Jul 22 21:56:58 2004 +0000
111157
111158     Adapt gras_userdata_new to the change in gras_userdata_set
111159     
111160     
111161     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@320 48e7efb5-ca39-0410-a469-dd3cf9ba447f
111162
111163 commit da99ac3b126cc796417327a77216af98a39be762
111164 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
111165 Date:   Thu Jul 22 08:12:11 2004 +0000
111166
111167     Generate this file
111168     
111169     
111170     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@319 48e7efb5-ca39-0410-a469-dd3cf9ba447f
111171
111172 commit 88b195682c0062b55de5248962d736658f86de50
111173 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
111174 Date:   Thu Jul 22 06:09:50 2004 +0000
111175
111176     Also move the module headers
111177     
111178     
111179     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@318 48e7efb5-ca39-0410-a469-dd3cf9ba447f
111180
111181 commit 1e32d1f72606b96bb1abd9af359f1590528ec843
111182 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
111183 Date:   Thu Jul 22 05:51:02 2004 +0000
111184
111185     Make a proper gras/ directory in the include one, and stop fooling with recursive symbolic link. Ease the Makefiles
111186     
111187     
111188     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@317 48e7efb5-ca39-0410-a469-dd3cf9ba447f
111189
111190 commit ebd3066b86ef358bce0557c175febcd8ed6fdefc
111191 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
111192 Date:   Thu Jul 22 04:41:38 2004 +0000
111193
111194     Update versionning info, and add a cheat sheet to the makefile in order to do so without reading the (poor) documentation of libtool
111195     
111196     
111197     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@316 48e7efb5-ca39-0410-a469-dd3cf9ba447f
111198
111199 commit 46ab91a19e3171307cbb44162d3077e897a1e5da
111200 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
111201 Date:   Thu Jul 22 04:40:32 2004 +0000
111202
111203     Add doc for GRAS_DEFINE_TYPE into datadesc page
111204     
111205     
111206     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@315 48e7efb5-ca39-0410-a469-dd3cf9ba447f
111207
111208 commit e4037ae4a120eec9e2b7a098760dab29e3a31e65
111209 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
111210 Date:   Thu Jul 22 03:30:51 2004 +0000
111211
111212     Since I broke compatibility, bump to v0.2 instead
111213     
111214     
111215     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@314 48e7efb5-ca39-0410-a469-dd3cf9ba447f
111216
111217 commit 1b6c197b14e824a4d32214728d5988e288668b40
111218 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
111219 Date:   Thu Jul 22 03:29:39 2004 +0000
111220
111221     document last changes
111222     
111223     
111224     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@313 48e7efb5-ca39-0410-a469-dd3cf9ba447f
111225
111226 commit f709f41ae43f27b816caa29f7a73a366846c06e1
111227 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
111228 Date:   Thu Jul 22 03:29:04 2004 +0000
111229
111230     Update
111231     
111232     
111233     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@312 48e7efb5-ca39-0410-a469-dd3cf9ba447f
111234
111235 commit e26e70145357b48b6af30f0a0aaaa5f948a91b3f
111236 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
111237 Date:   Thu Jul 22 03:28:47 2004 +0000
111238
111239     fix a typo
111240     
111241     
111242     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@311 48e7efb5-ca39-0410-a469-dd3cf9ba447f
111243
111244 commit 82f4136c8a0eb62ff116a0090501407f3fdf1a7a
111245 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
111246 Date:   Thu Jul 22 03:27:42 2004 +0000
111247
111248     Bump version to 0.1.2
111249     
111250     
111251     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@310 48e7efb5-ca39-0410-a469-dd3cf9ba447f
111252
111253 commit b6b6d68ab902831149a669ad2c4effa34237a7f9
111254 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
111255 Date:   Thu Jul 22 03:26:36 2004 +0000
111256
111257     improve documentation
111258     
111259     
111260     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@309 48e7efb5-ca39-0410-a469-dd3cf9ba447f
111261
111262 commit a91fb1920bacd2a982a7e7cc341d2fea6617ade0
111263 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
111264 Date:   Thu Jul 22 03:18:43 2004 +0000
111265
111266     Move Virtu functions into the gras_os_ namespace
111267     
111268     
111269     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@308 48e7efb5-ca39-0410-a469-dd3cf9ba447f
111270
111271 commit cd355455febcf9eb36b76a103c9a70e8523bb52a
111272 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
111273 Date:   Thu Jul 22 03:16:59 2004 +0000
111274
111275     Update
111276     
111277     
111278     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@307 48e7efb5-ca39-0410-a469-dd3cf9ba447f
111279
111280 commit a2d229c7357bd911172708e440b85728eed4c509
111281 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
111282 Date:   Thu Jul 22 03:16:38 2004 +0000
111283
111284     Use local version of tools if available
111285     
111286     
111287     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@306 48e7efb5-ca39-0410-a469-dd3cf9ba447f
111288
111289 commit 1989aac3d0cc3fdc25de8941796c93de7e93f0d2
111290 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
111291 Date:   Thu Jul 22 03:16:05 2004 +0000
111292
111293     document the gras_datadesc_t datatype
111294     
111295     
111296     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@305 48e7efb5-ca39-0410-a469-dd3cf9ba447f
111297
111298 commit 7f7f3561941c2be9d43711afb3036dc47df26651
111299 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
111300 Date:   Thu Jul 22 03:12:33 2004 +0000
111301
111302     Move Virtu functions into the gras_os_ namespace
111303     
111304     
111305     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@304 48e7efb5-ca39-0410-a469-dd3cf9ba447f
111306
111307 commit 3e90e2062c0afc9b2c0ab2a625872b647ce2dfc5
111308 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
111309 Date:   Thu Jul 22 03:11:42 2004 +0000
111310
111311     Ignore .la
111312     
111313     
111314     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@303 48e7efb5-ca39-0410-a469-dd3cf9ba447f
111315
111316 commit 6d1ed2bd6a31083dc50490827108c23b14e42aa1
111317 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
111318 Date:   Thu Jul 22 03:11:01 2004 +0000
111319
111320     Ignore .lo
111321     
111322     
111323     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@302 48e7efb5-ca39-0410-a469-dd3cf9ba447f
111324
111325 commit b80521942c15d745a890a32aa27acf591fdb9056
111326 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
111327 Date:   Thu Jul 22 03:02:28 2004 +0000
111328
111329     Remove the useless last argument of msgtype_declare
111330     
111331     
111332     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@301 48e7efb5-ca39-0410-a469-dd3cf9ba447f
111333
111334 commit 43b6c0080dcbe6047eb88078f6471d0e43846899
111335 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
111336 Date:   Wed Jul 21 07:06:11 2004 +0000
111337
111338     Document last changes
111339     
111340     
111341     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@299 48e7efb5-ca39-0410-a469-dd3cf9ba447f
111342
111343 commit dd4517a998739af6fc4a03152eb8f4e6bb17d838
111344 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
111345 Date:   Tue Jul 20 03:59:54 2004 +0000
111346
111347     Distribute README.IEEE
111348     
111349     
111350     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@298 48e7efb5-ca39-0410-a469-dd3cf9ba447f
111351
111352 commit 0d10467d3da004f46adaa2c39f86fe16912df6dd
111353 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
111354 Date:   Tue Jul 20 03:59:19 2004 +0000
111355
111356     Remove at make distclean the circular symbolic link created by configure
111357     
111358     
111359     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@297 48e7efb5-ca39-0410-a469-dd3cf9ba447f
111360
111361 commit 59cb4a4f50d70bd03f9babe16555c642801bb22b
111362 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
111363 Date:   Tue Jul 20 03:58:08 2004 +0000
111364
111365     Use the shared libraries; build progs only on make check; remove generated files only on maintainerclean
111366     
111367     
111368     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@296 48e7efb5-ca39-0410-a469-dd3cf9ba447f
111369
111370 commit c1974541eb5c8b5ee3d923074b1cb1d1752c57fc
111371 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
111372 Date:   Tue Jul 20 03:56:22 2004 +0000
111373
111374     Do not remove Makefile.in on distclean, but on maintainerclean; compile the test examples on make check only
111375     
111376     
111377     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@295 48e7efb5-ca39-0410-a469-dd3cf9ba447f
111378
111379 commit 8c7a72b1976780811a87443937dd7e887806f4c2
111380 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
111381 Date:   Tue Jul 20 03:55:20 2004 +0000
111382
111383     Do not remove Makefile.in on distclean, but on maintainerclean
111384     
111385     
111386     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@294 48e7efb5-ca39-0410-a469-dd3cf9ba447f
111387
111388 commit 997056228c12c61a86a0143aeacc37f96fc3d118
111389 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
111390 Date:   Tue Jul 20 03:53:50 2004 +0000
111391
111392     DO install it a the right place
111393     
111394     
111395     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@293 48e7efb5-ca39-0410-a469-dd3cf9ba447f
111396
111397 commit f83874e893fe0689c8fd4f5e19d4d5ac051110e9
111398 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
111399 Date:   Tue Jul 20 02:34:58 2004 +0000
111400
111401     Bump version number
111402     
111403     
111404     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@292 48e7efb5-ca39-0410-a469-dd3cf9ba447f
111405
111406 commit 61764813056545e4dd2de7c8eceb0c13eb84d4ec
111407 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
111408 Date:   Tue Jul 20 02:34:40 2004 +0000
111409
111410     Use shared libraries
111411     
111412     
111413     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@291 48e7efb5-ca39-0410-a469-dd3cf9ba447f
111414
111415 commit 3489a2226fab82cd0e7e2f673a8ba5a369c63966
111416 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
111417 Date:   Tue Jul 20 02:34:27 2004 +0000
111418
111419     Build shared libraries
111420     
111421     
111422     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@290 48e7efb5-ca39-0410-a469-dd3cf9ba447f
111423
111424 commit d0f930f3efef46eac3357ec0897f53ca87dba85c
111425 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
111426 Date:   Tue Jul 20 02:32:42 2004 +0000
111427
111428     Install the cruft at the right location
111429     
111430     
111431     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@289 48e7efb5-ca39-0410-a469-dd3cf9ba447f
111432
111433 commit 61f985af34dc3ccfb0742985ef688adce9da5ee5
111434 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
111435 Date:   Sat Jul 17 22:55:34 2004 +0000
111436
111437     Pass the automake argument (gnu) in the macro so that I don't have to pass them on command line, so that autoreconf works; (useless) macro reordering
111438     
111439     
111440     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@288 48e7efb5-ca39-0410-a469-dd3cf9ba447f
111441
111442 commit 84a89984e34dca1e9164a6995a8815483f87bf51
111443 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
111444 Date:   Sat Jul 17 22:53:17 2004 +0000
111445
111446     Figured out how to use autoreconf. Switch hand crafted bootstrap with the autoreconf based one
111447     
111448     
111449     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@287 48e7efb5-ca39-0410-a469-dd3cf9ba447f
111450
111451 commit c970d57b7ce83c4fab023abee3afd6d414fc9ffc
111452 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
111453 Date:   Sat Jul 17 22:11:16 2004 +0000
111454
111455     Ignore all tarballs
111456     
111457     
111458     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@286 48e7efb5-ca39-0410-a469-dd3cf9ba447f
111459
111460 commit 356040c95d63fb81b4d9f47929f075f727cb4e29
111461 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
111462 Date:   Tue Jul 13 21:21:45 2004 +0000
111463
111464     New dataset from alpha
111465     
111466     
111467     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@285 48e7efb5-ca39-0410-a469-dd3cf9ba447f
111468
111469 commit 685c84ca21e79ae55e7d0bee0bf846f85819694d
111470 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
111471 Date:   Tue Jul 13 21:13:30 2004 +0000
111472
111473     Let the client to wait a bit on startup so that it does not connect to the server before it being ready
111474     
111475     
111476     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@284 48e7efb5-ca39-0410-a469-dd3cf9ba447f
111477
111478 commit 4f2b57e6c010bf43dfac730d70f98cbc8e9d1f45
111479 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
111480 Date:   Tue Jul 13 20:51:47 2004 +0000
111481
111482     Version 0.1
111483     
111484     
111485     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@282 48e7efb5-ca39-0410-a469-dd3cf9ba447f
111486
111487 commit 2cff1666fd86fe7110478b52551afd9cbfc4ac2a
111488 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
111489 Date:   Tue Jul 13 20:51:29 2004 +0000
111490
111491     Include the changelog into the tarball
111492     
111493     
111494     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@281 48e7efb5-ca39-0410-a469-dd3cf9ba447f
111495
111496 commit 51ee2aa32d1b543b40c4e8a0322a286263383a52
111497 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
111498 Date:   Tue Jul 13 20:50:44 2004 +0000
111499
111500     typos
111501     
111502     
111503     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@280 48e7efb5-ca39-0410-a469-dd3cf9ba447f
111504
111505 commit b3a67c75ca6f6cbc8efe367c85ccd29f40139c35
111506 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
111507 Date:   Tue Jul 13 20:47:01 2004 +0000
111508
111509     Re-enable the little 64 test now that Abdou regenerated the test set
111510     
111511     
111512     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@279 48e7efb5-ca39-0410-a469-dd3cf9ba447f
111513
111514 commit edcb38178ebfce614d167247f051fc2402bc4cb4
111515 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
111516 Date:   Tue Jul 13 20:46:13 2004 +0000
111517
111518     Datadesc from Alpha, generated by Abdou (many thanks)
111519     
111520     
111521     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@278 48e7efb5-ca39-0410-a469-dd3cf9ba447f
111522
111523 commit 776f6e34c9fede2475080e6358f85ddc7f3edf55
111524 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
111525 Date:   Tue Jul 13 03:17:16 2004 +0000
111526
111527     Rename the changelog to follow the 'standards' wtr
111528     
111529     
111530     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@277 48e7efb5-ca39-0410-a469-dd3cf9ba447f
111531
111532 commit 6026a938bdb6ae35d90e32c449d6b7a3924a95fd
111533 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
111534 Date:   Tue Jul 13 02:20:56 2004 +0000
111535
111536     Short version of the changelog for users not wanting to dig into the internals
111537     
111538     
111539     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@276 48e7efb5-ca39-0410-a469-dd3cf9ba447f
111540
111541 commit bf3262034e399102974fbb1f5beed9895d0145d7
111542 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
111543 Date:   Tue Jul 13 02:20:22 2004 +0000
111544
111545     Document last changes
111546     
111547     
111548     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@275 48e7efb5-ca39-0410-a469-dd3cf9ba447f
111549
111550 commit 22caf150254f7dbae453e50db5b84e8d8438a7a5
111551 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
111552 Date:   Tue Jul 13 02:13:26 2004 +0000
111553
111554     Nope, I won't put the result of remote compilations in the CVS. I said no. Please quite insisting, you stupid cvs(!)!
111555     
111556     
111557     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@274 48e7efb5-ca39-0410-a469-dd3cf9ba447f
111558
111559 commit 197a54d5359fdf8f18a0cc363dad7779c0e8a820
111560 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
111561 Date:   Tue Jul 13 02:11:49 2004 +0000
111562
111563     Rewrite the part about convertion
111564     
111565     
111566     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@273 48e7efb5-ca39-0410-a469-dd3cf9ba447f
111567
111568 commit 98ed5868a0d5ea70d6b186138a0f419712c1f8d3
111569 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
111570 Date:   Tue Jul 13 02:11:24 2004 +0000
111571
111572     Support for remote compilation (when in maintainer mode to not get trouble on aging makes)
111573     
111574     
111575     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@272 48e7efb5-ca39-0410-a469-dd3cf9ba447f
111576
111577 commit e420a561836c08757d84c3ea55663afe1f48ffbf
111578 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
111579 Date:   Tue Jul 13 02:10:20 2004 +0000
111580
111581     Generate a nasty structure exchange testcase with perl, and use it
111582     
111583     
111584     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@271 48e7efb5-ca39-0410-a469-dd3cf9ba447f
111585
111586 commit 5b0fb558dd0d10e43e776cbe2f16998dd6ef45b1
111587 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
111588 Date:   Tue Jul 13 02:09:33 2004 +0000
111589
111590     +=.configure
111591     
111592     
111593     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@270 48e7efb5-ca39-0410-a469-dd3cf9ba447f
111594
111595 commit a64b549cec73f7dc6d8c49ba49ce87b1fe44cbc5
111596 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
111597 Date:   Tue Jul 13 02:09:04 2004 +0000
111598
111599     Why the hell this file should be in CVS when Makefile.in are not?
111600     
111601     
111602     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@269 48e7efb5-ca39-0410-a469-dd3cf9ba447f
111603
111604 commit 1e2237fb7b9f359ad3a6fe808c93c8a9da232a93
111605 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
111606 Date:   Tue Jul 13 02:05:55 2004 +0000
111607
111608     autoconf generated
111609     
111610     
111611     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@268 48e7efb5-ca39-0410-a469-dd3cf9ba447f
111612
111613 commit 6cf061b5e399a51146190807ab2f8334af89b93b
111614 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
111615 Date:   Tue Jul 13 02:05:08 2004 +0000
111616
111617     Html generation toy
111618     
111619     
111620     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@267 48e7efb5-ca39-0410-a469-dd3cf9ba447f
111621
111622 commit 173afc59b0ae997390f2d80e2d054838eaf71a93
111623 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
111624 Date:   Tue Jul 13 02:04:42 2004 +0000
111625
111626     please close the structure behind you
111627     
111628     
111629     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@266 48e7efb5-ca39-0410-a469-dd3cf9ba447f
111630
111631 commit c6a4f416030569a5ae5a45e3ceaf348395a941b1
111632 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
111633 Date:   Tue Jul 13 02:03:55 2004 +0000
111634
111635     take care of the architecture maximal boundary when computing field offset (damn intel); cosmetics & logs improvements
111636     
111637     
111638     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@265 48e7efb5-ca39-0410-a469-dd3cf9ba447f
111639
111640 commit 6382f5446cd242b74ff4968190ec9c358f42fc63
111641 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
111642 Date:   Tue Jul 13 01:56:48 2004 +0000
111643
111644     Regeneration with new testset
111645     
111646     
111647     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@264 48e7efb5-ca39-0410-a469-dd3cf9ba447f
111648
111649 commit a64be606b6884952d21c79b12ed6091d7c786d9b
111650 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
111651 Date:   Tue Jul 13 01:56:13 2004 +0000
111652
111653     Do not test for datadesc.little64 since I have no host to regenerate the test file on the new testset
111654     
111655     
111656     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@263 48e7efb5-ca39-0410-a469-dd3cf9ba447f
111657
111658 commit 9232971da9f80dd5add946bf984b23c2a2016e0d
111659 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
111660 Date:   Tue Jul 13 01:55:26 2004 +0000
111661
111662     Let it work for complexe structures
111663     
111664     
111665     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@262 48e7efb5-ca39-0410-a469-dd3cf9ba447f
111666
111667 commit 5d398c5b8dfc57e2fa35a092f0c9e07561da578a
111668 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
111669 Date:   Tue Jul 13 01:53:51 2004 +0000
111670
111671     Helper script for compilation on adverse platforms
111672     
111673     
111674     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@261 48e7efb5-ca39-0410-a469-dd3cf9ba447f
111675
111676 commit 3abb242da989674a34e450a2efe079a29bf781c3
111677 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
111678 Date:   Tue Jul 13 01:49:42 2004 +0000
111679
111680     Back to only one (updated) TODO file. Mixture of french/english :-/
111681     
111682     
111683     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@260 48e7efb5-ca39-0410-a469-dd3cf9ba447f
111684
111685 commit c2a0a99018ac40ded40ddd7b5a4049ad1658e36d
111686 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
111687 Date:   Tue Jul 13 01:39:17 2004 +0000
111688
111689     Version 0.0.4; eradicate deprecated autoconf macros; test for lex (the datadesc parser is there); support for remote compilation
111690     
111691     
111692     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@259 48e7efb5-ca39-0410-a469-dd3cf9ba447f
111693
111694 commit c76053bdb9d3a9e353be7a5533d1e0bfc48d9d03
111695 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
111696 Date:   Tue Jul 13 01:37:50 2004 +0000
111697
111698     Do not test for IEEE since we cannot deal with non-IEEE, and more important since the test seems broken (i386 *IS* ieee, stupid autoconf); More comprehensive testing for structure padding schema (mainly check that our assumption are respected, and choke if not. If presented an architecture not respecting them, I may change this)
111699     
111700     
111701     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@258 48e7efb5-ca39-0410-a469-dd3cf9ba447f
111702
111703 commit fd0d4a393a78b24503c6ae1a60bbe8eefa669ea2
111704 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
111705 Date:   Tue Jul 13 01:32:00 2004 +0000
111706
111707     Do not choke on very old make around when gtk-doc-tools are not available
111708     
111709     
111710     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@257 48e7efb5-ca39-0410-a469-dd3cf9ba447f
111711
111712 commit e3409cf85e5c02d0d1bb8c35aa4a93e4707ff5c8
111713 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
111714 Date:   Tue Jul 13 01:31:24 2004 +0000
111715
111716     Perl generated test on structures (exaustivity)
111717     
111718     
111719     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@256 48e7efb5-ca39-0410-a469-dd3cf9ba447f
111720
111721 commit 9f480eb4f16a644b2de3baab7b62570dba8f7981
111722 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
111723 Date:   Mon Jul 12 01:45:16 2004 +0000
111724
111725     Blurb explaining why GRAS assume IEEE compliance without testing
111726     
111727     
111728     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@255 48e7efb5-ca39-0410-a469-dd3cf9ba447f
111729
111730 commit 8d4eb5ef6fc7ecbf9612b1dc7f7d5c80a2377e46
111731 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
111732 Date:   Sun Jul 11 23:32:27 2004 +0000
111733
111734     add the result of flex (no build-dep on this)
111735     
111736     
111737     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@254 48e7efb5-ca39-0410-a469-dd3cf9ba447f
111738
111739 commit 483072928e0c397b39cb35eff642fdb8d2cad245
111740 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
111741 Date:   Sun Jul 11 23:19:12 2004 +0000
111742
111743     Add the tests 'double' and 'pbio', the latter testing the structure presented in the IEEE pbio paper and also testing the GRAS_PARSE stuff;Cosmetics;
111744     
111745     
111746     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@253 48e7efb5-ca39-0410-a469-dd3cf9ba447f
111747
111748 commit bcacc28507b8bf4ed4fe5f51b61ad98a6b916377
111749 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
111750 Date:   Sun Jul 11 23:12:20 2004 +0000
111751
111752     Let it work with new flex (just add the needed prototypes for the new functions)
111753     
111754     
111755     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@252 48e7efb5-ca39-0410-a469-dd3cf9ba447f
111756
111757 commit 8119102e03749d49f31338d2ad25fdff9455e50f
111758 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
111759 Date:   Sun Jul 11 23:04:58 2004 +0000
111760
111761     cosmetics; add support for closing struct and union
111762     
111763     
111764     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@251 48e7efb5-ca39-0410-a469-dd3cf9ba447f
111765
111766 commit 057d8c7a4f707ada90d967e23cfe8aa09a97888b
111767 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
111768 Date:   Sun Jul 11 23:04:01 2004 +0000
111769
111770     Damn idiot, double where declared being as big as float (not more); do dump structure fields in datadesc_dump()
111771     
111772     
111773     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@250 48e7efb5-ca39-0410-a469-dd3cf9ba447f
111774
111775 commit 0385040feb261512220a4f0f66b07d48541bf896
111776 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
111777 Date:   Sun Jul 11 23:01:38 2004 +0000
111778
111779     make sure union and struct are closed before exchange; more useful debug
111780     
111781     
111782     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@249 48e7efb5-ca39-0410-a469-dd3cf9ba447f
111783
111784 commit 9089ba6d1c093456af4b2ba8015599f94f39f797
111785 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
111786 Date:   Sun Jul 11 22:59:51 2004 +0000
111787
111788     cosmetics; channel renamed fron DataDesc to datadesc (should all be lowercase); make gras_ddt_freev visible from ddt_parse; add gras_datadesc_declare_{struct,union}_close; fix an old bug remaining from GS (about fixed size array alignment); move gras_datadesc_parse() to ddt_parse.c
111789     
111790     
111791     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@248 48e7efb5-ca39-0410-a469-dd3cf9ba447f
111792
111793 commit 5b0c21a63f0957fb6c02b7c025a8f33dbd932842
111794 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
111795 Date:   Sun Jul 11 22:39:39 2004 +0000
111796
111797     First version of the structure parsing macro, and associated stuff
111798     
111799     
111800     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@247 48e7efb5-ca39-0410-a469-dd3cf9ba447f
111801
111802 commit b095e51cf906e01ac45cd8c31afac31f5ada29ab
111803 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
111804 Date:   Sun Jul 11 22:37:17 2004 +0000
111805
111806     Add gras_datadesc_declare_{struct,union}_close; fix the prototypes of the functions involved in C struct definion parsing
111807     
111808     
111809     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@246 48e7efb5-ca39-0410-a469-dd3cf9ba447f
111810
111811 commit ba9729e3ff7e64435ce1874ef3f263df72976b3a
111812 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
111813 Date:   Sun Jul 11 22:36:01 2004 +0000
111814
111815     add DEBUG7 and DEBUG8, for desesperate cases
111816     
111817     
111818     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@245 48e7efb5-ca39-0410-a469-dd3cf9ba447f
111819
111820 commit 5dfa1d4fc1c32949979c1ec344ed7cf7579dabd5
111821 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
111822 Date:   Sun Jul 11 22:35:23 2004 +0000
111823
111824     let it work on solaris (test -e does not exist there, but test -x does)
111825     
111826     
111827     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@244 48e7efb5-ca39-0410-a469-dd3cf9ba447f
111828
111829 commit bc0a5dc216778e8596a60177e35f13fdc429fcb1
111830 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
111831 Date:   Sun Jul 11 22:34:39 2004 +0000
111832
111833     The server timeouts after a while instead of running for ever (useful for solaris platforms where you must be root to killall)
111834     
111835     
111836     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@243 48e7efb5-ca39-0410-a469-dd3cf9ba447f
111837
111838 commit 5486850142571424fa1e9c1c7f1f68f4b07f01f3
111839 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
111840 Date:   Sun Jul 11 22:33:32 2004 +0000
111841
111842     let it work on old perl
111843     
111844     
111845     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@242 48e7efb5-ca39-0410-a469-dd3cf9ba447f
111846
111847 commit 9d148adb429189974fa99531d53c8d09fc8711ce
111848 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
111849 Date:   Sun Jul 11 22:32:49 2004 +0000
111850
111851     Protect ourselves against the reinsertion of the same structure. It would have freed it to make room, and then pushed the defunct stuff in position
111852     
111853     
111854     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@241 48e7efb5-ca39-0410-a469-dd3cf9ba447f
111855
111856 commit fe6a0cfb55ade63e074433039a7f3fe3762d6bec
111857 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
111858 Date:   Sun Jul 11 22:31:48 2004 +0000
111859
111860     remove a debug message placed at severity warning
111861     
111862     
111863     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@240 48e7efb5-ca39-0410-a469-dd3cf9ba447f
111864
111865 commit 5a4668c300a50ef660d622b83582170131092f18
111866 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
111867 Date:   Sun Jul 11 22:31:18 2004 +0000
111868
111869     change obsolete macros to new ones; do not #define the size of the datatypes, that's stupid; actually run the test for two-compliements, not only compile it; first try at guessing the structure compaction schema
111870     
111871     
111872     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@239 48e7efb5-ca39-0410-a469-dd3cf9ba447f
111873
111874 commit d3e42dfb75b99b9e96fde0819bbdd926b4bf5d8a
111875 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
111876 Date:   Sun Jul 11 22:28:43 2004 +0000
111877
111878     Do not configure subdirs (since they are result of interupted make dir); adapt to the new AC_CONFIG_HEADERS
111879     
111880     
111881     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@238 48e7efb5-ca39-0410-a469-dd3cf9ba447f
111882
111883 commit 209b964d1f32712205dbda70f4d7055ed1f6f401
111884 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
111885 Date:   Sun Jul 11 06:33:16 2004 +0000
111886
111887     run autoupdate to get ride of obsolete macros
111888     
111889     
111890     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@237 48e7efb5-ca39-0410-a469-dd3cf9ba447f
111891
111892 commit 2d57abec7de7423956cb5f30d16b8731f9c3266a
111893 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
111894 Date:   Thu Jul 8 22:59:52 2004 +0000
111895
111896     mv
111897     
111898     
111899     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@236 48e7efb5-ca39-0410-a469-dd3cf9ba447f
111900
111901 commit ea057af53b46e6bcefca5198d48312803745ac4d
111902 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
111903 Date:   Thu Jul 8 07:34:50 2004 +0000
111904
111905     data from alpha (little64). Thanks to Abdou
111906     
111907     
111908     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@235 48e7efb5-ca39-0410-a469-dd3cf9ba447f
111909
111910 commit 511f52562540cd995f8db11bcdc64a040c5c8734
111911 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
111912 Date:   Thu Jul 8 07:30:35 2004 +0000
111913
111914     More debug; cosmetics
111915     
111916     
111917     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@234 48e7efb5-ca39-0410-a469-dd3cf9ba447f
111918
111919 commit 0cadd848ea89e7692dfeb713275ce1d62b44a697
111920 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
111921 Date:   Thu Jul 8 06:15:56 2004 +0000
111922
111923     document last changes
111924     
111925     
111926     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@233 48e7efb5-ca39-0410-a469-dd3cf9ba447f
111927
111928 commit 8acc63e30703bdaa6342712051e76e89a446df47
111929 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
111930 Date:   Thu Jul 8 06:15:31 2004 +0000
111931
111932     update
111933     
111934     
111935     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@232 48e7efb5-ca39-0410-a469-dd3cf9ba447f
111936
111937 commit e4839f353704a6853a5b4549843e185d679a58ef
111938 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
111939 Date:   Thu Jul 8 06:15:18 2004 +0000
111940
111941     cosmetics
111942     
111943     
111944     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@231 48e7efb5-ca39-0410-a469-dd3cf9ba447f
111945
111946 commit 9816fe9301ec23916e868ccf7f4d08c774a61fe5
111947 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
111948 Date:   Thu Jul 8 06:14:51 2004 +0000
111949
111950     Renamed
111951     
111952     
111953     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@230 48e7efb5-ca39-0410-a469-dd3cf9ba447f
111954
111955 commit bb719e3b37e3988bf46266bcdb04d12d2229dec1
111956 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
111957 Date:   Thu Jul 8 06:14:02 2004 +0000
111958
111959     Test if SG was compiled in a way that even solaris understand (hopefully)
111960     
111961     
111962     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@229 48e7efb5-ca39-0410-a469-dd3cf9ba447f
111963
111964 commit 63b6f0809fce7794585a05ac3dfc845edd239cdc
111965 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
111966 Date:   Thu Jul 8 06:13:24 2004 +0000
111967
111968     Ignore tests returning 77, as automake; try to read foreign datatypes; do not try config_usage, it's broken; cosmetics
111969     
111970     
111971     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@228 48e7efb5-ca39-0410-a469-dd3cf9ba447f
111972
111973 commit b92eea1245d787acb9e114ff42dd15b6265f5625
111974 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
111975 Date:   Thu Jul 8 06:11:57 2004 +0000
111976
111977     Reflect recent size change in output
111978     
111979     
111980     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@227 48e7efb5-ca39-0410-a469-dd3cf9ba447f
111981
111982 commit ad6959da916f5715693223fd972baf5a22d9bfa9
111983 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
111984 Date:   Thu Jul 8 06:11:00 2004 +0000
111985
111986     Rename architectures, implement conversion;)
111987     
111988     
111989     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@226 48e7efb5-ca39-0410-a469-dd3cf9ba447f
111990
111991 commit 76f5c17a8cf2a22bb181f3553741b0d71d289e5e
111992 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
111993 Date:   Thu Jul 8 06:08:31 2004 +0000
111994
111995     More explicit error message on failures
111996     
111997     
111998     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@225 48e7efb5-ca39-0410-a469-dd3cf9ba447f
111999
112000 commit d4560ab1423a9c86db68f619889c176fd9ae3a55
112001 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
112002 Date:   Thu Jul 8 06:07:09 2004 +0000
112003
112004     Make sure we're on a two-compliment arch
112005     
112006     
112007     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@224 48e7efb5-ca39-0410-a469-dd3cf9ba447f
112008
112009 commit e10d26b2d5bd7628a84226c1e7dfe8a417161595
112010 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
112011 Date:   Thu Jul 8 06:06:48 2004 +0000
112012
112013     Rename architectures
112014     
112015     
112016     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@223 48e7efb5-ca39-0410-a469-dd3cf9ba447f
112017
112018 commit f39efc63b5970adcf9924022c6c867f8f76ce5c9
112019 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
112020 Date:   Thu Jul 8 06:05:59 2004 +0000
112021
112022     distribute the gras-arch-check script
112023     
112024     
112025     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@222 48e7efb5-ca39-0410-a469-dd3cf9ba447f
112026
112027 commit 2c9ee4edbd74b2ed7337cb4904a4ce178bb7cc2a
112028 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
112029 Date:   Thu Jul 8 03:14:12 2004 +0000
112030
112031     If test cannot be run, say so to automake
112032     
112033     
112034     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@221 48e7efb5-ca39-0410-a469-dd3cf9ba447f
112035
112036 commit 1016d6915e931bfb56d7ab20f0f9cdcdf559c3b7
112037 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
112038 Date:   Thu Jul 8 02:50:53 2004 +0000
112039
112040     Rename again the datadesc data file, since a whole bunch of arches are big32,big64 beside of ppc,sparc (and remove the calls to rand before generating them ;)
112041     
112042     
112043     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@220 48e7efb5-ca39-0410-a469-dd3cf9ba447f
112044
112045 commit d48065b9eec21886c6b77c8291d37904f4fc5ac0
112046 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
112047 Date:   Thu Jul 8 02:49:22 2004 +0000
112048
112049     Stupid me. Using rand to generate the datatest is not very wise...
112050     
112051     
112052     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@219 48e7efb5-ca39-0410-a469-dd3cf9ba447f
112053
112054 commit e5d5c5fcc3459b0e95871eea36c0a3bc70d562ca
112055 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
112056 Date:   Thu Jul 8 01:34:53 2004 +0000
112057
112058     Reduce the size of the tests, so that it runs decently fast
112059     
112060     
112061     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@218 48e7efb5-ca39-0410-a469-dd3cf9ba447f
112062
112063 commit 143861449244ac0833c495fbfcc9aeb16279cd43
112064 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
112065 Date:   Thu Jul 8 01:28:24 2004 +0000
112066
112067     More debugging
112068     
112069     
112070     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@217 48e7efb5-ca39-0410-a469-dd3cf9ba447f
112071
112072 commit c239a8feaf93a0cf38a2c3d201a5913a54796b3e
112073 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
112074 Date:   Thu Jul 8 01:24:41 2004 +0000
112075
112076     rename datadesc test files; do not specify -Wno-unused-function, since that's a gnuism
112077     
112078     
112079     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@216 48e7efb5-ca39-0410-a469-dd3cf9ba447f
112080
112081 commit 8a78fad974071d653c3608258057ec14cbba1ccb
112082 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
112083 Date:   Thu Jul 8 01:20:03 2004 +0000
112084
112085     a little script to check the gras signature of the current arch
112086     
112087     
112088     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@215 48e7efb5-ca39-0410-a469-dd3cf9ba447f
112089
112090 commit 027323f2d112002993c045865fed6e6501e46b9e
112091 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
112092 Date:   Thu Jul 8 01:18:00 2004 +0000
112093
112094     sizeof(double) == 8 && sizeof(float)==4 || pas IEEE
112095     
112096     
112097     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@214 48e7efb5-ca39-0410-a469-dd3cf9ba447f
112098
112099 commit 21f441b8a30d8a4399fd0da29c967c9032ff9b77
112100 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
112101 Date:   Thu Jul 8 01:14:04 2004 +0000
112102
112103     get ride of the testing to XML, since SG is now compiled without it
112104     
112105     
112106     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@213 48e7efb5-ca39-0410-a469-dd3cf9ba447f
112107
112108 commit 21eb20469ce09ccb1412b22827f9e6608fdcfb46
112109 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
112110 Date:   Thu Jul 8 01:12:17 2004 +0000
112111
112112     Solaris portability
112113     
112114     
112115     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@212 48e7efb5-ca39-0410-a469-dd3cf9ba447f
112116
112117 commit f163eaf7d789ceefbab6468cb341e1a1b84268ed
112118 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
112119 Date:   Wed Jul 7 10:24:43 2004 +0000
112120
112121     define out backtrace related stuff for portability
112122     
112123     
112124     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@211 48e7efb5-ca39-0410-a469-dd3cf9ba447f
112125
112126 commit aa34040f4a07cdb8b94e9b9a9a372ed95c5d5076
112127 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
112128 Date:   Wed Jul 7 10:23:00 2004 +0000
112129
112130     Rename
112131     
112132     
112133     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@210 48e7efb5-ca39-0410-a469-dd3cf9ba447f
112134
112135 commit ad0e7aecfb25fcdb9296e5bf34ed96b31b515927
112136 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
112137 Date:   Wed Jul 7 10:17:01 2004 +0000
112138
112139     port to alpha, inital try to convert, exchange/convert arrays of scalar in one shoot
112140     
112141     
112142     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@209 48e7efb5-ca39-0410-a469-dd3cf9ba447f
112143
112144 commit 5c808cbd02cbb8305a87172367afe6e29fae033e
112145 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
112146 Date:   Wed Jul 7 10:15:56 2004 +0000
112147
112148     port to alpha
112149     
112150     
112151     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@208 48e7efb5-ca39-0410-a469-dd3cf9ba447f
112152
112153 commit a84e62756e9685405c5c24893da39235bef4715c
112154 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
112155 Date:   Wed Jul 7 09:57:35 2004 +0000
112156
112157     add alpha
112158     
112159     
112160     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@207 48e7efb5-ca39-0410-a469-dd3cf9ba447f
112161
112162 commit c0e4a0f565c6707999ea9bc3dae9ccb2b86f4acd
112163 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
112164 Date:   Wed Jul 7 06:20:15 2004 +0000
112165
112166     Accept the filename to use as second argument
112167     
112168     
112169     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@206 48e7efb5-ca39-0410-a469-dd3cf9ba447f
112170
112171 commit 1a8095e410d774ded9f1b5115c77dabdb3b93500
112172 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
112173 Date:   Wed Jul 7 06:17:30 2004 +0000
112174
112175     distribute the result of datadesc_usage for different arches
112176     
112177     
112178     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@205 48e7efb5-ca39-0410-a469-dd3cf9ba447f
112179
112180 commit e2af6810f20661fa8bd09d0e38c642359bbca35a
112181 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
112182 Date:   Wed Jul 7 06:08:59 2004 +0000
112183
112184     Optimization: Send/recv array of scalar in one shoot
112185     
112186     
112187     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@204 48e7efb5-ca39-0410-a469-dd3cf9ba447f
112188
112189 commit 34351215653d33710b63ce10ddce7b0344b9145d
112190 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
112191 Date:   Wed Jul 7 05:06:16 2004 +0000
112192
112193     Bug fix
112194     
112195     
112196     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@203 48e7efb5-ca39-0410-a469-dd3cf9ba447f
112197
112198 commit c33262c81f0eda17377b9be3e1b9be0ebbb3044c
112199 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
112200 Date:   Wed Jul 7 02:45:00 2004 +0000
112201
112202     rename ppc to powerpc to be consistent with dpkg
112203     
112204     
112205     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@202 48e7efb5-ca39-0410-a469-dd3cf9ba447f
112206
112207 commit f7a23e6f7427e07fb2176fb108149b35f60eac2a
112208 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
112209 Date:   Wed Jul 7 02:37:54 2004 +0000
112210
112211     Foreign datatest. Let's try to read that on my laptop
112212     
112213     
112214     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@201 48e7efb5-ca39-0410-a469-dd3cf9ba447f
112215
112216 commit b39a6f5d58f7f02aae69819d0b8e71bc8a3c0569
112217 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
112218 Date:   Wed Jul 7 02:32:19 2004 +0000
112219
112220     Let make dist work; bump to version 0.0.1
112221     
112222     
112223     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@200 48e7efb5-ca39-0410-a469-dd3cf9ba447f
112224
112225 commit 754517751ffe1ca4227b69b8e10ac4bc0e10461e
112226 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
112227 Date:   Wed Jul 7 02:30:46 2004 +0000
112228
112229     Let make dist work even when SG is not there
112230     
112231     
112232     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@199 48e7efb5-ca39-0410-a469-dd3cf9ba447f
112233
112234 commit 0b70414eea2bcd3549a4f9684c329f317df7b9d7
112235 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
112236 Date:   Wed Jul 7 02:29:59 2004 +0000
112237
112238     Speedup arch signature detection code; add sparc signature
112239     
112240     
112241     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@198 48e7efb5-ca39-0410-a469-dd3cf9ba447f
112242
112243 commit a0a65d723d4b060b6676e028cffb7af41869c4a8
112244 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
112245 Date:   Wed Jul 7 01:39:49 2004 +0000
112246
112247     Fix make dist
112248     
112249     
112250     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@197 48e7efb5-ca39-0410-a469-dd3cf9ba447f
112251
112252 commit a543a6382a03480fb5915eeb255b29180488cc46
112253 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
112254 Date:   Wed Jul 7 01:38:02 2004 +0000
112255
112256     Do not use broken modules/examples
112257     
112258     
112259     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@196 48e7efb5-ca39-0410-a469-dd3cf9ba447f
112260
112261 commit cafbbc77e555fba053d59f93effa6777d931f750
112262 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
112263 Date:   Wed Jul 7 01:35:42 2004 +0000
112264
112265     Update to let make dist work
112266     
112267     
112268     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@195 48e7efb5-ca39-0410-a469-dd3cf9ba447f
112269
112270 commit cf95ab28e45199b967a7beab362b1b0b3794043a
112271 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
112272 Date:   Wed Jul 7 01:25:24 2004 +0000
112273
112274     make SG optional to the configuration and compilation process
112275     
112276     
112277     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@194 48e7efb5-ca39-0410-a469-dd3cf9ba447f
112278
112279 commit cc293cb5073ab567b61ddaa4ee5db81e762d96e3
112280 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
112281 Date:   Wed Jul 7 01:23:01 2004 +0000
112282
112283     More changes to get ppc recognized
112284     
112285     
112286     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@193 48e7efb5-ca39-0410-a469-dd3cf9ba447f
112287
112288 commit f0b72a88043c477582245a5de1975b21461f6c6b
112289 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
112290 Date:   Wed Jul 7 01:22:20 2004 +0000
112291
112292     Back to automake-1.8 now that my machine works again
112293     
112294     
112295     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@192 48e7efb5-ca39-0410-a469-dd3cf9ba447f
112296
112297 commit 5ab49fcc1c0f8ba0a9353ce79388bb6d0ab12394
112298 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
112299 Date:   Wed Jul 7 01:11:42 2004 +0000
112300
112301     Add ppc arch signature
112302     
112303     
112304     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@191 48e7efb5-ca39-0410-a469-dd3cf9ba447f
112305
112306 commit 8bdeb0c16eab29917ebe73cdf17bde45878b700e
112307 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
112308 Date:   Wed Jul 7 01:03:33 2004 +0000
112309
112310     Result of datadesc_usage --write on i386 box
112311     
112312     
112313     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@190 48e7efb5-ca39-0410-a469-dd3cf9ba447f
112314
112315 commit a7e99df0a1386a5ae5ba510ee949aecb76fc6204
112316 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
112317 Date:   Wed Jul 7 01:02:35 2004 +0000
112318
112319     In READ and WRITE mode (instead of RW), the remote_arch is the first char of the file; Let cyclic free its memory even in READ mode
112320     
112321     
112322     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@189 48e7efb5-ca39-0410-a469-dd3cf9ba447f
112323
112324 commit e9a301698f8d228bb33b6e652c98a9fd1753eb75
112325 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
112326 Date:   Tue Jul 6 08:24:55 2004 +0000
112327
112328     A leak of 5 bytes is better than a segfault when more than one chunk in gras-log
112329     
112330     
112331     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@188 48e7efb5-ca39-0410-a469-dd3cf9ba447f
112332
112333 commit 425d9d340a6b9236522b494714940358f4cd8c7f
112334 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
112335 Date:   Tue Jul 6 08:17:34 2004 +0000
112336
112337     Document last changes
112338     
112339     
112340     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@187 48e7efb5-ca39-0410-a469-dd3cf9ba447f
112341
112342 commit 3e6198594720a26230708e18265ad47f8788d421
112343 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
112344 Date:   Tue Jul 6 08:10:09 2004 +0000
112345
112346     It works. Isn't that great?
112347     
112348     
112349     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@186 48e7efb5-ca39-0410-a469-dd3cf9ba447f
112350
112351 commit e7f57f7d31cdd823f4915aaf54442cadea13cb54
112352 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
112353 Date:   Tue Jul 6 08:08:34 2004 +0000
112354
112355     MSG is freeing the pointer it gives me as argv. That's thus a bad idea to realloc it
112356     
112357     
112358     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@185 48e7efb5-ca39-0410-a469-dd3cf9ba447f
112359
112360 commit bd7753d965d41b892925d5d15fc1f9fda663ee95
112361 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
112362 Date:   Tue Jul 6 08:07:30 2004 +0000
112363
112364     exit gras in server, and say process are done when they really are
112365     
112366     
112367     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@184 48e7efb5-ca39-0410-a469-dd3cf9ba447f
112368
112369 commit 5dcc0eb10d4324975301fabed5ef12c20f955a13
112370 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
112371 Date:   Tue Jul 6 08:04:38 2004 +0000
112372
112373     initialize in trp_socket_new a socket field which should be initialized anyhow, but isn't
112374     
112375     
112376     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@183 48e7efb5-ca39-0410-a469-dd3cf9ba447f
112377
112378 commit bc25b620e3abeca5bb4d7003c5eea1970a307056
112379 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
112380 Date:   Tue Jul 6 08:02:46 2004 +0000
112381
112382     More debug msg, rephrase other debug msg
112383     
112384     
112385     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@182 48e7efb5-ca39-0410-a469-dd3cf9ba447f
112386
112387 commit 69872d0bb4e246568d1a2ad67d3239f5e68855dd
112388 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
112389 Date:   Tue Jul 6 07:34:20 2004 +0000
112390
112391     in gras_dynar_cursor_rm, we want to get the content to free it if there is a
112392     free_func. But take care of writing it into a variable big enough, little
112393     scarabee...
112394     
112395     
112396     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@181 48e7efb5-ca39-0410-a469-dd3cf9ba447f
112397
112398 commit ce6204c95dbdad72f954ed6a663f5b97eacc8868
112399 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
112400 Date:   Tue Jul 6 01:54:30 2004 +0000
112401
112402     current state
112403     
112404     
112405     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@180 48e7efb5-ca39-0410-a469-dd3cf9ba447f
112406
112407 commit 5a9c4dc630319669a6e3dd07aa9665b700443d15
112408 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
112409 Date:   Tue Jul 6 01:53:01 2004 +0000
112410
112411     Changes of the day so far:
112412       - Plug a whole bunch of memleaks
112413       - each process now have to call gras_{init,exit}. One day, their log
112414         settings will be separated
112415      [Transport]
112416       - Continue the code factorisation between SG, RL and common
112417     
112418     
112419     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@179 48e7efb5-ca39-0410-a469-dd3cf9ba447f
112420
112421 commit 1fb6a9777849e3542d734189f06494eaefba6cb0
112422 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
112423 Date:   Tue Jul 6 01:51:13 2004 +0000
112424
112425     Current state. Does not work yet, but I'd prefer not to loose it ;)
112426     
112427     
112428     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@178 48e7efb5-ca39-0410-a469-dd3cf9ba447f
112429
112430 commit 5a75c2ad2b79132f8bef85bb8dd8643706e7ed8d
112431 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
112432 Date:   Tue Jul 6 01:50:03 2004 +0000
112433
112434     More DEBUG call
112435     
112436     
112437     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@177 48e7efb5-ca39-0410-a469-dd3cf9ba447f
112438
112439 commit 1e0a4f2b2639244ee9c081f7550d8c76b841b12e
112440 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
112441 Date:   Tue Jul 6 01:49:31 2004 +0000
112442
112443     Eradicate fprintf, use proper logging function
112444     
112445     
112446     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@176 48e7efb5-ca39-0410-a469-dd3cf9ba447f
112447
112448 commit f4de18e5861001f25ee66b2ab3f78c9257d52728
112449 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
112450 Date:   Tue Jul 6 01:22:43 2004 +0000
112451
112452     gras_trp_socket_new is in charge of pushing it into the set of known sockets
112453     
112454     
112455     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@175 48e7efb5-ca39-0410-a469-dd3cf9ba447f
112456
112457 commit e80868b45a605b7c4a5cdfda5ece522a3c2b2bad
112458 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
112459 Date:   Tue Jul 6 01:01:17 2004 +0000
112460
112461     Make sure the process get the --gras-log argument in SG mode (where the arguments are usually given by the deployment file)
112462     
112463     
112464     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@174 48e7efb5-ca39-0410-a469-dd3cf9ba447f
112465
112466 commit b8a24f4bc03d6ae054db7fd55887207ae8da9ab7
112467 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
112468 Date:   Tue Jul 6 00:43:17 2004 +0000
112469
112470     Each process have to run gras_init/exit (one day, they'll have separate log settings)
112471     
112472     
112473     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@173 48e7efb5-ca39-0410-a469-dd3cf9ba447f
112474
112475 commit df41a705b5b5f15a4806414061bf325bfd8a6272
112476 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
112477 Date:   Tue Jul 6 00:31:24 2004 +0000
112478
112479     Let it work in SG (gras_init and gras_exit called only when needed)
112480     
112481     
112482     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@172 48e7efb5-ca39-0410-a469-dd3cf9ba447f
112483
112484 commit f4f8bd3804ff1e7a3c5d7c179c6cc63ee14d3059
112485 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
112486 Date:   Mon Jul 5 23:53:46 2004 +0000
112487
112488     Some more code factorisation (registering the new socket into the set of known sockets is done by trp_socket_new instead of all over the place)
112489     
112490     
112491     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@171 48e7efb5-ca39-0410-a469-dd3cf9ba447f
112492
112493 commit 76b2d8c9cdf908d428fef3d55c3185876978d97b
112494 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
112495 Date:   Mon Jul 5 23:34:03 2004 +0000
112496
112497     free the callback list on gras_process_exit
112498     
112499     
112500     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@170 48e7efb5-ca39-0410-a469-dd3cf9ba447f
112501
112502 commit 168dc880e22aca384071d6f8dd39ec26bd094c4e
112503 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
112504 Date:   Mon Jul 5 23:21:09 2004 +0000
112505
112506     move the dynar of all known sockets from RL-only to procdata (SG-wanna-accept change)
112507     
112508     
112509     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@169 48e7efb5-ca39-0410-a469-dd3cf9ba447f
112510
112511 commit 4eed03f7bb0f25191cc58578087de20d06f8b5d9
112512 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
112513 Date:   Mon Jul 5 23:19:44 2004 +0000
112514
112515     sockets is now part of the process data
112516     
112517     
112518     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@168 48e7efb5-ca39-0410-a469-dd3cf9ba447f
112519
112520 commit 110bd0fd1e6ee85b32437b6134ee2f50cf75a716
112521 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
112522 Date:   Mon Jul 5 23:18:02 2004 +0000
112523
112524     use gras_trp_socket_new when accepting instead of mallocing ourself to get all the good initialization from there
112525     
112526     
112527     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@167 48e7efb5-ca39-0410-a469-dd3cf9ba447f
112528
112529 commit cefe872c36c945ce02f9c22760966c443e67154a
112530 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
112531 Date:   Mon Jul 5 23:15:00 2004 +0000
112532
112533     initialize the buffer before use, even if the part actually used was already initialized. This prevent valgrind to spit an error about data passed to syscall not being [completely] initialized
112534     
112535     
112536     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@166 48e7efb5-ca39-0410-a469-dd3cf9ba447f
112537
112538 commit 58d9227184fb51af98700ece9235f69d26f2db6a
112539 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
112540 Date:   Mon Jul 5 23:12:54 2004 +0000
112541
112542     add a valgrind target to the makefile, but not for the dict_crash since it takes for ever if we do run it under valgrind
112543     
112544     
112545     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@165 48e7efb5-ca39-0410-a469-dd3cf9ba447f
112546
112547 commit f9d3c1e1600afd3d69155d3cf6d26ed054c97619
112548 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
112549 Date:   Mon Jul 5 23:11:31 2004 +0000
112550
112551     process_{init,exit} from within gras_{init,exit}
112552     
112553     
112554     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@164 48e7efb5-ca39-0410-a469-dd3cf9ba447f
112555
112556 commit bc35938c0b928dea4807525d505882ae91647e87
112557 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
112558 Date:   Mon Jul 5 22:31:17 2004 +0000
112559
112560     Plug memleaks on exit (I know, it's useless)
112561     
112562     
112563     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@163 48e7efb5-ca39-0410-a469-dd3cf9ba447f
112564
112565 commit 62a02b51b60cd69b26262eae02423f1d7da31b43
112566 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
112567 Date:   Mon Jul 5 22:27:26 2004 +0000
112568
112569     Plug a memleak on the name of the incomming messages
112570     
112571     
112572     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@162 48e7efb5-ca39-0410-a469-dd3cf9ba447f
112573
112574 commit 071fb4b0814e9b57eb879b401c3fd29a17ccdae4
112575 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
112576 Date:   Mon Jul 5 22:18:34 2004 +0000
112577
112578     Plug a memleak on sock_close (on peer_name)
112579     
112580     
112581     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@161 48e7efb5-ca39-0410-a469-dd3cf9ba447f
112582
112583 commit e4cac8feae02c6455737148c1003de247b759ea6
112584 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
112585 Date:   Mon Jul 5 22:15:54 2004 +0000
112586
112587     Initialize whether the accepted sock is raw or not from what the server socket is.
112588     
112589     
112590     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@160 48e7efb5-ca39-0410-a469-dd3cf9ba447f
112591
112592 commit 2d9d3add29c03f92d7b7cbe589ceefd6cfaab431
112593 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
112594 Date:   Sat Jul 3 23:30:56 2004 +0000
112595
112596     revert last change trying to inject the \0 after the name, since it was mainly cosmetic and break things around
112597     
112598     
112599     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@159 48e7efb5-ca39-0410-a469-dd3cf9ba447f
112600
112601 commit 444caf8797af18d1e91ac47120aa0446b60fc967
112602 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
112603 Date:   Sat Jul 3 22:39:44 2004 +0000
112604
112605     When inserting into the dict, save the trailing '\0' (ie, use strlen+1 as size)
112606     
112607     
112608     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@158 48e7efb5-ca39-0410-a469-dd3cf9ba447f
112609
112610 commit d116f5f131292f503de788075e53164d8265a119
112611 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
112612 Date:   Sat Jul 3 20:15:53 2004 +0000
112613
112614     kill dead code
112615     
112616     
112617     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@157 48e7efb5-ca39-0410-a469-dd3cf9ba447f
112618
112619 commit f6df1923a0543f5e45c69230a48d1f5ede286f0a
112620 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
112621 Date:   Sat Jul 3 07:49:21 2004 +0000
112622
112623     Make sure that examples/ping/test_rl and examples/ping/test_sg are executable
112624     
112625     
112626     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@156 48e7efb5-ca39-0410-a469-dd3cf9ba447f
112627
112628 commit 9303528719c04cae2d569d9465c28ffe816b5d4e
112629 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
112630 Date:   Sat Jul 3 07:48:52 2004 +0000
112631
112632     dummy scripts passing the args to the programs. Damn automake limitation
112633     
112634     
112635     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@155 48e7efb5-ca39-0410-a469-dd3cf9ba447f
112636
112637 commit 1009c1c2d5c9525c55dc2f423afaaf0d84fc65e9
112638 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
112639 Date:   Sat Jul 3 07:46:26 2004 +0000
112640
112641     Let it work in RL (yuhu)
112642     
112643     
112644     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@154 48e7efb5-ca39-0410-a469-dd3cf9ba447f
112645
112646 commit 7e40f3605a74e6ec2fb9c67bc98a416dbdc9be9f
112647 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
112648 Date:   Sat Jul 3 07:43:43 2004 +0000
112649
112650     Propagate the interface cleanup from last week in datadesc, ie remove a
112651     superfluous level of indirection. User pass adress of variable containing
112652     data (both when sending and receiving), and not of a variable being a
112653     pointer to the data. Let's say that I like it better ;)
112654     
112655     The price for that is constructs like "int msg=*(int*)payload" in handlers,
112656     but it's a fine price, IMHO.
112657     
112658     
112659     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@153 48e7efb5-ca39-0410-a469-dd3cf9ba447f
112660
112661 commit 50dfd47984333c254d1ff7d482ee8bb1ced712b5
112662 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
112663 Date:   Sat Jul 3 07:41:19 2004 +0000
112664
112665     new function: gras_datadesc_size to allow messaging layer to malloc the needed space
112666     
112667     
112668     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@152 48e7efb5-ca39-0410-a469-dd3cf9ba447f
112669
112670 commit 36950885fdb8e3294c2f1b4bde08dc84743714a7
112671 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
112672 Date:   Sat Jul 3 07:32:43 2004 +0000
112673
112674     adapt to the new syntax of socket_close
112675     
112676     
112677     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@151 48e7efb5-ca39-0410-a469-dd3cf9ba447f
112678
112679 commit e8ebdf5454dea965597077441ee968d2f540550c
112680 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
112681 Date:   Sat Jul 3 07:31:12 2004 +0000
112682
112683     new function: gras_datadesc_size to allow messaging layer to malloc the needed space
112684     
112685     
112686     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@150 48e7efb5-ca39-0410-a469-dd3cf9ba447f
112687
112688 commit 704a0f5dead4ac665eb65bdd686d0bfab8d52f83
112689 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
112690 Date:   Sat Jul 3 07:21:25 2004 +0000
112691
112692     gras_socket_close now expect the socket to close (and not its address to
112693     put NULL in it after it).
112694     
112695     This is because the socket passed to handlers is one of their argument (=>
112696     not writable).
112697     
112698     
112699     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@149 48e7efb5-ca39-0410-a469-dd3cf9ba447f
112700
112701 commit cc8c1451d07d37a1800adc4f8a5f1a77bd2b1e21
112702 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
112703 Date:   Sat Jul 3 07:17:45 2004 +0000
112704
112705     -=gs_example ; +=datadesc_usage
112706     
112707     
112708     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@148 48e7efb5-ca39-0410-a469-dd3cf9ba447f
112709
112710 commit dd65c1fbeceec3e8a0550dc98ea530366ff8821f
112711 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
112712 Date:   Sat Jul 3 04:14:06 2004 +0000
112713
112714     Fix the ugly case of reference to dynamic array.
112715     
112716     The size of this array comes from the network.
112717     It is needed both at the reference reception level (to allocate enough
112718     space) and at the array reception level (to fill enough room).
112719     
112720     It is then passed as an argument of the recursive function. This is a crude
112721     hack, but I was told that working code is sometimes better than neat one ;)
112722     
112723     
112724     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@147 48e7efb5-ca39-0410-a469-dd3cf9ba447f
112725
112726 commit c91ee5ab52f27d67b6c6756ebc091ac7a2d06d70
112727 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
112728 Date:   Sat Jul 3 04:10:02 2004 +0000
112729
112730     Plug a tiny leak
112731     
112732     
112733     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@146 48e7efb5-ca39-0410-a469-dd3cf9ba447f
112734
112735 commit 6d22c8d5405eacbdf9d78257bcf999279ba7e780
112736 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
112737 Date:   Sat Jul 3 03:08:32 2004 +0000
112738
112739     Create a new log channel tbx containing dict, set, log, dynar, config (to shut
112740     them all up in one shot)
112741     
112742     
112743     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@145 48e7efb5-ca39-0410-a469-dd3cf9ba447f
112744
112745 commit 93fd2018161e66e6022f9a91ac1a646babfe0088
112746 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
112747 Date:   Tue Jun 29 05:09:30 2004 +0000
112748
112749     Make it easy to specify the version of automake to use (it's 1.7 here on graal)
112750     
112751     
112752     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@144 48e7efb5-ca39-0410-a469-dd3cf9ba447f
112753
112754 commit 181d55da4aed2b4e1357a58278f28adc3cd6ca63
112755 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
112756 Date:   Tue Jun 29 05:07:17 2004 +0000
112757
112758     New configure (generated on Graal since my hard disk died, and since the installed version here in the lab is automake-1.4, erk)
112759     
112760     
112761     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@143 48e7efb5-ca39-0410-a469-dd3cf9ba447f
112762
112763 commit 06591fdabb9e626fc363e19ee8f43b7b18508953
112764 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
112765 Date:   Tue Jun 29 04:06:31 2004 +0000
112766
112767     Cruft eradication
112768     
112769     
112770     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@142 48e7efb5-ca39-0410-a469-dd3cf9ba447f
112771
112772 commit e94c298c90a9c318625133edb1c719c0e1cb5821
112773 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
112774 Date:   Mon Jun 21 17:55:34 2004 +0000
112775
112776     document last changes
112777     
112778     
112779     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@141 48e7efb5-ca39-0410-a469-dd3cf9ba447f
112780
112781 commit e44e3209d2f93ac9d645ec46bb058b05b770a524
112782 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
112783 Date:   Mon Jun 21 17:54:53 2004 +0000
112784
112785     cosmetics
112786     
112787     
112788     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@140 48e7efb5-ca39-0410-a469-dd3cf9ba447f
112789
112790 commit 1f618f8811b97cfd55769c05ec00cdca5f27aa06
112791 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
112792 Date:   Mon Jun 21 17:54:14 2004 +0000
112793
112794     Change the default port
112795     
112796     
112797     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@139 48e7efb5-ca39-0410-a469-dd3cf9ba447f
112798
112799 commit de6fe5331b6bca5f67584856912729a0814118ef
112800 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
112801 Date:   Mon Jun 21 17:52:38 2004 +0000
112802
112803     More work on SG, almost done
112804     
112805     
112806     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@138 48e7efb5-ca39-0410-a469-dd3cf9ba447f
112807
112808 commit 6b1dd42b7917ae36a95ce2c9986e0fef46905704
112809 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
112810 Date:   Mon Jun 21 17:43:38 2004 +0000
112811
112812     Give it the possibility to do only writes or only reads (so that I can work on portability); make it work, even with cycles (beside with strings)
112813     
112814     
112815     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@137 48e7efb5-ca39-0410-a469-dd3cf9ba447f
112816
112817 commit 7d6b04b29fa0fbad39c672e0c6532747270df7ce
112818 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
112819 Date:   Mon Jun 21 17:42:04 2004 +0000
112820
112821     make a gras_msg_recv_no_malloc function to make clear that if you don't NULL its argument, you'll get into trouble (interface simplification again)
112822     
112823     
112824     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@136 48e7efb5-ca39-0410-a469-dd3cf9ba447f
112825
112826 commit b2d185d3bc9e8eee467d996f948c7ca7ab4d438d
112827 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
112828 Date:   Mon Jun 21 17:41:42 2004 +0000
112829
112830     register the message even if it's already there with the same payload so that the old payload gets free'd when its refcount becomes zero; make a gras_msg_recv_no_malloc function to make clear that if you don't NULL its argument, you'll get into trouble (interface simplification again)
112831     
112832     
112833     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@135 48e7efb5-ca39-0410-a469-dd3cf9ba447f
112834
112835 commit 5eb045085f187501764ffeae1e28987c21816f69
112836 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
112837 Date:   Mon Jun 21 17:37:19 2004 +0000
112838
112839     remove one indirection of gras_datadesc_recv to ease its semantic; plug a few leaks; make gras_datadesc_type_cmp do its job
112840     
112841     
112842     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@134 48e7efb5-ca39-0410-a469-dd3cf9ba447f
112843
112844 commit 0af54d5166bc403563b3d28ee9e8e65b4a59f25e
112845 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
112846 Date:   Mon Jun 21 17:35:12 2004 +0000
112847
112848     remove one indirection of gras_datadesc_recv to ease its semantic
112849     
112850     
112851     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@133 48e7efb5-ca39-0410-a469-dd3cf9ba447f
112852
112853 commit cc01378100d56495f890b9d7021b6e05ec48e71f
112854 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
112855 Date:   Mon Jun 21 17:14:18 2004 +0000
112856
112857     backtraces are useless
112858     
112859     
112860     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@132 48e7efb5-ca39-0410-a469-dd3cf9ba447f
112861
112862 commit 031b52f3db78bf8f6479a2866fc08215bee9737e
112863 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
112864 Date:   Mon Jun 21 17:14:03 2004 +0000
112865
112866     prototypes of some new debugging functions
112867     
112868     
112869     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@131 48e7efb5-ca39-0410-a469-dd3cf9ba447f
112870
112871 commit 111b8df8d7c1c402122d4aacb375100510e8315c
112872 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
112873 Date:   Mon Jun 21 17:13:27 2004 +0000
112874
112875     Cosmetics
112876     
112877     
112878     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@130 48e7efb5-ca39-0410-a469-dd3cf9ba447f
112879
112880 commit 935fd603d498e38c004aa0522020ce27f16fd01a
112881 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
112882 Date:   Mon Jun 21 17:13:05 2004 +0000
112883
112884     implement gras_procdata_exit to plug the leaks
112885     
112886     
112887     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@129 48e7efb5-ca39-0410-a469-dd3cf9ba447f
112888
112889 commit f63a1f846bd0dee20becfd6f655789420849fafd
112890 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
112891 Date:   Mon Jun 21 17:12:35 2004 +0000
112892
112893     implement gras_process_exit (using gras_procdata_exit) to plug the leaks
112894     
112895     
112896     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@128 48e7efb5-ca39-0410-a469-dd3cf9ba447f
112897
112898 commit 4d84efe2058c35c8592669a0d7bc14dd875003b5
112899 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
112900 Date:   Mon Jun 21 17:11:37 2004 +0000
112901
112902     cosmetics
112903     
112904     
112905     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@127 48e7efb5-ca39-0410-a469-dd3cf9ba447f
112906
112907 commit 0154333fd446f6e40144fcd5b302616b8c1f73c0
112908 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
112909 Date:   Mon Jun 21 17:10:56 2004 +0000
112910
112911     plug a stupid leak
112912     
112913     
112914     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@126 48e7efb5-ca39-0410-a469-dd3cf9ba447f
112915
112916 commit 6b791e21e56ef3f6b98a843dfcefb5bf9815f0c0
112917 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
112918 Date:   Mon Jun 21 17:08:48 2004 +0000
112919
112920     Use refcounters on datadescription types so that messages can have pointer to datadescription directly (and not their name), and still deal with multiple creations of the types (in SG, each process create them) and without leaking on them
112921     
112922     
112923     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@125 48e7efb5-ca39-0410-a469-dd3cf9ba447f
112924
112925 commit 36bab9e99aa4098398ce96f01b3c06aff6d0919e
112926 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
112927 Date:   Mon Jun 21 17:05:37 2004 +0000
112928
112929     New (debugging) function: gras_datadesc_arch_name
112930     
112931     
112932     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@124 48e7efb5-ca39-0410-a469-dd3cf9ba447f
112933
112934 commit 09284461e0f5845772b9f002394a42fb81438326
112935 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
112936 Date:   Mon Jun 21 17:04:47 2004 +0000
112937
112938     New (debugging) functions: gras_datadesc_get_{name,id} gras_datadesc_type_dump
112939     
112940     
112941     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@123 48e7efb5-ca39-0410-a469-dd3cf9ba447f
112942
112943 commit d21c9d9527afd7a99ee30e1ace72749025464b95
112944 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
112945 Date:   Mon Jun 21 17:03:26 2004 +0000
112946
112947     More verbose
112948     
112949     
112950     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@122 48e7efb5-ca39-0410-a469-dd3cf9ba447f
112951
112952 commit 84eafe2f81ab7b7db83308e32ded2b164f219f4e
112953 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
112954 Date:   Mon Jun 21 17:03:08 2004 +0000
112955
112956     cosmetics
112957     
112958     
112959     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@121 48e7efb5-ca39-0410-a469-dd3cf9ba447f
112960
112961 commit 916a2445383d3ed94e8f17ca33e45333aea2251c
112962 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
112963 Date:   Mon Jun 21 17:02:45 2004 +0000
112964
112965     Plug a memleak when using gras_dynar_cursor_rm
112966     
112967     
112968     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@120 48e7efb5-ca39-0410-a469-dd3cf9ba447f
112969
112970 commit 5ad9531aeffe7130cb9a83488f11b181519651d0
112971 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
112972 Date:   Fri Jun 18 18:20:18 2004 +0000
112973
112974     Initialize GRAS before use ;)
112975     
112976     
112977     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@119 48e7efb5-ca39-0410-a469-dd3cf9ba447f
112978
112979 commit 9887afe7ec61e803ababb9345bee03d8d4c16dbe
112980 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
112981 Date:   Fri Jun 18 18:12:42 2004 +0000
112982
112983     automatic update
112984     
112985     
112986     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@118 48e7efb5-ca39-0410-a469-dd3cf9ba447f
112987
112988 commit 08b83235097cd24905e0b263d422e6220a08f03a
112989 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
112990 Date:   Fri Jun 18 18:10:50 2004 +0000
112991
112992     porting to new standards
112993     
112994     
112995     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@117 48e7efb5-ca39-0410-a469-dd3cf9ba447f
112996
112997 commit ebbe47974d28ad50f4dc76d0b70ec577082e8230
112998 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
112999 Date:   Fri Jun 18 18:08:17 2004 +0000
113000
113001     Add an implementation trick to speed up SG realm
113002     
113003     
113004     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@116 48e7efb5-ca39-0410-a469-dd3cf9ba447f
113005
113006 commit a4a2728d8538392a95a9a94f47633222594a6ea0
113007 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
113008 Date:   Fri Jun 18 18:05:05 2004 +0000
113009
113010     Various cleanups; SG almost work
113011     
113012     
113013     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@115 48e7efb5-ca39-0410-a469-dd3cf9ba447f
113014
113015 commit 37bddfa8379fc8d061099f00fd57b62e26370b4a
113016 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
113017 Date:   Fri Jun 18 18:04:03 2004 +0000
113018
113019     More work on this. Ok, it does not really work yet, but it compiles ;)
113020     
113021     
113022     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@114 48e7efb5-ca39-0410-a469-dd3cf9ba447f
113023
113024 commit 3a057f91da245a7c4e2fe17290d18718e8e6f39e
113025 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
113026 Date:   Fri Jun 18 18:02:51 2004 +0000
113027
113028     cosmetics
113029     
113030     
113031     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@113 48e7efb5-ca39-0410-a469-dd3cf9ba447f
113032
113033 commit 0713d566d608ad3489ada8327c366e65044d9279
113034 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
113035 Date:   Fri Jun 18 18:01:53 2004 +0000
113036
113037     Handle the fact that the RL plugin do not exist in SG mode (and vice versa); plugin names are lowcase; more debug message
113038     
113039     
113040     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@112 48e7efb5-ca39-0410-a469-dd3cf9ba447f
113041
113042 commit 6e346fa06674c164758dc7b1951e06975d70229e
113043 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
113044 Date:   Fri Jun 18 18:00:00 2004 +0000
113045
113046     Implement select over SG (badly since there is so few support within SG); Add stupid implementation of the RL plugins to use when in SG mode
113047     
113048     
113049     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@111 48e7efb5-ca39-0410-a469-dd3cf9ba447f
113050
113051 commit 2e4b8765bebb7cfce5147ed192dd8bf881d6957a
113052 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
113053 Date:   Fri Jun 18 17:57:46 2004 +0000
113054
113055     Add stupid implementation of the SG plugins to use when in RL mode
113056     
113057     
113058     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@110 48e7efb5-ca39-0410-a469-dd3cf9ba447f
113059
113060 commit ffdfad0dab5d005809b7732310c0ced8e4d393e1
113061 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
113062 Date:   Fri Jun 18 17:53:49 2004 +0000
113063
113064     Eradicate two small, nasty and stupid bugs
113065     
113066     
113067     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@109 48e7efb5-ca39-0410-a469-dd3cf9ba447f
113068
113069 commit 3603b42cd77c15c70a491ccc05ffbd84caed7dc4
113070 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
113071 Date:   Fri Jun 18 17:51:10 2004 +0000
113072
113073     A debug msg more
113074     
113075     
113076     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@108 48e7efb5-ca39-0410-a469-dd3cf9ba447f
113077
113078 commit 5d85db61b4d99b5d1ead411415f0dbd447aeae56
113079 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
113080 Date:   Fri Jun 18 17:47:36 2004 +0000
113081
113082     better split SG/RL/common ; remove old cruft
113083     
113084     
113085     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@107 48e7efb5-ca39-0410-a469-dd3cf9ba447f
113086
113087 commit 4d16998e72553fe2df2bcb0fc7786a657175baf3
113088 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
113089 Date:   Mon Jun 14 20:28:06 2004 +0000
113090
113091     Continuation of the internal cleanup; Copy/paste of the SG implementation (not working yet, but soon)
113092     
113093     
113094     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@106 48e7efb5-ca39-0410-a469-dd3cf9ba447f
113095
113096 commit 739ea7d737f8291a0e50fbaa357aa1c7d71d1783
113097 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
113098 Date:   Mon Jun 14 20:25:59 2004 +0000
113099
113100     Field renaming in the plugin struct to cleanup; raw is now a field of the socket, not a creation function argument
113101     
113102     
113103     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@105 48e7efb5-ca39-0410-a469-dd3cf9ba447f
113104
113105 commit f2bdd7012204af630c426e5ca7c0952f946a41db
113106 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
113107 Date:   Mon Jun 14 20:25:01 2004 +0000
113108
113109     Got all of this in the new generation GRAS
113110     
113111     
113112     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@104 48e7efb5-ca39-0410-a469-dd3cf9ba447f
113113
113114 commit 4c6db1aa9224333591395fbe6404013a0a08503a
113115 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
113116 Date:   Mon Jun 14 20:24:30 2004 +0000
113117
113118     The core is in charge of mallocing for the transport plugins (instead of the plugin creation function themselves); raw is now a field of the socket, not a creation function argument
113119     
113120     
113121     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@103 48e7efb5-ca39-0410-a469-dd3cf9ba447f
113122
113123 commit cd4ef55ba9da3104e13b95328a908dbc184b1900
113124 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
113125 Date:   Mon Jun 14 20:22:52 2004 +0000
113126
113127     get/set instead of retrieve/insert
113128     
113129     
113130     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@102 48e7efb5-ca39-0410-a469-dd3cf9ba447f
113131
113132 commit f5247eef9799e032825c207bf01cc7c8deb7620e
113133 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
113134 Date:   Mon Jun 14 20:21:17 2004 +0000
113135
113136     More to do
113137     
113138     
113139     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@101 48e7efb5-ca39-0410-a469-dd3cf9ba447f
113140
113141 commit 7a201299e24cb00c2eeb046d66310ae08b8dc1f1
113142 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
113143 Date:   Fri Jun 11 21:09:06 2004 +0000
113144
113145     +=datadesc_usage
113146     
113147     
113148     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@100 48e7efb5-ca39-0410-a469-dd3cf9ba447f
113149
113150 commit c6c517af9e561a831a14051c92abcb217b1fe2bb
113151 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
113152 Date:   Fri Jun 11 20:34:48 2004 +0000
113153
113154        - Reput hook for raw sockets, needed for BW experiments
113155        - kill a few lines of dead code
113156     
113157     
113158     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@99 48e7efb5-ca39-0410-a469-dd3cf9ba447f
113159
113160 commit d5c59d2c517e9d811871e580abac9513e6e949e1
113161 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
113162 Date:   Fri Jun 11 20:29:19 2004 +0000
113163
113164     Remove a unused variable
113165     
113166     
113167     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@98 48e7efb5-ca39-0410-a469-dd3cf9ba447f
113168
113169 commit e2577d0360f31128b87c748dc9a3253b2ed87727
113170 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
113171 Date:   Fri Jun 11 19:39:22 2004 +0000
113172
113173      [Data description]
113174        - Interface cleanup.
113175          . gras_datadesc_by_name returns the searched type or NULL.
113176            That way, no variable is needed to use a type desc once, which makes
113177             the code clearer.
113178          . gras_datadesc_declare_[struct|union]_append_name is removed. The last
113179            two parameters were strings (field name, type name), leading to
113180            common errors.
113181     
113182     
113183     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@97 48e7efb5-ca39-0410-a469-dd3cf9ba447f
113184
113185 commit 5c1d63690e8f46165af9fe760fc99f218d65e2bf
113186 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
113187 Date:   Fri Jun 11 19:12:50 2004 +0000
113188
113189     More (forgotten) s/retrive/get/ ; s/insert/set/
113190     
113191     
113192     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@96 48e7efb5-ca39-0410-a469-dd3cf9ba447f
113193
113194 commit f615d0c582e6346b9d4db61c8ed3d9ecdd5fe727
113195 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
113196 Date:   Fri Jun 4 22:45:11 2004 +0000
113197
113198     Update of external scripts
113199     
113200     
113201     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@95 48e7efb5-ca39-0410-a469-dd3cf9ba447f
113202
113203 commit ee01c066a5d211df354b5190694a50142ec865f8
113204 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
113205 Date:   Thu Jun 3 22:24:48 2004 +0000
113206
113207     API cleanup: s/dict_insert/dict_set/ and s/dict_retrieve/dict_get/ for consistency with dynar
113208     
113209     
113210     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@94 48e7efb5-ca39-0410-a469-dd3cf9ba447f
113211
113212 commit 36bf0e8355d4908a2057106a5c7a3ce742cc361d
113213 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
113214 Date:   Thu Jun 3 22:24:19 2004 +0000
113215
113216     new version of a script not being mine
113217     
113218     
113219     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@93 48e7efb5-ca39-0410-a469-dd3cf9ba447f
113220
113221 commit 73d53de1c9a9a2b536522d0d2e04031276941caf
113222 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
113223 Date:   Thu Jun 3 22:16:04 2004 +0000
113224
113225     API cleanup: s/dict_insert/dict_set/ and s/dict_retrieve/dict_get/ for consistency with dynar
113226     
113227     
113228     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@92 48e7efb5-ca39-0410-a469-dd3cf9ba447f
113229
113230 commit de2f1c1df519abbc80c22d626d806ab7a47bf0a8
113231 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
113232 Date:   Thu Jun 3 22:15:13 2004 +0000
113233
113234     redo the instruction for the error case (please mail the results to...)
113235     
113236     
113237     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@91 48e7efb5-ca39-0410-a469-dd3cf9ba447f
113238
113239 commit 2d91bd21b39f20de1feeb90e2d999bc25269e46a
113240 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
113241 Date:   Thu Jun 3 22:04:55 2004 +0000
113242
113243     fill the tree before manually removing elements form it + cosmetics
113244     
113245     
113246     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@90 48e7efb5-ca39-0410-a469-dd3cf9ba447f
113247
113248 commit aa7c707291dd1533fcac940f565b42188d558798
113249 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
113250 Date:   Thu Jun 3 22:04:10 2004 +0000
113251
113252     Do not assert out when the user tries to remove data from a NULL dict: that's a noop ;)
113253     
113254     
113255     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@89 48e7efb5-ca39-0410-a469-dd3cf9ba447f
113256
113257 commit 4a0c9427ad6245300056cdbae568ab579bb0c171
113258 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
113259 Date:   Wed Apr 28 11:55:39 2004 +0000
113260
113261     Document last changes
113262     
113263     
113264     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@88 48e7efb5-ca39-0410-a469-dd3cf9ba447f
113265
113266 commit 4ecf344e5f9176bc81c6e693540b88cd7da8258b
113267 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
113268 Date:   Wed Apr 28 11:55:02 2004 +0000
113269
113270     gs est parti
113271     
113272     
113273     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@87 48e7efb5-ca39-0410-a469-dd3cf9ba447f
113274
113275 commit 77af3690304ccc7d653f713f348ae25783c2d21f
113276 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
113277 Date:   Mon Apr 26 10:15:11 2004 +0000
113278
113279     Work to port on new API, to be terminated
113280     
113281     
113282     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@86 48e7efb5-ca39-0410-a469-dd3cf9ba447f
113283
113284 commit d5836a5d0f7d04b47a0eb9c6bab4d793e2c61ea0
113285 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
113286 Date:   Mon Apr 26 10:14:42 2004 +0000
113287
113288     Generate code compatible with the new interfaces
113289     
113290     
113291     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@85 48e7efb5-ca39-0410-a469-dd3cf9ba447f
113292
113293 commit 88e99e0a899f7db13b4a270be4b1953b5e059f1f
113294 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
113295 Date:   Mon Apr 26 10:14:05 2004 +0000
113296
113297     Update to reflect last code changes
113298     
113299     
113300     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@84 48e7efb5-ca39-0410-a469-dd3cf9ba447f
113301
113302 commit b1acf7fe2f1886e9adcb4313f53548c9995a906c
113303 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
113304 Date:   Mon Apr 26 10:11:28 2004 +0000
113305
113306      [Messaging]
113307        - Porting to new standards.
113308      [Data description]
113309        - interface cleanup.
113310          There is no bag anymore, no need to take extra provision to mask the
113311            pointers behind "ID".
113312          Better splitup of functions between files create/exchange/convert.
113313            This is still a bit artificial since convert and receive are so
113314            interleaved, but anyway.
113315      [Virtu(process)]
113316        - add a queued message list to procdata (the ones not matching criteria
113317          in msg_wait)
113318        - factorize some more code between SG and RL wrt procdata
113319      [Tests]
113320        - use gras_exit in example to track memleaks
113321        - get rid of gs_example now that GS is properly integrated into gras
113322        - update run_test to integrate the lastest tests (datadesc)
113323      [Logging]
113324        - rename WARNINGn macros to WARNn since it prooved error-prone
113325     
113326     
113327     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@83 48e7efb5-ca39-0410-a469-dd3cf9ba447f
113328
113329 commit 1bbfe6dff09cff639aaab8fd2898678a5a630c2b
113330 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
113331 Date:   Wed Apr 21 18:44:57 2004 +0000
113332
113333      [Data description]
113334        - register init/exit functions within gras module mecanism
113335        - send/receive function.
113336        Convertion is not implemented, but short-cutted if not needed.
113337        struct/array elements are sent one by one (instead of block-wise), but
113338          nobody really cares (yet). Get a prototype before optimizing.
113339        - tests (using a file socket) for DD send/receive on:
113340          - base types: int, float
113341          - array: fixed size, string (ie ref to dynamic string)
113342          - structure: homogeneous, heterogeneous
113343          - chained list, graph with cycle
113344        Believe it or not, valgrind is not too unhappy with the results. The
113345         cycle happily segfaults, but the others are ok. And I'm sick of pointers
113346         for now.
113347      [Transport]
113348        [File plugin]
113349          - Bugfix when using a filename explicitely (instead of '-')
113350     
113351     
113352     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@82 48e7efb5-ca39-0410-a469-dd3cf9ba447f
113353
113354 commit 6511b78ff810ead55a110d42b01a08255a55b56d
113355 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
113356 Date:   Thu Apr 15 00:17:02 2004 +0000
113357
113358     2004-04-09 Martin Quinson  <martin.quinson@tuxfamily.org>
113359     
113360      [Transport plugins]
113361        - factorize more code between RL and SG in socket creation
113362        - Complete the implementation and tests of:
113363          o TCP
113364          o file (only in RL, and mainly for debugging)
113365     
113366          I lost 3 days to design a portable address resolver, and then decided
113367            that the prototype mainly have to run on my box.
113368          Addressing portability too early may be like optimizing too early :-/
113369      [Tests]
113370        - use gras_init in the Tests instead of the crappy parse_log_opt
113371          (the latter function is removed)
113372      [Conditional execution]
113373        - New functions: gras_if_RL/gras_if_SG (basic support for this)
113374      [Code reorganisation]
113375       - Get rid of libgrasutils.a since it makes more trouble than it solves.
113376         Build examples against the RL library, since there is no way to disable
113377         its creation for now.
113378     
113379     
113380     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@81 48e7efb5-ca39-0410-a469-dd3cf9ba447f
113381
113382 commit 84a0b9d1947db0f61f3a82fb6df02add111fd62f
113383 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
113384 Date:   Fri Apr 9 18:31:01 2004 +0000
113385
113386     cosmetics
113387     
113388     
113389     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@80 48e7efb5-ca39-0410-a469-dd3cf9ba447f
113390
113391 commit 40a81fdc943bd9afd92de9b35c03ff8ffebc4330
113392 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
113393 Date:   Fri Apr 9 18:29:44 2004 +0000
113394
113395     rename bloc_send/recv to chunk_send/recv because I had a doubt on bloc meaning in english
113396     
113397     
113398     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@79 48e7efb5-ca39-0410-a469-dd3cf9ba447f
113399
113400 commit 7f06828c0b578173e3e8db71a29ec5084a82757d
113401 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
113402 Date:   Fri Apr 9 18:28:19 2004 +0000
113403
113404     Redirect chunk_send/recv functions to the plugin version
113405     
113406     
113407     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@78 48e7efb5-ca39-0410-a469-dd3cf9ba447f
113408
113409 commit 0fb3fc9b633724644a4528871430c7e4e7555e2b
113410 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
113411 Date:   Fri Apr 9 18:21:08 2004 +0000
113412
113413     Make clear that the transport plugins are plugins; let the SG one compile
113414     
113415     
113416     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@77 48e7efb5-ca39-0410-a469-dd3cf9ba447f
113417
113418 commit f9531538117fa6a212d9c1cfdf4f0d51015f8295
113419 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
113420 Date:   Wed Apr 7 22:53:05 2004 +0000
113421
113422     comment out virtu_fs, since virtualization of filesystem is not implemented yet, causing empty section, causing trouble in doc generation
113423     
113424     
113425     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@76 48e7efb5-ca39-0410-a469-dd3cf9ba447f
113426
113427 commit b4ec84014ccf592baacd58e99a82d3564f2b6774
113428 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
113429 Date:   Wed Apr 7 22:11:22 2004 +0000
113430
113431     comment out some unused variable to get automake 1.8 shut up
113432     
113433     
113434     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@75 48e7efb5-ca39-0410-a469-dd3cf9ba447f
113435
113436 commit 21195aad63099648eb479f1d64a9003685f8a1df
113437 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
113438 Date:   Wed Apr 7 22:09:09 2004 +0000
113439
113440     Switch to automake 1.8
113441     
113442     
113443     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@74 48e7efb5-ca39-0410-a469-dd3cf9ba447f
113444
113445 commit b2f0a00205926d36e5446f4490901b61e1261be4
113446 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
113447 Date:   Wed Apr 7 22:02:37 2004 +0000
113448
113449     Switch to automake1.8
113450     
113451     
113452     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@73 48e7efb5-ca39-0410-a469-dd3cf9ba447f
113453
113454 commit 331727ab14bbe61b3ab2e04c21df828249cd0775
113455 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
113456 Date:   Wed Apr 7 21:53:31 2004 +0000
113457
113458     Hide some functions to end-users (gras_trp_block_send/recv; trp module init/exit). Those functions are public within GRAS.
113459     
113460     
113461     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@72 48e7efb5-ca39-0410-a469-dd3cf9ba447f
113462
113463 commit f1d9a4d0d60252fd89be58dd9c2751ede4a7ba10
113464 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
113465 Date:   Tue Apr 6 22:17:09 2004 +0000
113466
113467     Ajout de fichiers presents sur mon disque
113468     
113469     
113470     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@71 48e7efb5-ca39-0410-a469-dd3cf9ba447f
113471
113472 commit 31d626536ff0cdfa875075e092bf8c86a5e43710
113473 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
113474 Date:   Tue Apr 6 22:12:59 2004 +0000
113475
113476     J'en ai marre de faire des messages detailles. 'Current state' ;)
113477     
113478     
113479     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@70 48e7efb5-ca39-0410-a469-dd3cf9ba447f
113480
113481 commit a7729514e277aabe9422a2626541f889ad1af08b
113482 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
113483 Date:   Tue Apr 6 22:07:00 2004 +0000
113484
113485     Skeleton of virtualization functions
113486     
113487     
113488     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@69 48e7efb5-ca39-0410-a469-dd3cf9ba447f
113489
113490 commit c9016a86cfc689cd2b4cb32e5246007fb2c81af2
113491 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
113492 Date:   Tue Apr 6 22:03:53 2004 +0000
113493
113494     Get rid of nws_portability
113495     
113496     
113497     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@68 48e7efb5-ca39-0410-a469-dd3cf9ba447f
113498
113499 commit 8042b144f5c9dca3d27811d08ab0d534b7e35edd
113500 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
113501 Date:   Tue Apr 6 22:01:31 2004 +0000
113502
113503     Reorganization
113504     
113505     
113506     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@67 48e7efb5-ca39-0410-a469-dd3cf9ba447f
113507
113508 commit 60c3ee0101748158fb267e81969d322f54e36ee5
113509 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
113510 Date:   Tue Apr 6 22:00:22 2004 +0000
113511
113512     ignorable changes (?)
113513     
113514     
113515     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@66 48e7efb5-ca39-0410-a469-dd3cf9ba447f
113516
113517 commit 2a4ebaa1b8202bdb4c8657b2886165b2927c72ee
113518 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
113519 Date:   Tue Apr 6 21:58:53 2004 +0000
113520
113521     Reorganization, additions
113522     
113523     
113524     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@65 48e7efb5-ca39-0410-a469-dd3cf9ba447f
113525
113526 commit a77382edc44d21b5a9cf02aa164f1009b1ca8818
113527 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
113528 Date:   Tue Apr 6 21:57:08 2004 +0000
113529
113530     reorganization, additions
113531     
113532     
113533     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@64 48e7efb5-ca39-0410-a469-dd3cf9ba447f
113534
113535 commit f4ffef3c8e8bfb4839af60921a0b2e5c8ce51f88
113536 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
113537 Date:   Tue Apr 6 21:52:23 2004 +0000
113538
113539     more documentation reorganization
113540     
113541     
113542     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@63 48e7efb5-ca39-0410-a469-dd3cf9ba447f
113543
113544 commit ea871e4eb6fd92dc1dba6f378b3bd16ad1bdd3d9
113545 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
113546 Date:   Tue Apr 6 21:50:12 2004 +0000
113547
113548     File renaming to reorganize documentation
113549     
113550     
113551     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@62 48e7efb5-ca39-0410-a469-dd3cf9ba447f
113552
113553 commit 6b104e3470faa218aeb35dd13739208cbc09ab65
113554 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
113555 Date:   Tue Apr 6 21:45:25 2004 +0000
113556
113557     cbps need love; remove stupid idea about trame
113558     
113559     
113560     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@61 48e7efb5-ca39-0410-a469-dd3cf9ba447f
113561
113562 commit 86c9e77ea2c33e092db2f505df57792a89ae6bb4
113563 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
113564 Date:   Thu Mar 4 19:32:20 2004 +0000
113565
113566     Typo within comments
113567     
113568     
113569     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@60 48e7efb5-ca39-0410-a469-dd3cf9ba447f
113570
113571 commit 5b9db2dcfeacc4003b9f5ad9923fd7ce1e0cad53
113572 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
113573 Date:   Thu Mar 4 19:28:02 2004 +0000
113574
113575     callbacks' persistant state. Almost no change from GS/vars.c: function renaming; some comments added; s/struct gs_type_t/gras_datadesc_t/ and so on
113576     
113577     
113578     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@59 48e7efb5-ca39-0410-a469-dd3cf9ba447f
113579
113580 commit 60e0b2dbcf46973c8698b2ac532f5b6c4fa0cded
113581 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
113582 Date:   Wed Mar 3 19:19:17 2004 +0000
113583
113584     Document black magic about aligned_size for scalars. Thanks Oli on IRC
113585     
113586     
113587     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@58 48e7efb5-ca39-0410-a469-dd3cf9ba447f
113588
113589 commit 956e574daafdd9e4fc9cb977bfb06b53f9eea766
113590 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
113591 Date:   Wed Mar 3 18:58:07 2004 +0000
113592
113593     Documente macro aligned
113594     
113595     
113596     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@57 48e7efb5-ca39-0410-a469-dd3cf9ba447f
113597
113598 commit 12da3af7ce6d6a0711468bab78df3fffcafb5f80
113599 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
113600 Date:   Wed Mar 3 18:39:48 2004 +0000
113601
113602     Cosmetics
113603     
113604     
113605     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@56 48e7efb5-ca39-0410-a469-dd3cf9ba447f
113606
113607 commit deae77799e9e84938001bed044c63a9f60eb3548
113608 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
113609 Date:   Wed Mar 3 18:32:40 2004 +0000
113610
113611     split process.h (init/exit process; get/set userdata) out of core.h (unsorted stuff)
113612     
113613     
113614     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@55 48e7efb5-ca39-0410-a469-dd3cf9ba447f
113615
113616 commit 2396255a8ff979d90dc0b389ac11bad36cb73b7f
113617 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
113618 Date:   Wed Mar 3 18:21:01 2004 +0000
113619
113620     bootstraping tools
113621     
113622     
113623     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@54 48e7efb5-ca39-0410-a469-dd3cf9ba447f
113624
113625 commit b0a9f609bcff2431265e3a8647c2374d0d86c71d
113626 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
113627 Date:   Wed Mar 3 18:19:45 2004 +0000
113628
113629     Bootstrap the set of local types properly
113630     
113631     
113632     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@53 48e7efb5-ca39-0410-a469-dd3cf9ba447f
113633
113634 commit b398f29231473c714a3e31407a4523ef90b6784d
113635 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
113636 Date:   Wed Mar 3 18:18:36 2004 +0000
113637
113638     Check the GRAS_ARCH; cosmetics
113639     
113640     
113641     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@52 48e7efb5-ca39-0410-a469-dd3cf9ba447f
113642
113643 commit 6f22854e0c325c700663ba4aa42b73dff4e8adca
113644 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
113645 Date:   Tue Mar 2 23:43:17 2004 +0000
113646
113647     implement datatype comparison (mandatory for messaging module)
113648     
113649     
113650     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@51 48e7efb5-ca39-0410-a469-dd3cf9ba447f
113651
113652 commit e5027d10e013486f32881c05c8c90463b1549250
113653 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
113654 Date:   Tue Mar 2 23:42:20 2004 +0000
113655
113656     Split the DataDesc in subfiles; implement ignored category; implement datatype comparison (mandatory for messaging module)
113657     
113658     
113659     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@50 48e7efb5-ca39-0410-a469-dd3cf9ba447f
113660
113661 commit fed9cb3e26900da3e1b71ad181e019331d8161f7
113662 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
113663 Date:   Mon Mar 1 21:06:49 2004 +0000
113664
113665     Update
113666     
113667     
113668     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@49 48e7efb5-ca39-0410-a469-dd3cf9ba447f
113669
113670 commit 84e2031d0bcd57d0d27ff8fb8c26f5b7a7e1c578
113671 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
113672 Date:   Mon Mar 1 21:04:56 2004 +0000
113673
113674     ignore ignorable
113675     
113676     
113677     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@48 48e7efb5-ca39-0410-a469-dd3cf9ba447f
113678
113679 commit 106f897e98d5a22aacc30a599f594764b51b497b
113680 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
113681 Date:   Mon Mar 1 21:03:31 2004 +0000
113682
113683     Add sets, continue mess with datadesc
113684     
113685     
113686     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@47 48e7efb5-ca39-0410-a469-dd3cf9ba447f
113687
113688 commit dbf6b086a4d7aa22b371c985341de88da64af098
113689 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
113690 Date:   Mon Mar 1 21:03:10 2004 +0000
113691
113692     Add set_usage, remove tests of grassouillet
113693     
113694     
113695     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@46 48e7efb5-ca39-0410-a469-dd3cf9ba447f
113696
113697 commit afb6a920a5fb4da71b20d3653e67ff9c48f45dcb
113698 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
113699 Date:   Mon Mar 1 21:00:43 2004 +0000
113700
113701     Transport becomes a real module
113702     
113703     
113704     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@45 48e7efb5-ca39-0410-a469-dd3cf9ba447f
113705
113706 commit e1b2e70eb620dda84721dd3b5b8c9d60ca0ae4ce
113707 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
113708 Date:   Mon Mar 1 20:59:22 2004 +0000
113709
113710     New datadesc implementation. Reformulating of Grassouillet (take error codes, cosmetic changes, remove bags from the scene and introduce sets), no revolution in comparison of GS; .c is the implementation; _interface is visible from within GRAS; _private is visible from this module
113711     
113712     
113713     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@44 48e7efb5-ca39-0410-a469-dd3cf9ba447f
113714
113715 commit ff158e648559da0a70c0dfd41f80ee327894e245
113716 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
113717 Date:   Mon Mar 1 20:57:01 2004 +0000
113718
113719     Fix description of gras_dict_cursor_step()
113720     
113721     
113722     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@43 48e7efb5-ca39-0410-a469-dd3cf9ba447f
113723
113724 commit 8cc69a0fc4e5fc1a523cf6edc5ea47fc4faadc99
113725 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
113726 Date:   Mon Mar 1 20:56:23 2004 +0000
113727
113728     Parenthesis around macro arguments
113729     
113730     
113731     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@42 48e7efb5-ca39-0410-a469-dd3cf9ba447f
113732
113733 commit 081dcade7709989b3d7b83719121868ee11a3dfc
113734 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
113735 Date:   Mon Mar 1 20:55:44 2004 +0000
113736
113737     gras_datadesc_declare_* prototypes (Create a new type and register it on the local machine)
113738     
113739     
113740     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@41 48e7efb5-ca39-0410-a469-dd3cf9ba447f
113741
113742 commit 847b5679d57ac7c9afc2045e996a85db67a96fcf
113743 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
113744 Date:   Mon Mar 1 20:54:15 2004 +0000
113745
113746     add the set, continue to mess with datadesc
113747     
113748     
113749     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@40 48e7efb5-ca39-0410-a469-dd3cf9ba447f
113750
113751 commit b6491c34258d1493b01c3bc9514c87f0abb96edc
113752 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
113753 Date:   Mon Mar 1 20:52:56 2004 +0000
113754
113755     A new data container coupling the facilities of a dynar with the ones of a dict
113756     
113757     
113758     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@39 48e7efb5-ca39-0410-a469-dd3cf9ba447f
113759
113760 commit 8f1bc541dc70656bc5b60900845a3a8aafed3565
113761 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
113762 Date:   Fri Feb 13 17:37:58 2004 +0000
113763
113764     I'll manage to organize that cruft. Ignore the cvs commits in the next few days
113765     
113766     
113767     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@38 48e7efb5-ca39-0410-a469-dd3cf9ba447f
113768
113769 commit cd0b3423c978e4d5426cc6d8f0f56b3ce83265d1
113770 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
113771 Date:   Fri Feb 13 17:22:00 2004 +0000
113772
113773     mv gs/ DataDesc/ ; change the prefix of parsing functions from gs_parse to gras_datadesc_parse
113774     
113775     
113776     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@37 48e7efb5-ca39-0410-a469-dd3cf9ba447f
113777
113778 commit 46fe8e97bab7bc71c78f24668410dfeb5982847a
113779 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
113780 Date:   Fri Feb 13 17:03:55 2004 +0000
113781
113782     mv gs/ DataDesc/
113783     
113784     
113785     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@36 48e7efb5-ca39-0410-a469-dd3cf9ba447f
113786
113787 commit ecb402a8d53f904699cd07e613bc44df03879be6
113788 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
113789 Date:   Thu Feb 12 23:26:50 2004 +0000
113790
113791     mv gs/ DataDesc/
113792     
113793     
113794     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@35 48e7efb5-ca39-0410-a469-dd3cf9ba447f
113795
113796 commit c42d071414cfaed431e833f6c76e07704e101e10
113797 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
113798 Date:   Thu Feb 12 22:48:29 2004 +0000
113799
113800     mv gs/ DataDesc/
113801     
113802     
113803     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@34 48e7efb5-ca39-0410-a469-dd3cf9ba447f
113804
113805 commit b413f5823e2185e2f54b5558b4d3b4db2198f149
113806 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
113807 Date:   Fri Feb 6 16:43:31 2004 +0000
113808
113809     New version
113810     
113811     
113812     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@33 48e7efb5-ca39-0410-a469-dd3cf9ba447f
113813
113814 commit e9c849711f3e3df59911cd89ef20b37bb9982e68
113815 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
113816 Date:   Fri Feb 6 16:41:35 2004 +0000
113817
113818     Fix make dist
113819     
113820     
113821     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@32 48e7efb5-ca39-0410-a469-dd3cf9ba447f
113822
113823 commit ab0ecac88db14e649fbe8cd9cce7ea219d2edaff
113824 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
113825 Date:   Wed Feb 4 19:22:26 2004 +0000
113826
113827     Adapt to lastest changes in dict: Create dicts before use
113828     
113829     
113830     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@31 48e7efb5-ca39-0410-a469-dd3cf9ba447f
113831
113832 commit 7a72ff10c3d309d3d93290b9f9145f2a4b2d3b06
113833 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
113834 Date:   Wed Feb 4 19:19:45 2004 +0000
113835
113836     Do not use neither type parsing nor the mixed sequence (nb 5), since both of them lead to segfault for now
113837     
113838     
113839     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@30 48e7efb5-ca39-0410-a469-dd3cf9ba447f
113840
113841 commit 29e11537805dba85778e2bfc3c0b5984d0500477
113842 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
113843 Date:   Wed Feb 4 19:17:33 2004 +0000
113844
113845     pass the received arguments to the slaves
113846     
113847     
113848     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@29 48e7efb5-ca39-0410-a469-dd3cf9ba447f
113849
113850 commit ddeb819477ba758edbc672953e90d276374f1cc8
113851 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
113852 Date:   Wed Feb 4 19:16:55 2004 +0000
113853
113854     Do compile the tests of GS
113855     
113856     
113857     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@28 48e7efb5-ca39-0410-a469-dd3cf9ba447f
113858
113859 commit dfd5eaec356ece9feec6f3aa6ae49db840238d63
113860 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
113861 Date:   Wed Feb 4 18:32:55 2004 +0000
113862
113863     Make the number of element configurable at compile time
113864     
113865     
113866     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@27 48e7efb5-ca39-0410-a469-dd3cf9ba447f
113867
113868 commit 75ffa801579aeb214b8d95290b76c96a605a2422
113869 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
113870 Date:   Tue Feb 3 23:35:05 2004 +0000
113871
113872     Reduce overengeneering around datadesc, put stubs in place so that the kernel compiles again (but examples still cannot be built)
113873     
113874     
113875     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@26 48e7efb5-ca39-0410-a469-dd3cf9ba447f
113876
113877 commit 2de95fd8b3b3b3edb7e11074295f1b90d6427b36
113878 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
113879 Date:   Thu Jan 29 20:37:13 2004 +0000
113880
113881     make dist now works
113882     
113883     
113884     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@25 48e7efb5-ca39-0410-a469-dd3cf9ba447f
113885
113886 commit 3a3ad7b4828808aeaddac16924ff03c45dd73fca
113887 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
113888 Date:   Thu Jan 29 20:18:58 2004 +0000
113889
113890     Fix the location of the gras library (again)
113891     
113892     
113893     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@24 48e7efb5-ca39-0410-a469-dd3cf9ba447f
113894
113895 commit dcba8eddcfba041ff11c94eb1e8fff4cfd25550d
113896 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
113897 Date:   Thu Jan 29 20:17:04 2004 +0000
113898
113899     mv core Core
113900     
113901     
113902     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@23 48e7efb5-ca39-0410-a469-dd3cf9ba447f
113903
113904 commit 092910cd23c789eb83b53efb69e85ae58ed3b1d0
113905 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
113906 Date:   Thu Jan 29 18:26:10 2004 +0000
113907
113908     /me is stupid. Making a directory called core breaks the make clean because it tries to remove cruft called core. Thus, mv core Core
113909     
113910     
113911     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@22 48e7efb5-ca39-0410-a469-dd3cf9ba447f
113912
113913 commit ac6456bcb4a2a713c60fa36ce616d7a9687917c9
113914 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
113915 Date:   Thu Jan 29 18:13:37 2004 +0000
113916
113917     add the first percent of a wannabe module mecanism allowing me to track memleaks effectively
113918     
113919     
113920     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@21 48e7efb5-ca39-0410-a469-dd3cf9ba447f
113921
113922 commit d5dcde9a955031ff47efb3ca61fa90ebcad8067a
113923 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
113924 Date:   Wed Jan 28 23:58:06 2004 +0000
113925
113926     automatic update
113927     
113928     
113929     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@20 48e7efb5-ca39-0410-a469-dd3cf9ba447f
113930
113931 commit eae06108b5fe86dffab7c13e7baaffcfa770e8f3
113932 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
113933 Date:   Wed Jan 28 23:56:32 2004 +0000
113934
113935     Set the cursor to NULL before use in an iteration
113936     
113937     
113938     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@19 48e7efb5-ca39-0410-a469-dd3cf9ba447f
113939
113940 commit 5819b205bbbeb2cb2e9b31c1d7d31d9ed67a1000
113941 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
113942 Date:   Wed Jan 28 23:33:41 2004 +0000
113943
113944     Default debug level=verbose; tries to free the dict twice, just for entertaining purpose since everyone knows that it is safe to do so
113945     
113946     
113947     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@18 48e7efb5-ca39-0410-a469-dd3cf9ba447f
113948
113949 commit 83fd3e71884af5cb063e04ab0b42c3e4c897302f
113950 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
113951 Date:   Wed Jan 28 23:32:02 2004 +0000
113952
113953     Default debug level=verbose (instead of debug); plug a memleak; add some logs
113954     
113955     
113956     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@17 48e7efb5-ca39-0410-a469-dd3cf9ba447f
113957
113958 commit f2a751c61e7aa152f2b6e829d0cce36ece004046
113959 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
113960 Date:   Wed Jan 28 23:30:38 2004 +0000
113961
113962     Redirect tests stderr to &1 to be usable in a |less
113963     
113964     
113965     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@16 48e7efb5-ca39-0410-a469-dd3cf9ba447f
113966
113967 commit d9dde74e0e8fcaacdd7ad844be2a5b152d893731
113968 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
113969 Date:   Wed Jan 28 22:14:49 2004 +0000
113970
113971     basic support for automatic testing easing problem support from the users
113972     
113973     
113974     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@15 48e7efb5-ca39-0410-a469-dd3cf9ba447f
113975
113976 commit 3f7f0b36834a6691a448267cfe24e2884e1c959d
113977 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
113978 Date:   Wed Jan 28 19:47:59 2004 +0000
113979
113980     New testing framework to make pb repporting easier
113981     
113982     
113983     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@14 48e7efb5-ca39-0410-a469-dd3cf9ba447f
113984
113985 commit 603e3e0717f9170f6844b293d04ad0c2ebdbaa84
113986 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
113987 Date:   Wed Jan 28 19:18:27 2004 +0000
113988
113989     use iterators
113990     
113991     
113992     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@13 48e7efb5-ca39-0410-a469-dd3cf9ba447f
113993
113994 commit 25e6bf5edb877acac0b08833a6f3eafa9039dc83
113995 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
113996 Date:   Wed Jan 28 19:16:57 2004 +0000
113997
113998     use iterators; try to traverse the empty dynar, just to see ;)
113999     
114000     
114001     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@12 48e7efb5-ca39-0410-a469-dd3cf9ba447f
114002
114003 commit 708be7e6cd5c35960a6d2213597ad413214d3287
114004 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
114005 Date:   Wed Jan 28 19:14:26 2004 +0000
114006
114007     Rationalize iterators over dict (using the ones over dynars)
114008     
114009     
114010     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@11 48e7efb5-ca39-0410-a469-dd3cf9ba447f
114011
114012 commit ae35beb6c764a2262c171680d36b16bab4598ec0
114013 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
114014 Date:   Wed Jan 28 18:58:09 2004 +0000
114015
114016     rationalize the iterators over dynar
114017     
114018     
114019     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@10 48e7efb5-ca39-0410-a469-dd3cf9ba447f
114020
114021 commit 253a5675682b1e78fddf4993f2825c6fed4a9ab3
114022 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
114023 Date:   Wed Jan 28 18:56:21 2004 +0000
114024
114025     compile out the Common dir for now. It's not ready yet
114026     
114027     
114028     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9 48e7efb5-ca39-0410-a469-dd3cf9ba447f
114029
114030 commit 2267f663b4a962e6a5d510879ea99ebc8f37e19f
114031 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
114032 Date:   Wed Jan 28 18:54:48 2004 +0000
114033
114034     mv test_log log_usage
114035     
114036     
114037     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8 48e7efb5-ca39-0410-a469-dd3cf9ba447f
114038
114039 commit 1bbdfba4d473865f9068d953680eef6553d206d6
114040 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
114041 Date:   Wed Jan 28 18:41:14 2004 +0000
114042
114043     unifiate the name of test
114044     
114045     
114046     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7 48e7efb5-ca39-0410-a469-dd3cf9ba447f
114047
114048 commit ff021a73f0cd26b2f27ca729783aa486393f9b3a
114049 Author: mquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
114050 Date:   Tue Jan 27 19:53:06 2004 +0000
114051
114052     Initial revision
114053     
114054     
114055     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3 48e7efb5-ca39-0410-a469-dd3cf9ba447f
114056
114057 commit 85bd77ce2235a846db6202fec0dc396d07d6fead
114058 Author: (no author) <(no author)@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
114059 Date:   Tue Jan 27 19:53:06 2004 +0000
114060
114061     New repository initialized by cvs2svn.
114062     
114063     git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2 48e7efb5-ca39-0410-a469-dd3cf9ba447f