Skip to content

Commit

Permalink
Change total_memory to memory in configurations in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mrocklin committed Jul 6, 2018
1 parent d4d4732 commit b24ceae
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
3 changes: 2 additions & 1 deletion docs/configurations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@ Cheyenne
jobqueue:
pbs:
cores: 36
memory: 108GB
processes: 4
total-memory: 108GB
interface: ib0
local-directory: $TMPDIR
Expand Down
8 changes: 5 additions & 3 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -91,14 +91,16 @@ recommend using a configuration file like the following:
jobqueue:
pbs:
cores: 24
total-memory: 100GB
local-directory: $TMPDIR
memory: 100GB
processes: 6
interface: ib0
local-directory: $TMPDIR
resource-spec: "select=1:ncpus=24:mem=100GB"
queue: regular
project: my-project
walltime: 02:00:00
walltime: 00:30:00
See :doc:`Configuration Examples <configurations>` for real-world examples.

Expand Down

0 comments on commit b24ceae

Please sign in to comment.