Well that's the point, you can do something like
Code:
cp /data/home/.thdbcfg /home/.thdbcfg
, or whatever is the right location.
As for my CUDA, I have a SDK setup somewhere, but I never use it. For mfaktc/CUDALucas, I use something like
Code:
LD_LIBRARY_PATH=./lib taskset ./mfaktc
, where ./lib contains the necessary .so files.