Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
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 SUTER Fredericdraft CommI{send,recv}Observer
2022-02-03 SUTER Fredericmove the code of isend and irecv out of the handler...
2022-02-03 Arnaud GierschUpdate references to the mailing list.
2022-02-03 Arnaud GierschMerge branch 'stable'
2022-02-03 Augustin Degommeadd a word in the doc about deploying multiple processe...
2022-02-03 Augustin Degommeupdate changelog
2022-02-02 Martin QuinsonExclude an oversized python notebook file from the...
2022-02-02 SUTER Fredericadd missing override keywords
2022-02-02 SUTER Fredericmore progress in simcalls modernization and MC cleanup
2022-02-02 SUTER Fredericmark some old simcalls as deprecated (test, test_any...
2022-02-02 SUTER Frederictake two on prepare() for Waitany and Testany observers
2022-02-02 Clément Courageux... zero wifi rate
2022-02-02 SUTER Fredericbetter handling of ActivityImpl::wait_for with dying...
2022-02-02 SUTER Fredericadd prepare() to some observers
2022-02-02 Martin Quinsonactivity-lifecycle: Factorize some code
2022-02-02 Martin QuinsonMake it clear in output that the direct comms are sendt...
2022-02-01 Martin Quinsonthis file is too deep to allow XBT_INFO, so keep with...
2022-02-01 Martin QuinsonMore verbose on an error experienced on aarch64-darwin...
2022-02-01 Martin Quinsondoc: explain how to install stuff in a docker that...
2022-02-01 Augustin DegommeThere is no timestamp in TI events, so they were never...
2022-02-01 Arnaud GierschUpdate ChangeLog.
2022-02-01 Arnaud GierschReduce depth of nested 'if' statements (sonar).
2022-02-01 Arnaud GierschAvoid const cast (sonar).
2022-02-01 Arnaud GierschConst reference for large parameter.
2022-02-01 Arnaud GierschCosmetics: whitespaces and empty statement.
2022-02-01 Arnaud GierschUse declared namespace alias py = pybind11.
2022-02-01 SUTER Fredericplease clang
2022-02-01 SUTER FredericStart to modernize the remaining old simcalls related...
2022-02-01 SUTER Fredericfix deprecation of Engine.get_clock()
2022-02-01 Augustin Degommefix waitall handling in SMPI replay.
2022-01-31 Martin QuinsonCMake does not want versions < 2.8.12 of itself
2022-01-31 Arnaud GierschKill now unused xbt_dynar_shrink().
2022-01-31 Arnaud GierschDefine macro XBT_ATTRIB_DEPRECATED_v335.
2022-01-31 Arnaud GierschRemove deprecated features for next release (3.31).
2022-01-31 Arnaud GierschMerge branch 'stable'
2022-01-31 Martin Quinsondocker: push all tags
2022-01-31 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2022-01-31 Martin QuinsonStart a new dev cycle for v3.31
2022-01-30 Martin Quinsonbummer
2022-01-30 Martin QuinsonBuild the S4U tuto on top of the stable image again
2022-01-30 Martin QuinsonRework the gh action to build the stable dockers
2022-01-30 Augustin DegommeSMPI: enforce MPI message ordering. Fix #100 (hopefully)
2022-01-30 Augustin Degommefix test action ti-tracing, it needs to behave like...
2022-01-30 Martin QuinsonRelease v3.30 (Sunday Bloody Sunday) v3.30
2022-01-30 Martin QuinsonMake sure that min<max in MC_random
2022-01-30 Martin QuinsonDocument the next release. I think we're good to go
2022-01-30 Martin QuinsonReorg the cmake in teshuite/mc to factorize things...
2022-01-29 Martin QuinsonMake the Catch2-SimGrid integration available to more...
2022-01-28 Martin Quinsontiny improvement to the doc
2022-01-28 Martin QuinsonAdd a destructor to the NetworkNS3Model to cleanup...
2022-01-28 Arnaud GierschSpell check.
2022-01-28 SUTER Frederic[no-ci] use :py:attr: when it is the case
2022-01-28 SUTER Fredericfix borken refs
2022-01-28 SUTER Fredericmore attributes in python bindings
2022-01-28 Martin Quinsondoc: mark python attributes as attributes
2022-01-28 Martin QuinsonDon't segfault when Engine::get_instance() is called...
2022-01-28 SUTER Fredericuse property_readonly_static and update deprecation...
2022-01-28 SUTER Fredericthis is now forbidden, remove right away
2022-01-28 SUTER Fredericupdate
2022-01-28 SUTER Frederic[python] cleanup Engine getters/setters
2022-01-28 SUTER FredericUsers should not set the netzone_root themselves. Make...
2022-01-28 Martin Quinsonfix some doc issues
2022-01-27 SUTER Frederic[no-ci] more entries
2022-01-26 Martin Quinsonpy: indicate which properties are R/W and which are R-O
2022-01-26 Arnaud GierschUpdate "fixed bugs" in ChangeLog.
2022-01-25 Martin Quinsoncmake: Maybe we have a nested if issue?
2022-01-25 Martin Quinsonjenkins: actually pass SIMGRID_PYTHON_LIBDIR to cmake...
2022-01-25 Arnaud GierschFix git-version in smpi scripts.
2022-01-25 Arnaud GierschEnable ns3 for jenkins builds with sanitizers or valgrind.
2022-01-25 Arnaud GierschUpdate .mailmap (we want you?!)
2022-01-25 Martin Quinsonjenkins: force SIMGRID_PYTHON_LIBDIR on NixOS
2022-01-25 Martin QuinsonAllow to override the python install path (and document it)
2022-01-25 Martin Quinsontry to honor CMAKE_INSTALL_PREFIX when installing the...
2022-01-25 Martin Quinsonadjust the dependencies between the docker images ...
2022-01-24 Martin QuinsonInstall python module to Python3_SITEARCH as it should...
2022-01-24 Arnaud GierschDeprecate Activity::{get,set}_user_data().
2022-01-24 Arnaud GierschTyped template for Extendable::get_data.
2022-01-24 Arnaud GierschPointer-to-const again.
2022-01-24 Arnaud GierschSpecify SSL/TLS protocol version.
2022-01-24 Arnaud GierschCatch more specific exceptions.
2022-01-24 Arnaud GierschUseless assignments.
2022-01-24 Arnaud GierschUnused python imports.
2022-01-24 Martin Quinsonbummer
2022-01-24 Martin QuinsonMerge the docker-tuto-s4u action into docker, to ease...
2022-01-24 Augustin Degommeavoid building shared lib for this one.
2022-01-24 SUTER Fredericplease sonar
2022-01-24 Martin QuinsonInstall the python bindings
2022-01-24 Martin Quinsondocs: add the copybutton extension to sphinx
2022-01-24 adegommenew attempt
2022-01-24 adegommebigdft - fix fortran compiler for ntpoly
2022-01-24 Martin QuinsonEnable python in the stable and unstable docker images
2022-01-24 Martin QuinsonThis docker is now based on simgrid/unstable so it...
2022-01-24 Your Nameadd fortran bindings for smpi_file_get/set_size
2022-01-24 Your Nameupdate bigdft rcfile for ntpoly
2022-01-23 Martin QuinsonPython: Add platform-failures example, and extend Py...
2022-01-23 Martin QuinsonImplement the last (?) Python functions needed for...
2022-01-23 Martin QuinsonExtend the python bindings and cosmetics
next