-
Notifications
You must be signed in to change notification settings - Fork 26
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
Create amg2023 experiment.py #352
Conversation
|
||
def compute_ramble_dict(self): | ||
ramble_dict = super(Amg2023, self).compute_ramble_dict() | ||
ramble_dict["ramble"]["software"] = ramble_dict["ramble"].pop("spack") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@pearce8 @scheibelp @becker33 This will be removed once the base experiment.py is fixed
def compute_include_section(self): | ||
return ["./configs/software.yaml", | ||
"./configs/variables.yaml", | ||
"./configs/modifier.yaml",] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@pearce8 @scheibelp @becker33 include ./configs
does not work for modifier.py
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@pearce8 @scheibelp @becker33
include ./configs
does not work for modifier.py
@rfhaque Is this still an issue?
bin/benchpark experiment init --dest amg2023 programming_model=[openmp|cuda|rocm] workload=[problem1|problem2] experiment=[strong|weak|example]