cromwell icon indicating copy to clipboard operation
cromwell copied to clipboard

Dose not support A100 gpu for google backend

Open cherubzhenhu opened this issue 3 years ago • 0 comments

Hi Want to run my pipeline in gcp with nvidia-tesla-a100. Get errors for insert machine. Trake into the code since cromwell set n2-custom machine meanwhile a100 require a2-highgpu-1g. I guess it is not a big change but can extend capbilities.

runtime {bootDiskSizeGb: 100 disks: "/mnt 3000 HDD" gpuType: "nvidia-tesla-a100" gpuCount: 1 nvidiaDriverVersion: "418.87.00" zones: ["us-central1-c"] } (edited)

IMPORTANT: Please file new issues over in our Jira issue tracker!

https://broadworkbench.atlassian.net/projects/BA/issues

You may need to create an account before you can view/create issues.

cherubzhenhu avatar Nov 05 '21 01:11 cherubzhenhu