From 4c998ae010a542d2d60c9bab36c947f9b9e8a1d6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Martin=20Sch=C3=B6nherr?= <schoen@irmb.tu-bs.de>
Date: Fri, 11 Oct 2019 09:39:38 +0200
Subject: [PATCH] extends readme.md

---
 readme.md | 17 ++++++++++++++++-
 1 file changed, 16 insertions(+), 1 deletion(-)

diff --git a/readme.md b/readme.md
index 9ab9e6cc4..2e4dc6489 100644
--- a/readme.md
+++ b/readme.md
@@ -35,7 +35,22 @@ How to build VirtualFluidsGPU:
 3. build the project ("compile")
 4. run the generated executable (usually in <build directory>/bin/)
 
+Known Issues:
+-------------
+
+If CMake does not find CUDA_CUT_INCLUDE_DIR use and set the correct CUDA Pathes in CMakeLists.txt in the base directory in lines 35, 36.
+
 VirtualFluidsGPU results files:
 ===============================
 
-VirtualFluidsGPU generates a the time series of output files directly in the output path. In Paraview these time series can be read directly.
\ No newline at end of file
+VirtualFluidsGPU generates a the time series of output files directly in the output path. In Paraview these time series can be read directly.
+
+VirtualFluidsGPU change between Double and Single Precision:
+============================================================
+
+Option 1:
+1. go to CMakeLists.txt in the base directory
+2. go to line 83 to switch ON/OFF VF_DOUBLE_ACCURACY
+
+Option 2:
+Check/uncheck the item VF_DOUBLE_ACCURACY in CMake.
\ No newline at end of file
-- 
GitLab