Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
19 years agoRemove a unused variable
mquinson [Fri, 11 Jun 2004 20:29:19 +0000 (20:29 +0000)]
Remove a unused variable

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

19 years ago [Data description]
mquinson [Fri, 11 Jun 2004 19:39:22 +0000 (19:39 +0000)]
 [Data description]
   - Interface cleanup.
     . gras_datadesc_by_name returns the searched type or NULL.
       That way, no variable is needed to use a type desc once, which makes
        the code clearer.
     . gras_datadesc_declare_[struct|union]_append_name is removed. The last
       two parameters were strings (field name, type name), leading to
       common errors.

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

19 years agoMore (forgotten) s/retrive/get/ ; s/insert/set/
mquinson [Fri, 11 Jun 2004 19:12:50 +0000 (19:12 +0000)]
More (forgotten) s/retrive/get/ ; s/insert/set/

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

19 years agoUpdate of external scripts
mquinson [Fri, 4 Jun 2004 22:45:11 +0000 (22:45 +0000)]
Update of external scripts

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

19 years agoAPI cleanup: s/dict_insert/dict_set/ and s/dict_retrieve/dict_get/ for consistency...
mquinson [Thu, 3 Jun 2004 22:24:48 +0000 (22:24 +0000)]
API cleanup: s/dict_insert/dict_set/ and s/dict_retrieve/dict_get/ for consistency with dynar

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

19 years agonew version of a script not being mine
mquinson [Thu, 3 Jun 2004 22:24:19 +0000 (22:24 +0000)]
new version of a script not being mine

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

19 years agoAPI cleanup: s/dict_insert/dict_set/ and s/dict_retrieve/dict_get/ for consistency...
mquinson [Thu, 3 Jun 2004 22:16:04 +0000 (22:16 +0000)]
API cleanup: s/dict_insert/dict_set/ and s/dict_retrieve/dict_get/ for consistency with dynar

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

19 years agoredo the instruction for the error case (please mail the results to...)
mquinson [Thu, 3 Jun 2004 22:15:13 +0000 (22:15 +0000)]
redo the instruction for the error case (please mail the results to...)

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

19 years agofill the tree before manually removing elements form it + cosmetics
mquinson [Thu, 3 Jun 2004 22:04:55 +0000 (22:04 +0000)]
fill the tree before manually removing elements form it + cosmetics

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

19 years agoDo not assert out when the user tries to remove data from a NULL dict: that's a noop ;)
mquinson [Thu, 3 Jun 2004 22:04:10 +0000 (22:04 +0000)]
Do not assert out when the user tries to remove data from a NULL dict: that's a noop ;)

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

19 years agoDocument last changes
mquinson [Wed, 28 Apr 2004 11:55:39 +0000 (11:55 +0000)]
Document last changes

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

19 years agogs est parti
mquinson [Wed, 28 Apr 2004 11:55:02 +0000 (11:55 +0000)]
gs est parti

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

19 years agoWork to port on new API, to be terminated
mquinson [Mon, 26 Apr 2004 10:15:11 +0000 (10:15 +0000)]
Work to port on new API, to be terminated

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

19 years agoGenerate code compatible with the new interfaces
mquinson [Mon, 26 Apr 2004 10:14:42 +0000 (10:14 +0000)]
Generate code compatible with the new interfaces

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

19 years agoUpdate to reflect last code changes
mquinson [Mon, 26 Apr 2004 10:14:05 +0000 (10:14 +0000)]
Update to reflect last code changes

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

19 years ago [Messaging]
mquinson [Mon, 26 Apr 2004 10:11:28 +0000 (10:11 +0000)]
 [Messaging]
   - Porting to new standards.
 [Data description]
   - interface cleanup.
     There is no bag anymore, no need to take extra provision to mask the
       pointers behind "ID".
     Better splitup of functions between files create/exchange/convert.
       This is still a bit artificial since convert and receive are so
       interleaved, but anyway.
 [Virtu(process)]
   - add a queued message list to procdata (the ones not matching criteria
     in msg_wait)
   - factorize some more code between SG and RL wrt procdata
 [Tests]
   - use gras_exit in example to track memleaks
   - get rid of gs_example now that GS is properly integrated into gras
   - update run_test to integrate the lastest tests (datadesc)
 [Logging]
   - rename WARNINGn macros to WARNn since it prooved error-prone

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

19 years ago [Data description]
mquinson [Wed, 21 Apr 2004 18:44:57 +0000 (18:44 +0000)]
 [Data description]
   - register init/exit functions within gras module mecanism
   - send/receive function.
   Convertion is not implemented, but short-cutted if not needed.
   struct/array elements are sent one by one (instead of block-wise), but
     nobody really cares (yet). Get a prototype before optimizing.
   - tests (using a file socket) for DD send/receive on:
     - base types: int, float
     - array: fixed size, string (ie ref to dynamic string)
     - structure: homogeneous, heterogeneous
     - chained list, graph with cycle
   Believe it or not, valgrind is not too unhappy with the results. The
    cycle happily segfaults, but the others are ok. And I'm sick of pointers
    for now.
 [Transport]
   [File plugin]
     - Bugfix when using a filename explicitely (instead of '-')

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

20 years ago2004-04-09 Martin Quinson <martin.quinson@tuxfamily.org>
mquinson [Thu, 15 Apr 2004 00:17:02 +0000 (00:17 +0000)]
2004-04-09 Martin Quinson  <martin.quinson@tuxfamily.org>

 [Transport plugins]
   - factorize more code between RL and SG in socket creation
   - Complete the implementation and tests of:
     o TCP
     o file (only in RL, and mainly for debugging)

     I lost 3 days to design a portable address resolver, and then decided
       that the prototype mainly have to run on my box.
     Addressing portability too early may be like optimizing too early :-/
 [Tests]
   - use gras_init in the Tests instead of the crappy parse_log_opt
     (the latter function is removed)
 [Conditional execution]
   - New functions: gras_if_RL/gras_if_SG (basic support for this)
 [Code reorganisation]
  - Get rid of libgrasutils.a since it makes more trouble than it solves.
    Build examples against the RL library, since there is no way to disable
    its creation for now.

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

20 years agocosmetics
mquinson [Fri, 9 Apr 2004 18:31:01 +0000 (18:31 +0000)]
cosmetics

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

20 years agorename bloc_send/recv to chunk_send/recv because I had a doubt on bloc meaning in...
mquinson [Fri, 9 Apr 2004 18:29:44 +0000 (18:29 +0000)]
rename bloc_send/recv to chunk_send/recv because I had a doubt on bloc meaning in english

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

20 years agoRedirect chunk_send/recv functions to the plugin version
mquinson [Fri, 9 Apr 2004 18:28:19 +0000 (18:28 +0000)]
Redirect chunk_send/recv functions to the plugin version

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

20 years agoMake clear that the transport plugins are plugins; let the SG one compile
mquinson [Fri, 9 Apr 2004 18:21:08 +0000 (18:21 +0000)]
Make clear that the transport plugins are plugins; let the SG one compile

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

20 years agocomment out virtu_fs, since virtualization of filesystem is not implemented yet,...
mquinson [Wed, 7 Apr 2004 22:53:05 +0000 (22:53 +0000)]
comment out virtu_fs, since virtualization of filesystem is not implemented yet, causing empty section, causing trouble in doc generation

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

20 years agocomment out some unused variable to get automake 1.8 shut up
mquinson [Wed, 7 Apr 2004 22:11:22 +0000 (22:11 +0000)]
comment out some unused variable to get automake 1.8 shut up

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

20 years agoSwitch to automake 1.8
mquinson [Wed, 7 Apr 2004 22:09:09 +0000 (22:09 +0000)]
Switch to automake 1.8

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

20 years agoSwitch to automake1.8
mquinson [Wed, 7 Apr 2004 22:02:37 +0000 (22:02 +0000)]
Switch to automake1.8

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

20 years agoHide some functions to end-users (gras_trp_block_send/recv; trp module init/exit...
mquinson [Wed, 7 Apr 2004 21:53:31 +0000 (21:53 +0000)]
Hide some functions to end-users (gras_trp_block_send/recv; trp module init/exit). Those functions are public within GRAS.

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

20 years agoAjout de fichiers presents sur mon disque
mquinson [Tue, 6 Apr 2004 22:17:09 +0000 (22:17 +0000)]
Ajout de fichiers presents sur mon disque

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

20 years agoJ'en ai marre de faire des messages detailles. 'Current state' ;)
mquinson [Tue, 6 Apr 2004 22:12:59 +0000 (22:12 +0000)]
J'en ai marre de faire des messages detailles. 'Current state' ;)

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

20 years agoSkeleton of virtualization functions
mquinson [Tue, 6 Apr 2004 22:07:00 +0000 (22:07 +0000)]
Skeleton of virtualization functions

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

20 years agoGet rid of nws_portability
mquinson [Tue, 6 Apr 2004 22:03:53 +0000 (22:03 +0000)]
Get rid of nws_portability

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

20 years agoReorganization
mquinson [Tue, 6 Apr 2004 22:01:31 +0000 (22:01 +0000)]
Reorganization

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

20 years agoignorable changes (?)
mquinson [Tue, 6 Apr 2004 22:00:22 +0000 (22:00 +0000)]
ignorable changes (?)

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

20 years agoReorganization, additions
mquinson [Tue, 6 Apr 2004 21:58:53 +0000 (21:58 +0000)]
Reorganization, additions

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

20 years agoreorganization, additions
mquinson [Tue, 6 Apr 2004 21:57:08 +0000 (21:57 +0000)]
reorganization, additions

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

20 years agomore documentation reorganization
mquinson [Tue, 6 Apr 2004 21:52:23 +0000 (21:52 +0000)]
more documentation reorganization

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

20 years agoFile renaming to reorganize documentation
mquinson [Tue, 6 Apr 2004 21:50:12 +0000 (21:50 +0000)]
File renaming to reorganize documentation

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

20 years agocbps need love; remove stupid idea about trame
mquinson [Tue, 6 Apr 2004 21:45:25 +0000 (21:45 +0000)]
cbps need love; remove stupid idea about trame

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

20 years agoTypo within comments
mquinson [Thu, 4 Mar 2004 19:32:20 +0000 (19:32 +0000)]
Typo within comments

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

20 years agocallbacks' persistant state. Almost no change from GS/vars.c: function renaming;...
mquinson [Thu, 4 Mar 2004 19:28:02 +0000 (19:28 +0000)]
callbacks' persistant state. Almost no change from GS/vars.c: function renaming; some comments added; s/struct gs_type_t/gras_datadesc_t/ and so on

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

20 years agoDocument black magic about aligned_size for scalars. Thanks Oli on IRC
mquinson [Wed, 3 Mar 2004 19:19:17 +0000 (19:19 +0000)]
Document black magic about aligned_size for scalars. Thanks Oli on IRC

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

20 years agoDocumente macro aligned
mquinson [Wed, 3 Mar 2004 18:58:07 +0000 (18:58 +0000)]
Documente macro aligned

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

20 years agoCosmetics
mquinson [Wed, 3 Mar 2004 18:39:48 +0000 (18:39 +0000)]
Cosmetics

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

20 years agosplit process.h (init/exit process; get/set userdata) out of core.h (unsorted stuff)
mquinson [Wed, 3 Mar 2004 18:32:40 +0000 (18:32 +0000)]
split process.h (init/exit process; get/set userdata) out of core.h (unsorted stuff)

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

20 years agobootstraping tools
mquinson [Wed, 3 Mar 2004 18:21:01 +0000 (18:21 +0000)]
bootstraping tools

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

20 years agoBootstrap the set of local types properly
mquinson [Wed, 3 Mar 2004 18:19:45 +0000 (18:19 +0000)]
Bootstrap the set of local types properly

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

20 years agoCheck the GRAS_ARCH; cosmetics
mquinson [Wed, 3 Mar 2004 18:18:36 +0000 (18:18 +0000)]
Check the GRAS_ARCH; cosmetics

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

20 years agoimplement datatype comparison (mandatory for messaging module)
mquinson [Tue, 2 Mar 2004 23:43:17 +0000 (23:43 +0000)]
implement datatype comparison (mandatory for messaging module)

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

20 years agoSplit the DataDesc in subfiles; implement ignored category; implement datatype compar...
mquinson [Tue, 2 Mar 2004 23:42:20 +0000 (23:42 +0000)]
Split the DataDesc in subfiles; implement ignored category; implement datatype comparison (mandatory for messaging module)

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

20 years agoUpdate
mquinson [Mon, 1 Mar 2004 21:06:49 +0000 (21:06 +0000)]
Update

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

20 years agoignore ignorable
mquinson [Mon, 1 Mar 2004 21:04:56 +0000 (21:04 +0000)]
ignore ignorable

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

20 years agoAdd sets, continue mess with datadesc
mquinson [Mon, 1 Mar 2004 21:03:31 +0000 (21:03 +0000)]
Add sets, continue mess with datadesc

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

20 years agoAdd set_usage, remove tests of grassouillet
mquinson [Mon, 1 Mar 2004 21:03:10 +0000 (21:03 +0000)]
Add set_usage, remove tests of grassouillet

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

20 years agoTransport becomes a real module
mquinson [Mon, 1 Mar 2004 21:00:43 +0000 (21:00 +0000)]
Transport becomes a real module

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

20 years agoNew datadesc implementation. Reformulating of Grassouillet (take error codes, cosmeti...
mquinson [Mon, 1 Mar 2004 20:59:22 +0000 (20:59 +0000)]
New datadesc implementation. Reformulating of Grassouillet (take error codes, cosmetic changes, remove bags from the scene and introduce sets), no revolution in comparison of GS; .c is the implementation; _interface is visible from within GRAS; _private is visible from this module

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

20 years agoFix description of gras_dict_cursor_step()
mquinson [Mon, 1 Mar 2004 20:57:01 +0000 (20:57 +0000)]
Fix description of gras_dict_cursor_step()

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

20 years agoParenthesis around macro arguments
mquinson [Mon, 1 Mar 2004 20:56:23 +0000 (20:56 +0000)]
Parenthesis around macro arguments

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

20 years agogras_datadesc_declare_* prototypes (Create a new type and register it on the local...
mquinson [Mon, 1 Mar 2004 20:55:44 +0000 (20:55 +0000)]
gras_datadesc_declare_* prototypes (Create a new type and register it on the local machine)

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

20 years agoadd the set, continue to mess with datadesc
mquinson [Mon, 1 Mar 2004 20:54:15 +0000 (20:54 +0000)]
add the set, continue to mess with datadesc

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

20 years agoA new data container coupling the facilities of a dynar with the ones of a dict
mquinson [Mon, 1 Mar 2004 20:52:56 +0000 (20:52 +0000)]
A new data container coupling the facilities of a dynar with the ones of a dict

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

20 years agoI'll manage to organize that cruft. Ignore the cvs commits in the next few days
mquinson [Fri, 13 Feb 2004 17:37:58 +0000 (17:37 +0000)]
I'll manage to organize that cruft. Ignore the cvs commits in the next few days

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

20 years agomv gs/ DataDesc/ ; change the prefix of parsing functions from gs_parse to gras_datad...
mquinson [Fri, 13 Feb 2004 17:22:00 +0000 (17:22 +0000)]
mv gs/ DataDesc/ ; change the prefix of parsing functions from gs_parse to gras_datadesc_parse

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

20 years agomv gs/ DataDesc/
mquinson [Fri, 13 Feb 2004 17:03:55 +0000 (17:03 +0000)]
mv gs/ DataDesc/

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

20 years agomv gs/ DataDesc/
mquinson [Thu, 12 Feb 2004 23:26:50 +0000 (23:26 +0000)]
mv gs/ DataDesc/

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

20 years agomv gs/ DataDesc/
mquinson [Thu, 12 Feb 2004 22:48:29 +0000 (22:48 +0000)]
mv gs/ DataDesc/

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

20 years agoNew version
mquinson [Fri, 6 Feb 2004 16:43:31 +0000 (16:43 +0000)]
New version

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

20 years agoFix make dist
mquinson [Fri, 6 Feb 2004 16:41:35 +0000 (16:41 +0000)]
Fix make dist

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

20 years agoAdapt to lastest changes in dict: Create dicts before use
mquinson [Wed, 4 Feb 2004 19:22:26 +0000 (19:22 +0000)]
Adapt to lastest changes in dict: Create dicts before use

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

20 years agoDo not use neither type parsing nor the mixed sequence (nb 5), since both of them...
mquinson [Wed, 4 Feb 2004 19:19:45 +0000 (19:19 +0000)]
Do not use neither type parsing nor the mixed sequence (nb 5), since both of them lead to segfault for now

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

20 years agopass the received arguments to the slaves
mquinson [Wed, 4 Feb 2004 19:17:33 +0000 (19:17 +0000)]
pass the received arguments to the slaves

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

20 years agoDo compile the tests of GS
mquinson [Wed, 4 Feb 2004 19:16:55 +0000 (19:16 +0000)]
Do compile the tests of GS

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

20 years agoMake the number of element configurable at compile time
mquinson [Wed, 4 Feb 2004 18:32:55 +0000 (18:32 +0000)]
Make the number of element configurable at compile time

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

20 years agoReduce overengeneering around datadesc, put stubs in place so that the kernel compile...
mquinson [Tue, 3 Feb 2004 23:35:05 +0000 (23:35 +0000)]
Reduce overengeneering around datadesc, put stubs in place so that the kernel compiles again (but examples still cannot be built)

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

20 years agomake dist now works
mquinson [Thu, 29 Jan 2004 20:37:13 +0000 (20:37 +0000)]
make dist now works

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

20 years agoFix the location of the gras library (again)
mquinson [Thu, 29 Jan 2004 20:18:58 +0000 (20:18 +0000)]
Fix the location of the gras library (again)

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

20 years agomv core Core
mquinson [Thu, 29 Jan 2004 20:17:04 +0000 (20:17 +0000)]
mv core Core

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

20 years ago/me is stupid. Making a directory called core breaks the make clean because it tries...
mquinson [Thu, 29 Jan 2004 18:26:10 +0000 (18:26 +0000)]
/me is stupid. Making a directory called core breaks the make clean because it tries to remove cruft called core. Thus, mv core Core

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

20 years agoadd the first percent of a wannabe module mecanism allowing me to track memleaks...
mquinson [Thu, 29 Jan 2004 18:13:37 +0000 (18:13 +0000)]
add the first percent of a wannabe module mecanism allowing me to track memleaks effectively

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

20 years agoautomatic update
mquinson [Wed, 28 Jan 2004 23:58:06 +0000 (23:58 +0000)]
automatic update

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

20 years agoSet the cursor to NULL before use in an iteration
mquinson [Wed, 28 Jan 2004 23:56:32 +0000 (23:56 +0000)]
Set the cursor to NULL before use in an iteration

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

20 years agoDefault debug level=verbose; tries to free the dict twice, just for entertaining...
mquinson [Wed, 28 Jan 2004 23:33:41 +0000 (23:33 +0000)]
Default debug level=verbose; tries to free the dict twice, just for entertaining purpose since everyone knows that it is safe to do so

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

20 years agoDefault debug level=verbose (instead of debug); plug a memleak; add some logs
mquinson [Wed, 28 Jan 2004 23:32:02 +0000 (23:32 +0000)]
Default debug level=verbose (instead of debug); plug a memleak; add some logs

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

20 years agoRedirect tests stderr to &1 to be usable in a |less
mquinson [Wed, 28 Jan 2004 23:30:38 +0000 (23:30 +0000)]
Redirect tests stderr to &1 to be usable in a |less

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

20 years agobasic support for automatic testing easing problem support from the users
mquinson [Wed, 28 Jan 2004 22:14:49 +0000 (22:14 +0000)]
basic support for automatic testing easing problem support from the users

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

20 years agoNew testing framework to make pb repporting easier
mquinson [Wed, 28 Jan 2004 19:47:59 +0000 (19:47 +0000)]
New testing framework to make pb repporting easier

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

20 years agouse iterators
mquinson [Wed, 28 Jan 2004 19:18:27 +0000 (19:18 +0000)]
use iterators

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

20 years agouse iterators; try to traverse the empty dynar, just to see ;)
mquinson [Wed, 28 Jan 2004 19:16:57 +0000 (19:16 +0000)]
use iterators; try to traverse the empty dynar, just to see ;)

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

20 years agoRationalize iterators over dict (using the ones over dynars)
mquinson [Wed, 28 Jan 2004 19:14:26 +0000 (19:14 +0000)]
Rationalize iterators over dict (using the ones over dynars)

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

20 years agorationalize the iterators over dynar
mquinson [Wed, 28 Jan 2004 18:58:09 +0000 (18:58 +0000)]
rationalize the iterators over dynar

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

20 years agocompile out the Common dir for now. It's not ready yet
mquinson [Wed, 28 Jan 2004 18:56:21 +0000 (18:56 +0000)]
compile out the Common dir for now. It's not ready yet

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

20 years agomv test_log log_usage
mquinson [Wed, 28 Jan 2004 18:54:48 +0000 (18:54 +0000)]
mv test_log log_usage

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

20 years agounifiate the name of test
mquinson [Wed, 28 Jan 2004 18:41:14 +0000 (18:41 +0000)]
unifiate the name of test

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

20 years agoInitial revision
mquinson [Tue, 27 Jan 2004 19:53:06 +0000 (19:53 +0000)]
Initial revision

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

20 years agoNew repository initialized by cvs2svn.
(no author) [Tue, 27 Jan 2004 19:53:06 +0000 (19:53 +0000)]
New repository initialized by cvs2svn.

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