Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
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 GierschRegenerate.
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 GierschUpdate .mailmap.
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 Quinsondoc: add an hint on platform calibration, and various...
2021-03-05 Martin Quinsonsimgrid-mc also needs debugging symbols, so let's hint...
2021-03-05 Martin Quinsondoc: fix a borken link
2021-03-05 Martin QuinsonAdd a section presenting an overview of SimGrid design...
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-05 Martin Quinsonfix pip builds
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 GierschTry to use more common PAPI events for testing.
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 DegommeAdd a test for PAPI
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 Arnaud Gierschstd::runtime error takes a const&.
2021-03-03 Augustin DegommeThese tests were missing mpi_finalize call (hence some...
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 simple example using smpi_execute_* calls inside...
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 GierschRestore Rvalue references for xbt::Exception.
2021-03-02 Arnaud GierschUncomment debug message.
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...
2021-03-01 Frederic Suterfix ns3
2021-03-01 Frederic SuterConsider Link latency as an optional parameter
2021-03-01 Frederic Sutermore fluent version
2021-03-01 Frederic SuterRollback a little in programmatic description of disks
2021-03-01 Arnaud GierschFix usage string.
2021-03-01 Arnaud GierschDeprecated simcall_mc_random.
2021-03-01 Arnaud GierschMake global variables 'const'.
2021-03-01 Arnaud GierschA few less global variables.
2021-03-01 Martin QuinsonDon't require MC dependencies when building w/o MC
2021-03-01 Martin QuinsonFix non-MC builds
2021-03-01 Martin QuinsonFix make distcheck :-(
2021-03-01 Martin QuinsonMissing file
2021-03-01 Martin Quinsonremove a workaround for a bug removed in previous commit
2021-03-01 Martin QuinsonSet the textual representation of a transition before...
2021-02-28 Martin QuinsonSplit inspector::is_pending() in two logical parts
2021-02-28 Martin QuinsonNot sure why to_string is sometimes called when there...
2021-02-28 Martin QuinsonRename ActorState::consider() and State::add_interleave...
2021-02-28 Martin QuinsonFix build on clang
2021-02-28 Martin Quinsonobjectification of MC simcall achieved -- many tests...
2021-02-28 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-02-27 Martin QuinsonExtend xbt_stringify_args up to 25 arguments
2021-02-27 Martin QuinsonWelcome to modernity
2021-02-26 Frederic Suterextend example with another disk
2021-02-26 Frederic Suterallow for programmatic creation of a disk
2021-02-26 Martin Quinsontypo
2021-02-26 Arnaud GierschNeed at least ns-3.28.
2021-02-26 Arnaud GierschDeclare function 'static' (and fix picky builders).
2021-02-26 Arnaud GierschUpdate ASan suppressions for clang.
next