[ Skip to the content ]

Institute of Formal and Applied Linguistics Wiki


[ Back to the navigation ]

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
slurm [2022/08/31 13:51]
vodrazka [Batch mode]
slurm [2022/08/31 14:48]
vodrazka [Batch mode]
Line 30: Line 30:
 Here is the list of other useful ''SBATCH'' directives ): Here is the list of other useful ''SBATCH'' directives ):
 <code> <code>
 +#SBATCH -D /some/path/                        # change directory before executing the job   
 #SBATCH -N 2                                  # number of nodes (default 1) #SBATCH -N 2                                  # number of nodes (default 1)
 #SBATCH --nodelist=node1,node2...             # required node, or comma separated list of required nodes #SBATCH --nodelist=node1,node2...             # required node, or comma separated list of required nodes

[ Back to the navigation ] [ Back to the content ]