Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
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 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 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

11 years agoActually, we run tests to see the problems when they exist
Martin Quinson [Tue, 29 Jan 2013 21:04:34 +0000 (22:04 +0100)]
Actually, we run tests to see the problems when they exist

11 years agoread the 'how to release' page
Martin Quinson [Tue, 29 Jan 2013 21:01:19 +0000 (22:01 +0100)]
read the 'how to release' page

11 years agothis file got renamed in the tesh
Martin Quinson [Tue, 29 Jan 2013 21:00:26 +0000 (22:00 +0100)]
this file got renamed in the tesh

11 years agoFix kademlia node sort
Paul Bédaride [Tue, 29 Jan 2013 17:51:08 +0000 (18:51 +0100)]
Fix kademlia node sort

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 21:24:30 +0000 (22:24 +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' of github.com:mquinson/simgrid into v3_9_x
Paul Bédaride [Tue, 29 Jan 2013 21:22:41 +0000 (22:22 +0100)]
Merge branch 'v3_9_x' of github.com:mquinson/simgrid into v3_9_x

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

11 years agoAdd missing tesh files to the archive.
Arnaud Giersch [Tue, 29 Jan 2013 21:08:05 +0000 (22:08 +0100)]
Add missing tesh files to the archive.

11 years agoAdd missing tesh files to the archive.
Arnaud Giersch [Tue, 29 Jan 2013 21:08:05 +0000 (22:08 +0100)]
Add missing tesh files to the archive.

11 years agoActually, we run tests to see the problems when they exist
Martin Quinson [Tue, 29 Jan 2013 21:04:34 +0000 (22:04 +0100)]
Actually, we run tests to see the problems when they exist

11 years agoread the 'how to release' page
Martin Quinson [Tue, 29 Jan 2013 21:01:19 +0000 (22:01 +0100)]
read the 'how to release' page

11 years agothis file got renamed in the tesh
Martin Quinson [Tue, 29 Jan 2013 21:00:26 +0000 (22:00 +0100)]
this file got renamed in the tesh

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 agoFix kademlia node sort
Paul Bédaride [Tue, 29 Jan 2013 17:51:08 +0000 (18:51 +0100)]
Fix kademlia node sort

11 years agoget ready for the release
Martin Quinson [Tue, 29 Jan 2013 18:41:23 +0000 (19:41 +0100)]
get ready for the release

11 years agoget ready for the release
Martin Quinson [Tue, 29 Jan 2013 18:41:23 +0000 (19:41 +0100)]
get ready for the release

11 years agooups! forgot to rest some parts ...
suter [Tue, 29 Jan 2013 18:18:17 +0000 (19:18 +0100)]
oups! forgot to rest some parts ...

11 years agoThe tutorials were moved on the website
Martin Quinson [Tue, 29 Jan 2013 17:18:10 +0000 (18:18 +0100)]
The tutorials were moved on the website

11 years agoMerge branch 'master' of 192.168.8.160:/git/simgrid
Paul Bédaride [Tue, 29 Jan 2013 18:29:08 +0000 (19:29 +0100)]
Merge branch 'master' of 192.168.8.160:/git/simgrid

11 years agoThe tutorials were moved on the website
Martin Quinson [Tue, 29 Jan 2013 17:18:10 +0000 (18:18 +0100)]
The tutorials were moved on the website

11 years agooups! forgot to rest some parts ...
suter [Tue, 29 Jan 2013 18:18:17 +0000 (19:18 +0100)]
oups! forgot to rest some parts ...

11 years agoAdd missing files.
Arnaud Giersch [Tue, 29 Jan 2013 17:21:42 +0000 (18:21 +0100)]
Add missing files.

11 years agoSort file names.
Arnaud Giersch [Tue, 29 Jan 2013 17:15:50 +0000 (18:15 +0100)]
Sort file names.

11 years agoAlso make simgrid_documentation whith distcheck.
Arnaud Giersch [Tue, 29 Jan 2013 17:12:34 +0000 (18:12 +0100)]
Also make simgrid_documentation whith distcheck.

11 years agoAdd msg-tuto-src to doc sources.
Arnaud Giersch [Tue, 29 Jan 2013 17:00:04 +0000 (18:00 +0100)]
Add msg-tuto-src to doc sources.

11 years agoAdd missing files.
Arnaud Giersch [Tue, 29 Jan 2013 17:21:42 +0000 (18:21 +0100)]
Add missing files.

11 years agoSort file names.
Arnaud Giersch [Tue, 29 Jan 2013 17:15:50 +0000 (18:15 +0100)]
Sort file names.

11 years agoAlso make simgrid_documentation whith distcheck.
Arnaud Giersch [Tue, 29 Jan 2013 17:12:34 +0000 (18:12 +0100)]
Also make simgrid_documentation whith distcheck.

11 years agoAdd msg-tuto-src to doc sources.
Arnaud Giersch [Tue, 29 Jan 2013 17:00:04 +0000 (18:00 +0100)]
Add msg-tuto-src to doc sources.

11 years agoFix kademlia node sort
Paul Bédaride [Tue, 29 Jan 2013 17:51:08 +0000 (18:51 +0100)]
Fix kademlia node sort

11 years agoimprove a comment in a little corner
Martin Quinson [Tue, 29 Jan 2013 16:52:14 +0000 (17:52 +0100)]
improve a comment in a little corner

11 years agorefuse to compile in maintainer mode if flexml is not recent enough
Martin Quinson [Tue, 29 Jan 2013 16:08:53 +0000 (17:08 +0100)]
refuse to compile in maintainer mode if flexml is not recent enough

11 years agoTest is known to fail.
Arnaud Giersch [Tue, 29 Jan 2013 16:41:02 +0000 (17:41 +0100)]
Test is known to fail.