Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
8 years agoHide more mc symbols
Gabriel Corona [Thu, 1 Oct 2015 12:40:18 +0000 (14:40 +0200)]
Hide more mc symbols

Some can't be hidden right new because they are used in the tests.

8 years agoDetect/fix conflicting visibility and fix visibility wrt lua/java bindings
Gabriel Corona [Thu, 1 Oct 2015 07:27:57 +0000 (09:27 +0200)]
Detect/fix conflicting visibility and fix visibility wrt lua/java bindings

8 years agoMark some internal symbols as hidden on ELF in instr
Gabriel Corona [Tue, 29 Sep 2015 14:09:19 +0000 (16:09 +0200)]
Mark some internal symbols as hidden on ELF in instr

8 years ago[mc] Mark some internal symbols as hidden on ELF in mc
Gabriel Corona [Tue, 29 Sep 2015 14:03:56 +0000 (16:03 +0200)]
[mc] Mark some internal symbols as hidden on ELF in mc

A lot of things are still not hidden because of the dreaded error:

    error: ‘Foo’ declared with greater visibility than the type of its field ‘Foo::bar’ [-Werror=attributes]

8 years agoMark some internal symbols as hidden on ELF in msg
Gabriel Corona [Tue, 29 Sep 2015 13:10:02 +0000 (15:10 +0200)]
Mark some internal symbols as hidden on ELF in msg

8 years agoMark some internal symbols as hidden on ELF in simdag
Gabriel Corona [Tue, 29 Sep 2015 13:05:22 +0000 (15:05 +0200)]
Mark some internal symbols as hidden on ELF in simdag

8 years agoMark some internal symbols as hidden on ELF in base
Gabriel Corona [Tue, 29 Sep 2015 12:59:13 +0000 (14:59 +0200)]
Mark some internal symbols as hidden on ELF in base

8 years agoMark some internal symbols as hidden on ELF in simix
Gabriel Corona [Tue, 29 Sep 2015 12:55:07 +0000 (14:55 +0200)]
Mark some internal symbols as hidden on ELF in simix

8 years agoMark some internal symbols as hidden on ELF in smpi
Gabriel Corona [Tue, 29 Sep 2015 12:41:57 +0000 (14:41 +0200)]
Mark some internal symbols as hidden on ELF in smpi

8 years agoMark some internal symbols as hidden on ELF in surf
Gabriel Corona [Tue, 29 Sep 2015 12:21:33 +0000 (14:21 +0200)]
Mark some internal symbols as hidden on ELF in surf

8 years agoMark some internal symbols as hidden on ELF in xbt
Gabriel Corona [Tue, 29 Sep 2015 11:57:13 +0000 (13:57 +0200)]
Mark some internal symbols as hidden on ELF in xbt

They are not exported and can avoid the GOT and PLT indirections.

8 years agoFix 'make distcheck'. Again.
Martin Quinson [Wed, 30 Sep 2015 20:14:26 +0000 (22:14 +0200)]
Fix 'make distcheck'. Again.

8 years ago[windows] use 'cmake -E remove_directory' instead of 'rm -rf'
Martin Quinson [Wed, 30 Sep 2015 20:06:28 +0000 (22:06 +0200)]
[windows] use 'cmake -E remove_directory' instead of 'rm -rf'

It fails with the following error message on appveyor:

 "C:/Program Files (x86)/Git/bin/rm.EXE": cannot unlink `temp_testdir_background/tmp_fich': Permission denied

8 years ago[windows] don't call tesh as a script as cmake fails to preserve the exec permission...
Martin Quinson [Wed, 30 Sep 2015 20:02:21 +0000 (22:02 +0200)]
[windows] don't call tesh as a script as cmake fails to preserve the exec permission on this file

8 years ago[tesh] greatly normalize the self-tests
Martin Quinson [Wed, 30 Sep 2015 19:21:12 +0000 (21:21 +0200)]
[tesh] greatly normalize the self-tests

Things should remain unsurprizing when there is no need for a surprise

8 years agofix a typo breaking a self tesh test
Martin Quinson [Wed, 30 Sep 2015 17:45:13 +0000 (19:45 +0200)]
fix a typo breaking a self tesh test

8 years agokill set-signal.tesh, catch-signal.tesh already test the same
Martin Quinson [Wed, 30 Sep 2015 16:55:01 +0000 (18:55 +0200)]
kill set-signal.tesh, catch-signal.tesh already test the same

8 years ago[tesh] Write self-tests in perl (we may not have cc at hand)
Martin Quinson [Wed, 30 Sep 2015 16:26:44 +0000 (18:26 +0200)]
[tesh] Write self-tests in perl (we may not have cc at hand)

Also, revive the setenv test and make it work (the forked environment
was not modified but only the command line rewriting mechanism)

8 years agoAdd the Win32 bits of IPC::Run
Martin Quinson [Wed, 30 Sep 2015 14:10:36 +0000 (16:10 +0200)]
Add the Win32 bits of IPC::Run

8 years agofix make distcheck
Martin Quinson [Wed, 30 Sep 2015 14:08:07 +0000 (16:08 +0200)]
fix make distcheck

8 years agoReimplement tesh with IPC::Run
Martin Quinson [Wed, 30 Sep 2015 13:10:17 +0000 (15:10 +0200)]
Reimplement tesh with IPC::Run

8 years ago[tesh] move functions around to try to get them in the logical order
Martin Quinson [Tue, 29 Sep 2015 22:44:16 +0000 (00:44 +0200)]
[tesh] move functions around to try to get them in the logical order

8 years ago[cmake] useless cleanups: better file names
Martin Quinson [Tue, 29 Sep 2015 20:51:34 +0000 (22:51 +0200)]
[cmake] useless cleanups: better file names

8 years ago[cmake] kill GenerateDocWin
Martin Quinson [Tue, 29 Sep 2015 20:47:05 +0000 (22:47 +0200)]
[cmake] kill GenerateDocWin

8 years ago[cmake] sort a bit how the documentation is generated
Martin Quinson [Tue, 29 Sep 2015 20:36:23 +0000 (22:36 +0200)]
[cmake] sort a bit how the documentation is generated

8 years agocleanups in Java: call jar only once to add our content
Martin Quinson [Tue, 29 Sep 2015 17:37:16 +0000 (19:37 +0200)]
cleanups in Java: call jar only once to add our content

8 years ago[tesh] instead of defining get_options() and then calling it only once, inline its...
Martin Quinson [Tue, 29 Sep 2015 13:26:38 +0000 (15:26 +0200)]
[tesh] instead of defining get_options() and then calling it only once, inline its content

8 years ago[tesh] simplifies the option processing
Martin Quinson [Tue, 29 Sep 2015 13:16:29 +0000 (15:16 +0200)]
[tesh] simplifies the option processing

- Kill unused and ignored options
- Kill temporary variables when possible and actually speak Perl instead

8 years agodon't pass --log to tesh: the perl version ignores it anyway
Martin Quinson [Tue, 29 Sep 2015 13:15:06 +0000 (15:15 +0200)]
don't pass --log to tesh: the perl version ignores it anyway

8 years ago[mc] Fix tesh file names in ctest testsuite
Gabriel Corona [Tue, 29 Sep 2015 09:22:52 +0000 (11:22 +0200)]
[mc] Fix tesh file names in ctest testsuite

8 years ago[tesh] Fix usage sting in update_tesh.pl
Gabriel Corona [Tue, 29 Sep 2015 09:21:43 +0000 (11:21 +0200)]
[tesh] Fix usage sting in update_tesh.pl

8 years ago[tesh] Fix arguments in tesh file
Gabriel Corona [Tue, 29 Sep 2015 09:26:07 +0000 (11:26 +0200)]
[tesh] Fix arguments in tesh file

Example:

    $ tesh with_mutex_handling.tesh --cfg=model-check/reduction:none
    Test suite from stdin

- remove the options from the tesh @ARGV before handling the .tesh
  file;

- GetOptions() can't modify the locally-scoped (my) @ARGV, use the
  global one instead.

8 years ago[tesh] sort things a bit and rename a function
Martin Quinson [Mon, 28 Sep 2015 09:31:31 +0000 (11:31 +0200)]
[tesh] sort things a bit and rename a function

8 years ago[tesh] don't clutter cd_cmd and setenv_cmd because they are used from GetOption:...
Martin Quinson [Sun, 27 Sep 2015 17:09:30 +0000 (19:09 +0200)]
[tesh] don't clutter cd_cmd and setenv_cmd because they are used from GetOption::Long

8 years ago[tesh] kill dead code
Martin Quinson [Sun, 27 Sep 2015 16:54:02 +0000 (18:54 +0200)]
[tesh] kill dead code

This feature is not working, but it's not documented (nor used) either

8 years ago[tesh] run perltidy
Martin Quinson [Sun, 27 Sep 2015 16:49:30 +0000 (18:49 +0200)]
[tesh] run perltidy

8 years ago[tesh] reduce the uglyness of that code a bit
Martin Quinson [Sun, 27 Sep 2015 16:16:43 +0000 (18:16 +0200)]
[tesh] reduce the uglyness of that code a bit

- Write      "if (cond)    {A} else {B}"
  instead of "if (!cond)   {B} else {A}"
  or         "unless(cond) {B} else {A}"
- Kill some dead code
- Other tiny cleanups

There still a lot to do to make it nice to read :(

8 years ago[tesh] simplify the way we read the teshfile
Martin Quinson [Sun, 27 Sep 2015 16:12:02 +0000 (18:12 +0200)]
[tesh] simplify the way we read the teshfile

8 years agoMerge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid
Martin Quinson [Sun, 27 Sep 2015 11:26:59 +0000 (13:26 +0200)]
Merge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid

8 years agoVarious cleanups in the generation of simgrid.jar
Martin Quinson [Sun, 27 Sep 2015 11:24:18 +0000 (13:24 +0200)]
Various cleanups in the generation of simgrid.jar

- Only generate a simgrid.jar (kill simgrid_full.jar), which may or
  may not contain the native libs depending on the enable_lib_in_jar
  cmake option.
- Simplify the dependencies by not using temp files and additional
  dependencies but use add_custom_command(TARGET blah POST-BUILD ...)

8 years agoRemove everything related to the pipol compilation platform
Martin Quinson [Sat, 26 Sep 2015 19:43:44 +0000 (21:43 +0200)]
Remove everything related to the pipol compilation platform

This platform is long gone now

8 years agoRevert "you can overwrite part of a file without mofiying its size"
Frederic Suter [Fri, 25 Sep 2015 15:10:04 +0000 (17:10 +0200)]
Revert "you can overwrite part of a file without mofiying its size"

This reverts commit 1834c35134cafa950a91101cd69dcc64d14f062d.

8 years agoyou can overwrite part of a file without mofiying its size
Frederic Suter [Fri, 25 Sep 2015 14:24:01 +0000 (16:24 +0200)]
you can overwrite part of a file without mofiying its size

8 years agotesh revalidation to account for file descriptor id display.
Frederic Suter [Fri, 25 Sep 2015 14:15:00 +0000 (16:15 +0200)]
tesh revalidation to account for file descriptor id display.

8 years agochange the way we identify opened files. The same process on the same
Frederic Suter [Fri, 25 Sep 2015 14:14:32 +0000 (16:14 +0200)]
change the way we identify opened files. The same process on the same
machine can open the same file several times (yes, yes, it can), which
wasn't supported correctly.

Now each host has a dynar of 1024 descriptor ids (integers). When
opening a file, a process gets (i.e., pops) an available id for that
host, that it releases (i.e., push back) on close.

MSG_file_dump now shows this id.

8 years agobe sure that we don't try to read bytes after the end of the file
Frederic Suter [Fri, 25 Sep 2015 14:05:48 +0000 (16:05 +0200)]
be sure that we don't try to read bytes after the end of the file

8 years ago[tesh] kill some more unused variables
Martin Quinson [Fri, 25 Sep 2015 07:09:44 +0000 (09:09 +0200)]
[tesh] kill some more unused variables

And use English for some other variables

8 years agoalso unifies the native path between cmake and java on windows
Martin Quinson [Fri, 25 Sep 2015 06:58:42 +0000 (08:58 +0200)]
also unifies the native path between cmake and java on windows

8 years agoTry to unify the native lib location between cmake and java
Martin Quinson [Fri, 25 Sep 2015 05:28:29 +0000 (07:28 +0200)]
Try to unify the native lib location between cmake and java

8 years agoBe verbose about errors encountered
Martin Quinson [Thu, 24 Sep 2015 23:10:56 +0000 (01:10 +0200)]
Be verbose about errors encountered

8 years agotry to please clang. No idea of why it fails on mac but works on linux...
Martin Quinson [Thu, 24 Sep 2015 20:48:10 +0000 (22:48 +0200)]
try to please clang. No idea of why it fails on mac but works on linux...

8 years agodon't fail miserably when raising an exception after simulation shutdown
Martin Quinson [Thu, 24 Sep 2015 20:23:26 +0000 (22:23 +0200)]
don't fail miserably when raising an exception after simulation shutdown

Fix #26

8 years agocosmetics: Use a C++ syntax that I know :-3
Martin Quinson [Thu, 24 Sep 2015 20:22:55 +0000 (22:22 +0200)]
cosmetics: Use a C++ syntax that I know :-3

8 years ago[tesh] kill unused variables
Martin Quinson [Tue, 22 Sep 2015 19:30:53 +0000 (21:30 +0200)]
[tesh] kill unused variables

8 years ago[tesh] cleanup: don't start useless process instead of killing it right away
Martin Quinson [Tue, 22 Sep 2015 19:23:00 +0000 (21:23 +0200)]
[tesh] cleanup: don't start useless process instead of killing it right away

8 years ago[tesh] speak of SIGKILL in a portable manner (hopefully)
Martin Quinson [Tue, 22 Sep 2015 13:49:58 +0000 (15:49 +0200)]
[tesh] speak of SIGKILL in a portable manner (hopefully)

8 years ago[tesh] exec the killer process after fork to make it work on windows
Martin Quinson [Tue, 22 Sep 2015 13:18:15 +0000 (15:18 +0200)]
[tesh] exec the killer process after fork to make it work on windows

fork() is only emulated on windows, using a thread of the current
process. So if we don't exec away the killer process, the tesh process
will not end before the timeout, leading to loooooong testing phases.

This script is still in a rather sorry state, more cleanups would be
welcome.

8 years ago[tesh] try to port to windows
Martin Quinson [Tue, 22 Sep 2015 12:36:56 +0000 (14:36 +0200)]
[tesh] try to port to windows

8 years ago[appveyor] disable MSVC for now. mingw-w64 is almost there
Martin Quinson [Tue, 22 Sep 2015 11:40:21 +0000 (13:40 +0200)]
[appveyor] disable MSVC for now. mingw-w64 is almost there

8 years agoMac OSX announces itself as 'darwin' in Perl
Martin Quinson [Tue, 22 Sep 2015 11:10:33 +0000 (13:10 +0200)]
Mac OSX announces itself as 'darwin' in Perl

8 years ago[tesh] try to load a handy perl module for the windows port
Martin Quinson [Tue, 22 Sep 2015 09:52:12 +0000 (11:52 +0200)]
[tesh] try to load a handy perl module for the windows port

This is just to check if it's installed on appveyor.

8 years ago[tesh] kill processes in a portable way
Martin Quinson [Tue, 22 Sep 2015 06:53:12 +0000 (08:53 +0200)]
[tesh] kill processes in a portable way

8 years ago[appveyor] don't install before running the tests
Martin Quinson [Tue, 22 Sep 2015 05:26:51 +0000 (07:26 +0200)]
[appveyor] don't install before running the tests

8 years agoavoid a name clash on windows
Martin Quinson [Tue, 22 Sep 2015 00:54:04 +0000 (02:54 +0200)]
avoid a name clash on windows

8 years ago[cmake] don't use path globbing: it breaks on windows
Martin Quinson [Tue, 22 Sep 2015 00:33:56 +0000 (02:33 +0200)]
[cmake] don't use path globbing: it breaks on windows

8 years agoFurther simplify the full.jar generation (the hard portability way)
Martin Quinson [Mon, 21 Sep 2015 23:54:22 +0000 (01:54 +0200)]
Further simplify the full.jar generation (the hard portability way)

Don't run the jar at build time to ensure that the java searches the
libs where the cmake puts them. It was nice but it's hard to get that
script running on windows.

Instead, manually determine in both systems (java and cmake) where the
libs should be. Of course both definitions should match.

 - Allows to remove the java_bundle.sh pimple (that breaks on windows)
 - Users compiling simgrid will use the installed libs instead
 - None of the solutions will work for users using a faulty jar
 - Our testing infrastructure will catch the glitches:
   Each system displays the libs location in the build logs.

8 years agoGreatly simplify the full jar generation
Martin Quinson [Mon, 21 Sep 2015 23:19:12 +0000 (01:19 +0200)]
Greatly simplify the full jar generation

8 years agothat condition will not happen very often, for sure :)
Martin Quinson [Mon, 21 Sep 2015 22:26:59 +0000 (00:26 +0200)]
that condition will not happen very often, for sure :)

8 years agoDon't trust the shebang to work [on windows]
Martin Quinson [Mon, 21 Sep 2015 22:08:47 +0000 (00:08 +0200)]
Don't trust the shebang to work [on windows]

8 years ago[appveyor] MSVC seems to freeze in 64 bits
Martin Quinson [Mon, 21 Sep 2015 22:07:43 +0000 (00:07 +0200)]
[appveyor] MSVC seems to freeze in 64 bits

8 years agocosmetics: mv tools/cmake/Scripts tools/cmake/scripts
Martin Quinson [Mon, 21 Sep 2015 21:57:06 +0000 (23:57 +0200)]
cosmetics: mv tools/cmake/Scripts tools/cmake/scripts

8 years agosilence some more MSVC warnings
Martin Quinson [Mon, 21 Sep 2015 21:53:10 +0000 (23:53 +0200)]
silence some more MSVC warnings

8 years agodon't mess with the name of the dll
Martin Quinson [Mon, 21 Sep 2015 15:23:11 +0000 (17:23 +0200)]
don't mess with the name of the dll

8 years ago[Doc] Fixed links to tutorial section.
Christian Heinrich [Mon, 21 Sep 2015 13:20:43 +0000 (15:20 +0200)]
[Doc] Fixed links to tutorial section.

8 years ago[Doc] Fixed spelling of smpi/simulate_computation
Christian Heinrich [Fri, 18 Sep 2015 14:17:44 +0000 (16:17 +0200)]
[Doc] Fixed spelling of smpi/simulate_computation

8 years ago[SMPI] Grammar...
Christian Heinrich [Tue, 15 Sep 2015 19:43:03 +0000 (21:43 +0200)]
[SMPI] Grammar...

8 years ago[mc] Add missing #include
Gabriel Corona [Mon, 21 Sep 2015 10:14:43 +0000 (12:14 +0200)]
[mc] Add missing #include

8 years ago[appveyor] switch to x64. Who still uses 32bits?
Martin Quinson [Mon, 21 Sep 2015 08:08:20 +0000 (10:08 +0200)]
[appveyor] switch to x64. Who still uses 32bits?

8 years agoone more strange casting to fit into LLP64 data model
Martin Quinson [Mon, 21 Sep 2015 08:05:16 +0000 (10:05 +0200)]
one more strange casting to fit into LLP64 data model

8 years agoCorrectly cast pointers into uintptr_t to fit into the (stupid) LLP64 data model
Martin Quinson [Mon, 21 Sep 2015 07:21:49 +0000 (09:21 +0200)]
Correctly cast pointers into uintptr_t to fit into the (stupid) LLP64 data model

8 years agoRevert "bump our dependency on cmake and stop trying to survive older versions"
Martin Quinson [Sun, 20 Sep 2015 19:51:23 +0000 (21:51 +0200)]
Revert "bump our dependency on cmake and stop trying to survive older versions"

It breaks on fedora, for some reason.

This reverts commit ae3968bcb65dde4ba2ad2d276a98fe665825eae0.

8 years agodisplay more info about the local data model
Martin Quinson [Sun, 20 Sep 2015 19:34:18 +0000 (21:34 +0200)]
display more info about the local data model

8 years ago[MSVC] try to shut some warnings in the right file
Martin Quinson [Sun, 20 Sep 2015 12:41:52 +0000 (14:41 +0200)]
[MSVC] try to shut some warnings in the right file

8 years ago[travis] get a recent cmake on linux
Martin Quinson [Sun, 20 Sep 2015 09:36:31 +0000 (11:36 +0200)]
[travis] get a recent cmake on linux

8 years ago[java/win] don't mess with the simgrid-java.dll prefix on windows
Martin Quinson [Sun, 20 Sep 2015 08:45:15 +0000 (10:45 +0200)]
[java/win] don't mess with the simgrid-java.dll prefix on windows

8 years agobump our dependency on cmake and stop trying to survive older versions
Martin Quinson [Sun, 20 Sep 2015 08:41:46 +0000 (10:41 +0200)]
bump our dependency on cmake and stop trying to survive older versions

8 years ago[appveyor] disable LTO as symengine's mingw does not provide it
Martin Quinson [Sun, 20 Sep 2015 08:09:54 +0000 (10:09 +0200)]
[appveyor] disable LTO as symengine's mingw does not provide it

8 years agoallow to specify on cmake command line whether we want LTO
Martin Quinson [Sun, 20 Sep 2015 08:08:38 +0000 (10:08 +0200)]
allow to specify on cmake command line whether we want LTO

8 years ago[appveyor] Enable Java. That's what we need on windows after all
Martin Quinson [Sun, 20 Sep 2015 00:57:12 +0000 (02:57 +0200)]
[appveyor] Enable Java. That's what we need on windows after all

8 years ago[windows] fix the detection of 32/64 bits
Martin Quinson [Sun, 20 Sep 2015 00:42:19 +0000 (02:42 +0200)]
[windows] fix the detection of 32/64 bits

Funny fact: _WIN32 is also defined in 64 bits mode

8 years agomore documentation
Martin Quinson [Sun, 20 Sep 2015 00:16:28 +0000 (02:16 +0200)]
more documentation

8 years ago[appveyor] restrict MinGW to Win32 as win_ucontext does not work on 64bits
Martin Quinson [Sun, 20 Sep 2015 00:15:38 +0000 (02:15 +0200)]
[appveyor] restrict MinGW to Win32 as win_ucontext does not work on 64bits

8 years ago[MinGW] bypass a broken detection: we do have asprintf here
Martin Quinson [Sat, 19 Sep 2015 23:54:27 +0000 (01:54 +0200)]
[MinGW] bypass a broken detection: we do have asprintf here

8 years agodisable a MSVC warning
Martin Quinson [Sat, 19 Sep 2015 23:40:34 +0000 (01:40 +0200)]
disable a MSVC warning

8 years agofix some 'signed/unsigned comparison' warnings
Martin Quinson [Sat, 19 Sep 2015 22:51:51 +0000 (00:51 +0200)]
fix some 'signed/unsigned comparison' warnings

8 years agodon't play cleaver games with MSVC. Build simgrid.dll and that's all
Martin Quinson [Sat, 19 Sep 2015 22:42:53 +0000 (00:42 +0200)]
don't play cleaver games with MSVC. Build simgrid.dll and that's all

8 years agodon't compare signed and unsigned
Martin Quinson [Sat, 19 Sep 2015 22:28:11 +0000 (00:28 +0200)]
don't compare signed and unsigned

8 years ago[MSVC] convert unsigned to signed before applying unary minus
Martin Quinson [Sat, 19 Sep 2015 22:25:00 +0000 (00:25 +0200)]
[MSVC] convert unsigned to signed before applying unary minus

This should avoid the following:
  warning C4146: unary minus operator applied to unsigned type,
                 result still unsigned

8 years agodon't pass gcc link options to MSVC
Martin Quinson [Sat, 19 Sep 2015 22:20:26 +0000 (00:20 +0200)]
don't pass gcc link options to MSVC

8 years ago[windows] only force the definition of HAVE_VA_COPY if using MSVC, MinGW defines...
Martin Quinson [Sat, 19 Sep 2015 21:42:09 +0000 (23:42 +0200)]
[windows] only force the definition of HAVE_VA_COPY if using MSVC, MinGW defines it on its own