Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[TESTS] Use platfdir, srcdir and bindir for more smpi tests
[simgrid.git] / src /
2018-01-13 Arnaud GierschFix lua build.
2018-01-12 Christian Heinrich[S4U] Add onCreation signal to the actor API
2018-01-12 Christian Heinrich[SMPI] Replace SIMIX_process_from_PID with S4U equivalent
2018-01-12 Frederic Suteruse enum class for cluster topology
2018-01-12 Frederic Suterone more class in platform creation
2018-01-12 Frederic Suterkill dead code
2018-01-12 Christian Heinrich[SMPI] Spelling.
2018-01-12 Christian Heinrich[SMPI] Declare loop variable within the loop.
2018-01-12 Christian Heinrich[SMPI] Remove local variable sz in smpi_group.cpp
2018-01-12 Christian Heinrich[SMPI] Rename variable bar -> barrier
2018-01-12 Christian Heinrich[SMPI] Use variable instead of 3 calls to the same...
2018-01-12 Christian Heinrich[SMPI] Remove wrong comments on functions
2018-01-12 Christian Heinrich[SMPI] Fixed grammar in comment
2018-01-12 Christian Heinrich[SMPI] Added doc block for smpi_backup_global_memory_se...
2018-01-12 Christian Heinrich[SMPI] Use xbt_die() instead of printf & exit
2018-01-11 Frederic Suterrefactoring and cosmetics
2018-01-11 Frederic Suteruse class and enum class in Actor parsing
2018-01-11 Frederic Suteruse enum class for trace connect kind
2018-01-11 Frederic SuterMessing up with VM
2018-01-09 Arnaud GierschSlight cleanup after removal of xbt_dict_new().
2018-01-09 Arnaud GierschKill features marked deprecated until v3.19.
2018-01-09 Arnaud GierschRemove XBT_LOG_CONNECT, it should be useless nowadays.
2018-01-09 Arnaud GierschRename constructor attribute.
2018-01-08 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-01-08 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-01-08 Martin QuinsonImprove the doc of MSG_task_*_bounded
2017-12-28 Arnaud GierschShutdown Engine first, and fix double-free errors.
2017-12-27 Arnaud GierschUse new/delete and remove useless cast.
2017-12-27 Arnaud GierschReturn 1.0 if the task has not started.
2017-12-27 Frederic Suterremove includes of datatypes.h
2017-12-26 Frederic Suterget rid of the vm_params struct
2017-12-26 Martin Quinsonimplement s4u::Comm::test_any() (fix #194)
2017-12-26 Martin Quinsonmove the host list into the Engine
2017-12-26 Martin Quinsonfix #245: migrating an actor does not migrate its execution
2017-12-26 Frederic Suteradd Exec::setBound (and what lies beneath)
2017-12-26 Martin Quinsonallow to call s4u::Exec->setHost() after its start...
2017-12-26 Martin Quinsonmove MutexImpl to the right namespace
2017-12-26 Martin Quinsonmove MutexImpl to the expected location
2017-12-26 Martin Quinsonsplit MutexImpl into their own files
2017-12-26 Martin Quinsoncosmetics
2017-12-26 Frederic Suterallow zero-cost migration (a.k.a. setPm)
2017-12-26 Frederic Sutervm_migrate is now part of the live_migration plugin \o/
2017-12-25 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-12-25 Augustin Degommethis is still unimplemented, but please sonar
2017-12-24 Martin Quinsontry to fix Apple privatization after recent default...
2017-12-24 Martin Quinsondefault privatization when not using SMPI should be...
2017-12-23 Martin Quinsonfix some doxygen warnings
2017-12-22 Augustin Degommeoops, too early
2017-12-22 Augustin Degommeput back the fix for broken dlopen+thread on freebsd
2017-12-21 Martin Quinsonfix the fallbacks around privatization on BSD
2017-12-21 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-12-21 Augustin Degommeoops, this should be yes (it's the same, but it makes...
2017-12-21 Augustin DegommeSMPI: make dlopen default privatization method, and...
2017-12-20 Frederic Suterjust reordering functions in file
2017-12-19 Frederic Sutertracking works better if signals are triggered
2017-12-19 Martin Quinsonsonar: remove a left-over struct
2017-12-19 Martin Quinsondon't load a private header from s4u/NetZone.hpp
2017-12-19 Martin Quinsonmake ns3 not segfault anymore. Now it timeouts
2017-12-19 Martin Quinsonevery setter in s4u::Activity return the activity
2017-12-19 Frederic Suteradd live migration plugin in java.
2017-12-19 Frederic Sutercleanups
2017-12-18 Frederic Suterone step toward a live migration plugin
2017-12-18 Frederic Suteradd some signals
2017-12-18 Frederic Sutermv VM shutdown to the plugin
2017-12-18 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-12-15 Martin Quinsonkill an ancient file that I'm not particularly proud...
2017-12-15 Frederic Sutermove VM setBound to the plugin
2017-12-14 Martin Quinsonfix some of the many doxygen warnings
2017-12-14 Martin Quinsonadd Host::by_name(char*)
2017-12-12 Martin Quinsonsonar: remove unused local variables
2017-12-12 Martin Quinsonsonar: this simcall does not need a handler anymore
2017-12-12 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2017-12-12 Martin QuinsonMerge pull request #250 from kovin/master
2017-12-12 Kevin PiotrkowskiFix bug in java binding for Comm.waitAny
2017-12-12 Arnaud GierschFields are declared in Model, delete them in ~Model.
2017-12-12 Arnaud GierschFix remaining warnings with mingw.
2017-12-11 Frederic Suteradd test() for asynchronous executions
2017-12-09 Martin Quinsons4u::Host->getLoad() returns the achieved speed in...
2017-12-09 Martin Quinsonmove exec_init and exec_async to the this_actor namespace
2017-12-09 Martin Quinsonsonar: remove unused parameter
2017-12-09 Martin QuinsonNew test for the remote exec
2017-12-09 Martin Quinsonallow remote exec: s4u::Exec->setHost()
2017-12-09 Martin Quinsonimplement s4u::Exec->getRemainingRatio()
2017-12-09 Martin Quinsons4u::Exec->getRemains() should not fail on terminated...
2017-12-09 Martin Quinsonremove a useless 'friend' statement (+cosmetics)
2017-12-09 Martin Quinsonremove a useless assert: valgrind will tell us on need
2017-12-09 Martin Quinsonmark overriden methods as virtual (thx sonar)
2017-12-09 Martin Quinsonuse assert instead of throw std:logic_error
2017-12-09 Martin Quinsonsonar: throw static exceptions
2017-12-09 Martin Quinsonnew signal: s4u::onDeadlock()
2017-12-08 Martin QuinsonRemove the now unused MSG_task_get_initial_flops_amount()
2017-12-08 Martin Quinsonstop using MSG_task_get_initial_flops_amount(): it...
2017-12-08 Martin Quinsonimplement ExecImpl::remainingRatio and make sure we...
2017-12-08 Martin Quinsonuse MSG_task_get_flops_amount() when we don't want...
2017-12-08 Martin QuinsonUn-deprecate MSG_task_get_flops_amount() and implement...
2017-12-08 Martin Quinsonmake similarities between CommImpl and ExecImpl more...
2017-12-08 Martin Quinsoncode simplification
2017-12-08 Arnaud GierschFix another warning.
2017-12-08 Arnaud GierschTypo.
2017-12-07 Arnaud GierschRename simgrid::kernel::lmm::lmm_set_default_protocol_f...
next