|
305 | 305 | :walltime: (int)
|
306 | 306 | Node walltime request in hours.
|
307 | 307 | :qos: (str, optional)
|
308 |
| - Quality-of-service specifier. On Eagle or |
309 |
| - Kestrel, this should be one of {{'standby', 'normal', |
| 308 | + Quality-of-service specifier. For Kestrel users: |
| 309 | + This should be one of {{'standby', 'normal', |
310 | 310 | 'high'}}. Note that 'high' priority doubles the AU
|
311 | 311 | cost. By default, ``"normal"``.
|
312 | 312 | :memory: (int, optional)
|
313 |
| - Node memory request in GB. By default, ``None``, which |
314 |
| - uses the scheduler's default memory limit. Note that this |
315 |
| - can be quite small (SLURM's default is a couple GB of |
316 |
| - RAM), so you may run into out-of-memory (OOM) issues |
317 |
| - if you leave this argument unspecified.{n}{eep} |
| 313 | + Node memory max limit (in GB). By default, ``None``, |
| 314 | + which uses the scheduler's default memory limit. |
| 315 | + For Kestrel users: If you would like to use the |
| 316 | + full node memory, leave this argument unspecified |
| 317 | + (or set to ``None``) if you are running on standard |
| 318 | + nodes. However, if you would like to use the bigmem |
| 319 | + nodes, you must specify the full upper limit of |
| 320 | + memory you would like for your job, otherwise you |
| 321 | + will be limited to the standard node memory size |
| 322 | + (250GB).{n}{eep} |
318 | 323 | :queue: (str, optional; PBS ONLY)
|
319 | 324 | HPC queue to submit job to. Examples include: 'debug',
|
320 | 325 | 'short', 'batch', 'batch-h', 'long', etc.
|
|
0 commit comments