User Tools

Site Tools


cluster:219

Warning: Undefined array key -1 in /usr/share/dokuwiki/inc/html.php on line 1458

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
cluster:219 [2022/11/16 09:01]
hmeij07 old revision restored (2022/11/16 08:54)
cluster:219 [2022/11/16 09:01] (current)
hmeij07 old revision restored (2022/11/16 08:59)
Line 1: Line 1:
 +\\
 +**[[cluster:0|Back]]**
 +
 +====== Slurm Consumable Resources ======
 +
 +It is important to define as many resources your job needs to run. This allows Slurm to run multiple jobs per node if resources are available (given our configuration).
 +
 +Monitoring the allocated resources to your job will provide feedback if your **#SBATCH** specifications actually do what you think they should do.
 +
 +You can control the output of ''squeue'' for a more refined look than the default layout. Here are some examples.
 +
 +<code>
 +
 +# compact1
 +export SQUEUE_FORMAT2=jobid:8,partition:10,name:.12,username:.14,statecompact:.4,timeused:.14,numnodes:.6,numcpus:.6,minmemory:.14,reasonList:.17
 +
 +# ouput
 +JOBID   PARTITION         NAME          USER  ST          TIME NODES  CPUS    MIN_MEMORY NODELIST(REASON)
 +1006369 exx96     5JUP_N2_GGG_        ehwane  PD          0:00                           (Priority)
 +1006368 exx96     5JUP_N2_GGG_        ehwane  PD          0:00                           (Priority)
 +1006367 exx96     5JUP_N2_GGG_        ehwane  PD          0:00                           (Priority)
 +1006366 exx96     5JUP_N2_GGG_        ehwane  PD          0:00                          (Resources)
 +1006362 exx96      cp2k-796-d2      earbauge         1:30:23                30000M              n80
 +1006348 exx96     5JUP_N2_GGG_        ehwane         5:43:10                                  n87
 +1006331 exx96     5JUP_N2_GGG_        ehwane      1-02:31:28                                  n86
 +1006330 exx96     5JUP_N2_GGG_        ehwane      1-02:31:33                                  n85
 +1006329 exx96     5JUP_N2_GGG_        ehwane      1-02:31:47                                  n84
 +1006328 exx96     5JUP_N2_GGG_        ehwane      1-02:31:54                                  n83
 +1006323 exx96     5JUP_N2_GGG_        ehwane      1-03:04:49                                  n82
 +1006321 exx96      cp2k-796-d2      earbauge      1-03:49:45                30000M              n81
 +1006228 exx96      cp2k-796-d2      earbauge      2-00:03:55                30000M              n90
 +1006227 exx96      cp2k-796-d2      earbauge      2-00:04:55                30000M              n79
 +1006128 exx96     blyp-otf-str      earbauge      3-04:23:15                30000M              n79
 +1005937 exx96     blyp-otf-str      earbauge      4-20:19:46                30000M              n81
 +1005936 exx96     blyp-otf-str      earbauge      6-03:01:51                30000M              n80
 +1005320 exx96     blyp-otf-str      earbauge     12-19:51:32                30000M              n88
 +1005189 exx96       Hmass_MutS      ejayarae     13-04:23:40                                  n89
 +1004988 exx96       7_aMD_MutS      ejayarae     14-22:33:10        24                          n89
 +1004757 exx96     set1_9_3_ext      ejayarae     19-21:03:57        24                          n89
 +1004755 exx96     7_duplicate2      ejayarae     19-21:11:16        24                          n89
 +1005933 mw128     trianthracen     emiseljie      6-03:50:08                                  n65
 +1005930 mw128     trianthracen     emiseljie      6-03:50:17                                  n62
 +1006376 test      trail4_GDP1_      ejayarae            0:03                                 n100
 +1006375 test      trail4_GDP1_      ejayarae            0:09                                 n100
 +1006374 test      trail4_GDP1_      ejayarae            0:16                                 n100
 +1006373 test      trail4_GDP1_      ejayarae           20:27                                 n100e
 +
 +# compact2
 +export SQUEUE_FORMAT2=jobid:8,numnodes:.6,numcpus:.6,sockets:.18,cores:.18,threads:.18,minmemory:.14,gres:.30,reasonList:.17
 +
 +
 +# output
 +JOBID    NODES  CPUS  SOCKETS_PER_NODE  CORES_PER_SOCKET  THREADS_PER_CORE    MIN_MEMORY                 TRES_PER_NODE NODELIST(REASON)
 +1006369      1                                                                                           N/      (Priority)
 +1006368      1                                                                                           N/      (Priority)
 +1006367      1                                                                                           N/      (Priority)
 +1006366      1                                                                                           N/     (Resources)
 +1006362      1                                                            30000M                           N/             n80
 +1006348      1                                                                                           N/             n87
 +1006331      1                                                                                           N/             n86
 +1006330      1                                                                                           N/             n85
 +1006329      1                                                                                           N/             n84
 +1006328      1                                                                                           N/             n83
 +1006323      1                                                                                           N/             n82
 +1006321      1                                                            30000M                           N/             n81
 +1006228      1                                                            30000M                           N/             n90
 +1006227      1                                                            30000M                           N/             n79
 +1006128      1                                                            30000M                           N/             n79
 +1005937      1                                                            30000M                           N/             n81
 +1005936      1                                                            30000M                           N/             n80
 +1005320      1                                                            30000M                           N/             n88
 +1005189      1                                                                 0 gres:gpu:geforce_rtx_2080_s:             n89
 +1004988      1    24                                                             0 gres:gpu:geforce_rtx_2080_s:             n89
 +1004757      1    24                                                             0 gres:gpu:geforce_rtx_2080_s:             n89
 +1004755      1    24                                                             0 gres:gpu:geforce_rtx_2080_s:             n89
 +1005933      1                                                                                           N/             n65
 +1005930      1                                                                                           N/             n62
 +1006380      1                                                                    gres:gpu:quadro_rtx_5000:            n101
 +1006379      1                                                                    gres:gpu:quadro_rtx_5000:            n101
 +1006378      1                                                                    gres:gpu:quadro_rtx_5000:            n101
 +1006377      1                                                                    gres:gpu:quadro_rtx_5000:            n101
 +1006376      1                                                                    gres:gpu:quadro_rtx_5000:            n100
 +1006375      1                                                                    gres:gpu:quadro_rtx_5000:            n100
 +1006374      1                                                                    gres:gpu:quadro_rtx_5000:            n100
 +1006373      1                                                                    gres:gpu:quadro_rtx_5000:            n100
 +
 +
 +# 1+2
 +#export SQUEUE_FORMAT2=jobid:8,partition:10,name:.12,username:.14,statecompact:.4,timeused:.14,numnodes:.6,numcpus:.6,sockets:.18,cores:.18,threads:.18,minmemory:.14,gres:.30,reasonList:.17
 +
 +
 +# output 
 +JOBID   PARTITION         NAME          USER  ST          TIME NODES  CPUS  SOCKETS_PER_NODE  CORES_PER_SOCKET  THREADS_PER_CORE    MIN_MEMORY                 TRES_PER_NODE NODELIST(REASON)
 +1006369 exx96     5JUP_N2_GGG_        ehwane  PD          0:00                                                                                               N/      (Priority)
 +1006368 exx96     5JUP_N2_GGG_        ehwane  PD          0:00                                                                                               N/      (Priority)
 +1006367 exx96     5JUP_N2_GGG_        ehwane  PD          0:00                                                                                               N/      (Priority)
 +1006366 exx96     5JUP_N2_GGG_        ehwane  PD          0:00                                                                                               N/     (Resources)
 +1006362 exx96      cp2k-796-d2      earbauge         1:26:20                                                                30000M                           N/             n80
 +1006348 exx96     5JUP_N2_GGG_        ehwane         5:39:07                                                                                               N/             n87
 +1006331 exx96     5JUP_N2_GGG_        ehwane      1-02:27:25                                                                                               N/             n86
 +1006330 exx96     5JUP_N2_GGG_        ehwane      1-02:27:30                                                                                               N/             n85
 +1006329 exx96     5JUP_N2_GGG_        ehwane      1-02:27:44                                                                                               N/             n84
 +1006328 exx96     5JUP_N2_GGG_        ehwane      1-02:27:51                                                                                               N/             n83
 +1006323 exx96     5JUP_N2_GGG_        ehwane      1-03:00:46                                                                                               N/             n82
 +1006321 exx96      cp2k-796-d2      earbauge      1-03:45:42                                                                30000M                           N/             n81
 +1006228 exx96      cp2k-796-d2      earbauge      1-23:59:52                                                                30000M                           N/             n90
 +1006227 exx96      cp2k-796-d2      earbauge      2-00:00:52                                                                30000M                           N/             n79
 +1006128 exx96     blyp-otf-str      earbauge      3-04:19:12                                                                30000M                           N/             n79
 +1005937 exx96     blyp-otf-str      earbauge      4-20:15:43                                                                30000M                           N/             n81
 +1005936 exx96     blyp-otf-str      earbauge      6-02:57:48                                                                30000M                           N/             n80
 +1005320 exx96     blyp-otf-str      earbauge     12-19:47:29                                                                30000M                           N/             n88
 +1005189 exx96       Hmass_MutS      ejayarae     13-04:19:37                                                                     0 gres:gpu:geforce_rtx_2080_s:             n89
 +1004988 exx96       7_aMD_MutS      ejayarae     14-22:29:07        24                                                             0 gres:gpu:geforce_rtx_2080_s:             n89
 +1004757 exx96     set1_9_3_ext      ejayarae     19-20:59:54        24                                                             0 gres:gpu:geforce_rtx_2080_s:             n89
 +1004755 exx96     7_duplicate2      ejayarae     19-21:07:13        24                                                             0 gres:gpu:geforce_rtx_2080_s:             n89
 +1005933 mw128     trianthracen     emiseljie      6-03:46:05                                                                                               N/             n65
 +1005930 mw128     trianthracen     emiseljie      6-03:46:14                                                                                               N/             n62
 +1006373 test      trail4_GDP1_      ejayarae           16:24                                                                        gres:gpu:quadro_rtx_5000:            n100
 +
 +
 +</code>
 +
 +
 +
 +
 +
 +
 +\\
 +**[[cluster:0|Back]]**
 +
  
cluster/219.txt ยท Last modified: 2022/11/16 09:01 by hmeij07