Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
17 years agothe borland project file for stub_generator
cherierm [Fri, 9 Feb 2007 17:08:58 +0000 (17:08 +0000)]
the borland project file for stub_generator

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

17 years agostub_genarator.c adaptation for Borland Builder Compiler
cherierm [Fri, 9 Feb 2007 17:07:23 +0000 (17:07 +0000)]
stub_genarator.c adaptation for Borland Builder Compiler

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

17 years agoFirst try of a simix "specification".
alegrand [Fri, 9 Feb 2007 15:48:16 +0000 (15:48 +0000)]
First try of a simix "specification".

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

17 years agoDocument a bit the tricky symbol definition for windows, and remove useless tabs
mquinson [Thu, 8 Feb 2007 15:54:30 +0000 (15:54 +0000)]
Document a bit the tricky symbol definition for windows, and remove useless tabs

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

17 years agoInitialized globals must not be imported, only exported
mquinson [Thu, 8 Feb 2007 15:49:12 +0000 (15:49 +0000)]
Initialized globals must not be imported, only exported

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

17 years agoallow for stuff to be exported into the DLL on need, but not imported. This is mandat...
cherierm [Thu, 8 Feb 2007 15:44:38 +0000 (15:44 +0000)]
allow for stuff to be exported into the DLL on need, but not imported. This is mandatory for the log categories (see commit in log.h), and all initialized globals

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

17 years agocatgories must be exported in any case (so that they can be found in hte DLL); but...
cherierm [Thu, 8 Feb 2007 15:43:15 +0000 (15:43 +0000)]
catgories must be exported in any case (so that they can be found in hte DLL); but not imported because the users are free to create new ones, which cannot be found in the DLL, obviuosly

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

17 years agothis is public
cherierm [Thu, 8 Feb 2007 15:23:57 +0000 (15:23 +0000)]
this is public

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

17 years agoany log category must be public
cherierm [Thu, 8 Feb 2007 15:21:32 +0000 (15:21 +0000)]
any log category must be public

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

17 years agono isatty declaration for win32
cherierm [Wed, 7 Feb 2007 17:53:55 +0000 (17:53 +0000)]
no isatty declaration for win32

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

17 years ago_XBT_CALL decoration for inthandler function (signal function neeed this in win32)
cherierm [Wed, 7 Feb 2007 17:52:28 +0000 (17:52 +0000)]
_XBT_CALL decoration for inthandler function (signal function neeed this in win32)

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

17 years agochange free by xbt_free_f
cherierm [Wed, 7 Feb 2007 17:49:25 +0000 (17:49 +0000)]
change free by xbt_free_f

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

17 years agochange free function by xbt_free_f
cherierm [Wed, 7 Feb 2007 17:47:40 +0000 (17:47 +0000)]
change free function by xbt_free_f

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

17 years agotypo
mquinson [Wed, 7 Feb 2007 16:59:50 +0000 (16:59 +0000)]
typo

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

17 years agothis is not public
mquinson [Wed, 7 Feb 2007 16:57:46 +0000 (16:57 +0000)]
this is not public

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

17 years agodo not export the functions of this header in the dll
cherierm [Wed, 7 Feb 2007 16:55:26 +0000 (16:55 +0000)]
do not export the functions of this header in the dll

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

17 years agoDupplicate extern keyword
mquinson [Wed, 7 Feb 2007 16:55:19 +0000 (16:55 +0000)]
Dupplicate extern keyword

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

17 years agochange free be xbt_free_f
cherierm [Wed, 7 Feb 2007 16:40:46 +0000 (16:40 +0000)]
change free be xbt_free_f

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

17 years agodo not export private functions in the dll (win32 specific)
cherierm [Wed, 7 Feb 2007 16:39:32 +0000 (16:39 +0000)]
do not export private functions in the dll (win32 specific)

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

17 years agoThat's not public
mquinson [Wed, 7 Feb 2007 16:10:11 +0000 (16:10 +0000)]
That's not public

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

17 years agothat's not public
mquinson [Wed, 7 Feb 2007 16:09:36 +0000 (16:09 +0000)]
that's not public

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

17 years agotypo in windows DLL cruft
mquinson [Wed, 7 Feb 2007 16:08:18 +0000 (16:08 +0000)]
typo in windows DLL cruft

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

17 years agodefine _XBT_CAlLL in this file for win32 c function calling convention
cherierm [Wed, 7 Feb 2007 16:04:41 +0000 (16:04 +0000)]
define _XBT_CAlLL in this file for win32 c function calling convention

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

17 years agotypo in windows DLL cruft
mquinson [Wed, 7 Feb 2007 15:59:57 +0000 (15:59 +0000)]
typo in windows DLL cruft

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

17 years agonow contains xbt_free_f implementation
cherierm [Wed, 7 Feb 2007 15:54:48 +0000 (15:54 +0000)]
now contains xbt_free_f implementation

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

17 years agonow contains only xbt_free_f declaration
cherierm [Wed, 7 Feb 2007 15:54:24 +0000 (15:54 +0000)]
now contains only xbt_free_f declaration

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

17 years agoSome more conversion to windows decoration cruft
mquinson [Wed, 7 Feb 2007 15:53:42 +0000 (15:53 +0000)]
Some more conversion to windows decoration cruft

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

17 years agotypo+indentation
mquinson [Wed, 7 Feb 2007 15:52:18 +0000 (15:52 +0000)]
typo+indentation

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

17 years agoDo not put the extern keyword several times (XBT_PUBLIC adds a new one)
mquinson [Wed, 7 Feb 2007 15:38:22 +0000 (15:38 +0000)]
Do not put the extern keyword several times (XBT_PUBLIC adds a new one)

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

17 years agoa default
cherierm [Wed, 7 Feb 2007 15:08:51 +0000 (15:08 +0000)]
a default

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

17 years agosorry a stupid error
cherierm [Wed, 7 Feb 2007 14:57:35 +0000 (14:57 +0000)]
sorry a stupid error

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

17 years agotake care of new dll import and dll export in Windows
cherierm [Wed, 7 Feb 2007 14:48:56 +0000 (14:48 +0000)]
take care of new dll import and dll export in Windows

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

17 years agoa single xbt_free_f function used to handle calling convention function in Win32
cherierm [Wed, 7 Feb 2007 14:40:03 +0000 (14:40 +0000)]
a single xbt_free_f function used to handle calling convention function in Win32

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

17 years agonew dll export an dll import mechanism for Windows.
cherierm [Wed, 7 Feb 2007 14:36:46 +0000 (14:36 +0000)]
new dll export an dll import mechanism for Windows.

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

17 years agoCleanup XBT_PUBLIC stuff under windows
mquinson [Wed, 7 Feb 2007 10:15:43 +0000 (10:15 +0000)]
Cleanup XBT_PUBLIC stuff under windows

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

17 years agoCleaned up the GTNetS interface based on e-mail discussion
casanova [Fri, 2 Feb 2007 20:36:13 +0000 (20:36 +0000)]
Cleaned up the GTNetS interface based on e-mail discussion

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

17 years agothe DAG model is implemented, now
mquinson [Fri, 2 Feb 2007 10:02:34 +0000 (10:02 +0000)]
the DAG model is implemented, now

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

17 years agoGlups. Second bug of the week on FATPIPES in the maxmin solver.
alegrand [Thu, 1 Feb 2007 13:42:23 +0000 (13:42 +0000)]
Glups. Second bug of the week on FATPIPES in the maxmin solver.

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

17 years agofoo
casanova [Wed, 31 Jan 2007 21:16:54 +0000 (21:16 +0000)]
foo

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

17 years agoFirst draft integration of SURF and GTNetS. The code isn't even close to compile...
casanova [Wed, 31 Jan 2007 19:38:24 +0000 (19:38 +0000)]
First draft integration of SURF and GTNetS. The code isn't even close to compile here
and in fact the API calls are not even in the repository (and some aren't fully implemented).
The point is to have something for Arnaud, Kayo, and Henri to look at. This should break
the build as the build system shouldn't really know about this code (but not quite sure about that
given that I never really looked into the cryptic build system)

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

17 years agoFix argument check.
alegrand [Tue, 30 Jan 2007 09:10:45 +0000 (09:10 +0000)]
Fix argument check.

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

17 years agoKeeping up with last trace modifications.
alegrand [Mon, 29 Jan 2007 10:51:33 +0000 (10:51 +0000)]
Keeping up with last trace modifications.

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

17 years agosome improvement to explain how to install from cvs
mquinson [Fri, 26 Jan 2007 14:51:15 +0000 (14:51 +0000)]
some improvement to explain how to install from cvs

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

17 years agoOther try to fix the FS breakage
mquinson [Fri, 26 Jan 2007 14:29:00 +0000 (14:29 +0000)]
Other try to fix the FS breakage

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

17 years agoFS found a new way to break the bootstrap
mquinson [Fri, 26 Jan 2007 14:24:50 +0000 (14:24 +0000)]
FS found a new way to break the bootstrap

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

17 years agobug fix
alegrand [Fri, 26 Jan 2007 10:37:18 +0000 (10:37 +0000)]
bug fix

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

17 years agoStupid me! Bug fix in the maxmin algorithm (occurs only when using
alegrand [Wed, 24 Jan 2007 16:56:26 +0000 (16:56 +0000)]
Stupid me! Bug fix in the maxmin algorithm (occurs only when using
FATPIPES).

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

17 years agoUpdate to cope with testsuite/Makefile.am modifications.
velho [Fri, 19 Jan 2007 15:54:35 +0000 (15:54 +0000)]
Update to cope with testsuite/Makefile.am modifications.

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

17 years agoAdding tests for sdp.
velho [Fri, 19 Jan 2007 15:53:43 +0000 (15:53 +0000)]
Adding tests for sdp.

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

17 years agoAlmost working!
velho [Fri, 19 Jan 2007 15:52:56 +0000 (15:52 +0000)]
Almost working!

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

17 years agoMaking lmm_print public.
velho [Fri, 19 Jan 2007 15:52:39 +0000 (15:52 +0000)]
Making lmm_print public.
Adding a tiny index field to lmm_variable

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

17 years agoCopy/paste error. This is a matrix, not a dynar. Let's use the right callback (since...
mquinson [Fri, 19 Jan 2007 14:27:54 +0000 (14:27 +0000)]
Copy/paste error. This is a matrix, not a dynar. Let's use the right callback (since it fails awfully on amd64 if not)

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

17 years agoused in windows process build
cherierm [Fri, 19 Jan 2007 14:20:42 +0000 (14:20 +0000)]
used in windows process build

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

17 years agoAdded some variables and code in order to map the maxmin structure
velho [Fri, 19 Jan 2007 12:11:48 +0000 (12:11 +0000)]
Added some variables and code in order to map the maxmin structure
into a SDP structures.

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

17 years agoan other lapse of memory
cherierm [Thu, 18 Jan 2007 17:07:15 +0000 (17:07 +0000)]
an other lapse of memory

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

17 years agoUse the correct value for the number of elements in the dynar.
eyraudl [Thu, 18 Jan 2007 16:50:58 +0000 (16:50 +0000)]
Use the correct value for the number of elements in the dynar.

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

17 years agoCompile sdp.c only if we have found a working libsdp.
alegrand [Thu, 18 Jan 2007 15:19:03 +0000 (15:19 +0000)]
Compile sdp.c only if we have found a working libsdp.

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

17 years agoThis file is generated in maintainermode => must be in CVS for non-maintainer mode...
mquinson [Wed, 17 Jan 2007 17:54:42 +0000 (17:54 +0000)]
This file is generated in maintainermode => must be in CVS for non-maintainer mode builds of CVS

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

17 years agoThis file is generated in maintainermode => must be in CVS for non-maintainer mode...
mquinson [Wed, 17 Jan 2007 16:43:42 +0000 (16:43 +0000)]
This file is generated in maintainermode => must be in CVS for non-maintainer mode builds of CVS

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

17 years agoThis file is generated in maintainermode => must be in CVS for non-maintainer mode...
mquinson [Wed, 17 Jan 2007 16:38:26 +0000 (16:38 +0000)]
This file is generated in maintainermode => must be in CVS for non-maintainer mode builds of CVS

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

17 years agoMissing file
mquinson [Wed, 17 Jan 2007 16:18:07 +0000 (16:18 +0000)]
Missing file

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

17 years agoBe a nice boy and don't saturate with 512*1024 messages of size 512k, but only with...
mquinson [Wed, 17 Jan 2007 16:08:56 +0000 (16:08 +0000)]
Be a nice boy and don't saturate with 512*1024 messages of size 512k, but only with one such message (amok_bw_test semantic changes leftovers)

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

17 years agoDebug messages improvement
mquinson [Wed, 17 Jan 2007 16:07:48 +0000 (16:07 +0000)]
Debug messages improvement

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

17 years agoAdding sdp.c and the bunch of modified Makefile.in... :(
alegrand [Wed, 17 Jan 2007 15:03:18 +0000 (15:03 +0000)]
Adding sdp.c and the bunch of modified Makefile.in... :(

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

17 years agocosmetics
alegrand [Wed, 17 Jan 2007 14:59:49 +0000 (14:59 +0000)]
cosmetics

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

17 years agoupdate PAJE_PROCESS_PUSH_STATE, change the null string by a space
cherierm [Tue, 16 Jan 2007 10:20:25 +0000 (10:20 +0000)]
update PAJE_PROCESS_PUSH_STATE, change the null string by a space

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

17 years agoignorable
mquinson [Tue, 16 Jan 2007 09:50:55 +0000 (09:50 +0000)]
ignorable

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

17 years agoSort images in a specific subdir to clean up the place (gtut are good candidate to...
mquinson [Tue, 16 Jan 2007 09:35:52 +0000 (09:35 +0000)]
Sort images in a specific subdir to clean up the place (gtut are good candidate to subdir, too)

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

17 years agoAnother doc improvement
mquinson [Tue, 16 Jan 2007 09:34:58 +0000 (09:34 +0000)]
Another doc improvement

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

17 years agoadd a robots.txt for the search engines spiders
mquinson [Tue, 16 Jan 2007 09:17:16 +0000 (09:17 +0000)]
add a robots.txt for the search engines spiders

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

17 years agoFix the doc.
alegrand [Tue, 16 Jan 2007 02:07:28 +0000 (02:07 +0000)]
Fix the doc.

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

17 years agoRemove unused paje type definitions
cherierm [Mon, 15 Jan 2007 10:52:38 +0000 (10:52 +0000)]
Remove unused paje type definitions

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

17 years agoRemove deprecate swith macro ALVIN_SPECIAL_LOGING, use default paje macro directive
cherierm [Mon, 15 Jan 2007 10:52:03 +0000 (10:52 +0000)]
Remove deprecate swith macro ALVIN_SPECIAL_LOGING, use default paje macro directive

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

17 years agoignorable
mquinson [Fri, 12 Jan 2007 13:19:12 +0000 (13:19 +0000)]
ignorable

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

17 years agoAlso export the diagram of the upcomming module split on servers
mquinson [Fri, 12 Jan 2007 13:18:43 +0000 (13:18 +0000)]
Also export the diagram of the upcomming module split on servers

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

17 years agobug fix in the Paje traces. Unfortunately, it does not fix the weird
alegrand [Thu, 11 Jan 2007 21:42:21 +0000 (21:42 +0000)]
bug fix in the Paje traces. Unfortunately, it does not fix the weird
push/pop issue.

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

17 years agoRemove the generated from the .cvsignore files now that they are in the cvs
mquinson [Mon, 8 Jan 2007 23:08:27 +0000 (23:08 +0000)]
Remove the generated from the .cvsignore files now that they are in the cvs

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

17 years agoRemove a AC_MSG_CHECKING not paired with any AC_MSG_RESULT and thus producing ugly...
mquinson [Mon, 8 Jan 2007 22:55:56 +0000 (22:55 +0000)]
Remove a AC_MSG_CHECKING not paired with any AC_MSG_RESULT and thus producing ugly output (plus some cleanups now that CVS doesn't require maintainer-mode)

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

17 years agoHarden the detection of broken makecontext: check that makecontext arguments can...
mquinson [Mon, 8 Jan 2007 22:48:50 +0000 (22:48 +0000)]
Harden the detection of broken makecontext: check that makecontext arguments can be pointers

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

17 years agoStupid me
mquinson [Mon, 8 Jan 2007 16:11:44 +0000 (16:11 +0000)]
Stupid me

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

17 years agoOuups, skel_rewriter is not ready for release yet
mquinson [Mon, 8 Jan 2007 16:08:17 +0000 (16:08 +0000)]
Ouups, skel_rewriter is not ready for release yet

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

17 years agoAdd generated files to the CVS so that the use of autotools is not necessary to build...
mquinson [Mon, 8 Jan 2007 16:05:29 +0000 (16:05 +0000)]
Add generated files to the CVS so that the use of autotools is not necessary to build from CVS

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

17 years agoAdd generated files to the CVS so that the use of autotools is not necessary to build...
mquinson [Mon, 8 Jan 2007 15:33:34 +0000 (15:33 +0000)]
Add generated files to the CVS so that the use of autotools is not necessary to build from CVS

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

17 years agoIf the user wants to force the use of ucontext on a box where they are not usable...
mquinson [Fri, 5 Jan 2007 21:31:31 +0000 (21:31 +0000)]
If the user wants to force the use of ucontext on a box where they are not usable, we fail instead of falling back to pthreads. The user must know. When doing so, we fail with code 77 so that testing infrastructures understand that the test is 'not applicable'. This value comes from tools like dejagnu and autotest; Do some minor cleanups on the way

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

17 years agoinput files for surf usage2 test suite
cherierm [Wed, 3 Jan 2007 09:50:17 +0000 (09:50 +0000)]
input files for surf usage2 test suite

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

17 years agoinput file for surf usag2 test suite
cherierm [Wed, 3 Jan 2007 09:49:31 +0000 (09:49 +0000)]
input file for surf usag2 test suite

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

17 years agoinput files for maxmin bench test suite
cherierm [Wed, 3 Jan 2007 09:43:47 +0000 (09:43 +0000)]
input files for maxmin bench test suite

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

17 years agoinput file for maxmin bench test suite
cherierm [Wed, 3 Jan 2007 09:43:00 +0000 (09:43 +0000)]
input file for maxmin bench test suite

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

17 years agoinput files for maxim usage test suite
cherierm [Wed, 3 Jan 2007 09:40:28 +0000 (09:40 +0000)]
input files for maxim usage test suite

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

17 years agoinput file for maxim usage test suite
cherierm [Wed, 3 Jan 2007 09:38:34 +0000 (09:38 +0000)]
input file for maxim usage test suite

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

17 years agoa project group to build all projects on one click
cherierm [Thu, 21 Dec 2006 17:30:25 +0000 (17:30 +0000)]
a project group to build all projects on one click

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

17 years agoall borland make files
cherierm [Thu, 21 Dec 2006 17:28:28 +0000 (17:28 +0000)]
all borland make files

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

17 years agoall borland project files
cherierm [Thu, 21 Dec 2006 17:27:32 +0000 (17:27 +0000)]
all borland project files

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

17 years agoall bpf files
cherierm [Thu, 21 Dec 2006 17:26:04 +0000 (17:26 +0000)]
all bpf files

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

17 years agoa directory for all builds
cherierm [Thu, 21 Dec 2006 17:22:44 +0000 (17:22 +0000)]
a directory for all builds

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

17 years agonow we don't need this file
cherierm [Thu, 21 Dec 2006 17:19:47 +0000 (17:19 +0000)]
now we don't need this file

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

17 years agothis file is now in build directory
cherierm [Thu, 21 Dec 2006 17:18:17 +0000 (17:18 +0000)]
this file is now in build directory

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

17 years agothis file is now in the build directory
cherierm [Thu, 21 Dec 2006 17:17:13 +0000 (17:17 +0000)]
this file is now in the build directory

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

17 years agothis file is now in build directory
cherierm [Thu, 21 Dec 2006 16:36:43 +0000 (16:36 +0000)]
this file is now in build directory

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

17 years agosuppression du repertoire inutile
cherierm [Thu, 21 Dec 2006 16:19:39 +0000 (16:19 +0000)]
suppression du repertoire inutile

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