Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
7 years agono need for a NetCard and a NetCardImpl when both are in the same file
Martin Quinson [Tue, 6 Dec 2016 09:04:51 +0000 (10:04 +0100)]
no need for a NetCard and a NetCardImpl when both are in the same file

7 years agoadd -no-pie flag to thread sanitizer (see https://bugs.debian.org/cgi-bin/bugreport...
Augustin Degomme [Tue, 6 Dec 2016 08:32:27 +0000 (09:32 +0100)]
add -no-pie flag to thread sanitizer (see https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=796246)

7 years agoplease my old friend SonarQube now that it's back
Martin Quinson [Mon, 5 Dec 2016 23:06:06 +0000 (00:06 +0100)]
please my old friend SonarQube now that it's back

7 years agoSonarQube: upgrade scanner to the latest version 2.8
Evgeny Mandrikov [Mon, 5 Dec 2016 19:18:03 +0000 (20:18 +0100)]
SonarQube: upgrade scanner to the latest version 2.8

2.6.1 fixes https://jira.sonarsource.com/browse/SQSCANNER-18
so that warning message are properly displayed in log.

7 years agoSonarQube: remove useless properties "sonar.c.std" and "sonar.cpp.std"
Evgeny Mandrikov [Mon, 5 Dec 2016 18:55:41 +0000 (19:55 +0100)]
SonarQube: remove useless properties "sonar.c.std" and "sonar.cpp.std"

When using build-wrapper this is inferred based on an actual build.

7 years agoplease sonar: this variable will be overwritten in the next loop cycle
Martin Quinson [Mon, 5 Dec 2016 20:29:37 +0000 (21:29 +0100)]
please sonar: this variable will be overwritten in the next loop cycle

7 years agotry to fix a shell syntax error, bummer
Martin Quinson [Mon, 5 Dec 2016 19:58:48 +0000 (20:58 +0100)]
try to fix a shell syntax error, bummer

7 years agofix the syntax in the sonar configuration (fix #126)
Martin Quinson [Mon, 5 Dec 2016 19:45:09 +0000 (20:45 +0100)]
fix the syntax in the sonar configuration (fix #126)

I drop the #126 PR that propose to kill that config item all together
because I really think that sonar should not feel too much concerned
by our logging macros.

Yes they increase the nesting level if you expend them, but nobody
expends them mentaly. We use them as inline functions even if we
cannot implement them as functions for technical reasons.

7 years agoDon't show the sonar token in the logs (fix #127)
Martin Quinson [Mon, 5 Dec 2016 19:31:34 +0000 (20:31 +0100)]
Don't show the sonar token in the logs (fix #127)

the token was regenerated, too.

7 years agokill the now empty RoutingPlatf datatype \o/
Martin Quinson [Mon, 5 Dec 2016 19:27:06 +0000 (20:27 +0100)]
kill the now empty RoutingPlatf datatype \o/

7 years agomove the rootAS from routing_platf into the EngineImpl
Martin Quinson [Mon, 5 Dec 2016 08:18:05 +0000 (09:18 +0100)]
move the rootAS from routing_platf into the EngineImpl

Now that we instanciate a s4u::Engine when using the routing, the
surf_usage tests don't have to manually call surf_exit(): it called
atexit() during initialization. Gosh, it took me so long to figure out
why these two tests would break when the rootAs is moved...

7 years agotiny optim
Martin Quinson [Mon, 5 Dec 2016 10:03:46 +0000 (11:03 +0100)]
tiny optim

7 years agoConvert routing_platf->getRouteAndLatency into s4u::Host->routeTo
Martin Quinson [Mon, 5 Dec 2016 09:36:07 +0000 (10:36 +0100)]
Convert routing_platf->getRouteAndLatency into s4u::Host->routeTo

The bad thing is that the public API does not expose the surf::Link
type, so there is little you can do about it. For now.

7 years agodon't really use netCards in the network model. Keep at the host level
Martin Quinson [Mon, 5 Dec 2016 09:45:02 +0000 (10:45 +0100)]
don't really use netCards in the network model. Keep at the host level

7 years agofix java build
Martin Quinson [Sun, 4 Dec 2016 21:21:06 +0000 (22:21 +0100)]
fix java build

7 years agocleanups in the dict and dynar tests
Martin Quinson [Sun, 4 Dec 2016 20:23:15 +0000 (21:23 +0100)]
cleanups in the dict and dynar tests

7 years agostop testing heterogeneous dicts, too
Martin Quinson [Sun, 4 Dec 2016 20:05:11 +0000 (21:05 +0100)]
stop testing heterogeneous dicts, too

7 years agoDeprecate xbt_dict_new()
Martin Quinson [Sun, 4 Dec 2016 17:47:09 +0000 (18:47 +0100)]
Deprecate xbt_dict_new()

Please people, use xbt_dict_new_homogeneous(). Non-homogeneous dicts
were a very bad idea that could have only originated in Perl anyway.

7 years agodon't pass the free_f parameter to MSG_*_set_property_value()
Martin Quinson [Sun, 4 Dec 2016 18:26:03 +0000 (19:26 +0100)]
don't pass the free_f parameter to MSG_*_set_property_value()

7 years agoDon't store raw objects as host properties, which must be strings
Martin Quinson [Sun, 4 Dec 2016 17:49:40 +0000 (18:49 +0100)]
Don't store raw objects as host properties, which must be strings

7 years agocosmetics
Martin Quinson [Sat, 3 Dec 2016 21:02:20 +0000 (22:02 +0100)]
cosmetics

7 years agoupdate a teshfile that was affected by #123, which Fabien just fixed
Martin Quinson [Fri, 2 Dec 2016 22:59:06 +0000 (23:59 +0100)]
update a teshfile that was affected by #123, which Fabien just fixed

7 years agocall updateRemaining when the action is suspended (fix #123)
Fabien Chaix [Fri, 2 Dec 2016 13:30:57 +0000 (05:30 -0800)]
call updateRemaining when the action is suspended (fix #123)

if not, the LMM is giving the right results, but surf does not notice.

Thus the fix does not touch LMM, only surf_interface.cpp. Note that
suspend has the specificity that we cannot estimate when it will end.
Thus it does not seem appropriate to use the nextOccuringEventLazy
method which is essentially trying to find when will be the next step.
Instead I propose to call updateReaminingLazy from the suspend
function.

7 years agomake Boost.test optional, as I fail to find it on appveyor
Martin Quinson [Fri, 2 Dec 2016 22:27:06 +0000 (23:27 +0100)]
make Boost.test optional, as I fail to find it on appveyor

7 years agoplug an obvious memleak, bummer
Martin Quinson [Fri, 2 Dec 2016 08:10:37 +0000 (09:10 +0100)]
plug an obvious memleak, bummer

7 years agoAdd boost unit_test_framework to our dependencies
Martin Quinson [Thu, 1 Dec 2016 21:10:13 +0000 (22:10 +0100)]
Add boost unit_test_framework to our dependencies

7 years agoMerge branch 'master' of github.com:simgrid/simgrid
Martin Quinson [Thu, 1 Dec 2016 21:11:19 +0000 (22:11 +0100)]
Merge branch 'master' of github.com:simgrid/simgrid

7 years agoMerge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid
Martin Quinson [Thu, 1 Dec 2016 21:10:47 +0000 (22:10 +0100)]
Merge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid

7 years agocosmetics
Martin Quinson [Thu, 1 Dec 2016 20:40:45 +0000 (21:40 +0100)]
cosmetics

7 years agomore informative assert message
Martin Quinson [Thu, 1 Dec 2016 20:10:09 +0000 (21:10 +0100)]
more informative assert message

7 years agoadd an EngineImpl, unused so far
Martin Quinson [Thu, 1 Dec 2016 20:09:29 +0000 (21:09 +0100)]
add an EngineImpl, unused so far

7 years agocosmetics (and stop using routing_platf)
Martin Quinson [Mon, 28 Nov 2016 22:36:27 +0000 (23:36 +0100)]
cosmetics (and stop using routing_platf)

7 years agogosh, so much cruft in this code
Martin Quinson [Mon, 28 Nov 2016 22:26:17 +0000 (23:26 +0100)]
gosh, so much cruft in this code

7 years agoMerge pull request #124 from mpoquet/master
Martin Quinson [Thu, 1 Dec 2016 19:45:56 +0000 (20:45 +0100)]
Merge pull request #124 from mpoquet/master

[Energy platform parsing] assert + memory leak

7 years agoMerge branch 'master' of https://github.com/mpoquet/simgrid
Millian Poquet [Wed, 30 Nov 2016 13:08:01 +0000 (14:08 +0100)]
Merge branch 'master' of https://github.com/mpoquet/simgrid

7 years agoEnergy: Fixed host parsing assertion + mem leak
Millian Poquet [Wed, 30 Nov 2016 12:58:18 +0000 (13:58 +0100)]
Energy: Fixed host parsing assertion + mem leak

When parsing the platform file with energy,
using the old watt description syntax
"watt_min:watt_max" instead of
"watt_idle:watt_min:watt_max" led to obscure
OOB error, the error message should now be
clearer.

Also found a little memory leak,
msg_idle was not freed.

7 years agodisable java for MC FreeBSD builds, as it breaks mmalloc
Augustin Degomme [Tue, 29 Nov 2016 17:12:45 +0000 (18:12 +0100)]
disable java for MC FreeBSD builds, as it breaks mmalloc

7 years agoOn Freebsd with clang > 3.8, sometimes we have a null name here.
degomme [Tue, 29 Nov 2016 14:09:12 +0000 (15:09 +0100)]
On Freebsd with clang > 3.8, sometimes we have a null name here.
Try to not segfault in this case.

7 years agofor some reason (const madness?) this lead to wrong names being printed.
degomme [Tue, 29 Nov 2016 11:56:29 +0000 (12:56 +0100)]
for some reason (const madness?) this lead to wrong names being printed.

7 years agoSwitch the event handling in the MC to libevent.
Matthieu Volat [Tue, 29 Nov 2016 11:21:46 +0000 (12:21 +0100)]
Switch the event handling in the MC to libevent.

This is a good alternative to provide a clean socket/signal
handling, which allows to finaly enable the MC on FreeBSD too. The
downside is that now libevent>=2 is necessary to build the model
checker.

Thanks to degomme@ for the mentoring ;)

7 years agoAdd more libraries to blacklist.
Matthieu Volat [Mon, 28 Nov 2016 14:09:18 +0000 (15:09 +0100)]
Add more libraries to blacklist.

FreeBSD system and LLVM related libraries.

7 years agoBSD/SysV ptrace resume addr is 1, not 0 like in linux.
Matthieu Volat [Mon, 28 Nov 2016 14:00:18 +0000 (15:00 +0100)]
BSD/SysV ptrace resume addr is 1, not 0 like in linux.

7 years agoimprove the debug logs produced by the route seeking mechanism
Martin Quinson [Mon, 28 Nov 2016 21:16:55 +0000 (22:16 +0100)]
improve the debug logs produced by the route seeking mechanism

7 years agoremove a ugly misplaced include
Martin Quinson [Mon, 28 Nov 2016 20:29:35 +0000 (21:29 +0100)]
remove a ugly misplaced include

7 years agoMerge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid
Martin Quinson [Mon, 28 Nov 2016 20:27:38 +0000 (21:27 +0100)]
Merge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid

7 years agoFix umpire issues : MPI_Comm cannot be safely put inside an int
degomme [Mon, 28 Nov 2016 13:35:21 +0000 (14:35 +0100)]
Fix umpire issues : MPI_Comm cannot be safely put inside an int
Fix/Ignore some warnings as well

7 years agoMore ptrace portability in model checker.
Matthieu Volat [Sun, 27 Nov 2016 19:31:39 +0000 (20:31 +0100)]
More ptrace portability in model checker.

No PTRACE_O_TRACEEXIT equivalent in the original ptrace API, futher
work will indicate if this will be a problem.

Update message a bit when neither linux's or BSD's version are
available.

7 years agoMark shared libraries private clean pages as non-writable on FreeBSD.
Matthieu Volat [Fri, 25 Nov 2016 08:36:33 +0000 (09:36 +0100)]
Mark shared libraries private clean pages as non-writable on FreeBSD.

This is how persmissions are with Linux, and later simgrid identifies
mappings based on path and permissions, so the less restistance path
is to present things more linux-like.

7 years agoIn FreeBSD map backend, mark stack same as in Linux
Matthieu Volat [Thu, 17 Nov 2016 12:03:32 +0000 (13:03 +0100)]
In FreeBSD map backend, mark stack same as in Linux

7 years agoAdd support to retrieve FreeBSD ucontext registers.
Matthieu Volat [Tue, 15 Nov 2016 20:02:45 +0000 (21:02 +0100)]
Add support to retrieve FreeBSD ucontext registers.

Sadly, no universal method as it depend on the CPU and the system
is free to implement whatever storage it see fit. Leave a terminating
error message for the next system to get ported.

7 years agoAdd alternative to remap() in PageStore when not available.
Matthieu Volat [Tue, 15 Nov 2016 19:27:14 +0000 (20:27 +0100)]
Add alternative to remap() in PageStore when not available.

Code is a bit simplistic, having way to expand mappings but not
shrink them (so leaving them as they are), but it does the job.

7 years agoSet waitpid() for model-checked flags according to platform.
Matthieu Volat [Tue, 8 Nov 2016 10:29:59 +0000 (11:29 +0100)]
Set waitpid() for model-checked flags according to platform.

7 years agouse the right name of an option in the doc
Martin Quinson [Fri, 25 Nov 2016 09:59:53 +0000 (10:59 +0100)]
use the right name of an option in the doc

7 years agofix lua build
Martin Quinson [Wed, 23 Nov 2016 21:20:25 +0000 (22:20 +0100)]
fix lua build

7 years agomove VM into their namespace, and greatly reduce the amount of sg_host_get_name ...
Martin Quinson [Tue, 22 Nov 2016 23:24:20 +0000 (00:24 +0100)]
move VM into their namespace, and greatly reduce the amount of sg_host_get_name (prefer C++)

7 years agoinline yet another function in the VM
Martin Quinson [Tue, 22 Nov 2016 18:00:05 +0000 (19:00 +0100)]
inline yet another function in the VM

7 years agovm: kill some useless static functions
Martin Quinson [Tue, 22 Nov 2016 14:43:06 +0000 (15:43 +0100)]
vm: kill some useless static functions

7 years agoinline 4 more VM simcalls
Martin Quinson [Tue, 22 Nov 2016 11:09:23 +0000 (12:09 +0100)]
inline 4 more VM simcalls

I had to add some methods to s4u::VM, such as getRamsize()

7 years agoVM: improve error messages, and prefer C++ over MSG
Martin Quinson [Tue, 22 Nov 2016 10:44:32 +0000 (11:44 +0100)]
VM: improve error messages, and prefer C++ over MSG

7 years agoVM: keep inlining dummy functions
Martin Quinson [Tue, 22 Nov 2016 10:37:01 +0000 (11:37 +0100)]
VM: keep inlining dummy functions

I could merge my commits, but these changes are really hard to review
so don't make it more complex than needed

7 years agoVM: inline a function
Martin Quinson [Tue, 22 Nov 2016 10:30:20 +0000 (11:30 +0100)]
VM: inline a function

7 years agoVM: code simplification. Much more needed :(
Martin Quinson [Tue, 22 Nov 2016 10:15:04 +0000 (11:15 +0100)]
VM: code simplification. Much more needed :(

7 years agogive s4u::Host a cname() that returns a char*
Martin Quinson [Tue, 22 Nov 2016 09:54:09 +0000 (10:54 +0100)]
give s4u::Host a cname() that returns a char*

7 years agokill commented code, anonymous blocs and reindent. No real change
Martin Quinson [Tue, 22 Nov 2016 09:43:39 +0000 (10:43 +0100)]
kill commented code, anonymous blocs and reindent. No real change

7 years agoVM: getters should not be simcalls
Martin Quinson [Tue, 22 Nov 2016 09:37:07 +0000 (10:37 +0100)]
VM: getters should not be simcalls

Removing a simcall changes a bit the output, but that's ok

7 years agoThe VirtualMachineImpl is stored in VirtualMachine->pimpl_vm_, not in Host->pimpl_
Martin Quinson [Mon, 21 Nov 2016 07:33:38 +0000 (08:33 +0100)]
The VirtualMachineImpl is stored in VirtualMachine->pimpl_vm_, not in Host->pimpl_

7 years agostore the VMs by their interface, not by their implementation
Martin Quinson [Mon, 21 Nov 2016 07:22:08 +0000 (08:22 +0100)]
store the VMs by their interface, not by their implementation

7 years agodon't let the impl mess up with the fields of the interface
Martin Quinson [Mon, 21 Nov 2016 07:05:08 +0000 (08:05 +0100)]
don't let the impl mess up with the fields of the interface

7 years agoinline all VM tracing functions
Martin Quinson [Mon, 21 Nov 2016 01:34:54 +0000 (02:34 +0100)]
inline all VM tracing functions

7 years agocode simplification in the VM tracing code
Martin Quinson [Mon, 21 Nov 2016 01:21:05 +0000 (02:21 +0100)]
code simplification in the VM tracing code

7 years agothe VM constructor does not take any storage as parameter anyway
Martin Quinson [Mon, 21 Nov 2016 01:11:24 +0000 (02:11 +0100)]
the VM constructor does not take any storage as parameter anyway

7 years agothe implementation should not mess with the fields of the interface
Martin Quinson [Mon, 21 Nov 2016 01:09:45 +0000 (02:09 +0100)]
the implementation should not mess with the fields of the interface

7 years agoVM: move things from MSG to the C++ plugin
Martin Quinson [Mon, 21 Nov 2016 00:55:16 +0000 (01:55 +0100)]
VM: move things from MSG to the C++ plugin

7 years agocode simplification in the VM creation + inline a function
Martin Quinson [Mon, 21 Nov 2016 00:20:06 +0000 (01:20 +0100)]
code simplification in the VM creation + inline a function

7 years agoinline another VM function, and kill another one, unused
Martin Quinson [Sun, 20 Nov 2016 19:12:50 +0000 (20:12 +0100)]
inline another VM function, and kill another one, unused

7 years agohow many functions will I inline in the VMs????
Martin Quinson [Sun, 20 Nov 2016 18:42:50 +0000 (19:42 +0100)]
how many functions will I inline in the VMs????

7 years agoKill a VM-related function out of HostImpl
Martin Quinson [Sun, 20 Nov 2016 18:35:50 +0000 (19:35 +0100)]
Kill a VM-related function out of HostImpl

7 years ago(hopefully) fix the memory issues in the VMs
Martin Quinson [Sun, 20 Nov 2016 18:18:49 +0000 (19:18 +0100)]
(hopefully) fix the memory issues in the VMs

- Create and populate an host extension, used by the VM plugin to
  check the total amount of memory of that host and whether this host
  allows overcommiting VM above this value.
- This is a great step toward the pluginization of the VMs
- Unfortunately, there is no way to change these values for an host
  yet :-|

7 years agodon't use deprecated functions, and don't hide the corresponding warnings
Martin Quinson [Sun, 20 Nov 2016 18:13:19 +0000 (19:13 +0100)]
don't use deprecated functions, and don't hide the corresponding warnings

7 years agoavoid using C exceptions as valgrind don't like them too much
Martin Quinson [Sun, 20 Nov 2016 17:27:46 +0000 (18:27 +0100)]
avoid using C exceptions as valgrind don't like them too much

7 years agomore VM functions inlining (plus, getters don't need to be a simcall)
Martin Quinson [Sun, 20 Nov 2016 17:21:06 +0000 (18:21 +0100)]
more VM functions inlining (plus, getters don't need to be a simcall)

7 years agoinline 2 more VM functions, and kill a simcall
Martin Quinson [Sun, 20 Nov 2016 16:59:16 +0000 (17:59 +0100)]
inline 2 more VM functions, and kill a simcall

7 years agoinline a bunch of VM functions
Martin Quinson [Sat, 19 Nov 2016 21:54:47 +0000 (22:54 +0100)]
inline a bunch of VM functions

7 years agomore verbose checks
Martin Quinson [Fri, 18 Nov 2016 21:56:29 +0000 (22:56 +0100)]
more verbose checks

7 years agocosmetics
Martin Quinson [Fri, 18 Nov 2016 21:56:09 +0000 (22:56 +0100)]
cosmetics

7 years agotest to suspend an exec too
Martin Quinson [Fri, 18 Nov 2016 21:49:44 +0000 (22:49 +0100)]
test to suspend an exec too

7 years agofix copy/paste errors (found by sonar as dupplicated blocks ;)
Martin Quinson [Thu, 17 Nov 2016 22:18:17 +0000 (23:18 +0100)]
fix copy/paste errors (found by sonar as dupplicated blocks ;)

7 years agofinalize the traces in SD_exit also
Martin Quinson [Thu, 17 Nov 2016 10:59:43 +0000 (11:59 +0100)]
finalize the traces in SD_exit also

Thanks to Alexey Nazarenko for the bug report and the fix.

7 years agoMerge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid
Martin Quinson [Thu, 17 Nov 2016 10:41:46 +0000 (11:41 +0100)]
Merge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid

7 years agokill useless simcall handlers
Martin Quinson [Thu, 17 Nov 2016 10:34:35 +0000 (11:34 +0100)]
kill useless simcall handlers

7 years agono need to know who's resuming an actor
Martin Quinson [Thu, 17 Nov 2016 10:23:26 +0000 (11:23 +0100)]
no need to know who's resuming an actor

7 years agokill 2 dumb functions in simix_vm
Martin Quinson [Thu, 17 Nov 2016 10:02:37 +0000 (11:02 +0100)]
kill 2 dumb functions in simix_vm

7 years agokill a bunch of brain-dead functions in surf
Martin Quinson [Thu, 17 Nov 2016 09:50:55 +0000 (10:50 +0100)]
kill a bunch of brain-dead functions in surf

7 years agoinline a stupid function
Martin Quinson [Thu, 17 Nov 2016 09:38:30 +0000 (10:38 +0100)]
inline a stupid function

7 years agodon't store the VM implem where the host stores its implem
Martin Quinson [Thu, 17 Nov 2016 09:34:54 +0000 (10:34 +0100)]
don't store the VM implem where the host stores its implem

7 years agoinline a stupid function
Martin Quinson [Thu, 17 Nov 2016 09:25:43 +0000 (10:25 +0100)]
inline a stupid function

7 years agomove an enum to the right location
Martin Quinson [Thu, 17 Nov 2016 09:19:26 +0000 (10:19 +0100)]
move an enum to the right location

7 years agonote for next time: try to not forget half of the commit when pushing.
degomme [Thu, 17 Nov 2016 05:46:57 +0000 (22:46 -0700)]
note for next time: try to not forget half of the commit when pushing.

7 years agoReplace deque by boost:circular_buffer_space_optimized for memory reasons.
degomme [Thu, 17 Nov 2016 05:05:48 +0000 (22:05 -0700)]
Replace deque by boost:circular_buffer_space_optimized for memory reasons.
Deques are pre-allocated to a specific size and use ~1KB of memory, even when empty.
As we need 2 deques per mailbox, this was quite a lot in the end.

7 years agofix dist
degomme [Wed, 16 Nov 2016 23:53:03 +0000 (16:53 -0700)]
fix dist