Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
5 years agotiny doc improvement
Martin Quinson [Wed, 21 Nov 2018 21:08:04 +0000 (22:08 +0100)]
tiny doc improvement

5 years agoDocker: one rule to regenerate them all
Martin Quinson [Wed, 21 Nov 2018 20:58:30 +0000 (21:58 +0100)]
Docker: one rule to regenerate them all

5 years agotuto-msg was removed 3 months ago.
Arnaud Giersch [Wed, 21 Nov 2018 16:07:24 +0000 (17:07 +0100)]
tuto-msg was removed 3 months ago.

5 years agoStabilize output by sorting.
Arnaud Giersch [Mon, 19 Nov 2018 14:22:37 +0000 (15:22 +0100)]
Stabilize output by sorting.

Should improve framagit issue simgrid/simgrid#4.

5 years agoadd include to lift potential ambiguity for std::abs
Augustin Degomme [Wed, 21 Nov 2018 13:05:27 +0000 (14:05 +0100)]
add include to lift potential ambiguity for std::abs

5 years agoMerge branch 'master' of github.com:simgrid/simgrid
Martin Quinson [Wed, 21 Nov 2018 10:48:36 +0000 (11:48 +0100)]
Merge branch 'master' of github.com:simgrid/simgrid

5 years agoMerge branch 'master' of framagit.org:simgrid/simgrid
Martin Quinson [Wed, 21 Nov 2018 10:48:16 +0000 (11:48 +0100)]
Merge branch 'master' of framagit.org:simgrid/simgrid

5 years agodocument recent changes
Martin Quinson [Wed, 21 Nov 2018 10:48:07 +0000 (11:48 +0100)]
document recent changes

5 years agoMerge pull request #316 from bcamus/master
Martin Quinson [Wed, 21 Nov 2018 10:44:42 +0000 (11:44 +0100)]
Merge pull request #316 from bcamus/master

fix a bug related to the CPU utilization of multi-core VM

5 years agoMerge pull request #314 from simgrid/smpi-args-cleanup
Martin Quinson [Wed, 21 Nov 2018 10:43:13 +0000 (11:43 +0100)]
Merge pull request #314 from simgrid/smpi-args-cleanup

SMPI args cleanup

5 years ago[smpi args cleanup] remove load-balancer-replay
Millian Poquet [Fri, 16 Nov 2018 15:55:09 +0000 (16:55 +0100)]
[smpi args cleanup] remove load-balancer-replay

The example was partly deactivated.
This commit removes the files from the repo (for now).

5 years ago[smpi args cleanup] adapt replay examples
Millian Poquet [Fri, 16 Nov 2018 15:54:36 +0000 (16:54 +0100)]
[smpi args cleanup] adapt replay examples

5 years agoUpdate teshsuite/s4u/cloud-sharing/cloud-sharing.cpp
Martin Quinson [Wed, 21 Nov 2018 08:09:01 +0000 (09:09 +0100)]
Update teshsuite/s4u/cloud-sharing/cloud-sharing.cpp

Co-Authored-By: bcamus <benjamin.camus@inria.fr>
5 years agoUpdate src/plugins/vm/VirtualMachineImpl.cpp
Martin Quinson [Tue, 20 Nov 2018 19:44:22 +0000 (20:44 +0100)]
Update src/plugins/vm/VirtualMachineImpl.cpp

Co-Authored-By: bcamus <benjamin.camus@inria.fr>
5 years agofix a bug related to the CPU utilization of multi-core VM
bcamus [Tue, 30 Oct 2018 13:26:04 +0000 (14:26 +0100)]
fix a bug related to the CPU utilization of multi-core VM
+ update of the cloud-sharing test accordingly
+ the cloud-sharing test is now written in s4u

5 years agoSonar is currently failing, try to upgrade sonar-scanner.
Arnaud Giersch [Sun, 18 Nov 2018 14:20:27 +0000 (15:20 +0100)]
Sonar is currently failing, try to upgrade sonar-scanner.

5 years agoforgot java too
Frederic Suter [Sat, 17 Nov 2018 20:58:01 +0000 (21:58 +0100)]
forgot java too

5 years agoretry with warnings activated
Frederic Suter [Sat, 17 Nov 2018 20:21:57 +0000 (21:21 +0100)]
retry with warnings activated

5 years agoback to business!
Frederic Suter [Sat, 17 Nov 2018 19:40:23 +0000 (20:40 +0100)]
back to business!
MSG semaphores become legacy as they are now implemented through S4U.

5 years ago[smpi args cleanup] internal changes for clean-up
Millian Poquet [Fri, 16 Nov 2018 15:24:07 +0000 (16:24 +0100)]
[smpi args cleanup] internal changes for clean-up

- use actor properties instead of args for instance_id and rank
- remove argc/argv from several functions
  - either by making the desired arguments explicit (replay/offline)
  - or by using the actor properties (online)

5 years ago[smpi args cleanup] xbt_replay args
Millian Poquet [Fri, 16 Nov 2018 15:15:15 +0000 (16:15 +0100)]
[smpi args cleanup] xbt_replay args

5 years agoMerge commit 'c619e9d16'
Millian Poquet [Fri, 16 Nov 2018 15:11:10 +0000 (16:11 +0100)]
Merge commit 'c619e9d16'

5 years ago[misc] fix deprecation msg for Actor::setProperty
Millian Poquet [Thu, 15 Nov 2018 18:15:17 +0000 (19:15 +0100)]
[misc] fix deprecation msg for Actor::setProperty

5 years agohandle MPI_ANY_SOURCE in recv replay
Augustin Degomme [Thu, 15 Nov 2018 10:02:33 +0000 (11:02 +0100)]
handle MPI_ANY_SOURCE in recv replay

5 years agoMacro is always defined (by cmakedefine01).
Arnaud Giersch [Thu, 15 Nov 2018 08:56:19 +0000 (09:56 +0100)]
Macro is always defined (by cmakedefine01).

5 years agoAdd a comment explaining the "ifndef".
Arnaud Giersch [Thu, 15 Nov 2018 08:54:18 +0000 (09:54 +0100)]
Add a comment explaining the "ifndef".

5 years agoInclude seems useless.
Arnaud Giersch [Thu, 15 Nov 2018 08:35:53 +0000 (09:35 +0100)]
Include seems useless.

5 years agoSIMGRID_HAVE_MC is already defined in <simgrid/config.h>.
Arnaud Giersch [Thu, 15 Nov 2018 08:02:28 +0000 (09:02 +0100)]
SIMGRID_HAVE_MC is already defined in <simgrid/config.h>.

5 years agoFix comments.
Arnaud Giersch [Thu, 15 Nov 2018 07:54:07 +0000 (08:54 +0100)]
Fix comments.

5 years agodocs improvements
Martin Quinson [Thu, 15 Nov 2018 06:34:24 +0000 (07:34 +0100)]
docs improvements

- some words about trace replay, mostly stolen from tuto. Ways more should be said.
- A warning about remainings of previous cmake configuration
- A word on VM in the 10000ft view of S4U

5 years agofix clang build
Martin Quinson [Mon, 12 Nov 2018 05:14:01 +0000 (06:14 +0100)]
fix clang build

5 years agosmall doc improvement
Martin Quinson [Mon, 12 Nov 2018 04:12:37 +0000 (05:12 +0100)]
small doc improvement

5 years agoContext creation: Fix one OOP design issue
Martin Quinson [Mon, 12 Nov 2018 03:49:39 +0000 (04:49 +0100)]
Context creation: Fix one OOP design issue

5 years agoimprove a comment
Martin Quinson [Sun, 11 Nov 2018 05:17:17 +0000 (06:17 +0100)]
improve a comment

5 years agoFactorize code between the calling sites of the ActorImpl ctor
Martin Quinson [Sun, 11 Nov 2018 04:39:11 +0000 (05:39 +0100)]
Factorize code between the calling sites of the ActorImpl ctor

5 years agotiny factorizations and doc improvements
Martin Quinson [Sun, 11 Nov 2018 03:23:03 +0000 (04:23 +0100)]
tiny factorizations and doc improvements

5 years agoremove the argc/argv version of simcall_process_create
Martin Quinson [Sun, 11 Nov 2018 02:54:30 +0000 (03:54 +0100)]
remove the argc/argv version of simcall_process_create

5 years agoMSG: kill the MSG_process_create_from_stdfunc() pimple
Martin Quinson [Sun, 11 Nov 2018 01:49:31 +0000 (02:49 +0100)]
MSG: kill the MSG_process_create_from_stdfunc() pimple

5 years agojava: stop using MSG_process_create_from_stdfunc
Martin Quinson [Sun, 11 Nov 2018 00:31:57 +0000 (01:31 +0100)]
java: stop using MSG_process_create_from_stdfunc

Use simcall_process_create directly instead. This code would be better
if smx_actor were a real class.

5 years agojava process creation: this was already binded by java_main_jprocess()
Martin Quinson [Sat, 10 Nov 2018 23:54:05 +0000 (00:54 +0100)]
java process creation: this was already binded by java_main_jprocess()

5 years agoeclipse config file: there is some Java in this project
Martin Quinson [Sat, 10 Nov 2018 23:12:30 +0000 (00:12 +0100)]
eclipse config file: there is some Java in this project

5 years agodoc: say that set_receiver() adds a silly ref to the actor
Martin Quinson [Sat, 10 Nov 2018 21:33:19 +0000 (22:33 +0100)]
doc: say that set_receiver() adds a silly ref to the actor

I tried hard to fix it instead, but I don't manage for now.

5 years agoApple renamed all their OSes
Martin Quinson [Tue, 6 Nov 2018 06:19:42 +0000 (07:19 +0100)]
Apple renamed all their OSes

https://www.engadget.com/2016/06/13/os-x-is-now-macos/

5 years agoplease sonar: kill an unused type and reduce the visibility of another one
Martin Quinson [Sun, 4 Nov 2018 11:54:44 +0000 (12:54 +0100)]
please sonar: kill an unused type and reduce the visibility of another one

5 years agoFix distcheck.
Arnaud Giersch [Wed, 7 Nov 2018 21:11:04 +0000 (22:11 +0100)]
Fix distcheck.

5 years agoCosmetics.
Arnaud Giersch [Fri, 2 Nov 2018 20:21:47 +0000 (21:21 +0100)]
Cosmetics.

5 years agoMerge pull request #309 from mpoquet/generate-pkg-config
Martin Quinson [Wed, 7 Nov 2018 19:51:31 +0000 (20:51 +0100)]
Merge pull request #309 from mpoquet/generate-pkg-config

Provide a pkg-config file for SimGrid

5 years ago[cmake] generate/install a pkg-config simgrid.pc
Millian Poquet [Wed, 7 Nov 2018 18:09:02 +0000 (19:09 +0100)]
[cmake] generate/install a pkg-config simgrid.pc

5 years agofix gcc 9 warnings. Have to check if the std::move removal is harmful
Augustin Degomme [Tue, 6 Nov 2018 17:06:05 +0000 (18:06 +0100)]
fix gcc 9 warnings. Have to check if the std::move removal is harmful

5 years agothese archaic callbacks are not used anymore, so kill them
Martin Quinson [Sun, 4 Nov 2018 04:33:09 +0000 (05:33 +0100)]
these archaic callbacks are not used anymore, so kill them

5 years agosimplify MSG process creation/destruction
Martin Quinson [Sun, 4 Nov 2018 04:04:55 +0000 (05:04 +0100)]
simplify MSG process creation/destruction

Use a proper callback to cleanup things, and somehow, we don't need
anything special anymore when creating a MSG process, so stop making
things complicated for no reason.

5 years agoNote that this easy task is actually impssible as is
Martin Quinson [Sun, 4 Nov 2018 03:50:03 +0000 (04:50 +0100)]
Note that this easy task is actually impssible as is

5 years agoDeprecate the C API of parallel_execute
Martin Quinson [Sat, 27 Oct 2018 14:31:49 +0000 (16:31 +0200)]
Deprecate the C API of parallel_execute

5 years agoplug a memleak
Martin Quinson [Sun, 4 Nov 2018 00:45:07 +0000 (01:45 +0100)]
plug a memleak

5 years agotry to have mc work with freebsd 12 and flang
Augustin Degomme [Sat, 3 Nov 2018 14:57:58 +0000 (14:57 +0000)]
try to have mc work with freebsd 12 and flang

5 years agofinish objectifying the backtraces
Martin Quinson [Fri, 2 Nov 2018 21:49:24 +0000 (22:49 +0100)]
finish objectifying the backtraces

5 years agoUse $() instead of backticks and remove useless use of grep.
Arnaud Giersch [Fri, 2 Nov 2018 17:01:20 +0000 (18:01 +0100)]
Use $() instead of backticks and remove useless use of grep.

5 years agoCopy constructor and assignment operators are implicitely deleted anyway (dixit clang 8).
Arnaud Giersch [Fri, 2 Nov 2018 16:48:27 +0000 (17:48 +0100)]
Copy constructor and assignment operators are implicitely deleted anyway (dixit clang 8).

5 years agoUse libunwind-generic instead of specific libunwind-PLAT.
Arnaud Giersch [Thu, 1 Nov 2018 20:18:23 +0000 (21:18 +0100)]
Use libunwind-generic instead of specific libunwind-PLAT.

It's the way to go according to libunwind-ptrace(3), and libunwind-generic
seems to point to the correct libunwind-PLAT anyway.

5 years agoFix build without stacktrace_backtrace
Martin Quinson [Mon, 29 Oct 2018 20:01:15 +0000 (21:01 +0100)]
Fix build without stacktrace_backtrace

5 years agoreplace our own crude code with Boost.stacktrace
Martin Quinson [Mon, 29 Oct 2018 15:51:45 +0000 (16:51 +0100)]
replace our own crude code with Boost.stacktrace

5 years agoadd libboost_stacktrace_backtrace to excludes
Augustin Degomme [Mon, 29 Oct 2018 12:25:59 +0000 (13:25 +0100)]
add libboost_stacktrace_backtrace to excludes

5 years agoprovide a backtrace implementation that uses boost.stacktrace
Martin Quinson [Sun, 28 Oct 2018 23:13:08 +0000 (00:13 +0100)]
provide a backtrace implementation that uses boost.stacktrace

5 years agoHide the backtrace implementation in a private pimpl
Martin Quinson [Sun, 28 Oct 2018 21:30:38 +0000 (22:30 +0100)]
Hide the backtrace implementation in a private pimpl

This opens the path to an implementation with Boost.Stacktrace when found

5 years agoBuildSimGrid.sh: Try to install the lib if possible
Martin Quinson [Sun, 28 Oct 2018 20:58:57 +0000 (21:58 +0100)]
BuildSimGrid.sh: Try to install the lib if possible

5 years agocmake: rewrite the detection of boost optional components, look for stacktrace
Martin Quinson [Sun, 28 Oct 2018 16:40:51 +0000 (17:40 +0100)]
cmake: rewrite the detection of boost optional components, look for stacktrace

5 years agoWorkaround bug in Intel-C.cmake.
Arnaud Giersch [Sun, 28 Oct 2018 22:00:16 +0000 (23:00 +0100)]
Workaround bug in Intel-C.cmake.

See:
https://gitlab.kitware.com/cmake/cmake/issues/18166
https://gitlab.kitware.com/cmake/cmake/commit/735e69f4458850cc335710af36d1382b891cbb5e

5 years agoAvoid bleeding edge ‘for’ loop initial declarations.
Arnaud Giersch [Sun, 28 Oct 2018 20:20:04 +0000 (21:20 +0100)]
Avoid bleeding edge ‘for’ loop initial declarations.

I suspect Travis to fail because cmake doesn't use -std=c11 with try_run.

5 years agoKill obsolete config test programs.
Arnaud Giersch [Sun, 28 Oct 2018 20:10:16 +0000 (21:10 +0100)]
Kill obsolete config test programs.

5 years agoRemove obsolete exclusions.
Arnaud Giersch [Sat, 27 Oct 2018 19:43:55 +0000 (21:43 +0200)]
Remove obsolete exclusions.

5 years agoUdpate .mailmap.
Arnaud Giersch [Fri, 26 Oct 2018 12:38:40 +0000 (14:38 +0200)]
Udpate .mailmap.

5 years agotravis: this format is hard to read and I'm stupid. The perfect match
Martin Quinson [Sun, 28 Oct 2018 08:34:44 +0000 (09:34 +0100)]
travis: this format is hard to read and I'm stupid. The perfect match

5 years agotravis: Display full cmake logs on error
Martin Quinson [Sun, 28 Oct 2018 08:25:49 +0000 (09:25 +0100)]
travis: Display full cmake logs on error

5 years agoHide the content of a simgrid::xbt::Backtrace and inline a function
Martin Quinson [Sat, 27 Oct 2018 20:22:21 +0000 (22:22 +0200)]
Hide the content of a simgrid::xbt::Backtrace and inline a function

5 years agoSimplify how we check for C++11 and friends
Martin Quinson [Sat, 27 Oct 2018 20:06:53 +0000 (22:06 +0200)]
Simplify how we check for C++11 and friends

5 years agoFindSimGrid: Make sure our headers are compiled with C++11 at least
Martin Quinson [Sat, 27 Oct 2018 20:03:16 +0000 (22:03 +0200)]
FindSimGrid: Make sure our headers are compiled with C++11 at least

5 years agotry to please sonar on this ugly code
Martin Quinson [Sat, 27 Oct 2018 20:02:36 +0000 (22:02 +0200)]
try to please sonar on this ugly code

5 years agobacktrace: factorize the function headers between the portability layers
Martin Quinson [Sat, 27 Oct 2018 19:18:38 +0000 (21:18 +0200)]
backtrace: factorize the function headers between the portability layers

5 years agodocs: fix all examples of git clone to use https
Martin Quinson [Sat, 27 Oct 2018 17:44:47 +0000 (19:44 +0200)]
docs: fix all examples of git clone to use https

5 years agobacktrace: fix various portability issues I just introduced
Martin Quinson [Sat, 27 Oct 2018 17:09:18 +0000 (19:09 +0200)]
backtrace: fix various portability issues I just introduced

I'm really a bummer

5 years agothese portability bits should be useless
Martin Quinson [Sat, 27 Oct 2018 16:55:53 +0000 (18:55 +0200)]
these portability bits should be useless

5 years agoinline two C files that were included (gosh)
Martin Quinson [Sat, 27 Oct 2018 16:47:04 +0000 (18:47 +0200)]
inline two C files that were included (gosh)

5 years agobacktrace: kill two unused functions
Martin Quinson [Sat, 27 Oct 2018 16:18:49 +0000 (18:18 +0200)]
backtrace: kill two unused functions

5 years agoinline an include file. Not used from C anymore
Martin Quinson [Sat, 27 Oct 2018 16:01:47 +0000 (18:01 +0200)]
inline an include file. Not used from C anymore

5 years agocosmetics around backtraces
Martin Quinson [Sat, 27 Oct 2018 15:20:25 +0000 (17:20 +0200)]
cosmetics around backtraces

- Use a type hiding the vector
- Remove a deprecated function that nobody uses

This is the first step toward the rewriting of the backtraces. My
motivation is that our ugly hack with addr2line is not working anymore
on my Debian while boost::stacktrace entered testing. I plan to
convert to that new system.

5 years agoremove an obsolete file
Martin Quinson [Sat, 27 Oct 2018 15:01:25 +0000 (17:01 +0200)]
remove an obsolete file

5 years agoRevert "[smpi] use maps on actor to use one buffer for each"
Martin Quinson [Sat, 27 Oct 2018 14:32:57 +0000 (16:32 +0200)]
Revert "[smpi] use maps on actor to use one buffer for each"

This reverts commit 4b1773e713af47a4917278519ab87386d1de48c5.

I fail to understand the problem that this commit wants to solve, and
it introduces many issues. Amongst which, a memory exhaustion on 32bit.

5 years agoRevert "Fix multiple memleaks in the replay of multiple SMPI instances"
Martin Quinson [Sat, 27 Oct 2018 14:32:33 +0000 (16:32 +0200)]
Revert "Fix multiple memleaks in the replay of multiple SMPI instances"

This reverts commit cfa37467445963796bfdafdec9bad8ec8566a60a.

5 years agoignore more examples' binaries
Martin Quinson [Sat, 27 Oct 2018 14:32:17 +0000 (16:32 +0200)]
ignore more examples' binaries

5 years agocosmetics, sorry for the noise
Martin Quinson [Fri, 26 Oct 2018 16:31:00 +0000 (18:31 +0200)]
cosmetics, sorry for the noise

5 years agoTuto algo: say how to specify where SimGrid is installed
Martin Quinson [Fri, 26 Oct 2018 16:21:25 +0000 (18:21 +0200)]
Tuto algo: say how to specify where SimGrid is installed

5 years agoMPI tuto: use the https version of git repos
Martin Quinson [Fri, 26 Oct 2018 16:14:19 +0000 (18:14 +0200)]
MPI tuto: use the https version of git repos

5 years ago[examples] smpi-replay-mm: free -> xbt_free
Millian Poquet [Thu, 25 Oct 2018 17:59:44 +0000 (19:59 +0200)]
[examples] smpi-replay-mm: free -> xbt_free

5 years agoMerge branch 'smpi-replay-mm-robustness'
Millian Poquet [Thu, 25 Oct 2018 15:42:25 +0000 (17:42 +0200)]
Merge branch 'smpi-replay-mm-robustness'

5 years ago[examples] smpi-replay-mm: sleep(1) at job end
Millian Poquet [Thu, 25 Oct 2018 15:37:42 +0000 (17:37 +0200)]
[examples] smpi-replay-mm: sleep(1) at job end

This is done to check that the job ends after the ranks
without huge modifications to the output log analysis

5 years ago[examples] smpi-replay-mm: fix output sort
Millian Poquet [Thu, 25 Oct 2018 15:25:05 +0000 (17:25 +0200)]
[examples] smpi-replay-mm: fix output sort

5 years ago[examples] smpi-replay-mm: align actors' name
Millian Poquet [Thu, 25 Oct 2018 15:12:56 +0000 (17:12 +0200)]
[examples] smpi-replay-mm: align actors' name

5 years agodocs: Fix broken links, bummer
Martin Quinson [Wed, 24 Oct 2018 22:25:16 +0000 (00:25 +0200)]
docs: Fix broken links, bummer

5 years agoupdate the releasing procedure to align with the new website on framagit
Martin Quinson [Wed, 24 Oct 2018 22:11:30 +0000 (00:11 +0200)]
update the releasing procedure to align with the new website on framagit

5 years agodocker smpi tuto: we need libboost-all-dev for replay.cpp
Martin Quinson [Wed, 24 Oct 2018 22:11:01 +0000 (00:11 +0200)]
docker smpi tuto: we need libboost-all-dev for replay.cpp