tnotes on behaviour if SDK is not found added - sphere - GPU-based 3D discrete element method algorithm with optional fluid coupling
HTML git clone git://src.adamsgaard.dk/sphere
DIR Log
DIR Files
DIR Refs
DIR LICENSE
---
DIR commit 386dfba962f5e9bec5930c4b410c40e23ab5faf0
DIR parent 2a0e3522194cb90c81103c9e322b8690753d9eee
HTML Author: Anders Damsgaard <adc@geo.au.dk>
Date: Wed, 19 Dec 2012 11:17:26 +0100
notes on behaviour if SDK is not found added
Diffstat:
M README.rst | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
---
DIR diff --git a/README.rst b/README.rst
t@@ -49,8 +49,10 @@ the root directory::
make
In some cases the CMake FindCUDA module will have troubles locating the
-CUDA SDK directory. In that case, modify the `NVSDKCOMPUTE_ROOT` environment
-variable in `INSTALL.sh`, and execute it.
+CUDA SDK directory, and will complain about `cutil_math.h` not being found.
+
+In that case, modify the `NVSDKCOMPUTE_ROOT` environment variable in
+`INSTALL.sh`, and execute it.
After a successfull installation, the `sphere` executable will be located
in the root folder.