Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Update copyright lines.
[simgrid.git] / src / smpi / bindings / smpi_pmpi_file.cpp
2021-01-12 Arnaud GierschUpdate copyright lines.
2020-10-23 Arnaud GierschMerge branch 'pikachuyann/simgrid-stoprofiles'
2020-02-06 Arnaud GierschMerge branch 'pikachuyann/simgrid-xbt_random'
2020-01-24 Frederic SuterMerge branch 'depencencies' of https://framagit.org...
2020-01-01 Arnaud GierschUpdate copyright lines with new year.
2019-12-12 Arnaud GierschFix refcounting of smpi::Errhandler.
2019-12-11 Frederic SuterMerge branch 'master' into depencencies
2019-12-10 Augustin Degommeget rid of CHECK_FLAGS which was not correct.
2019-12-10 Augustin Degomme"Implement" MPI_File_set_view, MPI_File_get_view.
2019-12-10 Augustin DegommeMPI_STATUS_IGNORE = null, actually.
2019-12-10 Augustin DegommeSMPI-io : check that files are not read when write...
2019-12-10 Augustin Degommeplease sonar and codefactor
2019-12-10 Augustin Degommeinput sanitization continued.
2019-12-09 Augustin DegommeUnify input checking using shared macros. Avoid repeati...
2019-12-09 Augustin Degommeplease codefactor
2019-12-09 Augustin DegommeAdd more macros for input validation for colls.
2019-10-07 Frederic SuterMerge branch 'master' into CRTP
2019-09-27 Martin QuinsonMerge branch 'master' into 'rework-energy-plugin'
2019-09-26 Arnaud Giersch[sonar] Put parentheses around macro parameters.
2019-08-20 Augustin DegommeMerge branch 'trace_smpi_execute_flops' into 'master'
2019-08-19 Augustin DegommeFor File, we can change the default error handler by...
2019-08-18 Augustin DegommeAdd support for MPI Errhandlers in Comm, File, Win.
2019-07-11 Arnaud GierschUseless casts.
2019-05-31 Martin QuinsonMerge branch 'tracemgrsplit' into 'master'
2019-04-26 Augustin Degommeconstify MPI_File*
2019-04-23 degommeMPI_File_get_size, MPI_File_get_amode, MPI_File_get_gro...
2019-04-19 degommecheck for readonly flag before writing to a file.
2019-04-19 Martin Quinsonplease sonar
2019-04-18 Augustin Degomme32 bits insists of having some timestamps off by 1us...
2019-04-18 Augustin Degommeplease clang
2019-04-18 Augustin DegommeMerge branch 'file' into 'master'
2019-04-18 Augustin Degommecleanups
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-17 Augustin DegommeTest using macros for arguments checking, saves some...
2019-04-15 degommeread, seek + init
2019-04-14 Augustin DegommeSkeleton for MPI_IO