Changes between Version 37 and Version 38 of cypress/about


Ignore:
Timestamp:
09/01/15 14:09:43 (9 years ago)
Author:
hoang
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • cypress/about

    v37 v38  
    9191|| '''QOS name''' || '''maximum job size (node-hours)''' || '''maximum walltime per job''' || '''maximum nodes per user''' ||
    9292|| interactive || N/A ||   4 hours ||  1 ||
    93 || normal      || N/A ||  24 hours || 12 ||
     93|| normal      || N/A ||  24 hours || 18 ||
    9494|| long        || 168 || 168 hours ||  8 ||
    9595
    96 The "normal" QOS is intended for users running parallel programs.  This is the preferred type of usage to best take advantage of Cypess's parallel processing capability.  Each user is limited to simultaneous usage of 12 nodes (240 cores) over all his/her jobs.
     96The "normal" QOS is intended for users running parallel programs.  This is the preferred type of usage to best take advantage of Cypess's parallel processing capability.  Each user is limited to simultaneous usage of 18 nodes (360 cores) over all his/her jobs.
    9797
    9898The "long" QOS is intended for jobs which are not very parallel, but have longer runtime.  Each job has a job-size limit of 168 node-hours, calculated as the number of nodes requested multiplied by number of hours requested.  For example a job submitted to the long QOS may request 1 node for 7 days, or 2 nodes for 3.5 days.  You are limited to 8 nodes across all your jobs in this QOS.  So, for example, you may run up to 8 jobs each using 1 node and running for 7 days.