Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
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
2018-02-27 Millian Poquet[code] allow s4u::Mailbox::setReceiver(nullptr)
2018-02-24 Augustin Degommesince update, flang is now identified as flang by cmake...
2018-02-23 Martin Quinsonattempt of a function searching all zones of a given...
2018-02-23 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-02-22 Arnaud GierschCheck for negative size (and please scan-build).
2018-02-22 Arnaud GierschRename two more files in msg/app-bittorrent/.
2018-02-22 Millian Poquet[tesh] pgid func fail: catch * -> catch OSError
2018-02-22 Millian Poquet[tesh] DO_NOT_CLEAN_SUBPROCESSES constant -> None
2018-02-22 Millian Poquet[tesh] psychorigid try/except to avoid vexing bsd
2018-02-22 Martin QuinsonMore on the graphical documentation TOC and use it
2018-02-21 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-02-21 Martin Quinsonbetter separation between APIs and application domains
2018-02-21 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-02-21 Millian Poquet[examples] add s4u-actor-kill-pid example
2018-02-21 Millian Poquet[tesh] cleanup on SIGINT and SIGTERM
2018-02-21 Millian Poquet[tesh] cleanup: SIGKILL -> SIGTERM
2018-02-20 Frederic Suterextra check on actions
2018-02-20 Frederic Sutercosmetics
2018-02-20 Martin QuinsonNew attempt of a project's big picture
2018-02-20 Frederic Suterfix Javadoc
2018-02-19 Millian Poquet[tesh] kill process -> kill whole process group
2018-02-18 Martin Quinsonsonar don't like fields nor parameters ending with...
2018-02-18 Martin QuinsonActivate NS3 builds when it's installed through debian
2018-02-18 Martin Quinsondo not mix the enums (good catch, sonar)
2018-02-18 Martin Quinsonsonar prefers dupplicated code to missing breaks
2018-02-18 Martin Quinsonfinish the s/FULLDUPLEX/SPLITDUPLEX/
2018-02-18 Martin Quinsons/FULLDUPLEX/SPLITDUPLEX/ in the documentation
2018-02-18 Martin Quinsonhte doc should not speak of AS anymore
2018-02-18 Martin Quinsons/fullduplex/splitduplex/ in platform parsing (backward...
2018-02-18 Martin Quinsonuse SPLITDUPLEX internally instead of FULLDUPLEX
2018-02-16 Augustin DegommeRevert "switch default smpi privatization to mmap,...
2018-02-16 Martin Quinsonsonar: don't mask fields with parameters in Java
2018-02-16 Martin Quinsonsonar: dont escape LF in string literals
2018-02-16 Martin Quinsonsonar: don't use auto for pointers, but auto*
2018-02-16 degommedon't use deepbind in cases it's not needed (I think)
2018-02-16 degommeswitch default smpi privatization to mmap, as tsan...
2018-02-16 Martin Quinsonwoops, bash typo
2018-02-14 Martin Quinsonplease MC builds, don't install your stuff
2018-02-14 Martin Quinsontry to reduce the amount of warnings in StarPU compilation
2018-02-14 Christian Heinrich[DVFS] Clean up the mess I made before; move to unique_ptr
2018-02-13 Christian Heinrich[DVFS] Move plugin::HostDvfs to plugin::dvfs::HostDvfs
2018-02-13 Christian Heinrich[DVFS] Make debug statement more verbose
2018-02-13 Christian Heinrich[DVFS] Added 'override' specifier
2018-02-13 Christian Heinrich[KERNEL] Simple spelling fix
2018-02-13 Christian Heinrich[PLUGIN] Remove local variable and comment in host_load.cpp
2018-02-13 Christian Heinrich[DVFS] Cosmetics as proposed by clang-format
2018-02-13 Christian Heinrich[DVFS] Make governors individually configurable for...
2018-02-13 Christian Heinrich[DVFS] Add/change debug statements for dvfs governors
2018-02-13 Christian Heinrich[DVFS] Use local variable for pstate computation
2018-02-13 Christian Heinrich[DVFS] Fix load calculation for Dvfs governors
2018-02-13 Christian Heinrich[ENERGY] The energy now depends on the HostLoad plugin.
2018-02-13 Christian Heinrich[HostLoad] Load is currently 0 because of integer divis...
next