Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Make sure it works to compile only one file of the java example directories by adding...
[simgrid.git] / ChangeLog
index a532634..391b915 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -76,7 +76,13 @@ SimGrid (3.3.4) unstable; urgency=low
  * 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)