Skip to content
Snippets Groups Projects
Commit b54f6fb7 authored by Jason R Wilson's avatar Jason R Wilson
Browse files

bug fix

parent cfc70ca4
Branches
No related merge requests found
......@@ -12,7 +12,7 @@ cd $SLURM_SUBMIT_DIR
module load cuda11.6/toolkit/11.6.2
# compile
nvcc -w -arch=sm_60 -o gpu_collatz gpu_collatz.cu
nvcc -arch=sm_60 -o gpu_collatz gpu_collatz.cu
# run collatz
./gpu_collatz $1 $2
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment