Awesome
#DDJ STORE
Requirements
- gcc 4.7.3 or higher
- CUDA 5.5
Installation
-
Clone repo or import it with Eclipse
-
Install required libs.
./install.sh
-
Setup CUDA required variables. Add following lines to
/etc/profile
export PATH=/usr/local/cuda-5.5/bin:$PATH export LD_LIBRARY_PATH=/usr/local/cuda-5.5/lib64:/usr/local/lib:$LD_LIBRARY_PATH
-
build application with
make all
-
Copy configuration files
config.ini
andddj_logger.prop
from their samples and edit as you wish -
Run all tests
make test
-
Run program
make run
Common Problems
-
error while loading shared libraries: libcudart.so.5.5:
ornvcc fatal : Path to libdevice library not specified
There are some environmental variables needed for CUDA:export PATH=/usr/local/cuda-5.5/bin:$PATH export LD_LIBRARY_PATH=/usr/local/cuda-5.5/lib64:/usr/local/lib:$LD_LIBRARY_PATH