Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
8 years agomake simix more resilient to PEBKAC
Martin Quinson [Tue, 21 Jul 2015 22:32:24 +0000 (00:32 +0200)]
make simix more resilient to PEBKAC

8 years agoNew function: simcall_process_get_kill_time()
Martin Quinson [Tue, 21 Jul 2015 20:37:53 +0000 (22:37 +0200)]
New function: simcall_process_get_kill_time()

8 years agocosmetics in debug messages
Martin Quinson [Tue, 21 Jul 2015 20:36:28 +0000 (22:36 +0200)]
cosmetics in debug messages

8 years ago[Doc] Minor changes to introduction.doc
Christian Heinrich [Tue, 21 Jul 2015 14:06:01 +0000 (16:06 +0200)]
[Doc] Minor changes to introduction.doc

8 years ago[Platforms] Created folder 'storage' for storage specific platforms
Christian Heinrich [Tue, 21 Jul 2015 13:42:08 +0000 (15:42 +0200)]
[Platforms] Created folder 'storage' for storage specific platforms

8 years ago[Platforms] Added missing attribute in storage.xml
Christian Heinrich [Tue, 21 Jul 2015 13:24:04 +0000 (15:24 +0200)]
[Platforms] Added missing attribute in storage.xml

8 years ago[Platforms] Fixed indentation of storage.xml
Christian Heinrich [Tue, 21 Jul 2015 13:19:45 +0000 (15:19 +0200)]
[Platforms] Fixed indentation of storage.xml

8 years ago[mc] Remove useless/unused stuff
Gabriel Corona [Tue, 21 Jul 2015 13:48:30 +0000 (15:48 +0200)]
[mc] Remove useless/unused stuff

8 years ago[mc] Remove MC_post_process_functions()
Gabriel Corona [Tue, 21 Jul 2015 13:43:24 +0000 (15:43 +0200)]
[mc] Remove MC_post_process_functions()

8 years agosanitize the process_create simcall
Martin Quinson [Tue, 21 Jul 2015 12:50:27 +0000 (14:50 +0200)]
sanitize the process_create simcall

It was receiving a pointer to its result as first parameter, and it
now simply returns that result.

It could be further improved by returning a smx_process_t instead of a
void*, but our simcall mechanism does not seem to allow to cast results.

8 years ago[mc] Remove MC_dwarf_register_variable()
Gabriel Corona [Tue, 21 Jul 2015 13:02:00 +0000 (15:02 +0200)]
[mc] Remove MC_dwarf_register_variable()

8 years ago[mc] Avoid the O(n^2) incremental construction of sorted arrays of variables
Gabriel Corona [Tue, 21 Jul 2015 12:07:20 +0000 (14:07 +0200)]
[mc] Avoid the O(n^2) incremental construction of sorted arrays of variables

This is espacially slow now that the array contains the Variable
instead of the Variable*. Create it without order and sort if in O(n
log n) afterwards.

8 years ago[mc] Add comments on ObjectInformation
Gabriel Corona [Tue, 21 Jul 2015 11:11:56 +0000 (13:11 +0200)]
[mc] Add comments on ObjectInformation

8 years ago[mc] Make ObjectInformation::function_index a std::vector
Gabriel Corona [Tue, 21 Jul 2015 10:09:19 +0000 (12:09 +0200)]
[mc] Make ObjectInformation::function_index a std::vector

and while we're at it remove high_pc from the FunctionIndexEntry which
is not so useful.

8 years ago[mc] Make ObjectInformation::file_names a std::string
Gabriel Corona [Tue, 21 Jul 2015 07:54:38 +0000 (09:54 +0200)]
[mc] Make ObjectInformation::file_names a std::string

8 years ago[mc] Make Process::subprograms a std::unordered_map
Gabriel Corona [Mon, 20 Jul 2015 14:38:36 +0000 (16:38 +0200)]
[mc] Make Process::subprograms a std::unordered_map

8 years ago[mc] Make type_is an integer instead of a string and use std:: containers
Gabriel Corona [Mon, 20 Jul 2015 14:18:48 +0000 (16:18 +0200)]
[mc] Make type_is an integer instead of a string and use std:: containers

8 years ago[mc] Move ObjectInformation methods in mc_object_info.cpp
Gabriel Corona [Mon, 20 Jul 2015 13:42:47 +0000 (15:42 +0200)]
[mc] Move ObjectInformation methods in mc_object_info.cpp

8 years ago[mc] Move some declarations in mc_object_info.h
Gabriel Corona [Mon, 20 Jul 2015 13:11:52 +0000 (15:11 +0200)]
[mc] Move some declarations in mc_object_info.h

8 years ago[mc] Make Frame::variables, Frame::scopes and ObjectInformation::global_variables...
Gabriel Corona [Mon, 20 Jul 2015 12:18:28 +0000 (14:18 +0200)]
[mc] Make Frame::variables, Frame::scopes and ObjectInformation::global_variables std::vectors

8 years ago[mc] C++ location lists and expressions
Gabriel Corona [Mon, 20 Jul 2015 11:46:30 +0000 (13:46 +0200)]
[mc] C++ location lists and expressions

8 years ago[mc] C++ify Frame
Gabriel Corona [Mon, 20 Jul 2015 10:56:42 +0000 (12:56 +0200)]
[mc] C++ify Frame

8 years ago[mc] C++ify Variable
Gabriel Corona [Mon, 20 Jul 2015 09:47:54 +0000 (11:47 +0200)]
[mc] C++ify Variable

8 years ago[mc] OOPify/C++ify Type (cont)
Gabriel Corona [Mon, 20 Jul 2015 09:32:24 +0000 (11:32 +0200)]
[mc] OOPify/C++ify Type (cont)

Make members a std::vector.

8 years ago[mc] OOPify/C++ify Type (cont)
Gabriel Corona [Mon, 20 Jul 2015 09:14:41 +0000 (11:14 +0200)]
[mc] OOPify/C++ify Type (cont)

Make location expression a std::vector.

8 years ago[mc] OOPify/C++ify Type
Gabriel Corona [Fri, 17 Jul 2015 11:15:46 +0000 (13:15 +0200)]
[mc] OOPify/C++ify Type

8 years ago[mc] OOPify/C++ify ObjectInformation
Gabriel Corona [Fri, 17 Jul 2015 10:29:07 +0000 (12:29 +0200)]
[mc] OOPify/C++ify ObjectInformation

8 years ago[mc] C++ification of memory_map.cpp
Gabriel Corona [Fri, 17 Jul 2015 09:57:06 +0000 (11:57 +0200)]
[mc] C++ification of memory_map.cpp

8 years ago[mc] Cleanup/C++ification of {ModelChecker,PageStore}.{c,h}pp
Gabriel Corona [Fri, 17 Jul 2015 09:50:15 +0000 (11:50 +0200)]
[mc] Cleanup/C++ification of {ModelChecker,PageStore}.{c,h}pp

8 years ago[SURF] Callbacks now use the INITIALIZER macros
Christian Heinrich [Tue, 21 Jul 2015 10:20:22 +0000 (12:20 +0200)]
[SURF] Callbacks now use the INITIALIZER macros

- Callbacks such as s_sg_platf_link_cbarg_t were not at all
  correctly initialized before; this was fixed!

- Several initializers used valid C99 initializer syntax; however,
  this is not supported by C++. Hence, these initializers were changed
  to simple lists. See also
  https://gcc.gnu.org/onlinedocs/gcc/Designated-Inits.html
  for more details on this issue.

8 years agocosmetics in the check of library version vs. header version
Martin Quinson [Tue, 21 Jul 2015 10:04:53 +0000 (12:04 +0200)]
cosmetics in the check of library version vs. header version

8 years agoRemove a bunch of stuff from Host that was delegated to cpu anyway
Martin Quinson [Mon, 20 Jul 2015 23:27:19 +0000 (01:27 +0200)]
Remove a bunch of stuff from Host that was delegated to cpu anyway

- getSpeed()
- getAvailableSpeed()
- getCore()
- getCurrentPowerPeak();
- getPowerPeakAt(pstate_index);
- getNbPstates();
- {set,get}Pstate()

8 years agofurther doxygen cleanups
Martin Quinson [Mon, 20 Jul 2015 23:17:16 +0000 (01:17 +0200)]
further doxygen cleanups

8 years agocosmetics and documentation around VM parameters
Martin Quinson [Mon, 20 Jul 2015 23:06:25 +0000 (01:06 +0200)]
cosmetics and documentation around VM parameters

8 years agokill dead prototypes
Martin Quinson [Mon, 20 Jul 2015 22:26:18 +0000 (00:26 +0200)]
kill dead prototypes

8 years agomore rewrite of the doxygen
Martin Quinson [Mon, 20 Jul 2015 21:36:51 +0000 (23:36 +0200)]
more rewrite of the doxygen

8 years agoless void*, more sg_host_t
Martin Quinson [Mon, 20 Jul 2015 21:13:01 +0000 (23:13 +0200)]
less void*, more sg_host_t

8 years agoremove Host::communicate() (use network instead)
Martin Quinson [Mon, 20 Jul 2015 20:39:48 +0000 (22:39 +0200)]
remove Host::communicate() (use network instead)

This is my latest attempt to untangle things in surf: empty the Host
class and move everything to network/cpu/storage instead.

8 years agocode factorization
Martin Quinson [Mon, 20 Jul 2015 17:01:11 +0000 (19:01 +0200)]
code factorization

8 years agokill an unused field (+cosmetics)
Martin Quinson [Mon, 20 Jul 2015 16:56:50 +0000 (18:56 +0200)]
kill an unused field (+cosmetics)

8 years agoactually kill models' names
Martin Quinson [Mon, 20 Jul 2015 16:42:44 +0000 (18:42 +0200)]
actually kill models' names

8 years agoKill models getName() call sites.
Martin Quinson [Mon, 20 Jul 2015 16:14:21 +0000 (18:14 +0200)]
Kill models getName() call sites.

- Debug messages now depend on typeid(...).name(). Beware, the output
  may be compiler dependent.
- It was mainly used to have a specific handling of NS3, which method
  shareRessources() is not idempotent (ie, it actually moves the model
  in the future with no possibility of rolling it back afterward).

  So NS3->shareRessource() needs to be run after all other
  shareRessources, and before the updateState()s.

  Add a shareResourcesIsIdempotent() method to all models to detect
  whether we need to activate that strange behavior without having to
  rely on the model name.

- Removing models namesmakes Model pure virtual, possibly allowing
  diamon-shaped inheritance in L07, where we need only one model for
  CpuModel and NetworkModel.

8 years agotypo in comments
Martin Quinson [Mon, 20 Jul 2015 15:17:48 +0000 (17:17 +0200)]
typo in comments

8 years agokill an unused function
Martin Quinson [Mon, 20 Jul 2015 15:10:03 +0000 (17:10 +0200)]
kill an unused function

8 years agokill the sorry remainings of a parallelization of SURF
Martin Quinson [Mon, 20 Jul 2015 15:03:22 +0000 (17:03 +0200)]
kill the sorry remainings of a parallelization of SURF

8 years agoinline two static functions
Martin Quinson [Mon, 20 Jul 2015 14:51:50 +0000 (16:51 +0200)]
inline two static functions

8 years agoinitialize fields at declaration
Martin Quinson [Mon, 20 Jul 2015 13:51:54 +0000 (15:51 +0200)]
initialize fields at declaration

8 years agoRemove one of the many pimple: HostModel::p_cpuModel
Martin Quinson [Mon, 20 Jul 2015 13:41:28 +0000 (15:41 +0200)]
Remove one of the many pimple: HostModel::p_cpuModel

Gosh this code is hairly. This one came from the VM war, apparently.

8 years agokill unused function
Martin Quinson [Mon, 20 Jul 2015 13:07:45 +0000 (15:07 +0200)]
kill unused function

8 years agomake a pimple smaller
Martin Quinson [Mon, 20 Jul 2015 13:05:27 +0000 (15:05 +0200)]
make a pimple smaller

8 years agoreduce a bit the amount of void* (in L07)
Martin Quinson [Mon, 20 Jul 2015 12:27:45 +0000 (14:27 +0200)]
reduce a bit the amount of void* (in L07)

8 years agorename HostL07Action to L07Action
Martin Quinson [Mon, 20 Jul 2015 11:18:34 +0000 (13:18 +0200)]
rename HostL07Action to L07Action

L07 actions are indeed hybrid actions that are both CPU and network.

8 years agocode simplification
Martin Quinson [Mon, 20 Jul 2015 10:57:32 +0000 (12:57 +0200)]
code simplification

Also, add some comments

8 years agokill dead code: Action::recycle never got implemented
Martin Quinson [Mon, 20 Jul 2015 10:37:23 +0000 (12:37 +0200)]
kill dead code: Action::recycle never got implemented

8 years agomore cosmetics in doxygen comments
Martin Quinson [Mon, 20 Jul 2015 10:32:19 +0000 (12:32 +0200)]
more cosmetics in doxygen comments

8 years agocosmetics in the info message of L07 model starting up
Martin Quinson [Mon, 20 Jul 2015 10:10:05 +0000 (12:10 +0200)]
cosmetics in the info message of L07 model starting up

8 years agocosmetics in doxygen comments
Martin Quinson [Mon, 20 Jul 2015 09:53:13 +0000 (11:53 +0200)]
cosmetics in doxygen comments

And kill dead code and other useless cosmetics

8 years agoGet ride of ???Ptr types in C++: make pointers explicit
Martin Quinson [Mon, 20 Jul 2015 08:31:24 +0000 (10:31 +0200)]
Get ride of ???Ptr types in C++: make pointers explicit

Making pointers explicit is not what we did in C so far, but what we
did was a bad idea. It's easier to code when you know what is a
pointer and what is not.

Also:
- Convert a bunch of C-typecast into static_cast
- Kill some dead or dupplicated code

8 years agoinline a static function called only once
Martin Quinson [Sun, 19 Jul 2015 16:14:46 +0000 (18:14 +0200)]
inline a static function called only once

8 years agosort my TODO list :-(
Martin Quinson [Sun, 19 Jul 2015 15:33:34 +0000 (17:33 +0200)]
sort my TODO list :-(

plus cosmetics

8 years agoKill link_lib and have C++ handle the hashmap of all links
Martin Quinson [Sun, 19 Jul 2015 15:20:33 +0000 (17:20 +0200)]
Kill link_lib and have C++ handle the hashmap of all links

I did not manage to get SD_application_reinit() working, so this
function is currently disabled. I think that it should be removed
anyway.

8 years agokill some remainings of sd_link_t
Martin Quinson [Sun, 19 Jul 2015 06:49:55 +0000 (08:49 +0200)]
kill some remainings of sd_link_t

8 years agostart refreshing and fixing the GTNetS interface (WIP)
Martin Quinson [Sun, 19 Jul 2015 00:14:49 +0000 (02:14 +0200)]
start refreshing and fixing the GTNetS interface (WIP)

8 years agoOverhaul of NS3 support in SimGrid
Martin Quinson [Sat, 18 Jul 2015 21:35:18 +0000 (23:35 +0200)]
Overhaul of NS3 support in SimGrid

- NS3 is now found if installed from the default package (eg, Debian)
- If enable_ns3 and not found, cmake will fail
- 3 log channels were a bit too much
- Don't use NS3 log channels as it fails when running in Java somehow
- Drop support for ancient version of NS3 (3.10)
- Documentation refresh/rewrite
- Revalidate the tesh files (rounding errors on timings)

8 years agofix doxygen
Martin Quinson [Sat, 18 Jul 2015 20:50:57 +0000 (22:50 +0200)]
fix doxygen

8 years agosanitize C API of sg_link
Martin Quinson [Sat, 18 Jul 2015 17:19:25 +0000 (19:19 +0200)]
sanitize C API of sg_link

8 years agothere is no need for a SimDag's link type
Martin Quinson [Sat, 18 Jul 2015 17:13:29 +0000 (19:13 +0200)]
there is no need for a SimDag's link type

8 years agokill an unused field
Martin Quinson [Sat, 18 Jul 2015 16:33:56 +0000 (18:33 +0200)]
kill an unused field

8 years agokill LinkPtr type and make Link* explicit
Martin Quinson [Sat, 18 Jul 2015 16:31:51 +0000 (18:31 +0200)]
kill LinkPtr type and make Link* explicit

8 years agogive Link a proper public interface
Martin Quinson [Sat, 18 Jul 2015 16:13:30 +0000 (18:13 +0200)]
give Link a proper public interface

8 years agoRename NetworkLink type to Link
Martin Quinson [Sat, 18 Jul 2015 14:17:26 +0000 (16:17 +0200)]
Rename NetworkLink type to Link

Yup, that's an useless cosmetics.

8 years agocosmetics in the comments
Martin Quinson [Sat, 18 Jul 2015 13:56:02 +0000 (15:56 +0200)]
cosmetics in the comments

8 years agokill unused type definitions
Martin Quinson [Sat, 18 Jul 2015 13:46:02 +0000 (15:46 +0200)]
kill unused type definitions

8 years agomake SD_HOST_LEVEL private
Martin Quinson [Sat, 18 Jul 2015 13:25:34 +0000 (15:25 +0200)]
make SD_HOST_LEVEL private

8 years agoNew function: sg_hosts_as_dynar
Martin Quinson [Sat, 18 Jul 2015 12:26:59 +0000 (14:26 +0200)]
New function: sg_hosts_as_dynar

This was implemented several times, in each layer

8 years agocosmetics: make semantic more clear
Martin Quinson [Sat, 18 Jul 2015 10:52:10 +0000 (12:52 +0200)]
cosmetics: make semantic more clear

8 years ago[SGpp] make ROUTING_HOST_LEVEL private. That was painful
Martin Quinson [Sat, 18 Jul 2015 10:42:26 +0000 (12:42 +0200)]
[SGpp] make ROUTING_HOST_LEVEL private. That was painful

8 years agowhatever, eclipse
Martin Quinson [Sat, 18 Jul 2015 10:37:42 +0000 (12:37 +0200)]
whatever, eclipse

8 years agoUse MSG_host_by_name() instead of MSG_get_host_by_name()
Martin Quinson [Wed, 15 Jul 2015 08:30:02 +0000 (10:30 +0200)]
Use MSG_host_by_name() instead of MSG_get_host_by_name()

Both work, but the first is more coherent with the rest of the
interface.

8 years agokill simcall_host_get_by_name: nobody uses it anyway
Martin Quinson [Wed, 15 Jul 2015 08:05:38 +0000 (10:05 +0200)]
kill simcall_host_get_by_name: nobody uses it anyway

8 years ago[SGpp] make SURF_CPU_LEVEL private
Martin Quinson [Wed, 15 Jul 2015 07:59:34 +0000 (09:59 +0200)]
[SGpp] make SURF_CPU_LEVEL private

8 years agokill unimplemented (braindead) prototype
Martin Quinson [Wed, 15 Jul 2015 00:59:47 +0000 (02:59 +0200)]
kill unimplemented (braindead) prototype

8 years ago[SGpp] make MSG_HOST_LEVEL private
Martin Quinson [Wed, 15 Jul 2015 00:57:44 +0000 (02:57 +0200)]
[SGpp] make MSG_HOST_LEVEL private

8 years agodamn, missing files
Martin Quinson [Tue, 14 Jul 2015 23:58:35 +0000 (01:58 +0200)]
damn, missing files

8 years agosanitize a bit the prototype of SIMIX_host_create()
Martin Quinson [Tue, 14 Jul 2015 23:58:09 +0000 (01:58 +0200)]
sanitize a bit the prototype of SIMIX_host_create()

8 years ago[SGpp] make SIMIX_HOST_LEVEL private
Martin Quinson [Tue, 14 Jul 2015 23:46:11 +0000 (01:46 +0200)]
[SGpp] make SIMIX_HOST_LEVEL private

8 years agoGive simgrid's host its own header file and datatype
Martin Quinson [Tue, 14 Jul 2015 21:25:33 +0000 (23:25 +0200)]
Give simgrid's host its own header file and datatype

This is one step further toward SGpp, the C++ version of SimGrid.

8 years ago[SURF] Cosmetics - indented assignments in surf_routing.cpp.
Christian Heinrich [Fri, 17 Jul 2015 17:10:57 +0000 (19:10 +0200)]
[SURF] Cosmetics - indented assignments in surf_routing.cpp.

8 years ago[Doc] Added Cluster description. Fixes #18
Christian Heinrich [Fri, 17 Jul 2015 17:10:21 +0000 (19:10 +0200)]
[Doc] Added Cluster description. Fixes #18

8 years ago[mc] Remove content addressable page store
Gabriel Corona [Fri, 17 Jul 2015 09:36:15 +0000 (11:36 +0200)]
[mc] Remove content addressable page store

- It did not prove useful compared fo the default option.
- It is implemented as a compile-time option instead of a runtime one.
- Let's remove compile time options!
- It makes the code more complex.

8 years ago[mc] Cleanup mc_hash
Gabriel Corona [Fri, 17 Jul 2015 09:30:40 +0000 (11:30 +0200)]
[mc] Cleanup mc_hash

8 years ago[doc] Add missing layers (MC, SIMIX, SIMDAG) in README.coding
Gabriel Corona [Fri, 17 Jul 2015 08:58:25 +0000 (10:58 +0200)]
[doc] Add missing layers (MC, SIMIX, SIMDAG) in README.coding

8 years ago[doc] Various fixes to README.git
Gabriel Corona [Fri, 17 Jul 2015 08:52:41 +0000 (10:52 +0200)]
[doc] Various fixes to README.git

- Some typographic fixes.
- Remove reference to sourceforge.
- Some other minor modifications.

8 years ago[mc] Fix another signedness conversion issue with addresses on 32 bit
Gabriel Corona [Fri, 17 Jul 2015 08:21:39 +0000 (10:21 +0200)]
[mc] Fix another signedness conversion issue with addresses on 32 bit

8 years ago[mc] Remove useless cast
Gabriel Corona [Fri, 17 Jul 2015 07:35:51 +0000 (09:35 +0200)]
[mc] Remove useless cast

8 years ago[Doc] Changed stylesheet to make headings look better
Christian Heinrich [Thu, 16 Jul 2015 19:03:56 +0000 (21:03 +0200)]
[Doc] Changed stylesheet to make headings look better

8 years ago[Doc] Significant update to the storage documentation
Christian Heinrich [Thu, 16 Jul 2015 14:25:01 +0000 (16:25 +0200)]
[Doc] Significant update to the storage documentation

8 years ago[SURF] Cosmetics in surfxml_parse.c
Christian Heinrich [Thu, 16 Jul 2015 17:17:41 +0000 (19:17 +0200)]
[SURF] Cosmetics in surfxml_parse.c

8 years ago[mc] Fix cross process memory access in 32 bit
Gabriel Corona [Thu, 16 Jul 2015 14:37:31 +0000 (16:37 +0200)]
[mc] Fix cross process memory access in 32 bit

Sign extension issue when converting offset bewteen signed and unsigned.

8 years ago[mc] SimGrid 3.11 Chanelog/NEWS
Gabriel Corona [Thu, 16 Jul 2015 11:32:04 +0000 (13:32 +0200)]
[mc] SimGrid 3.11 Chanelog/NEWS