diff --git a/examples/hello_world/script.sh b/examples/hello_world/script.sh index 0188c13..e676349 100644 --- a/examples/hello_world/script.sh +++ b/examples/hello_world/script.sh @@ -1,16 +1,16 @@ #!/bin/bash -l #SBATCH --nodes=1 #SBATCH --ntasks-per-node=1 #SBATCH --ntasks-per-core=1 #SBATCH --cpus-per-task=1 #SBATCH --gres=gpu:1 #SBATCH --reservation=spc-cuda-training-12.04 #SBATCH --account=spc-cuda-training #SBATCH --time=0:05:00 module load nvhpc -srun -n 1 ./hello_world_cuda.x > output_hello_world_cpu +srun -n 1 ./hello_world_cpu.x > output_hello_world_cpu srun -n 1 ./hello_world_cuda.x > output_hello_world_cuda srun -n 1 ./mem_alloc.x > output_mem_alloc