Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
take change of signal location into account
[simgrid.git] / examples /
2019-09-16 Frederic SuterMerge branch 'master' into disk
2019-09-16 Frederic Suterallows for mount of remote disks in file system plugin
2019-09-15 Martin Quinsondocument existing coding convention in C, and stick...
2019-09-14 Martin QuinsonAlign host get/set_data() with the Extendable version...
2019-09-12 Frederic Suterplease 32-bit
2019-09-12 Frederic Suteradd default values for disk properties in file system...
2019-09-12 Frederic Suterrework example
2019-09-11 Frederic SuterMerge branch 'master' into disk
2019-09-11 Frederic Suterenable remote copy and move for disks
2019-09-10 Frederic SuterMerge branch 'master' into disk
2019-09-10 Frederic Suterpartially handle disks in file system plugin
2019-09-09 Frederic Suterextend platorm with disks
2019-09-09 Frederic Sutersimplify disk management
2019-09-06 Frederic SuterMerge branch 'master' into disk
2019-09-06 Loic GueganWifi: Add wifi tesh sources
2019-09-04 Frederic SuterMerge branch 'master' into disk
2019-09-04 Frederic Sutermodify this example to use disks
2019-09-03 Frederic Suterworking implementation of storage on disks
2019-09-03 Frederic Suterdisk not mount
2019-09-02 Frederic Suterfix typo
2019-09-02 Frederic Suteradd a platform file using the new disk tag
2019-08-31 Gene CoopermanSpelling fixes & a few cases of polishing the English...
2019-08-28 Arnaud GierschFactor common definition, and avoid empty component...
2019-08-28 Augustin Degommedon't throw away existing LD_LIBRARY_PATH in our tests.
2019-08-18 Martin QuinsonThese tests really need zero buffering
2019-08-18 Martin QuinsonFix tesh for the new mc-sendsend test
2019-08-18 Martin Quinsonfix make dist and python dist
2019-08-17 Martin Quinsonadd a test of MC detecting blocking send/send patterns
2019-08-02 Martin QuinsonNew signal: Actor::on_termination (when its code termin...
2019-08-01 Martin QuinsonRestore the -no-privatize to the ampi example
2019-08-01 Martin QuinsonSMPI: redesign the end of actors/ranks' lifetime
2019-07-24 Martin Quinsonexample s4u-platform-properties: test thehost->get_engl...
2019-07-16 Arnaud GierschCosmetics.
2019-07-11 Arnaud GierschUseless casts.
2019-07-09 Arnaud GierschFix duplicated entries.
2019-07-09 Arnaud GierschKill obsolete Fortran bindings for smpi/dvfs.
2019-07-03 Martin Quinsondoc: Migrate Deploying_your_Application to RST
2019-07-03 Arnaud Giersch[sonar] Set static field from static method.
2019-07-02 Arnaud GierschRename simgrid::TimeoutError to simgrid::TimeoutException.
2019-07-02 Arnaud GierschThrow std::invalid_argument.
2019-07-02 Arnaud GierschCatch specialized exceptions instead of generic xbt_ex.
2019-07-02 Arnaud Giersch[sonar] Move include before any code.
2019-06-29 Martin QuinsonPut the documentation intro on the first page
2019-06-20 Arnaud GierschFix remaining links to pls_ns3.
2019-06-15 Martin QuinsonCosmetics around ns-3
2019-06-14 Martin Quinsonkill dead code
2019-06-09 Martin Quinsoncleanups in the debug config items
2019-06-03 Martin QuinsonRemove the lagrange-based models
2019-06-03 Arnaud GierschUnused parameters argc/argv.
2019-05-31 Martin QuinsonMerge branch 'tracemgrsplit' into 'master'
2019-05-30 Martin Quinsonfix make dist
2019-05-30 Martin QuinsonMC: remove support for flat storage of regions
2019-05-22 Martin QuinsonMore borken link fixed
2019-05-21 Arnaud GierschDisable parallel ucontexts on 64bit SunOS.
2019-05-20 Martin Quinsonadd s4u-cloud-simple to the list of examples
2019-05-19 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-05-19 Frederic Sutercosmetics: remove occurrences of "msg_platform.xml"
2019-05-19 Frederic Sutercosmetics do not use msg in log class names
2019-05-18 Martin QuinsonFinish the conversion to python of the hostfile generation
2019-05-17 Martin Quinsondon't mess with argv before having SimGrid taking its...
2019-05-17 Frederic Suter32-bit friendly format
2019-05-17 Frederic Suterenable wait_any and wait_any_for for asynchronous execu...
2019-05-16 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-05-15 Martin Quinson[mc] enable model-check/record by default, and cosmetics
2019-05-15 Arnaud GierschFix new/delete mismatch.
2019-05-14 Martin Quinsonfix some errors and warnings in the doc generation
2019-05-14 Martin QuinsonA first example with MC and S4U together
2019-05-14 Augustin Degomme--quiet long version is not supported on sunos
2019-05-09 Arnaud GierschTesh files: kill obsolete variables SG_TEST_EXENV and...
2019-05-07 Arnaud GierschEnsure the task is correctly destroyed when the host...
2019-05-03 Arnaud GierschChange condition for infinite loops (make sonar believe...
2019-05-03 Arnaud Giersch[sonar] Don't name unused exceptions.
2019-05-02 Arnaud GierschUpdate URLs (FG #1).
2019-04-26 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-04-26 Frederic Suterkill some dead code
2019-04-24 Arnaud GierschUse bit shift operator (FIXME--).
2019-04-24 Arnaud GierschFIXME is irrelevant.
2019-04-19 Martin Quinsondoc: 2 more internal references
2019-04-18 Augustin DegommeMerge branch 'file' into 'master'
2019-04-18 Arnaud GierschConstify get_properties() and and remove simcalls.
2019-04-16 Arnaud Giersch[sonar] Remove custom destructors for examples/s4u/.
2019-04-04 Arnaud Giersch[sonar] Remove useless commented lines of code.
2019-04-04 Arnaud Giersch[sonar] Simplify nested try blocks.
2019-04-04 Arnaud Giersch[sonar] Prefer ArrayList to Vector.
2019-04-02 Frederic Suterimplement CRTP in kernel::activity
2019-04-02 Arnaud GierschRemove superfluous simcall.
2019-03-21 Arnaud GierschLame attempt to hide problems on Jenkins.
2019-03-21 Arnaud GierschCapitalize class name.
2019-03-20 Arnaud GierschTrailing whitespaces.
2019-03-19 Arnaud GierschCosmetic rename.
2019-03-19 Martin Quinsonpython: add exec-dvfs example
2019-03-18 Arnaud GierschUse a reference as parameter for signal callbacks.
2019-03-17 Martin Quinsonpython doc: add Comm and Exec to the refguide
2019-03-17 Martin Quinsonfix make distcheck + reindent
2019-03-17 Martin Quinsonpython: exec-async and exec-remote examples
2019-03-17 Martin QuinsonSimplify the exec-ptask example
2019-03-17 Martin Quinsonmerge exec-async and exec-monitor examples
2019-03-17 Martin Quinsonautopep8 --max-line-length 120 -i --aggressive `find...
2019-03-17 Martin Quinsondocument the recent python examples
2019-03-17 Martin QuinsonPython: Add Comm.wait_any
next