浏览代码

give stencil example for implicit asynchronous partitioning

Samuel Thibault 7 年之前
父节点
当前提交
a5cc29ba1e
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6 0
      doc/doxygen/chapters/310_data_management.doxy

+ 6 - 0
doc/doxygen/chapters/310_data_management.doxy

@@ -380,6 +380,12 @@ different partitioning to coexist. As soon as a data is accessed in read-write
 mode, StarPU will automatically unpartition everything and activate only the
 partitioning leading to the data being written to.
 
+For instance, for a stencil application, one can split a subdomain into
+its interior and halos, and then just submit a task updating the whole
+subdomain, then submit MPI sends/receives to update the halos, then submit
+again a task updating the whole subdomain, etc. and StarPU will automatically
+partition/unpartition each time.
+
 \section ManualPartitioning Manual Partitioning
 
 One can also handle partitioning by hand, by registering several views on the