Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
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 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

13 years agoWhen enable smpi f2c is mandatory.
navarrop [Tue, 29 Mar 2011 10:36:20 +0000 (10:36 +0000)]
When enable smpi f2c is mandatory.

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

13 years agoWith the tag peer no need to set fullduplex and routing is Full.
navarrop [Tue, 29 Mar 2011 10:36:17 +0000 (10:36 +0000)]
With the tag peer no need to set fullduplex and routing is Full.

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

13 years agouseless commit to test CIA on IRC
mquinson [Tue, 29 Mar 2011 09:59:55 +0000 (09:59 +0000)]
useless commit to test CIA on IRC

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

13 years agodrop a useless dependency on -ldl
mquinson [Mon, 28 Mar 2011 21:55:58 +0000 (21:55 +0000)]
drop a useless dependency on -ldl

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

13 years agoRemove usage of xbt_assert[0-9].
agiersch [Thu, 24 Mar 2011 16:49:49 +0000 (16:49 +0000)]
Remove usage of xbt_assert[0-9].

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

13 years agoDefine xbt_assert as a variadic macro.
agiersch [Thu, 24 Mar 2011 16:49:35 +0000 (16:49 +0000)]
Define xbt_assert as a variadic macro.

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

13 years agoUse new macros THROWF and RETHROWF.
agiersch [Thu, 24 Mar 2011 16:49:29 +0000 (16:49 +0000)]
Use new macros THROWF and RETHROWF.

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

13 years agoDefine THROWF and RETHROWF as variadic macros.
agiersch [Thu, 24 Mar 2011 16:49:18 +0000 (16:49 +0000)]
Define THROWF and RETHROWF as variadic macros.

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

13 years agoFree char* used by peer tag.
navarrop [Thu, 24 Mar 2011 15:05:31 +0000 (15:05 +0000)]
Free char* used by peer tag.

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

13 years agoReplace, when possible, calls to bprintf() by calls to xbt_strdup().
agiersch [Thu, 24 Mar 2011 14:58:35 +0000 (14:58 +0000)]
Replace, when possible, calls to bprintf() by calls to xbt_strdup().

This should be slightly faster.

A quick test shows 10% improvement for basic_parsing_test on a cluster
with 1e6 hosts.

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

13 years agoFix documentation for xbt_dict_set.
agiersch [Thu, 24 Mar 2011 14:58:24 +0000 (14:58 +0000)]
Fix documentation for xbt_dict_set.

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

13 years agoThis perl script generate a platform with n peer (arg0)
navarrop [Thu, 24 Mar 2011 14:39:21 +0000 (14:39 +0000)]
This perl script generate a platform with n peer (arg0)

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

13 years agoReplace XBT_INFO by XBT_DEBUG to make tesh happy
thiery [Thu, 24 Mar 2011 14:28:56 +0000 (14:28 +0000)]
Replace XBT_INFO by XBT_DEBUG to make tesh happy

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

13 years agoCorrect lua tests with cmake.
navarrop [Thu, 24 Mar 2011 14:09:25 +0000 (14:09 +0000)]
Correct lua tests with cmake.

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

13 years agoadd tesh file to master_slave lua example
coldpeace [Thu, 24 Mar 2011 13:47:26 +0000 (13:47 +0000)]
add tesh file to master_slave lua example

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

13 years agoAvoid warning
navarrop [Thu, 24 Mar 2011 13:25:30 +0000 (13:25 +0000)]
Avoid warning

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

13 years agoForgot to change xbt_dict_cursor_t to xbt_lib_cursor_t;
navarrop [Thu, 24 Mar 2011 13:25:26 +0000 (13:25 +0000)]
Forgot to change xbt_dict_cursor_t to xbt_lib_cursor_t;

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

13 years agoReimplement SIMIX_host_get_dict.
navarrop [Thu, 24 Mar 2011 10:36:31 +0000 (10:36 +0000)]
Reimplement SIMIX_host_get_dict.

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

13 years agoUpdate flatifier.tesh as flatifier.c has changed.
navarrop [Thu, 24 Mar 2011 10:36:28 +0000 (10:36 +0000)]
Update flatifier.tesh as flatifier.c has changed.

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

13 years agosrc and dst can be in host_lib or as_router_lib.
navarrop [Thu, 24 Mar 2011 10:36:24 +0000 (10:36 +0000)]
src and dst can be in host_lib or as_router_lib.

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

13 years agoAdd --cfg=:yes command option to specify that platform want to use coordinates.
navarrop [Thu, 24 Mar 2011 10:36:22 +0000 (10:36 +0000)]
Add --cfg=:yes command option to specify that platform want to use coordinates.
We can also used <prop id="coordinates" value="yes"/> into tag config.

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

13 years agoMust set
navarrop [Thu, 24 Mar 2011 10:36:19 +0000 (10:36 +0000)]
Must set
set SURFXML_BUFFER_SET(AS_coordinates, "");
SURFXML_BUFFER_SET(host_coordinates, "");
SURFXML_BUFFER_SET(router_coordinates, "");
To not use coordinates.

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