Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
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-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-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 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.
2022-10-12 Arnaud GierschRemove redundant guard.
2022-10-11 Arnaud GierschFix distcheck.
2022-10-11 Arnaud GierschEnable simple sthread example.
2022-10-11 Arnaud GierschActor::create already does init->start.
2022-10-11 Arnaud GierschFix dead store (fbinfer).
2022-10-10 Martin QuinsonMBI: don't even run the concurrency tests. Save white...
2022-10-10 Martin QuinsonMBI: use file globbing to make sure that we don't forge...
2022-10-10 Martin QuinsonMBI: Properly integrate the Epoch lifecycle tests into...
2022-10-10 Martin QuinsonOnly add a barrier to 8 collectives. The other ones...
2022-10-10 Martin QuinsonFix windows build by not declaring XBT_PUBLIC an inline...
2022-10-10 Martin QuinsonMBI.py: More informative error message on failure
2022-10-10 Martin QuinsonNew option to detect dangerous code mixing collectives...
2022-10-10 Martin QuinsonAllow to pass aliases to declare_flag
2022-10-10 Martin QuinsonMBI: re-mark as WILL_FAIL some tests that require to...
2022-10-07 Arnaud GierschMerge branch 'wifi_clean' into 'master'
2022-10-07 Clément Courageux... removed unused variable
2022-10-07 Arnaud GierschMisc sonar and codefactor.io issues.
2022-10-07 Arnaud GierschList last merged MR.
2022-10-06 Augustin DegommeMerge branch 'adegomme-master-patch-91657' into 'master'
2022-10-06 Augustin DegommeSMPI: add option to inject a barrier before every colle...
2022-10-06 Martin QuinsonDocument the recent https://framagit.org/simgrid/simgri...
2022-10-06 Martin Quinsontypo in the tutorial
2022-10-06 Martin QuinsonLet the latest MBI tests compile with our paranoid...
2022-10-06 Pierre-Antoine... teshsuite: smpi: MBI: Merge change form MBI.
2022-10-06 Martin QuinsonWe don't use doxygen to build the docs anymore
2022-10-06 Martin QuinsonIntegrate the patch javadoc-openjdk17 from Debian
2022-10-06 Arnaud GierschMerge branch 'wifi_clean' into 'master'
2022-10-06 Clément Courageux... syntax issues
2022-10-06 Clément Courageux... fix make distcheck
2022-10-06 Arnaud GierschDo not expose Activity::set_remaining publicly.
2022-10-06 Arnaud Gierschs/set_/get_/ in doc
2022-10-04 Arnaud GierschCoding style: prefer keyword "not" to "!".
2022-10-04 Martin Quinsondocker-stable gh action: push all tags; display the...
2022-10-04 Arnaud GierschDefine macro XBT_ATTRIB_DEPRECATED_v337.
2022-10-04 Arnaud GierschRemove deprecated features for next release (3.33).
2022-10-03 Martin QuinsonStart the next dev cycle
2022-10-03 Augustin DegommeDon't crash simulation if size is 0 in sendrecv_replace...
2022-10-03 Martin QuinsonRelease v3.32: The Wiedervereinigung release v3.32
next