Skip to content
Snippets Groups Projects
Commit 60f42211 authored by Chad Vizino's avatar Chad Vizino Committed by Tim Wickberg
Browse files

Fix typo for 'actual'.

Bug 7441.
parent cbfb6680
No related branches found
No related tags found
No related merge requests found
...@@ -149,7 +149,7 @@ Then "gres/gpu:tesla" and "gres/gpu:volta" will track jobs that explicitly ...@@ -149,7 +149,7 @@ Then "gres/gpu:tesla" and "gres/gpu:volta" will track jobs that explicitly
request those GPU types. request those GPU types.
If a job requests GPUs, but does not explicitly specify the GPU type, then If a job requests GPUs, but does not explicitly specify the GPU type, then
it's resource allocation will be accounted for as either "gres/gpu:tesla" or it's resource allocation will be accounted for as either "gres/gpu:tesla" or
"gres/gpu:volta", although the accounting may not match the actualy GPU type "gres/gpu:volta", although the accounting may not match the actual GPU type
allocated to the job and the GPUs allocated to the job could be heterogeneous. allocated to the job and the GPUs allocated to the job could be heterogeneous.
In an environment containing various GPU types, use of a job_submit plugin In an environment containing various GPU types, use of a job_submit plugin
may be desired in order to force jobs to explicitly specify some GPU type. may be desired in order to force jobs to explicitly specify some GPU type.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment