Samuel Thibault 9 роки тому
батько
коміт
2cc0fdc379

+ 2 - 2
doc/doxygen/chapters/18mic_scc_support.doxy

@@ -19,9 +19,9 @@ The script <c>mic-configure</c> can then be used to achieve the two compilations
 calls <c>configure</c> as appropriate from two new directories: <c>build_mic</c> and
 <c>build_host</c>. <c>make</c> and <c>make install</c> can then be used as usual and will
 recurse into both directories. If different configuration options are needed
-for the host and for the mic, one can use <c>--with-host-param=--with-fxt</b>
+for the host and for the mic, one can use <c>--with-host-param=--with-fxt</c>
 for instance to specify the <c>--with-fxt</c> option for the host only, or
-<c>--with-mic-param=--with-fxt</b> for the mic only.
+<c>--with-mic-param=--with-fxt</c> for the mic only.
 
 \section PortingApplicationsToMICSCC Porting Applications To MIC Xeon Phi / SCC
 

+ 4 - 0
doc/doxygen/chapters/api/data_management.doxy

@@ -69,6 +69,10 @@ reads or non-commutative writes).
 \ingroup API_Data_Management
 used in starpu_mpi_insert_task() to specify the data has to be sent
 using a synchronous and non-blocking mode (see starpu_mpi_issend())
+\var starpu_data_access_mode::STARPU_LOCALITY
+\ingroup API_Data_Management
+used to tell the scheduler which data is the most important for the task, and
+should thus be used to try to group tasks on the same core or cache, etc.
 
 @name Basic Data Management API
 \ingroup API_Data_Management