Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Release v3.35
[simgrid.git] / src / smpi /
2023-11-23 Martin QuinsonMore doc for SMPI
2023-11-21 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2023-11-21 Martin QuinsonVarious sonar cleanups
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 QuinsonTry to survive to undefined preprocessor symbols
2023-11-05 Martin QuinsonRemove the stateful model-checking from the archive...
2023-11-05 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2023-11-04 Augustin Degommeadd some new MPI4 unsupported partitioned communication...
2023-10-30 Martin QuinsonMerge branch 'example-battery-chiller-solar' into ...
2023-10-24 Fred SuterMerge branch 'master' into mq
2023-10-23 Martin QuinsonCorrectly check the params of Sendrecv for buffer being...
2023-10-23 Martin QuinsonFix a bug found by MBI: Buffers of MPI_Sendrecv() must...
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-07-20 Martin QuinsonIntroduce SMPI_app_instance_join()
2023-07-10 Fred SuterMerge remote-tracking branch 'origin/master' into jbod
2023-07-10 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2023-07-10 Arnaud GierschMissing includes (for gcc-14?)
2023-07-01 Martin QuinsonDon't break MC protocol if the user code has space...
2023-06-29 Martin QuinsonShow the user-level call in MC backtraces
2023-06-29 Martin QuinsonMerge branch 'master' into 'master'
2023-06-29 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-06-28 Martin QuinsonMerge branch 'master' into 'python_bindings_host_load_p...
2023-06-27 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-06-16 Arnaud GierschMerge branch 'fix-wakeup-tree-iterator' into 'master'
2023-06-16 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-06-15 Arnaud GierschA few spelling mistakes and many replacements: [Ss...
2023-06-15 Arnaud GierschComplete "smpirun -help" [ci-skip]
2023-06-15 Arnaud GierschImplement smpirun --help-coll.
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 Arnaud GierschA few spelling mistakes and many replacements: [Ss...
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 Arnaud GierschComplete "smpirun -help" [ci-skip]
2023-06-13 Arnaud GierschImplement smpirun --help-coll.
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-07 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-06-07 Arnaud GierschAnother round of pointer-to-const for sonar.
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-06-01 Martin QuinsonMerge branch 'python-repr' into 'master'
2023-06-01 Arnaud GierschAdd missing includes.
2023-05-31 Martin QuinsonMerge branch 'simgrid-fork-plugin-photovoltaic'
2023-05-23 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2023-05-23 Arnaud GierschUse the "_t" and "_v" version of type traits.
2023-05-16 Arnaud GierschUse plain pointers instead of references to pointer.
2023-04-02 Martin QuinsonCosmetics in cmake
2023-03-31 Martin QuinsonRename SIMGRID_HAVE_MC into SIMGRID_HAVE_STATEFUL_MC...
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-16 Arnaud GierschApply "smpi/buffering" when MC_record_replay_is_active...
2023-03-14 Arnaud GierschReally check the privatization option in the MCed SMPI...
2023-03-10 Martin QuinsonMerge branch 'udpor-phase5' into 'master'
2023-03-08 Arnaud GierschUse #include <...> for foreign header files.
2023-03-05 Martin QuinsonMerge branch 'maximal-subset-search' into 'master'
2023-03-04 Arnaud GierschSimplify assertions.
2023-03-04 Augustin Degommeassume mmap is not functional for us on macos>=11 as...
2023-03-03 Martin QuinsonMove the implem of a function out of the header to...
2023-03-02 Martin QuinsonAllow to call SMPI_app_instance_start() once the simula...
2023-03-02 Arnaud GierschReplace memset(..., 0, ...) with zero-initialization.
2023-03-02 Arnaud GierschUseless assignments to local variable.
2023-03-01 Martin QuinsonNew function SMPI_app_instance_start() to easily start...
2023-03-01 Martin QuinsonTry to fix a fixme blindly, just in case it was easy
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-22 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-02-21 Martin QuinsonKill simgrid::xbt::cmdline and simgrid::xbt::binary_name
2023-02-20 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-02-18 Martin QuinsonKill src/include
2023-02-18 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2023-02-18 Martin QuinsonMove some content of surf_interface to a new math_utils.h
2023-02-18 Martin QuinsonMove the files related to the platform parsing to kerne...
2023-02-18 Martin QuinsonTwo more references of the surf/precision option name
2023-02-17 Martin QuinsonMove HostImpl to kernel/resource with its friends
2023-02-17 Martin QuinsonRename sg_surf_precision to sg_precision_timing for...
2023-02-17 Martin QuinsonUse surf_precision as a value for PMPI_Wtick
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 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-02-13 Arnaud GierschMake global variables "const".
2023-02-08 Arnaud GierschReduce scope for variables.
2023-01-13 Arnaud Giersch[smpi] Flush output streams after the run too.
next