Browse Source

doc/doxygen/chapters/api/mpi.doxy: fix policy identifier

Nathalie Furmento 10 years ago
parent
commit
376ab541c1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      doc/doxygen/chapters/api/mpi.doxy

+ 1 - 1
doc/doxygen/chapters/api/mpi.doxy

@@ -338,7 +338,7 @@ Return the current policy used to select the node which will execute the codelet
 \fn int starpu_mpi_node_selection_set_current_policy(int policy)
 \ingroup API_MPI_Support
 Set the current policy used to select the node which will
-execute the codelet. The policy "node_with_most_R_data" selects the
+execute the codelet. The policy STARPU_MPI_NODE_SELECTION_MOST_R_DATA selects the
 node having the most data in R mode so as to minimize the amount of
 data to be transfered.