Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add new entry in Release_Notes.
[simgrid.git] / src / smpi / include /
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-10-30 Martin QuinsonMerge branch 'example-battery-chiller-solar' into ...
2023-10-17 Augustin DegommeSMPI - delay allocation of mailboxes to save some memor...
2023-09-13 Martin QuinsonMerge branch 'plugins-energy-battery-interaction' into...
2023-07-20 Fred SuterMerge branch 'master' into jbod
2023-07-20 Martin QuinsonMPI_UNIVERSE_SIZE now initialized to the total amount...
2023-06-28 Martin QuinsonMerge branch 'master' into 'python_bindings_host_load_p...
2023-06-16 Arnaud GierschMerge branch 'fix-wakeup-tree-iterator' into 'master'
2023-06-15 Arnaud GierschA few spelling mistakes and many replacements: [Ss...
2023-06-15 Arnaud GierschImplement smpirun --help-coll.
2023-06-14 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-06-13 Arnaud GierschA few spelling mistakes and many replacements: [Ss...
2023-06-13 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-06-13 Arnaud GierschImplement smpirun --help-coll.
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-06-01 Martin QuinsonMerge branch 'python-repr' into 'master'
2023-06-01 Arnaud GierschAdd missing includes.
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 GierschReduce scope for variables.
2023-02-13 Arnaud GierschMake global variables "const".
2023-01-01 Arnaud GierschUpdate copyright lines for 2023.
2022-12-07 Arnaud GierschKill unimplemented declarations.
2022-11-08 Arnaud GierschRemove explicit conversion to std::string when it's...
2022-11-01 Fred SuterMerge branch 'fluidio' into 'master'
2022-10-28 Arnaud GierschMore functions declared "const" (Sonar).
2022-10-27 Arnaud GierschRemove redundant cast (Sonar).
2022-10-23 Martin QuinsonMove FactorSet from smpi::utils to kernel::resource
2022-10-22 Martin QuinsonHide cfg_latency_factor and bw, and change them into...
2022-10-22 Martin QuinsonInline the parse_factor function now that FactorSet...
2022-10-22 Martin QuinsonReduce the exposition of s_smpi_factor_t
2022-10-22 Martin Quinsonfurther refacto smpi_factors to reduce dupplication
2022-10-22 Martin QuinsonIntroduce class simgrid::smpi::utils::FactorSet to...
2022-10-06 Arnaud GierschMerge branch 'wifi_clean' into 'master'
2022-09-16 Arnaud GierschInitialize all members (PVS V730).
2022-08-25 Arnaud GierschDeclare functions "const" (sonar).
2022-08-09 Augustin Degommeremove spurious debug message and warning
2022-08-09 Augustin Degommemultiple attemps to tune behavior of read/write_all
2022-07-22 Augustin DegommeMerge branch 'adegomme-master-patch-16995' into 'master'
2022-07-22 Augustin DegommeSMPI/replay: Fix issue with recv of size =0.
2022-07-22 Augustin DegommeMerge branch 'support-sendrecv-ti' into 'master'
2022-07-20 chaixQuick and dirty support of SendRecv in time-independent...
2022-06-30 Arnaud GierschMerge branch 'dev-get-hostname-faster' into 'master'
2022-06-30 Arnaud GierschMerge branch 'python_ptask' into 'master'
2022-06-28 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2022-06-28 Arnaud GierschSMPI_is_inited() and smpi_enabled() have the same purpo...
2022-05-30 Arnaud GierschAdd default value for every member variable (useful...
2022-05-10 Arnaud GierschConcatenate nested namespaces (sonar).
2022-05-09 Arnaud GierschReplace const reference to std::string by std::string_v...
2022-05-06 Arnaud GierschReduce scope for temporary variables.
2022-05-03 Arnaud GierschMisc code simplifications guided by Sonar smells.
2022-04-27 Arnaud GierschUse structured binding declarations (sonar, c++17).
2022-04-26 Arnaud GierschPointer-to-const (sonar).
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 GierschSave more std::string copies.
2022-03-24 Arnaud GierschAvoid unnecessary copy of std::string parameter.
2022-03-22 Arnaud GierschUnnecessary newlines.
2022-03-20 Augustin DegommeHave MPI collectives display their root and MPI_Op...
2022-03-20 Augustin Degommeadd check for collectives, using check_collectives_orde...
2022-03-20 Augustin DegommeSMPI: add utility to keep the order of collective calls...
2022-03-20 Augustin Degommeadd finalizing state for smpi actor:
2022-03-20 Augustin DegommeMPI Win: add check if we try to delete a locked or...
2022-03-17 Martin QuinsonMerge branch 'add_semaphore_python_bindings' into ...
2022-03-17 Arnaud GierschPrefer a range-based for loop.
2022-03-16 Arnaud GierschRename variables to avoid shadowing outer declarations.
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-23 Augustin Degommeadd openmpi scatter linear_nb algorithm
2022-02-23 Augustin Degommeadd butterfly algorithm from openmpi
2022-02-16 Arnaud GierschUse type 'bool' for boolean variables.
2022-02-03 Arnaud GierschMerge branch 'stable'
2022-02-01 Arnaud GierschCosmetics: whitespaces and empty statement.
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)
2022-01-24 Your Nameadd fortran bindings for smpi_file_get/set_size
2022-01-06 Arnaud GierschUpdate copyright lines for 2022.
2021-12-07 Bruno DonassoloSonar code smells
2021-12-06 Bruno DonassoloSMPI network calibration: tutorial
2021-10-26 Arnaud GierschMove smpi_replay.hpp in private section.
2021-10-13 Arnaud GierschKill trailing whitespaces in source code files.
2021-09-30 Augustin DegommeAdd a simgrid barrier at the end of MPI_Init call.
2021-09-30 SUTER Fredericinclude cleanups (mostly surf/surf.hpp)
2021-09-23 Augustin DegommeMerge branch 'public_smpi_func' into 'master'
2021-09-23 Julien EMMANUELMake some SMPI functions public
2021-09-14 SUTER FredericMerge branch 'master' of https://framagit.org/simgrid...
2021-08-07 Augustin Degommeallow smpi/init option in replay as well.
2021-08-05 Augustin Degommekill is_replayable() for datatypes.
2021-06-14 Augustin DegommeAdd smpi/pedantic flag to avoiding reporting controvers...
2021-06-14 Augustin DegommeAdd option smpi/errors-are-fatal to allow users to...
2021-06-11 Arnaud GierschUse 'std::vector' instead of a C-style array.
next