Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove unused reference to setsets.
[simgrid.git] / src / simix /
2011-06-07 Arnaud GierschRemove unused reference to setsets.
2011-05-24 Pedro VelhoCope with new way of destroying actions, now if the...
2011-05-24 Pedro VelhoBug fix. Cope with the new way actions are handled.
2011-05-24 Martin Quinsonmerge
2011-05-24 Lucas Schnorr[trace] remove old source file with functions that...
2011-05-10 Arnaud GierschDefine and use a function to run the processes to run.
2011-05-09 NavarropAdd some print for debug (trace level)
2011-05-06 Arnaud GierschSome more cleanup in smx_context_raw.
2011-05-05 Arnaud GierschRemove the get_thread_id field from context_factory.
2011-05-05 Arnaud GierschSimplify the handling of SIMIX requests.
2011-05-05 Arnaud GierschChange default default value for contexts/parallel_thre...
2011-05-05 Arnaud GierschUse contexts/nthreads in thread factory too.
2011-05-05 Arnaud GierschDo not run an empty process list.
2011-04-27 Christophe ThiéryFix supernovae compilation
2011-04-26 Christophe ThiéryMake sure strdup is declared
2011-04-26 Martin Quinsonfix macro name to get isfinite declared
2011-04-22 Christophe ThiéryMerge branch 'master' of git+ssh://scm.gforge.inria...
2011-04-22 Christophe ThiéryWhen __thread is not available, use xbt_os_thread_get_s...
2011-04-21 Christophe ThiéryTypo
2011-04-21 Martin Quinsontry to define _ISO_C99_SOURCE ASAP so that it's defined...
2011-04-20 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-04-20 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-04-20 Martin Quinsontypos in comments
2011-04-20 Christophe ThiéryMerge branch 'master' of git+ssh://scm.gforge.inria...
2011-04-20 Christophe ThiérySimix: fix an infinite recursion when calling xbt_threa...
2011-04-19 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-04-19 Christophe Thiéryisfinite() is C99
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...
next