Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Keep an int parameter to SIMIX_context_get_nthreads
[simgrid.git] / src /
2012-01-25 Christophe ThiéryKeep an int parameter to SIMIX_context_get_nthreads
2012-01-25 Christophe ThiéryParmap: implement the POSIX synchronization mode (not...
2012-01-25 Christophe ThiéryDie if the context/synchro option is wrong
2012-01-25 Christophe ThiérySurf: create the parmap with the correct number of...
2012-01-25 Christophe ThiéryAllow xbt_parmap_destroy to be called with a NULL parameter
2012-01-25 Christophe ThiéryRevert "Use xbt_config mechanism instead of hard coding...
2012-01-25 navarroAdd configuration auto for contexts/nthreads and use...
2012-01-23 Lucas Schnorr[trace] types are local, remove global dictionary
2012-01-23 Lucas Schnorr[trace] replace get_type by get_type_or_null when we...
2012-01-23 Lucas Schnorr[trace] remove recursive get type support, search opera...
2012-01-23 Lucas Schnorr[trace] renaming source file to reflect its speciality
2012-01-23 Lucas Schnorr[trace] sanity checks
2012-01-23 navarroChange cluster sharing policy for FULLDUPLEX by default.
2012-01-23 unknownUse of busy wait and not posix for te moment.
2012-01-23 navarroUpdate factor for model LegrandVelho.
2012-01-22 Lucas Schnorr[trace] be more strict about errors
2012-01-22 Lucas Schnorr[trace] fixing some memory leaks in smpi instrumentatio...
2012-01-22 Lucas Schnorr[trace] re-writing some tracing functions
2012-01-22 Lucas Schnorr[trace] function now longer exist
2012-01-22 Lucas Schnorr[trace] some checks in tracing functions
2012-01-22 Lucas Schnorr[trace] remove the container from its parent
2012-01-22 Lucas Schnorr[trace] in SMPI, follow the same start/end interface...
2012-01-22 Lucas Schnorr[trace] removing the tracing per task (where each task...
2012-01-22 Lucas Schnorr[trace] when destroying a container, remove its referen...
2012-01-22 Lucas Schnorr[trace] when a process migrates, we need to clean-up...
2012-01-22 Lucas Schnorr[trace] when a process ends, remove its container from...
2012-01-22 Lucas Schnorr[trace] debug messages for recursive destruction of...
2012-01-22 Lucas Schnorr[trace] avoid return or break within a xbt_dict_foreach...
2012-01-22 Lucas Schnorr[trace] separate initialization function from setting...
2012-01-22 Lucas Schnorr[trace] function to remove a child from its parent...
2012-01-20 Christophe ThiérySurf: also parallelize update_actions_state() of models
2012-01-20 Christophe ThiéryAdd an option --cfg=surf/nthreads:N to update Surf...
2012-01-20 Christophe ThiérySurf: allow to call share_resources in parallel (never...
2012-01-20 Christophe ThiéryParmap: add a value XBT_PARMAP_DEFAULT that decides...
2012-01-19 Christophe ThiéryFix SIMIX_post_io. For now SIMIX_req_file_read makes...
2012-01-19 navarroStarting simix mecanism for io.
2012-01-19 Christophe ThiéryA for was a bit too much here. It should be readable...
2012-01-19 Arnaud GierschUse %zu to format a sizeof value.
2012-01-17 navarroPut XBT_WARN when try to use channel and not alias...
2012-01-17 navarroAlso display some information when procname is NULL
2012-01-17 navarroRevert "Fix segfault when using XBT_... and when proces...
2012-01-17 Arnaud GierschDon't crash with NULL procname.
2012-01-17 Arnaud GierschAFAICS, there is no problem with e.msg.
2012-01-17 Arnaud GierschCosmetics: fix indentation.
2012-01-17 navarroFix segfault when using XBT_... and when process have...
2012-01-17 navarroImplement SIMIX_process_from_PID
2012-01-17 navarroFactorize functions for smpi factor.
2012-01-17 navarroFix some memory leak.
2012-01-16 navarroAdd a platform with tag config and explain how to chang...
2012-01-16 navarroOffer the possibility to change smpi bandwidth and...
2012-01-16 navarroPut xbt_cfg_register for smpi into surf_config.c file
2012-01-16 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2012-01-16 Christophe ThiéryMSG_task_dsend: don't apply a default function if clean...
2012-01-13 Christophe ThiéryLua: close the Lua world of a process being destroyed
2012-01-13 Christophe ThiéryFix a compilation error
2012-01-13 Christophe ThiéryLua: forgot the timeout argument of simgrid.comm.send
2012-01-13 Christophe ThiéryChange the prototype of copy data callbacks to add...
2012-01-13 Christophe ThiéryMSG_comm_destroy should not assume that the task still...
2012-01-13 Marion GuthmullerMerge branch 'MC_LTL'
2012-01-13 Marion Guthmullermodel-checker : new function MC_diff to display all...
2012-01-13 Marion Guthmullermodel-checker : break forgotten in switch
2012-01-13 Martin QuinsonMerge branch 'MC_LTL'
2012-01-13 unknownDeclare functions XBT_PUBLIC to export them.
2012-01-13 unknownAdd more debug messages and add flag _I_X86 on windows...
2012-01-13 unknownThe function is not implemented so put a THROW_UNIMPLEM...
2012-01-12 Christophe ThiéryLua: only keep tracks of tables coming from maestro
2012-01-12 Christophe ThiérySplit simgrid_lua.c in one source file per module
2012-01-12 Marion Guthmullermodel-checker : add informations when log debug enabled
2012-01-12 Christophe ThiéryAdd comments to the Lua task copy callback
2012-01-12 Christophe ThiéryMSG: register a SIMIX copy data callback only if necessary
2012-01-12 Marion Guthmullermodel-checker : prototypes of static functions moved
2012-01-12 Marion Guthmullermodel-checker : %zu instead of %Zu in printf
2012-01-11 Marion Guthmullermerge conflicts resolved
2012-01-11 Marion Guthmullermodel-checker : more informations if log enabled for...
2012-01-11 Christophe ThiéryLua: copy the Lua task right after the C task using...
2012-01-11 Christophe ThiéryMSG: add a function to register a task copy callback
2012-01-10 unknownreturn 0 instead of die.
2012-01-10 unknownOn windows pthread_atfork is not implemented
2012-01-10 unknownsleep doesn't exist on windows.
2012-01-10 Arnaud GierschFix other "missing prototype" errors.
2012-01-10 Arnaud GierschFix test, and remove duplicated checks.
2012-01-10 Arnaud GierschFix error: passing argument 7 of ‘SIMIX_req_comm_isend...
2012-01-10 Arnaud GierschFix error: passing argument 3 of ‘xbt_dict_set’ discard...
2012-01-10 Arnaud GierschFix compilation errors about "enumeration value not...
2012-01-10 Arnaud GierschAdd missing declaration.
2012-01-10 Arnaud GierschFix format.
2012-01-10 Arnaud GierschDon't use printf modifier %Z. Use %z instead.
2012-01-09 Martin Quinsongive the localisation of parse errors more accurately
2012-01-09 Martin QuinsonMerge branches 'MC_LTL' and 'MC_LTL' of scm.gforge...
2012-01-09 Martin Quinsonmake sure that we won't survive a parser error in the...
2012-01-09 Martin Quinsonmake it compile with -Werror by forcing a type casting
2012-01-08 Lucas Schnorr[trace] valgrind's memcheck to wipe out memory leaks...
2012-01-06 Arnaud GierschFix the order of contraints changed by previous commits:
2012-01-06 Arnaud GierschIn lmm_update_modified_set, don't visit variables twice.
2012-01-06 Arnaud GierschTry hard to optimize lmm_update_modified_set.
2012-01-06 NavarropThe variable-constraint graph is already traversed...
2012-01-06 Arnaud GierschEnsure that all constraints are put in modified_constra...
2012-01-06 Arnaud GierschRemove constraint from modified_constraint_set, when...
2012-01-06 Christophe ThiéryKeep iwannadie set instead of lying to the context...
2012-01-06 Christophe ThiéryMerge branch 'master' of git+ssh://scm.gforge.inria...
next