Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
some forgotten consts
[simgrid.git] / src / smpi / bindings / smpi_mpi.cpp
2019-04-26 Augustin Degommesome forgotten consts
2019-04-26 Augustin Degomme(painfully) constify colls.
2019-04-26 Augustin Degommeconstify MPI_Win*
2019-04-26 Augustin Degommeconstify MPI_Request*
2019-04-26 Augustin Degommeconstify MPI_Datatype*
2019-04-26 Augustin Degommeconstify MPI_Topo*
2019-04-26 Augustin Degommeconstify MPI_File*
2019-04-26 Augustin Degommeconstify MPI_Group*
2019-04-26 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-04-26 degommeMPI3 changed MPI interface to use const everywhere...
2019-04-26 degommeadd some unimplemented signatures.
2019-04-23 degommeMPI_File_get_size, MPI_File_get_amode, MPI_File_get_gro...
2019-04-18 Augustin DegommeMerge branch 'file' into 'master'
2019-04-17 Augustin Degommemove everything to the implemented zone.
2019-04-17 Augustin DegommeMPI_File_read_shared, MPI_File_write_shared, MPI_File_r...
2019-04-17 Augustin DegommeMPI_File_set_info, MPI_File_get_info, MPI_File_get_position
2019-04-17 Augustin DegommeRead_all, Write_all, Read_at_all, Write_at_all
2019-04-17 Augustin DegommeRead_at, Write, Write_at
2019-04-15 degommeread, seek + init
2019-04-14 Augustin DegommeSkeleton for MPI_IO
2019-04-14 Augustin DegommeMPI_Comm_get_info, MPI_Comm_set_info
2019-04-02 degommefunctioning MPI_Comm_get_name, MPI_Comm_set_name
2019-04-02 degommeMPI_Ireduce_scatter, MPI_Ireduce_scatter_block
2019-04-01 Augustin DegommeMPI_Iexscan, MPI_Iscan
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.
2019-03-28 degommeAdd MPI_Request_get_status, MPI_Status_set_cancelled...
2019-03-28 degommeSimple implementation of generalized requests in MPI.
2019-01-08 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2019-01-07 Arnaud GierschUpdate copyright lines with new year.
2018-10-11 jed56 ( Jean-Emile... Merge branch 'master' into v3.20-expose-simgrid-jni
2018-09-25 Martin QuinsonMerge pull request #302 from mpoquet/rename-s4u-synchro...
2018-09-25 Augustin Degommesend warning here instead of debug
2018-07-07 Martin QuinsonMerge pull request #283 from mpoquet/smpi_convert_fix
2018-07-06 Augustin Degommecleanup
2018-07-06 Augustin DegommeGenerate error strings at the same time enum is generated.
2018-07-06 Augustin DegommeHave MPI_* send a debug messages whenever output is...
2018-07-06 Augustin Degomme- Support MPI_Error_string
2018-04-12 degommeBasic implementation of MPI_Cancel
2018-04-11 degommebasic implem of MPI_Win_allocate_shared, MPI_Win_shared...
2018-03-30 Martin QuinsonMerge pull request #259 from simgrid/configfix
2018-03-28 Arnaud GierschUse standard __func__ instead of __FUNCTION__.
2018-03-28 Arnaud GierschRemove extern "C" from cpp files (src/smpi/).
2018-03-28 Arnaud GierschRename sg_config.h -> sg_config.hpp.
2018-03-24 Martin QuinsonKill typedef lmm_system_t
2018-03-23 Martin QuinsonSMPI: only warn once on unimplemented calls
2018-03-16 degommeshorten and fix message
2018-03-16 degommeSMPI - fail when unimplemented MPI calls are used.
2018-03-15 degommeSMPI : Implementation of MPI_Type_create_subarray
2018-01-25 Augustin Degommeadd another message useful for debugging here
2017-11-27 Tom CornebizeMerge branch 'master' into fix/execute_benched
2017-11-23 TakishippMerge branch 'actor-yield' of github.com:Takishipp...
2017-11-23 ZitagccMerge branch 'master' into actor-yield
2017-10-15 Martin QuinsonMerge branch 'actor-startkilltime' of https://github...
2017-10-15 Martin QuinsonMerge pull request #228 from Takishipp/actor-execute
2017-10-10 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-10-10 Arnaud GierschFile smpi/include/private.h cannot be compiled in C...
2017-07-18 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2017-07-17 degommeBig move of all SMPI files in subfolders because it...