Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Do the same for IoImpl as for ExecImpl when timeout on completion
[simgrid.git] / src /
2021-03-09 Frederic SuterDo the same for IoImpl as for ExecImpl when timeout...
2021-03-09 Frederic Suteruser bound is now stored at Action level and not modifi...
2021-03-09 Frederic SuterAllow failure detection for parallel exec
2021-03-09 Martin QuinsonMerge branch 'multi_models_no_globals' into 'master'
2021-03-09 Bruno DonassoloMove globals to EngineImpl
2021-03-09 Bruno DonassoloSay goodbye to last global: surf_host_model
2021-03-09 Bruno Donassoloclang-format: ExecImpl.cpp and sd_task.cpp
2021-03-09 Bruno Donassolosurf_disk_model: remove it.
2021-03-09 Bruno Donassolos4u_Host.cpp: clang-format
2021-03-09 Bruno DonassoloAdjust code after rebase.
2021-03-09 Bruno Donassolosurf_cpu_model_pm: remove global
2021-03-09 Bruno DonassoloGet rid of surf_cpu_model_vm.
2021-03-09 Bruno DonassoloNetZoneImpl::network_model_: get() and private object
2021-03-09 Bruno DonassoloGetting rid off surf_network_model global
2021-03-09 Bruno DonassoloRemove surf_network_model from host_clm03.
2021-03-09 Bruno DonassoloRemove last entry from surf_solve to surf_network_model.
2021-03-09 Bruno DonassoloModify iteration over models in surf_solve
2021-03-09 Bruno DonassoloAvoid using surf_network_model global
2021-03-09 Bruno Donassoloclang-format before starting changing files
2021-03-09 Frederic Suterpropagate the user bound down to the action
2021-03-09 Frederic Sutermv NetworkAction::rate_ to Action::user_bound_
2021-03-09 Frederic Sutercosmetics
2021-03-09 Martin QuinsonSplit the {TEST,WAIT}ANY translation away from MC_state...
2021-03-09 Martin QuinsonPrepare to split the {TEST,WAIT}ANY translation away...
2021-03-08 Frederic Suterfix GH#343
2021-03-08 Frederic Sutertrigger Host::on_creation a bit earlier
2021-03-08 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-03-08 Arnaud GierschModernize simcall mutex_trylock.
2021-03-08 Arnaud GierschSonar wants one declaration per line.
2021-03-08 Arnaud GierschDon't adjust variable name each time Api::get_maxpid...
2021-03-08 Arnaud GierschCache result of Api::get_maxpid() when used multiple...
2021-03-08 Arnaud GierschTypo.
2021-03-08 Arnaud GierschUseless braces.
2021-03-08 Arnaud GierschAdd 'explicit'.
2021-03-08 Arnaud GierschRemove useless declaration of default destructor.
2021-03-08 Martin QuinsonThat was a nasty optimization :-/
2021-03-08 Martin QuinsonMC dependency: do the easy test before the harder one
2021-03-08 Martin QuinsonUse less of state->internal_req_ and more of state...
2021-03-08 Frederic Sutercontinue to fluentify Cpu creation. Fix FG37 on the way
2021-03-08 Martin QuinsonUse default parameter value instead of having an overlo...
2021-03-08 Augustin Degommemove MPI_COMM_WORLD to smpi_comm.cpp.
2021-03-08 Augustin Degommegeneralize previous change to other MPI predefined...
2021-03-08 Augustin Degommesonar is right here
2021-03-08 Augustin Degommechange the way MPI datatypes are declared.
2021-03-07 Augustin Degommedebug message --
2021-03-07 Augustin DegommeUse flags to handle cancellation instead of a tri-state int
2021-03-07 Augustin DegommeChange handling of MPI_PROC_NULL as a src or a dest.
2021-03-07 Augustin DegommeThat was a stupid optimization.
2021-03-07 Arnaud GierschKill superfluous macros.
2021-03-07 Arnaud GierschZero-initialize struct to avoid valgrind warnings.
2021-03-07 Arnaud GierschInline trivial function.
2021-03-07 Arnaud GierschAt most one resource allocation per statement (sonar).
2021-03-06 Martin QuinsonMC: untangle dependencies
2021-03-06 Martin QuinsonMC: more symmetry between WAITANY and TESTANY in dependency
2021-03-06 Martin QuinsonMC: untangle the dependency code a tiny bit
2021-03-06 Martin QuinsonMC: inline a function, kill a file
2021-03-06 Augustin DegommeAdd multiple unimplemented calls in smpi.h
2021-03-06 Augustin DegommeImplement MPI_Aint_add and MPI_Aint_diff
2021-03-06 Augustin Degomme"Implement" MPI_Type_get_extent_x, MPI_Type_get_true_ex...
2021-03-05 Martin Quinsonsimgrid-mc also needs debugging symbols, so let's hint...
2021-03-05 Frederic Suterclang ... override ... again
2021-03-05 Frederic SuterRemove constraint from LinkImpl ctor
2021-03-05 Frederic Suteradd boolean state to resources and protect set_core_count
2021-03-04 Martin Quinsonmc: rename Inspector to Observer
2021-03-04 Martin QuinsonSimplify mc::api a bit
2021-03-04 Martin Quinsoncosmetics
2021-03-04 Arnaud GierschDon't crash on empty PAPI event set.
2021-03-04 Arnaud GierschCosmetics
2021-03-03 Frederic Suteruse CRTP dor resources
2021-03-03 Frederic Suterremove model from Link constructors
2021-03-03 Augustin DegommePAPI tracing was broken with latest instr changes.
2021-03-03 Arnaud GierschModernize simcall mutex_unlock.
2021-03-03 Arnaud GierschMake SimcallInspector::dot_label and to_string pure...
2021-03-03 Arnaud GierschFix mem leak.
2021-03-03 Arnaud GierschPointer to const.
2021-03-03 Augustin Degommechange message a bit
2021-03-03 Augustin Degommempi_comm_self was cleaned after mpi finalization during...
2021-03-02 Augustin Degommeadd errhandlers support for mpi_comm_world
2021-03-02 Augustin Degommeadd leak checking for info and errhandlers
2021-03-02 Arnaud GierschRename mc_base.h -> .hpp (it's C++ only anyway).
2021-03-02 Arnaud GierschConst for methods.
2021-03-02 Arnaud GierschCosmetic rename.
2021-03-02 Frederic SuterSimplify namespaces
2021-03-02 Frederic Sutercleanups
2021-03-02 Frederic Sutercosmetics
2021-03-02 Frederic Suteradd core_count setter
2021-03-02 Arnaud GierschAuto + std::make_unique.
2021-03-02 Arnaud GierschUncomment.
2021-03-02 Arnaud GierschReduce code duplication.
2021-03-02 Arnaud GierschProtect against buffer overflow.
2021-03-02 Arnaud GierschMake Transition::textual a std::string.
2021-03-02 Arnaud GierschMake field private (fixme--).
2021-03-02 Arnaud GierschUse std::copy.
2021-03-02 Arnaud GierschType bool for boolean values.
2021-03-02 Arnaud GierschRemove some useless nested code blocks.
2021-03-02 Arnaud GierschUsing C++ strings.
2021-03-01 Arnaud GierschUse xbt::string for MC hostnames.
2021-03-01 Arnaud GierschKill useless function.
2021-03-01 Arnaud GierschUse defined type alias.
2021-03-01 Arnaud GierschFix code generation (broken call to inspector_->is_pend...
next