Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
11 years agodon't compile simdag_trace if Tracing is off
suter [Thu, 31 Jan 2013 21:11:46 +0000 (22:11 +0100)]
don't compile simdag_trace if Tracing is off

11 years agoprotect TRACE_sd_dotloader in case Tracing is off
suter [Thu, 31 Jan 2013 20:58:03 +0000 (21:58 +0100)]
protect TRACE_sd_dotloader in case Tracing is off

11 years agoMerge branch 'with_java'
Arnaud Giersch [Thu, 31 Jan 2013 21:05:30 +0000 (22:05 +0100)]
Merge branch 'with_java'

11 years agoAdd CMakeLists.txt for examples/java.
Arnaud Giersch [Thu, 31 Jan 2013 21:00:14 +0000 (22:00 +0100)]
Add CMakeLists.txt for examples/java.

11 years agoUpdate CMakeLists.txt for java_bittorrent.
Arnaud Giersch [Thu, 31 Jan 2013 20:58:36 +0000 (21:58 +0100)]
Update CMakeLists.txt for java_bittorrent.

11 years agoFinal fix for the java-bittorrent example.
Arnaud Giersch [Thu, 31 Jan 2013 20:31:14 +0000 (21:31 +0100)]
Final fix for the java-bittorrent example.

11 years agoCombine the native libraries in simgrid.jar.
Arnaud Giersch [Thu, 31 Jan 2013 20:29:35 +0000 (21:29 +0100)]
Combine the native libraries in simgrid.jar.

11 years agoMove around remaining files from SimGrid-java.
Arnaud Giersch [Thu, 31 Jan 2013 20:24:37 +0000 (21:24 +0100)]
Move around remaining files from SimGrid-java.

11 years agoAdd java-bittorrent example (still not working).
Arnaud Giersch [Thu, 31 Jan 2013 17:59:10 +0000 (18:59 +0100)]
Add java-bittorrent example (still not working).

11 years agoFix warning: [cast] redundant cast to java.lang.String.
Arnaud Giersch [Thu, 31 Jan 2013 16:28:17 +0000 (17:28 +0100)]
Fix warning: [cast] redundant cast to java.lang.String.

11 years agoEnable compile warnings for Java too.
Arnaud Giersch [Thu, 31 Jan 2013 16:27:08 +0000 (17:27 +0100)]
Enable compile warnings for Java too.

11 years agoDon't define variables in header file.!
Arnaud Giersch [Thu, 31 Jan 2013 16:19:45 +0000 (17:19 +0100)]
Don't define variables in header file.!

11 years agoDon't catch exceptions if you don't know what to do after that!
Arnaud Giersch [Thu, 31 Jan 2013 15:56:34 +0000 (16:56 +0100)]
Don't catch exceptions if you don't know what to do after that!

MSG functions should normally not throw any exception.

Fixes warnings about "maybe uninitialized variables".

11 years agoBuild simgrid.jar.
Arnaud Giersch [Thu, 31 Jan 2013 15:11:02 +0000 (16:11 +0100)]
Build simgrid.jar.

11 years agoBuild libSG_java.
Arnaud Giersch [Thu, 31 Jan 2013 13:49:06 +0000 (14:49 +0100)]
Build libSG_java.

11 years agoDefine Java source files.
Arnaud Giersch [Thu, 31 Jan 2013 10:55:23 +0000 (11:55 +0100)]
Define Java source files.

11 years agoThis file is useless now.
Arnaud Giersch [Thu, 31 Jan 2013 10:48:54 +0000 (11:48 +0100)]
This file is useless now.

11 years agoAdd Cmake option "enable_java", and search for required dependencies.
Arnaud Giersch [Thu, 31 Jan 2013 10:47:20 +0000 (11:47 +0100)]
Add Cmake option "enable_java", and search for required dependencies.

11 years agofinal revalidation of this multi-example
suter [Thu, 31 Jan 2013 14:21:49 +0000 (15:21 +0100)]
final revalidation of this multi-example

11 years agomore complicated than expected. should be okay now.
suter [Thu, 31 Jan 2013 14:21:21 +0000 (15:21 +0100)]
more complicated than expected. should be okay now.

11 years agoSimplify the way files are handled
suter [Thu, 31 Jan 2013 13:23:43 +0000 (14:23 +0100)]
Simplify the way files are handled
More debug

11 years agorevalidate that too
suter [Thu, 31 Jan 2013 10:31:42 +0000 (11:31 +0100)]
revalidate that too

11 years agoreally revalide tesh (loader set some categories)
suter [Thu, 31 Jan 2013 10:29:19 +0000 (11:29 +0100)]
really revalide tesh (loader set some categories)

11 years agorevalidate tesh with category dumping
suter [Thu, 31 Jan 2013 10:14:53 +0000 (11:14 +0100)]
revalidate tesh with category dumping

11 years agorevalidate tesh file
suter [Thu, 31 Jan 2013 10:12:03 +0000 (11:12 +0100)]
revalidate tesh file

11 years agouse new category setting function name
suter [Thu, 31 Jan 2013 10:11:50 +0000 (11:11 +0100)]
use new category setting function name

11 years agomake the category setting function public
suter [Thu, 31 Jan 2013 10:08:04 +0000 (11:08 +0100)]
make the category setting function public

11 years agoWarn the user that declaring explicitly 'root' and/or 'end' task in
suter [Thu, 31 Jan 2013 09:55:33 +0000 (10:55 +0100)]
Warn the user that declaring explicitly 'root' and/or 'end' task in
the DOT file will be ignored. These two tasks have to be dummy ones
and are overwritten anyway.
Add debug

11 years agoadd default categories to typed tasks
suter [Thu, 31 Jan 2013 09:53:00 +0000 (10:53 +0100)]
add default categories to typed tasks
remove category set/get functions
dump category if set

11 years agoupdate category setting function name
suter [Thu, 31 Jan 2013 09:50:46 +0000 (10:50 +0100)]
update category setting function name

11 years agoadd global task counter
suter [Thu, 31 Jan 2013 09:49:55 +0000 (10:49 +0100)]
add global task counter
add tracing functions

11 years agoadd a specific file to manage tracing in SimDag
suter [Thu, 31 Jan 2013 09:48:44 +0000 (10:48 +0100)]
add a specific file to manage tracing in SimDag

11 years agoremove set/get category functions. Managed in another way now
suter [Thu, 31 Jan 2013 09:47:42 +0000 (10:47 +0100)]
remove set/get category functions. Managed in another way now

11 years agouse proper header
suter [Thu, 31 Jan 2013 08:57:21 +0000 (09:57 +0100)]
use proper header

11 years agoGenerate a VERSION file with release number during make dist
Paul Bédaride [Thu, 31 Jan 2013 14:46:19 +0000 (15:46 +0100)]
Generate a VERSION file with release number during make dist

11 years agoMerge simgrid-java documentation into simgrid
Paul Bédaride [Thu, 31 Jan 2013 11:43:38 +0000 (12:43 +0100)]
Merge simgrid-java documentation into simgrid

11 years agoUse -x to test for executable.
Arnaud Giersch [Thu, 31 Jan 2013 11:02:23 +0000 (12:02 +0100)]
Use -x to test for executable.

11 years agoAdded xbt_dynar_remove_n_at to remove an n-sized slice from a dynar
Maximiliano Geier [Thu, 31 Jan 2013 10:59:44 +0000 (11:59 +0100)]
Added xbt_dynar_remove_n_at to remove an n-sized slice from a dynar

This function is used to speed up pulling out trace events from the buffer

11 years agoRevert "Add ModelChecker build type"
Paul Bédaride [Thu, 31 Jan 2013 10:14:00 +0000 (11:14 +0100)]
Revert "Add ModelChecker build type"

This reverts commit 07eb7317b31474d0b6702c255741b194dbfd2d6d.

Conflicts:
CMakeLists.txt

11 years agoAdd documentation to create simcalls
Paul Bédaride [Thu, 31 Jan 2013 10:10:02 +0000 (11:10 +0100)]
Add documentation to create simcalls

11 years agoFix XBT_PUBLIC for pid simcall
Paul Bédaride [Thu, 31 Jan 2013 08:10:02 +0000 (09:10 +0100)]
Fix XBT_PUBLIC for pid simcall

11 years agoMove Java sources (Java files) to src/bindings/java/org/.
Arnaud Giersch [Wed, 30 Jan 2013 23:40:51 +0000 (00:40 +0100)]
Move Java sources (Java files) to src/bindings/java/org/.

11 years agoMove Java sources (C files) to src/bindings/java/.
Arnaud Giersch [Wed, 30 Jan 2013 23:33:50 +0000 (00:33 +0100)]
Move Java sources (C files) to src/bindings/java/.

11 years agoMove Java examples to examples/java/.
Arnaud Giersch [Wed, 30 Jan 2013 23:33:02 +0000 (00:33 +0100)]
Move Java examples to examples/java/.

11 years agoIncorporate simgrid-java in simgrid-java/.
Arnaud Giersch [Wed, 30 Jan 2013 22:56:30 +0000 (23:56 +0100)]
Incorporate simgrid-java in simgrid-java/.

In order to keep the history of the simgrid-java repository,
the following procedure was used:
$ git remote add -f java /path/to/simgrid-java.git/
$ git merge -s ours --no-commit java/master
$ git read-tree --prefix src/bindings/java/ -u java/master
$ git commit -m 'Incorporate simgrid-java in simgrid-java/.'

11 years agoAdd (empty) ChangeLog entry for release 3.10.
Arnaud Giersch [Wed, 30 Jan 2013 22:09:34 +0000 (23:09 +0100)]
Add (empty) ChangeLog entry for release 3.10.

11 years agoMerge branch 'v3_9_x'
Arnaud Giersch [Wed, 30 Jan 2013 22:08:46 +0000 (23:08 +0100)]
Merge branch 'v3_9_x'

11 years agoAdd (empty) ChangeLog entry for release 3.9.
Arnaud Giersch [Wed, 30 Jan 2013 22:03:44 +0000 (23:03 +0100)]
Add (empty) ChangeLog entry for release 3.9.

11 years agoIncrease version number.
Arnaud Giersch [Wed, 30 Jan 2013 21:58:06 +0000 (22:58 +0100)]
Increase version number.

11 years agoFix masterslaveDeployment.xml
Paul Bédaride [Wed, 30 Jan 2013 21:53:13 +0000 (22:53 +0100)]
Fix masterslaveDeployment.xml

11 years agoMerge branch 'v3_9_x'
Paul Bédaride [Wed, 30 Jan 2013 21:45:44 +0000 (22:45 +0100)]
Merge branch 'v3_9_x'

11 years agoModify teshs timings
Paul Bédaride [Wed, 30 Jan 2013 18:05:42 +0000 (19:05 +0100)]
Modify teshs timings

11 years agoMerge commit '4df273f15273f959fc9e6ed69d2bf5e607ec9bf7' into HEAD
Paul Bédaride [Wed, 30 Jan 2013 17:20:59 +0000 (18:20 +0100)]
Merge commit '4df273f15273f959fc9e6ed69d2bf5e607ec9bf7' into HEAD

11 years agoMerge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid
Paul Bédaride [Wed, 30 Jan 2013 17:08:19 +0000 (18:08 +0100)]
Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid

11 years agoFix missing proto for PID functions
Paul Bédaride [Wed, 30 Jan 2013 17:08:03 +0000 (18:08 +0100)]
Fix missing proto for PID functions

11 years agoMerge branch 'v3_9_x'
Arnaud Giersch [Wed, 30 Jan 2013 16:15:42 +0000 (17:15 +0100)]
Merge branch 'v3_9_x'

11 years agoMerge remote-tracking branch 'github/master'
Arnaud Giersch [Wed, 30 Jan 2013 16:14:54 +0000 (17:14 +0100)]
Merge remote-tracking branch 'github/master'

11 years agoAdd test for distcheck. v3_9_rc1
Arnaud Giersch [Wed, 30 Jan 2013 15:58:05 +0000 (16:58 +0100)]
Add test for distcheck.

11 years agoAdd script to compare git repository and tardist.
Arnaud Giersch [Wed, 30 Jan 2013 15:52:17 +0000 (16:52 +0100)]
Add script to compare git repository and tardist.

11 years agoAdd file to tardist.
Arnaud Giersch [Wed, 30 Jan 2013 15:51:24 +0000 (16:51 +0100)]
Add file to tardist.

11 years agoRemove old cruft.
Arnaud Giersch [Wed, 30 Jan 2013 15:41:24 +0000 (16:41 +0100)]
Remove old cruft.

11 years agoConsolidate .gitignore files.
Arnaud Giersch [Wed, 30 Jan 2013 15:41:07 +0000 (16:41 +0100)]
Consolidate .gitignore files.

11 years agoRemove unused file.
Arnaud Giersch [Wed, 30 Jan 2013 15:25:30 +0000 (16:25 +0100)]
Remove unused file.

11 years agoThis file does not need to be distributed.
Arnaud Giersch [Wed, 30 Jan 2013 15:22:38 +0000 (16:22 +0100)]
This file does not need to be distributed.

11 years agoMake MSG use SIMIX pids
Paul Bédaride [Wed, 30 Jan 2013 15:18:07 +0000 (16:18 +0100)]
Make MSG use SIMIX pids

11 years agoAdd test for msg pid
Paul Bédaride [Wed, 30 Jan 2013 10:27:42 +0000 (11:27 +0100)]
Add test for msg pid

11 years agoMerge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid
Jonathan Rouzaud-Cornabas [Wed, 30 Jan 2013 13:32:43 +0000 (14:32 +0100)]
Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid

11 years agoMore missing files...
Arnaud Giersch [Wed, 30 Jan 2013 13:06:58 +0000 (14:06 +0100)]
More missing files...

11 years agoMerge branch 'v3_9_x'
Arnaud Giersch [Wed, 30 Jan 2013 11:33:26 +0000 (12:33 +0100)]
Merge branch 'v3_9_x'

11 years agoAdd MSG_task_set_data_size function binding
Jonathan Rouzaud-Cornabas [Wed, 30 Jan 2013 11:30:16 +0000 (12:30 +0100)]
Add MSG_task_set_data_size function binding

11 years agoAdd MSG_task_set_data_size function
Jonathan Rouzaud-Cornabas [Wed, 30 Jan 2013 11:29:58 +0000 (12:29 +0100)]
Add MSG_task_set_data_size function

11 years agoDon't know what this file is for. Just delete it!.
Arnaud Giersch [Wed, 30 Jan 2013 11:25:36 +0000 (12:25 +0100)]
Don't know what this file is for.  Just delete it!.

11 years agoCorreclty distribute the lua/{bittorrent,kademlia} examples.
Arnaud Giersch [Wed, 30 Jan 2013 11:24:23 +0000 (12:24 +0100)]
Correclty distribute the lua/{bittorrent,kademlia} examples.

11 years agoSort file names.
Arnaud Giersch [Wed, 30 Jan 2013 11:20:35 +0000 (12:20 +0100)]
Sort file names.

11 years agoAdd the HelloWorld example to the doc.
Arnaud Giersch [Wed, 30 Jan 2013 11:04:57 +0000 (12:04 +0100)]
Add the HelloWorld example to the doc.

11 years agoAdd more missing files to the archive.
Arnaud Giersch [Wed, 30 Jan 2013 10:59:35 +0000 (11:59 +0100)]
Add more missing files to the archive.

11 years agoRemove remaining trace of chord_before_dsend.
Arnaud Giersch [Wed, 30 Jan 2013 10:54:55 +0000 (11:54 +0100)]
Remove remaining trace of chord_before_dsend.

11 years agoDisable bittorrent/parallel tests in release mode.
Arnaud Giersch [Wed, 30 Jan 2013 10:45:39 +0000 (11:45 +0100)]
Disable bittorrent/parallel tests in release mode.

These tests are known to fail *sometimes*.  Define environment variable SG_EXENV to
"true", so that the tests fail consistently, and "make distcheck" succeeds.

11 years agoImprove message.
Arnaud Giersch [Wed, 30 Jan 2013 10:09:13 +0000 (11:09 +0100)]
Improve message.

11 years agoFile looks unused too. Remove it.
Arnaud Giersch [Wed, 30 Jan 2013 09:58:44 +0000 (10:58 +0100)]
File looks unused too.  Remove it.

11 years agoAdd more missing files to the archive.
Arnaud Giersch [Wed, 30 Jan 2013 09:33:13 +0000 (10:33 +0100)]
Add more missing files to the archive.

11 years agoSort file names.
Arnaud Giersch [Wed, 30 Jan 2013 09:33:13 +0000 (10:33 +0100)]
Sort file names.

11 years agoRemove now unused file.
Arnaud Giersch [Wed, 30 Jan 2013 09:10:59 +0000 (10:10 +0100)]
Remove now unused file.

11 years agoThis file looks unused.
Arnaud Giersch [Tue, 29 Jan 2013 20:45:55 +0000 (21:45 +0100)]
This file looks unused.

11 years agoRemove "verbose" flag from tar generation.
Arnaud Giersch [Wed, 30 Jan 2013 01:11:21 +0000 (02:11 +0100)]
Remove "verbose" flag from tar generation.

11 years agoMerge remote-tracking branch 'github/master'
Arnaud Giersch [Wed, 30 Jan 2013 01:05:46 +0000 (02:05 +0100)]
Merge remote-tracking branch 'github/master'

11 years agoAlso include generated doc in archive.
Arnaud Giersch [Wed, 30 Jan 2013 00:26:05 +0000 (01:26 +0100)]
Also include generated doc in archive.

11 years agoMerge branch 'v3_9_x'
Arnaud Giersch [Wed, 30 Jan 2013 00:17:26 +0000 (01:17 +0100)]
Merge branch 'v3_9_x'

11 years agoInstall doc in doc/simgrid.
Arnaud Giersch [Wed, 30 Jan 2013 00:14:14 +0000 (01:14 +0100)]
Install doc in doc/simgrid.

11 years agomore verbose message
Martin Quinson [Wed, 30 Jan 2013 00:07:23 +0000 (01:07 +0100)]
more verbose message

11 years agoSet a fixed seed for srand and srand48
Paul Bédaride [Wed, 30 Jan 2013 00:05:25 +0000 (01:05 +0100)]
Set a fixed seed for srand and srand48

11 years agoPrepare files for next release.
Arnaud Giersch [Tue, 29 Jan 2013 23:43:17 +0000 (00:43 +0100)]
Prepare files for next release.

11 years agoMerge branch 'v3_9_x'
Arnaud Giersch [Tue, 29 Jan 2013 23:55:52 +0000 (00:55 +0100)]
Merge branch 'v3_9_x'

11 years agoAdd dsendBounded + sendBounded with timeout
Jonathan Rouzaud-Cornabas [Tue, 29 Jan 2013 23:45:52 +0000 (00:45 +0100)]
Add dsendBounded + sendBounded with timeout

11 years agoMerge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid
Jonathan Rouzaud-Cornabas [Tue, 29 Jan 2013 23:25:21 +0000 (00:25 +0100)]
Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid

11 years agoAdd dsend_bounded send_with_timeout_bounded
Jonathan Rouzaud-Cornabas [Tue, 29 Jan 2013 23:25:05 +0000 (00:25 +0100)]
Add dsend_bounded send_with_timeout_bounded

11 years agoMerge branch 'v3_9_x' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid into v3_9_x
Martin Quinson [Tue, 29 Jan 2013 23:08:30 +0000 (00:08 +0100)]
Merge branch 'v3_9_x' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid into v3_9_x

11 years agoMerge branch 'v3_9_x'
Arnaud Giersch [Tue, 29 Jan 2013 22:52:23 +0000 (23:52 +0100)]
Merge branch 'v3_9_x'

11 years agobunch of files missing from the archive, breaking the tests
Martin Quinson [Tue, 29 Jan 2013 22:36:26 +0000 (23:36 +0100)]
bunch of files missing from the archive, breaking the tests

11 years agoStorage parsing skip empty line
Paul Bédaride [Tue, 29 Jan 2013 21:18:20 +0000 (22:18 +0100)]
Storage parsing skip empty line