Browse Source

update doc => delete starpu_disk_unregister

Corentin Salingue 12 years ago
parent
commit
13a2b1b6b3
1 changed files with 1 additions and 5 deletions
  1. 1 5
      doc/doxygen/chapters/out_of_core.doxy

+ 1 - 5
doc/doxygen/chapters/out_of_core.doxy

@@ -35,11 +35,7 @@ StarPU will automatically try to evict unused data to this new disk. One can
 also use the standard StarPU node API, see the \ref API_Standard_Memory_Library
 also use the standard StarPU node API, see the \ref API_Standard_Memory_Library
 and the \ref API_Data_Interfaces .
 and the \ref API_Data_Interfaces .
 
 
-Before shutting down StarPU, the disk memory has to be unregistered:
+The disk is unregistered during the starpu_shutdown().
-
-\code{.c}
-	starpu_disk_unregister(dd);
-\endcode
 
 
 \section DiskFunctions Disk functions
 \section DiskFunctions Disk functions