-
Couldn't load subscription status.
- Fork 31
Daint / Sarus CI #30
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
Daint / Sarus CI #30
Conversation
|
bors try |
|
🔒 Permission denied Existing reviewers: click here to make haampie a reviewer |
|
Ok... I don't have access 😅, @kabicm, can you either comment |
|
bors try |
tryConfiguration problembors.toml: not found |
|
bors try |
tryBuild succeeded |
|
So, what this did is:
The second time the build environment is cached as long as you don't bump MKL, CUDA Toolkit or MPICH, so let's see if that actually works as expected. bors try |
tryBuild succeeded |
…happy about libmpi
|
bors try |
tryBuild failed |
|
bors try |
tryBuild failed |
|
Last attempt hopefully? 😅 bors try |
tryBuild failed |
|
@haampie Hard to say, is this using the latest commit on master? |
|
Currently I'm only building the GPU version. I could add a CPU version as well! |
docker/deploy/Dockerfile
Outdated
| COPY . /COSMA | ||
|
|
||
| RUN mkdir /COSMA/build && cd /COSMA/build && \ | ||
| CC=mpicc CXX=mpicxx FC=mpif90 FCCPP=cpp cmake .. \ |
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 think FC=mpif90 FCCPP=cpp are not necessary since we don't use fortran compilers.
|
now with CPU and GPU both: bors try |
tryBuild failed |
|
bors try |
tryBuild failed |
|
Now with new env variables for tile sizes bors try |
tryBuild failed |
|
Forgot to recursively clone the repo; another try bors try |
tryBuild succeeded |
|
😌 |
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 good to me! :)
|
Thanks @teonnik :) I've pushed the changes |
|
bors merge |
Build succeeded |
The pipeline definition is stored here https://gitlab.com/cscs-ci/eth-cscs/cosma-ci
sarus run ...scripts.CI should be triggered by bors, let's see if that works as well.