-
Notifications
You must be signed in to change notification settings - Fork 772
change base compiler for intel/2023.03 to GCCcore/12.3.0 #18263
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
change base compiler for intel/2023.03 to GCCcore/12.3.0 #18263
Conversation
|
Submitting a test report for this is a bit tricky, only using while |
|
This should include imkl-FFTW-2023.1.0-iimpi-2023.03.eb and iimpi-2023.03.eb. Maybe this is causing the problem? |
|
Test report by @Micket |
|
Ignore previous comment (as you already know). I poked a bit. Seems natural that this would prepended, but i guess it's to preserve some behaviour of what easyconfigs to use for dependencies if you specify only specific easyconfigs with And combined with the fact that (which can be triggered outside of --from-pr): it doesn't consider command line given easyconfigs first when resolving toolchain, which perhaps it also should. Removing the conflicting easyconfigs from the robot paths beforehand seems like the only workaround right to get this fixed in time for release. |
Micket
left a comment
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.
lgtm
|
So, a bit backwards here, but merging this first, and then triggering a rebuild on with boegelbot should suffice i believe. |
|
Test report by @boegel edit: test was run after checking out the |
|
Going in, thanks @boegel! |
|
@boegelbot please test @ generoso |
|
@Micket: Request for testing this PR well received on login1 PR test command '
Test results coming soon (I hope)... - notification for comment with ID 1623241478 processed Message to humans: this is just bookkeeping information for me, |
|
@boegelbot please test @ jsc-zen2 |
|
Test report by @boegelbot |
|
@boegelbot please test @ jsc-zen2 |
|
@boegel: Request for testing this PR well received on jsczen2l1.int.jsc-zen2.easybuild-test.cluster PR test command '
Test results coming soon (I hope)... - notification for comment with ID 1624022460 processed Message to humans: this is just bookkeeping information for me, |
|
Test report by @boegelbot |
Since there's no newer Intel compilers release than 2023 update 1, which is used in
intel/2023.03, we need to change the base compiler toGCCcore/12.3.0, since that's the one used forfoss/2023.05(which will becomefoss/2023a).