Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Compilation broken.
[simgrid.git] / src /
2010-09-27 piniCompilation broken.
2010-09-27 coldpeaceadding some setter methods
2010-09-27 piniAdded local and global sampling.
2010-09-23 navarropRename CLEANUP definition (used after TRY) into TRY_CLEANUP
2010-09-23 schnorrcode clean-up
2010-09-23 schnorrnew configuration option tracing/platform/method
2010-09-23 navarropUpdate _units file in svn.
2010-09-23 navarropInitialize value. Compilation with Full Flags.
2010-09-23 navarropRename CLEANUP macro into _CLEANUP for Supernovae mode.
2010-09-23 piniTake size into account when building a unique name.
2010-09-23 schnorrdedicated file to trace categorized resource utilization
2010-09-23 schnorrcosmetics: fixing identation
2010-09-23 schnorrplacing instrumentation of network utilization on bette...
2010-09-22 piniAdded RAM folding to SMPI.
2010-09-17 schnorronly remove from dict if the key is there
2010-09-15 schnorrwhen smpirun is executed with -trace parameter, activat...
2010-09-15 schnorrproperly destroying containers at the end of trace...
2010-09-15 schnorrtrace: new interface function for tracing resource...
2010-09-15 schnorrnot consider the time spent on SMPI tracing as part...
2010-09-15 schnorrcreating a source file dedicated to handle the categories
2010-09-14 piniBugfix: C is _not_ object-oriented (a.k.a. missing...
2010-09-13 navarropUpdate doc for icomms.
2010-09-13 navarropIf we are on windows _GNU is defined by cmake.
2010-09-13 navarropWindows compatibility.
2010-09-07 cristianrosaDo not call xbt_cfg_set_int on the model-check option...
2010-09-06 piniFixed return type.
2010-09-06 piniAdded missing MPI call.
2010-09-06 piniBugfix: invalid behaviour in datatype_copy.
2010-08-20 coldpeacefix the way to instanciate links via worsktation_ptask_...
2010-08-19 coldpeacemove e_surf_link_sharing_policy_t structure to surf...
2010-08-16 alegrandRemove stupid "if" that prevents from displaying the...
2010-08-16 coldpeaceextend lua console to simdag
2010-08-11 coldpeacecleanups
2010-08-10 coldpeaceremove duplicated line
2010-08-10 coldpeaceadd new source file to lua bindings code, having possib...
2010-08-10 coldpeacetest dict before giving its size...
2010-08-10 schnorrfix on smpi tracing: check if tracing is disabled
2010-08-10 schnorrupdate on smpirun script to accept -trace argument...
2010-08-10 cristianrosaTweak a bit the dependence function
2010-08-09 schnorrprevents from adding invalid pointer to the dict
2010-08-09 schnorrproper initilization of the model-check option
2010-08-09 schnorrfix on the default value of fullduplex option
2010-08-09 schnorrremoving stdout log message
2010-08-09 schnorrremoving compilation warnings
2010-08-09 schnorrmanage links in a different way (to help tracing gtnets...
2010-08-09 schnorrusing two dictionaries to keep host information (name...
2010-08-09 schnorrfix on trace: correct way to trace the amount of data...
2010-08-09 schnorrfix on the name of the variable
2010-08-09 schnorrfullduplex support
2010-08-09 coldpeaceadd new function : xbt_dict_is_empty
2010-08-06 schnorrtracing a sub-set of point-to-point mpi functions
2010-08-06 schnorrtrace: functions to generate states for point-to-point...
2010-08-06 schnorrtrace: functions to generate links, append a link type...
2010-08-06 schnorrtrace: a dictionary to keep link keys, put and get...
2010-08-05 piniAdded MPI_CHAR to predefined reduce operations (not...
2010-08-05 schnorrtracing MPI collective operations implemented in SMPI
2010-08-05 schnorrtracing MPI_Init and MPI_Finalize (trace container...
2010-08-05 schnorrinitial instrumentation points for the smpi component
2010-08-05 coldpeaceextend bypass to grass...
2010-08-05 coldpeaceadd gras_load_environment_script & gras_function_regist...
2010-08-05 navarropGive LD_LIBRARY_PATH to smpirun.
2010-08-05 schnorrdetecting if TRACE_start was called too soon (before...
2010-08-05 schnorrkill all aspects related to masks in the tracing interface
2010-08-05 schnorrdeclaration of configuration options for tracing
2010-08-05 coldpeacecleanups
2010-08-05 cristianrosaImprove handling of WaitAny transitions.
2010-08-05 cristianrosaShow more information on dead-lock'ed transitions
2010-08-05 piniSemaphores are repaired, so SMPI can safely rely on...
2010-08-04 coldpeaceadd SD_load_environment_script function to Simdag Module
2010-08-04 coldpeaceadd new callbacks to the Workstation's models, and...
2010-08-04 navarropOops sorry don't need this line.
2010-08-04 navarropMore windows compatibility for context.
2010-08-03 cristianrosaTweak the handling of WaitAny transitions. It should...
2010-07-30 alegrandAdd debug informations.
2010-07-30 navarropAdd an example for waitany fct.
2010-07-30 coldpeaceif lua isn't available, MSG_load_platform_script should...
2010-07-30 schnorrremoving instrumentation that is not used by MSG interface
2010-07-30 schnorrfix: bw and lat are stored as double* in the link_...
2010-07-30 schnorrcomment some tracing functions
2010-07-30 schnorrfix: association between router name and its id
2010-07-30 coldpeaceisolate lua code when if lua is enabled
2010-07-29 coldpeaceremove unused code, take into consideration in the...
2010-07-29 coldpeaceadd function MSG_load_platform_script that load the...
2010-07-29 cristianrosaEnable using the MC with SMPI
2010-07-29 cristianrosaFix a bug in the MC that enables running programs that...
2010-07-28 coldpeacefix the memory leak when create link resources and...
2010-07-26 coldpeacebypass the surf callbacks to parse XML... almost done
2010-07-26 coldpeaceadd generic acess function to routing model, to call...
2010-07-23 coldpeacecleanups
2010-07-23 coldpeaceadd new callback to the network model
2010-07-23 coldpeaceadda new callback(add_traces) to the CPU models
2010-07-23 coldpeacedeclare create_resource callback for other CPU models
2010-07-22 coldpeacemove A_surfxml_process_funtion from here and use proces...
2010-07-21 navarropPlease compile with enable_compile_warnings=on. Missing...
2010-07-21 navarropAdd local tests with pipol.
2010-07-21 coldpeacecall MSG_set_function if BYPASS_MODEL is defined
2010-07-21 coldpeaceadd MSG_set_function function, used to bypass the deplo...
2010-07-21 coldpeaceadd SIMIX_process_set_function, could be used instead...
2010-07-20 quintinavoid file transmition between root and ready node...
2010-07-20 coldpeaceadd methods allowing routing, bypass the parser......
next