Skip to content
jzrake edited this page Aug 5, 2022 · 20 revisions

Running on Palmetto

  1. Checkout sailfish
git clone [email protected]:clemson-cal/sailfish.git
  1. Install dependency Python modules
pip3 install --user cffi
pip3 install --user cupy-cuda11x
  1. Get a compute node
qsub -I -l select=1:ncpus=56:mem=200gb:ngpus=2:gpu_model=a100,walltime=24:00:00
  1. Load the cuda module
module load cuda/11.6.2-gcc/9.5.0
  1. Go to the sailfish directory and run something
cd sailfish
./scripts/main.py -g kitp-code-comparison
Clone this wiki locally