Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
using walltimer in adaptive algorithm
[simgrid.git] / src / simix / smx_context_raw.c
2011-02-01 cristianrosa- Add SIMIX_context_get_thread_id to the context factor...
2011-02-01 thierycfg=contexts/parallel:nb is now the number of threads...
2011-01-31 thieryFix segfault when using parallel contexts
2011-01-31 cristianrosaUse a thread specific variable to store the current...
2011-01-24 thieryAdd a flag --cfg=contexts/stacksize and rename other...
2010-12-15 thieryAdd a flag --cfg=simix/context to choose the context...
2010-12-14 mquinsonplug a memleak
2010-12-14 mquinsonignore chord binary from git
2010-12-14 mquinsonkill useless smx_ctx_raw_create_context_sized(), and...
2010-12-13 cristianrosaAdd parmap to raw contexts
2010-12-13 mquinsonverbose message about the type of context factory activated
2010-12-13 thieryFix tne runall functions
2010-12-13 cristianrosaUse a dynar instead of a swag to implement the process_...
2010-12-13 cristianrosaRemove the threadpool from the context factories.
2010-12-10 mquinsonreduce verbosity when activating sexy new contextes
2010-12-09 mquinsonfix raw contextes for supernovae and for parallel execution
2010-12-09 mquinsonGet verbose when activating the sexy new contextes...
2010-12-09 piniSaved one memory access per context swap.
2010-12-09 piniOutput the assembly function in the text section.
2010-12-09 piniAdded support for x86_64 raw contexts + some comments.
2010-12-09 piniThrow an error at runtime instead of breaking compilation.
2010-12-09 piniAdded context switching support for x86 architectures.
2010-12-09 mquinsondraft of hardcore ultra brutal manual context switching...