Skip to content

Commit 739425b

Browse files
committed
Update node memory docs
1 parent bbdaec4 commit 739425b

File tree

2 files changed

+13
-8
lines changed

2 files changed

+13
-8
lines changed

gaps/cli/documentation.py

+12-7
Original file line numberDiff line numberDiff line change
@@ -305,16 +305,21 @@
305305
:walltime: (int)
306306
Node walltime request in hours.
307307
: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',
310310
'high'}}. Note that 'high' priority doubles the AU
311311
cost. By default, ``"normal"``.
312312
: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}
318323
:queue: (str, optional; PBS ONLY)
319324
HPC queue to submit job to. Examples include: 'debug',
320325
'short', 'batch', 'batch-h', 'long', etc.

gaps/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""GAPs Version Number. """
22

3-
__version__ = "0.6.10"
3+
__version__ = "0.6.11"

0 commit comments

Comments
 (0)