Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
uppercase the s4u header files (+cleanups)
[simgrid.git] / src / smpi / smpi_pmpi.cpp
2017-04-30 Martin Quinsonuppercase the s4u header files (+cleanups)
2017-04-22 Martin Quinsontry to avoid that others fall into the trap where I...
2017-04-20 Martin Quinsonplease sonar a tiny bit
2017-04-12 Tom CornebizeMerge branch 'master' into partial_shared_malloc
2017-04-12 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-04-12 Martin QuinsonSMPI: simplifies the process destruction
2017-04-11 degommeIprobe was actually ignored if MPI_STATUS_IGNORE was...
2017-04-06 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-04-05 degommecornercases handling
2017-04-05 degommeAdd MPI_Rput, Rget, Raccumulate and Rget_accumulate...
2017-04-05 degommeAdd MPI_Compare_and_swap (normally atomic) call
2017-04-04 degommeAdd MPI_Win_lock_all MPI_Win_unlock_all MPI_Win_flush...
2017-04-04 degommeAdd MPI_Fetch_and_op call, which is just a get_accumula...
2017-03-31 degommeIncrease our max limit for tag.. because 1M was low...
2017-03-28 degomme2 a.m. commits are always a good way to fail.
2017-03-28 degommeMainly on 32 bits systems, target_disp can be seen...
2017-03-27 degommesupport MPI_Op_commutative call, as it was already...
2017-03-27 degommeAdd MPI_Win_allocate, MPI_Win_create_dynamic, MPI_Win_a...
2017-03-22 degommeAdd mpi_get_accumulate call. And MPI_NO_OP operation
2017-03-20 degommeok, I stop trying to please sonar.
2017-03-20 degommeSimple MPI_Win_lock and MPI_Win_unlock implementation.
2017-03-20 degommeleaks --
2017-03-19 degommeAdd smpi_status.cpp and hpp.
2017-03-18 degommeIntroduce smpi::Process
2017-03-16 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-03-16 degommeToo advanced syntax for gcc 4.8, default to some other ...
2017-03-16 degommePlease sonar. Hopefully a lot.
2017-03-15 degommeExpand the Keyval mechanism to Win.
2017-03-15 degommeMove Keyval handling to a new file, as it is shared...
2017-03-15 degommeFactorize keyval handling for Comm and Datatype (Win...
2017-03-14 degommeSome cleanups, some smells
2017-03-14 degommeSMPI colls in not really C++. But cleaner than before.
2017-03-13 Martin Quinsonplease sonar
2017-03-11 degommeuse/unuse -> ref/unref
2017-03-11 degommeReplace all the lookup tables in smpi_f77.cpp by a...
2017-03-11 degommeFinally free MPI_Info from the dreaded smpi_pmpi.cpp...
2017-03-09 degommePut back serialize calls... and fix introduced bugs.
2017-03-09 degommeContinuing work on datatypes
2017-03-09 degommeFirst works on the datatypes. Still missing a lot.
2017-03-09 degommeRename specific topology classes, to ease comprehension.
2017-03-08 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-03-08 degommeWelcome to simgrid::smpi::Op
2017-03-07 degommewelcome simgrid::smpi::Request
2017-03-07 degommeMPI_Win (RMA) -> C++
2017-03-07 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-03-07 degommeplease sonar
2017-03-07 degommeMPI_Topo -> c++
2017-03-06 degommeMerge branch 'smpi_cpp'
2017-03-06 degommeuseless, done in private.h
2017-03-06 degommeMPI_Comm -> C++
2017-03-05 degommerename method
2017-03-05 degommeBring C++ for MPI_Group.
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-01 Frederic Sutercleanup a bit
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-12 degommeadd MPI_Reduce_scatter_block support for MPI_IN_PLACE
2017-02-12 degommefix reduce_scatter in place
2017-02-12 degommeSupport MPI_IN_PLACE in MPI_Alltoall, MPI_Alltoallv...
2017-02-12 degommeAdd MPI_Comm_group_create ... which is basically MPI_Co...
2017-02-12 degommefix some potential memory issues with _block MPI datatypes
2017-02-12 degommeAdd MPI_Type_size_x call
2017-02-07 Martin Quinsoncosmetics
2016-12-12 Martin Quinsonthese are redundent tests of which we already have...
2016-11-30 Millian PoquetMerge branch 'master' of https://github.com/mpoquet...
2016-11-22 Martin Quinsonmove VM into their namespace, and greatly reduce the...
2016-11-04 degommeMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-11-03 degommereplace multiples allocs by one.
2016-11-03 degommeSMPI tracing : match links with sender/receiver + tag...
2016-08-25 degommeplug some more "leaks"
2016-08-16 degommebetter handling of info_* in smpi to avoid leaks
2016-08-03 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-08-03 Frederic Sutertrack all the useless void
2016-07-05 Gabriel CoronaAvoid depending on C++11 stuff when including C/SMPI...
2016-06-09 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-06-09 Gabriel CoronaGetting rid of C exceptions
2016-06-09 Christian Heinrich[SMPI] NULL -> nullptr substitution
2016-06-08 Christian Heinrich[SMPI] PMPI_Ssend: Cosmetics
2016-06-08 Christian Heinrich[SMPI] PMPI_Send: Cosmetics
2016-06-04 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-06-02 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-06-02 Christian Heinrich[SMPI] Introduce new config option 'smpi/init'
2016-05-29 degommesome more "fixes" for sonar
2016-05-29 degommesome more files for sonar
2016-05-27 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-05-27 Gabriel CoronaMerge master branches
2016-05-27 Christian Heinrich[SMPI] Fix if() condition to verbose comparison.
2016-05-02 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-04-30 degommeleaks --
2016-04-30 degommeYet another batch of fixes
2016-04-29 degommeOn last leak before holidays
2016-04-29 degommeleaks --
2016-04-29 degommebcast on one process is a no-op
2016-04-28 degommeAvoid allocating 0 bytes (issue with mallocators only?)
2016-04-26 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-04-24 degommeleaks --
2016-04-21 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-04-20 degommeAttempt to improve lifecycle of MPI_Comm and MPI_Group.
2016-04-19 degommeTry to handle more cleanly MPI Datatypes. Still not...
next