Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
rename all SIMIX_pre_* to simcall_HANDLER_*
[simgrid.git] / src /
2014-11-02 Martin Quinsonrename all SIMIX_pre_* to simcall_HANDLER_*
2014-11-02 Martin QuinsonRename smx_user to libsmx (to mimick libc/smx)
2014-11-01 Martin Quinsonfinish the s/smurf/popping/ renaming
2014-11-01 Martin Quinsonimprove a bit the documentation of popping, and align...
2014-11-01 Martin Quinsonmake smx_popping_bodies.c parsable by eclipse (kinda)
2014-11-01 Martin Quinsoncosmetics in the popping generator
2014-11-01 Martin Quinsontypo
2014-11-01 Martin Quinsonkill dead code
2014-11-01 Martin Quinsonfurther simplification of the popping in simix
2014-11-01 Martin QuinsonRemove the 'TUTORIAL: New API' chunks
2014-11-01 Martin Quinsonrename a generated file involved in the kernel popping
2014-11-01 Martin Quinsonkill dead code
2014-10-31 Gabriel Corona[mc] Split config code into mc_config.c
2014-10-31 Gabriel Corona[mc] Make MC_resolve_subtype() and MC_resolve_subtype...
2014-10-31 degommesmall correction
2014-10-31 degommeprovide user-friendly errors when replay encounters...
2014-10-30 degommeSomehow .. we forgot to replay allgather.
2014-10-30 degommeroot should be optional for gather replay (as it is...
2014-10-30 degommeAdd tracing for RMA calls
2014-10-30 degommeprevious commit was a mistake. Handle the case more...
2014-10-30 Augustin Degommedon't push null request back in the dynar
2014-10-30 Augustin Degommewe should not set error flag when wait or test is calle...
2014-10-30 Augustin Degommeavoid code duplication that lead to out-of-date fortran...
2014-10-30 Gabriel Corona[mc] Document/simplify MC_request_is_enabled()
2014-10-30 Gabriel Corona[mc] Simplify mc_update_comm_pattern
2014-10-30 Gabriel Corona[mc] DRY with mc_update_comm_pattern() (broken)
2014-10-30 Gabriel Corona[mc] DRY by adding get_call_type()
2014-10-30 Gabriel Corona[mc] Try to DRY in MC main loops
2014-10-29 degommesomehow we forgot MPI_REAL datatype C-fortran compatibility
2014-10-22 etortilopezMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-10-22 etortilopezusing walltimer in adaptive algorithm
2014-10-21 Augustin DegommeApply patch suggested by fabien Chaix. This avoids...
2014-10-17 Augustin DegommeAdd option to configure the factors used for IB model
2014-10-17 Gabriel Corona[smpi+mc] When restoring a snapshot, always remap the...
2014-10-16 Augustin DegommeChange verbosity of debug messages
2014-10-16 Augustin DegommeAdd a new Infiniband network model, based on the works...
2014-10-16 Augustin DegommeAdd a safe version of lmm_get_var_from_cnst to avoid...
2014-10-15 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2014-10-15 Martin QuinsonI'm not sure of why flexml generated a different flex...
2014-10-13 etortilopezbetter estimate of window for adaptive algorithm
2014-10-13 Lucas Mello SchnorrMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-10-13 Lucas Mello SchnorrPJ_value_get assumes value exists, this is not the...
2014-10-13 Gabriel Corona[mmalloc] Expand the junkarea
2014-10-13 Gabriel Corona[mc] Add support for DW_OP_regN locaitions from DW_AT_f...
2014-10-13 Gabriel Corona[mc] Prepare support for register location in DWARF...
2014-10-13 Gabriel Corona[mmalloc] Fix junkarea handling in free
2014-10-11 Martin Quinsontry to simplify the way simcalls are generated
2014-10-11 Martin Quinsonkill dead code
2014-10-11 Martin Quinsonask swig to please doxygen. Tools will drive me nuts
2014-10-11 Martin Quinsonrename SIMIX_simcall_{pre,post} to SIMIX_simcall_{enter...
2014-10-11 Martin Quinsonensure that the generated files are autonomous and...
2014-10-11 Martin Quinsonplease doxygen keep calm
2014-10-09 Martin Quinsonmake my previous commit also compile under MC (sorry)
2014-10-09 Martin Quinsonour usage of doxygen is improvable
2014-10-09 Martin QuinsonMake it much easier to follow control flow through...
2014-10-09 Martin Quinsontry to have valid chunks in generated files to please...
2014-10-09 Martin QuinsonAllow to recreate VMs in a better way (I guess)
2014-10-09 Martin QuinsonRemove VMs from the lib of existing hosts so that they...
2014-10-09 Martin Quinsonadd parenthesis to shut up a useless warning
2014-10-09 Adrien LebreMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-10-09 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2014-10-09 Adrien Lebrefix msg_host_is_avai... in msg_host_is_on - adrien
2014-10-09 Adrien LebreMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-10-09 Adrien Lebremake msg_vm_migrate robust (i.e. now SRC or DST can...
2014-10-09 Gabriel Corona[mc] Fix segfault when a function does not have a name
2014-10-09 Gabriel Corona[mc] Give the real type of mc_heap/std_heap (xbt_mheap_...
2014-10-08 etortilopezbetter estimation of dynamic threshold
2014-10-07 Martin Quinsonmore informative message when a process gets killed
2014-10-07 Martin Quinsonmissing call to XBT_LOG_CONNECT
2014-10-07 Martin Quinsonrename MSG_host_is_avail() to MSG_host_is_on()
2014-10-06 Augustin DegommeFix bug in keyval delete
2014-10-06 Augustin Degommegive correct pointer when calling delete function
2014-10-06 Augustin Degommeduplicated lines
2014-10-06 Augustin Degommestore the int in a long-enough char array
2014-10-05 degommecleanup, remove some useless functions
2014-10-05 degommeAdd MPI_Type*keyval and MPI_Type*attr functions
2014-10-03 degommeAdd MPI_Comm_*keyval and MPI_Comm*attr functions
2014-10-03 Augustin Degommeactivate some more tests
2014-10-03 Augustin DegommeFix compilation issue
2014-10-03 Augustin DegommeImplement MPI_Keyval_create, MPI_Keyval_free, MPI_Attr_...
2014-10-03 Augustin Degommeprovide new unimplemented signatures for RMA MPI calls
2014-10-02 Augustin Degommevarious fixes about replay and buffer usage
2014-10-02 Augustin DegommeWhen display timing is set, also display global simulat...
2014-10-02 Augustin DegommeChange way replay is handled, to allow cohabitation...
2014-10-02 Augustin Degommethis buffer was not meant to be shared
2014-10-02 Augustin Degommeuse correct free method for buffer
2014-10-02 Augustin Degommeadd MPI_Win_get_group, and activate some tests using...
2014-10-02 Augustin Degommeavoid issues in fortran codes
2014-10-02 Augustin DegommeAdd forgotten MPI_Comm_f2c and MPI_Comm_c2f calls
2014-10-02 Gabriel Corona[mc] Fix conversion from char 0 into char*
2014-10-01 etortilopezMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-10-01 etortilopezFixes in adaptive algorithm
2014-09-29 Augustin Degommehave last algos use also temporary buffers
2014-09-29 Augustin Degommeadd some more calls to smpi temp buffers allocation...
2014-09-29 Augustin Degommeremove unwanted !
2014-09-28 degommeintercept correctly calls with unitialized communicators
2014-09-27 degommeHave replay always use shared buffers instead of alloca...
2014-09-26 Augustin Degommefor replay and collectives, only allocate buffers once...
2014-09-25 Augustin DegommeAdd an option to have a sleep time before the start...
2014-09-25 Augustin Degommesmall changes to make multiple replay easier
next