Changes between Version 43 and Version 44 of cypress/about
- Timestamp:
- 08/21/18 12:11:05 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
cypress/about
v43 v44 102 102 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. 103 103 104 The "interactive" QOS is intended to be used for testing SLURM script submission, and is limited to 1 job per user. To use it, set your partition and QOS to "interactive". For example, with idev: 105 106 {{{ 107 export MY_PARTITION=interactive 108 export MY_QUEUE=interactive 109 idev 110 }}} 111 112 Be sure to unset these variables to resume normal job submission: 113 114 {{{ 115 unset MY_PARTITION 116 unset MY_QUEUE 117 }}} 118 119 Other QOS's on the system are for staff testing use only. 104 The "interactive" QOS is intended to be used for testing SLURM script submission, and is limited to 1 job per user. See [https://wiki.hpc.tulane.edu/trac/wiki/cypress/using#interactiveQOS|interactiveQOS] 120 105 121 106 === Job scheduling and priority ===