Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
8 years agoFix dist
degomme [Thu, 17 Mar 2016 10:19:38 +0000 (11:19 +0100)]
Fix dist

8 years agoMerge the merges of merges
Gabriel Corona [Thu, 17 Mar 2016 08:35:46 +0000 (09:35 +0100)]
Merge the merges of merges

Maybe we should avoid this merging madness…

8 years agoMerge pull request #68 from glesserd/ptask_energy_bug
Martin Quinson [Wed, 16 Mar 2016 23:49:11 +0000 (00:49 +0100)]
Merge pull request #68 from glesserd/ptask_energy_bug

Energy were not computed correctly for parallel tasks.

8 years agoMerge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid
Frederic Suter [Wed, 16 Mar 2016 22:47:40 +0000 (23:47 +0100)]
Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid

8 years agodeal with trace
Frederic Suter [Wed, 16 Mar 2016 21:51:02 +0000 (22:51 +0100)]
deal with trace

8 years agostart to reorganize teshsuite/simdag
Frederic Suter [Wed, 16 Mar 2016 21:05:53 +0000 (22:05 +0100)]
start to reorganize teshsuite/simdag

8 years agoUpdate ptask example to also test energy on parallel tasks.
David Glesser [Wed, 16 Mar 2016 18:09:51 +0000 (19:09 +0100)]
Update ptask example to also test energy on parallel tasks.

8 years agoEnergy were not computed correctly for parallel tasks.
David Glesser [Wed, 16 Mar 2016 17:25:02 +0000 (18:25 +0100)]
Energy were not computed correctly for parallel tasks.

The change of computing states were only reported to the first host of the parallel task.

8 years agoExplicitly defined random generator integer type sizes for more portability
Fabien Chaix [Mon, 29 Feb 2016 20:25:28 +0000 (22:25 +0200)]
Explicitly defined random generator integer type sizes for more portability

8 years ago[mc] Fix compilation
Gabriel Corona [Wed, 16 Mar 2016 15:40:29 +0000 (16:40 +0100)]
[mc] Fix compilation

8 years agoMerge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid
Frederic Suter [Wed, 16 Mar 2016 15:39:17 +0000 (16:39 +0100)]
Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid

8 years ago[mc] Don't fail if some (part of a) segment is empty/not found
Gabriel Corona [Wed, 16 Mar 2016 15:27:01 +0000 (16:27 +0100)]
[mc] Don't fail if some (part of a) segment is empty/not found

8 years agorename SMPI macro related tests
Frederic Suter [Wed, 16 Mar 2016 15:25:24 +0000 (16:25 +0100)]
rename SMPI macro related tests
  and kill dumb ones (a.k.a old examples)

8 years ago[mc] Better detection of the segments
Gabriel Corona [Wed, 16 Mar 2016 15:24:37 +0000 (16:24 +0100)]
[mc] Better detection of the segments

The previous version failed to find the non-RELRO part of the data
segment if it's completely anonymous.

8 years agofactor cmake for teshsuite/msg
Frederic Suter [Wed, 16 Mar 2016 14:24:16 +0000 (15:24 +0100)]
factor cmake for teshsuite/msg

8 years agoreindent, static-ify, and kill blanks
Frederic Suter [Wed, 16 Mar 2016 14:03:53 +0000 (15:03 +0100)]
reindent, static-ify, and kill blanks

8 years agohave a single Cmake file for tesh-msg
Frederic Suter [Wed, 16 Mar 2016 13:24:58 +0000 (14:24 +0100)]
have a single Cmake file for tesh-msg
  +1 for trace (that might move out of the way soon)

8 years agomv bug-17132 to the smpi directory
Frederic Suter [Wed, 16 Mar 2016 12:34:38 +0000 (13:34 +0100)]
mv bug-17132 to the smpi directory

8 years agokill unused deployment file
Frederic Suter [Wed, 16 Mar 2016 12:25:06 +0000 (13:25 +0100)]
kill unused deployment file

8 years agoMerge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid
Frederic Suter [Wed, 16 Mar 2016 12:05:12 +0000 (13:05 +0100)]
Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid

8 years agoget rid of some useless deployment files
Frederic Suter [Wed, 16 Mar 2016 12:04:37 +0000 (13:04 +0100)]
get rid of some useless deployment files
  we can create processes after all

8 years agooops
degomme [Wed, 16 Mar 2016 10:37:43 +0000 (11:37 +0100)]
oops

8 years agoSeparate Coverage and DynamicAnalysys scripts.
degomme [Wed, 16 Mar 2016 10:01:19 +0000 (11:01 +0100)]
Separate Coverage and DynamicAnalysys scripts.
As the Dynamic Analysis is broken for now, this will allow to launch only coverage

8 years ago[mc] Remove unused MC bits in parmap
Gabriel Corona [Wed, 16 Mar 2016 09:40:51 +0000 (10:40 +0100)]
[mc] Remove unused MC bits in parmap

8 years agoSimgrid already has this dependency (and handles this better for win build)
degomme [Wed, 16 Mar 2016 09:31:53 +0000 (10:31 +0100)]
Simgrid already has this dependency (and handles this better for win build)

8 years ago[mc] Remove commented-out/disabled code in mc_diff.cpp
Gabriel Corona [Wed, 16 Mar 2016 09:02:49 +0000 (10:02 +0100)]
[mc] Remove commented-out/disabled code in mc_diff.cpp

8 years ago[mc] Remove pointless #includes
Gabriel Corona [Wed, 16 Mar 2016 08:44:33 +0000 (09:44 +0100)]
[mc] Remove pointless #includes

8 years agofurther cleanups in the surf::traces
Martin Quinson [Tue, 15 Mar 2016 23:33:41 +0000 (00:33 +0100)]
further cleanups in the surf::traces

8 years ago[mc] Use _exit() in fork()-ed process
Gabriel Corona [Tue, 15 Mar 2016 22:38:51 +0000 (23:38 +0100)]
[mc] Use _exit() in fork()-ed process

8 years agoMerge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid
Martin Quinson [Tue, 15 Mar 2016 21:13:41 +0000 (22:13 +0100)]
Merge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid

8 years agobe more explicit when we see a platform v3 file
Martin Quinson [Tue, 15 Mar 2016 21:13:32 +0000 (22:13 +0100)]
be more explicit when we see a platform v3 file

8 years agowe did not really need cm02 here, did we? (it breaks centos)
degomme [Tue, 15 Mar 2016 15:57:48 +0000 (16:57 +0100)]
we did not really need cm02 here, did we? (it breaks centos)

8 years ago[mc] Ignore output of bugged1_liveness_visited
Gabriel Corona [Tue, 15 Mar 2016 15:10:47 +0000 (16:10 +0100)]
[mc] Ignore output of bugged1_liveness_visited

8 years ago[mc] Remove useless asserts
Gabriel Corona [Tue, 15 Mar 2016 15:05:12 +0000 (16:05 +0100)]
[mc] Remove useless asserts

8 years ago[mc] Fix typos
Gabriel Corona [Tue, 15 Mar 2016 14:04:49 +0000 (15:04 +0100)]
[mc] Fix typos

8 years ago[mc] Remove split the MCed and MCer part of MC_deadlock_check()
Gabriel Corona [Tue, 15 Mar 2016 13:54:40 +0000 (14:54 +0100)]
[mc] Remove split the MCed and MCer part of MC_deadlock_check()

8 years ago[mc] Make 'colors' variable static
Gabriel Corona [Tue, 15 Mar 2016 13:42:04 +0000 (14:42 +0100)]
[mc] Make 'colors' variable static

8 years agoAdd a message to the user to specify our requirement for Boost version
degomme [Tue, 15 Mar 2016 14:09:03 +0000 (15:09 +0100)]
Add a message to the user to specify our requirement for Boost version

8 years ago[mc] Remove remaining bits of parmap in MC (not used)
Gabriel Corona [Tue, 15 Mar 2016 13:09:32 +0000 (14:09 +0100)]
[mc] Remove remaining bits of parmap in MC (not used)

8 years ago[mc] Remove useless stuff in mc_private.h
Gabriel Corona [Tue, 15 Mar 2016 13:02:58 +0000 (14:02 +0100)]
[mc] Remove useless stuff in mc_private.h

8 years agofix a test
Martin Quinson [Tue, 15 Mar 2016 13:04:06 +0000 (14:04 +0100)]
fix a test

8 years agoremove an empty structure left over
Martin Quinson [Tue, 15 Mar 2016 13:03:04 +0000 (14:03 +0100)]
remove an empty structure left over

8 years agoRevert my (subtle) attempts to fork simgrid...
Gabriel Corona [Tue, 15 Mar 2016 12:34:12 +0000 (13:34 +0100)]
Revert my (subtle) attempts to fork simgrid...

8 years ago[mc] Remove C typedefs (mc_foobar_t) and mc_forward.h
Gabriel Corona [Tue, 15 Mar 2016 12:18:19 +0000 (13:18 +0100)]
[mc] Remove C typedefs (mc_foobar_t) and mc_forward.h

8 years ago[mc] Move MC malloc introspection code in simgrid::mc
Gabriel Corona [Tue, 15 Mar 2016 12:02:11 +0000 (13:02 +0100)]
[mc] Move MC malloc introspection code in simgrid::mc

8 years ago[mc] Move unwinding glue in a UnwindContext class
Gabriel Corona [Tue, 15 Mar 2016 11:00:44 +0000 (12:00 +0100)]
[mc] Move unwinding glue in a UnwindContext class

8 years agoMerge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid
Martin Quinson [Tue, 15 Mar 2016 10:23:57 +0000 (11:23 +0100)]
Merge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid

8 years agofurther objectifies the traces
Martin Quinson [Tue, 15 Mar 2016 10:22:38 +0000 (11:22 +0100)]
further objectifies the traces

- Convert the list of all traces from xbt_dict to std::unordered_map
- Refuse "" as a trace filename and fix the calling code

8 years ago[mc] Move process_vm_readv-based implementation of libunwind in simgrid::mc
Gabriel Corona [Mon, 14 Mar 2016 10:38:16 +0000 (11:38 +0100)]
[mc] Move process_vm_readv-based implementation of libunwind in simgrid::mc

8 years ago[mc] Fix comment/TODO
Gabriel Corona [Mon, 14 Mar 2016 09:20:30 +0000 (10:20 +0100)]
[mc] Fix comment/TODO

8 years ago[mc] Make Process:cache_flags private
Gabriel Corona [Mon, 14 Mar 2016 09:12:29 +0000 (10:12 +0100)]
[mc] Make Process:cache_flags private

8 years ago[mc] Fix documentation
Gabriel Corona [Mon, 14 Mar 2016 08:33:06 +0000 (09:33 +0100)]
[mc] Fix documentation

8 years agoappveyor : switch boost to more recent one, and silence choco a bit
degomme [Tue, 15 Mar 2016 09:33:27 +0000 (10:33 +0100)]
appveyor : switch boost to more recent one, and silence choco a bit
This should avoid having a 3.6MB output.

8 years agoMerge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid
Martin Quinson [Tue, 15 Mar 2016 09:15:25 +0000 (10:15 +0100)]
Merge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid

8 years agostfu choco
Martin Quinson [Tue, 15 Mar 2016 09:15:14 +0000 (10:15 +0100)]
stfu choco

8 years agostart objectifying the surf traces
Martin Quinson [Tue, 15 Mar 2016 08:59:11 +0000 (09:59 +0100)]
start objectifying the surf traces

8 years agowhat a wonderful night in XBT ...
Frederic Suter [Tue, 15 Mar 2016 00:34:19 +0000 (01:34 +0100)]
what a wonderful night in XBT ...

8 years agoremove a couple of MSC_VER stuff
Frederic Suter [Mon, 14 Mar 2016 22:19:52 +0000 (23:19 +0100)]
remove a couple of MSC_VER stuff
  and some blank lines too

8 years agotiny tiny commit
Frederic Suter [Mon, 14 Mar 2016 21:48:31 +0000 (22:48 +0100)]
tiny tiny commit

8 years agoMerge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid
Frederic Suter [Mon, 14 Mar 2016 21:36:37 +0000 (22:36 +0100)]
Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid

8 years agocleanups in java bindings
Frederic Suter [Mon, 14 Mar 2016 21:34:05 +0000 (22:34 +0100)]
cleanups in java bindings

8 years agoMerge branch 'master' of github.com:mquinson/simgrid
Martin Quinson [Mon, 14 Mar 2016 21:10:15 +0000 (22:10 +0100)]
Merge branch 'master' of github.com:mquinson/simgrid

8 years agosurf::cpu: apply the latest naming convention of fields and methods
Martin Quinson [Mon, 14 Mar 2016 21:09:16 +0000 (22:09 +0100)]
surf::cpu: apply the latest naming convention of fields and methods

8 years agosurf/trace: kill dead code
Martin Quinson [Mon, 14 Mar 2016 20:58:37 +0000 (21:58 +0100)]
surf/trace: kill dead code

8 years agoreally put 'network/crosstraffic' to yes by default, and fix the teshes
Martin Quinson [Mon, 14 Mar 2016 20:42:56 +0000 (21:42 +0100)]
really put 'network/crosstraffic' to yes by default, and fix the teshes

8 years agosmall cleanups to appveyor
Martin Quinson [Mon, 14 Mar 2016 17:50:03 +0000 (18:50 +0100)]
small cleanups to appveyor

8 years agoappveyor: these tests don't exist anymore
Martin Quinson [Mon, 14 Mar 2016 16:40:11 +0000 (17:40 +0100)]
appveyor: these tests don't exist anymore

8 years agocmake/java: On windows, take the dll from the chocolatey location
Martin Quinson [Mon, 14 Mar 2016 16:09:51 +0000 (17:09 +0100)]
cmake/java: On windows, take the dll from the chocolatey location

8 years agoappveyor: flavor mingw over perl in the PATH
Martin Quinson [Mon, 14 Mar 2016 15:50:06 +0000 (16:50 +0100)]
appveyor: flavor mingw over perl in the PATH

8 years agoProviding our own copy of Win32API::File was a very bad idea
Martin Quinson [Mon, 14 Mar 2016 13:15:39 +0000 (14:15 +0100)]
Providing our own copy of Win32API::File was a very bad idea

8 years agoappveyor: full path to mingw32-make
Martin Quinson [Mon, 14 Mar 2016 13:07:37 +0000 (14:07 +0100)]
appveyor: full path to mingw32-make

8 years agoappveyor: these tests don't exist anymore
Martin Quinson [Mon, 14 Mar 2016 16:40:11 +0000 (17:40 +0100)]
appveyor: these tests don't exist anymore

8 years agocmake/java: On windows, take the dll from the chocolatey location
Martin Quinson [Mon, 14 Mar 2016 16:09:51 +0000 (17:09 +0100)]
cmake/java: On windows, take the dll from the chocolatey location

8 years agoreorg examples/simdag for better user experience
Frederic Suter [Mon, 14 Mar 2016 15:50:44 +0000 (16:50 +0100)]
reorg examples/simdag for better user experience

  + kill sd_test2 that brings nothing wrt the teshsuite

8 years agoappveyor: flavor mingw over perl in the PATH
Martin Quinson [Mon, 14 Mar 2016 15:50:06 +0000 (16:50 +0100)]
appveyor: flavor mingw over perl in the PATH

8 years agoMerge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid
Martin Quinson [Mon, 14 Mar 2016 15:16:24 +0000 (16:16 +0100)]
Merge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid

8 years agoadd a (simple) test for storage actions
Frederic Suter [Mon, 14 Mar 2016 14:49:23 +0000 (15:49 +0100)]
add a (simple) test for storage actions

8 years agoProviding our own copy of Win32API::File was a very bad idea
Martin Quinson [Mon, 14 Mar 2016 13:15:39 +0000 (14:15 +0100)]
Providing our own copy of Win32API::File was a very bad idea

8 years agoMerge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid
Frederic Suter [Mon, 14 Mar 2016 13:12:35 +0000 (14:12 +0100)]
Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid

8 years agoappveyor: full path to mingw32-make
Martin Quinson [Mon, 14 Mar 2016 13:07:37 +0000 (14:07 +0100)]
appveyor: full path to mingw32-make

8 years agofactor Cmake and clean files
Frederic Suter [Mon, 14 Mar 2016 12:51:18 +0000 (13:51 +0100)]
factor Cmake and clean files

8 years agotry to manually install mingw to get make
Martin Quinson [Mon, 14 Mar 2016 12:35:19 +0000 (13:35 +0100)]
try to manually install mingw to get make

8 years agoblank--
Frederic Suter [Mon, 14 Mar 2016 12:13:51 +0000 (13:13 +0100)]
blank--

8 years agomake dt runnable (fix argv accesses)
Frederic Suter [Mon, 14 Mar 2016 11:52:50 +0000 (12:52 +0100)]
make dt runnable (fix argv accesses)

8 years agoMerge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid
Frederic Suter [Mon, 14 Mar 2016 11:42:54 +0000 (12:42 +0100)]
Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid

8 years agoappveyor: Switch to Strawberry Perl and use chocolatey
Martin Quinson [Mon, 14 Mar 2016 09:04:31 +0000 (10:04 +0100)]
appveyor: Switch to Strawberry Perl and use chocolatey

- Active Perl is good if you use MSVC
- choco install seems better than downloading the prebuilt
  dependencies of an other project (symengine) we know nothing about

8 years agofix make dist
Martin Quinson [Mon, 14 Mar 2016 08:57:10 +0000 (09:57 +0100)]
fix make dist

8 years agotry to use cpan on appveyor
Martin Quinson [Mon, 14 Mar 2016 08:56:37 +0000 (09:56 +0100)]
try to use cpan on appveyor

8 years agoMerge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid
Frederic Suter [Mon, 14 Mar 2016 08:42:29 +0000 (09:42 +0100)]
Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid

8 years ago[Win32API::File] Use Carp::croak instead of bare croak
Martin Quinson [Mon, 14 Mar 2016 06:43:50 +0000 (07:43 +0100)]
[Win32API::File] Use Carp::croak instead of bare croak

Without this, I get the following message:

 String found where operator expected at C:/projects/simgrid/bin/IPC/Win32APIFile.pm line 278, near "croak 'Win32API::File Usage:  '"
            (Do you need to predeclare croak?)
 syntax error at C:/projects/simgrid/bin/IPC/Win32APIFile.pm line 278, near "croak 'Win32API::File Usage:  '"

8 years agoembeed our own fresh copy of Win32API::File
Martin Quinson [Mon, 14 Mar 2016 06:21:26 +0000 (07:21 +0100)]
embeed our own fresh copy of Win32API::File

8 years agotry to fix the windows build
Martin Quinson [Sun, 13 Mar 2016 21:28:52 +0000 (22:28 +0100)]
try to fix the windows build

8 years agoobsolete script: RuleBased routing was removed in v3.10
Martin Quinson [Sun, 13 Mar 2016 20:51:40 +0000 (21:51 +0100)]
obsolete script: RuleBased routing was removed in v3.10

8 years agoMerge branch 'master' of github.com:mquinson/simgrid
Martin Quinson [Sun, 13 Mar 2016 20:42:25 +0000 (21:42 +0100)]
Merge branch 'master' of github.com:mquinson/simgrid

8 years agotry to reactivate tesh on windows
Martin Quinson [Sun, 13 Mar 2016 20:42:10 +0000 (21:42 +0100)]
try to reactivate tesh on windows

8 years agoremove the git release from the config.h to reduce the amount of rebuilds
Martin Quinson [Sun, 13 Mar 2016 20:40:36 +0000 (21:40 +0100)]
remove the git release from the config.h to reduce the amount of rebuilds

8 years agoMerge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid
Frederic Suter [Sun, 13 Mar 2016 20:08:20 +0000 (21:08 +0100)]
Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid

8 years agorework the doc of the include tag
Martin Quinson [Sat, 12 Mar 2016 20:21:16 +0000 (21:21 +0100)]
rework the doc of the include tag

8 years agotesh: Merge https://github.com/toddr/IPC-Run/pull/19 into our IPC
Martin Quinson [Sat, 12 Mar 2016 20:20:35 +0000 (21:20 +0100)]
tesh: Merge https://github.com/toddr/IPC-Run/pull/19 into our IPC

8 years ago[mc] Move client-side message processing in the Client class
Gabriel Corona [Fri, 11 Mar 2016 16:02:43 +0000 (17:02 +0100)]
[mc] Move client-side message processing in the Client class