-
Notifications
You must be signed in to change notification settings - Fork 9
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
ci: disable power9, add a100 and roci jobs #348
Conversation
e9d0569
to
54b615a
Compare
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.
LGTM let me know when it's ready to merge
db64436
to
b38205c
Compare
cf971c8
to
8070c42
Compare
e84508a
to
e2999aa
Compare
1abb487
to
c068623
Compare
@Yurlungur this is now ready. The CI on one of the Rocinante jobs still fails due to some HDF5 issue, but I think this is beyond the scope of this MR which already packs a lot of changes. |
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.
I'm approving now. However, I'd like to give @ktsai7 @dholladay00 and @mauneyc-LANL to review if they want to. Please review by early next week or forever hold your peace, then I will merge.
This allows offline jobs to continue.
c068623
to
f75632b
Compare
@ktsai7 in particular should look at the different jobs that are still rebuilding various spack packages. |
@rbberger I will take a look at the packages. @Yurlungur If this is working, I would say to get it in. I am making rounds adding some CI stuff, but that won't conflict with this. |
@@ -59,6 +59,8 @@ register_headers( | |||
|
|||
if (SINGULARITY_BUILD_CLOSURE) | |||
register_headers(closure/mixed_cell_models.hpp) | |||
register_headers(eos/singularity_eos.hpp) | |||
register_srcs(eos/singularity_eos.cpp) |
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.
what necessitated this change?
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.
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.
I didn't change this, @rbberger did, but I think he just moved these registration calls from the fortran if statement to the closure if statement. Since this is C++ code technically, not fortran code.
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.
this will blow up compile times in RIOT. While it is c++ source, they are really only needed in w/in the context of defining fortran interfaces and for EAP.
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.
oh this is a good catch. Thank you! Yes let's move it back into the fortran. I can submit a PR. @rbberger will this be ok?
PR Summary
Closes #347
PR Checklist
make format
command after configuring withcmake
.If preparing for a new release, in addition please check the following: