Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2012-01-30 Martin Quinsonmv src/mc/private.h src/mc/mc_private.h
2012-01-30 Marion Guthmullermodel-checker : fix compilation error
2012-01-30 Marion Guthmullermerge conflict resolved
2012-01-30 Marion Guthmullermodel-checker : new function (rdv_points_compare) to...
2012-01-30 Marion Guthmullermodel-checker : more debug information
2012-01-30 Marion Guthmullermodel-checker : add address of std_heap into debug...
2012-01-30 Marion Guthmullermodel-checker : get rdv_points in simix for comparison...
2012-01-29 Marion Guthmullermodel-checker : more debug informations in function...
2012-01-27 Martin Quinsondocument last changes
2012-01-27 Martin Quinsonauto-set the amount of threads when the requested amoun...
2012-01-27 Martin Quinsonreally kill that file
2012-01-27 Martin QuinsonRevert "Put PROCESSOR_COUNT in gras_config.h"
2012-01-27 Martin QuinsonRevert "Add a script to detect the number of core."
2012-01-27 Martin Quinsonadd a function xbt_os_get_numcores()
2012-01-27 Martin Quinsondocument lastest changes
2012-01-27 Martin Quinsonenable SMPI by default (and rewrite the cmake doc)
2012-01-27 Martin Quinsonadd a link to aespinosa's work on vagrant to get ruby...
2012-01-26 Christophe... Regenerate timings of Lua tesh files
2012-01-25 Christophe... SIMIX refactoring: replace 'request' by a more precise...
2012-01-25 Christophe... Rename SIMIX files
2012-01-25 Christophe... Keep an int parameter to SIMIX_context_get_nthreads
2012-01-25 Christophe... Parmap: implement the POSIX synchronization mode (not...
2012-01-25 Christophe... Die if the context/synchro option is wrong
2012-01-25 Christophe... Surf: create the parmap with the correct number of...
2012-01-25 Christophe... Allow xbt_parmap_destroy to be called with a NULL parameter
2012-01-25 Christophe... Revert "Use xbt_config mechanism instead of hard coding...
2012-01-25 navarroAdd configuration auto for contexts/nthreads and use...
2012-01-25 navarroCompile tracing examples only if tracing is enabled.
2012-01-25 navarroPut PROCESSOR_COUNT in gras_config.h
2012-01-24 navarroAdd a script to detect the number of core.
2012-01-24 Christophe... Document the new option --cfg=surf/nthreads
2012-01-23 Lucas Schnorr[trace] new example inspired by storage systems to...
2012-01-23 Lucas Schnorr[trace] add new test, check tracing of g5k platform...
2012-01-23 Lucas Schnorr[trace] types are local, remove global dictionary
2012-01-23 Lucas Schnorr[trace] more testing in process migration tracing example
2012-01-23 Lucas Schnorr[trace] update tesh, remove timestamping check, add...
2012-01-23 Lucas Schnorr[trace] remove repeated parameter, plus add new test...
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] new example that will be used to test platform...
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 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-01-19 navarroAdd mm.c to fragile sources
2012-01-19 Marion Guthmullerunused example chord_stateful removed
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...
next