Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
New function: gras_socket_close_voidp() -- just like gras_socket_close() but acceptin...
[simgrid.git] / ChangeLog
index 448d0c7..391b915 100644 (file)
--- 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)