[ 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
Previous revision
Next revision Both sides next revision
slurm [2022/09/13 10:01]
vodrazka [ÚFAL Grid Engine (LRC)]
slurm [2022/09/27 13:54]
vodrazka [Batch mode]
Line 8: Line 8:
 | cpu-troja      | 7x CPU | default partition | | cpu-troja      | 7x CPU | default partition |
 | gpu-troja      | 6x GPU | features: gpuram48G,gpuram40G | | gpu-troja      | 6x GPU | features: gpuram48G,gpuram40G |
-cpu-ms         | 7x GPU | features: gpuram48G,gpuram24G |+gpu-ms         | 7x GPU | features: gpuram48G,gpuram24G |
  
 In order to submit a job you need to login to one of the head nodes: In order to submit a job you need to login to one of the head nodes:
Line 44: Line 44:
 #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
-#SBATCH -                                 # number of cores/threads per task (default 1)+#SBATCH --cpus-per-task=                    # number of cores/threads per task (default 1)
 #SBATCH --gres=gpu:                         # number of GPUs to request (default 0) #SBATCH --gres=gpu:                         # number of GPUs to request (default 0)
 #SBATCH --mem=10G                             # request 10 gigabytes memory (per node, default depends on node) #SBATCH --mem=10G                             # request 10 gigabytes memory (per node, default depends on node)

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