Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2014-06-30 Paul BédarideXml platform cleaning
2014-06-30 Paul BédarideAdd difftool option to tesh to help updating tesh files
2014-06-27 Augustin DegommeWcloberred is unknown for clang...
2014-06-27 Augustin DegommeAdd other warning flags for cpp
2014-06-27 Augustin Degommeas linking may be done through c++, add flags to remove...
2014-06-27 Augustin Degommeremove warnings in mpich c tests
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 CoronaAdd missing dist files
2014-06-27 Gabriel CoronaMerge branch 'mc'
2014-06-27 Martin Quinsonadd some tests about the smpi robustness to PEBKAC
2014-06-27 Martin Quinsonmake it easier to write tesh files by removing the...
2014-06-27 Martin Quinsonignore some generated files
2014-06-27 Martin QuinsonProperly fix the case where the user provides an empty...
2014-06-27 Gabriel Corona[mc] Do not optimize src/xbt/dynar.c
2014-06-27 Stéphane CastelliAdd an option to get the compiler version, change the...
2014-06-27 Stéphane CastelliSome minor corrections on the documentation
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 : update tesh
2014-06-26 Marion Guthmullermodel-checker : visited states reduction available...
2014-06-26 Augustin DegommeJSURF_JAVA_GENERATED_SRC is already included in JMSG_JA...
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-25 Augustin Degommedon't build mtest static lib if mpich3 tests are not...
2014-06-24 Augustin Degommechange path where to look for an include file
2014-06-24 Augustin Degommeactivate tests for Accumulation with complex datatypes
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-24 Gabriel Corona[mc] Optimise more files
2014-06-23 degommeSwitch to the right version of cmakefiles for mpich3...
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 Degommeadd MPICH3 rma tests (15 out of 88 should be passing...
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 Pierre VeyreRemove call to concurrent-rw test
2014-06-20 Gabriel Corona[mc] Reset the softdirty bits *before* restoring the...
2014-06-20 Pierre VeyreRemove storage.xml example file
2014-06-20 Gabriel Corona[mc] Try to use optimisation with some part of the MC
2014-06-20 Pierre VeyreInitiate java bindings for MSG storage API
2014-06-20 Pierre VeyreAdd new tesh suite for msg-storage
2014-06-20 Gabriel Corona[mc] Always inline 'inline' functions
2014-06-20 suterremove documentation of non-existing date parameter
2014-06-20 suterprevent warining for undocumented (because internal...
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 CastelliSmall fixes to the documentation
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 Augustin Degommeadd rule to use gcc-ar and gcc-ranlib instead of ar...
2014-06-18 Augustin DegommeRevert "try to have all these mpich temporary libs...
2014-06-18 Paul BédarideImprove Packet level simulation documentation v3_11_x
2014-06-18 Paul BédarideFix bug with const in java bindings
2014-06-18 Augustin Degommetry to have all these mpich temporary libs sent to...
2014-06-18 Arnaud GierschUpdate tesh files after commit 2c2afb4d73ea196ea97ca46b...
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
next