浏览代码

Add missing inclusion of pdf in the dist tarball

Samuel Thibault 12 年之前
父节点
当前提交
f958e32a17
共有 2 个文件被更改,包括 6 次插入1 次删除
  1. 3 0
      doc/doxygen/Makefile.am
  2. 3 1
      doc/doxygen/chapters/advanced_examples.doxy

+ 3 - 0
doc/doxygen/Makefile.am

@@ -140,10 +140,13 @@ EXTRA_DIST	= 		\
 	chapters/version.html	\
 	chapters/tasks_size_overhead.png	\
 	chapters/tasks_size_overhead.eps	\
+	chapters/tasks_size_overhead.pdf	\
 	chapters/starpu_non_linear_memset_regression_based.png	\
 	chapters/starpu_non_linear_memset_regression_based.eps	\
+	chapters/starpu_non_linear_memset_regression_based.pdf	\
 	chapters/starpu_starpu_slu_lu_model_11.png	\
 	chapters/starpu_starpu_slu_lu_model_11.eps	\
+	chapters/starpu_starpu_slu_lu_model_11.pdf	\
 	doxygen.cfg 		\
 	refman.tex
 

+ 3 - 1
doc/doxygen/chapters/advanced_examples.doxy

@@ -390,7 +390,9 @@ starpu_perfmodel::size_base however permits the application to
 override that, when for instance some of the data do not matter for
 task cost (e.g. mere reference table), or when using sparse
 structures (in which case it is the number of non-zeros which matter), or when
-there is some hidden parameter such as the number of iterations, etc.
+there is some hidden parameter such as the number of iterations, or when the application
+actually has a very good idea of the complexity of the algorithm, and just not
+the speed of the processor, etc.
 The example in the directory <c>examples/pi</c> uses this to include
 the number of iterations in the base.