Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
8 years agoAdded small section on backbone.
Christian Heinrich [Thu, 9 Apr 2015 16:44:27 +0000 (18:44 +0200)]
Added small section on backbone.

8 years agoRemoved wrong endtags from documentation.
Christian Heinrich [Thu, 9 Apr 2015 16:43:56 +0000 (18:43 +0200)]
Removed wrong endtags from documentation.

- There is no such thing as endnote or endremark; just use indentation.

8 years agoUpdated section on network equipments (mostly cosmetics).
Christian Heinrich [Thu, 9 Apr 2015 16:42:21 +0000 (18:42 +0200)]
Updated section on network equipments (mostly cosmetics).

- Added the backbone tag, though

8 years agoUpdated description and presentation of available resources.
Christian Heinrich [Thu, 9 Apr 2015 16:40:55 +0000 (18:40 +0200)]
Updated description and presentation of available resources.

8 years agoUpdated the 'sharing policy' part for links.
Christian Heinrich [Thu, 9 Apr 2015 14:05:41 +0000 (16:05 +0200)]
Updated the 'sharing policy' part for links.

8 years agoUpdated platform.doc to explain the cluster tag more thoroughly.
Christian Heinrich [Tue, 7 Apr 2015 17:01:01 +0000 (19:01 +0200)]
Updated platform.doc to explain the cluster tag more thoroughly.

8 years agoRephrased cluster description
Christian Heinrich [Mon, 16 Feb 2015 13:59:44 +0000 (14:59 +0100)]
Rephrased cluster description

8 years agoDocumentation overhaul started.
Christian Heinrich [Wed, 4 Feb 2015 17:45:49 +0000 (18:45 +0100)]
Documentation overhaul started.

8 years agoBoost.Context context factory
Gabriel Corona [Thu, 4 Jun 2015 10:51:06 +0000 (12:51 +0200)]
Boost.Context context factory

 * This is a portable replacement for ucontext.h (makecontext,
   swapcontext, getcontext, setcontext) which is not in recent POSIX
   specs and was apparently removed from Mac OS X since 10.9. POSIX
   2008 still has ucontext_t however (moved into signal.h).

 * Currently works only for Boost <= 1.55 (the Boost.Context API
   changed slightly afterwards).

 * Does not work with MC because we currently depend on the contexts
   being ucontext_t (we'd have to convert fcontext into ucontext_t).

 * No support for parallel execution support (yet).

8 years agoFix previous commit
Gabriel Corona [Fri, 5 Jun 2015 10:50:28 +0000 (12:50 +0200)]
Fix previous commit

8 years agoTentatively fix the detection of ucontext.h in Darwin
Gabriel Corona [Fri, 5 Jun 2015 09:07:45 +0000 (11:07 +0200)]
Tentatively fix the detection of ucontext.h in Darwin

8 years agoAdded xbt_assert statement to smpi_mpi_dt.c
Christian Heinrich [Wed, 18 Mar 2015 17:32:10 +0000 (18:32 +0100)]
Added xbt_assert statement to smpi_mpi_dt.c

* This will help prevent a value <= 0

8 years agoFixed bug in SMPI datatypes, causing SG to segfault.
Christian Heinrich [Mon, 16 Mar 2015 16:28:22 +0000 (17:28 +0100)]
Fixed bug in SMPI datatypes, causing SG to segfault.

- For pre-defined datatypes such as MPI_INT, the 'in_use' counter of
  that datatype was able to obtain negative values in certain cases.

  This caused SimGrid to crash with a segfault, for instance when
  running fupermod.

This bug was reported by Tania Malik on
the 24th of February on the SG Mailing list.

8 years ago[SURF] Added comment for surf_share_resources
Christian Heinrich [Tue, 2 Jun 2015 18:20:07 +0000 (20:20 +0200)]
[SURF] Added comment for surf_share_resources

8 years ago[SURF] Added simple method comment for AsDijkstra::addLoopback()
Christian Heinrich [Wed, 27 May 2015 17:24:27 +0000 (19:24 +0200)]
[SURF] Added simple method comment for AsDijkstra::addLoopback()

8 years ago[mc] Fix realloc() in mc_process.cpp
Gabriel Corona [Tue, 2 Jun 2015 19:26:54 +0000 (21:26 +0200)]
[mc] Fix realloc() in mc_process.cpp

8 years ago[mc] Fix pointer dereference after free()
Gabriel Corona [Tue, 2 Jun 2015 19:11:30 +0000 (21:11 +0200)]
[mc] Fix pointer dereference after free()

8 years ago[mc] exit() instead of abort() in normal operation
Gabriel Corona [Tue, 2 Jun 2015 13:02:27 +0000 (15:02 +0200)]
[mc] exit() instead of abort() in normal operation

8 years ago[mc] Add a message to explain no property violation is found
Gabriel Corona [Tue, 2 Jun 2015 12:33:26 +0000 (14:33 +0200)]
[mc] Add a message to explain no property violation is found

8 years ago[mc] Remove mc_region_contain(), use the method instead
Gabriel Corona [Tue, 2 Jun 2015 11:55:29 +0000 (13:55 +0200)]
[mc] Remove mc_region_contain(), use the method instead

8 years ago[mc] C++ify RegionType, StorageType enums
Gabriel Corona [Tue, 2 Jun 2015 11:48:30 +0000 (13:48 +0200)]
[mc] C++ify RegionType, StorageType enums

Namespaced and strongly-typed.

8 years ago[mc] Fix compilation error on clang (and group all the region creation functions...
Gabriel Corona [Tue, 2 Jun 2015 11:28:09 +0000 (13:28 +0200)]
[mc] Fix compilation error on clang (and group all the region creation functions together)

error: 'MC_region_sparse' has C-linkage specified, but returns user-defined type 'simgrid::mc::RegionSnapshot' which is incompatible with C

8 years agotemp
Gabriel Corona [Tue, 2 Jun 2015 11:13:31 +0000 (13:13 +0200)]
temp

8 years ago[mc] Enable record in liveness mode
Gabriel Corona [Tue, 2 Jun 2015 08:25:21 +0000 (10:25 +0200)]
[mc] Enable record in liveness mode

8 years agostupid me
Martin Quinson [Mon, 1 Jun 2015 21:59:26 +0000 (23:59 +0200)]
stupid me

8 years ago[mc] Use vector<RegionSnapshot> instead of vector<unique_ptr<RegionSnapshot>> in...
Gabriel Corona [Fri, 29 May 2015 13:57:30 +0000 (15:57 +0200)]
[mc] Use vector<RegionSnapshot> instead of vector<unique_ptr<RegionSnapshot>> in RegionSnapshot

8 years ago[mc] Fix typo in e_mc_region_storage_type_t
Gabriel Corona [Fri, 29 May 2015 13:31:43 +0000 (15:31 +0200)]
[mc] Fix typo in e_mc_region_storage_type_t

8 years ago[mc] Remove deprecated MC_snapshot_read()
Gabriel Corona [Fri, 29 May 2015 12:53:59 +0000 (14:53 +0200)]
[mc] Remove deprecated MC_snapshot_read()

8 years ago[mc] RegionSnapshot, make all fields private
Gabriel Corona [Fri, 29 May 2015 12:46:40 +0000 (14:46 +0200)]
[mc] RegionSnapshot, make all fields private

8 years ago[mc] RegionSnapshot, make data private
Gabriel Corona [Fri, 29 May 2015 12:27:44 +0000 (14:27 +0200)]
[mc] RegionSnapshot, make data private

8 years ago[mc] RegionSnapshot class
Gabriel Corona [Fri, 29 May 2015 08:05:36 +0000 (10:05 +0200)]
[mc] RegionSnapshot class

8 years ago[mc] Remove broken test
Gabriel Corona [Fri, 29 May 2015 09:32:11 +0000 (11:32 +0200)]
[mc] Remove broken test

We don't handle NULL as a valid/special region anymore.

8 years ago[mc] Remove mc_translate_address()
Gabriel Corona [Fri, 29 May 2015 07:37:13 +0000 (09:37 +0200)]
[mc] Remove mc_translate_address()

Not used and probably not very useful/usable with chunked snapshots.

8 years agomore verbose error message on error
Martin Quinson [Sat, 30 May 2015 13:42:31 +0000 (15:42 +0200)]
more verbose error message on error

8 years ago[mc] Fix mc_translate_address() for MC_REGION_STORAGE_TYPE_PRIVATIZED:
Gabriel Corona [Thu, 28 May 2015 12:44:28 +0000 (14:44 +0200)]
[mc] Fix mc_translate_address() for MC_REGION_STORAGE_TYPE_PRIVATIZED:

It was incorrectly calling itself insteaf of translating the region in
the "sub-region".

8 years ago[mc] Make Process::socket_ private
Gabriel Corona [Thu, 28 May 2015 10:58:54 +0000 (12:58 +0200)]
[mc] Make Process::socket_ private

8 years ago[mc] Make Process::memory_map_ a std::vector
Gabriel Corona [Thu, 28 May 2015 10:31:04 +0000 (12:31 +0200)]
[mc] Make Process::memory_map_ a std::vector

8 years ago[mc] Mark some Process attributes as private
Gabriel Corona [Thu, 28 May 2015 09:11:02 +0000 (11:11 +0200)]
[mc] Mark some Process attributes as private

8 years ago[SMPI] Fixed portability issues with shm_open.
Christian Heinrich [Tue, 26 May 2015 18:19:15 +0000 (20:19 +0200)]
[SMPI] Fixed portability issues with shm_open.

- According to "man 3 shm_open", these handles should
  begin with a slash (/); this commit fixes that.

8 years ago[SMPI] Added several document blocks for ois, or and ois
Christian Heinrich [Tue, 26 May 2015 17:39:31 +0000 (19:39 +0200)]
[SMPI] Added several document blocks for ois, or and ois

- I hope this makes it easier to understand what is going
  on here!

8 years ago[SMPI] Just some cosmetics (indentation), no changes
Christian Heinrich [Tue, 26 May 2015 12:42:17 +0000 (14:42 +0200)]
[SMPI] Just some cosmetics (indentation), no changes

8 years ago[SMPI] Improved several comments in the code
Christian Heinrich [Tue, 26 May 2015 12:41:43 +0000 (14:41 +0200)]
[SMPI] Improved several comments in the code

8 years ago[SURF] Fixed config option network/weight_S_parameter
Christian Heinrich [Fri, 22 May 2015 11:30:10 +0000 (13:30 +0200)]
[SURF] Fixed config option network/weight_S_parameter

- This configuration option is actually called
  network/weight_S; I changed that. Note though that
  network/weight_S is stored in a variable called
  sg_weight_S_parameter, which adds to confusion.

8 years ago[mc] Fix cross-process access to simcall_comm_***any__get__comms
Gabriel Corona [Tue, 26 May 2015 12:22:42 +0000 (14:22 +0200)]
[mc] Fix cross-process access to simcall_comm_***any__get__comms

The array in an array of smx_synchro_t and not of s_smx_synchro_t.

8 years ago[mc] Fix remote_ptr
Gabriel Corona [Tue, 26 May 2015 10:18:57 +0000 (12:18 +0200)]
[mc] Fix remote_ptr

8 years ago[mc] Fix printf format
Gabriel Corona [Tue, 26 May 2015 07:27:49 +0000 (09:27 +0200)]
[mc] Fix printf format

8 years ago[mc] Replace the override word with MC_OVERRIDE
Gabriel Corona [Fri, 22 May 2015 13:53:35 +0000 (15:53 +0200)]
[mc] Replace the override word with MC_OVERRIDE

The compilers used by the CI infratrsucture do not handle this. In the
future, we might detect if the compiler grokes it and we might
conditionnaly use:

8 years ago[mc] Fix spurious call fo remote()
Gabriel Corona [Fri, 22 May 2015 13:46:31 +0000 (15:46 +0200)]
[mc] Fix spurious call fo remote()

8 years ago[mc] Remote deprecated functions MC_snapshot_read_pointer()
Gabriel Corona [Fri, 22 May 2015 12:38:29 +0000 (14:38 +0200)]
[mc] Remote deprecated functions MC_snapshot_read_pointer()

8 years ago[mc] Fix the translation of privatisation section in Process::read_bytes()
Gabriel Corona [Fri, 22 May 2015 11:12:27 +0000 (13:12 +0200)]
[mc] Fix the translation of privatisation section in Process::read_bytes()

8 years ago[mc] Private Process::pid
Gabriel Corona [Fri, 22 May 2015 08:20:03 +0000 (10:20 +0200)]
[mc] Private Process::pid

8 years ago[mc] Make a std::vector of Process::checkpoint_ignore
Gabriel Corona [Fri, 22 May 2015 07:41:06 +0000 (09:41 +0200)]
[mc] Make a std::vector of Process::checkpoint_ignore

8 years ago[mc] Move cross process reading support for SBT structure in a separate file
Gabriel Corona [Thu, 21 May 2015 14:15:17 +0000 (16:15 +0200)]
[mc] Move cross process reading support for SBT structure in a separate file

8 years ago[mc] Move methods in Process class
Gabriel Corona [Thu, 21 May 2015 10:47:01 +0000 (12:47 +0200)]
[mc] Move methods in Process class

8 years ago[mc] Add remote_ptr for marking pointers-to/addresses-in the remote process
Gabriel Corona [Tue, 19 May 2015 09:46:22 +0000 (11:46 +0200)]
[mc] Add remote_ptr for marking pointers-to/addresses-in the remote process

8 years ago[mc] Remove compatibility stuff
Gabriel Corona [Tue, 19 May 2015 07:55:35 +0000 (09:55 +0200)]
[mc] Remove compatibility stuff

8 years ago[mc] Fix bug in Snapshot::read_bytes
Gabriel Corona [Tue, 19 May 2015 08:23:31 +0000 (10:23 +0200)]
[mc] Fix bug in Snapshot::read_bytes

MC_region_read is allowed to return a pointer to another buffer containing the data.
We have to handle this case.

8 years ago[mc] Make C++ classes out of addres_space, process, snapshot
Gabriel Corona [Mon, 18 May 2015 13:55:28 +0000 (15:55 +0200)]
[mc] Make C++ classes out of addres_space, process, snapshot

8 years agoRemoved PIPOL documentation and added CI (Jenkins)
Christian Heinrich [Tue, 19 May 2015 14:06:07 +0000 (16:06 +0200)]
Removed PIPOL documentation and added CI (Jenkins)

- PIPOL seems to have been an old system used for that
  purpose; all references were removed or updated.

- Added a file called "inside_ci.doc". There are sometimes
  tricky things that one wants to do with Jenkins and it's
  good for us to have a starting point here.

8 years agoRemoved broken reference from FAQ
Christian Heinrich [Tue, 19 May 2015 13:17:21 +0000 (15:17 +0200)]
Removed broken reference from FAQ

- The reference to "faq_more_processes" did not exist.
  I removed it, as doxygen complained about it.

8 years agoFix the implicit declaration issue - Ad(rien)
Adrien Lebre [Tue, 19 May 2015 14:52:38 +0000 (16:52 +0200)]
Fix the implicit declaration issue - Ad(rien)

8 years agoMerge branch 'master' of git+ssh://scm.gforge.inria.fr/gitroot/simgrid/simgrid
Adrien Lebre [Tue, 19 May 2015 13:35:27 +0000 (15:35 +0200)]
Merge branch 'master' of git+ssh://scm.gforge.inria.fr/gitroot/simgrid/simgrid

8 years agoFix java cloud integration tesh files
Gabriel Corona [Tue, 19 May 2015 13:27:04 +0000 (15:27 +0200)]
Fix java cloud integration tesh files

8 years agoAdded dependency on FLEX 2.5.39 to MaintainerMode
Christian Heinrich [Tue, 19 May 2015 11:21:36 +0000 (13:21 +0200)]
Added dependency on FLEX 2.5.39 to MaintainerMode

With a minor version such as 2.5.35 (available in wheezy),
MaintainerMode will break: The generated files will contain
signatures that are incompatible with SimGrid. (Apparently
generated functions changed their signature during these versions,
from "int" to "yy_size_t")

8 years agoFix cloud integration tesh files
Gabriel Corona [Tue, 19 May 2015 10:53:22 +0000 (12:53 +0200)]
Fix cloud integration tesh files

8 years agoCompilation is at least ok - Ad(rien)
Adrien Lebre [Wed, 13 May 2015 15:00:21 +0000 (17:00 +0200)]
Compilation is at least ok - Ad(rien)

8 years agomissing to add few files - Ad(rien)
Adrien Lebre [Wed, 13 May 2015 13:25:35 +0000 (15:25 +0200)]
missing to add few files - Ad(rien)

8 years agoForgot to add the declaration - Ad(rien)
Adrien Lebre [Wed, 13 May 2015 12:54:34 +0000 (14:54 +0200)]
Forgot to add the declaration - Ad(rien)

8 years agoMore progress toward the atomic simcall for vm migration - Ad(rien)
Adrien Lebre [Wed, 13 May 2015 12:37:31 +0000 (14:37 +0200)]
More progress toward the atomic simcall for vm migration - Ad(rien)

8 years agoFirst steps to add a new VM simcall - Ad(rien)
Adrien Lebre [Wed, 13 May 2015 11:56:18 +0000 (13:56 +0200)]
First steps to add a new VM simcall - Ad(rien)

8 years agoFix broken link
Arnaud Legrand [Tue, 28 Apr 2015 12:33:08 +0000 (14:33 +0200)]
Fix broken link

8 years agoFix broken link
Arnaud Legrand [Tue, 28 Apr 2015 12:31:23 +0000 (14:31 +0200)]
Fix broken link

8 years ago[mc] Mark many MC symbols as hidden
Gabriel Corona [Thu, 7 May 2015 10:33:52 +0000 (12:33 +0200)]
[mc] Mark many MC symbols as hidden

Some of them cannot be hidden because they are used in the unit tests.

8 years ago[mc] Fix MC_free_object
Gabriel Corona [Thu, 7 May 2015 08:53:28 +0000 (10:53 +0200)]
[mc] Fix MC_free_object

xbt_free() does not take a pointer to the pointer but the pointer.
This behaviour is different from xbt_dict_free, xbt_dynar_free...

8 years ago[mc] Fix parameter order in unit test of mc_snapshot
Gabriel Corona [Thu, 7 May 2015 08:30:53 +0000 (10:30 +0200)]
[mc] Fix parameter order in unit test of mc_snapshot

8 years ago[mc] Only use prctl(PR_SET_PDEATHSIG) on Linux
Gabriel Corona [Thu, 7 May 2015 08:11:12 +0000 (10:11 +0200)]
[mc] Only use prctl(PR_SET_PDEATHSIG) on Linux

8 years ago[mc] Fix typo
Gabriel Corona [Tue, 5 May 2015 13:56:38 +0000 (15:56 +0200)]
[mc] Fix typo

8 years ago[mc] Knowledge about the size of pointer types in DWARF
Gabriel Corona [Tue, 5 May 2015 13:47:57 +0000 (15:47 +0200)]
[mc] Knowledge about the size of pointer types in DWARF

Some compilers do not emit DW_AT_byte_size for DW_TAG_pointer_type, so
we fill this. We currently assume that the model-checked process is in
the same architecture.

This fixes the model-checker in clang.

8 years ago[mc] Remove useless variable
Gabriel Corona [Tue, 5 May 2015 13:38:33 +0000 (15:38 +0200)]
[mc] Remove useless variable

8 years agoFix xbt_fifo_foreach
Gabriel Corona [Tue, 5 May 2015 13:34:48 +0000 (15:34 +0200)]
Fix xbt_fifo_foreach

Does not compile on some versions of clang

8 years ago[mc] Cleanup horrible for loop
Gabriel Corona [Tue, 5 May 2015 12:46:40 +0000 (14:46 +0200)]
[mc] Cleanup horrible for loop

8 years ago[mc] Cleanup horrible for loop
Gabriel Corona [Tue, 5 May 2015 12:03:09 +0000 (14:03 +0200)]
[mc] Cleanup horrible for loop

8 years ago[mc] Fix XBT_ERROR message
Gabriel Corona [Tue, 5 May 2015 11:03:58 +0000 (13:03 +0200)]
[mc] Fix XBT_ERROR message

8 years ago[mc] Remove designated initializers
Gabriel Corona [Tue, 5 May 2015 11:00:55 +0000 (13:00 +0200)]
[mc] Remove designated initializers

8 years ago[mc] Remove designated initializers
Gabriel Corona [Tue, 5 May 2015 10:34:06 +0000 (12:34 +0200)]
[mc] Remove designated initializers

8 years ago[mc] Fix formatting specification
Gabriel Corona [Tue, 5 May 2015 10:14:11 +0000 (12:14 +0200)]
[mc] Fix formatting specification

8 years ago[mc] Remove designated initializers
Gabriel Corona [Tue, 5 May 2015 10:05:10 +0000 (12:05 +0200)]
[mc] Remove designated initializers

8 years ago[mc] Fix type of zero_buffer_size in mc_process.c
Gabriel Corona [Tue, 5 May 2015 09:09:03 +0000 (11:09 +0200)]
[mc] Fix type of zero_buffer_size in mc_process.c

Fix sign-compare warning.

8 years ago[mc] Fix unitialized variable
Gabriel Corona [Tue, 5 May 2015 07:55:09 +0000 (09:55 +0200)]
[mc] Fix unitialized variable

8 years ago[mc] Add missing inttypes.h include
Gabriel Corona [Mon, 4 May 2015 14:29:40 +0000 (16:29 +0200)]
[mc] Add missing inttypes.h include

8 years ago[mc] Fix mm_fake_malloc() implementation
Gabriel Corona [Mon, 4 May 2015 14:20:54 +0000 (16:20 +0200)]
[mc] Fix mm_fake_malloc() implementation

8 years ago[mc] Fix mmalloc with fortran
Gabriel Corona [Mon, 4 May 2015 13:47:05 +0000 (15:47 +0200)]
[mc] Fix mmalloc with fortran

Use a .bss segment for data storage when initializing the library.
This was removed from a previous commit but it is needed after all.
However, in this implementation we should avoid using it as much as
possible: it should only be used for the dlsym() calls.

8 years ago[mc] Fixed the compilation on non-MC build
Gabriel Corona [Mon, 4 May 2015 10:46:01 +0000 (12:46 +0200)]
[mc] Fixed the compilation on non-MC build

I just broke it.

8 years ago[mc] Fix the umpire tesh files
Gabriel Corona [Mon, 4 May 2015 09:07:07 +0000 (11:07 +0200)]
[mc] Fix the umpire tesh files

8 years ago[mc] Fix segfault in MC_request_is_enabled() executed on MCed-side
Gabriel Corona [Mon, 4 May 2015 08:43:39 +0000 (10:43 +0200)]
[mc] Fix segfault in MC_request_is_enabled() executed on MCed-side

8 years ago[mc] Fix umpire tests invocations (call simgrid-mc)
Gabriel Corona [Mon, 4 May 2015 08:07:24 +0000 (10:07 +0200)]
[mc] Fix umpire tests invocations (call simgrid-mc)

The tesh files are still broken however.

8 years agoAdded include_path and dependencies for FreeBSD < 10.0
Christian Heinrich [Thu, 30 Apr 2015 15:18:10 +0000 (17:18 +0200)]
Added include_path and dependencies for FreeBSD < 10.0

- Commit eea4e2cc87b80c35b33f46377187181e57692440 has enabled C++11
  for SimGrid. However, FreeBSD 9.1 does not have a compiler that
  supports this. Here's a nasty workaround, making the bold assumption
  that libc++ is installed (by default, it's not) and where we can
  find it.

- With this hack, FreeBSD CI should work again :)

8 years agoAdded reference link to comment in MakeLib.cmake
Christian Heinrich [Thu, 30 Apr 2015 15:15:04 +0000 (17:15 +0200)]
Added reference link to comment in MakeLib.cmake

8 years agoFixed exception tests
Christian Heinrich [Tue, 28 Apr 2015 20:03:47 +0000 (22:03 +0200)]
Fixed exception tests

- New configuration option "exception/cutpath" introduced. This makes
  it possible to remove the path to files in backtraces as used for exceptions.

- .tesh files adjusted to reflect this change.

8 years agoFixed typo in sg_config.c
Christian Heinrich [Tue, 28 Apr 2015 16:13:55 +0000 (18:13 +0200)]
Fixed typo in sg_config.c