-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tesResources requires addition of GPU, FPGA, Arch #163
Comments
Also requested by Czech ELIXIR node, see here: https://docs.google.com/spreadsheets/d/1vBFhBQ-nFqhSL5dLjQfOWO6x9BzmV9x6l18p9GYRZdQ/edit#gid=0 Contact: @xhejtman & @viktoriaas |
This is the intention of #154 and is currently scheduled to be part of v1.1 |
One idea would be to separate hardware descriptions into a schema, like something described at https://schema.org/, and describe various product relationships using JSON-LD. So you could make statements like "I need at least an NVIdia A100 or better with at least 24GB of on card RAM". And the JSON-LD that describes the technical landscape could evolve as new products are introduced. |
E.g., nextflow uses term If we can assume that all accelerators have RAM, then number of accelerators and RAM could be in spec, but the type of accelerator is quite a mess. |
An increasing number of genomics tasks require the presence of additional resource types such as GPU, FPGA and the option of using
aarch64
architecture. If there is not already a way to add these, and if people think they should be added, I am happy to create a PR.The text was updated successfully, but these errors were encountered: