Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
16 years agotypo
mquinson [Mon, 24 Sep 2007 14:39:40 +0000 (14:39 +0000)]
typo

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

16 years agoAdd . to the classpath to find the source of the example, not only the library
mquinson [Mon, 24 Sep 2007 14:39:10 +0000 (14:39 +0000)]
Add . to the classpath to find the source of the example, not only the library

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

16 years agoKill oldies
mquinson [Mon, 24 Sep 2007 14:38:47 +0000 (14:38 +0000)]
Kill oldies

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

16 years agoInsist on searching the DTD where I put it in the jar
mquinson [Mon, 24 Sep 2007 14:36:29 +0000 (14:36 +0000)]
Insist on searching the DTD where I put it in the jar

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

16 years agoAuto apply the changes needed to port flexml to windows: there is no unistd.h there.
mquinson [Mon, 24 Sep 2007 14:33:53 +0000 (14:33 +0000)]
Auto apply the changes needed to port flexml to windows: there is no unistd.h there.

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

16 years agoCleanup of the portability between win and lin at header level
mquinson [Mon, 24 Sep 2007 14:23:36 +0000 (14:23 +0000)]
Cleanup of the portability between win and lin at header level

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

16 years agoAs the ApplicationHandler class this file doesn't use the the template class Vector...
cherierm [Mon, 24 Sep 2007 12:23:29 +0000 (12:23 +0000)]
As the ApplicationHandler class this file doesn't use the the template class Vector of java 1.5 (not supported by the previous version of java)

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

16 years agoJust add a new line at the end of the file
cherierm [Mon, 24 Sep 2007 12:20:19 +0000 (12:20 +0000)]
Just add a new line at the end of the file

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

16 years agoThe java reflect is already of use, i have removed them.
cherierm [Mon, 24 Sep 2007 12:19:35 +0000 (12:19 +0000)]
The java reflect is already of use, i have removed them.

My version of java (1.5) use the generic class. So if i compile
the classes ApplicationHandler or Process without type specification
for the vector, i get the warning "Note: Some input files use unchecked or unsafe operations."
It's just a warning, and all the examples always work. So now, i don't use the java templates.

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

16 years agoIndeed, the sax.helpers and java.lang importation are not useful, i have removed...
cherierm [Mon, 24 Sep 2007 12:16:51 +0000 (12:16 +0000)]
Indeed, the sax.helpers and java.lang importation are not useful, i have removed them.
The dll is now called simgrid4java.

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

16 years agoThis file must not be dupplicated in the svn tree. Tell your build projects to find...
mquinson [Fri, 21 Sep 2007 20:58:51 +0000 (20:58 +0000)]
This file must not be dupplicated in the svn tree. Tell your build projects to find it where it lives: in the surf directory

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

16 years agoAlso remove the const markers of parameters in the function implementation, not only...
mquinson [Fri, 21 Sep 2007 20:56:30 +0000 (20:56 +0000)]
Also remove the const markers of parameters in the function implementation, not only function prototype

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

16 years agoKill malek's leftovers
mquinson [Fri, 21 Sep 2007 20:49:20 +0000 (20:49 +0000)]
Kill malek's leftovers

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

16 years agodo not return after a THROW. Fix the THROW macro if there is an issue with it under...
mquinson [Fri, 21 Sep 2007 20:44:28 +0000 (20:44 +0000)]
do not return after a THROW. Fix the THROW macro if there is an issue with it under visual, but don't polute the code with such things

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

16 years agoMove buildbot configuration into the build subdir
mquinson [Fri, 21 Sep 2007 19:55:36 +0000 (19:55 +0000)]
Move buildbot configuration into the build subdir

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

16 years agoArnaud implemented latencies in L07, so do not warn users about the contrary anymore
mquinson [Fri, 21 Sep 2007 19:50:38 +0000 (19:50 +0000)]
Arnaud implemented latencies in L07, so do not warn users about the contrary anymore

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

16 years agoMake FS happy
mquinson [Fri, 21 Sep 2007 19:35:58 +0000 (19:35 +0000)]
Make FS happy

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

16 years agothe Visual Studio project for simgrid and simgrid for java
cherierm [Fri, 21 Sep 2007 16:16:07 +0000 (16:16 +0000)]
the Visual Studio project for simgrid and simgrid for java

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

16 years agoVisual C++ has no header named unistd.h
cherierm [Fri, 21 Sep 2007 16:07:25 +0000 (16:07 +0000)]
Visual C++ has no header named unistd.h

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

16 years agouse portable.h
cherierm [Fri, 21 Sep 2007 16:06:12 +0000 (16:06 +0000)]
use portable.h

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

16 years agoDeclaration of the variables at the beginning of the functions
cherierm [Fri, 21 Sep 2007 16:05:54 +0000 (16:05 +0000)]
Declaration of the variables at the beginning of the functions

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

16 years agoDeclaration of the variables at the beginning of the functions
cherierm [Fri, 21 Sep 2007 16:05:11 +0000 (16:05 +0000)]
Declaration of the variables at the beginning of the functions

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

16 years agoDeclaration of the variables at the begining of the functions
cherierm [Fri, 21 Sep 2007 16:04:43 +0000 (16:04 +0000)]
Declaration of the variables at the begining of the functions

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

16 years agoDeclaration of the variables at the begining of the functions
cherierm [Fri, 21 Sep 2007 16:04:15 +0000 (16:04 +0000)]
Declaration of the variables at the begining of the functions

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

16 years agouse portable.h
cherierm [Fri, 21 Sep 2007 16:03:41 +0000 (16:03 +0000)]
use portable.h

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

16 years agodon't use const parameter
cherierm [Fri, 21 Sep 2007 16:03:10 +0000 (16:03 +0000)]
don't use const parameter

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

16 years agovoid functions don't return
cherierm [Fri, 21 Sep 2007 16:02:24 +0000 (16:02 +0000)]
void functions don't return

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

16 years agoadd_free_f use now a pointer to a free function
cherierm [Fri, 21 Sep 2007 16:01:43 +0000 (16:01 +0000)]
add_free_f use now a pointer to a free function

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

16 years agoDeclaration of the variables at the begining of the functions
cherierm [Fri, 21 Sep 2007 16:00:48 +0000 (16:00 +0000)]
Declaration of the variables at the begining of the functions

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

16 years agoVisual C++ config doesn't use the gnu functions
cherierm [Fri, 21 Sep 2007 16:00:21 +0000 (16:00 +0000)]
Visual C++ config doesn't use the gnu functions

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

16 years agoupdate the configuration file of Visual C++
cherierm [Fri, 21 Sep 2007 15:59:15 +0000 (15:59 +0000)]
update the configuration file of Visual C++

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

16 years agoadapt the prototypes of the declaration to the prototypes of the definition
cherierm [Fri, 21 Sep 2007 15:57:28 +0000 (15:57 +0000)]
adapt the prototypes of the declaration to the prototypes of the definition

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

16 years agocorrect usage of function pointer
cherierm [Fri, 21 Sep 2007 15:56:46 +0000 (15:56 +0000)]
correct usage of function pointer

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

16 years agoexport data declaration
cherierm [Fri, 21 Sep 2007 15:55:39 +0000 (15:55 +0000)]
export data declaration

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

16 years agoneed to include portable.h
cherierm [Fri, 21 Sep 2007 15:54:28 +0000 (15:54 +0000)]
need to include portable.h

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

16 years agoDeclaration of the variables at the begining of the functions
cherierm [Fri, 21 Sep 2007 15:53:48 +0000 (15:53 +0000)]
Declaration of the variables at the begining of the functions

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

16 years agoinclude str.h
cherierm [Fri, 21 Sep 2007 15:52:52 +0000 (15:52 +0000)]
include str.h

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

16 years agoVisual C++ has no header named unistd.h
cherierm [Fri, 21 Sep 2007 15:52:12 +0000 (15:52 +0000)]
Visual C++ has no header named unistd.h

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

16 years agodeclaration of the variables at the begining of the function
cherierm [Fri, 21 Sep 2007 15:50:56 +0000 (15:50 +0000)]
declaration of the variables at the begining of the function

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

16 years agoadapt the prototypes of the declaration to the prototypes of the definition
cherierm [Fri, 21 Sep 2007 15:49:45 +0000 (15:49 +0000)]
adapt the prototypes of the declaration to the prototypes of the definition

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

16 years agoadapt the prototypes of the declaration to the prototypes of the definition
cherierm [Fri, 21 Sep 2007 15:49:32 +0000 (15:49 +0000)]
adapt the prototypes of the declaration to the prototypes of the definition

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

16 years agojni schedule and unschedule functions implementation
cherierm [Fri, 21 Sep 2007 15:46:38 +0000 (15:46 +0000)]
jni schedule and unschedule functions implementation

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

16 years agonow this file does not used the native locks
cherierm [Fri, 21 Sep 2007 15:46:02 +0000 (15:46 +0000)]
now this file does not used the native locks

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

16 years agonow this file does not used the native locks
cherierm [Fri, 21 Sep 2007 15:45:40 +0000 (15:45 +0000)]
now this file does not used the native locks

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

16 years agonow this file doesn't use the native locks
cherierm [Fri, 21 Sep 2007 15:45:02 +0000 (15:45 +0000)]
now this file doesn't use the native locks

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

16 years agoappend the surfxml dtd for the DTDResolver
cherierm [Fri, 21 Sep 2007 15:43:57 +0000 (15:43 +0000)]
append the surfxml dtd for the DTDResolver

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

16 years agoschedule() and unschedule() methods implementation
cherierm [Fri, 21 Sep 2007 15:43:04 +0000 (15:43 +0000)]
schedule() and unschedule() methods implementation

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

16 years agocorrection of sem.acquire() method
cherierm [Fri, 21 Sep 2007 15:39:30 +0000 (15:39 +0000)]
correction of sem.acquire() method

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

16 years agoimport java.reflect
cherierm [Fri, 21 Sep 2007 15:38:37 +0000 (15:38 +0000)]
import java.reflect

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

16 years agoimport sax helpers
cherierm [Fri, 21 Sep 2007 15:34:31 +0000 (15:34 +0000)]
import sax helpers

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

16 years agoimport the good exception class
cherierm [Fri, 21 Sep 2007 15:33:34 +0000 (15:33 +0000)]
import the good exception class

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

16 years agobuilbot configuration files back up
cherierm [Fri, 21 Sep 2007 15:31:24 +0000 (15:31 +0000)]
builbot configuration files back up

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

16 years agoFix initialization.
alegrand [Fri, 21 Sep 2007 12:55:25 +0000 (12:55 +0000)]
Fix initialization.

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

16 years agoRemoving now useless function.
alegrand [Fri, 21 Sep 2007 07:48:43 +0000 (07:48 +0000)]
Removing now useless function.

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

16 years agoOps, there is some more s_host fields around
mquinson [Thu, 20 Sep 2007 16:06:20 +0000 (16:06 +0000)]
Ops, there is some more s_host fields around

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

16 years agoOk, you won't believe this one. Visual seems to break on structures containing a...
mquinson [Thu, 20 Sep 2007 16:03:07 +0000 (16:03 +0000)]
Ok, you won't believe this one. Visual seems to break on structures containing a field which name begins with 's_' since it uses this prefix for internal purpose around debuging. How beautiful is the windows world...

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

16 years agoFurther cleanups:
mquinson [Thu, 20 Sep 2007 16:00:57 +0000 (16:00 +0000)]
Further cleanups:
 - more comments
 - Remove a useless argument to xbt_context_stop (it's always
   current_context)
 - group actions of freeing context fields in xbt_context_free (some
   of them where in xbt_context_stop for no good reason)
 - __xbt_context_yield never receive a NULL argument, so change the if
   to an assert
 - plus other minor cleanups

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

16 years agoKill old leftover
mquinson [Thu, 20 Sep 2007 15:28:53 +0000 (15:28 +0000)]
Kill old leftover

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

16 years agoCleanup: shuffle the functions to get them in a somehow logical order
mquinson [Thu, 20 Sep 2007 10:13:26 +0000 (10:13 +0000)]
Cleanup: shuffle the functions to get them in a somehow logical order

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

16 years agoKill oldies
mquinson [Tue, 18 Sep 2007 10:24:48 +0000 (10:24 +0000)]
Kill oldies

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

16 years agomodel->resource when needed...
alegrand [Tue, 18 Sep 2007 10:20:47 +0000 (10:20 +0000)]
model->resource when needed...

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

16 years agoadded very crufy hacked together broadcast and split.
markls [Tue, 18 Sep 2007 10:20:23 +0000 (10:20 +0000)]
added very crufy hacked together broadcast and split.

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

16 years agoOnly clean unit files in maintainer mode since we cannot regenerate them right in...
mquinson [Tue, 18 Sep 2007 10:13:53 +0000 (10:13 +0000)]
Only clean unit files in maintainer mode since we cannot regenerate them right in other modes

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

16 years agoRegenerate unit tests
mquinson [Tue, 18 Sep 2007 09:33:43 +0000 (09:33 +0000)]
Regenerate unit tests

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

16 years agoTypo in botbuild detection
mquinson [Tue, 18 Sep 2007 09:28:49 +0000 (09:28 +0000)]
Typo in botbuild detection

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

16 years agorevalidate 64bit outputs
mquinson [Tue, 18 Sep 2007 09:16:30 +0000 (09:16 +0000)]
revalidate 64bit outputs

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

16 years agoAdd a compilation mode suited to build daemons. It's ways more permissive than regula...
mquinson [Tue, 18 Sep 2007 09:00:56 +0000 (09:00 +0000)]
Add a compilation mode suited to build daemons. It's ways more permissive than regular mode

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

16 years agoworking on mpi_comm_split.
markls [Sun, 16 Sep 2007 05:35:54 +0000 (05:35 +0000)]
working on mpi_comm_split.

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

16 years agoadding very hacked together and inefficient implementation of mpi_comm_world.
markls [Sat, 15 Sep 2007 09:15:25 +0000 (09:15 +0000)]
adding very hacked together and inefficient implementation of mpi_comm_world.
doesn't work yet.

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

16 years agoBugfix.
alegrand [Fri, 14 Sep 2007 09:34:54 +0000 (09:34 +0000)]
Bugfix.

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

16 years agoStupid me. Let's use the right variable.
alegrand [Fri, 14 Sep 2007 09:25:00 +0000 (09:25 +0000)]
Stupid me. Let's use the right variable.

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

16 years agocleanups
alegrand [Fri, 14 Sep 2007 08:35:12 +0000 (08:35 +0000)]
cleanups

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

16 years agocleanup
alegrand [Fri, 14 Sep 2007 08:28:11 +0000 (08:28 +0000)]
cleanup

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

16 years agostupid me.
alegrand [Fri, 14 Sep 2007 08:26:49 +0000 (08:26 +0000)]
stupid me.

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

16 years agoNew version of the java bindings by Malek, passing all [existing] tests
mquinson [Thu, 13 Sep 2007 22:26:16 +0000 (22:26 +0000)]
New version of the java bindings by Malek, passing all [existing] tests

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

16 years agoignore cruft
mquinson [Thu, 13 Sep 2007 22:21:42 +0000 (22:21 +0000)]
ignore cruft

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

16 years agoignore cruft
mquinson [Thu, 13 Sep 2007 22:21:14 +0000 (22:21 +0000)]
ignore cruft

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

16 years ago* full complience with execute_parallel_task
alegrand [Thu, 13 Sep 2007 14:27:20 +0000 (14:27 +0000)]
* full complience with execute_parallel_task
* add support for a bound based on latencies.

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

16 years agotake variable bounds into account.
alegrand [Thu, 13 Sep 2007 14:24:34 +0000 (14:24 +0000)]
take variable bounds into account.

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

16 years agoFollow surf's prototype for parallel tasks.
alegrand [Thu, 13 Sep 2007 13:13:31 +0000 (13:13 +0000)]
Follow surf's prototype for parallel tasks.

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

16 years agoForce the field precision to be int, as asked by picky compilers
mquinson [Thu, 13 Sep 2007 13:02:15 +0000 (13:02 +0000)]
Force the field precision to be int, as asked by picky compilers

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

16 years agoremove cvs files.
alegrand [Thu, 13 Sep 2007 12:53:53 +0000 (12:53 +0000)]
remove cvs files.

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

16 years agoExplain code visitor of what's going on here
mquinson [Thu, 13 Sep 2007 12:33:03 +0000 (12:33 +0000)]
Explain code visitor of what's going on here

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

16 years agoNew test to ensure the semantic of gras_msg_handle(i) when i<0, i==0 and i>0
mquinson [Thu, 13 Sep 2007 12:32:28 +0000 (12:32 +0000)]
New test to ensure the semantic of gras_msg_handle(i) when i<0, i==0 and i>0

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

16 years agoHandle properly the delay==-1 case (by blocking for ever)
mquinson [Thu, 13 Sep 2007 12:26:49 +0000 (12:26 +0000)]
Handle properly the delay==-1 case (by blocking for ever)

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

16 years agomake the makefile more manageable by splitting variables definitions for each test
mquinson [Thu, 13 Sep 2007 09:20:31 +0000 (09:20 +0000)]
make the makefile more manageable by splitting variables definitions for each test

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

16 years agoSecond step in putting the datadesc tests into their own directory
mquinson [Thu, 13 Sep 2007 08:06:22 +0000 (08:06 +0000)]
Second step in putting the datadesc tests into their own directory

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

16 years agoFirst step in putting the datadesc tests into their own directory
mquinson [Thu, 13 Sep 2007 08:01:05 +0000 (08:01 +0000)]
First step in putting the datadesc tests into their own directory

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

16 years agoremove crap in compound. Parallel tasks are not modeled here anyway...
alegrand [Wed, 12 Sep 2007 16:16:47 +0000 (16:16 +0000)]
remove crap in compound. Parallel tasks are not modeled here anyway...

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

16 years agoconsequence of the global maxmin system removal.
alegrand [Wed, 12 Sep 2007 16:16:16 +0000 (16:16 +0000)]
consequence of the global maxmin system removal.

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

16 years agoremove cruft
alegrand [Wed, 12 Sep 2007 16:10:52 +0000 (16:10 +0000)]
remove cruft

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

16 years agobugfix revealed by making maxmin_system private...
alegrand [Wed, 12 Sep 2007 16:10:41 +0000 (16:10 +0000)]
bugfix revealed by making maxmin_system private...

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

16 years agoDrop tests of the transport layer. The introduction of the receiving thread make...
mquinson [Wed, 12 Sep 2007 15:39:10 +0000 (15:39 +0000)]
Drop tests of the transport layer. The introduction of the receiving thread make them impossible since this dude absolutely expects messages on the socket, and make impossible to exchange raw data as done in these tests. These functionnalities are well tested elsewhere. datadesc_usage tests file sockets, and pretty everyone tests regular sockets

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

16 years agoFinalize the conversion of GRAS tests to TESH
mquinson [Wed, 12 Sep 2007 15:27:41 +0000 (15:27 +0000)]
Finalize the conversion of GRAS tests to TESH

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

16 years agoAdd partial latency support to ptask_L07.
alegrand [Wed, 12 Sep 2007 15:17:24 +0000 (15:17 +0000)]
Add partial latency support to ptask_L07.

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

16 years agoignore binary
mquinson [Wed, 12 Sep 2007 15:17:20 +0000 (15:17 +0000)]
ignore binary

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

16 years agoremove global maxmin system. Every model should use its own. It's cleaner and faster!!!
alegrand [Wed, 12 Sep 2007 15:15:53 +0000 (15:15 +0000)]
remove global maxmin system. Every model should use its own. It's cleaner and faster!!!

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

16 years agoremove global maxmin system. Every model should use its own. It's cleaner and faster!!!
alegrand [Wed, 12 Sep 2007 15:15:17 +0000 (15:15 +0000)]
remove global maxmin system. Every model should use its own. It's cleaner and faster!!!

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

16 years agoremove useless dependency
alegrand [Wed, 12 Sep 2007 15:14:19 +0000 (15:14 +0000)]
remove useless dependency

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

16 years agoRegenerate yet another time the Makefile.in
mquinson [Wed, 12 Sep 2007 15:13:52 +0000 (15:13 +0000)]
Regenerate yet another time the Makefile.in

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