From 8b9da5650882cbbbeb02d7e0d48538975a2a9e0f Mon Sep 17 00:00:00 2001 From: Markus Wittmann Date: Wed, 6 Jun 2018 10:41:24 +0200 Subject: [PATCH] add citation information --- README | 18 ++++++++++++++++++ doc/main.html | 17 ++++++++++++++++- doc/main.rst | 17 +++++++++++++++++ 3 files changed, 51 insertions(+), 1 deletion(-) diff --git a/README b/README index d1118ca..05717fa 100644 --- a/README +++ b/README @@ -24,7 +24,25 @@ LBM benchmark kernels are licensed under GPLv3. See licence of src/BoostJoin.h in the top of src/BoostJoin.h, which stems from the boost projects and is licenced under the Boost licence. +CITE US +------- + +If you use the benchmark kernels you can cite us: + +M. Wittmann, V. Haag, T. Zeiser, H. Köstler, and G. Wellein: Lattice Boltzmann +Benchmark Kernels as a Testbed for Performance Analysis, (2018), Computer & +Fluids, Special Issue DSFD2017. doi:10.1016/j.compfluid.2018.03.030. + +Bibtex entry: +@article{wittmann-2018, + author = {M. Wittmann and V. Haag and T. Zeiser and H. K\"ostler and G. Wellein}, + title = {Lattice {B}oltzmann benchmark kernels as a testbed for performance analysis}, + journal = {Computers \& Fluids}, + year = {2018}, + issn = {0045-7930}, + doi = {10.1016/j.compfluid.2018.03.030}, +} ACKNOWLEDGEMENTS ---------------- diff --git a/doc/main.html b/doc/main.html index 89f4676..c5f8223 100644 --- a/doc/main.html +++ b/doc/main.html @@ -1274,6 +1274,21 @@ which mimics the kernels memory access pattern and the kernel's loop balance

8   Acknowledgements

+

If you use the benchmark kernels you can cite us:

+

M. Wittmann, V. Haag, T. Zeiser, H. Köstler, and G. Wellein: Lattice Boltzmann +Benchmark Kernels as a Testbed for Performance Analysis, (2018), Computer & +Fluids, Special Issue DSFD2017. doi:10.1016/j.compfluid.2018.03.030.

+

Bibtex entry:

+
+@article{wittmann-2018,
+    author  = {M. Wittmann and V. Haag and T. Zeiser and H. K\"ostler and G. Wellein},
+    title   = {Lattice {B}oltzmann benchmark kernels as a testbed for performance analysis},
+    journal = {Computers \& Fluids},
+    year    = {2018},
+    issn    = {0045-7930},
+    doi     = {10.1016/j.compfluid.2018.03.030},
+}
+

This work was funded by BMBF, grant no. 01IH15003A (project SKAMPY).

This work was funded by KONWHIR project OMI4PAPS.

@@ -1295,7 +1310,7 @@ Roofline: an insightful visual performance model for multicore architectures. Commun. ACM, 52(4):65-76, Apr 2009. doi:10.1145/1498765.1498785 -

Document was generated at 2018-05-22 10:11.

+

Document was generated at 2018-06-06 10:38.

diff --git a/doc/main.rst b/doc/main.rst index 4e13caa..f2fe5d4 100644 --- a/doc/main.rst +++ b/doc/main.rst @@ -649,6 +649,23 @@ The Lattice Boltzmann Benchmark Kernels are licensed under GPLv3. Acknowledgements ================ +If you use the benchmark kernels you can cite us: + +M. Wittmann, V. Haag, T. Zeiser, H. Köstler, and G. Wellein: Lattice Boltzmann +Benchmark Kernels as a Testbed for Performance Analysis, (2018), Computer & +Fluids, Special Issue DSFD2017. doi:10.1016/j.compfluid.2018.03.030. + +Bibtex entry:: + + @article{wittmann-2018, + author = {M. Wittmann and V. Haag and T. Zeiser and H. K\"ostler and G. Wellein}, + title = {Lattice {B}oltzmann benchmark kernels as a testbed for performance analysis}, + journal = {Computers \& Fluids}, + year = {2018}, + issn = {0045-7930}, + doi = {10.1016/j.compfluid.2018.03.030}, + } + This work was funded by BMBF, grant no. 01IH15003A (project SKAMPY). This work was funded by KONWHIR project OMI4PAPS. -- 2.25.1