Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
6 years agoSonar smell.
Arnaud Giersch [Sun, 22 Oct 2017 15:44:51 +0000 (17:44 +0200)]
Sonar smell.

6 years agoContextUnix: remove variadic function.
Arnaud Giersch [Sun, 22 Oct 2017 15:31:12 +0000 (17:31 +0200)]
ContextUnix: remove variadic function.

6 years agoContextRaw: reorganize.
Arnaud Giersch [Sun, 22 Oct 2017 13:38:38 +0000 (15:38 +0200)]
ContextRaw: reorganize.

6 years agoContextRaw: add header file with class definitions.
Arnaud Giersch [Sun, 22 Oct 2017 12:47:41 +0000 (14:47 +0200)]
ContextRaw: add header file with class definitions.

6 years agoCosmetics.
Arnaud Giersch [Sun, 22 Oct 2017 13:13:14 +0000 (15:13 +0200)]
Cosmetics.

6 years agoTry to fix boost includes for ubuntu xenial.
Arnaud Giersch [Sat, 21 Oct 2017 20:58:04 +0000 (22:58 +0200)]
Try to fix boost includes for ubuntu xenial.

6 years agoReplace single case switch by an if.
Arnaud Giersch [Sat, 21 Oct 2017 20:56:50 +0000 (22:56 +0200)]
Replace single case switch by an if.

6 years agoKill dead code.
Arnaud Giersch [Sat, 21 Oct 2017 20:42:41 +0000 (22:42 +0200)]
Kill dead code.

6 years agoContextBoost: destroy key.
Arnaud Giersch [Sat, 21 Oct 2017 19:56:00 +0000 (21:56 +0200)]
ContextBoost: destroy key.

6 years agoContextBoost: move logic from factory to contexts.
Arnaud Giersch [Sat, 21 Oct 2017 19:55:38 +0000 (21:55 +0200)]
ContextBoost: move logic from factory to contexts.

6 years agoContextBoost: move static fields where they belong to.
Arnaud Giersch [Fri, 20 Oct 2017 17:19:14 +0000 (19:19 +0200)]
ContextBoost: move static fields where they belong to.

6 years agoContextBoost: make maestro_context_ private.
Arnaud Giersch [Fri, 20 Oct 2017 17:19:14 +0000 (19:19 +0200)]
ContextBoost: make maestro_context_ private.

6 years agoContextBoost: move parallel_ from BoostContext to BoostContextFactory.
Arnaud Giersch [Fri, 20 Oct 2017 17:13:29 +0000 (19:13 +0200)]
ContextBoost: move parallel_ from BoostContext to BoostContextFactory.

6 years agoContextBoost: cleanup in includes and cosmetic moves and renames.
Arnaud Giersch [Fri, 20 Oct 2017 11:48:38 +0000 (13:48 +0200)]
ContextBoost: cleanup in includes and cosmetic moves and renames.

6 years agoDefine xbt_os_thread_key_destroy.
Arnaud Giersch [Fri, 20 Oct 2017 11:39:46 +0000 (13:39 +0200)]
Define xbt_os_thread_key_destroy.

6 years agoRemove redundant access specifier.
Arnaud Giersch [Thu, 19 Oct 2017 21:30:05 +0000 (23:30 +0200)]
Remove redundant access specifier.

6 years agoMerge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid
Frederic Suter [Fri, 20 Oct 2017 12:43:50 +0000 (14:43 +0200)]
Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid

6 years agoget rid of Container kind_
Frederic Suter [Fri, 20 Oct 2017 12:22:35 +0000 (14:22 +0200)]
get rid of Container kind_

6 years agoDo not fail when the MPI program fails and KEEP is not defined
Martin Quinson [Fri, 20 Oct 2017 11:24:05 +0000 (13:24 +0200)]
Do not fail when the MPI program fails and KEEP is not defined

Patch provided by S. Thibault, thanks.
(fix #232)

6 years agodoc improvement
Martin Quinson [Fri, 20 Oct 2017 10:11:41 +0000 (12:11 +0200)]
doc improvement

6 years agomake it compile (fix an old merge)
Martin Quinson [Fri, 20 Oct 2017 09:14:19 +0000 (11:14 +0200)]
make it compile (fix an old merge)

6 years agoMerge branch 'Takishipp-actor-priority'
Martin Quinson [Fri, 20 Oct 2017 09:06:16 +0000 (11:06 +0200)]
Merge branch 'Takishipp-actor-priority'

6 years agoMerge branch 'actor-priority' of https://github.com/Takishipp/simgrid into Takishipp...
Martin Quinson [Fri, 20 Oct 2017 09:05:42 +0000 (11:05 +0200)]
Merge branch 'actor-priority' of https://github.com/Takishipp/simgrid into Takishipp-actor-priority

6 years agoimprove an error message
Martin Quinson [Fri, 20 Oct 2017 08:53:44 +0000 (10:53 +0200)]
improve an error message

6 years agoMethod does not exist.
Arnaud Giersch [Thu, 19 Oct 2017 19:24:33 +0000 (21:24 +0200)]
Method does not exist.

6 years agoTiny cleanups in ContextUnix.
Arnaud Giersch [Thu, 19 Oct 2017 10:05:20 +0000 (12:05 +0200)]
Tiny cleanups in ContextUnix.

6 years agoMake some protected fields private.
Arnaud Giersch [Thu, 19 Oct 2017 07:12:40 +0000 (09:12 +0200)]
Make some protected fields private.

6 years agoAvoid dangling pointer.
Arnaud Giersch [Thu, 19 Oct 2017 07:00:50 +0000 (09:00 +0200)]
Avoid dangling pointer.

6 years agomore strings
Frederic Suter [Thu, 19 Oct 2017 09:00:22 +0000 (11:00 +0200)]
more strings

6 years agoUse standard C/C++ attributes when available.
Arnaud Giersch [Wed, 18 Oct 2017 20:43:41 +0000 (22:43 +0200)]
Use standard C/C++ attributes when available.

6 years agoMerge if statements.
Arnaud Giersch [Wed, 18 Oct 2017 14:50:59 +0000 (16:50 +0200)]
Merge if statements.

6 years agoEnum ResultStatus: valid is not a valid value. Use value.
Arnaud Giersch [Wed, 18 Oct 2017 13:50:09 +0000 (15:50 +0200)]
Enum ResultStatus: valid is not a valid value. Use value.

6 years agoAdd default case to switch statements.
Arnaud Giersch [Wed, 18 Oct 2017 13:18:02 +0000 (15:18 +0200)]
Add default case to switch statements.

6 years agoPer default, use default ns3/TcpModel.
Arnaud Giersch [Wed, 18 Oct 2017 13:16:19 +0000 (15:16 +0200)]
Per default, use default ns3/TcpModel.

6 years agoDisable logging from ns3.
Arnaud Giersch [Wed, 18 Oct 2017 13:14:41 +0000 (15:14 +0200)]
Disable logging from ns3.

The last two lines are likely dating from tests of the early days of network_ns3.

6 years agoRemove const that was anyway ignored with a cast.
Arnaud Giersch [Tue, 17 Oct 2017 20:04:38 +0000 (22:04 +0200)]
Remove const that was anyway ignored with a cast.

6 years agoMake field private.
Arnaud Giersch [Tue, 17 Oct 2017 19:26:54 +0000 (21:26 +0200)]
Make field private.

6 years agoshould (hopefully) fix build
Frederic Suter [Wed, 18 Oct 2017 16:31:16 +0000 (18:31 +0200)]
should (hopefully) fix build

6 years agoMerge branch 'master' into actor-priority
Zitagcc [Wed, 18 Oct 2017 13:51:08 +0000 (15:51 +0200)]
Merge branch 'master' into actor-priority

6 years agoAdd actor-priority example to s4u API
Takishipp [Wed, 18 Oct 2017 13:46:28 +0000 (15:46 +0200)]
Add actor-priority example to s4u API

6 years agomore simplifications and try to fix build
Frederic Suter [Wed, 18 Oct 2017 12:01:21 +0000 (14:01 +0200)]
more simplifications and try to fix build

6 years agostringify
Frederic Suter [Wed, 18 Oct 2017 09:50:56 +0000 (11:50 +0200)]
stringify

6 years agoValue is always attached to Type
Frederic Suter [Wed, 18 Oct 2017 09:30:36 +0000 (11:30 +0200)]
Value is always attached to Type
replace Value::byNameOrCreate and Value::byName by
Type::addEntityValue and Type::getEntityValue

6 years agoMerge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid
Frederic Suter [Tue, 17 Oct 2017 16:22:29 +0000 (18:22 +0200)]
Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid

6 years agoRemove old #define/#undef.
Arnaud Giersch [Tue, 17 Oct 2017 15:56:42 +0000 (17:56 +0200)]
Remove old #define/#undef.

CLEANUP seems to be a leftover of old C xbt exceptions, and register is not
used anymore (use flex >= 2.6.0).

6 years agoMove macro definitions out of namespace.
Arnaud Giersch [Tue, 17 Oct 2017 15:53:27 +0000 (17:53 +0200)]
Move macro definitions out of namespace.

6 years agofurther simplifications
Frederic Suter [Tue, 17 Oct 2017 15:50:34 +0000 (17:50 +0200)]
further simplifications

6 years agoRemove dead assignment (mimic console_add_link()).
Arnaud Giersch [Tue, 17 Oct 2017 14:31:09 +0000 (16:31 +0200)]
Remove dead assignment (mimic console_add_link()).

6 years agoMark unused parameters in C code.
Arnaud Giersch [Tue, 17 Oct 2017 13:09:45 +0000 (15:09 +0200)]
Mark unused parameters in C code.

6 years agoKill empty function.
Arnaud Giersch [Tue, 17 Oct 2017 13:02:06 +0000 (15:02 +0200)]
Kill empty function.

6 years agono comment...
Frederic Suter [Tue, 17 Oct 2017 14:30:45 +0000 (16:30 +0200)]
no comment...

6 years agotry to silent CI
Frederic Suter [Tue, 17 Oct 2017 14:15:17 +0000 (16:15 +0200)]
try to silent CI

6 years agothis was a bad idea and I messed up my commits
Frederic Suter [Tue, 17 Oct 2017 14:10:00 +0000 (16:10 +0200)]
this was a bad idea and I messed up my commits

6 years agostart deprecating xbt_dict
Frederic Suter [Tue, 17 Oct 2017 13:41:55 +0000 (15:41 +0200)]
start deprecating xbt_dict

6 years agoMerge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid
Frederic Suter [Tue, 17 Oct 2017 13:03:58 +0000 (15:03 +0200)]
Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid

6 years agostop using xbt_dict_set/get_ext
Frederic Suter [Tue, 17 Oct 2017 13:01:01 +0000 (15:01 +0200)]
stop using xbt_dict_set/get_ext

6 years agoUse std::string in network_ns3, and fix memory leak.
Arnaud Giersch [Tue, 17 Oct 2017 10:28:53 +0000 (12:28 +0200)]
Use std::string in network_ns3, and fix memory leak.

6 years agoMark unused parameters.
Arnaud Giersch [Tue, 17 Oct 2017 10:21:08 +0000 (12:21 +0200)]
Mark unused parameters.

Sonar, are you happy with that?

6 years agotiny cleanups
Frederic Suter [Tue, 17 Oct 2017 09:17:30 +0000 (11:17 +0200)]
tiny cleanups

6 years agokill LAST dict in internals !!!
Frederic Suter [Tue, 17 Oct 2017 08:31:12 +0000 (10:31 +0200)]
kill LAST dict in internals !!!

hey, agier, there are some leaks in ns3 that are captured by CI.

6 years agoVariable may be unused.
Arnaud Giersch [Mon, 16 Oct 2017 21:26:46 +0000 (23:26 +0200)]
Variable may be unused.

6 years agoReplace some more malloc/free.
Arnaud Giersch [Mon, 16 Oct 2017 21:11:13 +0000 (23:11 +0200)]
Replace some more malloc/free.

6 years agoUse simgrid::xbt::string_printf.
Arnaud Giersch [Mon, 16 Oct 2017 21:08:53 +0000 (23:08 +0200)]
Use simgrid::xbt::string_printf.

6 years agoAdd default label to switch.
Arnaud Giersch [Mon, 16 Oct 2017 20:42:14 +0000 (22:42 +0200)]
Add default label to switch.

6 years agoAdd a default initialization for member variables.
Arnaud Giersch [Mon, 16 Oct 2017 20:31:46 +0000 (22:31 +0200)]
Add a default initialization for member variables.

6 years agoInvert variable to circumvent false positive of cppcheck.
Arnaud Giersch [Mon, 16 Oct 2017 20:25:03 +0000 (22:25 +0200)]
Invert variable to circumvent false positive of cppcheck.

6 years agoRemove unused macros.
Arnaud Giersch [Mon, 16 Oct 2017 20:08:02 +0000 (22:08 +0200)]
Remove unused macros.

6 years agoSonar still does not like #undef. Use a local variable to hide _xbt_log_cat_init.
Arnaud Giersch [Mon, 16 Oct 2017 20:04:58 +0000 (22:04 +0200)]
Sonar still does not like #undef.  Use a local variable to hide _xbt_log_cat_init.

6 years agoSonar doesn't like #undef.
Arnaud Giersch [Mon, 16 Oct 2017 19:49:06 +0000 (21:49 +0200)]
Sonar doesn't like #undef.

6 years agoReplace macro by an inline function.
Arnaud Giersch [Mon, 16 Oct 2017 19:46:17 +0000 (21:46 +0200)]
Replace macro by an inline function.

6 years agoSonar asked to end this switch cases with an unconditional statement.
Arnaud Giersch [Mon, 16 Oct 2017 19:30:05 +0000 (21:30 +0200)]
Sonar asked to end this switch cases with an unconditional statement.

6 years agoRewrite without goto going backward.
Arnaud Giersch [Mon, 16 Oct 2017 15:09:49 +0000 (17:09 +0200)]
Rewrite without goto going backward.

A big diff due to reindentation, best viewed with "git show -w".

6 years agomore std::string and stuff
Frederic Suter [Mon, 16 Oct 2017 13:33:58 +0000 (15:33 +0200)]
more std::string and stuff

6 years agoMerge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid
Frederic Suter [Mon, 16 Oct 2017 13:02:14 +0000 (15:02 +0200)]
Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid

6 years agoc++ify some (untested) code
Frederic Suter [Mon, 16 Oct 2017 12:08:38 +0000 (14:08 +0200)]
c++ify some (untested) code

6 years agoExplicitly use default ctor/dtor.
Arnaud Giersch [Mon, 16 Oct 2017 11:32:23 +0000 (13:32 +0200)]
Explicitly use default ctor/dtor.

6 years agoKill useless empty functions.
Arnaud Giersch [Mon, 16 Oct 2017 11:31:49 +0000 (13:31 +0200)]
Kill useless empty functions.

6 years agoAdd comments to acknowledge empty functions (and please Sonar).
Arnaud Giersch [Mon, 16 Oct 2017 08:50:48 +0000 (10:50 +0200)]
Add comments to acknowledge empty functions (and please Sonar).

6 years agoAllow nullptr for Extension deleter.
Arnaud Giersch [Mon, 16 Oct 2017 11:25:42 +0000 (13:25 +0200)]
Allow nullptr for Extension deleter.

6 years agoUse s4u API in example.
Arnaud Giersch [Mon, 16 Oct 2017 08:32:16 +0000 (10:32 +0200)]
Use s4u API in example.

6 years agoComment name for unused parameters.
Arnaud Giersch [Sun, 15 Oct 2017 21:20:01 +0000 (23:20 +0200)]
Comment name for unused parameters.

6 years agoMove variable defintion out of header file.
Arnaud Giersch [Sun, 15 Oct 2017 21:06:05 +0000 (23:06 +0200)]
Move variable defintion out of header file.

6 years agocosmetics after integrating #229
Martin Quinson [Sun, 15 Oct 2017 19:56:27 +0000 (21:56 +0200)]
cosmetics after integrating #229

6 years agoMerge branch 'Takishipp-actor-startkilltime'
Martin Quinson [Sun, 15 Oct 2017 19:36:50 +0000 (21:36 +0200)]
Merge branch 'Takishipp-actor-startkilltime'

6 years agoMerge branch 'actor-startkilltime' of https://github.com/Takishipp/simgrid into Takis...
Martin Quinson [Sun, 15 Oct 2017 19:36:23 +0000 (21:36 +0200)]
Merge branch 'actor-startkilltime' of https://github.com/Takishipp/simgrid into Takishipp-actor-startkilltime

6 years agofollow up on #228: fix make dist and cleanups
Martin Quinson [Sun, 15 Oct 2017 19:19:31 +0000 (21:19 +0200)]
follow up on #228: fix make dist and cleanups

6 years agoMerge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid
Martin Quinson [Sun, 15 Oct 2017 18:59:38 +0000 (20:59 +0200)]
Merge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid

6 years agokill last dicts in instr
Frederic Suter [Sun, 15 Oct 2017 16:57:26 +0000 (18:57 +0200)]
kill last dicts in instr
revalidate awfully long tesh files

6 years agocosmetics after integrating #228
Martin Quinson [Sun, 15 Oct 2017 15:21:43 +0000 (17:21 +0200)]
cosmetics after integrating #228

6 years agoremove bogus debug log file
Martin Quinson [Sun, 15 Oct 2017 14:40:12 +0000 (16:40 +0200)]
remove bogus debug log file

6 years agoMerge pull request #228 from Takishipp/actor-execute
Martin Quinson [Sun, 15 Oct 2017 14:37:30 +0000 (16:37 +0200)]
Merge pull request #228 from Takishipp/actor-execute

Convert actor-execute to s4u API

6 years agoMake it clearer that there's no memory leak here.
Arnaud Giersch [Sun, 15 Oct 2017 13:57:14 +0000 (15:57 +0200)]
Make it clearer that there's no memory leak here.

6 years agoFix segfault when exiting without running the simulation.
Arnaud Giersch [Sun, 15 Oct 2017 13:48:57 +0000 (15:48 +0200)]
Fix segfault when exiting without running the simulation.

A big warning is issued instead: not sure that it's sufficient for bug #230
to be closed.

6 years agoReplace malloc/free by new/delete.
Arnaud Giersch [Sun, 15 Oct 2017 12:55:05 +0000 (14:55 +0200)]
Replace malloc/free by new/delete.

6 years agoDocument last changes to public API, and keep old method (marked as deprecated).
Arnaud Giersch [Sun, 15 Oct 2017 12:41:38 +0000 (14:41 +0200)]
Document last changes to public API, and keep old method (marked as deprecated).

6 years agoDefine XBT_ATTRIB_DEPRECATED_v321.
Arnaud Giersch [Sun, 15 Oct 2017 12:13:56 +0000 (14:13 +0200)]
Define XBT_ATTRIB_DEPRECATED_v321.

6 years agoChange getName() and add getCname() in s4u::Storage.
Arnaud Giersch [Sat, 14 Oct 2017 20:52:46 +0000 (22:52 +0200)]
Change getName() and add getCname() in s4u::Storage.

6 years agoConstify getName()/getCname() in s4u::NetZone.
Arnaud Giersch [Sat, 14 Oct 2017 20:49:28 +0000 (22:49 +0200)]
Constify getName()/getCname() in s4u::NetZone.

6 years agoChange getName() and add getCname() in s4u::Mailbox.
Arnaud Giersch [Sat, 14 Oct 2017 20:40:05 +0000 (22:40 +0200)]
Change getName() and add getCname() in s4u::Mailbox.

6 years agoChange name() to getCname() and add getName() in s4u::Link.
Arnaud Giersch [Sat, 14 Oct 2017 20:15:40 +0000 (22:15 +0200)]
Change name() to getCname() and add getName() in s4u::Link.