Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
14 years agoMake doc coorection.
navarrop [Wed, 24 Mar 2010 12:35:29 +0000 (12:35 +0000)]
Make doc coorection.

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

14 years agoAdd make html command to cmake.
navarrop [Wed, 24 Mar 2010 10:39:41 +0000 (10:39 +0000)]
Add make html command to cmake.

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

14 years ago"new ruby host method"
coldpeace [Wed, 24 Mar 2010 09:26:39 +0000 (09:26 +0000)]
"new ruby host method"

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

14 years agoRename MSG_TIMEOUT_FAILURE into MSG_TIMEOUT
coldpeace [Wed, 24 Mar 2010 09:17:47 +0000 (09:17 +0000)]
Rename MSG_TIMEOUT_FAILURE into MSG_TIMEOUT

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

14 years agoRename MSG_TIMEOUT_FAILURE into MSG_TIMEOUT for sake of logic
mquinson [Tue, 23 Mar 2010 22:00:23 +0000 (22:00 +0000)]
Rename MSG_TIMEOUT_FAILURE into MSG_TIMEOUT for sake of logic

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

14 years agoDocument the fact that lua works, and some facts about java
mquinson [Tue, 23 Mar 2010 22:00:02 +0000 (22:00 +0000)]
Document the fact that lua works, and some facts about java

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

14 years agoLua works!
mquinson [Tue, 23 Mar 2010 21:49:56 +0000 (21:49 +0000)]
Lua works!
I don't even have to write a context mechanism. Lua vm's fine with
having swapcontextes changing the world around it. It's also fine with
threads doing so, as long as they dont do it at the exact same time
(but we're just fine in SimGrid).

Some more cleanups are needed, I guess.

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

14 years agoFix the commit introducing MSG_task_ref by actually introducing it, not only its...
mquinson [Tue, 23 Mar 2010 21:49:36 +0000 (21:49 +0000)]
Fix the commit introducing MSG_task_ref by actually introducing it, not only its prototype

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

14 years agouse local variable in each user code so that they don't get intermixed with each...
mquinson [Tue, 23 Mar 2010 21:49:16 +0000 (21:49 +0000)]
use local variable in each user code so that they don't get intermixed with each other

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

14 years agotry to get it compiling with paranoid gcc flags
mquinson [Tue, 23 Mar 2010 21:48:56 +0000 (21:48 +0000)]
try to get it compiling with paranoid gcc flags

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

14 years agoadd a dangerous MSG_task_ref() needed by lua to not free tasks twice when they get...
mquinson [Tue, 23 Mar 2010 21:48:35 +0000 (21:48 +0000)]
add a dangerous MSG_task_ref() needed by lua to not free tasks twice when they get release by the GC

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

14 years agoAdd files to .gitignore and add a command line to FAQ.
navarrop [Tue, 23 Mar 2010 16:49:30 +0000 (16:49 +0000)]
Add files to .gitignore and add a command line to FAQ.

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

14 years agoAdd a -I flag for lua.
navarrop [Tue, 23 Mar 2010 16:42:14 +0000 (16:42 +0000)]
Add a -I flag for lua.

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

14 years agoignore timing errors since they are really useless
mquinson [Tue, 23 Mar 2010 15:52:45 +0000 (15:52 +0000)]
ignore timing errors since they are really useless

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

14 years agoStupid typo
mquinson [Tue, 23 Mar 2010 15:52:35 +0000 (15:52 +0000)]
Stupid typo

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

14 years agolame attempt to fix it, but I guess I should remove it and use ctest now
mquinson [Tue, 23 Mar 2010 15:52:33 +0000 (15:52 +0000)]
lame attempt to fix it, but I guess I should remove it and use ctest now

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

14 years agoUpdate sources for java.
navarrop [Tue, 23 Mar 2010 15:12:29 +0000 (15:12 +0000)]
Update sources for java.

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

14 years agoTake into account the new cmake infrastructure plus some other files that had not...
navarrop [Tue, 23 Mar 2010 15:12:28 +0000 (15:12 +0000)]
Take into account the new cmake infrastructure plus some other files that had not be added here yet.

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

14 years agoRemove automatically generated files.
navarrop [Tue, 23 Mar 2010 15:12:28 +0000 (15:12 +0000)]
Remove automatically generated files.

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

14 years agomake git happy with cmake
mquinson [Tue, 23 Mar 2010 14:44:01 +0000 (14:44 +0000)]
make git happy with cmake

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

14 years agoAdd to cmake a file that I just added to the source tree
mquinson [Tue, 23 Mar 2010 14:43:50 +0000 (14:43 +0000)]
Add to cmake a file that I just added to the source tree

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

14 years agobegin conversion of lua contextes to sysv ones to ensure that we can yield C code
mquinson [Tue, 23 Mar 2010 14:43:48 +0000 (14:43 +0000)]
begin conversion of lua contextes to sysv ones to ensure that we can yield C code

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

14 years agoMake the sysv context mechanism inheritable (lua will do so)
mquinson [Tue, 23 Mar 2010 14:43:38 +0000 (14:43 +0000)]
Make the sysv context mechanism inheritable (lua will do so)

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

14 years agoSanitize the includes of context objects declarations (was dupplicated and a bit...
mquinson [Tue, 23 Mar 2010 14:43:36 +0000 (14:43 +0000)]
Sanitize the includes of context objects declarations (was dupplicated and a bit too public)

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

14 years agoRemove useless files.
navarrop [Tue, 23 Mar 2010 14:30:49 +0000 (14:30 +0000)]
Remove useless files.

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

14 years agoMassive mv to use cmake as the default compilation infrastructure.
navarrop [Tue, 23 Mar 2010 14:30:46 +0000 (14:30 +0000)]
Massive mv to use cmake as the default compilation infrastructure.

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

14 years agoRename gras_config.h.in to c_gras_config.h.in in order to avoid a conflict with autotools
navarrop [Tue, 23 Mar 2010 14:30:35 +0000 (14:30 +0000)]
Rename gras_config.h.in to c_gras_config.h.in in order to avoid a conflict with autotools

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

14 years agoOops. Forgot to commit these ones
genaud [Tue, 23 Mar 2010 14:20:55 +0000 (14:20 +0000)]
Oops. Forgot to commit these ones

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

14 years agobummer. Let's add all the needed files to the svn (sorry)
mquinson [Tue, 23 Mar 2010 13:15:13 +0000 (13:15 +0000)]
bummer. Let's add all the needed files to the svn (sorry)

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

14 years agoMPI_MAXLOC & MPI_MINLOC + all associated datatype MPI_DOUBLE_INT, MPI_FLOAT_INT,...
genaud [Tue, 23 Mar 2010 13:00:45 +0000 (13:00 +0000)]
MPI_MAXLOC & MPI_MINLOC + all associated datatype MPI_DOUBLE_INT, MPI_FLOAT_INT, etc.

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

14 years agowarning unused variable i prevent from building
genaud [Tue, 23 Mar 2010 12:59:56 +0000 (12:59 +0000)]
warning unused variable i prevent from building

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

14 years ago- implemented MPI_MAXLOC & MPI_MINLOC in operations
genaud [Tue, 23 Mar 2010 12:59:10 +0000 (12:59 +0000)]
- implemented MPI_MAXLOC & MPI_MINLOC in operations
- added fields _count and _cancelled to MPI_Status struct
- implemented MPI_Get_count()

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

14 years agoFix last commit of Medhi so that the Java bindings still commit
mquinson [Tue, 23 Mar 2010 12:38:30 +0000 (12:38 +0000)]
Fix last commit of Medhi so that the Java bindings still commit

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

14 years agoImport reorganization (thanks eclipse)
mquinson [Tue, 23 Mar 2010 12:38:28 +0000 (12:38 +0000)]
Import reorganization (thanks eclipse)

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

14 years agoFactorize a lot of code in context factories through a proper object implementation
mquinson [Tue, 23 Mar 2010 12:26:32 +0000 (12:26 +0000)]
Factorize a lot of code in context factories through a proper object implementation

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

14 years agoKill MSG_WARNING and MSG_FATAL return codes
mquinson [Tue, 23 Mar 2010 12:26:29 +0000 (12:26 +0000)]
Kill MSG_WARNING and MSG_FATAL return codes

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

14 years agoKill MSG_WARNING and MSG_FATAL return codes
mquinson [Tue, 23 Mar 2010 12:26:26 +0000 (12:26 +0000)]
Kill MSG_WARNING and MSG_FATAL return codes

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

14 years agoremoving NativeExpection and adding others
coldpeace [Tue, 23 Mar 2010 10:43:36 +0000 (10:43 +0000)]
removing NativeExpection and adding others

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

14 years agoplease add path to MakeFile
coldpeace [Tue, 23 Mar 2010 10:42:57 +0000 (10:42 +0000)]
please add path to MakeFile

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

14 years agoJava sources.
navarrop [Tue, 23 Mar 2010 09:11:40 +0000 (09:11 +0000)]
Java sources.

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

14 years agomore verbose on error
mquinson [Tue, 23 Mar 2010 00:50:35 +0000 (00:50 +0000)]
more verbose on error

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

14 years agofixes to make dist
mquinson [Tue, 23 Mar 2010 00:50:14 +0000 (00:50 +0000)]
fixes to make dist

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

14 years agokill arg 'old_ctx' of function resume in context factory. Was only used when killing...
mquinson [Tue, 23 Mar 2010 00:49:54 +0000 (00:49 +0000)]
kill arg 'old_ctx' of function resume in context factory. Was only used when killing a process, and no binding implemented this correctly (since it was not natural)

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

14 years agoreimplement SIMIX_process_kill() without SIMIX_process_schedule() so that the latter...
mquinson [Tue, 23 Mar 2010 00:49:34 +0000 (00:49 +0000)]
reimplement SIMIX_process_kill() without SIMIX_process_schedule() so that the latter can take as invariant that it is called from maestro

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

14 years agoMerge context_start into context_new to simplify the soup
mquinson [Tue, 23 Mar 2010 00:49:14 +0000 (00:49 +0000)]
Merge context_start into context_new to simplify the soup

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

14 years agoadded MPI_Get_processor_name()
genaud [Mon, 22 Mar 2010 23:03:53 +0000 (23:03 +0000)]
added MPI_Get_processor_name()

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

14 years agofurther cleanups of the java bindings
mquinson [Mon, 22 Mar 2010 17:19:15 +0000 (17:19 +0000)]
further cleanups of the java bindings

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

14 years agoUse nanosecond timers if found
mquinson [Mon, 22 Mar 2010 16:29:22 +0000 (16:29 +0000)]
Use nanosecond timers if found

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

14 years agoHost Methods
coldpeace [Mon, 22 Mar 2010 16:27:02 +0000 (16:27 +0000)]
Host Methods

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

14 years agoCorrection of a bug.
navarrop [Mon, 22 Mar 2010 10:44:47 +0000 (10:44 +0000)]
Correction of a bug.

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

14 years agoBy default active lua and ruby.
navarrop [Mon, 22 Mar 2010 10:28:48 +0000 (10:28 +0000)]
By default active lua and ruby.

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

14 years agoSecond try at lua. Still does not work: I get a 'attempt to yield across metamethod...
mquinson [Mon, 22 Mar 2010 10:09:51 +0000 (10:09 +0000)]
Second try at lua. Still does not work: I get a 'attempt to yield across metamethod/C-call boundary' error...

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

14 years agovarious cosmetics improvements
mquinson [Mon, 22 Mar 2010 10:09:49 +0000 (10:09 +0000)]
various cosmetics improvements

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

14 years agoMore informative error message
mquinson [Mon, 22 Mar 2010 10:09:39 +0000 (10:09 +0000)]
More informative error message

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

14 years agoless printfs, more proper debug
mquinson [Mon, 22 Mar 2010 10:09:37 +0000 (10:09 +0000)]
less printfs, more proper debug

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

14 years agomore robustness in the code by not ignoring situations that we don't now how to deal...
mquinson [Mon, 22 Mar 2010 10:09:26 +0000 (10:09 +0000)]
more robustness in the code by not ignoring situations that we don't now how to deal with (instead, die loudly)

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

14 years agotypo--
mquinson [Mon, 22 Mar 2010 10:09:24 +0000 (10:09 +0000)]
typo--

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

14 years agokill dead code, and unallocate argv
mquinson [Mon, 22 Mar 2010 10:09:14 +0000 (10:09 +0000)]
kill dead code, and unallocate argv

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

14 years agotiny improvement of error messages
mquinson [Mon, 22 Mar 2010 10:09:12 +0000 (10:09 +0000)]
tiny improvement of error messages

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

14 years agoOne more FIXME to achieve for code simplification
mquinson [Mon, 22 Mar 2010 10:09:02 +0000 (10:09 +0000)]
One more FIXME to achieve for code simplification

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

14 years agotiny improvement of error messages
mquinson [Mon, 22 Mar 2010 10:09:00 +0000 (10:09 +0000)]
tiny improvement of error messages

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

14 years agotiny optimizations
mquinson [Mon, 22 Mar 2010 10:08:49 +0000 (10:08 +0000)]
tiny optimizations

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

14 years agoremove typos
mquinson [Mon, 22 Mar 2010 10:08:47 +0000 (10:08 +0000)]
remove typos

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

14 years agoreduce verbosity: debug is almost over
mquinson [Mon, 22 Mar 2010 10:08:37 +0000 (10:08 +0000)]
reduce verbosity: debug is almost over

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

14 years agouse small_platform.xml here
mquinson [Mon, 22 Mar 2010 10:08:35 +0000 (10:08 +0000)]
use small_platform.xml here

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

14 years agoJava doesn't work on MAC for the moment...
navarrop [Mon, 22 Mar 2010 09:41:47 +0000 (09:41 +0000)]
Java doesn't work on MAC for the moment...

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

14 years agogit-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7279 48e7efb5...
coldpeace [Fri, 19 Mar 2010 16:27:31 +0000 (16:27 +0000)]
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7279 48e7efb5-ca39-0410-a469-dd3cf9ba447f

14 years agoRuby Msg Binding : new Methods and new Example
coldpeace [Fri, 19 Mar 2010 16:27:02 +0000 (16:27 +0000)]
Ruby Msg Binding : new Methods and new Example

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

14 years agoMaybe this time I got it right.
pini [Fri, 19 Mar 2010 16:20:34 +0000 (16:20 +0000)]
Maybe this time I got it right.

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

14 years agoWe want the output for rank 0 as well...
pini [Fri, 19 Mar 2010 14:07:11 +0000 (14:07 +0000)]
We want the output for rank 0 as well...

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

14 years agoFix bugs in SMPE.
pini [Fri, 19 Mar 2010 12:30:20 +0000 (12:30 +0000)]
Fix bugs in SMPE.

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

14 years agoMake SMPE's output to look more like clog2_print's one
pini [Thu, 18 Mar 2010 20:36:13 +0000 (20:36 +0000)]
Make SMPE's output to look more like clog2_print's one

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

14 years agoVerif lua with Darwin.
navarrop [Thu, 18 Mar 2010 16:36:26 +0000 (16:36 +0000)]
Verif lua with Darwin.

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

14 years agogit-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7272 48e7efb5...
coldpeace [Thu, 18 Mar 2010 16:29:03 +0000 (16:29 +0000)]
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7272 48e7efb5-ca39-0410-a469-dd3cf9ba447f

14 years agogit-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7271 48e7efb5...
coldpeace [Thu, 18 Mar 2010 16:26:59 +0000 (16:26 +0000)]
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7271 48e7efb5-ca39-0410-a469-dd3cf9ba447f

14 years agosimple example ruby using simdag (first tests)
coldpeace [Thu, 18 Mar 2010 16:23:40 +0000 (16:23 +0000)]
simple example ruby using simdag (first tests)

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

14 years agoFAQ and remove a test properties.
navarrop [Thu, 18 Mar 2010 14:16:33 +0000 (14:16 +0000)]
FAQ and remove a test properties.

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

14 years agoAdd subsection to FAQ.
navarrop [Wed, 17 Mar 2010 18:09:42 +0000 (18:09 +0000)]
Add subsection to FAQ.

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

14 years agorename TimeoutFailureException to TimeoutException
coldpeace [Wed, 17 Mar 2010 16:05:17 +0000 (16:05 +0000)]
rename TimeoutFailureException to TimeoutException

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

14 years agoinitiate the release cycle for 3.3.5 (and let's see if everybody is UTF clean around ;)
mquinson [Wed, 17 Mar 2010 13:37:12 +0000 (13:37 +0000)]
initiate the release cycle for 3.3.5 (and let's see if everybody is UTF clean around ;)

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

14 years agoRevalidate the timings: Initial and Final tasks are now empty, and thus lead to no...
mquinson [Wed, 17 Mar 2010 11:32:14 +0000 (11:32 +0000)]
Revalidate the timings: Initial and Final tasks are now empty, and thus lead to no time shift

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

14 years agofix the examples now that they can throw potentially more exception types
mquinson [Wed, 17 Mar 2010 11:22:47 +0000 (11:22 +0000)]
fix the examples now that they can throw potentially more exception types

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

14 years agorename TimeoutFailureException to TimeoutException
mquinson [Wed, 17 Mar 2010 11:22:36 +0000 (11:22 +0000)]
rename TimeoutFailureException to TimeoutException

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

14 years agoAdd the new exceptions to the build chain
mquinson [Wed, 17 Mar 2010 11:22:34 +0000 (11:22 +0000)]
Add the new exceptions to the build chain

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

14 years agomissing exceptions
coldpeace [Wed, 17 Mar 2010 10:36:30 +0000 (10:36 +0000)]
missing exceptions

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

14 years agoAAAAh. let's try to fix the fix of a fix. Correctly if possible
mquinson [Wed, 17 Mar 2010 10:21:31 +0000 (10:21 +0000)]
AAAAh. let's try to fix the fix of a fix. Correctly if possible

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

14 years agoAnd now, a version that compiles, bummer (load the right includes, even if they are...
mquinson [Wed, 17 Mar 2010 10:20:25 +0000 (10:20 +0000)]
And now, a version that compiles, bummer (load the right includes, even if they are internals because part of simix. Not clean but works)

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

14 years agorelease_forever is supposed to open the latch. Let's do so
mquinson [Wed, 17 Mar 2010 10:20:23 +0000 (10:20 +0000)]
release_forever is supposed to open the latch. Let's do so

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

14 years agoImplement the barrier action of MSG actions
mquinson [Wed, 17 Mar 2010 10:03:26 +0000 (10:03 +0000)]
Implement the barrier action of MSG actions

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

14 years agoadd a SIMIX_sem_get_capacity() function
mquinson [Wed, 17 Mar 2010 10:03:24 +0000 (10:03 +0000)]
add a SIMIX_sem_get_capacity() function

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

14 years agooptimize: strings that are only used on debug should only get computed when debug...
mquinson [Wed, 17 Mar 2010 09:30:02 +0000 (09:30 +0000)]
optimize: strings that are only used on debug should only get computed when debug is enabled

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

14 years agotell the user how to get the lua bindings in configure status message
mquinson [Wed, 17 Mar 2010 09:30:00 +0000 (09:30 +0000)]
tell the user how to get the lua bindings in configure status message

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

14 years agodetailed output messages if MSG_task_send failed
coldpeace [Mon, 15 Mar 2010 13:30:40 +0000 (13:30 +0000)]
detailed output messages if MSG_task_send failed

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

14 years agoFAQ update for Cmake.
navarrop [Mon, 15 Mar 2010 10:47:52 +0000 (10:47 +0000)]
FAQ update for Cmake.

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

14 years agogit-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7251 48e7efb5...
coldpeace [Mon, 15 Mar 2010 10:41:51 +0000 (10:41 +0000)]
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7251 48e7efb5-ca39-0410-a469-dd3cf9ba447f

14 years agothrow the right exception corresponding to TimeoutFailureException
coldpeace [Mon, 15 Mar 2010 10:40:39 +0000 (10:40 +0000)]
throw the right exception corresponding to TimeoutFailureException

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

14 years agogit-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7249 48e7efb5...
coldpeace [Mon, 15 Mar 2010 10:07:28 +0000 (10:07 +0000)]
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7249 48e7efb5-ca39-0410-a469-dd3cf9ba447f

14 years agothrow the right exception corresponding to HostFailureException, TransferFailureException
coldpeace [Mon, 15 Mar 2010 10:04:41 +0000 (10:04 +0000)]
throw the right exception corresponding to HostFailureException, TransferFailureException

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

14 years agoExpand space-separated values of --log and --cfg arguments.
pini [Sat, 13 Mar 2010 17:19:59 +0000 (17:19 +0000)]
Expand space-separated values of --log and --cfg arguments.

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

14 years agoPlug the memleak of smx_rdv_t
pini [Sat, 13 Mar 2010 16:24:03 +0000 (16:24 +0000)]
Plug the memleak of smx_rdv_t

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