Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
This action name is not used
[simgrid.git] / src / simix /
2011-02-03 thieryThis action name is not used
2011-02-02 thieryUse a mallocator for SIMIX actions
2011-02-01 thieryAdd a flag --cfg=contexts/parallel_threshold:n
2011-02-01 thieryRemove SIMIX requests that get src and dst buffers...
2011-02-01 thieryForgot void inside parenthesis
2011-02-01 cristianrosaOptimization, if no parallel execution is selected...
2011-02-01 cristianrosaImplement a dynamic parallel execution mode.
2011-02-01 cristianrosa-Add smx_ctx_sysv_get_thread_id to the parallel ucontex...
2011-02-01 thieryDon't read a comm after completion since it is auto...
2011-02-01 cristianrosaCompile fix: rename function changed after merge.
2011-02-01 cristianrosaReplace the req_todo heap with a table of swags one...
2011-02-01 cristianrosa- Add SIMIX_context_get_thread_id to the context factor...
2011-02-01 cristianrosaBugfix: set parallel contexts to 1 par default
2011-02-01 thieryRename flag cfg=contexts/parallel to cfg=contexts/nthreads
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-31 cristianrosaMake SIMIX_req_comm(test/wait/testany/waitany) requests...
2011-01-31 thieryFix a compilation problem with dsend and Chord
2011-01-31 cristianrosaMake SIMIX cleanup the user data of the detached isend...
2011-01-31 cristianrosaAdd MSG_task_dsend function to MSG.
2011-01-28 cristianrosaReturn the host failures in the same process sleep...
2011-01-28 cristianrosaCosmetic changes
2011-01-28 thieryMake msg_comm_t be a real structure again, not an alias...
2011-01-28 cristianrosaSkip requests for SIMIX_req_rdv_get_by_name and call...
2011-01-27 thieryReplace the return value of SIMIX_req_process_create...
2011-01-27 cristianrosaMake SIMIX_req_host_execution_wait to also destroy...
2011-01-27 cristianrosaReturn action state on SIMIX_req_host_execution_wait().
2011-01-27 cristianrosaAdd extra argument "priority" to SIMIX_req_host_execute.
2011-01-27 agierschDo not unref action twice.
2011-01-26 cristianrosaBugfix: return testany requests' result when they succe...
2011-01-26 cristianrosaBugfix: do not use the action state to determine the...
2011-01-25 thieryStringify e_smx_req_t just by using macros (remove...
2011-01-24 thieryAdd a flag --cfg=contexts/stacksize and rename other...
2011-01-24 thierySIMIX requests: generate strings from enumeration value...
2011-01-24 thieryMove SIMIX comm requests to the top of the big switch
2011-01-21 navarropCorrectly set callbacks for tags.
2011-01-20 cristianrosaAdd a clock per process when running in MC mode.
2011-01-20 cristianrosaLet the model-checker decide if the wait transitions...
2011-01-20 cristianrosaCode refactor: move the functions associated to the...
2011-01-20 cristianrosaBugfix: return after answering the sleep request when...
2011-01-20 cristianrosaTranslate the executed TestAny and WaitAny requests...
2011-01-20 cristianrosaSome bugfixes:
2011-01-20 cristianrosaBugfix: manually increase the time when running the...
2011-01-14 thieryDon't store user pointers
2011-01-13 navarropNow tag config is available.
2011-01-12 agierschFix parameter passing through makecontext (again).
2011-01-12 thieryCheck a parameter
2011-01-11 cristianrosaImprove debug information
2011-01-10 thieryDefine smx_current_context only once to make the linker...
2011-01-07 cristianrosaSmall bugfixes to stabilize the MC
2011-01-07 cristianrosaBugfix: the result of waitany calls should be determine...
2011-01-06 navarropNeed to remove option and not free cause it is also
2011-01-05 cristianrosaAdd suport for TestAny and WaitAny requests to the...
2011-01-05 cristianrosaBugfix: killall should execute all processes after...
2011-01-05 cristianrosaReplace the setsets in the MC's states by malloced...
2010-12-20 cristianrosaBugfix: return after answering the request when running...
2010-12-20 cristianrosaImprove debugging information
2010-12-20 cristianrosaProtect some host execute functions in the case that...
2010-12-18 piniFix the fix that fixes parameter passing through makeco...
2010-12-17 piniOnly evaluate the arguments needed.
2010-12-17 piniBugfix: assuming that arguments are pushed on the stack...
2010-12-17 mquinsonkill pimples in SIMIX intended to make the stack-free...
2010-12-16 thieryThe term 'request' was misleading here
2010-12-16 thieryHandle transfer failures in MSG_test, MSG_testany and...
2010-12-15 cristianrosaImprove debugging information
2010-12-15 velhoEliminated needless dictionary.
2010-12-15 velhoFixed the function that returns if a flows is limited...
2010-12-15 thieryAdd a flag --cfg=simix/context to choose the context...
2010-12-14 mquinsonRemove stackless simix context factory
2010-12-14 mquinsonplug a memleak
2010-12-14 mquinsonfix a bunch of compilation warnings
2010-12-14 mquinsonignore chord binary from git
2010-12-14 mquinsonkill useless smx_ctx_raw_create_context_sized(), and...
2010-12-13 schnorr[trace] remove the function that was used to save the...
2010-12-13 thieryFix a memory leak
2010-12-13 cristianrosaAdd parmap to raw contexts
2010-12-13 mquinsonmore debugging message
2010-12-13 mquinsonDo not answer the request twice
2010-12-13 mquinsonverbose message about the type of context factory activated
2010-12-13 mquinsonfunction to see the name of syscall types in debugging...
2010-12-13 mquinsonmore verbose on problem
2010-12-13 thieryFix tne runall functions
2010-12-13 thieryRemove a useless instruction
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 thieryDon't do anything if the category is NULL
2010-12-10 mquinsonreduce verbosity when activating sexy new contextes
2010-12-10 thieryReimplement SIMIX_display_process_status()
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 cristianrosaOn MC mode, return immediately after handling the wait...
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...
2010-12-08 cristianrosaBugfix: save the ucontext of each running thread in...
2010-12-08 mquinsonNew trace replayer, as fast as hell, and as boring...
next