-
Notifications
You must be signed in to change notification settings - Fork 14
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
Use ubuntu 2024.04 in CI #1140
Use ubuntu 2024.04 in CI #1140
Conversation
cscs-ci run |
1 similar comment
cscs-ci run |
ae52df9
to
620d661
Compare
cscs-ci run |
cscs-ci run |
cscs-ci run |
1 similar comment
cscs-ci run |
b535b07
to
daeac85
Compare
cscs-ci run |
1 similar comment
cscs-ci run |
5771565
to
0b97999
Compare
cscs-ci run |
734a5a1
to
03cf20c
Compare
cscs-ci run |
cscs-ci run |
cscs-ci run |
cscs-ci run |
@@ -43,7 +43,7 @@ TEST(GridTest, GridScaLAPACKOrdering) { | |||
#endif | |||
|
|||
TEST(GridTest, GridDLAFOrdering) { | |||
for (const auto [key, value] : ordering) { | |||
for (const auto& [key, value] : ordering) { |
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.
Just curious, was this a warning or compilation error? Did we miss testing something previously?
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.
A new warning, IIRC, with clang 18
@@ -53,7 +53,7 @@ JOB_TEMPLATE=" | |||
variables: | |||
SLURM_CPUS_PER_TASK: {{CPUS_PER_TASK}} | |||
SLURM_NTASKS: {{NTASKS}} | |||
SLURM_TIMELIMIT: '20:00' | |||
SLURM_TIMELIMIT: '25:00' |
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.
GPU codecov RANK_6 test hits the limit often during report generation.
Add 5 mins to reduce the chance of this.
cscs-ci run |
cscs-ci run |
cscs-ci run |
No description provided.