We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2daff72 commit 0714e96Copy full SHA for 0714e96
1 file changed
docs/further.md
@@ -109,6 +109,11 @@ The Google Batch executor uses the same designation for GPUs as core Snakemake.
109
[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.
111
112
+On a n1-* family machine type, gpu_nvidia=1 will trigger a "nvidia-tesla-t4" gpu by default.
113
+
114
+It's possible to change the gpu type directly using the a machine compatible label:
115
+e.g. nvidia_gpu='nvidia-tesla-v100'
116
117
### Step Options
118
119
The following options are allowed for batch steps. This predominantly includes most arguments.
0 commit comments