Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix debug message (wrong buffer was printed)
[simgrid.git] / src /
2014-07-03 Marion Guthmullerfix debug message (wrong buffer was printed)
2014-07-03 Marion Guthmullermodel-checker : cosmetic in log message
2014-07-03 Marion Guthmullermodel-checker : check dict content before removing...
2014-07-03 Marion Guthmullermodel-checker : remove useless condition
2014-07-03 Gabriel Corona[mc] Fast path when comparing NULL against non-NULL...
2014-07-03 Gabriel Corona[mc] Bug: MC was reading from the wrong region
2014-07-01 Gabriel Corona[mc] Remove useless question in assert
2014-07-01 Paul BédaridePath relative to xml directory works
2014-06-30 Paul BédarideXml platform cleaning examples/msg/ns3
2014-06-30 Paul BédarideFix ns3
2014-06-30 Paul BédarideRevert commit ed3e911d for better performances
2014-06-30 Paul BédarideXml platform cleaning
2014-06-27 Marion Guthmullermodel-checker : fix visited states reduction with comm...
2014-06-27 Marion Guthmullermodel-checker : if no inttypes found in c++
2014-06-27 Gabriel CoronaMerge branch 'mc'
2014-06-27 Martin Quinsonmake it easier to write tesh files by removing the...
2014-06-27 Martin QuinsonProperly fix the case where the user provides an empty...
2014-06-27 Stéphane CastelliAdd an option to get the compiler version, change the...
2014-06-27 Gabriel CoronaMerge branch 'mc-fastsnapshot' into mc
2014-06-27 Martin Quinsondividing by 0 is not always the best possible choice...
2014-06-27 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2014-06-26 Augustin DegommeChange the wonderful magic value of the max number...
2014-06-26 Marion Guthmullermodel-checker : minor fix in comments
2014-06-26 Marion Guthmullermodel-checker : visited states reduction available...
2014-06-26 Augustin DegommeStart the remote send as soon as possible in MPI_Get
2014-06-26 Augustin DegommeUse source of a MPI_Request as sender for SMPI messages.
2014-06-26 Augustin DegommeChange send/isend simcalls to add a new parameter ...
2014-06-26 Gabriel Corona[mc] Inline mc_snapshot_read_region()
2014-06-26 Gabriel Corona[mc] Inline mc_translate_address() and mc_translate_add...
2014-06-26 Gabriel Corona[mc] Forgot to decrease the page refcounts when freeing...
2014-06-24 Augustin DegommeChange the way MPI_Accumulate works with serialization...
2014-06-24 Gabriel Corona[mc] Add support of privatized global variables in...
2014-06-24 Gabriel Corona[mc] Avoid loosing meaningful bits ot pair.p2 when...
2014-06-24 Gabriel Corona[mc] Use an unordered_set for compared_pointers instead...
2014-06-24 Gabriel Corona[mc] Remove declaration of mc_read_pagemap() in mc_page...
2014-06-23 Augustin Degommeremove warning
2014-06-23 Augustin Degommeremove now useless functions
2014-06-23 Augustin Degommeremove now useless comments
2014-06-23 Augustin DegommeFirst steps for implemtation of MPI Onesided Operations :
2014-06-23 Gabriel Corona[mc] Always inline mc_page_store_get_page (C version...
2014-06-23 Marion Guthmullermodel-checker : clarify comments
2014-06-23 Gabriel Corona[mc] Move method definition out of class declaratio...
2014-06-21 degommeFix java tests : this dynar may be empty, don't try...
2014-06-20 Gabriel Corona[mc] Reset the softdirty bits *before* restoring the...
2014-06-20 Pierre VeyreInitiate java bindings for MSG storage API
2014-06-20 Gabriel Corona[mc] Always inline 'inline' functions
2014-06-20 suterremove documentation of non-existing date parameter
2014-06-20 suterdoc is whining +indent
2014-06-20 Augustin Degommedon't do the call if an error is caught before
2014-06-20 Augustin DegommeRemove benchmarking calls from cart_create
2014-06-20 Stéphane CastelliRemove some unbreakable spaces breaking the pdf generation
2014-06-20 Gabriel Corona[mc] Fix compilation warnings/errors when optimizing
2014-06-19 Gabriel Corona[mc] Documentation of mc_page_snapshot
2014-06-19 Gabriel Corona[mc] Config to disable soft-dirty page tracking --cfg...
2014-06-19 Gabriel Corona[mc] Avoid big alloca in mc_snapshot_region_memcp and...
2014-06-19 Gabriel Corona[mc] Poor man's TCO in compare_heap_area_with_type()
2014-06-19 Gabriel Corona[mc] Do not allocate pagemap buffer on the heap
2014-06-19 Gabriel Corona[mc] pread_whole must restart in cas of EINTR, not...
2014-06-19 Gabriel Corona[mc] Documentation about per-page snapshots
2014-06-19 Gabriel Corona[mc] Add some documentation
2014-06-19 Gabriel Corona[mc] Avoid region lookup when we know we are in the...
2014-06-19 Gabriel Corona[mc] Fix bug mc_snapshot_read_fragmented
2014-06-19 Gabriel Corona[mc] Replace test-and-die with assert
2014-06-19 Gabriel Corona[mc] Avoid looking up region in mc_diff (we are in...
2014-06-19 Gabriel Corona[mc] Fix mc_snapshot_read_fragmented
2014-06-19 Gabriel Corona[mc] Remove heap{base,info}{1,2} field in struct s_mc_d...
2014-06-19 Gabriel Corona[mc] Fix inverted test on page soft-dirtiness
2014-06-18 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2014-06-18 Paul BédarideMerge branch 'v3_11_x'
2014-06-18 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2014-06-18 Paul BédarideFix bug with const in java bindings
2014-06-17 Gabriel Corona[mc] Do not use offsetof() in mc_snapshot_get_heap_end
2014-06-17 Gabriel Corona[mc] Fix mc_snapshot_get_heap_end() for per-page snapshots
2014-06-17 Gabriel Corona[mc] Fix mc_translate_address_region() for per-page...
2014-06-17 Gabriel Corona[mc] Remove mc_untranslate_address() and mc_member_snap...
2014-06-17 Gabriel Corona[mc] Use mc_snapshot_read in snapshot_compare (compatib...
2014-06-17 Gabriel Corona[mc] mremap does not like MAP_PRIVATE|MAP_ANONYMOUS...
2014-06-17 Gabriel Corona[mc] Add option --cfg=model-check/sparse-checkpoint...
2014-06-17 Gabriel Corona[mc] Fix bugs in mc_page_snapshot
2014-06-17 Gabriel Corona[mc] Use mc_snapshot_read in mc_diff (compatibility...
2014-06-17 Gabriel Corona[mc] Use mc_snapshot_read in dwarf expression evaluatio...
2014-06-17 Gabriel Corona[mc] Fix bug in mc_snapshot_read
2014-06-17 Gabriel Corona[mc] Remove useless bits
2014-06-17 Gabriel CoronaAdd some informations/help for the user on SIGSEGV
2014-06-17 Martin Quinsoncosmetics on some error messages
2014-06-17 Stéphane CastelliThis should ease the future implementation of graphes...
2014-06-16 Gabriel Corona[mc] Remove useless parameters in compare_local_variables
2014-06-16 Gabriel Corona[mc] Group MC_ignore_global_variable("mc_diff_info...
2014-06-16 Gabriel Corona[mc] Remove useless parts in mmalloc_compare_heap,...
2014-06-16 Gabriel Corona[mc] Use process addresses in mc_compare
2014-06-16 Gabriel Corona[mc] Partial integration of per-page snapshot address...
2014-06-16 Gabriel Corona[mc] Simplify s_mc_snapshot_stack
2014-06-16 Stéphane CastelliMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-06-16 Stéphane CastelliSome boilerplate around IB networking
2014-06-16 Augustin Degommechange symbol name to match one declared in mpif.h
2014-06-16 Stéphane CastelliUninstall recently added manpages
2014-06-13 Gabriel Corona[mc] Update doc for page_store
2014-06-13 Gabriel Corona[mc] Page-level sparse snapshot: work-in-progress,...
2014-06-13 Gabriel Corona[mc] In MC_ignore, keep the zeroed data out of the...
2014-06-12 Arnaud GierschIncrease size of junk area to 32 KiB in mm_legacy.c.
next