Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2011-02-10 cristianrosaCompute the user code execution time
2011-02-10 cristianrosaShow also the sub-scheduling rounds.
2011-02-10 navarropAdd a verification on gcc version.
2011-02-09 sahumake jedule compilable with all warning flags
2011-02-09 sahujed output written to simgrid.jed
2011-02-09 sahuadded jedule output to SimDAG
2011-02-09 sahujedule binding to SD started
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-08 navarropIt does not work on apple to.
2011-02-08 navarropThose lines are UNIX only.
2011-02-08 navarropAdd tests for code covergae.
2011-02-07 schnorr[trace] process container creation must be before simix...
2011-02-07 velhoRemoved unnecessary print on master process, tests...
2011-02-07 velhoRemoved master message to improve output readability.
2011-02-07 schnorr[trace] updating tesh'es to consider the new event...
2011-02-07 schnorr[trace] only one id generator for tracing system
2011-02-07 schnorr[trace] free the type values
2011-02-07 schnorr[trace] new data structure to hold values of states...
2011-02-07 schnorr[trace] removing unused code
2011-02-07 schnorr[trace] better way of getting references to types
2011-02-04 agierschDefine CONTEXT_THREADS in simgrid_config.h.
2011-02-04 agierschDoctype as changed.
2011-02-04 schnorr[trace] cleaner instrumentation
2011-02-04 schnorr[trace] categories are only used for characterized...
2011-02-04 schnorr[trace] return NULL instead of launching exception...
2011-02-04 schnorrmodel-check output more parsable
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-03 thieryThe process list of MSG is now a swag instead of a...
2011-02-03 thieryOptimization of the lmm_variable_t mallocator
2011-02-02 thieryLarge-scale simulations need bigger mallocators
2011-02-02 thieryUse a mallocator for SIMIX actions
2011-02-02 thieryOptimize xbt heaps a little bit: xbt_heap_pop() is...
2011-02-02 thieryC99 allows us to put %zu after all
2011-02-02 schnorr[trace] fixing tracing tesh'es due to changes in event...
2011-02-02 schnorr[trace] constant model is explicitly not traced
2011-02-02 thieryA cast is needed here to avoid warnings in both 32...
2011-02-01 thieryFix a compilation warning introduced by r9557
2011-02-01 thieryAdd a flag --cfg=contexts/parallel_threshold:n
2011-02-01 thieryAdd parallel contexts test binary to .gitignore
2011-02-01 thieryRemove SIMIX requests that get src and dst buffers...
2011-02-01 thieryUse a mallocator for the Surf actions
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 cristianrosaUse the extra data field of the xbt_os_thread to store...
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 thieryI forgot the ones without the extension .tesh
2011-02-01 thieryProtect --log=root.fmt flag with double quotes in tesh...
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 possible compilation problem with the declaration...
2011-01-31 thieryFix segfault when using parallel contexts
2011-01-31 cristianrosaUse a thread specific variable to store the current...
2011-01-31 suterbetter to include msg/msg.h to use msg functions
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 navarropRename two_peer by two_peers
2011-01-31 navarropAdd token_ring example.
2011-01-31 cristianrosaMake SIMIX cleanup the user data of the detached isend...
2011-01-31 thieryChord: use MSG_task_dsend when possible
2011-01-31 navarropAdd an example for communication between cluster or...
2011-01-31 navarropI need those source files for java for the moment.
2011-01-31 navarropWe need to had symmetrical "no" to route from version...
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 cristianrosaSet the task to NULL to avoid a warning message.
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-28 cristianrosaMake the platform symmetric.
2011-01-28 cristianrosaAdd example pcontexts2 (parallel independent master...
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 cristianrosaCHECK_HOST() is very inefficient and only for debugging...
2011-01-27 cristianrosaAdd MSG's parallel_contexts example.
2011-01-27 agierschFix memory leaks in msg examples.
2011-01-27 agierschFix memory leaks in testall.
2011-01-27 agierschAlways free cat->layout on xbt_log_layout_set.
2011-01-27 agierschDisplay the config options, sorted by their names.
2011-01-27 agierschDo not unref action twice.
2011-01-27 agierschDelete useless option given to pwd.
2011-01-27 agierschFix installation of example files.
2011-01-27 agierschSome cleanup in cmake files.
2011-01-26 navarropIt is not Experimental test but nightly.
2011-01-26 navarropPCRE is installed on /usr/lib
2011-01-26 cristianrosaBugfix: return testany requests' result when they succe...
2011-01-26 cristianrosaDebug generation clean-ups.
2011-01-26 cristianrosaChange again the size of the problem for the MC.
2011-01-26 cristianrosaIncrease the frequency of chord's getrequest operations...
2011-01-26 cristianrosaBugfix: the dependence relation between isend/irecv...
next