Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
updating tesh files to consider with new log messages
[simgrid.git] / src /
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......
2010-07-20 quintinDotLoader : Add the possibility to have some edge from...
2010-07-18 coldpeaceadd function surf_add_route_element
2010-07-16 coldpeaceuse named arguments, and set optional properties to...
2010-07-15 mquinsonbug fix: typo found by David
2010-07-15 mquinsonfix example in the documentation
2010-07-15 coldpeaceadd create_host method to do the job of the old surf_cp...
2010-07-15 coldpeacekill surf_cpu_model_init_bypass_im, use surf_host_creat...
2010-07-13 coldpeacecall surf_network_model_init_bypass when BYPASS_MODEL...
2010-07-13 coldpeaceadding bypass methods to the network model extension
2010-07-13 coldpeacecall surf_model_init_bypass_im instead of init_host_bypass
2010-07-13 coldpeaceremove the init_host_bypass from here
2010-07-13 coldpeacefix the way to bypass the cpu_im without hard coding...
2010-07-12 piniSome pending work on semaphores:
2010-07-12 schnorrnew tracing functions to deal with trace markers
2010-07-12 schnorrnew paje event declared on header of trace file, tesh...
2010-07-12 schnorrupdating copyright note to GNU LGPL
2010-07-12 suterAdd stuff to make transfer task names unique.
2010-07-09 coldpeaceremove unused variables and use xbt_dynar_t to store...
2010-07-09 piniUse a fifo instead of a swag of sleeping processes...
2010-07-09 piniCosmetics
2010-07-09 coldpeaceusing xbt_dynar_t to store host arguments / tryin'...
2010-07-09 coldpeaceadd init_host_bypass to be used (by lua) to init cpu...
2010-07-09 coldpeaceadd surf_cpu_init_im_bypass to be used to bypass the...
2010-07-07 navarropAdd function MSG_comm_waitall for icomm and add one...
2010-07-07 quintinadd the fonction SD_task_dotty in simdag after deleting...
2010-07-07 navarropUsed test with receiver.
2010-07-07 mquinsonMerge tracing_config.h into simgrid_config.h, where...
2010-07-07 quintinDelete the dependencies with stdio in simdag.h. Correct...
2010-07-06 navarrop[From Arnaud Giersch] Fix memory leak when MSG_create_e...
2010-07-06 navarrop[From Arnaud Giersch] Fix the following problems in...
2010-07-05 navarropAdd a function called after a MSG_comm_test.
2010-07-05 cristianrosaChange dependence function to mimic the one in AVOCS...
2010-07-05 navarropSorry but need to have type size_t.
2010-07-05 navarropShould be type void*.
2010-07-05 quintincorrection to compile with warning and th indentation...
2010-07-02 navarropRewriting for some compilers less permissive.
2010-07-02 navarropChange the type of return.
2010-07-01 quintinavoid the complilation of dot_test.c if graphviz wasn...
2010-07-01 quintinthe comment of some lines add a bug in the execution...
2010-07-01 quintinAdd a dot loader to have a connection with the random...
2010-07-01 navarropAdd some fct to simix for function wait in gos.c
2010-06-28 navarropAdd dependancies for libraries and testall.
next