Created
February 21, 2025 08:54
-
-
Save samueljackson92/47cc8c3d344065d745741369a1fd8cf6 to your computer and use it in GitHub Desktop.
Revisions
-
samueljackson92 revised this gist
Feb 21, 2025 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,8 +1,8 @@ #!/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 -
samueljackson92 created this gist
Feb 21, 2025 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,13 @@ #!/bin/bash #SBATCH -A UKAEA-AP002-CPU #SBATCH -p icelake #SBATCH --job-name=fair-mast-ingest-level2 #SBATCH --output=fair-mast-ingest_%A.out #SBATCH --time=36:00:00 #SBATCH --mem=250G #SBATCH --ntasks=64 #SBATCH -N 8 num_workers=$SLURM_NTASKS # Do stuff