Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update jobscript page with gpu_week #150

Merged
merged 1 commit into from
Dec 20, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -182,7 +182,7 @@ The ``$SLURM_ARRAY_TASK_ID`` environmental variable represents the array index,
GPU jobs
--------

Viking has two GPU :doc:`partitions </using_viking/resource_partitions>`, one with 48 nVidia A40 GPUs and another with twelve nVidia H100 GPUs. 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 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:

.. code-block:: bash

Expand Down