[Documentation] Explain the differences between the TestClusterExecutor and the SlurmClusterExecutor and the FluxClusterExecutor
まだ誰も着手していません。
評価
- 難易度
- 2/5
- 見積もり時間
- 1〜3時間
- 初心者へのやさしさ
- 50/100
- issue の種類
- ドキュメント
- 明瞭さ
- おおむね明確
- 活発さ
- 停滞
- 技術スタック
- python
- 領域
- documentation, hpc
調査の方向性
まず、リンクされている spawner_subprocess.py と spawner_pysqa.py のセクションを読み、TestClusterExecutor と scheduler ベースの executor の間で依存関係の処理がどのように異なるかを確認します。依存するタスクを待機する場合と scheduler に委譲する場合を明確に説明するドキュメントを追加し、TestClusterExecutor、SlurmClusterExecutor、FluxClusterExecutor を対象に含めてください。
索引モデルが issue の本文から書いたものです。
説明
For the TestClusterExecutor this is the case, because the subprocess interface does not provide any dependency management. It waits until all dependent tasks are completed before the next step is submitted:
https://github.com/pyiron/executorlib/blob/main/src/executorlib/task_scheduler/file/spawner_subprocess.py#L49
In contrast to this the FluxClusterExecutor and the SlurmClusterExecutor use the job scheduler for dependency management, so for those there is no need to wait:
https://github.com/pyiron/executorlib/blob/main/src/executorlib/task_scheduler/file/spawner_pysqa.py#L70
- 主要言語
- Python
- スター
- 77
- フォーク
- 7
- 平均マージ
- 10時間 32分
- マージ済み PR(30日)
- 12
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
pyiron/executorlib のほかの issue
-
難易度 2/5 1〜3時間 初心者へのやさしさ 68/100
pyiron/executorlib#1054 ·
-
bug
難易度 2/5 1〜3時間 初心者へのやさしさ 68/100
pyiron/executorlib#1032 ·
-
documentation
難易度 2/5 1〜3時間 初心者へのやさしさ 68/100
pyiron/executorlib#1005 ·
-
enhancement
難易度 5/5 1週間以上 初心者へのやさしさ 35/100
pyiron/executorlib#1049 · コメント 1 件 ·
-
documentation
難易度 3/5 1〜2日 初心者へのやさしさ 35/100
pyiron/executorlib#999 · コメント 1 件 ·
pyiron/executorlib の issue をすべて見る
似ている issue
-
bug
難易度 2/5 1〜3時間 初心者へのやさしさ 82/100
-
難易度 2/5 1〜3時間 初心者へのやさしさ 88/100
use-agent-os/agent-os#3314 ·
-
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
BasedHardware/omi#15662 · コメント 1 件 ·
-
documentation help wanted
難易度 2/5 1〜3時間 初心者へのやさしさ 90/100
-
難易度 2/5 1〜3時間 初心者へのやさしさ 62/100
AiursoftWeb/AnduinOS-2#19 ·