Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2018-08-23 Martin Quinsondocs: start writing the S4U part
2018-08-23 Martin Quinsonfurther replace using statements with typedef ones...
2018-08-23 Martin Quinsonsphinx-compatible declaration of s4u::ActorPtr and co
2018-08-23 Martin Quinsondocker: further reduce the images' sizes
2018-08-23 Martin Quinsondocker: Try to reduce the image sizes
2018-08-23 Martin Quinsondocker build-deps: also install the sphinx dependencies
2018-08-23 Martin Quinsondocker: new simgrid/build-deps image, and use it on...
2018-08-23 Martin Quinsonuser manual: create the page, and fiddle with the graph...
2018-08-22 Martin Quinsondocs: start the user manual, and rephrase some parts...
2018-08-22 Martin Quinsontuto-s4u: explain how to use Docker
2018-08-22 Martin Quinsongitlab-ci: disable MC tests, as they get SIGIOT on...
2018-08-22 Martin QuinsonRevert "Avoid installing stuff under /usr/includes4u/"
2018-08-22 Martin Quinsondocker: put our sources under /src
2018-08-22 Martin Quinsontuto-s4u: prefer R to Vite, and explain beforehand...
2018-08-22 Martin Quinsoncomment a broken test
2018-08-22 Martin Quinsontuto-s4u: explain beforehand what to expect from this...
2018-08-22 Martin QuinsonDockerfiles to build our nice images
2018-08-21 Martin QuinsonAvoid installing stuff under /usr/includes4u/
2018-08-21 Martin Quinsongitlab-ci: install the MC dependencies
2018-08-21 Martin Quinsonguess what? We need a C++ compiler to test SimGrid
2018-08-21 Martin Quinsonopenjdk cannot install on slim variant of Debian
2018-08-21 Martin QuinsonTry to add a working 'test' job to gitlab-ci
2018-08-21 Martin Quinsonfinish (for now) the S4U tutorial
2018-08-21 Martin Quinsonwe need the beta version of sphinx to compile the docs
2018-08-21 Martin Quinsonexhale+doxygen: also parse XBT includes
2018-08-21 Martin Quinsontuto_s4u: cosmetics
2018-08-21 Martin Quinsons4u::Exec::wait(): start the tasks on need
2018-08-21 Martin Quinsontake the tuto myself, and add how to categorize tasks...
2018-08-21 Martin Quinsontuto_s4u: improve part on initial visualization
2018-08-20 Martin QuinsonIgnore another example binary
2018-08-20 Martin QuinsonMore content to the S4U tuto
2018-08-19 Martin Quinson'friend' keyworld is ok for the doc tooling as long...
2018-08-18 Martin Quinsondocument another s4u::Actor method
2018-08-17 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-08-17 Martin QuinsonMark actors as auto_restart when recreating them on...
2018-08-17 Martin Quinsontuto_s4u: add an exercise about the Mailboxes, and...
2018-08-16 Martin Quinsondocs: rename a file to sort things out
2018-08-16 Martin Quinsonmake examples/s4u/app-masterworkers more complex to...
2018-08-16 Frederic Suteradd minimal signals to trace Comm
2018-08-15 Frederic Suterbummer
2018-08-15 Frederic Suteradd minimal signals on Exec to trace them
2018-08-15 Martin QuinsonDocument fixed bugs
2018-08-15 Frederic Suterplug leak
2018-08-15 Frederic Suterthe host_that_restart global is now useless
2018-08-15 Frederic Suterauto-restart daemons as daemons (untested)
2018-08-15 Martin Quinsonfurther remove boilerplate around std::bind
2018-08-14 Martin Quinsondo not reimplement (poorly) std::bind
2018-08-14 Martin Quinsonthis name is not explicit, thus this type is not helpin...
2018-08-14 Martin Quinsonignore another example's binary
2018-08-14 Martin Quinsontypo
2018-08-14 Martin Quinsonmake the code of an s4u::actor copyiable in all cases...
2018-08-14 Frederic Suterdon't bother with paths and copy the XML
2018-08-13 Frederic Suterfix example
2018-08-13 Martin Quinsonon actor_restart, add it into the real map, not into...
2018-08-13 Arnaud GierschVariable may be unused.
2018-08-12 Martin Quinsonfix build
2018-08-12 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2018-08-12 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-08-12 Martin QuinsonMerge branch 'auto_restart' into 'master'
2018-08-12 Martin QuinsonMerge pull request #290 from kovin/master
2018-08-12 Martin Quinsoncosmetics
2018-08-11 Kevin PiotrkowskiAdd method to check if a mailbox has a message ready...
2018-08-11 Martin Quinsonwoops, broken merge
2018-08-11 Martin QuinsonMerge branches 'auto_restart' and 'auto_restart' of...
2018-08-10 Arnaud GierschForgot that ifort needs argv to stay alive.
2018-08-10 Arnaud GierschAnother try to fix memory leaks in smpi_run_entry_point.
2018-08-10 Arnaud GierschVariables are not used with SMPI_FORT.
2018-08-10 Arnaud GierschDisable unused copy constructor (cppcheck).
2018-08-10 Arnaud GierschFix includes.
2018-08-10 Arnaud GierschAdd include guard.
2018-08-10 Martin Quinsonimprove doxygen comments in s4u
2018-08-10 Arnaud GierschRevert "try to get rid of linking issue"
2018-08-10 Martin Quinsontuto_s4u: add exo 1
2018-08-10 Arnaud GierschFix build without smpi.
2018-08-10 Arnaud GierschMake declarations visible.
2018-08-10 Arnaud GierschDead store.
2018-08-10 Arnaud GierschUse increased size for snprintf too.
2018-08-10 Augustin Degommetry to get rid of linking issue
2018-08-10 Augustin Degommemake buffers large enough to never trigger semi-bogus...
2018-08-10 Martin Quinsondocs: split from the existing doxygen project to docume...
2018-08-10 Martin Quinsonprefer the C++ API in C++ examples
2018-08-10 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-08-09 Martin Quinsonfix make dist (again)
2018-08-09 Martin Quinsonstart the DIY part of the S4U tuto
2018-08-09 Martin Quinsonsphinx: activate the todos
2018-08-09 Martin Quinsonfix make dist
2018-08-09 Martin Quinsondoc@framagit: re-increase the verbosity now that we...
2018-08-09 Martin Quinsonignore more stuff
2018-08-09 Martin Quinsonsimplify this example, that is used by the tuto
2018-08-09 Martin Quinsonnew version of the masterworkers tuto, with s4u and...
2018-08-09 Christian Heinrich[SMPI] Remove TRACE_smpi_send_process_data_in & _out
2018-08-09 Christian Heinrich[SMPI/LB] Require an actor as argument for get_mapping
2018-08-08 Christian Heinrich[DVFS] Use accessors instead of fields
2018-08-08 Christian Heinrich[DVFS] Make sure pstate is never smaller than minimum
2018-08-08 Christian Heinrich[DVFS] Also allow max_pstate/min_pstate options on...
2018-08-08 Christian Heinrich[DVFS] Simplify by removing a variable
2018-08-08 Christian Heinrich[DVFS] Support min/max pstate ranges
2018-08-08 Christian Heinrich[SMPI/LB] Remove trailing spaces
2018-08-08 Christian Heinrich[SMPI/LB] Not the object is const, but the pointer
2018-08-08 Christian Heinrich[SMPI/DVFS] Add Adagio DVFS
next