Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix cluster without backbone.
[simgrid.git] / src / surf / cpu_im.c
2011-10-26 NavarropRewrite the way to do the parsing for host,cluster...
2011-10-20 Martin Quinsonuse more consistently the resource create of models...
2011-10-20 Martin Quinsonmerge branches
2011-05-24 Martin Quinsonmerge
2011-05-24 Lucas Schnorr[trace] cosmetics, remove TRACE_is_active, use TRACE_is...
2011-05-17 Arnaud Giersch[trace] Guard expensive computations with TRACE_is_active.
2011-04-22 Lucas Schnorr[trace] fixing identation
2011-03-24 agierschRemove usage of xbt_assert[0-9].
2011-03-24 navarropForgot to change xbt_dict_cursor_t to xbt_lib_cursor_t;
2011-03-24 navarropRemove xbt_dict_t workstations from SD_global.
2011-03-24 navarropRemove old function surf_model_resource_by_name.
2011-02-24 navarropCreate current_property_set only if it is required.
2011-02-17 agierschMake XBT_{IN,OUT,HERE} function-like macros.
2011-02-17 agierschUse new style logging macros.
2011-02-01 thieryUse a mallocator for the Surf actions
2011-01-21 navarropCorrectly set callbacks for tags.
2010-12-29 schnorr[trace] cosmetics
2010-12-29 schnorr[trace] only CPU models control the last timestamp...
2010-12-13 schnorr[trace] removing obsolete code (host and link declarati...
2010-12-07 coldpeaceno need to check, since the default value of core is...
2010-12-07 schnorr[trace] new system call to make categorized host utiliz...
2010-12-02 alegrandCPU_im (i.e., with lazy evaluation) now supports multic...
2010-12-02 alegrandStart handling the core attribute (store in cpu.c and...
2010-11-10 alegrandBug fix. Now cpu_im can handle tasks whose size is...
2010-10-11 alegrandIndent include and src using this command:
2010-10-08 schnorrget trace category from surf_action instead of smx_acti...
2010-10-08 schnorrnew variable for surf_action_t to contain its tracing...
2010-07-23 coldpeacecleanups
2010-07-23 coldpeaceadda new callback(add_traces) to the CPU models
2010-07-15 coldpeacekill surf_cpu_model_init_bypass_im, use surf_host_creat...
2010-07-13 coldpeacefix the way to bypass the cpu_im without hard coding...
2010-07-09 coldpeaceadd surf_cpu_init_im_bypass to be used to bypass the...
2010-06-15 navarropDont declare variables at the middle of nowhere.
2010-04-25 mquinsonFix copyright headers
2010-04-15 schnorrrenaming the tracing functions that set the host/link...
2010-04-15 schnorrremoving code that was used to trace every single surf...
2010-04-15 schnorrrenaming some tracing functions to make easy to remembe...
2010-04-01 alegrandHuge import with Lucas tracing modifications.
2009-11-20 mquinsonChange the code so that it compiles in supernovae mode
2009-11-16 donassbrBugfix: Initialize variable and remove from heap when...
2009-11-04 donassbrAdd tests to skip actions that aren't running or have...
2009-09-29 donassbrChange variable waiting_task to waiting_action on msg...
2009-09-29 donassbrFix problem when comparing two doubles.
2009-08-27 donassbrRemove unnecessary changes at maxmin.c.
2009-08-26 donassbrMerge changes of maxmin_selective_update branch into...