User Tools

Site Tools


slurm-dummies

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
slurm-dummies [2020/04/02 11:54] adminslurm-dummies [2020/04/02 11:59] admin
Line 1: Line 1:
 ====== S.L.U.R.M. ====== ====== S.L.U.R.M. ======
-====== workload manager ======+====== Workload Manager ======
  
 ===== for Dummies ===== ===== for Dummies =====
Line 12: Line 12:
 # SBATCH...... : this is a comment\\ # SBATCH...... : this is a comment\\
  
-The mandatory directives that you must **always** include in the scripts are:+====The mandatory==== 
 + directives that you must **always** include in the scripts are:
   - Your email address. the official epfl address or another, but valid (worldwide), email address. **This address mus be always present, no matter if you instruct the system to send or not the email messages**.   - Your email address. the official epfl address or another, but valid (worldwide), email address. **This address mus be always present, no matter if you instruct the system to send or not the email messages**.
   - How much time your job must run (if the job runs over this limit the cluster manager will kill it). the minimum is 1 minute and there's no maximum limit.   - How much time your job must run (if the job runs over this limit the cluster manager will kill it). the minimum is 1 minute and there's no maximum limit.
Line 19: Line 20:
   - How many cores/cpu must be reserved for your job. If you don't include this parameter only one core/cpu will be assigned to your job and you cannot run more than a single threaded job.   - How many cores/cpu must be reserved for your job. If you don't include this parameter only one core/cpu will be assigned to your job and you cannot run more than a single threaded job.
   - **the name of the queue/partition** you want to use: currently only ''slurm-cluster'' or ''slurm-ws'' are available.   - **the name of the queue/partition** you want to use: currently only ''slurm-cluster'' or ''slurm-ws'' are available.
 +
 +==== partitions (a.k.a. queues) ====
 +If you used other types of cluster management, you will already known the term ''queue'' to identify the type of nodes/jobs you want to use inside the clusters. in S.L.U.R.M. notation, queues are called **partitions**. The two terms are used to indicate the same entity and usage.
  
 The beginning of your script will be: The beginning of your script will be:
slurm-dummies.txt · Last modified: 2023/10/09 15:17 by admin