Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'adrien' into 'master'
[simgrid.git] / src /
2020-09-30 Martin QuinsonMerge branch 'adrien' into 'master'
2020-09-30 Martin QuinsonMerge branch 'master' into adrien
2020-09-30 Augustin DegommeWeak attempt at fixing issue with recent ns3+gcc.
2020-09-29 adrien gougeonmoved a line for comprehension
2020-09-26 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid...
2020-09-26 Martin QuinsonMerge branch 'master' of framagit.org:Adrien.Gougeon...
2020-09-25 adrien gougeonreadded active probing = false
2020-09-25 adrien gougeonactive probing return to default value for STA nodes
2020-09-25 adrien gougeonadded ssid for ns3 wifi
2020-09-12 Martin Quinsonns3: inline 2 more functions
2020-08-31 Martin Quinsonns3: mark some bits of the implem as private
2020-08-31 Martin Quinsonns3: get ride of the node_num field, that was only...
2020-08-31 Martin Quinsonns3: get ride of the IPV4addr global vector
2020-08-31 Martin Quinsonns3: get ride of the interfaces global
2020-08-31 Martin Quinsonns3: that assert is particularly useless
2020-08-31 Martin Quinsonns3: greatly simplify how hosts are added to clusters
2020-08-31 Martin Quinsonns3: inline a function used only once
2020-08-31 Martin Quinsonns3: kill an unused global container :(
2020-08-31 Arnaud GierschTry to fix crashing ns3 example. Not sure if it is...
2020-08-25 Arnaud GierschSort list of filtered libraries, and add libzstd to...
2020-08-12 Martin QuinsonMake sure that VM::get_speed() returns the correct...
2020-08-11 Martin QuinsonIgnore suspended VMs when computing the next_occurring_...
2020-08-11 Martin QuinsonVM: allow to chain some setters
2020-07-27 Augustin Degommewhen enable_debug is turned off, these tests were failing.
2020-07-15 Arnaud GierschRename examples: slave -> worker.
2020-07-15 Augustin Degommerevert some overzealous changes
2020-07-15 Augustin Degommeoptimize a bit
2020-07-15 Augustin Degommethese ones were critical actually.
2020-07-14 Augustin Degommecheck smpi compilation scripts with shellcheck.net
2020-07-14 Augustin Degommeuse shellcheck on smpirun
2020-07-10 Arnaud Giersch[sonar] Fix more implicit casts that should not lower...
2020-07-09 Arnaud Giersch[sonar] Explicit cast when loosing precision (src/xbt...
2020-07-09 Arnaud Gierschconst++
2020-07-09 Arnaud GierschStick with brutal C-style casts (and fix compilation...
2020-07-09 Arnaud GierschFix parentheses around macro arguments (and prefer...
2020-07-09 Lucas Nesicast hugepages macros parameters to int64 (#344)
2020-07-09 Martin QuinsonAdd an example of wifi communication
2020-07-08 Martin QuinsonProvide a S4U function to control the SNR level of...
2020-07-08 adrien gougeonremoved usess global vector
2020-07-08 Martin QuinsonTentative implementation of Activity::suspend() and...
2020-07-08 adrien gougeonadded possibility to change mcs, nss and distance betwe...
2020-07-06 adrien gougeonupdate ns3 wifi to match loic's simgrid wifi
2020-07-04 Arnaud GierschUse correct type for variables, and avoid loosing preci...
2020-07-04 Arnaud Giersch[sonar] Make cast explicit.
2020-07-04 Arnaud GierschFix return type.
2020-07-03 Arnaud Giersch[sonar] Const etc. (round #3).
2020-07-03 Arnaud GierschReindent.
2020-07-03 Arnaud Giersch[sonar] Const for pointer and reference parameters...
2020-07-03 Arnaud Giersch[sonar] Const for local variables.
2020-07-03 Arnaud Giersch[sonar] Declare functions "const" (round #2).
2020-07-02 Arnaud Giersch[sonar] Convert integer literals to bool literals.
2020-07-02 Arnaud GierschFix simcalls.py after rename s/simcall/simcall_/.
2020-07-02 Arnaud Giersch[sonar] Declare functions "const" in src/instr/.
2020-07-02 Arnaud Giersch[sonar] Declare functions "const" in src/kernel/.
2020-07-02 Arnaud Giersch[sonar] Declare functions "const" in src/mc/.
2020-07-02 Arnaud Giersch[sonar] Declare functions "const" in src/plugins/.
2020-07-02 Arnaud Giersch[sonar] Declare functions "const" in src/s4u/.
2020-07-02 Arnaud Giersch[sonar] Declare functions "const" in src/simix/.
2020-07-02 Arnaud Giersch[sonar] Declare functions "const" in src/smpi/.
2020-07-02 Arnaud Giersch[sonar] Declare functions "const" in src/surf/.
2020-07-02 Arnaud Giersch[sonar] Declare functions "const" in src/xbt/.
2020-07-01 Arnaud Giersch[sonar] Add const qualifier for reference parameter.
2020-07-01 Arnaud Giersch[sonar] Remove redundant casts.
2020-06-25 Augustin DegommeMerge branch 'smpi' into 'master'
2020-06-25 adrien gougeoncorrected wifi with loic infos
2020-06-25 Julien EMMANUELTypo in SMPI gather algorithm (comment)
2020-06-24 adrien gougeonremoved standard to make it work
2020-06-22 adrien gougeonupdate ns3 wifi
2020-06-13 Martin Quinsonfix some long -> double faulty convertions reported...
2020-06-12 Arnaud GierschSpelling fix, just like the line below.
2020-06-12 Arnaud GierschUse std::vector.
2020-06-12 Arnaud GierschRemove redundant access specifier.
2020-06-12 Arnaud GierschPrefer using initialization lists in ctors.
2020-06-12 Augustin DegommeFix most of spelling mistakes in src/
2020-06-10 Martin QuinsonAlign the definitions of surf_parsed_filename accross...
2020-06-10 Martin QuinsonAccept units for 'smpi/host-speed' config element
2020-06-10 Martin Quinsonsplit surf_parse into a separate file to make it reusab...
2020-06-09 adrien gougeonns3 wifi working with 2 nodes 1 route, does not take...
2020-06-09 Augustin Degommeleaks --
2020-06-09 Augustin Degommedon't throw in smpi_helpers when passing configure...
2020-06-08 Augustin Degommeimprove handling of persistent requests.
2020-06-08 Augustin DegommeFinished = inactive
2020-06-08 Augustin Degommestandard says handle should be set to MPI_DATATYPE_NULL.
2020-06-07 Augustin DegommeThis call can be performed before MPI_Init, avoid bench...
2020-06-07 Augustin Degommereturning the correct value is better, weirdly.
2020-06-07 augustin degommefix issues with attr and cloning
2020-06-07 Augustin Degommeplease clang
2020-06-06 Augustin Degommeeven if useless, let's initialize these to avoid upsett...
2020-06-06 Augustin DegommeFix MPI_Type_dup for derived datatypes.
2020-06-06 augustin degommeplease sonar
2020-06-06 augustin degommeTiny fixes
2020-06-05 Augustin DegommeImplement MPI_Type_get_envelope and MPI_Type_get_contents
2020-06-05 Augustin Degommenothing to see here.
2020-06-05 Augustin Degommedon't fail for these probably harmless unimplemented...
2020-06-05 Augustin Degommewhen SMPI_PRETEND_CC is set, don't replace program...
2020-06-03 Arnaud GierschTry to fix python tests failing with python 3.9 on...
2020-06-03 Augustin Degommetry to fix ns3 examples. Not sure this was the way...
2020-06-03 Augustin Degommeadd a 16 byte envelope to each MPI message.
2020-05-29 Martin Quinsonwifi: make room for the ns3-wifi binding
2020-05-28 Augustin Degommesmpi topo : a topo can be shared between some comm...
next