Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add new entry in Release_Notes.
[simgrid.git] / src / smpi / bindings / smpi_pmpi_file.cpp
2023-01-01 Arnaud GierschUpdate copyright lines for 2023.
2022-10-06 Arnaud GierschMerge branch 'wifi_clean' into 'master'
2022-09-16 Arnaud GierschUse existing macros (and fix error code).
2022-08-09 Augustin Degommeseek and other calls must use number of elements and...
2022-08-09 Augustin Degommesmpi io: restore position after calls which should...
2022-08-09 Augustin Degommeimplement MPI_File_get_type_extent, MPI_File_s/get_atom...
2022-03-29 Martin QuinsonMerge branch 'dev-mailbox-clear' into 'master'
2022-03-28 Bruno DonassoloMerge branch 'issue105' into 'master'
2022-03-20 Augustin Degommeadd check for collectives, using check_collectives_orde...
2022-01-06 Arnaud GierschUpdate copyright lines for 2022.
2021-09-14 SUTER FredericMerge branch 'master' of https://framagit.org/simgrid...
2021-06-08 Augustin DegommeMerge branch 'factor_in_actions' into 'master'
2021-06-02 Arnaud GierschDefine class SmpiBenchGuard, and use RAII to handle...
2021-06-01 Arnaud GierschAdd missing calls to smpi_bench_begin() on error paths.
2021-04-19 Arnaud GierschUse type aid_t for process id. in instr_smpi.
2021-04-19 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-04-09 Augustin Degommeuse previous buffer check feature in MPI checks, to...
2021-04-06 Augustin Degommeget_info calls actually must return a copy.
2021-03-10 Augustin Degommeimplement MPI_File_set_size
2021-02-24 agougeonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-02-17 Arnaud GierschRemove excess semicolon.
2021-01-13 agougeonMerge branch 'master' of https://framagit.org/simgrid...
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