Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2015-02-06 Gabriel Corona[mc] New message for stack_area
2015-02-06 Gabriel Corona[mc] Flag global variables in mc_ignore as belonging...
2015-02-06 Gabriel Corona[mc] Communicate MC_remove_ignore_heap to the remote...
2015-02-06 Gabriel Corona[mc] Do not call malloc_no_memset in mc_snapshot
2015-02-06 Gabriel Corona[mc] Implement remote support for MC_ignore
2015-02-06 Gabriel Corona[mc] Move mc_model_checker in its own .c file
2015-02-06 Gabriel Corona[mc] Communication of heap_area_to_ignore to the remote...
2015-02-05 Gabriel Corona[mc] Define one struct per MC message type
2015-02-03 Gabriel Corona[mc] Move MC_init_pid outside of mc_server
2015-02-03 Gabriel Corona[mc] Remove some functions in mc_server
2015-02-03 Gabriel Corona[mc] Basic infrastructure for a real model-checker...
2015-02-02 Gabriel CoronaEnable C++11
2015-01-30 Gabriel Corona[mc] Remove useless code in ~DWARF test
2015-01-30 Gabriel Corona[mc] Remote unwinding support
2015-01-23 Gabriel Corona[mc] Make a copy of the libunwind context when snapshot...
2015-01-16 Gabriel Corona[mc] Add some comments
2015-01-16 Gabriel Corona[mc] Create a separate simgrid-mc program
2015-01-09 Gabriel Corona[mc] Remove remaining bits on hardcoded object list
2014-12-19 Gabriel Corona[mc] Add some FIXMEs for cross-process support
2014-12-19 Gabriel Corona[mc] Cross-process support for MC_ignore
2014-12-19 Gabriel Corona[mc] Implements privatization support for MC_process_read
2014-12-19 Gabriel Corona[mc] Abstract the process and a snapshot types with...
2014-12-16 Gabriel Corona[mc] More comments for mc_dwarf_execute_expression()
2014-12-16 Gabriel Corona[mc] Add more information about mc_dwarf_register_to_li...
2014-12-12 Gabriel Corona[mc] Support for reading heap state from another process
2014-12-11 Gabriel Corona[mc] Fix error handling in MC_process{read,write}
2014-12-11 Gabriel Corona[mc] Access memory from another process
2014-12-09 Gabriel Corona[mc] Enable the custom mm malloc only in MC
2014-12-09 Gabriel Corona[mm] Allow to disable the mm based `malloc` at runtime
2014-12-09 Gabriel Corona[mc] Optimise most of XBT
2014-12-08 Gabriel Corona[mc] Optimise all the MC compilation units
2014-12-08 Gabriel Corona[mc] Multiple .so support for region snapshots
2014-12-05 Gabriel Corona[mc] Multiple .so support in MC_ignore_local_variable()
2014-12-05 Gabriel Corona[mc] Basic support for more other libraries than libsim...
2014-12-04 Gabriel Corona[mc] Move process info in a new s_mc_process_t structure
2014-12-04 Gabriel Corona[mc] Fix distcheck
2014-12-04 Gabriel Corona[mc] Don't include libunwind.h in non MC builds
2014-12-04 Gabriel CoronaMerge branch 'master'
2014-12-04 Gabriel Corona[mc] Don't use unprototyped functions
2014-12-04 Gabriel Corona[mc] Remove useless header #includes
2014-12-02 Augustin Degommeforgot to add this include
2014-12-02 Augustin Degommelet's try to please windows
2014-12-02 Augustin DegommeAvoid using simcalls here, as by descheduling the proce...
2014-12-02 Augustin Degommetypos-=2
2014-12-02 Augustin Degommeavoid problem when freeing pointer with lb!=0
2014-12-02 Augustin Degommedo the same thing as before with IB model parameters
2014-12-02 Gabriel Corona[mc] Modularise header files for MC
2014-12-02 Gabriel Corona[mc] Define a type for MC object information flags
2014-12-01 Gabriel Corona[mc] Remove MC_ignore_global_variable() calls
2014-12-01 Gabriel Corona[mc] Enable MC specific behaviour in replay mode
2014-12-01 Gabriel CoronaRevert "[mc] Enable MC specific behaviour in replay...
2014-12-01 Gabriel Corona[mc] Enable MC specific behaviour in replay mode
2014-12-01 Gabriel Corona[mc] Remove useless condition check
2014-12-01 Gabriel Corona[mc] Only enable the umpire test for MC builds
2014-12-01 Gabriel CoronaUse pthread mutex instead of semaphore in mm
2014-12-01 Gabriel CoronaFix dist
2014-12-01 Gabriel Coronas/formated/formatted/
2014-12-01 Gabriel Corona[mc] Initial support MC record/replay
2014-11-29 Martin Quinsonand now, fix the java teshsuite, re-sorry
2014-11-29 Martin Quinsonfix the build of java bundles, sorry
2014-11-29 Martin QuinsonDont produce that pdf output that we dont use
2014-11-29 Martin Quinsonreindent and improve displayed message
2014-11-29 Martin Quinsonput together the java-based tests
2014-11-28 Augustin Degommemove smpi bandwidth and latency factors out of the...
2014-11-28 Augustin DegommeRemove warnings in vm
2014-11-28 Augustin DegommeFix dist
2014-11-28 Augustin Degommeremove potential bug / clang warning
2014-11-27 Takahiro Hirofuchisupport timeout of migration
2014-11-27 Takahiro Hirofuchifix indent in migration code
2014-11-27 Takahiro Hirofuchiremove unnecessary comment out
2014-11-27 Takahiro Hirofuchiremove the unnecessary vm object in migration
2014-11-27 Takahiro Hirofuchiremove unused code in migration
2014-11-27 Takahiro Hirofuchiremove trailing space in the migration code
2014-11-27 Takahiro Hirofuchiremove unused migration code for CPU overheads
2014-11-25 Gabriel Corona[mc] Test if the stack-cleaner has any effect
2014-11-24 Gabriel Corona[mc] Disable/enable the stack-cleaner from a CLI argume...
2014-11-24 Gabriel Corona[mc] Fix the stack cleaner
2014-11-24 Gabriel Corona[mc] Fix umpire tests
2014-11-21 Gabriel CoronaMerge branch 'xp'
2014-11-21 Gabriel CoronaRevert "Temporarily disable an option"
2014-11-21 gabriel coronaTemporarily disable an option
2014-11-18 Gabriel CoronaInfrastructure for statically defined tracepoints
2014-11-18 Gabriel Corona[mc] Remove reference to DW_TAG_mutable_type:
2014-11-18 Martin Quinsontypo -= 2
2014-11-18 degommeprotect these calls to smpi_datatype_size as they are...
2014-11-17 degommeFix problem with unknown datatypes in replay/tracing.
2014-11-17 degommeThere should not be msg datatypes here
2014-11-17 Gabriel Corona[mm] Disable HAVE_GNU_LD code in order to get rid of...
2014-11-13 Martin Quinsonclean after augustin, as usual
2014-11-13 Martin QuinsonRemove the unmodified NAS examples as they are really...
2014-11-13 Gabriel CoronaRemove warning about uninitialized variable
2014-11-13 Gabriel CoronaDon't use xbt_os_time() when not needed
2014-11-13 Gabriel CoronaFix small leak in NetworkIBModel::NetworkIBMode()
2014-11-13 Gabriel Corona[mc] Disable timer in MC
2014-11-07 Gabriel Corona[mc] Fix distcheck
2014-11-07 Gabriel Corona[mc] Add useless parends to remove WTF warning-which...
2014-11-07 Augustin DegommeSimplify use of dict for smpi attr handling.
2014-11-07 Augustin Degommereplay_multiple should really work with out of build...
2014-11-07 Gabriel Corona[mc] Don't fork another process in the hop spot, MC_get...
2014-11-06 Augustin Degommeuse the manually privatized version of this algorithm...
next