Skip to content

Commit

Permalink
deploy: 971f61d
Browse files Browse the repository at this point in the history
  • Loading branch information
sellth committed Aug 29, 2024
1 parent c87b5b3 commit 15d5fde
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion how-to/connect/gpu-nodes/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3264,7 +3264,7 @@ <h1 id="how-to-connect-to-gpu-nodes">How-To: Connect to GPU Nodes<a class="heade
You request one or more GPU cores by adding a generic resources flag to your Slurm job submission via <code>srun</code> or <code>sbatch</code>.</p>
<ul>
<li><code>--gres=gpu:tesla:COUNT</code> will request NVIDIA V100 cores.</li>
<li><code>--gres=gpu:tesla:COUNT</code> will request NVIDIA A40 cores.</li>
<li><code>--gres=gpu:a40:COUNT</code> will request NVIDIA A40 cores.</li>
<li><code>--gres=gpu:COUNT</code> will request any available GPU cores.</li>
</ul>
<p>Your job will be automatically placed in the Slurm <code>gpu</code> partition and allocated a number of <code>COUNT</code> GPUs.</p>
Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

Binary file modified sitemap.xml.gz
Binary file not shown.

0 comments on commit 15d5fde

Please sign in to comment.