Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
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 Quinsonfix makedist
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[SMPI/LB] Add XBT_PUBLIC to load_balancer.h declarations
2018-07-18 Christian Heinrich[ENERGY] Don't halt, just emit warning in special case
2018-07-18 Christian Heinrich[XBT] Config::get_name -> Make 'this' const
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 GierschBe less specific in valgrind suppression.
2018-07-18 Arnaud GierschSimplify memory handling.
2018-07-18 Arnaud GierschMemory leak.
2018-07-18 Martin Quinsonsnake_case s4u API in the example documentation
2018-07-18 Martin Quinsondoxygen: rework the s4u header
2018-07-17 Martin Quinsondoxygen: uniformity in command markers (@ vs. \)
2018-07-17 Martin Quinsondoxygen: better handling of deprecated symbols
2018-07-17 Martin Quinsonmy_valgrind.pl: pass keep-temps to smpirun so that...
2018-07-17 Martin Quinsoncmake: stop patching tesh in FindValgrind, that's too...
2018-07-17 Martin Quinsonsonar: unused parameter
2018-07-17 Martin Quinsoninstall smpimain in /usr/lib/simgrid
2018-07-17 Martin QuinsonCOPYING: align with the package content
2018-07-17 Arnaud GierschCosmetic indentation.
2018-07-17 Arnaud GierschAdd dependencies.
2018-07-17 Arnaud GierschFiles were regenerated with maintainer_mode on.
2018-07-17 Frederic Suterinitialize value to finalize (-1)
2018-07-17 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-07-16 Frederic SuterMSG to S4U conversion.
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 Arnaud GierschVERSION_GREATER_EQUAL is not available with older cmake.
2018-07-16 Arnaud GierschTry to fix MC with recent GNU ld (>= 2.30).
2018-07-16 Frederic Suterhide tracing from MSG
2018-07-16 Arnaud GierschRestore C linkage for simcall_process_create.
2018-07-16 Arnaud GierschRemove duplicate entry.
2018-07-16 Arnaud GierschChange order of exceptions to please pylint (codacy).
2018-07-16 Arnaud GierschFix memory leak of variable job on throw (cppcheck).
2018-07-15 Frederic Sutermerge more tests in less tesh files
2018-07-15 Martin QuinsonImplement a config::Flag::get_name()
2018-07-15 Martin Quinsonrework the option flags of the dvfs plugin
2018-07-15 Martin Quinsonconfig::Flag: add the version with everything: callback...
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 Quinsonfix the C inclusion of simix.h, once again
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-14 Frederic Suterstart to reduce the number of files
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 Quinsonignore more cruft
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 Quinsontesh: better error reporting in one specific failure...
2018-07-13 Martin Quinsonnew C function: simgrid_init
2018-07-13 Arnaud GierschUse std::invalid_argument instead of std::runtime_error...
2018-07-13 Arnaud GierschGet rid of dependency on boost::regex.
2018-07-13 Arnaud GierschGet rid of dependency on boost::filesystem.
2018-07-13 Arnaud GierschRewrite without non-standard asprintf().
2018-07-13 Arnaud GierschFix make dist.
2018-07-13 Arnaud GierschUnused parameters.
2018-07-13 Arnaud GierschRestore C interface (needed by StarPU).
2018-07-13 Arnaud GierschUpdate list of fixed bugs in ChangeLog.
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 Suterfix build and typo
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 Arnaud GierschFix make distcheck.
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...
next