Skip to content

Commit

Permalink
Merge pull request #663 from yandthj/gh-pages
Browse files Browse the repository at this point in the history
add debug jobs paragraph
  • Loading branch information
yandthj authored Aug 14, 2024
2 parents 97d5166 + 8530282 commit bef3acd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/Documentation/Systems/Kestrel/running.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,9 @@ The GPU nodes also have 3.4 TB of local disk space. Note that other jobs running
!!! warning
A job with the ` --exclusive` flag will be allocated all of the CPUs and GPUs on a node, but is only allocated as much memory as requested. Use the flag `--mem=0` to request all of the CPU RAM on the node.

#### GPU Debug Jobs

There are two shared GPU nodes available for debugging. To use them, specify `--partition=debug` in your job script. In addition to the limits for the `debug` partition, 1 job per user, up to 2 nodes per user, up to 1 hour of walltime, a single GPU job is also limited to half of a total GPU node's resources. This is equivalent to 64 CPU cores, 2 GPUs, and 180G of RAM, which can be spread across 1 or 2 nodes. Unlike the other GPU nodes, the GPU debug nodes can't be used exclusively, so the `--exclusive` flag can't be used for debug GPU jobs.

## Allocation Unit (AU) Charges

Expand Down

0 comments on commit bef3acd

Please sign in to comment.