Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen Revision Vorhergehende Ãœberarbeitung
hlr:phoenix:queueing-system_slurm [2020/11/12 17:28]
tarkhell [Basics of SLURM]
hlr:phoenix:queueing-system_slurm [2020/11/12 17:31] (aktuell)
tarkhell [Basics of SLURM]
Zeile 116: Zeile 116:
 For the ''​sbatch''​ command these options may also be specified directly in the job script using a pseudo comment directive starting with ''#​SBATCH''​ as a prefix. The directives must precede any executable command in the batch script: For the ''​sbatch''​ command these options may also be specified directly in the job script using a pseudo comment directive starting with ''#​SBATCH''​ as a prefix. The directives must precede any executable command in the batch script:
  
-        ​''​#!/bin/bash''​ +        #​!/​bin/​bash 
-        ​''​#SBATCH --partition=std''​ +        #SBATCH --partition=std 
-        ​''​#SBATCH --nodes=2''​ +        #SBATCH --nodes=2 
-        ​''​#SBATCH --tasks-per-node=16''​ +        #SBATCH --tasks-per-node=16 
-        ​''​#SBATCH --time=00:​10:​00''​ +        #SBATCH --time=00:​10:​00 
-        ​''​...''​ +        ... 
-        ​''​srun ./​helloParallelWorld''​+        srun ./​helloParallelWorld
         ​         ​
 A complete list of parameters can be retrieved from the ''​man''​ pages for ''​sbatch'',​ ''​salloc'',​ or ''​srun'',​ e.g. via A complete list of parameters can be retrieved from the ''​man''​ pages for ''​sbatch'',​ ''​salloc'',​ or ''​srun'',​ e.g. via
  
-        ​''​man sbatch''​+        man sbatch
  
 __//​Monitoring job and system information://​__ __//​Monitoring job and system information://​__
Zeile 171: Zeile 171:
     * is mainly used by cluster administrators to view or modify the SLURM account information,​ but it also offers users the possibility to get some information about their account. The account information is maintained within the SLURM database. Command line options can be used to filter, sort, and format the output in a variety of ways.     * is mainly used by cluster administrators to view or modify the SLURM account information,​ but it also offers users the possibility to get some information about their account. The account information is maintained within the SLURM database. Command line options can be used to filter, sort, and format the output in a variety of ways.
     * The Table below lists basic user activities for retrieving accounting information and the corresponding SLURM commands.     * The Table below lists basic user activities for retrieving accounting information and the corresponding SLURM commands.
 +
 ^ User Activity ^ SLURM Command ^  ^ User Activity ^ SLURM Command ^ 
 | View job account information for a specific job. | ''​sacct''​ -j //jobid// | | View job account information for a specific job. | ''​sacct''​ -j //jobid// |
hlr/phoenix/queueing-system_slurm.txt · Zuletzt geändert: 2020/11/12 17:31 von tarkhell
Gauß-IT-Zentrum