Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
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...
2018-07-08 Augustin Degommeanother last attempt
2018-07-08 Augustin Degommeanother last attempt
2018-07-08 Augustin Degommeone last attempt
2018-07-08 Augustin Degommeoops
2018-07-08 Augustin Degommefix coverage paths and add sloccount
2018-07-08 Martin Quinsonmake the output readable for very large task amounts too
2018-07-08 Martin Quinsontiny speed optim
2018-07-08 Martin Quinsonignore unit tests
2018-07-08 Augustin Degommeadd codacy upload to coverage
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
2018-07-08 Martin Quinsoncodacy: remove trailing spaces
2018-07-08 Martin Quinsonsurf/Cbindings: kill another unused function
2018-07-08 Martin Quinsonsurf/Cbinding: kill an unused and misnamed function
2018-07-08 Martin QuinsonI forgot once again to mark my constructors as explicit...
2018-07-08 Martin QuinsonC++ify some forgotten part of surf
2018-07-08 Martin Quinsoncontinue emptying surf.hpp from symbols that should...
2018-07-08 Martin Quinsontravis: allow_unauthenticated, as boost 1.60 are not...
2018-07-08 Martin QuinsonAllow to register plugins from their file, w/o touching...
2018-07-07 Martin Quinsonthe model descriptions also don't need to be public
2018-07-07 Martin Quinsoncleanup __surf_is_absolute_file_path + empty a bit...
2018-07-07 Martin Quinsonthe author of these lines loves complexity, but I don't
2018-07-07 Martin QuinsonCpuTiTmgr: further cleanups (make the enum class private)
2018-07-07 Martin QuinsonCpuTiTmgr: change a C enum into an enum class
2018-07-07 Martin Quinsoncosmetics around CpuTiModel
2018-07-07 Martin Quinsonimprove a comment
2018-07-07 Martin Quinsontiny cleanups in HostCLM03Model
2018-07-07 Martin QuinsonDijkstra is so ugly, I could spend weeks cleaning it up
2018-07-07 Martin Quinsondijkstra: convert a public struct into a private class
2018-07-07 Martin Quinsonsimplifications in DijkstraZone
2018-07-07 Martin Quinsonsonar: allow # and ## in macros to please augustin
2018-07-07 Martin Quinsonsnake_case kernel::resource::NetworkModel
2018-07-07 Martin Quinsoncodacy: reuse the ignore patterns from sonar
2018-07-07 Martin QuinsonMerge pull request #283 from mpoquet/smpi_convert_fix
2018-07-07 Augustin Degommeremove references to SimGrid-Multi jenkins job, now...
2018-07-07 Augustin Degommeadd codacy config file to ignore teshsuite folder for...
2018-07-06 Augustin Degommedeactivate bad call to MPI_Attr_put
2018-07-06 Augustin DegommeFix warning by putting the array only where it's needed
2018-07-06 Augustin Degommecleanup
2018-07-06 Augustin DegommeGenerate error strings at the same time enum is generated.
2018-07-06 Augustin DegommeHave MPI_* send a debug messages whenever output is...
2018-07-06 Augustin Degomme- Support MPI_Error_string
2018-07-06 Frederic SuterRevert "address FIXME and kill useless code"
2018-07-06 Frederic Suteraddress FIXME and kill useless code
2018-07-06 MERCIER Michael[tools] replace asserts by error and exit in TI convert...
2018-07-06 Christian Heinrich[SMPI] Remove specific encoding of MPI_DATATYPE_NULL
2018-07-06 Christian Heinrich[SMPI] Make MPI_DATATYPE_NULL a non-null object
2018-07-05 MERCIER Michael[tools] Better corner case handeling + lower everything...
2018-07-05 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-07-05 Christian Heinrich[SMPI] Assert: host_speed must be > 0, not >= 0.
2018-07-05 Christian Heinrich[CONFIG] Add smpi/plugin/lb/migration-frequency option
2018-07-05 Christian Heinrich[SMPI] Replace surf_get_clock with SIMIX_get_clock
2018-07-05 Christian Heinrich[S4U] Initialize s4u::Barrier in initializer list
2018-07-05 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-07-05 Frederic Suteradd C interface to s4u::Barrier
2018-07-05 Frederic Suterremove a dependency on MSG from SMPI
2018-07-05 Christian Heinrich[CI] Activate PAPI in Coverage checks.
2018-07-05 Christian Heinrich[DVFS] Make the Dvfs plugin available
2018-07-05 Christian Heinrich[SMPI/PAPI] Make PAPI counters compile again ;)
next