浏览代码

Changelog: mention MPI fixes

Nathalie Furmento 11 年之前
父节点
当前提交
f3288d4dda
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      ChangeLog

+ 5 - 0
ChangeLog

@@ -72,6 +72,11 @@ Changes:
   * Data interfaces (variable, vector, matrix and block) now define
     pack und unpack functions
   * Fix for properly dealing with NAN on windows systems
+  * StarPU-MPI: Fix for being able to receive a data which has not yet
+    been registered by the application (i.e it did not call
+    starpu_data_set_tag(), the data is received as a raw memory)
+  * StarPU-MPI: Fix for being able to receive data with the same tag
+    from several nodes (see mpi/tests/gather.c)
 
 StarPU 1.1.0 (svn revision xxxx)
 ==============================================