Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
courses:cs377-201951:tech_ref [2019/04/28 21:18]
mlsmith [CUDA]
courses:cs377-201951:tech_ref [2019/04/28 21:22]
mlsmith [CUDA]
Line 66: Line 66:
   * hpc is the cluster's head node and a virtual machine (VM)   * hpc is the cluster's head node and a virtual machine (VM)
   * webpage: https://hpc.cs.vassar.edu/  (accessible only behind CS firewall)   * webpage: https://hpc.cs.vassar.edu/  (accessible only behind CS firewall)
-  * uses Slurm (Simple Linux Resource Manager) to run jobs (interactive or batch)+  * uses Slurm (Simple Linux Resource Manager) to run jobs (interactive or batch) \\ \\
  
-To compile: +=== Compiling and running CUDA programs === 
 + 
 +Must ssh to hpc: 
 +  ssh VassarID@hpc.cs.vassar.edu 
 + 
 +To compile (using Nvidia C compiler)
   nvcc -o my-cuda-prog my-cuda-prog.cu   nvcc -o my-cuda-prog my-cuda-prog.cu