There was an error while loading. Please reload this page.
This page describes how to build the code from this repository on Titan.
cd
if [ -d "/usr/local/cuda/bin" ] ; then PATH="/usr/local/cuda/bin:$PATH" fi
This adds the location of the nvcc compiler to your PATH.
nvcc