Created
February 21, 2025 08:54
-
-
Save samueljackson92/47cc8c3d344065d745741369a1fd8cf6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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