Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
7 years agocosmetics
Martin Quinson [Fri, 19 Aug 2016 10:57:29 +0000 (12:57 +0200)]
cosmetics

7 years agoreduce the amount of casts
Martin Quinson [Fri, 19 Aug 2016 10:49:14 +0000 (12:49 +0200)]
reduce the amount of casts

7 years agoMerge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid
Frederic Suter [Fri, 19 Aug 2016 07:41:40 +0000 (09:41 +0200)]
Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid

7 years agoplug memleak
Frederic Suter [Fri, 19 Aug 2016 07:41:27 +0000 (09:41 +0200)]
plug memleak

7 years agouse vector for privateLinks_
Frederic Suter [Fri, 19 Aug 2016 07:25:45 +0000 (09:25 +0200)]
use vector for privateLinks_
 + fought hard against this one :/
 + emptty, have a look please

7 years agobe explicit to please sonar
Martin Quinson [Thu, 18 Aug 2016 21:40:07 +0000 (23:40 +0200)]
be explicit to please sonar

7 years agoMerge pull request #108 from adfaure/master
Martin Quinson [Thu, 18 Aug 2016 21:38:51 +0000 (23:38 +0200)]
Merge pull request #108 from adfaure/master

[s4u]Fix memory leak into s4u::Comm

7 years agosome hints to get accurate simulation
Martin Quinson [Thu, 18 Aug 2016 19:50:23 +0000 (21:50 +0200)]
some hints to get accurate simulation

7 years agovertices_ is now a vector in routing
Frederic Suter [Thu, 18 Aug 2016 16:25:52 +0000 (18:25 +0200)]
vertices_ is now a vector in routing

7 years ago[DOC] Added another SMPI_PRETEND_CC warning
Christian Heinrich [Thu, 18 Aug 2016 12:35:35 +0000 (14:35 +0200)]
[DOC] Added another SMPI_PRETEND_CC warning

7 years ago[clang-format] Update AllowShortFunctionsOnASingleLine to 'inline'
Christian Heinrich [Wed, 13 Jul 2016 11:20:45 +0000 (13:20 +0200)]
[clang-format] Update AllowShortFunctionsOnASingleLine to 'inline'

7 years agofix build on 32bit
Frederic Suter [Thu, 18 Aug 2016 11:08:57 +0000 (13:08 +0200)]
fix build on 32bit

7 years agogetting rid of dynar in instr (part 1)
Frederic Suter [Thu, 18 Aug 2016 10:55:03 +0000 (12:55 +0200)]
getting rid of dynar in instr (part 1)

7 years agowoops
Frederic Suter [Thu, 18 Aug 2016 09:18:28 +0000 (11:18 +0200)]
woops

7 years agofix build
Frederic Suter [Thu, 18 Aug 2016 09:17:54 +0000 (11:17 +0200)]
fix build

7 years agofactor these 2 basic tests
Frederic Suter [Thu, 18 Aug 2016 09:07:21 +0000 (11:07 +0200)]
factor these 2 basic tests

7 years agocosmetics
Frederic Suter [Thu, 18 Aug 2016 09:00:16 +0000 (11:00 +0200)]
cosmetics

7 years agoyet another dynar to disappear
Frederic Suter [Thu, 18 Aug 2016 08:29:46 +0000 (10:29 +0200)]
yet another dynar to disappear
emptty: you might want to change this one (look for the FIXME)

7 years ago2 dynar less (but this code is ... improvable)
Frederic Suter [Thu, 18 Aug 2016 07:57:03 +0000 (09:57 +0200)]
2 dynar less (but this code is ... improvable)

7 years agorework the SMPI documentation
Martin Quinson [Wed, 17 Aug 2016 20:10:36 +0000 (22:10 +0200)]
rework the SMPI documentation

7 years agostore host and not names
Frederic Suter [Wed, 17 Aug 2016 18:29:48 +0000 (20:29 +0200)]
store host and not names
Bonus : 2 malloc -> new

7 years ago[s4u]Fix memory leak into s4u::Comm
adfaure [Wed, 17 Aug 2016 13:42:10 +0000 (15:42 +0200)]
[s4u]Fix memory leak into s4u::Comm

7 years agodynar-- for hosts that restart
Frederic Suter [Tue, 16 Aug 2016 21:18:44 +0000 (23:18 +0200)]
dynar-- for hosts that restart

7 years agodynar-- for trace mgmt
Frederic Suter [Tue, 16 Aug 2016 20:16:48 +0000 (22:16 +0200)]
dynar-- for trace mgmt

7 years agooops. make the script executable...
degomme [Tue, 16 Aug 2016 13:09:11 +0000 (15:09 +0200)]
oops. make the script executable...

7 years agoAdd DynamicAnalysis description as a script. It used to be static in jenkins config.
degomme [Tue, 16 Aug 2016 13:03:50 +0000 (15:03 +0200)]
Add DynamicAnalysis description as a script. It used to be static in jenkins config.
Printing it to a file makes it more dynamic, as you can add more infos.

7 years agoplug a memleak by properly finalizing the framework
Martin Quinson [Tue, 16 Aug 2016 11:45:07 +0000 (13:45 +0200)]
plug a memleak by properly finalizing the framework

7 years agosmall sonar cleanup
Martin Quinson [Tue, 16 Aug 2016 09:03:04 +0000 (11:03 +0200)]
small sonar cleanup

7 years agokeep polite and informative
Martin Quinson [Tue, 16 Aug 2016 08:29:30 +0000 (10:29 +0200)]
keep polite and informative

7 years agobetter handling of info_* in smpi to avoid leaks
degomme [Tue, 16 Aug 2016 00:09:04 +0000 (02:09 +0200)]
better handling of info_* in smpi to avoid leaks

7 years agoactivate global privatization by default in smpi
Martin Quinson [Mon, 15 Aug 2016 22:09:00 +0000 (00:09 +0200)]
activate global privatization by default in smpi

7 years agoavoid launching twice the mpich3 coll test with ompi selector.
degomme [Mon, 15 Aug 2016 15:39:09 +0000 (17:39 +0200)]
avoid launching twice the mpich3 coll test with ompi selector.
now, if ucontextes are available, it will run with it, and default to raw in the other cases
same thing applies for standard test, that will be run with raw if threads are not found

7 years agofix NS3 builds
Martin Quinson [Mon, 15 Aug 2016 12:59:49 +0000 (14:59 +0200)]
fix NS3 builds

7 years agoMerge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid
Martin Quinson [Mon, 15 Aug 2016 12:35:29 +0000 (14:35 +0200)]
Merge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid

7 years agoplug a bunch of memleaks in SD examples and testsuites
Martin Quinson [Mon, 15 Aug 2016 12:13:03 +0000 (14:13 +0200)]
plug a bunch of memleaks in SD examples and testsuites

7 years agoplug two memleak in smpi, and cosmetics
Martin Quinson [Mon, 15 Aug 2016 11:45:50 +0000 (13:45 +0200)]
plug two memleak in smpi, and cosmetics

7 years agoleaks --
degomme [Mon, 15 Aug 2016 09:21:52 +0000 (11:21 +0200)]
leaks --

7 years agorename smx_process_t to smx_actor_t
Martin Quinson [Sun, 14 Aug 2016 21:56:23 +0000 (23:56 +0200)]
rename smx_process_t to smx_actor_t

7 years agosonar cleanups
Martin Quinson [Sun, 14 Aug 2016 21:40:15 +0000 (23:40 +0200)]
sonar cleanups

7 years agoplug another memleak, in a SD example
Martin Quinson [Sun, 14 Aug 2016 21:31:19 +0000 (23:31 +0200)]
plug another memleak, in a SD example

7 years agoreduce the amount of mallocs (and plug a memleak)
Martin Quinson [Sun, 14 Aug 2016 21:26:41 +0000 (23:26 +0200)]
reduce the amount of mallocs (and plug a memleak)

7 years agoAnd 2 memleaks in simdag examples
Martin Quinson [Sun, 14 Aug 2016 21:17:23 +0000 (23:17 +0200)]
And 2 memleaks in simdag examples

7 years agoI don't like how class's doc is rendered by doxygen. It's not good yet
Martin Quinson [Sun, 14 Aug 2016 21:07:31 +0000 (23:07 +0200)]
I don't like how class's doc is rendered by doxygen. It's not good yet

7 years agofurther improve the doc of s4u::Mailbox
Martin Quinson [Sun, 14 Aug 2016 21:05:55 +0000 (23:05 +0200)]
further improve the doc of s4u::Mailbox

7 years agoplug another memleak, in SMPI this time
Martin Quinson [Sun, 14 Aug 2016 21:01:10 +0000 (23:01 +0200)]
plug another memleak, in SMPI this time

7 years agoplug a memleak
Martin Quinson [Sun, 14 Aug 2016 20:45:31 +0000 (22:45 +0200)]
plug a memleak

7 years agomv s4u/mailbox.hpp s4u/Mailbox.hpp now that it's clean
Martin Quinson [Sun, 14 Aug 2016 11:49:00 +0000 (13:49 +0200)]
mv s4u/mailbox.hpp s4u/Mailbox.hpp now that it's clean

7 years agoimprove s4u::Mailbox documentation
Martin Quinson [Sun, 14 Aug 2016 11:06:33 +0000 (13:06 +0200)]
improve s4u::Mailbox documentation

7 years agofix lua builds, as a courtesy to frs69wq :)
Martin Quinson [Sun, 14 Aug 2016 11:32:39 +0000 (13:32 +0200)]
fix lua builds, as a courtesy to frs69wq :)

7 years agoplease sonar with some cleanups
Martin Quinson [Sun, 14 Aug 2016 09:14:06 +0000 (11:14 +0200)]
please sonar with some cleanups

7 years agokill unused type sg_mbox_t
Martin Quinson [Sat, 13 Aug 2016 21:56:51 +0000 (23:56 +0200)]
kill unused type sg_mbox_t

7 years agocleanups to please sonar, and add a FIXME for a bug we have
Martin Quinson [Sat, 13 Aug 2016 07:41:46 +0000 (09:41 +0200)]
cleanups to please sonar, and add a FIXME for a bug we have

7 years agoreduce the amount of unneed malloc
Martin Quinson [Fri, 12 Aug 2016 21:53:34 +0000 (23:53 +0200)]
reduce the amount of unneed malloc

7 years agofix an invalid access
Martin Quinson [Fri, 12 Aug 2016 21:25:49 +0000 (23:25 +0200)]
fix an invalid access

7 years agoadd a Mailbox::byName(std::string) function
Martin Quinson [Fri, 12 Aug 2016 21:12:50 +0000 (23:12 +0200)]
add a Mailbox::byName(std::string) function

7 years agorewrite the s4u_launching example
Martin Quinson [Fri, 12 Aug 2016 20:53:41 +0000 (22:53 +0200)]
rewrite the s4u_launching example

7 years agorename the basic s4u example to 'launching'
Martin Quinson [Fri, 12 Aug 2016 16:28:22 +0000 (18:28 +0200)]
rename the basic s4u example to 'launching'

7 years agoremove a dupplicated file
Martin Quinson [Thu, 11 Aug 2016 20:08:09 +0000 (22:08 +0200)]
remove a dupplicated file

7 years agodynar to std::vector for pstates
Frederic Suter [Fri, 12 Aug 2016 14:15:35 +0000 (16:15 +0200)]
dynar to std::vector for pstates

7 years agocosmetics
Frederic Suter [Fri, 12 Aug 2016 12:37:39 +0000 (14:37 +0200)]
cosmetics

7 years agoa pass on this documentation
Frederic Suter [Fri, 12 Aug 2016 12:37:05 +0000 (14:37 +0200)]
a pass on this documentation

7 years agoMerge pull request #107 from adfaure/master
Martin Quinson [Thu, 11 Aug 2016 13:22:35 +0000 (15:22 +0200)]
Merge pull request #107 from adfaure/master

[s4u] add Actor::getPPid and this_actor::getPPid()

7 years agoplease sonar on double equality
Frederic Suter [Thu, 11 Aug 2016 12:43:27 +0000 (14:43 +0200)]
please sonar on double equality

7 years ago[s4u] add Actor::getPPid and this_actor::getPPid()
adfaure [Thu, 11 Aug 2016 08:50:28 +0000 (10:50 +0200)]
[s4u] add Actor::getPPid and this_actor::getPPid()

7 years agoplease sonar
degomme [Thu, 11 Aug 2016 08:22:37 +0000 (10:22 +0200)]
please sonar

7 years agotry to remove remaining blockers
Frederic Suter [Thu, 11 Aug 2016 08:18:27 +0000 (10:18 +0200)]
try to remove remaining blockers

7 years agosimplify!
Frederic Suter [Thu, 11 Aug 2016 07:40:29 +0000 (09:40 +0200)]
simplify!

7 years agorework this test
Frederic Suter [Thu, 11 Aug 2016 07:22:02 +0000 (09:22 +0200)]
rework this test

7 years agorm useless type declarations
Frederic Suter [Thu, 11 Aug 2016 07:17:52 +0000 (09:17 +0200)]
rm useless type declarations

7 years agofix some introduced smells
Frederic Suter [Thu, 11 Aug 2016 07:17:34 +0000 (09:17 +0200)]
fix some introduced smells

7 years agoMC request_enabled: add documentation and an explosive support for semaphores and...
Martin Quinson [Thu, 11 Aug 2016 00:37:13 +0000 (02:37 +0200)]
MC request_enabled: add documentation and an explosive support for semaphores and condvars

7 years agokill the half backen setAffinity feature
Martin Quinson [Wed, 10 Aug 2016 23:41:59 +0000 (01:41 +0200)]
kill the half backen setAffinity feature

7 years agoaccount for a file renaming in this script
Martin Quinson [Wed, 10 Aug 2016 22:56:19 +0000 (00:56 +0200)]
account for a file renaming in this script

7 years agorework the community documentation section
Martin Quinson [Wed, 10 Aug 2016 22:47:48 +0000 (00:47 +0200)]
rework the community documentation section

don't ask why I worked on that page even if it's probably not the most
important.

But please come and improve that page. I don't like what I've written,
it's too hollow and pompous.

We french people are too cynical to build communities in the right way :(

7 years agofix doxygen markup
Martin Quinson [Wed, 10 Aug 2016 22:42:33 +0000 (00:42 +0200)]
fix doxygen markup

7 years agonew doc: how to model multicores
Martin Quinson [Wed, 10 Aug 2016 17:56:21 +0000 (19:56 +0200)]
new doc: how to model multicores

7 years agoremove a useless C -> C++ function
Martin Quinson [Wed, 10 Aug 2016 17:29:21 +0000 (19:29 +0200)]
remove a useless C -> C++ function

7 years agonew doc: how to model hosts shutdown
Martin Quinson [Wed, 10 Aug 2016 17:29:09 +0000 (19:29 +0200)]
new doc: how to model hosts shutdown

7 years agosimplify chord a bit (what a mess)
Frederic Suter [Wed, 10 Aug 2016 13:36:42 +0000 (15:36 +0200)]
simplify chord a bit (what a mess)

7 years agoplease sonar
Frederic Suter [Wed, 10 Aug 2016 13:36:31 +0000 (15:36 +0200)]
please sonar

7 years agobug smell indent
Frederic Suter [Wed, 10 Aug 2016 11:17:49 +0000 (13:17 +0200)]
bug smell indent

7 years agoMerge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid
Martin Quinson [Tue, 9 Aug 2016 21:56:09 +0000 (23:56 +0200)]
Merge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid

7 years agocompile a piece of xbt with g++ to remove a useless function
Martin Quinson [Tue, 9 Aug 2016 20:51:18 +0000 (22:51 +0200)]
compile a piece of xbt with g++ to remove a useless function

and please my ol' pal, sonar

7 years agouse C++11 default implem to please sonar
Martin Quinson [Tue, 9 Aug 2016 20:47:58 +0000 (22:47 +0200)]
use C++11 default implem to please sonar

7 years agodynar to std::vector
Frederic Suter [Tue, 9 Aug 2016 15:01:49 +0000 (17:01 +0200)]
dynar to std::vector

7 years agokill a stupid header file that does not even compile
Martin Quinson [Tue, 9 Aug 2016 14:53:24 +0000 (16:53 +0200)]
kill a stupid header file that does not even compile

7 years agofix make distcheck. As usual
Martin Quinson [Tue, 9 Aug 2016 13:15:03 +0000 (15:15 +0200)]
fix make distcheck. As usual

7 years agovery little doc improvement
Martin Quinson [Tue, 9 Aug 2016 13:02:53 +0000 (15:02 +0200)]
very little doc improvement

7 years agoThis stupid windows wants to shield me from myself. Go away
Martin Quinson [Tue, 9 Aug 2016 13:02:27 +0000 (15:02 +0200)]
This stupid windows wants to shield me from myself. Go away

7 years agokill an obsolete file
Martin Quinson [Mon, 8 Aug 2016 21:29:23 +0000 (23:29 +0200)]
kill an obsolete file

The doxygen doc points to the header which is more sensible to see
what's actually implemented. At least ot does not fade out as fast as
a README file that didn't got updated in 6 years.

7 years agoprevent stings to be destroyed (dumb me)
Frederic Suter [Tue, 9 Aug 2016 11:49:38 +0000 (13:49 +0200)]
prevent stings to be destroyed (dumb me)

7 years agomaybe long double solve the issue
Frederic Suter [Tue, 9 Aug 2016 11:14:42 +0000 (13:14 +0200)]
maybe long double solve the issue

7 years agouse C++ version of simulate
Frederic Suter [Tue, 9 Aug 2016 10:04:26 +0000 (12:04 +0200)]
use C++ version of simulate
cannot check task equality anymore

7 years agofix build
Frederic Suter [Tue, 9 Aug 2016 10:04:19 +0000 (12:04 +0200)]
fix build

7 years agoremove useless includes
Frederic Suter [Tue, 9 Aug 2016 10:03:33 +0000 (12:03 +0200)]
remove useless includes

7 years agofix distcheck (courtesy to emptty;))
Frederic Suter [Tue, 9 Aug 2016 09:24:00 +0000 (11:24 +0200)]
fix distcheck (courtesy to emptty;))

7 years agoC++ify part of simdag
Frederic Suter [Tue, 9 Aug 2016 09:16:59 +0000 (11:16 +0200)]
C++ify part of simdag

7 years agoplease sonar
Frederic Suter [Tue, 9 Aug 2016 07:51:28 +0000 (09:51 +0200)]
please sonar

7 years agouniformization of the conversion of task state to string
Frederic Suter [Tue, 9 Aug 2016 07:46:48 +0000 (09:46 +0200)]
uniformization of the conversion of task state to string

7 years agoremove some pointer functions. We should go for C++ instead
Martin Quinson [Mon, 8 Aug 2016 18:55:32 +0000 (20:55 +0200)]
remove some pointer functions. We should go for C++ instead