Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix commit f48cc395ebecc84d865ab551a672d2a2358624e5
[simgrid.git] / src / simix / smx_user.c
2012-06-22 navarroNeed to have a double because the result should not...
2012-06-21 Arnaud GierschRemaining s/MSG_global_init/MSG_init/.
2012-06-20 suterSolve white space conflicts
2012-06-20 Martin Quinsonsed -i -e 's/\t/ /g' *.[ch] Please people, stop using...
2012-06-13 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-06-13 navarroChange the file API, remove the mount point in each...
2012-05-30 Samuel LepetitMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-05-30 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-05-29 navarroMust have init MSG/SD/GRAS before using mutex
2012-05-29 navarroRemove wrong copy past
2012-05-29 navarroAdd MSG_process_set_kill_time
2012-05-03 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-04-28 Martin QuinsonI forgot to update my tree before commiting (once again...
2012-04-27 Martin QuinsonEnhance the communication filtering mechanism
2012-04-27 navarroRewrite the kill_time mecanism.
2012-04-27 Arnaud GierschReinitialize waiting_action at proper place.
2012-04-26 Samuel LepetitMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-04-25 Arnaud LegrandOn a timeout we do not wait anymore on a task.
2012-04-03 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-04-03 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2012-04-03 navarroImplement file stat for storage model.
2012-04-03 navarroMake smx_file_t, surf_file_t and msg_file_t
2012-03-27 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-03-26 navarroRemove surf_file_t and smx_file_t for only m_file_t
2012-03-06 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2012-03-05 Arnaud LegrandMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-03-02 navarroAdd storage to functions
2012-02-01 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2012-01-31 navarroUse m_file_t instead of m_file_t*
2012-01-31 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2012-01-31 navarroImplement file open read and stat in simix.
2012-01-31 navarroSorry change SIMCALL_FILE_READ FOR SIMCALL_FILE_WRITE...
2012-01-31 navarroImplement functions file_read and file_open into simix...
2012-01-30 Marion Guthmullermerge conflict resolved
2012-01-25 Christophe ThiérySIMIX refactoring: replace 'request' by a more precise...
2012-01-25 Christophe ThiéryRename SIMIX files
2012-01-19 navarroStarting simix mecanism for io.
2012-01-11 Marion Guthmullermerge conflicts resolved
2012-01-09 Martin QuinsonMerge branches 'MC_LTL' and 'MC_LTL' of scm.gforge...
2012-01-06 Christophe ThiéryMerge branch 'smpi'
2011-12-26 Martin QuinsonFurther investigate the dsend issue, in vain so far
2011-12-26 Martin Quinsonmerge back the master trunk into the smpi branch
2011-11-22 Marion Guthmullermerge conflicts
2011-11-15 Christophe ThiérySIMIX: add a redundant parameter to avoid repeated...
2011-11-14 Arnaud GierschUse xbt_XXX_is_empty() instead of testing xbt_XXX_lengt...
2011-10-20 Martin QuinsonMerge stuff again. Damn, I should pull before changing...
2011-10-20 Martin Quinsonmerge branches
2011-10-14 Christophe ThiérySimix: clean unfinished comms when terminating a process
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-21 Martin Quinsontry to define _ISO_C99_SOURCE ASAP so that it's defined...
2011-04-19 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-04-19 Christophe Thiéryisfinite() is C99
2011-04-08 Pierre-Nicolas ClaussMerge branch 'master' of git+ssh://scm.gforge.inria...
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 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-29 marc fuentesMerge branch 'master' of github.com:THEpini/simgrid
2011-03-29 marc fuentesEnforces that double parameters are finite (fixes ...
2011-03-24 agierschRemove usage of xbt_assert[0-9].
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-01 thieryRemove SIMIX requests that get src and dst buffers...
2011-02-01 thieryDon't read a comm after completion since it is auto...
2011-01-31 cristianrosaAdd MSG_task_dsend function to MSG.
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-25 thieryStringify e_smx_req_t just by using macros (remove...
2011-01-24 thierySIMIX requests: generate strings from enumeration value...
2011-01-12 thieryCheck a parameter
2010-12-17 mquinsonkill pimples in SIMIX intended to make the stack-free...
2010-12-13 mquinsonfunction to see the name of syscall types in debugging...
2010-12-10 thieryDon't do anything if the category is NULL
2010-12-08 mquinsonNew trace replayer, as fast as hell, and as boring...
2010-12-07 mquinsondo not store the requests on the process's stack nor...
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 mquinsonimplement simix_comm_testany properly
2010-12-07 schnorr[trace] we do not need to copy the category since the...
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-02 thieryClean indentation and coding style in SIMIX
2010-12-02 thieryBiggest commit ever (SIMIX2): the user processes can...