Sfoglia il codice sorgente

add placeholder for interoperability / StarPU Resource Manager doc

Olivier Aumage 6 anni fa
parent
commit
56e802c73a

+ 3 - 2
doc/doxygen/Makefile.am

@@ -1,6 +1,6 @@
 # StarPU --- Runtime system for heterogeneous multicore architectures.
 #
-# Copyright (C) 2013-2017                                Inria
+# Copyright (C) 2013-2018                                Inria
 # Copyright (C) 2010-2017                                CNRS
 # Copyright (C) 2009,2011,2013-2014,2017                 Université de Bordeaux
 #
@@ -144,7 +144,8 @@ chapters =	\
 	chapters/api/sc_hypervisor/sc_hypervisor.doxy \
 	chapters/api/sc_hypervisor/sc_hypervisor_usage.doxy \
 	chapters/api/modularized_scheduler.doxy \
-	chapters/api/clustering_machine.doxy
+	chapters/api/clustering_machine.doxy \
+	chapters/api/interoperability.doxy
 
 images = 	\
 	chapters/images/data_trace.eps \

+ 23 - 0
doc/doxygen/chapters/api/interoperability.doxy

@@ -0,0 +1,23 @@
+/* StarPU --- Runtime system for heterogeneous multicore architectures.
+ *
+ * Copyright (C) 2018                                     Inria
+ *
+ * StarPU is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as published by
+ * the Free Software Foundation; either version 2.1 of the License, or (at
+ * your option) any later version.
+ *
+ * StarPU is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ *
+ * See the GNU Lesser General Public License in COPYING.LGPL for more details.
+ */
+
+/*! \defgroup API_InteropSupport Interoperability Support
+
+\def INTEROP_DUMMY
+\ingroup API_InteropSupport
+TODO
+
+*/

+ 5 - 0
doc/doxygen/refman.tex

@@ -191,6 +191,11 @@ Documentation License”.
 \hypertarget{ClusteringAMachine}{}
 \input{ClusteringAMachine}
 
+\chapter{Interoperability Support}
+\label{InteropSupport}
+\hypertarget{InteropSupport}{}
+\input{InteropSupport}
+
 \part{StarPU Reference API}
 
 \chapter{Execution Configuration Through Environment Variables}