Skip to content

use GCCcore/15.2.0 toolchain for Boost 1.90.0, rather than GCC/15.2.0#26059

Merged
jfgrimm merged 1 commit into
easybuilders:developfrom
Micket:20260521133844_new_pr_Boost1900
Jun 1, 2026
Merged

use GCCcore/15.2.0 toolchain for Boost 1.90.0, rather than GCC/15.2.0#26059
jfgrimm merged 1 commit into
easybuilders:developfrom
Micket:20260521133844_new_pr_Boost1900

Conversation

@Micket

@Micket Micket commented May 21, 2026

Copy link
Copy Markdown
Contributor

(created using eb --new-pr)
I really want to move this to GCCcore because otherwise it pushes a bunch of non-HPC stuff into compiler level unnecessarily. With the advent of new compilers, this is even more important.

JSC has done this for years.

99% of stuff that uses boost does things like filesystem or parseargs stuff. Performance surely doesn't matter the slighest.

@Micket Micket added the update label May 21, 2026
@github-actions github-actions Bot added 2026.1 issues & PRs related to 2026.1 common toolchains change and removed update labels May 21, 2026
@Micket Micket added this to the next release (5.3.1?) milestone May 21, 2026
@Thyre

This comment was marked as resolved.

@Thyre

Thyre commented May 21, 2026

Copy link
Copy Markdown
Collaborator

Test report by @Thyre
SUCCESS
Build succeeded for 1 out of 1 (total: 11 mins 21 secs) (1 easyconfigs in total)
jrc0850.jureca - Linux Rocky Linux 9.7 (Blue Onyx), x86_64, AMD EPYC 7443 24-Core Processor (zen3), 8 x AMD AMD INSTINCT MI250 (MCM) OAM AC MBA (device id: 0x740c, gfx: gfx90a, driver: 6.16.6), Python 3.9.25
See https://gist.github.com/Thyre/9c0becfa04fb88bf6324610158ec66aa for a full test report.

@Micket

Micket commented May 21, 2026

Copy link
Copy Markdown
Contributor Author

Test report by @Micket
FAILED
Build succeeded for 1 out of 2 (total: 30 mins 52 secs) (1 easyconfigs in total)
vera-icelake-build - Linux Rocky Linux 9.6, x86_64, Intel(R) Xeon(R) Silver 4316 CPU @ 2.30GHz, Python 3.9.21
See https://gist.github.com/Micket/d8df298b0d71398a24db89dff8a19a2f for a full test report.

@Thyre

Thyre commented May 21, 2026

Copy link
Copy Markdown
Collaborator

Requires (merged): easybuilders/easybuild-easyblocks#4088

@Micket

Micket commented May 21, 2026

Copy link
Copy Markdown
Contributor Author

@boegelbot please test @ jsc-zen3

@boegelbot

Copy link
Copy Markdown
Collaborator

@Micket: Request for testing this PR well received on jsczen3l1.int.jsc-zen3.fz-juelich.de

PR test command 'if [[ develop != 'develop' ]]; then EB_BRANCH=develop ./easybuild_develop.sh 2> /dev/null 1>&2; EB_PREFIX=/home/boegelbot/easybuild/develop source init_env_easybuild_develop.sh; fi; EB_PR=26059 EB_ARGS= EB_CONTAINER= EB_REPO=easybuild-easyconfigs EB_BRANCH=develop /opt/software/slurm/bin/sbatch --job-name test_PR_26059 --ntasks=8 ~/boegelbot/eb_from_pr_upload_jsc-zen3.sh' executed!

  • exit code: 0
  • output:
Submitted batch job 10476

Test results coming soon (I hope)...

Details

- notification for comment with ID 4509309845 processed

Message to humans: this is just bookkeeping information for me,
it is of no use to you (unless you think I have a bug, which I don't).

@Micket

Micket commented May 21, 2026

Copy link
Copy Markdown
Contributor Author

Test report by @Micket
Using easyblocks from PR(s) easybuilders/easybuild-easyblocks#4088
SUCCESS
Build succeeded for 1 out of 1 (total: 17 mins 34 secs) (1 easyconfigs in total)
vera-icelake-build - Linux Rocky Linux 9.6, x86_64, Intel(R) Xeon(R) Silver 4316 CPU @ 2.30GHz, Python 3.9.21
See https://gist.github.com/Micket/c74cdaa9cc037b6b4141cfb9dca94b1b for a full test report.

@boegelbot

Copy link
Copy Markdown
Collaborator

Test report by @boegelbot
SUCCESS
Build succeeded for 1 out of 1 (total: 11 mins 19 secs) (1 easyconfigs in total)
jsczen3c1.int.jsc-zen3.fz-juelich.de - Linux Rocky Linux 9.7, x86_64, AMD EPYC-Milan Processor (zen3), Python 3.9.25
See https://gist.github.com/boegelbot/d48fc300ab49d53f8c39269226160f03 for a full test report.

@Thyre

Thyre commented May 21, 2026

Copy link
Copy Markdown
Collaborator

Test report by @Thyre
SUCCESS
Build succeeded for 1 out of 1 (total: 7 mins 37 secs) (1 easyconfigs in total)
jrc0901.jureca - Linux Rocky Linux 9.7, AArch64, ARM UNKNOWN (neoverse_v2), 1 x NVIDIA NVIDIA GH200 480GB, 595.71.05, Python 3.9.25
See https://gist.github.com/Thyre/c57b4334baad7ef0651ff68ecd739d6f for a full test report.

@jfgrimm

jfgrimm commented May 26, 2026

Copy link
Copy Markdown
Member

Test report by @jfgrimm
SUCCESS
Build succeeded for 1 out of 1 (total: 9 mins 57 secs) (1 easyconfigs in total)
node080.viking2.yor.alces.network - Linux Rocky Linux 8.10, x86_64, AMD EPYC 7643 48-Core Processor, Python 3.6.8
See https://gist.github.com/jfgrimm/26ca11925aebedf5e0c9b9b403032d9c for a full test report.

@jfgrimm

jfgrimm commented Jun 1, 2026

Copy link
Copy Markdown
Member

Going in, thanks @Micket!

@jfgrimm jfgrimm merged commit b98d013 into easybuilders:develop Jun 1, 2026
6 checks passed
@Micket Micket deleted the 20260521133844_new_pr_Boost1900 branch June 1, 2026 14:40
@boegel boegel changed the title Move Boost to GCCcore 15.2.0 use GCCcore/15.2.0 toolchain for Boost 1.90.0, rather than GCC/15.2.0 Jun 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

2026.1 issues & PRs related to 2026.1 common toolchains change ready-to-review

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants