Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Useless test; TODO--.
[simgrid.git] / src / smpi / internals /
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-02 Arnaud GierschGet rid of "%s" in second argument of function xbt_str_...
2021-06-02 Arnaud GierschDefine class SmpiBenchGuard, and use RAII to handle...
2021-06-01 Arnaud GierschInvert tests to reduce depth of nesting.
2021-05-27 Augustin DegommeAdd flag to provide an optional barrier in MPI_Finalize.
2021-05-27 Arnaud GierschUse std::string for xbt_parse_units.
2021-05-27 Arnaud GierschDeprecate SIMIX_get_clock().
2021-05-27 Augustin Degommeleaks analysis : activate if list-leaks is asked manual...
2021-05-21 Augustin Degommetypo --
2021-05-17 SUTER FredericSIMIX_run becomes EngineImpl::run
2021-05-17 Martin QuinsonMore informative error message when the user does not...
2021-04-22 Arnaud GierschUnused #include.
2021-04-22 Arnaud Giersch[sonar] Implicit casts should not lower precision.
2021-04-20 Arnaud GierschGlobal--.
2021-04-20 Arnaud GierschAnother bunch of int -> size_t conversion.
2021-04-20 Arnaud GierschConvert some int -> size_t.
2021-04-20 Arnaud GierschPrefer emplace to insert.
2021-04-20 Arnaud GierschFor Sonar.
2021-04-20 Arnaud GierschMore aid_t.
2021-04-19 Arnaud GierschSonar const's...
2021-04-19 Arnaud GierschConvert int -> size_t for TRACE_smpi_send (and below).
2021-04-19 Arnaud GierschMore int -> aid_t.
2021-04-19 Arnaud GierschUse type aid_t for process id. in instr_smpi.
2021-04-19 Augustin DegommeGroup buffer leaks by origin as well.
2021-04-19 Arnaud GierschConst, once again.
2021-04-19 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-04-18 Arnaud GierschFinally rename smpi::Group::actor_pid() back to actor().
2021-04-18 Arnaud GierschKill smpi::Group::actor(int).
2021-04-18 Arnaud GierschChange smpi::Group::set_mapping to take a pid.
2021-04-18 Augustin DegommeGroup leak reports by type/file/line (for handles,...
2021-04-16 Arnaud GierschPrefer a do-while in this case, and rewrite without...
2021-04-12 Arnaud GierschConst ref for std::string parameter.
2021-04-09 Augustin Degomme[ci-skip] we want to order by the largest first ..
2021-04-09 Augustin DegommeAdd initialization/finalization check at each call.
2021-04-09 Augustin DegommeCount all intercepted allocations/deallocations in...
2021-04-07 Arnaud GierschPrefer nullptr.
2021-04-07 Augustin DegommeDisplay leak origin in message, if -trace-call-location...
2021-04-07 Augustin Degommehide references to current_handle inside *.cpp file...
2021-04-06 Augustin Degommechange the way we display leak types, skipping demangling
2021-04-06 Augustin Degommetry to improve handling of comm_self a bit.
2021-04-06 Augustin DegommeAdd the option to print origin of a failing handle.
2021-04-06 Augustin Degommeadd a name() to all F2C objects.
2021-04-06 Augustin Degommeremove unwanted s4u include in all smpi files
2021-04-03 Arnaud GierschFix null dereference.
2021-04-03 Arnaud GierschSort the list of leaks before print.
2021-04-03 Martin QuinsonTell when we have more leaked handles to display
2021-04-03 Martin QuinsonDisplay the leaked handles in the tests (using no_loc...
2021-04-03 Martin QuinsonCosmetics in an error message
2021-04-03 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-04-02 Arnaud GierschFix count for SMPI leak report.
2021-04-02 Augustin Degommefail when trying to attach a buffer if one is already...
2021-04-02 Arnaud GierschAvoid a local variable only used by xbt_assert.
2021-04-02 Arnaud GierschChange "if(...) xbt_die(...)" to "xbt_assert(...)".
2021-03-28 Augustin Degommetypo [noci]
2021-03-28 Augustin Degommeadd message when 0 bytes are allocated
2021-03-28 Augustin Degommerename option,
2021-03-22 Martin QuinsonSanitize how tracefiles are handled
2021-03-22 Arnaud GierschMake SIMIX_comm_copy_data_callback a member of CommImpl.
2021-03-17 Arnaud GierschSonar wants separate declarations.
2021-03-14 Augustin Degommetry to match types correctly this time
2021-03-14 Augustin DegommeAdd a small allocations counter in SMPI.
2021-03-14 Augustin Degommedowngrade message to info level, it's usually not a...
2021-03-14 Augustin Degommeattempt to fix en issue when timing functions are calle...
2021-03-08 Augustin Degommemove MPI_COMM_WORLD to smpi_comm.cpp.
2021-03-04 Martin Quinsoncosmetics
2021-03-04 Arnaud GierschDon't crash on empty PAPI event set.
2021-03-03 Augustin DegommePAPI tracing was broken with latest instr changes.
2021-03-03 Augustin Degommechange message a bit
2021-03-03 Augustin Degommempi_comm_self was cleaned after mpi finalization during...
2021-03-01 Arnaud GierschMake global variables 'const'.
2021-03-01 Arnaud GierschA few less global variables.
2021-02-25 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-02-25 Martin QuinsonMerge branch 'master' into 'master'
2021-02-24 agougeonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-02-24 Arnaud Giersch[sonar] Merge 'if' statements.
2021-02-22 Arnaud Giersch[smpi] Use a std::unique_ptr for f2c_lookup_.
2021-02-22 Arnaud Giersch[smpi] Prefer range-based for loop.
2021-02-22 Arnaud GierschRename: include/simgrid/smpi/{replay.hpp => smpi_replay...
2021-02-19 Augustin Degommeoops
2021-02-19 Augustin Degommethat didn't work as intended
2021-02-19 Augustin DegommeSMPI : add leak detection.
2021-02-03 agougeonMerge branch 'master' of https://framagit.org/simgrid...
2021-01-25 Martin QuinsonRevert "Assert that the log categories are unique"
2021-01-25 Martin QuinsonAssert that the log categories are unique
2021-01-14 Arnaud GierschUse std::min.
2021-01-13 agougeonMerge branch 'master' of https://framagit.org/simgrid...
2021-01-12 eazimimerge with framagit/master
2021-01-12 eazimiMerge with framagit/master
2021-01-12 Martin QuinsonMore informative error message when running code compil...
2021-01-12 Arnaud GierschUpdate copyright lines.
2020-12-16 Arnaud GierschOpen target file with O_EXCL for smpi_copy_file.
2020-12-16 Arnaud GierschUse transparent comparator 'std::less<>' with associati...
2020-12-16 Arnaud GierschPrefer using emplace or emplace_back.
2020-12-15 Augustin DegommeMerge branch 'Adrien.Gougeon/simgrid-master'
2020-12-11 Ehsan AzimiMerge with simgrid/master
2020-12-08 Arnaud GierschRemove old deprecated aliases for runtime options.
2020-12-04 Ehsan AzimiPull simgrid/master and a subsequent merge
2020-12-04 Arnaud GierschDrop unused smpi/plugins/load_balancer.
2020-11-26 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid...
next