Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

#SBATCH -p bdw_all_serial

The bdw_all_serial partition has a limit of 4 tasks per job and 4GB of memory per job. If you wish to ask for more than a core on a single job, remember to add on your jobscript the specific about the memory limit, since the default per core is 3.5GB and therefore your job won't enter because the required memory exceeds the partition limit.

Submitting Batch jobs for A1 partition

...

MARCONI

Partition

SLURM

partition

QOS# cores per job
max walltime

max running jobs per user/

max n. of cpus/nodes per user

max memory per node

(MB)

priorityHBM/clustering modenotes

front-end

bdw_all_serial

(default partition)

bdw_all_serial104:00:00

Max 12 running jobs

Max 4 jobs/user

 3000 4096   
A1bdw_all_rcmbdw_all_rcm

min = 1

max = 144

03:00:001/144

118000


   

runs on 24 nodes shared with

the debug queue

          
A1bdw_usr_dbgnoQOS

min = 1

max = 144

00:30:004/144

 

118000

 


  

managed by route

runs on 24 nodes shared with

the visualrcm queue

A1bdw_usr_prodnoQOS

min = 1

max = 2304

24:00:0020/2304

118000


   
  bdw_qos_bprod

min = 2305

max = 6000

24:00:00

1/6000

118000


  

#SBATCH -p bdw_usr_prod

#SBATCH --qos=bdw_qos_bprod

  bdw_qos_special

min = 1

max = 36

180:00:00 

118000


  

ask superc@cineca.it

#SBATCH -p bdw_usr_prod

#SBATCH --qos=bdw_qos_special

 

          
A2 knl_usr_dbgknl_usr_dbg

min = 1 node

max = 2 nodes

00:30:005/5

86000 (cache/flat)


  

runs on 144 dedicated nodes

A2knl_usr_prodno QOS

min = 1 node

max = 195 nodes

24:00:0020/1000

86000 (cache/flat)


  

 

  knl_qos_bprod

min = 196 nodes

max = 1000 nodes

24:00:00

Max 1 jobs/user

Max 2 jobs/account

86000 (cache/flat)


  

ask superc@cineca.it

#SBATCH -p knl_usr_prod

#SBATCH --qos=knl_qos_bprod

          
A3skl_usr_dbgskl_usr_dbg

min = 1 node

max = 4 nodes

00:30:004/192182000  runs on 24 dedicated nodes
A3skl_usr_prodno QOS

min = 1 node

max = 64 nodes

24:00:0020/64182000   
  skl_qos_bprod

min=65

max = 128

24:00:00

Max 1 job/user

Max 2 jobs/account

182000  

ask superc@cineca.it

#SBATCH -p skl_usr_prod

#SBATCH --qos=skl_qos_bprod

...