X-Git-Url: http://git.rrze.uni-erlangen.de/gitweb/?a=blobdiff_plain;f=README;h=d1118ca60179652d31ebcf091ec194cc10d1f260;hb=0fde6e45e9be83893afae896cf49a799777f6d7c;hp=512bd357520799a5db73f7556e17587d1bc3e9e7;hpb=42cf91486fb5c1ad178b3d21935a1be563e5fa39;p=LbmBenchmarkKernelsPublic.git diff --git a/README b/README index 512bd35..d1118ca 100644 --- a/README +++ b/README @@ -1,32 +1,41 @@ -# -------------------------------------------------------------------------- -# -# Copyright -# Markus Wittmann, 2016-2017 -# RRZE, University of Erlangen-Nuremberg, Germany -# markus.wittmann -at- fau.de or hpc -at- rrze.fau.de -# -# Viktor Haag, 2016 -# LSS, University of Erlangen-Nuremberg, Germany -# -# This file is part of the Lattice Boltzmann Benchmark Kernels (LbmBenchKernels). -# -# LbmBenchKernels is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LbmBenchKernels 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 General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with LbmBenchKernels. If not, see . -# -# -------------------------------------------------------------------------- - -# 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. - -See doc subdirectory for a rudimentary documentation. +Lattice Boltzmann Benchmark Kernels +=================================== + +The lattice Boltzmann (LBM) benchmark kernels are a collection of LBM kernel +implementations. + +AS SUCH THE LBM BENCHMARK KERNELS ARE NO FULLY EQUIPPED CFD SOLVER AND SOLELY +SERVE THE PURPOSE OF STUDYING POSSIBLE PERFORMANCE OPTIMIZATIONS AND/OR +EXPERIMENTS. + +The benchmark suite was created by the HPC group of Erlangen Regional Computing +Center (RRZE/HPC) [1] and the Chair for System Simulation of FAU (LSS) [2]. + +See doc/main.rst or doc/main.html subdirectories for rudimentary +documentation. + + + +LICENCE +------- + +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. + + + +ACKNOWLEDGEMENTS +---------------- + +This work was funded by: + + - BMBF, grant no. 01IH15003A (project SKAMPY) + - KONWHIR project OMI4PAPS + + +[1] https://hpc.fau.de/ +[2] https://www10.informatik.uni-erlangen.de/en/ +