Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'toufic' of github.com:Takishipp/simgrid
[simgrid.git] / src / smpi / smpi_win.cpp
2017-05-03 TakishippMerge branch 'toufic' of github.com:Takishipp/simgrid
2017-04-12 Tom CornebizeMerge branch 'master' into partial_shared_malloc
2017-04-05 degommePotential crash --
2017-04-05 degommeHave lock and unlock actually behave like they should...
2017-04-05 degommeActually we can have locks and fences (erk) in the...
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 degommeOops, this has to be secured by the mutex
2017-04-04 degommeNo_op has a specific effect, actually, and turns the...
2017-04-04 degommeWe can start the recv requests directly now, and don...
2017-04-04 degommeclose the window if we explicitely tell it's closed
2017-03-28 degommeMainly on 32 bits systems, target_disp can be seen...
2017-03-27 degommeAdd MPI_Win_allocate, MPI_Win_create_dynamic, MPI_Win_a...
2017-03-22 degommeSMPI copyright bump before release
2017-03-22 degommeAdd mpi_get_accumulate call. And MPI_NO_OP operation
2017-03-22 Frederic Suterfix example (bummer)
2017-03-22 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-03-22 degommeBetter handling of lock modes. Should avoid some rare...
2017-03-21 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-03-21 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-03-21 degommeFix stupid tag collision bug. RMA tag is used to order...
2017-03-20 degommeDebug in progress :\
2017-03-20 degommeSimple MPI_Win_lock and MPI_Win_unlock implementation.
2017-03-18 degommeIntroduce smpi::Process
2017-03-15 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-03-15 degommeMore template based factorization
2017-03-15 degommeExpand the Keyval mechanism to Win.
2017-03-14 degommeSMPI colls in not really C++. But cleaner than before.
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 degommeContinuing work on datatypes
2017-03-07 degommeUse the size argument to check we are not out of bounds
2017-03-07 degommewelcome simgrid::smpi::Request
2017-03-07 degommeMPI_Win (RMA) -> C++