Bläddra i källkod

give stencil example for implicit asynchronous partitioning

Samuel Thibault 7 år sedan
förälder
incheckning
a5cc29ba1e
1 ändrade filer med 6 tillägg och 0 borttagningar
  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