Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2015-03-19 Gabriel Corona[mc] Read *comm->comm.src_buff from MCed
2015-03-17 Gabriel Corona[mc] Read smpi_loaded_page from MCed in MC_process_init()
2015-03-17 Gabriel Corona[mc] Check variable size in MC_process_read_variable()
2015-03-17 Gabriel Corona[mc] Read smpi_privatisation_regions from MCed in MC_re...
2015-03-17 Gabriel Corona[mc] mc_checkpoint.c, remove some TODOs
2015-03-17 Gabriel Corona[smpi] Move start_data_exe and size_data_exe in the...
2015-03-16 Gabriel Corona[mc] Read smpi_process_count() from remote process
2015-03-16 Gabriel Corona[mc] Read from remote process in MC_wait_for_requests()
2015-03-16 Gabriel Corona[mc] Read from remote process in MC_request_get_dot_out...
2015-03-16 Gabriel Corona[mc] Read from remote process in MC_request_is_enabled_...
2015-03-16 Gabriel Corona[mc] Read from remote process in MC_request_to_string()
2015-03-13 Gabriel Corona[mc] Avoid useless malloc
2015-03-13 Gabriel Corona[mc] Cross process access to simcall synchro
2015-03-13 Gabriel Corona[mc] Fix namespace for transition pattern code
2015-03-13 Gabriel Corona[mc] mc_comm_pattern.c containing all communication...
2015-03-12 Gabriel Corona[mc] MCed memory access in MC_state_get_request()
2015-03-12 Gabriel Corona[mc] Remote support for filling state->internal_comm
2015-03-12 Gabriel Corona[mc] Fetch simix_process_maxpid from MCed
2015-03-12 Gabriel Corona[mc] Simplify nesting of MC_state_get_request
2015-03-10 Gabriel CoronaMerge branch 'master' into mc-process
2015-03-10 Gabriel Corona[mc] Add more smx_process_t MCer/MCed translations
2015-03-10 Gabriel Corona[mc] Remote access to process name
2015-03-09 Gabriel Corona[mc] Read host name from remote process
2015-03-06 Gabriel Corona[mc] Cross-process access to smx_process and simcall
2015-02-27 Gabriel CoronaAdd missing copyright notice
2015-02-26 Marion Guthmullermodel-checker : MUTEX_UNLOCK is invisible for MC
2015-02-26 Marion Guthmullermodel-checker : mutex owner may be NULL after UNLOCK
2015-02-25 Marion Guthmullermodel-checker : initialize variable
2015-02-25 Marion Guthmullermodel-checker : clang compliant
2015-02-25 Marion Guthmullermodel-checker : removed tesh forgotten in DefinePackage...
2015-02-25 Marion Guthmullermodel-checker : include MUTEX_LOCK and UNLOCK in dot...
2015-02-25 Marion Guthmullermodel-checker : really (?) fix SIMCALL_MUTEX_LOCK and...
2015-02-25 Marion Guthmullermodel-checker : fix SIMCALL_MUTEX_LOCK with MC
2015-02-24 Marion Guthmullermodel-checker : extend comm determinism verification
2015-02-24 Marion Guthmullermodel-checker : new files forgotten
2015-02-24 Marion Guthmullermodel-checker : non-progressive cycle detection (enable...
2015-02-23 Martin Quinsonfix the formating of the energy plugin's documentation...
2015-02-23 Gabriel Corona[mc] Use MC_process_is_enabled instead of MC_request_is...
2015-02-23 Martin Quinsonsome more documentation to the energy plugin
2015-02-23 Martin Quinsonrename one of the energy examples
2015-02-22 Martin Quinsoncosmetics
2015-02-22 Martin Quinsontypo--
2015-02-22 Martin QuinsonIgnore the display of the used collective algorithm
2015-02-22 Martin QuinsonSMPI: info message when the collective algorithm is...
2015-02-22 Martin Quinsondisplay the information earlier
2015-02-18 Arnaud LegrandMerge branch 'master' of git+ssh://scm.gforge.inria...
2015-02-18 Arnaud LegrandImprove error message
2015-02-17 Arnaud GierschUpdate SIMGRID_VERSION_DATE.
2015-02-17 Arnaud GierschTypos.
2015-02-17 Arnaud GierschReplace remaining smx_action by smx_synchro.
2015-02-17 Arnaud GierschFix comments.
2015-02-16 Martin QuinsonHave smpirun, smpicc and friends display the simgrid...
2015-02-16 Martin Quinsonmake smpirun guess the hostfile for cluster tags too
2015-02-15 Martin Quinsonmisleading typo in the comments
2015-02-13 Gabriel Corona[mc] Do not use strerror(), not thread-safe
2015-02-13 Marion Guthmullermodel-checker : include tag in comm determinism verific...
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 : revalidate tesh
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 Quinsoncosmetics in example and revalidate all energy examples
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] Remove useless code in ~DWARF test
2015-01-30 Gabriel Corona[mc] Remote unwinding support
2015-01-27 Martin Quinsonfix a test by hardcoding the used machines
2015-01-26 Martin Quinsonrename the property used by the energy plugin for clarity
2015-01-26 Martin Quinsonreduce the amount of cruft loaded in the jarfile (don...
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 Quinsontest that the hosts get the cluster's properties
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...
next