Skip to content

Commit a6116c7

Browse files
fix variable name to nvidia_gpu
1 parent 5e26c91 commit a6116c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/further.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,9 @@ The following environment variables are available within any Google batch run:
107107

108108
The Google Batch executor uses the same designation for GPUs as core Snakemake. However, you should
109109
[keep compatibility of machine type](https://cloud.google.com/compute/docs/gpus) with the GPU
110-
that you selected in mind. For example, if you select `gpu_nvidia=1` you will need an n1-* family machine type.
110+
that you selected in mind. For example, if you select `nvidia_gpu=1` you will need an n1-* family machine type.
111111

112-
On a n1-* family machine type, gpu_nvidia=1 will trigger a "nvidia-tesla-t4" gpu by default.
112+
On a n1-* family machine type, nvidia_gpu=1 will trigger a "nvidia-tesla-t4" gpu by default.
113113

114114
It's possible to change the gpu type directly using a machine-compatible label:
115115
e.g. nvidia_gpu='nvidia-tesla-v100'

0 commit comments

Comments
 (0)