Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
10 years agoBugfix
Lionel [Thu, 6 Jun 2013 22:55:03 +0000 (00:55 +0200)]
Bugfix

10 years agoFix exception handling in Java semaphores
Lionel [Thu, 6 Jun 2013 22:20:02 +0000 (00:20 +0200)]
Fix exception handling in Java semaphores

10 years agoBugfix in semaphore code
Lionel [Thu, 6 Jun 2013 21:44:36 +0000 (23:44 +0200)]
Bugfix in semaphore code

10 years agoAdd correct headers for Java exports
Lionel [Thu, 6 Jun 2013 21:44:14 +0000 (23:44 +0200)]
Add correct headers for Java exports

10 years agoMerge branch 'hypervisor' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid...
Paul Bédaride [Thu, 6 Jun 2013 21:33:40 +0000 (23:33 +0200)]
Merge branch 'hypervisor' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid into hypervisor

10 years agoAdd msg As getModel and GetHosts
Paul Bédaride [Thu, 6 Jun 2013 21:33:25 +0000 (23:33 +0200)]
Add msg As getModel and GetHosts

10 years agoBugfix
Lionel [Thu, 6 Jun 2013 21:29:34 +0000 (23:29 +0200)]
Bugfix

10 years agoAn example to test MSG semaphores
Lionel [Thu, 6 Jun 2013 21:16:42 +0000 (23:16 +0200)]
An example to test MSG semaphores

10 years agoUpdate ChangeLog for Semaphores in Java
Lionel [Thu, 6 Jun 2013 19:59:47 +0000 (21:59 +0200)]
Update ChangeLog for Semaphores in Java

10 years agoMerge branch 'hypervisor' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid...
Lionel [Thu, 6 Jun 2013 19:53:08 +0000 (21:53 +0200)]
Merge branch 'hypervisor' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid into hypervisor

10 years agoAdd missing files
Paul Bédaride [Thu, 6 Jun 2013 19:51:32 +0000 (21:51 +0200)]
Add missing files

10 years agoAdded Semaphore visibility to the Java bindings
Lionel [Thu, 6 Jun 2013 19:40:44 +0000 (21:40 +0200)]
Added Semaphore visibility to the Java bindings

10 years agoMake semaphores visible from MSG
Lionel [Thu, 6 Jun 2013 19:48:59 +0000 (21:48 +0200)]
Make semaphores visible from MSG

Conflicts:

ChangeLog

10 years agoMerge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid
Lionel [Thu, 6 Jun 2013 19:43:26 +0000 (21:43 +0200)]
Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid

10 years agoAdded Semaphore visibility to the Java bindings
Lionel [Thu, 6 Jun 2013 19:40:44 +0000 (21:40 +0200)]
Added Semaphore visibility to the Java bindings

10 years agorevalidate
suter [Thu, 6 Jun 2013 19:36:13 +0000 (21:36 +0200)]
revalidate

10 years agosetting result help to propogate it
suter [Thu, 6 Jun 2013 19:30:49 +0000 (21:30 +0200)]
setting result help to propogate it

10 years agono need to free the file descriptor when you just want the file size
suter [Thu, 6 Jun 2013 17:23:11 +0000 (19:23 +0200)]
no need to free the file descriptor when you just want the file size
... have to think harder when copy/pasting

10 years agostream to fd
suter [Thu, 6 Jun 2013 17:22:00 +0000 (19:22 +0200)]
stream to fd

10 years agocopy/paste error
suter [Thu, 6 Jun 2013 17:07:18 +0000 (19:07 +0200)]
copy/paste error

10 years agofp => fd (for file descriptor)
suter [Thu, 6 Jun 2013 17:05:56 +0000 (19:05 +0200)]
fp => fd (for file descriptor)

10 years agoAdd AS support in MSG and java bindings
Paul Bédaride [Thu, 6 Jun 2013 16:57:26 +0000 (18:57 +0200)]
Add AS support in MSG and java bindings

10 years agoWow, I wrote a simcall! 11 files to modify to do a simple get_size on a
suter [Thu, 6 Jun 2013 16:40:06 +0000 (18:40 +0200)]
Wow, I wrote a simcall! 11 files to modify to do a simple get_size on a
file ...

10 years agounsigned long to size_t
suter [Thu, 6 Jun 2013 15:52:32 +0000 (17:52 +0200)]
unsigned long to size_t

10 years agoadd a function to retrieve the size of an msg_file_t
suter [Thu, 6 Jun 2013 15:27:05 +0000 (17:27 +0200)]
add a function to retrieve the size of an msg_file_t

10 years agoMake semaphores visible from MSG
Martin Quinson [Thu, 6 Jun 2013 16:21:24 +0000 (18:21 +0200)]
Make semaphores visible from MSG

10 years agoadd comments
Takahiro Hirofuchi [Thu, 6 Jun 2013 14:54:45 +0000 (16:54 +0200)]
add comments

10 years agofix a compilation error and update an example
Takahiro Hirofuchi [Thu, 6 Jun 2013 13:37:50 +0000 (15:37 +0200)]
fix a compilation error and update an example

10 years agoExport setAsyncMailbox to Java world
Lionel [Thu, 6 Jun 2013 13:05:54 +0000 (15:05 +0200)]
Export setAsyncMailbox to Java world

10 years agoadd a missing file and add MSG_vm_set_bound
Takahiro Hirofuchi [Thu, 6 Jun 2013 12:59:53 +0000 (14:59 +0200)]
add a missing file and add MSG_vm_set_bound

10 years agomore cleanups related to stat on files
suter [Thu, 6 Jun 2013 08:31:04 +0000 (10:31 +0200)]
more cleanups related to stat on files

10 years agono more stat structure
suter [Thu, 6 Jun 2013 08:28:17 +0000 (10:28 +0200)]
no more stat structure

10 years agofile_stat.h has been removed
suter [Thu, 6 Jun 2013 08:25:23 +0000 (10:25 +0200)]
file_stat.h has been removed

10 years agoremove references to an include file that doesn't exist anymore
suter [Thu, 6 Jun 2013 08:23:25 +0000 (10:23 +0200)]
remove references to an include file that doesn't exist anymore

10 years agokill some dead code
Martin Quinson [Thu, 6 Jun 2013 07:49:55 +0000 (09:49 +0200)]
kill some dead code

10 years agocommit my eclipse configuration file so that others can use it
Martin Quinson [Thu, 6 Jun 2013 07:24:07 +0000 (09:24 +0200)]
commit my eclipse configuration file so that others can use it

10 years agothese got regenerated, apparently with a newer version of bison
Martin Quinson [Thu, 6 Jun 2013 07:02:05 +0000 (09:02 +0200)]
these got regenerated, apparently with a newer version of bison

10 years agounignore eclipse project file, ignore some crappy compiled files
Martin Quinson [Thu, 6 Jun 2013 06:59:48 +0000 (08:59 +0200)]
unignore eclipse project file, ignore some crappy compiled files

10 years agofix compilation warnings
Takahiro Hirofuchi [Wed, 5 Jun 2013 21:52:55 +0000 (23:52 +0200)]
fix compilation warnings

10 years agoMerge branch 'hypervisor' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid into hypervisor
Takahiro Hirofuchi [Wed, 5 Jun 2013 21:45:03 +0000 (23:45 +0200)]
Merge branch 'hypervisor' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid into hypervisor

10 years agoadd the load capping feature
Takahiro Hirofuchi [Wed, 5 Jun 2013 21:43:04 +0000 (23:43 +0200)]
add the load capping feature

10 years agoadd more about migration
Takahiro Hirofuchi [Wed, 5 Jun 2013 21:39:55 +0000 (23:39 +0200)]
add more about migration

10 years agolet xfer_cpu_overhead to be given by a user
Takahiro Hirofuchi [Fri, 24 May 2013 09:02:41 +0000 (11:02 +0200)]
let xfer_cpu_overhead to be given by a user

10 years agoAdd migration overheads
Takahiro Hirofuchi [Tue, 21 May 2013 12:36:39 +0000 (14:36 +0200)]
Add migration overheads

10 years agosay that we messed with msg_file
suter [Wed, 5 Jun 2013 20:50:21 +0000 (22:50 +0200)]
say that we messed with msg_file

10 years agorevalidate tesh to account for BIG FAT WARNING
suter [Wed, 5 Jun 2013 20:42:35 +0000 (22:42 +0200)]
revalidate tesh to account for BIG FAT WARNING

10 years agorevalidate tesh
suter [Wed, 5 Jun 2013 20:41:04 +0000 (22:41 +0200)]
revalidate tesh

10 years agosimplify the examples of file usage
suter [Wed, 5 Jun 2013 20:29:22 +0000 (22:29 +0200)]
simplify the examples of file usage

10 years agopath and size should be enough to describe files stored on a storage
suter [Wed, 5 Jun 2013 20:25:56 +0000 (22:25 +0200)]
path and size should be enough to describe files stored on a storage
resource

10 years agoSimplify the way files are described. Get rid of the stats, the
suter [Wed, 5 Jun 2013 20:25:06 +0000 (22:25 +0200)]
Simplify the way files are described. Get rid of the stats, the
MSG_file_stat, and all the underlying functions

10 years agostart to simplify the stack of structures for files. Get rid of stats
suter [Wed, 5 Jun 2013 15:47:18 +0000 (17:47 +0200)]
start to simplify the stack of structures for files. Get rid of stats
and just keep name, size and mount point

10 years agotypos
suter [Wed, 5 Jun 2013 09:39:12 +0000 (11:39 +0200)]
typos

10 years agodocument the fact that we accept abbreviations of log setting modifiers, even harsh...
Martin Quinson [Wed, 5 Jun 2013 17:58:01 +0000 (19:58 +0200)]
document the fact that we accept abbreviations of log setting modifiers, even harsh ones

10 years agocleanups: kill unused forward declarations
Martin Quinson [Wed, 5 Jun 2013 17:56:21 +0000 (19:56 +0200)]
cleanups: kill unused forward declarations

10 years agobig fat warning to avoid an issue that Lionel encountered
Martin Quinson [Wed, 5 Jun 2013 17:55:24 +0000 (19:55 +0200)]
big fat warning to avoid an issue that Lionel encountered

10 years agoMake hypervisor compile with compile_warnings=ON
Paul Bédaride [Wed, 5 Jun 2013 12:12:45 +0000 (14:12 +0200)]
Make hypervisor compile with compile_warnings=ON

10 years agodisplay a warning message to avoid that some people use that binary by error
Martin Quinson [Tue, 4 Jun 2013 20:36:17 +0000 (22:36 +0200)]
display a warning message to avoid that some people use that binary by error

10 years agodocument some recent changes
Martin Quinson [Mon, 13 May 2013 14:06:01 +0000 (16:06 +0200)]
document some recent changes

10 years agomodel-checker : generate dot file for the verification of liveness properties
Marion Guthmuller [Sun, 2 Jun 2013 19:07:15 +0000 (21:07 +0200)]
model-checker : generate dot file for the verification of liveness properties

10 years agomodel-checker : use else if instead of if then if
Marion Guthmuller [Sun, 2 Jun 2013 18:30:34 +0000 (20:30 +0200)]
model-checker : use else if instead of if then if

10 years agomodel-checker : fix dpor with dot_output
Marion Guthmuller [Sun, 2 Jun 2013 18:27:51 +0000 (20:27 +0200)]
model-checker : fix dpor with dot_output

10 years agomodel-checker : modify chord example in mc for exhaustive exploration
Marion Guthmuller [Sat, 1 Jun 2013 14:26:14 +0000 (16:26 +0200)]
model-checker : modify chord example in mc for exhaustive exploration

Each node executes only one of the periodic sub-protocols (stabilize,
fix fingers, check predecessor or lookup) then it replies to requests
from other nodes.

10 years agomodel-checker : fix memory free
Marion Guthmuller [Sat, 1 Jun 2013 09:51:06 +0000 (11:51 +0200)]
model-checker : fix memory free

10 years agomodel-checker : remove useless if
Marion Guthmuller [Fri, 31 May 2013 21:38:26 +0000 (23:38 +0200)]
model-checker : remove useless if

10 years agomodel-checker : fix compilation error
Marion Guthmuller [Fri, 31 May 2013 21:30:47 +0000 (23:30 +0200)]
model-checker : fix compilation error

10 years agomodel-checker : remove useless take/restore snapshot
Marion Guthmuller [Fri, 31 May 2013 18:50:30 +0000 (20:50 +0200)]
model-checker : remove useless take/restore snapshot

10 years agoTry to support older versions of cmake.
Arnaud Giersch [Fri, 31 May 2013 13:29:50 +0000 (15:29 +0200)]
Try to support older versions of cmake.

10 years agomodel-checker : update bugged1_liveness tesh
Marion Guthmuller [Fri, 31 May 2013 12:56:48 +0000 (14:56 +0200)]
model-checker : update bugged1_liveness tesh

10 years agomodel-checker : initialize variables
Marion Guthmuller [Fri, 31 May 2013 12:44:06 +0000 (14:44 +0200)]
model-checker : initialize variables

10 years agomodel-checker : remove comment and add debug message
Marion Guthmuller [Fri, 31 May 2013 12:17:15 +0000 (14:17 +0200)]
model-checker : remove comment and add debug message

10 years agomodel-checker : simplify algorithm for the verification of liveness properties
Marion Guthmuller [Fri, 31 May 2013 12:12:50 +0000 (14:12 +0200)]
model-checker : simplify algorithm for the verification of liveness properties

10 years agomodel-checker : take snapshot of memory segments during the parsing of /proc/self...
Marion Guthmuller [Thu, 30 May 2013 13:35:10 +0000 (15:35 +0200)]
model-checker : take snapshot of memory segments during the parsing of /proc/self/maps

10 years agomodel-checker : use only structure (mc_pair_t) for the verification of liveness prope...
Marion Guthmuller [Tue, 28 May 2013 16:19:21 +0000 (18:19 +0200)]
model-checker : use only structure (mc_pair_t) for the verification of liveness properties

10 years agomodel-checker : free memory
Marion Guthmuller [Tue, 28 May 2013 07:46:19 +0000 (09:46 +0200)]
model-checker : free memory

10 years agomodel-checker : add global variable in bugged1_liveness example to change the number...
Marion Guthmuller [Tue, 28 May 2013 07:42:06 +0000 (09:42 +0200)]
model-checker : add global variable in bugged1_liveness example to change the number of clients

10 years agoRemove reference to nonexistent class.
Arnaud Giersch [Mon, 27 May 2013 15:45:46 +0000 (17:45 +0200)]
Remove reference to nonexistent class.

It was removed more than one year ago.

10 years agoTry to normalize path for libraries bundled into simgrid.jar.
Arnaud Giersch [Fri, 24 May 2013 11:28:10 +0000 (13:28 +0200)]
Try to normalize path for libraries bundled into simgrid.jar.

10 years agoAlso add LICENSE file to simgrid.jar.
Arnaud Giersch [Fri, 24 May 2013 09:36:27 +0000 (11:36 +0200)]
Also add LICENSE file to simgrid.jar.

It is referenced by file COPYING.

10 years agoSmall improvements to parmap_test
Arnaud Giersch [Tue, 21 May 2013 16:19:17 +0000 (18:19 +0200)]
Small improvements to parmap_test

* print an error message, and change exit status on error
* reduce test time by decreasing the sleep duration in fun_get_id()

10 years agoAdd scala masterslave bypass and kill
Paul Bédaride [Thu, 23 May 2013 13:06:31 +0000 (15:06 +0200)]
Add scala masterslave bypass and kill

10 years agoAdd missing FindScala.cmake
Paul Bédaride [Thu, 23 May 2013 09:23:00 +0000 (11:23 +0200)]
Add missing FindScala.cmake

10 years agoAdd a scala masterslave example
Paul Bédaride [Thu, 23 May 2013 09:09:28 +0000 (11:09 +0200)]
Add a scala masterslave example

10 years agoFix Windows Jenkins script
Paul Bédaride [Tue, 21 May 2013 14:52:13 +0000 (16:52 +0200)]
Fix Windows Jenkins script

10 years agoRestore parmap unitTesting as part of teshsuite.
Guillaume Serrière [Fri, 17 May 2013 14:29:17 +0000 (16:29 +0200)]
Restore parmap unitTesting as part of teshsuite.

Signed-off-by: Guillaume Serrière <guillaume.serriere@esial.net>
10 years agoAdd linux and win shell scripts for jenkins
Paul Bédaride [Fri, 17 May 2013 13:20:14 +0000 (15:20 +0200)]
Add linux and win shell scripts for jenkins

10 years agoSIMIX must be initialized now to use parmaps.
Arnaud Giersch [Thu, 16 May 2013 15:30:17 +0000 (17:30 +0200)]
SIMIX must be initialized now to use parmaps.

10 years agoRemove now unused log category.
Arnaud Giersch [Thu, 16 May 2013 14:53:09 +0000 (16:53 +0200)]
Remove now unused log category.

10 years agoRemove unused variable.
Guillaume Serrière [Thu, 16 May 2013 14:40:44 +0000 (16:40 +0200)]
Remove unused variable.

Signed-off-by: Guillaume Serrière <guillaume.serriere@esial.net>
10 years agoAdd of context creation in parmap.
Guillaume Serrière [Tue, 14 May 2013 14:59:06 +0000 (16:59 +0200)]
Add of context creation in parmap.

Remove parmap from unitTesting because we need a context factory
for parmap creation now.

Signed-off-by: Guillaume Serrière <guillaume.serriere@esial.net>
10 years agoRemove parmap from surf.
Guillaume Serrière [Tue, 14 May 2013 14:11:07 +0000 (16:11 +0200)]
Remove parmap from surf.

Signed-off-by: Guillaume Serrière <guillaume.serriere@esial.net>
10 years agoInclude TRACING_SRC only when HAVE_TRACING.
Arnaud Giersch [Thu, 16 May 2013 12:23:08 +0000 (14:23 +0200)]
Include TRACING_SRC only when HAVE_TRACING.

10 years agoGive size of pointed area, not size of pointer.
Arnaud Giersch [Wed, 15 May 2013 16:29:39 +0000 (18:29 +0200)]
Give size of pointed area, not size of pointer.

10 years agoAdd platf_route_rulebased2full.py to bin_files.
Arnaud Giersch [Wed, 15 May 2013 16:29:39 +0000 (18:29 +0200)]
Add platf_route_rulebased2full.py to bin_files.

10 years agoAvoid unnecessary utf8 characters in ChangeLog.
Arnaud Giersch [Wed, 15 May 2013 16:29:39 +0000 (18:29 +0200)]
Avoid unnecessary utf8 characters in ChangeLog.

10 years agoRemove PCRE dependency and RuleBased routing
Paul Bédaride [Wed, 15 May 2013 15:41:39 +0000 (17:41 +0200)]
Remove PCRE dependency and RuleBased routing

10 years agoAdd new boolean type for configuration
Paul Bédaride [Fri, 10 May 2013 15:00:58 +0000 (17:00 +0200)]
Add new boolean type for configuration

10 years agorequalify tesh for replay to account for 301c31f7
Augustin Degomme [Tue, 7 May 2013 15:10:04 +0000 (17:10 +0200)]
requalify tesh for replay to account for 301c31f7

10 years agosynchronize all replay processes at the end
Augustin Degomme [Thu, 2 May 2013 08:37:04 +0000 (10:37 +0200)]
synchronize all replay processes at the end
to avoid some of them being destroyed wrongfully

10 years agoWarning removal
Augustin Degomme [Tue, 7 May 2013 15:05:58 +0000 (17:05 +0200)]
Warning removal

10 years agoFix nasty bug with wrong addressing of the processes in smpi.
Augustin Degomme [Tue, 7 May 2013 11:42:43 +0000 (13:42 +0200)]
Fix nasty bug with wrong addressing of the processes in smpi.
When using several groups, some confusions may happen and some processes may have mixed up messages they received