Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
5 years agodocs: user-friendly URLs
Martin Quinson [Wed, 24 Oct 2018 22:04:48 +0000 (00:04 +0200)]
docs: user-friendly URLs

5 years agoFix multiple memleaks in the replay of multiple SMPI instances
Martin Quinson [Wed, 24 Oct 2018 14:00:42 +0000 (16:00 +0200)]
Fix multiple memleaks in the replay of multiple SMPI instances

5 years agotravis: try to use the addon to install homebrew packages
Martin Quinson [Wed, 24 Oct 2018 08:21:14 +0000 (10:21 +0200)]
travis: try to use the addon to install homebrew packages

5 years agofix some doxygen errors
Martin Quinson [Tue, 23 Oct 2018 20:18:47 +0000 (22:18 +0200)]
fix some doxygen errors

5 years agodocs: Rewrite the intro of platform description
Martin Quinson [Mon, 22 Oct 2018 23:08:28 +0000 (01:08 +0200)]
docs: Rewrite the intro of platform description

5 years ago[examples] smpi-replay-mmd: hack--, memleak++
Millian Poquet [Tue, 23 Oct 2018 13:31:05 +0000 (15:31 +0200)]
[examples] smpi-replay-mmd: hack--, memleak++

This commit removes a memory hack in the smpi-replay-mmd example.
Ideally, user apps should not need to do such hacks so it has been
removed.

smpi_replay_run changes argc/argv but does not deallocate the lost
memory, which results in a memory leak.

5 years ago[examples] smpi-replay-mmd: (ugly) memory clean-up
Millian Poquet [Mon, 22 Oct 2018 13:51:20 +0000 (15:51 +0200)]
[examples] smpi-replay-mmd: (ugly) memory clean-up

5 years agoMerge branch 'fix-multi-smpi-buffer-double-free' into 'master'
Martin Quinson [Fri, 19 Oct 2018 05:55:48 +0000 (07:55 +0200)]
Merge branch 'fix-multi-smpi-buffer-double-free' into 'master'

Fix multi smpi buffer double free

See merge request simgrid/simgrid!3

5 years agoTODO--
Martin Quinson [Thu, 18 Oct 2018 21:04:22 +0000 (23:04 +0200)]
TODO--

5 years ago[smpi] use maps on actor to use one buffer for each
MERCIER Michael [Thu, 18 Oct 2018 15:55:15 +0000 (17:55 +0200)]
[smpi] use maps on actor to use one buffer for each

5 years agoSanitize the API of this_actor::parallel_execute()
Martin Quinson [Wed, 17 Oct 2018 16:11:12 +0000 (18:11 +0200)]
Sanitize the API of this_actor::parallel_execute()

- Use std::vector instead of C arrays (old API remains but is not
  documented -- it should be properly deprecated)
- The flop_amounts and comm_amounts arrays are not automatically freed
  by the internal functions, and should be properly cleaned by their
  creator.
  - EXCEPTION: in ptask model, sequential exec and regular comms don't
    have a real caller, so the internal function still has to free
    these arrays... Sick Sad World.
  - The proper solution would be to have the only copy of these arrays
    in the Action instead of having it in s4u.
  - But for now, Actions start as soon as created. So if you want to
    init them without starting, you have to have the data in s4u and
    only create the implementation side when you start the stuff.
  - That should obviously be fixed :) First step in that direction
    would be to have the constructor of each action NOT register the
    action in the LMM, but have an Action::start() in charge of this.
    For each subclass of Action.

5 years agoHide ugly things from the doc
Martin Quinson [Wed, 17 Oct 2018 16:09:14 +0000 (18:09 +0200)]
Hide ugly things from the doc

5 years agodocs: document <config>
Martin Quinson [Wed, 17 Oct 2018 08:56:42 +0000 (10:56 +0200)]
docs: document <config>

5 years agodocs: fix broken links
Martin Quinson [Tue, 16 Oct 2018 20:40:22 +0000 (22:40 +0200)]
docs: fix broken links

5 years agodocs: new section on M&S hints
Martin Quinson [Tue, 16 Oct 2018 20:11:43 +0000 (22:11 +0200)]
docs: new section on M&S hints

5 years agoremove my config files from the git. Not sure it ever helped anyone
Martin Quinson [Tue, 16 Oct 2018 09:29:43 +0000 (11:29 +0200)]
remove my config files from the git. Not sure it ever helped anyone

5 years agoanother thing that SMPI cannot do yet
Martin Quinson [Tue, 16 Oct 2018 09:28:15 +0000 (11:28 +0200)]
another thing that SMPI cannot do yet

5 years agoCOPYING: move our homepage to framagit
Martin Quinson [Mon, 15 Oct 2018 19:42:48 +0000 (21:42 +0200)]
COPYING: move our homepage to framagit

5 years ago[examples] smpi-replay-mmd: static + cleanup
Millian Poquet [Tue, 16 Oct 2018 16:34:16 +0000 (18:34 +0200)]
[examples] smpi-replay-mmd: static + cleanup

5 years ago[doc] SMPI_app_instance_register: improve doxygen
Millian Poquet [Tue, 16 Oct 2018 15:35:52 +0000 (17:35 +0200)]
[doc] SMPI_app_instance_register: improve doxygen

5 years ago[examples] smpi-replay-mmd: sayonara MSG
Millian Poquet [Tue, 16 Oct 2018 15:26:53 +0000 (17:26 +0200)]
[examples] smpi-replay-mmd: sayonara MSG

5 years agoDisable mmap on kFreeBSD too.
Arnaud Giersch [Tue, 16 Oct 2018 14:17:46 +0000 (16:17 +0200)]
Disable mmap on kFreeBSD too.

5 years agoSendfile may be unimplemented. Try again when it returns with ENOSYS.
Arnaud Giersch [Tue, 16 Oct 2018 13:50:40 +0000 (15:50 +0200)]
Sendfile may be unimplemented.  Try again when it returns with ENOSYS.

5 years agoFix build on Debian/kFreeBSD.
Arnaud Giersch [Tue, 16 Oct 2018 11:48:40 +0000 (13:48 +0200)]
Fix build on Debian/kFreeBSD.

5 years agohave description use current build and not latest one (which may have been cancelled...
Augustin Degomme [Mon, 15 Oct 2018 13:42:13 +0000 (15:42 +0200)]
have description use current build and not latest one (which may have been cancelled before the current one finished)

5 years agoforbid cabinet in inner zones
Martin Quinson [Mon, 15 Oct 2018 12:26:29 +0000 (14:26 +0200)]
forbid cabinet in inner zones

5 years agoautomatically regenerate these files
Martin Quinson [Mon, 15 Oct 2018 11:10:14 +0000 (13:10 +0200)]
automatically regenerate these files

5 years agoFurther hack the XML parser to accept the old DTD location
Martin Quinson [Mon, 15 Oct 2018 11:09:19 +0000 (13:09 +0200)]
Further hack the XML parser to accept the old DTD location

5 years agodocker tuto-s4u: Add an empty makefile advising to run cmake before make
Martin Quinson [Mon, 15 Oct 2018 09:31:50 +0000 (11:31 +0200)]
docker tuto-s4u: Add an empty makefile advising to run cmake before make

5 years agotuto s4u: adapt text to the actual docker content
Martin Quinson [Mon, 15 Oct 2018 09:09:17 +0000 (11:09 +0200)]
tuto s4u: adapt text to the actual docker content

5 years agos4u tuto: make it clear that you have to run cmake and make on docker content
Martin Quinson [Mon, 15 Oct 2018 09:00:30 +0000 (11:00 +0200)]
s4u tuto: make it clear that you have to run cmake and make on docker content

5 years agoMerge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid
Martin Quinson [Sun, 14 Oct 2018 23:10:33 +0000 (01:10 +0200)]
Merge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid

5 years agoRegenerate with the lastest Flex
Martin Quinson [Sun, 14 Oct 2018 23:09:16 +0000 (01:09 +0200)]
Regenerate with the lastest Flex

5 years agostart rewriting the platform documentation
Martin Quinson [Sun, 14 Oct 2018 23:08:21 +0000 (01:08 +0200)]
start rewriting the platform documentation

5 years agomove the DTD file from gforge to our own homepage
Martin Quinson [Sat, 13 Oct 2018 19:51:57 +0000 (21:51 +0200)]
move the DTD file from gforge to our own homepage

5 years agocosmetic so that it can be displayed in doc
Martin Quinson [Sat, 13 Oct 2018 19:43:31 +0000 (21:43 +0200)]
cosmetic so that it can be displayed in doc

5 years agoUse PRIdMAX instead of %jd.
Arnaud Giersch [Sat, 13 Oct 2018 20:14:10 +0000 (22:14 +0200)]
Use PRIdMAX instead of %jd.

Hope to workaround a bug of icc where:
error #181: argument of type "intmax_t={__intmax_t={long}}" is incompatible with format "%jd", expecting argument of type "long long"

See also https://software.intel.com/en-us/forums/intel-c-compiler/topic/747479

5 years agoremove an example that does not bring much
Martin Quinson [Sat, 13 Oct 2018 16:37:24 +0000 (18:37 +0200)]
remove an example that does not bring much

5 years agoFix format string.
Arnaud Giersch [Sat, 13 Oct 2018 13:34:44 +0000 (15:34 +0200)]
Fix format string.

5 years agosonar cleanup
Martin Quinson [Fri, 12 Oct 2018 20:10:21 +0000 (22:10 +0200)]
sonar cleanup

5 years agodoxygen: fix some warnings
Martin Quinson [Fri, 12 Oct 2018 19:46:31 +0000 (21:46 +0200)]
doxygen: fix some warnings

5 years agosonar cleanups
Martin Quinson [Fri, 12 Oct 2018 19:15:11 +0000 (21:15 +0200)]
sonar cleanups

5 years agoFix documentation: I inverted 2 host model names
Martin Quinson [Fri, 12 Oct 2018 17:12:05 +0000 (19:12 +0200)]
Fix documentation: I inverted 2 host model names

5 years agoMerge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid
Martin Quinson [Thu, 11 Oct 2018 21:18:35 +0000 (23:18 +0200)]
Merge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid

5 years agoimprove the doc of the host plugin API
Martin Quinson [Thu, 11 Oct 2018 21:06:41 +0000 (23:06 +0200)]
improve the doc of the host plugin API

5 years agodocument the last changes in the right place
Martin Quinson [Thu, 11 Oct 2018 20:16:30 +0000 (22:16 +0200)]
document the last changes in the right place

5 years agoMerge branch 'master' of github.com:simgrid/simgrid
Martin Quinson [Thu, 11 Oct 2018 20:12:41 +0000 (22:12 +0200)]
Merge branch 'master' of github.com:simgrid/simgrid

5 years agoMerge pull request #307 from Jean-Emile/v3.20-expose-simgrid-jni
Martin Quinson [Thu, 11 Oct 2018 20:09:28 +0000 (22:09 +0200)]
Merge pull request #307 from Jean-Emile/v3.20-expose-simgrid-jni

Expose Host Load for Java API through JNI

5 years agoMerge branch 'master' into v3.20-expose-simgrid-jni
jed56 ( Jean-Emile DARTOIS) [Tue, 9 Oct 2018 13:32:02 +0000 (15:32 +0200)]
Merge branch 'master' into v3.20-expose-simgrid-jni

5 years agodoxygen: kill group m_process_management
Martin Quinson [Wed, 10 Oct 2018 22:56:11 +0000 (00:56 +0200)]
doxygen: kill group m_process_management

5 years agoS4U stability will not decrease in the future
Martin Quinson [Wed, 10 Oct 2018 12:44:41 +0000 (14:44 +0200)]
S4U stability will not decrease in the future

5 years agocritical bugfix
Augustin Degomme [Wed, 10 Oct 2018 09:41:57 +0000 (11:41 +0200)]
critical bugfix

5 years agouse a travis badge with the travis logo
Martin Quinson [Wed, 10 Oct 2018 06:28:39 +0000 (08:28 +0200)]
use a travis badge with the travis logo

5 years agowoops, I broke the build while fixing the doc
Martin Quinson [Wed, 10 Oct 2018 00:27:36 +0000 (02:27 +0200)]
woops, I broke the build while fixing the doc

5 years agodocs: try to add a doxygene xample, but breathe does not handle this yet
Martin Quinson [Wed, 10 Oct 2018 00:05:53 +0000 (02:05 +0200)]
docs: try to add a doxygene xample, but breathe does not handle this yet

5 years agoAdd a link from API ref to example
Martin Quinson [Tue, 9 Oct 2018 23:42:52 +0000 (01:42 +0200)]
Add a link from API ref to example

5 years agomove the this_actor namespace to the top of API
Martin Quinson [Tue, 9 Oct 2018 23:33:58 +0000 (01:33 +0200)]
move the this_actor namespace to the top of API

I'm using it all the time.

5 years agoMerge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid
Martin Quinson [Tue, 9 Oct 2018 23:31:38 +0000 (01:31 +0200)]
Merge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid

5 years agoImprove the doc of parallel executions
Martin Quinson [Tue, 9 Oct 2018 23:28:33 +0000 (01:28 +0200)]
Improve the doc of parallel executions

This fixes https://github.com/simgrid/simgrid/issues/261

5 years agoIgnore new binary
Martin Quinson [Tue, 9 Oct 2018 21:22:16 +0000 (23:22 +0200)]
Ignore new binary

5 years agoExpose Host Load for Java API through JNI
JeD [Tue, 9 Oct 2018 09:36:55 +0000 (11:36 +0200)]
Expose Host Load for Java API through JNI

5 years agoimprove the doc of s4u::Mailbox
Martin Quinson [Mon, 8 Oct 2018 20:35:55 +0000 (22:35 +0200)]
improve the doc of s4u::Mailbox

5 years agoDefine XBT_ATTRIB_DEPRECATED_v325.
Arnaud Giersch [Fri, 5 Oct 2018 21:21:05 +0000 (23:21 +0200)]
Define XBT_ATTRIB_DEPRECATED_v325.

5 years agoRemove features marked with DEPRECATED_v322.
Arnaud Giersch [Fri, 5 Oct 2018 21:21:05 +0000 (23:21 +0200)]
Remove features marked with DEPRECATED_v322.

5 years agoMerge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid
Martin Quinson [Fri, 5 Oct 2018 21:16:36 +0000 (23:16 +0200)]
Merge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid

5 years agostart the dev of v3.22
Martin Quinson [Fri, 5 Oct 2018 21:16:31 +0000 (23:16 +0200)]
start the dev of v3.22

5 years agodoc: update the procedure to release a version
Martin Quinson [Fri, 5 Oct 2018 21:09:31 +0000 (23:09 +0200)]
doc: update the procedure to release a version

5 years agodocker: the stable version is enough now that we released
Martin Quinson [Fri, 5 Oct 2018 21:00:50 +0000 (23:00 +0200)]
docker: the stable version is enough now that we released

5 years agosupport ns3.29 in cmake (todo: try to use wildcards in this file?)
Augustin Degomme [Fri, 5 Oct 2018 06:40:22 +0000 (08:40 +0200)]
support ns3.29 in cmake (todo: try to use wildcards in this file?)

5 years agoRestore "sudo: required", for mc/ptrace.
Arnaud Giersch [Wed, 3 Oct 2018 11:25:06 +0000 (13:25 +0200)]
Restore "sudo: required", for mc/ptrace.

5 years agoDisplay errno on error.
Arnaud Giersch [Wed, 3 Oct 2018 07:45:19 +0000 (09:45 +0200)]
Display errno on error.

5 years agoFix dist.
Arnaud Giersch [Tue, 2 Oct 2018 20:44:28 +0000 (22:44 +0200)]
Fix dist.

5 years agoRelease v3.21 v3_21
Martin Quinson [Wed, 3 Oct 2018 05:40:43 +0000 (07:40 +0200)]
Release v3.21

5 years agofix dist after Martin
Augustin Degomme [Tue, 2 Oct 2018 21:57:24 +0000 (23:57 +0200)]
fix dist after Martin

5 years agoMerge branch 'master' of github.com:simgrid/simgrid
Martin Quinson [Tue, 2 Oct 2018 20:26:17 +0000 (22:26 +0200)]
Merge branch 'master' of github.com:simgrid/simgrid

5 years agoMerge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid
Martin Quinson [Tue, 2 Oct 2018 20:26:09 +0000 (22:26 +0200)]
Merge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid

5 years agodocs: more links to the MSG doc
Martin Quinson [Tue, 2 Oct 2018 20:16:11 +0000 (22:16 +0200)]
docs: more links to the MSG doc

5 years agoInformative message if a newcomer launches BuildSimGrid before cmake
Martin Quinson [Tue, 2 Oct 2018 20:15:47 +0000 (22:15 +0200)]
Informative message if a newcomer launches BuildSimGrid before cmake

5 years agoReplace README.git by a badge stating that we welcome PRs
Martin Quinson [Tue, 2 Oct 2018 20:11:32 +0000 (22:11 +0200)]
Replace README.git by a badge stating that we welcome PRs

The badge is also linking on a tutorial on how to do PRs.

5 years agoKill duplicate #include.
Arnaud Giersch [Tue, 2 Oct 2018 15:12:21 +0000 (17:12 +0200)]
Kill duplicate #include.

5 years ago[SMPI/DVFS] Make sure Adagio is guarded by #if HAVE_SMPI
Christian Heinrich [Mon, 20 Aug 2018 12:11:21 +0000 (14:11 +0200)]
[SMPI/DVFS] Make sure Adagio is guarded by #if HAVE_SMPI

The include was necessary to define HAVE_SMPI in the first place

5 years ago[DVFS] Add two comments
Christian Heinrich [Mon, 13 Aug 2018 15:47:14 +0000 (17:47 +0200)]
[DVFS] Add two comments

5 years ago[SMPI/LB] Normalize load + notify heap of changes
Christian Heinrich [Fri, 10 Aug 2018 09:38:24 +0000 (11:38 +0200)]
[SMPI/LB] Normalize load + notify heap of changes

5 years ago[SMPI/LB] Add a XBT_DEBUG statement
Christian Heinrich [Mon, 10 Sep 2018 11:35:04 +0000 (13:35 +0200)]
[SMPI/LB] Add a XBT_DEBUG statement

5 years ago[SMPI] Add comments to explain variables
Christian Heinrich [Mon, 20 Aug 2018 12:23:12 +0000 (14:23 +0200)]
[SMPI] Add comments to explain variables

5 years ago[ENERGY] Add getter for idle consumption
Christian Heinrich [Tue, 2 Oct 2018 13:22:22 +0000 (15:22 +0200)]
[ENERGY] Add getter for idle consumption

We currently still have one idle value per pstate, however this
should change soon. For this reason, this implementation
only uses the value from pstate 0 and will move towards the
next syntax.

Doing this allows us to avoid changing the signature of the
function (as the pstate will then be no longer required).

5 years ago[SMPI/LB] Intercept realloc and calloc calls for memory consumption
Christian Heinrich [Tue, 18 Sep 2018 07:32:20 +0000 (09:32 +0200)]
[SMPI/LB] Intercept realloc and calloc calls for memory consumption

Thanks Rafael Keller Tesser for the implementation

5 years ago[ENERGY] Change behavior on 1-core machines
Christian Heinrich [Tue, 11 Sep 2018 08:33:04 +0000 (10:33 +0200)]
[ENERGY] Change behavior on 1-core machines

In fc45b14055d16a944771ccf34cd94f5511e6fb24 the behavior was modified
when a machine specifies the Idle:OneCore:AllCores energy consumption
but only has a single core.

Using the AllCores consumption does make more sense in this case as
it allows users more easily to model full load with MPI+OpenMP applications:
All cores are actually used with OpenMP but only one process uses MPI.

Hence changing the behavior to use the AllCores value instead.

5 years ago[S(A)MPI] Add/modify include guards
Christian Heinrich [Fri, 10 Aug 2018 09:37:35 +0000 (11:37 +0200)]
[S(A)MPI] Add/modify include guards

5 years ago[S(A)MPI] Add copyright header
Christian Heinrich [Fri, 10 Aug 2018 09:36:55 +0000 (11:36 +0200)]
[S(A)MPI] Add copyright header

5 years agoMark unused parameters.
Arnaud Giersch [Tue, 2 Oct 2018 12:01:26 +0000 (14:01 +0200)]
Mark unused parameters.

5 years agoSonar cosmetics.
Arnaud Giersch [Tue, 2 Oct 2018 11:47:27 +0000 (13:47 +0200)]
Sonar cosmetics.

5 years agoActually use given parameters.
Arnaud Giersch [Tue, 2 Oct 2018 11:47:12 +0000 (13:47 +0200)]
Actually use given parameters.

5 years agoMerge nested try blocks (Sonar).
Arnaud Giersch [Tue, 2 Oct 2018 08:57:51 +0000 (10:57 +0200)]
Merge nested try blocks (Sonar).

5 years agoReplace "switch" statement by "if" (Sonar).
Arnaud Giersch [Tue, 2 Oct 2018 08:57:22 +0000 (10:57 +0200)]
Replace "switch" statement by "if" (Sonar).

5 years agoremove some obsolete files
Martin Quinson [Mon, 1 Oct 2018 23:50:32 +0000 (01:50 +0200)]
remove some obsolete files

5 years agodocs: don't fail when files to clean don't exist
Martin Quinson [Mon, 1 Oct 2018 21:20:21 +0000 (23:20 +0200)]
docs: don't fail when files to clean don't exist

5 years agotry to improve SVGs
Augustin Degomme [Mon, 1 Oct 2018 21:45:43 +0000 (23:45 +0200)]
try to improve SVGs

5 years agodocs: add a link to the cited paper
Martin Quinson [Mon, 1 Oct 2018 21:15:58 +0000 (23:15 +0200)]
docs: add a link to the cited paper

5 years agoMerge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid
Martin Quinson [Mon, 1 Oct 2018 21:02:31 +0000 (23:02 +0200)]
Merge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid