Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
17 years agoAdded a comentary given credit to the author of CSDP library. At the
velho [Tue, 20 Feb 2007 14:50:17 +0000 (14:50 +0000)]
Added a comentary given credit to the author of CSDP library. At the
beggining of each related file.

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

17 years agoFiles containing the data structures to make the CSDP library work.
velho [Tue, 20 Feb 2007 13:58:26 +0000 (13:58 +0000)]
Files containing the data structures to make the CSDP library work.
Those files were picked from the solver example in the CSDP5.0gpl.

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

17 years agoFinal adjustments, debugging information and memory leacks checked.
velho [Tue, 20 Feb 2007 10:27:17 +0000 (10:27 +0000)]
Final adjustments, debugging information and memory leacks checked.

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

17 years agosome functions of the maxmin api are now exported in the windows dll
cherierm [Fri, 16 Feb 2007 15:48:27 +0000 (15:48 +0000)]
some functions of the maxmin api are now exported in the windows dll

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

17 years agothe xbt_os_time() function is now exported in the windows dll (for the same reason...
cherierm [Fri, 16 Feb 2007 15:37:52 +0000 (15:37 +0000)]
the xbt_os_time() function is now exported in the windows dll (for the same reason of the maxmin API functions)

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

17 years agoremove some commented code
cherierm [Fri, 16 Feb 2007 15:35:01 +0000 (15:35 +0000)]
remove some commented code

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

17 years agoborland compiler use now windows thread (instead of task state), for that the new...
cherierm [Fri, 16 Feb 2007 15:28:59 +0000 (15:28 +0000)]
borland compiler use now windows thread (instead of task state), for that the new macro USE_WIN_THREADS is defined

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

17 years agofile implementation of windows thread functions versus pthread for context API
cherierm [Fri, 16 Feb 2007 15:25:16 +0000 (15:25 +0000)]
file implementation of windows thread functions versus pthread for context API

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

17 years agosome windows thread functions versus pthread for context API
cherierm [Fri, 16 Feb 2007 15:23:38 +0000 (15:23 +0000)]
some windows thread functions versus pthread for context API

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

17 years agoFix a warning (comment within comments)
mquinson [Thu, 15 Feb 2007 18:32:53 +0000 (18:32 +0000)]
Fix a warning (comment within comments)

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

17 years agoUpdate
alegrand [Thu, 15 Feb 2007 17:03:20 +0000 (17:03 +0000)]
Update

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

17 years agoAdded SDP support into surf.
velho [Wed, 14 Feb 2007 17:04:43 +0000 (17:04 +0000)]
Added SDP support into surf.

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

17 years agoMaking a surf workstation model using csdp. How simple isn't it ? :)
velho [Wed, 14 Feb 2007 17:00:47 +0000 (17:00 +0000)]
Making a surf workstation model using csdp. How simple isn't it ? :)

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

17 years agoMoving sdp tests in maxmin_usage (to have the same set of tests).
velho [Wed, 14 Feb 2007 16:46:56 +0000 (16:46 +0000)]
Moving sdp tests in maxmin_usage (to have the same set of tests).

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

17 years agoC files also need to know whether they're compiling with CSDP or not.
velho [Wed, 14 Feb 2007 16:43:05 +0000 (16:43 +0000)]
C files also need to know whether they're compiling with CSDP or not.

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

17 years agoShut libcsdp mouth!
velho [Wed, 14 Feb 2007 16:41:56 +0000 (16:41 +0000)]
Shut libcsdp mouth!

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

17 years agoExport sdp_solve only when compiling with csdp!
velho [Wed, 14 Feb 2007 16:41:28 +0000 (16:41 +0000)]
Export sdp_solve only when compiling with csdp!

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

17 years agoUseless file!
velho [Wed, 14 Feb 2007 16:38:45 +0000 (16:38 +0000)]
Useless file!

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

17 years agoFix many bugs.
velho [Wed, 14 Feb 2007 15:54:29 +0000 (15:54 +0000)]
Fix many bugs.

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

17 years agoImproved debbugging information.
velho [Wed, 14 Feb 2007 15:54:19 +0000 (15:54 +0000)]
Improved debbugging information.

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

17 years agoUpdate 'Where is the get_host_load function hidden in MSG?' according to the last...
mquinson [Tue, 13 Feb 2007 22:16:29 +0000 (22:16 +0000)]
Update 'Where is the get_host_load function hidden in MSG?' according to the last thread on -user

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

17 years agoCorrected a major bugus.
velho [Tue, 13 Feb 2007 12:36:05 +0000 (12:36 +0000)]
Corrected a major bugus.

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

17 years agoAdd some links to the new example here and there
mquinson [Tue, 13 Feb 2007 09:40:45 +0000 (09:40 +0000)]
Add some links to the new example here and there

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

17 years agoUpdate the flexml memory limitation entry to reflect the state of the art
mquinson [Tue, 13 Feb 2007 09:28:40 +0000 (09:28 +0000)]
Update the flexml memory limitation entry to reflect the state of the art

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

17 years agotypo
mquinson [Mon, 12 Feb 2007 23:17:59 +0000 (23:17 +0000)]
typo

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

17 years agoGRAS paper was published, sort the 2006 entries chronologically, and add a new one
mquinson [Mon, 12 Feb 2007 23:15:01 +0000 (23:15 +0000)]
GRAS paper was published, sort the 2006 entries chronologically, and add a new one

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

17 years agoLink howtos into the compilation schema
mquinson [Mon, 12 Feb 2007 22:06:04 +0000 (22:06 +0000)]
Link howtos into the compilation schema

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

17 years agoNew lesson on explicit message waiting
mquinson [Mon, 12 Feb 2007 22:05:19 +0000 (22:05 +0000)]
New lesson on explicit message waiting

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

17 years agoadd a toc, add the lastly added tour lesson, and link to the HOWTOs
mquinson [Mon, 12 Feb 2007 22:02:52 +0000 (22:02 +0000)]
add a toc, add the lastly added tour lesson, and link to the HOWTOs

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

17 years agoAdd some info on this topic, even if it's veeery far from being sufficient. It's...
mquinson [Mon, 12 Feb 2007 22:01:13 +0000 (22:01 +0000)]
Add some info on this topic, even if it's veeery far from being sufficient. It's even too few to say that this page is started

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

17 years agoLink to the HOWTOs
mquinson [Mon, 12 Feb 2007 21:59:56 +0000 (21:59 +0000)]
Link to the HOWTOs

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

17 years agoA HOWTO on how to design GRAS application as it seems less obvious to MPI coders...
mquinson [Mon, 12 Feb 2007 21:59:19 +0000 (21:59 +0000)]
A HOWTO on how to design GRAS application as it seems less obvious to MPI coders than I thought

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

17 years agoThe files needed for the example of lesson 11 (explicit wait)
mquinson [Mon, 12 Feb 2007 21:54:44 +0000 (21:54 +0000)]
The files needed for the example of lesson 11 (explicit wait)

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

17 years agoexport the interface of the context type in the win32 dll for use in clients.
cherierm [Mon, 12 Feb 2007 19:41:05 +0000 (19:41 +0000)]
export the interface of the context type in the win32 dll for use in clients.

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

17 years agonow define the macro NEED_ASPRINTF
cherierm [Mon, 12 Feb 2007 19:39:47 +0000 (19:39 +0000)]
now define the macro NEED_ASPRINTF

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

17 years agoAutomaticaly find the directory used to store the simgrid library on Windows
cherierm [Mon, 12 Feb 2007 19:38:58 +0000 (19:38 +0000)]
Automaticaly find the directory used to store the simgrid library on Windows
platforms (idem for include path).

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

17 years agoAdd a link to next lesson, minor improvement
mquinson [Mon, 12 Feb 2007 13:52:02 +0000 (13:52 +0000)]
Add a link to next lesson, minor improvement

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

17 years agothe makefile file for stub_generator for Borland Builder
cherierm [Fri, 9 Feb 2007 17:10:49 +0000 (17:10 +0000)]
the makefile file for stub_generator for Borland Builder

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

17 years agothe borland main file for stub_generator
cherierm [Fri, 9 Feb 2007 17:09:29 +0000 (17:09 +0000)]
the borland main file for stub_generator

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

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