DataBiosphere / dsub

Open-source command-line tool to run batch computing tasks and workflows on backend services such as Google Cloud.
Apache License 2.0
265 stars 44 forks source link

Creates the argument min-cpu-platform for the google-v2 provider #118

Closed carbocation closed 6 years ago

carbocation commented 6 years ago

Creates the argument min-cpu-platform for the google-v2 provider. This permits the specification of a CPU Platform such as, e.g., "Intel Skylake", which is required for certain instruction sets such as AVX2, and for certain machine types (such as any machine that has more than 64 cores). This also resolves Issue #117

mbookman commented 6 years ago

Thank-you @carbocation for the contribution!

It turns out we have a release we are pushing out this week, which includes the addition of --cpu-platform for the v2 provider, which looks a lot like your PR. Will update here when the release is published.

carbocation commented 6 years ago

(This is solved separately by 82bc6b0 so I'm closing this pull request.)