Page MenuHomec4science

script.sh
No OneTemporary

File Metadata

Created
Sun, Apr 28, 10:13

script.sh

#!/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.x > output_hello_world
srun -n 1 ./hello_world_solution.x > output_hello_world_solution

Event Timeline