Changes between Version 5 and Version 6 of Public/User_Guide/SDV_KNLs


Ignore:
Timestamp:
Feb 22, 2017, 10:53:54 AM (8 years ago)
Author:
Anke Kreuzer
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Public/User_Guide/SDV_KNLs

    v5 v6  
    11= General information =
    22We have 8 KNLs in the SDV right now.\\
    3 knl04 is currently not available. So users can only use 7 KNLs.
    4 
    53
    64
    75= Node allocation =
    8 Nodes can be allocated through the PBS based batch system that is also used for the DEEP Cluster and Booster.You can start an interactive session on our KNLs like this:
     6Nodes can be allocated through the PBS based batch system that is also used for the DEEP Cluster and Booster. You can start an interactive session on our KNLs like this:
    97
    108{{{
    119qsub -l nodes=2:ppn=256:knl,walltime=00:10:00 -I   (this will randomly choose 2 of our 8 KNLs)
    12 qsub -l nodes=knl0X:ppn=256:knl,walltime=00:10:00 -I (you can also choose a specific KNL (01-03,05-08) like this)
     10qsub -l nodes=knl0X:ppn=256:knl,walltime=00:10:00 -I (you can also choose a specific KNL like this)
    1311}}}
    1412
    15 When using a batch script, you have to adapt the -l option within your script.
     13To use the knls (4 nodes) reserved for the DEEP-ER people (every day from 8:30am-5:00pm) please use:
     14{{{
     15qsub -q deeper-knl -l nodes=X:ppn=Y:knl,walltime=...
     16}}}
     17
     18When using a batch script, you have to adapt the -l (-q) option within your script.
    1619
    1720
     
    2124Check actual vectorisation with -qopt-report=5 -qopt-report-phase=vec -> info given in *.optrpt files
    2225
    23 
    24 
    25 = Using MPI over EXTOLL =
    26 set PSP_RENDEZVOUS_VELO = <max. message size>
    27 \\
    28 \\
    2926
    3027= 5 things to consider when using KNL =