Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[sonar] Unused parameters.
[simgrid.git] / src / smpi / mpi / smpi_file.cpp
2019-12-12 Arnaud Giersch[sonar] Unused parameters.
2019-12-10 Augustin Degommeactivate tests.
2019-12-10 Augustin Degommeappend / to mountpoint when generated
2019-12-10 Augustin DegommeMPI_STATUS_IGNORE = null, actually.
2019-12-10 Augustin DegommeAllow to use non absolute path in MPI IO.
2019-11-19 Martin QuinsonChange smpi::Colls static class into a namespace of...
2019-10-07 Frederic SuterMerge branch 'master' into CRTP
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-19 Augustin DegommeUnlike errors on communicators and windows, the default...
2019-08-18 Augustin Degommeset default error handler to MPI_ERRORS_ARE_FATAL,...
2019-08-18 Augustin DegommeAdd support for MPI Errhandlers in Comm, File, Win.
2019-05-31 Martin QuinsonMerge branch 'tracemgrsplit' into 'master'
2019-04-26 Augustin Degommeconstify MPI_File*
2019-04-24 Arnaud Giersch[sonar] Unused function parameters.
2019-04-23 degommeUse what was previously added, and fix broken tests
2019-04-23 degommeMPI_File_get_size, MPI_File_get_amode, MPI_File_get_gro...
2019-04-19 degommeleaks --
2019-04-19 Martin Quinsonplease sonar
2019-04-18 Augustin Degomme32 bits insists of having some timestamps off by 1us...
2019-04-18 Augustin DegommeMerge branch 'file' into 'master'
2019-04-18 Augustin DegommeChange how we lock things up ...
2019-04-18 Augustin Degommecleanups debug messages for read_all write_all
2019-04-17 Augustin Degommechange verbosity of some messages, to ease testing
2019-04-17 Augustin Degommecomments about implem
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_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