Changes between Version 2 and Version 3 of Public/User_Guide/SDV_KNLs
- Timestamp:
- Aug 10, 2016, 10:05:49 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Public/User_Guide/SDV_KNLs
v2 v3 1 1 = General information = 2 2 We have 8 KNLs in the SDV right now. 3 \\knl01-knl0 4with EXTOLL3 \\knl01-knl06 with EXTOLL 4 4 \\knl07+knl08 with NVMe 5 5 … … 10 10 {{{ 11 11 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=2:ppn=256:knl:extoll,walltime=00:10:00 -I (this will choose 2 of our 4KNLs nodes with EXTOLL)12 qsub -l nodes=2:ppn=256:knl:extoll,walltime=00:10:00 -I (this will choose 2 of our 6 KNLs nodes with EXTOLL) 13 13 qsub -l nodes=2:ppn=256:knl:nvme,walltime=00:10:00 -I (this will choose the 2 KNLs with NVMe) 14 14 }}}