aiidateam / aiida-common-workflows

A repository for the implementation of common workflow interfaces across materials-science codes and plugins
https://aiida-common-workflows.readthedocs.io
MIT License
52 stars 31 forks source link

cli lacks way to select `metadata.options` inputs #291

Open ltalirz opened 2 years ago

ltalirz commented 2 years ago

It appears the aiida-common-workflows cli does not support selecting a queue on the remote machine. The only option seems to be to hardcode the queue in the prepend_text of the computer on which the codes are defined.

Selecting a partition that differs from the default one of the computer is quite a common use case, and perhaps worth supporting.