Переглянути джерело

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