Installation

Where you locate the files is entirely up to you. What you need to ensure is the binary libraries (the .so files in ./lib) should be accessible at run time. This means that they need to be in a directory accessible from LD_LIBRARY_PATH. I use this method, with the binaries in "/usr/local/lib/cuda". 

An alternative is that they can be placed in a folder that is referenced in /etc/ld.so.conf and then running "sudo ldconf". 

Note that you do not need to have the library ./cudpp/lib/libcudpp_x86_64.a in a path. This library is compiled in to the file ./lib/libJCudpp-linux-x86_64.so


