Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add a yummy matrix multiplication rpc thing
[simgrid.git] / ChangeLog
index dac1b88..d89fbfd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -22,7 +22,13 @@ SimGrid (3.0.1) unstable; urgency=low
   
   MSG:
   * Add additionnal checkings on channel values in communication [AL]
-  * New: MSG_task_get_source to see on which host a task was generated [HC]
+  * New: MSG_task_get_source to see on which host a task was generated [HC]
+
+  GRAS new functionnalities: [MQ]
+  * Enhance the parsing macro to allow the size of multidimentional objects
+    to be given thru annotations.
+  * New example (and documentation): Matrix Multiplication a la RPC manner 
+    (as when I was young!) and fix a bunch of bugs found on the way.
 
   GRAS performance improvements: [MQ]
   [DataDesc]