Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
change some tests to avoid useless global variables
[simgrid.git] / examples /
2017-03-20 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-03-20 Frederic Suterconvert another example to s4u
2017-03-20 Martin Quinsonactually, there is nothing unexpected here
2017-03-20 Frederic Sutertest properties for cluster too
2017-03-20 Martin Quinsonadapt the comments to the state of things
2017-03-16 Frederic Sutercode killed by container usage
2017-03-16 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-03-16 Frederic Suterreorg and more functions in namespace
2017-03-15 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-03-15 Frederic Suter3 more smells
2017-03-15 Frederic Suterfix newly introduced bug and smells
2017-03-15 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-03-15 Frederic Suteravoid double to size_t to double
2017-03-15 Frederic Suterfix 32-bit issues?
2017-03-15 Frederic Sutersimplify the s4u version of actions-comm to use s4u
2017-03-15 Martin QuinsonNew: Engine::hostList() and Engine::hostCount(). Still...
2017-03-14 Christian Heinrich[EXAMPLES] Added an example for the HostLoad plugin
2017-03-14 Frederic Sutercorrect/remove include of rename xbt/replay.h
2017-03-14 Frederic Suterone step further on C++ization of replay
2017-03-13 Martin QuinsonDrop s4u::Host::getPstateSpeedCurrent() which dupplicat...
2017-03-13 Frederic Suterminor bugs and smells
2017-03-13 Frederic Suterxbt_sr_parse to std::sto
2017-03-13 Martin Quinsonfix out of tree builds
2017-03-13 Martin QuinsonMSG_process_ref/unref: allow to fiddle with the process...
2017-03-13 Martin Quinsonmove an example from teshsuite to examples
2017-03-12 Martin Quinsontry to fix some supurious failures with Thread san
2017-03-11 Martin Quinsoncosmetics
2017-03-10 Martin Quinsonavoid a stupid namespace clash: daemon() already exist...
2017-03-10 Martin QuinsonAllow to mark actors as daemon
2017-03-10 Frederic Suterlist the new examples in the doc
2017-03-10 Frederic Suterfix build, and avoid (void*) cast
2017-03-10 Frederic SuterS4U is a true API, it has to have its own master-worker ;)
2017-03-09 Frederic Suterstart to C++ify this example
2017-03-09 Frederic Sutera dict was a unkowning vector
2017-03-08 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-03-08 Martin Quinsoncosmetics
2017-03-08 Martin Quinsonplug a memleak
2017-03-07 Martin Quinsonrename the logging channel of java from 'jmsg' to ...
2017-03-07 Martin QuinsonThis example can now be used to stress-test the VMs
2017-03-07 Frederic Suteruse a map for host list and fix s4u example
2017-03-07 Frederic Suteradd a S4U example: token-ring
2017-03-07 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-03-06 Martin Quinsoncosmetics in the energy plugin
2017-03-06 Martin QuinsonRevalidate the tesh file
2017-03-06 Christian Heinrich[Tests] Fixed two broken Java tests for the energy...
2017-03-06 degommeMerge branch 'smpi_cpp'
2017-03-06 Christian Heinrich[Energy] Fix broken commit c6fc463d75e4daa67ddf9c460cbc...
2017-03-01 Martin Quinsontypo
2017-03-01 Martin Quinsonsmpi_replay: allow to register extra events before...
2017-03-01 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-03-01 Frederic Suterallow users to create clusters with pstates
2017-03-01 degommeTry to have java coverage with jacoco.
2017-03-01 degommeMoar foreach !
2017-02-27 Martin Quinsonrename some C type for consistency
2017-02-27 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-02-27 Frederic Sutercheck that max is not -1 befor using it as index
2017-02-27 Frederic Suterchecking if a unsigned int is >0 is a bad idea
2017-02-27 Frederic Suterdo not try to remove an out-of-index piece
2017-02-24 Martin Quinsonplug an obvious memleak
2017-02-23 Martin Quinsonfix a suppurious failure on sanitizers
2017-02-17 Martin QuinsonRevert "Let our examples compile with java 1.6, or...
2017-02-16 Frederic Sutersign the parameters
2017-02-16 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-02-16 Frederic Suterfifo2dynar
2017-02-16 Frederic Suteryet another bitwise pickyness + hey that's a foreach
2017-02-16 Frederic Suterfix newly introduced bugs
2017-02-16 Martin Quinsonplease sonar and cosmetics
2017-02-15 Frederic Suterused unsigned long long to have more than 50 bits
2017-02-15 Frederic Suteruse bitfields as bitfields
2017-02-15 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-02-15 Martin QuinsonMake room for the upcoming network energy plugin
2017-02-15 Frederic Suterfix tiny typo
2017-02-14 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-02-14 Frederic Sutertoying with this mess of a code
2017-02-14 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-02-14 Frederic Sutersteal a bunch of easy commits and please sonar
2017-02-14 Frederic Suterget rid of sd_workstation.cpp
2017-02-07 Martin Quinsonmore info to the user.
2017-02-07 degommesort output of test
2017-02-06 Martin Quinsonrename an option and improve its doc: maxmin/concurrenc...
2017-02-06 Martin QuinsonThis test requires concurrency_limit to 100 (but works...
2017-02-05 Martin Quinsonmake this file usable with smpi
2017-02-04 Martin Quinsonuse NAS/ep as an example of SMPI_SHARED_MALLOC and...
2017-01-27 Martin Quinsonjava: kill obscure NativeException
2017-01-27 Martin Quinsondocument the new MSG example I recently added
2017-01-26 Martin QuinsonMake MSG_process_yield visible from java, and test it
2017-01-26 Martin QuinsonNew example for MSG_process_yield()
2017-01-26 Martin Quinsonallow java actors to kill themselves
2017-01-26 Martin Quinsoncheck that suiciding a process actually works in C
2017-01-26 Martin QuinsonMC: cosmetics
2017-01-20 Martin Quinsonrevalidate a tesh file after a fix due to please sonar
2017-01-19 Martin Quinsonplease sonar, even if it is really pesky sometimes
2017-01-19 Martin Quinsonimplement the DVFS functions in Java
2017-01-19 Martin QuinsonIf you don't start the processes, the VM are actually...
2017-01-14 Martin Quinsonproperly set the bindir for these tests too
2017-01-11 Martin Quinsona word of data provenance for g5k.xml
2017-01-11 Martin QuinsonLet our examples compile with java 1.6, or almost
2017-01-07 Martin Quinsonplease sonar by removing useless asignments and return...
2017-01-01 Martin Quinsongenerate valid files
2017-01-01 Martin Quinsonignore the lat parameter of peer tag
next