-
Notifications
You must be signed in to change notification settings - Fork 6
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
Builder integration #20
Conversation
Co-authored-by: kaveh01 <kaveh01@gmail.com>
I get the following error when trying to execute the current version:
I myself produced a similar issue when trying to define multiple |
Kaveh and I looked into this. We suspect it to be a bug in JUBE. Kaveh will check this tomorrow with the JUBE devlopers. If it turns out to be true, we already have a solution - at the expense of adding one additional helper file - at hand. |
Co-authored-by: ackurth <anno.kurth@posteo.de>
@jasperalbers, we resolved the problem. |
I am getting the following error:
If I comment out the build step the bench step works, so it is a problem in the newly introduced build step. |
For which benchmark? |
hpc-benchmark 31 |
Please give it a try. |
c27b421
to
27b127a
Compare
…a config file. Co-authored-by: ackurth <anno.kurth@posteo.de>
Co-authored-by: ackurth <anno.kurth@posteo.de>
Co-authored-by: ackurth <anno.kurth@posteo.de>
Very elegant integration of the |
Kaveh and I finished the Builder integration.
The machine parameters at compile time (i.e. number of cores to compile on) are hardcoded in the helper.yaml.
We chose this, since otherwise the users would need to configure one additional config file leading to an unnecessary increase of complexity.
If you, however, would prefer to store them externally, this is also possible.