Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
SMPI copyright bump before release
[simgrid.git] / src / smpi / smpi_win.cpp
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++