Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix lua builds
[simgrid.git] / src / smpi /
2017-03-06 degommeThis time really attempt compiling with gcc 6 before...
2017-03-06 degommeRemove useless check - Appease gcc >= 6
2017-03-06 degommeMerge branch 'smpi_cpp'
2017-03-06 degommeuseless, done in private.h
2017-03-06 Christian Heinrich[SMPI] Updated/elaborated on comment about iprobes
2017-03-06 degommeMPI_Comm -> C++
2017-03-05 degommerename method
2017-03-05 degommefix dist
2017-03-05 degommeBring C++ for MPI_Group.
2017-03-05 degommeMove all smpi colls to cpp.
2017-03-03 Christian Heinrich[SMPI] Fixed broken build; added missing header file...
2017-03-03 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-03-03 Frederic Sutercatch a couple more reinterpret_cast
2017-03-03 Christian Heinrich[SMPI] Introduced smpi/iprobe-cpu-usage option.
2017-03-03 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-03-03 degommeFix compilation with warnings
2017-03-03 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-03-03 Frederic Suterfix a few minor smells
2017-03-03 Frederic Suterremove 3 useless reinterpret_cast
2017-03-03 Luka Stanisicsolving copy_data_callback issue by adding a new smpi...
2017-03-02 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-03-02 Frederic Sutersimplify and reverse comparison for accumulates in...
2017-03-02 Frederic Suterdynar--
2017-03-02 Frederic Suternew doesn't return NULL, this can be spared
2017-03-01 Frederic Sutercleanup a bit
2017-03-01 Martin Quinsonsmpi_replay: allow to register extra events before...
2017-03-01 Frederic Suterplease sonar there too
2017-02-23 Martin Quinsonsave some useless calls when there is no request to...
2017-02-23 Martin Quinsoncosmetics for sonar
2017-02-23 degommeAvoid unsafe things
2017-02-23 degommesave some more lines
2017-02-23 Augustin Degommeoops
2017-02-22 degommeTry to get rid of some old and weird way of doing thing...
2017-02-22 Martin Quinsoncomment to explain what's going on
2017-02-22 Martin Quinsondoh, I broke SMPI
2017-02-21 degommeProtect access to remote process list of rma requests...
2017-02-16 Augustin Degommetypo --
2017-02-16 Augustin Degommewarning --, and ignore map_populate when not implemente...
2017-02-16 Martin QuinsonImplement a new algorithm for SMPI_SHARED_MALLOC: global
2017-02-16 Martin Quinsonsanitize the option smpi/shared-malloc, and improve...
2017-02-16 Frederic Suterempty statements...
2017-02-16 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-02-16 Frederic Suterwoops
2017-02-16 degommeAvoid doing things when there is nothing to do.
2017-02-16 degommeAvoid potential invalid reads
2017-02-16 degommeHandle MPI_UNSIGNED_LONG_LONG in this algorithm
2017-02-16 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-02-16 Frederic Sutera bit of cleaning
2017-02-16 Martin Quinsonrename simdata_process_t into MsgActorExt
2017-02-15 Martin Quinsonkill some useless getter simcalls
2017-02-15 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-02-15 Martin Quinsonmake the C and Fortran interfaces of SMPI as extern...
2017-02-15 degommeRevert "Store this size in a fixed sized, as potentiall...
2017-02-15 degommeStore this size in a fixed sized, as potentially this...
2017-02-15 degommeThis computation was incorrect and actually prevented...
2017-02-14 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-02-14 Martin Quinsondocument cruft
2017-02-14 Martin QuinsonDon't hide the cruft, even to please sonar. Document...
2017-02-14 degommePlease sonar.
2017-02-14 degommeIf sonar doesn't like const_cast, then remove the const.
2017-02-14 degommeFactorize smpi*_f2c, smpi_*c2f and other f77 calls
2017-02-14 degommegeneralize previous type patch
2017-02-14 degommeAdd support in fortran for user added MPI operations
2017-02-14 degommeseparate c2f and type creation. That was a bug (and...
2017-02-13 degommeFix for [#136] on github.
2017-02-13 degommesonar found these potential issues .. why not.
2017-02-12 Martin Quinsonfinish the conversion C++ of simix::MailboxImpl
2017-02-12 degommeSeparate boolean from others, as gcc > 6 complains...
2017-02-12 degommeAdd a few extra layers of macros, to save some lines...
2017-02-12 Martin Quinson(partially) convert simix::MailboxImpl to C++
2017-02-12 degommeplease clang
2017-02-12 degommeAdd a way to ensure MPI_Accumulate are applied in order...
2017-02-12 degommeadd MPI_Reduce_scatter_block support for MPI_IN_PLACE
2017-02-12 degommedon't go looking for something that does not exist.
2017-02-12 degommefix reduce_scatter in place
2017-02-12 degommeSupport MPI_IN_PLACE in MPI_Alltoall, MPI_Alltoallv...
2017-02-12 degommewarnings
2017-02-12 degommeAdd MPI_Comm_group_create ... which is basically MPI_Co...
2017-02-12 degommereplace failing algo with a new version from mpich
2017-02-12 degommefix some potential memory issues with _block MPI datatypes
2017-02-12 degommeAdd MPI_Type_size_x call
2017-02-08 Martin Quinsoncosmetics
2017-02-07 Martin Quinsonbe even more informative to the user
2017-02-07 degommetry to fix build for gcc 7
2017-02-07 Martin Quinsoncosmetics
2017-02-07 Martin Quinsonsmpirun: gracefuly handle the case where the user forge...
2017-02-02 Martin Quinsonplug a huge memleak that I created while optimizing...
2017-02-02 Martin Quinsonimprove the doc of the context factories
2017-02-01 degommeAdd some missing types for MPI operators.
2017-02-01 Martin Quinsoncosmetics
2017-02-01 Martin Quinsondon't malloc tons of dynars in mpi_waitany
2017-01-23 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-01-23 Matthieu VolatFix a typo in smpirun.
2017-01-23 Augustin Degommeremove weird blank characters
2017-01-13 Matthieu VolatIn smpiff/smpif90 program, make -o consume the next...
2017-01-07 Martin Quinsonplease sonar by removing useless asignments and return...
2016-12-26 Martin Quinsonsmpirun: don't use the ARGS variable, that may be used...
2016-12-26 Martin Quinsonsmpirun: keep the temps when the cmd fails
2016-12-12 Martin Quinsonthese are redundent tests of which we already have...
2016-12-12 Martin Quinsondon't test pointers after dereferencing them (thanks...
next