Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Drop simgrid::xbt::demangle and use boost::core::demangle instead.
[simgrid.git] / src / smpi /
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-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-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 Arnaud GierschUse ssize_t.
2020-11-22 Arnaud GierschGot SIGBUS with std::array; give std::vector a try.
2020-11-22 Arnaud GierschRevert "Use nullptr for recvbuf when myrank != 0."
2020-11-21 Arnaud GierschUse nullptr for recvbuf when myrank != 0.
2020-11-21 Arnaud GierschRemove useless new/delete (please sonar).
2020-11-21 Arnaud GierschAdapt to std::vector.
2020-11-21 Arnaud GierschReplace dynamic C-style arrays with std::vector.
2020-11-21 Arnaud GierschReplace fixed-size C-style arrays with std::array.
2020-11-20 Arnaud GierschUse more std::string.
2020-11-20 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid...
2020-11-20 Arnaud GierschMake pointer parameter const.
2020-11-19 Augustin Degommeone day, I'll add a test for this feature
2020-11-19 Arnaud GierschDon't call function inside xbt_assert which may be...
2020-11-19 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid...
2020-11-19 Augustin Degommethis message does no harm
2020-11-19 Augustin DegommeRevert "attempt to avoid ugly sed in privatize-libs...
2020-11-18 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid
2020-11-18 Arnaud GierschPrefer "using" to "typedef".
2020-11-18 Arnaud GierschRemove redundant "staitc" in anonymous namespaces.
2020-11-17 Augustin Degommeattempt to avoid ugly sed in privatize-libs. May break.
2020-11-17 Augustin Degommemove dlopen tmp files to tmp dir instead of executable...
2020-10-30 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid
2020-10-29 Arnaud GierschMake code simpler.
2020-10-28 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid
2020-10-28 Arnaud GierschOne more std::string.
2020-10-27 Arnaud Gierschposix_fallocate does not exist on OSX, use ftruncate...
2020-10-27 Arnaud GierschKill redundant F2C::f2c_lookup.
2020-10-27 Arnaud GierschMake trivial functions inline.
2020-10-27 Arnaud GierschFinally use plain ints for f2c keys.
2020-10-27 Arnaud GierschUse std::string for f2c keys.
2020-10-27 Arnaud GierschUse std::vector.
2020-10-27 Arnaud GierschUse posix_fallocate to set file size.
2020-10-25 Arnaud GierschFix UBSan warning.
2020-10-24 Arnaud GierschUse std::vector instead of C-style array.
2020-10-24 Arnaud GierschMake cast explicit.
2020-10-24 Arnaud GierschKill dead code (condition is always true).
2020-10-24 Arnaud GierschRename local variable to not hide parameter.
2020-10-24 Augustin Degommeadd -lm to flags on smpicc smpicxx.
2020-10-23 Arnaud GierschMore coding style updates for sg_host.
next