Skip to content
Open
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
7 changes: 6 additions & 1 deletion docs/further.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,12 @@ The following environment variables are available within any Google batch run:

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

On a n1-* family machine type, nvidia_gpu=1 will trigger a "nvidia-tesla-t4" gpu by default.
Comment thread
nicolasboisseau marked this conversation as resolved.

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

### Step Options

Expand Down