Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
attempt to fix en issue when timing functions are called before initialization
[simgrid.git] / src / smpi /
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...
2020-11-27 Arnaud GierschAssert that *request != MPI_REQUEST_NULL, and remove...
2020-11-27 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid...
2020-11-26 Arnaud Giersch[pvs] Simplify expression.
2020-11-26 Arnaud GierschDead code: xbt_malloc won't fail.
2020-11-26 Arnaud GierschUse a local variable, and hope to fix PVS-studio warning.
2020-11-26 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid...
2020-11-26 Arnaud GierschFix use-after-free.
2020-11-26 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid...
2020-11-25 Arnaud Giersch[pvs] The 'tp' pointer was utilized before it was verif...
2020-11-25 Arnaud Giersch[pvs] The 'status' pointer was utilized before it was...
2020-11-25 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid...
2020-11-25 Arnaud GierschSave another bunch of new/delete.
2020-11-24 Arnaud GierschDon't modify loop counter inside of loop body.
2020-11-24 Arnaud GierschExplicit cast.
2020-11-24 Arnaud GierschFix ctors for smpi::Datatype.
2020-11-23 Arnaud GierschCleanups in smpi::Win (use std::vector, and simplify...
2020-11-23 Arnaud GierschMake Datatype::name_ and Win::name_ a std::string.
2020-11-22 agougeonMerge branch 'master' of https://framagit.org/simgrid...
next