Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2018-07-16 Christian Heinrich[SMPI/LB] Remove smpi/plugin/lb/migration-frequency...
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 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...
2018-07-11 Frederic Suterextend the example with heterogeneous parallel task
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 Arnaud GierschUpdate.
2018-07-11 Martin Quinsonremove that useless std::string()
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-10 Martin Quinsonanother attempt at fixing weird clang compilers
2018-07-10 Martin Quinsontry to fix build with old clangs
2018-07-09 Martin Quinsonpartially stringify s4u::Actor
2018-07-09 Martin Quinsonbetter (?) grammar
2018-07-09 Martin Quinsonsimgrid_convert_TI_traces: better error handling
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 Quinsonmake the output readable for very large task amounts too
2018-07-09 Martin Quinsontiny speed optim
2018-07-09 Martin Quinsonignore unit tests
2018-07-09 Martin QuinsonActually, SMPI is playing by the rules now. Remove...
next