Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
7 years agoRevert "Add ns3 to coverage test, to check nightly that it still compiles"
degomme [Tue, 5 Jul 2016 08:58:55 +0000 (10:58 +0200)]
Revert "Add ns3 to coverage test, to check nightly that it still compiles"

This reverts commit 0a56bb06e8beadc5bc15d30a42ab5ec5824ffebc.

7 years agothis file was moved
degomme [Tue, 5 Jul 2016 08:46:52 +0000 (10:46 +0200)]
this file was moved

7 years agoAdd ns3 to coverage test, to check nightly that it still compiles
degomme [Tue, 5 Jul 2016 08:46:42 +0000 (10:46 +0200)]
Add ns3 to coverage test, to check nightly that it still compiles

7 years agoFix compilation of NS3 model
degomme [Tue, 5 Jul 2016 08:40:40 +0000 (10:40 +0200)]
Fix compilation of NS3 model

7 years agoAvoid depending on C++11 stuff when including C/SMPI headers
Gabriel Corona [Mon, 4 Jul 2016 14:55:57 +0000 (16:55 +0200)]
Avoid depending on C++11 stuff when including C/SMPI headers

The user might compile C++ without C++11 and would not be able to
compile the code even if he would be able to compile it in C.

7 years agofix bug raised by rriemann.
Frederic Suter [Tue, 5 Jul 2016 07:38:15 +0000 (09:38 +0200)]
fix bug raised by rriemann.

7 years ago[simix] Manage s_smx_mailbox with new/delte
Gabriel Corona [Mon, 4 Jul 2016 13:25:44 +0000 (15:25 +0200)]
[simix] Manage s_smx_mailbox with new/delte

Because it has a boost::intrusive_ptr now.

7 years agoAdd missing file to dist
degomme [Mon, 4 Jul 2016 10:26:35 +0000 (12:26 +0200)]
Add missing file to dist

7 years agoleak --
degomme [Mon, 4 Jul 2016 10:04:10 +0000 (12:04 +0200)]
leak --

7 years ago[xbt] Forgot to properly return the return value in Task
Gabriel Corona [Mon, 4 Jul 2016 08:37:46 +0000 (10:37 +0200)]
[xbt] Forgot to properly return the return value in Task

7 years ago[simix] add intrusive_ptr for mailbox receiver.
adfaure [Mon, 4 Jul 2016 08:03:26 +0000 (10:03 +0200)]
[simix] add intrusive_ptr for mailbox receiver.

7 years agoBring back the missing void
Gabriel Corona [Fri, 1 Jul 2016 22:34:14 +0000 (00:34 +0200)]
Bring back the missing void

This is supposed to be C...

7 years ago[s4u] XML deployment example
Gabriel Corona [Fri, 1 Jul 2016 13:18:37 +0000 (15:18 +0200)]
[s4u] XML deployment example

7 years agocatch some bugs in fifo and parmap
Frederic Suter [Fri, 1 Jul 2016 12:18:45 +0000 (14:18 +0200)]
catch some bugs in fifo and parmap

7 years agofix one rule catches: comments in comments
Frederic Suter [Fri, 1 Jul 2016 11:20:29 +0000 (13:20 +0200)]
fix one rule catches: comments in comments

7 years ago[SMPI] Fixed wrong delete (should've been delete[])
Christian Heinrich [Fri, 1 Jul 2016 10:51:35 +0000 (12:51 +0200)]
[SMPI] Fixed wrong delete (should've been delete[])

Thanks Augustin

7 years ago[s4u] replace smx_process_t by Actor in Mailbox::setReceiver() & Mailbox::receiver()
adfaure [Fri, 1 Jul 2016 09:53:23 +0000 (11:53 +0200)]
[s4u] replace smx_process_t by Actor in Mailbox::setReceiver() & Mailbox::receiver()

7 years agosmall changes
Frederic Suter [Fri, 1 Jul 2016 07:18:35 +0000 (09:18 +0200)]
small changes

7 years agochasing blockers in collectives (part 1)
Frederic Suter [Fri, 1 Jul 2016 07:00:07 +0000 (09:00 +0200)]
chasing blockers in collectives (part 1)

7 years agodocument what flops_amount and bytes_amount should be
Frederic Suter [Fri, 1 Jul 2016 06:27:58 +0000 (08:27 +0200)]
document what flops_amount and bytes_amount should be

7 years agowoops
Frederic Suter [Thu, 30 Jun 2016 12:40:29 +0000 (14:40 +0200)]
woops

7 years agoplease sonar on ++
Frederic Suter [Thu, 30 Jun 2016 11:41:24 +0000 (13:41 +0200)]
please sonar on ++

7 years agoblockers--
Frederic Suter [Thu, 30 Jun 2016 11:31:54 +0000 (13:31 +0200)]
blockers--

7 years agocosmetics
Frederic Suter [Thu, 30 Jun 2016 11:01:03 +0000 (13:01 +0200)]
cosmetics

7 years agoa few smell in pastry, including a nasty one
Frederic Suter [Thu, 30 Jun 2016 11:00:30 +0000 (13:00 +0200)]
a few smell in pastry, including a nasty one

7 years agoSome #include fixes
Gabriel Corona [Thu, 30 Jun 2016 08:13:19 +0000 (10:13 +0200)]
Some #include fixes

7 years agoRemove "using namespace"
Gabriel Corona [Thu, 30 Jun 2016 07:44:34 +0000 (09:44 +0200)]
Remove "using namespace"

7 years agocosmetics
Martin Quinson [Wed, 29 Jun 2016 19:11:42 +0000 (21:11 +0200)]
cosmetics

7 years ago[SMPI] Added PAPI counters functionality to SMPI.
Christian Heinrich [Wed, 29 Jun 2016 16:40:44 +0000 (18:40 +0200)]
[SMPI] Added PAPI counters functionality to SMPI.

SMPI now supports PAPI via the 'smpi/papi-events' configuration option.
It is still highly experimental and process-/thread-based counters are
not yet supported, i.e., there is only one global papi-counter-set.

Activate it via '--cfg=smpi/papi-events:default:COUNTER1:COUNTER2:COUNTER3'

7 years agoUse std::{true,false}_type in is_future
Gabriel Corona [Wed, 29 Jun 2016 13:18:03 +0000 (15:18 +0200)]
Use std::{true,false}_type in is_future

7 years agoMerge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid
Frederic Suter [Wed, 29 Jun 2016 09:22:40 +0000 (11:22 +0200)]
Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid

7 years agoAttempt to solve issues with our own finalize
Frederic Suter [Wed, 29 Jun 2016 09:20:21 +0000 (11:20 +0200)]
Attempt to solve issues with our own finalize
follow syntax from the java in a nutshell book

7 years agoAdd missing #includes
Gabriel Corona [Wed, 29 Jun 2016 08:56:11 +0000 (10:56 +0200)]
Add missing #includes

7 years agodisable the logging mechanism when doing SonarQube analysis
Martin Quinson [Wed, 29 Jun 2016 08:12:17 +0000 (10:12 +0200)]
disable the logging mechanism when doing SonarQube analysis

7 years agobe more specific here
Martin Quinson [Wed, 29 Jun 2016 07:18:50 +0000 (09:18 +0200)]
be more specific here

7 years agoremove an emptty finalize override
Frederic Suter [Wed, 29 Jun 2016 08:12:14 +0000 (10:12 +0200)]
remove an emptty finalize override

7 years agouse raw strings for regexp
Frederic Suter [Wed, 29 Jun 2016 07:57:54 +0000 (09:57 +0200)]
use raw strings for regexp

7 years agomove recently added getters after the constuctors
Frederic Suter [Wed, 29 Jun 2016 07:35:32 +0000 (09:35 +0200)]
move recently added getters after the constuctors

7 years agoOptions should be set up at the beginning, before being used ..
degomme [Tue, 28 Jun 2016 15:06:05 +0000 (17:06 +0200)]
Options should be set up at the beginning, before being used ..

7 years agoinstall.doc: note that we need a recent C++ compiler
Martin Quinson [Tue, 28 Jun 2016 14:47:55 +0000 (16:47 +0200)]
install.doc: note that we need a recent C++ compiler

(fix #92)

7 years agotry to set fortran compiler before hacking cmake with another fake one.
degomme [Tue, 28 Jun 2016 14:38:26 +0000 (16:38 +0200)]
try to set fortran compiler before hacking cmake with another fake one.

7 years agoMerge branch 'master' of git+ssh://scm.gforge.inria.fr/gitroot/simgrid/simgrid
degomme [Tue, 28 Jun 2016 14:25:24 +0000 (16:25 +0200)]
Merge branch 'master' of git+ssh://scm.gforge.inria.fr/gitroot/simgrid/simgrid

7 years agoAllow (basic) overriding of fortran compiler by FC environment variable
degomme [Tue, 28 Jun 2016 14:25:17 +0000 (16:25 +0200)]
Allow (basic) overriding of fortran compiler by FC environment variable

7 years agosmells --
Frederic Suter [Tue, 28 Jun 2016 13:00:15 +0000 (15:00 +0200)]
smells --

7 years ago[XBT] Fix wrong indices.
Christian Heinrich [Mon, 27 Jun 2016 17:29:03 +0000 (19:29 +0200)]
[XBT] Fix wrong indices.

Cores should start from 0 until max-1. Here, it
was mistakenly 0 until max

7 years ago[DOC] Removed two attributes from the host doc
Christian Heinrich [Mon, 27 Jun 2016 16:23:14 +0000 (18:23 +0200)]
[DOC] Removed two attributes from the host doc

7 years ago[DOC] Add placeholder for 'pstate' attribute.
Christian Heinrich [Mon, 27 Jun 2016 16:12:55 +0000 (18:12 +0200)]
[DOC] Add placeholder for 'pstate' attribute.

Not sure what it is, but it is in the .dtd and not documented.

7 years agoMerge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid
Frederic Suter [Tue, 28 Jun 2016 09:59:13 +0000 (11:59 +0200)]
Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid

7 years agoReplace std::aligned_union<> which is not available in GNU libstdc++ 4.8
Gabriel Corona [Tue, 28 Jun 2016 09:58:18 +0000 (11:58 +0200)]
Replace std::aligned_union<> which is not available in GNU libstdc++ 4.8

7 years agoMerge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid
Frederic Suter [Tue, 28 Jun 2016 09:56:55 +0000 (11:56 +0200)]
Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid

7 years agoTask, SBO even for non trivially copyable types
Gabriel Corona [Mon, 27 Jun 2016 22:25:17 +0000 (00:25 +0200)]
Task, SBO even for non trivially copyable types

7 years agodead stores--
Frederic Suter [Tue, 28 Jun 2016 08:26:21 +0000 (10:26 +0200)]
dead stores--

7 years agoValueOf -> parse
Frederic Suter [Tue, 28 Jun 2016 07:59:04 +0000 (09:59 +0200)]
ValueOf -> parse

7 years agopublic -> private+get
Frederic Suter [Tue, 28 Jun 2016 07:50:52 +0000 (09:50 +0200)]
public -> private+get

7 years agoMerge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid
Frederic Suter [Tue, 28 Jun 2016 07:35:29 +0000 (09:35 +0200)]
Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid

7 years agosmells--
degomme [Mon, 27 Jun 2016 20:42:12 +0000 (22:42 +0200)]
smells--

7 years agosmells--
degomme [Mon, 27 Jun 2016 20:32:59 +0000 (22:32 +0200)]
smells--

7 years agoFix compilation
Gabriel Corona [Mon, 27 Jun 2016 13:38:31 +0000 (15:38 +0200)]
Fix compilation

7 years ago[DOC] Documented SMPI_PRETEND_CC env variable
Christian Heinrich [Mon, 27 Jun 2016 14:32:21 +0000 (16:32 +0200)]
[DOC] Documented SMPI_PRETEND_CC env variable

7 years agoFix the non-constant array size problem
Gabriel Corona [Mon, 27 Jun 2016 13:07:57 +0000 (15:07 +0200)]
Fix the non-constant array size problem

Some compilers/libraries don't want to make my max() constexpr.

7 years agoAdd missing include
Gabriel Corona [Mon, 27 Jun 2016 12:57:34 +0000 (14:57 +0200)]
Add missing include

7 years ago[s4u] Remove s4u::Task, use xbt::Task instead
Gabriel Corona [Mon, 27 Jun 2016 12:02:54 +0000 (14:02 +0200)]
[s4u] Remove s4u::Task, use xbt::Task instead

We first one was an implementation detail but it's not useful anymore.

7 years agoSmall buffer optimization for Task
Gabriel Corona [Mon, 27 Jun 2016 11:41:57 +0000 (13:41 +0200)]
Small buffer optimization for Task

7 years agoRemove xbt::args: use vector<string> instead
Gabriel Corona [Mon, 27 Jun 2016 08:42:45 +0000 (10:42 +0200)]
Remove xbt::args: use vector<string> instead

7 years agorewrite the install page from the doxygen doc
Martin Quinson [Mon, 27 Jun 2016 07:11:14 +0000 (09:11 +0200)]
rewrite the install page from the doxygen doc

7 years agosonar: link to our git, and specify the C/C++ versions
Martin Quinson [Sun, 26 Jun 2016 21:28:55 +0000 (23:28 +0200)]
sonar: link to our git, and specify the C/C++ versions

7 years agotypo
Martin Quinson [Sun, 26 Jun 2016 19:52:36 +0000 (21:52 +0200)]
typo

7 years agobummer. Fix borken commit.
Martin Quinson [Sun, 26 Jun 2016 17:23:23 +0000 (19:23 +0200)]
bummer. Fix borken commit.

Procrastination lust does not explain everything, sorry

7 years agocosmetics: remove shallow comments and name some parameters
Martin Quinson [Sun, 26 Jun 2016 17:01:50 +0000 (19:01 +0200)]
cosmetics: remove shallow comments and name some parameters

7 years agomore explicit error messages
Martin Quinson [Sun, 26 Jun 2016 16:45:38 +0000 (18:45 +0200)]
more explicit error messages

(fix #87)

7 years agotry to ignore flex-generated files
Martin Quinson [Sun, 26 Jun 2016 16:27:52 +0000 (18:27 +0200)]
try to ignore flex-generated files

7 years agoplug a bunch of memleaks in SD examples
Martin Quinson [Sun, 26 Jun 2016 12:02:28 +0000 (14:02 +0200)]
plug a bunch of memleaks in SD examples

7 years agoremove empty statements
Martin Quinson [Sun, 26 Jun 2016 10:59:44 +0000 (12:59 +0200)]
remove empty statements

7 years agotry to get the sanitizer display the stacktrace of issues
Martin Quinson [Sun, 26 Jun 2016 10:26:25 +0000 (12:26 +0200)]
try to get the sanitizer display the stacktrace of issues

7 years agosanitizers report that we sometimes sort empty dynars
Martin Quinson [Sun, 26 Jun 2016 10:24:41 +0000 (12:24 +0200)]
sanitizers report that we sometimes sort empty dynars

7 years agowoops, I shouldn't apply sonarqube advices blindly: that's a closure
Martin Quinson [Sun, 26 Jun 2016 10:04:02 +0000 (12:04 +0200)]
woops, I shouldn't apply sonarqube advices blindly: that's a closure

7 years agoMerge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid
Martin Quinson [Sun, 26 Jun 2016 09:55:47 +0000 (11:55 +0200)]
Merge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid

7 years agodon't return void values
Martin Quinson [Sun, 26 Jun 2016 09:55:36 +0000 (11:55 +0200)]
don't return void values

7 years agoignore all sanitizers
degomme [Sat, 25 Jun 2016 23:29:58 +0000 (01:29 +0200)]
ignore all sanitizers

7 years agoRevert "disable temporarily mc for sanitizers"
degomme [Sat, 25 Jun 2016 23:27:07 +0000 (01:27 +0200)]
Revert "disable temporarily mc for sanitizers"

This reverts commit f87113c9c48e2c484ae39701fcf6bb2dc869782c.

7 years agoMC: ignore the library of gcc's sanitizer
Martin Quinson [Sat, 25 Jun 2016 19:58:03 +0000 (21:58 +0200)]
MC: ignore the library of gcc's sanitizer

7 years agoavoid overflows by using long in this test
degomme [Sat, 25 Jun 2016 17:11:43 +0000 (19:11 +0200)]
avoid overflows by using long in this test

7 years agodisable temporarily mc for sanitizers
degomme [Sat, 25 Jun 2016 15:31:54 +0000 (17:31 +0200)]
disable temporarily mc for sanitizers
they trigger plenty of "Missing debug info for /usr/lib/x86_64-linux-gnu/libasan.so.2.0.0"
even when the debug version is actually installled ..

7 years agoattempt to please ci ??
degomme [Fri, 24 Jun 2016 15:15:56 +0000 (17:15 +0200)]
attempt to please ci ??

7 years agoOops
degomme [Fri, 24 Jun 2016 15:00:22 +0000 (17:00 +0200)]
Oops

7 years ago[simix] Use Task instead of std::package_task for timer callbacks
Gabriel Corona [Fri, 24 Jun 2016 14:40:57 +0000 (16:40 +0200)]
[simix] Use Task instead of std::package_task for timer callbacks

7 years ago[s4u] Restore the barrier as it was
Gabriel Corona [Fri, 24 Jun 2016 14:31:59 +0000 (16:31 +0200)]
[s4u] Restore the barrier as it was

7 years agodisable fortran for sanitizer
degomme [Fri, 24 Jun 2016 14:22:49 +0000 (16:22 +0200)]
disable fortran for sanitizer

7 years agoadd option to remove fortran support of SMPI, even if compiler is present
degomme [Fri, 24 Jun 2016 14:22:40 +0000 (16:22 +0200)]
add option to remove fortran support of SMPI, even if compiler is present

7 years agotypo
degomme [Fri, 24 Jun 2016 13:52:53 +0000 (15:52 +0200)]
typo

7 years agoThis model can't handle 0 sized msg with 0 computation
degomme [Fri, 24 Jun 2016 13:47:41 +0000 (15:47 +0200)]
This model can't handle 0 sized msg with 0 computation
Tell users to use ptask_L07 for this
Should address https://github.com/simgrid/simgrid/issues/87

7 years agoAdd sanitizers (address, thread, and undefined), to have new procrastination options...
degomme [Fri, 24 Jun 2016 13:44:25 +0000 (15:44 +0200)]
Add sanitizers (address, thread, and undefined), to have new procrastination options in ci.

7 years agosmells-- (casts, void, ...)
Frederic Suter [Fri, 24 Jun 2016 13:30:27 +0000 (15:30 +0200)]
smells-- (casts, void, ...)

7 years agoRemove some useless #includes
Gabriel Corona [Fri, 24 Jun 2016 12:37:06 +0000 (14:37 +0200)]
Remove some useless #includes

7 years agosonarqube procrastination
Martin Quinson [Fri, 24 Jun 2016 10:00:40 +0000 (12:00 +0200)]
sonarqube procrastination

7 years agosmells--
Frederic Suter [Fri, 24 Jun 2016 08:38:47 +0000 (10:38 +0200)]
smells--

7 years agotry to please sonarqube on that loop
Martin Quinson [Fri, 24 Jun 2016 07:55:12 +0000 (09:55 +0200)]
try to please sonarqube on that loop

7 years agoaccept single quotes while converting the XML files
Martin Quinson [Thu, 23 Jun 2016 08:58:05 +0000 (10:58 +0200)]
accept single quotes while converting the XML files

7 years agochase a few more rules
Frederic Suter [Thu, 23 Jun 2016 16:19:20 +0000 (18:19 +0200)]
chase a few more rules

7 years agohandle cpp flags as well
degomme [Thu, 23 Jun 2016 14:40:53 +0000 (16:40 +0200)]
handle cpp flags as well