Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
6 years agofix a race condition spotted by TSan
Martin Quinson [Wed, 7 Jun 2017 15:52:26 +0000 (17:52 +0200)]
fix a race condition spotted by TSan

I was hopping that it will help the msg-dht-parallel test that is
broken since a few days, but it's not sufficient. Will see what TSan
has to say next night.

6 years agodoc: move the option index to the top of page to make it visible
Martin Quinson [Wed, 7 Jun 2017 15:52:04 +0000 (17:52 +0200)]
doc: move the option index to the top of page to make it visible

6 years agosmall doc improvement
Martin Quinson [Wed, 7 Jun 2017 15:39:30 +0000 (17:39 +0200)]
small doc improvement

6 years agocreate a NetZone::onCreation signal and use it from instr
Martin Quinson [Wed, 7 Jun 2017 15:30:36 +0000 (17:30 +0200)]
create a NetZone::onCreation signal and use it from instr

6 years agoplug a memleak around instr
Martin Quinson [Wed, 7 Jun 2017 14:51:39 +0000 (16:51 +0200)]
plug a memleak around instr

6 years agoMerge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid
Martin Quinson [Tue, 6 Jun 2017 06:34:33 +0000 (08:34 +0200)]
Merge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid

6 years agotry to catch some leaks
Frederic Suter [Tue, 6 Jun 2017 06:30:31 +0000 (08:30 +0200)]
try to catch some leaks

6 years agofix S4U chord example \o/
Frederic Suter [Tue, 6 Jun 2017 01:46:51 +0000 (03:46 +0200)]
fix S4U chord example \o/

6 years agotiny stuff
Frederic Suter [Tue, 6 Jun 2017 01:02:02 +0000 (03:02 +0200)]
tiny stuff

6 years agoreindent
Martin Quinson [Mon, 5 Jun 2017 20:30:55 +0000 (22:30 +0200)]
reindent

6 years agomake it possible to return intrusive_ptr in simcalls
Martin Quinson [Sun, 4 Jun 2017 07:10:57 +0000 (09:10 +0200)]
make it possible to return intrusive_ptr in simcalls

6 years agoplease codacy a bit
Martin Quinson [Sat, 3 Jun 2017 20:09:37 +0000 (22:09 +0200)]
please codacy a bit

6 years agoMerge pull request #179 from Takishipp/signals
Martin Quinson [Fri, 2 Jun 2017 15:04:57 +0000 (17:04 +0200)]
Merge pull request #179 from Takishipp/signals

call sg_instr_new_host via signal call

6 years agorename a method
Martin Quinson [Fri, 2 Jun 2017 14:51:49 +0000 (16:51 +0200)]
rename a method

6 years agoremove the useless prototype of sg_instr_new_host
Takishipp [Fri, 2 Jun 2017 12:32:04 +0000 (14:32 +0200)]
remove the useless prototype of sg_instr_new_host

6 years agons3 routes are always symmetrical, don't dupplicate them
Martin Quinson [Fri, 2 Jun 2017 09:32:39 +0000 (11:32 +0200)]
ns3 routes are always symmetrical, don't dupplicate them

6 years agocleanups after PR #177
Martin Quinson [Fri, 2 Jun 2017 09:00:33 +0000 (11:00 +0200)]
cleanups after PR #177

6 years agocosmetics and reindent
Martin Quinson [Fri, 2 Jun 2017 08:47:05 +0000 (10:47 +0200)]
cosmetics and reindent

6 years agofurther cut the sorted diff to not overflow travis
Martin Quinson [Fri, 2 Jun 2017 08:16:56 +0000 (10:16 +0200)]
further cut the sorted diff to not overflow travis

6 years agoplease sonar a tiny bit
Martin Quinson [Fri, 2 Jun 2017 08:15:25 +0000 (10:15 +0200)]
please sonar a tiny bit

6 years agogit-format: don't fail if there is nothing to do
Martin Quinson [Fri, 2 Jun 2017 05:40:39 +0000 (07:40 +0200)]
git-format: don't fail if there is nothing to do

6 years agoDon't try to assist the eclipse parser here: it hurts the feeling of clang
Martin Quinson [Fri, 2 Jun 2017 05:38:49 +0000 (07:38 +0200)]
Don't try to assist the eclipse parser here: it hurts the feeling of clang

6 years agoMerge pull request #177 from Takishipp/sd_exit
Martin Quinson [Fri, 2 Jun 2017 08:56:33 +0000 (10:56 +0200)]
Merge pull request #177 from Takishipp/sd_exit

Use automated call to sd_exit

6 years agoadd nochecking for sd initialization
Takishipp [Fri, 2 Jun 2017 08:51:55 +0000 (10:51 +0200)]
add nochecking for sd initialization

6 years agoadd clean-atexit test
Takishipp [Fri, 2 Jun 2017 08:41:53 +0000 (10:41 +0200)]
add clean-atexit test

6 years agocall sg_instr_new_host via signal call
Takishipp [Fri, 2 Jun 2017 08:13:46 +0000 (10:13 +0200)]
call sg_instr_new_host via signal call

6 years agoadd checking version sd_init
Takishipp [Fri, 2 Jun 2017 07:54:40 +0000 (09:54 +0200)]
add checking version sd_init

6 years agoThe previous change actually (fix #178). Thanks @bcamus!!
Martin Quinson [Thu, 1 Jun 2017 18:03:19 +0000 (20:03 +0200)]
The previous change actually (fix #178). Thanks @bcamus!!

6 years agoAnother attempt at getting the simgrid.jar working on Mac OSX
Martin Quinson [Thu, 1 Jun 2017 15:11:24 +0000 (17:11 +0200)]
Another attempt at getting the simgrid.jar working on Mac OSX

Fix the @rpath of the copy that will land into the jarfile, not the
original one.
(this is about #178)

6 years agowhen fixing the rpath on Apple, search simgrid-java where it is
Martin Quinson [Thu, 1 Jun 2017 14:38:22 +0000 (16:38 +0200)]
when fixing the rpath on Apple, search simgrid-java where it is

6 years agosplit the java library packing thing, and try to do the right thing for apple
Martin Quinson [Thu, 1 Jun 2017 14:04:17 +0000 (16:04 +0200)]
split the java library packing thing, and try to do the right thing for apple

This may help for #178

6 years agoplease codacy: make a private field useful
Martin Quinson [Thu, 1 Jun 2017 04:02:25 +0000 (06:02 +0200)]
please codacy: make a private field useful

6 years agowanna be exhaustive test for the VM sharing
Martin Quinson [Thu, 1 Jun 2017 03:27:02 +0000 (05:27 +0200)]
wanna be exhaustive test for the VM sharing

6 years agoAllow multicore VMs, and take this into account in the sharing
Martin Quinson [Thu, 1 Jun 2017 02:54:07 +0000 (04:54 +0200)]
Allow multicore VMs, and take this into account in the sharing

This does not break any test, because it's not well tested yet. Yup,
the ChangeLog is a bit overselling so far. A new test torturing this
to make sure we get the right result in many sharing situation is
still to be written. examples/msg/cloud-simple will be taken as a
basis for that.

6 years agodestroying a VM that was not shutdown is OK
Martin Quinson [Wed, 31 May 2017 15:52:37 +0000 (17:52 +0200)]
destroying a VM that was not shutdown is OK

Even more because sometimes in Java, the VM is already half destroyed
when the garbage collector wants to finish it.

6 years agoadd the missing atexit call
Takshipp [Wed, 31 May 2017 16:09:01 +0000 (18:09 +0200)]
add the missing atexit call

6 years agomake it possible to destroy a VM that is already half-destroyed
Martin Quinson [Wed, 31 May 2017 15:39:48 +0000 (17:39 +0200)]
make it possible to destroy a VM that is already half-destroyed

6 years agoreindent and cosmetics
Martin Quinson [Wed, 31 May 2017 15:30:57 +0000 (17:30 +0200)]
reindent and cosmetics

6 years agoUse automated call to sd_exit
Takishipp [Wed, 31 May 2017 15:26:31 +0000 (17:26 +0200)]
Use automated call to sd_exit

6 years agoMake it somehow easier to debug NS3/SimGrid
Martin Quinson [Wed, 31 May 2017 15:05:24 +0000 (17:05 +0200)]
Make it somehow easier to debug NS3/SimGrid

6 years agocosmetics
Martin Quinson [Wed, 31 May 2017 08:50:47 +0000 (10:50 +0200)]
cosmetics

6 years agotry to sanitize the lib rpath on Apple
Martin Quinson [Wed, 31 May 2017 08:49:49 +0000 (10:49 +0200)]
try to sanitize the lib rpath on Apple

6 years agosonar treats
Martin Quinson [Wed, 31 May 2017 06:52:20 +0000 (08:52 +0200)]
sonar treats

6 years agofix MSG_task_listen_from() and add a test
Martin Quinson [Tue, 30 May 2017 20:10:14 +0000 (22:10 +0200)]
fix MSG_task_listen_from() and add a test

(fix #121) sorry for the delay.

6 years agofix energy consumption when the host is turned off (fix #171)
Martin Quinson [Tue, 30 May 2017 19:41:49 +0000 (21:41 +0200)]
fix energy consumption when the host is turned off (fix #171)

pstate and host state are changed before the signal, so we have to
save these information at the end of previous call. We cannot directly
save the instantaneous consumption because the load is only known at
the end ot the time interval.

6 years agoplease sonar
Martin Quinson [Tue, 30 May 2017 10:22:24 +0000 (12:22 +0200)]
please sonar

6 years agokill a redundent oldish API to the activity refcounting
Martin Quinson [Tue, 30 May 2017 09:36:53 +0000 (11:36 +0200)]
kill a redundent oldish API to the activity refcounting

6 years agovalgrind.supp: hide some java cruft
Martin Quinson [Tue, 30 May 2017 09:36:13 +0000 (11:36 +0200)]
valgrind.supp: hide some java cruft

6 years agohave only one refcounting system for the activities
Martin Quinson [Tue, 30 May 2017 09:04:15 +0000 (11:04 +0200)]
have only one refcounting system for the activities

6 years agoless black magic here
Martin Quinson [Tue, 30 May 2017 08:48:49 +0000 (10:48 +0200)]
less black magic here

6 years ago2 other memleaks got jammed
Martin Quinson [Mon, 29 May 2017 20:04:09 +0000 (22:04 +0200)]
2 other memleaks got jammed

6 years agotiny doc update and cosmetics
Martin Quinson [Mon, 29 May 2017 16:00:15 +0000 (18:00 +0200)]
tiny doc update and cosmetics

6 years agoplease sonar
Martin Quinson [Mon, 29 May 2017 15:18:16 +0000 (17:18 +0200)]
please sonar

6 years agonow that irecv is fixed, do the same to isend, bummer.
Martin Quinson [Mon, 29 May 2017 14:32:56 +0000 (16:32 +0200)]
now that irecv is fixed, do the same to isend, bummer.

6 years agosort out a bit the forward declarations
Martin Quinson [Mon, 29 May 2017 13:36:24 +0000 (15:36 +0200)]
sort out a bit the forward declarations

6 years agoMerge pull request #173 from Takishipp/master
Martin Quinson [Mon, 29 May 2017 13:31:13 +0000 (15:31 +0200)]
Merge pull request #173 from Takishipp/master

Fix leak of memory due to changes that are taken for tracing

6 years agoMerge branches 'master' and 'master' of github.com:simgrid/simgrid
Takishipp [Mon, 29 May 2017 13:28:40 +0000 (15:28 +0200)]
Merge branches 'master' and 'master' of github.com:simgrid/simgrid

6 years agofix leak of memory caused to some Events
Takishipp [Mon, 29 May 2017 13:08:08 +0000 (15:08 +0200)]
fix leak of memory caused to some Events

6 years agotry to not upset clang with useless cleanups
Martin Quinson [Mon, 29 May 2017 13:02:29 +0000 (15:02 +0200)]
try to not upset clang with useless cleanups

6 years agoallow to destroy VMs that are not started yet (fix #172)
Martin Quinson [Mon, 29 May 2017 12:59:15 +0000 (14:59 +0200)]
allow to destroy VMs that are not started yet (fix #172)

6 years agoplug a huge memleak in regular communications
Martin Quinson [Mon, 29 May 2017 12:34:10 +0000 (14:34 +0200)]
plug a huge memleak in regular communications

6 years agotypo
Martin Quinson [Mon, 29 May 2017 11:55:32 +0000 (13:55 +0200)]
typo

6 years agochop includes
Martin Quinson [Mon, 29 May 2017 08:47:41 +0000 (10:47 +0200)]
chop includes

6 years agosonar don't want half-initialized enums
Martin Quinson [Mon, 29 May 2017 07:22:05 +0000 (09:22 +0200)]
sonar don't want half-initialized enums

6 years agodon't mix the refcount of s4u::Comm and the one of CommImpl
Martin Quinson [Sun, 28 May 2017 23:14:33 +0000 (01:14 +0200)]
don't mix the refcount of s4u::Comm and the one of CommImpl

6 years agothis should work without keeping an artificial reference
Martin Quinson [Sun, 28 May 2017 17:31:34 +0000 (19:31 +0200)]
this should work without keeping an artificial reference

6 years agodon't test unsigned for being positive (thx codacy)
Martin Quinson [Sun, 28 May 2017 17:28:28 +0000 (19:28 +0200)]
don't test unsigned for being positive (thx codacy)

6 years agosilence a winbuntu warning
Augustin Degomme [Sat, 27 May 2017 22:41:03 +0000 (00:41 +0200)]
silence a winbuntu warning

6 years agotry to get older gccs and clang to compile... untested
Augustin Degomme [Sat, 27 May 2017 22:39:19 +0000 (00:39 +0200)]
try to get older gccs and clang to compile... untested

6 years agorename a MSG example
Martin Quinson [Sat, 27 May 2017 15:34:21 +0000 (17:34 +0200)]
rename a MSG example

6 years agoRename some activity/SynchroBlah into activity/BlahImpl (+clang-format)
Martin Quinson [Sat, 27 May 2017 09:07:46 +0000 (11:07 +0200)]
Rename some activity/SynchroBlah into activity/BlahImpl (+clang-format)

6 years agoAnother step toward working CommPtr. chord example is broken ATM
Martin Quinson [Fri, 26 May 2017 20:29:58 +0000 (22:29 +0200)]
Another step toward working CommPtr. chord example is broken ATM

6 years agokill an unimplemented method (+cosmetics)
Martin Quinson [Fri, 26 May 2017 14:28:27 +0000 (16:28 +0200)]
kill an unimplemented method (+cosmetics)

Sonar was getting jeleous

6 years agofix MC on 32bits
Martin Quinson [Fri, 26 May 2017 14:14:53 +0000 (16:14 +0200)]
fix MC on 32bits

6 years agofurther useless cleanups
Martin Quinson [Fri, 26 May 2017 14:09:04 +0000 (16:09 +0200)]
further useless cleanups

6 years agotypo killing mac
Martin Quinson [Fri, 26 May 2017 14:07:44 +0000 (16:07 +0200)]
typo killing mac

6 years agokill a useless file
Martin Quinson [Fri, 26 May 2017 13:54:35 +0000 (15:54 +0200)]
kill a useless file

6 years agomore than 100 codacy treats, not bad
Martin Quinson [Fri, 26 May 2017 09:07:22 +0000 (11:07 +0200)]
more than 100 codacy treats, not bad

but I'm not sure that any of these changes actually fixed a bug. At
most, they sometimes reduced the brain overload, which is already
something.

6 years agocodacy treats
Martin Quinson [Fri, 26 May 2017 08:21:27 +0000 (10:21 +0200)]
codacy treats

6 years agochop, chop, chop includes
Martin Quinson [Fri, 26 May 2017 08:14:33 +0000 (10:14 +0200)]
chop, chop, chop includes

6 years agocut some more includes
Martin Quinson [Thu, 25 May 2017 21:17:03 +0000 (23:17 +0200)]
cut some more includes

6 years agofurther codacy cleanups
Martin Quinson [Wed, 24 May 2017 20:12:16 +0000 (22:12 +0200)]
further codacy cleanups

6 years agoremove some useless includes
Martin Quinson [Wed, 24 May 2017 17:17:12 +0000 (19:17 +0200)]
remove some useless includes

6 years agocosmetics: kill a useless redundent declaration
Martin Quinson [Wed, 24 May 2017 15:47:05 +0000 (17:47 +0200)]
cosmetics: kill a useless redundent declaration

6 years agothis header file is much less interesting now that it's almost empty
Martin Quinson [Wed, 24 May 2017 15:37:22 +0000 (17:37 +0200)]
this header file is much less interesting now that it's almost empty

6 years agomove some public MC prototypes to a public header file
Martin Quinson [Wed, 24 May 2017 15:15:54 +0000 (17:15 +0200)]
move some public MC prototypes to a public header file

6 years agopull the emergency break: disable the liveness tests for now. Sorry
Martin Quinson [Wed, 24 May 2017 15:04:03 +0000 (17:04 +0200)]
pull the emergency break: disable the liveness tests for now. Sorry

6 years agosimgrid::surf::Storage => simgrid::surf::StorageImpl
Frederic Suter [Wed, 24 May 2017 14:15:16 +0000 (16:15 +0200)]
simgrid::surf::Storage => simgrid::surf::StorageImpl
this avoids confusion with simgrid::s4u::Storage

6 years agoAction::links() cannot be used for NS3Actions
Martin Quinson [Wed, 24 May 2017 12:45:54 +0000 (14:45 +0200)]
Action::links() cannot be used for NS3Actions

6 years agorename simix::Mutex to simix::MutexImpl
Martin Quinson [Wed, 24 May 2017 12:10:52 +0000 (14:10 +0200)]
rename simix::Mutex to simix::MutexImpl

6 years agotidy the scope of some more locals
Martin Quinson [Wed, 24 May 2017 12:10:29 +0000 (14:10 +0200)]
tidy the scope of some more locals

6 years agomaxmin: be more explicit about the leaked variables
Martin Quinson [Wed, 24 May 2017 09:39:46 +0000 (11:39 +0200)]
maxmin: be more explicit about the leaked variables

6 years agotell maxmin about the action using each variable
Martin Quinson [Wed, 24 May 2017 09:01:01 +0000 (11:01 +0200)]
tell maxmin about the action using each variable

6 years agosmall cosmetics to kill time
Martin Quinson [Wed, 24 May 2017 08:54:08 +0000 (10:54 +0200)]
small cosmetics to kill time

6 years agofirst step towards a CommPtr
Frederic Suter [Wed, 24 May 2017 09:35:17 +0000 (11:35 +0200)]
first step towards a CommPtr

6 years agoignore some unwind cruft
Frederic Suter [Wed, 24 May 2017 08:46:43 +0000 (10:46 +0200)]
ignore some unwind cruft

6 years agoMerge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid
Frederic Suter [Wed, 24 May 2017 07:37:54 +0000 (09:37 +0200)]
Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid

6 years agolast bunch of codacy treats for tonight. Stop.
Martin Quinson [Wed, 24 May 2017 00:35:16 +0000 (02:35 +0200)]
last bunch of codacy treats for tonight. Stop.

6 years agofix 2 java tesh
Martin Quinson [Wed, 24 May 2017 00:31:37 +0000 (02:31 +0200)]
fix 2 java tesh

6 years agouseless includes
Frederic Suter [Wed, 24 May 2017 00:12:19 +0000 (02:12 +0200)]
useless includes