Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2018-03-12 Arnaud GierschMake field private.
2018-03-12 Arnaud GierschUpdate .gitignore.
2018-03-12 Martin QuinsonRevert "disable dlopen when under sanitizers"
2018-03-12 Martin Quinsondisable dlopen when under sanitizers
2018-03-12 Martin Quinsonsmpi/privatization is not the concern of smx_context
2018-03-12 Martin Quinsontuto-msg: don't test under memcheck or sanitizer
2018-03-11 Arnaud Gierschs/\$^/$</
2018-03-11 Arnaud Gierschtuto-msg: use old-fashioned suffix rules in Makefile.
2018-03-11 Arnaud GierschFix spurious const_cast.
2018-03-11 Martin Quinsontuto-msg: fix compile options, and let sol4.c compile
2018-03-11 Martin Quinsontuto-msg: make clean before test
2018-03-11 Martin Quinsonalso change the namespace of kernel/resource/{Action...
2018-03-11 Martin Quinsonfurther split the kernel/resource module in separate...
2018-03-11 Martin Quinsonmove files in k/resources/ accordingly to their namespace
2018-03-11 Martin Quinsonrename simgrid::kernel::model into simgrid::kernel...
2018-03-11 Martin Quinsontuto makefile: typo
2018-03-10 Martin Quinsonconsistency between Action::ActionLmmList and Action...
2018-03-10 Martin Quinsoncosmetics: rename some fields and methods in surf:...
2018-03-10 Martin Quinsonmove the definition of resource's Metric as an inner...
2018-03-10 Martin Quinsonfix make distcheck with documentation
2018-03-10 Martin QuinsonCut k/m/Resource.[ch] to its own files
2018-03-10 Martin Quinsonspeed the tests a bit: no need to test MSG with all...
2018-03-10 Martin Quinsonchange simgrid::surf::Resource into simgrid::kernel...
2018-03-10 Martin Quinsonguess what? tuto-msg broke on linux when I fixed freebsd
2018-03-10 Martin Quinsontesting tuto: fix for freebsd make version
2018-03-10 Martin Quinsonkill some internal C type aliases
2018-03-10 Martin Quinsonforbid an incomplete and unused constructor
2018-03-10 Martin Quinsonkill the useless simgrid::surf::surfExitCallbacks callback
2018-03-10 Martin Quinsonuse an enum class for surf::Action type
2018-03-10 Martin Quinsonallow external models (eg, FMI) to also provide events
2018-03-10 Martin Quinsontypo, bummer
2018-03-10 Martin Quinsontuto-test: fix out-of-tree linking
2018-03-09 Martin Quinsontuto-msg tests: fix out of tree builds
2018-03-09 Martin Quinsonstill trying to test the tuto
2018-03-09 Martin Quinsonyet another attempt at testing the tuto on jenkins
2018-03-09 Martin Quinsoncosmetics: rename a function, deprecate old name
2018-03-09 Martin Quinsontuto tests: fix out of tree, don't try to do when the...
2018-03-09 Martin QuinsonAlso simplify the API of Engine::getLinkList
2018-03-09 Martin Quinsonprovide a simpler API of Engine::getHostList (returning...
2018-03-09 Martin Quinsonstop using sg_host_list() from C++, and improve its...
2018-03-09 Martin Quinsonfix the tests of tuto-msg
2018-03-09 Martin Quinsonuse the C++ API in that example
2018-03-08 Arnaud GierschRevert "Use C11's atomic_flag."
2018-03-08 Arnaud Gierschtesh: use start_new_session and see how it behaves...
2018-03-08 Arnaud GierschUse XBT_PUBLIC_CLASS (for mingw).
2018-03-08 Arnaud GierschBreak nested condinationalsi (sonar).
2018-03-08 Arnaud GierschRemove useless forward declaration (sonar).
2018-03-08 Arnaud GierschUnused parameter: task.
2018-03-08 Arnaud GierschSD_task_dependency_add(): remove unused parameters...
2018-03-08 Arnaud GierschUse C11's atomic_flag.
2018-03-08 Martin Quinsontuto-msg: we need std=gnu99 to compile this on travis
2018-03-08 Martin Quinsonproperly test the MSG tutorial (sorry for previous...
2018-03-08 Martin Quinsongrain of salt in the msg tutorial (MSG is deprecated...
2018-03-08 Martin QuinsonDocument recent documentation improvements
2018-03-08 Martin Quinsoncompletely revamp the MSG tutorial
2018-03-07 Martin Quinsonrename the graphical toc's file, and include it in...
2018-03-07 degomme...
2018-03-07 Martin Quinsonmore SMPI troubleshooting
2018-03-07 degommeset status even when sendrecv is skipped (same process)
2018-03-07 Martin QuinsonRevert "try harder to get useconds_t from unistd.h"
2018-03-07 Martin Quinsontry harder to get useconds_t from unistd.h
2018-03-07 Martin Quinsonmore informative error message
2018-03-07 Arnaud Gierschtesh: correctly escape special characters in regexps.
2018-03-07 Arnaud GierschCosmetics: reduce string duplication (sonar).
2018-03-07 Arnaud GierschRemove unused typedefs.
2018-03-07 Arnaud GierschMove forward declaration in simgrid/forward.h.
2018-03-07 Arnaud GierschAdd debug message.
2018-03-07 Arnaud GierschUse C++ new/delete.
2018-03-07 Martin Quinsonalso let the SMPI_PRETEND_CC trick work with dlopen...
2018-03-07 Martin Quinsonmore explicit error message
2018-03-07 Martin Quinsontesh: ignore messages of ctx factories being changed...
2018-03-06 Augustin Degommerererereactivate privatization by default on smpi
2018-03-06 Martin Quinsontravis: the new way of installing python on travis
2018-03-06 Martin Quinsonsonar don't like comments ending with ';'
2018-03-06 Martin Quinsonns3: inline a header file
2018-03-06 Martin Quinsonns3: kill dead prototypes
2018-03-06 Martin Quinsonns3: cleanups in the headers
2018-03-06 Martin Quinsonns3: inline a function
2018-03-06 Martin Quinsonwoops, stupid ugly typo
2018-03-02 Frederic Suterreplace msg_io by a C sg_* interface to S4U
2018-03-02 Frederic Sutermove VMs in the S4U realm for good
2018-03-01 Christian Heinrich[DVFS] Change pstate selection for conservative gov
2018-03-01 Christian Heinrich[DVFS] Use sg_host_get_avg_load() & reset the load
2018-03-01 Christian Heinrich[DVFS] Add class documentation
2018-03-01 Christian Heinrich[EXAMPLES] Make the HostLoad example more difficult
2018-03-01 Christian Heinrich[DVFS] Update HostDvfs class documentation
2018-03-01 Christian Heinrich[SMPI] Use Actor->getHost() instead of Actor->getImpl...
2018-03-01 Christian Heinrich[TOOLS] Call-Location Tracing: Add more macros for...
2018-03-01 Christian Heinrich[DVFS] Fix getAverageLoad(): Use theor_max_flops
2018-03-01 Christian Heinrich[DVFS] Fix reset() and getCurrentLoad()
2018-03-01 Christian Heinrich[DVFS] Fix the update() method.
2018-03-01 Christian Heinrich[DVFS] Add function sg_host_get_avg_load(host)
2018-03-01 Christian Heinrich[DVFS] Add function sg_host_get_idle_time(host)
2018-03-01 Christian Heinrich[DVFS] Add several new member vars for new features
2018-03-01 Christian Heinrich[DVFS] Move config names to a const variable
2018-02-28 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-02-28 Frederic Suterextend the example with another type of Zone
2018-02-28 Arnaud GierschPlease scan-build.
2018-02-28 Arnaud GierschFix memory leaks.
2018-02-28 Frederic Sutermake the getNetzoneByType usable and tested
next