Skip to content

Instantly share code, notes, and snippets.

@samueljackson92
Created February 21, 2025 08:54
Show Gist options
  • Save samueljackson92/47cc8c3d344065d745741369a1fd8cf6 to your computer and use it in GitHub Desktop.
Save samueljackson92/47cc8c3d344065d745741369a1fd8cf6 to your computer and use it in GitHub Desktop.
#!/bin/bash
#SBATCH -A UKAEA-AP002-CPU
#SBATCH -p icelake
#SBATCH --job-name=my-job-nme
#SBATCH --output=my-log-file%A.out
#SBATCH --time=36:00:00
#SBATCH --mem=250G
#SBATCH --ntasks=64
#SBATCH -N 8
num_workers=$SLURM_NTASKS
# Do stuff
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment