Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add new entry in Release_Notes.
[simgrid.git] / src / smpi / mpi /
2023-11-17 Augustin Degommeimplement mpi_isendrecv and mpi_isendrecv_replace
2023-11-16 Augustin Degommesmpi: fix issue with message IDs. In case of persistent...
2023-11-15 Martin QuinsonMerge branch 'battery-get-name' into 'master'
2023-11-13 Martin Quinsonanother try at cleanly unlocking the mutexes before...
2023-11-13 Martin QuinsonTry to fix a failure about mutex freed too early in RMA
2023-11-07 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-11-05 Martin QuinsonRemove the stateful model-checking from the archive...
2023-06-29 Martin QuinsonMerge branch 'master' into 'master'
2023-06-29 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-06-27 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-06-16 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-06-15 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-06-14 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-06-13 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-06-13 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-06-13 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-06-13 mlaurentAdd function call and full location in checker-side...
2023-06-06 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-06-06 Arnaud GierschClang-tidy: readability-qualified-auto.
2023-06-05 mlaurentMerge branch 'master' of https://framagit.org/mwapl...
2023-06-05 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-06-05 Martin QuinsonMerge branch 'odpor-implementation' into 'master'
2023-05-31 Martin QuinsonMerge branch 'simgrid-fork-plugin-photovoltaic'
2023-05-16 Arnaud GierschUse plain pointers instead of references to pointer.
2023-03-31 Martin QuinsonMerge branch 'master' into 'master'
2023-03-30 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-03-27 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-03-24 Arnaud GierschReduce scope for variable.
2023-03-22 Martin QuinsonMerge branch 'udpor-phase6' into 'master'
2023-03-16 Arnaud GierschUseless guards.
2023-03-05 Martin QuinsonMerge branch 'maximal-subset-search' into 'master'
2023-03-02 Arnaud GierschReplace memset(..., 0, ...) with zero-initialization.
2023-03-02 Arnaud GierschUseless assignments to local variable.
2023-02-24 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-02-23 Arnaud GierschMerge branch 'simgrid-udpor-integration' into 'master'
2023-02-23 Arnaud GierschUse C++17's std::scoped_lock where appropriate.
2023-02-20 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-02-18 Martin QuinsonKill src/include
2023-02-17 Martin QuinsonMove HostImpl to kernel/resource with its friends
2023-02-15 Martin QuinsonMerge branch 'actor-comms' into 'master'
2023-02-15 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-02-13 Arnaud GierschMake global variables "const".
2023-01-01 Arnaud GierschUpdate copyright lines for 2023.
2022-11-08 Arnaud GierschRemove explicit conversion to std::string when it's...
2022-10-21 Martin QuinsonKill an unused declaration
2022-10-06 Arnaud GierschMerge branch 'wifi_clean' into 'master'
2022-10-04 Arnaud GierschCoding style: prefer keyword "not" to "!".
2022-09-16 Arnaud GierschUseless assignment (PVS V1048).
2022-08-25 Arnaud GierschDeclare functions "const" (sonar).
2022-08-09 Augustin Degommeremove spurious debug message and warning
2022-08-09 Augustin Degommefix mpi_file set/get view to set shared pointer properl...
2022-08-09 Augustin Degommeupdate file pointer to match shared one after shared...
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-06-21 Arnaud GierschMerge branch 'dev-cpuimpl-used' into 'master'
2022-06-02 Arnaud GierschAnother batch of pointer-to-const (sonar).
2022-05-10 Arnaud GierschConcatenate nested namespaces (sonar).
2022-05-09 Arnaud GierschUse the init-statement to declare variables inside...
2022-05-06 Arnaud GierschReduce scope for temporary variables.
2022-05-03 Arnaud GierschDeclare local variables inside the if statement.
2022-05-03 Arnaud GierschMisc code simplifications guided by Sonar smells.
2022-04-27 Arnaud GierschUse structured binding declarations (sonar, c++17).
2022-04-25 Arnaud GierschPrefer using "try_emplace" (sonar, c++17).
2022-03-30 Martin QuinsonMerge branch 'add_missing_comm_python_bindings' into...
2022-03-29 Martin QuinsonMerge branch 'dev-mailbox-clear' into 'master'
2022-03-29 Arnaud GierschReduce dependencies on <simgrid/version.h>.
2022-03-28 Bruno DonassoloMerge branch 'issue105' into 'master'
2022-03-25 Arnaud GierschSonar is right: a std:vector is just fine here.
2022-03-24 Arnaud GierschUse a std::unique_ptr, and avoid explicit new/delete.
2022-03-24 Arnaud GierschAvoid unnecessary copy of std::string parameter.
2022-03-20 Augustin Degommeremove spurious barrier calls in comm creation and...
2022-03-20 Augustin DegommeHave MPI collectives display their root and MPI_Op...
2022-03-20 Augustin DegommeSMPI: add utility to keep the order of collective calls...
2022-03-20 Martin QuinsonCosmetics
2022-03-20 Augustin DegommeMPI Win: add check if we try to delete a locked or...
2022-03-19 Martin Quinsonmake a single barrier per RMA window and share it throu...
2022-03-13 Martin QuinsonMerge branch 'fix_bindings_mistakenly_set_as_member_fun...
2022-03-13 Martin QuinsonKill a useless static function
2022-03-11 Martin QuinsonMerge branch 'add_remaining_comm_sync_bindings' into...
2022-03-10 Arnaud GierschUse std::function for smpi_comm_copy_data_callback.
2022-03-06 Martin Quinsonsonar fixes and little cleanups
2022-03-04 Martin QuinsonReimplement s4u::Barrier natively, and make them visibl...
2022-03-03 Augustin Degommeput back s4u barrier for MC only (untested)
2022-03-03 Augustin DegommeSMPI. RMA: get rid of the s4u barrier, use an MPI one...
2022-02-27 Martin QuinsonRename sg::k::actor::simcall ::actor::simcall_answered
2022-02-18 Martin QuinsonAdd the MPI tag to the Send/Recv Transitions
2022-02-16 Arnaud GierschUse type 'bool' for boolean variables.
2022-02-08 SUTER Fredericsimplify calls to CommImpl::isend and CommImpl::irecv
2022-02-06 SUTER Frederictest and testany are non blocking simcalls
2022-02-05 SUTER Fredericback to normal ... keep progressing towards modern...
2022-02-03 Martin QuinsonMerge branch 'wifi_rate_zero' into 'master'
2022-02-03 SUTER Fredericlet SMPI use old simcalls for now
2022-02-03 SUTER Fredericmake isend and irecv observable (except for irecv in...
2022-02-03 Arnaud GierschMerge branch 'stable'
2022-02-01 Arnaud GierschReduce depth of nested 'if' statements (sonar).
2022-02-01 SUTER FredericStart to modernize the remaining old simcalls related...
2022-01-31 Arnaud GierschMerge branch 'stable'
2022-01-31 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2022-01-30 Augustin DegommeSMPI: enforce MPI message ordering. Fix #100 (hopefully)
next