|
@@ -2014,6 +2014,7 @@ as it emulates devices that have a limited amount of memory.
|
|
@menu
|
|
@menu
|
|
* starpu_init:: Initialize StarPU
|
|
* starpu_init:: Initialize StarPU
|
|
* struct starpu_conf:: StarPU runtime configuration
|
|
* struct starpu_conf:: StarPU runtime configuration
|
|
|
|
+* starpu_conf_init:: Initialize starpu_conf structure
|
|
* starpu_shutdown:: Terminate StarPU
|
|
* starpu_shutdown:: Terminate StarPU
|
|
@end menu
|
|
@end menu
|
|
|
|
|
|
@@ -2109,6 +2110,22 @@ variable when it is set.
|
|
@end table
|
|
@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
|
|
@node starpu_shutdown
|
|
@subsection @code{starpu_shutdown} -- Terminate StarPU
|
|
@subsection @code{starpu_shutdown} -- Terminate StarPU
|