Skip to content

serial-libs: update scotch to 7.0.11#2452

Merged
adrianreber merged 2 commits into
openhpc:4.xfrom
adrianreber:2026-04-12-scotch
Apr 12, 2026
Merged

serial-libs: update scotch to 7.0.11#2452
adrianreber merged 2 commits into
openhpc:4.xfrom
adrianreber:2026-04-12-scotch

Conversation

@adrianreber
Copy link
Copy Markdown
Member

  • ptscotch: 7.0.10 -> 7.0.11
    upstream: gitlab.inria.fr/scotch/scotch

Command: misc/check_for_package_updates.py -v -o markdown scotch --update

- ptscotch: 7.0.10 -> 7.0.11
  upstream: gitlab.inria.fr/scotch/scotch

Command: `misc/check_for_package_updates.py -v -o markdown scotch
  --update`

Signed-off-by: Adrian Reber <areber@redhat.com>
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Apr 12, 2026

📦 Package Count Analysis Results

Environment: UBI 10 Container
Target Branch: 4.x
Version: OpenHPC 4.x
Overall Status:Analysis completed successfully

🏭 Factory Repositories

Status:Factory repositories analysis completed successfully

Release Base OS aarch64 x86_64 noarch Total
4.1 EL_10 130 299 11 440
4.1 openEuler_24.03 125 149 13 287
Total All 255 448 24 727

Analysis performed by OpenHPC Package Count CI
Commit: e15fb188
Workflow: 24305077946

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Apr 12, 2026

📊 Build Order Analysis Results

Environment: AlmaLinux 10 Container
Total Spec Files Analyzed: 92
Status:Build order analysis completed successfully

📋 Build Order Output

📦 Build Order (87 packages)

➕ Show remaining 72 packages

Analysis performed by OpenHPC Build Order CI
Commit: e15fb188
Workflow: 24305077955

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Apr 12, 2026

🚀 CCache Statistics

Configuration 🐧 RHEL 🦊 openEuler
🖥️ x86_64 / gnu15 🔴 17.79% 🔴 17.79%
🖥️ x86_64 / intel 🔴 17.76% -
💪 aarch64 / gnu15 🔴 14.87% 🔴 16.54%
📊 Detailed Statistics

openEuler (aarch64)

Cacheable calls:    13279 / 17949 (73.98%)
  Hits:              2196 / 13279 (16.54%)
    Direct:          1854 /  2196 (84.43%)
    Preprocessed:     342 /  2196 (15.57%)
  Misses:           11083 / 13279 (83.46%)
Uncacheable calls:   4670 / 17949 (26.02%)
Local storage:
  Cache size (GiB):   0.6 /   5.0 (12.16%)
  Hits:              2196 / 13279 (16.54%)
  Misses:           11083 / 13279 (83.46%)

openEuler (x86_64)

Cacheable calls:    17346 / 23411 (74.09%)
  Hits:              3086 / 17346 (17.79%)
    Direct:          2722 /  3086 (88.20%)
    Preprocessed:     364 /  3086 (11.80%)
  Misses:           14260 / 17346 (82.21%)
Uncacheable calls:   6065 / 23411 (25.91%)
Local storage:
  Cache size (GiB):   0.9 /   5.0 (17.21%)
  Hits:              3086 / 17346 (17.79%)
  Misses:           14260 / 17346 (82.21%)

RHEL (aarch64/gnu15)

Cacheable calls:    14974 / 20226 (74.03%)
  Hits:              2226 / 14974 (14.87%)
    Direct:          1878 /  2226 (84.37%)
    Preprocessed:     348 /  2226 (15.63%)
  Misses:           12748 / 14974 (85.13%)
Uncacheable calls:   5252 / 20226 (25.97%)
Local storage:
  Cache size (GiB):   0.8 /   5.0 (15.85%)
  Hits:              2226 / 14974 (14.87%)
  Misses:           12748 / 14974 (85.13%)

RHEL (x86_64/gnu15)

Cacheable calls:    17346 / 23411 (74.09%)
  Hits:              3086 / 17346 (17.79%)
    Direct:          2722 /  3086 (88.20%)
    Preprocessed:     364 /  3086 (11.80%)
  Misses:           14260 / 17346 (82.21%)
Uncacheable calls:   6065 / 23411 (25.91%)
Local storage:
  Cache size (GiB):   0.9 /   5.0 (17.40%)
  Hits:              3086 / 17346 (17.79%)
  Misses:           14260 / 17346 (82.21%)

RHEL (x86_64/intel)

Cacheable calls:    17380 / 25988 (66.88%)
  Hits:              3086 / 17380 (17.76%)
    Direct:          2719 /  3086 (88.11%)
    Preprocessed:     367 /  3086 (11.89%)
  Misses:           14294 / 17380 (82.24%)
Uncacheable calls:   8608 / 25988 (33.12%)
Local storage:
  Cache size (GiB):   0.6 /   5.0 (11.70%)
  Hits:              3086 / 17380 (17.76%)
  Misses:           14294 / 17380 (82.24%)

🤖 Generated from workflow run 24305077952

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Apr 12, 2026

Test Results

 51 files  + 51   51 suites  +51   1m 32s ⏱️ + 1m 32s
155 tests +155  149 ✅ +149  6 💤 +6  0 ❌ ±0 
237 runs  +237  229 ✅ +229  8 💤 +8  0 ❌ ±0 

Results for commit c67d153. ± Comparison against base commit 849245d.

♻️ This comment has been updated with latest results.

mvapich2 is not available on aarch64. Build the MPI families
list dynamically so that mvapich2 is only included on other
architectures.

Generated with Claude Code (https://claude.ai/code)

Signed-off-by: Karl W Schulz <karl@utexas.edu>
Signed-off-by: Adrian Reber <areber@redhat.com>
@adrianreber adrianreber merged commit ef31e88 into openhpc:4.x Apr 12, 2026
26 checks passed
@adrianreber adrianreber deleted the 2026-04-12-scotch branch April 12, 2026 11:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant