Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
19 years agoUseless cleanup
mquinson [Wed, 18 Aug 2004 19:19:03 +0000 (19:19 +0000)]
Useless cleanup

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

19 years agoV0.6.1
mquinson [Tue, 17 Aug 2004 07:22:51 +0000 (07:22 +0000)]
V0.6.1

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

19 years agoPre-alloc the buffers
mquinson [Tue, 17 Aug 2004 07:21:09 +0000 (07:21 +0000)]
Pre-alloc the buffers

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

19 years ago[after] last minute bug fixes
mquinson [Thu, 12 Aug 2004 02:45:57 +0000 (02:45 +0000)]
[after] last minute bug fixes

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

19 years ago Version 0.6 (protocol not changed; ABI expended)
mquinson [Wed, 11 Aug 2004 23:52:12 +0000 (23:52 +0000)]
  Version 0.6 (protocol not changed; ABI expended)
  - The parsing macro can deal with the references, provided that you add
    the relevant annotations (using GRAS_ANNOTE(size,field_name))

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

19 years ago Version 0.5 (protocol not changed; ABI changed)
mquinson [Tue, 10 Aug 2004 05:05:17 +0000 (05:05 +0000)]
  Version 0.5 (protocol not changed; ABI changed)
  - Allow to off turn the cycle detection code in data exchange at
    compilation time. It should be at run time, but I'm short of time (and
    the config stuff is still broken). That way, we keep dict of of the
    critical path, which is good because the performance is poor:
     - search not dichotomial yet
     - dynar give no way to access their content and memcpy everytime
  - In composed data description (struct, ref and so on), stop foolness of
    keeping the subtype's ID, but store the type itself. This keeps sets out
    of the critical path, which is good since they rely on dynar and
    dictionnaries. The only loose of that is that we cannot detect the
    redeclaration of a structure/union with another content (but I'm not sure
    the code detected this error well before anyway). We still can detect
    the redefinition discrepancy for the other types.
  - Use a whole bunch of optimisation flags (plus -fno-strict-aliasing since
    it breaks the code because of type-punning used all over the place).
    This breaks on all non-gcc architectures (for now).

  All those changes (plus the buffer of last time) allow me to gain 2 order
  of magnitude on cruel tests consisting of 800000 array of integers on two
  level of a hierarchical structure (200 secondes -> 4 secondes)

  API change:
    - the selector of reference must now return the type it points to, not
      the ID of this type.

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

19 years agoGet v0.4 out of the door
mquinson [Sun, 8 Aug 2004 04:48:22 +0000 (04:48 +0000)]
Get v0.4 out of the door

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

19 years agodocument last changes, and get 0.4 out of the door
mquinson [Sun, 8 Aug 2004 04:48:07 +0000 (04:48 +0000)]
document last changes, and get 0.4 out of the door

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

19 years agoflush function, cosmetic in API, more debug
mquinson [Sun, 8 Aug 2004 04:46:17 +0000 (04:46 +0000)]
flush function, cosmetic in API, more debug

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

19 years agoAdd the buffer transport, and some fat optimisation flags
mquinson [Sun, 8 Aug 2004 04:41:17 +0000 (04:41 +0000)]
Add the buffer transport, and some fat optimisation flags

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

19 years agoreflect the change of cbps API from v0.3
mquinson [Sun, 8 Aug 2004 04:40:58 +0000 (04:40 +0000)]
reflect the change of cbps API from v0.3

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

19 years agoadd a flush function; move module init/exit declarations to gras_private; cosmetic...
mquinson [Sun, 8 Aug 2004 04:37:34 +0000 (04:37 +0000)]
add a flush function; move module init/exit declarations to gras_private; cosmetic on API

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

19 years agocosmetic on the API
mquinson [Sun, 8 Aug 2004 04:36:38 +0000 (04:36 +0000)]
cosmetic on the API

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

19 years agoload the right _interface
mquinson [Sun, 8 Aug 2004 04:35:38 +0000 (04:35 +0000)]
load the right _interface

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

19 years agokill gras_assertN when NDEBUG is defined
mquinson [Sun, 8 Aug 2004 04:34:33 +0000 (04:34 +0000)]
kill gras_assertN when NDEBUG is defined

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

19 years agoWe use the buffer transport when creating new sockets, even if that induce gross...
mquinson [Sun, 8 Aug 2004 04:34:07 +0000 (04:34 +0000)]
We use the buffer transport when creating new sockets, even if that induce gross hack to keep MSG quiet

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

19 years agoUse flush when needed, load the right _interfaces, be more verbose when we get an...
mquinson [Sun, 8 Aug 2004 04:32:22 +0000 (04:32 +0000)]
Use flush when needed, load the right _interfaces, be more verbose when we get an known message

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

19 years agoIntroduce the flush, use the buffered transport
mquinson [Sun, 8 Aug 2004 04:31:11 +0000 (04:31 +0000)]
Introduce the flush, use the buffered transport

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

19 years agomodule init/exit functions are now in gras_private directly
mquinson [Sun, 8 Aug 2004 04:29:45 +0000 (04:29 +0000)]
module init/exit functions are now in gras_private directly

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

19 years agoinline all helping functions
mquinson [Sun, 8 Aug 2004 04:28:29 +0000 (04:28 +0000)]
inline all helping functions

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

19 years agothere is now a flush function
mquinson [Sun, 8 Aug 2004 04:26:35 +0000 (04:26 +0000)]
there is now a flush function

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

19 years agogross hack needed by the conjonction of the buffered transport and MSG weird notion...
mquinson [Sun, 8 Aug 2004 04:26:12 +0000 (04:26 +0000)]
gross hack needed by the conjonction of the buffered transport and MSG weird notion of channels

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

19 years agoMore verbose debug
mquinson [Sun, 8 Aug 2004 04:24:16 +0000 (04:24 +0000)]
More verbose debug

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

19 years agonew buffered plugin. Use either tcp or sg to do the grunt work
mquinson [Sun, 8 Aug 2004 04:23:30 +0000 (04:23 +0000)]
new buffered plugin. Use either tcp or sg to do the grunt work

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

19 years agoSwitch to the xml backend of gtk-doc tools since it looks like the way to go
mquinson [Sun, 8 Aug 2004 04:22:39 +0000 (04:22 +0000)]
Switch to the xml backend of gtk-doc tools since it looks like the way to go

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

19 years agoDo not include all _interface header here, but only where they are needed (speed...
mquinson [Sun, 8 Aug 2004 04:19:47 +0000 (04:19 +0000)]
Do not include all _interface header here, but only where they are needed (speed up the recompilations)

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

19 years agoIntroduce a new 'trace' log verbosity, used for GRAS_IN/GRAS_OUT macros
mquinson [Sun, 8 Aug 2004 04:19:15 +0000 (04:19 +0000)]
Introduce a new 'trace' log verbosity, used for GRAS_IN/GRAS_OUT macros

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

19 years agoTell in which function we are in GRAS_IN/OUT (when compiling with gcc)
mquinson [Sat, 7 Aug 2004 07:08:19 +0000 (07:08 +0000)]
Tell in which function we are in GRAS_IN/OUT (when compiling with gcc)

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

19 years agoFix a fuckin bug preventing to pass --gras-log argument to nodes in simulation mode...
mquinson [Sat, 7 Aug 2004 05:50:01 +0000 (05:50 +0000)]
Fix a fuckin bug preventing to pass --gras-log argument to nodes in simulation mode; allow to pass several arguments that way

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

19 years ago2004-07-26 Martin Quinson
mquinson [Tue, 27 Jul 2004 01:43:26 +0000 (01:43 +0000)]
2004-07-26 Martin Quinson
  Version 0.3 (protocol not changed; ABI changed)
  - Major overhault of the datadesc interface to simplify it:
    - shorted the function names:
      s/gras_datadesc_declare_struct/gras_datadesc_struct/ and so on
    - add a trivial way to push/pop integers into the cbps without malloc.
      This allows to make really generic sub_type description, which simply
        pop their size of the stack.
    - add a function gras_datadesc_ref_pop_arr() which does what users want
      most of the time: Declare a dynamic array (which pops its size of the
      stack) and declare a reference to it. Poor name, but anyway.
    - kill the post-send callback, add a post-receive one

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

19 years agoTake the gras.h from the current dir, not the installed one
mquinson [Tue, 27 Jul 2004 01:13:20 +0000 (01:13 +0000)]
Take the gras.h from the current dir, not the installed one

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

19 years agocosmetics
mquinson [Mon, 26 Jul 2004 22:55:44 +0000 (22:55 +0000)]
cosmetics

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

19 years agoadd the file boundary to the config.log on success so that the tools can extract...
mquinson [Sun, 25 Jul 2004 00:51:51 +0000 (00:51 +0000)]
add the file boundary to the config.log on success so that the tools can extract them

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

19 years agoDocument last changes
mquinson [Sat, 24 Jul 2004 23:44:00 +0000 (23:44 +0000)]
Document last changes

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

19 years agoInvalidate the little64 datadesc test for the time I manage to regenerate the data...
mquinson [Sat, 24 Jul 2004 23:43:05 +0000 (23:43 +0000)]
Invalidate the little64 datadesc test for the time I manage to regenerate the data file

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

19 years agoAdd some tests about cbps
mquinson [Sat, 24 Jul 2004 23:41:08 +0000 (23:41 +0000)]
Add some tests about cbps

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

19 years agoAdd some tests about cbps
mquinson [Sat, 24 Jul 2004 23:19:24 +0000 (23:19 +0000)]
Add some tests about cbps

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

19 years agoAppend the config.log even on successful executions
mquinson [Sat, 24 Jul 2004 20:54:16 +0000 (20:54 +0000)]
Append the config.log even on successful executions

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

19 years agoSome cbps now return a gras_error_t ;)
mquinson [Sat, 24 Jul 2004 20:51:39 +0000 (20:51 +0000)]
Some cbps now return a gras_error_t ;)

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

19 years agoLet it work
mquinson [Sat, 24 Jul 2004 20:51:03 +0000 (20:51 +0000)]
Let it work

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

19 years agoFirst step of splintification
mquinson [Sat, 24 Jul 2004 20:18:24 +0000 (20:18 +0000)]
First step of splintification

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

19 years agoadd a faq
mquinson [Sat, 24 Jul 2004 20:18:15 +0000 (20:18 +0000)]
add a faq

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

19 years agoFix a little bug
mquinson [Sat, 24 Jul 2004 20:17:28 +0000 (20:17 +0000)]
Fix a little bug

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

19 years agoMore useful logging msg
mquinson [Sat, 24 Jul 2004 20:16:45 +0000 (20:16 +0000)]
More useful logging msg

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

19 years agoBegin a FAQ
mquinson [Sat, 24 Jul 2004 20:16:16 +0000 (20:16 +0000)]
Begin a FAQ

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

19 years agoAdd a test about cbps
mquinson [Sat, 24 Jul 2004 20:14:47 +0000 (20:14 +0000)]
Add a test about cbps

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

19 years agoSome more debuging message, allowing to catch and destroy a bug showing at full debug...
mquinson [Sat, 24 Jul 2004 03:12:09 +0000 (03:12 +0000)]
Some more debuging message, allowing to catch and destroy a bug showing at full debug level

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

19 years agoDo deal properly with the fact that internal key are not \0 terminated
mquinson [Sat, 24 Jul 2004 02:11:51 +0000 (02:11 +0000)]
Do deal properly with the fact that internal key are not \0 terminated

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

19 years agocompile with -g; do not compile by default, but only on make check
mquinson [Sat, 24 Jul 2004 00:49:46 +0000 (00:49 +0000)]
compile with -g; do not compile by default, but only on make check

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

19 years agopass '__attribute__ ((format (printf, 2, 3)))' to the function implementing the loggi...
mquinson [Sat, 24 Jul 2004 00:48:05 +0000 (00:48 +0000)]
pass '__attribute__ ((format (printf, 2, 3)))' to the function implementing the logging function

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

19 years agoFix miscasted logging arguments
mquinson [Sat, 24 Jul 2004 00:44:41 +0000 (00:44 +0000)]
Fix miscasted logging arguments

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

19 years agoopen a frame on cbps creation, and close one on deletion
mquinson [Sat, 24 Jul 2004 00:43:31 +0000 (00:43 +0000)]
open a frame on cbps creation, and close one on deletion

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

19 years agoDo compile with debugging symbols. No idea how I managed to get there without them
mquinson [Sat, 24 Jul 2004 00:40:49 +0000 (00:40 +0000)]
Do compile with debugging symbols. No idea how I managed to get there without them

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

19 years agoChange all size_t into long int; Fix miscasted arguments of logging functions
mquinson [Sat, 24 Jul 2004 00:32:41 +0000 (00:32 +0000)]
Change all size_t into long int; Fix miscasted arguments of logging functions

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

19 years agokeys are not null terminated. Deal with it in logging messages
mquinson [Sat, 24 Jul 2004 00:28:14 +0000 (00:28 +0000)]
keys are not null terminated. Deal with it in logging messages

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

19 years agoTeach gcc how to check the format and arguments type of debugging functions
mquinson [Sat, 24 Jul 2004 00:23:17 +0000 (00:23 +0000)]
Teach gcc how to check the format and arguments type of debugging functions

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

19 years agoMore verbose error message
mquinson [Fri, 23 Jul 2004 00:38:58 +0000 (00:38 +0000)]
More verbose error message

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

19 years agoremote fail if one of the remote fails
mquinson [Thu, 22 Jul 2004 23:26:31 +0000 (23:26 +0000)]
remote fail if one of the remote fails

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

19 years agomake distcheck is now successful
mquinson [Thu, 22 Jul 2004 23:23:53 +0000 (23:23 +0000)]
make distcheck is now successful

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

19 years agoAdapt gras_userdata_new to the change in gras_userdata_set
mquinson [Thu, 22 Jul 2004 21:56:58 +0000 (21:56 +0000)]
Adapt gras_userdata_new to the change in gras_userdata_set

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

19 years agoGenerate this file
mquinson [Thu, 22 Jul 2004 08:12:11 +0000 (08:12 +0000)]
Generate this file

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

19 years agoAlso move the module headers
mquinson [Thu, 22 Jul 2004 06:09:50 +0000 (06:09 +0000)]
Also move the module headers

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

19 years agoMake a proper gras/ directory in the include one, and stop fooling with recursive...
mquinson [Thu, 22 Jul 2004 05:51:02 +0000 (05:51 +0000)]
Make a proper gras/ directory in the include one, and stop fooling with recursive symbolic link. Ease the Makefiles

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

19 years agoUpdate versionning info, and add a cheat sheet to the makefile in order to do so...
mquinson [Thu, 22 Jul 2004 04:41:38 +0000 (04:41 +0000)]
Update versionning info, and add a cheat sheet to the makefile in order to do so without reading the (poor) documentation of libtool

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

19 years agoAdd doc for GRAS_DEFINE_TYPE into datadesc page
mquinson [Thu, 22 Jul 2004 04:40:32 +0000 (04:40 +0000)]
Add doc for GRAS_DEFINE_TYPE into datadesc page

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

19 years agoSince I broke compatibility, bump to v0.2 instead
mquinson [Thu, 22 Jul 2004 03:30:51 +0000 (03:30 +0000)]
Since I broke compatibility, bump to v0.2 instead

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

19 years agodocument last changes
mquinson [Thu, 22 Jul 2004 03:29:39 +0000 (03:29 +0000)]
document last changes

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

19 years agoUpdate
mquinson [Thu, 22 Jul 2004 03:29:04 +0000 (03:29 +0000)]
Update

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

19 years agofix a typo
mquinson [Thu, 22 Jul 2004 03:28:47 +0000 (03:28 +0000)]
fix a typo

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

19 years agoBump version to 0.1.2
mquinson [Thu, 22 Jul 2004 03:27:42 +0000 (03:27 +0000)]
Bump version to 0.1.2

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

19 years agoimprove documentation
mquinson [Thu, 22 Jul 2004 03:26:36 +0000 (03:26 +0000)]
improve documentation

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

19 years agoMove Virtu functions into the gras_os_ namespace
mquinson [Thu, 22 Jul 2004 03:18:43 +0000 (03:18 +0000)]
Move Virtu functions into the gras_os_ namespace

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

19 years agoUpdate
mquinson [Thu, 22 Jul 2004 03:16:59 +0000 (03:16 +0000)]
Update

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

19 years agoUse local version of tools if available
mquinson [Thu, 22 Jul 2004 03:16:38 +0000 (03:16 +0000)]
Use local version of tools if available

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

19 years agodocument the gras_datadesc_t datatype
mquinson [Thu, 22 Jul 2004 03:16:05 +0000 (03:16 +0000)]
document the gras_datadesc_t datatype

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

19 years agoMove Virtu functions into the gras_os_ namespace
mquinson [Thu, 22 Jul 2004 03:12:33 +0000 (03:12 +0000)]
Move Virtu functions into the gras_os_ namespace

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

19 years agoIgnore .la
mquinson [Thu, 22 Jul 2004 03:11:42 +0000 (03:11 +0000)]
Ignore .la

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

19 years agoIgnore .lo
mquinson [Thu, 22 Jul 2004 03:11:01 +0000 (03:11 +0000)]
Ignore .lo

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

19 years agoRemove the useless last argument of msgtype_declare
mquinson [Thu, 22 Jul 2004 03:02:28 +0000 (03:02 +0000)]
Remove the useless last argument of msgtype_declare

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

19 years agoDocument last changes
mquinson [Wed, 21 Jul 2004 07:06:11 +0000 (07:06 +0000)]
Document last changes

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

19 years agoDistribute README.IEEE
mquinson [Tue, 20 Jul 2004 03:59:54 +0000 (03:59 +0000)]
Distribute README.IEEE

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

19 years agoRemove at make distclean the circular symbolic link created by configure
mquinson [Tue, 20 Jul 2004 03:59:19 +0000 (03:59 +0000)]
Remove at make distclean the circular symbolic link created by configure

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

19 years agoUse the shared libraries; build progs only on make check; remove generated files...
mquinson [Tue, 20 Jul 2004 03:58:08 +0000 (03:58 +0000)]
Use the shared libraries; build progs only on make check; remove generated files only on maintainerclean

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

19 years agoDo not remove Makefile.in on distclean, but on maintainerclean; compile the test...
mquinson [Tue, 20 Jul 2004 03:56:22 +0000 (03:56 +0000)]
Do not remove Makefile.in on distclean, but on maintainerclean; compile the test examples on make check only

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

19 years agoDo not remove Makefile.in on distclean, but on maintainerclean
mquinson [Tue, 20 Jul 2004 03:55:20 +0000 (03:55 +0000)]
Do not remove Makefile.in on distclean, but on maintainerclean

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

19 years agoDO install it a the right place
mquinson [Tue, 20 Jul 2004 03:53:50 +0000 (03:53 +0000)]
DO install it a the right place

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

19 years agoBump version number
mquinson [Tue, 20 Jul 2004 02:34:58 +0000 (02:34 +0000)]
Bump version number

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

19 years agoUse shared libraries
mquinson [Tue, 20 Jul 2004 02:34:40 +0000 (02:34 +0000)]
Use shared libraries

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

19 years agoBuild shared libraries
mquinson [Tue, 20 Jul 2004 02:34:27 +0000 (02:34 +0000)]
Build shared libraries

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

19 years agoInstall the cruft at the right location
mquinson [Tue, 20 Jul 2004 02:32:42 +0000 (02:32 +0000)]
Install the cruft at the right location

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

19 years agoPass the automake argument (gnu) in the macro so that I don't have to pass them on...
mquinson [Sat, 17 Jul 2004 22:55:34 +0000 (22:55 +0000)]
Pass the automake argument (gnu) in the macro so that I don't have to pass them on command line, so that autoreconf works; (useless) macro reordering

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

19 years agoFigured out how to use autoreconf. Switch hand crafted bootstrap with the autoreconf...
mquinson [Sat, 17 Jul 2004 22:53:17 +0000 (22:53 +0000)]
Figured out how to use autoreconf. Switch hand crafted bootstrap with the autoreconf based one

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

19 years agoIgnore all tarballs
mquinson [Sat, 17 Jul 2004 22:11:16 +0000 (22:11 +0000)]
Ignore all tarballs

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

19 years agoNew dataset from alpha
mquinson [Tue, 13 Jul 2004 21:21:45 +0000 (21:21 +0000)]
New dataset from alpha

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

19 years agoLet the client to wait a bit on startup so that it does not connect to the server...
mquinson [Tue, 13 Jul 2004 21:13:30 +0000 (21:13 +0000)]
Let the client to wait a bit on startup so that it does not connect to the server before it being ready

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

19 years agoVersion 0.1
mquinson [Tue, 13 Jul 2004 20:51:47 +0000 (20:51 +0000)]
Version 0.1

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

19 years agoInclude the changelog into the tarball
mquinson [Tue, 13 Jul 2004 20:51:29 +0000 (20:51 +0000)]
Include the changelog into the tarball

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

19 years agotypos
mquinson [Tue, 13 Jul 2004 20:50:44 +0000 (20:50 +0000)]
typos

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

19 years agoRe-enable the little 64 test now that Abdou regenerated the test set
mquinson [Tue, 13 Jul 2004 20:47:01 +0000 (20:47 +0000)]
Re-enable the little 64 test now that Abdou regenerated the test set

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

19 years agoDatadesc from Alpha, generated by Abdou (many thanks)
mquinson [Tue, 13 Jul 2004 20:46:13 +0000 (20:46 +0000)]
Datadesc from Alpha, generated by Abdou (many thanks)

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