Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
13 years agoCosmetics
Christophe Thiéry [Tue, 12 Apr 2011 09:49:35 +0000 (11:49 +0200)]
Cosmetics

13 years agoFix identation of comments.
Christophe Thiéry [Tue, 12 Apr 2011 09:34:57 +0000 (11:34 +0200)]
Fix identation of comments.

13 years agographicator only works if simgrid has tracing enabled
Lucas Schnorr [Tue, 12 Apr 2011 09:17:56 +0000 (11:17 +0200)]
graphicator only works if simgrid has tracing enabled

13 years agoChange eculidean for euclidean.
Navarrop [Tue, 12 Apr 2011 09:02:53 +0000 (11:02 +0200)]
Change eculidean for euclidean.

13 years agoFixing building warning.
Navarrop [Tue, 12 Apr 2011 08:59:05 +0000 (10:59 +0200)]
Fixing building warning.

13 years agocleaning graphicator include headers and code
Lucas Schnorr [Tue, 12 Apr 2011 09:04:47 +0000 (11:04 +0200)]
cleaning graphicator include headers and code

13 years agoTypos
Christophe Thiéry [Tue, 12 Apr 2011 08:57:24 +0000 (10:57 +0200)]
Typos

13 years agoUpdate test of graphicator.
Navarrop [Mon, 11 Apr 2011 14:32:23 +0000 (16:32 +0200)]
Update test of graphicator.

13 years agoAdd ignored files for tracing.
Navarrop [Mon, 11 Apr 2011 14:32:05 +0000 (16:32 +0200)]
Add ignored files for tracing.

13 years agoVerification of model Vivaldi and no link_ctn for route and AS_route.
Navarrop [Mon, 11 Apr 2011 13:57:36 +0000 (15:57 +0200)]
Verification of model Vivaldi and no link_ctn for route and AS_route.

13 years agoMerge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot//simgrid/simgrid
Christophe Thiéry [Tue, 12 Apr 2011 07:56:51 +0000 (09:56 +0200)]
Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot//simgrid/simgrid

13 years agomerging tracing changes
Lucas Schnorr [Mon, 11 Apr 2011 21:16:53 +0000 (23:16 +0200)]
merging tracing changes

13 years agoupdate tesh'es: tracing tests use temporal buffer
Lucas Schnorr [Mon, 11 Apr 2011 21:16:03 +0000 (23:16 +0200)]
update tesh'es: tracing tests use temporal buffer

13 years agonew tracing/buffer configuration option, default to 0
Lucas Schnorr [Mon, 11 Apr 2011 21:03:59 +0000 (23:03 +0200)]
new tracing/buffer configuration option, default to 0

details:
- it indicates if a buffer should be used to keep trace events
in temporal order
- defaults to NO because keeping the buffer makes the simulation slow

13 years agocleaning deprecated ways of tracing resource utilization
Lucas Schnorr [Mon, 11 Apr 2011 20:48:40 +0000 (22:48 +0200)]
cleaning deprecated ways of tracing resource utilization

details:
- aka, let's generate big trace files

13 years agoexport to graphviz function in the tracing way, we need node names
Lucas Schnorr [Mon, 11 Apr 2011 20:41:46 +0000 (22:41 +0200)]
export to graphviz function in the tracing way, we need node names

13 years agolua layer that reimplements SPLAY methodsfor rpc, job and events modules, with a...
mehdi [Mon, 11 Apr 2011 11:57:44 +0000 (13:57 +0200)]
lua layer that reimplements SPLAY methodsfor rpc, job and events modules, with a SPLAYchool script that works on SimGrid

13 years agoadd some bindings for lua that enable to add properties into a resource and to contro...
mehdi [Mon, 11 Apr 2011 11:49:11 +0000 (13:49 +0200)]
add some bindings for lua that enable to add properties into a resource and to control native processes (useful for splay integration)

13 years agoSetting the context factory has no effect in SD (there are no contextes)
Christophe Thiéry [Mon, 11 Apr 2011 09:37:27 +0000 (11:37 +0200)]
Setting the context factory has no effect in SD (there are no contextes)

13 years agoMerge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot//simgrid/simgrid
Christophe Thiéry [Mon, 11 Apr 2011 08:54:13 +0000 (10:54 +0200)]
Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot//simgrid/simgrid

13 years agoWhen enable_pcre is OFF, disable RuleBased and Vivaldi tests.
Christophe Thiéry [Mon, 11 Apr 2011 08:52:23 +0000 (10:52 +0200)]
When enable_pcre is OFF, disable RuleBased and Vivaldi tests.

13 years agoSet enable_pcre to auto by default.
Navarrop [Mon, 11 Apr 2011 08:45:15 +0000 (10:45 +0200)]
Set enable_pcre to auto by default.
Configure failed if set to "on" and if pcre is not found.

13 years agoDelete coordinates for AS.
Navarrop [Mon, 11 Apr 2011 07:48:53 +0000 (09:48 +0200)]
Delete coordinates for AS.

13 years agoCosmetics
Navarrop [Mon, 11 Apr 2011 07:34:11 +0000 (09:34 +0200)]
Cosmetics

13 years agoUpdate ChangeLog
Christophe Thiéry [Mon, 11 Apr 2011 08:49:14 +0000 (10:49 +0200)]
Update ChangeLog

13 years agoif deadlock, close trace file so it may help to find the problem
Lucas Schnorr [Mon, 11 Apr 2011 08:23:39 +0000 (10:23 +0200)]
if deadlock, close trace file so it may help to find the problem

13 years agotrace process creation before request for simix, assuming it won't fail
Lucas Schnorr [Mon, 11 Apr 2011 07:59:16 +0000 (09:59 +0200)]
trace process creation before request for simix, assuming it won't fail

13 years agotrace earlier, simix may start the process before returning the flow control
Lucas Schnorr [Mon, 11 Apr 2011 07:44:17 +0000 (09:44 +0200)]
trace earlier, simix may start the process before returning the flow control

13 years agoif smpi is ungrouped, processes behavior is registered as child of root type
Lucas Schnorr [Sun, 10 Apr 2011 07:59:48 +0000 (09:59 +0200)]
if smpi is ungrouped, processes behavior is registered as child of root type

details:
- some checks in recursive get container

13 years agosmpi tracing test uses the same platform of msg tracing tests
Lucas Schnorr [Sat, 9 Apr 2011 15:06:16 +0000 (17:06 +0200)]
smpi tracing test uses the same platform of msg tracing tests

13 years agouse the small platform without routers in the tracing examples
Lucas Schnorr [Sat, 9 Apr 2011 15:05:36 +0000 (17:05 +0200)]
use the small platform without routers in the tracing examples

details:
- update tesh'es

13 years agographicator re-implemented
Lucas Schnorr [Sat, 9 Apr 2011 14:42:31 +0000 (16:42 +0200)]
graphicator re-implemented

- it now considers exactly the same route traversal of the tracing system
- faster graphviz file generation
- new tracing interface function: TRACE_platform_graph

13 years agofix compilation error
Lucas Schnorr [Sat, 9 Apr 2011 12:55:35 +0000 (14:55 +0200)]
fix compilation error

13 years agomerging tracing changes
Lucas Schnorr [Sat, 9 Apr 2011 12:45:31 +0000 (14:45 +0200)]
merging tracing changes

13 years agore-writing recursive graph extraction functions
Lucas Schnorr [Sat, 9 Apr 2011 12:33:05 +0000 (14:33 +0200)]
re-writing recursive graph extraction functions

13 years agonew function to check if a tracing container exists
Lucas Schnorr [Sat, 9 Apr 2011 12:32:16 +0000 (14:32 +0200)]
new function to check if a tracing container exists

13 years agolet the unique root AS of a platform file be the root of the hierarchy on trace
Lucas Schnorr [Sat, 9 Apr 2011 10:10:26 +0000 (12:10 +0200)]
let the unique root AS of a platform file be the root of the hierarchy on trace

13 years agoraise exception if try to find a container that was not created
Lucas Schnorr [Sat, 9 Apr 2011 09:55:04 +0000 (11:55 +0200)]
raise exception if try to find a container that was not created

13 years agofixing tracing to consider fullduplex links and naming convention
Lucas Schnorr [Fri, 8 Apr 2011 14:37:41 +0000 (16:37 +0200)]
fixing tracing to consider fullduplex links and naming convention

13 years agoproperly freeing memory in the msg process migration example
Lucas Schnorr [Fri, 8 Apr 2011 14:36:21 +0000 (16:36 +0200)]
properly freeing memory in the msg process migration example

13 years agoMerge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot//simgrid/simgrid
Pierre-Nicolas Clauss [Fri, 8 Apr 2011 13:10:27 +0000 (15:10 +0200)]
Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot//simgrid/simgrid

13 years agoUpdated example against newest API.
Pierre-Nicolas Clauss [Fri, 8 Apr 2011 13:10:16 +0000 (15:10 +0200)]
Updated example against newest API.

13 years agotracing interface functions must be called after environment creation
Lucas Schnorr [Fri, 8 Apr 2011 13:04:15 +0000 (15:04 +0200)]
tracing interface functions must be called after environment creation

13 years agocallback to parse_properties_XML when parsing prop tag in XML
mehdi [Fri, 8 Apr 2011 12:59:07 +0000 (14:59 +0200)]
callback to parse_properties_XML when parsing prop tag in XML

13 years agocallback to parse_properties_XML when parsing prop tag in XML
mehdi [Fri, 8 Apr 2011 12:58:40 +0000 (14:58 +0200)]
callback to parse_properties_XML when parsing prop tag in XML

13 years agoparse property tag with lua
mehdi [Fri, 8 Apr 2011 12:57:28 +0000 (14:57 +0200)]
parse property tag with lua

13 years agoMerge commit '521daa8271ac2778d8b2944be25daae65d3540a1' into test
Navarrop [Fri, 8 Apr 2011 09:15:21 +0000 (11:15 +0200)]
Merge commit '521daa8271ac2778d8b2944be25daae65d3540a1' into test

13 years agoAdd tag include.
Navarrop [Fri, 8 Apr 2011 08:11:24 +0000 (10:11 +0200)]
Add tag include.

13 years agoUpdate pipol scripts
Navarrop [Fri, 8 Apr 2011 08:09:26 +0000 (10:09 +0200)]
Update pipol scripts

13 years agoGenerate g5k.xml with perl.
Navarrop [Thu, 7 Apr 2011 16:32:03 +0000 (18:32 +0200)]
Generate g5k.xml with perl.

13 years agoInclude math.h for isfinite()
Christophe Thiéry [Thu, 7 Apr 2011 11:29:47 +0000 (13:29 +0200)]
Include math.h for isfinite()

13 years agoMC: perform actual model-checking in tesh tests
Christophe Thiéry [Thu, 7 Apr 2011 11:19:43 +0000 (13:19 +0200)]
MC: perform actual model-checking in tesh tests

13 years agoImprove parametrization of the pmm example.
cristianrosa [Tue, 5 Apr 2011 09:54:57 +0000 (09:54 +0000)]
Improve parametrization of the pmm example.

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9889 48e7efb5-ca39-0410-a469-dd3cf9ba447f

13 years agoupdating tracing tesh'es to follow updates on category naming convention
Lucas Schnorr [Tue, 5 Apr 2011 16:33:10 +0000 (18:33 +0200)]
updating tracing tesh'es to follow updates on category naming convention

13 years agoif tracing category X is created, define pX for hosts, bX for links
Lucas Schnorr [Tue, 5 Apr 2011 16:19:24 +0000 (18:19 +0200)]
if tracing category X is created, define pX for hosts, bX for links

details:
- avoids confusion when doing spatial aggregation with
the triva's hierarchical graph view

13 years agoremoving the loopback and unused links from the platform used by tracing examples
Lucas Schnorr [Tue, 5 Apr 2011 15:47:12 +0000 (17:47 +0200)]
removing the loopback and unused links from the platform used by tracing examples

13 years agoupdating the automatic generation of triva's graph configuration
Lucas Schnorr [Tue, 5 Apr 2011 15:46:49 +0000 (17:46 +0200)]
updating the automatic generation of triva's graph configuration

details:
- this can be used in the fresh hierarchical version of the graph view

13 years agoThese tests can only work when assertions are enabled
Christophe Thiéry [Tue, 5 Apr 2011 13:09:55 +0000 (15:09 +0200)]
These tests can only work when assertions are enabled

13 years agoAdd msg pmm binary to .gitignore
Christophe Thiéry [Tue, 5 Apr 2011 13:09:36 +0000 (15:09 +0200)]
Add msg pmm binary to .gitignore

13 years agoSome distros need this
Pierre-Nicolas Clauss [Mon, 4 Apr 2011 08:37:00 +0000 (10:37 +0200)]
Some distros need this

13 years agoMerge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot//simgrid/simgrid
Navarrop [Fri, 1 Apr 2011 11:50:27 +0000 (13:50 +0200)]
Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot//simgrid/simgrid

13 years agoAdded one more missing call. C-MPI should now compile.
Pierre-Nicolas Clauss [Thu, 31 Mar 2011 15:28:13 +0000 (17:28 +0200)]
Added one more missing call. C-MPI should now compile.

13 years agoNeed to set PATH to lipcre and pcre.dll for windows.
Navarrop [Thu, 31 Mar 2011 15:09:07 +0000 (17:09 +0200)]
Need to set PATH to lipcre and pcre.dll for windows.

13 years agoMerge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot//simgrid/simgrid
Pierre-Nicolas Clauss [Thu, 31 Mar 2011 15:06:28 +0000 (17:06 +0200)]
Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot//simgrid/simgrid

13 years agoAdded one more missing MPI call.
Pierre-Nicolas Clauss [Thu, 31 Mar 2011 15:06:13 +0000 (17:06 +0200)]
Added one more missing MPI call.

13 years agoGift from Laurent and me ;)
Navarrop [Thu, 31 Mar 2011 14:22:47 +0000 (16:22 +0200)]
Gift from Laurent and me ;)

13 years agoUpdate pipol script for git and not svn
Navarrop [Thu, 31 Mar 2011 14:01:02 +0000 (16:01 +0200)]
Update pipol script for git and not svn

13 years agoClean tabs for publis.html
Navarrop [Thu, 31 Mar 2011 13:59:14 +0000 (15:59 +0200)]
Clean tabs for publis.html

13 years agoUpdate faq for cmake.
Navarrop [Thu, 31 Mar 2011 13:58:47 +0000 (15:58 +0200)]
Update faq for cmake.

13 years agoMerge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot//simgrid/simgrid
Navarrop [Thu, 31 Mar 2011 13:54:44 +0000 (15:54 +0200)]
Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot//simgrid/simgrid

13 years agoAdd test for windows.
Navarrop [Thu, 31 Mar 2011 13:54:31 +0000 (15:54 +0200)]
Add test for windows.

13 years agoPrograms compiled with smpicc now silently and successfully exit when SMPI_PRETEND_CC...
Pierre-Nicolas Clauss [Thu, 31 Mar 2011 13:49:21 +0000 (15:49 +0200)]
Programs compiled with smpicc now silently and successfully exit when SMPI_PRETEND_CC is set. This should help use smpicc with autotools-based sources.

13 years agoAdd Home and Simgrid Forge to tabs.
Navarrop [Wed, 30 Mar 2011 15:09:23 +0000 (17:09 +0200)]
Add Home and Simgrid Forge to tabs.

13 years agoRe-implement the tab.
Navarrop [Wed, 30 Mar 2011 14:42:28 +0000 (16:42 +0200)]
Re-implement the tab.

13 years agoFix memory leack.
Navarrop [Wed, 30 Mar 2011 14:42:07 +0000 (16:42 +0200)]
Fix memory leack.

13 years agoGenerate correctly index.php
Navarrop [Wed, 30 Mar 2011 11:07:39 +0000 (13:07 +0200)]
Generate correctly index.php

13 years agoAdd date to log of pipol
Navarrop [Wed, 30 Mar 2011 07:25:45 +0000 (09:25 +0200)]
Add date to log of pipol

13 years agoMerge branch 'master' into master-svn
Lucas Schnorr [Thu, 31 Mar 2011 09:14:27 +0000 (11:14 +0200)]
Merge branch 'master' into master-svn

13 years agoadding a README.git with our (not yet confirmed) branch policy
Lucas Schnorr [Thu, 31 Mar 2011 08:18:58 +0000 (10:18 +0200)]
adding a README.git with our (not yet confirmed) branch policy

13 years agoEnforces that double parameters are finite (fixes #12243)
pini [Tue, 29 Mar 2011 15:43:52 +0000 (15:43 +0000)]
Enforces that double parameters are finite (fixes #12243)

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9888 48e7efb5-ca39-0410-a469-dd3cf9ba447f

13 years agoMerge branch 'master', remote branch 'git-hub-cristian/master'
cristianrosa [Tue, 29 Mar 2011 15:32:44 +0000 (15:32 +0000)]
Merge branch 'master', remote branch 'git-hub-cristian/master'

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9887 48e7efb5-ca39-0410-a469-dd3cf9ba447f

13 years agoSorry, if not enable debug option set -DNDEBUG
navarrop [Tue, 29 Mar 2011 14:53:59 +0000 (14:53 +0000)]
Sorry, if not enable debug option set -DNDEBUG

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9886 48e7efb5-ca39-0410-a469-dd3cf9ba447f

13 years agoNeed to be root
navarrop [Tue, 29 Mar 2011 14:52:06 +0000 (14:52 +0000)]
Need to be root

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9885 48e7efb5-ca39-0410-a469-dd3cf9ba447f

13 years agoAdd option enable_debug by default 'on'.
navarrop [Tue, 29 Mar 2011 14:52:02 +0000 (14:52 +0000)]
Add option enable_debug by default 'on'.

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9884 48e7efb5-ca39-0410-a469-dd3cf9ba447f

13 years agoCosmetics
navarrop [Tue, 29 Mar 2011 14:51:55 +0000 (14:51 +0000)]
Cosmetics

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9883 48e7efb5-ca39-0410-a469-dd3cf9ba447f

13 years agoMention Debian package for bibtex2html in error msg
pini [Tue, 29 Mar 2011 14:19:10 +0000 (14:19 +0000)]
Mention Debian package for bibtex2html in error msg

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9882 48e7efb5-ca39-0410-a469-dd3cf9ba447f

13 years agoAdd some missing files from postprocesser.
navarrop [Tue, 29 Mar 2011 13:51:41 +0000 (13:51 +0000)]
Add some missing files from postprocesser.

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9881 48e7efb5-ca39-0410-a469-dd3cf9ba447f

13 years agoUpdate faq for windows.
navarrop [Tue, 29 Mar 2011 13:51:35 +0000 (13:51 +0000)]
Update faq for windows.

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9880 48e7efb5-ca39-0410-a469-dd3cf9ba447f

13 years agoProtect recursive calls to _xbt_log_cat_init from this function.
thiery [Tue, 29 Mar 2011 13:31:23 +0000 (13:31 +0000)]
Protect recursive calls to _xbt_log_cat_init from this function.

This fixes the tests tesh-self-* that were broken with NDEBUG.

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9879 48e7efb5-ca39-0410-a469-dd3cf9ba447f

13 years agodocument commit r9877
mquinson [Tue, 29 Mar 2011 13:24:53 +0000 (13:24 +0000)]
document commit r9877

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9878 48e7efb5-ca39-0410-a469-dd3cf9ba447f

13 years agoimplement quiet exit (fixes #10045)
pini [Tue, 29 Mar 2011 13:19:57 +0000 (13:19 +0000)]
implement quiet exit (fixes #10045)

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9877 48e7efb5-ca39-0410-a469-dd3cf9ba447f

13 years agoAdd the faq page to tabs.
navarrop [Tue, 29 Mar 2011 13:12:42 +0000 (13:12 +0000)]
Add the faq page to tabs.

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9876 48e7efb5-ca39-0410-a469-dd3cf9ba447f

13 years agoRe write the postprocesser for doxygen
navarrop [Tue, 29 Mar 2011 12:07:40 +0000 (12:07 +0000)]
Re write the postprocesser for doxygen

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9875 48e7efb5-ca39-0410-a469-dd3cf9ba447f

13 years agoRe add the tab to the index.php
navarrop [Tue, 29 Mar 2011 12:07:37 +0000 (12:07 +0000)]
Re add the tab to the index.php

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9874 48e7efb5-ca39-0410-a469-dd3cf9ba447f

13 years agofail after displaying the error msgs
pini [Tue, 29 Mar 2011 11:43:46 +0000 (11:43 +0000)]
fail after displaying the error msgs

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9873 48e7efb5-ca39-0410-a469-dd3cf9ba447f

13 years agoFix display of error message in make simgrid_documentation
pini [Tue, 29 Mar 2011 11:43:34 +0000 (11:43 +0000)]
Fix display of error message in make simgrid_documentation

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9872 48e7efb5-ca39-0410-a469-dd3cf9ba447f

13 years agore-adding output line of gtnets test
schnorr [Tue, 29 Mar 2011 11:36:57 +0000 (11:36 +0000)]
re-adding output line of gtnets test

details:
- we verified that this message has to appear

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9871 48e7efb5-ca39-0410-a469-dd3cf9ba447f

13 years agoFix configure script
pini [Tue, 29 Mar 2011 11:19:11 +0000 (11:19 +0000)]
Fix configure script

Use 'echo -e' to interpret \t and \n
echo -e is bash-specific, use bash instead of sh in shebang.

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9870 48e7efb5-ca39-0410-a469-dd3cf9ba447f

13 years agofix gtnets tracing tesh'es, remove the log message from the master
schnorr [Tue, 29 Mar 2011 10:57:47 +0000 (10:57 +0000)]
fix gtnets tracing tesh'es, remove the log message from the master

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9869 48e7efb5-ca39-0410-a469-dd3cf9ba447f

13 years agoupdate tracing tesh'es to the new order of events defined by the core simulator
schnorr [Tue, 29 Mar 2011 10:57:45 +0000 (10:57 +0000)]
update tracing tesh'es to the new order of events defined by the core simulator

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9868 48e7efb5-ca39-0410-a469-dd3cf9ba447f