Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
14 years agoHow can I be so stupid to need 3 commits for a simple fix?
mquinson [Thu, 1 Apr 2010 15:20:04 +0000 (15:20 +0000)]
How can I be so stupid to need 3 commits for a simple fix?

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

14 years agomaking the sources for the instrumentation be present in the distribution
schnorr [Thu, 1 Apr 2010 15:11:45 +0000 (15:11 +0000)]
making the sources for the instrumentation be present in the distribution

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

14 years agofix: forget to add private.h to TRACING_SRC
schnorr [Thu, 1 Apr 2010 15:11:44 +0000 (15:11 +0000)]
fix: forget to add private.h to TRACING_SRC

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

14 years agoallow gras test to run in //
mquinson [Thu, 1 Apr 2010 14:51:44 +0000 (14:51 +0000)]
allow gras test to run in //

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

14 years agokill windows cruft. Should use tesh2 when it works instead of visualbasic shit
mquinson [Thu, 1 Apr 2010 14:51:33 +0000 (14:51 +0000)]
kill windows cruft. Should use tesh2 when it works instead of visualbasic shit

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

14 years agocosmetics (sorry for the noise)
mquinson [Thu, 1 Apr 2010 14:51:31 +0000 (14:51 +0000)]
cosmetics (sorry for the noise)

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

14 years agoproper use of the HAVE_TRACING variable defined by Cmake through -Dtracing=on
schnorr [Thu, 1 Apr 2010 14:17:02 +0000 (14:17 +0000)]
proper use of the HAVE_TRACING variable defined by Cmake through -Dtracing=on

details:
- cleaning some code (instr/config.h) that was autotools-related
- created a Cmake rule to create a tracing_config.h that contains
the preprocessor variable HAVE_TRACING
- msg/datatypes.h and instr/instr.h needs to include tracing_config.h
to not segfault because of the size of the task struct
- .gitignore updated

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

14 years agomissing HAVE_TRACING ifdef/endif in smx_action.c
schnorr [Thu, 1 Apr 2010 14:17:01 +0000 (14:17 +0000)]
missing HAVE_TRACING ifdef/endif in smx_action.c

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

14 years agoModifiers working both on 32bits and 64bits to display uintptr_t
mquinson [Thu, 1 Apr 2010 14:11:10 +0000 (14:11 +0000)]
Modifiers working both on 32bits and 64bits to display uintptr_t

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

14 years agotrace the message size, not the size of the pointer pointing to the task (bummer)
mquinson [Thu, 1 Apr 2010 13:54:44 +0000 (13:54 +0000)]
trace the message size, not the size of the pointer pointing to the task (bummer)

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

14 years agonope, dudes, this function is a standard one.
mquinson [Thu, 1 Apr 2010 13:54:42 +0000 (13:54 +0000)]
nope, dudes, this function is a standard one.

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

14 years agoPicky gcc.
pini [Thu, 1 Apr 2010 13:52:46 +0000 (13:52 +0000)]
Picky gcc.

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

14 years agoAdd a pimple to get the ability to trace the amount of messages per size as histogram...
mquinson [Thu, 1 Apr 2010 13:41:39 +0000 (13:41 +0000)]
Add a pimple to get the ability to trace the amount of messages per size as histogram in gnuplot. Should probably be done in a proper way. One day.

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

14 years agoMake sure that dict of integers can be traversed too
mquinson [Thu, 1 Apr 2010 13:41:37 +0000 (13:41 +0000)]
Make sure that dict of integers can be traversed too

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

14 years agoxbt_dict: allow to have integer key and data
mquinson [Thu, 1 Apr 2010 13:41:35 +0000 (13:41 +0000)]
xbt_dict: allow to have integer key and data

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

14 years agoReorganize order to make files when maintainer mode.
navarrop [Thu, 1 Apr 2010 13:31:15 +0000 (13:31 +0000)]
Reorganize order to make files when maintainer mode.

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

14 years agoGive more details about how make doc if it fails.
navarrop [Thu, 1 Apr 2010 12:58:53 +0000 (12:58 +0000)]
Give more details about how make doc if it fails.

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

14 years agoFix Bibtex2html pb.
navarrop [Thu, 1 Apr 2010 12:37:08 +0000 (12:37 +0000)]
Fix Bibtex2html pb.

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

14 years agoAdd maintainer_mode generate files.
navarrop [Thu, 1 Apr 2010 12:04:49 +0000 (12:04 +0000)]
Add maintainer_mode generate files.

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

14 years agoAdd testall to cmake.
navarrop [Thu, 1 Apr 2010 12:04:48 +0000 (12:04 +0000)]
Add testall to cmake.

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

14 years agoHuge import with Lucas tracing modifications.
alegrand [Thu, 1 Apr 2010 11:22:39 +0000 (11:22 +0000)]
Huge import with Lucas tracing modifications.

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

14 years agouse differing temporary directory names so that the tests can be run in //
mquinson [Wed, 31 Mar 2010 16:19:59 +0000 (16:19 +0000)]
use differing temporary directory names so that the tests can be run in //

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

14 years ago2 bugs in 5 lines, gone under radar for 6 months (until Pierre give a PPC box a try)
mquinson [Wed, 31 Mar 2010 16:06:40 +0000 (16:06 +0000)]
2 bugs in 5 lines, gone under radar for 6 months (until Pierre give a PPC box a try)

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

14 years agoGenerate files in good order.
navarrop [Wed, 31 Mar 2010 14:04:55 +0000 (14:04 +0000)]
Generate files in good order.

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

14 years agoChange yes value to 1 value.
navarrop [Wed, 31 Mar 2010 13:35:44 +0000 (13:35 +0000)]
Change yes value to 1 value.

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

14 years agoAdd check for HAVE_POSIX_GETTIME.
navarrop [Wed, 31 Mar 2010 13:28:16 +0000 (13:28 +0000)]
Add check for HAVE_POSIX_GETTIME.

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

14 years agoCorrection of the flexml part.
navarrop [Wed, 31 Mar 2010 10:19:46 +0000 (10:19 +0000)]
Correction of the flexml part.

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

14 years agoAdd time and date to distrib.
navarrop [Tue, 30 Mar 2010 16:12:21 +0000 (16:12 +0000)]
Add time and date to distrib.

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

14 years agoAdd debug to flexml.
navarrop [Tue, 30 Mar 2010 15:50:34 +0000 (15:50 +0000)]
Add debug to flexml.

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

14 years agoEnable java with distcheck.
navarrop [Tue, 30 Mar 2010 15:23:18 +0000 (15:23 +0000)]
Enable java with distcheck.

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

14 years agoAdd make distcheck command and rename make package by make dist.
navarrop [Tue, 30 Mar 2010 15:17:22 +0000 (15:17 +0000)]
Add make distcheck command and rename make package by make dist.

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

14 years ago--help-models display the long description of all known models
mquinson [Tue, 30 Mar 2010 14:40:36 +0000 (14:40 +0000)]
--help-models display the long description of all known models

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

14 years agoAdd a long description to the models, and make it visible by passing the right comman...
mquinson [Tue, 30 Mar 2010 14:05:47 +0000 (14:05 +0000)]
Add a long description to the models, and make it visible by passing the right command line argument

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

14 years agoOption for debug print.
navarrop [Tue, 30 Mar 2010 13:36:51 +0000 (13:36 +0000)]
Option for debug print.

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

14 years agoAllow to set latency_factor, bandwidth_factor and weight_S parameters of the network...
mquinson [Tue, 30 Mar 2010 13:19:44 +0000 (13:19 +0000)]
Allow to set latency_factor, bandwidth_factor and weight_S parameters of the network models from the command line

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

14 years agoRename configuration variables *_model into */model (to start a hierarchy)
mquinson [Tue, 30 Mar 2010 11:54:11 +0000 (11:54 +0000)]
Rename configuration variables *_model into */model (to start a hierarchy)

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

14 years agoadd the ability to set a default value after registration
mquinson [Tue, 30 Mar 2010 11:54:08 +0000 (11:54 +0000)]
add the ability to set a default value after registration

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

14 years agoSolve problem with lib name of java ruby and lua.
navarrop [Tue, 30 Mar 2010 09:51:24 +0000 (09:51 +0000)]
Solve problem with lib name of java ruby and lua.

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

14 years agofix SD_task_get_execution_time() when communication or computation arrays are NULL
mquinson [Tue, 30 Mar 2010 08:46:00 +0000 (08:46 +0000)]
fix SD_task_get_execution_time() when communication or computation arrays are NULL

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

14 years agoCopy directly the lua task from stack to stack. Allows to remove the pimple where...
mquinson [Fri, 26 Mar 2010 21:33:06 +0000 (21:33 +0000)]
Copy directly the lua task from stack to stack. Allows to remove the pimple where I increased the refcount of ctask to prevent in advance garbage collection

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

14 years agoMemcheck again...
navarrop [Fri, 26 Mar 2010 17:50:22 +0000 (17:50 +0000)]
Memcheck again...

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

14 years agoNew ruby example "Quick-Sort" ( Sending Data within tasks )
coldpeace [Fri, 26 Mar 2010 16:41:30 +0000 (16:41 +0000)]
New ruby example "Quick-Sort" ( Sending Data within tasks )

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

14 years agoAdd tests for memcheck with perl.
navarrop [Fri, 26 Mar 2010 14:52:56 +0000 (14:52 +0000)]
Add tests for memcheck with perl.

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

14 years agoallowing to send tasks containing "ruby task" value plus "the user data"
coldpeace [Fri, 26 Mar 2010 14:34:29 +0000 (14:34 +0000)]
allowing to send tasks containing "ruby task" value plus "the user data"

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

14 years agoAdd tests for memcheck.
navarrop [Fri, 26 Mar 2010 13:57:21 +0000 (13:57 +0000)]
Add tests for memcheck.

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

14 years agomake sure it still compiles with pthreads
mquinson [Thu, 25 Mar 2010 17:08:28 +0000 (17:08 +0000)]
make sure it still compiles with pthreads

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

14 years agoAdd context to ccmake option.
navarrop [Thu, 25 Mar 2010 16:09:41 +0000 (16:09 +0000)]
Add context to ccmake option.

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

14 years agoEnable code coverage by option.
navarrop [Thu, 25 Mar 2010 15:05:06 +0000 (15:05 +0000)]
Enable code coverage by option.

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

14 years agoCompile without profiling flags by default
pini [Thu, 25 Mar 2010 14:49:26 +0000 (14:49 +0000)]
Compile without profiling flags by default

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

14 years agoEnsure that we can launch mk_supernovae.sh after a distrib.
navarrop [Thu, 25 Mar 2010 14:49:09 +0000 (14:49 +0000)]
Ensure that we can launch mk_supernovae.sh after a distrib.

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

14 years agoRemoved trailing whitespace
pini [Thu, 25 Mar 2010 14:41:54 +0000 (14:41 +0000)]
Removed trailing whitespace

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

14 years agoMore MPI calls support in SMPI
pini [Thu, 25 Mar 2010 14:41:50 +0000 (14:41 +0000)]
More MPI calls support in SMPI

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

14 years agoAdded MPI_COMM_SELF.
pini [Thu, 25 Mar 2010 14:41:39 +0000 (14:41 +0000)]
Added MPI_COMM_SELF.

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

14 years agoIgnore some more temporary files.
pini [Thu, 25 Mar 2010 14:41:36 +0000 (14:41 +0000)]
Ignore some more temporary files.

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

14 years agogcc likes it when you say 'please'.
pini [Thu, 25 Mar 2010 14:41:25 +0000 (14:41 +0000)]
gcc likes it when you say 'please'.

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

14 years agoEnsure smpicc is executable.
pini [Thu, 25 Mar 2010 14:41:22 +0000 (14:41 +0000)]
Ensure smpicc is executable.

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

14 years agoAdd necessary files to distrib.
navarrop [Thu, 25 Mar 2010 14:04:53 +0000 (14:04 +0000)]
Add necessary files to distrib.

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

14 years agocheck result when sending/receiving tasks
coldpeace [Thu, 25 Mar 2010 13:54:06 +0000 (13:54 +0000)]
check result when sending/receiving tasks

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

14 years agoFix a bug with Fedora.
navarrop [Thu, 25 Mar 2010 12:42:42 +0000 (12:42 +0000)]
Fix a bug with Fedora.

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

14 years ago??? What is it ???
navarrop [Thu, 25 Mar 2010 11:51:44 +0000 (11:51 +0000)]
??? What is it ???

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

14 years ago??? What is it ???
navarrop [Thu, 25 Mar 2010 11:42:57 +0000 (11:42 +0000)]
??? What is it ???

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

14 years agoCompile smpi examples with smpicc. Fix lualib location problem with Fedora.
navarrop [Thu, 25 Mar 2010 11:35:38 +0000 (11:35 +0000)]
Compile smpi examples with smpicc. Fix lualib location problem with Fedora.

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

14 years agocleanups
coldpeace [Thu, 25 Mar 2010 10:51:38 +0000 (10:51 +0000)]
cleanups

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

14 years agogit-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7366 48e7efb5...
coldpeace [Thu, 25 Mar 2010 10:13:57 +0000 (10:13 +0000)]
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7366 48e7efb5-ca39-0410-a469-dd3cf9ba447f

14 years agoadd MSG_task_has_data function
coldpeace [Thu, 25 Mar 2010 10:13:26 +0000 (10:13 +0000)]
add MSG_task_has_data function

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

14 years agotrying to pass lua task as a data instead new allocation
coldpeace [Thu, 25 Mar 2010 10:02:29 +0000 (10:02 +0000)]
trying to pass lua task as a data instead new allocation

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

14 years agoCleanup.
pini [Thu, 25 Mar 2010 09:56:12 +0000 (09:56 +0000)]
Cleanup.

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

14 years agouse the smpi(cc|run).in which are in the source tree, and kill the dupplicates hiden...
mquinson [Thu, 25 Mar 2010 09:55:51 +0000 (09:55 +0000)]
use the smpi(cc|run).in which are in the source tree, and kill the dupplicates hiden under buildtools/cmake

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

14 years ago(allHost method :using MSG_get_host_number(/table) methods instead calling the globa...
coldpeace [Wed, 24 Mar 2010 17:26:03 +0000 (17:26 +0000)]
(allHost method :using MSG_get_host_number(/table)  methods instead calling the globals private variables of MSG

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

14 years agogit-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7360 48e7efb5...
coldpeace [Wed, 24 Mar 2010 17:18:17 +0000 (17:18 +0000)]
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7360 48e7efb5-ca39-0410-a469-dd3cf9ba447f

14 years agofixing some privacy violation ( no more #include "msg/private.h") in ruby bindings...
coldpeace [Wed, 24 Mar 2010 17:17:56 +0000 (17:17 +0000)]
fixing some privacy violation ( no more #include "msg/private.h") in ruby bindings code

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

14 years agomore respect to others privacy
coldpeace [Wed, 24 Mar 2010 16:59:50 +0000 (16:59 +0000)]
more respect to others privacy

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

14 years agoChanges way to find lualib.h and lauxlib.h.
navarrop [Wed, 24 Mar 2010 16:14:23 +0000 (16:14 +0000)]
Changes way to find lualib.h and lauxlib.h.

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

14 years agoAdd a MSG_task_set_data() function
mquinson [Wed, 24 Mar 2010 16:07:42 +0000 (16:07 +0000)]
Add a MSG_task_set_data() function

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

14 years agoone more FIXME/TODO for medhi
mquinson [Wed, 24 Mar 2010 16:07:41 +0000 (16:07 +0000)]
one more FIXME/TODO for medhi

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

14 years agoTiny optimization: save a call to xbt_swag_size() if debug is not enabled
mquinson [Wed, 24 Mar 2010 16:07:30 +0000 (16:07 +0000)]
Tiny optimization: save a call to xbt_swag_size() if debug is not enabled

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

14 years agofurther cleanups
mquinson [Wed, 24 Mar 2010 16:07:28 +0000 (16:07 +0000)]
further cleanups

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

14 years agoDelete old file.
navarrop [Wed, 24 Mar 2010 15:30:59 +0000 (15:30 +0000)]
Delete old file.

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

14 years agoDelete a redefine warning.
navarrop [Wed, 24 Mar 2010 15:28:32 +0000 (15:28 +0000)]
Delete a redefine warning.

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

14 years agoCompact source code for Making Doc.
navarrop [Wed, 24 Mar 2010 15:25:31 +0000 (15:25 +0000)]
Compact source code for Making Doc.

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

14 years agoVerification of the bibtex2html version before make doc.
navarrop [Wed, 24 Mar 2010 14:57:32 +0000 (14:57 +0000)]
Verification of the bibtex2html version before make doc.

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

14 years agoRename lib simgrid_static to libsimgrid.
navarrop [Wed, 24 Mar 2010 13:16:34 +0000 (13:16 +0000)]
Rename lib simgrid_static to libsimgrid.

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

14 years agoDelete dash files after generate doc.
navarrop [Wed, 24 Mar 2010 12:56:38 +0000 (12:56 +0000)]
Delete dash files after generate doc.

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

14 years agoMake doc coorection.
navarrop [Wed, 24 Mar 2010 12:35:29 +0000 (12:35 +0000)]
Make doc coorection.

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

14 years agoAdd make html command to cmake.
navarrop [Wed, 24 Mar 2010 10:39:41 +0000 (10:39 +0000)]
Add make html command to cmake.

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

14 years ago"new ruby host method"
coldpeace [Wed, 24 Mar 2010 09:26:39 +0000 (09:26 +0000)]
"new ruby host method"

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

14 years agoRename MSG_TIMEOUT_FAILURE into MSG_TIMEOUT
coldpeace [Wed, 24 Mar 2010 09:17:47 +0000 (09:17 +0000)]
Rename MSG_TIMEOUT_FAILURE into MSG_TIMEOUT

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

14 years agoRename MSG_TIMEOUT_FAILURE into MSG_TIMEOUT for sake of logic
mquinson [Tue, 23 Mar 2010 22:00:23 +0000 (22:00 +0000)]
Rename MSG_TIMEOUT_FAILURE into MSG_TIMEOUT for sake of logic

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

14 years agoDocument the fact that lua works, and some facts about java
mquinson [Tue, 23 Mar 2010 22:00:02 +0000 (22:00 +0000)]
Document the fact that lua works, and some facts about java

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

14 years agoLua works!
mquinson [Tue, 23 Mar 2010 21:49:56 +0000 (21:49 +0000)]
Lua works!
I don't even have to write a context mechanism. Lua vm's fine with
having swapcontextes changing the world around it. It's also fine with
threads doing so, as long as they dont do it at the exact same time
(but we're just fine in SimGrid).

Some more cleanups are needed, I guess.

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

14 years agoFix the commit introducing MSG_task_ref by actually introducing it, not only its...
mquinson [Tue, 23 Mar 2010 21:49:36 +0000 (21:49 +0000)]
Fix the commit introducing MSG_task_ref by actually introducing it, not only its prototype

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

14 years agouse local variable in each user code so that they don't get intermixed with each...
mquinson [Tue, 23 Mar 2010 21:49:16 +0000 (21:49 +0000)]
use local variable in each user code so that they don't get intermixed with each other

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

14 years agotry to get it compiling with paranoid gcc flags
mquinson [Tue, 23 Mar 2010 21:48:56 +0000 (21:48 +0000)]
try to get it compiling with paranoid gcc flags

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

14 years agoadd a dangerous MSG_task_ref() needed by lua to not free tasks twice when they get...
mquinson [Tue, 23 Mar 2010 21:48:35 +0000 (21:48 +0000)]
add a dangerous MSG_task_ref() needed by lua to not free tasks twice when they get release by the GC

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

14 years agoAdd files to .gitignore and add a command line to FAQ.
navarrop [Tue, 23 Mar 2010 16:49:30 +0000 (16:49 +0000)]
Add files to .gitignore and add a command line to FAQ.

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

14 years agoAdd a -I flag for lua.
navarrop [Tue, 23 Mar 2010 16:42:14 +0000 (16:42 +0000)]
Add a -I flag for lua.

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

14 years agoignore timing errors since they are really useless
mquinson [Tue, 23 Mar 2010 15:52:45 +0000 (15:52 +0000)]
ignore timing errors since they are really useless

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

14 years agoStupid typo
mquinson [Tue, 23 Mar 2010 15:52:35 +0000 (15:52 +0000)]
Stupid typo

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

14 years agolame attempt to fix it, but I guess I should remove it and use ctest now
mquinson [Tue, 23 Mar 2010 15:52:33 +0000 (15:52 +0000)]
lame attempt to fix it, but I guess I should remove it and use ctest now

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

14 years agoUpdate sources for java.
navarrop [Tue, 23 Mar 2010 15:12:29 +0000 (15:12 +0000)]
Update sources for java.

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