Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

ARM architecture plan

オープン
#33 コメント 2 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
5/5
見積もり時間
1週間以上
初心者へのやさしさ
35/100
issue の種類
機能追加
明瞭さ
説明が足りない
活発さ
静か
技術スタック
docker, shell

調査の方向性

まず、リポジトリ内のコンテナビルド設定、CI 定義、インストール ドキュメントを特定します。現在 AMD64/x86_64 を前提としている依存関係とワークフローを確認し、ARM64 の部分的なサポートが実現可能かどうかを判断します。ARM64 のインストールが文書化され、マルチアーキテクチャイメージが検証され、サポート対象の ARM64 ワークフローに対する CI カバレッジが確保されれば完了です。

索引モデルが issue の本文から書いたものです。

説明

Is your feature request related to a problem? Please describe.

eic-shell currently runs only through AMD64/x86_64 container images. On Apple Silicon systems (ARM64/aarch64), this requires emulation (Rosetta/QEMU), which significantly reduces performance during CPU-intensive workflows such as npsim and especially eicrecon.

For large-scale reconstruction campaigns with background mixing enabled, the slowdown becomes substantial and limits usability on modern ARM64 laptops and workstations.

I understand that much of the HEP and detector simulation ecosystem has historically targeted AMD64/x86_64 platforms, and that some dependencies may still be architecture-specific. However, it may already be possible to support at least part of the software stack natively on ARM64.

Describe the solution you'd like

Provide native ARM64/aarch64 support for eic-shell, including:

  • ARM64 container images
  • multi-architecture Docker builds (linux/amd64 and linux/arm64)
  • CI validation on Apple Silicon and/or ARM64 Linux
  • documentation for ARM-native installation and execution

Ideally, users on Apple Silicon Macs should be able to run eic-shell natively without requiring x86 emulation.

Even partial ARM64 compatibility for selected components would already be very valuable.

Describe alternatives you've considered

Current alternatives include:

  • running through Rosetta/QEMU emulation on macOS
  • using remote x86_64 servers or clusters
  • manually rebuilding dependencies for ARM64

However, these approaches either introduce large performance penalties or significantly increase setup complexity.

Additional context

On Apple Silicon systems, workflows involving:

  • background overlay,
  • npsim,
  • and especially eicrecon

can become substantially slower under x86 emulation.

Native ARM64 support would improve:

  • developer experience,
  • portability,
  • battery efficiency,
  • and local reconstruction performance for EIC software users on modern hardware platforms.
主要言語
Shell
スター
2
フォーク
5
PR マージ指標
30日以内にマージされた PR はありません

環境構築

このプロジェクトの環境構築ファイルはまだ確認していません。まず README を読み、一般的な手順ははじめてのコントリビューションガイドを参照してください。

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

eic/eic-shell のほかの issue

eic/eic-shell の issue をすべて見る

似ている issue

Shell/Bash の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。