Skip to content

Commit

Permalink
Merge pull request #217 from university-of-york/bugfix/quickFixes
Browse files Browse the repository at this point in the history
update gpu partition text in jobscript exaes
  • Loading branch information
nd996 authored Sep 26, 2024
2 parents b4a9006 + 1d9c281 commit 63f4fe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/using_viking/jobscript_examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ The ``$SLURM_ARRAY_TASK_ID`` environmental variable represents the array index,
GPU jobs
--------

Viking has three GPU :doc:`partitions </using_viking/resource_partitions>`, two with access to 48 nVidia A40 GPUs for either up to three days or a week, and another with access to twelve nVidia H100 GPUs for up to three days. Requesting access to a GPU requires you to select the corresponding partition and also request the number of GPUs, for example those lines in a job script looks like:
Viking has multiple GPU :doc:`partitions </using_viking/resource_partitions>`, most with access to 48 nVidia A40 GPUs with varying time limits, whereas the ``gpuplus`` partition has access to twelve nVidia H100 GPUs for up to three days. Requesting access to a GPU requires you to select the corresponding partition and also request the number of GPUs, for example those lines in a job script looks like:

.. code-block:: bash
Expand Down

0 comments on commit 63f4fe0

Please sign in to comment.