Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
8 years agoKill another GRAS leftover: SG/RL thread portability layer
Martin Quinson [Fri, 22 Jan 2016 09:53:37 +0000 (10:53 +0100)]
Kill another GRAS leftover: SG/RL thread portability layer

Also, maestro's reported name is now "maestro" instead of "". This
breaks a lot of tesh files that I'll fix in the next commit for clarity.

8 years ago[Lua] Removed MSG from Lua
Christian Heinrich [Thu, 21 Jan 2016 11:06:59 +0000 (12:06 +0100)]
[Lua] Removed MSG from Lua

8 years ago[LUA] Removed another outdated lua function
Christian Heinrich [Thu, 21 Jan 2016 10:59:26 +0000 (11:59 +0100)]
[LUA] Removed another outdated lua function

8 years agotry to fix build with jedule/latency bound
degomme [Fri, 22 Jan 2016 10:22:09 +0000 (11:22 +0100)]
try to fix build with jedule/latency bound

8 years agochangelog update
degomme [Thu, 21 Jan 2016 10:40:27 +0000 (11:40 +0100)]
changelog update

8 years agokill another GRAS leftover: xbt_peer_t
Martin Quinson [Thu, 21 Jan 2016 20:14:04 +0000 (21:14 +0100)]
kill another GRAS leftover: xbt_peer_t

8 years agosome more renamings in the traces
Martin Quinson [Thu, 21 Jan 2016 19:53:48 +0000 (20:53 +0100)]
some more renamings in the traces

8 years ago[jenkins] also exclude generated files from the coverage
Martin Quinson [Thu, 21 Jan 2016 19:29:15 +0000 (20:29 +0100)]
[jenkins] also exclude generated files from the coverage

8 years agoMerge branch 'master' of github.com:mquinson/simgrid
Martin Quinson [Thu, 21 Jan 2016 18:18:39 +0000 (19:18 +0100)]
Merge branch 'master' of github.com:mquinson/simgrid

8 years agoDid I broke travis?
Martin Quinson [Thu, 21 Jan 2016 18:09:48 +0000 (19:09 +0100)]
Did I broke travis?

8 years agoFirst round of refactoring in the event trace stuff
Martin Quinson [Thu, 21 Jan 2016 15:07:28 +0000 (16:07 +0100)]
First round of refactoring in the event trace stuff

- Rename various data types and function parameters to make their
  purpose clear
- More to come: A class hierarchy is to be discovered in these messy bits

8 years agoMerge pull request #52 from EtienneM/patch-1
Martin Quinson [Thu, 21 Jan 2016 12:25:37 +0000 (13:25 +0100)]
Merge pull request #52 from EtienneM/patch-1

Typo in Task javadoc

8 years agoDocumentation for parallel tasks
EtienneM [Thu, 21 Jan 2016 11:06:58 +0000 (12:06 +0100)]
Documentation for parallel tasks

8 years agoTypo in Task javadoc
EtienneM [Thu, 21 Jan 2016 10:21:14 +0000 (11:21 +0100)]
Typo in Task javadoc

8 years agoexclude teshsuite folder from coverage reports, as it's not meaningful
degomme [Thu, 21 Jan 2016 10:06:13 +0000 (11:06 +0100)]
exclude teshsuite folder from coverage reports, as it's not meaningful

8 years ago[xbt] Kill the queue datacontainer: it made more sense with GRAS
Martin Quinson [Thu, 21 Jan 2016 10:00:48 +0000 (11:00 +0100)]
[xbt] Kill the queue datacontainer: it made more sense with GRAS

8 years agorequalify soome tesh files
degomme [Thu, 21 Jan 2016 09:49:36 +0000 (10:49 +0100)]
requalify soome tesh files

8 years agocosmetics in teshsuite/msg/host_on_off -- don't ask why
Martin Quinson [Thu, 21 Jan 2016 09:45:20 +0000 (10:45 +0100)]
cosmetics in teshsuite/msg/host_on_off -- don't ask why

8 years agowoops revalidate some tesh files
Martin Quinson [Thu, 21 Jan 2016 02:28:20 +0000 (03:28 +0100)]
woops revalidate some tesh files

8 years agoignore more generated files
Martin Quinson [Thu, 21 Jan 2016 01:32:04 +0000 (02:32 +0100)]
ignore more generated files

8 years agoUsing openMPI selector in this case possibly led to issues, so use single implems...
degomme [Thu, 21 Jan 2016 09:07:56 +0000 (10:07 +0100)]
Using openMPI selector in this case possibly led to issues, so use single implems instead

8 years agoAlso run the energy tests with ptask_L07 model.
Martin Quinson [Thu, 21 Jan 2016 01:20:40 +0000 (02:20 +0100)]
Also run the energy tests with ptask_L07 model.

ptask_L07 needs to shut up when asked (when xbt_cfg is set to critical)

8 years agoallow to add log settings to the executed commands
Martin Quinson [Thu, 21 Jan 2016 01:20:08 +0000 (02:20 +0100)]
allow to add log settings to the executed commands

8 years agoDocument some important changes introduced in this release
Martin Quinson [Thu, 21 Jan 2016 00:45:32 +0000 (01:45 +0100)]
Document some important changes introduced in this release

8 years agofix make distcheck
Martin Quinson [Thu, 21 Jan 2016 00:31:40 +0000 (01:31 +0100)]
fix make distcheck

8 years agointegrate Adrien's example for Java VM energy as a tesh test
Martin Quinson [Thu, 21 Jan 2016 00:21:13 +0000 (01:21 +0100)]
integrate Adrien's example for Java VM energy as a tesh test

8 years agoenable mpich3 tests for coverage reports on ci
degomme [Thu, 21 Jan 2016 00:13:46 +0000 (01:13 +0100)]
enable mpich3 tests for coverage reports on ci

8 years ago[LUA] Fixed compile time warnings, 2/2
Christian Heinrich [Thu, 21 Jan 2016 00:13:17 +0000 (01:13 +0100)]
[LUA] Fixed compile time warnings, 2/2

8 years ago[LUA] Fixed compile time warnings
Christian Heinrich [Thu, 21 Jan 2016 00:11:12 +0000 (01:11 +0100)]
[LUA] Fixed compile time warnings

8 years agoadd a test for IB network model as well
degomme [Wed, 20 Jan 2016 22:59:09 +0000 (23:59 +0100)]
add a test for IB network model as well

8 years ago[CMAKE] Fixed build system by removing lua crap
Christian Heinrich [Wed, 20 Jan 2016 22:39:12 +0000 (23:39 +0100)]
[CMAKE] Fixed build system by removing lua crap

8 years ago[DOC] Fixed even more errors.
Christian Heinrich [Wed, 20 Jan 2016 22:26:40 +0000 (23:26 +0100)]
[DOC] Fixed even more errors.

8 years ago[Gitignore] Blacklisted mpich3-test files.
Christian Heinrich [Wed, 20 Jan 2016 22:07:23 +0000 (23:07 +0100)]
[Gitignore] Blacklisted mpich3-test files.

8 years ago[Docs] Fixed doc generation errors.
Christian Heinrich [Wed, 20 Jan 2016 22:01:51 +0000 (23:01 +0100)]
[Docs] Fixed doc generation errors.

8 years agodrop n-ary bcast/barrier that was not actually working as a barrier.
degomme [Wed, 20 Jan 2016 21:59:54 +0000 (22:59 +0100)]
drop n-ary bcast/barrier that was not actually working as a barrier.
Default is now ompi selector barrier/bcast.

8 years agoSome weird codes actually call MPI_Init from C, then call MPI functions from fortran
degomme [Wed, 20 Jan 2016 21:44:25 +0000 (22:44 +0100)]
Some weird codes actually call MPI_Init from C, then call MPI functions from fortran
In this case we did not have fortran specific structures initialized, thus segfault.
This should help

8 years agomore useless code trimmed
Frederic Suter [Wed, 20 Jan 2016 17:58:27 +0000 (18:58 +0100)]
more useless code trimmed

8 years agoanother fix to avoid issues with .f or .F in f77
degomme [Wed, 20 Jan 2016 18:32:53 +0000 (19:32 +0100)]
another fix to avoid issues with .f or .F in f77

8 years ago[Lua] Removed remains from older codebase
Christian Heinrich [Wed, 20 Jan 2016 17:16:57 +0000 (18:16 +0100)]
[Lua] Removed remains from older codebase

8 years ago[Lua] Removed orphaned comments
Christian Heinrich [Wed, 20 Jan 2016 17:14:30 +0000 (18:14 +0100)]
[Lua] Removed orphaned comments

8 years ago[Lua] Added new 'dump()' debug function for lua
Christian Heinrich [Wed, 20 Jan 2016 17:03:35 +0000 (18:03 +0100)]
[Lua] Added new 'dump()' debug function for lua

This function will help users to easily dump their tables
by calling 'simgrid.dump(table)' in Lua. This is not really
an elaborate solution (no recursion handling), but it's OK
for the moment

8 years ago[Lua] Removed lua_utils.c for lua_debug.c
Christian Heinrich [Wed, 20 Jan 2016 17:02:27 +0000 (18:02 +0100)]
[Lua] Removed lua_utils.c for lua_debug.c

8 years ago[Lua] Further removal of unnecessary lua glue code
Christian Heinrich [Tue, 19 Jan 2016 23:35:56 +0000 (00:35 +0100)]
[Lua] Further removal of unnecessary lua glue code

8 years ago[Tests][Lua] Fixed wrong Lua platforms test
Christian Heinrich [Tue, 19 Jan 2016 23:10:45 +0000 (00:10 +0100)]
[Tests][Lua] Fixed wrong Lua platforms test

8 years ago[Lua] Removed lua simulation support
Christian Heinrich [Tue, 19 Jan 2016 22:59:38 +0000 (23:59 +0100)]
[Lua] Removed lua simulation support

8 years ago[Lua] Renamed host 'power' to 'speed' for hosts
Christian Heinrich [Tue, 19 Jan 2016 21:22:25 +0000 (22:22 +0100)]
[Lua] Renamed host 'power' to 'speed' for hosts

8 years ago[Contrib] Deleted contrib/network_model
Christian Heinrich [Tue, 19 Jan 2016 16:50:00 +0000 (17:50 +0100)]
[Contrib] Deleted contrib/network_model

8 years ago[DOC] Added notes about SMPI_SAMPLE macros
Christian Heinrich [Tue, 19 Jan 2016 11:22:53 +0000 (12:22 +0100)]
[DOC] Added notes about SMPI_SAMPLE macros

8 years ago[Doc] Fixed wrong mandatory flag
Christian Heinrich [Mon, 18 Jan 2016 21:32:36 +0000 (22:32 +0100)]
[Doc] Fixed wrong mandatory flag

8 years agoAdd test for smpi tracing with only -trace, and no other option
degomme [Wed, 20 Jan 2016 17:13:06 +0000 (18:13 +0100)]
Add test for smpi tracing with only -trace, and no other option

8 years agofix potential segfault happening when only -trace is provided to smpi
degomme [Wed, 20 Jan 2016 17:09:48 +0000 (18:09 +0100)]
fix potential segfault happening when only -trace is provided to smpi

8 years agoMerge branch 'master' of git://scm.gforge.inria.fr/simgrid/simgrid
Ad(rien) L [Wed, 20 Jan 2016 17:03:00 +0000 (18:03 +0100)]
Merge branch 'master' of git://scm.gforge.inria.fr/simgrid/simgrid

8 years agoadd a naive vm energy example - Ad(rien)
Ad(rien) L [Wed, 20 Jan 2016 17:02:49 +0000 (18:02 +0100)]
add a naive vm energy example - Ad(rien)

8 years agoStarting the SimDag revolution: Easter trimming
Frederic Suter [Wed, 20 Jan 2016 15:05:35 +0000 (16:05 +0100)]
Starting the SimDag revolution: Easter trimming
  + Loose the SEQUENTIAL_ACCESS_MODE in the process

8 years agoExplicit instanciation of Extendable<simgrid::s4u::Host>
Gabriel Corona [Wed, 20 Jan 2016 15:11:01 +0000 (16:11 +0100)]
Explicit instanciation of Extendable<simgrid::s4u::Host>

It seems the `deleters_` static variable (of a template class) is not
uniquified on some systems (where the symbols are `STB_GLOBAL`) when
using Java loadLibrary leading to the JAVA_HOST_LEVEL being the same
as another level.

On some systems, the symbols are `STB_GNU_UNIQUE` which purpose is to
avoid this kind of behaviour and the bug does not happen.

By using explicit instanciation, the `deleters_` variable is not
allocated in each shared-object but only in `libsimgrid.so`.

8 years agoAdd a test for smpi+different kinds of clusters (torus/fat_tree/flat/two clusters)
degomme [Wed, 20 Jan 2016 15:49:04 +0000 (16:49 +0100)]
Add a test for smpi+different kinds of clusters (torus/fat_tree/flat/two clusters)

8 years agoHmm, that was a lie.
degomme [Wed, 20 Jan 2016 11:26:55 +0000 (12:26 +0100)]
Hmm, that was a lie.
I can't remember why we needed that.

8 years agomore argument checking
Martin Quinson [Wed, 20 Jan 2016 09:47:45 +0000 (10:47 +0100)]
more argument checking

8 years agoTry to activate coverity for simgrid
Martin Quinson [Tue, 19 Jan 2016 17:16:28 +0000 (18:16 +0100)]
Try to activate coverity for simgrid

8 years agomv private function header to the right place
Frederic Suter [Wed, 20 Jan 2016 08:49:41 +0000 (09:49 +0100)]
mv private function header to the right place

8 years agoSD_link_get_list -> sd_link_list
Frederic Suter [Tue, 19 Jan 2016 16:33:05 +0000 (17:33 +0100)]
SD_link_get_list -> sd_link_list

8 years agoyes, why?
Frederic Suter [Tue, 19 Jan 2016 15:05:06 +0000 (16:05 +0100)]
yes, why?

8 years agobe careful never to change the case of the extension in fortran ...
degomme [Wed, 20 Jan 2016 00:27:06 +0000 (01:27 +0100)]
be careful never to change the case of the extension in fortran ...
Yes, it matters because one forces the C preprocessor to pass, and not the other.

8 years agoDon't tell the user to use an option his simgrid soes not support (but tease him).
degomme [Tue, 19 Jan 2016 23:34:21 +0000 (00:34 +0100)]
Don't tell the user to use an option his simgrid soes not support (but tease him).

Signed-off-by: degomme <augustin.degomme@unibas.ch>
8 years agoMake all predefined MPI_Datatype const
degomme [Tue, 19 Jan 2016 22:49:58 +0000 (23:49 +0100)]
Make all predefined MPI_Datatype const
We encountered one MPI application that was using them as such and thus failing to build with SMPI.

8 years agoOops
degomme [Tue, 19 Jan 2016 17:15:31 +0000 (18:15 +0100)]
Oops

8 years agoWarn at build, and die painfully at execution time when trying to use smpi privatizat...
degomme [Tue, 19 Jan 2016 16:58:54 +0000 (17:58 +0100)]
Warn at build, and die painfully at execution time when trying to use smpi privatization on a system that does not handle it.

8 years agosecond attempt at fixing make distcheck
Martin Quinson [Tue, 19 Jan 2016 16:09:03 +0000 (17:09 +0100)]
second attempt at fixing make distcheck

8 years agofix make dist
Martin Quinson [Tue, 19 Jan 2016 15:49:59 +0000 (16:49 +0100)]
fix make dist

8 years agoMerge branch 'master' of github.com:mquinson/simgrid
Martin Quinson [Tue, 19 Jan 2016 15:08:01 +0000 (16:08 +0100)]
Merge branch 'master' of github.com:mquinson/simgrid

8 years agoMerge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid
Martin Quinson [Tue, 19 Jan 2016 15:07:42 +0000 (16:07 +0100)]
Merge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid

8 years agoexport the energy plugin to the java world
Martin Quinson [Tue, 19 Jan 2016 15:07:30 +0000 (16:07 +0100)]
export the energy plugin to the java world

8 years agoThx green guy! power is speed.
Frederic Suter [Tue, 19 Jan 2016 14:53:56 +0000 (15:53 +0100)]
Thx green guy! power is speed.

8 years agoFix #include
Gabriel Corona [Tue, 19 Jan 2016 14:07:18 +0000 (15:07 +0100)]
Fix #include

8 years agorevert modification
Frederic Suter [Tue, 19 Jan 2016 14:04:35 +0000 (15:04 +0100)]
revert modification

8 years agoset latency to 0 before calling getRouteAndLatency
Frederic Suter [Tue, 19 Jan 2016 14:00:21 +0000 (15:00 +0100)]
set latency to 0 before calling getRouteAndLatency

8 years ago Start the SimDag revolution: function factoring
Frederic Suter [Tue, 19 Jan 2016 13:56:15 +0000 (14:56 +0100)]
 Start the SimDag revolution: function factoring
    + SD_link_get_ -> sg_link_
       for count/bandwidth/latency/name/data
    + SD_link_set_data -> sg_link_data_set
    + SD_link_is_shared -> sg_link_is_shared

8 years agoStart the SimDag revolution: function renaming
Frederic Suter [Tue, 19 Jan 2016 13:19:24 +0000 (14:19 +0100)]
Start the SimDag revolution: function renaming
  + number -> count (workstation/link lists)
  + remove 'current' in bandwidth/latency getters

8 years agocp is cp, but sh may be sh.exe
Martin Quinson [Tue, 19 Jan 2016 13:17:36 +0000 (14:17 +0100)]
cp is cp, but sh may be sh.exe

8 years ago[s4u] Do not need to check for NULL before delet
Gabriel Corona [Tue, 19 Jan 2016 11:54:11 +0000 (12:54 +0100)]
[s4u] Do not need to check for NULL before delet

This is already included.

8 years agoDelete the CPU (fix a mem leak)
Gabriel Corona [Tue, 19 Jan 2016 11:53:31 +0000 (12:53 +0100)]
Delete the CPU (fix a mem leak)

8 years agoMerge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid
Martin Quinson [Tue, 19 Jan 2016 11:40:28 +0000 (12:40 +0100)]
Merge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid

8 years agoMerge pull request #51 from mpoquet/master
Martin Quinson [Tue, 19 Jan 2016 11:23:30 +0000 (12:23 +0100)]
Merge pull request #51 from mpoquet/master

Removes the pid hack introduced in the patch proposal of issue 15

8 years agoMerge branch 'master' of git+ssh://scm.gforge.inria.fr/gitroot/simgrid/simgrid
Lucas Mello Schnorr [Tue, 19 Jan 2016 11:20:18 +0000 (09:20 -0200)]
Merge branch 'master' of git+ssh://scm.gforge.inria.fr/gitroot/simgrid/simgrid

8 years agoMerge branch 'master' of https://github.com/mquinson/simgrid
Millian Poquet [Tue, 19 Jan 2016 11:06:44 +0000 (12:06 +0100)]
Merge branch 'master' of https://github.com/mquinson/simgrid

8 years agoReplace manual latency computation by call to proper
Frederic Suter [Tue, 19 Jan 2016 11:00:37 +0000 (12:00 +0100)]
Replace manual latency computation by call to proper
function.
Revalidate tesh

8 years agoCleaner patch for issue 15.
Millian Poquet [Tue, 19 Jan 2016 10:58:35 +0000 (11:58 +0100)]
Cleaner patch for issue 15.

Instead of using a pid hack to generate the process creation trace in
MSG_process_create_with_environment, this is now done in the function that
handles the pids: SIMIX_process_create.

8 years ago[action replay] verify optional parameters at the same time in alltoall
Lucas Mello Schnorr [Tue, 19 Jan 2016 10:56:20 +0000 (08:56 -0200)]
[action replay] verify optional parameters at the same time in alltoall

8 years ago[action replay] check second optional parameter before parsing datatype in gatherv
Lucas Mello Schnorr [Tue, 19 Jan 2016 10:55:03 +0000 (08:55 -0200)]
[action replay] check second optional parameter before parsing datatype in gatherv

8 years ago[action replay] fix allgather optional parameter parsing
Lucas Mello Schnorr [Tue, 19 Jan 2016 10:54:34 +0000 (08:54 -0200)]
[action replay] fix allgather optional parameter parsing

8 years ago[action replay] verify both optional parameters in allgatherv
Lucas Mello Schnorr [Tue, 19 Jan 2016 10:54:04 +0000 (08:54 -0200)]
[action replay] verify both optional parameters in allgatherv

8 years ago[action replay] verify both optional parameters at the same time in alltoallv
Lucas Mello Schnorr [Tue, 19 Jan 2016 10:53:34 +0000 (08:53 -0200)]
[action replay] verify both optional parameters at the same time in alltoallv

8 years ago[action replay] independent parsing for two optional parameters
Lucas Mello Schnorr [Tue, 19 Jan 2016 10:37:44 +0000 (08:37 -0200)]
[action replay] independent parsing for two optional parameters

8 years ago[action replay] check parameters for all to all operation
Lucas Mello Schnorr [Tue, 19 Jan 2016 10:30:38 +0000 (08:30 -0200)]
[action replay] check parameters for all to all operation

8 years agoremove these broken examples that may be misleading for newcomers as
Frederic Suter [Tue, 19 Jan 2016 10:22:16 +0000 (11:22 +0100)]
remove these broken examples that may be misleading for newcomers as
they have nothing to do with master-worker. The future of platform
generation is lua anyway.

8 years agoMerge branch 'master' of github.com:mquinson/simgrid
Martin Quinson [Tue, 19 Jan 2016 00:09:29 +0000 (01:09 +0100)]
Merge branch 'master' of github.com:mquinson/simgrid

8 years agoMerge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid
Martin Quinson [Tue, 19 Jan 2016 00:09:06 +0000 (01:09 +0100)]
Merge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid

8 years agotypo in comment
Frederic Suter [Tue, 19 Jan 2016 00:06:31 +0000 (01:06 +0100)]
typo in comment

8 years agoonly test 5th field if 4th exists
Frederic Suter [Tue, 19 Jan 2016 00:06:00 +0000 (01:06 +0100)]
only test 5th field if 4th exists

8 years agoMerge pull request #50 from mpoquet/master
Martin Quinson [Mon, 18 Jan 2016 23:31:35 +0000 (00:31 +0100)]
Merge pull request #50 from mpoquet/master

Warning removal with clang 3.7.0-6