Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove deprecated features for next release.
[simgrid.git] / src / smpi /
2021-03-28 Augustin Degommetypo [noci]
2021-03-28 Augustin Degommeadd message when 0 bytes are allocated
2021-03-28 Augustin Degommeadd -analyze to smpirun to activate both smpi/display...
2021-03-28 Augustin Degommerename option,
2021-03-27 Arnaud Giersch[sonar] Useless parentheses.
2021-03-26 Augustin Degommesupport MPI_CXX types.
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-21 Augustin DegommeThis is the index, we want the rank for the underlying...
2021-03-20 Augustin Degommeextraneous chars
2021-03-20 Augustin Degommestatus can actually be MPI_STATUS_IGNORE
2021-03-19 Arnaud GierschMake Datatype::contents_ a private std::unique_ptr.
2021-03-18 Arnaud GierschUse functions from ActorImpl when available.
2021-03-17 Arnaud GierschSonar wants separate declarations.
2021-03-14 Augustin Degommetry to match types correctly this time
2021-03-14 Augustin Degommethat was supposed to be removed now, thanks ubuntu...
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-10 Augustin Degommeimplement MPI_File_set_size
2021-03-08 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-03-08 Arnaud GierschSonar wants one declaration per line.
2021-03-08 Arnaud GierschRemove useless declaration of default destructor.
2021-03-08 Augustin Degommemove MPI_COMM_WORLD to smpi_comm.cpp.
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-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-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-02 Augustin Degommeadd errhandlers support for mpi_comm_world
2021-03-02 Augustin Degommeadd leak checking for info and errhandlers
2021-03-02 Arnaud GierschMake field private (fixme--).
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] Variable 'j' is not part of the loop control.
2021-02-24 Arnaud Giersch[sonar] Merge 'if' statements.
2021-02-23 Arnaud Giersch[smpi] Make Group::range{incl,excl} simpler.
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 Giersch[smpi] Unused #define.
2021-02-22 Arnaud GierschRename: include/simgrid/smpi/{replay.hpp => smpi_replay...
2021-02-19 Arnaud GierschFunctions are not overridden anymore.
2021-02-19 Arnaud GierschEnforce usage of std::shared_ptr for TIData.
2021-02-19 Arnaud GierschWhitespaces!
2021-02-19 Augustin Degommeoops
2021-02-19 Augustin Degommefix some issues with groups
2021-02-19 Augustin Degommethat didn't work as intended
2021-02-19 Augustin Degommefortran: avoid adding twice to lut, now that it's done...
2021-02-19 Augustin Degommeturn unimportant warnings into info in colls and improv...
2021-02-19 Augustin DegommeSMPI : add leak detection.
2021-02-18 Augustin Degommemore explicit messages when failing in RMA comms
2021-02-18 Augustin Degommeompi flavour may use ... default in some cases, trigger...
2021-02-18 Augustin Degommefix leak
2021-02-18 Augustin Degommedon't mark as truncated probe requests (and get rid...
2021-02-18 Augustin Degommedebug message for truncation
2021-02-18 Augustin Degommethe naive legacy (default) reduce_scatter did not work...
2021-02-18 Augustin DegommeDie when attempting to free predefined operators.
2021-02-17 Augustin Degommeimprove error messages
2021-02-17 Augustin DegommeCrash and burn when a message is truncated.
2021-02-17 Augustin Degommeuncommit destroyed datatype to avoid later uses (if...
2021-02-17 Augustin DegommeMPI_Comm_split cannot have a negative color (except...
2021-02-17 Augustin DegommeAdd checks on collectives to prevent incoherent inputs.
2021-02-17 Arnaud GierschRemove excess semicolon.
2021-02-10 Martin QuinsonMerge branch 'local changes'
2021-02-09 Arnaud GierschCosmetics.
2021-02-09 Arnaud GierschFix return value to MPI_UNDEFINED.
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-20 eazimiMerge branch 'master' of github.com:eazimi/simgrid
2021-01-17 Augustin DegommeMerge branch 'master' into 'master'
2021-01-17 Jean-Michel GoriusFix a few potential memory leaks in SMPI colls
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-27 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid...
next