Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2018-08-08 Christian Heinrich[SMPI/LB] Remove trailing spaces
2018-08-08 Christian Heinrich[SMPI/LB] Not the object is const, but the pointer
2018-08-08 Christian Heinrich[SMPI/DVFS] Add Adagio DVFS
2018-08-08 Christian Heinrich[SMPI/LB] Remove commented-out function calls
2018-08-08 Christian Heinrich[DVFS] Assert that get_name() doesn't change the object
2018-08-08 Christian Heinrich[SMPI/LB] Add copyright header
2018-08-08 Frederic Suteradd the Storage::read_async and Storage::write_async...
2018-08-07 Arnaud GierschFields are private.
2018-08-07 Arnaud GierschUnused parameters.
2018-08-07 Arnaud GierschRemove unused files.
2018-08-07 Arnaud GierschFix dist.
2018-08-07 Arnaud GierschUpdate.
2018-08-07 Martin Quinsondocumentation cleanups
2018-08-07 Martin Quinsondoc: only document the public API (for now?)
2018-08-07 Martin Quinsondoc@framagit: reduce the verbosity of apt to keep under...
2018-08-07 Frederic Sutersplit a function in two and kill it
2018-08-07 Martin Quinsondoc: current state of the future generation documentation
2018-08-07 Martin Quinsondoxygen: hide XBT_ATTRIB_NORETURN and XBT_ATTRIB_UNUSED...
2018-08-07 Martin Quinsondoc: fix doxygen markup
2018-08-07 Martin Quinsoncosmetics in these examples
2018-08-07 Martin Quinsonsplit the s4u-app-masterworkers examples in two
2018-08-07 Martin QuinsonAllow to register functions that are void (*code)(std...
2018-08-07 Martin Quinsonand now commit the requirements file that I use on...
2018-08-07 Martin Quinsondoc@framagit: use requirement file, don't lose doxygen...
2018-08-06 Martin Quinsoncosmetics in doc generation
2018-08-06 Martin Quinsondoc: exclude smpi and autogenerated files from doxygen
2018-08-06 Martin Quinsongit ignore another binary
2018-08-06 Martin Quinsonvarious doc fixes
2018-08-06 Martin Quinsondoc: fix a broken link due to the recent file rename
2018-08-06 Martin Quinsondoc on framagit: use pip to install sphinx and friends...
2018-08-06 Martin Quinsondoc on framagit: Install the missing dependency fig2dev
2018-08-06 Martin Quinsondoc on framagit: fix the name of the python3-pip package
2018-08-06 Martin Quinsondoc: current state of the future generation documentation
2018-08-06 Martin Quinsondoxygen: hide XBT_ATTRIB_NORETURN and XBT_ATTRIB_UNUSED...
2018-08-06 Frederic Sutermake the XBT_INFO match beetween MSG and S4U
2018-08-06 Frederic Suterthis example works \o/
2018-08-06 Martin Quinsondoc: fix doxygen markup
2018-08-06 Martin Quinsoncosmetics in these examples
2018-08-05 Martin Quinsonsplit the s4u-app-masterworkers examples in two
2018-08-05 Martin QuinsonAllow to register functions that are void (*code)(std...
2018-08-05 Frederic Suterrevalidate the tesh a bit further
2018-08-05 Frederic SuterWarn processes killed because their host was turned...
2018-08-05 Frederic Suterproperly turn on and off hosts when apply trace event
2018-08-05 Frederic Suteradd more info and revalidate to where it diverges
2018-08-05 Frederic SuterSIMIX_host_autorestart was a duplicate of host->turn_on
2018-08-05 Frederic Suterwrong order there
2018-08-05 Frederic Suterwhen set_auto_restart is set, it should be add to the...
2018-08-05 Frederic Suterget rid od auto_restart_processes_
2018-08-05 Frederic Suterslightly change the output of this broken test
2018-08-05 Frederic Suterboot_processes_ vector becomes actors_at_boot_ map
2018-08-05 Frederic Suterreactivate broken tests
2018-08-05 Martin Quinsonmake java-all: also build java examples under teshsuite/
2018-08-05 Martin Quinsonjava: use the appveyor-provided libwinpthread-1.dll
2018-08-05 Martin Quinsonappveyor: only build the java parts
2018-08-05 Martin Quinsondocs: cosmetics + document 'java-all' target
2018-08-05 Martin Quinsonadd a new target to build all Java examples and their...
2018-08-05 Martin Quinsonappveyor: Use the provided mingw64
2018-08-03 Frederic Suterstupid me. try again
2018-08-03 Frederic Sutertry to please clang
2018-08-03 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2018-08-03 Martin Quinsondoc: fix broken inline markup
2018-08-03 Martin Quinsondoc: a word about the template project
2018-08-03 Martin QuinsonMerge branch 'async_io' into 'master'
2018-08-03 Augustin Degommefix declaration
2018-08-03 Augustin Degommeremove reference to glibc malloc functions, as they...
2018-08-03 Augustin Degommeplease bsd systems
2018-08-03 Augustin Degommefix distcheck. Add docs folder to excludes for now
2018-08-03 Christian Heinrich[SMPI] Add sampi.h header
2018-08-03 Christian Heinrich[SMPI] Fix datatype to aid_t instead of int
2018-08-03 Christian Heinrich[CMAKE] Add load_balancer.hpp to cmake
2018-08-03 Christian Heinrich[EX/SMPI/LB] Install src file correctly
2018-08-03 Christian Heinrich[SMPI/AMPI] Make AMPI examples work and install correctly
2018-08-03 Christian Heinrich[EXAMPLES/LB] Disable non-existing LB-replay test
2018-08-03 Christian Heinrich[CMAKE] Well, remove privatized header...
2018-08-03 Christian Heinrich[SMPI/LB] Small cleanups
2018-08-03 Frederic Suterbetter handling of size at creation
2018-08-03 Frederic Suterfix debug messages
2018-08-02 Frederic SuterSIMIX_io_destroy is ~IoImpl
2018-08-02 Frederic Suterworking version.
2018-08-02 Frederic Suterdeclare an Io::OpType enum class
2018-08-02 Frederic Suterfirst compiling version
2018-08-02 Frederic SuterImplement I/O as asynchronous activities
2018-08-02 Christian Heinrich[DVFS] Move comment + change get_host() visibility
2018-08-02 Christian Heinrich[SMPI/LB] Make LB + Mapping classes XBT_PRIVATE
2018-08-02 Christian Heinrich[SMPI/LB] Make header file private
2018-08-02 Christian Heinrich[CMAKE] Add new ampi files to cmake. This should build now
2018-08-02 Christian Heinrich[SAMPI] Move ampi signals to simgrid::smpi::plugin...
2018-08-02 Christian Heinrich[SAMPI] Move tracing functions definitions to instr_amp...
2018-08-02 Christian Heinrich[SAMPI] Move tracing functions to instr_ampi.hpp
2018-08-02 Christian Heinrich[SAMPI] Rename example from load_balancer to AMPI
2018-08-02 Christian Heinrich[SAMPI] Rename from sampi_pampi.cpp to ampi/ampi.cpp
2018-08-02 Christian Heinrich[SMPI/LB] Add comment noting that an arg must not be 0
2018-08-02 Christian Heinrich[SMPI/LB] Check migration counter before the LB execution
2018-08-02 Christian Heinrich[SMPI/LB] Implement GreedyLB with a Fibonacci Heap
2018-08-02 Christian Heinrich[SMPI/LB] Use mapping class within the LB
2018-08-02 Christian Heinrich[EXAMPLES/LB] Add a replay example for the LB plugin
2018-08-02 Christian Heinrich[CMAKE] Activate LB example
2018-08-02 Christian Heinrich[CMAKE] Add the LoadBalancer file to cmake
2018-08-02 Christian Heinrich[Plugins/LB] Add LoadBalancer class
2018-08-02 Christian Heinrich[SAMPI] Update the sampi_loadbalancer code
next