Skip to content

Instantly share code, notes, and snippets.

@samueljackson92
Created February 21, 2025 08:54
Show Gist options
  • Select an option

  • Save samueljackson92/47cc8c3d344065d745741369a1fd8cf6 to your computer and use it in GitHub Desktop.

Select an option

Save samueljackson92/47cc8c3d344065d745741369a1fd8cf6 to your computer and use it in GitHub Desktop.

Revisions

  1. samueljackson92 revised this gist Feb 21, 2025. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions job.sh
    Original 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=fair-mast-ingest-level2
    #SBATCH --output=fair-mast-ingest_%A.out
    #SBATCH --job-name=my-job-nme
    #SBATCH --output=my-log-file%A.out
    #SBATCH --time=36:00:00
    #SBATCH --mem=250G
    #SBATCH --ntasks=64
  2. samueljackson92 created this gist Feb 21, 2025.
    13 changes: 13 additions & 0 deletions job.sh
    Original 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