Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix compilation error
[simgrid.git] / src / simix /
2011-04-19 Martin Quinsononly activate tests with raw contextes on platform...
2011-04-18 Christophe ThiéryTypo in a comment
2011-04-15 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-04-15 Christophe ThiéryFix compilation when ucontextes are not available
2011-04-11 Christophe ThiéryMerge branch 'master' of git+ssh://scm.gforge.inria...
2011-04-11 Lucas Schnorrif deadlock, close trace file so it may help to find...
2011-04-09 Lucas Schnorrmerging tracing changes
2011-04-08 Pierre-Nicolas ClaussMerge branch 'master' of git+ssh://scm.gforge.inria...
2011-04-08 mehdicallback to parse_properties_XML when parsing prop...
2011-04-08 NavarropMerge commit '521daa8271ac2778d8b2944be25daae65d3540a1...
2011-04-07 Christophe ThiéryInclude math.h for isfinite()
2011-03-31 Lucas SchnorrMerge branch 'master' into master-svn
2011-03-29 piniEnforces that double parameters are finite (fixes ...
2011-03-29 cristianrosaMerge branch 'master', remote branch 'git-hub-cristian...
2011-03-29 piniimplement quiet exit (fixes #10045)
2011-03-24 agierschRemove usage of xbt_assert[0-9].
2011-03-24 agierschUse new macros THROWF and RETHROWF.
2011-03-24 agierschReplace, when possible, calls to bprintf() by calls...
2011-03-24 navarropReimplement SIMIX_host_get_dict.
2011-03-24 navarropUse correct function to free element.
2011-03-24 navarropRemove xbt_dict_t workstations from SD_global.
2011-03-24 navarropRemove xbt_dict host from simix.
2011-03-24 navarropAdd levels to lib host_lib, link_lib and as_router_lib
2011-03-18 piniThese functions in SIMIX should return 0, and that...
2011-03-18 piniDirty hacks again: shot more bullets, it may be a zombie
2011-03-18 thieryAdd functions SIMIX_comm_has_send/recv_match
2011-03-15 thieryMake SIMIX_comm_start() public (for a while :))
2011-03-15 thieryAdd a function SIMIX_process_get_by_name()
2011-03-15 mquinsonmake SIMIX_comm_finish() public
2011-03-14 piniAdd wrapper to match receiving mailboxes against a...
2011-03-07 navarropSet win32_ucontext.c as simgrid source file
2011-03-02 cristianrosaBugfix: do not hardcode the number of workers in the...
2011-03-02 navarropProtect the use of parmap.
2011-03-01 thieryRemove side effects from xbt_asserts calls
2011-02-25 navarropCompletely remove ruby and java from simgrid project.
2011-02-24 thieryA request is still needed here as this code is run...
2011-02-24 thierySimplify process cleanup calls between SIMIX and MSG
2011-02-24 navarropCreate current_property_set only if it is required.
2011-02-22 thierySimplify the management of processes in MSG.
2011-02-22 agierschReplace xbt_die(bprintf(...)) with xbt_die(...).
2011-02-21 thieryAllow MSG_process_cleanup(p) to be called by other...
2011-02-17 agierschUse new style logging macros.
2011-02-17 navarropCompile with flag NDEBUG.
2011-02-15 cristianrosaCount the context switches as user code also.
2011-02-11 agierschReview const attribute for pointers..
2011-02-11 agierschFree mallocator for SIMIX actions on exit.
2011-02-10 cristianrosaUse verbose instead of debug-
2011-02-10 cristianrosaCompute the user code execution time
2011-02-10 cristianrosaShow also the sub-scheduling rounds.
2011-02-08 thierySimix: add requests to make isend+wait or irecv+wait...
2011-02-08 thieryChord: display the number of messages created
2011-02-03 thieryChoose between parallel and serial dynamically only...
2011-02-03 thieryVarious optimizations
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).
next