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 / internals /
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...
2020-11-25 Arnaud Giersch[pvs] The 'tp' pointer was utilized before it was verif...
2020-11-25 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid...
2020-11-24 Arnaud GierschDon't modify loop counter inside of loop body.
2020-11-22 agougeonMerge branch 'master' of https://framagit.org/simgrid...
2020-11-22 Arnaud GierschUse ssize_t.
2020-11-22 Arnaud GierschGot SIGBUS with std::array; give std::vector a try.
2020-11-21 Arnaud GierschRemove useless new/delete (please sonar).
2020-11-21 Arnaud GierschReplace fixed-size C-style arrays with std::array.
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-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 GierschUse posix_fallocate to set file size.
2020-10-23 Arnaud GierschMore coding style updates for sg_host.
2020-10-23 Arnaud GierschMerge branch 'pikachuyann/simgrid-stoprofiles'
2020-10-22 adrien gougeonMerge branch 'master' of framagit.org:Adrien.Gougeon...
2020-10-22 AdrienMerge branch 'master' into 'master'
2020-10-20 Arnaud GierschUse consistent naming scheme.
2020-10-19 Arnaud GierschCorrect a few a/an.
2020-10-19 Arnaud GierschMove fucntion call out of xbt_assert.
2020-10-17 Arnaud GierschAvoid buffer overflow.
2020-10-14 Arnaud GierschCosmetics.
2020-10-13 Arnaud GierschRemove useless type aliases.
2020-10-08 Martin QuinsonMerge branch 'klement/simgrid-klement' into master
2020-10-06 Arnaud GierschModernize method declarations.
2020-10-06 Arnaud GierschPrefer to use emplace_back.
2020-10-06 Arnaud GierschModern C++ use "auto".
2020-10-06 Arnaud GierschPrefer nullptr and bool literals.
2020-10-04 Arnaud Giersch[sonar] Replace redundant type with "auto" (src/smpi/).
2020-10-02 Arnaud Giersch[sonar] Use "std::make_shared" to construct "std::share...
2020-10-02 Arnaud GierschUse empty() to check whether the container is empty...
2020-09-30 Martin QuinsonMerge branch 'adrien' into 'master'
2020-09-30 Martin QuinsonMerge branch 'master' into adrien
2020-09-26 Martin QuinsonMerge branch 'master' of framagit.org:Adrien.Gougeon...
2020-07-09 Martin QuinsonMerge branch 'master' into klement
2020-07-09 Arnaud GierschStick with brutal C-style casts (and fix compilation...
2020-07-09 Arnaud GierschFix parentheses around macro arguments (and prefer...
2020-07-09 Lucas Nesicast hugepages macros parameters to int64 (#344)
2020-07-03 Clément CourageuxMerge remote-tracking branch 'upstream/master' into...
2020-07-03 Arnaud Giersch[sonar] Const for pointer and reference parameters...
2020-07-03 Arnaud Giersch[sonar] Const for local variables.
2020-07-02 Arnaud Giersch[sonar] Convert integer literals to bool literals.
2020-07-02 Arnaud Giersch[sonar] Declare functions "const" in src/smpi/.
2020-07-01 Arnaud Giersch[sonar] Remove redundant casts.
2020-06-12 Augustin DegommeFix most of spelling mistakes in src/
2020-06-10 Martin QuinsonAlign the definitions of surf_parsed_filename accross...
2020-06-10 Martin QuinsonAccept units for 'smpi/host-speed' config element
2020-06-10 Martin Quinsonsplit surf_parse into a separate file to make it reusab...
2020-04-30 Arnaud GierschUse const reference for std::string parameters.
2020-04-27 Yann DuplouyMerge branch 'random_readwritestate' into 'master'
2020-04-27 Frederic Suteruse signals for smpi tracing of execs
2020-04-27 Frederic Suterrefactoring SMPI trace initialization
next