Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2022-11-06 Martin Quinsonsetter function only need a simcall in MC or with paral...
2022-11-05 Martin QuinsonAllow the MC replay to use the 'zero' buffering
2022-11-05 Martin QuinsonDo not MC_assert on failed xbt_assert, it's too shaky
2022-11-04 Martin QuinsonMove a function to the right file and other cleanups
2022-11-04 Martin QuinsonKill a now unused field
2022-11-04 Martin QuinsonReduce the amount of header files loading xbt/string.hpp
2022-11-04 Martin QuinsonKill the now useless type xbt::string
2022-11-04 Fred Suteranother attempt to avoid deadlocks in wrench when using...
2022-11-04 Fred Sutertypo
2022-11-04 Fred Suterfix deadlock found by hcasanova in case of self communi...
2022-11-03 Fred Sutercomplexify the test a bit further
2022-11-03 Arnaud GierschReuse existing variable, and shorten conditional.
2022-11-03 Arnaud GierschDon't call function with side effect twice in the same...
2022-11-03 Arnaud GierschUpdate random-bug-nocrash.tesh after last changes.
2022-11-02 Arnaud GierschVariable is declared in xbt/asserts.h.
2022-11-02 Arnaud GierschSpurious #include.
2022-11-01 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2022-11-01 Martin QuinsonDisplay the mailbox name when showing a deadlocking...
2022-11-01 Martin QuinsonMC: display the status of all actors in case of deadlock
2022-11-01 Martin QuinsonMC: tell the user about how to use the replay path...
2022-11-01 Martin QuinsonDisplay the stack of each actor during a MC replay...
2022-11-01 Fred SuterMerge branch 'fluidio' into 'master'
2022-11-01 Fred Suterfix issues spotted by agriersch
2022-10-31 Martin QuinsonMC replay: check whether there is a deadlock after...
2022-10-31 Martin QuinsonAlign the behavior of MC and MC_replay in SMPI, so...
2022-10-31 Martin QuinsonBe more verbose on the blocking transition when display...
2022-10-31 Fred Suterextend test
2022-10-31 Fred Suterplug leak and more consistency with other models
2022-10-30 Martin QuinsonMC_replay: Ensure that times_considered is always set
2022-10-30 Martin QuinsonMBI: display the expected diagnostic on error
2022-10-28 Fred Sutercheck that disk has been given as argument before acces...
2022-10-28 Fred Suteradd a transfer bottleneck case
2022-10-28 Fred Suterrevalidate tesh
2022-10-28 Fred Suterupdate
2022-10-28 Fred Suteradd example
2022-10-28 Fred Suterintroduce s4u::Io::streamto
2022-10-28 Fred Suterfixes
2022-10-28 Fred Sutereasier to store and use DiskImpl at kernel level
2022-10-28 Fred Sutertypo spotted by Henri during a call
2022-10-28 Fred Suteradd io_stream as a HostModel pure method
2022-10-28 Fred Suterfirst attempt to fluid comm/IO model
2022-10-28 Fred Sutermove update_remains_lazy to the pimpl (as for CPUs)
2022-10-28 Fred Sutersimplify the way I/O actions are created (CPU style)
2022-10-28 Fred SuterHave the disk model be part of the host models
2022-10-28 Fred Sutermention disk model in host model descriptions
2022-10-28 Fred Suterrename disk model init function: default is S19
2022-10-28 Arnaud GierschMore functions declared "const" (Sonar).
2022-10-27 Arnaud GierschDeclare functions "const" (Sonar).
2022-10-27 Arnaud GierschFix infinite recursion.
2022-10-27 Arnaud GierschUse true/false for boolean variable (Sonar).
2022-10-27 Arnaud GierschRemove redundant cast (Sonar).
2022-10-27 Arnaud GierschFix stack-use-after-scope (ASan).
2022-10-27 Arnaud GierschCosmetics.
2022-10-26 Fred Suter [ci-skip] end of the pass
2022-10-25 Fred Suterstart a pass on that part of the doc
2022-10-25 Martin QuinsonMore x -> varrho in the doc
2022-10-25 Martin QuinsonTry to make the abort() inconditionnal in failed xbt_as...
2022-10-25 Martin QuinsonAdd a ref to the disk paper
2022-10-25 Martin QuinsonArnaud prefers ϱ to x (+depict the simulated platform)
2022-10-25 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2022-10-25 Martin QuinsonDraft a first version of the Models chapter in the doc
2022-10-25 Arnaud LegrandCosmetics
2022-10-24 Martin Quinsondoc: link to some more existing examples
2022-10-24 Arnaud LegrandMinor rewording
2022-10-24 Martin QuinsonFix non-smpi builds
2022-10-23 Martin QuinsonMake the factor callbacks private in NetworkModelFactors
2022-10-23 Martin QuinsonMove get_{bandwidth,latency}_factor to the NetworkModel...
2022-10-23 Martin QuinsonCleanups. Kill useless code
2022-10-23 Martin QuinsonRename NetworkModelIntf into NetworkModelFactors
2022-10-23 Martin QuinsonMove set_lat_factor_cb and friends to NetworkModelFactors
2022-10-23 Martin QuinsonChange public NetworkModelIntf.hpp into private Network...
2022-10-23 Martin QuinsonAllow to set the network factors callback from userland...
2022-10-23 Martin QuinsonMove FactorSet from smpi::utils to kernel::resource
2022-10-23 Martin QuinsonRewrite the doc of the bw and latency factors
2022-10-23 Martin QuinsonMerge network/bandwidth-factor and smpi/bw-factor ...
2022-10-22 Martin QuinsonHide cfg_latency_factor and bw, and change them into...
2022-10-22 Martin QuinsonParameters 'network/latency-factor' and bandwidth-facto...
2022-10-22 Martin QuinsonAlso cleanup the network/weight-S parameter
2022-10-22 Martin QuinsonCleanups around network/latency-factor. Default latency...
2022-10-22 Martin QuinsonInline the parse_factor function now that FactorSet...
2022-10-22 Martin QuinsonReduce the exposition of s_smpi_factor_t
2022-10-22 Martin Quinsonfurther refacto smpi_factors to reduce dupplication
2022-10-22 Martin QuinsonIntroduce class simgrid::smpi::utils::FactorSet to...
2022-10-22 Martin QuinsonReduce dupplication around smpi factors
2022-10-21 Martin QuinsonKill an unused declaration
2022-10-21 Martin Quinsonfix the parameter of a strncpy call
2022-10-21 Martin QuinsonDoc: link another python example (+ typo)
2022-10-21 Martin Quinsonin MC mode, failed xbt_assert() are reported as MC_asse...
2022-10-18 Arnaud GierschRemove temporary file [ci-skip]
2022-10-17 Martin QuinsonFix non-MC builds that don't have libevent-dev installed
2022-10-16 Martin QuinsonKill redundent sanity checks
2022-10-16 Martin QuinsonDon't include simgrid/config.h from simgrid/modelchecke...
2022-10-16 Martin QuinsonDeal with PTHREAD_STATIC_INITIALIZER if it behave as...
2022-10-16 Martin QuinsonAdd a sthread+MC example that deadlocks
2022-10-16 Martin QuinsonRename the transitions so that asynchronous ones clearl...
2022-10-16 Martin QuinsonAdd a sthread example that works (no deadlock)
2022-10-16 Martin QuinsonImplement pthread_join in MC mode for sthread
2022-10-14 Arnaud GierschRestore the previous observable behavior.
2022-10-14 Arnaud GierschFix crash with debug logs.
2022-10-13 Arnaud GierschCosmetics.
next