Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Use MC_process_is_enabled instead of MC_request_is_enabled
[simgrid.git] / src /
2015-02-23 Gabriel Corona[mc] Use MC_process_is_enabled instead of MC_request_is...
2015-02-13 Gabriel Corona[mc] Do not use strerror(), not thread-safe
2015-02-13 Gabriel Corona[mc] Remote support for MC_deadlock_check() using MC_ME...
2015-02-12 Gabriel CoronaMerge master into mc-process
2015-02-12 Gabriel Corona[mc] Make an option for file descriptor snapshot (off...
2015-02-12 Gabriel Corona[mc] Mark some issues as fixed
2015-02-10 Marion Guthmullermodel-checker : intermediate backtracking enabled if...
2015-02-10 Gabriel Corona[mc] Server side symbol evaluation
2015-02-10 Marion Guthmullermodel-checker : memory leak
2015-02-10 Gabriel Corona[mc] Register symbols as pointers in the examples
2015-02-10 Gabriel Corona[mc] Extend xbt_propositional_symbols
2015-02-10 Gabriel Corona[mc] Cleanup heap switching code
2015-02-09 Marion Guthmullermodel-checker : cosmetics
2015-02-09 Marion Guthmullermodel-checker : non-recursive liveness algorithm
2015-02-09 Marion Guthmullermodel-checker : intermediate backtracking with model...
2015-02-09 Marion Guthmullermodel-checker : communications determinism with visited...
2015-02-06 Gabriel Corona[mc] Add MCer handling for MC_MESSAGE_IGNORE_HEAP and...
2015-02-06 Gabriel Corona(wip) Move the MCed public API in the same file
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 Martin QuinsonNew property: watt_off to denote the disipation when...
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-03 Martin Quinsonpartially fix the energy public API (massive renames...
2015-02-03 Martin QuinsonFix energy plugin wrt idle time
2015-02-02 Gabriel CoronaEnable C++11
2015-01-30 Gabriel Corona[mc] Remote unwinding support
2015-01-26 Martin Quinsonrename the property used by the energy plugin for clarity
2015-01-26 Martin Quinsonoops, remove verbose debug output
2015-01-26 Martin Quinsoneven more informative error message
2015-01-25 Martin Quinsonmore informative (?) error message
2015-01-25 Martin Quinsonproperly pass the cluster's properties to the created...
2015-01-25 Martin Quinsonmore informative error message in some obscure error...
2015-01-25 Martin Quinsoncosmetics in comments
2015-01-23 Gabriel Corona[mc] Make a copy of the libunwind context when snapshot...
2015-01-22 Christian HeinrichModified error messages when creating CPUs for more...
2015-01-20 sutermore verbose output following a weird crash on my laptop
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
2015-01-06 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-01-05 Augustin Degommeavoid breaking with recent freebsd that implement this...
2014-12-22 Martin QuinsonEnsure that MSG_host_self() works from maestro context
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 Augustin Degommedoc update for new appenders
2014-12-12 Augustin DegommePatch by F.Chaix : add two "new" log appender methods...
2014-12-12 Gabriel Corona[mc] Support for reading heap state from another process
2014-12-12 Martin Quinsonmore documentation about the simcall mechanism
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-10 Augustin Degomme(try to) avoid looping forever, temporarily.
2014-12-10 Augustin DegommeFix windows build (this is now used from the java library)
2014-12-10 Marion Guthmullerfix dot output with file descriptor checkpoint/restore
2014-12-09 Augustin DegommeFix build
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] Remove redundant typedefs
2014-12-08 degommebashism -- (fix https://bugs.debian.org/cgi-bin/bugrepo...
2014-12-08 Adrien LebreMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-12-08 Gabriel Corona[mc] Multiple .so support for region snapshots
2014-12-08 Christian HeinrichFixed return values for several MPI_WIN functions
2014-12-08 Adrien LebreMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-12-08 Adrien LebreFew temporary debug messages - adrien
2014-12-06 Augustin DegommeAdd a mutex to lock access to the SMPI mailboxes when...
2014-12-06 Augustin DegommeRevert "Avoid using simcalls here, as by descheduling...
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-05 Augustin DegommeAdd MPI_Win_post, MPI_Win_start, MPI_Win_complete,...
2014-12-04 Gabriel Corona[mc] Move process info in a new s_mc_process_t structure
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 CoronaUse pthread mutex instead of semaphore in mm
2014-12-01 Gabriel Coronas/formated/formatted/
next