Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2012-01-23 Lucas Schnorr[trace] renaming source file to reflect its speciality
2012-01-23 Lucas Schnorr[trace] sanity checks
2012-01-23 navarroPlace MSG init before testing args for --help argument.
2012-01-23 navarroChange cluster sharing policy for FULLDUPLEX by default.
2012-01-23 navarroRemove unused variables and add missing prototypes.
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] adding combinations of tracing parameters to...
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] very simple program that creates, executes...
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] moving traced smpi example to example/smpi...
2012-01-22 Lucas Schnorr[trace] update test output
2012-01-22 Lucas Schnorr[trace] very small memory leak fix in this example
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] remove info messages from process migration...
2012-01-22 Lucas Schnorr[trace] removing memory leaks from the process migratio...
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-22 Lucas Schnorr[trace] avoid comparing the tracing logs and the genera...
2012-01-22 Lucas Schnorr[trace] cleaner code for tracing examples
2012-01-22 Martin Quinsonwe knew we won't explain how to install emacs here...
2012-01-20 Christophe... Surf: also parallelize update_actions_state() of models
2012-01-20 Christophe... Add an option --cfg=surf/nthreads:N to update Surf...
2012-01-20 Christophe... Surf: allow to call share_resources in parallel (never...
2012-01-20 Christophe... Parmap: add a value XBT_PARMAP_DEFAULT that decides...
2012-01-19 navarroRemove old MSG_set_channel_number from examples.
2012-01-19 Christophe... Fix SIMIX_post_io. For now SIMIX_req_file_read makes...
2012-01-19 navarroStarting simix mecanism for io.
2012-01-19 Christophe... A for was a bit too much here. It should be readable...
2012-01-19 Arnaud GierschUse %zu to format a sizeof value.
2012-01-19 Arnaud GierschDon't turn warnings about clobbered variables into...
2012-01-19 Arnaud GierschEnable warnings iff enable_compile_warnings=ON.
2012-01-19 Arnaud GierschInline test_all() in masterslave_mailbox.
2012-01-19 navarroAdd mm.c to fragile sources
2012-01-17 navarroCompletely remove channel mecanism with tesh tested...
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-17 navarroUpdate changelog for smpi factor.
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 Martin Quinsondocument what I've done, and note that a written item...
2012-01-16 Christophe... Lua chord: simplify the code by reusing tasks since...
2012-01-16 Christophe... Add a test for Chord in Lua
2012-01-16 Christophe... MSG_task_dsend: don't apply a default function if clean...
2012-01-13 Christophe... Lua: close the Lua world of a process being destroyed
2012-01-13 Christophe... Fix a compilation error
2012-01-13 Christophe... Lua: forgot the timeout argument of simgrid.comm.send
2012-01-13 Christophe... Change the prototype of copy data callbacks to add...
2012-01-13 Christophe... MSG_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 unknownPackage of simgrid.dll
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 unknownAdd a dll for simgrid and protect DLL_EXPORT and DLL_IM...
2012-01-12 Christophe... Lua: only keep tracks of tables coming from maestro
2012-01-12 Christophe... Fix a variable name
2012-01-12 Christophe... Split 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... Add binaries and various files to .gitignore
2012-01-12 Christophe... Add comments to the Lua task copy callback
2012-01-12 Christophe... MSG: 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 : prototypes of unused functions removed
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 Marion Guthmullermodel-checker : add example centralized_liveness in...
2012-01-11 Marion Guthmullermodel-checker : new example for liveness properties
2012-01-11 Christophe... Lua: copy the Lua task right after the C task using...
2012-01-11 Christophe... MSG: add a function to register a task copy callback
2012-01-11 Christophe... Remove declaration of unexisting functions
2012-01-11 Christophe... The timings of these tests have changed since crosstraf...
2012-01-11 unknownDownload doc with wget on windows and add a target...
2012-01-11 unknownAdd missing headers to simgrid install for windows
2012-01-11 unknownNew logo for installer.
next