Changes between Version 37 and Version 38 of cypress/about
- Timestamp:
- 09/01/15 14:09:43 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
cypress/about
v37 v38 91 91 || '''QOS name''' || '''maximum job size (node-hours)''' || '''maximum walltime per job''' || '''maximum nodes per user''' || 92 92 || interactive || N/A || 4 hours || 1 || 93 || normal || N/A || 24 hours || 1 2||93 || normal || N/A || 24 hours || 18 || 94 94 || long || 168 || 168 hours || 8 || 95 95 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 1 2 nodes (240 cores) over all his/her jobs.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 18 nodes (360 cores) over all his/her jobs. 97 97 98 98 The "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.