Follow the following steps to Run Cuda C/C++ Example: Step 1: Download Makefile and vectorAdd.cu files to your local directory. Step 2: Run "$ make" Step 3: Run "$ make run" This job will run on the gpu queue (#BSUB -q gpu). It will run on the newest NVIDIA RTX2080 GPU. This node is specified with #BSUB -R "select[rtx2080]" -gpu "num=1:mode=shared:mps=yes" To see all the node labels in the gpu queue, use "lshosts | grep gpu".