Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
17 years agostick to the file naming convention presented in the tutorial
mquinson [Thu, 24 Aug 2006 18:35:59 +0000 (18:35 +0000)]
stick to the file naming convention presented in the tutorial

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

17 years agoSIGURS1 is not defined on windows (but signal() and signal.h are both here)
mquinson [Thu, 24 Aug 2006 12:02:29 +0000 (12:02 +0000)]
SIGURS1 is not defined on windows (but signal() and signal.h are both here)

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

17 years agoThree publications from University of Victoria, Canada
mquinson [Wed, 23 Aug 2006 08:49:42 +0000 (08:49 +0000)]
Three publications from University of Victoria, Canada

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

17 years agoDon't bother emptying empty dicts in dict_reset
mquinson [Tue, 22 Aug 2006 23:09:04 +0000 (23:09 +0000)]
Don't bother emptying empty dicts in dict_reset

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

17 years agoUse the new dict_reset function to improv perfs a bit
mquinson [Tue, 22 Aug 2006 23:08:21 +0000 (23:08 +0000)]
Use the new dict_reset function to improv perfs a bit

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

17 years agoAnd now, remove the typo to the forname of FS ;)
mquinson [Tue, 22 Aug 2006 22:56:21 +0000 (22:56 +0000)]
And now, remove the typo to the forname of FS ;)

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

17 years agoAdd a publication of FS
mquinson [Tue, 22 Aug 2006 22:53:22 +0000 (22:53 +0000)]
Add a publication of FS

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

17 years agoReformat so that the year separation come more clearly
mquinson [Tue, 22 Aug 2006 22:45:24 +0000 (22:45 +0000)]
Reformat so that the year separation come more clearly

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

17 years agoImplement a dict_hash_ext function able to deal with non-null-terminated strings...
mquinson [Tue, 22 Aug 2006 22:27:24 +0000 (22:27 +0000)]
Implement a dict_hash_ext function able to deal with non-null-terminated strings so that we can use the version written by Christophe in dict_get, where we assume that the string is null-terminated and don't want to pay a strlen for nothing

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

17 years agouseless cosmetics
mquinson [Tue, 22 Aug 2006 22:24:22 +0000 (22:24 +0000)]
useless cosmetics

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

17 years agocosmetics (add missing braces so that adding debugging loads is easier)
mquinson [Tue, 22 Aug 2006 22:23:25 +0000 (22:23 +0000)]
cosmetics (add missing braces so that adding debugging loads is easier)

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

17 years agoAlso run the memcopy test
mquinson [Tue, 22 Aug 2006 22:21:03 +0000 (22:21 +0000)]
Also run the memcopy test

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

17 years agohexa_str prototype changed to allow right-to-left display (for little endian pointers)
mquinson [Tue, 22 Aug 2006 22:12:58 +0000 (22:12 +0000)]
hexa_str prototype changed to allow right-to-left display (for little endian pointers)

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

17 years agoLet xbt_dict_hash work also with non-null terminated strings (and declare it static)
mquinson [Tue, 22 Aug 2006 22:11:24 +0000 (22:11 +0000)]
Let xbt_dict_hash work also with non-null terminated strings (and declare it static)

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

17 years agoThis function is private thus static
mquinson [Tue, 22 Aug 2006 22:10:15 +0000 (22:10 +0000)]
This function is private thus static

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

17 years agoImprove the hexa displayer by separating raw and hex strings, and implement a downsid...
mquinson [Tue, 22 Aug 2006 22:07:03 +0000 (22:07 +0000)]
Improve the hexa displayer by separating raw and hex strings, and implement a downside mode, where data is displayed from right to left (handy to display pointers on little endian archs)

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

17 years agoCheck that we can have the content being different of the key, and improve the tests...
mquinson [Tue, 22 Aug 2006 21:17:54 +0000 (21:17 +0000)]
Check that we can have the content being different of the key, and improve the tests a tiny bit

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

17 years agoImprove a bit the test on searching non-existant data
mquinson [Tue, 22 Aug 2006 15:27:47 +0000 (15:27 +0000)]
Improve a bit the test on searching non-existant data

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

17 years agoAdd a missing file to the archives
mquinson [Tue, 22 Aug 2006 14:18:05 +0000 (14:18 +0000)]
Add a missing file to the archives

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

17 years agothe option --enable-maintainer-mode should be used by any CVS users, not only maintainers
mquinson [Tue, 22 Aug 2006 13:51:20 +0000 (13:51 +0000)]
the option --enable-maintainer-mode should be used by any CVS users, not only maintainers

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

17 years agoThis file didn't compile
thiery [Sun, 20 Aug 2006 17:32:59 +0000 (17:32 +0000)]
This file didn't compile

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

17 years agoAdd documentation for Surf
thiery [Fri, 18 Aug 2006 13:03:53 +0000 (13:03 +0000)]
Add documentation for Surf

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

17 years agoAdd functions to remove elements from a set
thiery [Tue, 15 Aug 2006 07:56:15 +0000 (07:56 +0000)]
Add functions to remove elements from a set

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

17 years agoAdd a function xbt_dynar_shrink
thiery [Tue, 15 Aug 2006 07:55:23 +0000 (07:55 +0000)]
Add a function xbt_dynar_shrink

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

17 years agoThis dict was not freed
thiery [Mon, 14 Aug 2006 11:19:09 +0000 (11:19 +0000)]
This dict was not freed

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

17 years agoUse mallocators for dictionaries
thiery [Mon, 14 Aug 2006 11:17:40 +0000 (11:17 +0000)]
Use mallocators for dictionaries

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

17 years agoMove this article to the right section (none of us authored this)
mquinson [Sat, 12 Aug 2006 20:54:25 +0000 (20:54 +0000)]
Move this article to the right section (none of us authored this)

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

17 years agoMake the context test a bit more expressive to newcommers
mquinson [Sat, 12 Aug 2006 11:38:05 +0000 (11:38 +0000)]
Make the context test a bit more expressive to newcommers

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

17 years agoAdded the reference to the article:
casanova [Sat, 12 Aug 2006 04:10:03 +0000 (04:10 +0000)]
Added the reference to the article:

  Hierarchical Scheduling of Independent Tasks with Shared Files,
  by Hermes Senger, Fabricio A. B. Silva and Waneron M. Nascimento
  in Sixth IEEE International Symposium on Cluster Computing and the Grid Workshops (CCGRIDW'06),  2006.
  http://doi.ieeecomputersociety.org/10.1109/CCGRID.2006.143

which uses Simgrid. Hopefully somebody can update the actual Webpage :)

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

17 years agoFix a seg fault when xbt_exit is called more than once
thiery [Fri, 11 Aug 2006 08:19:40 +0000 (08:19 +0000)]
Fix a seg fault when xbt_exit is called more than once

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

17 years agoRevert last change. context in SG mean the API we have to give the context feature...
mquinson [Thu, 10 Aug 2006 22:12:12 +0000 (22:12 +0000)]
Revert last change. context in SG mean the API we have to give the context feature even if UNIX98 contextes are not available. So we certainly don't want to test it only when ucontext are availables

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

17 years agoDo not check our context code on hosts where configure decided not to use it (or...
mquinson [Thu, 10 Aug 2006 21:37:52 +0000 (21:37 +0000)]
Do not check our context code on hosts where configure decided not to use it (or was requested to do so)

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

17 years agoRemove useless and costly strdups in platform file parsing
thiery [Thu, 10 Aug 2006 12:49:59 +0000 (12:49 +0000)]
Remove useless and costly strdups in platform file parsing

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

17 years agoUse a mallocator for MSG tasks
thiery [Thu, 10 Aug 2006 09:21:22 +0000 (09:21 +0000)]
Use a mallocator for MSG tasks

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

17 years agoMalloc instead of calloc
thiery [Wed, 9 Aug 2006 12:52:12 +0000 (12:52 +0000)]
Malloc instead of calloc

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

17 years agoForgot to initialize a field
thiery [Wed, 9 Aug 2006 12:51:07 +0000 (12:51 +0000)]
Forgot to initialize a field

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

17 years agoUpdate SimDag example
thiery [Wed, 9 Aug 2006 12:50:38 +0000 (12:50 +0000)]
Update SimDag example

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

17 years agoThere was too many reallocs
thiery [Wed, 9 Aug 2006 12:13:12 +0000 (12:13 +0000)]
There was too many reallocs

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

17 years agoUse malloc instead of calloc because reset_f is called after the malloc
thiery [Wed, 9 Aug 2006 09:04:55 +0000 (09:04 +0000)]
Use malloc instead of calloc because reset_f is called after the malloc

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

17 years agoUse a mallocator for the fifo items
thiery [Wed, 9 Aug 2006 09:03:53 +0000 (09:03 +0000)]
Use a mallocator for the fifo items

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

17 years agoFix uninitialized values
thiery [Tue, 8 Aug 2006 12:24:18 +0000 (12:24 +0000)]
Fix uninitialized values

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

17 years agoDon't malloc a new dict each time in execute_parallel_task
thiery [Tue, 8 Aug 2006 09:03:05 +0000 (09:03 +0000)]
Don't malloc a new dict each time in execute_parallel_task

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

17 years agoUse a mallocator for Surf variables
thiery [Tue, 8 Aug 2006 09:01:33 +0000 (09:01 +0000)]
Use a mallocator for Surf variables

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

17 years agoUse malloc instead of calloc
thiery [Tue, 8 Aug 2006 09:00:25 +0000 (09:00 +0000)]
Use malloc instead of calloc

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

17 years agoAdd mallocators into Makefile
thiery [Tue, 8 Aug 2006 08:59:51 +0000 (08:59 +0000)]
Add mallocators into Makefile

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

17 years agoDocument the name of type descriptions created with gras_datadesc_dynar()
mquinson [Fri, 4 Aug 2006 15:19:34 +0000 (15:19 +0000)]
Document the name of type descriptions created with gras_datadesc_dynar()

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

17 years agoChange parameter names from 'head' to 'dict'. Add two functions: xbt_dict_reset(...
thiery [Fri, 4 Aug 2006 14:42:20 +0000 (14:42 +0000)]
Change parameter names from 'head' to 'dict'. Add two functions: xbt_dict_reset() and xbt_dict_length().

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

17 years agoImprove the function SD_task_get_state
thiery [Fri, 4 Aug 2006 14:39:57 +0000 (14:39 +0000)]
Improve the function SD_task_get_state

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

17 years agoRemove useless reallocs
thiery [Fri, 4 Aug 2006 09:30:29 +0000 (09:30 +0000)]
Remove useless reallocs

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

17 years agoOptimize function SD_route_get_list()
thiery [Fri, 4 Aug 2006 08:55:50 +0000 (08:55 +0000)]
Optimize function SD_route_get_list()

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

17 years agoBad comment
thiery [Fri, 4 Aug 2006 08:11:21 +0000 (08:11 +0000)]
Bad comment

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

17 years agoAdd Doxygen documentation for mallocators
thiery [Fri, 4 Aug 2006 08:07:14 +0000 (08:07 +0000)]
Add Doxygen documentation for mallocators

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

17 years agoReplace an exception by an assertion
thiery [Fri, 4 Aug 2006 07:17:52 +0000 (07:17 +0000)]
Replace an exception by an assertion

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

17 years agoAdd mallocators in ChangeLog
thiery [Fri, 4 Aug 2006 07:10:22 +0000 (07:10 +0000)]
Add mallocators in ChangeLog

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

17 years agoReset an object only when the user needs it
thiery [Thu, 3 Aug 2006 16:41:13 +0000 (16:41 +0000)]
Reset an object only when the user needs it

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

17 years agoAdd a mallocator system to recycle unused objects instead of free them and malloc...
thiery [Thu, 3 Aug 2006 14:08:18 +0000 (14:08 +0000)]
Add a mallocator system to recycle unused objects instead of free them and malloc new ones

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

17 years agoReimplement dictionaries as hashtables
thiery [Thu, 3 Aug 2006 08:38:53 +0000 (08:38 +0000)]
Reimplement dictionaries as hashtables

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

17 years agodocument my last change (unit selection in testall), plus cosmetics
mquinson [Wed, 2 Aug 2006 18:43:54 +0000 (18:43 +0000)]
document my last change (unit selection in testall), plus cosmetics

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

17 years agoAdd a clean-unit target which removes any extracted units, usefull when working on...
mquinson [Wed, 2 Aug 2006 18:38:22 +0000 (18:38 +0000)]
Add a clean-unit target which removes any extracted units, usefull when working on cunit mecanism

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

17 years agoAllow the user to specify which tests should be run and which shouldn't
mquinson [Wed, 2 Aug 2006 18:37:40 +0000 (18:37 +0000)]
Allow the user to specify which tests should be run and which shouldn't

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

17 years agoPlug memleaks in the runned tests. Yeah, I'm vicious, but you knew that
mquinson [Wed, 2 Aug 2006 15:38:15 +0000 (15:38 +0000)]
Plug memleaks in the runned tests. Yeah, I'm vicious, but you knew that

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

17 years agoMake sure that mod won't go undefined when an exception is raised, and make the check...
mquinson [Wed, 2 Aug 2006 14:01:33 +0000 (14:01 +0000)]
Make sure that mod won't go undefined when an exception is raised, and make the checks a bit more explicit when they fails

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

17 years agoDocument a bug fix, and cosmetics
mquinson [Wed, 2 Aug 2006 13:56:08 +0000 (13:56 +0000)]
Document a bug fix, and cosmetics

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

17 years agocosmetics
mquinson [Wed, 2 Aug 2006 13:54:04 +0000 (13:54 +0000)]
cosmetics

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

17 years agoKill old unused stuff
mquinson [Wed, 2 Aug 2006 13:53:47 +0000 (13:53 +0000)]
Kill old unused stuff

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

17 years agokill unused struct
mquinson [Wed, 2 Aug 2006 13:52:33 +0000 (13:52 +0000)]
kill unused struct

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

17 years agoMake room for the other lessons on data description
mquinson [Tue, 1 Aug 2006 01:56:13 +0000 (01:56 +0000)]
Make room for the other lessons on data description

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

17 years agoLesson 9 is done
mquinson [Tue, 1 Aug 2006 01:29:24 +0000 (01:29 +0000)]
Lesson 9 is done

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

17 years agoFix a vicious bug: TCP socket use a buffer and read operation get as much data as...
mquinson [Tue, 1 Aug 2006 00:27:53 +0000 (00:27 +0000)]
Fix a vicious bug: TCP socket use a buffer and read operation get as much data as possible. It is possible that several messages are received in one shoot, and select won't catch them afterward again. Instead, the select will block and the surnumerous messages are lost.

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

17 years agoMake room for the simpledata lesson
mquinson [Mon, 31 Jul 2006 19:44:24 +0000 (19:44 +0000)]
Make room for the simpledata lesson

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

17 years agoimprove my helping target
mquinson [Mon, 31 Jul 2006 19:43:45 +0000 (19:43 +0000)]
improve my helping target

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

17 years agoMassive file renaming (stupid CVS) so that we can have more than 9 lessons and still...
mquinson [Mon, 31 Jul 2006 19:22:21 +0000 (19:22 +0000)]
Massive file renaming (stupid CVS) so that we can have more than 9 lessons and still have the files sorted in the right order

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

17 years agoMassive file renaming (stupid CVS) so that we can have more than 9 lessons and still...
mquinson [Mon, 31 Jul 2006 19:07:48 +0000 (19:07 +0000)]
Massive file renaming (stupid CVS) so that we can have more than 9 lessons and still have the files sorted in the right order; make room for a lesson on simple data exchange

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

17 years agoDocument lastly added FAQ
mquinson [Mon, 31 Jul 2006 17:46:52 +0000 (17:46 +0000)]
Document lastly added FAQ

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

17 years agoNew entry: how to repport bugs
mquinson [Mon, 31 Jul 2006 17:46:15 +0000 (17:46 +0000)]
New entry: how to repport bugs

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

17 years agoOups, previous commit was a bit premature. Properly explain how to setup your GRAS...
mquinson [Mon, 31 Jul 2006 17:36:57 +0000 (17:36 +0000)]
Oups, previous commit was a bit premature. Properly explain how to setup your GRAS code as opposed to setting up your MSG code

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

17 years agoGroup valgrind related entries
mquinson [Mon, 31 Jul 2006 17:34:01 +0000 (17:34 +0000)]
Group valgrind related entries

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

17 years agoGroup valgrind related entries
mquinson [Mon, 31 Jul 2006 17:31:57 +0000 (17:31 +0000)]
Group valgrind related entries

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

17 years agotypo
mquinson [Mon, 31 Jul 2006 17:28:17 +0000 (17:28 +0000)]
typo

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

17 years agoMake more clear that some entries are MSG specific
mquinson [Mon, 31 Jul 2006 17:27:29 +0000 (17:27 +0000)]
Make more clear that some entries are MSG specific

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

17 years agoNew section: 'pushing the limits', with the entries about simulating more and more...
mquinson [Mon, 31 Jul 2006 17:24:23 +0000 (17:24 +0000)]
New section: 'pushing the limits', with the entries about simulating more and more processes, since they don't really fit into 'troubleshooting' and since the latter section becomes hairly

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

17 years agoKill oldies deprecated by the tutorial
mquinson [Mon, 31 Jul 2006 12:14:42 +0000 (12:14 +0000)]
Kill oldies deprecated by the tutorial

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

17 years agoalso post-process the examples
mquinson [Mon, 31 Jul 2006 12:09:36 +0000 (12:09 +0000)]
also post-process the examples

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

17 years agoAlso post-process the tutorial
mquinson [Mon, 31 Jul 2006 10:38:17 +0000 (10:38 +0000)]
Also post-process the tutorial

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

17 years agoDocument my code changes too, and reformat the documentation changes
mquinson [Mon, 31 Jul 2006 10:36:50 +0000 (10:36 +0000)]
Document my code changes too, and reformat the documentation changes

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

17 years agoDocument my last changes too
thiery [Mon, 31 Jul 2006 10:01:06 +0000 (10:01 +0000)]
Document my last changes too

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

17 years agoDocument my last changes (documentation improvement)
mquinson [Mon, 31 Jul 2006 09:45:57 +0000 (09:45 +0000)]
Document my last changes (documentation improvement)

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

17 years agoAdd a sequential mode to the workstations. In this mode, only one task can be execute...
thiery [Mon, 31 Jul 2006 09:40:31 +0000 (09:40 +0000)]
Add a sequential mode to the workstations. In this mode, only one task can be executed on the workstation and the other wait in a fifo.

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

17 years agoNew question: Valgrind spits tons of errors
mquinson [Mon, 31 Jul 2006 09:40:01 +0000 (09:40 +0000)]
New question: Valgrind spits tons of errors

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

17 years agoNo need to warn the user 4 times. Instead, explaining what's going on may help ;)
mquinson [Mon, 31 Jul 2006 08:51:53 +0000 (08:51 +0000)]
No need to warn the user 4 times. Instead, explaining what's going on may help ;)

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

17 years agoPlug a memleak found by FS
mquinson [Mon, 31 Jul 2006 08:47:31 +0000 (08:47 +0000)]
Plug a memleak found by FS

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

17 years agoRevert part of the last change since it let the make check explode
mquinson [Mon, 31 Jul 2006 08:36:42 +0000 (08:36 +0000)]
Revert part of the last change since it let the make check explode

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

17 years agoIt was hard to use FIFOs when xbt_fifo_push was not mentioned in the doc
thiery [Fri, 28 Jul 2006 11:50:55 +0000 (11:50 +0000)]
It was hard to use FIFOs when xbt_fifo_push was not mentioned in the doc

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

17 years agosome more paje state poping
mquinson [Thu, 20 Jul 2006 11:48:18 +0000 (11:48 +0000)]
some more paje state poping

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

17 years agoFix a bug in our usage of Paje
mquinson [Thu, 20 Jul 2006 11:33:56 +0000 (11:33 +0000)]
Fix a bug in our usage of Paje

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

17 years agoGeneration with flex-1.5.3
mquinson [Wed, 19 Jul 2006 19:04:09 +0000 (19:04 +0000)]
Generation with flex-1.5.3

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

17 years agoGet the flexml rules right
mquinson [Wed, 19 Jul 2006 19:02:04 +0000 (19:02 +0000)]
Get the flexml rules right

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

17 years agoAlso clean the generated makefile under its new name
mquinson [Wed, 19 Jul 2006 16:20:18 +0000 (16:20 +0000)]
Also clean the generated makefile under its new name

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

17 years agotypo
mquinson [Wed, 19 Jul 2006 16:19:38 +0000 (16:19 +0000)]
typo

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

17 years agoTypo (?)
mquinson [Wed, 19 Jul 2006 15:43:40 +0000 (15:43 +0000)]
Typo (?)

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