Skip to content

Add CSCS CI - #1818

Merged
havogt merged 64 commits into
masterfrom
cscsci
Feb 26, 2025
Merged

Add CSCS CI#1818
havogt merged 64 commits into
masterfrom
cscsci

Conversation

@havogt

@havogt havogt commented Feb 19, 2025

Copy link
Copy Markdown
Contributor

Add a minimal CI for CSCS Alps GH200.

@havogt

havogt commented Feb 19, 2025

Copy link
Copy Markdown
Contributor Author

cscs-ci run

4 similar comments
@havogt

havogt commented Feb 19, 2025

Copy link
Copy Markdown
Contributor Author

cscs-ci run

@havogt

havogt commented Feb 19, 2025

Copy link
Copy Markdown
Contributor Author

cscs-ci run

@havogt

havogt commented Feb 19, 2025

Copy link
Copy Markdown
Contributor Author

cscs-ci run

@havogt

havogt commented Feb 19, 2025

Copy link
Copy Markdown
Contributor Author

cscs-ci run

@havogt

havogt commented Feb 19, 2025

Copy link
Copy Markdown
Contributor Author

cscs-ci run

@havogt

havogt commented Feb 19, 2025

Copy link
Copy Markdown
Contributor Author

cscs-ci run

1 similar comment
@havogt

havogt commented Feb 19, 2025

Copy link
Copy Markdown
Contributor Author

cscs-ci run

@havogt

havogt commented Feb 19, 2025

Copy link
Copy Markdown
Contributor Author

cscs-ci run

@havogt

havogt commented Feb 25, 2025

Copy link
Copy Markdown
Contributor Author

cscs-ci run

1 similar comment
@havogt

havogt commented Feb 25, 2025

Copy link
Copy Markdown
Contributor Author

cscs-ci run

Comment thread pyutils/test/__init__.py Outdated
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))

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

see #1822

@msimberg msimberg left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks fine to me.

Comment thread ci/base.Dockerfile
Comment on lines +55 to +56
echo be0d91732d5b0cc6fbb275c7939974457e79b54d6f07ce2e3dfdd68bef883b0b boost_1_85_0.tar.gz > boost_hash.txt && \
sha256sum -c boost_hash.txt && \

Copy link
Copy Markdown
Contributor

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:

Suggested change
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...

Copy link
Copy Markdown
Contributor Author

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.

Comment thread ci/build.Dockerfile Outdated
Comment thread ci/cscs.yml Outdated
Comment thread ci/build.Dockerfile Outdated
@havogt
havogt merged commit 0299781 into master Feb 26, 2025
@havogt
havogt deleted the cscsci branch February 26, 2025 11:58
havogt added a commit that referenced this pull request Apr 11, 2025
Add a minimal CI for CSCS Alps GH200.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants