Qiskit / Qiskit/sbd-eigensolver-python
Two issues with mpi communicator configuration
オープン
まだ誰も着手していません。
- 主要言語
- Python
- スター
- 2
- フォーク
- 0
- 平均マージ
- 8時間 45分
- マージ済み PR(30日)
- 23
説明
From #21:
Two related issues found while investigating, not addressed here:
- h_comm_size is writable on both config objects, but tpb::diag / gdb::diag
recompute it from mpi_size, so setting it has no effect.- gdb_diag's docstring says b_comm_size must be 1, which is enforced nowhere and
unexplained. If true it deserves a reason; if stale it blocks the one dimension that
would parallelise the determinant list.
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
Trace the two configuration objects into tpb::diag and gdb::diag, starting with how mpi_size and h_comm_size are handled. Read the gdb_diag docstring and inspect how b_comm_size is used or validated. Done means the writable settings and documentation agree with the implemented communicator behavior, with tests or checks covering the two reported cases.
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- python
- 領域
- distributed-systems
- issue の種類
- バグ
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 活発
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 64/100