-
Notifications
You must be signed in to change notification settings - Fork 10
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 gcc10 apex pipeline in CSCS CI #930
Add gcc10 apex pipeline in CSCS CI #930
Conversation
cscs-ci run |
118090c
to
ac85e58
Compare
cscs-ci run |
ac85e58
to
f2ac4e6
Compare
cscs-ci run |
It's perhaps worth quickly just trying the non-deprecated versions first just in case it works, then you don't have to bother with special handling. If it doesn't work for some reason, then you can weigh if it's easier to fix the non-deprecated version or convince spack to use the old deprecated version. |
f2ac4e6
to
b20e6e8
Compare
cscs-ci run |
1 similar comment
cscs-ci run |
0226319
to
083424e
Compare
cscs-ci run |
I think the current build failure comes from 2.4.X not supporting OTF2-3.X. We've seen this before but never bothered looking into it or adding conflicts. However, it looks like it's been fixed in UO-OACISS/apex@4a7bdbb (which is in apex 2.6.0 onwards). Perhaps you can add a conflict for this to the spack package (and if you want for now explicitly request OTF2 < 3.X for the build here)? |
cscs-ci run |
opened spack/spack#42060 |
79db050
to
efdd238
Compare
cscs-ci run |
2 similar comments
cscs-ci run |
cscs-ci run |
For me this is good to go, I will investigate the segfaults with the new apex #948 in another PR |
22aa26c
to
beeb3df
Compare
cscs-ci run |
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 now, just a couple of minor tweaks needed.
beeb3df
to
39906d5
Compare
cscs-ci run |
Merging manually. The failing test is |
Fix #926. Allow deprecated packages (for apex 2.4.1), otherwise concretization is failing (see spack/spack#42037). apex version will be updated separately, see #948.