Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Allow other libraries to react to the --help flag, too
[simgrid.git] / src /
2018-07-18 Martin QuinsonAllow other libraries to react to the --help flag, too
2018-07-18 Martin Quinsonthis is a boolean
2018-07-18 Martin Quinsonsnake_case simix::contextes
2018-07-18 Martin Quinsoncut some useless includes
2018-07-18 Martin Quinsons/xbt_os_get_numcores()/std::thread::hardware_concurren...
2018-07-18 Martin Quinsonget rid of xbt_os_thread_yield() using C++11
2018-07-18 Martin QuinsonRemove portability wrapper to condition variables
2018-07-18 Martin Quinsonreimplement parmap with C++11 mutex and cond
2018-07-18 Martin Quinsonuse std::mutex instead of xbt_os_mutex_t in simix
2018-07-18 Martin Quinsonwe don't need thread_specific anymore
2018-07-18 Martin Quinsonreimplement the parallel contextes with C++11 w/o xbt_o...
2018-07-18 Martin Quinsonthread_local is part of C++11, nowadays
2018-07-18 Christian Heinrich[ENERGY] Don't halt, just emit warning in special case
2018-07-18 Christian Heinrich[KERNEL] Fix grammar in a comment
2018-07-18 Christian Heinrich[HostLoad] Add total idle time
2018-07-18 Christian Heinrich[SMPI/REPLAY] Fix issues with daemons
2018-07-18 Arnaud GierschSimplify memory handling.
2018-07-18 Arnaud GierschMemory leak.
2018-07-17 Martin Quinsondoxygen: uniformity in command markers (@ vs. \)
2018-07-17 Arnaud GierschCosmetic indentation.
2018-07-17 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-07-16 Christian Heinrich[ENERGY] Updated some debug messages
2018-07-16 Christian Heinrich[SMPI/LB] Remove smpi/plugin/lb/migration-frequency...
2018-07-16 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-07-16 Frederic Suterif the deque is empty, remove it from the map
2018-07-16 Frederic Suterhide tracing from MSG
2018-07-16 Arnaud GierschRemove duplicate entry.
2018-07-15 Martin QuinsonImplement a config::Flag::get_name()
2018-07-15 Martin Quinsonrework the option flags of the dvfs plugin
2018-07-14 Martin Quinsonimprove an error message
2018-07-14 Christian Heinrich[DVFS] Remove class HostDvfs as it serves no purpose
2018-07-14 Christian Heinrich[DVFS] Rename config option from sampling_rate to sampl...
2018-07-14 Martin QuinsonSMPI does not need to have its own userdata pointer...
2018-07-14 Martin Quinsonstringify xbt::config and plugins
2018-07-14 Martin QuinsonProperly stringify, snake_case and cleanups in k::ExecImpl
2018-07-13 Martin QuinsonRevert "stringify, snake_case and cleanups in k::ExecImpl"
2018-07-13 Martin Quinsonfix MC builds in a ugly way, but I'm sick of it for...
2018-07-13 Martin Quinsonstringify, snake_case and cleanups in k::ExecImpl
2018-07-13 Martin Quinsonfuuuuux the build, sorry
2018-07-13 Martin Quinsonstringify s4u::VirtualMachine, so all s4u is stringified
2018-07-13 Martin QuinsonMailboxImpl: snake_case and follow our coding standards
2018-07-13 Martin Quinsonstringify s4u::Mailbox and k::a::MailboxImpl
2018-07-13 Martin Quinsonstringify s4u::Link
2018-07-13 Martin Quinsonstringify s4u::Host
2018-07-13 Martin Quinsondeprecate some of simix.h C API
2018-07-13 Martin QuinsonC API: rename sg_engine_*() into simgrid_*()
2018-07-13 Martin Quinsonstop parsing the command line when encountering '--'
2018-07-13 Martin Quinsonnew C function: simgrid_init
2018-07-13 Arnaud GierschRestore C interface (needed by StarPU).
2018-07-13 Martin QuinsonMerge pull request #280 from mpoquet/replay-steroid...
2018-07-13 Martin QuinsonTracing: rename power to speed, and add a core_amount...
2018-07-13 Martin Quinsoncleanup: use actor::yield() instead of a compute(0)
2018-07-13 Martin Quinsonkill the last instance of MSG in src/smpi \o/
2018-07-13 Martin Quinsonmsg::ActorExt got useless, so kill it
2018-07-13 Frederic Suteradd signals for VM live migration start/end
2018-07-13 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-07-13 Frederic Sutersleep activities throw exception on host failure
2018-07-13 Martin Quinsonns3: manually packetize the data to send
2018-07-12 Martin Quinsonwho still needs MSG in 2018?
2018-07-12 Martin Quinsoninit fields using initializer, genius
2018-07-12 Martin Quinsonkill a useless type definition
2018-07-12 Arnaud GierschA std:string is ok here.
2018-07-12 Frederic Suterfix #285
2018-07-12 Martin Quinsonrename smpi::Process to smpi::ActorExt
2018-07-12 Martin Quinsonsmpi: initialize fields, and don't reset the actor...
2018-07-12 Martin QuinsonEngine::{host,link,storage}_by_name throw std::invalid_...
2018-07-11 Frederic Suterrefactor a bit
2018-07-11 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-07-11 Frederic Suterfix CPU consumption tracing for parallel tasks
2018-07-11 Arnaud GierschAdd PAPI libraries to mc/remote filtered libraries.
2018-07-11 Martin Quinsonstringify s4u::Engine
2018-07-10 Frederic Suterchar* are banned
2018-07-10 Arnaud GierschAdd libboost_timer to mc/remote filtered libraries.
2018-07-10 Arnaud GierschKill commented code.
2018-07-10 Arnaud GierschExtract assignment from expression (sonar).
2018-07-10 Arnaud GierschRemove redundant access specifier.
2018-07-10 Arnaud GierschUse an array.
2018-07-10 Arnaud GierschKill unused field.
2018-07-09 Martin Quinsonpartially stringify s4u::Actor
2018-07-09 Martin Quinsonthis_actor::exit() is a better name than this_actor...
2018-07-09 Martin Quinsonprefer automatic memory management
2018-07-09 Augustin Degommeneed to change here as well
2018-07-09 Augustin DegommeInitialize fortran data structures in all cases.
2018-07-09 Augustin Degommeprevent <0 errorcodes in MPI_Error_code
2018-07-09 Augustin DegommeChange size of 2 fortran MPI datatypes.
2018-07-09 Augustin DegommeFix issue with Fortran indexes not computed properly...
2018-07-09 Frederic Suterattempt to fully trace ptasks
2018-07-09 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2018-07-09 Martin Quinsonplug a memleak
2018-07-09 Martin Quinsonhave each model register into all_existing_models by...
2018-07-09 Martin Quinsonprefer automatic mem handling (std::vector<>* becomes...
2018-07-09 Martin Quinsonlet *Zones use their own network_model_ instead of...
2018-07-09 Martin Quinsongive a network_model to each NetZone (unused for now)
2018-07-09 Martin Quinsoncosmetics
2018-07-09 Martin Quinsontiny speed optim
2018-07-09 Martin QuinsonActually, SMPI is playing by the rules now. Remove...
2018-07-08 Martin Quinsontiny speed optim
2018-07-08 Martin QuinsonActually, SMPI is playing by the rules now. Remove...
2018-07-08 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-07-08 Augustin Degommeadd include for papi
next