Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
do not break sequential execution while fixing parallel execution
[simgrid.git] / src /
2019-01-07 Martin Quinsondo not break sequential execution while fixing parallel...
2019-01-07 Martin QuinsonFix a race condition
2019-01-06 Martin Quinsonplease sonar, add 'explicit'
2019-01-06 Martin Quinsonfactorize where seq_runall and par_runall save maestro...
2019-01-06 Martin Quinsonchange static fields in SwappedCtx into regular fields...
2019-01-06 Martin QuinsonKill the now useless ParallelRawContext and ParallelBoo...
2019-01-06 Martin Quinsonmerge ParallelUContext into SwappedContext, that can...
2019-01-06 Martin QuinsonCosmetics in contexts
2019-01-06 Martin Quinsonmove a static field of SwappedContext into SwappedConte...
2019-01-06 Martin QuinsonIntroduce a SwappedContextFactory to further reduce...
2019-01-06 Martin Quinsoncontext: rewrite some comments, and useless cosmetics
2019-01-05 Martin QuinsonMove Parallel{Boost,Raw,U}Context::{initialize,finalize...
2019-01-05 Martin Quinsonfurther cleanups in contexts
2019-01-05 Martin QuinsonChange a subclass into a superclass around contexts
2019-01-05 Martin Quinsonmake SIMIX_context_self() useless and use Context:...
2019-01-05 Martin Quinsonmove ContextFactory::self() into Context::self() and...
2019-01-05 Martin QuinsonPlease sonar
2019-01-05 Martin Quinsonmake xbt_os_thread_self() useless, and kill it
2019-01-05 Martin Quinsonkill the unused xbt_os_thread_self_name()
2019-01-05 Martin Quinsonkill the now useless xbt_os_thread_{get,set}_extra_data()
2019-01-05 Martin Quinsonunify how threaded and parallelisable context factories...
2019-01-05 Martin QuinsonInline SIMIX_context_get_current()
2019-01-05 Martin Quinsonanother small simplification now that threads are usabl...
2019-01-04 Martin QuinsonFurther code simplifications now that the Thread contex...
2019-01-04 Martin Quinsonremove unecessary imports to please sonar
2019-01-04 Martin QuinsonFix make distcheck
2019-01-04 Martin Quinsonkill xbt_os_sem_t and the required cmake-detection...
2019-01-04 Martin QuinsonIntroduce a portable xbt::OsSemaphore using C++11 threads
2019-01-04 Martin Quinsontiny simplification: xbt_os_thread_bind is a noop when...
2019-01-04 Martin Quinsontrack some remaining CamelCase deep inside the context...
2019-01-04 Martin Quinsonsome useless s/process/actor/ in the source code
2019-01-04 Martin Quinsonuse strncpy instead of strcpy to please sonar
2019-01-04 Martin Quinsonpy: try to fix MC builds
2019-01-03 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2019-01-03 Martin Quinsonyet another example: actor-suspend.py
2019-01-03 Martin Quinsonpy: another example: actor-join
2019-01-03 Martin QuinsonPython: many improvements; add a new example (actor...
2019-01-03 Martin Quinsonpy: Try to add properties to the Host class
2019-01-01 Martin Quinsonuse named parameters instead of overloads for py::execute
2018-12-31 Martin Quinsonxbt::Path: do not ignore the return value of getcwd
2018-12-31 Martin Quinsonimprove an error message when a file cannot be open
2018-12-31 Martin QuinsonNew function: xbt::Path() gets the CWD
2018-12-31 Martin Quinsonpython: reorg to allow 'from simgrid import *' in scripts
2018-12-31 Martin Quinsonpython: rename register_function into register_actor...
2018-12-31 Martin Quinsonpython: fix register_function when passed a class
2018-12-31 Martin Quinsonpython: extend the bindings
2018-12-31 Martin Quinsonpython: improve the documentation
2018-12-27 Martin QuinsonDrop sg_cmdline. Please use xbt_cmdline instead (+inclu...
2018-12-27 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2018-12-27 Frederic Sutera host and not an host
2018-12-27 Martin Quinsonns3: comment asserts that fail on clusters
2018-12-27 Martin Quinsonpython: First working example
2018-12-26 Martin Quinsonpython: add the docstrings
2018-12-26 Martin Quinsoninitial support for pybind11: Python bindings of S4U...
2018-12-25 Martin Quinsonns3: assert that the sent amount is as expected
2018-11-29 Martin Quinsonlink_energy: make sure that the watts ranges are always...
2018-11-28 Millian Poquet[smpi] smpi::Host ext init: smpi_main -> SMPI_init
2018-11-26 Frederic Sutercrude hack to display the "right" rank in Paje traces...
2018-11-26 Frederic Suterlimit the conversion trick for non-replayable types...
2018-11-23 Frederic Suter(#318) should please pj_dump
2018-11-23 Frederic Suterbetter to save file before commit and push ...
2018-11-23 Frederic Suterfix #318: return "NA" when no size can be displayed
2018-11-22 Arnaud GierschMerge remote-tracking branch 'github/master'
2018-11-22 Augustin Degommemake ugly regexp a bit more robust to corner cases
2018-11-22 Martin QuinsonMerge pull request #315 from simgrid/smpirun-replay
2018-11-22 Augustin Degommefix crash with tracing/smpi/display-sizes:yes
2018-11-21 Millian Poquet[smpi] replay from `smpirun -replay <tracefile>`
2018-11-21 Millian Poquet[smpi] add smpireplayrun binary
2018-11-21 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2018-11-21 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2018-11-21 Martin QuinsonMerge pull request #316 from bcamus/master
2018-11-21 Martin QuinsonMerge pull request #314 from simgrid/smpi-args-cleanup
2018-11-20 Martin QuinsonUpdate src/plugins/vm/VirtualMachineImpl.cpp
2018-11-20 bcamusfix a bug related to the CPU utilization of multi-core VM
2018-11-17 Frederic Suterforgot java too
2018-11-17 Frederic Suterretry with warnings activated
2018-11-17 Frederic Suterback to business!
2018-11-16 Millian Poquet[smpi args cleanup] internal changes for clean-up
2018-11-16 Millian Poquet[smpi args cleanup] xbt_replay args
2018-11-16 Millian PoquetMerge commit 'c619e9d16'
2018-11-15 Augustin Degommehandle MPI_ANY_SOURCE in recv replay
2018-11-15 Arnaud GierschInclude seems useless.
2018-11-15 Arnaud GierschFix comments.
2018-11-12 Martin Quinsonfix clang build
2018-11-12 Martin QuinsonContext creation: Fix one OOP design issue
2018-11-12 Martin Quinsonimprove a comment
2018-11-12 Martin QuinsonFactorize code between the calling sites of the ActorIm...
2018-11-11 Martin Quinsontiny factorizations and doc improvements
2018-11-11 Martin Quinsonremove the argc/argv version of simcall_process_create
2018-11-11 Martin QuinsonMSG: kill the MSG_process_create_from_stdfunc() pimple
2018-11-11 Martin Quinsonjava: stop using MSG_process_create_from_stdfunc
2018-11-11 Martin Quinsonjava process creation: this was already binded by java_...
2018-11-11 Martin QuinsonApple renamed all their OSes
2018-11-11 Martin Quinsonplease sonar: kill an unused type and reduce the visibi...
2018-11-06 Augustin Degommefix gcc 9 warnings. Have to check if the std::move...
2018-11-04 Martin Quinsonthese archaic callbacks are not used anymore, so kill...
2018-11-04 Martin Quinsonsimplify MSG process creation/destruction
2018-11-04 Martin QuinsonNote that this easy task is actually impssible as is
2018-11-04 Martin QuinsonDeprecate the C API of parallel_execute
2018-11-04 Martin Quinsonplug a memleak
next