Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2021-06-14 Augustin DegommeAdd smpi/pedantic flag to avoiding reporting controvers...
2021-06-14 Augustin DegommeAdd option smpi/errors-are-fatal to allow users to...
2021-06-13 Arnaud GierschCleanup in .gitignore files; delete obsolete tesh file...
2021-06-13 Arnaud Giersch[sonar] Replace redundant type with 'auto'.
2021-06-12 Arnaud GierschRemove misleading comment: there is no simcall between...
2021-06-12 Arnaud GierschAdd more optimizations for MC builds.
2021-06-11 Arnaud GierschFactorize common code to assemble vector<LinkImpl*...
2021-06-11 Arnaud GierschFix loop: iterator is invalid after insertion.
2021-06-11 Arnaud GierschUse 'std::vector' instead of a C-style array.
2021-06-11 Arnaud GierschFor sonar.
2021-06-10 Arnaud GierschCosmetics: snake_case.
2021-06-10 Arnaud GierschUse existing helper function to create zones.
2021-06-10 Arnaud GierschUseless static function.
2021-06-10 Arnaud GierschReduce depth of nested statements (sonar).
2021-06-10 Arnaud GierschSuperfluous blank lines.
2021-06-10 Arnaud GierschRemove unused parameter.
2021-06-10 Arnaud GierschMisc. Sonar smells.
2021-06-10 Arnaud GierschUse empty() to check for container emptiness.
2021-06-10 Arnaud GierschUse xbt logs, not printf.
2021-06-10 Arnaud GierschMerge branch 'host-energy' into 'master'
2021-06-10 Millian Poquethost energy: explicit 'return 0.0' when badly init
2021-06-10 Millian Poquethost energy: no direct W/J access of invalid data
2021-06-09 Arnaud GierschFix a FIXME: use a dynamic table.
2021-06-09 Arnaud GierschDon't disable malloc override anymore when using realloc().
2021-06-09 Arnaud GierschFinally implement smpi shared realloc.
2021-06-09 Arnaud GierschAdd memset(0) for shared calloc.
2021-06-08 Arnaud GierschLet's be more tolerant with shared realloc() and only...
2021-06-08 Arnaud GierschDie loudly if smpi_shared_realloc_intercept is used.
2021-06-08 Arnaud GierschPlug memory leaks with tests mpich3-test/rma/linked_list_*.
2021-06-08 Arnaud GierschFix memleaks with MPI_*_get_info, when info is duplicated.
2021-06-08 Augustin DegommeMerge branch 'factor_in_actions' into 'master'
2021-06-08 Augustin Degommereduce number of iterations to speedup rma test
2021-06-07 Augustin Degommeprotect type_creation routines against null pointers...
2021-06-07 Augustin Degommecatch if MPI_Win_fence was only called once (not enough...
2021-06-07 Augustin Degommebetter check for mpi_datatype_null
2021-06-07 Augustin Degommecheck that we are not using RMA-reserved MPI_Op in...
2021-06-07 Augustin Degommeget_accumulate: if MPI_NO_OP is specified, origin*...
2021-06-07 Bruno DonassoloTry to avoid another ifdef WIN32.
2021-06-07 Bruno DonassoloAs always, forgot windows build
2021-06-07 Bruno DonassoloMove load_platf to EngineImpl
2021-06-07 Bruno DonassoloPlease sonar
2021-06-06 Arnaud GierschDestroy dead actors after mc::replay() is completed...
2021-06-06 Arnaud GierschCorrectly remember buffer between persistent communicat...
2021-06-04 Arnaud GierschCall cleanup_attr<Comm> before marking Comm as deleted.
2021-06-04 Arnaud GierschRemove a global variable, and use a static to remember...
2021-06-04 Arnaud GierschRestore public smpi_init_options().
2021-06-04 Bruno DonassoloFix test on MAC OS
2021-06-04 Bruno DonassoloTry to fix test on CI
2021-06-04 Bruno DonassoloAn example with SMPI and CPP platform
2021-06-04 Bruno DonassoloMinor fix usage
2021-06-04 Bruno DonassoloAdjust test
2021-06-04 Bruno DonassoloAdjust test
2021-06-04 Bruno DonassoloMinor fix in test.
2021-06-04 Bruno DonassoloMoving SMPI app deployment to C++ code
2021-06-04 Bruno DonassoloNew platform example: StarZone of StarZone
2021-06-04 Bruno DonassoloFix build mac/windows
2021-06-04 Bruno DonassoloChange C++ platform example
2021-06-04 Bruno DonassoloTry to fix python build
2021-06-04 Bruno DonassoloRuns examples with C++ platform description
2021-06-04 Arnaud Giersch[sonar] Replace redundant type with 'auto'.
2021-06-04 Arnaud Giersch[sonar] Redundant parentheses.
2021-06-04 Arnaud Giersch[sonar] Pointer-to-const.
2021-06-03 Arnaud GierschFix build with enable_smpi=OFF.
2021-06-03 Arnaud GierschFix include.
2021-06-03 Arnaud GierschEnsure correct ordering of the accumulate requests.
2021-06-03 Arnaud GierschUseless test; TODO--.
2021-06-03 Arnaud GierschInitialize mmap-privatized segments earlier (before...
2021-06-03 Arnaud GierschMake smpi_switch_data_segment check if a switch is...
2021-06-03 Arnaud GierschUse existing function (also empties requests_ after...
2021-06-03 Arnaud GierschImprove debug messages and avoid calling finish_comms...
2021-06-03 Arnaud GierschInitialize variable.
2021-06-02 Arnaud GierschUse existing functions to finish comms (and fix Win...
2021-06-02 Arnaud GierschReview usage of rank/rank_/rank() is smpi_win.
2021-06-02 Arnaud GierschLittle simplifications in loops.
2021-06-02 Arnaud GierschSome int -> bool conversions (+ use of existing macro).
2021-06-02 Arnaud GierschCall rank() only once.
2021-06-02 Arnaud GierschOoops, fmt is second arg.
2021-06-02 Arnaud GierschPrefer emplace_back.
2021-06-02 Arnaud GierschGet rid of "%s" in second argument of function xbt_str_...
2021-06-02 Arnaud GierschXBT_ATTRIB_PRINTF for vprintf-like functions.
2021-06-02 Arnaud GierschDefine class SmpiBenchGuard, and use RAII to handle...
2021-06-01 Arnaud GierschAdd missing calls to smpi_bench_begin() on error paths.
2021-06-01 Bruno DonassoloCannot set split-duplex through s4u intf.
2021-06-01 Bruno DonassoloAdd fg#71 to changelog [ci-skip]
2021-06-01 Bruno DonassoloUpdate ChangeLog
2021-06-01 Bruno DonassoloAdjust timing of SMPI tests
2021-06-01 Bruno DonassoloFix link-load test
2021-06-01 Bruno DonassoloFix timing of Vivaldi/two_peers.xml tests
2021-06-01 Bruno DonassoloFix timing of Wi-Fi tests.
2021-06-01 Bruno DonassoloAdjust dynamic network-factors test.
2021-06-01 Bruno DonassoloNew implementation for bandwidth factors
2021-06-01 Arnaud GierschMissing include.
2021-06-01 Arnaud GierschCoding style: no global "using namespace".
2021-06-01 Arnaud GierschPrefer std algorithms.
2021-06-01 Arnaud GierschInvert tests to reduce depth of nesting.
2021-06-01 Arnaud GierschUseless tests for emptyness.
2021-06-01 Arnaud GierschAdd attribute(printf) to xbt::string_printf.
2021-06-01 Arnaud GierschPointer-to-const for Sonar.
2021-06-01 Arnaud GierschSet shared variable *before* mutex unlock.
2021-06-01 Arnaud GierschDie on unwanted function calls.
next