stackhpc / ansible-role-openhpc

Ansible role for OpenHPC
Apache License 2.0
44 stars 15 forks source link

Support GRES #155

Closed sjpb closed 1 year ago

sjpb commented 1 year ago

Adds support for GRES definitions of the form <name>:<type>:<number>, primarily to support GPU integration. This is slightly restricted compared to the full format: <name>[:<type>][:no_consume]:<number>[K|M|G].

Note OpenHPC's slurm is not built against the nvidia management libraries, hence auto configuration does not work.