Skip to content

Commit

Permalink
Update commandline.md
Browse files Browse the repository at this point in the history
Tweaked "Using GPUs" section to specify both gpu and gpu_int queues
  • Loading branch information
kyosua authored Sep 10, 2024
1 parent 2c38bcf commit 5e3e449
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/commandline.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,10 @@ processing instructons [refer to our tutorial](tutorials/scaling-work.md).

GPUs on the HBSGrid are currently accessible **by request only**. To request access, please use our [online form](https://forms.office.com/pages/responsepage.aspx?id=Tlb9CUK_IUOPLbjkgvhjXMoIB6PHisBIlawtyGb7ibhUNTJJOERNR1pNRzUzS0g4WkZKWjNHVjBTSy4u).

To submit a GPU job, you must use the `gpu` queue. You must also explicitly
specify gpu options; using a single dash for the default settings as shown in the
To submit a GPU job, you must use the `gpu` queue (for batch jobs)
or the `gpu_int` queue (for interactive jobs).
You must also explicitly specify GPU options; using a single dash
for the default settings as shown in the
example below is sufficient for many use cases.

For example,
Expand Down

0 comments on commit 5e3e449

Please sign in to comment.