Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
16 years agoThree new functions in xbt_str module: split&join (hello perl) and diff (naive LCS...
mquinson [Wed, 2 May 2007 10:09:06 +0000 (10:09 +0000)]
Three new functions in xbt_str module: split&join (hello perl) and diff (naive LCS implementation)

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

16 years agoshorten
mquinson [Mon, 30 Apr 2007 20:55:53 +0000 (20:55 +0000)]
shorten

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

16 years agoMake sure we don't went out of the string to handle *before* using it (thx valgrind)
mquinson [Mon, 30 Apr 2007 20:37:17 +0000 (20:37 +0000)]
Make sure we don't went out of the string to handle *before* using it (thx valgrind)

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

16 years agoDo not call strcpy but memmove since both zone may overlap. Thanks valgrind for reporting
mquinson [Sun, 29 Apr 2007 11:36:01 +0000 (11:36 +0000)]
Do not call strcpy but memmove since both zone may overlap. Thanks valgrind for reporting

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

16 years agofurther cleanups
mquinson [Sun, 29 Apr 2007 11:35:10 +0000 (11:35 +0000)]
further cleanups

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

16 years agoFurther cleanups
mquinson [Sun, 29 Apr 2007 11:30:41 +0000 (11:30 +0000)]
Further cleanups

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

16 years agoBetter modularization of the tesh source code
mquinson [Fri, 27 Apr 2007 09:02:56 +0000 (09:02 +0000)]
Better modularization of the tesh source code

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

16 years agoBug corrected when compiling using --enable-simix.
donassbr [Fri, 27 Apr 2007 08:57:21 +0000 (08:57 +0000)]
Bug corrected when compiling using --enable-simix.

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

16 years agocommit generated files
mquinson [Fri, 27 Apr 2007 08:02:48 +0000 (08:02 +0000)]
commit generated files

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

16 years agoDo not display file position at INFO level (reduce the amount of false positive in...
mquinson [Fri, 27 Apr 2007 07:20:49 +0000 (07:20 +0000)]
Do not display file position at INFO level (reduce the amount of false positive in test suites when the source code is changed)

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

16 years agoKeep working during the SIMIX convertion
mquinson [Fri, 27 Apr 2007 07:13:41 +0000 (07:13 +0000)]
Keep working during the SIMIX convertion

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

16 years agoallow the command line arguments to be of the syntax <cat>.thres:<level> and not...
mquinson [Thu, 26 Apr 2007 11:48:21 +0000 (11:48 +0000)]
allow the command line arguments to be of the syntax <cat>.thres:<level> and not only <cat>.thres=<level> to avoid having two equal signs on --gras-log arguments. Old syntax still hold, but the new one is prefered

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

16 years agoTest several settings from the binary itself instead of expecting me to pass those...
mquinson [Thu, 26 Apr 2007 11:47:51 +0000 (11:47 +0000)]
Test several settings from the binary itself instead of expecting me to pass those args on the cmd line

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

16 years agorefactoring: moving chunks of code around to try to understand that code again
mquinson [Thu, 26 Apr 2007 11:06:17 +0000 (11:06 +0000)]
refactoring: moving chunks of code around to try to understand that code again

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

16 years agoFollow cleanups in the xbt_str module
mquinson [Thu, 26 Apr 2007 10:50:40 +0000 (10:50 +0000)]
Follow cleanups in the xbt_str module

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

16 years agoremove _cleanup_double_spaces() since it's now exported as xbt_str_strip_spaces()
mquinson [Thu, 26 Apr 2007 10:50:16 +0000 (10:50 +0000)]
remove _cleanup_double_spaces() since it's now exported as xbt_str_strip_spaces()

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

16 years agofurther cleanups in the xbt_str module: add a proper prefix to the exported functions...
mquinson [Thu, 26 Apr 2007 10:49:45 +0000 (10:49 +0000)]
further cleanups in the xbt_str module: add a proper prefix to the exported functions; integrate xbt_str_strip_spaces which were defined in log.c as static (what a pitty)

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

16 years agoconcatenate getline.c at the end of xbt_str.c
mquinson [Thu, 26 Apr 2007 10:30:23 +0000 (10:30 +0000)]
concatenate getline.c at the end of xbt_str.c

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

16 years agoRename trim.c to xbt_str.c, so that we can have all the functions of this module...
mquinson [Thu, 26 Apr 2007 10:25:56 +0000 (10:25 +0000)]
Rename trim.c to xbt_str.c, so that we can have all the functions of this module in the same file

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

16 years agoForgotten files
donassbr [Thu, 26 Apr 2007 09:23:50 +0000 (09:23 +0000)]
Forgotten files

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

16 years agoChanges to test gras_simix.
donassbr [Thu, 26 Apr 2007 08:54:40 +0000 (08:54 +0000)]
Changes to test gras_simix.

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

16 years agoMore verbose warning (long overdue commit)
mquinson [Thu, 26 Apr 2007 08:48:30 +0000 (08:48 +0000)]
More verbose warning (long overdue commit)

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

16 years agoChanges to gras_simix
donassbr [Thu, 26 Apr 2007 08:42:13 +0000 (08:42 +0000)]
Changes to gras_simix

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

16 years agoA lot of changes made. Testing phase
donassbr [Thu, 26 Apr 2007 08:39:17 +0000 (08:39 +0000)]
A lot of changes made. Testing phase

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

16 years agotypos
mquinson [Wed, 25 Apr 2007 15:32:45 +0000 (15:32 +0000)]
typos

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

16 years agoForgot to commit this
mquinson [Tue, 24 Apr 2007 13:45:13 +0000 (13:45 +0000)]
Forgot to commit this

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

16 years agototo
mquinson [Tue, 24 Apr 2007 13:32:30 +0000 (13:32 +0000)]
toto

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

16 years agoRemoved references to lagrangedico.
velho [Tue, 24 Apr 2007 09:18:52 +0000 (09:18 +0000)]
Removed references to lagrangedico.

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

16 years agoRemoved this file, it is just an experience of optimal step before
velho [Tue, 24 Apr 2007 09:17:53 +0000 (09:17 +0000)]
Removed this file, it is just an experience of optimal step before
achieve a formal proof that the method always converge.

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

16 years agoAdded #define NOSHORTS in order to fix a bug in the csdp library.
velho [Tue, 24 Apr 2007 09:15:24 +0000 (09:15 +0000)]
Added #define NOSHORTS in order to fix a bug in the csdp library.

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

16 years agoWorking and cleaned up.
velho [Sat, 21 Apr 2007 19:50:19 +0000 (19:50 +0000)]
Working and cleaned up.

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

16 years agoRemoved file lagrangedico.c.
velho [Sat, 21 Apr 2007 14:09:51 +0000 (14:09 +0000)]
Removed file lagrangedico.c.

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

16 years agoCleaning up the lagrange model.
velho [Sat, 21 Apr 2007 13:47:07 +0000 (13:47 +0000)]
Cleaning up the lagrange model.

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

17 years agoWorking, still need some cleanup.
velho [Fri, 20 Apr 2007 17:46:16 +0000 (17:46 +0000)]
Working, still need some cleanup.

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

17 years agoInitial structure to implement gras using simix.
donassbr [Fri, 20 Apr 2007 15:50:47 +0000 (15:50 +0000)]
Initial structure to implement gras using simix.
Modifie Makefile.am to compile the "new" gras if --enable-simix is used.

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

17 years agoRemoved debug message
donassbr [Fri, 20 Apr 2007 15:32:56 +0000 (15:32 +0000)]
Removed debug message

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

17 years agoCorrected some bugs.
velho [Thu, 19 Apr 2007 11:26:41 +0000 (11:26 +0000)]
Corrected some bugs.

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

17 years agoCorrected some bugs.
velho [Thu, 19 Apr 2007 08:24:34 +0000 (08:24 +0000)]
Corrected some bugs.

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

17 years agoAdded the test of lagrange with optimal step, also called lagrange
velho [Wed, 18 Apr 2007 16:31:52 +0000 (16:31 +0000)]
Added the test of lagrange with optimal step, also called lagrange
dicotomi.

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

17 years agoAdded lagrange_dicotomi_solve.
velho [Wed, 18 Apr 2007 16:16:52 +0000 (16:16 +0000)]
Added lagrange_dicotomi_solve.

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

17 years agoCorrected some bugs in when computting mu.
velho [Wed, 18 Apr 2007 16:12:44 +0000 (16:12 +0000)]
Corrected some bugs in when computting mu.

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

17 years agoNew file, surf/lagrangedico.c, added. This module uses a lagrange
velho [Wed, 18 Apr 2007 16:09:46 +0000 (16:09 +0000)]
New file, surf/lagrangedico.c, added. This module uses a lagrange
optimization approach with optimal step to compute max( \prod log (x) ).

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

17 years agoThe implementation of lagrange multiplier using a optial step.
velho [Wed, 18 Apr 2007 16:07:11 +0000 (16:07 +0000)]
The implementation of lagrange multiplier using a optial step.

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

17 years agoDevloper Studio Project generation
cherierm [Tue, 17 Apr 2007 14:06:53 +0000 (14:06 +0000)]
Devloper Studio Project generation

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

17 years agofixed typo
casanova [Mon, 16 Apr 2007 18:56:14 +0000 (18:56 +0000)]
fixed typo

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

17 years agoAdded a link to Kayo Fujiwara's M.S. thesis. Somebody should do a make sync (after...
casanova [Mon, 16 Apr 2007 18:22:04 +0000 (18:22 +0000)]
Added a link to Kayo Fujiwara's M.S. thesis. Somebody should do a make sync (after a make html)

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

17 years agoIgnore simeng_usage
mquinson [Mon, 16 Apr 2007 15:57:04 +0000 (15:57 +0000)]
Ignore simeng_usage

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

17 years agomerge trim.h into str.h, where it belongs to
mquinson [Mon, 16 Apr 2007 15:56:10 +0000 (15:56 +0000)]
merge trim.h into str.h, where it belongs to

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

17 years agoCommit generated files
mquinson [Mon, 16 Apr 2007 15:53:54 +0000 (15:53 +0000)]
Commit generated files

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

17 years agoImprove the user experience of backtraces (?): Do not display the bottom of the backt...
mquinson [Mon, 16 Apr 2007 13:04:17 +0000 (13:04 +0000)]
Improve the user experience of backtraces (?): Do not display the bottom of the backtrace (under main()); do not display whether it is a static or dynamic symbol; avoid to print garbage when one function pointer is equal to '(nil)' (even if I think that the libc should never give us such a stupid value, it's not a reason to fail miserably)

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

17 years agouncomment a exception
cherierm [Mon, 16 Apr 2007 12:42:48 +0000 (12:42 +0000)]
uncomment a exception

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

17 years agocleanups + newline at end of file
mquinson [Mon, 16 Apr 2007 12:01:27 +0000 (12:01 +0000)]
cleanups + newline at end of file

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

17 years agoInclude the prototypes of these functions
mquinson [Mon, 16 Apr 2007 11:59:46 +0000 (11:59 +0000)]
Include the prototypes of these functions

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

17 years agoRemove funky non-ascii chars
mquinson [Mon, 16 Apr 2007 11:55:43 +0000 (11:55 +0000)]
Remove funky non-ascii chars

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

17 years agoon windows the stub_generator use now the environnement to locate the paths
cherierm [Fri, 13 Apr 2007 09:52:09 +0000 (09:52 +0000)]
on windows the stub_generator use now the environnement to locate the paths
of the libraries libgras and simgrid ; the global variable _gras_procname is exported

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

17 years agothe script of sg test on windows
cherierm [Fri, 13 Apr 2007 09:48:21 +0000 (09:48 +0000)]
the script of sg test on windows

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

17 years agothe script of rl test on windows
cherierm [Fri, 13 Apr 2007 09:47:58 +0000 (09:47 +0000)]
the script of rl test on windows

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

17 years agoansi c declaration variables
cherierm [Fri, 13 Apr 2007 09:46:39 +0000 (09:46 +0000)]
ansi c declaration variables

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

17 years agothe script of the rl test on Windows
cherierm [Fri, 13 Apr 2007 09:45:55 +0000 (09:45 +0000)]
the script of the rl test on Windows

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

17 years agothe script of the sg test on Windows
cherierm [Fri, 13 Apr 2007 09:45:33 +0000 (09:45 +0000)]
the script of the sg test on Windows

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

17 years agoansi c declaration of variables
cherierm [Fri, 13 Apr 2007 09:43:04 +0000 (09:43 +0000)]
ansi c declaration of variables

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

17 years agothe script test_rl.vbs
cherierm [Fri, 13 Apr 2007 09:38:58 +0000 (09:38 +0000)]
the script test_rl.vbs

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

17 years agothe ansi c declaration of variables are at the begining of block
cherierm [Fri, 13 Apr 2007 09:34:28 +0000 (09:34 +0000)]
the ansi c declaration of variables are at the begining of block

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

17 years agoa script of the sg test on windows
cherierm [Fri, 13 Apr 2007 09:32:55 +0000 (09:32 +0000)]
a script of the sg test on windows

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

17 years agoa script of the rl test on windows
cherierm [Fri, 13 Apr 2007 09:32:23 +0000 (09:32 +0000)]
a script of the rl test on windows

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

17 years agojust a little mistake on this example
cherierm [Fri, 13 Apr 2007 09:31:44 +0000 (09:31 +0000)]
just a little mistake on this example

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

17 years agoa script to launch the rl test on Windows
cherierm [Fri, 13 Apr 2007 09:30:06 +0000 (09:30 +0000)]
a script to launch the rl test on Windows

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

17 years agoa script to launch the sg test on Windows
cherierm [Fri, 13 Apr 2007 09:29:34 +0000 (09:29 +0000)]
a script to launch the sg test on Windows

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

17 years agoa script to launch the real test on Windows
cherierm [Fri, 13 Apr 2007 09:26:55 +0000 (09:26 +0000)]
a script to launch the real test on Windows

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

17 years agoFunctions added.
donassbr [Thu, 12 Apr 2007 15:23:43 +0000 (15:23 +0000)]
Functions added.
Bugs corrected.

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

17 years agoCorrected file.
velho [Thu, 12 Apr 2007 09:45:06 +0000 (09:45 +0000)]
Corrected file.

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

17 years agoSigma step working.
velho [Thu, 12 Apr 2007 09:44:37 +0000 (09:44 +0000)]
Sigma step working.

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

17 years agoused during the build process
cherierm [Wed, 11 Apr 2007 19:34:43 +0000 (19:34 +0000)]
used during the build process

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

17 years agoexport the _gras_procname variable in the dll
cherierm [Wed, 11 Apr 2007 19:28:54 +0000 (19:28 +0000)]
export the _gras_procname variable in the dll

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

17 years agocreate the last directory
cherierm [Wed, 11 Apr 2007 19:25:30 +0000 (19:25 +0000)]
create the last directory

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

17 years agoused during the build process
cherierm [Wed, 11 Apr 2007 19:19:41 +0000 (19:19 +0000)]
used during the build process

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

17 years agochange the output directory of the dll
cherierm [Wed, 11 Apr 2007 19:13:26 +0000 (19:13 +0000)]
change the output directory of the dll

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

17 years agojust a new line at the end of the file
cherierm [Wed, 11 Apr 2007 18:58:22 +0000 (18:58 +0000)]
just a new line at the end of the file

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

17 years agoexport some variables
cherierm [Wed, 11 Apr 2007 18:57:22 +0000 (18:57 +0000)]
export some variables

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

17 years agomake file used to build the libgras dll and the libgras library
cherierm [Wed, 11 Apr 2007 18:48:34 +0000 (18:48 +0000)]
make file used to build the libgras dll and the libgras library

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

17 years agomake file for gras examples
cherierm [Wed, 11 Apr 2007 18:47:41 +0000 (18:47 +0000)]
make file for gras examples

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

17 years agochange the output directories
cherierm [Wed, 11 Apr 2007 18:39:31 +0000 (18:39 +0000)]
change the output directories

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

17 years agoto create the last directory
cherierm [Wed, 11 Apr 2007 18:36:14 +0000 (18:36 +0000)]
to create the last directory

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

17 years agothe windows source file of the libgras dll
cherierm [Wed, 11 Apr 2007 18:32:25 +0000 (18:32 +0000)]
the windows source file of the libgras dll

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

17 years agoto create the tests/obj directory
cherierm [Wed, 11 Apr 2007 18:30:42 +0000 (18:30 +0000)]
to create the tests/obj directory

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

17 years agoto create the lib/debug directory
cherierm [Wed, 11 Apr 2007 18:27:55 +0000 (18:27 +0000)]
to create the lib/debug directory

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

17 years agoto create the /libgras/dll/debug directory
cherierm [Wed, 11 Apr 2007 18:23:59 +0000 (18:23 +0000)]
to create the /libgras/dll/debug directory

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

17 years agoto create the tests/obj directory
cherierm [Wed, 11 Apr 2007 18:20:46 +0000 (18:20 +0000)]
to create the tests/obj directory

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

17 years agoto create the lib/debug directory
cherierm [Wed, 11 Apr 2007 18:17:52 +0000 (18:17 +0000)]
to create the lib/debug directory

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

17 years agoto create the examples/obj directory
cherierm [Wed, 11 Apr 2007 18:15:21 +0000 (18:15 +0000)]
to create the examples/obj directory

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

17 years agoto create the examples directory
cherierm [Wed, 11 Apr 2007 18:13:29 +0000 (18:13 +0000)]
to create the examples directory

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

17 years agoto create the dll directory
cherierm [Wed, 11 Apr 2007 18:12:34 +0000 (18:12 +0000)]
to create the dll directory

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

17 years agoconsider the file trim.c
cherierm [Wed, 11 Apr 2007 17:14:20 +0000 (17:14 +0000)]
consider the file trim.c

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

17 years agono message
cherierm [Wed, 11 Apr 2007 16:07:40 +0000 (16:07 +0000)]
no message

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

17 years agorectify a mistake
cherierm [Wed, 11 Apr 2007 15:27:24 +0000 (15:27 +0000)]
rectify a mistake

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

17 years agoexport trim functions
cherierm [Wed, 11 Apr 2007 15:16:53 +0000 (15:16 +0000)]
export trim functions

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

17 years agoconsider the trim files
cherierm [Wed, 11 Apr 2007 15:06:36 +0000 (15:06 +0000)]
consider the trim files

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

17 years agothe expected signal metacommand use now the name of the signal instead the number...
cherierm [Wed, 11 Apr 2007 15:05:42 +0000 (15:05 +0000)]
the expected signal metacommand use now the name of the signal instead the number of the signal

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

17 years agothe expected signal metacommand use now the name of the signal instead the number...
cherierm [Wed, 11 Apr 2007 15:05:18 +0000 (15:05 +0000)]
the expected signal metacommand use now the name of the signal instead the number of the signal see segfault.tesh for a usage of this metacommand

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

17 years agothe trim.c file header
cherierm [Wed, 11 Apr 2007 14:27:42 +0000 (14:27 +0000)]
the trim.c file header

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