Please share Monero GPU mining app.
I'm not sure if it's optimal for the purpose, but I've been running this one for a few weeks now:
https://github.com/KlausT/ccminer-cryptonightBuilding from source is fairly straightforward:
mkdir -p /home/m1/KTccminer-cryptonight
cd ~
git clone https://github.com/KlausT/ccminer-cryptonight KTccminer-cryptonight
cd KTccminer-cryptonight
./configure --with-cuda=/usr/local/cuda-8.0
make