Cédric Augonnet лет назад: 14
Родитель
Сommit
6b6ec00b05
1 измененных файлов с 17 добавлено и 0 удалено
  1. 17 0
      doc/starpu.texi

+ 17 - 0
doc/starpu.texi

@@ -2014,6 +2014,7 @@ as it emulates devices that have a limited amount of memory.
 @menu
 * starpu_init::                 Initialize StarPU
 * struct starpu_conf::          StarPU runtime configuration
+* starpu_conf_init::     Initialize starpu_conf structure
 * starpu_shutdown::             Terminate StarPU
 @end menu
 
@@ -2109,6 +2110,22 @@ variable when it is set.
 @end table
 
 
+@node starpu_conf_init
+@subsection @code{starpu_conf_init} -- Initialize starpu_conf structure
+@table @asis
+
+This function initializes the @code{starpu_conf} structure passed as argument with the default values.
+
+@item @emph{Return value}:
+Upon successful completion, this function returns 0. Otherwise, @code{-EINVAL}
+indicates that the argument was NULL.
+
+@item @emph{Prototype}:
+@code{int starpu_conf_init(struct starpu_conf *conf);}
+
+@end table
+
+
 
 @node starpu_shutdown
 @subsection @code{starpu_shutdown} -- Terminate StarPU