X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2a68826d92876474e055ae7322da4552ddb1118a..2d06be6b5baae2feb72319f6e92aec54012cebea:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 448d0c7471..391b915d35 100644 --- a/ChangeLog +++ b/ChangeLog @@ -73,8 +73,16 @@ SimGrid (3.3.4) unstable; urgency=low SD_task_get_parents(task) and SD_task_get_children(task) * Add getters on amount of workstations and list: SD_task_get_workstation_count(t) and SD_task_get_workstation_list(t) + * Add getter on task kind: SD_task_get_kind(task) * Update the start_time and finish_time of tasks on completion/failure + * Bugfix: Remove task from state swags when destroyed + + GRAS: + * New function: void gras_cpu_burn(double flops) -- a simple CPU burner + XBT: + * New function: xbt_dynar_dopar(dynar,fun) to map a function over the + dynar with one separate thread per value of the dynar. Bug fixes: * GTNetS wrappers should now be usable again (and betterly tested too)