Changes between Version 9 and Version 10 of Public/User_Guide/SDV_KNLs
- Timestamp:
- Sep 25, 2019, 12:56:08 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Public/User_Guide/SDV_KNLs
v9 v10 1 1 = General information = 2 We have 8KNLs in the SDV right now.\\2 We have 3 KNLs in the SDV right now.\\ 3 3 All KNLs nodes have their own local NVMe device installed. 4 4 5 5 6 6 = Node allocation = 7 Nodes can be allocated through the Slurm based batch system that is also used for the DEEP and SDVCluster. You can start an interactive session on our KNLs like this:7 Nodes can be allocated through the Slurm based batch system that is also used for the DEEP-EST system and the SDV Xeon Cluster. You can start an interactive session on our KNLs like this: 8 8 9 9 {{{ 10 srun --partition=knl -N 4-n 8 --pty /bin/bash -i10 srun --partition=knl -N 2 -n 8 --pty /bin/bash -i 11 11 }}} 12 12 … … 21 21 == Available knl partitions == 22 22 * knl: The DEEP-ER knl nodes (all of them, regardless of cpu and configuration) 23 * knl256: the 256-core knls 24 * knl272: the 272-core knls 23 * knl256: the 256-core knls (knl5) 24 * knl272: the 272-core knls (knl4,knl6) 25 25 * snc4: the knls configured in SNC-4 mode 26 26 … … 31 31 32 32 == Multi-node Jobs == 33 Please use 34 {{{ 35 module load extoll 36 }}} 33 The KNL nodes are only connected via Gigabit Ethernet, hence there is no need to load the Extoll module 37 34 to run jobs on multiple nodes.\\ 38 35