Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of https://framagit.org/simgrid/simgrid
[simgrid.git] / src / smpi / colls / smpi_nbc_impl.cpp
2019-04-30 Arnaud Giersch[sonar] Use unsigned char* for smpi buffers.
2019-04-29 Arnaud GierschRemove another bunch of const_casts.
2019-04-26 Augustin Degomme(painfully) constify colls.
2019-04-03 Arnaud Giersch[sonar] Declare one identifier per statement.
2019-04-03 Arnaud Giersch[cppcheck] Reduce scope for variables.
2019-04-02 degommenon blocking collectives, now for fortran edition.
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-03-29 degommeAdd MPI_Alltoallw and MPI_Ialltoallw
2019-03-28 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-03-28 degommeAdd "some" other nonblocking collectives
2019-03-28 degommeTest of an MPI_Ibarrier implementation.