Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simplify terminaison of activities in Actor::exit()
[simgrid.git] / src / smpi /
2019-04-05 Augustin Degommerelax some constraints
2019-04-04 Augustin Degommetest more extensively error returns for collectives.
2019-04-04 degommeAdd checks for comms and datatypes as well
2019-04-04 degommeAdd plenty more checks to MPI collectives, to comply...
2019-04-04 Arnaud Giersch[sonar] Remove useless commented lines of code.
2019-04-04 Arnaud Giersch[sonar] Anonymize unused parameters.
2019-04-03 Arnaud Giersch[scan-build] Assert that there is no memory leak here.
2019-04-03 Arnaud Giersch[sonar] Declare one identifier per statement.
2019-04-03 Arnaud Giersch[cppcheck] Reduce scope for variables.
2019-04-03 henricasanovaMerge branch 'master' of framagit.org:simgrid/simgrid
2019-04-03 degommempi_ireduce and iallreduce are not yet ready for derive...
2019-04-03 degommeDon't fill array with garbage when it won't be needed...
2019-04-03 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-04-03 degommefortran expects MPI_ADDRESS_SIZE output here, not int.
2019-04-03 degommeadd some coverage in fortran bindings
2019-04-02 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-04-02 Arnaud GierschUseless parentheses.
2019-04-02 Arnaud GierschUse bool for boolean values.
2019-04-02 Arnaud Gierschdetached really is a boolean.
2019-04-02 degommeplease clang
2019-04-02 degommefunctioning MPI_Comm_get_name, MPI_Comm_set_name
2019-04-02 degommenon blocking collectives, now for fortran edition.
2019-04-02 Frederic Suterimplement CRTP in kernel::activity
2019-04-02 degommeavoid potential segfault when fed nonsense
2019-04-02 degommeMPI_Ireduce_scatter, MPI_Ireduce_scatter_block
2019-04-01 Augustin DegommeMPI_Iexscan, MPI_Iscan
2019-04-01 Augustin DegommeMPI_Iallreduce
2019-04-01 Augustin DegommeAdd MPI_Ireduce
2019-04-01 Augustin Degommeadd a refcount for MPI_Op
2019-04-01 Arnaud GierschMerge remote-tracking branch 'github/master'
2019-03-31 Augustin Degommethat helper was completely unnecessary... as mpi_wait...
2019-03-31 Augustin Degommeavoid potential leak
2019-03-29 degommefactorize
2019-03-29 degommeAdd -vgdb option to smpirun to run with valgrind+gdb.
2019-03-29 degommeAdd MPI_Alltoallw and MPI_Ialltoallw
2019-03-29 degommefix case where bcast is called with only one proc ...
2019-03-29 degommeactivate another test.. and fix a stupid bug
2019-03-29 degommeactivate a test to improve coverage a bit
2019-03-28 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-03-28 degommeAs collectives are now implemented in the PMPI_I* funct...
2019-03-28 degommeAdd "some" other nonblocking collectives
2019-03-28 degommeAdd -gdb and -lldb shortcuts to smpirun
2019-03-28 degommeTest of an MPI_Ibarrier implementation.
2019-03-28 degommeAdd MPI_Request_get_status, MPI_Status_set_cancelled...
2019-03-28 degommeSimple implementation of generalized requests in MPI.
2019-03-21 Arnaud GierschUse xbt_malloc() and friends.
2019-03-21 Arnaud GierschUncomment constant definition, even though currently...
2019-03-18 Arnaud GierschUse a reference as parameter for signal callbacks.
2019-03-16 Arnaud GierschCosmetics.
2019-03-13 Arnaud GierschRemove unused type definitions.
2019-03-13 Frederic Sutercleanups in smpi, mostly cosmetic stuff and indent
2019-03-12 Arnaud GierschMailboxPtr looks like a smart pointer, but it's not...
2019-03-12 Frederic Sutermv ActorImpl where it belongs
2019-03-11 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-03-11 Frederic SuterSimplifications
2019-03-11 Arnaud GierschPass std::string parameters by reference too.
2019-03-11 Arnaud GierschMore references for parameters of type std::function.
2019-03-08 Arnaud GierschFix mismatched alloc/free.
2019-03-01 Arnaud GierschAvoid shadowing outer variables.
2019-03-01 Arnaud GierschStop setting random seed at initialization.
2019-02-28 Arnaud GierschDon't rely on random to generate temporary file names.
2019-02-27 Arnaud GierschEnforce "Rule-of-Three/Five".
2019-02-27 Arnaud GierschReplace #define with constexpr declarations.
2019-02-26 degommeChange color of "barrier" in trace. It was too close...
2019-02-26 degommeYet again change the way SMPI_SAMPLE_MACRO works
2019-02-22 Frederic Suterdo not use xbt_mutex_t in SMPI
2019-02-20 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-02-20 degommeChange the syntax of SMPI_SAMPLE_* macros.
2019-02-20 Arnaud GierschDefine and use optimized variants for simcalls comm_tes...
2019-02-20 Arnaud GierschChange dynar parameter for waitany to a raw array ...
2019-02-20 Arnaud GierschRemove superfluous refcounting.
2019-02-20 Arnaud GierschUse CommImpl* for comm_copy callbacks.
2019-02-19 degomme[SMPI] Change sampling behavior.
2019-02-17 Frederic SuterSIMIX_process_cleanup becomes ActorImpl::Cleanup
2019-02-17 Frederic Suterweek-end cleanups in ActorImpl
2019-02-15 Arnaud GierschDynamic cast without checking result is slow and useles...
2019-02-15 Arnaud GierschUse const references for parameters.
2019-02-15 Frederic Suterfix build
2019-02-14 Frederic SuterTransfers things from smx_network to Mailboxes
2019-02-12 Arnaud GierschUse const& for the parameters of type std::string not...
2019-02-12 Arnaud GierschWhenever possible, use std::move() for parameters ...
2019-02-12 Arnaud GierschDeprecate the is_off() methods.
2019-02-12 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-02-12 Frederic Suterstart to differentiate kill from exit in ActorImpl
2019-02-11 Frederic Suterplease sonar with a few smells
2019-02-06 Arnaud GierschAssert that there is no memory leak (help scan-build).
2019-02-06 Arnaud GierschRewrite smpi_copy_file() again.
2019-02-06 Arnaud Giersch[codacy/cppcheck] Comment dead code (is_homogeneous...
2019-02-05 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-02-05 Augustin Degommeremove some codacy warnings
2019-02-05 Arnaud GierschCosmetics.
2019-02-05 Arnaud GierschReduce scope for variable 'rank'.
2019-02-05 Arnaud GierschCosmetic rewrite to please cppcheck.
2019-02-05 Arnaud GierschInitialized all struct members.
2019-02-05 Christian Heinrich[SMPI] Fix iprobe bound
2019-02-04 Arnaud Giersch[codacy/cppcheck] A few more issues.
2019-02-04 Arnaud Giersch[codacy/cppcheck] A few more issues.
2019-02-04 Arnaud GierschMerge remote-tracking branch 'origin/master'
2019-02-04 Arnaud GierschMerge remote-tracking branch 'origin/master'
2019-02-04 Arnaud Giersch[codacy/cppcheck] Potential memory leak.
next