-
Notifications
You must be signed in to change notification settings - Fork 203
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
add (experimental) support for general options in Easystack #3513
Comments
robot: True
software:
GROMACS:
parallel: 6
toolchains:
foss-2020a:
versions:
2020.1:
2020.3:
from_pr: 1234
include_easyblocks_from_pr: 123
debug: True
trace: True
High-level overview of things to change to support using custom configuration options for specific installations
|
Support for updating build options on the fly was added in #3684, which should help a bit with this... |
I had a look at this and am trying to understand what you mean by e.g.
I guess this is about the fact that this line normally reads the Another question that came to my mind: does a |
@boegel and I had a discussion on how to proceed, and what to think about. The notes are included below: robot: True
software:
GROMACS:
parallel: 6
toolchains:
foss-2020a:
versions:
2020.1:
2020.3:
from_pr: 1234
include_easyblocks_from_pr: 123
debug: True
trace: True EasyBuild 4.5.0,
What we would like
Some functions that are called based on the results that might be affected:
Once we have the dictionary of EasyConfig options as a result of
Actions
Note that we should probably split this over multiple PRs:
special cases
issues
|
This is basically done in #4057, so closing... |
related to: easystack file pull request
Additional command-line arguments to EasyBuild can be passed at any level (may even be included outside of
software
scope by specifying a keyword that matches the long argument name, e.g.Will be equivalent to running
The deepest nested value will always take priority, i.e.
will be equivalent to running
The text was updated successfully, but these errors were encountered: