User Tools

Site Tools


wiki:slurm

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
wiki:slurm [2023/08/29 09:56] – [Gaussian] adminwiki:slurm [2024/03/29 10:07] (current) – [SLURM useful commands] admin
Line 84: Line 84:
   * Most of the Keck nodes have 24 GB of RAM (23936 B) but there are two nodes which have 32 GB (31977 B) of RAM (nodes w16 and w17). If your job needs more than 20GB of RAM (but less that 32GB) you can request one of the "high-memory" nodes with the following statements in your SLURM batch file:   * Most of the Keck nodes have 24 GB of RAM (23936 B) but there are two nodes which have 32 GB (31977 B) of RAM (nodes w16 and w17). If your job needs more than 20GB of RAM (but less that 32GB) you can request one of the "high-memory" nodes with the following statements in your SLURM batch file:
  
-  #SBATCH --mem=30G          # request allocation of 30GB RAM for the job +  #SBATCH --mem=30G               # request allocation of 30GB RAM for the job 
-  #SBATCH --nodelist=w16,w17 # request the job to be sent either to w16 or w17+  #SBATCH --nodelist=w16 (or w17# request the job to be sent to w16 or w17, pick a node which has no jobs running
  
  
wiki/slurm.txt · Last modified: 2024/03/29 10:07 by admin