-
Notifications
You must be signed in to change notification settings - Fork 23
Add CSCS CI #1818
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 CSCS CI #1818
Conversation
cscs-ci run |
4 similar comments
cscs-ci run |
cscs-ci run |
cscs-ci run |
cscs-ci run |
cscs-ci run |
cscs-ci run |
1 similar comment
cscs-ci run |
cscs-ci run |
cscs-ci run |
1 similar comment
cscs-ci run |
@@ -32,6 +32,7 @@ namespace gridtools::fn { | |||
return neighbor_table::neighbors(table, index); | |||
} | |||
|
|||
#if defined(__NVCC__) && defined(__CUDACC_VER_MAJOR__) && (__CUDACC_VER_MAJOR__ < 12 || (__CUDACC_VER_MAJOR__ == 12 && __CUDACC_VER_MINOR__ > 8)) |
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.
see #1822
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.
Looks fine to me.
echo be0d91732d5b0cc6fbb275c7939974457e79b54d6f07ce2e3dfdd68bef883b0b boost_1_85_0.tar.gz > boost_hash.txt && \ | ||
sha256sum -c boost_hash.txt && \ |
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.
Minor: just as a shortcut you can also do this:
echo be0d91732d5b0cc6fbb275c7939974457e79b54d6f07ce2e3dfdd68bef883b0b boost_1_85_0.tar.gz > boost_hash.txt && \ | |
sha256sum -c boost_hash.txt && \ | |
(echo be0d91732d5b0cc6fbb275c7939974457e79b54d6f07ce2e3dfdd68bef883b0b boost_1_85_0.tar.gz | sha256sum --check) && \ |
? (Also minor: I much prefer the long versions of options like --check
since there's less guessing what c
happens to stand for in this particular case).
Then again, I guess this will be removed soon enough anyway...
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'll not touch it, because I want to delete it later today.
Add a minimal CI for CSCS Alps GH200.
Add a minimal CI for CSCS Alps GH200.