Logo AND Algorithmique Numérique Distribuée

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

13 years agoAdd src to the path for make dist command.
navarrop [Thu, 24 Jun 2010 09:35:33 +0000 (09:35 +0000)]
Add src to the path for make dist command.

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

13 years agoPort GRAS to smx_network infrastructure. Kinda working, but not tested enough yet
mquinson [Thu, 24 Jun 2010 09:22:30 +0000 (09:22 +0000)]
Port GRAS to smx_network infrastructure. Kinda working, but not tested enough yet

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

13 years agoNew function gras_msgtype_get_name()
mquinson [Thu, 24 Jun 2010 09:17:49 +0000 (09:17 +0000)]
New function gras_msgtype_get_name()

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

13 years agono error checking were made for SIMIX_network_waitany, and cleanup were ... fragile
mquinson [Thu, 24 Jun 2010 09:17:47 +0000 (09:17 +0000)]
no error checking were made for SIMIX_network_waitany, and cleanup were ... fragile

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

13 years agoSIMIX_sem_would_block() was blatantly wrong; missing {} in SIMIX_sem_acquire_any...
mquinson [Thu, 24 Jun 2010 09:17:37 +0000 (09:17 +0000)]
SIMIX_sem_would_block() was blatantly wrong; missing {} in SIMIX_sem_acquire_any broke it stupidly (return even if condition was wrong)

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

13 years agomask bottom of stacks when using sysv ctx
mquinson [Thu, 24 Jun 2010 09:17:35 +0000 (09:17 +0000)]
mask bottom of stacks when using sysv ctx

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

13 years agothis test is supposed to check whether the net/cpu models are not the regular one...
mquinson [Thu, 24 Jun 2010 09:17:25 +0000 (09:17 +0000)]
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

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

13 years agoLet this code compile with the paranoid compiler flags on
mquinson [Thu, 24 Jun 2010 09:17:23 +0000 (09:17 +0000)]
Let this code compile with the paranoid compiler flags on

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

13 years agoUpdate tests for java.
navarrop [Wed, 23 Jun 2010 14:13:24 +0000 (14:13 +0000)]
Update tests for java.

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

13 years agoNeed to have the HAVE_MMAP variable.
navarrop [Wed, 23 Jun 2010 13:52:30 +0000 (13:52 +0000)]
Need to have the HAVE_MMAP variable.

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

13 years agoThose variables must be set here.
navarrop [Wed, 23 Jun 2010 13:52:29 +0000 (13:52 +0000)]
Those variables must be set here.

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

13 years agoChange function called.
navarrop [Wed, 23 Jun 2010 08:34:27 +0000 (08:34 +0000)]
Change function called.

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

13 years agoremove unused lines
coldpeace [Tue, 22 Jun 2010 15:00:17 +0000 (15:00 +0000)]
remove unused lines

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

13 years agotalking about Ruby in FAQ
coldpeace [Tue, 22 Jun 2010 13:46:49 +0000 (13:46 +0000)]
talking about Ruby in FAQ

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

13 years agostart talking about lMSG [ on last commit > start ?...> Start some manuals for MSG...
coldpeace [Mon, 21 Jun 2010 16:30:49 +0000 (16:30 +0000)]
start talking about lMSG [ on last commit > start ?...> Start some manuals for MSG Modules...

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

13 years agoAdd DLL_STATIC flags.
navarrop [Mon, 21 Jun 2010 14:08:20 +0000 (14:08 +0000)]
Add DLL_STATIC flags.

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

13 years agoNow call the file for windows.
navarrop [Mon, 21 Jun 2010 14:08:06 +0000 (14:08 +0000)]
Now call the file for windows.

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

13 years agoAdd a new cmake file for windows. Cosmetics.
navarrop [Mon, 21 Jun 2010 14:07:50 +0000 (14:07 +0000)]
Add a new cmake file for windows. Cosmetics.

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

13 years agoNeed gras_config.h.
navarrop [Fri, 18 Jun 2010 16:02:06 +0000 (16:02 +0000)]
Need gras_config.h.

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

13 years agoVariables correctly set by cmake in gras_config.h.
navarrop [Fri, 18 Jun 2010 16:01:53 +0000 (16:01 +0000)]
Variables correctly set by cmake in gras_config.h.

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

13 years agoRemove gras_config.h include.
navarrop [Fri, 18 Jun 2010 16:01:40 +0000 (16:01 +0000)]
Remove gras_config.h include.

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

13 years agoSet variables for windows.
navarrop [Fri, 18 Jun 2010 16:01:26 +0000 (16:01 +0000)]
Set variables for windows.

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

13 years agoVariables setted by an other file.
navarrop [Fri, 18 Jun 2010 16:01:12 +0000 (16:01 +0000)]
Variables setted by an other file.

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

13 years ago respect MSG privacy : host case
coldpeace [Fri, 18 Jun 2010 15:33:11 +0000 (15:33 +0000)]
 respect MSG privacy : host case

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

13 years ago respect MSG privacy : Using public setter and getter MSG methods to access task...
coldpeace [Fri, 18 Jun 2010 15:09:45 +0000 (15:09 +0000)]
 respect MSG privacy : Using public setter and getter MSG methods to access task attributes

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

13 years agoDefine correctly variables for windows.
navarrop [Fri, 18 Jun 2010 14:26:29 +0000 (14:26 +0000)]
Define correctly variables for windows.

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

13 years agoUpdate ignored files.
navarrop [Fri, 18 Jun 2010 10:17:34 +0000 (10:17 +0000)]
Update ignored files.

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

13 years agoDeclare variables at the beginning of the function.
navarrop [Fri, 18 Jun 2010 10:07:44 +0000 (10:07 +0000)]
Declare variables at the beginning of the function.

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

13 years agoDeclare LOG_DEFAULT_CATEGORY with LOG_NEW_DEFAULT_SUBCATEGORY.
navarrop [Fri, 18 Jun 2010 10:07:28 +0000 (10:07 +0000)]
Declare LOG_DEFAULT_CATEGORY with LOG_NEW_DEFAULT_SUBCATEGORY.

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

13 years agoMissing the word line for compiler.
navarrop [Thu, 17 Jun 2010 17:22:43 +0000 (17:22 +0000)]
Missing the word line for compiler.

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

13 years agoNow sources are generated with #line.
navarrop [Thu, 17 Jun 2010 17:22:42 +0000 (17:22 +0000)]
Now sources are generated with #line.

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

13 years agoDont set full path.
navarrop [Thu, 17 Jun 2010 17:22:38 +0000 (17:22 +0000)]
Dont set full path.

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

13 years agotalking about lua binding in FAQ
coldpeace [Thu, 17 Jun 2010 14:36:37 +0000 (14:36 +0000)]
talking about lua binding in FAQ

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

13 years agoforgot to remove this one before commit
suter [Thu, 17 Jun 2010 14:17:11 +0000 (14:17 +0000)]
forgot to remove this one before commit

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

13 years agoFlags for coverage.
navarrop [Thu, 17 Jun 2010 13:14:20 +0000 (13:14 +0000)]
Flags for coverage.

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

13 years agoOups. Sorry.
navarrop [Thu, 17 Jun 2010 13:14:18 +0000 (13:14 +0000)]
Oups. Sorry.

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

13 years agounifiy the names of target building some bindings
mquinson [Thu, 17 Jun 2010 12:32:30 +0000 (12:32 +0000)]
unifiy the names of target building some bindings

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

13 years agomention the new SimDag example
suter [Thu, 17 Jun 2010 12:05:37 +0000 (12:05 +0000)]
mention the new SimDag example
talk about the dynar function added by Mehdi

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

13 years agoAdd the new example to the build
suter [Thu, 17 Jun 2010 11:35:00 +0000 (11:35 +0000)]
Add the new example to the build
Add the corresponding tesh/test

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

13 years agoAdd a new example for simdag
suter [Thu, 17 Jun 2010 11:34:16 +0000 (11:34 +0000)]
Add a new example for simdag

Schedule a Montage DAX on an heterogeneous platform using a simple
Min-Min strategy.

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

13 years agoDelete unused -fprofile-arcs flags.
navarrop [Thu, 17 Jun 2010 10:10:42 +0000 (10:10 +0000)]
Delete unused -fprofile-arcs flags.

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

13 years agoGenerate doc only if it is necessary. Set enable_doc option.
navarrop [Thu, 17 Jun 2010 09:19:22 +0000 (09:19 +0000)]
Generate doc only if it is necessary. Set enable_doc option.

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

13 years agoAdd stuff to make compute tasks schedulable.
suter [Thu, 17 Jun 2010 08:52:08 +0000 (08:52 +0000)]
Add stuff to make compute tasks schedulable.

Each time a compute task ends, we decrement a counter for the tasks
that are the destination of a transfert from the finishing task. When
this counter reaches 0, the task is SD_SCHEDULABLE (All compute task
parents are in the SD_DONE state).

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

13 years agoMake sure that created sequential tasks cannot look like parallel tasks because of...
mquinson [Wed, 16 Jun 2010 17:14:10 +0000 (17:14 +0000)]
Make sure that created sequential tasks cannot look like parallel tasks because of use of uninitialized data

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

13 years agoAdd a simgrid_java target to rebuild the jar file; look at the right location of...
mquinson [Wed, 16 Jun 2010 17:13:47 +0000 (17:13 +0000)]
Add a simgrid_java target to rebuild the jar file; look at the right location of the jar file when compiling examples

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

13 years agono need to set the number of host,link or route at the beginning , thanks to xbt_dyna...
coldpeace [Wed, 16 Jun 2010 16:56:39 +0000 (16:56 +0000)]
no need to set the number of host,link or route at the beginning , thanks to xbt_dynar_t ;)

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

13 years agoswitching to xbt_dynar_t for methods to bypass XMl
coldpeace [Wed, 16 Jun 2010 16:55:19 +0000 (16:55 +0000)]
switching to xbt_dynar_t for methods to bypass XMl

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

13 years agoxbt_dynar_is_empty to check if a dynar is empty or not
coldpeace [Wed, 16 Jun 2010 16:54:05 +0000 (16:54 +0000)]
xbt_dynar_is_empty to check if a dynar is empty or not

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

13 years agoOf course we only need to add /D DLL_EXPORT to CFLAGS on windows architectures. Doing...
mquinson [Wed, 16 Jun 2010 12:58:03 +0000 (12:58 +0000)]
Of course we only need to add /D DLL_EXPORT to CFLAGS on windows architectures. Doing so without condition breaks unix builds, pity

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

13 years agoDon't generate doc with windows.
navarrop [Wed, 16 Jun 2010 10:26:24 +0000 (10:26 +0000)]
Don't generate doc with windows.

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

13 years agoUpdate COPING license file for ucontext and windows.
navarrop [Wed, 16 Jun 2010 10:26:16 +0000 (10:26 +0000)]
Update COPING license file for ucontext and windows.

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

13 years agoChange path for win32 ucontext files.
navarrop [Wed, 16 Jun 2010 10:26:06 +0000 (10:26 +0000)]
Change path for win32 ucontext files.

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

13 years agoDeclare variable DLL_EXPORT for Libs.
navarrop [Wed, 16 Jun 2010 10:25:56 +0000 (10:25 +0000)]
Declare variable DLL_EXPORT for Libs.

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

13 years agomake sure that MSG_task_execute() is not called by error on parallel tasks
mquinson [Wed, 16 Jun 2010 09:39:44 +0000 (09:39 +0000)]
make sure that MSG_task_execute() is not called by error on parallel tasks

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

13 years agoAdd LGPL files for ucontext.
navarrop [Wed, 16 Jun 2010 07:49:07 +0000 (07:49 +0000)]
Add LGPL files for ucontext.

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

13 years agoenabling warnings as errors raised some problems due to the change of
suter [Wed, 16 Jun 2010 07:44:08 +0000 (07:44 +0000)]
enabling warnings as errors raised some problems due to the change of
return type of SD_simulate

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

13 years agoActually build the doc
mquinson [Tue, 15 Jun 2010 22:16:00 +0000 (22:16 +0000)]
Actually build the doc

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

13 years agoimprove TOC desynch detection tool
mquinson [Tue, 15 Jun 2010 22:15:41 +0000 (22:15 +0000)]
improve TOC desynch detection tool

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

13 years agofix some TOC of doc, detected by automatic tests
mquinson [Tue, 15 Jun 2010 22:15:20 +0000 (22:15 +0000)]
fix some TOC of doc, detected by automatic tests

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

13 years agofix a bug breaking every navigation tabs. Damn changing format of doxygen output
mquinson [Tue, 15 Jun 2010 22:15:01 +0000 (22:15 +0000)]
fix a bug breaking every navigation tabs. Damn changing format of doxygen output

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

13 years agofix format
mquinson [Tue, 15 Jun 2010 22:14:41 +0000 (22:14 +0000)]
fix format

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

13 years agorename SD_READY in SD_SCHEDULABLE to prevent troubles for users that
suter [Tue, 15 Jun 2010 20:18:56 +0000 (20:18 +0000)]
rename SD_READY in SD_SCHEDULABLE to prevent troubles for users that
were used to use SD_READY

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

13 years agomake clean works now
mquinson [Tue, 15 Jun 2010 19:40:13 +0000 (19:40 +0000)]
make clean works now

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

13 years agobasic layer for simdag bindings ( modifyin' the return value of simulate from SD_tas...
coldpeace [Tue, 15 Jun 2010 14:46:46 +0000 (14:46 +0000)]
basic layer for simdag bindings ( modifyin' the return value of simulate from  SD_task_t* to xbt_dynar_t)

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

13 years agoDont declare variables at the middle of nowhere.
navarrop [Tue, 15 Jun 2010 14:00:44 +0000 (14:00 +0000)]
Dont declare variables at the middle of nowhere.

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