Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
3 years agoKill obsolete option --cfg=contexts/parallel-threshold.
Arnaud Giersch [Fri, 24 Apr 2020 22:14:01 +0000 (00:14 +0200)]
Kill obsolete option --cfg=contexts/parallel-threshold.

The associated code was removed 4 years ago by commit
9ed461c11fd10eeea596831f2791e359c05d26bf "kill more old cruft: adaptative threshold".

3 years agoUpdate .mailmap.
Arnaud Giersch [Fri, 24 Apr 2020 12:30:58 +0000 (14:30 +0200)]
Update .mailmap.

3 years agoMerged FG!35.
Arnaud Giersch [Fri, 24 Apr 2020 12:02:37 +0000 (14:02 +0200)]
Merged FG!35.

3 years agoMerge branch 'doc' into 'master'
Arnaud Giersch [Fri, 24 Apr 2020 12:02:20 +0000 (14:02 +0200)]
Merge branch 'doc' into 'master'

Add a modeling hint for parallel links in doc

See merge request simgrid/simgrid!35

3 years agoMerged GH!339.
Arnaud Giersch [Fri, 24 Apr 2020 08:29:37 +0000 (10:29 +0200)]
Merged GH!339.

3 years agoAdded Mailbox::set_receiver to python binding
Sylvain Lefebvre [Thu, 23 Apr 2020 03:16:02 +0000 (12:16 +0900)]
Added Mailbox::set_receiver to python binding

3 years agoAdd a modeling hint for parallel links in doc
Julien EMMANUEL [Wed, 4 Mar 2020 09:39:07 +0000 (10:39 +0100)]
Add a modeling hint for parallel links in doc

Explain how to model several parallel links between two routers
(usually useful when modeling fat-tree platforms for example)

3 years agoadd the capacicity to modify links' latency and bandwidth
Frederic Suter [Tue, 21 Apr 2020 11:40:42 +0000 (13:40 +0200)]
add the capacicity to modify links' latency and bandwidth

3 years agoplease sonar
Frederic Suter [Fri, 17 Apr 2020 11:15:46 +0000 (13:15 +0200)]
please sonar

3 years agoTypo fix
Henri Casanova [Mon, 20 Apr 2020 21:43:45 +0000 (11:43 -1000)]
Typo fix

4 years agouse signals on PajeEvent creation/destruction
Frederic Suter [Mon, 6 Apr 2020 10:59:11 +0000 (12:59 +0200)]
use signals on PajeEvent creation/destruction

4 years agostill fighting against this code
Frederic Suter [Sun, 5 Apr 2020 16:15:44 +0000 (18:15 +0200)]
still fighting against this code

4 years agouseless morning cleanups
Frederic Suter [Sun, 5 Apr 2020 09:12:59 +0000 (11:12 +0200)]
useless morning cleanups

4 years agofix that example
Martin Quinson [Thu, 2 Apr 2020 15:02:32 +0000 (17:02 +0200)]
fix that example

4 years agoset_maestro example: improve comments
Martin Quinson [Thu, 2 Apr 2020 13:41:29 +0000 (15:41 +0200)]
set_maestro example: improve comments

4 years agocmake: code simplification (hope it does not break)
Martin Quinson [Thu, 2 Apr 2020 13:41:02 +0000 (15:41 +0200)]
cmake: code simplification (hope it does not break)

4 years agofix distcheck
Frederic Suter [Thu, 2 Apr 2020 13:30:30 +0000 (15:30 +0200)]
fix distcheck

4 years agooops MSG_init() does more than simgrid_init()
Frederic Suter [Thu, 2 Apr 2020 11:14:52 +0000 (13:14 +0200)]
oops MSG_init() does more than simgrid_init()

4 years agorevalidate Java tesh files
Frederic Suter [Thu, 2 Apr 2020 11:02:26 +0000 (13:02 +0200)]
revalidate Java tesh files

4 years agoadd a tesh for bugged2-liveness
Frederic Suter [Thu, 2 Apr 2020 10:19:08 +0000 (12:19 +0200)]
add a tesh for bugged2-liveness

Do not test it because it never ends, but at least now if one wants to
do something clever with this test, one can ;)

4 years agoreduce dependency on msg.h
Frederic Suter [Thu, 2 Apr 2020 09:24:08 +0000 (11:24 +0200)]
reduce dependency on msg.h

4 years agoUse the object copied as operand for sizeof.
Arnaud Giersch [Mon, 30 Mar 2020 20:15:23 +0000 (22:15 +0200)]
Use the object copied as operand for sizeof.

4 years agothis was never tested and neither a bug finder
Frederic Suter [Wed, 1 Apr 2020 14:58:48 +0000 (16:58 +0200)]
this was never tested and neither a bug finder

4 years agoAdd new tests to MANIFEST.in
Loic Guegan [Wed, 1 Apr 2020 15:53:09 +0000 (17:53 +0200)]
Add new tests to MANIFEST.in

4 years agoAdd WIFI decay model along with tesh tests.
Loic Guegan [Wed, 1 Apr 2020 14:39:13 +0000 (16:39 +0200)]
Add WIFI decay model along with tesh tests.

4 years agoless MSG and less process
Frederic Suter [Wed, 1 Apr 2020 09:41:49 +0000 (11:41 +0200)]
less MSG and less process

4 years agoadd sg_actor_list() and sg_actor_count()
Frederic Suter [Wed, 1 Apr 2020 09:28:55 +0000 (11:28 +0200)]
add sg_actor_list() and sg_actor_count()

deprecate stuff for consistency and undynarification

4 years agolast call to MSG_hosts_as_dynar -> deprecate !
Frederic Suter [Mon, 30 Mar 2020 15:34:52 +0000 (17:34 +0200)]
last call to MSG_hosts_as_dynar -> deprecate !

4 years agodo not include msg.h when not needed
Frederic Suter [Mon, 30 Mar 2020 15:09:37 +0000 (17:09 +0200)]
do not include msg.h when not needed

4 years agouseless stuff: do not use MSG in java bindings when possible
Frederic Suter [Mon, 30 Mar 2020 14:18:48 +0000 (16:18 +0200)]
useless stuff: do not use MSG in java bindings when possible

4 years agouse listen_from in s4u test and kill the MSG one
Frederic Suter [Mon, 30 Mar 2020 13:18:55 +0000 (15:18 +0200)]
use listen_from in s4u test and kill the MSG one

4 years agoadd Mailox_listen_from
Frederic Suter [Mon, 30 Mar 2020 13:18:32 +0000 (15:18 +0200)]
add Mailox_listen_from

4 years agoconvert get-sender test
Frederic Suter [Mon, 30 Mar 2020 10:41:55 +0000 (12:41 +0200)]
convert get-sender test

4 years agofix Comm::get_sender()
Frederic Suter [Mon, 30 Mar 2020 10:39:50 +0000 (12:39 +0200)]
fix Comm::get_sender()
Matching sender and receiving modifies the CommImpl fields used to
store the sending and receiving actors, not those in Comm. Then to
know the sender on the receiving side one have to look at the kernel
level.

4 years agothe extraction of the graph is a NetZone method
Frederic Suter [Sun, 29 Mar 2020 17:20:39 +0000 (19:20 +0200)]
the extraction of the graph is a NetZone method

4 years agocpp-ify and simpifly functions used by graphicator
Frederic Suter [Sun, 29 Mar 2020 12:19:49 +0000 (14:19 +0200)]
cpp-ify and simpifly functions used by graphicator

this actually doesn't not need instr at all. Then we can further
simplify the graphicator itself.

4 years agoconvert graphicator to C++
Frederic Suter [Sun, 29 Mar 2020 12:08:42 +0000 (14:08 +0200)]
convert graphicator to C++
also test the output .dot file in tesh

4 years agocosmetics
Frederic Suter [Sun, 29 Mar 2020 11:45:07 +0000 (13:45 +0200)]
cosmetics

4 years agogcov might not be the name of the executable, respect GCOV environment variable in...
Augustin Degomme [Sun, 29 Mar 2020 11:37:40 +0000 (13:37 +0200)]
gcov might not be the name of the executable, respect GCOV environment variable in this case

4 years agoSilly workaround for coverage build with gcc-10.
Arnaud Giersch [Sat, 28 Mar 2020 22:02:37 +0000 (23:02 +0100)]
Silly workaround for coverage build with gcc-10.

Error is: internal compiler error: in coverage_begin_function, at coverage.c:655

4 years agoMerge branch 'master' of https://framagit.org/simgrid/simgrid
Frederic Suter [Sat, 28 Mar 2020 13:20:56 +0000 (14:20 +0100)]
Merge branch 'master' of https://framagit.org/simgrid/simgrid

4 years agoHide spurious odr violations warnings.
Arnaud Giersch [Sat, 28 Mar 2020 09:50:13 +0000 (10:50 +0100)]
Hide spurious odr violations warnings.

4 years agonothing to do with instr ...
Frederic Suter [Fri, 27 Mar 2020 23:34:00 +0000 (00:34 +0100)]
nothing to do with instr ...

4 years agounused constant
Frederic Suter [Fri, 27 Mar 2020 23:22:59 +0000 (00:22 +0100)]
unused constant

4 years agono need to store a netpoint_ there
Frederic Suter [Fri, 27 Mar 2020 23:14:11 +0000 (00:14 +0100)]
no need to store a netpoint_ there

4 years agoplease sonar
Frederic Suter [Fri, 27 Mar 2020 14:58:45 +0000 (15:58 +0100)]
please sonar

4 years agocosmetics
Frederic Suter [Fri, 27 Mar 2020 13:20:57 +0000 (14:20 +0100)]
cosmetics

4 years agouse signals to trigger logging of Paje type definitions
Frederic Suter [Fri, 27 Mar 2020 13:13:59 +0000 (14:13 +0100)]
use signals to trigger logging of Paje type definitions

4 years agosimplify: callbacks are only called is trace is enabled.
Frederic Suter [Fri, 27 Mar 2020 10:41:15 +0000 (11:41 +0100)]
simplify: callbacks are only called is trace is enabled.
testing trace_disable_destroy only is thus enough

4 years agouse signals for instr::EntityValue display
Frederic Suter [Fri, 27 Mar 2020 10:35:11 +0000 (11:35 +0100)]
use signals for instr::EntityValue display

4 years agorename C examples binaries (prefix and not suffix)
Frederic Suter [Fri, 27 Mar 2020 09:32:39 +0000 (10:32 +0100)]
rename C examples binaries (prefix and not suffix)

4 years agoPlease PVS
Martin Quinson [Thu, 26 Mar 2020 17:16:02 +0000 (18:16 +0100)]
Please PVS

- [V522] Don't use malloc() but only xbt_malloc()
  this deals "gracefully" with error conditions
- [V507] Don't leak references to local arrays to outer scope

4 years agoSeparate trace file production from container management
Frederic Suter [Thu, 26 Mar 2020 15:45:31 +0000 (16:45 +0100)]
Separate trace file production from container management

4 years agoplease sonar
Frederic Suter [Thu, 26 Mar 2020 13:20:04 +0000 (14:20 +0100)]
please sonar

4 years agofix coverage build (disable liveness-visited)
Frederic Suter [Thu, 26 Mar 2020 11:19:45 +0000 (12:19 +0100)]
fix coverage build (disable liveness-visited)

4 years agocosmetics (tooooo many functions there)
Frederic Suter [Thu, 26 Mar 2020 11:19:26 +0000 (12:19 +0100)]
cosmetics (tooooo many functions there)

4 years agouse signal to decouple instr from surf code
Frederic Suter [Thu, 26 Mar 2020 10:47:10 +0000 (11:47 +0100)]
use signal to decouple instr from surf code

4 years agoThis instrumentation module is a mess ...
Frederic Suter [Wed, 25 Mar 2020 15:50:55 +0000 (16:50 +0100)]
This instrumentation module is a mess ...

4 years agoconvert msg/cloud-two-tasks to s4u/cloud-two-execs
Frederic Suter [Wed, 25 Mar 2020 11:50:02 +0000 (12:50 +0100)]
convert msg/cloud-two-tasks to s4u/cloud-two-execs

4 years agoconvert teshsuite/msg/io-file to examples/c/io-file-system
Frederic Suter [Wed, 25 Mar 2020 11:01:01 +0000 (12:01 +0100)]
convert teshsuite/msg/io-file to examples/c/io-file-system

4 years agodisable mc-bugged1-liveness-visited for now
Frederic Suter [Tue, 24 Mar 2020 08:45:05 +0000 (09:45 +0100)]
disable mc-bugged1-liveness-visited for now

4 years agohope this will be okay now
Frederic Suter [Mon, 23 Mar 2020 22:06:32 +0000 (23:06 +0100)]
hope this will be okay now

4 years agotry to fix MC now (sigh, CMake ...)
Frederic Suter [Mon, 23 Mar 2020 19:34:20 +0000 (20:34 +0100)]
try to fix MC now (sigh, CMake ...)

4 years agotry to fix CI
Frederic Suter [Mon, 23 Mar 2020 19:00:13 +0000 (20:00 +0100)]
try to fix CI

4 years agoconvert bugged1-liveness
Frederic Suter [Mon, 23 Mar 2020 17:54:31 +0000 (18:54 +0100)]
convert bugged1-liveness

+ Didn't check for leaks
+ Do not know whether the C stack cleaner is still relevant with C++

4 years agoconvert mc-bugged1 and mc-bugged2
Frederic Suter [Mon, 23 Mar 2020 15:43:06 +0000 (16:43 +0100)]
convert mc-bugged1 and mc-bugged2

4 years agomess with mc examples platform
Frederic Suter [Mon, 23 Mar 2020 14:49:10 +0000 (15:49 +0100)]
mess with mc examples platform
(prepare the transition to s4u)

4 years agoanother const for sonar
Frederic Suter [Mon, 23 Mar 2020 10:03:38 +0000 (11:03 +0100)]
another const for sonar

4 years agodo not use memory after free
Frederic Suter [Mon, 23 Mar 2020 09:59:37 +0000 (10:59 +0100)]
do not use memory after free

4 years agofix example
Frederic Suter [Sat, 21 Mar 2020 13:17:59 +0000 (14:17 +0100)]
fix example

4 years agoconvert dht-pastry
Frederic Suter [Sat, 21 Mar 2020 11:21:12 +0000 (12:21 +0100)]
convert dht-pastry

4 years agoconvert sychro-semaphore
Frederic Suter [Sat, 21 Mar 2020 10:05:43 +0000 (11:05 +0100)]
convert sychro-semaphore

4 years agoplease sonar
Frederic Suter [Sat, 21 Mar 2020 09:40:51 +0000 (10:40 +0100)]
please sonar

4 years agotry to please sonar and Intel compiler
Frederic Suter [Fri, 20 Mar 2020 10:39:54 +0000 (11:39 +0100)]
try to please sonar and Intel compiler

4 years agocosmetics
Frederic Suter [Fri, 20 Mar 2020 10:26:22 +0000 (11:26 +0100)]
cosmetics

4 years agomore doc updates
Frederic Suter [Fri, 20 Mar 2020 10:26:12 +0000 (11:26 +0100)]
more doc updates

4 years agofix copypaste issue
Augustin Degomme [Fri, 20 Mar 2020 10:07:22 +0000 (11:07 +0100)]
fix copypaste issue

4 years agoupdate doc
Frederic Suter [Fri, 20 Mar 2020 09:47:30 +0000 (10:47 +0100)]
update doc

4 years agoupdate
Frederic Suter [Fri, 20 Mar 2020 09:03:28 +0000 (10:03 +0100)]
update

4 years agoplease sonar
Frederic Suter [Thu, 19 Mar 2020 15:55:17 +0000 (16:55 +0100)]
please sonar

4 years agocleanups
Frederic Suter [Thu, 19 Mar 2020 15:23:27 +0000 (16:23 +0100)]
cleanups

4 years agoadd libssh2 to exclusions to please manjaro
Augustin Degomme [Thu, 19 Mar 2020 14:56:44 +0000 (15:56 +0100)]
add libssh2 to exclusions to please manjaro

4 years agoconvert and massevely rewrite app-bittorrent
Frederic Suter [Thu, 19 Mar 2020 14:26:03 +0000 (15:26 +0100)]
convert and massevely rewrite app-bittorrent

4 years agowrong order
Frederic Suter [Thu, 19 Mar 2020 13:20:10 +0000 (14:20 +0100)]
wrong order

4 years agoplease sonar with a few const
Frederic Suter [Wed, 18 Mar 2020 15:04:08 +0000 (16:04 +0100)]
please sonar with a few const

4 years agoswitch to xml report
Augustin Degomme [Thu, 19 Mar 2020 08:28:27 +0000 (09:28 +0100)]
switch to xml report

4 years agoset full html
Augustin Degomme [Wed, 18 Mar 2020 21:45:03 +0000 (22:45 +0100)]
set full html

4 years agoexclude plenty of things
Augustin Degomme [Wed, 18 Mar 2020 21:43:56 +0000 (22:43 +0100)]
exclude plenty of things

4 years agoPVS: don't survive malloc returning NULL
Martin Quinson [Wed, 18 Mar 2020 21:35:50 +0000 (22:35 +0100)]
PVS: don't survive malloc returning NULL

4 years agoadd pvs-studio analyze to coverage build
Augustin Degomme [Wed, 18 Mar 2020 20:51:55 +0000 (21:51 +0100)]
add pvs-studio analyze to coverage build

4 years agoplug leaks
Frederic Suter [Mon, 16 Mar 2020 10:20:36 +0000 (11:20 +0100)]
plug leaks

4 years agoadd sg_comm_unref
Frederic Suter [Mon, 16 Mar 2020 10:20:00 +0000 (11:20 +0100)]
add sg_comm_unref

4 years agoconvert (and simplify a bit) dht-kademlia example
Frederic Suter [Mon, 16 Mar 2020 08:27:25 +0000 (09:27 +0100)]
convert (and simplify a bit) dht-kademlia example

4 years agoadd sg_mailbox_put_init
Frederic Suter [Mon, 16 Mar 2020 08:26:46 +0000 (09:26 +0100)]
add sg_mailbox_put_init

4 years agoadd sg_comm_detach with cleaning function
Frederic Suter [Mon, 16 Mar 2020 08:26:21 +0000 (09:26 +0100)]
add sg_comm_detach with cleaning function

4 years agoCosmetic rename.
Arnaud Giersch [Thu, 12 Mar 2020 15:29:21 +0000 (16:29 +0100)]
Cosmetic rename.

4 years agoTwo tests are fixed.
Arnaud Giersch [Thu, 12 Mar 2020 13:41:33 +0000 (14:41 +0100)]
Two tests are fixed.

Contributes to simgrid/simgrid#47.

4 years agoRegister ExecImpls with ActorImpl.
Arnaud Giersch [Thu, 12 Mar 2020 13:34:46 +0000 (14:34 +0100)]
Register ExecImpls with ActorImpl.

This allows to cancel running exec e.g., when an actor is killed.

4 years agoRename ActorImpl::comms into activities.
Arnaud Giersch [Wed, 11 Mar 2020 23:01:01 +0000 (00:01 +0100)]
Rename ActorImpl::comms into activities.

4 years agoconvert msg/app-masterworker
Frederic Suter [Thu, 12 Mar 2020 09:28:58 +0000 (10:28 +0100)]
convert msg/app-masterworker