Changes between Version 2 and Version 3 of Public/User_Guide/SDV_KNLs


Ignore:
Timestamp:
Aug 10, 2016, 10:05:49 AM (9 years ago)
Author:
Anke Kreuzer
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Public/User_Guide/SDV_KNLs

    v2 v3  
    11= General information =
    22We have 8 KNLs in the SDV right now.
    3 \\knl01-knl04 with EXTOLL
     3\\knl01-knl06 with EXTOLL
    44\\knl07+knl08 with NVMe
    55
     
    1010{{{
    1111qsub -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 4 KNLs nodes with EXTOLL)
     12qsub -l nodes=2:ppn=256:knl:extoll,walltime=00:10:00 -I   (this will choose 2 of our 6 KNLs nodes with EXTOLL)
    1313qsub -l nodes=2:ppn=256:knl:nvme,walltime=00:10:00 -I   (this will choose the 2 KNLs with NVMe)
    1414}}}