Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
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
2022-10-03 Martin QuinsonFix an error message
2022-10-03 Augustin DegommeMPI_Win: set to MPI_WIN_NULL after deletion to avoid...
2022-10-03 Arnaud GierschMinor polishing.
2022-10-03 Fred Suter[noci] check v3.32 notes
2022-10-03 Fred Suterdocs/source/Release_Notes.rst
2022-10-02 Martin QuinsonDraft of release notes
2022-10-02 Martin QuinsonTentative NEWS file for the 3.32 release
2022-10-02 Martin Quinsondocs: tiny improvement about cmake+SMPI in user code
2022-10-02 Martin QuinsonMore helpful error message when someone needs --cfg...
2022-10-02 Martin QuinsonCosmetics in the ChangeLog
2022-10-02 Martin QuinsonDocument all commits since 3.31. The changelog may...
2022-10-02 Martin QuinsonHint the users about how to avoid dwarf5 errors around MC
2022-09-29 Arnaud GierschUse std::fill instead of memset.
2022-09-29 Arnaud GierschUseless cast.
2022-09-29 Arnaud GierschReduce code duplication.
2022-09-29 Arnaud GierschCosmetics: parameter is obviously not empty.
2022-09-28 Arnaud GierschUpdate .mailmap.
2022-09-28 Lucas NesiRemove old fPIC placement
2022-09-28 Lucas NesiEnsure a fPIC in case CMDARGS has a fPIE
2022-09-21 Arnaud GierschLambdas should not have too many lines (sonar).
2022-09-21 Arnaud GierschKill obsolete FIXME.
2022-09-16 Arnaud GierschInitialize all members (PVS V730).
2022-09-16 Arnaud GierschUseless assignment (PVS V1048).
2022-09-16 Arnaud GierschAlso check result for last call of MPI_Alltoallv in...
2022-09-16 Arnaud GierschFix potential use of invalid data (PVS V1024).
next