#!/bin/bash #SBATCH --partition=ucsx #SBATCH --gres=gpu:1 module load libraries/cuda-13.0 nvcc -o hello_cuda hello_cuda.cu ./hello_cuda