Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
13 years agocall MSG_set_function if BYPASS_MODEL is defined
coldpeace [Wed, 21 Jul 2010 09:28:37 +0000 (09:28 +0000)]
call MSG_set_function if BYPASS_MODEL is defined

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

13 years agoadd MSG_set_function function, used to bypass the deployment file
coldpeace [Wed, 21 Jul 2010 09:27:33 +0000 (09:27 +0000)]
add MSG_set_function function, used to bypass the deployment file

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

13 years agoadd SIMIX_process_set_function, could be used instead of parsing the deployment file
coldpeace [Wed, 21 Jul 2010 09:24:08 +0000 (09:24 +0000)]
add SIMIX_process_set_function, could be used instead of parsing the deployment file

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

13 years agoavoid file transmition between root and ready node, and between some
quintin [Tue, 20 Jul 2010 16:58:43 +0000 (16:58 +0000)]
avoid file transmition between root and ready node, and between some
nodes and end node if the user doesn't specify them.

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

13 years agoadd methods allowing routing, bypass the parser... this still crude and improvable
coldpeace [Tue, 20 Jul 2010 13:54:13 +0000 (13:54 +0000)]
add methods allowing routing, bypass the parser... this still crude and improvable

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

13 years agoDotLoader : Add the possibility to have some edge from root to a node
quintin [Tue, 20 Jul 2010 08:53:24 +0000 (08:53 +0000)]
DotLoader : Add the possibility to have some edge from root to a node
from a node to end and to have some dependencies without transfers

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

13 years agoadd function surf_add_route_element
coldpeace [Sun, 18 Jul 2010 20:45:52 +0000 (20:45 +0000)]
add function surf_add_route_element

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

13 years agomodify the way to call Host.new and Link.new
coldpeace [Fri, 16 Jul 2010 09:32:10 +0000 (09:32 +0000)]
modify the way to call Host.new and Link.new

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

13 years agouse named arguments, and set optional properties to host if not provided by the user
coldpeace [Fri, 16 Jul 2010 09:30:54 +0000 (09:30 +0000)]
use named arguments, and set optional properties to host if not provided by the user

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

13 years agobug fix: typo found by David
mquinson [Thu, 15 Jul 2010 14:30:52 +0000 (14:30 +0000)]
bug fix: typo found by David

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

13 years agofix example in the documentation
mquinson [Thu, 15 Jul 2010 14:30:51 +0000 (14:30 +0000)]
fix example in the documentation

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

13 years agoadd create_host method to do the job of the old surf_cpu_model_init_bypass(still...
coldpeace [Thu, 15 Jul 2010 09:20:55 +0000 (09:20 +0000)]
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

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

13 years agokill surf_cpu_model_init_bypass_im, use surf_host_create_resource, change the manner...
coldpeace [Thu, 15 Jul 2010 09:16:07 +0000 (09:16 +0000)]
kill surf_cpu_model_init_bypass_im, use surf_host_create_resource, change the manner to create_resouce ... it still improvable(same for links)

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

13 years agoA tool to find 3 segments such that each segment
genaud [Tue, 13 Jul 2010 15:05:59 +0000 (15:05 +0000)]
A tool to find 3 segments such that each segment
is approximated by an affine function of the message size.

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

13 years agocall surf_network_model_init_bypass when BYPASS_MODEL is defined
coldpeace [Tue, 13 Jul 2010 14:08:50 +0000 (14:08 +0000)]
call surf_network_model_init_bypass when BYPASS_MODEL is defined

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

13 years agoadding bypass methods to the network model extension
coldpeace [Tue, 13 Jul 2010 14:07:17 +0000 (14:07 +0000)]
adding bypass methods to the network model extension

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

13 years agoUpdated ChangeLog.
pini [Tue, 13 Jul 2010 11:17:04 +0000 (11:17 +0000)]
Updated ChangeLog.

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

13 years agocall surf_model_init_bypass_im instead of init_host_bypass
coldpeace [Tue, 13 Jul 2010 09:09:30 +0000 (09:09 +0000)]
call surf_model_init_bypass_im instead of init_host_bypass

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

13 years agoremove the init_host_bypass from here
coldpeace [Tue, 13 Jul 2010 09:08:32 +0000 (09:08 +0000)]
remove the init_host_bypass from here

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

13 years agofix the way to bypass the cpu_im without hard coding the model
coldpeace [Tue, 13 Jul 2010 09:06:25 +0000 (09:06 +0000)]
fix the way to bypass the cpu_im  without hard coding the model

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

13 years agofix: pre-processor declarations to disable tracing functions
schnorr [Mon, 12 Jul 2010 12:53:40 +0000 (12:53 +0000)]
fix: pre-processor declarations to disable tracing functions

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

13 years agoSome pending work on semaphores:
pini [Mon, 12 Jul 2010 12:50:50 +0000 (12:50 +0000)]
Some pending work on semaphores:
 - Merged sem_acquire with sem_acquire_timeout.
 - Bugfix: use the right variable in waitany.
 - Bugfix: make release/release_forever work with waitany.

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

13 years agoUpdated expected output.
pini [Mon, 12 Jul 2010 12:50:46 +0000 (12:50 +0000)]
Updated expected output.

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

13 years agonew tracing functions to deal with trace markers
schnorr [Mon, 12 Jul 2010 12:37:34 +0000 (12:37 +0000)]
new tracing functions to deal with trace markers

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

13 years agonew paje event declared on header of trace file, tesh's updated
schnorr [Mon, 12 Jul 2010 12:37:33 +0000 (12:37 +0000)]
new paje event declared on header of trace file, tesh's updated

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

13 years agoupdating copyright note to GNU LGPL
schnorr [Mon, 12 Jul 2010 12:37:31 +0000 (12:37 +0000)]
updating copyright note to GNU LGPL

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

13 years agoTalk about the dot loader made by Jean-Noel Quintin
suter [Mon, 12 Jul 2010 07:32:31 +0000 (07:32 +0000)]
Talk about the dot loader made by Jean-Noel Quintin

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

13 years agothe code to of "change_name" was moved into the dax loader
suter [Mon, 12 Jul 2010 07:28:02 +0000 (07:28 +0000)]
the code to of "change_name" was moved into the dax loader

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

13 years agoAdd stuff to make transfer task names unique.
suter [Mon, 12 Jul 2010 07:26:53 +0000 (07:26 +0000)]
Add stuff to make transfer task names unique.
Problem was that if task A sends file F to tasks B and C, there were
two tasks named F.
With this commit, tranfers are named A_F_B and A_F_C respectively.

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

13 years agowell well
mquinson [Sun, 11 Jul 2010 13:48:49 +0000 (13:48 +0000)]
well well

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

13 years agono need to specify the number of argument thanks to xbt_dynar_t
coldpeace [Fri, 9 Jul 2010 13:32:59 +0000 (13:32 +0000)]
no need to specify the number of argument thanks to xbt_dynar_t

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

13 years agoremove unused variables and use xbt_dynar_t to store arguments
coldpeace [Fri, 9 Jul 2010 13:31:28 +0000 (13:31 +0000)]
remove unused variables and use xbt_dynar_t to store arguments

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

13 years agoUse a fifo instead of a swag of sleeping processes on a semaphore (so that waitany...
pini [Fri, 9 Jul 2010 12:54:35 +0000 (12:54 +0000)]
Use a fifo instead of a swag of sleeping processes on a semaphore (so that waitany actually works).

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

13 years agoCosmetics
pini [Fri, 9 Jul 2010 12:54:33 +0000 (12:54 +0000)]
Cosmetics

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

13 years agousing xbt_dynar_t to store host arguments / tryin' the other approach to bypass the...
coldpeace [Fri, 9 Jul 2010 08:35:04 +0000 (08:35 +0000)]
using xbt_dynar_t to store host arguments / tryin' the other approach to bypass the parser with no callbacks

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

13 years agoadd init_host_bypass to be used (by lua) to init cpu without using callback
coldpeace [Fri, 9 Jul 2010 08:32:58 +0000 (08:32 +0000)]
add init_host_bypass to be used (by lua) to init cpu without using callback

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

13 years agoadd surf_cpu_init_im_bypass to be used to bypass the parser without passing through...
coldpeace [Fri, 9 Jul 2010 08:30:31 +0000 (08:30 +0000)]
add surf_cpu_init_im_bypass to be used to bypass the parser without passing through callbacks

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

13 years agoAdd function MSG_comm_waitall for icomm and add one more example.
navarrop [Wed, 7 Jul 2010 15:02:58 +0000 (15:02 +0000)]
Add function MSG_comm_waitall for icomm and add one more example.

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

13 years agoremoving dependency on file that is no longer generated
schnorr [Wed, 7 Jul 2010 11:48:25 +0000 (11:48 +0000)]
removing dependency on file that is no longer generated

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

13 years agoCosmetics.
navarrop [Wed, 7 Jul 2010 11:26:22 +0000 (11:26 +0000)]
Cosmetics.

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

13 years agoadd the fonction SD_task_dotty in simdag after deleting by mistake and
quintin [Wed, 7 Jul 2010 10:46:15 +0000 (10:46 +0000)]
add the fonction SD_task_dotty in simdag after deleting by mistake and
correction on the fonction dotloader_FILE

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

13 years agoRename icomms test.
navarrop [Wed, 7 Jul 2010 09:36:09 +0000 (09:36 +0000)]
Rename icomms test.

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

13 years agoBe generic with cgraph.c so now no path to set.
navarrop [Wed, 7 Jul 2010 09:36:08 +0000 (09:36 +0000)]
Be generic with cgraph.c so now no path to set.

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

13 years agoRename directory.
navarrop [Wed, 7 Jul 2010 09:36:07 +0000 (09:36 +0000)]
Rename directory.

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

13 years agoRevert [From A. Giersch] Fix the following compilation warnings in ISO-C99 mode:
navarrop [Wed, 7 Jul 2010 09:36:06 +0000 (09:36 +0000)]
Revert [From A. Giersch] Fix the following compilation warnings in ISO-C99 mode:
    * inline function ‘xxx’ declared but never defined

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

13 years agoUsed test with receiver.
navarrop [Wed, 7 Jul 2010 09:36:05 +0000 (09:36 +0000)]
Used test with receiver.

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

13 years agowindows compatibility.
navarrop [Wed, 7 Jul 2010 09:36:03 +0000 (09:36 +0000)]
windows compatibility.

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

13 years agoMerge tracing_config.h into simgrid_config.h, where it belongs
mquinson [Wed, 7 Jul 2010 09:07:09 +0000 (09:07 +0000)]
Merge tracing_config.h into simgrid_config.h, where it belongs

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

13 years agoadd the 'Bypass lua example' into the lMSG section
coldpeace [Wed, 7 Jul 2010 08:57:34 +0000 (08:57 +0000)]
add the 'Bypass lua example' into the lMSG section

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

13 years agoadd comments for doc
coldpeace [Wed, 7 Jul 2010 08:55:40 +0000 (08:55 +0000)]
add comments for doc

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

13 years agoremove unused lines
coldpeace [Wed, 7 Jul 2010 08:00:23 +0000 (08:00 +0000)]
remove unused lines

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

13 years agoadding some comments
coldpeace [Wed, 7 Jul 2010 07:59:40 +0000 (07:59 +0000)]
adding some comments

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

13 years agoedit ruby section
coldpeace [Wed, 7 Jul 2010 07:58:51 +0000 (07:58 +0000)]
edit ruby section

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

13 years agoDelete the dependencies with stdio in simdag.h. Correction and add of comments.
quintin [Wed, 7 Jul 2010 07:39:32 +0000 (07:39 +0000)]
Delete the dependencies with stdio in simdag.h. Correction and add of comments.

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

13 years agoCope with recent version of doxygen.
alegrand [Tue, 6 Jul 2010 16:36:42 +0000 (16:36 +0000)]
Cope with recent version of doxygen.

Recent version of doxygen seem to tranform foo_bar.doc in
foo__bar.html instead of foo_bar.html.

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

13 years ago[From Arnaud Giersch] Add missing {BEGIN,END}_DECL() for compiling in C++.
navarrop [Tue, 6 Jul 2010 14:06:53 +0000 (14:06 +0000)]
[From Arnaud Giersch] Add missing {BEGIN,END}_DECL() for compiling in C++.

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

13 years ago[From Arnaud Giersch] Fix compilation warning about missing field initializers.
navarrop [Tue, 6 Jul 2010 14:06:52 +0000 (14:06 +0000)]
[From Arnaud Giersch] Fix compilation warning about missing field initializers.

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

13 years ago[From Arnaud Giersch] Fix memory leak when MSG_create_environment() or
navarrop [Tue, 6 Jul 2010 14:06:51 +0000 (14:06 +0000)]
[From Arnaud Giersch] Fix memory leak when MSG_create_environment() or
MSG_launch_application() fail.

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

13 years ago[From Arnaud Giersch] In standard C, we are allowed to initialize a variable with...
navarrop [Tue, 6 Jul 2010 14:06:50 +0000 (14:06 +0000)]
[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).

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

13 years ago[From Arnaud Giersch] Fix the following problems in xbt/log:
navarrop [Tue, 6 Jul 2010 14:06:49 +0000 (14:06 +0000)]
[From Arnaud Giersch] Fix the following problems in xbt/log:
* segmentation fault in _xbt_log_cat_init() when running with
  "--log=log.thres:verbose"
* messages in _xbt_log_cat_apply_set() are not sent to "log" category
* the wrong category is used in the condition for the last message
  of _xbt_log_cat_init() ("inherited threshold")

The standard logging macros use _XBT_LOG_ISENABLED, which calls
_xbt_log_cat_init().  Thus, if we want to avoid an infinite recursion,
we can not use the standard logging macros in _xbt_log_cat_init(), and
in _xbt_log_cat_apply_set() which is called from it.

To circumvent the problem, we define the macro_xbt_log_init() as (0)
for the length of the affected functions, and we do not forget to
undefine it at the end!

This permits to make the code far more readable.

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

13 years ago[From Arnaud Giersch] Use Gcc attribute __unused__ instead of unused for _XBT_GNU_UNUSED.
navarrop [Tue, 6 Jul 2010 14:06:49 +0000 (14:06 +0000)]
[From Arnaud Giersch] Use Gcc attribute __unused__ instead of unused for _XBT_GNU_UNUSED.
This allows to use unused as macro name in user code, as for example:

#ifdef __GNUC__
#define unused __attribute__((__unused__))
#else
#define unused
#endif

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

13 years ago[From A. Giersch] Fix the following compilation warnings in ISO-C99 mode:
navarrop [Tue, 6 Jul 2010 14:06:48 +0000 (14:06 +0000)]
[From A. Giersch] Fix the following compilation warnings in ISO-C99 mode:
* inline function ‘xxx’ declared but never defined

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

13 years ago[From A. Giersch] Fix the following compilation errors in ICO-C99 mode:
navarrop [Tue, 6 Jul 2010 14:06:47 +0000 (14:06 +0000)]
[From A. Giersch] Fix the following compilation errors in ICO-C99 mode:
* define macro _XBT_FUNCTION

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

13 years agoRemove doc/html with command make clean.
navarrop [Tue, 6 Jul 2010 11:50:21 +0000 (11:50 +0000)]
Remove doc/html with command make clean.

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

13 years agoadding some comment lines mentioned in the doc file
coldpeace [Tue, 6 Jul 2010 09:49:19 +0000 (09:49 +0000)]
adding some comment lines mentioned in the doc file

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

13 years agoCompil with enable_warning and add new files to gitignore.
navarrop [Mon, 5 Jul 2010 15:13:19 +0000 (15:13 +0000)]
Compil with enable_warning and add new files to gitignore.

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

13 years agoAdd an example for isend and ireceive functions.
navarrop [Mon, 5 Jul 2010 14:52:30 +0000 (14:52 +0000)]
Add an example for isend and ireceive functions.

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

13 years agoAdd a function called after a MSG_comm_test.
navarrop [Mon, 5 Jul 2010 14:52:28 +0000 (14:52 +0000)]
Add a function called after a MSG_comm_test.

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

13 years agoChange dependence function to mimic the one in AVOCS article
cristianrosa [Mon, 5 Jul 2010 14:08:45 +0000 (14:08 +0000)]
Change dependence function to mimic the one in AVOCS article

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

13 years agoSorry but need to have type size_t.
navarrop [Mon, 5 Jul 2010 09:52:30 +0000 (09:52 +0000)]
Sorry but need to have type size_t.

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

13 years agoAdd a new default path for cgraph.
navarrop [Mon, 5 Jul 2010 09:19:06 +0000 (09:19 +0000)]
Add a new default path for cgraph.

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

13 years agoShould be type void*.
navarrop [Mon, 5 Jul 2010 09:19:05 +0000 (09:19 +0000)]
Should be type void*.

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

13 years agoChange Name CGRPAH by CGRAPH.
navarrop [Mon, 5 Jul 2010 08:41:01 +0000 (08:41 +0000)]
Change Name CGRPAH by CGRAPH.

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

13 years agocorrection to compile with warning and th indentation in my files
quintin [Mon, 5 Jul 2010 07:56:11 +0000 (07:56 +0000)]
correction to compile with warning and th indentation in my files

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

13 years agoAdd path for cgraph by default ou by user.
navarrop [Fri, 2 Jul 2010 12:14:52 +0000 (12:14 +0000)]
Add path for cgraph by default ou by user.

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

13 years agoRewriting for some compilers less permissive.
navarrop [Fri, 2 Jul 2010 08:51:51 +0000 (08:51 +0000)]
Rewriting for some compilers less permissive.

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

13 years agoChange the type of return.
navarrop [Fri, 2 Jul 2010 08:51:50 +0000 (08:51 +0000)]
Change the type of return.

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

13 years agoAdd simgrid dependency for bindings.
navarrop [Fri, 2 Jul 2010 08:51:49 +0000 (08:51 +0000)]
Add simgrid dependency for bindings.

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

13 years agoavoid the complilation of dot_test.c if graphviz wasn't found
quintin [Thu, 1 Jul 2010 17:54:29 +0000 (17:54 +0000)]
avoid the complilation of dot_test.c if graphviz wasn't found
and resolve a bug of compilation in the file gos

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

13 years agothe comment of some lines add a bug in the execution of dags.
quintin [Thu, 1 Jul 2010 13:32:28 +0000 (13:32 +0000)]
the comment of some lines add a bug in the execution of dags.
Frederic Suter why did you comment some lines in this file?

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

13 years agoAdd a dot loader to have a connection with the random dag generator ggen.
quintin [Thu, 1 Jul 2010 13:28:33 +0000 (13:28 +0000)]
Add a dot loader to have a connection with the random dag generator ggen.
I will add a small documentation to explain how to use this loader.

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

13 years agoAdd some fct to simix for function wait in gos.c
navarrop [Thu, 1 Jul 2010 12:10:29 +0000 (12:10 +0000)]
Add some fct to simix for function wait in gos.c

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

13 years agoPermits to add personal flags to compilation.
navarrop [Thu, 1 Jul 2010 12:10:26 +0000 (12:10 +0000)]
Permits to add personal flags to compilation.

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

13 years agoRedo messages while all needed tools are none install for maintainer mode .
navarrop [Wed, 30 Jun 2010 10:13:19 +0000 (10:13 +0000)]
Redo messages while all needed tools are none install for maintainer mode .

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

13 years agoAdd tests in buildtools/Cmake/AddTests.cmake file.
navarrop [Wed, 30 Jun 2010 10:06:50 +0000 (10:06 +0000)]
Add tests in buildtools/Cmake/AddTests.cmake file.

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

13 years agoUpdate the doc.
navarrop [Tue, 29 Jun 2010 11:28:37 +0000 (11:28 +0000)]
Update the doc.

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

13 years agoCosmetics.
navarrop [Tue, 29 Jun 2010 11:28:36 +0000 (11:28 +0000)]
Cosmetics.

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

13 years agoBe compatible with Sed on Mac.
navarrop [Tue, 29 Jun 2010 08:21:18 +0000 (08:21 +0000)]
Be compatible with Sed on Mac.

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

13 years agoCosmetics.
navarrop [Mon, 28 Jun 2010 14:49:39 +0000 (14:49 +0000)]
Cosmetics.

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

13 years agoadd master_slave_bypass lua test
coldpeace [Mon, 28 Jun 2010 12:56:19 +0000 (12:56 +0000)]
add master_slave_bypass lua test

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

13 years agomodify masterslave_bypass tesh file
coldpeace [Mon, 28 Jun 2010 12:53:02 +0000 (12:53 +0000)]
modify masterslave_bypass tesh file

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

13 years agoChange dependancies for libs.
navarrop [Mon, 28 Jun 2010 09:49:09 +0000 (09:49 +0000)]
Change dependancies for libs.

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

13 years agoAdd dependancies for libraries and testall.
navarrop [Mon, 28 Jun 2010 09:49:08 +0000 (09:49 +0000)]
Add dependancies for libraries and testall.

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

13 years agoNew way to make maintainer files.
navarrop [Mon, 28 Jun 2010 09:49:07 +0000 (09:49 +0000)]
New way to make maintainer files.

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

13 years agoWe dont need those lines now.
navarrop [Mon, 28 Jun 2010 09:49:06 +0000 (09:49 +0000)]
We dont need those lines now.

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

13 years agoGenerate link for binding lua and ruby with ADD_CUSTOM_TARGET.
navarrop [Thu, 24 Jun 2010 16:14:10 +0000 (16:14 +0000)]
Generate link for binding lua and ruby with ADD_CUSTOM_TARGET.

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

13 years agoUse _XBT_WIN32 against _WIN32.
navarrop [Thu, 24 Jun 2010 14:51:45 +0000 (14:51 +0000)]
Use _XBT_WIN32 against _WIN32.

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

13 years agoDisable mc with supernovae mode.
navarrop [Thu, 24 Jun 2010 14:51:44 +0000 (14:51 +0000)]
Disable mc with supernovae mode.

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

13 years agoSome log default categories are already defined.
navarrop [Thu, 24 Jun 2010 11:40:38 +0000 (11:40 +0000)]
Some log default categories are already defined.

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

13 years agoBe sure __mmalloc_current_heap is initialized.
navarrop [Thu, 24 Jun 2010 11:38:29 +0000 (11:38 +0000)]
Be sure __mmalloc_current_heap is initialized.

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