Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
smpirun: obey to SMPI_PRIVATIZATION environment variable.
[simgrid.git] / src /
2018-03-14 Arnaud Gierschsmpirun: obey to SMPI_PRIVATIZATION environment variable.
2018-03-14 Martin QuinsonInstall some kernel header files for the users' plugins...
2018-03-13 Martin Quinsonpublic headers should include simgrid in a system-wide...
2018-03-13 Martin Quinsoncosmetics in comments
2018-03-13 Martin QuinsonMerge pull request #256 from Flamefire/master
2018-03-13 degommeeven better handling ...
2018-03-13 degommebetter handling of sendrecv when MPI_PROC_NULL is eithe...
2018-03-13 Arnaud GierschRemove parameter from XBT_EXPORT_NO_IMPORT/XBT_IMPORT_N...
2018-03-13 Arnaud GierschDefine XBT_PUBLIC_DATA without parameter too.
2018-03-13 Arnaud GierschReplace "XBT_PUBLIC_CLASS" with "class XBT_PUBLIC".
2018-03-13 Arnaud GierschDefine XBT_PUBLIC without parameter, just like XBT_PRIVATE.
2018-03-13 Arnaud GierschRemove obsolete copyright notices.
2018-03-13 Arnaud GierschDon't leave field uninitialized.
2018-03-13 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-03-13 Augustin Degommelaste batch tonight
2018-03-13 Augustin Degommemore bad fixes
2018-03-13 Augustin Degommetry to stabilize gcc with previous fixes
2018-03-13 Augustin Degommeintel compilers detected some mistakes
2018-03-13 Augustin Degommeprovide implementations for virtual method in subclasses
2018-03-13 Martin Quinsonfix java builds after recent API change
2018-03-12 Martin QuinsonRemove feature: reset PID on killall()
2018-03-12 Martin Quinsonallow one actor to kill another actor by PID
2018-03-12 Martin QuinsonReduce the scope of a variable to please codacy
2018-03-12 Martin Quinsonkill an unused internal function
2018-03-12 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-03-12 Frederic SuterMove the list of storages to the engine
2018-03-12 Arnaud GierschMake field private.
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-11 Arnaud GierschFix spurious const_cast.
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-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 QuinsonCut k/m/Resource.[ch] to its own files
2018-03-10 Martin Quinsonchange simgrid::surf::Resource into simgrid::kernel...
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-09 Martin Quinsoncosmetics: rename a function, deprecate old name
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-08 Arnaud GierschRevert "Use C11's atomic_flag."
2018-03-08 Arnaud GierschUse XBT_PUBLIC_CLASS (for mingw).
2018-03-08 Arnaud GierschBreak nested condinationalsi (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-07 degomme...
2018-03-07 degommeset status even when sendrecv is skipped (same process)
2018-03-07 Martin Quinsonmore informative error message
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 Martin Quinsonalso let the SMPI_PRETEND_CC trick work with dlopen...
2018-03-07 Martin Quinsonmore explicit error message
2018-03-06 Augustin Degommerererereactivate privatization by default on smpi
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[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 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-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-21 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-02-20 Frederic Suterextra check on actions
2018-02-20 Frederic Sutercosmetics
2018-02-20 Frederic Suterfix Javadoc
2018-02-18 Martin Quinsonsonar don't like fields nor parameters ending with...
2018-02-18 Martin Quinsondo not mix the enums (good catch, sonar)
2018-02-18 Martin Quinsonsonar prefers dupplicated code to missing breaks
next