Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
docker: use dpkg-shlibdeps to not uninstall the dependencies of libsimgrid.so
[simgrid.git] / src /
2018-08-21 Martin Quinsons4u::Exec::wait(): start the tasks on need
2018-08-17 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-08-17 Martin QuinsonMark actors as auto_restart when recreating them on...
2018-08-16 Frederic Suteradd minimal signals to trace Comm
2018-08-15 Frederic Suteradd minimal signals on Exec to trace them
2018-08-15 Frederic Suterthe host_that_restart global is now useless
2018-08-15 Frederic Suterauto-restart daemons as daemons (untested)
2018-08-15 Martin Quinsonfurther remove boilerplate around std::bind
2018-08-13 Martin Quinsonon actor_restart, add it into the real map, not into...
2018-08-13 Arnaud GierschVariable may be unused.
2018-08-12 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2018-08-12 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-08-12 Martin QuinsonMerge branch 'auto_restart' into 'master'
2018-08-12 Martin QuinsonMerge pull request #290 from kovin/master
2018-08-12 Martin Quinsoncosmetics
2018-08-11 Kevin PiotrkowskiAdd method to check if a mailbox has a message ready...
2018-08-11 Martin QuinsonMerge branches 'auto_restart' and 'auto_restart' of...
2018-08-10 Arnaud GierschForgot that ifort needs argv to stay alive.
2018-08-10 Arnaud GierschAnother try to fix memory leaks in smpi_run_entry_point.
2018-08-10 Arnaud GierschVariables are not used with SMPI_FORT.
2018-08-10 Arnaud GierschDisable unused copy constructor (cppcheck).
2018-08-10 Arnaud GierschFix includes.
2018-08-10 Arnaud GierschAdd include guard.
2018-08-10 Martin Quinsonimprove doxygen comments in s4u
2018-08-10 Arnaud GierschRevert "try to get rid of linking issue"
2018-08-10 Arnaud GierschFix build without smpi.
2018-08-10 Arnaud GierschMake declarations visible.
2018-08-10 Arnaud GierschDead store.
2018-08-10 Augustin Degommetry to get rid of linking issue
2018-08-10 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-08-09 Christian Heinrich[SMPI] Remove TRACE_smpi_send_process_data_in & _out
2018-08-09 Christian Heinrich[SMPI/LB] Require an actor as argument for get_mapping
2018-08-08 Christian Heinrich[DVFS] Use accessors instead of fields
2018-08-08 Christian Heinrich[DVFS] Make sure pstate is never smaller than minimum
2018-08-08 Christian Heinrich[DVFS] Also allow max_pstate/min_pstate options on...
2018-08-08 Christian Heinrich[DVFS] Simplify by removing a variable
2018-08-08 Christian Heinrich[DVFS] Support min/max pstate ranges
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 Frederic Sutersplit a function in two and kill it
2018-08-07 Martin QuinsonAllow to register functions that are void (*code)(std...
2018-08-06 Martin Quinsonvarious doc fixes
2018-08-05 Martin QuinsonAllow to register functions that are void (*code)(std...
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 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 Suterboot_processes_ vector becomes actors_at_boot_ map
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 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 Christian Heinrich[SMPI] Fix datatype to aid_t instead of int
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[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 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[Plugins/LB] Add LoadBalancer class
2018-08-02 Christian Heinrich[SAMPI] Update the sampi_loadbalancer code
2018-08-02 Christian Heinrich[SAMPI] Add sampi_pampi.cpp
2018-08-02 Christian Heinrich[SMPI] Add 3 tracing functions for SAMPI
2018-08-02 Christian Heinrich[SAMPI] Added AmpiMigrateTIData
2018-08-02 Christian Heinrich[ENERGY] Add new hook to fix issue with communication...
2018-08-02 Christian Heinrich[SMPI/INSTR] Replace ! with 'not' ...
2018-07-31 Martin Quinsoncosmetics in error message
2018-07-30 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-07-30 Augustin Degommeplug leaks... Still don't like what's done here, it...
2018-07-28 Frederic Suteruniformity in Activity cancel()
2018-07-28 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-07-28 Frederic Suterallow to cancel a s4u::Exec
2018-07-28 Arnaud GierschCannot use range-based for loop when container is modified.
2018-07-28 Arnaud GierschOne more filtered lib.
2018-07-27 Arnaud Gierschfiltered_libraries++
2018-07-27 Arnaud GierschFix memory errors.
2018-07-26 Arnaud GierschSpurious 'n'.
2018-07-26 Arnaud GierschKeep list of filtered libraries sorted.
next