Changes between Version 5 and Version 6 of Public/User_Guide/SDV_KNLs
- Timestamp:
- Feb 22, 2017, 10:53:54 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Public/User_Guide/SDV_KNLs
v5 v6 1 1 = General information = 2 2 We have 8 KNLs in the SDV right now.\\ 3 knl04 is currently not available. So users can only use 7 KNLs.4 5 3 6 4 7 5 = 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:6 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: 9 7 10 8 {{{ 11 9 qsub -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)10 qsub -l nodes=knl0X:ppn=256:knl,walltime=00:10:00 -I (you can also choose a specific KNL like this) 13 11 }}} 14 12 15 When using a batch script, you have to adapt the -l option within your script. 13 To use the knls (4 nodes) reserved for the DEEP-ER people (every day from 8:30am-5:00pm) please use: 14 {{{ 15 qsub -q deeper-knl -l nodes=X:ppn=Y:knl,walltime=... 16 }}} 17 18 When using a batch script, you have to adapt the -l (-q) option within your script. 16 19 17 20 … … 21 24 Check actual vectorisation with -qopt-report=5 -qopt-report-phase=vec -> info given in *.optrpt files 22 25 23 24 25 = Using MPI over EXTOLL =26 set PSP_RENDEZVOUS_VELO = <max. message size>27 \\28 \\29 26 30 27 = 5 things to consider when using KNL =