Skip to content
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

enhance --avail-easyconfig-params to also accept a (single) easyconfig from which to derive the easyblock #4495

Open
jfgrimm opened this issue Apr 3, 2024 · 0 comments

Comments

@jfgrimm
Copy link
Member

jfgrimm commented Apr 3, 2024

Currently, -a, --avail-easyconfig-params can either be used:

  • on its own, for a list of generic easyconfig parameters
  • with -e, --easyblock to also list custom easyconfig parameters specific to a particular easyblock

I think it would be intuitive to either enhance --avail-easyconfig-params, or add another option, which derives the easyblock to use from a specific easyconfig. For example, the output of the following would be identical:

eb -a -e EB_GCC
eb -a GCCcore-12.3.0.eb

As an aside, it might also be nice to be able to request a list of only the custom parameters, with e.g. --avail-easyconfig-params=custom

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant