Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
4 years agoUseless if().
Arnaud Giersch [Wed, 30 Oct 2019 16:36:36 +0000 (17:36 +0100)]
Useless if().

4 years agoRestore test to its state before commit 08e94eb0482589e4b287cbea301b84daf52635bd.
Arnaud Giersch [Wed, 30 Oct 2019 16:38:46 +0000 (17:38 +0100)]
Restore test to its state before commit 08e94eb0482589e4b287cbea301b84daf52635bd.

Another test is coming soon to check turning off its own host.

4 years agosimplify user data management in MSG
Frederic Suter [Wed, 30 Oct 2019 18:09:39 +0000 (19:09 +0100)]
simplify user data management in MSG

The recently introduced generic extension for user data make the
specific management made in MSG redudant. MSG_process_get_data and
MSG_process_set_data are now mapped on the sg_actor_data_set and
sg_actor_data functions and have been moved to msg_legacy.cpp

4 years agoadd C interface to Actor::init and Actor::start
Frederic Suter [Wed, 30 Oct 2019 17:44:05 +0000 (18:44 +0100)]
add C interface to Actor::init and Actor::start

4 years agoMark deprecated virtual methods "final", and complete ChangeLog.
Arnaud Giersch [Sun, 27 Oct 2019 16:45:12 +0000 (17:45 +0100)]
Mark deprecated virtual methods "final", and complete ChangeLog.

Redefining these methods in derived classes may lead to runtime
errors, as seen with simgrid-FMI.

4 years agosecond attempt. Remove -g flag for flang from now, it's not really useful for our...
Augustin Degomme [Sun, 27 Oct 2019 14:47:29 +0000 (15:47 +0100)]
second attempt. Remove -g flag for flang from now, it's not really useful for our internal builds anyway (only tests are built with these settings)

4 years agoRevert "remove useless (?) common block in fortran code as flang7 has problems compil...
Augustin Degomme [Sun, 27 Oct 2019 14:35:47 +0000 (15:35 +0100)]
Revert "remove useless (?) common block in fortran code as flang7 has problems compiling it (see https://github.com/flang-compiler/flang/issues/671 )"

This reverts commit 3ea760af6a8cb65c3a2250ecc65f47386b10f286.

4 years agoremove useless (?) common block in fortran code as flang7 has problems compiling...
Augustin Degomme [Sun, 27 Oct 2019 09:44:47 +0000 (10:44 +0100)]
remove useless (?) common block in fortran code as flang7 has problems compiling it (see https://github.com/flang-compiler/flang/issues/671 )

4 years agoKeep deprecated wrappers "virtual".
Arnaud Giersch [Sat, 26 Oct 2019 21:26:04 +0000 (23:26 +0200)]
Keep deprecated wrappers "virtual".

4 years agocosmetic (process->actor)
Frederic Suter [Fri, 25 Oct 2019 08:56:06 +0000 (10:56 +0200)]
cosmetic (process->actor)

4 years agoCosmetic rename.
Arnaud Giersch [Thu, 24 Oct 2019 12:42:51 +0000 (14:42 +0200)]
Cosmetic rename.

4 years agoEndgame mode is always enabled, remove option.
Arnaud Giersch [Thu, 24 Oct 2019 12:33:16 +0000 (14:33 +0200)]
Endgame mode is always enabled, remove option.

4 years agoRemove duplicate error message, and use xbt_assert.
Arnaud Giersch [Thu, 24 Oct 2019 12:23:27 +0000 (14:23 +0200)]
Remove duplicate error message, and use xbt_assert.

4 years agoDon't shadow outer variable.
Arnaud Giersch [Tue, 22 Oct 2019 09:30:27 +0000 (11:30 +0200)]
Don't shadow outer variable.

4 years agomake actors_at_boot_ private
Frederic Suter [Thu, 24 Oct 2019 16:43:58 +0000 (18:43 +0200)]
make actors_at_boot_ private

4 years agoboss not happy, partial revert
Frederic Suter [Thu, 24 Oct 2019 15:00:51 +0000 (17:00 +0200)]
boss not happy, partial revert

4 years agomake HostImpl::actor_list_ private
Frederic Suter [Thu, 24 Oct 2019 12:35:23 +0000 (14:35 +0200)]
make HostImpl::actor_list_ private

4 years agoalmost useless old stuff... remove
Frederic Suter [Thu, 24 Oct 2019 11:28:34 +0000 (13:28 +0200)]
almost useless old stuff... remove

4 years agosome process to actor renaming
Frederic Suter [Thu, 24 Oct 2019 11:03:55 +0000 (13:03 +0200)]
some process to actor renaming

4 years agoremove direct accesses to pimpl_cpu
Frederic Suter [Thu, 24 Oct 2019 10:28:47 +0000 (12:28 +0200)]
remove direct accesses to pimpl_cpu

4 years agofix ns3
Frederic Suter [Tue, 22 Oct 2019 09:00:56 +0000 (11:00 +0200)]
fix ns3

4 years agomake host's pimpl_netpoint private
Frederic Suter [Tue, 22 Oct 2019 07:26:54 +0000 (09:26 +0200)]
make host's pimpl_netpoint private
* getter is public
* setter is protected

4 years agoUse xbt_assert instead of 'if() xbt_die'
Martin Quinson [Mon, 21 Oct 2019 20:07:16 +0000 (22:07 +0200)]
Use xbt_assert instead of 'if() xbt_die'

4 years agosonar: kill commented code
Martin Quinson [Mon, 21 Oct 2019 13:34:11 +0000 (15:34 +0200)]
sonar: kill commented code

4 years agoVariable is empty since... 2012!
Arnaud Giersch [Mon, 21 Oct 2019 12:27:38 +0000 (14:27 +0200)]
Variable is empty since... 2012!

4 years agoUpdate MANIFEST.in.
Arnaud Giersch [Mon, 21 Oct 2019 12:19:06 +0000 (14:19 +0200)]
Update MANIFEST.in.

4 years agoFix another dead store caught by cppcheck.
Arnaud Giersch [Mon, 21 Oct 2019 09:32:33 +0000 (11:32 +0200)]
Fix another dead store caught by cppcheck.

4 years agomake WifiLink depend on LinkImpl directly
Martin Quinson [Mon, 21 Oct 2019 12:13:47 +0000 (14:13 +0200)]
make WifiLink depend on LinkImpl directly

4 years agodefault value for latency should be 0
Martin Quinson [Mon, 21 Oct 2019 12:13:12 +0000 (14:13 +0200)]
default value for latency should be 0

4 years agocosmetics in the wifi model
Martin Quinson [Mon, 21 Oct 2019 11:43:57 +0000 (13:43 +0200)]
cosmetics in the wifi model

4 years agosplit the wifi model into its own files
Martin Quinson [Sun, 20 Oct 2019 13:43:10 +0000 (15:43 +0200)]
split the wifi model into its own files

4 years agoUse statically allocated stack.
Arnaud Giersch [Sun, 20 Oct 2019 19:29:54 +0000 (21:29 +0200)]
Use statically allocated stack.

Avoid memory leak and please static analyzers.

4 years agoAdd "explicit" keyword.
Arnaud Giersch [Sun, 20 Oct 2019 19:23:40 +0000 (21:23 +0200)]
Add "explicit" keyword.

4 years agoKill dead stores.
Arnaud Giersch [Sun, 20 Oct 2019 19:14:43 +0000 (21:14 +0200)]
Kill dead stores.

4 years agoPrefer initialization list.
Arnaud Giersch [Sun, 20 Oct 2019 19:13:44 +0000 (21:13 +0200)]
Prefer initialization list.

4 years agoReduce scope for variables.
Arnaud Giersch [Sun, 20 Oct 2019 19:04:05 +0000 (21:04 +0200)]
Reduce scope for variables.

4 years agoDie on error.
Arnaud Giersch [Sun, 20 Oct 2019 19:03:22 +0000 (21:03 +0200)]
Die on error.

4 years agoFix misspelling of "occurring".
Arnaud Giersch [Sat, 19 Oct 2019 21:55:52 +0000 (23:55 +0200)]
Fix misspelling of "occurring".

4 years agoSpell check.
Arnaud Giersch [Sun, 20 Oct 2019 14:13:15 +0000 (16:13 +0200)]
Spell check.

4 years agoTry to ensure test reproducibility.
Arnaud Giersch [Sun, 20 Oct 2019 12:36:41 +0000 (14:36 +0200)]
Try to ensure test reproducibility.

4 years agoRemove remaining mentions of RngStream.
Arnaud Giersch [Sat, 19 Oct 2019 19:42:50 +0000 (21:42 +0200)]
Remove remaining mentions of RngStream.

4 years agoKill dead code.
Arnaud Giersch [Sat, 19 Oct 2019 19:35:56 +0000 (21:35 +0200)]
Kill dead code.

4 years agodocument recently merged MR
Martin Quinson [Sat, 19 Oct 2019 16:54:53 +0000 (18:54 +0200)]
document recently merged MR

4 years agoMerge branch 'noRngStream' into 'master'
Martin Quinson [Sat, 19 Oct 2019 16:53:02 +0000 (18:53 +0200)]
Merge branch 'noRngStream' into 'master'

Removing RngStream

See merge request simgrid/simgrid!19

4 years agoRemoving RngStream
Yann Duplouy [Sat, 19 Oct 2019 16:53:02 +0000 (18:53 +0200)]
Removing RngStream

4 years agodocument our policy for version numbering
Martin Quinson [Fri, 18 Oct 2019 14:25:21 +0000 (16:25 +0200)]
document our policy for version numbering

4 years agorewrite completely the releasing guide
Martin Quinson [Fri, 18 Oct 2019 09:04:15 +0000 (11:04 +0200)]
rewrite completely the releasing guide

4 years agodocument some recently closed bugs
Martin Quinson [Wed, 16 Oct 2019 16:11:14 +0000 (18:11 +0200)]
document some recently closed bugs

4 years agoremove some direct accesses to pimpl_cpu
Frederic Suter [Fri, 18 Oct 2019 11:16:49 +0000 (13:16 +0200)]
remove some direct accesses to pimpl_cpu

4 years agoGitLab/CI: disable coverage.
Arnaud Giersch [Thu, 17 Oct 2019 12:02:38 +0000 (14:02 +0200)]
GitLab/CI: disable coverage.

It's currently not used, and broken with gfortran 9.2.1:
internal compiler error: in coverage_begin_function, at coverage.c:656

4 years agoTravis/win: python has been upgraded.
Arnaud Giersch [Thu, 17 Oct 2019 11:36:50 +0000 (13:36 +0200)]
Travis/win: python has been upgraded.

4 years agoTypos.
Arnaud Giersch [Thu, 17 Oct 2019 09:58:05 +0000 (11:58 +0200)]
Typos.

4 years agoConvert to C++, and call get_pid() directly.
Arnaud Giersch [Thu, 17 Oct 2019 09:47:45 +0000 (11:47 +0200)]
Convert to C++, and call get_pid() directly.

4 years agoThere is no need to use simix here.
Arnaud Giersch [Wed, 16 Oct 2019 20:06:46 +0000 (22:06 +0200)]
There is no need to use simix here.

4 years agoRemove file (deprecated since 16 months).
Arnaud Giersch [Tue, 15 Oct 2019 14:40:39 +0000 (16:40 +0200)]
Remove file (deprecated since 16 months).

4 years agoRemove references to dead variables.
Arnaud Giersch [Wed, 16 Oct 2019 21:56:17 +0000 (23:56 +0200)]
Remove references to dead variables.

4 years ago[sonar] Add "override" annotation.
Arnaud Giersch [Mon, 14 Oct 2019 16:23:25 +0000 (18:23 +0200)]
[sonar] Add "override" annotation.

4 years ago[sonar] Capitalize constant name.
Arnaud Giersch [Mon, 14 Oct 2019 10:12:19 +0000 (12:12 +0200)]
[sonar] Capitalize constant name.

4 years agoimprove the docker generation scripts
Martin Quinson [Wed, 16 Oct 2019 15:52:11 +0000 (17:52 +0200)]
improve the docker generation scripts

4 years agocmake: tell which version of SimGrid we are configuring
Martin Quinson [Tue, 15 Oct 2019 08:14:20 +0000 (10:14 +0200)]
cmake: tell which version of SimGrid we are configuring

4 years agoUpdate the release guide
Martin Quinson [Fri, 11 Oct 2019 18:07:16 +0000 (20:07 +0200)]
Update the release guide

4 years agoRewrite the NEWS after the release O:-)
Martin Quinson [Fri, 11 Oct 2019 18:07:03 +0000 (20:07 +0200)]
Rewrite the NEWS after the release O:-)

4 years agofix GH#305
Frederic Suter [Wed, 16 Oct 2019 15:26:15 +0000 (17:26 +0200)]
fix GH#305
the allocation of a task was only cancelled for unscheduled parallel
typed tasks. Do it for sequential tasks too ...
Sorry for the ultra long delay.

4 years agocosmetics
Frederic Suter [Wed, 16 Oct 2019 14:52:49 +0000 (16:52 +0200)]
cosmetics

4 years ago[sonar] Remove commented out code.
Arnaud Giersch [Sat, 12 Oct 2019 21:01:02 +0000 (23:01 +0200)]
[sonar] Remove commented out code.

4 years ago[cppcheck] Reduce scope for variables.
Arnaud Giersch [Sat, 12 Oct 2019 13:24:58 +0000 (15:24 +0200)]
[cppcheck] Reduce scope for variables.

4 years ago[sonar] Factor common expression and don't duplicate string literals.
Arnaud Giersch [Sat, 12 Oct 2019 13:17:43 +0000 (15:17 +0200)]
[sonar] Factor common expression and don't duplicate string literals.

4 years ago[sonar] Remove unused "import".
Arnaud Giersch [Sat, 12 Oct 2019 12:30:44 +0000 (14:30 +0200)]
[sonar] Remove unused "import".

4 years ago[sonar] Use try-with-resource to correctly close the stream.
Arnaud Giersch [Sat, 12 Oct 2019 10:16:11 +0000 (12:16 +0200)]
[sonar] Use try-with-resource to correctly close the stream.

4 years agoUpdate .mailmap.
Arnaud Giersch [Fri, 11 Oct 2019 12:53:14 +0000 (14:53 +0200)]
Update .mailmap.

4 years agoDeprecate C API for SIMIX timers.
Arnaud Giersch [Fri, 11 Oct 2019 12:13:04 +0000 (14:13 +0200)]
Deprecate C API for SIMIX timers.

4 years agoKeep deprecated features one more release (target: 1 year).
Arnaud Giersch [Fri, 11 Oct 2019 12:10:14 +0000 (14:10 +0200)]
Keep deprecated features one more release (target: 1 year).

4 years agoCosmetics: useless negation.
Arnaud Giersch [Fri, 11 Oct 2019 11:59:39 +0000 (13:59 +0200)]
Cosmetics: useless negation.

4 years agoRemove defintion of msg_as_t, deprecated a long time ago.
Arnaud Giersch [Fri, 11 Oct 2019 11:59:39 +0000 (13:59 +0200)]
Remove defintion of msg_as_t, deprecated a long time ago.

4 years agoMSG_task_receive_ext_bounded was indeed deprecated too. Remove it.
Arnaud Giersch [Fri, 11 Oct 2019 11:59:39 +0000 (13:59 +0200)]
MSG_task_receive_ext_bounded was indeed deprecated too. Remove it.

4 years agoRemove features marked with XBT_ATTRIB_DEPRECATED_v325.
Arnaud Giersch [Fri, 11 Oct 2019 11:59:39 +0000 (13:59 +0200)]
Remove features marked with XBT_ATTRIB_DEPRECATED_v325.

4 years agoUndeprecate SIMIX_process_self_{get,set}_data.
Arnaud Giersch [Fri, 11 Oct 2019 12:41:08 +0000 (14:41 +0200)]
Undeprecate SIMIX_process_self_{get,set}_data.

It's used by user code (e.g. StarPU) and the suggested replacement cannot work
since ActorImpl is not part of the public API.

4 years agoTry to avoid error with mingw: function definition is marked dllimport.
Arnaud Giersch [Fri, 11 Oct 2019 11:40:34 +0000 (13:40 +0200)]
Try to avoid error with mingw: function definition is marked dllimport.

4 years agoDon't try to run tests after build failure.
Arnaud Giersch [Fri, 11 Oct 2019 11:11:30 +0000 (13:11 +0200)]
Don't try to run tests after build failure.

4 years agoUgly hack to remove temporary files on Windows.
Arnaud Giersch [Fri, 11 Oct 2019 10:18:32 +0000 (12:18 +0200)]
Ugly hack to remove temporary files on Windows.

4 years agoplease clang and gcc10
Frederic Suter [Fri, 11 Oct 2019 07:51:45 +0000 (09:51 +0200)]
please clang and gcc10

4 years agoMerge branch 'master' of https://framagit.org/simgrid/simgrid into CRTP
Frederic Suter [Fri, 11 Oct 2019 07:12:06 +0000 (09:12 +0200)]
Merge branch 'master' of https://framagit.org/simgrid/simgrid into CRTP

4 years agoDefine XBT_ATTRIB_DEPRECATED_v328.
Arnaud Giersch [Thu, 10 Oct 2019 21:16:00 +0000 (23:16 +0200)]
Define XBT_ATTRIB_DEPRECATED_v328.

4 years agoMerge remote-tracking branch 'origin/master'
Arnaud Giersch [Thu, 10 Oct 2019 21:20:45 +0000 (23:20 +0200)]
Merge remote-tracking branch 'origin/master'

4 years agoStart the dev of v3.24.1.
Arnaud Giersch [Thu, 10 Oct 2019 21:09:40 +0000 (23:09 +0200)]
Start the dev of v3.24.1.

4 years agouse CRTP to factor refcounting across activity types
Frederic Suter [Thu, 10 Oct 2019 10:16:28 +0000 (12:16 +0200)]
use CRTP to factor refcounting across activity types

4 years agoupdate things
Frederic Suter [Thu, 10 Oct 2019 09:37:05 +0000 (11:37 +0200)]
update things

4 years agoMerge branch 'master' into CRTP
Frederic Suter [Thu, 10 Oct 2019 09:15:07 +0000 (11:15 +0200)]
Merge branch 'master' into CRTP

4 years agoPrefer stderr to stdout.
Arnaud Giersch [Wed, 9 Oct 2019 20:48:28 +0000 (22:48 +0200)]
Prefer stderr to stdout.

4 years agoTravis: make "du" more verbose.
Arnaud Giersch [Wed, 9 Oct 2019 20:03:57 +0000 (22:03 +0200)]
Travis: make "du" more verbose.

4 years agosecond attempt at fixing 32bits. Am I stupid or something? v3.24
Martin Quinson [Wed, 9 Oct 2019 17:24:35 +0000 (19:24 +0200)]
second attempt at fixing 32bits. Am I stupid or something?

4 years agofix 32bits builds
Martin Quinson [Wed, 9 Oct 2019 16:21:56 +0000 (18:21 +0200)]
fix 32bits builds

4 years agodocument more closed bugs
Martin Quinson [Wed, 9 Oct 2019 16:10:11 +0000 (18:10 +0200)]
document more closed bugs

4 years agotry to release v3.24
Martin Quinson [Wed, 9 Oct 2019 16:03:59 +0000 (18:03 +0200)]
try to release v3.24

4 years agoun-deprecate a redundent function
Martin Quinson [Wed, 9 Oct 2019 15:45:07 +0000 (17:45 +0200)]
un-deprecate a redundent function

I don't see why we should not help our users. Having 2 functions doing
close (but different) things is not such a bad thing.

4 years agoMerge pull request #334 from Mommessc/rework-energy-plugin-2.0
Martin Quinson [Wed, 9 Oct 2019 15:43:13 +0000 (17:43 +0200)]
Merge pull request #334 from Mommessc/rework-energy-plugin-2.0

Rework energy plugin, again

4 years agoMerge branch 'master' into rework-energy-plugin-2.0
Martin Quinson [Wed, 9 Oct 2019 15:42:18 +0000 (17:42 +0200)]
Merge branch 'master' into rework-energy-plugin-2.0

4 years agoMerge branch 'master' of github.com:simgrid/simgrid
Martin Quinson [Wed, 9 Oct 2019 15:40:55 +0000 (17:40 +0200)]
Merge branch 'master' of github.com:simgrid/simgrid

4 years agosonar: kill an overriding method
Martin Quinson [Wed, 9 Oct 2019 15:35:56 +0000 (17:35 +0200)]
sonar: kill an overriding method

4 years agojava: automatically close the streams on error to please java
Martin Quinson [Wed, 9 Oct 2019 15:20:06 +0000 (17:20 +0200)]
java: automatically close the streams on error to please java