[pyfr] 10/32: Documentation.

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Thu Apr 21 08:21:50 UTC 2016


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to branch master
in repository pyfr.

commit c685c0b364e006fda0c84204207db5766227ae0b
Author: Freddie Witherden <freddie at witherden.org>
Date:   Thu Feb 4 17:59:36 2016 +0000

    Documentation.
---
 doc/src/user_guide.rst | 14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)

diff --git a/doc/src/user_guide.rst b/doc/src/user_guide.rst
index 742c15e..cc81cfb 100644
--- a/doc/src/user_guide.rst
+++ b/doc/src/user_guide.rst
@@ -170,10 +170,16 @@ Parameterises the CUDA backend with
 
      *int* | ``round-robin`` | ``local-rank``
 
+2. ``gimmik-max-nnz`` --- cutoff for GiMMiK in terms of the number of
+   non-zero entires in a constant matrix:
+
+     *int*
+
 Example::
 
     [backend-cuda]
     device-id = round-robin
+    gimmik-max-nnz = 512
 
 [backend-opencl]
 ^^^^^^^^^^^^^^^^
@@ -192,12 +198,18 @@ Parameterises the OpenCL backend with
 
     *int* | *string* | ``local-rank``
 
+4. ``gimmik-max-nnz`` --- cutoff for GiMMiK in terms of the number of
+   non-zero entires in a constant matrix:
+
+     *int*
+
 Example::
 
     [backend-opencl]
     platform-id = 0
     device-type = gpu
     device-id = local-rank
+    gimmik-max-nnz = 512
 
 [backend-openmp]
 ^^^^^^^^^^^^^^^^
@@ -208,7 +220,7 @@ Parameterises the OpenMP backend with
 
     *string*
 
-2. ``cflags`` --- Additional C compiler flags:
+2. ``cflags`` --- additional C compiler flags:
 
     *string*
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/pyfr.git



More information about the debian-science-commits mailing list