Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
18 years agohelp doxygen to stop complaining about nested groups
alegrand [Fri, 1 Jul 2005 05:50:30 +0000 (05:50 +0000)]
help doxygen to stop complaining about nested groups

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

18 years agofix reference (especially the trailing ":")
alegrand [Fri, 1 Jul 2005 05:49:52 +0000 (05:49 +0000)]
fix reference (especially the trailing ":")

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

18 years agotell the world that MSG_set_verbosity is deprecated.
alegrand [Fri, 1 Jul 2005 05:49:02 +0000 (05:49 +0000)]
tell the world that MSG_set_verbosity is deprecated.

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

18 years agofix documentation
alegrand [Fri, 1 Jul 2005 05:48:13 +0000 (05:48 +0000)]
fix documentation

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

18 years agofix a reference
alegrand [Fri, 1 Jul 2005 05:47:53 +0000 (05:47 +0000)]
fix a reference

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

18 years ago.
mquinson [Fri, 1 Jul 2005 00:04:27 +0000 (00:04 +0000)]
.

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

18 years agomoving to 2.95
alegrand [Thu, 30 Jun 2005 23:45:56 +0000 (23:45 +0000)]
moving to 2.95

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

18 years agosome compiler don't like this return void... :)
alegrand [Thu, 30 Jun 2005 23:45:16 +0000 (23:45 +0000)]
some compiler don't like this return void... :)

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

18 years agoSome stuff were done, another one were added here
mquinson [Thu, 30 Jun 2005 20:51:13 +0000 (20:51 +0000)]
Some stuff were done, another one were added here

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

18 years agoremove this damn fflush that spoils the performance (even though it was useful when...
alegrand [Thu, 30 Jun 2005 05:40:24 +0000 (05:40 +0000)]
remove this damn fflush that spoils the performance (even though it was useful when debuging)

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

18 years agoremoving MSG_process_start from the documentation
alegrand [Wed, 29 Jun 2005 23:04:08 +0000 (23:04 +0000)]
removing MSG_process_start from the documentation

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

18 years agoIt's amazing how a well-placed ! can make such a difference. :)
alegrand [Wed, 29 Jun 2005 23:00:04 +0000 (23:00 +0000)]
It's amazing how a well-placed ! can make such a difference. :)

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

18 years agostupid me
mquinson [Wed, 29 Jun 2005 22:57:25 +0000 (22:57 +0000)]
stupid me

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

18 years agoDocument some of the lastest changes
mquinson [Wed, 29 Jun 2005 22:35:05 +0000 (22:35 +0000)]
Document some of the lastest changes

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

18 years agodisable MSG_get_msgload until we find a good specification for it
mquinson [Wed, 29 Jun 2005 22:31:00 +0000 (22:31 +0000)]
disable MSG_get_msgload until we find a good specification for it

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

18 years agoPass the args to the child
mquinson [Wed, 29 Jun 2005 22:16:45 +0000 (22:16 +0000)]
Pass the args to the child

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

18 years agoAdapt to API change (I was too quick, I guess)
mquinson [Wed, 29 Jun 2005 22:05:22 +0000 (22:05 +0000)]
Adapt to API change (I was too quick, I guess)

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

18 years agoI had forgotten a few functions last time. It could not work anymore...
alegrand [Wed, 29 Jun 2005 22:04:52 +0000 (22:04 +0000)]
I had forgotten a few functions last time. It could not work anymore...

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

18 years agoAdd a select for Martin.
alegrand [Wed, 29 Jun 2005 21:54:25 +0000 (21:54 +0000)]
Add a select for Martin.

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

18 years agoAdapt to upcomming changes in MSG even before Arnaud's done with implementing
mquinson [Wed, 29 Jun 2005 21:42:13 +0000 (21:42 +0000)]
Adapt to upcomming changes in MSG even before Arnaud's done with implementing
them.

Yeah!

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

18 years agoput the great MSG_config stuff in the libs
mquinson [Wed, 29 Jun 2005 20:57:44 +0000 (20:57 +0000)]
put the great MSG_config stuff in the libs

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

18 years agoxbt_cfg_set_vargs() and xbt_cfg_set() now handle only one variable at a time (they...
mquinson [Wed, 29 Jun 2005 20:56:40 +0000 (20:56 +0000)]
xbt_cfg_set_vargs() and xbt_cfg_set() now handle only one variable at a time (they used to deal with NULL-terminated lists of arguments, but it was error-prone); Explicit another argument before the vaargs so that module setting function can pass their vaargs to the generic ones (the cfg set is implicit and don't need to be passed as argument in modules, so we can't va_start() on it); fix some error handling errors :-/

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

18 years agoTry to use the MSG configuration stuff
mquinson [Wed, 29 Jun 2005 20:53:51 +0000 (20:53 +0000)]
Try to use the MSG configuration stuff

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

18 years agoExplicit another argument before the vaargs so that module setting function can pass...
mquinson [Wed, 29 Jun 2005 20:52:54 +0000 (20:52 +0000)]
Explicit another argument before the vaargs so that module setting function can pass their vaargs to the generic ones (the cfg set is implicit and don't need to be passed as argument in modules, so we can't va_start() on it)

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

18 years agoconfig support in MSG
mquinson [Wed, 29 Jun 2005 20:51:12 +0000 (20:51 +0000)]
config support in MSG

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

18 years agoKill evil cruft ;)
mquinson [Wed, 29 Jun 2005 20:48:46 +0000 (20:48 +0000)]
Kill evil cruft ;)

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

18 years agoFirst try at actually using the configuration stuff. MSG acts as cobaye here
mquinson [Wed, 29 Jun 2005 20:46:05 +0000 (20:46 +0000)]
First try at actually using the configuration stuff. MSG acts as cobaye here

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

18 years agoSearch for graspe-master where it is (ie, allow remote compile in VPATH setting ;)
mquinson [Wed, 29 Jun 2005 20:44:51 +0000 (20:44 +0000)]
Search for graspe-master where it is (ie, allow remote compile in VPATH setting ;)

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

18 years agoAdd a new function: MSG_task_get_with_timeout. That should be very convenient to...
alegrand [Wed, 29 Jun 2005 19:53:36 +0000 (19:53 +0000)]
Add a new function: MSG_task_get_with_timeout. That should be very convenient to do a select...

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

18 years agohelps for debuging without having to modify and recompile your code
alegrand [Wed, 29 Jun 2005 19:51:43 +0000 (19:51 +0000)]
helps for debuging without having to modify and recompile your code

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

18 years agoUseless file I had forgotten to remove.
alegrand [Wed, 29 Jun 2005 19:50:59 +0000 (19:50 +0000)]
Useless file I had forgotten to remove.

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

18 years agoAdding a function to set the max_duration of an action.
alegrand [Wed, 29 Jun 2005 19:47:14 +0000 (19:47 +0000)]
Adding a function to set the max_duration of an action.

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

18 years agoDo compile correctly under windows
mquinson [Wed, 29 Jun 2005 05:34:04 +0000 (05:34 +0000)]
Do compile correctly under windows

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

18 years agoDo compile correctly under windows; some more information in the summary at the end
mquinson [Wed, 29 Jun 2005 05:33:48 +0000 (05:33 +0000)]
Do compile correctly under windows; some more information in the summary at the end

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

18 years ago+= ucontext_stack.h, which is generated
mquinson [Wed, 29 Jun 2005 05:14:28 +0000 (05:14 +0000)]
+= ucontext_stack.h, which is generated

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

18 years agoamok separate library is dead
mquinson [Wed, 29 Jun 2005 05:13:53 +0000 (05:13 +0000)]
amok separate library is dead

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

18 years agoInclude amok into libraries to avoid issues on AIX (linking tests against *one* not...
mquinson [Wed, 29 Jun 2005 05:12:58 +0000 (05:12 +0000)]
Include amok into libraries to avoid issues on AIX (linking tests against *one* not installed yet library works, but things fail on AIX when I try to do so for two libraries; I thus limit myself to only one library everywhere)

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

18 years agoBig fat warning of deprecation
mquinson [Wed, 29 Jun 2005 05:10:20 +0000 (05:10 +0000)]
Big fat warning of deprecation

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

18 years agoquote correctly macro definition to make autoconf happy
mquinson [Wed, 29 Jun 2005 05:07:22 +0000 (05:07 +0000)]
quote correctly macro definition to make autoconf happy

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

18 years agoDocument lastest Arnaud's changes
mquinson [Wed, 29 Jun 2005 05:01:04 +0000 (05:01 +0000)]
Document lastest Arnaud's changes

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

18 years agoTrying to make context work on stupid architectures by stealing some nice code to...
alegrand [Wed, 29 Jun 2005 00:57:46 +0000 (00:57 +0000)]
Trying to make context work on stupid architectures by stealing some nice code to GNU pth. I probably have broken the windows support on my way but that should not be hard to repair.

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

18 years agoautomatic updates
alegrand [Wed, 29 Jun 2005 00:56:18 +0000 (00:56 +0000)]
automatic updates

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

18 years agoreduce amount of login for the new default loop count
mquinson [Tue, 28 Jun 2005 12:08:46 +0000 (12:08 +0000)]
reduce amount of login for the new default loop count

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

18 years agoDon't pass -fno-loop-optimize to gcc<3.0, even on powerpc, since they don't understand it
mquinson [Tue, 28 Jun 2005 11:59:00 +0000 (11:59 +0000)]
Don't pass -fno-loop-optimize to gcc<3.0, even on powerpc, since they don't understand it

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

18 years agoNo instruction before the last variable declaration with old gcc
mquinson [Tue, 28 Jun 2005 11:56:06 +0000 (11:56 +0000)]
No instruction before the last variable declaration with old gcc

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

18 years agoNo instruction before the last variable declaration with old gcc
mquinson [Tue, 28 Jun 2005 11:45:42 +0000 (11:45 +0000)]
No instruction before the last variable declaration with old gcc

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

18 years agoReduce a bit the amount of logs at INFO level
mquinson [Tue, 28 Jun 2005 11:24:14 +0000 (11:24 +0000)]
Reduce a bit the amount of logs at INFO level

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

18 years agoreduce the number of loops to do to not kill the old machines out there
mquinson [Tue, 28 Jun 2005 11:16:01 +0000 (11:16 +0000)]
reduce the number of loops to do to not kill the old machines out there

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

18 years agotypo
mquinson [Tue, 28 Jun 2005 11:14:17 +0000 (11:14 +0000)]
typo

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

18 years agoStupid C++ comments breaking AIX compilers
mquinson [Tue, 28 Jun 2005 10:50:21 +0000 (10:50 +0000)]
Stupid C++ comments breaking AIX compilers

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

18 years agoStupid C++ comments breaking AIX compilers
mquinson [Tue, 28 Jun 2005 10:37:55 +0000 (10:37 +0000)]
Stupid C++ comments breaking AIX compilers

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

18 years agoGot the last little bugs; more useful loggings
mquinson [Tue, 28 Jun 2005 10:26:15 +0000 (10:26 +0000)]
Got the last little bugs; more useful loggings

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

18 years agoReuse the dynar of keys to speed the test up;verbose<0 => absolutelely no output...
mquinson [Tue, 28 Jun 2005 10:23:55 +0000 (10:23 +0000)]
Reuse the dynar of keys to speed the test up;verbose<0 => absolutelely no output per printf (ie, don't polute my neat logging stuff);various little bugfixes

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

18 years agoAdd amok; feel free to make it look better
mquinson [Mon, 27 Jun 2005 23:38:29 +0000 (23:38 +0000)]
Add amok; feel free to make it look better

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

18 years agoDocument last change
mquinson [Mon, 27 Jun 2005 23:01:58 +0000 (23:01 +0000)]
Document last change

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

18 years agoImplement callbacks, add some missing functions and some other cleanups
mquinson [Mon, 27 Jun 2005 23:00:55 +0000 (23:00 +0000)]
Implement callbacks, add some missing functions and some other cleanups

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

18 years agoReimplementation in the modern coding standards
mquinson [Mon, 27 Jun 2005 22:47:37 +0000 (22:47 +0000)]
Reimplementation in the modern coding standards

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

18 years agokill defaultlog
mquinson [Mon, 27 Jun 2005 22:46:57 +0000 (22:46 +0000)]
kill defaultlog

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

18 years agomulti dicts take care of their own logging category alone
mquinson [Mon, 27 Jun 2005 22:44:44 +0000 (22:44 +0000)]
multi dicts take care of their own logging category alone

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

18 years agocleanups
mquinson [Mon, 27 Jun 2005 22:43:17 +0000 (22:43 +0000)]
cleanups

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

18 years agoImprove documentation and other cleanups
mquinson [Mon, 27 Jun 2005 22:42:13 +0000 (22:42 +0000)]
Improve documentation and other cleanups

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

18 years agobump library version info; add dict_multi; cosmetics
mquinson [Mon, 27 Jun 2005 22:39:01 +0000 (22:39 +0000)]
bump library version info; add dict_multi; cosmetics

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

18 years agoLet's run amok
mquinson [Mon, 27 Jun 2005 22:35:27 +0000 (22:35 +0000)]
Let's run amok

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

18 years agoAdd an ad at the beginning of the main page
mquinson [Mon, 27 Jun 2005 22:35:00 +0000 (22:35 +0000)]
Add an ad at the beginning of the main page

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

18 years agoImplement callbacks, add some missing functions and some other cleanups
mquinson [Mon, 27 Jun 2005 22:33:15 +0000 (22:33 +0000)]
Implement callbacks, add some missing functions and some other cleanups

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

18 years agoKill defaultlog
mquinson [Mon, 27 Jun 2005 22:30:05 +0000 (22:30 +0000)]
Kill defaultlog

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

18 years agore-enable multidicts
mquinson [Mon, 27 Jun 2005 22:29:54 +0000 (22:29 +0000)]
re-enable multidicts

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

18 years agoWait until the end of the experiment before testing in another directory
mquinson [Mon, 27 Jun 2005 22:28:53 +0000 (22:28 +0000)]
Wait until the end of the experiment before testing in another directory

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

18 years agoLet's run AMOK, friends
mquinson [Mon, 27 Jun 2005 22:28:02 +0000 (22:28 +0000)]
Let's run AMOK, friends

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

18 years agokill gras/core.h
mquinson [Mon, 27 Jun 2005 22:27:09 +0000 (22:27 +0000)]
kill gras/core.h

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

18 years agomeasurement sockets ARE functionnal; add function gras_socket_is_meas()
mquinson [Mon, 27 Jun 2005 22:26:22 +0000 (22:26 +0000)]
measurement sockets ARE functionnal; add function gras_socket_is_meas()

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

18 years agodocumentation 'improvement' (move it to the source file)
mquinson [Mon, 27 Jun 2005 22:25:34 +0000 (22:25 +0000)]
documentation 'improvement' (move it to the source file)

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

18 years agoKill defaultlog and gras/core.h
mquinson [Mon, 27 Jun 2005 22:23:46 +0000 (22:23 +0000)]
Kill defaultlog and gras/core.h

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

18 years agoUnstar the gras_trp_plugin_t type, even if internal, I'm now used to it; cleanups...
mquinson [Mon, 27 Jun 2005 22:22:55 +0000 (22:22 +0000)]
Unstar the gras_trp_plugin_t type, even if internal, I'm now used to it; cleanups; documentation improvement; plugin_buf now declares its super plugin as static global, not in the data field in plugin (easier, cleaner and faster)

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

18 years agocleanups
mquinson [Mon, 27 Jun 2005 22:17:43 +0000 (22:17 +0000)]
cleanups

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

18 years agoStop implementing bit fields manually, and ask the C compiler to do so for me
mquinson [Mon, 27 Jun 2005 22:16:07 +0000 (22:16 +0000)]
Stop implementing bit fields manually, and ask the C compiler to do so for me

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

18 years agoMore helpful logs
mquinson [Mon, 27 Jun 2005 22:13:22 +0000 (22:13 +0000)]
More helpful logs

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

18 years agoUse select to sleep portably on weird platforms
mquinson [Mon, 27 Jun 2005 22:11:12 +0000 (22:11 +0000)]
Use select to sleep portably on weird platforms

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

18 years agoKill gras/core.h by moving the last bits into gras.h directly
mquinson [Mon, 27 Jun 2005 22:08:11 +0000 (22:08 +0000)]
Kill gras/core.h by moving the last bits into gras.h directly

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

18 years agoWork better in RL (by not assuming that pid begin at 1 and are then incremented)...
mquinson [Mon, 27 Jun 2005 22:06:59 +0000 (22:06 +0000)]
Work better in RL (by not assuming that pid begin at 1 and are then incremented); take care of valgrind output in RL

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

18 years agoenable the multidict_crash test, even if it's not perfect yet
mquinson [Mon, 27 Jun 2005 22:04:53 +0000 (22:04 +0000)]
enable the multidict_crash test, even if it's not perfect yet

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

18 years agoKill defaultlog of xbt_init
mquinson [Mon, 27 Jun 2005 22:03:47 +0000 (22:03 +0000)]
Kill defaultlog of xbt_init

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

18 years agoUpdate now that multidicts are reimplemented
mquinson [Mon, 27 Jun 2005 22:03:20 +0000 (22:03 +0000)]
Update now that multidicts are reimplemented

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

18 years agocosmetics
mquinson [Sat, 25 Jun 2005 13:16:49 +0000 (13:16 +0000)]
cosmetics

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

18 years agoAllow NULL payload messages
mquinson [Sat, 25 Jun 2005 13:06:18 +0000 (13:06 +0000)]
Allow NULL payload messages

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

18 years ago.
mquinson [Thu, 23 Jun 2005 22:05:58 +0000 (22:05 +0000)]
.

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

18 years agoclean(?) reimport
mquinson [Thu, 23 Jun 2005 21:57:37 +0000 (21:57 +0000)]
clean(?) reimport

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

18 years agodon't use XBT_CIN, since I didn't manage to implement it correctly
mquinson [Thu, 23 Jun 2005 21:54:31 +0000 (21:54 +0000)]
don't use XBT_CIN, since I didn't manage to implement it correctly

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

18 years agoTry to reput the cvs base in a usable state, sorry
mquinson [Thu, 23 Jun 2005 21:53:57 +0000 (21:53 +0000)]
Try to reput the cvs base in a usable state, sorry

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

18 years agoTry to reput the cvs base in a usable state, sorry
mquinson [Thu, 23 Jun 2005 21:47:30 +0000 (21:47 +0000)]
Try to reput the cvs base in a usable state, sorry

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

18 years agobw_request now works
mquinson [Thu, 23 Jun 2005 21:09:58 +0000 (21:09 +0000)]
bw_request now works

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

18 years agoAutomatic update
mquinson [Thu, 23 Jun 2005 21:09:19 +0000 (21:09 +0000)]
Automatic update

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

18 years agoautomatic commit
mquinson [Thu, 23 Jun 2005 21:08:19 +0000 (21:08 +0000)]
automatic commit

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

18 years agolibc is really brain-dead on debian
mquinson [Thu, 23 Jun 2005 21:07:35 +0000 (21:07 +0000)]
libc is really brain-dead on debian

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

18 years agoPut the maestro on Jupiter so that there is a direct link between him and the first...
mquinson [Thu, 23 Jun 2005 21:05:56 +0000 (21:05 +0000)]
Put the maestro on Jupiter so that there is a direct link between him and the first sensor (on Tremblay)

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

18 years agolet the maestro explictly kill the sensors so that they don't die too early; reduce...
mquinson [Thu, 23 Jun 2005 21:04:21 +0000 (21:04 +0000)]
let the maestro explictly kill the sensors so that they don't die too early; reduce the size of the experiment; test the bw_request now that it works

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

18 years agoLet bw_request work
mquinson [Thu, 23 Jun 2005 20:34:04 +0000 (20:34 +0000)]
Let bw_request work

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

18 years agoAllow users to not care about who sended the message they were waiting for (and thus...
mquinson [Thu, 23 Jun 2005 20:32:02 +0000 (20:32 +0000)]
Allow users to not care about who sended the message they were waiting for (and thus providing NULL as&expeditor)

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

18 years agocleanup
mquinson [Thu, 23 Jun 2005 20:29:02 +0000 (20:29 +0000)]
cleanup

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

18 years agocleanups
mquinson [Thu, 23 Jun 2005 20:26:03 +0000 (20:26 +0000)]
cleanups

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