Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
keep_track should be set only when lmm_solve is called from network_im
[simgrid.git] / include / simix /
2011-11-02 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-11-02 Christophe ThiérySwitch directly between runnable contextes (work in...
2011-10-20 Martin Quinsonmerge branches
2011-05-05 Arnaud GierschRemove the get_thread_id field from context_factory.
2011-04-22 NavarropCheck if __thread is available.
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-03-31 Lucas SchnorrMerge branch 'master' into master-svn
2011-03-29 Pierre-Nicolas ClaussMerge branch 'master' of github.com:THEpini/simgrid
2011-03-29 Pierre-Nicolas ClaussCoding Sprint : Synchronize SVN with GitHub
2011-03-29 cristianrosaMerge branch 'master', remote branch 'git-hub-cristian...
2011-03-24 navarropReimplement SIMIX_host_get_dict.
2011-03-24 navarropRemove xbt_dict host from simix.
2011-03-18 thieryAdd functions SIMIX_comm_has_send/recv_match
2011-03-15 mquinsonmake SIMIX_comm_finish() public
2011-03-14 piniAdd wrapper to match receiving mailboxes against a...
2011-02-22 thierySimplify the management of processes in MSG.
2011-02-21 thieryAllow MSG_process_cleanup(p) to be called by other...
2011-02-08 thierySimix: add requests to make isend+wait or irecv+wait...
2011-02-04 agierschDefine CONTEXT_THREADS in simgrid_config.h.
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 cristianrosa-Add smx_ctx_sysv_get_thread_id to the parallel ucontex...
2011-02-01 cristianrosa- Add SIMIX_context_get_thread_id to the context factor...
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 cristianrosaAdd MSG_task_dsend function to MSG.
2011-01-27 thieryReplace the return value of SIMIX_req_process_create...
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-24 thieryAdd a flag --cfg=contexts/stacksize and rename other...
2011-01-10 thieryDefine smx_current_context only once to make the linker...
2010-12-17 mquinsonkill pimples in SIMIX intended to make the stack-free...
2010-12-16 thieryCompile fix: add a missing XBT_INLINE
2010-12-15 thieryAdd a flag --cfg=simix/context to choose the context...
2010-12-13 mquinsonfunction to see the name of syscall types in debugging...
2010-12-13 cristianrosaUse a dynar instead of a swag to implement the process_...
2010-12-08 mquinsonNew trace replayer, as fast as hell, and as boring...
2010-12-07 thieryMake SIMIX_process_create() private
2010-12-07 piniDistinguish access to sender-side and receiver-side...
2010-12-07 cristianrosaAdd support for custom communication matching to SIMIX...
2010-12-07 schnorr[trace] renaming system call to set any action tracing...
2010-12-07 schnorr[trace] new system call to make categorized host utiliz...
2010-12-07 mquinsonstubs for comm_testany, implemented with comm_waitany...
2010-12-07 mquinsontry a bit harder to get the simulated time without...
2010-12-07 mquinsoncosmetics: don't load a file from itself
2010-12-03 mquinsonmove iwannadie from processes to contextes back
2010-12-02 mquinsonmake simix headers public so that we can write external...